diff --git a/cmake/doc/cmake/Copyright.txt b/cmake/doc/cmake/Copyright.txt new file mode 100644 index 0000000000000000000000000000000000000000..abd8363c11d5a5bce2f8337fb2861755244ffcc1 --- /dev/null +++ b/cmake/doc/cmake/Copyright.txt @@ -0,0 +1,136 @@ +CMake - Cross Platform Makefile Generator +Copyright 2000-2024 Kitware, Inc. and Contributors +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +* Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +* Neither the name of Kitware, Inc. nor the names of Contributors + may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------------------------------------------------------------------------------ + +The following individuals and institutions are among the Contributors: + +* Aaron C. Meadows +* Adriaan de Groot +* Aleksey Avdeev +* Alexander Neundorf +* Alexander Smorkalov +* Alexey Sokolov +* Alex Merry +* Alex Turbov +* Andreas Pakulat +* Andreas Schneider +* André Rigland Brodtkorb +* Axel Huebl, Helmholtz-Zentrum Dresden - Rossendorf +* Benjamin Eikel +* Bjoern Ricks +* Brad Hards +* Christopher Harvey +* Christoph Grüninger +* Clement Creusot +* Daniel Blezek +* Daniel Pfeifer +* Dawid Wróbel +* Enrico Scholz +* Eran Ifrah +* Esben Mose Hansen, Ange Optimization ApS +* Geoffrey Viola +* Google Inc +* Gregor Jasny +* Helio Chissini de Castro +* Ilya Lavrenov +* Insight Software Consortium +* Intel Corporation +* Jan Woetzel +* Jordan Williams +* Julien Schueller +* Kelly Thompson +* Konstantin Podsvirov +* Laurent Montel +* Mario Bensi +* Martin Gräßlin +* Mathieu Malaterre +* Matthaeus G. Chajdas +* Matthias Kretz +* Matthias Maennich +* Michael Hirsch, Ph.D. +* Michael Stürmer +* Miguel A. Figueroa-Villanueva +* Mike Durso +* Mike Jackson +* Mike McQuaid +* Nicolas Bock +* Nicolas Despres +* Nikita Krupen'ko +* NVIDIA Corporation +* OpenGamma Ltd. +* Patrick Stotko +* Per Øyvind Karlsen +* Peter Collingbourne +* Petr Gotthard +* Philip Lowman +* Philippe Proulx +* Raffi Enficiaud, Max Planck Society +* Raumfeld +* Roger Leigh +* Rolf Eike Beer +* Roman Donchenko +* Roman Kharitonov +* Ruslan Baratov +* Sebastian Holtermann +* Stephen Kelly +* Sylvain Joubert +* The Qt Company Ltd. +* Thomas Sondergaard +* Tobias Hunger +* Todd Gamblin +* Tristan Carel +* University of Dundee +* Vadim Zhukov +* Will Dicharry + +See version control history for details of individual contributions. + +The above copyright and license notice applies to distributions of +CMake in source and binary form. Third-party software packages supplied +with CMake under compatible licenses provide their own copyright notices +documented in corresponding subdirectories or source files. + +------------------------------------------------------------------------------ + +CMake was initially developed by Kitware with the following sponsorship: + + * National Library of Medicine at the National Institutes of Health + as part of the Insight Segmentation and Registration Toolkit (ITK). + + * US National Labs (Los Alamos, Livermore, Sandia) ASC Parallel + Visualization Initiative. + + * National Alliance for Medical Image Computing (NAMIC) is funded by the + National Institutes of Health through the NIH Roadmap for Medical Research, + Grant U54 EB005149. + + * Kitware, Inc. diff --git a/cmake/doc/cmake/cmake.org.html b/cmake/doc/cmake/cmake.org.html new file mode 100644 index 0000000000000000000000000000000000000000..d4419a8e4e942b8d44dcafdcd43ab53c6441d014 --- /dev/null +++ b/cmake/doc/cmake/cmake.org.html @@ -0,0 +1,7 @@ + + + + + + + diff --git a/cmake/doc/cmake/cmcppdap/NOTICE b/cmake/doc/cmake/cmcppdap/NOTICE new file mode 100644 index 0000000000000000000000000000000000000000..0d06af9297422d70b8fba35de480040f5d5be1ca --- /dev/null +++ b/cmake/doc/cmake/cmcppdap/NOTICE @@ -0,0 +1,5 @@ +'cppdap' is a C++11 library implementation of the Debug Adapter Protocol. +Version as of 2023-01-06 +Copyright Google LLC + +This product includes software developed at Google. diff --git a/cmake/doc/cmake/cmcurl/COPYING b/cmake/doc/cmake/cmcurl/COPYING new file mode 100644 index 0000000000000000000000000000000000000000..5f6dc0aef2765a21b2807686f570bca9454b7a7e --- /dev/null +++ b/cmake/doc/cmake/cmcurl/COPYING @@ -0,0 +1,22 @@ +COPYRIGHT AND PERMISSION NOTICE + +Copyright (c) 1996 - 2024, Daniel Stenberg, , and many +contributors, see the THANKS file. + +All rights reserved. + +Permission to use, copy, modify, and distribute this software for any purpose +with or without fee is hereby granted, provided that the above copyright +notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE +OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of a copyright holder shall not +be used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization of the copyright holder. diff --git a/cmake/doc/cmake/cmlibarchive/COPYING b/cmake/doc/cmake/cmlibarchive/COPYING new file mode 100644 index 0000000000000000000000000000000000000000..4ef1dc031c5972da8a6c2a6ec9d5fd41bc3b8f49 --- /dev/null +++ b/cmake/doc/cmake/cmlibarchive/COPYING @@ -0,0 +1,65 @@ +The libarchive distribution as a whole is Copyright by Tim Kientzle +and is subject to the copyright notice reproduced at the bottom of +this file. + +Each individual file in this distribution should have a clear +copyright/licensing statement at the beginning of the file. If any do +not, please let me know and I will rectify it. The following is +intended to summarize the copyright status of the individual files; +the actual statements in the files are controlling. + +* Except as listed below, all C sources (including .c and .h files) + and documentation files are subject to the copyright notice reproduced + at the bottom of this file. + +* The following source files are also subject in whole or in part to + a 3-clause UC Regents copyright; please read the individual source + files for details: + libarchive/archive_read_support_filter_compress.c + libarchive/archive_write_add_filter_compress.c + libarchive/mtree.5 + +* The following source files are in the public domain: + libarchive/archive_getdate.c + +* The following source files are triple-licensed with the ability to choose + from CC0 1.0 Universal, OpenSSL or Apache 2.0 licenses: + libarchive/archive_blake2.h + libarchive/archive_blake2_impl.h + libarchive/archive_blake2s_ref.c + libarchive/archive_blake2sp_ref.c + +* The build files---including Makefiles, configure scripts, + and auxiliary scripts used as part of the compile process---have + widely varying licensing terms. Please check individual files before + distributing them to see if those restrictions apply to you. + +I intend for all new source code to use the license below and hope over +time to replace code with other licenses with new implementations that +do use the license below. The varying licensing of the build scripts +seems to be an unavoidable mess. + + +Copyright (c) 2003-2018 +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer + in this position and unchanged. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/cmake/doc/cmake/cmliblzma/COPYING b/cmake/doc/cmake/cmliblzma/COPYING new file mode 100644 index 0000000000000000000000000000000000000000..0520c50fa7e9fbc4adf513fb0e32f8e2d9427543 --- /dev/null +++ b/cmake/doc/cmake/cmliblzma/COPYING @@ -0,0 +1,65 @@ + +XZ Utils Licensing +================== + + Different licenses apply to different files in this package. Here + is a rough summary of which licenses apply to which parts of this + package (but check the individual files to be sure!): + + - liblzma is in the public domain. + + - xz, xzdec, and lzmadec command line tools are in the public + domain unless GNU getopt_long had to be compiled and linked + in from the lib directory. The getopt_long code is under + GNU LGPLv2.1+. + + - The scripts to grep, diff, and view compressed files have been + adapted from gzip. These scripts and their documentation are + under GNU GPLv2+. + + - All the documentation in the doc directory and most of the + XZ Utils specific documentation files in other directories + are in the public domain. + + - Translated messages are in the public domain. + + - The build system contains public domain files, and files that + are under GNU GPLv2+ or GNU GPLv3+. None of these files end up + in the binaries being built. + + - Test files and test code in the tests directory, and debugging + utilities in the debug directory are in the public domain. + + - The extra directory may contain public domain files, and files + that are under various free software licenses. + + You can do whatever you want with the files that have been put into + the public domain. If you find public domain legally problematic, + take the previous sentence as a license grant. If you still find + the lack of copyright legally problematic, you have too many + lawyers. + + As usual, this software is provided "as is", without any warranty. + + If you copy significant amounts of public domain code from XZ Utils + into your project, acknowledging this somewhere in your software is + polite (especially if it is proprietary, non-free software), but + naturally it is not legally required. Here is an example of a good + notice to put into "about box" or into documentation: + + This software includes code from XZ Utils . + + The following license texts are included in the following files: + - COPYING.LGPLv2.1: GNU Lesser General Public License version 2.1 + - COPYING.GPLv2: GNU General Public License version 2 + - COPYING.GPLv3: GNU General Public License version 3 + + Note that the toolchain (compiler, linker etc.) may add some code + pieces that are copyrighted. Thus, it is possible that e.g. liblzma + binary wouldn't actually be in the public domain in its entirety + even though it contains no copyrighted code from the XZ Utils source + package. + + If you have questions, don't hesitate to ask the author(s) for more + information. + diff --git a/cmake/doc/cmake/cmlibrhash/COPYING b/cmake/doc/cmake/cmlibrhash/COPYING new file mode 100644 index 0000000000000000000000000000000000000000..5ed78365df3516db616618875c15f94b7710f8a5 --- /dev/null +++ b/cmake/doc/cmake/cmlibrhash/COPYING @@ -0,0 +1,15 @@ + + BSD Zero Clause License + +Copyright (c) 2005, Aleksey Kravchenko + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. diff --git a/cmake/doc/cmake/cmlibuv/LICENSE b/cmake/doc/cmake/cmlibuv/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..545c4498a5ac824ad32eec887daa03bac4225785 --- /dev/null +++ b/cmake/doc/cmake/cmlibuv/LICENSE @@ -0,0 +1,66 @@ +libuv is licensed for use as follows: + +==== +Copyright (c) 2015-present libuv project contributors. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. +==== + +This license applies to parts of libuv originating from the +https://github.com/joyent/libuv repository: + +==== + +Copyright Joyent, Inc. and other Node contributors. All rights reserved. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. + +==== + +This license applies to all parts of libuv that are not externally +maintained libraries. + +The externally maintained libraries used by libuv are: + + - tree.h (from FreeBSD), copyright Niels Provos. Two clause BSD license. + + - inet_pton and inet_ntop implementations, contained in src/inet.c, are + copyright the Internet Systems Consortium, Inc., and licensed under the ISC + license. + + - stdint-msvc2008.h (from msinttypes), copyright Alexander Chemeris. Three + clause BSD license. + + - pthread-fixes.c, copyright Google Inc. and Sony Mobile Communications AB. + Three clause BSD license. diff --git a/cmake/doc/cmake/cmnghttp2/COPYING b/cmake/doc/cmake/cmnghttp2/COPYING new file mode 100644 index 0000000000000000000000000000000000000000..ac51ce352be9fc8cfa3802ea737ff0bb34a1c418 --- /dev/null +++ b/cmake/doc/cmake/cmnghttp2/COPYING @@ -0,0 +1,23 @@ +The MIT License + +Copyright (c) 2012, 2014, 2015, 2016 Tatsuhiro Tsujikawa +Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/cmake/doc/cmake/cmsys/Copyright.txt b/cmake/doc/cmake/cmsys/Copyright.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4042419d5fde4b57a9a4058a47515dfe471b841 --- /dev/null +++ b/cmake/doc/cmake/cmsys/Copyright.txt @@ -0,0 +1,38 @@ +KWSys - Kitware System Library +Copyright 2000-2016 Kitware, Inc. and Contributors +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +* Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +* Neither the name of Kitware, Inc. nor the names of Contributors + may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------------------------------------------------------------------------------ + +The following individuals and institutions are among the Contributors: + +* Insight Software Consortium + +See version control history for details of individual contributions. diff --git a/cmake/doc/cmake/cmzlib/Copyright.txt b/cmake/doc/cmake/cmzlib/Copyright.txt new file mode 100644 index 0000000000000000000000000000000000000000..2819cdc95c03ea5aaf81068a54d52d9b1248923b --- /dev/null +++ b/cmake/doc/cmake/cmzlib/Copyright.txt @@ -0,0 +1,23 @@ +'zlib' general purpose compression library +version 1.3.1, January 22nd, 2024 + +Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. + +Jean-loup Gailly Mark Adler +jloup@gzip.org madler@alumni.caltech.edu diff --git a/cmake/doc/cmake/cmzstd/LICENSE b/cmake/doc/cmake/cmzstd/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..f18bfad89b43aac18449a2d342c5b51e25d72bbf --- /dev/null +++ b/cmake/doc/cmake/cmzstd/LICENSE @@ -0,0 +1,30 @@ +BSD License + +For Zstandard software + +Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + * Neither the name Facebook, nor Meta, nor the names of its contributors may + be used to endorse or promote products derived from this software without + specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/cmake/doc/cmake/html/command/add_compile_definitions.html b/cmake/doc/cmake/html/command/add_compile_definitions.html new file mode 100644 index 0000000000000000000000000000000000000000..c0c4bc2eede22b3b4bc729e461dbf53941acc014 --- /dev/null +++ b/cmake/doc/cmake/html/command/add_compile_definitions.html @@ -0,0 +1,173 @@ + + + + + + + + add_compile_definitions — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

add_compile_definitions

+
+

Added in version 3.12.

+
+

Add preprocessor definitions to the compilation of source files.

+
add_compile_definitions(<definition> ...)
+
+
+

Adds preprocessor definitions to the compiler command line.

+

The preprocessor definitions are added to the COMPILE_DEFINITIONS +directory property for the current CMakeLists file. They are also added to +the COMPILE_DEFINITIONS target property for each target in the +current CMakeLists file.

+

Definitions are specified using the syntax VAR or VAR=value. +Function-style definitions are not supported. CMake will automatically +escape the value correctly for the native build system (note that CMake +language syntax may require escapes to specify some values).

+
+

Added in version 3.26: Any leading -D on an item will be removed.

+
+

Arguments to add_compile_definitions may use generator expressions +with the syntax $<...>. See the cmake-generator-expressions(7) +manual for available expressions. See the cmake-buildsystem(7) manual +for more on defining buildsystem properties.

+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/add_compile_options.html b/cmake/doc/cmake/html/command/add_compile_options.html new file mode 100644 index 0000000000000000000000000000000000000000..40bd0b5728b11534289a4eedd8bdd3ff2f0ac696 --- /dev/null +++ b/cmake/doc/cmake/html/command/add_compile_options.html @@ -0,0 +1,216 @@ + + + + + + + + add_compile_options — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

add_compile_options

+

Add options to the compilation of source files.

+
add_compile_options(<option> ...)
+
+
+

Adds options to the COMPILE_OPTIONS directory property. +These options are used when compiling targets from the current +directory and below.

+
+

Note

+

These options are not used when linking. +See the add_link_options() command for that.

+
+
+

Arguments

+

Arguments to add_compile_options may use generator expressions +with the syntax $<...>. See the cmake-generator-expressions(7) +manual for available expressions. See the cmake-buildsystem(7) manual +for more on defining buildsystem properties.

+
+
+

Option De-duplication

+

The final set of options used for a target is constructed by +accumulating options from the current target and the usage requirements of +its dependencies. The set of options is de-duplicated to avoid repetition.

+
+

Added in version 3.12: While beneficial for individual options, the de-duplication step can break +up option groups. For example, -option A -option B becomes +-option A B. One may specify a group of options using shell-like +quoting along with a SHELL: prefix. The SHELL: prefix is dropped, +and the rest of the option string is parsed using the +separate_arguments() UNIX_COMMAND mode. For example, +"SHELL:-option A" "SHELL:-option B" becomes -option A -option B.

+
+
+
+

Example

+

Since different compilers support different options, a typical use of +this command is in a compiler-specific conditional clause:

+
if (MSVC)
+    # warning level 4
+    add_compile_options(/W4)
+else()
+    # additional warnings
+    add_compile_options(-Wall -Wextra -Wpedantic)
+endif()
+
+
+

To set per-language options, use the $<COMPILE_LANGUAGE> +or $<COMPILE_LANGUAGE:languages> generator expressions.

+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/add_custom_command.html b/cmake/doc/cmake/html/command/add_custom_command.html new file mode 100644 index 0000000000000000000000000000000000000000..edd358c0a392adf85ff427d7434a5cc0b740fe44 --- /dev/null +++ b/cmake/doc/cmake/html/command/add_custom_command.html @@ -0,0 +1,767 @@ + + + + + + + + add_custom_command — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

add_custom_command

+

Add a custom build rule to the generated build system.

+

There are two main signatures for add_custom_command.

+
+

Generating Files

+

The first signature is for adding a custom command to produce an output:

+
add_custom_command(OUTPUT output1 [output2 ...]
+                   COMMAND command1 [ARGS] [args1...]
+                   [COMMAND command2 [ARGS] [args2...] ...]
+                   [MAIN_DEPENDENCY depend]
+                   [DEPENDS [depends...]]
+                   [BYPRODUCTS [files...]]
+                   [IMPLICIT_DEPENDS <lang1> depend1
+                                    [<lang2> depend2] ...]
+                   [WORKING_DIRECTORY dir]
+                   [COMMENT comment]
+                   [DEPFILE depfile]
+                   [JOB_POOL job_pool]
+                   [JOB_SERVER_AWARE <bool>]
+                   [VERBATIM] [APPEND] [USES_TERMINAL]
+                   [CODEGEN]
+                   [COMMAND_EXPAND_LISTS]
+                   [DEPENDS_EXPLICIT_ONLY])
+
+
+

This defines a command to generate specified OUTPUT file(s). +A target created in the same directory (CMakeLists.txt file) +that specifies any output of the custom command as a source file +is given a rule to generate the file using the command at build time.

+

Do not list the output in more than one independent target that +may build in parallel or the instances of the rule may conflict. +Instead, use the add_custom_target() command to drive the +command and make the other targets depend on that one. See the +Example: Generating Files for Multiple Targets below.

+

The options are:

+
+
APPEND

Append the COMMAND and DEPENDS option values to the custom +command for the first output specified. There must have already +been a previous call to this command with the same output.

+

If the previous call specified the output via a generator expression, +the output specified by the current call must match in at least one +configuration after evaluating generator expressions. In this case, +the appended commands and dependencies apply to all configurations.

+

The COMMENT, MAIN_DEPENDENCY, and WORKING_DIRECTORY +options are currently ignored when APPEND is given, but may be +used in the future.

+
+
BYPRODUCTS
+

Added in version 3.2.

+
+

Specify the files the command is expected to produce but whose +modification time may or may not be newer than the dependencies. +If a byproduct name is a relative path it will be interpreted +relative to the build tree directory corresponding to the +current source directory. +Each byproduct file will be marked with the GENERATED +source file property automatically.

+

See policy CMP0058 for the motivation behind this feature.

+

Explicit specification of byproducts is supported by the +Ninja generator to tell the ninja build tool +how to regenerate byproducts when they are missing. It is +also useful when other build rules (e.g. custom commands) +depend on the byproducts. Ninja requires a build rule for any +generated file on which another rule depends even if there are +order-only dependencies to ensure the byproducts will be +available before their dependents build.

+

The Makefile Generators will remove BYPRODUCTS and other +GENERATED files during make clean.

+

This keyword cannot be used with APPEND (see policy CMP0175). +All byproducts must be set in the first call to +add_custom_command(OUTPUT...) for the output files.

+
+

Added in version 3.20: Arguments to BYPRODUCTS may use a restricted set of +generator expressions. +Target-dependent expressions +are not permitted.

+
+
+

Changed in version 3.28: In targets using File Sets, custom command byproducts are now +considered private unless they are listed in a non-private file set. +See policy CMP0154.

+
+
+
COMMAND

Specify the command-line(s) to execute at build time. +At least one COMMAND would normally be given, but certain patterns +may omit it, such as adding commands in separate calls using APPEND.

+

If more than one COMMAND is specified, they will be executed in order, +but not necessarily composed into a stateful shell or batch script. +To run a full script, use the configure_file() command or the +file(GENERATE) command to create it, and then specify +a COMMAND to launch it.

+

The optional ARGS argument is for backward compatibility and +will be ignored.

+

If COMMAND specifies an executable target name (created by the +add_executable() command), it will automatically be replaced +by the location of the executable created at build time if either of +the following is true:

+
    +
  • The target is not being cross-compiled (i.e. the +CMAKE_CROSSCOMPILING variable is not set to true).

  • +
  • +

    Added in version 3.6: The target is being cross-compiled and an emulator is provided (i.e. +its CROSSCOMPILING_EMULATOR target property is set). +In this case, the contents of CROSSCOMPILING_EMULATOR will be +prepended to the command before the location of the target executable.

    +
    +
  • +
+

If neither of the above conditions are met, it is assumed that the +command name is a program to be found on the PATH at build time.

+

Arguments to COMMAND may use +generator expressions. +Use the TARGET_FILE generator expression to refer to the location +of a target later in the command line (i.e. as a command argument rather +than as the command to execute).

+

Whenever one of the following target based generator expressions are used as +a command to execute or is mentioned in a command argument, a target-level +dependency will be added automatically so that the mentioned target will be +built before any target using this custom command +(see policy CMP0112).

+
+
    +
  • TARGET_FILE

  • +
  • TARGET_LINKER_FILE

  • +
  • TARGET_SONAME_FILE

  • +
  • TARGET_PDB_FILE

  • +
+
+

This target-level dependency does NOT add a file-level dependency that would +cause the custom command to re-run whenever the executable is recompiled. +List target names with the DEPENDS option to add such file-level +dependencies.

+
+
COMMENT

Display the given message before the commands are executed at +build time. This will be ignored if APPEND is given, although a future +version may use it.

+
+

Added in version 3.26: Arguments to COMMENT may use +generator expressions.

+
+
+
DEPENDS

Specify files on which the command depends. Each argument is converted +to a dependency as follows:

+
    +
  1. If the argument is the name of a target (created by the +add_custom_target(), add_executable(), or +add_library() command) a target-level dependency is +created to make sure the target is built before any target +using this custom command. Additionally, if the target is an +executable or library, a file-level dependency is created to +cause the custom command to re-run whenever the target is +recompiled.

  2. +
  3. If the argument is an absolute path, a file-level dependency +is created on that path.

  4. +
  5. If the argument is the name of a source file that has been +added to a target or on which a source file property has been set, +a file-level dependency is created on that source file.

  6. +
  7. If the argument is a relative path and it exists in the current +source directory, a file-level dependency is created on that +file in the current source directory.

  8. +
  9. Otherwise, a file-level dependency is created on that path relative +to the current binary directory.

  10. +
+

If any dependency is an OUTPUT of another custom command in the same +directory (CMakeLists.txt file), CMake automatically brings the other +custom command into the target in which this command is built.

+
+

Added in version 3.16: A target-level dependency is added if any dependency is listed as +BYPRODUCTS of a target or any of its build events in the same +directory to ensure the byproducts will be available.

+
+

If DEPENDS is not specified, the command will run whenever +the OUTPUT is missing; if the command does not actually +create the OUTPUT, the rule will always run.

+
+

Added in version 3.1: Arguments to DEPENDS may use +generator expressions.

+
+
+
COMMAND_EXPAND_LISTS
+

Added in version 3.8.

+
+

Lists in COMMAND arguments will be expanded, including those +created with +generator expressions, +allowing COMMAND arguments such as +${CC} "-I$<JOIN:$<TARGET_PROPERTY:foo,INCLUDE_DIRECTORIES>,;-I>" foo.cc +to be properly expanded.

+

This keyword cannot be used with APPEND (see policy CMP0175). +If the appended commands need this option to be set, it must be set on the +first call to add_custom_command(OUTPUT...) for the output files.

+
+
CODEGEN
+

Added in version 3.31.

+
+

Adds the custom command to a global codegen target that can be +used to execute the custom command while avoiding the majority of the +build graph.

+

This option is supported only by Ninja Generators and +Makefile Generators, and is ignored by other generators. +Furthermore, this option is allowed only if policy CMP0171 +is set to NEW.

+

This keyword cannot be used with APPEND (see policy CMP0175). +It can only be set on the first call to add_custom_command(OUTPUT...) +for the output files.

+
+
IMPLICIT_DEPENDS

Request scanning of implicit dependencies of an input file. +The language given specifies the programming language whose +corresponding dependency scanner should be used. +Currently only C and CXX language scanners are supported. +The language has to be specified for every file in the +IMPLICIT_DEPENDS list. Dependencies discovered from the +scanning are added to those of the custom command at build time. +Note that the IMPLICIT_DEPENDS option is currently supported +only for Makefile generators and will be ignored by other generators.

+
+

Note

+

This option cannot be specified at the same time as DEPFILE option.

+
+
+
JOB_POOL
+

Added in version 3.15.

+
+

Specify a pool for the Ninja +generator. Incompatible with USES_TERMINAL, which implies +the console pool. +Using a pool that is not defined by JOB_POOLS causes +an error by ninja at build time.

+

This keyword cannot be used with APPEND (see policy CMP0175). +Job pools can only be specified in the first call to +add_custom_command(OUTPUT...) for the output files.

+
+
JOB_SERVER_AWARE
+

Added in version 3.28.

+
+

Specify that the command is GNU Make job server aware.

+

For the Unix Makefiles, MSYS Makefiles, and +MinGW Makefiles generators this will add the + prefix to the +recipe line. See the GNU Make Documentation for more information.

+

This option is silently ignored by other generators.

+

This keyword cannot be used with APPEND (see policy CMP0175). +Job server awareness can only be specified in the first call to +add_custom_command(OUTPUT...) for the output files.

+
+
+
+
MAIN_DEPENDENCY

Specify the primary input source file to the command. This is +treated just like any value given to the DEPENDS option +but also suggests to Visual Studio generators where to hang +the custom command. Each source file may have at most one command +specifying it as its main dependency. A compile command (i.e. for a +library or an executable) counts as an implicit main dependency which +gets silently overwritten by a custom command specification.

+

This option is currently ignored if APPEND is given, but a future +version may use it.

+
+
OUTPUT

Specify the output files the command is expected to produce. +Each output file will be marked with the GENERATED +source file property automatically. +If the output of the custom command is not actually created +as a file on disk it should be marked with the SYMBOLIC +source file property.

+

If an output file name is a relative path, its absolute path is +determined by interpreting it relative to:

+
    +
  1. the build directory corresponding to the current source directory +(CMAKE_CURRENT_BINARY_DIR), or

  2. +
  3. the current source directory (CMAKE_CURRENT_SOURCE_DIR).

  4. +
+

The path in the build directory is preferred unless the path in the +source tree is mentioned as an absolute source file path elsewhere +in the current directory.

+

The output file path may not contain < or > characters.

+
+

Added in version 3.20: Arguments to OUTPUT may use a restricted set of +generator expressions. +Target-dependent expressions +are not permitted.

+
+
+

Changed in version 3.28: In targets using File Sets, custom command outputs are now +considered private unless they are listed in a non-private file set. +See policy CMP0154.

+
+
+

Changed in version 3.30: The output file path may now use # characters, except +when using the Borland Makefiles generator.

+
+
+
USES_TERMINAL
+

Added in version 3.2.

+
+

The command will be given direct access to the terminal if possible. +With the Ninja generator, this places the command in +the console pool.

+

This keyword cannot be used with APPEND (see policy CMP0175). +If the appended commands need access to the terminal, it must be set on +the first call to add_custom_command(OUTPUT...) for the output files.

+
+
VERBATIM

All arguments to the commands will be escaped properly for the +build tool so that the invoked command receives each argument +unchanged. Note that one level of escapes is still used by the +CMake language processor before add_custom_command even sees the +arguments. Use of VERBATIM is recommended as it enables +correct behavior. When VERBATIM is not given the behavior +is platform specific because there is no protection of +tool-specific special characters.

+

This keyword cannot be used with APPEND (see policy CMP0175). +If the appended commands need to be treated as VERBATIM, it must be set +on the first call to add_custom_command(OUTPUT...) for the output files.

+
+
WORKING_DIRECTORY

Execute the command with the given current working directory. +If it is a relative path, it will be interpreted relative to the +build tree directory corresponding to the current source directory.

+

This option is currently ignored if APPEND is given, but a future +version may use it.

+
+

Added in version 3.13: Arguments to WORKING_DIRECTORY may use +generator expressions.

+
+
+
DEPFILE
+

Added in version 3.7.

+
+

Specify a depfile which holds dependencies for the custom command. It is +usually emitted by the custom command itself. This keyword may only be used +if the generator supports it, as detailed below.

+

The expected format, compatible with what is generated by gcc with the +option -M, is independent of the generator or platform.

+

The formal syntax, as specified using +BNF notation with +the regular extensions, is the following:

+
+depfile       ::=  rule*
+rule          ::=  targets (':' (separator dependencies?)?)? eol
+targets       ::=  target (separator target)* separator*
+target        ::=  pathname
+dependencies  ::=  dependency (separator dependency)* separator*
+dependency    ::=  pathname
+separator     ::=  (space | line_continue)+
+line_continue ::=  '\' eol
+space         ::=  ' ' | '\t'
+pathname      ::=  character+
+character     ::=  std_character | dollar | hash | whitespace
+std_character ::=  <any character except '$', '#' or ' '>
+dollar        ::=  '$$'
+hash          ::=  '\#'
+whitespace    ::=  '\ '
+eol           ::=  '\r'? '\n'
+
+
+

Note

+

As part of pathname, any slash and backslash is interpreted as +a directory separator.

+
+
+

Added in version 3.7: The Ninja generator supports DEPFILE since the keyword +was first added.

+
+
+

Added in version 3.17: Added the Ninja Multi-Config generator, which included +support for the DEPFILE keyword.

+
+
+

Added in version 3.20: Added support for Makefile Generators.

+
+

Note

+

DEPFILE cannot be specified at the same time as the +IMPLICIT_DEPENDS option for Makefile Generators.

+
+
+
+

Added in version 3.21: Added support for Visual Studio Generators with VS 2012 and above, +and for the Xcode generator. Support for +generator expressions was also +added.

+
+
+

Added in version 3.29: The Ninja Generators will now incorporate the dependencies into its +"deps log" database if the file is not listed in OUTPUTS or +BYPRODUCTS.

+
+

Using DEPFILE with generators other than those listed above is an error.

+

If the DEPFILE argument is relative, it should be relative to +CMAKE_CURRENT_BINARY_DIR, and any relative paths inside the +DEPFILE should also be relative to CMAKE_CURRENT_BINARY_DIR. +See policy CMP0116, which is always NEW for +Makefile Generators, Visual Studio Generators, +and the Xcode generator.

+

This keyword cannot be used with APPEND (see policy CMP0175). +Depfiles can only be set on the first call to +add_custom_command(OUTPUT...) for the output files.

+
+
+

DEPENDS_EXPLICIT_ONLY

+
+
+

Added in version 3.27.

+
+

Indicates that the command's DEPENDS argument represents all files +required by the command and implicit dependencies are not required.

+

Without this option, if any target uses the output of the custom command, +CMake will consider that target's dependencies as implicit dependencies for +the custom command in case this custom command requires files implicitly +created by those targets.

+

This option can be enabled on all custom commands by setting +CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY to ON.

+

This keyword cannot be used with APPEND (see policy CMP0175). +It can only be set on the first call to add_custom_command(OUTPUT...) +for the output files.

+

Only the Ninja Generators actually use this information to remove +unnecessary implicit dependencies.

+

See also the OPTIMIZE_DEPENDENCIES target property, which may +provide another way for reducing the impact of target dependencies in some +scenarios.

+
+
+
+

Examples: Generating Files

+

Custom commands may be used to generate source files. +For example, the code:

+
add_custom_command(
+  OUTPUT out.c
+  COMMAND someTool -i ${CMAKE_CURRENT_SOURCE_DIR}/in.txt
+                   -o out.c
+  DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/in.txt
+  VERBATIM)
+add_library(myLib out.c)
+
+
+

adds a custom command to run someTool to generate out.c and then +compile the generated source as part of a library. The generation rule +will re-run whenever in.txt changes.

+
+

Added in version 3.20: One may use generator expressions to specify per-configuration outputs. +For example, the code:

+
add_custom_command(
+  OUTPUT "out-$<CONFIG>.c"
+  COMMAND someTool -i ${CMAKE_CURRENT_SOURCE_DIR}/in.txt
+                   -o "out-$<CONFIG>.c"
+                   -c "$<CONFIG>"
+  DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/in.txt
+  VERBATIM)
+add_library(myLib "out-$<CONFIG>.c")
+
+
+

adds a custom command to run someTool to generate out-<config>.c, +where <config> is the build configuration, and then compile the generated +source as part of a library.

+
+
+

Added in version 3.31: Use the CODEGEN option to add a custom command's outputs to the builtin +codegen target. This is useful to make generated code available for + static analysis without building the entire project. For example:

+
add_executable(someTool someTool.c)
+
+add_custom_command(
+  OUTPUT out.c
+  COMMAND someTool -o out.c
+  CODEGEN)
+
+add_library(myLib out.c)
+
+
+

A user may build the codegen target to generate out.c. +someTool is built as dependency, but myLib is not built at all.

+
+
+

Example: Generating Files for Multiple Targets

+

If multiple independent targets need the same custom command output, +it must be attached to a single custom target on which they all depend. +Consider the following example:

+
add_custom_command(
+  OUTPUT table.csv
+  COMMAND makeTable -i ${CMAKE_CURRENT_SOURCE_DIR}/input.dat
+                    -o table.csv
+  DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/input.dat
+  VERBATIM)
+add_custom_target(generate_table_csv DEPENDS table.csv)
+
+add_custom_command(
+  OUTPUT foo.cxx
+  COMMAND genFromTable -i table.csv -case foo -o foo.cxx
+  DEPENDS table.csv           # file-level dependency
+          generate_table_csv  # target-level dependency
+  VERBATIM)
+add_library(foo foo.cxx)
+
+add_custom_command(
+  OUTPUT bar.cxx
+  COMMAND genFromTable -i table.csv -case bar -o bar.cxx
+  DEPENDS table.csv           # file-level dependency
+          generate_table_csv  # target-level dependency
+  VERBATIM)
+add_library(bar bar.cxx)
+
+
+

Output foo.cxx is needed only by target foo and output bar.cxx +is needed only by target bar, but both targets need table.csv, +transitively. Since foo and bar are independent targets that may +build concurrently, we prevent them from racing to generate table.csv +by placing its custom command in a separate target, generate_table_csv. +The custom commands generating foo.cxx and bar.cxx each specify a +target-level dependency on generate_table_csv, so the targets using them, +foo and bar, will not build until after target generate_table_csv +is built.

+
+
+
+

Build Events

+

The second signature adds a custom command to a target such as a +library or executable. This is useful for performing an operation +before or after building the target. The command becomes part of the +target and will only execute when the target itself is built. If the +target is already built, the command will not execute.

+
add_custom_command(TARGET <target>
+                   PRE_BUILD | PRE_LINK | POST_BUILD
+                   COMMAND command1 [ARGS] [args1...]
+                   [COMMAND command2 [ARGS] [args2...] ...]
+                   [BYPRODUCTS [files...]]
+                   [WORKING_DIRECTORY dir]
+                   [COMMENT comment]
+                   [VERBATIM]
+                   [COMMAND_EXPAND_LISTS]
+                   [USES_TERMINAL])
+
+
+

This defines a new command that will be associated with building the +specified <target>. The <target> must be defined in the current +directory; targets defined in other directories may not be specified.

+

When the command will happen is determined by which +of the following is specified:

+
+
PRE_BUILD

This option has unique behavior for the Visual Studio Generators. +When using one of the Visual Studio generators, the command will run before +any other rules are executed within the target. With all other generators, +this option behaves the same as PRE_LINK instead. Because of this, +it is recommended to avoid using PRE_BUILD except when it is known that +a Visual Studio generator is being used.

+
+
PRE_LINK

Run after sources have been compiled but before linking the binary +or running the librarian or archiver tool of a static library. +This is not defined for targets created by the +add_custom_target() command.

+
+
POST_BUILD

Run after all other rules within the target have been executed.

+
+
+

Projects should always specify one of the above three keywords when using +the TARGET form. See policy CMP0175.

+

All other keywords shown in the signature above have the same meaning as they +do for the add_custom_command(OUTPUT) form of the command. +At least one COMMAND must be given, see policy CMP0175.

+
+

Note

+

Because generator expressions can be used in custom commands, +it is possible to define COMMAND lines or whole custom commands +which evaluate to empty strings for certain configurations. +For Visual Studio Generators these command +lines or custom commands will be omitted for the specific +configuration and no "empty-string-command" will be added.

+

This allows adding individual build events for every configuration.

+
+
+

Added in version 3.21: Support for target-dependent generator expressions.

+
+
+

Added in version 3.29: The <target> may be an ALIAS target.

+
+
+
+

Examples: Build Events

+

A POST_BUILD event may be used to post-process a binary after linking. +For example, the code:

+
add_executable(myExe myExe.c)
+add_custom_command(
+  TARGET myExe POST_BUILD
+  COMMAND someHasher -i "$<TARGET_FILE:myExe>"
+                     -o "$<TARGET_FILE:myExe>.hash"
+  VERBATIM)
+
+
+

will run someHasher to produce a .hash file next to the executable +after linking.

+
+

Added in version 3.20: One may use generator expressions to specify per-configuration byproducts. +For example, the code:

+
add_library(myPlugin MODULE myPlugin.c)
+add_custom_command(
+  TARGET myPlugin POST_BUILD
+  COMMAND someHasher -i "$<TARGET_FILE:myPlugin>"
+                     --as-code "myPlugin-hash-$<CONFIG>.c"
+  BYPRODUCTS "myPlugin-hash-$<CONFIG>.c"
+  VERBATIM)
+add_executable(myExe myExe.c "myPlugin-hash-$<CONFIG>.c")
+
+
+

will run someHasher after linking myPlugin, e.g. to produce a .c +file containing code to check the hash of myPlugin that the myExe +executable can use to verify it before loading.

+
+
+
+

Ninja Multi-Config

+
+

Added in version 3.20: add_custom_command supports the Ninja Multi-Config +generator's cross-config capabilities. See the generator documentation +for more information.

+
+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/add_custom_target.html b/cmake/doc/cmake/html/command/add_custom_target.html new file mode 100644 index 0000000000000000000000000000000000000000..430cc959a14de5a1adfff7b03163687d59724340 --- /dev/null +++ b/cmake/doc/cmake/html/command/add_custom_target.html @@ -0,0 +1,340 @@ + + + + + + + + add_custom_target — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

add_custom_target

+

Add a target with no output so it will always be built.

+
add_custom_target(Name [ALL] [command1 [args1...]]
+                  [COMMAND command2 [args2...] ...]
+                  [DEPENDS depend depend depend ... ]
+                  [BYPRODUCTS [files...]]
+                  [WORKING_DIRECTORY dir]
+                  [COMMENT comment]
+                  [JOB_POOL job_pool]
+                  [JOB_SERVER_AWARE <bool>]
+                  [VERBATIM] [USES_TERMINAL]
+                  [COMMAND_EXPAND_LISTS]
+                  [SOURCES src1 [src2...]])
+
+
+

Adds a target with the given name that executes the given commands. +The target has no output file and is always considered out of date +even if the commands try to create a file with the name of the target. +Use the add_custom_command() command to generate a file with +dependencies. By default nothing depends on the custom target. Use +the add_dependencies() command to add dependencies to or +from other targets.

+

The options are:

+
+
ALL

Indicate that this target should be added to the default build +target so that it will be run every time (the command cannot be +called ALL).

+
+
BYPRODUCTS
+

Added in version 3.2.

+
+

Specify the files the command is expected to produce but whose +modification time may or may not be updated on subsequent builds. +If a byproduct name is a relative path it will be interpreted +relative to the build tree directory corresponding to the +current source directory. +Each byproduct file will be marked with the GENERATED +source file property automatically.

+

See policy CMP0058 for the motivation behind this feature.

+

Explicit specification of byproducts is supported by the +Ninja generator to tell the ninja build tool +how to regenerate byproducts when they are missing. It is +also useful when other build rules (e.g. custom commands) +depend on the byproducts. Ninja requires a build rule for any +generated file on which another rule depends even if there are +order-only dependencies to ensure the byproducts will be +available before their dependents build.

+

The Makefile Generators will remove BYPRODUCTS and other +GENERATED files during make clean.

+
+

Added in version 3.20: Arguments to BYPRODUCTS may use a restricted set of +generator expressions. +Target-dependent expressions +are not permitted.

+
+
+

Changed in version 3.28: In custom targets using File Sets, byproducts are now +considered private unless they are listed in a non-private file set. +See policy CMP0154.

+
+
+
COMMAND

Specify the command-line(s) to execute at build time. +If more than one COMMAND is specified they will be executed in order, +but not necessarily composed into a stateful shell or batch script. +(To run a full script, use the configure_file() command or the +file(GENERATE) command to create it, and then specify +a COMMAND to launch it.)

+

If COMMAND specifies an executable target name (created by the +add_executable() command), it will automatically be replaced +by the location of the executable created at build time if either of +the following is true:

+
    +
  • The target is not being cross-compiled (i.e. the +CMAKE_CROSSCOMPILING variable is not set to true).

  • +
  • +

    Added in version 3.6: The target is being cross-compiled and an emulator is provided (i.e. +its CROSSCOMPILING_EMULATOR target property is set). +In this case, the contents of CROSSCOMPILING_EMULATOR will be +prepended to the command before the location of the target executable.

    +
    +
  • +
+

If neither of the above conditions are met, it is assumed that the +command name is a program to be found on the PATH at build time.

+

Arguments to COMMAND may use +generator expressions. +Use the TARGET_FILE generator expression to refer to the location +of a target later in the command line (i.e. as a command argument rather +than as the command to execute).

+

Whenever one of the following target based generator expressions are used as +a command to execute or is mentioned in a command argument, a target-level +dependency will be added automatically so that the mentioned target will be +built before this custom target (see policy CMP0112).

+
+
    +
  • TARGET_FILE

  • +
  • TARGET_LINKER_FILE

  • +
  • TARGET_SONAME_FILE

  • +
  • TARGET_PDB_FILE

  • +
+
+

The command and arguments are optional and if not specified an empty +target will be created.

+
+
COMMENT

Display the given message before the commands are executed at +build time.

+
+

Added in version 3.26: Arguments to COMMENT may use +generator expressions.

+
+
+
DEPENDS

Reference files and outputs of custom commands created with +add_custom_command() command calls in the same directory +(CMakeLists.txt file). They will be brought up to date when +the target is built.

+
+

Changed in version 3.16: A target-level dependency is added if any dependency is a byproduct +of a target or any of its build events in the same directory to ensure +the byproducts will be available before this target is built.

+
+

Use the add_dependencies() command to add dependencies +on other targets.

+
+
COMMAND_EXPAND_LISTS
+

Added in version 3.8.

+
+

Lists in COMMAND arguments will be expanded, including those +created with +generator expressions, +allowing COMMAND arguments such as +${CC} "-I$<JOIN:$<TARGET_PROPERTY:foo,INCLUDE_DIRECTORIES>,;-I>" foo.cc +to be properly expanded.

+
+
JOB_POOL
+

Added in version 3.15.

+
+

Specify a pool for the Ninja +generator. Incompatible with USES_TERMINAL, which implies +the console pool. +Using a pool that is not defined by JOB_POOLS causes +an error by ninja at build time.

+
+
JOB_SERVER_AWARE
+

Added in version 3.28.

+
+

Specify that the command is GNU Make job server aware.

+

For the Unix Makefiles, MSYS Makefiles, and +MinGW Makefiles generators this will add the + prefix to the +recipe line. See the GNU Make Documentation for more information.

+

This option is silently ignored by other generators.

+
+
+
+
SOURCES

Specify additional source files to be included in the custom target. +Specified source files will be added to IDE project files for +convenience in editing even if they have no build rules.

+
+
VERBATIM

All arguments to the commands will be escaped properly for the +build tool so that the invoked command receives each argument +unchanged. Note that one level of escapes is still used by the +CMake language processor before add_custom_target even sees +the arguments. Use of VERBATIM is recommended as it enables +correct behavior. When VERBATIM is not given the behavior +is platform specific because there is no protection of +tool-specific special characters.

+
+
USES_TERMINAL
+

Added in version 3.2.

+
+

The command will be given direct access to the terminal if possible. +With the Ninja generator, this places the command in +the console pool.

+
+
WORKING_DIRECTORY

Execute the command with the given current working directory. +If it is a relative path it will be interpreted relative to the +build tree directory corresponding to the current source directory.

+
+

Added in version 3.13: Arguments to WORKING_DIRECTORY may use +generator expressions.

+
+
+
+
+

Ninja Multi-Config

+
+

Added in version 3.20: add_custom_target supports the Ninja Multi-Config +generator's cross-config capabilities. See the generator documentation +for more information.

+
+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/add_definitions.html b/cmake/doc/cmake/html/command/add_definitions.html new file mode 100644 index 0000000000000000000000000000000000000000..8bae45ee425d8142b7c05d59bc5d0faa4b16960c --- /dev/null +++ b/cmake/doc/cmake/html/command/add_definitions.html @@ -0,0 +1,178 @@ + + + + + + + + add_definitions — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

add_definitions

+

Add -D define flags to the compilation of source files.

+
add_definitions(-DFOO -DBAR ...)
+
+
+

Adds definitions to the compiler command line for targets in the current +directory, whether added before or after this command is invoked, and for +the ones in sub-directories added after. This command can be used to add any +flags, but it is intended to add preprocessor definitions.

+
+

Note

+

This command has been superseded by alternatives:

+ +
+

Flags beginning in -D or /D that look like preprocessor definitions are +automatically added to the COMPILE_DEFINITIONS directory +property for the current directory. Definitions with non-trivial values +may be left in the set of flags instead of being converted for reasons of +backwards compatibility. See documentation of the +directory, +target, +source file COMPILE_DEFINITIONS +properties for details on adding preprocessor definitions to specific +scopes and configurations.

+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/add_dependencies.html b/cmake/doc/cmake/html/command/add_dependencies.html new file mode 100644 index 0000000000000000000000000000000000000000..7b435ee58ab27d93451852201131de29800f113a --- /dev/null +++ b/cmake/doc/cmake/html/command/add_dependencies.html @@ -0,0 +1,180 @@ + + + + + + + + add_dependencies — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

add_dependencies

+

Add a dependency between top-level targets.

+
add_dependencies(<target> [<target-dependency>]...)
+
+
+

Makes a top-level <target> depend on other top-level targets to +ensure that they build before <target> does. A top-level target +is one created by one of the add_executable(), +add_library(), or add_custom_target() commands +(but not targets generated by CMake like install).

+

Dependencies added to an imported target +or an interface library are followed +transitively in its place since the target itself does not build.

+
+

Added in version 3.3: Allow adding dependencies to interface libraries.

+
+
+

Added in version 3.8: Dependencies will populate the MANUALLY_ADDED_DEPENDENCIES +property of <target>.

+
+
+

Changed in version 3.9: The Ninja Generators use weaker ordering than +other generators in order to improve available concurrency. +They only guarantee that the dependencies' custom commands are +finished before sources in <target> start compiling; this +ensures generated sources are available.

+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/add_executable.html b/cmake/doc/cmake/html/command/add_executable.html new file mode 100644 index 0000000000000000000000000000000000000000..0fbcf388082b2229247c2fe755c8332cf9b11e2d --- /dev/null +++ b/cmake/doc/cmake/html/command/add_executable.html @@ -0,0 +1,268 @@ + + + + + + + + add_executable — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

add_executable

+ +

Add an executable to the project using the specified source files.

+
+

Normal Executables

+
+
+add_executable(<name> <options>... <sources>...)
+

Add an executable target called <name> to be built from the source +files listed in the command invocation.

+

The options are:

+
+
WIN32

Set the WIN32_EXECUTABLE target property automatically. +See documentation of that target property for details.

+
+
MACOSX_BUNDLE

Set the MACOSX_BUNDLE target property automatically. +See documentation of that target property for details.

+
+
EXCLUDE_FROM_ALL

Set the EXCLUDE_FROM_ALL target property automatically. +See documentation of that target property for details.

+
+
+
+ +

The <name> corresponds to the logical target name and must be globally +unique within a project. The actual file name of the executable built is +constructed based on conventions of the native platform (such as +<name>.exe or just <name>).

+
+

Added in version 3.1: Source arguments to add_executable may use "generator expressions" with +the syntax $<...>. See the cmake-generator-expressions(7) +manual for available expressions.

+
+
+

Added in version 3.11: The source files can be omitted if they are added later using +target_sources().

+
+

By default the executable file will be created in the build tree +directory corresponding to the source tree directory in which the +command was invoked. See documentation of the +RUNTIME_OUTPUT_DIRECTORY target property to change this +location. See documentation of the OUTPUT_NAME target property +to change the <name> part of the final file name.

+

See the cmake-buildsystem(7) manual for more on defining +buildsystem properties.

+

See also HEADER_FILE_ONLY on what to do if some sources are +pre-processed, and you want to have the original sources reachable from +within IDE.

+
+
+

Imported Executables

+
+
+add_executable(<name> IMPORTED [GLOBAL])
+

Add an IMPORTED executable target to reference +an executable file located outside the project. The target name may be +referenced like any target built within the project, except that by +default it is visible only in the directory in which it is created, +and below.

+

The options are:

+
+
GLOBAL

Make the target name globally visible.

+
+
+
+ +

No rules are generated to build imported targets, and the IMPORTED +target property is True. Imported executables are useful for convenient +reference from commands like add_custom_command().

+

Details about the imported executable are specified by setting properties +whose names begin in IMPORTED_. The most important such property is +IMPORTED_LOCATION (and its per-configuration version +IMPORTED_LOCATION_<CONFIG>) which specifies the location of +the main executable file on disk. See documentation of the IMPORTED_* +properties for more information.

+
+
+

Alias Executables

+
+
+add_executable(<name> ALIAS <target>)
+

Creates an Alias Target, such that <name> can +be used to refer to <target> in subsequent commands. The <name> +does not appear in the generated buildsystem as a make target. The +<target> may not be an ALIAS.

+
+ +
+

Added in version 3.11: An ALIAS can target a GLOBAL Imported Target

+
+
+

Added in version 3.18: An ALIAS can target a non-GLOBAL Imported Target. Such alias is +scoped to the directory in which it is created and subdirectories. +The ALIAS_GLOBAL target property can be used to check if the +alias is global or not.

+
+

ALIAS targets can be used as targets to read properties +from, executables for custom commands and custom targets. They can also be +tested for existence with the regular if(TARGET) subcommand. +The <name> may not be used to modify properties of <target>, that +is, it may not be used as the operand of set_property(), +set_target_properties(), target_link_libraries() etc. +An ALIAS target may not be installed or exported.

+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/add_library.html b/cmake/doc/cmake/html/command/add_library.html new file mode 100644 index 0000000000000000000000000000000000000000..97c6df1a7a9a33d3cf1deef32b0220c58159ec5b --- /dev/null +++ b/cmake/doc/cmake/html/command/add_library.html @@ -0,0 +1,438 @@ + + + + + + + + add_library — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

add_library

+ +

Add a library to the project using the specified source files.

+
+

Normal Libraries

+
+
+add_library(<name> [<type>] [EXCLUDE_FROM_ALL] <sources>...)
+

Add a library target called <name> to be built from the source files +listed in the command invocation.

+

The optional <type> specifies the type of library to be created:

+
+
STATIC

An archive of object files for use when linking other targets.

+
+
SHARED

A dynamic library that may be linked by other targets and loaded +at runtime.

+
+
MODULE

A plugin that may not be linked by other targets, but may be +dynamically loaded at runtime using dlopen-like functionality.

+
+
+

If no <type> is given the default is STATIC or SHARED +based on the value of the BUILD_SHARED_LIBS variable.

+

The options are:

+
+
EXCLUDE_FROM_ALL

Set the EXCLUDE_FROM_ALL target property automatically. +See documentation of that target property for details.

+
+
+
+ +

The <name> corresponds to the logical target name and must be globally +unique within a project. The actual file name of the library built is +constructed based on conventions of the native platform (such as +lib<name>.a or <name>.lib).

+
+

Added in version 3.1: Source arguments to add_library may use "generator expressions" with +the syntax $<...>. See the cmake-generator-expressions(7) +manual for available expressions.

+
+
+

Added in version 3.11: The source files can be omitted if they are added later using +target_sources().

+
+

For SHARED and MODULE libraries the +POSITION_INDEPENDENT_CODE target +property is set to ON automatically. +A SHARED library may be marked with the FRAMEWORK +target property to create an macOS Framework.

+
+

Added in version 3.8: A STATIC library may be marked with the FRAMEWORK +target property to create a static Framework.

+
+

If a library does not export any symbols, it must not be declared as a +SHARED library. For example, a Windows resource DLL or a managed C++/CLI +DLL that exports no unmanaged symbols would need to be a MODULE library. +This is because CMake expects a SHARED library to always have an +associated import library on Windows.

+

By default the library file will be created in the build tree directory +corresponding to the source tree directory in which the command was +invoked. See documentation of the ARCHIVE_OUTPUT_DIRECTORY, +LIBRARY_OUTPUT_DIRECTORY, and +RUNTIME_OUTPUT_DIRECTORY target properties to change this +location. See documentation of the OUTPUT_NAME target +property to change the <name> part of the final file name.

+

See the cmake-buildsystem(7) manual for more on defining +buildsystem properties.

+

See also HEADER_FILE_ONLY on what to do if some sources are +pre-processed, and you want to have the original sources reachable from +within IDE.

+
+

Changed in version 3.30: On platforms that do not support shared libraries, add_library +now fails on calls creating SHARED libraries instead of +automatically converting them to STATIC libraries as before. +See policy CMP0164.

+
+
+
+

Object Libraries

+
+
+add_library(<name> OBJECT <sources>...)
+

Add an Object Library to compile source files +without archiving or linking their object files into a library.

+
+ +

Other targets created by add_library or add_executable() +may reference the objects using an expression of the +form $<TARGET_OBJECTS:objlib> as a source, where +objlib is the object library name. For example:

+
add_library(... $<TARGET_OBJECTS:objlib> ...)
+add_executable(... $<TARGET_OBJECTS:objlib> ...)
+
+
+

will include objlib's object files in a library and an executable +along with those compiled from their own sources. Object libraries +may contain only sources that compile, header files, and other files +that would not affect linking of a normal library (e.g. .txt). +They may contain custom commands generating such sources, but not +PRE_BUILD, PRE_LINK, or POST_BUILD commands. Some native build +systems (such as Xcode) may not like targets that have only object files, so +consider adding at least one real source file to any target that references +$<TARGET_OBJECTS:objlib>.

+
+

Added in version 3.12: Object libraries can be linked to with target_link_libraries().

+
+
+
+

Interface Libraries

+
+
+add_library(<name> INTERFACE)
+

Add an Interface Library target that may +specify usage requirements for dependents but does not compile sources +and does not produce a library artifact on disk.

+

An interface library with no source files is not included as a target +in the generated buildsystem. However, it may have +properties set on it and it may be installed and exported. +Typically, INTERFACE_* properties are populated on an interface +target using the commands:

+ +

and then it is used as an argument to target_link_libraries() +like any other target.

+
+

Added in version 3.15: An interface library can have PUBLIC_HEADER and +PRIVATE_HEADER properties. The headers specified by those +properties can be installed using the install(TARGETS) command.

+
+
+ +
+
+add_library(<name> INTERFACE [EXCLUDE_FROM_ALL] <sources>...)
+
+

Added in version 3.19.

+
+

Add an Interface Library target with +source files (in addition to usage requirements and properties as +documented by the above signature). +Source files may be listed directly in the add_library call +or added later by calls to target_sources() with the +PRIVATE or PUBLIC keywords.

+

If an interface library has source files (i.e. the SOURCES +target property is set), or header sets (i.e. the HEADER_SETS +target property is set), it will appear in the generated buildsystem +as a build target much like a target defined by the +add_custom_target() command. It does not compile any sources, +but does contain build rules for custom commands created by the +add_custom_command() command.

+

The options are:

+
+
EXCLUDE_FROM_ALL

Set the EXCLUDE_FROM_ALL target property automatically. +See documentation of that target property for details.

+
+
+
+

Note

+

In most command signatures where the INTERFACE keyword appears, +the items listed after it only become part of that target's usage +requirements and are not part of the target's own settings. However, +in this signature of add_library, the INTERFACE keyword refers +to the library type only. Sources listed after it in the add_library +call are PRIVATE to the interface library and do not appear in its +INTERFACE_SOURCES target property.

+
+
+ +
+
+

Imported Libraries

+
+
+add_library(<name> <type> IMPORTED [GLOBAL])
+

Add an IMPORTED library target called <name>. +The target name may be referenced like any target built within the project, +except that by default it is visible only in the directory in which it is +created, and below.

+

The <type> must be one of:

+
+
STATIC, SHARED, MODULE, UNKNOWN

References a library file located outside the project. The +IMPORTED_LOCATION target property (or its per-configuration +variant IMPORTED_LOCATION_<CONFIG>) specifies the +location of the main library file on disk:

+
    +
  • For a SHARED library on most non-Windows platforms, the main library +file is the .so or .dylib file used by both linkers and dynamic +loaders. If the referenced library file has a SONAME (or on macOS, +has a LC_ID_DYLIB starting in @rpath/), the value of that field +should be set in the IMPORTED_SONAME target property. +If the referenced library file does not have a SONAME, but the +platform supports it, then the IMPORTED_NO_SONAME target +property should be set.

  • +
  • For a SHARED library on Windows, the IMPORTED_IMPLIB +target property (or its per-configuration variant +IMPORTED_IMPLIB_<CONFIG>) specifies the location of the +DLL import library file (.lib or .dll.a) on disk, and the +IMPORTED_LOCATION is the location of the .dll runtime +library (and is optional, but needed by the TARGET_RUNTIME_DLLS +generator expression).

  • +
+

Additional usage requirements may be specified in INTERFACE_* +properties.

+

An UNKNOWN library type is typically only used in the implementation +of Find Modules. It allows the path to an imported library +(often found using the find_library() command) to be used +without having to know what type of library it is. This is especially +useful on Windows where a static library and a DLL's import library +both have the same file extension.

+
+
OBJECT

References a set of object files located outside the project. +The IMPORTED_OBJECTS target property (or its per-configuration +variant IMPORTED_OBJECTS_<CONFIG>) specifies the locations of +object files on disk. +Additional usage requirements may be specified in INTERFACE_* +properties.

+
+
INTERFACE

Does not reference any library or object files on disk, but may +specify usage requirements in INTERFACE_* properties.

+
+
+

The options are:

+
+
GLOBAL

Make the target name globally visible.

+
+
+
+ +

No rules are generated to build imported targets, and the IMPORTED +target property is True. Imported libraries are useful for convenient +reference from commands like target_link_libraries().

+

Details about the imported library are specified by setting properties whose +names begin in IMPORTED_ and INTERFACE_. See documentation of +such properties for more information.

+
+
+

Alias Libraries

+
+
+add_library(<name> ALIAS <target>)
+

Creates an Alias Target, such that <name> can be +used to refer to <target> in subsequent commands. The <name> does +not appear in the generated buildsystem as a make target. The <target> +may not be an ALIAS.

+
+ +
+

Added in version 3.11: An ALIAS can target a GLOBAL Imported Target

+
+
+

Added in version 3.18: An ALIAS can target a non-GLOBAL Imported Target. Such alias is +scoped to the directory in which it is created and below. +The ALIAS_GLOBAL target property can be used to check if the +alias is global or not.

+
+

ALIAS targets can be used as linkable targets and as targets to +read properties from. They can also be tested for existence with the +regular if(TARGET) subcommand. The <name> may not be used +to modify properties of <target>, that is, it may not be used as the +operand of set_property(), set_target_properties(), +target_link_libraries() etc. An ALIAS target may not be +installed or exported.

+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/add_link_options.html b/cmake/doc/cmake/html/command/add_link_options.html new file mode 100644 index 0000000000000000000000000000000000000000..e013c89ef03835a8146cb2d2da1dec3edb23142c --- /dev/null +++ b/cmake/doc/cmake/html/command/add_link_options.html @@ -0,0 +1,232 @@ + + + + + + + + add_link_options — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/add_subdirectory.html b/cmake/doc/cmake/html/command/add_subdirectory.html new file mode 100644 index 0000000000000000000000000000000000000000..c54b466269c1ce50779a504a303d288b2dae097d --- /dev/null +++ b/cmake/doc/cmake/html/command/add_subdirectory.html @@ -0,0 +1,160 @@ + + + + + + + + add_subdirectory — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

add_subdirectory

+

Add a subdirectory to the build.

+
add_subdirectory(source_dir [binary_dir] [EXCLUDE_FROM_ALL] [SYSTEM])
+
+
+

Adds a subdirectory to the build. The source_dir specifies the +directory in which the source CMakeLists.txt and code files are +located. If it is a relative path, it will be evaluated with respect +to the current directory (the typical usage), but it may also be an +absolute path. The binary_dir specifies the directory in which to +place the output files. If it is a relative path, it will be evaluated +with respect to the current output directory, but it may also be an +absolute path. If binary_dir is not specified, the value of +source_dir, before expanding any relative path, will be used (the +typical usage). The CMakeLists.txt file in the specified source +directory will be processed immediately by CMake before processing in +the current input file continues beyond this command.

+

If the EXCLUDE_FROM_ALL argument is provided then the +EXCLUDE_FROM_ALL property will be set on the added directory. +This will exclude the directory from a default build. See the directory +property EXCLUDE_FROM_ALL for full details.

+
+

Added in version 3.25: If the SYSTEM argument is provided, the SYSTEM directory +property of the subdirectory will be set to true. This property is +used to initialize the SYSTEM property of each non-imported +target created in that subdirectory.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/add_test.html b/cmake/doc/cmake/html/command/add_test.html new file mode 100644 index 0000000000000000000000000000000000000000..0fcec1515d7a7c7a619c3d2b1f9eafd9b51888f7 --- /dev/null +++ b/cmake/doc/cmake/html/command/add_test.html @@ -0,0 +1,233 @@ + + + + + + + + add_test — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

add_test

+

Add a test to the project to be run by ctest(1).

+
add_test(NAME <name> COMMAND <command> [<arg>...]
+         [CONFIGURATIONS <config>...]
+         [WORKING_DIRECTORY <dir>]
+         [COMMAND_EXPAND_LISTS])
+
+
+

Adds a test called <name>. The test name may contain arbitrary +characters, expressed as a Quoted Argument or Bracket Argument +if necessary. See policy CMP0110.

+

CMake only generates tests if the enable_testing() command has been +invoked. The CTest module invokes enable_testing automatically +unless BUILD_TESTING is set to OFF.

+

Tests added with the add_test(NAME) signature support using +generator expressions +in test properties set by set_property(TEST) or +set_tests_properties(). Test properties may only be set in the +directory the test is created in.

+

add_test options are:

+
+
COMMAND

Specify the test command-line.

+

If <command> specifies an executable target created by +add_executable():

+
    +
  • It will automatically be replaced by the location of the executable +created at build time.

  • +
  • +

    Added in version 3.3: The target's CROSSCOMPILING_EMULATOR, if set, will be +used to run the command on the host:

    +
    <emulator> <command>
    +
    +
    +
    +

    Changed in version 3.29: The emulator is used only when +cross-compiling. +See policy CMP0158.

    +
    +
    +
  • +
  • +

    Added in version 3.29: The target's TEST_LAUNCHER, if set, will be +used to launch the command:

    +
    <launcher> <command>
    +
    +
    +

    If the CROSSCOMPILING_EMULATOR is also set, both are used:

    +
    <launcher> <emulator> <command>
    +
    +
    +
    +
  • +
+

The command may be specified using +generator expressions.

+
+
CONFIGURATIONS

Restrict execution of the test only to the named configurations.

+
+
WORKING_DIRECTORY

Set the test property WORKING_DIRECTORY in which to execute the +test. If not specified, the test will be run in +CMAKE_CURRENT_BINARY_DIR. The working directory may be specified +using generator expressions.

+
+
COMMAND_EXPAND_LISTS
+

Added in version 3.16.

+
+

Lists in COMMAND arguments will be expanded, including those created with +generator expressions.

+
+
+

If the test command exits with code 0 the test passes. Non-zero exit code +is a "failed" test. The test property WILL_FAIL inverts this +logic. Note that system-level test failures such as segmentation faults or +heap errors will still fail the test even if WILL_FAIL is true. Output +written to stdout or stderr is captured by ctest(1) and only +affects the pass/fail status via the PASS_REGULAR_EXPRESSION, +FAIL_REGULAR_EXPRESSION, or SKIP_REGULAR_EXPRESSION +test properties.

+
+

Added in version 3.16: Added SKIP_REGULAR_EXPRESSION property.

+
+

Example usage:

+
add_test(NAME mytest
+         COMMAND testDriver --config $<CONFIG>
+                            --exe $<TARGET_FILE:myexe>)
+
+
+

This creates a test mytest whose command runs a testDriver tool +passing the configuration name and the full path to the executable +file produced by target myexe.

+
+

The command syntax above is recommended over the older, less flexible form:

+
add_test(<name> <command> [<arg>...])
+
+
+

Add a test called <name> with the given command-line.

+

Unlike the above NAME signature, target names are not supported +in the command-line. Furthermore, tests added with this signature do not +support generator expressions +in the command-line or test properties.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/aux_source_directory.html b/cmake/doc/cmake/html/command/aux_source_directory.html new file mode 100644 index 0000000000000000000000000000000000000000..28aa98423f451fc09feb7197762059fa72ab2790 --- /dev/null +++ b/cmake/doc/cmake/html/command/aux_source_directory.html @@ -0,0 +1,152 @@ + + + + + + + + aux_source_directory — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

aux_source_directory

+

Find all source files in a directory.

+
aux_source_directory(<dir> <variable>)
+
+
+

Collects the names of all the source files in the specified directory +and stores the list in the <variable> provided. This command is +intended to be used by projects that use explicit template +instantiation. Template instantiation files can be stored in a +Templates subdirectory and collected automatically using this +command to avoid manually listing all instantiations.

+

It is tempting to use this command to avoid writing the list of source +files for a library or executable target. While this seems to work, +there is no way for CMake to generate a build system that knows when a +new source file has been added. Normally the generated build system +knows when it needs to rerun CMake because the CMakeLists.txt file is +modified to add a new source. When the source is just added to the +directory without modifying this file, one would have to manually +rerun CMake to generate a build system incorporating the new file.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/block.html b/cmake/doc/cmake/html/command/block.html new file mode 100644 index 0000000000000000000000000000000000000000..f0487cdee236357208dc6883bd7538df8a2fe414 --- /dev/null +++ b/cmake/doc/cmake/html/command/block.html @@ -0,0 +1,211 @@ + + + + + + + + block — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

block

+
+

Added in version 3.25.

+
+

Evaluate a group of commands with a dedicated variable and/or policy scope.

+
block([SCOPE_FOR [POLICIES] [VARIABLES] ] [PROPAGATE <var-name>...])
+  <commands>
+endblock()
+
+
+

All commands between block() and the matching endblock() are +recorded without being invoked. Once the endblock() is evaluated, the +recorded list of commands is invoked inside the requested scopes, then the +scopes created by the block() command are removed.

+
+
SCOPE_FOR

Specify which scopes must be created.

+
+
POLICIES

Create a new policy scope. This is equivalent to +cmake_policy(PUSH) with an automatic +cmake_policy(POP) when leaving the block scope.

+
+
VARIABLES

Create a new variable scope.

+
+
+

If SCOPE_FOR is not specified, this is equivalent to:

+
block(SCOPE_FOR VARIABLES POLICIES)
+
+
+
+
PROPAGATE

When a variable scope is created by the block() command, this +option sets or unsets the specified variables in the parent scope. This is +equivalent to set(PARENT_SCOPE) or unset(PARENT_SCOPE) +commands.

+
set(var1 "INIT1")
+set(var2 "INIT2")
+
+block(PROPAGATE var1 var2)
+  set(var1 "VALUE1")
+  unset(var2)
+endblock()
+
+# Now var1 holds VALUE1, and var2 is unset
+
+
+

This option is only allowed when a variable scope is created. An error will +be raised in the other cases.

+
+
+

When the block() is inside a foreach() or while() +command, the break() and continue() commands can be used +inside the block.

+
while(TRUE)
+  block()
+     ...
+     # the break() command will terminate the while() command
+     break()
+  endblock()
+endwhile()
+
+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/break.html b/cmake/doc/cmake/html/command/break.html new file mode 100644 index 0000000000000000000000000000000000000000..f9e27f6fc5830682578d17a0f3a7b121bd9e7cbc --- /dev/null +++ b/cmake/doc/cmake/html/command/break.html @@ -0,0 +1,140 @@ + + + + + + + + break — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

break

+

Break from an enclosing foreach or while loop.

+
break()
+
+
+

Breaks from an enclosing foreach() or while() loop.

+

See also the continue() command.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/build_command.html b/cmake/doc/cmake/html/command/build_command.html new file mode 100644 index 0000000000000000000000000000000000000000..bae88b259f63e8148cdab575f5b43d83dd1d28c8 --- /dev/null +++ b/cmake/doc/cmake/html/command/build_command.html @@ -0,0 +1,177 @@ + + + + + + + + build_command — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

build_command

+

Get a command line to build the current project. +This is mainly intended for internal use by the CTest module.

+
build_command(<variable>
+              [CONFIGURATION <config>]
+              [PARALLEL_LEVEL <parallel>]
+              [TARGET <target>]
+              [PROJECT_NAME <projname>] # legacy, causes warning
+             )
+
+
+

Sets the given <variable> to a command-line string of the form:

+
<cmake> --build . [--config <config>] [--parallel <parallel>] [--target <target>...] [-- -i]
+
+
+

where <cmake> is the location of the cmake(1) command-line +tool, and <config>, <parallel> and <target> are the values +provided to the CONFIGURATION, PARALLEL_LEVEL and TARGET +options, if any. The trailing -- -i option is added for +Makefile Generators if policy CMP0061 is not set to +NEW.

+

When invoked, this cmake --build command line will launch the +underlying build system tool.

+
+

Added in version 3.21: The PARALLEL_LEVEL argument can be used to set the +--parallel flag.

+
+
build_command(<cachevariable> <makecommand>)
+
+
+

This second signature is deprecated, but still available for backwards +compatibility. Use the first signature instead.

+

It sets the given <cachevariable> to a command-line string as +above but without the --target option. +The <makecommand> is ignored but should be the full path to +devenv, nmake, make or one of the end user build tools +for legacy invocations.

+
+

Note

+

In CMake versions prior to 3.0 this command returned a command +line that directly invokes the native build tool for the current +generator. Their implementation of the PROJECT_NAME option +had no useful effects, so CMake now warns on use of the option.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/build_name.html b/cmake/doc/cmake/html/command/build_name.html new file mode 100644 index 0000000000000000000000000000000000000000..6c3b20078f16212a71d25a573d21da8f0df77fef --- /dev/null +++ b/cmake/doc/cmake/html/command/build_name.html @@ -0,0 +1,143 @@ + + + + + + + + build_name — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

build_name

+

Disallowed since version 3.0. See CMake Policy CMP0036.

+

Use ${CMAKE_SYSTEM} and ${CMAKE_CXX_COMPILER} instead.

+
build_name(variable)
+
+
+

Sets the specified variable to a string representing the platform and +compiler settings. These values are now available through the +CMAKE_SYSTEM and +CMAKE_CXX_COMPILER variables.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/cmake_file_api.html b/cmake/doc/cmake/html/command/cmake_file_api.html new file mode 100644 index 0000000000000000000000000000000000000000..6d13fd75611a13a253a3d008f4d893455cca1cb0 --- /dev/null +++ b/cmake/doc/cmake/html/command/cmake_file_api.html @@ -0,0 +1,213 @@ + + + + + + + + cmake_file_api — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake_file_api

+
+

Added in version 3.27.

+
+

Enables interacting with the CMake file API.

+
+
+cmake_file_api(QUERY ...)
+

The QUERY subcommand adds a file API query for the current CMake +invocation.

+
cmake_file_api(
+  QUERY
+  API_VERSION <version>
+  [CODEMODEL <versions>...]
+  [CACHE <versions>...]
+  [CMAKEFILES <versions>...]
+  [TOOLCHAINS <versions>...]
+)
+
+
+

The API_VERSION must always be given. Currently, the only supported +value for <version> is 1. See API v1 for details of the +reply content and location.

+

Each of the optional keywords CODEMODEL, CACHE, CMAKEFILES and +TOOLCHAINS correspond to one of the object kinds that can be requested +by the project. The configureLog object kind cannot be set with this +command, since it must be set before CMake starts reading the top level +CMakeLists.txt file.

+

For each of the optional keywords, the <versions> list must contain one +or more version values of the form major or major.minor, where +major and minor are integers. Projects should list the versions they +accept in their preferred order, as only the first supported value from the +list will be selected. The command will ignore versions with a major +version higher than any major version it supports for that object kind. +It will raise an error if it encounters an invalid version number, or if none +of the requested versions is supported.

+

For each type of object kind requested, a query equivalent to a shared, +stateless query will be added internally. No query file will be created in +the file system. The reply will be written to the file system at +generation time.

+

It is not an error to add a query for the same thing more than once, whether +from query files or from multiple calls to cmake_file_api(QUERY). +The final set of queries will be a merged combination of all queries +specified on disk and queries submitted by the project.

+
+ +
+

Example

+

A project may want to use replies from the file API at build time to implement +some form of verification task. Instead of relying on something outside of +CMake to create a query file, the project can use cmake_file_api(QUERY) +to request the required information for the current run. It can then create +a custom command to run at build time, knowing that the requested information +should always be available.

+
cmake_file_api(
+  QUERY
+  API_VERSION 1
+  CODEMODEL 2.3
+  TOOLCHAINS 1
+)
+
+add_custom_target(verify_project
+  COMMAND ${CMAKE_COMMAND}
+    -D BUILD_DIR=${CMAKE_BINARY_DIR}
+    -D CONFIG=$<CONFIG>
+    -P ${CMAKE_CURRENT_SOURCE_DIR}/verify_project.cmake
+)
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/cmake_host_system_information.html b/cmake/doc/cmake/html/command/cmake_host_system_information.html new file mode 100644 index 0000000000000000000000000000000000000000..ca8358b5eeb5c10d3d64b8eaf2d2346673e58075 --- /dev/null +++ b/cmake/doc/cmake/html/command/cmake_host_system_information.html @@ -0,0 +1,522 @@ + + + + + + + + cmake_host_system_information — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake_host_system_information

+

Query various host system information.

+
+

Synopsis

+
Query host system specific information
+  cmake_host_system_information(RESULT <variable> QUERY <key> ...)
+
+Query Windows registry
+  cmake_host_system_information(RESULT <variable> QUERY WINDOWS_REGISTRY <key> ...)
+
+
+

Query host system specific information

+
cmake_host_system_information(RESULT <variable> QUERY <key> ...)
+
+
+

Queries system information of the host system on which cmake runs. +One or more <key> can be provided to select the information to be +queried. The list of queried values is stored in <variable>.

+

<key> can be one of the following values:

+
+
NUMBER_OF_LOGICAL_CORES

Number of logical cores

+
+
NUMBER_OF_PHYSICAL_CORES

Number of physical cores

+
+
HOSTNAME

Hostname

+
+
FQDN

Fully qualified domain name

+
+
TOTAL_VIRTUAL_MEMORY

Total virtual memory in MiB [1]

+
+
AVAILABLE_VIRTUAL_MEMORY

Available virtual memory in MiB [1]

+
+
TOTAL_PHYSICAL_MEMORY

Total physical memory in MiB [1]

+
+
AVAILABLE_PHYSICAL_MEMORY

Available physical memory in MiB [1]

+
+
IS_64BIT
+

Added in version 3.10.

+
+

One if processor is 64Bit

+
+
HAS_FPU
+

Added in version 3.10.

+
+

One if processor has floating point unit

+
+
HAS_MMX
+

Added in version 3.10.

+
+

One if processor supports MMX instructions

+
+
HAS_MMX_PLUS
+

Added in version 3.10.

+
+

One if processor supports Ext. MMX instructions

+
+
HAS_SSE
+

Added in version 3.10.

+
+

One if processor supports SSE instructions

+
+
HAS_SSE2
+

Added in version 3.10.

+
+

One if processor supports SSE2 instructions

+
+
HAS_SSE_FP
+

Added in version 3.10.

+
+

One if processor supports SSE FP instructions

+
+
HAS_SSE_MMX
+

Added in version 3.10.

+
+

One if processor supports SSE MMX instructions

+
+
HAS_AMD_3DNOW
+

Added in version 3.10.

+
+

One if processor supports 3DNow instructions

+
+
HAS_AMD_3DNOW_PLUS
+

Added in version 3.10.

+
+

One if processor supports 3DNow+ instructions

+
+
HAS_IA64
+

Added in version 3.10.

+
+

One if IA64 processor emulating x86

+
+
HAS_SERIAL_NUMBER
+

Added in version 3.10.

+
+

One if processor has serial number

+
+
PROCESSOR_SERIAL_NUMBER
+

Added in version 3.10.

+
+

Processor serial number

+
+
PROCESSOR_NAME
+

Added in version 3.10.

+
+

Human readable processor name

+
+
PROCESSOR_DESCRIPTION
+

Added in version 3.10.

+
+

Human readable full processor description

+
+
OS_NAME
+

Added in version 3.10.

+
+

See CMAKE_HOST_SYSTEM_NAME

+
+
OS_RELEASE
+

Added in version 3.10.

+
+

The OS sub-type e.g. on Windows Professional

+
+
OS_VERSION
+

Added in version 3.10.

+
+

The OS build ID

+
+
OS_PLATFORM
+

Added in version 3.10.

+
+

See CMAKE_HOST_SYSTEM_PROCESSOR

+
+
MSYSTEM_PREFIX
+

Added in version 3.28.

+
+

Available only on Windows hosts. In a MSYS or MinGW development +environment that sets the MSYSTEM environment variable, this +is its installation prefix. Otherwise, this is the empty string.

+
+
DISTRIB_INFO
+

Added in version 3.22.

+
+

Read /etc/os-release file and define the given <variable> +into a list of read variables

+
+
DISTRIB_<name>
+

Added in version 3.22.

+
+

Get the <name> variable (see man 5 os-release) if it exists in the +/etc/os-release file

+

Example:

+
cmake_host_system_information(RESULT PRETTY_NAME QUERY DISTRIB_PRETTY_NAME)
+message(STATUS "${PRETTY_NAME}")
+
+cmake_host_system_information(RESULT DISTRO QUERY DISTRIB_INFO)
+
+foreach(VAR IN LISTS DISTRO)
+  message(STATUS "${VAR}=`${${VAR}}`")
+endforeach()
+
+
+

Output:

+
-- Ubuntu 20.04.2 LTS
+-- DISTRO_BUG_REPORT_URL=`https://bugs.launchpad.net/ubuntu/`
+-- DISTRO_HOME_URL=`https://www.ubuntu.com/`
+-- DISTRO_ID=`ubuntu`
+-- DISTRO_ID_LIKE=`debian`
+-- DISTRO_NAME=`Ubuntu`
+-- DISTRO_PRETTY_NAME=`Ubuntu 20.04.2 LTS`
+-- DISTRO_PRIVACY_POLICY_URL=`https://www.ubuntu.com/legal/terms-and-policies/privacy-policy`
+-- DISTRO_SUPPORT_URL=`https://help.ubuntu.com/`
+-- DISTRO_UBUNTU_CODENAME=`focal`
+-- DISTRO_VERSION=`20.04.2 LTS (Focal Fossa)`
+-- DISTRO_VERSION_CODENAME=`focal`
+-- DISTRO_VERSION_ID=`20.04`
+
+
+
+
+

If /etc/os-release file is not found, the command tries to gather OS +identification via fallback scripts. The fallback script can use various +distribution-specific files to collect OS identification data and map it +into man 5 os-release variables.

+
+

Fallback Interface Variables

+
+
+CMAKE_GET_OS_RELEASE_FALLBACK_SCRIPTS
+

In addition to the scripts shipped with CMake, a user may append full +paths to his script(s) to the this list. The script filename has the +following format: NNN-<name>.cmake, where NNN is three digits +used to apply collected scripts in a specific order.

+
+ +
+
+CMAKE_GET_OS_RELEASE_FALLBACK_RESULT_<varname>
+

Variables collected by the user provided fallback script +ought to be assigned to CMake variables using this naming +convention. Example, the ID variable from the manual becomes +CMAKE_GET_OS_RELEASE_FALLBACK_RESULT_ID.

+
+ +
+
+CMAKE_GET_OS_RELEASE_FALLBACK_RESULT
+

The fallback script ought to store names of all assigned +CMAKE_GET_OS_RELEASE_FALLBACK_RESULT_<varname> variables in this list.

+
+ +

Example:

+
# Try to detect some old distribution
+# See also
+# - http://linuxmafia.com/faq/Admin/release-files.html
+#
+if(NOT EXISTS "${CMAKE_SYSROOT}/etc/foobar-release")
+  return()
+endif()
+# Get the first string only
+file(
+    STRINGS "${CMAKE_SYSROOT}/etc/foobar-release" CMAKE_GET_OS_RELEASE_FALLBACK_CONTENT
+    LIMIT_COUNT 1
+  )
+#
+# Example:
+#
+#   Foobar distribution release 1.2.3 (server)
+#
+if(CMAKE_GET_OS_RELEASE_FALLBACK_CONTENT MATCHES "Foobar distribution release ([0-9\.]+) .*")
+  set(CMAKE_GET_OS_RELEASE_FALLBACK_RESULT_NAME Foobar)
+  set(CMAKE_GET_OS_RELEASE_FALLBACK_RESULT_PRETTY_NAME "${CMAKE_GET_OS_RELEASE_FALLBACK_CONTENT}")
+  set(CMAKE_GET_OS_RELEASE_FALLBACK_RESULT_ID foobar)
+  set(CMAKE_GET_OS_RELEASE_FALLBACK_RESULT_VERSION ${CMAKE_MATCH_1})
+  set(CMAKE_GET_OS_RELEASE_FALLBACK_RESULT_VERSION_ID ${CMAKE_MATCH_1})
+  list(
+      APPEND CMAKE_GET_OS_RELEASE_FALLBACK_RESULT
+      CMAKE_GET_OS_RELEASE_FALLBACK_RESULT_NAME
+      CMAKE_GET_OS_RELEASE_FALLBACK_RESULT_PRETTY_NAME
+      CMAKE_GET_OS_RELEASE_FALLBACK_RESULT_ID
+      CMAKE_GET_OS_RELEASE_FALLBACK_RESULT_VERSION
+      CMAKE_GET_OS_RELEASE_FALLBACK_RESULT_VERSION_ID
+    )
+endif()
+unset(CMAKE_GET_OS_RELEASE_FALLBACK_CONTENT)
+
+
+

Footnotes

+ +
+
+
+

Query Windows registry

+
+

Added in version 3.24.

+
+
cmake_host_system_information(RESULT <variable>
+                              QUERY WINDOWS_REGISTRY <key> [VALUE_NAMES|SUBKEYS|VALUE <name>]
+                              [VIEW (64|32|64_32|32_64|HOST|TARGET|BOTH)]
+                              [SEPARATOR <separator>]
+                              [ERROR_VARIABLE <result>])
+
+
+

Performs query operations on local computer registry subkey. Returns a list of +subkeys or value names that are located under the specified subkey in the +registry or the data of the specified value name. The result of the queried +entity is stored in <variable>.

+
+

Note

+

Querying registry for any other platforms than Windows, including +CYGWIN, will always returns an empty string and sets an error message in +the variable specified with sub-option ERROR_VARIABLE.

+
+

<key> specify the full path of a subkey on the local computer. The +<key> must include a valid root key. Valid root keys for the local computer +are:

+
    +
  • HKLM or HKEY_LOCAL_MACHINE

  • +
  • HKCU or HKEY_CURRENT_USER

  • +
  • HKCR or HKEY_CLASSES_ROOT

  • +
  • HKU or HKEY_USERS

  • +
  • HKCC or HKEY_CURRENT_CONFIG

  • +
+

And, optionally, the path to a subkey under the specified root key. The path +separator can be the slash or the backslash. <key> is not case sensitive. +For example:

+
cmake_host_system_information(RESULT result QUERY WINDOWS_REGISTRY "HKLM")
+cmake_host_system_information(RESULT result QUERY WINDOWS_REGISTRY "HKLM/SOFTWARE/Kitware")
+cmake_host_system_information(RESULT result QUERY WINDOWS_REGISTRY "HKCU\\SOFTWARE\\Kitware")
+
+
+
+
VALUE_NAMES

Request the list of value names defined under <key>. If a default value +is defined, it will be identified with the special name (default).

+
+
SUBKEYS

Request the list of subkeys defined under <key>.

+
+
VALUE <name>

Request the data stored in value named <name>. If VALUE is not +specified or argument is the special name (default), the content of the +default value, if any, will be returned.

+
# query default value for HKLM/SOFTWARE/Kitware key
+cmake_host_system_information(RESULT result
+                              QUERY WINDOWS_REGISTRY "HKLM/SOFTWARE/Kitware")
+
+# query default value for HKLM/SOFTWARE/Kitware key using special value name
+cmake_host_system_information(RESULT result
+                              QUERY WINDOWS_REGISTRY "HKLM/SOFTWARE/Kitware"
+                              VALUE "(default)")
+
+
+

Supported types are:

+
    +
  • REG_SZ.

  • +
  • REG_EXPAND_SZ. The returned data is expanded.

  • +
  • REG_MULTI_SZ. The returned is expressed as a CMake list. See also +SEPARATOR sub-option.

  • +
  • REG_DWORD.

  • +
  • REG_QWORD.

  • +
+

For all other types, an empty string is returned.

+
+
VIEW

Specify which registry views must be queried. When not specified, BOTH +view is used.

+
+
64

Query the 64bit registry. On 32bit Windows, returns always an empty +string.

+
+
32

Query the 32bit registry.

+
+
64_32

For VALUE sub-option or default value, query the registry using view +64, and if the request failed, query the registry using view 32. +For VALUE_NAMES and SUBKEYS sub-options, query both views (64 +and 32) and merge the results (sorted and duplicates removed).

+
+
32_64

For VALUE sub-option or default value, query the registry using view +32, and if the request failed, query the registry using view 64. +For VALUE_NAMES and SUBKEYS sub-options, query both views (32 +and 64) and merge the results (sorted and duplicates removed).

+
+
HOST

Query the registry matching the architecture of the host: 64 on 64bit +Windows and 32 on 32bit Windows.

+
+
TARGET

Query the registry matching the architecture specified by +CMAKE_SIZEOF_VOID_P variable. If not defined, fallback to +HOST view.

+
+
BOTH

Query both views (32 and 64). The order depends of the following +rules: If CMAKE_SIZEOF_VOID_P variable is defined. Use the +following view depending of the content of this variable:

+
    +
  • 8: 64_32

  • +
  • 4: 32_64

  • +
+

If CMAKE_SIZEOF_VOID_P variable is not defined, rely on +architecture of the host:

+
    +
  • 64bit: 64_32

  • +
  • 32bit: 32

  • +
+
+
+
+
SEPARATOR

Specify the separator character for REG_MULTI_SZ type. When not +specified, the character \0 is used.

+
+
ERROR_VARIABLE <result>

Returns any error raised during query operation. In case of success, the +variable holds an empty string.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/cmake_language.html b/cmake/doc/cmake/html/command/cmake_language.html new file mode 100644 index 0000000000000000000000000000000000000000..1b511301f08ba4512888f22b086e1018f8e72006 --- /dev/null +++ b/cmake/doc/cmake/html/command/cmake_language.html @@ -0,0 +1,652 @@ + + + + + + + + cmake_language — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake_language

+
+

Added in version 3.18.

+
+

Call meta-operations on CMake commands.

+
+

Synopsis

+
cmake_language(CALL <command> [<arg>...])
+cmake_language(EVAL CODE <code>...)
+cmake_language(DEFER <options>... CALL <command> [<arg>...])
+cmake_language(SET_DEPENDENCY_PROVIDER <command> SUPPORTED_METHODS <methods>...)
+cmake_language(GET_MESSAGE_LOG_LEVEL <out-var>)
+cmake_language(EXIT <exit-code>)
+
+
+

Introduction

+

This command will call meta-operations on built-in CMake commands or +those created via the macro() or function() commands.

+

cmake_language does not introduce a new variable or policy scope.

+
+
+

Calling Commands

+
+
+cmake_language(CALL <command> [<arg>...])
+

Calls the named <command> with the given arguments (if any). +For example, the code:

+
set(message_command "message")
+cmake_language(CALL ${message_command} STATUS "Hello World!")
+
+
+

is equivalent to

+
message(STATUS "Hello World!")
+
+
+
+

Note

+

To ensure consistency of the code, the following commands are not allowed:

+
    +
  • if / elseif / else / endif

  • +
  • block / endblock

  • +
  • while / endwhile

  • +
  • foreach / endforeach

  • +
  • function / endfunction

  • +
  • macro / endmacro

  • +
+
+
+ +
+
+

Evaluating Code

+
+
+cmake_language(EVAL CODE <code>...)
+

Evaluates the <code>... as CMake code.

+

For example, the code:

+
set(A TRUE)
+set(B TRUE)
+set(C TRUE)
+set(condition "(A AND B) OR C")
+
+cmake_language(EVAL CODE "
+  if (${condition})
+    message(STATUS TRUE)
+  else()
+    message(STATUS FALSE)
+  endif()"
+)
+
+
+

is equivalent to

+
set(A TRUE)
+set(B TRUE)
+set(C TRUE)
+set(condition "(A AND B) OR C")
+
+file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/eval.cmake "
+  if (${condition})
+    message(STATUS TRUE)
+  else()
+    message(STATUS FALSE)
+  endif()"
+)
+
+include(${CMAKE_CURRENT_BINARY_DIR}/eval.cmake)
+
+
+
+ +
+
+

Deferring Calls

+
+

Added in version 3.19.

+
+
+
+cmake_language(DEFER <options>... CALL <command> [<arg>...])
+

Schedules a call to the named <command> with the given arguments (if any) +to occur at a later time. By default, deferred calls are executed as if +written at the end of the current directory's CMakeLists.txt file, +except that they run even after a return() call. Variable +references in arguments are evaluated at the time the deferred call is +executed.

+

The options are:

+
+
DIRECTORY <dir>

Schedule the call for the end of the given directory instead of the +current directory. The <dir> may reference either a source +directory or its corresponding binary directory. Relative paths are +treated as relative to the current source directory.

+

The given directory must be known to CMake, being either the top-level +directory or one added by add_subdirectory(). Furthermore, +the given directory must not yet be finished processing. This means +it can be the current directory or one of its ancestors.

+
+
ID <id>

Specify an identification for the deferred call. +The <id> may not be empty and may not begin with a capital letter A-Z. +The <id> may begin with an underscore (_) only if it was generated +automatically by an earlier call that used ID_VAR to get the id.

+
+
ID_VAR <var>

Specify a variable in which to store the identification for the +deferred call. If ID <id> is not given, a new identification +will be generated and the generated id will start with an underscore (_).

+
+
+

The currently scheduled list of deferred calls may be retrieved:

+
cmake_language(DEFER [DIRECTORY <dir>] GET_CALL_IDS <var>)
+
+
+

This will store in <var> a semicolon-separated list of deferred call ids. The ids are for the directory scope in which +the calls have been deferred to (i.e. where they will be executed), which can +be different to the scope in which they were created. The DIRECTORY +option can be used to specify the scope for which to retrieve the call ids. +If that option is not given, the call ids for the current directory scope +will be returned.

+

Details of a specific call may be retrieved from its id:

+
cmake_language(DEFER [DIRECTORY <dir>] GET_CALL <id> <var>)
+
+
+

This will store in <var> a semicolon-separated list in which the first element is the name of the command to be +called, and the remaining elements are its unevaluated arguments (any +contained ; characters are included literally and cannot be distinguished +from multiple arguments). If multiple calls are scheduled with the same id, +this retrieves the first one. If no call is scheduled with the given id in +the specified DIRECTORY scope (or the current directory scope if no +DIRECTORY option is given), this stores an empty string in the variable.

+

Deferred calls may be canceled by their id:

+
cmake_language(DEFER [DIRECTORY <dir>] CANCEL_CALL <id>...)
+
+
+

This cancels all deferred calls matching any of the given ids in the specified +DIRECTORY scope (or the current directory scope if no DIRECTORY option +is given). Unknown ids are silently ignored.

+
+ +
+

Deferred Call Examples

+

For example, the code:

+
cmake_language(DEFER CALL message "${deferred_message}")
+cmake_language(DEFER ID_VAR id CALL message "Canceled Message")
+cmake_language(DEFER CANCEL_CALL ${id})
+message("Immediate Message")
+set(deferred_message "Deferred Message")
+
+
+

prints:

+
Immediate Message
+Deferred Message
+
+
+

The Canceled Message is never printed because its command is +canceled. The deferred_message variable reference is not evaluated +until the call site, so it can be set after the deferred call is scheduled.

+

In order to evaluate variable references immediately when scheduling a +deferred call, wrap it using cmake_language(EVAL). However, note that +arguments will be re-evaluated in the deferred call, though that can be +avoided by using bracket arguments. For example:

+
set(deferred_message "Deferred Message 1")
+set(re_evaluated [[${deferred_message}]])
+cmake_language(EVAL CODE "
+  cmake_language(DEFER CALL message [[${deferred_message}]])
+  cmake_language(DEFER CALL message \"${re_evaluated}\")
+")
+message("Immediate Message")
+set(deferred_message "Deferred Message 2")
+
+
+

also prints:

+
Immediate Message
+Deferred Message 1
+Deferred Message 2
+
+
+
+
+
+

Dependency Providers

+
+

Added in version 3.24.

+
+
+

Note

+

A high-level introduction to this feature can be found in the +Using Dependencies Guide.

+
+
+
+cmake_language(SET_DEPENDENCY_PROVIDER <command> SUPPORTED_METHODS <methods>...)
+

When a call is made to find_package() or +FetchContent_MakeAvailable(), the call may be forwarded to a +dependency provider which then has the opportunity to fulfill the request. +If the request is for one of the <methods> specified when the provider +was set, CMake calls the provider's <command> with a set of +method-specific arguments. If the provider does not fulfill the request, +or if the provider doesn't support the request's method, or no provider +is set, the built-in find_package() or +FetchContent_MakeAvailable() implementation is used to fulfill +the request in the usual way.

+

One or more of the following values can be specified for the <methods> +when setting the provider:

+
+
FIND_PACKAGE

The provider command accepts find_package() requests.

+
+
FETCHCONTENT_MAKEAVAILABLE_SERIAL

The provider command accepts FetchContent_MakeAvailable() +requests. It expects each dependency to be fed to the provider command +one at a time, not the whole list in one go.

+
+
+

Only one provider can be set at any point in time. If a provider is already +set when cmake_language(SET_DEPENDENCY_PROVIDER) is called, the new +provider replaces the previously set one. The specified <command> must +already exist when cmake_language(SET_DEPENDENCY_PROVIDER) is called. +As a special case, providing an empty string for the <command> and no +<methods> will discard any previously set provider.

+

The dependency provider can only be set while processing one of the files +specified by the CMAKE_PROJECT_TOP_LEVEL_INCLUDES variable. +Thus, dependency providers can only be set as part of the first call to +project(). Calling cmake_language(SET_DEPENDENCY_PROVIDER) +outside of that context will result in an error.

+
+

Added in version 3.30: The PROPAGATE_TOP_LEVEL_INCLUDES_TO_TRY_COMPILE global +property can be set if the dependency provider also wants to be enabled +in whole-project calls to try_compile().

+
+
+

Note

+

The choice of dependency provider should always be under the user's control. +As a convenience, a project may choose to provide a file that users can +list in their CMAKE_PROJECT_TOP_LEVEL_INCLUDES variable, but +the use of such a file should always be the user's choice.

+
+
+ +
+

Provider commands

+

Providers define a single <command> to accept requests. The name of +the command should be specific to that provider, not something overly +generic that another provider might also use. This enables users to compose +different providers in their own custom provider. The recommended form is +xxx_provide_dependency(), where xxx is the provider-specific part +(e.g. vcpkg_provide_dependency(), conan_provide_dependency(), +ourcompany_provide_dependency(), and so on).

+
xxx_provide_dependency(<method> [<method-specific-args>...])
+
+
+

Because some methods expect certain variables to be set in the calling scope, +the provider command should typically be implemented as a macro rather than a +function. This ensures it does not introduce a new variable scope.

+

The arguments CMake passes to the dependency provider depend on the type of +request. The first argument is always the method, and it will only ever +be one of the <methods> that was specified when setting the provider.

+
+
FIND_PACKAGE

The <method-specific-args> will be everything passed to the +find_package() call that requested the dependency. The first of +these <method-specific-args> will therefore always be the name of the +dependency. Dependency names are case-sensitive for this method because +find_package() treats them case-sensitively too.

+

If the provider command fulfills the request, it must set the same variable +that find_package() expects to be set. For a dependency named +depName, the provider must set depName_FOUND to true if it fulfilled +the request. If the provider returns without setting this variable, CMake +will assume the request was not fulfilled and will fall back to the +built-in implementation.

+

If the provider needs to call the built-in find_package() +implementation as part of its processing, it can do so by including the +BYPASS_PROVIDER keyword as one of the arguments.

+
+
FETCHCONTENT_MAKEAVAILABLE_SERIAL

The <method-specific-args> will be everything passed to the +FetchContent_Declare() call that corresponds to the requested +dependency, with the following exceptions:

+
    +
  • If SOURCE_DIR or BINARY_DIR were not part of the original +declared arguments, they will be added with their default values.

  • +
  • If FETCHCONTENT_TRY_FIND_PACKAGE_MODE is set to NEVER, +any FIND_PACKAGE_ARGS will be omitted.

  • +
  • The OVERRIDE_FIND_PACKAGE keyword is always omitted.

  • +
+

The first of the <method-specific-args> will always be the name of the +dependency. Dependency names are case-insensitive for this method because +FetchContent also treats them case-insensitively.

+

If the provider fulfills the request, it should call +FetchContent_SetPopulated(), passing the name of the dependency as +the first argument. The SOURCE_DIR and BINARY_DIR arguments to that +command should only be given if the provider makes the dependency's source +and build directories available in exactly the same way as the built-in +FetchContent_MakeAvailable() command.

+

If the provider returns without calling FetchContent_SetPopulated() +for the named dependency, CMake will assume the request was not fulfilled +and will fall back to the built-in implementation.

+

Note that empty arguments may be significant for this method (e.g. an empty +string following a GIT_SUBMODULES keyword). Therefore, if forwarding +these arguments on to another command, extra care must be taken to avoid such +arguments being silently dropped.

+

If FETCHCONTENT_SOURCE_DIR_<uppercaseDepName> is set, then the +dependency provider will never see requests for the <depName> dependency +for this method. When the user sets such a variable, they are explicitly +overriding where to get that dependency from and are taking on the +responsibility that their overriding version meets any requirements for that +dependency and is compatible with whatever else in the project uses it. +Depending on the value of FETCHCONTENT_TRY_FIND_PACKAGE_MODE +and whether the OVERRIDE_FIND_PACKAGE option was given to +FetchContent_Declare(), having +FETCHCONTENT_SOURCE_DIR_<uppercaseDepName> set may also prevent the +dependency provider from seeing requests for a find_package(depName) +call too.

+
+
+
+
+

Provider Examples

+

This first example only intercepts find_package() calls. The +provider command runs an external tool which copies the relevant artifacts +into a provider-specific directory, if that tool knows about the dependency. +It then relies on the built-in implementation to then find those artifacts. +FetchContent_MakeAvailable() calls would not go through the provider.

+
+
mycomp_provider.cmake
+
# Always ensure we have the policy settings this provider expects
+cmake_minimum_required(VERSION 3.24)
+
+set(MYCOMP_PROVIDER_INSTALL_DIR ${CMAKE_BINARY_DIR}/mycomp_packages
+  CACHE PATH "The directory this provider installs packages to"
+)
+# Tell the built-in implementation to look in our area first, unless
+# the find_package() call uses NO_..._PATH options to exclude it
+list(APPEND CMAKE_MODULE_PATH ${MYCOMP_PROVIDER_INSTALL_DIR}/cmake)
+list(APPEND CMAKE_PREFIX_PATH ${MYCOMP_PROVIDER_INSTALL_DIR})
+
+macro(mycomp_provide_dependency method package_name)
+  execute_process(
+    COMMAND some_tool ${package_name} --installdir ${MYCOMP_PROVIDER_INSTALL_DIR}
+    COMMAND_ERROR_IS_FATAL ANY
+  )
+endmacro()
+
+cmake_language(
+  SET_DEPENDENCY_PROVIDER mycomp_provide_dependency
+  SUPPORTED_METHODS FIND_PACKAGE
+)
+
+
+
+

The user would then typically use the above file like so:

+
cmake -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=/path/to/mycomp_provider.cmake ...
+
+
+

The next example demonstrates a provider that accepts both methods, but +only handles one specific dependency. It enforces providing Google Test +using FetchContent, but leaves all other dependencies to be +fulfilled by CMake's built-in implementation. It accepts a few different +names, which demonstrates one way of working around projects that hard-code +an unusual or undesirable way of adding this particular dependency to the +build. The example also demonstrates how to use the list() command +to preserve variables that may be overwritten by a call to +FetchContent_MakeAvailable().

+
+
mycomp_provider.cmake
+
cmake_minimum_required(VERSION 3.24)
+
+# Because we declare this very early, it will take precedence over any
+# details the project might declare later for the same thing
+include(FetchContent)
+FetchContent_Declare(
+  googletest
+  GIT_REPOSITORY https://github.com/google/googletest.git
+  GIT_TAG        e2239ee6043f73722e7aa812a459f54a28552929 # release-1.11.0
+)
+
+# Both FIND_PACKAGE and FETCHCONTENT_MAKEAVAILABLE_SERIAL methods provide
+# the package or dependency name as the first method-specific argument.
+macro(mycomp_provide_dependency method dep_name)
+  if("${dep_name}" MATCHES "^(gtest|googletest)$")
+    # Save our current command arguments in case we are called recursively
+    list(APPEND mycomp_provider_args ${method} ${dep_name})
+
+    # This will forward to the built-in FetchContent implementation,
+    # which detects a recursive call for the same thing and avoids calling
+    # the provider again if dep_name is the same as the current call.
+    FetchContent_MakeAvailable(googletest)
+
+    # Restore our command arguments
+    list(POP_BACK mycomp_provider_args dep_name method)
+
+    # Tell the caller we fulfilled the request
+    if("${method}" STREQUAL "FIND_PACKAGE")
+      # We need to set this if we got here from a find_package() call
+      # since we used a different method to fulfill the request.
+      # This example assumes projects only use the gtest targets,
+      # not any of the variables the FindGTest module may define.
+      set(${dep_name}_FOUND TRUE)
+    elseif(NOT "${dep_name}" STREQUAL "googletest")
+      # We used the same method, but were given a different name to the
+      # one we populated with. Tell the caller about the name it used.
+      FetchContent_SetPopulated(${dep_name}
+        SOURCE_DIR "${googletest_SOURCE_DIR}"
+        BINARY_DIR "${googletest_BINARY_DIR}"
+      )
+    endif()
+  endif()
+endmacro()
+
+cmake_language(
+  SET_DEPENDENCY_PROVIDER mycomp_provide_dependency
+  SUPPORTED_METHODS
+    FIND_PACKAGE
+    FETCHCONTENT_MAKEAVAILABLE_SERIAL
+)
+
+
+
+

The final example demonstrates how to modify arguments to a +find_package() call. It forces all such calls to have the +QUIET keyword. It uses the BYPASS_PROVIDER keyword to prevent +calling the provider command recursively for the same dependency.

+
+
mycomp_provider.cmake
+
cmake_minimum_required(VERSION 3.24)
+
+macro(mycomp_provide_dependency method)
+  find_package(${ARGN} BYPASS_PROVIDER QUIET)
+endmacro()
+
+cmake_language(
+  SET_DEPENDENCY_PROVIDER mycomp_provide_dependency
+  SUPPORTED_METHODS FIND_PACKAGE
+)
+
+
+
+
+
+
+

Getting current message log level

+
+

Added in version 3.25.

+
+
+
+cmake_language(GET_MESSAGE_LOG_LEVEL <output_variable>)
+

Writes the current message() logging level +into the given <output_variable>.

+

See message() for the possible logging levels.

+

The current message logging level can be set either using the +--log-level +command line option of the cmake(1) program or using +the CMAKE_MESSAGE_LOG_LEVEL variable.

+

If both the command line option and the variable are set, the command line +option takes precedence. If neither are set, the default logging level +is returned.

+
+ +
+
+

Terminating Scripts

+
+

Added in version 3.29.

+
+
+
+cmake_language(EXIT <exit-code>)
+

Terminate the current cmake -P script and exit with <exit-code>.

+

This command works only in script mode. +If used outside of that context, it will cause a fatal error.

+

The <exit-code> should be non-negative. +If <exit-code> is negative, then the behavior +is unspecified (e.g., on Windows the error code -1 +becomes 0xffffffff, and on Linux it becomes 255). +Exit codes above 255 may not be supported by the underlying +shell or platform, and some shells may interpret values +above 125 specially. Therefore, it is advisable to only +specify an <exit-code> in the range 0 to 125.

+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/cmake_minimum_required.html b/cmake/doc/cmake/html/command/cmake_minimum_required.html new file mode 100644 index 0000000000000000000000000000000000000000..223a27ae751f106f60288c334a33a680121bd033 --- /dev/null +++ b/cmake/doc/cmake/html/command/cmake_minimum_required.html @@ -0,0 +1,236 @@ + + + + + + + + cmake_minimum_required — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake_minimum_required

+

Require a minimum version of cmake.

+
cmake_minimum_required(VERSION <min>[...<policy_max>] [FATAL_ERROR])
+
+
+
+

Added in version 3.12: The optional <policy_max> version.

+
+

Sets the minimum required version of cmake for a project. +Also updates the policy settings as explained below.

+

<min> and the optional <policy_max> are each CMake versions of the +form major.minor[.patch[.tweak]], and the ... is literal.

+

If the running version of CMake is lower than the <min> required +version it will stop processing the project and report an error. +The optional <policy_max> version, if specified, must be at least the +<min> version and affects policy settings as described in Policy Settings. +If the running version of CMake is older than 3.12, the extra ... +dots will be seen as version component separators, resulting in the +...<max> part being ignored and preserving the pre-3.12 behavior +of basing policies on <min>.

+

This command will set the value of the +CMAKE_MINIMUM_REQUIRED_VERSION variable to <min>.

+

The FATAL_ERROR option is accepted but ignored by CMake 2.6 and +higher. It should be specified so CMake versions 2.4 and lower fail +with an error instead of just a warning.

+
+

Note

+

Call the cmake_minimum_required() command at the beginning of +the top-level CMakeLists.txt file even before calling the +project() command. It is important to establish version +and policy settings before invoking other commands whose behavior +they may affect. See also policy CMP0000.

+

Calling cmake_minimum_required() inside a function() +limits some effects to the function scope when invoked. For example, +the CMAKE_MINIMUM_REQUIRED_VERSION variable won't be set +in the calling scope. Functions do not introduce their own policy +scope though, so policy settings of the caller will be affected +(see below). Due to this mix of things that do and do not affect the +calling scope, calling cmake_minimum_required() inside a function +is generally discouraged.

+
+
+

Policy Settings

+

The cmake_minimum_required(VERSION) command implicitly invokes the +cmake_policy(VERSION) command to specify that the current +project code is written for the given range of CMake versions. +All policies known to the running version of CMake and introduced +in the <min> (or <max>, if specified) version or earlier will +be set to use NEW behavior. All policies introduced in later +versions will be unset. This effectively requests behavior preferred +as of a given CMake version and tells newer CMake versions to warn +about their new policies.

+

When a <min> version higher than 2.4 is specified the command +implicitly invokes

+
cmake_policy(VERSION <min>[...<max>])
+
+
+

which sets CMake policies based on the range of versions specified. +When a <min> version 2.4 or lower is given the command implicitly +invokes

+
cmake_policy(VERSION 2.4[...<max>])
+
+
+

which enables compatibility features for CMake 2.4 and lower.

+
+

Changed in version 3.31: Compatibility with versions of CMake older than 3.10 is deprecated. +Calls to cmake_minimum_required(VERSION) or +cmake_policy(VERSION) that do not specify at least +3.10 as their policy version (optionally via ...<max>) +will produce a deprecation warning in CMake 3.31 and above.

+
+
+

Changed in version 3.27: Compatibility with versions of CMake older than 3.5 is deprecated. +Calls to cmake_minimum_required(VERSION) or +cmake_policy(VERSION) that do not specify at least +3.5 as their policy version (optionally via ...<max>) +will produce a deprecation warning in CMake 3.27 and above.

+
+
+

Changed in version 3.19: Compatibility with versions of CMake older than 2.8.12 is deprecated. +Calls to cmake_minimum_required(VERSION) or +cmake_policy(VERSION) that do not specify at least +2.8.12 as their policy version (optionally via ...<max>) +will produce a deprecation warning in CMake 3.19 and above.

+
+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/cmake_parse_arguments.html b/cmake/doc/cmake/html/command/cmake_parse_arguments.html new file mode 100644 index 0000000000000000000000000000000000000000..984858c535df43b11258163986b69dc503ce5dfa --- /dev/null +++ b/cmake/doc/cmake/html/command/cmake_parse_arguments.html @@ -0,0 +1,311 @@ + + + + + + + + cmake_parse_arguments — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake_parse_arguments

+

Parse function or macro arguments.

+
cmake_parse_arguments(<prefix> <options> <one_value_keywords>
+                      <multi_value_keywords> <args>...)
+
+cmake_parse_arguments(PARSE_ARGV <N> <prefix> <options>
+                      <one_value_keywords> <multi_value_keywords>)
+
+
+
+

Added in version 3.5: This command is implemented natively. Previously, it has been defined in the +module CMakeParseArguments.

+
+

This command is for use in macros or functions. +It processes the arguments given to that macro or function, +and defines a set of variables which hold the values of the +respective options.

+

The first signature reads arguments passed in the <args>.... +This may be used in either a macro() or a function().

+
+

Added in version 3.7: The PARSE_ARGV signature is only for use in a function() +body. In this case, the arguments that are parsed come from the +ARGV# variables of the calling function. The parsing starts with +the <N>-th argument, where <N> is an unsigned integer. +This allows for the values to have special characters like ; in them.

+
+

The <options> argument contains all options for the respective function +or macro. These are keywords that have no value following them, like the +OPTIONAL keyword of the install() command.

+

The <one_value_keywords> argument contains all keywords for this function +or macro which are followed by one value, like the DESTINATION keyword of +the install() command.

+

The <multi_value_keywords> argument contains all keywords for this +function or macro which can be followed by more than one value, like the +TARGETS or FILES keywords of the install() command.

+
+

Changed in version 3.5: All keywords must be unique. Each keyword can only be specified +once in any of the <options>, <one_value_keywords>, or +<multi_value_keywords>. A warning will be emitted if uniqueness is +violated.

+
+

When done, cmake_parse_arguments will consider for each of the +keywords listed in <options>, <one_value_keywords>, and +<multi_value_keywords>, a variable composed of the given <prefix> +followed by "_" and the name of the respective keyword. For +<one_value_keywords> and <multi_value_keywords>, these variables +will then hold the respective value(s) from the argument list, or be undefined +if the associated keyword was not given (policy CMP0174 can also +affect the behavior for <one_value_keywords>). For the <options> +keywords, these variables will always be defined, and they will be set to +TRUE if the keyword is present, or FALSE if it is not.

+

All remaining arguments are collected in a variable +<prefix>_UNPARSED_ARGUMENTS that will be undefined if all arguments +were recognized. This can be checked afterwards to see +whether your macro or function was called with unrecognized parameters.

+
+

Added in version 3.15: <one_value_keywords> and <multi_value_keywords> that were given no +values at all are collected in a variable +<prefix>_KEYWORDS_MISSING_VALUES that will be undefined if all keywords +received values. This can be checked to see if there were keywords without +any values given.

+
+
+

Changed in version 3.31: If a <one_value_keyword> is followed by an empty string as its value, +policy CMP0174 controls whether a corresponding +<prefix>_<keyword> variable is defined or not.

+
+

Choose a <prefix> carefully to avoid clashing with existing variable names. +When used inside a function, it is usually suitable to use the prefix arg. +There is a very strong convention that all keywords are fully uppercase, so +this prefix results in variables of the form arg_SOME_KEYWORD. This makes +the code more readable, and it minimizes the chance of clashing with cache +variables, which also have a strong convention of being all uppercase.

+
function(my_install)
+    set(options OPTIONAL FAST)
+    set(oneValueArgs DESTINATION RENAME)
+    set(multiValueArgs TARGETS CONFIGURATIONS)
+    cmake_parse_arguments(PARSE_ARGV 0 arg
+        "${options}" "${oneValueArgs}" "${multiValueArgs}"
+    )
+
+    # The above will set or unset variables with the following names:
+    #   arg_OPTIONAL
+    #   arg_FAST
+    #   arg_DESTINATION
+    #   arg_RENAME
+    #   arg_TARGETS
+    #   arg_CONFIGURATIONS
+    #
+    # The following will also be set or unset:
+    #   arg_UNPARSED_ARGUMENTS
+    #   arg_KEYWORDS_MISSING_VALUES
+
+
+

When used inside a macro, arg might not be a suitable prefix because the +code will affect the calling scope. If another macro also called in the same +scope were to use arg in its own call to cmake_parse_arguments(), +and if there are any common keywords between the two macros, the later call's +variables can overwrite or remove those of the earlier macro's call. +Therefore, it is advisable to incorporate something unique from the macro name +in the <prefix>, such as arg_lowercase_macro_name.

+
macro(my_install)
+    set(options OPTIONAL FAST)
+    set(oneValueArgs DESTINATION RENAME)
+    set(multiValueArgs TARGETS CONFIGURATIONS)
+    cmake_parse_arguments(arg_my_install
+        "${options}" "${oneValueArgs}" "${multiValueArgs}"
+        ${ARGN}
+    )
+    # ...
+endmacro()
+
+macro(my_special_install)
+    # NOTE: Has the same keywords as my_install()
+    set(options OPTIONAL FAST)
+    set(oneValueArgs DESTINATION RENAME)
+    set(multiValueArgs TARGETS CONFIGURATIONS)
+    cmake_parse_arguments(arg_my_special_install
+        "${options}" "${oneValueArgs}" "${multiValueArgs}"
+        ${ARGN}
+    )
+    # ...
+endmacro()
+
+
+

Suppose the above macros are called one after the other, like so:

+
my_install(TARGETS foo bar DESTINATION bin OPTIONAL blub CONFIGURATIONS)
+my_special_install(TARGETS barry DESTINATION sbin RENAME FAST)
+
+
+

After these two calls, the following describes the variables that will be +set or unset:

+
arg_my_install_OPTIONAL = TRUE
+arg_my_install_FAST = FALSE # was not present in call to my_install
+arg_my_install_DESTINATION = "bin"
+arg_my_install_RENAME <UNSET> # was not present
+arg_my_install_TARGETS = "foo;bar"
+arg_my_install_CONFIGURATIONS <UNSET> # was not present
+arg_my_install_UNPARSED_ARGUMENTS = "blub" # nothing expected after "OPTIONAL"
+arg_my_install_KEYWORDS_MISSING_VALUES = "CONFIGURATIONS" # value was missing
+
+arg_my_special_install_OPTIONAL = FALSE # was not present
+arg_my_special_install_FAST = TRUE
+arg_my_special_install_DESTINATION = "sbin"
+arg_my_special_install_RENAME <UNSET> # value was missing
+arg_my_special_install_TARGETS = "barry"
+arg_my_special_install_CONFIGURATIONS <UNSET> # was not present
+arg_my_special_install_UNPARSED_ARGUMENTS <UNSET>
+arg_my_special_install_KEYWORDS_MISSING_VALUES = "RENAME"
+
+
+

Keywords terminate lists of values. If a keyword is given directly after a +<one_value_keyword>, that preceding <one_value_keyword> receives no +value and the keyword is added to the <prefix>_KEYWORDS_MISSING_VALUES +variable. In the above example, the call to my_special_install() contains +the RENAME keyword immediately followed by the FAST keyword. +In this case, FAST terminates processing of the RENAME keyword. +arg_my_special_install_FAST is set to TRUE, +arg_my_special_install_RENAME is unset, and +arg_my_special_install_KEYWORDS_MISSING_VALUES contains the value +RENAME.

+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/cmake_path.html b/cmake/doc/cmake/html/command/cmake_path.html new file mode 100644 index 0000000000000000000000000000000000000000..a13d35f0fb4d45b40472fdae79b6b5d1e8e9e5ae --- /dev/null +++ b/cmake/doc/cmake/html/command/cmake_path.html @@ -0,0 +1,784 @@ + + + + + + + + cmake_path — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake_path

+
+

Added in version 3.20.

+
+

This command is for the manipulation of paths. Only syntactic aspects of +paths are handled, there is no interaction of any kind with any underlying +file system. The path may represent a non-existing path or even one that +is not allowed to exist on the current file system or platform. +For operations that do interact with the filesystem, see the file() +command.

+
+

Note

+

The cmake_path command handles paths in the format of the build system +(i.e. the host platform), not the target system. When cross-compiling, +if the path contains elements that are not representable on the host +platform (e.g. a drive letter when the host is not Windows), the results +will be unpredictable.

+
+
+

Synopsis

+
Conventions
+
+Path Structure And Terminology
+
+Normalization
+
+Decomposition
+  cmake_path(GET <path-var> ROOT_NAME <out-var>)
+  cmake_path(GET <path-var> ROOT_DIRECTORY <out-var>)
+  cmake_path(GET <path-var> ROOT_PATH <out-var>)
+  cmake_path(GET <path-var> FILENAME <out-var>)
+  cmake_path(GET <path-var> EXTENSION [LAST_ONLY] <out-var>)
+  cmake_path(GET <path-var> STEM [LAST_ONLY] <out-var>)
+  cmake_path(GET <path-var> RELATIVE_PART <out-var>)
+  cmake_path(GET <path-var> PARENT_PATH <out-var>)
+
+Query
+  cmake_path(HAS_ROOT_NAME <path-var> <out-var>)
+  cmake_path(HAS_ROOT_DIRECTORY <path-var> <out-var>)
+  cmake_path(HAS_ROOT_PATH <path-var> <out-var>)
+  cmake_path(HAS_FILENAME <path-var> <out-var>)
+  cmake_path(HAS_EXTENSION <path-var> <out-var>)
+  cmake_path(HAS_STEM <path-var> <out-var>)
+  cmake_path(HAS_RELATIVE_PART <path-var> <out-var>)
+  cmake_path(HAS_PARENT_PATH <path-var> <out-var>)
+  cmake_path(IS_ABSOLUTE <path-var> <out-var>)
+  cmake_path(IS_RELATIVE <path-var> <out-var>)
+  cmake_path(IS_PREFIX <path-var> <input> [NORMALIZE] <out-var>)
+  cmake_path(COMPARE <input1> <OP> <input2> <out-var>)
+
+Modification
+  cmake_path(SET <path-var> [NORMALIZE] <input>)
+  cmake_path(APPEND <path-var> [<input>...] [OUTPUT_VARIABLE <out-var>])
+  cmake_path(APPEND_STRING <path-var> [<input>...] [OUTPUT_VARIABLE <out-var>])
+  cmake_path(REMOVE_FILENAME <path-var> [OUTPUT_VARIABLE <out-var>])
+  cmake_path(REPLACE_FILENAME <path-var> <input> [OUTPUT_VARIABLE <out-var>])
+  cmake_path(REMOVE_EXTENSION <path-var> [LAST_ONLY] [OUTPUT_VARIABLE <out-var>])
+  cmake_path(REPLACE_EXTENSION <path-var> [LAST_ONLY] <input> [OUTPUT_VARIABLE <out-var>])
+
+Generation
+  cmake_path(NORMAL_PATH <path-var> [OUTPUT_VARIABLE <out-var>])
+  cmake_path(RELATIVE_PATH <path-var> [BASE_DIRECTORY <input>] [OUTPUT_VARIABLE <out-var>])
+  cmake_path(ABSOLUTE_PATH <path-var> [BASE_DIRECTORY <input>] [NORMALIZE] [OUTPUT_VARIABLE <out-var>])
+
+Native Conversion
+  cmake_path(NATIVE_PATH <path-var> [NORMALIZE] <out-var>)
+  cmake_path(CONVERT <input> TO_CMAKE_PATH_LIST <out-var> [NORMALIZE])
+  cmake_path(CONVERT <input> TO_NATIVE_PATH_LIST <out-var> [NORMALIZE])
+
+Hashing
+  cmake_path(HASH <path-var> <out-var>)
+
+
+

Conventions

+

The following conventions are used in this command's documentation:

+
+
<path-var>

Always the name of a variable. For commands that expect a <path-var> +as input, the variable must exist and it is expected to hold a single path.

+
+
<input>

A string literal which may contain a path, path fragment, or multiple paths +with a special separator depending on the command. See the description of +each command to see how this is interpreted.

+
+
<input>...

Zero or more string literal arguments.

+
+
<out-var>

The name of a variable into which the result of a command will be written.

+
+
+
+
+

Path Structure And Terminology

+

A path has the following structure (all components are optional, with some +constraints):

+
root-name root-directory-separator (item-name directory-separator)* filename
+
+
+
+
root-name

Identifies the root on a filesystem with multiple roots (such as "C:" +or "//myserver"). It is optional.

+
+
root-directory-separator

A directory separator that, if present, indicates that this path is +absolute. If it is missing and the first element other than the +root-name is an item-name, then the path is relative.

+
+
item-name

A sequence of characters that aren't directory separators. This name may +identify a file, a hard link, a symbolic link, or a directory. Two special +cases are recognized:

+
+
    +
  • The item name consisting of a single dot character . is a +directory name that refers to the current directory.

  • +
  • The item name consisting of two dot characters .. is a +directory name that refers to the parent directory.

  • +
+
+

The (...)* pattern shown above is to indicate that there can be zero +or more item names, with multiple items separated by a +directory-separator. The ()* characters are not part of the path.

+
+
directory-separator

The only recognized directory separator is a forward slash character /. +If this character is repeated, it is treated as a single directory +separator. In other words, /usr///////lib is the same as /usr/lib.

+
+
+
+
filename

A path has a filename if it does not end with a directory-separator. +The filename is effectively the last item-name of the path, so it +can also be a hard link, symbolic link or a directory.

+

A filename can have an extension. By default, the extension is +defined as the sub-string beginning at the left-most period (including +the period) and until the end of the filename. In commands that +accept a LAST_ONLY keyword, LAST_ONLY changes the interpretation +to the sub-string beginning at the right-most period.

+

The following exceptions apply to the above interpretation:

+
+
    +
  • If the first character in the filename is a period, that period is +ignored (i.e. a filename like ".profile" is treated as having +no extension).

  • +
  • If the filename is either . or .., it has no extension.

  • +
+
+

The stem is the part of the filename before the extension.

+
+
+

Some commands refer to a root-path. This is the concatenation of +root-name and root-directory-separator, either or both of which can +be empty. A relative-part refers to the full path with any root-path +removed.

+
+
+

Creating A Path Variable

+

While a path can be created with care using an ordinary set() +command, it is recommended to use cmake_path(SET) +instead, as it automatically converts the path to the required form where +required. The cmake_path(APPEND) subcommand may +be another suitable alternative where a path needs to be constructed by +joining fragments. The following example compares the three methods for +constructing the same path:

+
set(path1 "${CMAKE_CURRENT_SOURCE_DIR}/data")
+
+cmake_path(SET path2 "${CMAKE_CURRENT_SOURCE_DIR}/data")
+
+cmake_path(APPEND path3 "${CMAKE_CURRENT_SOURCE_DIR}" "data")
+
+
+

Modification and Generation sub-commands can either store the result +in-place, or in a separate variable named after an OUTPUT_VARIABLE +keyword. All other sub-commands store the result in a mandatory <out-var> +variable.

+
+
+

Normalization

+

Some sub-commands support normalizing a path. The algorithm used to +normalize a path is as follows:

+
    +
  1. If the path is empty, stop (the normalized form of an empty path is +also an empty path).

  2. +
  3. Replace each directory-separator, which may consist of multiple +separators, with a single / (/a///b  --> /a/b).

  4. +
  5. Remove each solitary period (.) and any immediately following +directory-separator (/a/./b/. --> /a/b).

  6. +
  7. Remove each item-name (other than ..) that is immediately +followed by a directory-separator and a .., along with any +immediately following directory-separator (/a/b/../c --> a/c).

  8. +
  9. If there is a root-directory, remove any .. and any +directory-separators immediately following them. The parent of the +root directory is treated as still the root directory (/../a --> /a).

  10. +
  11. If the last item-name is .., remove any trailing +directory-separator (../ --> ..).

  12. +
  13. If the path is empty by this stage, add a dot (normal form of ./ +is .).

  14. +
+
+
+

Decomposition

+

The following forms of the GET subcommand each retrieve a different +component or group of components from a path. See +Path Structure And Terminology for the meaning of each path component.

+
cmake_path(GET <path-var> ROOT_NAME <out-var>)
+cmake_path(GET <path-var> ROOT_DIRECTORY <out-var>)
+cmake_path(GET <path-var> ROOT_PATH <out-var>)
+cmake_path(GET <path-var> FILENAME <out-var>)
+cmake_path(GET <path-var> EXTENSION [LAST_ONLY] <out-var>)
+cmake_path(GET <path-var> STEM [LAST_ONLY] <out-var>)
+cmake_path(GET <path-var> RELATIVE_PART <out-var>)
+cmake_path(GET <path-var> PARENT_PATH <out-var>)
+
+
+

If a requested component is not present in the path, an empty string will be +stored in <out-var>. For example, only Windows systems have the concept +of a root-name, so when the host machine is non-Windows, the ROOT_NAME +subcommand will always return an empty string.

+

For PARENT_PATH, if the HAS_RELATIVE_PART subcommand returns false, +the result is a copy of <path-var>. Note that this implies that a root +directory is considered to have a parent, with that parent being itself. +Where HAS_RELATIVE_PART returns true, the result will essentially be +<path-var> with one less element.

+
+

Root examples

+
set(path "c:/a")
+
+cmake_path(GET path ROOT_NAME rootName)
+cmake_path(GET path ROOT_DIRECTORY rootDir)
+cmake_path(GET path ROOT_PATH rootPath)
+
+message("Root name is \"${rootName}\"")
+message("Root directory is \"${rootDir}\"")
+message("Root path is \"${rootPath}\"")
+
+
+
Root name is "c:"
+Root directory is "/"
+Root path is "c:/"
+
+
+
+
+

Filename examples

+
set(path "/a/b")
+cmake_path(GET path FILENAME filename)
+message("First filename is \"${filename}\"")
+
+# Trailing slash means filename is empty
+set(path "/a/b/")
+cmake_path(GET path FILENAME filename)
+message("Second filename is \"${filename}\"")
+
+
+
First filename is "b"
+Second filename is ""
+
+
+
+
+

Extension and stem examples

+
set(path "name.ext1.ext2")
+
+cmake_path(GET path EXTENSION fullExt)
+cmake_path(GET path STEM fullStem)
+message("Full extension is \"${fullExt}\"")
+message("Full stem is \"${fullStem}\"")
+
+# Effect of LAST_ONLY
+cmake_path(GET path EXTENSION LAST_ONLY lastExt)
+cmake_path(GET path STEM LAST_ONLY lastStem)
+message("Last extension is \"${lastExt}\"")
+message("Last stem is \"${lastStem}\"")
+
+# Special cases
+set(dotPath "/a/.")
+set(dotDotPath "/a/..")
+set(someMorePath "/a/.some.more")
+cmake_path(GET dotPath EXTENSION dotExt)
+cmake_path(GET dotPath STEM dotStem)
+cmake_path(GET dotDotPath EXTENSION dotDotExt)
+cmake_path(GET dotDotPath STEM dotDotStem)
+cmake_path(GET dotMorePath EXTENSION someMoreExt)
+cmake_path(GET dotMorePath STEM someMoreStem)
+message("Dot extension is \"${dotExt}\"")
+message("Dot stem is \"${dotStem}\"")
+message("Dot-dot extension is \"${dotDotExt}\"")
+message("Dot-dot stem is \"${dotDotStem}\"")
+message(".some.more extension is \"${someMoreExt}\"")
+message(".some.more stem is \"${someMoreStem}\"")
+
+
+
Full extension is ".ext1.ext2"
+Full stem is "name"
+Last extension is ".ext2"
+Last stem is "name.ext1"
+Dot extension is ""
+Dot stem is "."
+Dot-dot extension is ""
+Dot-dot stem is ".."
+.some.more extension is ".more"
+.some.more stem is ".some"
+
+
+
+
+

Relative part examples

+
set(path "c:/a/b")
+cmake_path(GET path RELATIVE_PART result)
+message("Relative part is \"${result}\"")
+
+set(path "c/d")
+cmake_path(GET path RELATIVE_PART result)
+message("Relative part is \"${result}\"")
+
+set(path "/")
+cmake_path(GET path RELATIVE_PART result)
+message("Relative part is \"${result}\"")
+
+
+
Relative part is "a/b"
+Relative part is "c/d"
+Relative part is ""
+
+
+
+
+

Path traversal examples

+
set(path "c:/a/b")
+cmake_path(GET path PARENT_PATH result)
+message("Parent path is \"${result}\"")
+
+set(path "c:/")
+cmake_path(GET path PARENT_PATH result)
+message("Parent path is \"${result}\"")
+
+
+
Parent path is "c:/a"
+Parent path is "c:/"
+
+
+
+
+
+

Query

+

Each of the GET subcommands has a corresponding HAS_... +subcommand which can be used to discover whether a particular path +component is present. See Path Structure And Terminology for the +meaning of each path component.

+
cmake_path(HAS_ROOT_NAME <path-var> <out-var>)
+cmake_path(HAS_ROOT_DIRECTORY <path-var> <out-var>)
+cmake_path(HAS_ROOT_PATH <path-var> <out-var>)
+cmake_path(HAS_FILENAME <path-var> <out-var>)
+cmake_path(HAS_EXTENSION <path-var> <out-var>)
+cmake_path(HAS_STEM <path-var> <out-var>)
+cmake_path(HAS_RELATIVE_PART <path-var> <out-var>)
+cmake_path(HAS_PARENT_PATH <path-var> <out-var>)
+
+
+

Each of the above follows the predictable pattern of setting <out-var> +to true if the path has the associated component, or false otherwise. +Note the following special cases:

+
    +
  • For HAS_ROOT_PATH, a true result will only be returned if at least one +of root-name or root-directory is non-empty.

  • +
  • For HAS_PARENT_PATH, the root directory is also considered to have a +parent, which will be itself. The result is true except if the path +consists of just a filename.

  • +
+
cmake_path(IS_ABSOLUTE <path-var> <out-var>)
+
+
+

Sets <out-var> to true if <path-var> is absolute. An absolute path +is a path that unambiguously identifies the location of a file without +reference to an additional starting location. On Windows, this means the +path must have both a root-name and a root-directory-separator to be +considered absolute. On other platforms, just a root-directory-separator +is sufficient. Note that this means on Windows, IS_ABSOLUTE can be +false while HAS_ROOT_DIRECTORY can be true.

+
cmake_path(IS_RELATIVE <path-var> <out-var>)
+
+
+

This will store the opposite of IS_ABSOLUTE in <out-var>.

+
cmake_path(IS_PREFIX <path-var> <input> [NORMALIZE] <out-var>)
+
+
+

Checks if <path-var> is the prefix of <input>.

+

When the NORMALIZE option is specified, <path-var> and <input> +are normalized before the check.

+
set(path "/a/b/c")
+cmake_path(IS_PREFIX path "/a/b/c/d" result) # result = true
+cmake_path(IS_PREFIX path "/a/b" result)     # result = false
+cmake_path(IS_PREFIX path "/x/y/z" result)   # result = false
+
+set(path "/a/b")
+cmake_path(IS_PREFIX path "/a/c/../b" NORMALIZE result)   # result = true
+
+
+
cmake_path(COMPARE <input1> EQUAL <input2> <out-var>)
+cmake_path(COMPARE <input1> NOT_EQUAL <input2> <out-var>)
+
+
+

Compares the lexical representations of two paths provided as string literals. +No normalization is performed on either path, except multiple consecutive +directory separators are effectively collapsed into a single separator. +Equality is determined according to the following pseudo-code logic:

+
if(NOT <input1>.root_name() STREQUAL <input2>.root_name())
+  return FALSE
+
+if(<input1>.has_root_directory() XOR <input2>.has_root_directory())
+  return FALSE
+
+Return FALSE if a relative portion of <input1> is not lexicographically
+equal to the relative portion of <input2>. This comparison is performed path
+component-wise. If all of the components compare equal, then return TRUE.
+
+
+
+

Note

+

Unlike most other cmake_path() subcommands, the COMPARE subcommand +takes literal strings as input, not the names of variables.

+
+
+
+

Modification

+
cmake_path(SET <path-var> [NORMALIZE] <input>)
+
+
+

Assign the <input> path to <path-var>. If <input> is a native +path, it is converted into a cmake-style path with forward-slashes +(/). On Windows, the long filename marker is taken into account.

+

When the NORMALIZE option is specified, the path is normalized after the conversion.

+

For example:

+
set(native_path "c:\\a\\b/..\\c")
+cmake_path(SET path "${native_path}")
+message("CMake path is \"${path}\"")
+
+cmake_path(SET path NORMALIZE "${native_path}")
+message("Normalized CMake path is \"${path}\"")
+
+
+

Output:

+
CMake path is "c:/a/b/../c"
+Normalized CMake path is "c:/a/c"
+
+
+
cmake_path(APPEND <path-var> [<input>...] [OUTPUT_VARIABLE <out-var>])
+
+
+

Append all the <input> arguments to the <path-var> using / as +the directory-separator. Depending on the <input>, the previous +contents of <path-var> may be discarded. For each <input> argument, +the following algorithm (pseudo-code) applies:

+
# <path> is the contents of <path-var>
+
+if(<input>.is_absolute() OR
+   (<input>.has_root_name() AND
+    NOT <input>.root_name() STREQUAL <path>.root_name()))
+  replace <path> with <input>
+  return()
+endif()
+
+if(<input>.has_root_directory())
+  remove any root-directory and the entire relative path from <path>
+elseif(<path>.has_filename() OR
+       (NOT <path-var>.has_root_directory() OR <path>.is_absolute()))
+  append directory-separator to <path>
+endif()
+
+append <input> omitting any root-name to <path>
+
+
+
cmake_path(APPEND_STRING <path-var> [<input>...] [OUTPUT_VARIABLE <out-var>])
+
+
+

Append all the <input> arguments to the <path-var> without adding any +directory-separator.

+
cmake_path(REMOVE_FILENAME <path-var> [OUTPUT_VARIABLE <out-var>])
+
+
+

Removes the filename component (as returned by +GET ... FILENAME) from <path-var>. After removal, +any trailing directory-separator is left alone, if present.

+

If OUTPUT_VARIABLE is not given, then after this function returns, +HAS_FILENAME returns false for <path-var>.

+

For example:

+
set(path "/a/b")
+cmake_path(REMOVE_FILENAME path)
+message("First path is \"${path}\"")
+
+# filename is now already empty, the following removes nothing
+cmake_path(REMOVE_FILENAME path)
+message("Second path is \"${path}\"")
+
+
+

Output:

+
First path is "/a/"
+Second path is "/a/"
+
+
+
cmake_path(REPLACE_FILENAME <path-var> <input> [OUTPUT_VARIABLE <out-var>])
+
+
+

Replaces the filename component from <path-var> +with <input>. If <path-var> has no filename component (i.e. +HAS_FILENAME returns false), the path is unchanged. The operation is +equivalent to the following:

+
cmake_path(HAS_FILENAME path has_filename)
+if(has_filename)
+  cmake_path(REMOVE_FILENAME path)
+  cmake_path(APPEND path input);
+endif()
+
+
+
cmake_path(REMOVE_EXTENSION <path-var> [LAST_ONLY]
+                                       [OUTPUT_VARIABLE <out-var>])
+
+
+

Removes the extension, if any, from <path-var>.

+
cmake_path(REPLACE_EXTENSION <path-var> [LAST_ONLY] <input>
+                             [OUTPUT_VARIABLE <out-var>])
+
+
+

Replaces the extension with <input>. Its effect +is equivalent to the following:

+
cmake_path(REMOVE_EXTENSION path)
+if(NOT "input" MATCHES "^\\.")
+  cmake_path(APPEND_STRING path ".")
+endif()
+cmake_path(APPEND_STRING path "input")
+
+
+
+
+

Generation

+
cmake_path(NORMAL_PATH <path-var> [OUTPUT_VARIABLE <out-var>])
+
+
+

Normalize <path-var> according the steps described in Normalization.

+
cmake_path(RELATIVE_PATH <path-var> [BASE_DIRECTORY <input>]
+                                    [OUTPUT_VARIABLE <out-var>])
+
+
+

Modifies <path-var> to make it relative to the BASE_DIRECTORY argument. +If BASE_DIRECTORY is not specified, the default base directory will be +CMAKE_CURRENT_SOURCE_DIR.

+

For reference, the algorithm used to compute the relative path is the same +as that used by C++ +std::filesystem::path::lexically_relative.

+
cmake_path(ABSOLUTE_PATH <path-var> [BASE_DIRECTORY <input>] [NORMALIZE]
+                                    [OUTPUT_VARIABLE <out-var>])
+
+
+

If <path-var> is a relative path (IS_RELATIVE is true), it is evaluated +relative to the given base directory specified by BASE_DIRECTORY option. +If BASE_DIRECTORY is not specified, the default base directory will be +CMAKE_CURRENT_SOURCE_DIR.

+

When the NORMALIZE option is specified, the path is normalized after the path computation.

+

Because cmake_path() does not access the filesystem, symbolic links are +not resolved and any leading tilde is not expanded. To compute a real path +with symbolic links resolved and leading tildes expanded, use the +file(REAL_PATH) command instead.

+
+
+

Native Conversion

+

For commands in this section, native refers to the host platform, not the +target platform when cross-compiling.

+
cmake_path(NATIVE_PATH <path-var> [NORMALIZE] <out-var>)
+
+
+

Converts a cmake-style <path-var> into a native path with +platform-specific slashes (\ on Windows hosts and / elsewhere).

+

When the NORMALIZE option is specified, the path is normalized before the conversion.

+
cmake_path(CONVERT <input> TO_CMAKE_PATH_LIST <out-var> [NORMALIZE])
+
+
+

Converts a native <input> path into a cmake-style path with forward +slashes (/). On Windows hosts, the long filename marker is taken into +account. The input can be a single path or a system search path like +$ENV{PATH}. A search path will be converted to a cmake-style list +separated by ; characters (on non-Windows platforms, this essentially +means : separators are replaced with ;). The result of the +conversion is stored in the <out-var> variable.

+

When the NORMALIZE option is specified, the path is normalized before the conversion.

+
+

Note

+

Unlike most other cmake_path() subcommands, the CONVERT subcommand +takes a literal string as input, not the name of a variable.

+
+
cmake_path(CONVERT <input> TO_NATIVE_PATH_LIST <out-var> [NORMALIZE])
+
+
+

Converts a cmake-style <input> path into a native path with +platform-specific slashes (\ on Windows hosts and / elsewhere). +The input can be a single path or a cmake-style list. A list will be +converted into a native search path (;-separated on Windows, +:-separated on other platforms). The result of the conversion is +stored in the <out-var> variable.

+

When the NORMALIZE option is specified, the path is normalized before the conversion.

+
+

Note

+

Unlike most other cmake_path() subcommands, the CONVERT subcommand +takes a literal string as input, not the name of a variable.

+
+

For example:

+
set(paths "/a/b/c" "/x/y/z")
+cmake_path(CONVERT "${paths}" TO_NATIVE_PATH_LIST native_paths)
+message("Native path list is \"${native_paths}\"")
+
+
+

Output on Windows:

+
Native path list is "\a\b\c;\x\y\z"
+
+
+

Output on all other platforms:

+
Native path list is "/a/b/c:/x/y/z"
+
+
+
+
+

Hashing

+
cmake_path(HASH <path-var> <out-var>)
+
+
+

Compute a hash value of <path-var> such that for two paths p1 and +p2 that compare equal (COMPARE ... EQUAL), the hash +value of p1 is equal to the hash value of p2. The path is always +normalized before the hash is computed.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/cmake_pkg_config.html b/cmake/doc/cmake/html/command/cmake_pkg_config.html new file mode 100644 index 0000000000000000000000000000000000000000..e90c77ca39889d058122a0f004d983e6f251b137 --- /dev/null +++ b/cmake/doc/cmake/html/command/cmake_pkg_config.html @@ -0,0 +1,440 @@ + + + + + + + + cmake_pkg_config — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake_pkg_config

+
+

Added in version 3.31.

+
+ +

Process pkg-config format package files.

+
+

Synopsis

+
cmake_pkg_config(EXTRACT <package> [<version>] [...])
+
+
+
+
+

Introduction

+

This command generates CMake variables and targets from pkg-config format +package files natively, without needing to invoke or even require the presence +of a pkg-config implementation. A <package> is either an absolute path to a +package file, or a package name to be searched for using the typical pkg-config +search patterns. The optional <version> string has the same format and +semantics as a pkg-config style version specifier, with the exception that if +no comparison operator is specified = is assumed.

+

There are multiple signatures for this command, and some of the options are +common between them. They are:

+
+
EXACT / QUIET / REQUIRED

The EXACT option requests that the version string be matched exactly +(including empty string, if no version is provided), overriding the typical +pkg-config version comparison algorithm. This will ignore any comparison +operator attached to the version string.

+

The QUIET option disables informational messages, including those +indicating that the package cannot be found if it is not REQUIRED. The +REQUIRED option stops processing with an error message if the package +cannot be found.

+
+
STRICTNESS <mode>

Specify how strictly the contents of the package files will be verified during +parsing and resolution. An invalid file, under the provided strictness mode, +will cause the command to fail. Possible modes are:

+
    +
  • STRICT: Closely mirrors the behavior of the original FDO pkg-config. +Variables and keywords must be unique. Variables must be defined before +they are used. The Name, Description, and Version keywords must be present. +The overall structure of the file must be valid and parsable.

  • +
  • PERMISSIVE: Closely mirrors the behavior of the pkgconf implementation. +Duplicate variables are overridden. Duplicate keywords are appended. +Undefined variables resolve to empty strings. The Name, Description, and +Version keywords must be present. The overall structure of the file must be +valid and parsable.

  • +
  • BEST_EFFORT: Same behavior as PERMISSIVE with regards to duplicate +or uninitialized variables and keywords, but will not fail under any +conditions. Package files which require BEST_EFFORT will fail validation +under all other major implementations and should be fixed.

  • +
+

The default strictness is PERMISSIVE.

+
+
ENV_MODE

Specifies which environment variables will be queried when running a given +command. Possible modes are:

+
    +
  • FDO: Queries only the original set of PKG_CONFIG_* environment +variables used by the freedesktop.org pkg-config implementation.

  • +
  • PKGCONF: Queries the more extensive set of environment variables used +by the pkgconf implementation.

  • +
  • IGNORE: Ignores the presence, absence, and value of environment +variables entirely. In all cases an environment variable would be queried +its treated as defined, but with a value of empty string for the purpose +of the operation. This does not modify the current environment. For boolean +environment variables, such as PKG_CONFIG_ALLOW_*, this means they are +evaluated as truthy.

    +

    PKG_CONFIG_SYSROOT_PATH is a minor exception. When ENV_MODE IGNORE +is used, no root path prepending will occur by default and pc_sysrootdir +remains defaulted to /.

    +
  • +
+

Target-generating subcommands always ignore flag-filtering environment +variables. The default environment mode is PKGCONF.

+
+
PC_LIBDIR <path>...

Overrides the default search location for package files; also used to derive +the pc_path package variable.

+

When this option is not provided, the default library directory is the first +available of the following values:

+
    +
  1. CMAKE_PKG_CONFIG_PC_LIB_DIRS

  2. +
  3. The PKG_CONFIG_LIBDIR environment variable

  4. +
  5. The output of pkg-config --variable pc_path pkg-config

  6. +
  7. A platform-dependent default value

  8. +
+
+
PC_PATH <path>...

Overrides the supplemental package file directories which will be prepended +to the search path; also used to derive the pc_path package variable.

+

When this option is not provided, the default paths are the first available of +the following values:

+
    +
  1. CMAKE_PKG_CONFIG_PC_PATH

  2. +
  3. The PKG_CONFIG_PATH environment variable

  4. +
  5. Empty list

  6. +
+
+
DISABLE_UNINSTALLED <bool>

Overrides the search behavior for "uninstalled" package files. These are +package files with an "-uninstalled" suffix which describe packages integrated +directly from a build tree.

+

Normally such package files have higher priority than "installed" packages. +When DISABLE_UNINSTALLED is true, searching for "uninstalled" packages +is disabled.

+

When this option is not provided, the default search behavior is determined +by the first available of the following values:

+
    +
  1. CMAKE_PKG_CONFIG_DISABLE_UNINSTALLED

  2. +
  3. If the PKG_CONFIG_DISABLE_UNINSTALLED environment variable is defined +the search is disabled, otherwise it is enabled.

  4. +
+
+
PC_SYSROOT_DIR <path>

Overrides the root path which will be prepended to paths specified by -I +compile flags and -L library search locations; also used to derive the +pc_sysrootdir package variable.

+

When this option is not provided, the default root path is provided by the +first available of the following values:

+
    +
  1. CMAKE_PKG_CONFIG_SYSROOT_DIR

  2. +
  3. The PKG_CONFIG_SYSROOT_DIR environment variable

  4. +
  5. If no root path is available, nothing will be prepended to include or +library directory paths and pc_sysrootdir will be set to /

  6. +
+
+
TOP_BUILD_DIR <path>

Overrides the top build directory path used to derived the pc_top_builddir +package variable.

+

When this option is not provided, the default top build directory path is +the first available of the following values:

+
    +
  1. CMAKE_PKG_CONFIG_TOP_BUILD_DIR

  2. +
  3. The PKG_CONFIG_TOP_BUILD_DIR environment variable

  4. +
  5. If no top build directory path is available, the pc_top_builddir +package variable is not set

  6. +
+
+
+
+
+

Signatures

+
+
+cmake_pkg_config(EXTRACT <package> [<version>] [...])
+

Extract the contents of the package into variables.

+
cmake_pkg_config(EXTRACT <package> [<version>]
+                [REQUIRED] [EXACT] [QUIET]
+                [STRICTNESS <mode>]
+                [ENV_MODE <mode>]
+                [PC_LIBDIR <path>...]
+                [PC_PATH <path>...]
+                [DISABLE_UNINSTALLED <bool>]
+                [PC_SYSROOT_DIR <path>]
+                [TOP_BUILD_DIR <path>]
+                [SYSTEM_INCLUDE_DIRS <path>...]
+                [SYSTEM_LIBRARY_DIRS <path>...]
+                [ALLOW_SYSTEM_INCLUDES <bool>]
+                [ALLOW_SYSTEM_LIBS <bool>])
+
+
+
+ +

The following variables will be populated from the contents of package file:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Variable

Type

Definition

CMAKE_PKG_CONFIG_NAME

String

Value of the Name keyword

CMAKE_PKG_CONFIG_DESCRIPTION

String

Value of the Description keyword

CMAKE_PKG_CONFIG_VERSION

String

Value of the Version keyword

CMAKE_PKG_CONFIG_PROVIDES

List

Value of the Provides keyword

CMAKE_PKG_CONFIG_REQUIRES

List

Value of the Requires keyword

CMAKE_PKG_CONFIG_CONFLICTS

List

Value of the Conflicts keyword

CMAKE_PKG_CONFIG_CFLAGS

String

Value of the CFlags / Cflags keyword

CMAKE_PKG_CONFIG_INCLUDES

List

All -I prefixed flags from CMAKE_PKG_CONFIG_CFLAGS

CMAKE_PKG_CONFIG_COMPILE_OPTIONS

List

All flags not prefixed with -I from CMAKE_PKG_CONFIG_CFLAGS

CMAKE_PKG_CONFIG_LIBS

String

Value of the Libs keyword

CMAKE_PKG_CONFIG_LIBDIRS

List

All -L prefixed flags from CMAKE_PKG_CONFIG_LIBS

CMAKE_PKG_CONFIG_LIBNAMES

List

All -l prefixed flags from CMAKE_PKG_CONFIG_LIBS

CMAKE_PKG_CONFIG_LINK_OPTIONS

List

All flags not prefixed with -L or -l from CMAKE_PKG_CONFIG_LIBS

CMAKE_PKG_CONFIG_*_PRIVATE

*

CFLAGS / LIBS / REQUIRES and derived, but in their .private suffix forms

+
+
SYSTEM_INCLUDE_DIRS

Overrides the "system" directories for the purpose of flag mangling include +directories in CMAKE_PKG_CONFIG_CFLAGS and derived variables.

+

When this option is not provided, the default directories are provided by the +first available of the following values:

+
    +
  1. CMAKE_PKG_CONFIG_SYS_INCLUDE_DIRS

  2. +
  3. The PKG_CONFIG_SYSTEM_INCLUDE_PATH environment variable

  4. +
  5. The output of pkgconf --variable pc_system_includedirs pkg-config

  6. +
  7. A platform-dependent default value

  8. +
+

Additionally, when the ENV_MODE is PKGCONF the +CMAKE_PKG_CONFIG_PKGCONF_INCLUDES variable will be concatenated to the +list if available. If it is not available, the following environment variables +will be queried and concatenated:

+
    +
  • CPATH

  • +
  • C_INCLUDE_PATH

  • +
  • CPLUS_INCLUDE_PATH

  • +
  • OBJC_INCLUDE_PATH

  • +
  • INCLUDE (Windows Only)

  • +
+
+
SYSTEM_LIBRARY_DIRS

Overrides the "system" directories for the purpose of flag mangling library +directories in CMAKE_PKG_CONFIG_LIBS and derived variables.

+

When this option is not provided, the default directories are provided by the +first available of the following values:

+
    +
  1. CMAKE_PKG_CONFIG_SYS_LIB_DIRS

  2. +
  3. The PKG_CONFIG_SYSTEM_LIBRARY_PATH environment variable

  4. +
  5. The output of pkgconf --variable pc_system_libdirs pkg-config

  6. +
  7. A platform-dependent default value

  8. +
+

Additionally, when the ENV_MODE is PKGCONF the +CMAKE_PKG_CONFIG_PKGCONF_LIB_DIRS variable will be concatenated to the +list if available. If it is not available, the LIBRARY_PATH environment +variable will be queried and concatenated.

+
+
ALLOW_SYSTEM_INCLUDES

Preserves "system" directories during flag mangling of include directories +in CMAKE_PKG_CONFIG_CFLAGS and derived variables.

+

When this option is not provided, the default value is determined by the first +available of the following values:

+
    +
  1. CMAKE_PKG_CONFIG_ALLOW_SYS_INCLUDES

  2. +
  3. If the PKG_CONFIG_ALLOW_SYSTEM_CFLAGS environment variable is defined +the flags are preserved, otherwise they are filtered during flag mangling.

  4. +
+
+
ALLOW_SYSTEM_LIBS

Preserves "system" directories during flag mangling of library directories +in CMAKE_PKG_CONFIG_LIBS and derived variables.

+

When this option is not provided, the default value is determined by the first +available of the following values:

+
    +
  1. CMAKE_PKG_CONFIG_ALLOW_SYS_LIBS

  2. +
  3. If the PKG_CONFIG_ALLOW_SYSTEM_LIBS environment variable is defined +the flags are preserved, otherwise they are filtered during flag mangling.

  4. +
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/cmake_policy.html b/cmake/doc/cmake/html/command/cmake_policy.html new file mode 100644 index 0000000000000000000000000000000000000000..215184396a09152bf1883e2775f22f660f9a0bab --- /dev/null +++ b/cmake/doc/cmake/html/command/cmake_policy.html @@ -0,0 +1,325 @@ + + + + + + + + cmake_policy — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake_policy

+

Manage CMake Policy settings. See the cmake-policies(7) +manual for defined policies.

+

As CMake evolves it is sometimes necessary to change existing behavior +in order to fix bugs or improve implementations of existing features. +The CMake Policy mechanism is designed to help keep existing projects +building as new versions of CMake introduce changes in behavior. Each +new policy (behavioral change) is given an identifier of the form +CMP<NNNN> where <NNNN> is an integer index. Documentation +associated with each policy describes the OLD and NEW behavior +and the reason the policy was introduced. Projects may set each policy +to select the desired behavior. When CMake needs to know which behavior +to use it checks for a setting specified by the project. If no +setting is available the OLD behavior is assumed and a warning is +produced requesting that the policy be set.

+
+

Setting Policies by CMake Version

+

The cmake_policy command is used to set policies to OLD or NEW +behavior. While setting policies individually is supported, we +encourage projects to set policies based on CMake versions:

+
+
+cmake_policy(VERSION <min>[...<max>])
+
+ +
+

Added in version 3.12: The optional <max> version.

+
+

<min> and the optional <max> are each CMake versions of the form +major.minor[.patch[.tweak]], and the ... is literal. The <min> +version must be at least 2.4 and at most the running version of CMake. +The <max> version, if specified, must be at least the <min> version +but may exceed the running version of CMake. If the running version of +CMake is older than 3.12, the extra ... dots will be seen as version +component separators, resulting in the ...<max> part being ignored and +preserving the pre-3.12 behavior of basing policies on <min>.

+

This specifies that the current CMake code is written for the given +range of CMake versions. All policies known to the running version of CMake +and introduced in the <min> (or <max>, if specified) version +or earlier will be set to use NEW behavior. All policies +introduced in later versions will be unset (unless the +CMAKE_POLICY_DEFAULT_CMP<NNNN> variable sets a default). +This effectively requests behavior preferred as of a given CMake +version and tells newer CMake versions to warn about their new policies.

+

Note that the cmake_minimum_required(VERSION) +command implicitly calls cmake_policy(VERSION) too.

+
+

Changed in version 3.31: Compatibility with versions of CMake older than 3.10 is deprecated. +Calls to cmake_minimum_required(VERSION) or +cmake_policy(VERSION) that do not specify at least +3.10 as their policy version (optionally via ...<max>) +will produce a deprecation warning in CMake 3.31 and above.

+
+
+

Changed in version 3.27: Compatibility with versions of CMake older than 3.5 is deprecated. +Calls to cmake_minimum_required(VERSION) or +cmake_policy(VERSION) that do not specify at least +3.5 as their policy version (optionally via ...<max>) +will produce a deprecation warning in CMake 3.27 and above.

+
+
+

Changed in version 3.19: Compatibility with versions of CMake older than 2.8.12 is deprecated. +Calls to cmake_minimum_required(VERSION) or +cmake_policy(VERSION) that do not specify at least +2.8.12 as their policy version (optionally via ...<max>) +will produce a deprecation warning in CMake 3.19 and above.

+
+
+
+

Setting Policies Explicitly

+
+
+cmake_policy(SET CMP<NNNN> NEW|OLD)
+
+ +

Tell CMake to use the OLD or NEW behavior for a given policy. +Projects depending on the old behavior of a given policy may silence a +policy warning by setting the policy state to OLD. Alternatively +one may fix the project to work with the new behavior and set the +policy state to NEW.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+
+

Checking Policy Settings

+
+
+cmake_policy(GET CMP<NNNN> <variable>)
+
+ +

Check whether a given policy is set to OLD or NEW behavior. +The output <variable> value will be OLD or NEW if the +policy is set, and empty otherwise.

+
+
+

CMake Policy Stack

+

CMake keeps policy settings on a stack, so changes made by the +cmake_policy command affect only the top of the stack. A new entry on +the policy stack is managed automatically for each subdirectory to +protect its parents and siblings. CMake also manages a new entry for +scripts loaded by include() and find_package() commands +except when invoked with the NO_POLICY_SCOPE option +(see also policy CMP0011). +The cmake_policy command provides an interface to manage custom +entries on the policy stack:

+
+
+cmake_policy(PUSH)
+

Create a new entry on the policy stack.

+
+ +
+
+cmake_policy(POP)
+

Remove the last policy stack entry created with cmake_policy(PUSH).

+
+ +

Each PUSH must have a matching POP to erase any changes. +This is useful to make temporary changes to policy settings. +Calls to the cmake_minimum_required(VERSION), +cmake_policy(VERSION), or cmake_policy(SET) commands +influence only the current top of the policy stack.

+
+

Added in version 3.25: The block(SCOPE_FOR POLICIES) command offers a more flexible +and more secure way to manage the policy stack. The pop action is done +automatically when leaving the block scope, so there is no need to +precede each return() with a call to cmake_policy(POP).

+
# stack management with cmake_policy()
+function(my_func)
+  cmake_policy(PUSH)
+  cmake_policy(SET ...)
+  if (<cond1>)
+    ...
+    cmake_policy(POP)
+    return()
+  elseif(<cond2>)
+    ...
+    cmake_policy(POP)
+    return()
+  endif()
+  ...
+  cmake_policy(POP)
+endfunction()
+
+# stack management with block()/endblock()
+function(my_func)
+  block(SCOPE_FOR POLICIES)
+    cmake_policy(SET ...)
+    if (<cond1>)
+      ...
+      return()
+    elseif(<cond2>)
+      ...
+      return()
+    endif()
+    ...
+  endblock()
+endfunction()
+
+
+
+

Commands created by the function() and macro() +commands record policy settings when they are created and +use the pre-record policies when they are invoked. If the function or +macro implementation sets policies, the changes automatically +propagate up through callers until they reach the closest nested +policy stack entry.

+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/configure_file.html b/cmake/doc/cmake/html/command/configure_file.html new file mode 100644 index 0000000000000000000000000000000000000000..6943cad69411f9941926bbbf6579f8fa56d32c3e --- /dev/null +++ b/cmake/doc/cmake/html/command/configure_file.html @@ -0,0 +1,321 @@ + + + + + + + + configure_file — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

configure_file

+ +

Copy a file to another location and modify its contents.

+
configure_file(<input> <output>
+               [NO_SOURCE_PERMISSIONS | USE_SOURCE_PERMISSIONS |
+                FILE_PERMISSIONS <permissions>...]
+               [COPYONLY] [ESCAPE_QUOTES] [@ONLY]
+               [NEWLINE_STYLE [UNIX|DOS|WIN32|LF|CRLF] ])
+
+
+

Copies an <input> file to an <output> file while performing +transformations of the input file content.

+

If the input file is modified the build system will re-run CMake to +re-configure the file and generate the build system again. +The generated file is modified and its timestamp updated on subsequent +cmake runs only if its content is changed.

+
+

Options

+

The options are:

+
+
<input>

Path to the input file. A relative path is treated with respect to +the value of CMAKE_CURRENT_SOURCE_DIR. The input path +must be a file, not a directory.

+
+
<output>

Path to the output file or directory. A relative path is treated +with respect to the value of CMAKE_CURRENT_BINARY_DIR. +If the path names an existing directory the output file is placed +in that directory with the same file name as the input file. +If the path contains non-existent directories, they are created.

+
+
NO_SOURCE_PERMISSIONS
+

Added in version 3.19.

+
+

Do not transfer the permissions of the input file to the output file. +The copied file permissions default to the standard 644 value +(-rw-r--r--).

+
+
USE_SOURCE_PERMISSIONS
+

Added in version 3.20.

+
+

Transfer the permissions of the input file to the output file. +This is already the default behavior if none of the three permissions-related +keywords are given (NO_SOURCE_PERMISSIONS, USE_SOURCE_PERMISSIONS +or FILE_PERMISSIONS). The USE_SOURCE_PERMISSIONS keyword mostly +serves as a way of making the intended behavior clearer at the call site.

+
+
FILE_PERMISSIONS <permissions>...
+

Added in version 3.20.

+
+

Ignore the input file's permissions and use the specified <permissions> +for the output file instead.

+
+
COPYONLY

Copy the file without replacing any variable references or other +content. This option may not be used with NEWLINE_STYLE.

+
+
ESCAPE_QUOTES

Escape any substituted quotes with backslashes (C-style).

+
+
@ONLY

Restrict variable replacement to references of the form @VAR@. +This is useful for configuring scripts that use ${VAR} syntax.

+
+
NEWLINE_STYLE <style>

Specify the newline style for the output file. Specify +UNIX or LF for \n newlines, or specify +DOS, WIN32, or CRLF for \r\n newlines. +This option may not be used with COPYONLY.

+
+
+
+
+

Transformations

+

Variables referenced in the input +file content as @VAR@, ${VAR}, $CACHE{VAR}, and +environment variables +referenced as $ENV{VAR}, will each be replaced with the current value +of the variable, or the empty string if the variable is not defined. +Furthermore, input lines of the form

+
#cmakedefine VAR ...
+
+
+

will be replaced with either

+
#define VAR ...
+
+
+

or

+
/* #undef VAR */
+
+
+

depending on whether VAR is set in CMake to any value not considered +a false constant by the if() command. The "..." content on the +line after the variable name, if any, is processed as above.

+

Unlike lines of the form #cmakedefine VAR ..., in lines of the form +#cmakedefine01 VAR, VAR itself will expand to VAR 0 or VAR 1 +rather than being assigned the value .... Therefore, input lines of the form

+
#cmakedefine01 VAR
+
+
+

will be replaced with either

+
#define VAR 0
+
+
+

or

+
#define VAR 1
+
+
+

Input lines of the form #cmakedefine01 VAR ... will expand +as #cmakedefine01 VAR ... 0 or #cmakedefine01 VAR ... 1, +which may lead to undefined behavior.

+
+

Added in version 3.10: The result lines (with the exception of the #undef comments) can be +indented using spaces and/or tabs between the # character +and the cmakedefine or cmakedefine01 words. This whitespace +indentation will be preserved in the output lines:

+
#  cmakedefine VAR
+#  cmakedefine01 VAR
+
+
+

will be replaced, if VAR is defined, with

+
#  define VAR
+#  define VAR 1
+
+
+
+
+
+

Example

+

Consider a source tree containing a foo.h.in file:

+
#cmakedefine FOO_ENABLE
+#cmakedefine FOO_STRING "@FOO_STRING@"
+
+
+

An adjacent CMakeLists.txt may use configure_file to +configure the header:

+
option(FOO_ENABLE "Enable Foo" ON)
+if(FOO_ENABLE)
+  set(FOO_STRING "foo")
+endif()
+configure_file(foo.h.in foo.h @ONLY)
+
+
+

This creates a foo.h in the build directory corresponding to +this source directory. If the FOO_ENABLE option is on, the +configured file will contain:

+
#define FOO_ENABLE
+#define FOO_STRING "foo"
+
+
+

Otherwise it will contain:

+
/* #undef FOO_ENABLE */
+/* #undef FOO_STRING */
+
+
+

One may then use the target_include_directories() command to +specify the output directory as an include directory:

+
target_include_directories(<target> [SYSTEM] <INTERFACE|PUBLIC|PRIVATE> "${CMAKE_CURRENT_BINARY_DIR}")
+
+
+

so that sources may include the header as #include <foo.h>.

+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/continue.html b/cmake/doc/cmake/html/command/continue.html new file mode 100644 index 0000000000000000000000000000000000000000..d99c4390b24307c45f3bbb46acc71db9018ac24c --- /dev/null +++ b/cmake/doc/cmake/html/command/continue.html @@ -0,0 +1,145 @@ + + + + + + + + continue — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

continue

+
+

Added in version 3.2.

+
+

Continue to the top of enclosing foreach or while loop.

+
continue()
+
+
+

The continue() command allows a cmake script to abort the rest of the +current iteration of a foreach() or while() loop, and start +at the top of the next iteration.

+

See also the break() command.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/create_test_sourcelist.html b/cmake/doc/cmake/html/command/create_test_sourcelist.html new file mode 100644 index 0000000000000000000000000000000000000000..b89c9b80dd7016990ae594b9debc754ee851d1dd --- /dev/null +++ b/cmake/doc/cmake/html/command/create_test_sourcelist.html @@ -0,0 +1,188 @@ + + + + + + + + create_test_sourcelist — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

create_test_sourcelist

+

Create a test driver program that links together many small tests into a +single executable. This is useful when building static executables with +large libraries to shrink the total required size.

+
+
+create_test_sourcelist(<sourceListName> <driverName> <test>... <options>...)
+

Generate a test driver source file from a list of individual test sources +and provide a combined list of sources that can be built as an executable.

+

The options are:

+
+
<sourceListName>

The name of a variable in which to store the list of source files needed +to build the test driver. The list will contain the <test>... sources +and the generated <driverName> source.

+
+

Changed in version 3.29: The test driver source is listed by absolute path in the build tree. +Previously it was listed only as <driverName>.

+
+
+
<driverName>

Name of the test driver source file to be generated into the build tree. +The source file will contain a main() program entry point that +dispatches to whatever test is named on the command line.

+
+
<test>...

Test source files to be added to the driver binary. Each test source +file must have a function in it that is the same name as the file with the +extension removed. For example, a foo.cxx test source might contain:

+
int foo(int argc, char** argv)
+
+
+
+
EXTRA_INCLUDE <header>

Specify a header file to #include in the generated test driver source.

+
+
FUNCTION <function>

Specify a function to be called with pointers to argc and argv. +The function may be provided in the EXTRA_INCLUDE header:

+
void function(int* pargc, char*** pargv)
+
+
+

This can be used to add extra command line processing to each test.

+
+
+
+ +

Additionally, some CMake variables affect test driver generation:

+
+
+CMAKE_TESTDRIVER_BEFORE_TESTMAIN
+

Code to be placed directly before calling each test's function.

+
+ +
+
+CMAKE_TESTDRIVER_AFTER_TESTMAIN
+

Code to be placed directly after the call to each test's function.

+
+ +
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/ctest_build.html b/cmake/doc/cmake/html/command/ctest_build.html new file mode 100644 index 0000000000000000000000000000000000000000..fdfe369666bd4dd65ec3d11b2ed60a0170c53ea3 --- /dev/null +++ b/cmake/doc/cmake/html/command/ctest_build.html @@ -0,0 +1,213 @@ + + + + + + + + ctest_build — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ctest_build

+

Perform the CTest Build Step as a Dashboard Client.

+
ctest_build([BUILD <build-dir>] [APPEND]
+            [CONFIGURATION <config>]
+            [PARALLEL_LEVEL <parallel>]
+            [FLAGS <flags>]
+            [PROJECT_NAME <project-name>]
+            [TARGET <target-name>]
+            [NUMBER_ERRORS <num-err-var>]
+            [NUMBER_WARNINGS <num-warn-var>]
+            [RETURN_VALUE <result-var>]
+            [CAPTURE_CMAKE_ERROR <result-var>]
+            )
+
+
+

Build the project and store results in Build.xml +for submission with the ctest_submit() command.

+

The CTEST_BUILD_COMMAND variable may be set to explicitly +specify the build command line. Otherwise the build command line is +computed automatically based on the options given.

+

The options are:

+
+
BUILD <build-dir>

Specify the top-level build directory. If not given, the +CTEST_BINARY_DIRECTORY variable is used.

+
+
APPEND

Mark Build.xml for append to results previously submitted to a +dashboard server since the last ctest_start() call. +Append semantics are defined by the dashboard server in use. +This does not cause results to be appended to a .xml file +produced by a previous call to this command.

+
+
CONFIGURATION <config>

Specify the build configuration (e.g. Debug). If not +specified the CTEST_BUILD_CONFIGURATION variable will be checked. +Otherwise the -C <cfg> option given to the +ctest(1) command will be used, if any.

+
+
PARALLEL_LEVEL <parallel>
+

Added in version 3.21.

+
+

Specify the parallel level of the underlying build system. If not +specified, the CMAKE_BUILD_PARALLEL_LEVEL environment +variable will be checked.

+
+
FLAGS <flags>

Pass additional arguments to the underlying build command. +If not specified the CTEST_BUILD_FLAGS variable will be checked. +This can, e.g., be used to trigger a parallel build using the +-j option of make. See the ProcessorCount module +for an example.

+
+
PROJECT_NAME <project-name>

Ignored since CMake 3.0.

+
+

Changed in version 3.14: This value is no longer required.

+
+
+
TARGET <target-name>

Specify the name of a target to build. If not specified the +CTEST_BUILD_TARGET variable will be checked. Otherwise the +default target will be built. This is the "all" target +(called ALL_BUILD in Visual Studio Generators).

+
+
NUMBER_ERRORS <num-err-var>

Store the number of build errors detected in the given variable.

+
+
NUMBER_WARNINGS <num-warn-var>

Store the number of build warnings detected in the given variable.

+
+
RETURN_VALUE <result-var>

Store the return value of the native build tool in the given variable.

+
+
CAPTURE_CMAKE_ERROR <result-var>
+

Added in version 3.7.

+
+

Store in the <result-var> variable -1 if there are any errors running +the command and prevent ctest from returning non-zero if an error occurs.

+
+
QUIET
+

Added in version 3.3.

+
+

Suppress any CTest-specific non-error output that would have been +printed to the console otherwise. The summary of warnings / errors, +as well as the output from the native build tool is unaffected by +this option.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/ctest_configure.html b/cmake/doc/cmake/html/command/ctest_configure.html new file mode 100644 index 0000000000000000000000000000000000000000..840654ac813691bb35a9bebe16777b3b64415458 --- /dev/null +++ b/cmake/doc/cmake/html/command/ctest_configure.html @@ -0,0 +1,175 @@ + + + + + + + + ctest_configure — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ctest_configure

+

Perform the CTest Configure Step as a Dashboard Client.

+
ctest_configure([BUILD <build-dir>] [SOURCE <source-dir>] [APPEND]
+                [OPTIONS <options>] [RETURN_VALUE <result-var>] [QUIET]
+                [CAPTURE_CMAKE_ERROR <result-var>])
+
+
+

Configure the project build tree and record results in Configure.xml +for submission with the ctest_submit() command.

+

The options are:

+
+
BUILD <build-dir>

Specify the top-level build directory. If not given, the +CTEST_BINARY_DIRECTORY variable is used.

+
+
SOURCE <source-dir>

Specify the source directory. If not given, the +CTEST_SOURCE_DIRECTORY variable is used.

+
+
APPEND

Mark Configure.xml for append to results previously submitted to a +dashboard server since the last ctest_start() call. +Append semantics are defined by the dashboard server in use. +This does not cause results to be appended to a .xml file +produced by a previous call to this command.

+
+
OPTIONS <options>

Specify command-line arguments to pass to the configuration tool.

+
+
RETURN_VALUE <result-var>

Store in the <result-var> variable the return value of the native +configuration tool.

+
+
CAPTURE_CMAKE_ERROR <result-var>
+

Added in version 3.7.

+
+

Store in the <result-var> variable -1 if there are any errors running +the command and prevent ctest from returning non-zero if an error occurs.

+
+
QUIET
+

Added in version 3.3.

+
+

Suppress any CTest-specific non-error messages that would have +otherwise been printed to the console. Output from the underlying +configure command is not affected.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/ctest_coverage.html b/cmake/doc/cmake/html/command/ctest_coverage.html new file mode 100644 index 0000000000000000000000000000000000000000..ec56af9d564969acc8a35b957cf30468bb908081 --- /dev/null +++ b/cmake/doc/cmake/html/command/ctest_coverage.html @@ -0,0 +1,176 @@ + + + + + + + + ctest_coverage — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ctest_coverage

+

Perform the CTest Coverage Step as a Dashboard Client.

+
ctest_coverage([BUILD <build-dir>] [APPEND]
+               [LABELS <label>...]
+               [RETURN_VALUE <result-var>]
+               [CAPTURE_CMAKE_ERROR <result-var>]
+               [QUIET]
+               )
+
+
+

Collect coverage tool results and stores them in Coverage.xml +for submission with the ctest_submit() command.

+

The options are:

+
+
BUILD <build-dir>

Specify the top-level build directory. If not given, the +CTEST_BINARY_DIRECTORY variable is used.

+
+
APPEND

Mark Coverage.xml for append to results previously submitted to a +dashboard server since the last ctest_start() call. +Append semantics are defined by the dashboard server in use. +This does not cause results to be appended to a .xml file +produced by a previous call to this command.

+
+
LABELS

Filter the coverage report to include only source files labeled +with at least one of the labels specified.

+
+
RETURN_VALUE <result-var>

Store in the <result-var> variable 0 if coverage tools +ran without error and non-zero otherwise.

+
+
CAPTURE_CMAKE_ERROR <result-var>
+

Added in version 3.7.

+
+

Store in the <result-var> variable -1 if there are any errors running +the command and prevent ctest from returning non-zero if an error occurs.

+
+
QUIET
+

Added in version 3.3.

+
+

Suppress any CTest-specific non-error output that would have been +printed to the console otherwise. The summary indicating how many +lines of code were covered is unaffected by this option.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/ctest_empty_binary_directory.html b/cmake/doc/cmake/html/command/ctest_empty_binary_directory.html new file mode 100644 index 0000000000000000000000000000000000000000..e7bf30b3fda63cfb26503c50ee09e82c09fc4a4f --- /dev/null +++ b/cmake/doc/cmake/html/command/ctest_empty_binary_directory.html @@ -0,0 +1,141 @@ + + + + + + + + ctest_empty_binary_directory — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ctest_empty_binary_directory

+

empties the binary directory

+
ctest_empty_binary_directory(<directory>)
+
+
+

Removes a binary directory. This command will perform some checks +prior to deleting the directory in an attempt to avoid malicious or +accidental directory deletion.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/ctest_memcheck.html b/cmake/doc/cmake/html/command/ctest_memcheck.html new file mode 100644 index 0000000000000000000000000000000000000000..8ac59e146edfda7a225c48bfe208f35f9274a6c4 --- /dev/null +++ b/cmake/doc/cmake/html/command/ctest_memcheck.html @@ -0,0 +1,173 @@ + + + + + + + + ctest_memcheck — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ctest_memcheck

+

Perform the CTest MemCheck Step as a Dashboard Client.

+
ctest_memcheck([BUILD <build-dir>] [APPEND]
+               [START <start-number>]
+               [END <end-number>]
+               [STRIDE <stride-number>]
+               [EXCLUDE <exclude-regex>]
+               [INCLUDE <include-regex>]
+               [EXCLUDE_LABEL <label-exclude-regex>]
+               [INCLUDE_LABEL <label-include-regex>]
+               [EXCLUDE_FIXTURE <regex>]
+               [EXCLUDE_FIXTURE_SETUP <regex>]
+               [EXCLUDE_FIXTURE_CLEANUP <regex>]
+               [PARALLEL_LEVEL <level>]
+               [RESOURCE_SPEC_FILE <file>]
+               [TEST_LOAD <threshold>]
+               [SCHEDULE_RANDOM <ON|OFF>]
+               [STOP_ON_FAILURE]
+               [STOP_TIME <time-of-day>]
+               [RETURN_VALUE <result-var>]
+               [CAPTURE_CMAKE_ERROR <result-var>]
+               [REPEAT <mode>:<n>]
+               [OUTPUT_JUNIT <file>]
+               [DEFECT_COUNT <defect-count-var>]
+               [QUIET]
+               )
+
+
+

Run tests with a dynamic analysis tool and store results in +MemCheck.xml for submission with the ctest_submit() +command.

+

Most options are the same as those for the ctest_test() command.

+

The options unique to this command are:

+
+
DEFECT_COUNT <defect-count-var>
+

Added in version 3.8.

+
+

Store in the <defect-count-var> the number of defects found.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/ctest_read_custom_files.html b/cmake/doc/cmake/html/command/ctest_read_custom_files.html new file mode 100644 index 0000000000000000000000000000000000000000..02235d508852f320d732565909b5eae3cfc3ac53 --- /dev/null +++ b/cmake/doc/cmake/html/command/ctest_read_custom_files.html @@ -0,0 +1,142 @@ + + + + + + + + ctest_read_custom_files — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ctest_read_custom_files

+

read CTestCustom files.

+
ctest_read_custom_files(<directory>...)
+
+
+

Read all the CTestCustom.ctest or CTestCustom.cmake files from the +given directory.

+

By default, invoking ctest(1) without a script will read custom +files from the binary directory.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/ctest_run_script.html b/cmake/doc/cmake/html/command/ctest_run_script.html new file mode 100644 index 0000000000000000000000000000000000000000..2662a2bee1a21cb92b74881e4b07d79a1c13afa4 --- /dev/null +++ b/cmake/doc/cmake/html/command/ctest_run_script.html @@ -0,0 +1,144 @@ + + + + + + + + ctest_run_script — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ctest_run_script

+

runs a ctest -S script

+
ctest_run_script([NEW_PROCESS] script_file_name script_file_name1
+            script_file_name2 ... [RETURN_VALUE var])
+
+
+

Runs a script or scripts much like if it was run from ctest -S. +If no argument is provided then the current script is run using the current +settings of the variables. If NEW_PROCESS is specified then each +script will be run in a separate process.If RETURN_VALUE is specified +the return value of the last script run will be put into var.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/ctest_sleep.html b/cmake/doc/cmake/html/command/ctest_sleep.html new file mode 100644 index 0000000000000000000000000000000000000000..07f643fd499494a379b0d7e0fd72fe33cc5bdf98 --- /dev/null +++ b/cmake/doc/cmake/html/command/ctest_sleep.html @@ -0,0 +1,143 @@ + + + + + + + + ctest_sleep — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ctest_sleep

+

sleeps for some amount of time

+
ctest_sleep(<seconds>)
+
+
+

Sleep for given number of seconds.

+
ctest_sleep(<time1> <duration> <time2>)
+
+
+

Sleep for t=(time1 + duration - time2) seconds if t > 0.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/ctest_start.html b/cmake/doc/cmake/html/command/ctest_start.html new file mode 100644 index 0000000000000000000000000000000000000000..3d149458165a4548a4b9e11bb2be1b169655fc23 --- /dev/null +++ b/cmake/doc/cmake/html/command/ctest_start.html @@ -0,0 +1,205 @@ + + + + + + + + ctest_start — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ctest_start

+

Starts the testing for a given model

+
ctest_start(<model> [<source> [<binary>]] [GROUP <group>] [QUIET])
+
+ctest_start([<model> [<source> [<binary>]]] [GROUP <group>] APPEND [QUIET])
+
+
+

Starts the testing for a given model. The command should be called +after the binary directory is initialized.

+

The parameters are as follows:

+
+
<model>

Set the dashboard model. Must be one of Experimental, Continuous, or +Nightly. This parameter is required unless APPEND is specified.

+
+
<source>

Set the source directory. If not specified, the value of +CTEST_SOURCE_DIRECTORY is used instead.

+
+
<binary>

Set the binary directory. If not specified, the value of +CTEST_BINARY_DIRECTORY is used instead.

+
+
GROUP <group>

If GROUP is used, the submissions will go to the specified group on the +CDash server. If no GROUP is specified, the name of the model is used by +default.

+
+

Changed in version 3.16: This replaces the deprecated option TRACK. Despite the name +change its behavior is unchanged.

+
+
+
APPEND

If APPEND is used, the existing TAG is used rather than creating a new +one based on the current time stamp. If you use APPEND, you can omit the +<model> and GROUP <group> parameters, because they will be read from +the generated TAG file. For example:

+
ctest_start(Experimental GROUP GroupExperimental)
+
+
+

Later, in another ctest -S script:

+
ctest_start(APPEND)
+
+
+

When the second script runs ctest_start(APPEND), it will read the +Experimental model and GroupExperimental group from the TAG file +generated by the first ctest_start() command. Please note that if you +call ctest_start(APPEND) and specify a different model or group than +in the first ctest_start() command, a warning will be issued, and the +new model and group will be used.

+
+
QUIET
+

Added in version 3.3.

+
+

If QUIET is used, CTest will suppress any non-error messages that it +otherwise would have printed to the console.

+
+
+

The parameters for ctest_start() can be issued in any order, with the +exception that <model>, <source>, and <binary> have to appear +in that order with respect to each other. The following are all valid and +equivalent:

+
ctest_start(Experimental path/to/source path/to/binary GROUP SomeGroup QUIET APPEND)
+
+ctest_start(GROUP SomeGroup Experimental QUIET path/to/source APPEND path/to/binary)
+
+ctest_start(APPEND QUIET Experimental path/to/source GROUP SomeGroup path/to/binary)
+
+
+

However, for the sake of readability, it is recommended that you order your +parameters in the order listed at the top of this page.

+

If the CTEST_CHECKOUT_COMMAND variable (or the +CTEST_CVS_CHECKOUT variable) is set, its content is treated as +command-line. The command is invoked with the current working directory set +to the parent of the source directory, even if the source directory already +exists. This can be used to create the source tree from a version control +repository.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/ctest_submit.html b/cmake/doc/cmake/html/command/ctest_submit.html new file mode 100644 index 0000000000000000000000000000000000000000..25cc7ce96acbb011c2e4e5e1ba1bc37d89b44a52 --- /dev/null +++ b/cmake/doc/cmake/html/command/ctest_submit.html @@ -0,0 +1,263 @@ + + + + + + + + ctest_submit — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ctest_submit

+

Perform the CTest Submit Step as a Dashboard Client.

+
ctest_submit([PARTS <part>...] [FILES <file>...]
+             [SUBMIT_URL <url>]
+             [BUILD_ID <result-var>]
+             [HTTPHEADER <header>]
+             [RETRY_COUNT <count>]
+             [RETRY_DELAY <delay>]
+             [RETURN_VALUE <result-var>]
+             [CAPTURE_CMAKE_ERROR <result-var>]
+             [QUIET]
+             )
+
+
+

Submit results to a dashboard server. +By default all available parts are submitted.

+

The options are:

+
+
PARTS <part>...

Specify a subset of parts to submit. Valid part names are:

+
Start      = nothing
+Update     = ctest_update results, in Update.xml
+Configure  = ctest_configure results, in Configure.xml
+Build      = ctest_build results, in Build.xml
+Test       = ctest_test results, in Test.xml
+Coverage   = ctest_coverage results, in Coverage.xml
+MemCheck   = ctest_memcheck results, in DynamicAnalysis.xml and
+             DynamicAnalysis-Test.xml
+Notes      = Files listed by CTEST_NOTES_FILES, in Notes.xml
+ExtraFiles = Files listed by CTEST_EXTRA_SUBMIT_FILES
+Upload     = Files prepared for upload by ctest_upload(), in Upload.xml
+Submit     = nothing
+Done       = Build is complete, in Done.xml
+
+
+
+
FILES <file>...

Specify an explicit list of specific files to be submitted. +Each individual file must exist at the time of the call.

+
+
SUBMIT_URL <url>
+

Added in version 3.14.

+
+

The http or https URL of the dashboard server to send the submission +to. If not given, the CTEST_SUBMIT_URL variable is used.

+
+
BUILD_ID <result-var>
+

Added in version 3.15.

+
+

Store in the <result-var> variable the ID assigned to this build by +CDash.

+
+
HTTPHEADER <HTTP-header>
+

Added in version 3.9.

+
+

Specify HTTP header to be included in the request to CDash during submission. +For example, CDash can be configured to only accept submissions from +authenticated clients. In this case, you should provide a bearer token in your +header:

+
ctest_submit(HTTPHEADER "Authorization: Bearer <auth-token>")
+
+
+

This suboption can be repeated several times for multiple headers.

+
+
RETRY_COUNT <count>

Specify how many times to retry a timed-out submission.

+
+
RETRY_DELAY <delay>

Specify how long (in seconds) to wait after a timed-out submission +before attempting to re-submit.

+
+
RETURN_VALUE <result-var>

Store in the <result-var> variable 0 for success and +non-zero on failure.

+
+
CAPTURE_CMAKE_ERROR <result-var>
+

Added in version 3.13.

+
+

Store in the <result-var> variable -1 if there are any errors running +the command and prevent ctest from returning non-zero if an error occurs.

+
+
QUIET
+

Added in version 3.3.

+
+

Suppress all non-error messages that would have otherwise been +printed to the console.

+
+
+
+

Submit to CDash Upload API

+
+

Added in version 3.2.

+
+
ctest_submit(CDASH_UPLOAD <file> [CDASH_UPLOAD_TYPE <type>]
+             [SUBMIT_URL <url>]
+             [BUILD_ID <result-var>]
+             [HTTPHEADER <header>]
+             [RETRY_COUNT <count>]
+             [RETRY_DELAY <delay>]
+             [RETURN_VALUE <result-var>]
+             [QUIET])
+
+
+

This second signature is used to upload files to CDash via the CDash +file upload API. The API first sends a request to upload to CDash along +with a content hash of the file. If CDash does not already have the file, +then it is uploaded. Along with the file, a CDash type string is specified +to tell CDash which handler to use to process the data.

+

This signature interprets options in the same way as the first one.

+
+

Added in version 3.8: Added the RETRY_COUNT, RETRY_DELAY, QUIET options.

+
+
+

Added in version 3.9: Added the HTTPHEADER option.

+
+
+

Added in version 3.13: Added the RETURN_VALUE option.

+
+
+

Added in version 3.14: Added the SUBMIT_URL option.

+
+
+

Added in version 3.15: Added the BUILD_ID option.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/ctest_test.html b/cmake/doc/cmake/html/command/ctest_test.html new file mode 100644 index 0000000000000000000000000000000000000000..df5af6b21d2e072dc9c53e1cdc925eb597337533 --- /dev/null +++ b/cmake/doc/cmake/html/command/ctest_test.html @@ -0,0 +1,431 @@ + + + + + + + + ctest_test — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ctest_test

+

Perform the CTest Test Step as a Dashboard Client.

+
ctest_test([BUILD <build-dir>] [APPEND]
+           [START <start-number>]
+           [END <end-number>]
+           [STRIDE <stride-number>]
+           [EXCLUDE <exclude-regex>]
+           [INCLUDE <include-regex>]
+           [EXCLUDE_LABEL <label-exclude-regex>]
+           [INCLUDE_LABEL <label-include-regex>]
+           [EXCLUDE_FROM_FILE <filename>]
+           [INCLUDE_FROM_FILE <filename>]
+           [EXCLUDE_FIXTURE <regex>]
+           [EXCLUDE_FIXTURE_SETUP <regex>]
+           [EXCLUDE_FIXTURE_CLEANUP <regex>]
+           [PARALLEL_LEVEL [<level>]]
+           [RESOURCE_SPEC_FILE <file>]
+           [TEST_LOAD <threshold>]
+           [SCHEDULE_RANDOM <ON|OFF>]
+           [STOP_ON_FAILURE]
+           [STOP_TIME <time-of-day>]
+           [RETURN_VALUE <result-var>]
+           [CAPTURE_CMAKE_ERROR <result-var>]
+           [REPEAT <mode>:<n>]
+           [OUTPUT_JUNIT <file>]
+           [QUIET]
+           )
+
+
+

Run tests in the project build tree and store results in +Test.xml for submission with the ctest_submit() command.

+

The options are:

+
+
BUILD <build-dir>

Specify the top-level build directory. If not given, the +CTEST_BINARY_DIRECTORY variable is used.

+
+
APPEND

Mark Test.xml for append to results previously submitted to a +dashboard server since the last ctest_start() call. +Append semantics are defined by the dashboard server in use. +This does not cause results to be appended to a .xml file +produced by a previous call to this command.

+
+
START <start-number>

Specify the beginning of a range of test numbers.

+
+
END <end-number>

Specify the end of a range of test numbers.

+
+
STRIDE <stride-number>

Specify the stride by which to step across a range of test numbers.

+
+
EXCLUDE <exclude-regex>

Specify a regular expression matching test names to exclude.

+
+
INCLUDE <include-regex>

Specify a regular expression matching test names to include. +Tests not matching this expression are excluded.

+
+
EXCLUDE_LABEL <label-exclude-regex>

Specify a regular expression matching test labels to exclude.

+
+
INCLUDE_LABEL <label-include-regex>

Specify a regular expression matching test labels to include. +Tests not matching this expression are excluded.

+
+
EXCLUDE_FROM_FILE <filename>
+

Added in version 3.29.

+
+

Do NOT run tests listed with their exact name in the given file.

+
+
INCLUDE_FROM_FILE <filename>
+

Added in version 3.29.

+
+

Only run the tests listed with their exact name in the given file.

+
+
EXCLUDE_FIXTURE <regex>
+

Added in version 3.7.

+
+

If a test in the set of tests to be executed requires a particular fixture, +that fixture's setup and cleanup tests would normally be added to the test +set automatically. This option prevents adding setup or cleanup tests for +fixtures matching the <regex>. Note that all other fixture behavior is +retained, including test dependencies and skipping tests that have fixture +setup tests that fail.

+
+
EXCLUDE_FIXTURE_SETUP <regex>
+

Added in version 3.7.

+
+

Same as EXCLUDE_FIXTURE except only matching setup tests are excluded.

+
+
EXCLUDE_FIXTURE_CLEANUP <regex>
+

Added in version 3.7.

+
+

Same as EXCLUDE_FIXTURE except only matching cleanup tests are excluded.

+
+
PARALLEL_LEVEL [<level>]

Run tests in parallel, limited to a given level of parallelism.

+
+

Added in version 3.29: The <level> may be omitted, or 0, to let ctest use a default +level of parallelism, or unbounded parallelism, respectively, as +documented by the ctest --parallel option.

+
+
+
RESOURCE_SPEC_FILE <file>
+

Added in version 3.16.

+
+

Specify a +resource specification file. See +Resource Allocation for more information.

+
+
TEST_LOAD <threshold>
+

Added in version 3.4.

+
+

While running tests in parallel, try not to start tests when they +may cause the CPU load to pass above a given threshold. If not +specified the CTEST_TEST_LOAD variable will be checked, +and then the --test-load command-line +argument to ctest(1). See also the TestLoad setting +in the CTest Test Step.

+
+
REPEAT <mode>:<n>
+

Added in version 3.17.

+
+

Run tests repeatedly based on the given <mode> up to <n> times. +The modes are:

+
+
UNTIL_FAIL

Require each test to run <n> times without failing in order to pass. +This is useful in finding sporadic failures in test cases.

+
+
UNTIL_PASS

Allow each test to run up to <n> times in order to pass. +Repeats tests if they fail for any reason. +This is useful in tolerating sporadic failures in test cases.

+
+
AFTER_TIMEOUT

Allow each test to run up to <n> times in order to pass. +Repeats tests only if they timeout. +This is useful in tolerating sporadic timeouts in test cases +on busy machines.

+
+
+
+
SCHEDULE_RANDOM <ON|OFF>

Launch tests in a random order. This may be useful for detecting +implicit test dependencies.

+
+
STOP_ON_FAILURE
+

Added in version 3.18.

+
+

Stop the execution of the tests once one has failed.

+
+
STOP_TIME <time-of-day>

Specify a time of day at which the tests should all stop running.

+
+
RETURN_VALUE <result-var>

Store in the <result-var> variable 0 if all tests passed. +Store non-zero if anything went wrong.

+
+
CAPTURE_CMAKE_ERROR <result-var>
+

Added in version 3.7.

+
+

Store in the <result-var> variable -1 if there are any errors running +the command and prevent ctest from returning non-zero if an error occurs.

+
+
OUTPUT_JUNIT <file>
+

Added in version 3.21.

+
+

Write test results to <file> in JUnit XML format. If <file> is a +relative path, it will be placed in the build directory. If <file> +already exists, it will be overwritten. Note that the resulting JUnit XML +file is not uploaded to CDash because it would be redundant with +CTest's Test.xml file.

+
+
QUIET
+

Added in version 3.3.

+
+

Suppress any CTest-specific non-error messages that would have otherwise +been printed to the console. Output from the underlying test command is not +affected. Summary info detailing the percentage of passing tests is also +unaffected by the QUIET option.

+
+
+

See also the CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE, +CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE and +CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION variables, along with their +corresponding ctest(1) command line options +--test-output-size-passed, +--test-output-size-failed, and +--test-output-truncation.

+
+

Additional Test Measurements

+

CTest can parse the output of your tests for extra measurements to report +to CDash.

+

When run as a Dashboard Client, CTest will include these custom +measurements in the Test.xml file that gets uploaded to CDash.

+

Check the CDash test measurement documentation +for more information on the types of test measurements that CDash recognizes.

+

The following example demonstrates how to output a variety of custom test +measurements.

+
std::cout <<
+  "<CTestMeasurement type=\"numeric/double\" name=\"score\">28.3</CTestMeasurement>"
+  << std::endl;
+
+std::cout <<
+  "<CTestMeasurement type=\"text/string\" name=\"color\">red</CTestMeasurement>"
+  << std::endl;
+
+std::cout <<
+  "<CTestMeasurement type=\"text/link\" name=\"CMake URL\">https://cmake.org</CTestMeasurement>"
+  << std::endl;
+
+std::cout <<
+  "<CTestMeasurement type=\"text/preformatted\" name=\"Console Output\">" <<
+  "line 1.\n" <<
+  "  \033[31;1m line 2. Bold red, and indented!\033[0;0ml\n" <<
+  "line 3. Not bold or indented...\n" <<
+  "</CTestMeasurement>" << std::endl;
+
+
+
+

Image Measurements

+

The following example demonstrates how to upload test images to CDash.

+
std::cout <<
+  "<CTestMeasurementFile type=\"image/jpg\" name=\"TestImage\">" <<
+  "/dir/to/test_img.jpg</CTestMeasurementFile>" << std::endl;
+
+std::cout <<
+  "<CTestMeasurementFile type=\"image/gif\" name=\"ValidImage\">" <<
+  "/dir/to/valid_img.gif</CTestMeasurementFile>" << std::endl;
+
+std::cout <<
+  "<CTestMeasurementFile type=\"image/png\" name=\"AlgoResult\">" <<
+  "/dir/to/img.png</CTestMeasurementFile>"
+  << std::endl;
+
+
+

Images will be displayed together in an interactive comparison mode on CDash +if they are provided with two or more of the following names.

+
    +
  • TestImage

  • +
  • ValidImage

  • +
  • BaselineImage

  • +
  • DifferenceImage2

  • +
+

By convention, TestImage is the image generated by your test, and +ValidImage (or BaselineImage) is basis of comparison used to determine +if the test passed or failed.

+

If another image name is used it will be displayed by CDash as a static image +separate from the interactive comparison UI.

+
+
+

Attached Files

+
+

Added in version 3.21.

+
+

The following example demonstrates how to upload non-image files to CDash.

+
std::cout <<
+  "<CTestMeasurementFile type=\"file\" name=\"TestInputData1\">" <<
+  "/dir/to/data1.csv</CTestMeasurementFile>\n"                   <<
+  "<CTestMeasurementFile type=\"file\" name=\"TestInputData2\">" <<
+  "/dir/to/data2.csv</CTestMeasurementFile>"                     << std::endl;
+
+
+

If the name of the file to upload is known at configure time, you can use the +ATTACHED_FILES or ATTACHED_FILES_ON_FAIL test +properties instead.

+
+
+

Custom Details

+
+

Added in version 3.21.

+
+

The following example demonstrates how to specify a custom value for the +Test Details field displayed on CDash.

+
std::cout <<
+  "<CTestDetails>My Custom Details Value</CTestDetails>" << std::endl;
+
+
+
+
+

Additional Labels

+
+

Added in version 3.22.

+
+

The following example demonstrates how to add additional labels to a test +at runtime.

+
std::cout <<
+  "<CTestLabel>Custom Label 1</CTestLabel>\n" <<
+  "<CTestLabel>Custom Label 2</CTestLabel>"   << std::endl;
+
+
+

Use the LABELS test property instead for labels that can be +determined at configure time.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/ctest_update.html b/cmake/doc/cmake/html/command/ctest_update.html new file mode 100644 index 0000000000000000000000000000000000000000..f869bf7429754a00b4b8f4fe25a32194195aeae6 --- /dev/null +++ b/cmake/doc/cmake/html/command/ctest_update.html @@ -0,0 +1,170 @@ + + + + + + + + ctest_update — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ctest_update

+

Perform the CTest Update Step as a Dashboard Client.

+
ctest_update([SOURCE <source-dir>]
+             [RETURN_VALUE <result-var>]
+             [CAPTURE_CMAKE_ERROR <result-var>]
+             [QUIET])
+
+
+

Update the source tree from version control and record results in +Update.xml for submission with the ctest_submit() command.

+

The options are:

+
+
SOURCE <source-dir>

Specify the source directory. If not given, the +CTEST_SOURCE_DIRECTORY variable is used.

+
+
RETURN_VALUE <result-var>

Store in the <result-var> variable the number of files +updated or -1 on error.

+
+
CAPTURE_CMAKE_ERROR <result-var>
+

Added in version 3.13.

+
+

Store in the <result-var> variable -1 if there are any errors running +the command and prevent ctest from returning non-zero if an error occurs.

+
+
QUIET
+

Added in version 3.3.

+
+

Tell CTest to suppress most non-error messages that it would +have otherwise printed to the console. CTest will still report +the new revision of the repository and any conflicting files +that were found.

+
+
+

The update always follows the version control branch currently checked +out in the source directory. See the CTest Update Step +documentation for information about variables that change the behavior +of ctest_update().

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/ctest_upload.html b/cmake/doc/cmake/html/command/ctest_upload.html new file mode 100644 index 0000000000000000000000000000000000000000..41b4ff839049fe6babbd99efb29c1db29471dbb1 --- /dev/null +++ b/cmake/doc/cmake/html/command/ctest_upload.html @@ -0,0 +1,156 @@ + + + + + + + + ctest_upload — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ctest_upload

+

Upload files to a dashboard server as a Dashboard Client.

+
ctest_upload(FILES <file>... [QUIET] [CAPTURE_CMAKE_ERROR <result-var>])
+
+
+

The options are:

+
+
FILES <file>...

Specify a list of files to be sent along with the build results to the +dashboard server.

+
+
QUIET
+

Added in version 3.3.

+
+

Suppress any CTest-specific non-error output that would have been +printed to the console otherwise.

+
+
CAPTURE_CMAKE_ERROR <result-var>
+

Added in version 3.7.

+
+

Store in the <result-var> variable -1 if there are any errors running +the command and prevent ctest from returning non-zero if an error occurs.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/define_property.html b/cmake/doc/cmake/html/command/define_property.html new file mode 100644 index 0000000000000000000000000000000000000000..f468e48cff50e3ba3fa5b76a51a673f389285fc8 --- /dev/null +++ b/cmake/doc/cmake/html/command/define_property.html @@ -0,0 +1,247 @@ + + + + + + + + define_property — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

define_property

+

Define and document custom properties.

+
define_property(<GLOBAL | DIRECTORY | TARGET | SOURCE |
+                 TEST | VARIABLE | CACHED_VARIABLE>
+                 PROPERTY <name> [INHERITED]
+                 [BRIEF_DOCS <brief-doc> [docs...]]
+                 [FULL_DOCS <full-doc> [docs...]]
+                 [INITIALIZE_FROM_VARIABLE <variable>])
+
+
+

Defines one property in a scope for use with the set_property() and +get_property() commands. It is mainly useful for defining the way +a property is initialized or inherited. Historically, the command also +associated documentation with a property, but that is no longer considered a +primary use case.

+

The first argument determines the kind of scope in which the property should +be used. It must be one of the following:

+
GLOBAL    = associated with the global namespace
+DIRECTORY = associated with one directory
+TARGET    = associated with one target
+SOURCE    = associated with one source file
+TEST      = associated with a test named with add_test
+VARIABLE  = documents a CMake language variable
+CACHED_VARIABLE = documents a CMake cache variable
+
+
+

Note that unlike set_property() and get_property() no +actual scope needs to be given; only the kind of scope is important.

+

The required PROPERTY option is immediately followed by the name of +the property being defined.

+

If the INHERITED option is given, then the get_property() command +will chain up to the next higher scope when the requested property is not set +in the scope given to the command.

+
    +
  • DIRECTORY scope chains to its parent directory's scope, continuing the +walk up parent directories until a directory has the property set or there +are no more parents. If still not found at the top level directory, it +chains to the GLOBAL scope.

  • +
  • TARGET, SOURCE and TEST properties chain to DIRECTORY scope, +including further chaining up the directories, etc. as needed.

  • +
+

Note that this scope chaining behavior only applies to calls to +get_property(), get_directory_property(), +get_target_property(), get_source_file_property() and +get_test_property(). There is no inheriting behavior when setting +properties, so using APPEND or APPEND_STRING with the +set_property() command will not consider inherited values when working +out the contents to append to.

+

The BRIEF_DOCS and FULL_DOCS options are followed by strings to be +associated with the property as its brief and full documentation. +CMake does not use this documentation other than making it available to the +project via corresponding options to the get_property() command.

+
+

Changed in version 3.23: The BRIEF_DOCS and FULL_DOCS options are optional.

+
+
+

Added in version 3.23: The INITIALIZE_FROM_VARIABLE option specifies a variable from which the +property should be initialized. It can only be used with target properties. +The <variable> name must end with the property name and must not begin +with CMAKE_ or _CMAKE_. The property name must contain at least one +underscore. It is recommended that the property name have a prefix specific +to the project.

+
+
+

Property Redefinition

+

Once a property is defined for a particular type of scope, it cannot be +redefined. Attempts to redefine an existing property by calling +define_property() with the same scope type and property name +will be silently ignored. Defining the same property name for two different +kinds of scope is valid.

+

get_property() can be used to determine whether a property is +already defined for a particular kind of scope, and if so, to examine its +definition. For example:

+
# Initial definition
+define_property(TARGET PROPERTY MY_NEW_PROP
+  BRIEF_DOCS "My new custom property"
+)
+
+# Later examination
+get_property(my_new_prop_exists
+  TARGET NONE
+  PROPERTY MY_NEW_PROP
+  DEFINED
+)
+
+if(my_new_prop_exists)
+  get_property(my_new_prop_docs
+    TARGET NONE
+    PROPERTY MY_NEW_PROP
+    BRIEF_DOCS
+  )
+  # ${my_new_prop_docs} is now set to "My new custom property"
+endif()
+
+
+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/else.html b/cmake/doc/cmake/html/command/else.html new file mode 100644 index 0000000000000000000000000000000000000000..5f8f74670cc0943c81a526aa4303ab4b56675c99 --- /dev/null +++ b/cmake/doc/cmake/html/command/else.html @@ -0,0 +1,139 @@ + + + + + + + + else — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

else

+

Starts the else portion of an if block.

+
else([<condition>])
+
+
+

See the if() command.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/elseif.html b/cmake/doc/cmake/html/command/elseif.html new file mode 100644 index 0000000000000000000000000000000000000000..2b7eff4f01b4874265d2a06f4e437585d10f1844 --- /dev/null +++ b/cmake/doc/cmake/html/command/elseif.html @@ -0,0 +1,140 @@ + + + + + + + + elseif — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

elseif

+

Starts an elseif portion of an if block.

+
elseif(<condition>)
+
+
+

See the if() command, especially for the syntax and logic +of the <condition>.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/enable_language.html b/cmake/doc/cmake/html/command/enable_language.html new file mode 100644 index 0000000000000000000000000000000000000000..9b697fc50a36567e1082adaf3502a3aa495e58bd --- /dev/null +++ b/cmake/doc/cmake/html/command/enable_language.html @@ -0,0 +1,179 @@ + + + + + + + + enable_language — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

enable_language

+

Enable languages (CXX/C/OBJC/OBJCXX/Fortran/etc)

+
enable_language(<lang>... [OPTIONAL])
+
+
+

Enables support for the named languages in CMake. This is the same as +the project() command but does not create any of the extra +variables that are created by the project() command.

+

Supported languages are C, CXX (i.e. C++), CSharp (i.e. C#), CUDA, +OBJC (i.e. Objective-C), OBJCXX (i.e. Objective-C++), Fortran, HIP, +ISPC, Swift, ASM, ASM_NASM, ASM_MARMASM, ASM_MASM, and ASM-ATT.

+
+
+

Added in version 3.8: Added CSharp and CUDA support.

+
+
+

Added in version 3.15: Added Swift support.

+
+
+

Added in version 3.16: Added OBJC and OBJCXX support.

+
+
+

Added in version 3.18: Added ISPC support.

+
+
+

Added in version 3.21: Added HIP support.

+
+
+

Added in version 3.26: Added ASM_MARMASM support.

+
+
+

If enabling ASM, list it last so that CMake can check whether +compilers for other languages like C work for assembly too.

+

The following restrictions apply to where enable_language() may be called:

+
    +
  • It must be called in file scope, not in a function call.

  • +
  • It must not be called before the first call to project(). +See policy CMP0165.

  • +
  • It must be called in the highest directory common to all targets +using the named language directly for compiling sources or +indirectly through link dependencies. It is simplest to enable all +needed languages in the top-level directory of a project.

  • +
+

The OPTIONAL keyword is a placeholder for future implementation and +does not currently work. Instead you can use the CheckLanguage +module to verify support before enabling.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/enable_testing.html b/cmake/doc/cmake/html/command/enable_testing.html new file mode 100644 index 0000000000000000000000000000000000000000..6c6dfafae4d4ff2099012cdeea92ecdf6ee58841 --- /dev/null +++ b/cmake/doc/cmake/html/command/enable_testing.html @@ -0,0 +1,146 @@ + + + + + + + + enable_testing — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

enable_testing

+

Enable testing for current directory and below.

+
enable_testing()
+
+
+

Enables testing for this directory and below.

+

This command should be in the source directory root +because ctest expects to find a test file in the build +directory root.

+

This command is automatically invoked when the CTest +module is included, except if the BUILD_TESTING option is +turned off.

+

See also the add_test() command.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/endblock.html b/cmake/doc/cmake/html/command/endblock.html new file mode 100644 index 0000000000000000000000000000000000000000..c46a101ce6f7272b0d26308ec19db7ead5b40b3f --- /dev/null +++ b/cmake/doc/cmake/html/command/endblock.html @@ -0,0 +1,142 @@ + + + + + + + + endblock — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

endblock

+
+

Added in version 3.25.

+
+

Ends a list of commands in a block() and removes the scopes +created by the block() command.

+
endblock()
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/endforeach.html b/cmake/doc/cmake/html/command/endforeach.html new file mode 100644 index 0000000000000000000000000000000000000000..1134dddfe0f967475754cb53182bf6b94f10cfcb --- /dev/null +++ b/cmake/doc/cmake/html/command/endforeach.html @@ -0,0 +1,142 @@ + + + + + + + + endforeach — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

endforeach

+

Ends a list of commands in a foreach block.

+
endforeach([<loop_var>])
+
+
+

See the foreach() command.

+

The optional <loop_var> argument is supported for backward compatibility +only. If used it must be a verbatim repeat of the <loop_var> argument of +the opening foreach clause.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/endfunction.html b/cmake/doc/cmake/html/command/endfunction.html new file mode 100644 index 0000000000000000000000000000000000000000..f23ccb73e6a52dc6d5a2bd1c8cd9fbeb29d6323c --- /dev/null +++ b/cmake/doc/cmake/html/command/endfunction.html @@ -0,0 +1,142 @@ + + + + + + + + endfunction — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

endfunction

+

Ends a list of commands in a function block.

+
endfunction([<name>])
+
+
+

See the function() command.

+

The optional <name> argument is supported for backward compatibility +only. If used it must be a verbatim repeat of the <name> argument +of the opening function command.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/endif.html b/cmake/doc/cmake/html/command/endif.html new file mode 100644 index 0000000000000000000000000000000000000000..2e5870c747bae9a38295c4c8bdca82248515d015 --- /dev/null +++ b/cmake/doc/cmake/html/command/endif.html @@ -0,0 +1,142 @@ + + + + + + + + endif — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

endif

+

Ends a list of commands in an if block.

+
endif([<condition>])
+
+
+

See the if() command.

+

The optional <condition> argument is supported for backward compatibility +only. If used it must be a verbatim repeat of the argument of the opening +if clause.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/endmacro.html b/cmake/doc/cmake/html/command/endmacro.html new file mode 100644 index 0000000000000000000000000000000000000000..6e25b270233e63418345057cfa08c43b844994e3 --- /dev/null +++ b/cmake/doc/cmake/html/command/endmacro.html @@ -0,0 +1,142 @@ + + + + + + + + endmacro — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

endmacro

+

Ends a list of commands in a macro block.

+
endmacro([<name>])
+
+
+

See the macro() command.

+

The optional <name> argument is supported for backward compatibility +only. If used it must be a verbatim repeat of the <name> argument +of the opening macro command.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/endwhile.html b/cmake/doc/cmake/html/command/endwhile.html new file mode 100644 index 0000000000000000000000000000000000000000..05b87dd6ae63e0d108204521fe459709d7daa396 --- /dev/null +++ b/cmake/doc/cmake/html/command/endwhile.html @@ -0,0 +1,142 @@ + + + + + + + + endwhile — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

endwhile

+

Ends a list of commands in a while block.

+
endwhile([<condition>])
+
+
+

See the while() command.

+

The optional <condition> argument is supported for backward compatibility +only. If used it must be a verbatim repeat of the argument of the opening +while clause.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/exec_program.html b/cmake/doc/cmake/html/command/exec_program.html new file mode 100644 index 0000000000000000000000000000000000000000..47703b2dd25e5f33fb33046f75802c64591d2525 --- /dev/null +++ b/cmake/doc/cmake/html/command/exec_program.html @@ -0,0 +1,158 @@ + + + + + + + + exec_program — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

exec_program

+
+

Changed in version 3.28: This command is available only if policy CMP0153 is not set to NEW. +Port projects to the execute_process() command.

+
+
+

Deprecated since version 3.0: Use the execute_process() command instead.

+
+

Run an executable program during the processing of the CMakeList.txt +file.

+
exec_program(Executable [directory in which to run]
+             [ARGS <arguments to executable>]
+             [OUTPUT_VARIABLE <var>]
+             [RETURN_VALUE <var>])
+
+
+

The executable is run in the optionally specified directory. The +executable can include arguments if it is double quoted, but it is +better to use the optional ARGS argument to specify arguments to the +program. This is because cmake will then be able to escape spaces in +the executable path. An optional argument OUTPUT_VARIABLE specifies a +variable in which to store the output. To capture the return value of +the execution, provide a RETURN_VALUE. If OUTPUT_VARIABLE is +specified, then no output will go to the stdout/stderr of the console +running cmake.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/execute_process.html b/cmake/doc/cmake/html/command/execute_process.html new file mode 100644 index 0000000000000000000000000000000000000000..dfc1095c10dae4d496f35515fda51a11ec3e5d6f --- /dev/null +++ b/cmake/doc/cmake/html/command/execute_process.html @@ -0,0 +1,298 @@ + + + + + + + + execute_process — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

execute_process

+

Execute one or more child processes.

+
execute_process(COMMAND <cmd1> [<arguments>]
+                [COMMAND <cmd2> [<arguments>]]...
+                [WORKING_DIRECTORY <directory>]
+                [TIMEOUT <seconds>]
+                [RESULT_VARIABLE <variable>]
+                [RESULTS_VARIABLE <variable>]
+                [OUTPUT_VARIABLE <variable>]
+                [ERROR_VARIABLE <variable>]
+                [INPUT_FILE <file>]
+                [OUTPUT_FILE <file>]
+                [ERROR_FILE <file>]
+                [OUTPUT_QUIET]
+                [ERROR_QUIET]
+                [COMMAND_ECHO <where>]
+                [OUTPUT_STRIP_TRAILING_WHITESPACE]
+                [ERROR_STRIP_TRAILING_WHITESPACE]
+                [ENCODING <name>]
+                [ECHO_OUTPUT_VARIABLE]
+                [ECHO_ERROR_VARIABLE]
+                [COMMAND_ERROR_IS_FATAL <ANY|LAST>])
+
+
+

Runs the given sequence of one or more commands.

+

Commands are executed concurrently as a pipeline, with the standard +output of each process piped to the standard input of the next. +A single standard error pipe is used for all processes.

+

execute_process runs commands while CMake is configuring the project, +prior to build system generation. Use the add_custom_target() and +add_custom_command() commands to create custom commands that run +at build time.

+

Options:

+
+
COMMAND

A child process command line.

+

CMake executes the child process using operating system APIs directly:

+
    +
  • On POSIX platforms, the command line is passed to the +child process in an argv[] style array.

  • +
  • On Windows platforms, the command line is encoded as a string such +that child processes using CommandLineToArgvW will decode the +original arguments.

  • +
+

No intermediate shell is used, so shell operators such as > +are treated as normal arguments. +(Use the INPUT_*, OUTPUT_*, and ERROR_* options to +redirect stdin, stdout, and stderr.)

+

For sequential execution of multiple commands use multiple +execute_process calls each with a single COMMAND argument.

+
+
WORKING_DIRECTORY

The named directory will be set as the current working directory of +the child processes.

+
+
TIMEOUT

After the specified number of seconds (fractions allowed), all unfinished +child processes will be terminated, and the RESULT_VARIABLE will be +set to a string mentioning the "timeout".

+
+
RESULT_VARIABLE

The variable will be set to contain the result of last child process. +This will be an integer return code from the last child or a string +describing an error condition.

+
+
RESULTS_VARIABLE <variable>
+

Added in version 3.10.

+
+

The variable will be set to contain the result of all processes as a +semicolon-separated list, in order of the +given COMMAND arguments. Each entry will be an integer return code +from the corresponding child or a string describing an error condition.

+
+
INPUT_FILE <file>

<file> is attached to the standard input pipe of the first COMMAND +process.

+
+
OUTPUT_FILE <file>

<file> is attached to the standard output pipe of the last COMMAND +process.

+
+
ERROR_FILE <file>

<file> is attached to the standard error pipe of all COMMAND +processes.

+
+
+
+

Added in version 3.3: If the same <file> is named for both OUTPUT_FILE and ERROR_FILE +then it will be used for both standard output and standard error pipes.

+
+
+
OUTPUT_QUIET, ERROR_QUIET

The standard output on OUTPUT_VARIABLE or standard error on +ERROR_VARIABLE are not connected (no variable content). +The *_FILE and ECHO_*_VARIABLE options are not affected.

+
+
OUTPUT_VARIABLE, ERROR_VARIABLE

The variable named will be set with the contents of the standard output +and standard error pipes, respectively. If the same variable is named +for both pipes their output will be merged in the order produced.

+
+
ECHO_OUTPUT_VARIABLE, ECHO_ERROR_VARIABLE
+

Added in version 3.18.

+
+

The standard output or standard error will not be exclusively redirected to +the specified variables.

+

The output will be duplicated into the specified variables and also onto +standard output or standard error analogous to the tee Unix command.

+
+
+
+

Note

+

If more than one OUTPUT_* or ERROR_* option is given for the +same pipe the precedence is not specified. +If no OUTPUT_* or ERROR_* options are given the output will +be shared with the corresponding pipes of the CMake process itself.

+
+
+
COMMAND_ECHO <where>
+

Added in version 3.15.

+
+

The command being run will be echo'ed to <where> with <where> +being set to one of STDERR, STDOUT or NONE. +See the CMAKE_EXECUTE_PROCESS_COMMAND_ECHO variable for a way +to control the default behavior when this option is not present.

+
+
ENCODING <name>
+

Added in version 3.8.

+
+

On Windows, the encoding that is used to decode output from the process. +Ignored on other platforms. +Valid encoding names are:

+
+
NONE

Perform no decoding. This assumes that the process output is encoded +in the same way as CMake's internal encoding (UTF-8).

+

This was the default in CMake 3.14 and older.

+
+
AUTO

Use the current active console's codepage or if that isn't +available then use ANSI.

+

This was the default in CMake 3.15 through 3.30.

+
+
ANSI

Use the ANSI codepage.

+
+
OEM

Use the original equipment manufacturer (OEM) code page.

+
+
UTF-8
+

Added in version 3.11.

+
+

Use the UTF-8 codepage.

+

This is the default. See policy CMP0176.

+
+
UTF8

Use the UTF-8 codepage. Use of this name is discouraged in favor +of UTF-8 to match the +UTF-8 RFC +naming convention.

+
+
+
+
COMMAND_ERROR_IS_FATAL <ANY|LAST>
+

Added in version 3.19.

+
+

The option following COMMAND_ERROR_IS_FATAL determines the behavior when +an error is encountered:

+
+

ANY +If any of the commands in the list of commands fail, the +execute_process() command halts with an error.

+

LAST +If the last command in the list of commands fails, the +execute_process() command halts with an error. Commands earlier in the +list will not cause a fatal error.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/export.html b/cmake/doc/cmake/html/command/export.html new file mode 100644 index 0000000000000000000000000000000000000000..07c837a2f24a2e59e3a877fcb4d5a29b349e48bf --- /dev/null +++ b/cmake/doc/cmake/html/command/export.html @@ -0,0 +1,363 @@ + + + + + + + + export — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

export

+

Export targets or packages for outside projects to use them directly +from the current project's build tree, without installation.

+

See the install(EXPORT) command to export targets from an +install tree.

+
+

Synopsis

+
export(TARGETS <target>... [...])
+export(EXPORT <export-name> [...])
+export(PACKAGE <PackageName>)
+export(SETUP <export-name> [...])
+
+
+

Exporting Targets

+
+
+export(TARGETS <target>... [...])
+
+ +
export(TARGETS <target>... [NAMESPACE <namespace>]
+       [APPEND] FILE <filename> [EXPORT_LINK_INTERFACE_LIBRARIES]
+       [CXX_MODULES_DIRECTORY <directory>])
+
+
+

Creates a file <filename> that may be included by outside projects to +import targets named by <target>... from the current project's build tree. +This is useful during cross-compiling to build utility executables that can +run on the host platform in one project and then import them into another +project being compiled for the target platform.

+

The file created by this command is specific to the build tree and +should never be installed. See the install(EXPORT) command to +export targets from an install tree.

+

The options are:

+
+
NAMESPACE <namespace>

Prepend the <namespace> string to all target names written to the file.

+
+
APPEND

Append to the file instead of overwriting it. This can be used to +incrementally export multiple targets to the same file.

+
+
EXPORT_LINK_INTERFACE_LIBRARIES

Include the contents of the properties named with the pattern +(IMPORTED_)?LINK_INTERFACE_LIBRARIES(_<CONFIG>)? +in the export, even when policy CMP0022 is NEW. This is useful +to support consumers using CMake versions older than 2.8.12.

+
+
CXX_MODULES_DIRECTORY <directory>
+

Added in version 3.28.

+
+

Export C++ module properties to files under the given directory. Each file +will be named according to the target's export name (without any namespace). +These files will automatically be included from the export file.

+
+
+

This signature requires all targets to be listed explicitly. If a library +target is included in the export, but a target to which it links is not +included, the behavior is unspecified. See the export(EXPORT) signature +to automatically export the same targets from the build tree as +install(EXPORT) would from an install tree.

+
+

Note

+

Object Libraries under Xcode have special handling if +multiple architectures are listed in CMAKE_OSX_ARCHITECTURES. +In this case they will be exported as Interface Libraries with +no object files available to clients. This is sufficient to satisfy +transitive usage requirements of other targets that link to the +object libraries in their implementation.

+
+

This command exports all Build Configurations from the build tree. +See the CMAKE_MAP_IMPORTED_CONFIG_<CONFIG> variable to map +configurations of dependent projects to the exported configurations.

+
+

Exporting Targets to Android.mk

+
export(TARGETS <target>... ANDROID_MK <filename>)
+
+
+
+

Added in version 3.7.

+
+

This signature exports cmake built targets to the android ndk build system +by creating an Android.mk file that references the prebuilt targets. The +Android NDK supports the use of prebuilt libraries, both static and shared. +This allows cmake to build the libraries of a project and make them available +to an ndk build system complete with transitive dependencies, include flags +and defines required to use the libraries. The signature takes a list of +targets and puts them in the Android.mk file specified by the +<filename> given. This signature can only be used if policy +CMP0022 is NEW for all targets given. A error will be issued if +that policy is set to OLD for one of the targets.

+
+
+
+

Exporting Targets matching install(EXPORT)

+
+
+export(EXPORT <export-name> [...])
+
+ +
export(EXPORT <export-name> [NAMESPACE <namespace>] [FILE <filename>]
+       [CXX_MODULES_DIRECTORY <directory>] [EXPORT_PACKAGE_DEPENDENCIES])
+
+
+

Creates a file <filename> that may be included by outside projects to +import targets from the current project's build tree. This is the same +as the export(TARGETS) signature, except that the targets are not +explicitly listed. Instead, it exports the targets associated with +the installation export <export-name>. Target installations may be +associated with the export <export-name> using the EXPORT option +of the install(TARGETS) command.

+
+
EXPORT_PACKAGE_DEPENDENCIES
+

Note

+

Experimental. Gated by CMAKE_EXPERIMENTAL_EXPORT_PACKAGE_DEPENDENCIES.

+
+

Specify that find_dependency() calls should be exported. See +install(EXPORT) for details on how this works.

+
+
+
+
+

Exporting Packages

+
+
+export(PACKAGE <PackageName>)
+
+ +
export(PACKAGE <PackageName>)
+
+
+

Store the current build directory in the CMake user package registry +for package <PackageName>. The find_package() command may consider the +directory while searching for package <PackageName>. This helps dependent +projects find and use a package from the current project's build tree +without help from the user. Note that the entry in the package +registry that this command creates works only in conjunction with a +package configuration file (<PackageName>Config.cmake) that works with the +build tree. In some cases, for example for packaging and for system +wide installations, it is not desirable to write the user package +registry.

+
+

Changed in version 3.1: If the CMAKE_EXPORT_NO_PACKAGE_REGISTRY variable +is enabled, the export(PACKAGE) command will do nothing.

+
+
+

Changed in version 3.15: By default the export(PACKAGE) command does nothing (see policy +CMP0090) because populating the user package registry has effects +outside the source and build trees. Set the +CMAKE_EXPORT_PACKAGE_REGISTRY variable to add build directories +to the CMake user package registry.

+
+
+
+

Configuring Exports

+
+
+export(SETUP <export-name> [...])
+
+ +
export(SETUP <export-name>
+       [PACKAGE_DEPENDENCY <dep>
+        [ENABLED (<bool-true>|<bool-false>|AUTO)]
+        [EXTRA_ARGS <args>...]
+       ] [...]
+       [TARGET <target>
+        [XCFRAMEWORK_LOCATION <location>]
+       ] [...]
+       )
+
+
+
+

Added in version 3.29.

+
+

Configure the parameters of an export. The arguments are as follows:

+
+
PACKAGE_DEPENDENCY <dep>
+

Note

+

Experimental. Gated by CMAKE_EXPERIMENTAL_EXPORT_PACKAGE_DEPENDENCIES.

+
+

Specify a package dependency to configure. This changes how +find_dependency() calls are written during +export(EXPORT) and install(EXPORT). <dep> is the +name of a package to export. This argument accepts the following additional +arguments:

+
+
ENABLED

Manually control whether or not the dependency is exported. This accepts +the following values:

+
+
<bool-true>

Any value that CMake recognizes as "true". Always export the dependency, +even if no exported targets depend on it. This can be used to manually +add find_dependency() calls to the export.

+
+
<bool-false>

Any value that CMake recognizes as "false". Never export the dependency, +even if an exported target depends on it.

+
+
AUTO

Only export the dependency if an exported target depends on it.

+
+
+
+
EXTRA_ARGS <args>

Specify additional arguments to pass to find_dependency() after +the REQUIRED argument.

+
+
+
+
TARGET <target>

Specify a target to configure in this export. This argument accepts the +following additional arguments:

+
+
XCFRAMEWORK_LOCATION

Specify the location of an .xcframework which contains the library from +this target. If specified, the generated code will check to see if the +.xcframework exists, and if it does, it will use the .xcframework +as its imported location instead of the installed library.

+
+
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/export_library_dependencies.html b/cmake/doc/cmake/html/command/export_library_dependencies.html new file mode 100644 index 0000000000000000000000000000000000000000..01dad7571c88c489ab45ac8a4e36dc0410b67e16 --- /dev/null +++ b/cmake/doc/cmake/html/command/export_library_dependencies.html @@ -0,0 +1,154 @@ + + + + + + + + export_library_dependencies — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

export_library_dependencies

+

Disallowed since version 3.0. See CMake Policy CMP0033.

+

Use install(EXPORT) or export() command.

+

This command generates an old-style library dependencies file. +Projects requiring CMake 2.6 or later should not use the command. Use +instead the install(EXPORT) command to help export targets from an +installation tree and the export() command to export targets from a +build tree.

+

The old-style library dependencies file does not take into account +per-configuration names of libraries or the +LINK_INTERFACE_LIBRARIES target property.

+
export_library_dependencies(<file> [APPEND])
+
+
+

Create a file named <file> that can be included into a CMake listfile +with the INCLUDE command. The file will contain a number of SET +commands that will set all the variables needed for library dependency +information. This should be the last command in the top level +CMakeLists.txt file of the project. If the APPEND option is +specified, the SET commands will be appended to the given file instead +of replacing it.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/file.html b/cmake/doc/cmake/html/command/file.html new file mode 100644 index 0000000000000000000000000000000000000000..624d693dec0c2bbac49da8866f9800a07ec972aa --- /dev/null +++ b/cmake/doc/cmake/html/command/file.html @@ -0,0 +1,1445 @@ + + + + + + + + file — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

file

+

File manipulation command.

+

This command is dedicated to file and path manipulation requiring access to the +filesystem.

+

For other path manipulation, handling only syntactic aspects, have a look at +cmake_path() command.

+
+

Note

+

The sub-commands RELATIVE_PATH, TO_CMAKE_PATH and TO_NATIVE_PATH has +been superseded, respectively, by sub-commands +RELATIVE_PATH, +CONVERT ... TO_CMAKE_PATH_LIST and +CONVERT ... TO_NATIVE_PATH_LIST of +cmake_path() command.

+
+
+

Synopsis

+
Reading
+  file(READ <filename> <out-var> [...])
+  file(STRINGS <filename> <out-var> [...])
+  file(<HASH> <filename> <out-var>)
+  file(TIMESTAMP <filename> <out-var> [...])
+
+Writing
+  file({WRITE | APPEND} <filename> <content>...)
+  file({TOUCH | TOUCH_NOCREATE} <file>...)
+  file(GENERATE OUTPUT <output-file> [...])
+  file(CONFIGURE OUTPUT <output-file> CONTENT <content> [...])
+
+Filesystem
+  file({GLOB | GLOB_RECURSE} <out-var> [...] <globbing-expr>...)
+  file(MAKE_DIRECTORY <directories>...)
+  file({REMOVE | REMOVE_RECURSE } <files>...)
+  file(RENAME <oldname> <newname> [...])
+  file(COPY_FILE <oldname> <newname> [...])
+  file({COPY | INSTALL} <file>... DESTINATION <dir> [...])
+  file(SIZE <filename> <out-var>)
+  file(READ_SYMLINK <linkname> <out-var>)
+  file(CREATE_LINK <original> <linkname> [...])
+  file(CHMOD <files>... <directories>... PERMISSIONS <permissions>... [...])
+  file(CHMOD_RECURSE <files>... <directories>... PERMISSIONS <permissions>... [...])
+
+Path Conversion
+  file(REAL_PATH <path> <out-var> [BASE_DIRECTORY <dir>] [EXPAND_TILDE])
+  file(RELATIVE_PATH <out-var> <directory> <file>)
+  file({TO_CMAKE_PATH | TO_NATIVE_PATH} <path> <out-var>)
+
+Transfer
+  file(DOWNLOAD <url> [<file>] [...])
+  file(UPLOAD <file> <url> [...])
+
+Locking
+  file(LOCK <path> [...])
+
+Archiving
+  file(ARCHIVE_CREATE OUTPUT <archive> PATHS <paths>... [...])
+  file(ARCHIVE_EXTRACT INPUT <archive> [...])
+
+Handling Runtime Binaries
+  file(GET_RUNTIME_DEPENDENCIES [...])
+
+
+

Reading

+
+
+file(READ <filename> <variable> [OFFSET <offset>] [LIMIT <max-in>] [HEX])
+

Read content from a file called <filename> and store it in a +<variable>. Optionally start from the given <offset> and +read at most <max-in> bytes. The HEX option causes data to +be converted to a hexadecimal representation (useful for binary data). +If the HEX option is specified, letters in the output +(a through f) are in lowercase.

+
+ +
+
+file(STRINGS <filename> <variable> <options>...)
+

Parse a list of ASCII strings from <filename> and store it in +<variable>. Binary data in the file are ignored. Carriage return +(\r, CR) characters are ignored. The options are:

+
+
+
LENGTH_MAXIMUM <max-len>

Consider only strings of at most a given length.

+
+
LENGTH_MINIMUM <min-len>

Consider only strings of at least a given length.

+
+
LIMIT_COUNT <max-num>

Limit the number of distinct strings to be extracted.

+
+
LIMIT_INPUT <max-in>

Limit the number of input bytes to read from the file.

+
+
LIMIT_OUTPUT <max-out>

Limit the number of total bytes to store in the <variable>.

+
+
NEWLINE_CONSUME

Treat newline characters (\n, LF) as part of string content +instead of terminating at them.

+
+
NO_HEX_CONVERSION

Intel Hex and Motorola S-record files are automatically converted to +binary while reading unless this option is given.

+
+
REGEX <regex>

Consider only strings that match the given regular expression, +as described under string(REGEX).

+
+

Changed in version 3.29: Capture groups from the last match in the file are stored in +CMAKE_MATCH_<n>, similar to +string(REGEX MATCHALL). See policy CMP0159.

+
+
+
ENCODING <encoding-type>
+

Added in version 3.1.

+
+

Consider strings of a given encoding. Currently supported encodings are: +UTF-8, UTF-16LE, UTF-16BE, UTF-32LE, UTF-32BE. +If the ENCODING option is not provided and the file +has a Byte Order Mark, the ENCODING option will be defaulted +to respect the Byte Order Mark.

+
+
+
+
+

Added in version 3.2: Added the UTF-16LE, UTF-16BE, UTF-32LE, UTF-32BE encodings.

+
+

For example, the code

+
file(STRINGS myfile.txt myfile)
+
+
+

stores a list in the variable myfile in which each item is a line +from the input file.

+
+ +
+
+file(<HASH> <filename> <variable>)
+

Compute a cryptographic hash of the content of <filename> and +store it in a <variable>. The supported <HASH> algorithm names +are those listed by the string(<HASH>) command.

+
+ +
+
+file(TIMESTAMP <filename> <variable> [<format>] [UTC])
+

Compute a string representation of the modification time of <filename> +and store it in <variable>. Should the command be unable to obtain a +timestamp variable will be set to the empty string ("").

+

See the string(TIMESTAMP) command for documentation of +the <format> and UTC options.

+
+ +
+
+

Writing

+
+
+file(WRITE <filename> <content>...)
+
+file(APPEND <filename> <content>...)
+

Write <content> into a file called <filename>. If the file does +not exist, it will be created. If the file already exists, WRITE +mode will overwrite it and APPEND mode will append to the end. +Any directories in the path specified by <filename> that do not +exist will be created.

+

If the file is a build input, use the configure_file() command +to update the file only when its content changes.

+
+ +
+
+file(TOUCH <files>...)
+
+file(TOUCH_NOCREATE <files>...)
+
+

Added in version 3.12.

+
+

Create a file with no content if it does not yet exist. If the file already +exists, its access and/or modification will be updated to the time when the +function call is executed.

+

Use TOUCH_NOCREATE to touch a file if it exists but not create it. +If a file does not exist it will be silently ignored.

+

With TOUCH and TOUCH_NOCREATE, the contents of an existing file +will not be modified.

+
+

Changed in version 3.30: <files> can be an empty list. CMake 3.29 and earlier required +at least one file to be given.

+
+
+ +
+
+file(GENERATE [...])
+

Generate an output file for each build configuration supported by the current +CMake Generator. Evaluate +generator expressions +from the input content to produce the output content.

+
file(GENERATE OUTPUT <output-file>
+     <INPUT <input-file>|CONTENT <content>>
+     [CONDITION <expression>] [TARGET <target>]
+     [NO_SOURCE_PERMISSIONS | USE_SOURCE_PERMISSIONS |
+      FILE_PERMISSIONS <permissions>...]
+     [NEWLINE_STYLE [UNIX|DOS|WIN32|LF|CRLF] ])
+
+
+

The options are:

+
+
+
CONDITION <condition>

Generate the output file for a particular configuration only if +the condition is true. The condition must be either 0 or 1 +after evaluating generator expressions.

+
+
CONTENT <content>

Use the content given explicitly as input.

+
+
INPUT <input-file>

Use the content from a given file as input.

+
+

Changed in version 3.10: A relative path is treated with respect to the value of +CMAKE_CURRENT_SOURCE_DIR. See policy CMP0070.

+
+
+
OUTPUT <output-file>

Specify the output file name to generate. Use generator expressions +such as $<CONFIG> to specify a configuration-specific +output file name. Multiple configurations may generate the same output +file only if the generated content is identical. Otherwise, the +<output-file> must evaluate to an unique name for each configuration.

+
+

Changed in version 3.10: A relative path (after evaluating generator expressions) is treated +with respect to the value of CMAKE_CURRENT_BINARY_DIR. +See policy CMP0070.

+
+
+
TARGET <target>
+

Added in version 3.19.

+
+

Specify which target to use when evaluating generator expressions that +require a target for evaluation (e.g. +$<COMPILE_FEATURES:...>, +$<TARGET_PROPERTY:prop>).

+
+
NO_SOURCE_PERMISSIONS
+

Added in version 3.20.

+
+

The generated file permissions default to the standard 644 value +(-rw-r--r--).

+
+
USE_SOURCE_PERMISSIONS
+

Added in version 3.20.

+
+

Transfer the file permissions of the INPUT file to the generated +file. This is already the default behavior if none of the three +permissions-related keywords are given (NO_SOURCE_PERMISSIONS, +USE_SOURCE_PERMISSIONS or FILE_PERMISSIONS). The +USE_SOURCE_PERMISSIONS keyword mostly serves as a way of making +the intended behavior clearer at the call site. It is an error to +specify this option without INPUT.

+
+
FILE_PERMISSIONS <permissions>...
+

Added in version 3.20.

+
+

Use the specified permissions for the generated file.

+
+
NEWLINE_STYLE <style>
+

Added in version 3.20.

+
+

Specify the newline style for the generated file. Specify +UNIX or LF for \n newlines, or specify +DOS, WIN32, or CRLF for \r\n newlines.

+
+
+
+

Exactly one CONTENT or INPUT option must be given. A specific +OUTPUT file may be named by at most one invocation of file(GENERATE). +Generated files are modified and their timestamp updated on subsequent cmake +runs only if their content is changed.

+

Note also that file(GENERATE) does not create the output file until the +generation phase. The output file will not yet have been written when the +file(GENERATE) command returns, it is written only after processing all +of a project's CMakeLists.txt files.

+
+ +
+
+file(CONFIGURE OUTPUT <output-file> CONTENT <content> [ESCAPE_QUOTES] [@ONLY] [NEWLINE_STYLE [UNIX|DOS|WIN32|LF|CRLF] ])
+
+

Added in version 3.18.

+
+

Generate an output file using the input given by CONTENT and substitute +variable values referenced as @VAR@ or ${VAR} contained therein. The +substitution rules behave the same as the configure_file() command. +In order to match configure_file()'s behavior, generator expressions +are not supported for both OUTPUT and CONTENT, and the output file +is only modified and its timestamp updated if the content is changed or the +file previously didn't exist.

+

The arguments are:

+
+
+
OUTPUT <output-file>

Specify the output file name to generate. A relative path is treated with +respect to the value of CMAKE_CURRENT_BINARY_DIR. +<output-file> does not support generator expressions.

+
+
CONTENT <content>

Use the content given explicitly as input. +<content> does not support generator expressions.

+
+
ESCAPE_QUOTES

Escape any substituted quotes with backslashes (C-style).

+
+
@ONLY

Restrict variable replacement to references of the form @VAR@. +This is useful for configuring scripts that use ${VAR} syntax.

+
+
NEWLINE_STYLE <style>

Specify the newline style for the output file. Specify +UNIX or LF for \n newlines, or specify +DOS, WIN32, or CRLF for \r\n newlines.

+
+
+
+
+ +
+
+

Filesystem

+
+
+file(GLOB <variable> [LIST_DIRECTORIES true|false] [RELATIVE <path>] [CONFIGURE_DEPENDS] <globbing-expressions>...)
+
+file(GLOB_RECURSE <variable> [FOLLOW_SYMLINKS] [LIST_DIRECTORIES true|false] [RELATIVE <path>] [CONFIGURE_DEPENDS] <globbing-expressions>...)
+

Generate a list of files that match the <globbing-expressions> and +store it into the <variable>. Globbing expressions are similar to +regular expressions, but much simpler. If RELATIVE flag is +specified, the results will be returned as relative paths to the given +path.

+
+

Changed in version 3.6: The results will be ordered lexicographically.

+
+

On Windows and macOS, globbing is case-insensitive even if the underlying +filesystem is case-sensitive (both filenames and globbing expressions are +converted to lowercase before matching). On other platforms, globbing is +case-sensitive.

+
+

Added in version 3.3: By default GLOB lists directories. Directories are omitted in the +result if LIST_DIRECTORIES is set to false.

+
+
+

Added in version 3.12: If the CONFIGURE_DEPENDS flag is specified, CMake will add logic +to the main build system check target to rerun the flagged GLOB +commands at build time. If any of the outputs change, CMake will regenerate +the build system.

+
+
+

Note

+

We do not recommend using GLOB to collect a list of source files from +your source tree. If no CMakeLists.txt file changes when a source is +added or removed then the generated build system cannot know when to +ask CMake to regenerate. +The CONFIGURE_DEPENDS flag may not work reliably on all generators, or +if a new generator is added in the future that cannot support it, projects +using it will be stuck. Even if CONFIGURE_DEPENDS works reliably, there +is still a cost to perform the check on every rebuild.

+
+

Examples of globbing expressions include:

+ + + + + + + + + + + + +

*.cxx

match all files with extension cxx

*.vt?

match all files with extension vta, ..., vtz

f[3-5].txt

match files f3.txt, f4.txt, f5.txt

+

The GLOB_RECURSE mode will traverse all the subdirectories of the +matched directory and match the files. Subdirectories that are symlinks +are only traversed if FOLLOW_SYMLINKS is given or policy +CMP0009 is not set to NEW.

+
+

Added in version 3.3: By default GLOB_RECURSE omits directories from result list. Setting +LIST_DIRECTORIES to true adds directories to result list. +If FOLLOW_SYMLINKS is given or policy CMP0009 is not set to +NEW then LIST_DIRECTORIES treats symlinks as directories.

+
+

Examples of recursive globbing include:

+ + + + + + +

/dir/*.py

match all python files in /dir and subdirectories

+
+ +
+
+file(MAKE_DIRECTORY <directories>... [RESULT <result>])
+

Create the given directories and their parents as needed.

+

The options are:

+
+
+
RESULT <result>
+

Added in version 3.31.

+
+

Set <result> variable to 0 on success or an error message +otherwise. If RESULT is not specified and the operation fails, +an error is emitted.

+
+
+
+
+

Changed in version 3.30: <directories> can be an empty list. CMake 3.29 and earlier required +at least one directory to be given.

+
+
+ +
+
+file(REMOVE <files>...)
+
+file(REMOVE_RECURSE <files>...)
+

Remove the given files. The REMOVE_RECURSE mode will remove the given +files and directories, including non-empty directories. No error is emitted +if a given file does not exist. Relative input paths are evaluated with +respect to the current source directory.

+
+

Changed in version 3.15: Empty input paths are ignored with a warning. Previous versions of CMake +interpreted empty strings as a relative path with respect to the current +directory and removed its contents.

+
+
+ +
+
+file(RENAME <oldname> <newname> [RESULT <result>] [NO_REPLACE])
+

Move a file or directory within a filesystem from <oldname> to +<newname>, replacing the destination atomically.

+

The options are:

+
+
+
RESULT <result>
+

Added in version 3.21.

+
+

Set <result> variable to 0 on success or an error message +otherwise. If RESULT is not specified and the operation fails, +an error is emitted.

+
+
NO_REPLACE
+

Added in version 3.21.

+
+

If the <newname> path already exists, do not replace it. +If RESULT <result> is used, the result variable will be +set to NO_REPLACE. Otherwise, an error is emitted.

+
+
+
+
+ +
+
+file(COPY_FILE <oldname> <newname> [RESULT <result>] [ONLY_IF_DIFFERENT] [INPUT_MAY_BE_RECENT])
+
+

Added in version 3.21.

+
+

Copy a file from <oldname> to <newname>. Directories are not +supported. Symlinks are ignored and <oldfile>'s content is read and +written to <newname> as a new file.

+

The options are:

+
+
+
RESULT <result>

Set <result> variable to 0 on success or an error message +otherwise. If RESULT is not specified and the operation fails, +an error is emitted.

+
+
ONLY_IF_DIFFERENT

If the <newname> path already exists, do not replace it if the file's +contents are already the same as <oldname> (this avoids updating +<newname>'s timestamp).

+
+
INPUT_MAY_BE_RECENT
+

Added in version 3.26.

+
+

Tell CMake that the input file may have been recently created. This is +meaningful only on Windows, where files may be inaccessible for a short +time after they are created. With this option, if permission is denied, +CMake will retry reading the input a few times.

+
+
+
+

This sub-command has some similarities to configure_file() +with the COPYONLY option. An important difference is that +configure_file() creates a dependency on the source file, +so CMake will be re-run if it changes. The file(COPY_FILE) +sub-command does not create such a dependency.

+

See also the file(COPY) sub-command just below which provides +further file-copying capabilities.

+
+ +
+
+file(COPY [...])
+
+file(INSTALL [...])
+

The COPY signature copies files, directories, and symlinks to a +destination folder. Relative input paths are evaluated with respect +to the current source directory, and a relative destination is +evaluated with respect to the current build directory. Copying +preserves input file timestamps, and optimizes out a file if it exists +at the destination with the same timestamp. Copying preserves input +permissions unless explicit permissions or NO_SOURCE_PERMISSIONS +are given (default is USE_SOURCE_PERMISSIONS).

+
file(<COPY|INSTALL> <files>... DESTINATION <dir>
+     [NO_SOURCE_PERMISSIONS | USE_SOURCE_PERMISSIONS]
+     [FILE_PERMISSIONS <permissions>...]
+     [DIRECTORY_PERMISSIONS <permissions>...]
+     [FOLLOW_SYMLINK_CHAIN]
+     [FILES_MATCHING]
+     [[PATTERN <pattern> | REGEX <regex>]
+      [EXCLUDE] [PERMISSIONS <permissions>...]] [...])
+
+
+
+

Note

+

For a simple file copying operation, the file(COPY_FILE) +sub-command just above may be easier to use.

+
+
+

Added in version 3.15: If FOLLOW_SYMLINK_CHAIN is specified, COPY will recursively resolve +the symlinks at the paths given until a real file is found, and install +a corresponding symlink in the destination for each symlink encountered. +For each symlink that is installed, the resolution is stripped of the +directory, leaving only the filename, meaning that the new symlink points +to a file in the same directory as the symlink. This feature is useful on +some Unix systems, where libraries are installed as a chain of symlinks +with version numbers, with less specific versions pointing to more specific +versions. FOLLOW_SYMLINK_CHAIN will install all of these symlinks and +the library itself into the destination directory. For example, if you have +the following directory structure:

+
+
    +
  • /opt/foo/lib/libfoo.so.1.2.3

  • +
  • /opt/foo/lib/libfoo.so.1.2 -> libfoo.so.1.2.3

  • +
  • /opt/foo/lib/libfoo.so.1 -> libfoo.so.1.2

  • +
  • /opt/foo/lib/libfoo.so -> libfoo.so.1

  • +
+
+

and you do:

+
file(COPY /opt/foo/lib/libfoo.so DESTINATION lib FOLLOW_SYMLINK_CHAIN)
+
+
+

This will install all of the symlinks and libfoo.so.1.2.3 itself into +lib.

+
+

See the install(DIRECTORY) command for documentation of +permissions, FILES_MATCHING, PATTERN, REGEX, and +EXCLUDE options. Copying directories preserves the structure +of their content even if options are used to select a subset of +files.

+

The INSTALL signature differs slightly from COPY: it prints +status messages, and NO_SOURCE_PERMISSIONS is default. Installation +scripts generated by the install() command use this signature +(with some undocumented options for internal use).

+
+

Changed in version 3.22: The environment variable CMAKE_INSTALL_MODE can override the +default copying behavior of file(INSTALL).

+
+
+ +
+
+file(SIZE <filename> <variable>)
+
+

Added in version 3.14.

+
+

Determine the file size of the <filename> and put the result in +<variable> variable. Requires that <filename> is a valid path +pointing to a file and is readable.

+
+ +
+ +
+

Added in version 3.14.

+
+

Query the symlink <linkname> and stores the path it points to +in the result <variable>. If <linkname> does not exist +or is not a symlink, CMake issues a fatal error.

+

Note that this command returns the raw symlink path and does not resolve +a relative path. The following is an example of how to ensure that an +absolute path is obtained:

+
set(linkname "/path/to/foo.sym")
+file(READ_SYMLINK "${linkname}" result)
+if(NOT IS_ABSOLUTE "${result}")
+  get_filename_component(dir "${linkname}" DIRECTORY)
+  set(result "${dir}/${result}")
+endif()
+
+
+
+ +
+ +
+

Added in version 3.14.

+
+

Create a link <linkname> that points to <original>. +It will be a hard link by default, but providing the SYMBOLIC option +results in a symbolic link instead. Hard links require that original +exists and is a file, not a directory. If <linkname> already exists, +it will be overwritten.

+

The <result> variable, if specified, receives the status of the +operation. It is set to 0 upon success or an error message otherwise. +If RESULT is not specified and the operation fails, a fatal error is +emitted.

+

Specifying COPY_ON_ERROR enables copying the file as a fallback if +creating the link fails. It can be useful for handling situations such as +<original> and <linkname> being on different drives or mount points, +which would make them unable to support a hard link.

+
+ +
+
+file(CHMOD <files>... <directories>... [PERMISSIONS <permissions>...] [FILE_PERMISSIONS <permissions>...] [DIRECTORY_PERMISSIONS <permissions>...])
+
+

Added in version 3.19.

+
+

Set the permissions for the <files>... and <directories>... +specified. Valid permissions are OWNER_READ, OWNER_WRITE, +OWNER_EXECUTE, GROUP_READ, GROUP_WRITE, GROUP_EXECUTE, +WORLD_READ, WORLD_WRITE, WORLD_EXECUTE, SETUID, SETGID.

+

Valid combination of keywords are:

+
+
+
PERMISSIONS

All items are changed.

+
+
FILE_PERMISSIONS

Only files are changed.

+
+
DIRECTORY_PERMISSIONS

Only directories are changed.

+
+
PERMISSIONS and FILE_PERMISSIONS

FILE_PERMISSIONS overrides PERMISSIONS for files.

+
+
PERMISSIONS and DIRECTORY_PERMISSIONS

DIRECTORY_PERMISSIONS overrides PERMISSIONS for directories.

+
+
FILE_PERMISSIONS and DIRECTORY_PERMISSIONS

Use FILE_PERMISSIONS for files and DIRECTORY_PERMISSIONS for +directories.

+
+
+
+
+ +
+
+file(CHMOD_RECURSE <files>... <directories>... [PERMISSIONS <permissions>...] [FILE_PERMISSIONS <permissions>...] [DIRECTORY_PERMISSIONS <permissions>...])
+
+

Added in version 3.19.

+
+

Same as CHMOD, but change the permissions of files and directories +present in the <directories>... recursively.

+
+ +
+
+

Path Conversion

+
+
+file(REAL_PATH <path> <out-var> [BASE_DIRECTORY <dir>] [EXPAND_TILDE])
+
+

Added in version 3.19.

+
+

Compute the absolute path to an existing file or directory with symlinks +resolved. The options are:

+
+
+
BASE_DIRECTORY <dir>

If the provided <path> is a relative path, it is evaluated relative +to the given base directory <dir>. If no base directory is provided, +the default base directory will be CMAKE_CURRENT_SOURCE_DIR.

+
+
EXPAND_TILDE
+

Added in version 3.21.

+
+

If the <path> is ~ or starts with ~/, the ~ is replaced +by the user's home directory. The path to the home directory is obtained +from environment variables. On Windows, the USERPROFILE environment +variable is used, falling back to the HOME environment variable +if USERPROFILE is not defined. On all other platforms, only HOME +is used.

+
+
+
+
+

Changed in version 3.28: All symlinks are resolved before collapsing ../ components. +See policy CMP0152.

+
+
+ +
+
+file(RELATIVE_PATH <variable> <directory> <file>)
+

Compute the relative path from a <directory> to a <file> and +store it in the <variable>.

+
+ +
+
+file(TO_CMAKE_PATH "<path>" <variable>)
+
+file(TO_NATIVE_PATH "<path>" <variable>)
+

The TO_CMAKE_PATH mode converts a native <path> into a cmake-style +path with forward-slashes (/). The input can be a single path or a +system search path like $ENV{PATH}. A search path will be converted +to a cmake-style list separated by ; characters.

+

The TO_NATIVE_PATH mode converts a cmake-style <path> into a native +path with platform-specific slashes (\ on Windows hosts and / +elsewhere).

+

Always use double quotes around the <path> to be sure it is treated +as a single argument to this command.

+
+ +
+
+

Transfer

+
+
+file(DOWNLOAD <url> [<file>] <options>...)
+
+file(UPLOAD <file> <url> <options>...)
+

The DOWNLOAD subcommand downloads the given <url> to a local +<file>. The UPLOAD mode uploads a local <file> to a given +<url>.

+
+

Added in version 3.19: If <file> is not specified for file(DOWNLOAD), the file is not +saved. This can be useful if you want to know if a file can be downloaded +(for example, to check that it exists) without actually saving it anywhere.

+
+

Options to both DOWNLOAD and UPLOAD are:

+
+
+
INACTIVITY_TIMEOUT <seconds>

Terminate the operation after a period of inactivity.

+
+
LOG <variable>

Store a human-readable log of the operation in a variable.

+
+
SHOW_PROGRESS

Print progress information as status messages until the operation is +complete.

+
+
STATUS <variable>

Store the resulting status of the operation in a variable. +The status is a ; separated list of length 2. +The first element is the numeric return value for the operation, +and the second element is a string value for the error. +A 0 numeric error means no error in the operation.

+
+
TIMEOUT <seconds>

Terminate the operation after a given total time has elapsed.

+
+
USERPWD <username>:<password>
+

Added in version 3.7.

+
+

Set username and password for operation.

+
+
HTTPHEADER <HTTP-header>
+

Added in version 3.7.

+
+

HTTP header for DOWNLOAD and UPLOAD operations. HTTPHEADER +can be repeated for multiple options:

+
file(DOWNLOAD <url>
+     HTTPHEADER "Authorization: Bearer <auth-token>"
+     HTTPHEADER "UserAgent: Mozilla/5.0")
+
+
+
+
NETRC <level>
+

Added in version 3.11.

+
+

Specify whether the .netrc file is to be used for operation. If this +option is not specified, the value of the CMAKE_NETRC +variable will be used instead.

+

Valid levels are:

+
+
+
IGNORED

The .netrc file is ignored. +This is the default.

+
+
OPTIONAL

The .netrc file is optional, and information in the URL is preferred. +The file will be scanned to find which ever information is not +specified in the URL.

+
+
REQUIRED

The .netrc file is required, and information in the URL is ignored.

+
+
+
+
+
NETRC_FILE <file>
+

Added in version 3.11.

+
+

Specify an alternative .netrc file to the one in your home directory, +if the NETRC level is OPTIONAL or REQUIRED. If this option +is not specified, the value of the CMAKE_NETRC_FILE variable +will be used instead.

+
+
TLS_VERSION <min>
+

Added in version 3.30.

+
+

Specify minimum TLS version for https:// URLs. +If this option is not specified, the value of the +CMAKE_TLS_VERSION variable or CMAKE_TLS_VERSION +environment variable will be used instead. +See CMAKE_TLS_VERSION for allowed values.

+
+

Changed in version 3.31: The default is TLS 1.2. +Previously, no minimum version was enforced by default.

+
+
+
TLS_VERIFY <ON|OFF>

Specify whether to verify the server certificate for https:// URLs. +If this option is not specified, the value of the +CMAKE_TLS_VERIFY variable or CMAKE_TLS_VERIFY +environment variable will be used instead. +If neither is set, the default is on.

+
+

Changed in version 3.31: The default is on. Previously, the default was off. +Users may set the CMAKE_TLS_VERIFY environment +variable to 0 to restore the old default.

+
+
+

Added in version 3.18: Added support to file(UPLOAD).

+
+
+
TLS_CAINFO <file>

Specify a custom Certificate Authority file for https:// URLs. +If this option is not specified, the value of the +CMAKE_TLS_CAINFO variable will be used instead.

+
+

Added in version 3.18: Added support to file(UPLOAD).

+
+
+
+
+

For https:// URLs CMake must be built with SSL/TLS support.

+

Additional options to DOWNLOAD are:

+
+
+
EXPECTED_HASH <algorithm>=<value>

Verify that the downloaded content hash matches the expected value, where +<algorithm> is one of the algorithms supported by <HASH>. +If the file already exists and matches the hash, the download is skipped. +If the file already exists and does not match the hash, the file is +downloaded again. If after download the file does not match the hash, the +operation fails with an error. It is an error to specify this option if +DOWNLOAD is not given a <file>.

+
+
EXPECTED_MD5 <value>

Historical short-hand for EXPECTED_HASH MD5=<value>. It is an error +to specify this if DOWNLOAD is not given a <file>.

+
+
RANGE_START <value>
+

Added in version 3.24.

+
+

Offset of the start of the range in file in bytes. Could be omitted to +download up to the specified RANGE_END.

+
+
RANGE_END <value>
+

Added in version 3.24.

+
+

Offset of the end of the range in file in bytes. Could be omitted to +download everything from the specified RANGE_START to the end of +file.

+
+
+
+
+ +
+
+

Locking

+
+
+file(LOCK <path> [DIRECTORY] [RELEASE] [GUARD <FUNCTION|FILE|PROCESS>] [RESULT_VARIABLE <variable>] [TIMEOUT <seconds>])
+
+

Added in version 3.2.

+
+

Lock a file specified by <path> if no DIRECTORY option present and +file <path>/cmake.lock otherwise. The file will be locked for the scope +defined by the GUARD option (default value is PROCESS). The +RELEASE option can be used to unlock the file explicitly. If the +TIMEOUT option is not specified, CMake will wait until the lock succeeds +or until a fatal error occurs. If TIMEOUT is set to 0, locking will +be tried once and the result will be reported immediately. If TIMEOUT +is not 0, CMake will try to lock the file for the period specified by +the TIMEOUT <seconds> value. Any errors will be interpreted as fatal if +there is no RESULT_VARIABLE option. Otherwise, the result will be stored +in <variable> and will be 0 on success or an error message on +failure.

+

Note that lock is advisory; there is no guarantee that other processes will +respect this lock, i.e. lock synchronize two or more CMake instances sharing +some modifiable resources. Similar logic applies to the DIRECTORY option; +locking a parent directory doesn't prevent other LOCK commands from +locking any child directory or file.

+

Trying to lock the same file twice is not allowed. Any intermediate +directories and the file itself will be created if they not exist. The +GUARD and TIMEOUT options are ignored on the RELEASE operation.

+
+ +
+
+

Archiving

+
+
+file(ARCHIVE_CREATE OUTPUT <archive> PATHS <paths>... [FORMAT <format>] [COMPRESSION <compression> [COMPRESSION_LEVEL <compression-level>]] [MTIME <mtime>] [WORKING_DIRECTORY <dir>] [VERBOSE])
+
+

Added in version 3.18.

+
+

Creates the specified <archive> file with the files and directories +listed in <paths>. Note that <paths> must list actual files or +directories; wildcards are not supported.

+

The options are:

+
+
FORMAT <format>

Specify the archive format. Supported values for <format> are +7zip, gnutar, pax, paxr, raw and zip. +If FORMAT is not given, the default format is paxr.

+
+
COMPRESSION <compression>

Some archive formats allow the type of compression to be specified. +The 7zip and zip archive formats already imply a specific type of +compression. The other formats use no compression by default, but can be +directed to do so with the COMPRESSION option. Valid values for +<compression> are None, BZip2, GZip, XZ, and Zstd.

+
+

Note

+

With FORMAT set to raw, only one file will be compressed +with the compression type specified by COMPRESSION.

+
+
+
COMPRESSION_LEVEL <compression-level>
+

Added in version 3.19.

+
+

The compression level can be specified with the COMPRESSION_LEVEL +option. The <compression-level> should be between 0-9, with the +default being 0. The COMPRESSION option must be present when +COMPRESSION_LEVEL is given.

+
+

Added in version 3.26: The <compression-level> of the Zstd algorithm can be set +between 0-19.

+
+
+
MTIME <mtime>

Specify the modification time recorded in tarball entries.

+
+
WORKING_DIRECTORY <dir>
+

Added in version 3.31.

+
+

Specify the directory in which the archive creation operation will +be executed. Paths in the <paths> argument can be relative to +this directory. If this option is not provided, the current working +directory will be used by default.

+
+
VERBOSE

Enable verbose output from the archive operation.

+
+
+
+ +
+
+file(ARCHIVE_EXTRACT INPUT <archive> [DESTINATION <dir>] [PATTERNS <pattern>...] [LIST_ONLY] [VERBOSE] [TOUCH])
+
+

Added in version 3.18.

+
+

Extracts or lists the content of the specified <archive>.

+

The options are:

+
+
DESTINATION <dir>

Specify the directory under which the content of the archive will be +extracted. If the directory does not exist, it will be created. +If DESTINATION is not given, the current binary directory will +be used.

+
+
PATTERNS <pattern>...

Extract/list only files and directories that match one of the given +patterns. Wildcards are supported. If the PATTERNS option is +not given, the entire archive will be listed or extracted.

+
+
LIST_ONLY

List the files in the archive rather than extract them.

+
+
TOUCH
+

Added in version 3.24.

+
+

Give extracted files a current local timestamp instead of extracting +file timestamps from the archive.

+
+
VERBOSE

Enable verbose output from the extraction operation.

+
+
+
+

Note

+

The working directory for this subcommand is the DESTINATION directory +(provided or computed) except when LIST_ONLY is specified. Therefore, +outside of script mode, it may be best to provide absolute paths to +INPUT archives as they are unlikely to be extracted where a relative +path works.

+
+
+ +
+
+

Handling Runtime Binaries

+
+
+file(GET_RUNTIME_DEPENDENCIES [...])
+
+

Added in version 3.16.

+
+

Recursively get the list of libraries depended on by the given files:

+
file(GET_RUNTIME_DEPENDENCIES
+  [RESOLVED_DEPENDENCIES_VAR <deps_var>]
+  [UNRESOLVED_DEPENDENCIES_VAR <unresolved_deps_var>]
+  [CONFLICTING_DEPENDENCIES_PREFIX <conflicting_deps_prefix>]
+  [EXECUTABLES <executable_files>...]
+  [LIBRARIES <library_files>...]
+  [MODULES <module_files>...]
+  [DIRECTORIES <directories>...]
+  [BUNDLE_EXECUTABLE <bundle_executable_file>]
+  [PRE_INCLUDE_REGEXES <regexes>...]
+  [PRE_EXCLUDE_REGEXES <regexes>...]
+  [POST_INCLUDE_REGEXES <regexes>...]
+  [POST_EXCLUDE_REGEXES <regexes>...]
+  [POST_INCLUDE_FILES <files>...]
+  [POST_EXCLUDE_FILES <files>...]
+  )
+
+
+

Please note that this sub-command is not intended to be used in project mode. +It is intended for use at install time, either from code generated by the +install(RUNTIME_DEPENDENCY_SET) command, or from code provided by +the project via install(CODE) or install(SCRIPT). +For example:

+
install(CODE [[
+  file(GET_RUNTIME_DEPENDENCIES
+    # ...
+    )
+  ]])
+
+
+

The arguments are as follows:

+
+
+
RESOLVED_DEPENDENCIES_VAR <deps_var>

Name of the variable in which to store the list of resolved dependencies.

+
+
UNRESOLVED_DEPENDENCIES_VAR <unresolved_deps_var>

Name of the variable in which to store the list of unresolved +dependencies. If this variable is not specified, and there are any +unresolved dependencies, an error is issued.

+
+
CONFLICTING_DEPENDENCIES_PREFIX <conflicting_deps_prefix>

Variable prefix in which to store conflicting dependency information. +Dependencies are conflicting if two files with the same name are found in +two different directories. The list of filenames that conflict are stored +in <conflicting_deps_prefix>_FILENAMES. For each filename, the list +of paths that were found for that filename are stored in +<conflicting_deps_prefix>_<filename>.

+
+
EXECUTABLES <executable_files>...

List of executable files to read for dependencies. These are executables +that are typically created with add_executable(), but they do +not have to be created by CMake. On Apple platforms, the paths to these +files determine the value of @executable_path when recursively +resolving the libraries. Specifying any kind of library (STATIC, +MODULE, or SHARED) here will result in undefined behavior.

+
+
LIBRARIES <library_files>...

List of library files to read for dependencies. These are libraries that +are typically created with add_library(SHARED), but they do +not have to be created by CMake. Specifying STATIC libraries, +MODULE libraries, or executables here will result in undefined +behavior.

+
+
MODULES <module_files>...

List of loadable module files to read for dependencies. These are modules +that are typically created with add_library(MODULE), but they +do not have to be created by CMake. They are typically used by calling +dlopen() at runtime rather than linked at link time with ld -l. +Specifying STATIC libraries, SHARED libraries, or executables +here will result in undefined behavior.

+
+
DIRECTORIES <directories>...

List of additional directories to search for dependencies. On Linux +platforms, these directories are searched if the dependency is not found +in any of the other usual paths. If it is found in such a directory, a +warning is issued, because it means that the file is incomplete (it does +not list all of the directories that contain its dependencies). +On Windows platforms, these directories are searched if the dependency +is not found in any of the other search paths, but no warning is issued, +because searching other paths is a normal part of Windows dependency +resolution. On Apple platforms, this argument has no effect.

+
+
BUNDLE_EXECUTABLE <bundle_executable_file>

Executable to treat as the "bundle executable" when resolving libraries. +On Apple platforms, this argument determines the value of +@executable_path when recursively resolving libraries for +LIBRARIES and MODULES files. It has no effect on EXECUTABLES +files. On other platforms, it has no effect. This is typically (but not +always) one of the executables in the EXECUTABLES argument which +designates the "main" executable of the package.

+
+
+
+

The following arguments specify filters for including or excluding libraries +to be resolved. See below for a full description of how they work.

+
+
+
PRE_INCLUDE_REGEXES <regexes>...

List of pre-include regexes through which to filter the names of +not-yet-resolved dependencies.

+
+
PRE_EXCLUDE_REGEXES <regexes>...

List of pre-exclude regexes through which to filter the names of +not-yet-resolved dependencies.

+
+
POST_INCLUDE_REGEXES <regexes>...

List of post-include regexes through which to filter the names of +resolved dependencies.

+
+
POST_EXCLUDE_REGEXES <regexes>...

List of post-exclude regexes through which to filter the names of +resolved dependencies.

+
+
POST_INCLUDE_FILES <files>...
+

Added in version 3.21.

+
+

List of post-include filenames through which to filter the names of +resolved dependencies. Symlinks are resolved when attempting to match +these filenames.

+
+
POST_EXCLUDE_FILES <files>...
+

Added in version 3.21.

+
+

List of post-exclude filenames through which to filter the names of +resolved dependencies. Symlinks are resolved when attempting to match +these filenames.

+
+
+
+

These arguments can be used to exclude unwanted system libraries when +resolving the dependencies, or to include libraries from a specific +directory. The filtering works as follows:

+
    +
  1. If the not-yet-resolved dependency matches any of the +PRE_INCLUDE_REGEXES, steps 2 and 3 are skipped, and the dependency +resolution proceeds to step 4.

  2. +
  3. If the not-yet-resolved dependency matches any of the +PRE_EXCLUDE_REGEXES, dependency resolution stops for that dependency.

  4. +
  5. Otherwise, dependency resolution proceeds.

  6. +
  7. file(GET_RUNTIME_DEPENDENCIES) searches for the dependency according +to the linking rules of the platform (see below).

  8. +
  9. If the dependency is found, and its full path matches one of the +POST_INCLUDE_REGEXES or POST_INCLUDE_FILES, the full path is added +to the resolved dependencies, and file(GET_RUNTIME_DEPENDENCIES) +recursively resolves that library's own dependencies. Otherwise, resolution +proceeds to step 6.

  10. +
  11. If the dependency is found, but its full path matches one of the +POST_EXCLUDE_REGEXES or POST_EXCLUDE_FILES, it is not added to the +resolved dependencies, and dependency resolution stops for that dependency.

  12. +
  13. If the dependency is found, and its full path does not match either +POST_INCLUDE_REGEXES, POST_INCLUDE_FILES, POST_EXCLUDE_REGEXES, +or POST_EXCLUDE_FILES, the full path is added to the resolved +dependencies, and file(GET_RUNTIME_DEPENDENCIES) recursively resolves +that library's own dependencies.

  14. +
+

Different platforms have different rules for how dependencies are resolved. +These specifics are described here.

+

On Linux platforms, library resolution works as follows:

+
    +
  1. If the depending file does not have any RUNPATH entries, and the +library exists in one of the depending file's RPATH entries, or its +parents', in that order, the dependency is resolved to that file.

  2. +
  3. Otherwise, if the depending file has any RUNPATH entries, and the +library exists in one of those entries, the dependency is resolved to that +file.

  4. +
  5. Otherwise, if the library exists in one of the directories listed by +ldconfig, the dependency is resolved to that file.

  6. +
  7. Otherwise, if the library exists in one of the DIRECTORIES entries, +the dependency is resolved to that file. In this case, a warning is +issued, because finding a file in one of the DIRECTORIES means that +the depending file is not complete (it does not list all the directories +from which it pulls dependencies).

  8. +
  9. Otherwise, the dependency is unresolved.

  10. +
+
+

Changed in version 3.31: Resolution of each encountered library file name occurs at most once +while processing a given root ELF file (executable or shared object). +If a library file name is encountered again in the dependency tree, +the original resolution is assumed. This behavior more closely matches +the dynamic loader's behavior on Linux.

+
+

On Windows platforms, library resolution works as follows:

+
    +
  1. DLL dependency names are converted to lowercase for matching filters. +Windows DLL names are case-insensitive, and some linkers mangle the +case of the DLL dependency names. However, this makes it more difficult +for PRE_INCLUDE_REGEXES, PRE_EXCLUDE_REGEXES, +POST_INCLUDE_REGEXES, and POST_EXCLUDE_REGEXES to properly +filter DLL names - every regex would have to check for both uppercase +and lowercase letters. For example:

    +
    file(GET_RUNTIME_DEPENDENCIES
    +  # ...
    +  PRE_INCLUDE_REGEXES "^[Mm][Yy][Ll][Ii][Bb][Rr][Aa][Rr][Yy]\\.[Dd][Ll][Ll]$"
    +  )
    +
    +
    +

    Converting the DLL name to lowercase allows the regexes to only match +lowercase names, thus simplifying the regex. For example:

    +
    file(GET_RUNTIME_DEPENDENCIES
    +  # ...
    +  PRE_INCLUDE_REGEXES "^mylibrary\\.dll$"
    +  )
    +
    +
    +

    This regex will match mylibrary.dll regardless of how it is cased, +either on disk or in the depending file. (For example, it will match +mylibrary.dll, MyLibrary.dll, and MYLIBRARY.DLL.)

    +
    +

    Changed in version 3.27: The conversion to lowercase only applies while matching filters. +Results reported after filtering case-preserve each DLL name as it is +found on disk, if resolved, and otherwise as it is referenced by the +dependent binary.

    +

    Prior to CMake 3.27, the results were reported with lowercase DLL +file names, but the directory portion retained its casing.

    +
    +
  2. +
  3. (Not yet implemented) If the depending file is a Windows Store app, +and the dependency is listed as a dependency in the application's package +manifest, the dependency is resolved to that file.

  4. +
  5. Otherwise, if the library exists in the same directory as the depending +file, the dependency is resolved to that file.

  6. +
  7. Otherwise, if the library exists in either the operating system's +system32 directory or the Windows directory, in that order, the +dependency is resolved to that file.

  8. +
  9. Otherwise, if the library exists in one of the directories specified by +DIRECTORIES, in the order they are listed, the dependency is resolved +to that file. In this case, a warning is not issued, because searching +other directories is a normal part of Windows library resolution.

  10. +
  11. Otherwise, the dependency is unresolved.

  12. +
+

On Apple platforms, library resolution works as follows:

+
    +
  1. If the dependency starts with @executable_path/, and an +EXECUTABLES argument is in the process of being resolved, and +replacing @executable_path/ with the directory of the executable +yields an existing file, the dependency is resolved to that file.

  2. +
  3. Otherwise, if the dependency starts with @executable_path/, and there +is a BUNDLE_EXECUTABLE argument, and replacing @executable_path/ +with the directory of the bundle executable yields an existing file, the +dependency is resolved to that file.

  4. +
  5. Otherwise, if the dependency starts with @loader_path/, and replacing +@loader_path/ with the directory of the depending file yields an +existing file, the dependency is resolved to that file.

  6. +
  7. Otherwise, if the dependency starts with @rpath/, and replacing +@rpath/ with one of the RPATH entries of the depending file +yields an existing file, the dependency is resolved to that file. +Note that RPATH entries that start with @executable_path/ or +@loader_path/ also have these items replaced with the appropriate +path.

  8. +
  9. Otherwise, if the dependency is an absolute file that exists, +the dependency is resolved to that file.

  10. +
  11. Otherwise, the dependency is unresolved.

  12. +
+

This function accepts several variables that determine which tool is used for +dependency resolution:

+
+
+CMAKE_GET_RUNTIME_DEPENDENCIES_PLATFORM
+

Determines which operating system and executable format the files are built +for. This could be one of several values:

+
    +
  • linux+elf

  • +
  • windows+pe

  • +
  • macos+macho

  • +
+

If this variable is not specified, it is determined automatically by system +introspection.

+
+ +
+
+CMAKE_GET_RUNTIME_DEPENDENCIES_TOOL
+

Determines the tool to use for dependency resolution. It could be one of +several values, depending on the value of +CMAKE_GET_RUNTIME_DEPENDENCIES_PLATFORM:

+ + + + + + + + + + + + + + + + + +

CMAKE_GET_RUNTIME_DEPENDENCIES_PLATFORM

CMAKE_GET_RUNTIME_DEPENDENCIES_TOOL

linux+elf

objdump

windows+pe

objdump or dumpbin

macos+macho

otool

+

If this variable is not specified, it is determined automatically by system +introspection.

+
+ +
+
+CMAKE_GET_RUNTIME_DEPENDENCIES_COMMAND
+

Determines the path to the tool to use for dependency resolution. This is +the actual path to objdump, dumpbin, or otool.

+

If this variable is not specified, it is determined by the value of +CMAKE_OBJDUMP if set, else by system introspection.

+
+

Added in version 3.18: Use CMAKE_OBJDUMP if set.

+
+
+ +
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/find_file.html b/cmake/doc/cmake/html/command/find_file.html new file mode 100644 index 0000000000000000000000000000000000000000..0fd43625bac13de5069d02bac967e5bc1f976b5f --- /dev/null +++ b/cmake/doc/cmake/html/command/find_file.html @@ -0,0 +1,430 @@ + + + + + + + + find_file — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

find_file

+

A short-hand signature is:

+
find_file (<VAR> name1 [path1 path2 ...])
+

The general signature is:

+
find_file (
+          <VAR>
+          name | NAMES name1 [name2 ...]
+          [HINTS [path | ENV var]... ]
+          [PATHS [path | ENV var]... ]
+          [REGISTRY_VIEW (64|32|64_32|32_64|HOST|TARGET|BOTH)]
+          [PATH_SUFFIXES suffix1 [suffix2 ...]]
+          [VALIDATOR function]
+          [DOC "cache documentation string"]
+          [NO_CACHE]
+          [REQUIRED]
+          [NO_DEFAULT_PATH]
+          [NO_PACKAGE_ROOT_PATH]
+          [NO_CMAKE_PATH]
+          [NO_CMAKE_ENVIRONMENT_PATH]
+          [NO_SYSTEM_ENVIRONMENT_PATH]
+          [NO_CMAKE_SYSTEM_PATH]
+          [NO_CMAKE_INSTALL_PREFIX]
+          [CMAKE_FIND_ROOT_PATH_BOTH |
+           ONLY_CMAKE_FIND_ROOT_PATH |
+           NO_CMAKE_FIND_ROOT_PATH]
+         )
+

This command is used to find a full path to named file. +A cache entry, or a normal variable if NO_CACHE is specified, +named by <VAR> is created to store the result of this command. +If the full path to a file is found the result is stored in the variable +and the search will not be repeated unless the variable is cleared. +If nothing is found, the result will be <VAR>-NOTFOUND.

+

Options include:

+
+
NAMES

Specify one or more possible names for the full path to a file.

+

When using this to specify names with and without a version +suffix, we recommend specifying the unversioned name first +so that locally-built packages can be found before those +provided by distributions.

+
+
HINTS, PATHS

Specify directories to search in addition to the default locations. +The ENV var sub-option reads paths from a system environment +variable.

+
+

Changed in version 3.24: On Windows platform, it is possible to include registry queries as part +of the directories, using a dedicated syntax. +Such specifications will be ignored on all other platforms.

+
+
+
REGISTRY_VIEW
+

Added in version 3.24.

+
+

Specify which registry views must be queried. This option is only meaningful +on Windows platforms and will be ignored on other ones. When not +specified, the TARGET view is used when the +CMP0134 policy is NEW. Refer to CMP0134 for the +default view when the policy is OLD.

+
+
64

Query the 64-bit registry. On 32-bit Windows, it always returns the string +/REGISTRY-NOTFOUND.

+
+
32

Query the 32-bit registry.

+
+
64_32

Query both views (64 and 32) and generate a path for each.

+
+
32_64

Query both views (32 and 64) and generate a path for each.

+
+
HOST

Query the registry matching the architecture of the host: 64 on 64-bit +Windows and 32 on 32-bit Windows.

+
+
TARGET

Query the registry matching the architecture specified by the +CMAKE_SIZEOF_VOID_P variable. If not defined, fall back to +HOST view.

+
+
BOTH

Query both views (32 and 64). The order depends on the following +rules: If the CMAKE_SIZEOF_VOID_P variable is defined, use the +following view depending on the content of this variable:

+
    +
  • 8: 64_32

  • +
  • 4: 32_64

  • +
+

If the CMAKE_SIZEOF_VOID_P variable is not defined, rely on the +architecture of the host:

+
    +
  • 64-bit: 64_32

  • +
  • 32-bit: 32

  • +
+
+
+
+
PATH_SUFFIXES

Specify additional subdirectories to check below each directory +location otherwise considered.

+
+
VALIDATOR
+

Added in version 3.25.

+
+

Specify a function() to be called for each candidate item found +(a macro() cannot be provided, that will result in an error). +Two arguments will be passed to the validator function: the name of a +result variable, and the absolute path to the candidate item. The item +will be accepted and the search will end unless the function sets the +value in the result variable to false in the calling scope. The result +variable will hold a true value when the validator function is entered.

+
function(my_check validator_result_var item)
+  if(NOT item MATCHES ...)
+    set(${validator_result_var} FALSE PARENT_SCOPE)
+  endif()
+endfunction()
+
+find_file (result NAMES ... VALIDATOR my_check)
+

Note that if a cached result is used, the search is skipped and any +VALIDATOR is ignored. The cached result is not required to pass the +validation function.

+
+
DOC

Specify the documentation string for the <VAR> cache entry.

+
+
NO_CACHE
+

Added in version 3.21.

+
+

The result of the search will be stored in a normal variable rather than +a cache entry.

+
+

Note

+

If the variable is already set before the call (as a normal or cache +variable) then the search will not occur.

+
+
+

Warning

+

This option should be used with caution because it can greatly increase +the cost of repeated configure steps.

+
+
+
REQUIRED
+

Added in version 3.18.

+
+

Stop processing with an error message if nothing is found, otherwise +the search will be attempted again the next time find_file is invoked +with the same variable.

+
+
+

If NO_DEFAULT_PATH is specified, then no additional paths are +added to the search. +If NO_DEFAULT_PATH is not specified, the search process is as follows:

+
    +
  1. If called from within a find module or any other script loaded by a call to +find_package(<PackageName>), search prefixes unique to the +current package being found. See policy CMP0074.

    +
    +

    Added in version 3.12.

    +
    +

    Specifically, search paths specified by the following variables, in order:

    +
      +
    1. <PackageName>_ROOT CMake variable, +where <PackageName> is the case-preserved package name.

    2. +
    3. <PACKAGENAME>_ROOT CMake variable, +where <PACKAGENAME> is the upper-cased package name. +See policy CMP0144.

      +
      +

      Added in version 3.27.

      +
      +
    4. +
    5. <PackageName>_ROOT environment variable, +where <PackageName> is the case-preserved package name.

    6. +
    7. <PACKAGENAME>_ROOT environment variable, +where <PACKAGENAME> is the upper-cased package name. +See policy CMP0144.

      +
      +

      Added in version 3.27.

      +
      +
    8. +
    +

    The package root variables are maintained as a stack, so if called from +nested find modules or config packages, root paths from the parent's find +module or config package will be searched after paths from the current +module or package. In other words, the search order would be +<CurrentPackage>_ROOT, ENV{<CurrentPackage>_ROOT}, +<ParentPackage>_ROOT, ENV{<ParentPackage>_ROOT}, etc. +This can be skipped if NO_PACKAGE_ROOT_PATH is passed or by setting +the CMAKE_FIND_USE_PACKAGE_ROOT_PATH to FALSE.

    + +
  2. +
  3. Search paths specified in cmake-specific cache variables. +These are intended to be used on the command line with a -DVAR=value. +The values are interpreted as semicolon-separated lists. +This can be skipped if NO_CMAKE_PATH is passed or by setting the +CMAKE_FIND_USE_CMAKE_PATH to FALSE.

    + +
  4. +
  5. Search paths specified in cmake-specific environment variables. +These are intended to be set in the user's shell configuration, +and therefore use the host's native path separator +(; on Windows and : on UNIX). +This can be skipped if NO_CMAKE_ENVIRONMENT_PATH is passed or +by setting the CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH to FALSE.

    + +
  6. +
  7. Search the paths specified by the HINTS option. +These should be paths computed by system introspection, such as a +hint provided by the location of another item already found. +Hard-coded guesses should be specified with the PATHS option.

  8. +
  9. Search the standard system environment variables. +This can be skipped if NO_SYSTEM_ENVIRONMENT_PATH is passed or by +setting the CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH to FALSE.

    +
      +
    • The directories in INCLUDE +and PATH.

    • +
    +

    On Windows hosts, CMake 3.3 through 3.27 searched additional paths: +<prefix>/include/<arch> if CMAKE_LIBRARY_ARCHITECTURE +is set, and <prefix>/include for each <prefix>/[s]bin in PATH, and +<entry>/include for other entries in PATH. +This behavior was removed by CMake 3.28.

    +
  10. +
  11. Search cmake variables defined in the Platform files +for the current system. The searching of CMAKE_INSTALL_PREFIX and +CMAKE_STAGING_PREFIX can be +skipped if NO_CMAKE_INSTALL_PREFIX is passed or by setting the +CMAKE_FIND_USE_INSTALL_PREFIX to FALSE. All these locations +can be skipped if NO_CMAKE_SYSTEM_PATH is passed or by setting the +CMAKE_FIND_USE_CMAKE_SYSTEM_PATH to FALSE.

    + +

    The platform paths that these variables contain are locations that +typically include installed software. An example being /usr/local for +UNIX based platforms.

    +
  12. +
  13. Search the paths specified by the PATHS option +or in the short-hand version of the command. +These are typically hard-coded guesses.

  14. +
+

The CMAKE_IGNORE_PATH, CMAKE_IGNORE_PREFIX_PATH, +CMAKE_SYSTEM_IGNORE_PATH and +CMAKE_SYSTEM_IGNORE_PREFIX_PATH variables can also cause some +of the above locations to be ignored.

+
+

Added in version 3.16: Added CMAKE_FIND_USE_<CATEGORY>_PATH variables to globally disable +various search locations.

+
+

On macOS the CMAKE_FIND_FRAMEWORK and +CMAKE_FIND_APPBUNDLE variables determine the order of +preference between Apple-style and unix-style package components.

+

The CMake variable CMAKE_FIND_ROOT_PATH specifies one or more +directories to be prepended to all other search directories. This +effectively "re-roots" the entire search under given locations. +Paths which are descendants of the CMAKE_STAGING_PREFIX are excluded +from this re-rooting, because that variable is always a path on the host system. +By default the CMAKE_FIND_ROOT_PATH is empty.

+

The CMAKE_SYSROOT variable can also be used to specify exactly one +directory to use as a prefix. Setting CMAKE_SYSROOT also has other +effects. See the documentation for that variable for more.

+

These variables are especially useful when cross-compiling to +point to the root directory of the target environment and CMake will +search there too. By default at first the directories listed in +CMAKE_FIND_ROOT_PATH are searched, then the CMAKE_SYSROOT +directory is searched, and then the non-rooted directories will be +searched. The default behavior can be adjusted by setting +CMAKE_FIND_ROOT_PATH_MODE_INCLUDE. This behavior can be manually +overridden on a per-call basis using options:

+
+
CMAKE_FIND_ROOT_PATH_BOTH

Search in the order described above.

+
+
NO_CMAKE_FIND_ROOT_PATH

Do not use the CMAKE_FIND_ROOT_PATH variable.

+
+
ONLY_CMAKE_FIND_ROOT_PATH

Search only the re-rooted directories and directories below +CMAKE_STAGING_PREFIX.

+
+
+

The default search order is designed to be most-specific to +least-specific for common use cases. +Projects may override the order by simply calling the command +multiple times and using the NO_* options:

+
find_file (<VAR> NAMES name PATHS paths... NO_DEFAULT_PATH)
+find_file (<VAR> NAMES name)
+

Once one of the calls succeeds the result variable will be set +and stored in the cache so that no call will search again.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/find_library.html b/cmake/doc/cmake/html/command/find_library.html new file mode 100644 index 0000000000000000000000000000000000000000..71bbe058872dd45f17bc1bae684f937fa9c9b881 --- /dev/null +++ b/cmake/doc/cmake/html/command/find_library.html @@ -0,0 +1,471 @@ + + + + + + + + find_library — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

find_library

+

A short-hand signature is:

+
find_library (<VAR> name1 [path1 path2 ...])
+

The general signature is:

+
find_library (
+          <VAR>
+          name | NAMES name1 [name2 ...] [NAMES_PER_DIR]
+          [HINTS [path | ENV var]... ]
+          [PATHS [path | ENV var]... ]
+          [REGISTRY_VIEW (64|32|64_32|32_64|HOST|TARGET|BOTH)]
+          [PATH_SUFFIXES suffix1 [suffix2 ...]]
+          [VALIDATOR function]
+          [DOC "cache documentation string"]
+          [NO_CACHE]
+          [REQUIRED]
+          [NO_DEFAULT_PATH]
+          [NO_PACKAGE_ROOT_PATH]
+          [NO_CMAKE_PATH]
+          [NO_CMAKE_ENVIRONMENT_PATH]
+          [NO_SYSTEM_ENVIRONMENT_PATH]
+          [NO_CMAKE_SYSTEM_PATH]
+          [NO_CMAKE_INSTALL_PREFIX]
+          [CMAKE_FIND_ROOT_PATH_BOTH |
+           ONLY_CMAKE_FIND_ROOT_PATH |
+           NO_CMAKE_FIND_ROOT_PATH]
+         )
+

This command is used to find a library. +A cache entry, or a normal variable if NO_CACHE is specified, +named by <VAR> is created to store the result of this command. +If the library is found the result is stored in the variable +and the search will not be repeated unless the variable is cleared. +If nothing is found, the result will be <VAR>-NOTFOUND.

+

Options include:

+
+
NAMES

Specify one or more possible names for the library.

+

When using this to specify names with and without a version +suffix, we recommend specifying the unversioned name first +so that locally-built packages can be found before those +provided by distributions.

+
+
HINTS, PATHS

Specify directories to search in addition to the default locations. +The ENV var sub-option reads paths from a system environment +variable.

+
+

Changed in version 3.24: On Windows platform, it is possible to include registry queries as part +of the directories, using a dedicated syntax. +Such specifications will be ignored on all other platforms.

+
+
+
REGISTRY_VIEW
+

Added in version 3.24.

+
+

Specify which registry views must be queried. This option is only meaningful +on Windows platforms and will be ignored on other ones. When not +specified, the TARGET view is used when the +CMP0134 policy is NEW. Refer to CMP0134 for the +default view when the policy is OLD.

+
+
64

Query the 64-bit registry. On 32-bit Windows, it always returns the string +/REGISTRY-NOTFOUND.

+
+
32

Query the 32-bit registry.

+
+
64_32

Query both views (64 and 32) and generate a path for each.

+
+
32_64

Query both views (32 and 64) and generate a path for each.

+
+
HOST

Query the registry matching the architecture of the host: 64 on 64-bit +Windows and 32 on 32-bit Windows.

+
+
TARGET

Query the registry matching the architecture specified by the +CMAKE_SIZEOF_VOID_P variable. If not defined, fall back to +HOST view.

+
+
BOTH

Query both views (32 and 64). The order depends on the following +rules: If the CMAKE_SIZEOF_VOID_P variable is defined, use the +following view depending on the content of this variable:

+
    +
  • 8: 64_32

  • +
  • 4: 32_64

  • +
+

If the CMAKE_SIZEOF_VOID_P variable is not defined, rely on the +architecture of the host:

+
    +
  • 64-bit: 64_32

  • +
  • 32-bit: 32

  • +
+
+
+
+
PATH_SUFFIXES

Specify additional subdirectories to check below each directory +location otherwise considered.

+
+
VALIDATOR
+

Added in version 3.25.

+
+

Specify a function() to be called for each candidate item found +(a macro() cannot be provided, that will result in an error). +Two arguments will be passed to the validator function: the name of a +result variable, and the absolute path to the candidate item. The item +will be accepted and the search will end unless the function sets the +value in the result variable to false in the calling scope. The result +variable will hold a true value when the validator function is entered.

+
function(my_check validator_result_var item)
+  if(NOT item MATCHES ...)
+    set(${validator_result_var} FALSE PARENT_SCOPE)
+  endif()
+endfunction()
+
+find_library (result NAMES ... VALIDATOR my_check)
+

Note that if a cached result is used, the search is skipped and any +VALIDATOR is ignored. The cached result is not required to pass the +validation function.

+
+
DOC

Specify the documentation string for the <VAR> cache entry.

+
+
NO_CACHE
+

Added in version 3.21.

+
+

The result of the search will be stored in a normal variable rather than +a cache entry.

+
+

Note

+

If the variable is already set before the call (as a normal or cache +variable) then the search will not occur.

+
+
+

Warning

+

This option should be used with caution because it can greatly increase +the cost of repeated configure steps.

+
+
+
REQUIRED
+

Added in version 3.18.

+
+

Stop processing with an error message if nothing is found, otherwise +the search will be attempted again the next time find_library is invoked +with the same variable.

+
+
+

If NO_DEFAULT_PATH is specified, then no additional paths are +added to the search. +If NO_DEFAULT_PATH is not specified, the search process is as follows:

+
    +
  1. If called from within a find module or any other script loaded by a call to +find_package(<PackageName>), search prefixes unique to the +current package being found. See policy CMP0074.

    +
    +

    Added in version 3.12.

    +
    +

    Specifically, search paths specified by the following variables, in order:

    +
      +
    1. <PackageName>_ROOT CMake variable, +where <PackageName> is the case-preserved package name.

    2. +
    3. <PACKAGENAME>_ROOT CMake variable, +where <PACKAGENAME> is the upper-cased package name. +See policy CMP0144.

      +
      +

      Added in version 3.27.

      +
      +
    4. +
    5. <PackageName>_ROOT environment variable, +where <PackageName> is the case-preserved package name.

    6. +
    7. <PACKAGENAME>_ROOT environment variable, +where <PACKAGENAME> is the upper-cased package name. +See policy CMP0144.

      +
      +

      Added in version 3.27.

      +
      +
    8. +
    +

    The package root variables are maintained as a stack, so if called from +nested find modules or config packages, root paths from the parent's find +module or config package will be searched after paths from the current +module or package. In other words, the search order would be +<CurrentPackage>_ROOT, ENV{<CurrentPackage>_ROOT}, +<ParentPackage>_ROOT, ENV{<ParentPackage>_ROOT}, etc. +This can be skipped if NO_PACKAGE_ROOT_PATH is passed or by setting +the CMAKE_FIND_USE_PACKAGE_ROOT_PATH to FALSE.

    + +
  2. +
  3. Search paths specified in cmake-specific cache variables. +These are intended to be used on the command line with a -DVAR=value. +The values are interpreted as semicolon-separated lists. +This can be skipped if NO_CMAKE_PATH is passed or by setting the +CMAKE_FIND_USE_CMAKE_PATH to FALSE.

    + +
  4. +
  5. Search paths specified in cmake-specific environment variables. +These are intended to be set in the user's shell configuration, +and therefore use the host's native path separator +(; on Windows and : on UNIX). +This can be skipped if NO_CMAKE_ENVIRONMENT_PATH is passed or +by setting the CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH to FALSE.

    + +
  6. +
  7. Search the paths specified by the HINTS option. +These should be paths computed by system introspection, such as a +hint provided by the location of another item already found. +Hard-coded guesses should be specified with the PATHS option.

  8. +
  9. Search the standard system environment variables. +This can be skipped if NO_SYSTEM_ENVIRONMENT_PATH is passed or by +setting the CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH to FALSE.

    +
      +
    • The directories in LIB +and PATH.

    • +
    +

    On Windows hosts, CMake 3.3 through 3.27 searched additional paths: +<prefix>/lib/<arch> if CMAKE_LIBRARY_ARCHITECTURE +is set, and <prefix>/lib for each <prefix>/[s]bin in PATH, and +<entry>/lib for other entries in PATH. +This behavior was removed by CMake 3.28.

    +
  10. +
  11. Search cmake variables defined in the Platform files +for the current system. The searching of CMAKE_INSTALL_PREFIX and +CMAKE_STAGING_PREFIX can be +skipped if NO_CMAKE_INSTALL_PREFIX is passed or by setting the +CMAKE_FIND_USE_INSTALL_PREFIX to FALSE. All these locations +can be skipped if NO_CMAKE_SYSTEM_PATH is passed or by setting the +CMAKE_FIND_USE_CMAKE_SYSTEM_PATH to FALSE.

    + +

    The platform paths that these variables contain are locations that +typically include installed software. An example being /usr/local for +UNIX based platforms.

    +
  12. +
  13. Search the paths specified by the PATHS option +or in the short-hand version of the command. +These are typically hard-coded guesses.

  14. +
+

The CMAKE_IGNORE_PATH, CMAKE_IGNORE_PREFIX_PATH, +CMAKE_SYSTEM_IGNORE_PATH and +CMAKE_SYSTEM_IGNORE_PREFIX_PATH variables can also cause some +of the above locations to be ignored.

+
+

Added in version 3.16: Added CMAKE_FIND_USE_<CATEGORY>_PATH variables to globally disable +various search locations.

+
+

On macOS the CMAKE_FIND_FRAMEWORK and +CMAKE_FIND_APPBUNDLE variables determine the order of +preference between Apple-style and unix-style package components.

+

The CMake variable CMAKE_FIND_ROOT_PATH specifies one or more +directories to be prepended to all other search directories. This +effectively "re-roots" the entire search under given locations. +Paths which are descendants of the CMAKE_STAGING_PREFIX are excluded +from this re-rooting, because that variable is always a path on the host system. +By default the CMAKE_FIND_ROOT_PATH is empty.

+

The CMAKE_SYSROOT variable can also be used to specify exactly one +directory to use as a prefix. Setting CMAKE_SYSROOT also has other +effects. See the documentation for that variable for more.

+

These variables are especially useful when cross-compiling to +point to the root directory of the target environment and CMake will +search there too. By default at first the directories listed in +CMAKE_FIND_ROOT_PATH are searched, then the CMAKE_SYSROOT +directory is searched, and then the non-rooted directories will be +searched. The default behavior can be adjusted by setting +CMAKE_FIND_ROOT_PATH_MODE_LIBRARY. This behavior can be manually +overridden on a per-call basis using options:

+
+
CMAKE_FIND_ROOT_PATH_BOTH

Search in the order described above.

+
+
NO_CMAKE_FIND_ROOT_PATH

Do not use the CMAKE_FIND_ROOT_PATH variable.

+
+
ONLY_CMAKE_FIND_ROOT_PATH

Search only the re-rooted directories and directories below +CMAKE_STAGING_PREFIX.

+
+
+

The default search order is designed to be most-specific to +least-specific for common use cases. +Projects may override the order by simply calling the command +multiple times and using the NO_* options:

+
find_library (<VAR> NAMES name PATHS paths... NO_DEFAULT_PATH)
+find_library (<VAR> NAMES name)
+

Once one of the calls succeeds the result variable will be set +and stored in the cache so that no call will search again.

+

When more than one value is given to the NAMES option this command by +default will consider one name at a time and search every directory +for it. The NAMES_PER_DIR option tells this command to consider one +directory at a time and search for all names in it.

+

Each library name given to the NAMES option is first considered +as a library file name and then considered with platform-specific +prefixes (e.g. lib) and suffixes (e.g. .so). Therefore one +may specify library file names such as libfoo.a directly. +This can be used to locate static libraries on UNIX-like systems.

+

If the library found is a framework, then <VAR> will be set to the full +path to the framework <fullPath>/A.framework. When a full path to a +framework is used as a library, CMake will use a -framework A, and a +-F<fullPath> to link the framework to the target.

+
+

Added in version 3.28: The library found can now be a .xcframework folder.

+
+

If the CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX variable is set all +search paths will be tested as normal, with the suffix appended, and with +all matches of lib/ replaced with +lib${CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX}/. This variable overrides +the FIND_LIBRARY_USE_LIB32_PATHS, +FIND_LIBRARY_USE_LIBX32_PATHS, +and FIND_LIBRARY_USE_LIB64_PATHS global properties.

+

If the FIND_LIBRARY_USE_LIB32_PATHS global property is set +all search paths will be tested as normal, with 32/ appended, and +with all matches of lib/ replaced with lib32/. This property is +automatically set for the platforms that are known to need it if at +least one of the languages supported by the project() command +is enabled.

+

If the FIND_LIBRARY_USE_LIBX32_PATHS global property is set +all search paths will be tested as normal, with x32/ appended, and +with all matches of lib/ replaced with libx32/. This property is +automatically set for the platforms that are known to need it if at +least one of the languages supported by the project() command +is enabled.

+

If the FIND_LIBRARY_USE_LIB64_PATHS global property is set +all search paths will be tested as normal, with 64/ appended, and +with all matches of lib/ replaced with lib64/. This property is +automatically set for the platforms that are known to need it if at +least one of the languages supported by the project() command +is enabled.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/find_package.html b/cmake/doc/cmake/html/command/find_package.html new file mode 100644 index 0000000000000000000000000000000000000000..ba10858cf8390a9b453b1577f2c80dd8f1eb7e6d --- /dev/null +++ b/cmake/doc/cmake/html/command/find_package.html @@ -0,0 +1,984 @@ + + + + + + + + find_package — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

find_package

+ +
+

Note

+

The Using Dependencies Guide provides a high-level +introduction to this general topic. It provides a broader overview of +where the find_package() command fits into the bigger picture, +including its relationship to the FetchContent module. +The guide is recommended pre-reading before moving on to the details below.

+
+

Find a package (usually provided by something external to the project), +and load its package-specific details. Calls to this command can also +be intercepted by dependency providers.

+
+

Typical Usage

+

Most calls to find_package() typically have the following form:

+
find_package(<PackageName> [<version>] [REQUIRED] [COMPONENTS <components>...])
+
+
+

The <PackageName> is the only mandatory argument. The <version> is +often omitted, and REQUIRED should be given if the project cannot be +configured successfully without the package. Some more complicated packages +support components which can be selected with the COMPONENTS keyword, but +most packages don't have that level of complexity.

+

The above is a reduced form of the basic signature. Where possible, +projects should find packages using this form. This reduces complexity and +maximizes the ways in which the package can be found or provided.

+

Understanding the basic signature should be enough for general usage of +find_package(). Project maintainers who intend to provide a config +package should understand the bigger picture, as explained in +Full Signature and all subsequent sections on this page.

+
+
+

Search Modes

+

The command has a few modes by which it searches for packages:

+
+
Module mode

In this mode, CMake searches for a file called Find<PackageName>.cmake, +looking first in the locations listed in the CMAKE_MODULE_PATH, +then among the Find Modules provided by the CMake installation. +If the file is found, it is read and processed by CMake. It is responsible +for finding the package, checking the version, and producing any needed +messages. Some Find modules provide limited or no support for versioning; +check the Find module's documentation.

+

The Find<PackageName>.cmake file is not typically provided by the +package itself. Rather, it is normally provided by something external to +the package, such as the operating system, CMake itself, or even the project +from which the find_package() command was called. Being externally +provided, Find Modules tend to be heuristic in nature and are +susceptible to becoming out-of-date. They typically search for certain +libraries, files and other package artifacts.

+

Module mode is only supported by the +basic command signature.

+
+
Config mode

In this mode, CMake searches for a file called +<lowercasePackageName>-config.cmake or <PackageName>Config.cmake. +It will also look for <lowercasePackageName>-config-version.cmake or +<PackageName>ConfigVersion.cmake if version details were specified +(see Config Mode Version Selection for an explanation of how these separate +version files are used).

+

In config mode, the command can be given a list of names to search for +as package names. The locations where CMake searches for the config and +version files is considerably more complicated than for Module mode +(see Config Mode Search Procedure).

+

The config and version files are typically installed as part of the +package, so they tend to be more reliable than Find modules. They usually +contain direct knowledge of the package contents, so no searching or +heuristics are needed within the config or version files themselves.

+

Config mode is supported by both the basic and +full command signatures.

+
+
FetchContent redirection mode
+

Added in version 3.24: A call to find_package() can be redirected internally to a package +provided by the FetchContent module. To the caller, the behavior +will appear similar to Config mode, except that the search logic is +by-passed and the component information is not used. See +FetchContent_Declare() and FetchContent_MakeAvailable() +for further details.

+
+
+
+

When not redirected to a package provided by FetchContent, the +command arguments determine whether Module or Config mode is used. When the +basic signature is used, the command searches in Module mode first. +If the package is not found, the search falls back to Config mode. +A user may set the CMAKE_FIND_PACKAGE_PREFER_CONFIG variable +to true to reverse the priority and direct CMake to search using Config mode +first before falling back to Module mode. The basic signature can also be +forced to use only Module mode with a MODULE keyword. If the +full signature is used, the command only searches in Config mode.

+
+
+

Basic Signature

+
find_package(<PackageName> [version] [EXACT] [QUIET] [MODULE]
+             [REQUIRED] [[COMPONENTS] [components...]]
+             [OPTIONAL_COMPONENTS components...]
+             [REGISTRY_VIEW  (64|32|64_32|32_64|HOST|TARGET|BOTH)]
+             [GLOBAL]
+             [NO_POLICY_SCOPE]
+             [BYPASS_PROVIDER])
+
+
+

The basic signature is supported by both Module and Config modes. +The MODULE keyword implies that only Module mode can be used to find +the package, with no fallback to Config mode.

+

Regardless of the mode used, a <PackageName>_FOUND variable will be +set to indicate whether the package was found. When the package is found, +package-specific information may be provided through other variables and +Imported Targets documented by the package itself. The +QUIET option disables informational messages, including those indicating +that the package cannot be found if it is not REQUIRED. The REQUIRED +option stops processing with an error message if the package cannot be found.

+

A package-specific list of required components may be listed after the +COMPONENTS keyword. If any of these components are not able to be +satisfied, the package overall is considered to be not found. If the +REQUIRED option is also present, this is treated as a fatal error, +otherwise execution still continues. As a form of shorthand, if the +REQUIRED option is present, the COMPONENTS keyword can be omitted +and the required components can be listed directly after REQUIRED.

+

Additional optional components may be listed after +OPTIONAL_COMPONENTS. If these cannot be satisfied, the package overall +can still be considered found, as long as all required components are +satisfied.

+

The set of available components and their meaning are defined by the +target package. Formally, it is up to the target package how to +interpret the component information given to it, but it should follow +the expectations stated above. For calls where no components are specified, +there is no single expected behavior and target packages should clearly +define what occurs in such cases. Common arrangements include assuming it +should find all components, no components or some well-defined subset of the +available components.

+
+

Added in version 3.24: The REGISTRY_VIEW keyword specifies which registry views should be +queried. This keyword is only meaningful on Windows platforms and will +be ignored on all others. Formally, it is up to the target package how to +interpret the registry view information given to it.

+
+
+

Added in version 3.24: Specifying the GLOBAL keyword will promote all imported targets to +a global scope in the importing project. Alternatively, this functionality +can be enabled by setting the CMAKE_FIND_PACKAGE_TARGETS_GLOBAL +variable.

+
+

The [version] argument requests a version with which the package found +should be compatible. There are two possible forms in which it may be +specified:

+
+
    +
  • A single version with the format major[.minor[.patch[.tweak]]], where +each component is a numeric value.

  • +
  • A version range with the format versionMin...[<]versionMax where +versionMin and versionMax have the same format and constraints +on components being integers as the single version. By default, both end +points are included. By specifying <, the upper end point will be +excluded. Version ranges are only supported with CMake 3.19 or later.

  • +
+
+

The EXACT option requests that the version be matched exactly. This option +is incompatible with the specification of a version range.

+

If no [version] and/or component list is given to a recursive invocation +inside a find-module, the corresponding arguments are forwarded +automatically from the outer call (including the EXACT flag for +[version]). Version support is currently provided only on a +package-by-package basis (see the Version Selection section below). +When a version range is specified but the package is only designed to expect +a single version, the package will ignore the upper end point of the range and +only take the single version at the lower end of the range into account.

+

See the cmake_policy() command documentation for discussion +of the NO_POLICY_SCOPE option.

+
+

Added in version 3.24: The BYPASS_PROVIDER keyword is only allowed when find_package() is +being called by a dependency provider. +It can be used by providers to call the built-in find_package() +implementation directly and prevent that call from being re-routed back to +itself. Future versions of CMake may detect attempts to use this keyword +from places other than a dependency provider and halt with a fatal error.

+
+
+
+

Full Signature

+
find_package(<PackageName> [version] [EXACT] [QUIET]
+             [REQUIRED] [[COMPONENTS] [components...]]
+             [OPTIONAL_COMPONENTS components...]
+             [CONFIG|NO_MODULE]
+             [GLOBAL]
+             [NO_POLICY_SCOPE]
+             [BYPASS_PROVIDER]
+             [NAMES name1 [name2 ...]]
+             [CONFIGS config1 [config2 ...]]
+             [HINTS path1 [path2 ... ]]
+             [PATHS path1 [path2 ... ]]
+             [REGISTRY_VIEW  (64|32|64_32|32_64|HOST|TARGET|BOTH)]
+             [PATH_SUFFIXES suffix1 [suffix2 ...]]
+             [NO_DEFAULT_PATH]
+             [NO_PACKAGE_ROOT_PATH]
+             [NO_CMAKE_PATH]
+             [NO_CMAKE_ENVIRONMENT_PATH]
+             [NO_SYSTEM_ENVIRONMENT_PATH]
+             [NO_CMAKE_PACKAGE_REGISTRY]
+             [NO_CMAKE_BUILDS_PATH] # Deprecated; does nothing.
+             [NO_CMAKE_SYSTEM_PATH]
+             [NO_CMAKE_INSTALL_PREFIX]
+             [NO_CMAKE_SYSTEM_PACKAGE_REGISTRY]
+             [CMAKE_FIND_ROOT_PATH_BOTH |
+              ONLY_CMAKE_FIND_ROOT_PATH |
+              NO_CMAKE_FIND_ROOT_PATH])
+
+
+

The CONFIG option, the synonymous NO_MODULE option, or the use +of options not specified in the basic signature all enforce pure Config +mode. In pure Config mode, the command skips Module mode search and +proceeds at once with Config mode search.

+

Config mode search attempts to locate a configuration file provided by the +package to be found. A cache entry called <PackageName>_DIR is created to +hold the directory containing the file. By default, the command searches for +a package with the name <PackageName>. If the NAMES option is given, +the names following it are used instead of <PackageName>. The names are +also considered when determining whether to redirect the call to a package +provided by FetchContent.

+

The command searches for a file called <PackageName>Config.cmake or +<lowercasePackageName>-config.cmake for each name specified. +A replacement set of possible configuration file names may be given +using the CONFIGS option. The Config Mode Search Procedure is specified below. +Once found, any version constraint is checked, +and if satisfied, the configuration file is read and processed by CMake. +Since the file is provided by the package it already knows the +location of package contents. The full path to the configuration file +is stored in the cmake variable <PackageName>_CONFIG.

+

All configuration files which have been considered by CMake while +searching for the package with an appropriate version are stored in the +<PackageName>_CONSIDERED_CONFIGS variable, and the associated versions +in the <PackageName>_CONSIDERED_VERSIONS variable.

+

If the package configuration file cannot be found CMake will generate +an error describing the problem unless the QUIET argument is +specified. If REQUIRED is specified and the package is not found a +fatal error is generated and the configure step stops executing. If +<PackageName>_DIR has been set to a directory not containing a +configuration file CMake will ignore it and search from scratch.

+

Package maintainers providing CMake package configuration files are +encouraged to name and install them such that the Config Mode Search Procedure +outlined below will find them without requiring use of additional options.

+
+
+

Config Mode Search Procedure

+
+

Note

+

When Config mode is used, this search procedure is applied regardless of +whether the full or basic +signature was given.

+
+
+

Added in version 3.24: All calls to find_package() (even in Module mode) first look for a config +package file in the CMAKE_FIND_PACKAGE_REDIRECTS_DIR directory. +The FetchContent module, or even the project itself, may write files +to that location to redirect find_package() calls to content already +provided by the project. If no config package file is found in that location, +the search proceeds with the logic described below.

+
+

CMake constructs a set of possible installation prefixes for the +package. Under each prefix several directories are searched for a +configuration file. The tables below show the directories searched. +Each entry is meant for installation trees following Windows (W), UNIX +(U), or Apple (A) conventions:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Entry

Convention

<prefix>/

W

<prefix>/(cmake|CMake)/

W

<prefix>/<name>*/

W

<prefix>/<name>*/(cmake|CMake)/

W

<prefix>/<name>*/(cmake|CMake)/<name>*/ [1]

W

<prefix>/(lib/<arch>|lib*|share)/cmake/<name>*/

U

<prefix>/(lib/<arch>|lib*|share)/<name>*/

U

<prefix>/(lib/<arch>|lib*|share)/<name>*/(cmake|CMake)/

U

<prefix>/<name>*/(lib/<arch>|lib*|share)/cmake/<name>*/

W/U

<prefix>/<name>*/(lib/<arch>|lib*|share)/<name>*/

W/U

<prefix>/<name>*/(lib/<arch>|lib*|share)/<name>*/(cmake|CMake)/

W/U

+ +

On systems supporting macOS FRAMEWORK and BUNDLE, the +following directories are searched for Frameworks or Application Bundles +containing a configuration file:

+ + + + + + + + + + + + + + + + + + + + + + + + + + +

Entry

Convention

<prefix>/<name>.framework/Resources/

A

<prefix>/<name>.framework/Resources/CMake/

A

<prefix>/<name>.framework/Versions/*/Resources/

A

<prefix>/<name>.framework/Versions/*/Resources/CMake/

A

<prefix>/<name>.app/Contents/Resources/

A

<prefix>/<name>.app/Contents/Resources/CMake/

A

+

In all cases the <name> is treated as case-insensitive and corresponds +to any of the names specified (<PackageName> or names given by NAMES).

+

If at least one compiled language has been enabled, the architecture-specific +lib/<arch> and lib* directories may be searched based on the compiler's +target architecture, in the following order:

+
+
lib/<arch>

Searched if the CMAKE_LIBRARY_ARCHITECTURE variable is set.

+
+
lib64

Searched on 64 bit platforms (CMAKE_SIZEOF_VOID_P is 8) and the +FIND_LIBRARY_USE_LIB64_PATHS property is set to TRUE.

+
+
lib32

Searched on 32 bit platforms (CMAKE_SIZEOF_VOID_P is 4) and the +FIND_LIBRARY_USE_LIB32_PATHS property is set to TRUE.

+
+
libx32

Searched on platforms using the x32 ABI +if the FIND_LIBRARY_USE_LIBX32_PATHS property is set to TRUE.

+
+
lib

Always searched.

+
+
+
+

Changed in version 3.24: On Windows platform, it is possible to include registry queries as part +of the directories specified through HINTS and PATHS keywords, using +a dedicated syntax. Such specifications +will be ignored on all other platforms.

+
+
+

Added in version 3.24: REGISTRY_VIEW can be specified to manage Windows registry queries +specified as part of PATHS and HINTS.

+

Specify which registry views must be queried. This option is only meaningful +on Windows platforms and will be ignored on other ones. When not +specified, the TARGET view is used when the +CMP0134 policy is NEW. Refer to CMP0134 for the +default view when the policy is OLD.

+
+
64

Query the 64-bit registry. On 32-bit Windows, it always returns the string +/REGISTRY-NOTFOUND.

+
+
32

Query the 32-bit registry.

+
+
64_32

Query both views (64 and 32) and generate a path for each.

+
+
32_64

Query both views (32 and 64) and generate a path for each.

+
+
HOST

Query the registry matching the architecture of the host: 64 on 64-bit +Windows and 32 on 32-bit Windows.

+
+
TARGET

Query the registry matching the architecture specified by the +CMAKE_SIZEOF_VOID_P variable. If not defined, fall back to +HOST view.

+
+
BOTH

Query both views (32 and 64). The order depends on the following +rules: If the CMAKE_SIZEOF_VOID_P variable is defined, use the +following view depending on the content of this variable:

+
    +
  • 8: 64_32

  • +
  • 4: 32_64

  • +
+

If the CMAKE_SIZEOF_VOID_P variable is not defined, rely on the +architecture of the host:

+
    +
  • 64-bit: 64_32

  • +
  • 32-bit: 32

  • +
+
+
+
+

If PATH_SUFFIXES is specified, the suffixes are appended to each +(W) or (U) directory entry one-by-one.

+

This set of directories is intended to work in cooperation with +projects that provide configuration files in their installation trees. +Directories above marked with (W) are intended for installations on +Windows where the prefix may point at the top of an application's +installation directory. Those marked with (U) are intended for +installations on UNIX platforms where the prefix is shared by multiple +packages. This is merely a convention, so all (W) and (U) directories +are still searched on all platforms. Directories marked with (A) are +intended for installations on Apple platforms. The +CMAKE_FIND_FRAMEWORK and CMAKE_FIND_APPBUNDLE +variables determine the order of preference.

+

The set of installation prefixes is constructed using the following +steps. If NO_DEFAULT_PATH is specified all NO_* options are +enabled.

+
    +
  1. Search prefixes unique to the current <PackageName> being found. +See policy CMP0074.

    +
    +

    Added in version 3.12.

    +
    +

    Specifically, search prefixes specified by the following variables, +in order:

    +
      +
    1. <PackageName>_ROOT CMake variable, +where <PackageName> is the case-preserved package name.

    2. +
    3. <PACKAGENAME>_ROOT CMake variable, +where <PACKAGENAME> is the upper-cased package name. +See policy CMP0144.

      +
      +

      Added in version 3.27.

      +
      +
    4. +
    5. <PackageName>_ROOT environment variable, +where <PackageName> is the case-preserved package name.

    6. +
    7. <PACKAGENAME>_ROOT environment variable, +where <PACKAGENAME> is the upper-cased package name. +See policy CMP0144.

      +
      +

      Added in version 3.27.

      +
      +
    8. +
    +

    The package root variables are maintained as a stack so if +called from within a find module, root paths from the parent's find +module will also be searched after paths for the current package. +This can be skipped if NO_PACKAGE_ROOT_PATH is passed or by setting +the CMAKE_FIND_USE_PACKAGE_ROOT_PATH to FALSE.

    +
  2. +
  3. Search paths specified in cmake-specific cache variables. These +are intended to be used on the command line with a -DVAR=VALUE. +The values are interpreted as semicolon-separated lists. +This can be skipped if NO_CMAKE_PATH is passed or by setting the +CMAKE_FIND_USE_CMAKE_PATH to FALSE:

    + +
  4. +
  5. Search paths specified in cmake-specific environment variables. +These are intended to be set in the user's shell configuration, +and therefore use the host's native path separator +(; on Windows and : on UNIX). +This can be skipped if NO_CMAKE_ENVIRONMENT_PATH is passed or by setting +the CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH to FALSE:

    + +
  6. +
  7. Search paths specified by the HINTS option. These should be paths +computed by system introspection, such as a hint provided by the +location of another item already found. Hard-coded guesses should +be specified with the PATHS option.

  8. +
  9. Search the standard system environment variables. This can be +skipped if NO_SYSTEM_ENVIRONMENT_PATH is passed or by setting the +CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH to FALSE. Path entries +ending in /bin or /sbin are automatically converted to their +parent directories:

    +
      +
    • PATH

    • +
    +
  10. +
  11. Search paths stored in the CMake User Package Registry. +This can be skipped if NO_CMAKE_PACKAGE_REGISTRY is passed or by +setting the variable CMAKE_FIND_USE_PACKAGE_REGISTRY +to FALSE or the deprecated variable +CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY to TRUE.

    +

    See the cmake-packages(7) manual for details on the user +package registry.

    +
  12. +
  13. Search cmake variables defined in the Platform files for the +current system. The searching of CMAKE_INSTALL_PREFIX and +CMAKE_STAGING_PREFIX can be +skipped if NO_CMAKE_INSTALL_PREFIX is passed or by setting the +CMAKE_FIND_USE_INSTALL_PREFIX to FALSE. All these locations +can be skipped if NO_CMAKE_SYSTEM_PATH is passed or by setting the +CMAKE_FIND_USE_CMAKE_SYSTEM_PATH to FALSE:

    + +

    The platform paths that these variables contain are locations that +typically include installed software. An example being /usr/local for +UNIX based platforms.

    +
  14. +
  15. Search paths stored in the CMake System Package Registry. +This can be skipped if NO_CMAKE_SYSTEM_PACKAGE_REGISTRY is passed +or by setting the CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY +variable to FALSE or the deprecated variable +CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY to TRUE.

    +

    See the cmake-packages(7) manual for details on the system +package registry.

    +
  16. +
  17. Search paths specified by the PATHS option. These are typically +hard-coded guesses.

  18. +
+

The CMAKE_IGNORE_PATH, CMAKE_IGNORE_PREFIX_PATH, +CMAKE_SYSTEM_IGNORE_PATH and +CMAKE_SYSTEM_IGNORE_PREFIX_PATH variables can also cause some +of the above locations to be ignored.

+

Paths are searched in the order described above. The first viable package +configuration file found is used, even if a newer version of the package +resides later in the list of search paths.

+

For search paths which contain <name>*, the order among matching paths +is unspecified unless the CMAKE_FIND_PACKAGE_SORT_ORDER variable +is set. This variable, along with the +CMAKE_FIND_PACKAGE_SORT_DIRECTION variable, determines the order +in which CMake considers paths that match a single search path containing +<name>*. For example, if the file system contains the package +configuration files

+
<prefix>/example-1.2/example-config.cmake
+<prefix>/example-1.10/example-config.cmake
+<prefix>/share/example-2.0/example-config.cmake
+
+
+

it is unspecified (when the aforementioned variables are unset) whether +find_package(example) will find example-1.2 or example-1.10 +(assuming that both are viable), but find_package will not find +example-2.0, because one of the other two will be found first.

+

To control the order in which find_package searches directories that match +a glob expression, use CMAKE_FIND_PACKAGE_SORT_ORDER and +CMAKE_FIND_PACKAGE_SORT_DIRECTION. +For instance, to cause the above example to select example-1.10, +one can set

+
SET(CMAKE_FIND_PACKAGE_SORT_ORDER NATURAL)
+SET(CMAKE_FIND_PACKAGE_SORT_DIRECTION DEC)
+
+
+

before calling find_package.

+
+

Added in version 3.16: Added the CMAKE_FIND_USE_<CATEGORY> variables to globally disable +various search locations.

+
+

The CMake variable CMAKE_FIND_ROOT_PATH specifies one or more +directories to be prepended to all other search directories. This +effectively "re-roots" the entire search under given locations. +Paths which are descendants of the CMAKE_STAGING_PREFIX are excluded +from this re-rooting, because that variable is always a path on the host system. +By default the CMAKE_FIND_ROOT_PATH is empty.

+

The CMAKE_SYSROOT variable can also be used to specify exactly one +directory to use as a prefix. Setting CMAKE_SYSROOT also has other +effects. See the documentation for that variable for more.

+

These variables are especially useful when cross-compiling to +point to the root directory of the target environment and CMake will +search there too. By default at first the directories listed in +CMAKE_FIND_ROOT_PATH are searched, then the CMAKE_SYSROOT +directory is searched, and then the non-rooted directories will be +searched. The default behavior can be adjusted by setting +CMAKE_FIND_ROOT_PATH_MODE_PACKAGE. This behavior can be manually +overridden on a per-call basis using options:

+
+
CMAKE_FIND_ROOT_PATH_BOTH

Search in the order described above.

+
+
NO_CMAKE_FIND_ROOT_PATH

Do not use the CMAKE_FIND_ROOT_PATH variable.

+
+
ONLY_CMAKE_FIND_ROOT_PATH

Search only the re-rooted directories and directories below +CMAKE_STAGING_PREFIX.

+
+
+

The default search order is designed to be most-specific to +least-specific for common use cases. +Projects may override the order by simply calling the command +multiple times and using the NO_* options:

+
find_package (<PackageName> PATHS paths... NO_DEFAULT_PATH)
+find_package (<PackageName>)
+

Once one of the calls succeeds the result variable will be set +and stored in the cache so that no call will search again.

+

By default the value stored in the result variable will be the path at +which the file is found. The CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS +variable may be set to TRUE before calling find_package in order +to resolve symbolic links and store the real path to the file.

+

Every non-REQUIRED find_package call can be disabled or made REQUIRED:

+ +

Setting both variables to TRUE simultaneously is an error.

+
+
+

Config Mode Version Selection

+
+

Note

+

When Config mode is used, this version selection process is applied +regardless of whether the full or +basic signature was given.

+
+

When the [version] argument is given, Config mode will only find a +version of the package that claims compatibility with the requested +version (see format specification). If the +EXACT option is given, only a version of the package claiming an exact match +of the requested version may be found. CMake does not establish any +convention for the meaning of version numbers. Package version +numbers are checked by "version" files provided by the packages themselves +or by FetchContent. For a candidate package configuration file +<config-file>.cmake the corresponding version file is located next +to it and named either <config-file>-version.cmake or +<config-file>Version.cmake. If no such version file is available +then the configuration file is assumed to not be compatible with any +requested version. A basic version file containing generic version +matching code can be created using the +CMakePackageConfigHelpers module. When a version file +is found it is loaded to check the requested version number. The +version file is loaded in a nested scope in which the following +variables have been defined:

+
+
PACKAGE_FIND_NAME

The <PackageName>

+
+
PACKAGE_FIND_VERSION

Full requested version string

+
+
PACKAGE_FIND_VERSION_MAJOR

Major version if requested, else 0

+
+
PACKAGE_FIND_VERSION_MINOR

Minor version if requested, else 0

+
+
PACKAGE_FIND_VERSION_PATCH

Patch version if requested, else 0

+
+
PACKAGE_FIND_VERSION_TWEAK

Tweak version if requested, else 0

+
+
PACKAGE_FIND_VERSION_COUNT

Number of version components, 0 to 4

+
+
+

When a version range is specified, the above version variables will hold +values based on the lower end of the version range. This is to preserve +compatibility with packages that have not been implemented to expect version +ranges. In addition, the version range will be described by the following +variables:

+
+
PACKAGE_FIND_VERSION_RANGE

Full requested version range string

+
+
PACKAGE_FIND_VERSION_RANGE_MIN

This specifies whether the lower end point of the version range should be +included or excluded. Currently, the only supported value for this variable +is INCLUDE.

+
+
PACKAGE_FIND_VERSION_RANGE_MAX

This specifies whether the upper end point of the version range should be +included or excluded. The supported values for this variable are +INCLUDE and EXCLUDE.

+
+
PACKAGE_FIND_VERSION_MIN

Full requested version string of the lower end point of the range

+
+
PACKAGE_FIND_VERSION_MIN_MAJOR

Major version of the lower end point if requested, else 0

+
+
PACKAGE_FIND_VERSION_MIN_MINOR

Minor version of the lower end point if requested, else 0

+
+
PACKAGE_FIND_VERSION_MIN_PATCH

Patch version of the lower end point if requested, else 0

+
+
PACKAGE_FIND_VERSION_MIN_TWEAK

Tweak version of the lower end point if requested, else 0

+
+
PACKAGE_FIND_VERSION_MIN_COUNT

Number of version components of the lower end point, 0 to 4

+
+
PACKAGE_FIND_VERSION_MAX

Full requested version string of the upper end point of the range

+
+
PACKAGE_FIND_VERSION_MAX_MAJOR

Major version of the upper end point if requested, else 0

+
+
PACKAGE_FIND_VERSION_MAX_MINOR

Minor version of the upper end point if requested, else 0

+
+
PACKAGE_FIND_VERSION_MAX_PATCH

Patch version of the upper end point if requested, else 0

+
+
PACKAGE_FIND_VERSION_MAX_TWEAK

Tweak version of the upper end point if requested, else 0

+
+
PACKAGE_FIND_VERSION_MAX_COUNT

Number of version components of the upper end point, 0 to 4

+
+
+

Regardless of whether a single version or a version range is specified, the +variable PACKAGE_FIND_VERSION_COMPLETE will be defined and will hold +the full requested version string as specified.

+

The version file checks whether it satisfies the requested version and +sets these variables:

+
+
PACKAGE_VERSION

Full provided version string

+
+
PACKAGE_VERSION_EXACT

True if version is exact match

+
+
PACKAGE_VERSION_COMPATIBLE

True if version is compatible

+
+
PACKAGE_VERSION_UNSUITABLE

True if unsuitable as any version

+
+
+

These variables are checked by the find_package command to determine +whether the configuration file provides an acceptable version. They +are not available after the find_package call returns. If the version +is acceptable the following variables are set:

+
+
<PackageName>_VERSION

Full provided version string

+
+
<PackageName>_VERSION_MAJOR

Major version if provided, else 0

+
+
<PackageName>_VERSION_MINOR

Minor version if provided, else 0

+
+
<PackageName>_VERSION_PATCH

Patch version if provided, else 0

+
+
<PackageName>_VERSION_TWEAK

Tweak version if provided, else 0

+
+
<PackageName>_VERSION_COUNT

Number of version components, 0 to 4

+
+
+

and the corresponding package configuration file is loaded.

+
+
+

Package File Interface Variables

+

When loading a find module or package configuration file find_package +defines variables to provide information about the call arguments (and +restores their original state before returning):

+
+
CMAKE_FIND_PACKAGE_NAME

The <PackageName> which is searched for

+
+
<PackageName>_FIND_REQUIRED

True if REQUIRED option was given

+
+
<PackageName>_FIND_QUIETLY

True if QUIET option was given

+
+
<PackageName>_FIND_REGISTRY_VIEW

The requested view if REGISTRY_VIEW option was given

+
+
<PackageName>_FIND_VERSION

Full requested version string

+
+
<PackageName>_FIND_VERSION_MAJOR

Major version if requested, else 0

+
+
<PackageName>_FIND_VERSION_MINOR

Minor version if requested, else 0

+
+
<PackageName>_FIND_VERSION_PATCH

Patch version if requested, else 0

+
+
<PackageName>_FIND_VERSION_TWEAK

Tweak version if requested, else 0

+
+
<PackageName>_FIND_VERSION_COUNT

Number of version components, 0 to 4

+
+
<PackageName>_FIND_VERSION_EXACT

True if EXACT option was given

+
+
<PackageName>_FIND_COMPONENTS

List of specified components (required and optional)

+
+
<PackageName>_FIND_REQUIRED_<c>

True if component <c> is required, +false if component <c> is optional

+
+
+

When a version range is specified, the above version variables will hold +values based on the lower end of the version range. This is to preserve +compatibility with packages that have not been implemented to expect version +ranges. In addition, the version range will be described by the following +variables:

+
+
<PackageName>_FIND_VERSION_RANGE

Full requested version range string

+
+
<PackageName>_FIND_VERSION_RANGE_MIN

This specifies whether the lower end point of the version range is +included or excluded. Currently, INCLUDE is the only supported value.

+
+
<PackageName>_FIND_VERSION_RANGE_MAX

This specifies whether the upper end point of the version range is +included or excluded. The possible values for this variable are +INCLUDE or EXCLUDE.

+
+
<PackageName>_FIND_VERSION_MIN

Full requested version string of the lower end point of the range

+
+
<PackageName>_FIND_VERSION_MIN_MAJOR

Major version of the lower end point if requested, else 0

+
+
<PackageName>_FIND_VERSION_MIN_MINOR

Minor version of the lower end point if requested, else 0

+
+
<PackageName>_FIND_VERSION_MIN_PATCH

Patch version of the lower end point if requested, else 0

+
+
<PackageName>_FIND_VERSION_MIN_TWEAK

Tweak version of the lower end point if requested, else 0

+
+
<PackageName>_FIND_VERSION_MIN_COUNT

Number of version components of the lower end point, 0 to 4

+
+
<PackageName>_FIND_VERSION_MAX

Full requested version string of the upper end point of the range

+
+
<PackageName>_FIND_VERSION_MAX_MAJOR

Major version of the upper end point if requested, else 0

+
+
<PackageName>_FIND_VERSION_MAX_MINOR

Minor version of the upper end point if requested, else 0

+
+
<PackageName>_FIND_VERSION_MAX_PATCH

Patch version of the upper end point if requested, else 0

+
+
<PackageName>_FIND_VERSION_MAX_TWEAK

Tweak version of the upper end point if requested, else 0

+
+
<PackageName>_FIND_VERSION_MAX_COUNT

Number of version components of the upper end point, 0 to 4

+
+
+

Regardless of whether a single version or a version range is specified, the +variable <PackageName>_FIND_VERSION_COMPLETE will be defined and will hold +the full requested version string as specified.

+

In Module mode the loaded find module is responsible to honor the +request detailed by these variables; see the find module for details. +In Config mode find_package handles REQUIRED, QUIET, and +[version] options automatically but leaves it to the package +configuration file to handle components in a way that makes sense +for the package. The package configuration file may set +<PackageName>_FOUND to false to tell find_package that component +requirements are not satisfied.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/find_path.html b/cmake/doc/cmake/html/command/find_path.html new file mode 100644 index 0000000000000000000000000000000000000000..903258bb6bd5b1c6dc0c67b81421923a16819f02 --- /dev/null +++ b/cmake/doc/cmake/html/command/find_path.html @@ -0,0 +1,434 @@ + + + + + + + + find_path — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

find_path

+

A short-hand signature is:

+
find_path (<VAR> name1 [path1 path2 ...])
+

The general signature is:

+
find_path (
+          <VAR>
+          name | NAMES name1 [name2 ...]
+          [HINTS [path | ENV var]... ]
+          [PATHS [path | ENV var]... ]
+          [REGISTRY_VIEW (64|32|64_32|32_64|HOST|TARGET|BOTH)]
+          [PATH_SUFFIXES suffix1 [suffix2 ...]]
+          [VALIDATOR function]
+          [DOC "cache documentation string"]
+          [NO_CACHE]
+          [REQUIRED]
+          [NO_DEFAULT_PATH]
+          [NO_PACKAGE_ROOT_PATH]
+          [NO_CMAKE_PATH]
+          [NO_CMAKE_ENVIRONMENT_PATH]
+          [NO_SYSTEM_ENVIRONMENT_PATH]
+          [NO_CMAKE_SYSTEM_PATH]
+          [NO_CMAKE_INSTALL_PREFIX]
+          [CMAKE_FIND_ROOT_PATH_BOTH |
+           ONLY_CMAKE_FIND_ROOT_PATH |
+           NO_CMAKE_FIND_ROOT_PATH]
+         )
+

This command is used to find a directory containing the named file. +A cache entry, or a normal variable if NO_CACHE is specified, +named by <VAR> is created to store the result of this command. +If the file in a directory is found the result is stored in the variable +and the search will not be repeated unless the variable is cleared. +If nothing is found, the result will be <VAR>-NOTFOUND.

+

Options include:

+
+
NAMES

Specify one or more possible names for the file in a directory.

+

When using this to specify names with and without a version +suffix, we recommend specifying the unversioned name first +so that locally-built packages can be found before those +provided by distributions.

+
+
HINTS, PATHS

Specify directories to search in addition to the default locations. +The ENV var sub-option reads paths from a system environment +variable.

+
+

Changed in version 3.24: On Windows platform, it is possible to include registry queries as part +of the directories, using a dedicated syntax. +Such specifications will be ignored on all other platforms.

+
+
+
REGISTRY_VIEW
+

Added in version 3.24.

+
+

Specify which registry views must be queried. This option is only meaningful +on Windows platforms and will be ignored on other ones. When not +specified, the TARGET view is used when the +CMP0134 policy is NEW. Refer to CMP0134 for the +default view when the policy is OLD.

+
+
64

Query the 64-bit registry. On 32-bit Windows, it always returns the string +/REGISTRY-NOTFOUND.

+
+
32

Query the 32-bit registry.

+
+
64_32

Query both views (64 and 32) and generate a path for each.

+
+
32_64

Query both views (32 and 64) and generate a path for each.

+
+
HOST

Query the registry matching the architecture of the host: 64 on 64-bit +Windows and 32 on 32-bit Windows.

+
+
TARGET

Query the registry matching the architecture specified by the +CMAKE_SIZEOF_VOID_P variable. If not defined, fall back to +HOST view.

+
+
BOTH

Query both views (32 and 64). The order depends on the following +rules: If the CMAKE_SIZEOF_VOID_P variable is defined, use the +following view depending on the content of this variable:

+
    +
  • 8: 64_32

  • +
  • 4: 32_64

  • +
+

If the CMAKE_SIZEOF_VOID_P variable is not defined, rely on the +architecture of the host:

+
    +
  • 64-bit: 64_32

  • +
  • 32-bit: 32

  • +
+
+
+
+
PATH_SUFFIXES

Specify additional subdirectories to check below each directory +location otherwise considered.

+
+
VALIDATOR
+

Added in version 3.25.

+
+

Specify a function() to be called for each candidate item found +(a macro() cannot be provided, that will result in an error). +Two arguments will be passed to the validator function: the name of a +result variable, and the absolute path to the candidate item. The item +will be accepted and the search will end unless the function sets the +value in the result variable to false in the calling scope. The result +variable will hold a true value when the validator function is entered.

+
function(my_check validator_result_var item)
+  if(NOT item MATCHES ...)
+    set(${validator_result_var} FALSE PARENT_SCOPE)
+  endif()
+endfunction()
+
+find_path (result NAMES ... VALIDATOR my_check)
+

Note that if a cached result is used, the search is skipped and any +VALIDATOR is ignored. The cached result is not required to pass the +validation function.

+
+
DOC

Specify the documentation string for the <VAR> cache entry.

+
+
NO_CACHE
+

Added in version 3.21.

+
+

The result of the search will be stored in a normal variable rather than +a cache entry.

+
+

Note

+

If the variable is already set before the call (as a normal or cache +variable) then the search will not occur.

+
+
+

Warning

+

This option should be used with caution because it can greatly increase +the cost of repeated configure steps.

+
+
+
REQUIRED
+

Added in version 3.18.

+
+

Stop processing with an error message if nothing is found, otherwise +the search will be attempted again the next time find_path is invoked +with the same variable.

+
+
+

If NO_DEFAULT_PATH is specified, then no additional paths are +added to the search. +If NO_DEFAULT_PATH is not specified, the search process is as follows:

+
    +
  1. If called from within a find module or any other script loaded by a call to +find_package(<PackageName>), search prefixes unique to the +current package being found. See policy CMP0074.

    +
    +

    Added in version 3.12.

    +
    +

    Specifically, search paths specified by the following variables, in order:

    +
      +
    1. <PackageName>_ROOT CMake variable, +where <PackageName> is the case-preserved package name.

    2. +
    3. <PACKAGENAME>_ROOT CMake variable, +where <PACKAGENAME> is the upper-cased package name. +See policy CMP0144.

      +
      +

      Added in version 3.27.

      +
      +
    4. +
    5. <PackageName>_ROOT environment variable, +where <PackageName> is the case-preserved package name.

    6. +
    7. <PACKAGENAME>_ROOT environment variable, +where <PACKAGENAME> is the upper-cased package name. +See policy CMP0144.

      +
      +

      Added in version 3.27.

      +
      +
    8. +
    +

    The package root variables are maintained as a stack, so if called from +nested find modules or config packages, root paths from the parent's find +module or config package will be searched after paths from the current +module or package. In other words, the search order would be +<CurrentPackage>_ROOT, ENV{<CurrentPackage>_ROOT}, +<ParentPackage>_ROOT, ENV{<ParentPackage>_ROOT}, etc. +This can be skipped if NO_PACKAGE_ROOT_PATH is passed or by setting +the CMAKE_FIND_USE_PACKAGE_ROOT_PATH to FALSE.

    + +
  2. +
  3. Search paths specified in cmake-specific cache variables. +These are intended to be used on the command line with a -DVAR=value. +The values are interpreted as semicolon-separated lists. +This can be skipped if NO_CMAKE_PATH is passed or by setting the +CMAKE_FIND_USE_CMAKE_PATH to FALSE.

    + +
  4. +
  5. Search paths specified in cmake-specific environment variables. +These are intended to be set in the user's shell configuration, +and therefore use the host's native path separator +(; on Windows and : on UNIX). +This can be skipped if NO_CMAKE_ENVIRONMENT_PATH is passed or +by setting the CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH to FALSE.

    + +
  6. +
  7. Search the paths specified by the HINTS option. +These should be paths computed by system introspection, such as a +hint provided by the location of another item already found. +Hard-coded guesses should be specified with the PATHS option.

  8. +
  9. Search the standard system environment variables. +This can be skipped if NO_SYSTEM_ENVIRONMENT_PATH is passed or by +setting the CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH to FALSE.

    +
      +
    • The directories in INCLUDE +and PATH.

    • +
    +

    On Windows hosts, CMake 3.3 through 3.27 searched additional paths: +<prefix>/include/<arch> if CMAKE_LIBRARY_ARCHITECTURE +is set, and <prefix>/include for each <prefix>/[s]bin in PATH, and +<entry>/include for other entries in PATH. +This behavior was removed by CMake 3.28.

    +
  10. +
  11. Search cmake variables defined in the Platform files +for the current system. The searching of CMAKE_INSTALL_PREFIX and +CMAKE_STAGING_PREFIX can be +skipped if NO_CMAKE_INSTALL_PREFIX is passed or by setting the +CMAKE_FIND_USE_INSTALL_PREFIX to FALSE. All these locations +can be skipped if NO_CMAKE_SYSTEM_PATH is passed or by setting the +CMAKE_FIND_USE_CMAKE_SYSTEM_PATH to FALSE.

    + +

    The platform paths that these variables contain are locations that +typically include installed software. An example being /usr/local for +UNIX based platforms.

    +
  12. +
  13. Search the paths specified by the PATHS option +or in the short-hand version of the command. +These are typically hard-coded guesses.

  14. +
+

The CMAKE_IGNORE_PATH, CMAKE_IGNORE_PREFIX_PATH, +CMAKE_SYSTEM_IGNORE_PATH and +CMAKE_SYSTEM_IGNORE_PREFIX_PATH variables can also cause some +of the above locations to be ignored.

+
+

Added in version 3.16: Added CMAKE_FIND_USE_<CATEGORY>_PATH variables to globally disable +various search locations.

+
+

On macOS the CMAKE_FIND_FRAMEWORK and +CMAKE_FIND_APPBUNDLE variables determine the order of +preference between Apple-style and unix-style package components.

+

The CMake variable CMAKE_FIND_ROOT_PATH specifies one or more +directories to be prepended to all other search directories. This +effectively "re-roots" the entire search under given locations. +Paths which are descendants of the CMAKE_STAGING_PREFIX are excluded +from this re-rooting, because that variable is always a path on the host system. +By default the CMAKE_FIND_ROOT_PATH is empty.

+

The CMAKE_SYSROOT variable can also be used to specify exactly one +directory to use as a prefix. Setting CMAKE_SYSROOT also has other +effects. See the documentation for that variable for more.

+

These variables are especially useful when cross-compiling to +point to the root directory of the target environment and CMake will +search there too. By default at first the directories listed in +CMAKE_FIND_ROOT_PATH are searched, then the CMAKE_SYSROOT +directory is searched, and then the non-rooted directories will be +searched. The default behavior can be adjusted by setting +CMAKE_FIND_ROOT_PATH_MODE_INCLUDE. This behavior can be manually +overridden on a per-call basis using options:

+
+
CMAKE_FIND_ROOT_PATH_BOTH

Search in the order described above.

+
+
NO_CMAKE_FIND_ROOT_PATH

Do not use the CMAKE_FIND_ROOT_PATH variable.

+
+
ONLY_CMAKE_FIND_ROOT_PATH

Search only the re-rooted directories and directories below +CMAKE_STAGING_PREFIX.

+
+
+

The default search order is designed to be most-specific to +least-specific for common use cases. +Projects may override the order by simply calling the command +multiple times and using the NO_* options:

+
find_path (<VAR> NAMES name PATHS paths... NO_DEFAULT_PATH)
+find_path (<VAR> NAMES name)
+

Once one of the calls succeeds the result variable will be set +and stored in the cache so that no call will search again.

+

When searching for frameworks, if the file is specified as A/b.h, then +the framework search will look for A.framework/Headers/b.h. If that +is found the path will be set to the path to the framework. CMake +will convert this to the correct -F option to include the file.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/find_program.html b/cmake/doc/cmake/html/command/find_program.html new file mode 100644 index 0000000000000000000000000000000000000000..3ad32b17ca5c9adce2cbce14402f17221fe402fa --- /dev/null +++ b/cmake/doc/cmake/html/command/find_program.html @@ -0,0 +1,442 @@ + + + + + + + + find_program — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

find_program

+

A short-hand signature is:

+
find_program (<VAR> name1 [path1 path2 ...])
+

The general signature is:

+
find_program (
+          <VAR>
+          name | NAMES name1 [name2 ...] [NAMES_PER_DIR]
+          [HINTS [path | ENV var]... ]
+          [PATHS [path | ENV var]... ]
+          [REGISTRY_VIEW (64|32|64_32|32_64|HOST|TARGET|BOTH)]
+          [PATH_SUFFIXES suffix1 [suffix2 ...]]
+          [VALIDATOR function]
+          [DOC "cache documentation string"]
+          [NO_CACHE]
+          [REQUIRED]
+          [NO_DEFAULT_PATH]
+          [NO_PACKAGE_ROOT_PATH]
+          [NO_CMAKE_PATH]
+          [NO_CMAKE_ENVIRONMENT_PATH]
+          [NO_SYSTEM_ENVIRONMENT_PATH]
+          [NO_CMAKE_SYSTEM_PATH]
+          [NO_CMAKE_INSTALL_PREFIX]
+          [CMAKE_FIND_ROOT_PATH_BOTH |
+           ONLY_CMAKE_FIND_ROOT_PATH |
+           NO_CMAKE_FIND_ROOT_PATH]
+         )
+

This command is used to find a program. +A cache entry, or a normal variable if NO_CACHE is specified, +named by <VAR> is created to store the result of this command. +If the program is found the result is stored in the variable +and the search will not be repeated unless the variable is cleared. +If nothing is found, the result will be <VAR>-NOTFOUND.

+

Options include:

+
+
NAMES

Specify one or more possible names for the program.

+

When using this to specify names with and without a version +suffix, we recommend specifying the unversioned name first +so that locally-built packages can be found before those +provided by distributions.

+
+
HINTS, PATHS

Specify directories to search in addition to the default locations. +The ENV var sub-option reads paths from a system environment +variable.

+
+

Changed in version 3.24: On Windows platform, it is possible to include registry queries as part +of the directories, using a dedicated syntax. +Such specifications will be ignored on all other platforms.

+
+
+
REGISTRY_VIEW
+

Added in version 3.24.

+
+

Specify which registry views must be queried. This option is only meaningful +on Windows platforms and will be ignored on other ones. When not +specified, the BOTH view is used when the +CMP0134 policy is NEW. Refer to CMP0134 for the +default view when the policy is OLD.

+
+
64

Query the 64-bit registry. On 32-bit Windows, it always returns the string +/REGISTRY-NOTFOUND.

+
+
32

Query the 32-bit registry.

+
+
64_32

Query both views (64 and 32) and generate a path for each.

+
+
32_64

Query both views (32 and 64) and generate a path for each.

+
+
HOST

Query the registry matching the architecture of the host: 64 on 64-bit +Windows and 32 on 32-bit Windows.

+
+
TARGET

Query the registry matching the architecture specified by the +CMAKE_SIZEOF_VOID_P variable. If not defined, fall back to +HOST view.

+
+
BOTH

Query both views (32 and 64). The order depends on the following +rules: If the CMAKE_SIZEOF_VOID_P variable is defined, use the +following view depending on the content of this variable:

+
    +
  • 8: 64_32

  • +
  • 4: 32_64

  • +
+

If the CMAKE_SIZEOF_VOID_P variable is not defined, rely on the +architecture of the host:

+
    +
  • 64-bit: 64_32

  • +
  • 32-bit: 32

  • +
+
+
+
+
PATH_SUFFIXES

Specify additional subdirectories to check below each directory +location otherwise considered.

+
+
VALIDATOR
+

Added in version 3.25.

+
+

Specify a function() to be called for each candidate item found +(a macro() cannot be provided, that will result in an error). +Two arguments will be passed to the validator function: the name of a +result variable, and the absolute path to the candidate item. The item +will be accepted and the search will end unless the function sets the +value in the result variable to false in the calling scope. The result +variable will hold a true value when the validator function is entered.

+
function(my_check validator_result_var item)
+  if(NOT item MATCHES ...)
+    set(${validator_result_var} FALSE PARENT_SCOPE)
+  endif()
+endfunction()
+
+find_program (result NAMES ... VALIDATOR my_check)
+

Note that if a cached result is used, the search is skipped and any +VALIDATOR is ignored. The cached result is not required to pass the +validation function.

+
+
DOC

Specify the documentation string for the <VAR> cache entry.

+
+
NO_CACHE
+

Added in version 3.21.

+
+

The result of the search will be stored in a normal variable rather than +a cache entry.

+
+

Note

+

If the variable is already set before the call (as a normal or cache +variable) then the search will not occur.

+
+
+

Warning

+

This option should be used with caution because it can greatly increase +the cost of repeated configure steps.

+
+
+
REQUIRED
+

Added in version 3.18.

+
+

Stop processing with an error message if nothing is found, otherwise +the search will be attempted again the next time find_program is invoked +with the same variable.

+
+
+

If NO_DEFAULT_PATH is specified, then no additional paths are +added to the search. +If NO_DEFAULT_PATH is not specified, the search process is as follows:

+
    +
  1. If called from within a find module or any other script loaded by a call to +find_package(<PackageName>), search prefixes unique to the +current package being found. See policy CMP0074.

    +
    +

    Added in version 3.12.

    +
    +

    Specifically, search paths specified by the following variables, in order:

    +
      +
    1. <PackageName>_ROOT CMake variable, +where <PackageName> is the case-preserved package name.

    2. +
    3. <PACKAGENAME>_ROOT CMake variable, +where <PACKAGENAME> is the upper-cased package name. +See policy CMP0144.

      +
      +

      Added in version 3.27.

      +
      +
    4. +
    5. <PackageName>_ROOT environment variable, +where <PackageName> is the case-preserved package name.

    6. +
    7. <PACKAGENAME>_ROOT environment variable, +where <PACKAGENAME> is the upper-cased package name. +See policy CMP0144.

      +
      +

      Added in version 3.27.

      +
      +
    8. +
    +

    The package root variables are maintained as a stack, so if called from +nested find modules or config packages, root paths from the parent's find +module or config package will be searched after paths from the current +module or package. In other words, the search order would be +<CurrentPackage>_ROOT, ENV{<CurrentPackage>_ROOT}, +<ParentPackage>_ROOT, ENV{<ParentPackage>_ROOT}, etc. +This can be skipped if NO_PACKAGE_ROOT_PATH is passed or by setting +the CMAKE_FIND_USE_PACKAGE_ROOT_PATH to FALSE.

    + +
  2. +
  3. Search paths specified in cmake-specific cache variables. +These are intended to be used on the command line with a -DVAR=value. +The values are interpreted as semicolon-separated lists. +This can be skipped if NO_CMAKE_PATH is passed or by setting the +CMAKE_FIND_USE_CMAKE_PATH to FALSE.

    + +
  4. +
  5. Search paths specified in cmake-specific environment variables. +These are intended to be set in the user's shell configuration, +and therefore use the host's native path separator +(; on Windows and : on UNIX). +This can be skipped if NO_CMAKE_ENVIRONMENT_PATH is passed or +by setting the CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH to FALSE.

    + +
  6. +
  7. Search the paths specified by the HINTS option. +These should be paths computed by system introspection, such as a +hint provided by the location of another item already found. +Hard-coded guesses should be specified with the PATHS option.

  8. +
  9. Search the standard system environment variables. +This can be skipped if NO_SYSTEM_ENVIRONMENT_PATH is passed or by +setting the CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH to FALSE.

    +
      +
    • The directories in PATH itself.

    • +
    +

    +
  10. +
  11. Search cmake variables defined in the Platform files +for the current system. The searching of CMAKE_INSTALL_PREFIX and +CMAKE_STAGING_PREFIX can be +skipped if NO_CMAKE_INSTALL_PREFIX is passed or by setting the +CMAKE_FIND_USE_INSTALL_PREFIX to FALSE. All these locations +can be skipped if NO_CMAKE_SYSTEM_PATH is passed or by setting the +CMAKE_FIND_USE_CMAKE_SYSTEM_PATH to FALSE.

    + +

    The platform paths that these variables contain are locations that +typically include installed software. An example being /usr/local for +UNIX based platforms.

    +
  12. +
  13. Search the paths specified by the PATHS option +or in the short-hand version of the command. +These are typically hard-coded guesses.

  14. +
+

The CMAKE_IGNORE_PATH, CMAKE_IGNORE_PREFIX_PATH, +CMAKE_SYSTEM_IGNORE_PATH and +CMAKE_SYSTEM_IGNORE_PREFIX_PATH variables can also cause some +of the above locations to be ignored.

+
+

Added in version 3.16: Added CMAKE_FIND_USE_<CATEGORY>_PATH variables to globally disable +various search locations.

+
+

On macOS the CMAKE_FIND_FRAMEWORK and +CMAKE_FIND_APPBUNDLE variables determine the order of +preference between Apple-style and unix-style package components.

+

The CMake variable CMAKE_FIND_ROOT_PATH specifies one or more +directories to be prepended to all other search directories. This +effectively "re-roots" the entire search under given locations. +Paths which are descendants of the CMAKE_STAGING_PREFIX are excluded +from this re-rooting, because that variable is always a path on the host system. +By default the CMAKE_FIND_ROOT_PATH is empty.

+

The CMAKE_SYSROOT variable can also be used to specify exactly one +directory to use as a prefix. Setting CMAKE_SYSROOT also has other +effects. See the documentation for that variable for more.

+

These variables are especially useful when cross-compiling to +point to the root directory of the target environment and CMake will +search there too. By default at first the directories listed in +CMAKE_FIND_ROOT_PATH are searched, then the CMAKE_SYSROOT +directory is searched, and then the non-rooted directories will be +searched. The default behavior can be adjusted by setting +CMAKE_FIND_ROOT_PATH_MODE_PROGRAM. This behavior can be manually +overridden on a per-call basis using options:

+
+
CMAKE_FIND_ROOT_PATH_BOTH

Search in the order described above.

+
+
NO_CMAKE_FIND_ROOT_PATH

Do not use the CMAKE_FIND_ROOT_PATH variable.

+
+
ONLY_CMAKE_FIND_ROOT_PATH

Search only the re-rooted directories and directories below +CMAKE_STAGING_PREFIX.

+
+
+

The default search order is designed to be most-specific to +least-specific for common use cases. +Projects may override the order by simply calling the command +multiple times and using the NO_* options:

+
find_program (<VAR> NAMES name PATHS paths... NO_DEFAULT_PATH)
+find_program (<VAR> NAMES name)
+

Once one of the calls succeeds the result variable will be set +and stored in the cache so that no call will search again.

+

When more than one value is given to the NAMES option this command by +default will consider one name at a time and search every directory +for it. The NAMES_PER_DIR option tells this command to consider one +directory at a time and search for all names in it.

+

The set of files considered to be programs is platform-specific:

+
    +
  • On Windows, filename suffixes are considered in order .com, .exe, +and no suffix.

  • +
  • On non-Windows systems, no filename suffix is considered, but files +must have execute permission (see policy CMP0109).

  • +
+

To search for scripts, specify an extension explicitly:

+
if(WIN32)
+  set(_script_suffix .bat)
+else()
+  set(_script_suffix .sh)
+endif()
+
+find_program(MY_SCRIPT NAMES my_script${_script_suffix})
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/fltk_wrap_ui.html b/cmake/doc/cmake/html/command/fltk_wrap_ui.html new file mode 100644 index 0000000000000000000000000000000000000000..eb40f9403b86b586a3bd9142c83da7231b582191 --- /dev/null +++ b/cmake/doc/cmake/html/command/fltk_wrap_ui.html @@ -0,0 +1,143 @@ + + + + + + + + fltk_wrap_ui — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

fltk_wrap_ui

+

Create FLTK user interfaces Wrappers.

+
fltk_wrap_ui(resultingLibraryName source1
+             source2 ... sourceN )
+
+
+

Produce .h and .cxx files for all the .fl and .fld files listed. The +resulting .h and .cxx files will be added to a variable named +resultingLibraryName_FLTK_UI_SRCS which should be added to your +library.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/foreach.html b/cmake/doc/cmake/html/command/foreach.html new file mode 100644 index 0000000000000000000000000000000000000000..6a722c8fa5bd9920bc4ffa6f01b67cc80e29a725 --- /dev/null +++ b/cmake/doc/cmake/html/command/foreach.html @@ -0,0 +1,265 @@ + + + + + + + + foreach — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

foreach

+

Evaluate a group of commands for each value in a list.

+
foreach(<loop_var> <items>)
+  <commands>
+endforeach()
+
+
+

where <items> is a list of items that are separated by +semicolon or whitespace. +All commands between foreach and the matching endforeach are recorded +without being invoked. Once the endforeach is evaluated, the recorded +list of commands is invoked once for each item in <items>. +At the beginning of each iteration the variable <loop_var> will be set +to the value of the current item.

+

The scope of <loop_var> is restricted to the loop scope. See policy +CMP0124 for details.

+

The commands break() and continue() provide means to +escape from the normal control flow.

+

Per legacy, the endforeach() command admits +an optional <loop_var> argument. +If used, it must be a verbatim +repeat of the argument of the opening +foreach command.

+
foreach(<loop_var> RANGE <stop>)
+
+
+

In this variant, foreach iterates over the numbers +0, 1, ... up to (and including) the nonnegative integer <stop>.

+
foreach(<loop_var> RANGE <start> <stop> [<step>])
+
+
+

In this variant, foreach iterates over the numbers from +<start> up to at most <stop> in steps of <step>. +If <step> is not specified, then the step size is 1. +The three arguments <start> <stop> <step> must +all be nonnegative integers, and <stop> must not be +smaller than <start>; otherwise you enter the danger zone +of undocumented behavior that may change in future releases.

+
foreach(<loop_var> IN [LISTS [<lists>]] [ITEMS [<items>]])
+
+
+

In this variant, <lists> is a whitespace or semicolon +separated list of list-valued variables. The foreach +command iterates over each item in each given list. +The <items> following the ITEMS keyword are processed +as in the first variant of the foreach command. +The forms LISTS A and ITEMS ${A} are +equivalent.

+

The following example shows how the LISTS option is +processed:

+
set(A 0;1)
+set(B 2 3)
+set(C "4 5")
+set(D 6;7 8)
+set(E "")
+foreach(X IN LISTS A B C D E)
+    message(STATUS "X=${X}")
+endforeach()
+
+
+

yields:

+
-- X=0
+-- X=1
+-- X=2
+-- X=3
+-- X=4 5
+-- X=6
+-- X=7
+-- X=8
+
+
+
foreach(<loop_var>... IN ZIP_LISTS <lists>)
+
+
+
+

Added in version 3.17.

+
+

In this variant, <lists> is a whitespace or semicolon +separated list of list-valued variables. The foreach +command iterates over each list simultaneously setting the +iteration variables as follows:

+
    +
  • if the only loop_var given, then it sets a series of +loop_var_N variables to the current item from the +corresponding list;

  • +
  • if multiple variable names passed, their count should match +the lists variables count;

  • +
  • if any of the lists are shorter, the corresponding iteration +variable is not defined for the current iteration.

  • +
+
list(APPEND English one two three four)
+list(APPEND Bahasa satu dua tiga)
+
+foreach(num IN ZIP_LISTS English Bahasa)
+    message(STATUS "num_0=${num_0}, num_1=${num_1}")
+endforeach()
+
+foreach(en ba IN ZIP_LISTS English Bahasa)
+    message(STATUS "en=${en}, ba=${ba}")
+endforeach()
+
+
+

yields:

+
-- num_0=one, num_1=satu
+-- num_0=two, num_1=dua
+-- num_0=three, num_1=tiga
+-- num_0=four, num_1=
+-- en=one, ba=satu
+-- en=two, ba=dua
+-- en=three, ba=tiga
+-- en=four, ba=
+
+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/function.html b/cmake/doc/cmake/html/command/function.html new file mode 100644 index 0000000000000000000000000000000000000000..84782efeb3d70d762fb774274c83b370890e7c4b --- /dev/null +++ b/cmake/doc/cmake/html/command/function.html @@ -0,0 +1,212 @@ + + + + + + + + function — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

function

+

Start recording a function for later invocation as a command.

+
function(<name> [<arg1> ...])
+  <commands>
+endfunction()
+
+
+

Defines a function named <name> that takes arguments named +<arg1>, ... The <commands> in the function definition +are recorded; they are not executed until the function is invoked.

+

Per legacy, the endfunction() command admits an optional +<name> argument. If used, it must be a verbatim repeat of the +argument of the opening function command.

+

A function opens a new scope: see set(var PARENT_SCOPE) for +details.

+

See the cmake_policy() command documentation for the behavior +of policies inside functions.

+

See the macro() command documentation for differences +between CMake functions and macros.

+
+

Invocation

+

The function invocation is case-insensitive. A function defined as

+
function(foo)
+  <commands>
+endfunction()
+
+
+

can be invoked through any of

+
foo()
+Foo()
+FOO()
+cmake_language(CALL foo)
+
+
+

and so on. However, it is strongly recommended to stay with the +case chosen in the function definition. Typically functions use +all-lowercase names.

+
+

Added in version 3.18: The cmake_language(CALL ...) command can also be used to +invoke the function.

+
+
+
+

Arguments

+

When the function is invoked, the recorded <commands> are first +modified by replacing formal parameters (${arg1}, ...) with the +arguments passed, and then invoked as normal commands.

+

In addition to referencing the formal parameters you can reference the +ARGC variable which will be set to the number of arguments passed +into the function as well as ARGV0, ARGV1, ARGV2, ... which +will have the actual values of the arguments passed in. This facilitates +creating functions with optional arguments.

+

Furthermore, ARGV holds the list of all arguments given to the +function and ARGN holds the list of arguments past the last expected +argument. Referencing to ARGV# arguments beyond ARGC have +undefined behavior. Checking that ARGC is greater than # is +the only way to ensure that ARGV# was passed to the function as an +extra argument.

+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/get_cmake_property.html b/cmake/doc/cmake/html/command/get_cmake_property.html new file mode 100644 index 0000000000000000000000000000000000000000..e5088443d747f106703458d8b05b29cdf52efae3 --- /dev/null +++ b/cmake/doc/cmake/html/command/get_cmake_property.html @@ -0,0 +1,162 @@ + + + + + + + + get_cmake_property — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

get_cmake_property

+

Get a global property of the CMake instance.

+
get_cmake_property(<variable> <property>)
+
+
+

Gets a global property from the CMake instance. The value of +the <property> is stored in the specified <variable>. +If the property is not found, <variable> will be set to NOTFOUND. +See the cmake-properties(7) manual for available properties.

+

In addition to global properties, this command (for historical reasons) +also supports the VARIABLES and MACROS directory +properties. It also supports a special COMPONENTS global property that +lists the components given to the install() command.

+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/get_directory_property.html b/cmake/doc/cmake/html/command/get_directory_property.html new file mode 100644 index 0000000000000000000000000000000000000000..7d44015448e1694ee16045670c3cdc1d678e47ff --- /dev/null +++ b/cmake/doc/cmake/html/command/get_directory_property.html @@ -0,0 +1,176 @@ + + + + + + + + get_directory_property — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

get_directory_property

+

Get a property of DIRECTORY scope.

+
get_directory_property(<variable> [DIRECTORY <dir>] <prop-name>)
+
+
+

Stores a property of directory scope in the named <variable>.

+

The DIRECTORY argument specifies another directory from which +to retrieve the property value instead of the current directory. +Relative paths are treated as relative to the +current source directory. CMake must already know about the directory, +either by having added it through a call to add_subdirectory() +or being the top level directory.

+
+

Added in version 3.19: <dir> may reference a binary directory.

+
+

If the property is not defined for the nominated directory scope, +an empty string is returned. In the case of INHERITED properties, +if the property is not found for the nominated directory scope, +the search will chain to a parent scope as described for the +define_property() command.

+
get_directory_property(<variable> [DIRECTORY <dir>]
+                       DEFINITION <var-name>)
+
+
+

Get a variable definition from a directory. This form is useful to +get a variable definition from another directory.

+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/get_filename_component.html b/cmake/doc/cmake/html/command/get_filename_component.html new file mode 100644 index 0000000000000000000000000000000000000000..326e73594f95cdabd238824ef22ae4fdf3435c67 --- /dev/null +++ b/cmake/doc/cmake/html/command/get_filename_component.html @@ -0,0 +1,208 @@ + + + + + + + + get_filename_component — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

get_filename_component

+

Get a specific component of a full filename.

+
+

Changed in version 3.20: This command has been superseded by the cmake_path() command, except +for REALPATH, which is now offered by file(REAL_PATH), and +PROGRAM, now available in separate_arguments(PROGRAM).

+
+
+

Changed in version 3.24: The undocumented feature offering the capability to query the Windows +registry is superseded by +cmake_host_system_information(QUERY WINDOWS_REGISTRY) +command.

+
+
get_filename_component(<var> <FileName> <mode> [CACHE])
+
+
+

Sets <var> to a component of <FileName>, where <mode> is one of:

+
DIRECTORY = Directory without file name
+NAME      = File name without directory
+EXT       = File name longest extension (.b.c from d/a.b.c)
+NAME_WE   = File name with neither the directory nor the longest extension
+LAST_EXT  = File name last extension (.c from d/a.b.c)
+NAME_WLE  = File name with neither the directory nor the last extension
+PATH      = Legacy alias for DIRECTORY (use for CMake <= 2.8.11)
+
+
+
+

Added in version 3.14: Added the LAST_EXT and NAME_WLE modes.

+
+

Paths are returned with forward slashes and have no trailing slashes. +If the optional CACHE argument is specified, the result variable is +added to the cache.

+
get_filename_component(<var> <FileName> <mode> [BASE_DIR <dir>] [CACHE])
+
+
+
+

Added in version 3.4.

+
+

Sets <var> to the absolute path of <FileName>, where <mode> is one +of:

+
ABSOLUTE  = Full path to file
+REALPATH  = Full path to existing file with symlinks resolved
+
+
+

If the provided <FileName> is a relative path, it is evaluated relative +to the given base directory <dir>. If no base directory is +provided, the default base directory will be +CMAKE_CURRENT_SOURCE_DIR.

+

Paths are returned with forward slashes and have no trailing slashes. If the +optional CACHE argument is specified, the result variable is added to the +cache.

+
get_filename_component(<var> <FileName> PROGRAM [PROGRAM_ARGS <arg_var>] [CACHE])
+
+
+

The program in <FileName> will be found in the system search path or +left as a full path. If PROGRAM_ARGS is present with PROGRAM, then +any command-line arguments present in the <FileName> string are split +from the program name and stored in <arg_var>. This is used to +separate a program name from its arguments in a command line string.

+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/get_property.html b/cmake/doc/cmake/html/command/get_property.html new file mode 100644 index 0000000000000000000000000000000000000000..b6a8ac2b86b73b8dfa8b9e1e39967c356c5528eb --- /dev/null +++ b/cmake/doc/cmake/html/command/get_property.html @@ -0,0 +1,250 @@ + + + + + + + + get_property — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

get_property

+

Get a property.

+
get_property(<variable>
+             <GLOBAL             |
+              DIRECTORY [<dir>]  |
+              TARGET    <target> |
+              SOURCE    <source>
+                        [DIRECTORY <dir> | TARGET_DIRECTORY <target>] |
+              INSTALL   <file>   |
+              TEST      <test>
+                        [DIRECTORY <dir>] |
+              CACHE     <entry>  |
+              VARIABLE           >
+             PROPERTY <name>
+             [SET | DEFINED | BRIEF_DOCS | FULL_DOCS])
+
+
+

Gets one property from one object in a scope.

+

The first argument specifies the variable in which to store the result. +The second argument determines the scope from which to get the property. +It must be one of the following:

+
+
GLOBAL

Scope is unique and does not accept a name.

+
+
DIRECTORY

Scope defaults to the current directory, but another +directory (already processed by CMake) may be named by the +full or relative path <dir>. +Relative paths are treated as relative to the current source directory. +See also the get_directory_property() command.

+
+

Added in version 3.19: <dir> may reference a binary directory.

+
+
+
TARGET

Scope must name one existing target. +See also the get_target_property() command.

+
+
SOURCE

Scope must name one source file. By default, the source file's property +will be read from the current source directory's scope.

+
+

Added in version 3.18: Directory scope can be overridden with one of the following sub-options:

+
+
DIRECTORY <dir>

The source file property will be read from the <dir> directory's +scope. CMake must already know about +the directory, either by having added it through a call +to add_subdirectory() or <dir> being the top level directory. +Relative paths are treated as relative to the current source directory.

+
+

Added in version 3.19: <dir> may reference a binary directory.

+
+
+
TARGET_DIRECTORY <target>

The source file property will be read from the directory scope in which +<target> was created (<target> must therefore already exist).

+
+
+
+

See also the get_source_file_property() command.

+
+
INSTALL
+

Added in version 3.1.

+
+

Scope must name one installed file path.

+
+
TEST

Scope must name one existing test. +See also the get_test_property() command.

+
+

Added in version 3.28: Directory scope can be overridden with the following sub-option:

+
+
DIRECTORY <dir>

The test property will be read from the <dir> directory's +scope. CMake must already know about the directory, either by having +added it through a call to add_subdirectory() or <dir> being +the top level directory. Relative paths are treated as relative to the +current source directory. <dir> may reference a binary directory.

+
+
+
+
+
CACHE

Scope must name one cache entry.

+
+
VARIABLE

Scope is unique and does not accept a name.

+
+
+

The required PROPERTY option is immediately followed by the name of +the property to get. If the property is not set, the named <variable> +will be unset in the calling scope upon return, although some properties +support inheriting from a parent scope if defined to behave that way +(see define_property()).

+

If the SET option is given, the variable is set to a boolean +value indicating whether the property has been set. If the DEFINED +option is given, the variable is set to a boolean value indicating +whether the property has been defined, such as with the +define_property() command.

+

If BRIEF_DOCS or FULL_DOCS is given, then the variable is set to a +string containing documentation for the requested property. If +documentation is requested for a property that has not been defined, +NOTFOUND is returned.

+
+

Note

+

The GENERATED source file property may be globally visible. +See its documentation for details.

+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/get_source_file_property.html b/cmake/doc/cmake/html/command/get_source_file_property.html new file mode 100644 index 0000000000000000000000000000000000000000..75f534ece33c270b86f1485ea5f0b8718f29eb42 --- /dev/null +++ b/cmake/doc/cmake/html/command/get_source_file_property.html @@ -0,0 +1,188 @@ + + + + + + + + get_source_file_property — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

get_source_file_property

+

Get a property for a source file.

+
get_source_file_property(<variable> <file>
+                         [DIRECTORY <dir> | TARGET_DIRECTORY <target>]
+                         <property>)
+
+
+

Gets a property from a source file. The value of the property is stored in +the specified <variable>. If the <file> is not a source file, or the +source property is not found, <variable> will be set to NOTFOUND. +If the source property was defined to be an INHERITED property (see +define_property()), the search will include the relevant parent +scopes, as described for the define_property() command.

+

By default, the source file's property will be read from the current source +directory's scope.

+
+

Added in version 3.18: Directory scope can be overridden with one of the following sub-options:

+
+
DIRECTORY <dir>

The source file property will be read from the <dir> directory's +scope. CMake must already know about that source directory, either by +having added it through a call to add_subdirectory() or <dir> +being the top level source directory. Relative paths are treated as +relative to the current source directory.

+
+
TARGET_DIRECTORY <target>

The source file property will be read from the directory scope in which +<target> was created (<target> must therefore already exist).

+
+
+
+

Use set_source_files_properties() to set property values. Source +file properties usually control how the file is built. One property that is +always there is LOCATION.

+
+

Note

+

The GENERATED source file property may be globally visible. +See its documentation for details.

+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/get_target_property.html b/cmake/doc/cmake/html/command/get_target_property.html new file mode 100644 index 0000000000000000000000000000000000000000..6b3b5e636ea778c0a1b0807cff54619c4ae9255f --- /dev/null +++ b/cmake/doc/cmake/html/command/get_target_property.html @@ -0,0 +1,168 @@ + + + + + + + + get_target_property — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

get_target_property

+

Get a property from a target.

+
get_target_property(<variable> <target> <property>)
+
+
+

Get a property from a target. The value of the property is stored in the +specified <variable>. If the target property is not found, <variable> +will be set to <variable>-NOTFOUND. If the target property was defined to +be an INHERITED property (see define_property()), the search will +include the relevant parent scopes, as described for the +define_property() command.

+

Use set_target_properties() to set target property values. +Properties are usually used to control how a target is built, but some +query the target instead. This command can get properties for any +target so far created. The targets do not need to be in the current +CMakeLists.txt file.

+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/get_test_property.html b/cmake/doc/cmake/html/command/get_test_property.html new file mode 100644 index 0000000000000000000000000000000000000000..8f76bde4c4236d0a577415480f913c17988e87a1 --- /dev/null +++ b/cmake/doc/cmake/html/command/get_test_property.html @@ -0,0 +1,175 @@ + + + + + + + + get_test_property — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

get_test_property

+

Get a property of the test.

+
get_test_property(<test> <property> [DIRECTORY <dir>] <variable>)
+
+
+

Get a property from the test. The value of the property is stored in +the specified <variable>. If the <test> is not defined, or the +test property is not found, <variable> will be set to NOTFOUND. +If the test property was defined to be an INHERITED property (see +define_property()), the search will include the relevant parent +scopes, as described for the define_property() command.

+

For a list of standard properties you can type +cmake --help-property-list.

+
+

Added in version 3.28: Directory scope can be overridden with the following sub-option:

+
+
DIRECTORY <dir>

The test property will be read from the <dir> directory's +scope. CMake must already know about that source directory, either by +having added it through a call to add_subdirectory() or <dir> +being the top level source directory. Relative paths are treated as +relative to the current source directory. <dir> may reference a binary +directory.

+
+
+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/if.html b/cmake/doc/cmake/html/command/if.html new file mode 100644 index 0000000000000000000000000000000000000000..e99ff82e6dbf4a9f7a1da8dbf94d642c0b87938e --- /dev/null +++ b/cmake/doc/cmake/html/command/if.html @@ -0,0 +1,695 @@ + + + + + + + + if — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

if

+

Conditionally execute a group of commands.

+
+

Synopsis

+
if(<condition>)
+  <commands>
+elseif(<condition>) # optional block, can be repeated
+  <commands>
+else()              # optional block
+  <commands>
+endif()
+
+
+

Evaluates the condition argument of the if clause according to the +Condition syntax described below. If the result is true, then the +commands in the if block are executed. +Otherwise, optional elseif blocks are processed in the same way. +Finally, if no condition is true, commands in the optional else +block are executed.

+

Per legacy, the else() and endif() commands admit +an optional <condition> argument. +If used, it must be a verbatim +repeat of the argument of the opening +if command.

+
+
+

Condition Syntax

+

The following syntax applies to the condition argument of +the if, elseif and while() clauses.

+

Compound conditions are evaluated in the following order of precedence:

+
    +
  1. Parentheses.

  2. +
  3. Unary tests such as COMMAND, POLICY, TARGET, TEST, +EXISTS, IS_READABLE, IS_WRITABLE, IS_EXECUTABLE, +IS_DIRECTORY, IS_SYMLINK, IS_ABSOLUTE, and DEFINED.

  4. +
  5. Binary tests such as EQUAL, LESS, LESS_EQUAL, GREATER, +GREATER_EQUAL, STREQUAL, STRLESS, STRLESS_EQUAL, +STRGREATER, STRGREATER_EQUAL, VERSION_EQUAL, VERSION_LESS, +VERSION_LESS_EQUAL, VERSION_GREATER, VERSION_GREATER_EQUAL, +PATH_EQUAL, IN_LIST, IS_NEWER_THAN, and MATCHES.

  6. +
  7. Unary logical operator NOT.

  8. +
  9. Binary logical operators AND and OR, from left to right, +without any short-circuit.

  10. +
+
+

Basic Expressions

+
+
+if(<constant>)
+

True if the constant is 1, ON, YES, TRUE, Y, +or a non-zero number (including floating point numbers). +False if the constant is 0, OFF, +NO, FALSE, N, IGNORE, NOTFOUND, the empty string, +or ends in the suffix -NOTFOUND. Named boolean constants are +case-insensitive. If the argument is not one of these specific +constants, it is treated as a variable or string (see Variable Expansion +further below) and one of the following two forms applies.

+
+ +
+
+if(<variable>)
+

True if given a variable that is defined to a value that is not a false +constant. False otherwise, including if the variable is undefined. +Note that macro arguments are not variables. +Environment Variables also +cannot be tested this way, e.g. if(ENV{some_var}) will always evaluate +to false.

+
+ +
+
+if(<string>)
+

A quoted string always evaluates to false unless:

+
    +
  • The string's value is one of the true constants, or

  • +
  • Policy CMP0054 is not set to NEW and the string's value +happens to be a variable name that is affected by CMP0054's +behavior.

  • +
+
+ +
+
+

Logic Operators

+
+
+if(NOT <condition>)
+

True if the condition is not true.

+
+ +
+
+if(<cond1> AND <cond2>)
+

True if both conditions would be considered true individually.

+
+ +
+
+if(<cond1> OR <cond2>)
+

True if either condition would be considered true individually.

+
+ +
+
+if((condition) AND (condition OR (condition)))
+

The conditions inside the parenthesis are evaluated first and then +the remaining condition is evaluated as in the other examples. +Where there are nested parenthesis the innermost are evaluated as part +of evaluating the condition that contains them.

+
+ +
+
+

Existence Checks

+
+
+if(COMMAND <command-name>)
+

True if the given name is a command, macro or function that can be +invoked.

+
+ +
+
+if(POLICY <policy-id>)
+

True if the given name is an existing policy (of the form CMP<NNNN>).

+
+ +
+
+if(TARGET <target-name>)
+

True if the given name is an existing logical target name created +by a call to the add_executable(), add_library(), +or add_custom_target() command that has already been invoked +(in any directory).

+
+ +
+
+if(TEST <test-name>)
+
+

Added in version 3.3.

+
+

True if the given name is an existing test name created by the +add_test() command.

+
+ +
+
+if(DEFINED <name>|CACHE{<name>}|ENV{<name>})
+
+

True if a variable, cache variable or environment variable +with given <name> is defined. The value of the variable +does not matter. Note the following caveats:

+
    +
  • Macro arguments are not variables.

  • +
  • It is not possible to test directly whether a <name> is a non-cache +variable. The expression if(DEFINED someName) will evaluate to true +if either a cache or non-cache variable someName exists. In +comparison, the expression if(DEFINED CACHE{someName}) will only +evaluate to true if a cache variable someName exists. Both expressions +need to be tested if you need to know whether a non-cache variable exists: +if(DEFINED someName AND NOT DEFINED CACHE{someName}).

  • +
+
+
+

Added in version 3.14: Added support for CACHE{<name>} variables.

+
+
+ +
+
+if(<variable|string> IN_LIST <variable>)
+
+

Added in version 3.3.

+
+

True if the given element is contained in the named list variable.

+
+ +
+
+

File Operations

+
+
+if(EXISTS <path-to-file-or-directory>)
+

True if the named file or directory exists and is readable. Behavior +is well-defined only for explicit full paths (a leading ~/ is not +expanded as a home directory and is considered a relative path). +Resolves symbolic links, i.e. if the named file or directory is a +symbolic link, returns true if the target of the symbolic link exists.

+

False if the given path is an empty string.

+
+

Note

+

Prefer if(IS_READABLE) to check file readability. if(EXISTS) +may be changed in the future to only check file existence.

+
+
+ +
+
+if(IS_READABLE <path-to-file-or-directory>)
+
+

Added in version 3.29.

+
+

True if the named file or directory is readable. Behavior +is well-defined only for explicit full paths (a leading ~/ is not +expanded as a home directory and is considered a relative path). +Resolves symbolic links, i.e. if the named file or directory is a +symbolic link, returns true if the target of the symbolic link is readable.

+

False if the given path is an empty string.

+
+ +
+
+if(IS_WRITABLE <path-to-file-or-directory>)
+
+

Added in version 3.29.

+
+

True if the named file or directory is writable. Behavior +is well-defined only for explicit full paths (a leading ~/ is not +expanded as a home directory and is considered a relative path). +Resolves symbolic links, i.e. if the named file or directory is a +symbolic link, returns true if the target of the symbolic link is writable.

+

False if the given path is an empty string.

+
+ +
+
+if(IS_EXECUTABLE <path-to-file-or-directory>)
+
+

Added in version 3.29.

+
+

True if the named file or directory is executable. Behavior +is well-defined only for explicit full paths (a leading ~/ is not +expanded as a home directory and is considered a relative path). +Resolves symbolic links, i.e. if the named file or directory is a +symbolic link, returns true if the target of the symbolic link is executable.

+

False if the given path is an empty string.

+
+ +
+
+if(<file1> IS_NEWER_THAN <file2>)
+

True if file1 is newer than file2 or if one of the two files doesn't +exist. Behavior is well-defined only for full paths. If the file +time stamps are exactly the same, an IS_NEWER_THAN comparison returns +true, so that any dependent build operations will occur in the event +of a tie. This includes the case of passing the same file name for +both file1 and file2.

+
+ +
+
+if(IS_DIRECTORY <path>)
+

True if path is a directory. Behavior is well-defined only +for full paths.

+

False if the given path is an empty string.

+
+ +
+ +

True if the given path is a symbolic link. Behavior is well-defined +only for full paths.

+
+ +
+
+if(IS_ABSOLUTE <path>)
+

True if the given path is an absolute path. Note the following special +cases:

+
    +
  • An empty path evaluates to false.

  • +
  • On Windows hosts, any path that begins with a drive letter and colon +(e.g. C:), a forward slash or a backslash will evaluate to true. +This means a path like C:no\base\dir will evaluate to true, even +though the non-drive part of the path is relative.

  • +
  • On non-Windows hosts, any path that begins with a tilde (~) +evaluates to true.

  • +
+
+ +
+
+

Comparisons

+
+
+if(<variable|string> MATCHES <regex>)
+

True if the given string or variable's value matches the given regular +expression. See Regex Specification for regex format.

+
+

Added in version 3.9: () groups are captured in CMAKE_MATCH_<n> variables.

+
+
+ +
+
+if(<variable|string> LESS <variable|string>)
+

True if the given string or variable's value parses as a real number +(like a C double) and less than that on the right.

+
+ +
+
+if(<variable|string> GREATER <variable|string>)
+

True if the given string or variable's value parses as a real number +(like a C double) and greater than that on the right.

+
+ +
+
+if(<variable|string> EQUAL <variable|string>)
+

True if the given string or variable's value parses as a real number +(like a C double) and equal to that on the right.

+
+ +
+
+if(<variable|string> LESS_EQUAL <variable|string>)
+
+

Added in version 3.7.

+
+

True if the given string or variable's value parses as a real number +(like a C double) and less than or equal to that on the right.

+
+ +
+
+if(<variable|string> GREATER_EQUAL <variable|string>)
+
+

Added in version 3.7.

+
+

True if the given string or variable's value parses as a real number +(like a C double) and greater than or equal to that on the right.

+
+ +
+
+if(<variable|string> STRLESS <variable|string>)
+

True if the given string or variable's value is lexicographically less +than the string or variable on the right.

+
+ +
+
+if(<variable|string> STRGREATER <variable|string>)
+

True if the given string or variable's value is lexicographically greater +than the string or variable on the right.

+
+ +
+
+if(<variable|string> STREQUAL <variable|string>)
+

True if the given string or variable's value is lexicographically equal +to the string or variable on the right.

+
+ +
+
+if(<variable|string> STRLESS_EQUAL <variable|string>)
+
+

Added in version 3.7.

+
+

True if the given string or variable's value is lexicographically less +than or equal to the string or variable on the right.

+
+ +
+
+if(<variable|string> STRGREATER_EQUAL <variable|string>)
+
+

Added in version 3.7.

+
+

True if the given string or variable's value is lexicographically greater +than or equal to the string or variable on the right.

+
+ +
+
+

Version Comparisons

+
+
+if(<variable|string> VERSION_LESS <variable|string>)
+

Component-wise integer version number comparison (version format is +major[.minor[.patch[.tweak]]], omitted components are treated as zero). +Any non-integer version component or non-integer trailing part of a version +component effectively truncates the string at that point.

+
+ +
+
+if(<variable|string> VERSION_GREATER <variable|string>)
+

Component-wise integer version number comparison (version format is +major[.minor[.patch[.tweak]]], omitted components are treated as zero). +Any non-integer version component or non-integer trailing part of a version +component effectively truncates the string at that point.

+
+ +
+
+if(<variable|string> VERSION_EQUAL <variable|string>)
+

Component-wise integer version number comparison (version format is +major[.minor[.patch[.tweak]]], omitted components are treated as zero). +Any non-integer version component or non-integer trailing part of a version +component effectively truncates the string at that point.

+
+ +
+
+if(<variable|string> VERSION_LESS_EQUAL <variable|string>)
+
+

Added in version 3.7.

+
+

Component-wise integer version number comparison (version format is +major[.minor[.patch[.tweak]]], omitted components are treated as zero). +Any non-integer version component or non-integer trailing part of a version +component effectively truncates the string at that point.

+
+ +
+
+if(<variable|string> VERSION_GREATER_EQUAL <variable|string>)
+
+

Added in version 3.7.

+
+

Component-wise integer version number comparison (version format is +major[.minor[.patch[.tweak]]], omitted components are treated as zero). +Any non-integer version component or non-integer trailing part of a version +component effectively truncates the string at that point.

+
+ +
+
+

Path Comparisons

+
+
+if(<variable|string> PATH_EQUAL <variable|string>)
+
+

Added in version 3.24.

+
+

Compares the two paths component-by-component. Only if every component of +both paths match will the two paths compare equal. Multiple path separators +are effectively collapsed into a single separator, but note that backslashes +are not converted to forward slashes. No other +path normalization is performed.

+

Component-wise comparison is superior to string-based comparison due to the +handling of multiple path separators. In the following example, the +expression evaluates to true using PATH_EQUAL, but false with +STREQUAL:

+
# comparison is TRUE
+if ("/a//b/c" PATH_EQUAL "/a/b/c")
+   ...
+endif()
+
+# comparison is FALSE
+if ("/a//b/c" STREQUAL "/a/b/c")
+   ...
+endif()
+
+
+

See cmake_path(COMPARE) for more details.

+
+ +
+
+
+

Variable Expansion

+

The if command was written very early in CMake's history, predating +the ${} variable evaluation syntax, and for convenience evaluates +variables named by its arguments as shown in the above signatures. +Note that normal variable evaluation with ${} applies before the if +command even receives the arguments. Therefore code like

+
set(var1 OFF)
+set(var2 "var1")
+if(${var2})
+
+
+

appears to the if command as

+
if(var1)
+
+
+

and is evaluated according to the if(<variable>) case documented +above. The result is OFF which is false. However, if we remove the +${} from the example then the command sees

+
if(var2)
+
+
+

which is true because var2 is defined to var1 which is not a false +constant.

+

Automatic evaluation applies in the other cases whenever the +above-documented condition syntax accepts <variable|string>:

+
    +
  • The left hand argument to MATCHES is first checked to see if it is +a defined variable. If so, the variable's value is used, otherwise the +original value is used.

  • +
  • If the left hand argument to MATCHES is missing it returns false +without error

  • +
  • Both left and right hand arguments to LESS, GREATER, EQUAL, +LESS_EQUAL, and GREATER_EQUAL, are independently tested to see if +they are defined variables. If so, their defined values are used otherwise +the original value is used.

  • +
  • Both left and right hand arguments to STRLESS, STRGREATER, +STREQUAL, STRLESS_EQUAL, and STRGREATER_EQUAL are independently +tested to see if they are defined variables. If so, their defined values are +used otherwise the original value is used.

  • +
  • Both left and right hand arguments to VERSION_LESS, +VERSION_GREATER, VERSION_EQUAL, VERSION_LESS_EQUAL, and +VERSION_GREATER_EQUAL are independently tested to see if they are defined +variables. If so, their defined values are used otherwise the original value +is used.

  • +
  • The left hand argument to IN_LIST is tested to see if it is a defined +variable. If so, the variable's value is used, otherwise the original +value is used.

  • +
  • The right hand argument to NOT is tested to see if it is a boolean +constant. If so, the value is used, otherwise it is assumed to be a +variable and it is dereferenced.

  • +
  • The left and right hand arguments to AND and OR are independently +tested to see if they are boolean constants. If so, they are used as +such, otherwise they are assumed to be variables and are dereferenced.

  • +
+
+

Changed in version 3.1: To prevent ambiguity, potential variable or keyword names can be +specified in a Quoted Argument or a Bracket Argument. +A quoted or bracketed variable or keyword will be interpreted as a +string and not dereferenced or interpreted. +See policy CMP0054.

+
+

There is no automatic evaluation for environment or cache +Variable References. Their values must be referenced as +$ENV{<name>} or $CACHE{<name>} wherever the above-documented +condition syntax accepts <variable|string>.

+
+
+

See also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/include.html b/cmake/doc/cmake/html/command/include.html new file mode 100644 index 0000000000000000000000000000000000000000..d2bf0fb71741bd649ca0ffa139fcea46c36535d7 --- /dev/null +++ b/cmake/doc/cmake/html/command/include.html @@ -0,0 +1,152 @@ + + + + + + + + include — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

include

+

Load and run CMake code from a file or module.

+
include(<file|module> [OPTIONAL] [RESULT_VARIABLE <var>]
+                      [NO_POLICY_SCOPE])
+
+
+

Loads and runs CMake code from the file given. Variable reads and +writes access the scope of the caller (dynamic scoping). If OPTIONAL +is present, then no error is raised if the file does not exist. If +RESULT_VARIABLE is given the variable <var> will be set to the +full filename which has been included or NOTFOUND if it failed.

+

If a module is specified instead of a file, the file with name +<modulename>.cmake is searched first in CMAKE_MODULE_PATH, +then in the CMake module directory. There is one exception to this: if +the file which calls include() is located itself in the CMake builtin +module directory, then first the CMake builtin module directory is searched and +CMAKE_MODULE_PATH afterwards. See also policy CMP0017.

+

See the cmake_policy() command documentation for discussion of the +NO_POLICY_SCOPE option.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/include_directories.html b/cmake/doc/cmake/html/command/include_directories.html new file mode 100644 index 0000000000000000000000000000000000000000..81543007de62d67c68301ab02d820a69a2bf0704 --- /dev/null +++ b/cmake/doc/cmake/html/command/include_directories.html @@ -0,0 +1,182 @@ + + + + + + + + include_directories — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

include_directories

+

Add include directories to the build.

+
include_directories([AFTER|BEFORE] [SYSTEM] dir1 [dir2 ...])
+
+
+

Add the given directories to those the compiler uses to search for +include files. Relative paths are interpreted as relative to the +current source directory.

+

The include directories are added to the INCLUDE_DIRECTORIES +directory property for the current CMakeLists file. They are also +added to the INCLUDE_DIRECTORIES target property for each +target in the current CMakeLists file. The target property values +are the ones used by the generators.

+

By default the directories specified are appended onto the current list of +directories. This default behavior can be changed by setting +CMAKE_INCLUDE_DIRECTORIES_BEFORE to ON. By using +AFTER or BEFORE explicitly, you can select between appending and +prepending, independent of the default.

+

If the SYSTEM option is given, the compiler will be told the +directories are meant as system include directories on some platforms. +Signaling this setting might achieve effects such as the compiler +skipping warnings, or these fixed-install system files not being +considered in dependency calculations - see compiler docs.

+

Arguments to include_directories may use generator expressions +with the syntax $<...>. See the cmake-generator-expressions(7) +manual for available expressions. See the cmake-buildsystem(7) manual +for more on defining buildsystem properties.

+
+

Note

+

Prefer the target_include_directories() command to add include +directories to individual targets and optionally propagate/export them +to dependents.

+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/include_external_msproject.html b/cmake/doc/cmake/html/command/include_external_msproject.html new file mode 100644 index 0000000000000000000000000000000000000000..874a6300e63dbd010d0a06051247dea00fec8707 --- /dev/null +++ b/cmake/doc/cmake/html/command/include_external_msproject.html @@ -0,0 +1,156 @@ + + + + + + + + include_external_msproject — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

include_external_msproject

+

Include an external Microsoft project file in the solution file produced +by Visual Studio Generators. Ignored on other generators.

+
include_external_msproject(projectname location
+                           [TYPE projectTypeGUID]
+                           [GUID projectGUID]
+                           [PLATFORM platformName]
+                           dep1 dep2 ...)
+
+
+

Includes an external Microsoft project in the generated solution file. +This will create a target named [projectname]. +This can be used in the add_dependencies() +command to make things depend on the external project.

+

TYPE, GUID and PLATFORM are optional parameters that allow one to +specify the type of project, id (GUID) of the project and the name of +the target platform. This is useful for projects requiring values +other than the default (e.g. WIX projects).

+
+

Added in version 3.9: If the imported project has different configuration names than the +current project, set the MAP_IMPORTED_CONFIG_<CONFIG> +target property to specify the mapping.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/include_guard.html b/cmake/doc/cmake/html/command/include_guard.html new file mode 100644 index 0000000000000000000000000000000000000000..8d7a939305a5375bdaee97442a014db5a4c0d6ff --- /dev/null +++ b/cmake/doc/cmake/html/command/include_guard.html @@ -0,0 +1,174 @@ + + + + + + + + include_guard — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

include_guard

+
+

Added in version 3.10.

+
+

Provides an include guard for the file currently being processed by CMake.

+
include_guard([DIRECTORY|GLOBAL])
+
+
+

Sets up an include guard for the current CMake file (see the +CMAKE_CURRENT_LIST_FILE variable documentation).

+

CMake will end its processing of the current file at the location of the +include_guard command if the current file has already been +processed for the applicable scope (see below). This provides functionality +similar to the include guards commonly used in source headers or to the +#pragma once directive. If the current file has been processed previously +for the applicable scope, the effect is as though return() had been +called. Do not call this command from inside a function being defined within +the current file.

+

An optional argument specifying the scope of the guard may be provided. +Possible values for the option are:

+
+
DIRECTORY

The include guard applies within the current directory and below. The file +will only be included once within this directory scope, but may be included +again by other files outside of this directory (i.e. a parent directory or +another directory not pulled in by add_subdirectory() or +include() from the current file or its children).

+
+
GLOBAL

The include guard applies globally to the whole build. The current file +will only be included once regardless of the scope.

+
+
+

If no arguments given, include_guard has the same scope as a variable, +meaning that the include guard effect is isolated by the most recent +function scope or current directory if no inner function scopes exist. +In this case the command behavior is the same as:

+
if(__CURRENT_FILE_VAR__)
+  return()
+endif()
+set(__CURRENT_FILE_VAR__ TRUE)
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/include_regular_expression.html b/cmake/doc/cmake/html/command/include_regular_expression.html new file mode 100644 index 0000000000000000000000000000000000000000..307c214b6ae377fd64a8df80c28d23eb1dee903d --- /dev/null +++ b/cmake/doc/cmake/html/command/include_regular_expression.html @@ -0,0 +1,146 @@ + + + + + + + + include_regular_expression — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

include_regular_expression

+

Set the regular expression used for dependency checking.

+
include_regular_expression(regex_match [regex_complain])
+
+
+

Sets the regular expressions used in dependency checking. Only files +matching regex_match will be traced as dependencies. Only files +matching regex_complain will generate warnings if they cannot be found +(standard header paths are not searched). The defaults are:

+
regex_match    = "^.*$" (match everything)
+regex_complain = "^$" (match empty string only)
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/install.html b/cmake/doc/cmake/html/command/install.html new file mode 100644 index 0000000000000000000000000000000000000000..9cd9efc1dc22e58f2b5f201f142724df9a3f5fc5 --- /dev/null +++ b/cmake/doc/cmake/html/command/install.html @@ -0,0 +1,1374 @@ + + + + + + + + install — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

install

+ +

Specify rules to run at install time.

+
+

Synopsis

+
install(TARGETS <target>... [...])
+install(IMPORTED_RUNTIME_ARTIFACTS <target>... [...])
+install({FILES | PROGRAMS} <file>... [...])
+install(DIRECTORY <dir>... [...])
+install(SCRIPT <file> [...])
+install(CODE <code> [...])
+install(EXPORT <export-name> [...])
+install(PACKAGE_INFO <package-name> [...])
+install(RUNTIME_DEPENDENCY_SET <set-name> [...])
+
+
+

Introduction

+

This command generates installation rules for a project. Install rules +specified by calls to the install() command within a source directory +are executed in order during installation.

+
+

Changed in version 3.14: Install rules in subdirectories +added by calls to the add_subdirectory() command are interleaved +with those in the parent directory to run in the order declared (see +policy CMP0082).

+
+
+

Changed in version 3.22: The environment variable CMAKE_INSTALL_MODE can override the +default copying behavior of install().

+
+
+

Changed in version 3.31: Projects can enable INSTALL_PARALLEL to enable a parallel +installation. When using the parallel install, subdirectories added by calls +to the add_subdirectory() command are installed independently +and the order that install rules added in different subdirectories will run is +not guaranteed.

+
+

There are multiple signatures for this command. Some of them define +installation options for files and targets. Options common to +multiple signatures are covered here but they are valid only for +signatures that specify them. The common options are:

+
+
DESTINATION <dir>

Specify the directory on disk to which a file will be installed. +<dir> should be a relative path. An absolute path is allowed, +but not recommended.

+

When a relative path is given, it is interpreted relative to the value +of the CMAKE_INSTALL_PREFIX variable. +The prefix can be relocated at install time using the DESTDIR +mechanism explained in the CMAKE_INSTALL_PREFIX variable +documentation.

+

As absolute paths do not work with the cmake --install command's +--prefix option, or with the +cpack installer generators, it is strongly recommended +to use relative paths throughout for best support by package maintainers. +In particular, there is no need to make paths absolute by prepending +CMAKE_INSTALL_PREFIX; this prefix is used by default if +the DESTINATION is a relative path.

+

If an absolute path (with a leading slash or drive letter) is given +it is used verbatim.

+
+

Changed in version 3.31: <dir> will be normalized according to the same +normalization rules as the +cmake_path() command.

+
+
+
PERMISSIONS <permission>...

Specify permissions for installed files. Valid permissions are +OWNER_READ, OWNER_WRITE, OWNER_EXECUTE, GROUP_READ, +GROUP_WRITE, GROUP_EXECUTE, WORLD_READ, WORLD_WRITE, +WORLD_EXECUTE, SETUID, and SETGID. Permissions that do +not make sense on certain platforms are ignored on those platforms.

+

If this option is used multiple times in a single call, its list +of permissions accumulates. If an install(TARGETS) call +uses <artifact-kind> arguments, a separate list of permissions +is accumulated for each kind of artifact.

+
+
CONFIGURATIONS <config>...

Specify a list of build configurations for which the install rule +applies (Debug, Release, etc.).

+

If this option is used multiple times in a single call, its list +of configurations accumulates. If an install(TARGETS) +call uses <artifact-kind> arguments, a separate list of +configurations is accumulated for each kind of artifact.

+
+
COMPONENT <component>

Specify an installation component name with which the install rule +is associated, such as Runtime or Development. During +component-specific installation only install rules associated with +the given component name will be executed. During a full installation +all components are installed unless marked with EXCLUDE_FROM_ALL. +If COMPONENT is not provided a default component "Unspecified" is +created. The default component name may be controlled with the +CMAKE_INSTALL_DEFAULT_COMPONENT_NAME variable.

+
+
EXCLUDE_FROM_ALL
+

Added in version 3.6.

+
+

Specify that the file is excluded from a full installation and only +installed as part of a component-specific installation

+
+
OPTIONAL

Specify that it is not an error if the file to be installed does +not exist.

+
+
+
+

Added in version 3.1: Command signatures that install files may print messages during +installation. Use the CMAKE_INSTALL_MESSAGE variable +to control which messages are printed.

+
+
+

Added in version 3.11: Many of the install() variants implicitly create the directories +containing the installed files. If +CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS is set, these +directories will be created with the permissions specified. Otherwise, +they will be created according to the uname rules on Unix-like platforms. +Windows platforms are unaffected.

+
+
+
+

Signatures

+
+
+install(TARGETS <target>... [...])
+

Install target Output Artifacts and associated files:

+
install(TARGETS <target>... [EXPORT <export-name>]
+        [RUNTIME_DEPENDENCIES <arg>...|RUNTIME_DEPENDENCY_SET <set-name>]
+        [<artifact-option>...]
+        [<artifact-kind> <artifact-option>...]...
+        [INCLUDES DESTINATION [<dir> ...]]
+        )
+
+
+

where <artifact-option>... group may contain:

+
[DESTINATION <dir>]
+[PERMISSIONS <permission>...]
+[CONFIGURATIONS <config>...]
+[COMPONENT <component>]
+[NAMELINK_COMPONENT <component>]
+[OPTIONAL] [EXCLUDE_FROM_ALL]
+[NAMELINK_ONLY|NAMELINK_SKIP]
+
+
+

The first <artifact-option>... group applies to target +Output Artifacts that do not have a dedicated group specified +later in the same call.

+

Each <artifact-kind> <artifact-option>... group applies to +Output Artifacts of the specified artifact kind:

+
+
ARCHIVE

Target artifacts of this kind include:

+
    +
  • Static libraries +(except on macOS when marked as FRAMEWORK, see below);

  • +
  • DLL import libraries +(on all Windows-based systems including Cygwin; they have extension +.lib, in contrast to the .dll libraries that go to RUNTIME);

  • +
  • On AIX, the linker import file created for executables with +ENABLE_EXPORTS enabled.

  • +
  • On macOS, the linker import file created for shared libraries with +ENABLE_EXPORTS enabled (except when marked as FRAMEWORK, +see below).

  • +
+
+
LIBRARY

Target artifacts of this kind include:

+
    +
  • Shared libraries, except

    +
      +
    • DLLs (these go to RUNTIME, see below),

    • +
    • on macOS when marked as FRAMEWORK (see below).

    • +
    +
  • +
+
+
RUNTIME

Target artifacts of this kind include:

+
    +
  • Executables +(except on macOS when marked as MACOSX_BUNDLE, see BUNDLE below);

  • +
  • DLLs (on all Windows-based systems including Cygwin; note that the +accompanying import libraries are of kind ARCHIVE).

  • +
+
+
OBJECTS
+

Added in version 3.9.

+
+

Object files associated with object libraries.

+
+
FRAMEWORK

Both static and shared libraries marked with the FRAMEWORK +property are treated as FRAMEWORK targets on macOS.

+
+
BUNDLE

Executables marked with the MACOSX_BUNDLE property are treated as +BUNDLE targets on macOS.

+
+
PUBLIC_HEADER

Any PUBLIC_HEADER files associated with a library are installed in +the destination specified by the PUBLIC_HEADER argument on non-Apple +platforms. Rules defined by this argument are ignored for FRAMEWORK +libraries on Apple platforms because the associated files are installed +into the appropriate locations inside the framework folder. See +PUBLIC_HEADER for details.

+
+
PRIVATE_HEADER

Similar to PUBLIC_HEADER, but for PRIVATE_HEADER files. See +PRIVATE_HEADER for details.

+
+
RESOURCE

Similar to PUBLIC_HEADER and PRIVATE_HEADER, but for +RESOURCE files. See RESOURCE for details.

+
+
FILE_SET <set-name>
+

Added in version 3.23.

+
+

File sets are defined by the target_sources(FILE_SET) command. +If the file set <set-name> exists and is PUBLIC or INTERFACE, +any files in the set are installed under the destination (see below). +The directory structure relative to the file set's base directories is +preserved. For example, a file added to the file set as +/blah/include/myproj/here.h with a base directory /blah/include +would be installed to myproj/here.h below the destination.

+
+
CXX_MODULES_BMI
+

Added in version 3.28.

+
+

Any module files from C++ modules from PUBLIC sources in a file set of +type CXX_MODULES will be installed to the given DESTINATION. All +modules are placed directly in the destination as no directory structure is +derived from the names of the modules. An empty DESTINATION may be used +to suppress installing these files (for use in generic code).

+
+
+

For regular executables, static libraries and shared libraries, the +DESTINATION argument is not required. For these target types, when +DESTINATION is omitted, a default destination will be taken from the +appropriate variable from GNUInstallDirs, or set to a built-in +default value if that variable is not defined. The same is true for file +sets, and the public and private headers associated with the installed +targets through the PUBLIC_HEADER and PRIVATE_HEADER +target properties. A destination must always be provided for module libraries, +Apple bundles and frameworks. A destination can be omitted for interface and +object libraries, but they are handled differently (see the discussion of this +topic toward the end of this section).

+

For shared libraries on DLL platforms, if neither RUNTIME nor ARCHIVE +destinations are specified, both the RUNTIME and ARCHIVE components are +installed to their default destinations. If either a RUNTIME or ARCHIVE +destination is specified, the component is installed to that destination, and +the other component is not installed. If both RUNTIME and ARCHIVE +destinations are specified, then both components are installed to their +respective destinations.

+

The following table shows the target types with their associated variables and +built-in defaults that apply when no destination is given:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Target Type

GNUInstallDirs Variable

Built-In Default

RUNTIME

${CMAKE_INSTALL_BINDIR}

bin

LIBRARY

${CMAKE_INSTALL_LIBDIR}

lib

ARCHIVE

${CMAKE_INSTALL_LIBDIR}

lib

PRIVATE_HEADER

${CMAKE_INSTALL_INCLUDEDIR}

include

PUBLIC_HEADER

${CMAKE_INSTALL_INCLUDEDIR}

include

FILE_SET (type HEADERS)

${CMAKE_INSTALL_INCLUDEDIR}

include

+

Projects wishing to follow the common practice of installing headers into a +project-specific subdirectory may prefer using file sets with appropriate +paths and base directories. Otherwise, they must provide a DESTINATION +instead of being able to rely on the above (see next example below).

+

To make packages compliant with distribution filesystem layout policies, if +projects must specify a DESTINATION, it is strongly recommended that they use +a path that begins with the appropriate relative GNUInstallDirs variable. +This allows package maintainers to control the install destination by setting +the appropriate cache variables. The following example shows a static library +being installed to the default destination provided by +GNUInstallDirs, but with its headers installed to a project-specific +subdirectory without using file sets:

+
add_library(mylib STATIC ...)
+set_target_properties(mylib PROPERTIES PUBLIC_HEADER mylib.h)
+include(GNUInstallDirs)
+install(TARGETS mylib
+        PUBLIC_HEADER
+          DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/myproj
+)
+
+
+

In addition to the common options listed above, each target can accept +the following additional arguments:

+
+
NAMELINK_COMPONENT
+

Added in version 3.12.

+
+

On some platforms a versioned shared library has a symbolic link such +as:

+
lib<name>.so -> lib<name>.so.1
+
+
+

where lib<name>.so.1 is the soname of the library and lib<name>.so +is a "namelink" allowing linkers to find the library when given +-l<name>. The NAMELINK_COMPONENT option is similar to the +COMPONENT option, but it changes the installation component of a shared +library namelink if one is generated. If not specified, this defaults to the +value of COMPONENT. It is an error to use this parameter outside of a +LIBRARY block.

+
+

Changed in version 3.27: This parameter is also usable for an ARCHIVE block to manage +the linker import file created, on macOS, for shared libraries with +ENABLE_EXPORTS enabled.

+
+

See the Example: Install Targets with Per-Artifact Components +for an example using NAMELINK_COMPONENT.

+

This option is typically used for package managers that have separate +runtime and development packages. For example, on Debian systems, the +library is expected to be in the runtime package, and the headers and +namelink are expected to be in the development package.

+

See the VERSION and SOVERSION target properties for +details on creating versioned shared libraries.

+
+
NAMELINK_ONLY

This option causes the installation of only the namelink when a library +target is installed. On platforms where versioned shared libraries do not +have namelinks or when a library is not versioned, the NAMELINK_ONLY +option installs nothing. It is an error to use this parameter outside of a +LIBRARY block.

+
+

Changed in version 3.27: This parameter is also usable for an ARCHIVE block to manage +the linker import file created, on macOS, for shared libraries with +ENABLE_EXPORTS enabled.

+
+

When NAMELINK_ONLY is given, either NAMELINK_COMPONENT or +COMPONENT may be used to specify the installation component of the +namelink, but COMPONENT should generally be preferred.

+
+
NAMELINK_SKIP

Similar to NAMELINK_ONLY, but it has the opposite effect: it causes the +installation of library files other than the namelink when a library target +is installed. When neither NAMELINK_ONLY or NAMELINK_SKIP are given, +both portions are installed. On platforms where versioned shared libraries +do not have symlinks or when a library is not versioned, NAMELINK_SKIP +installs the library. It is an error to use this parameter outside of a +LIBRARY block.

+
+

Changed in version 3.27: This parameter is also usable for an ARCHIVE block to manage +the linker import file created, on macOS, for shared libraries with +ENABLE_EXPORTS enabled.

+
+

If NAMELINK_SKIP is specified, NAMELINK_COMPONENT has no effect. It +is not recommended to use NAMELINK_SKIP in conjunction with +NAMELINK_COMPONENT.

+
+
+

The install(TARGETS) command can also accept the following +options at the top level:

+
+
EXPORT

This option associates the installed target files with an export called +<export-name>. It must appear before any target options. +To actually install the export file itself, call +install(EXPORT), documented below. +See documentation of the EXPORT_NAME target property to change +the name of the exported target.

+

If EXPORT is used and the targets include PUBLIC or INTERFACE +file sets, all of them must be specified with FILE_SET arguments. All +PUBLIC or INTERFACE file sets associated with a target are included +in the export.

+
+
INCLUDES DESTINATION

This option specifies a list of directories which will be added to the +INTERFACE_INCLUDE_DIRECTORIES target property of the +<targets> when exported by the install(EXPORT) command. +If a relative path is specified, it is treated as relative to the +$<INSTALL_PREFIX>.

+

Unlike other DESTINATION arguments for the various install() +subcommands, paths given after INCLUDES DESTINATION are used as +given. They are not normalized, nor assumed to be normalized, although +it is recommended that they are given in normalized form (see +Normalization).

+
+
RUNTIME_DEPENDENCY_SET <set-name>
+

Added in version 3.21.

+
+

This option causes all runtime dependencies of installed executable, shared +library, and module targets to be added to the specified runtime dependency +set. This set can then be installed with an +install(RUNTIME_DEPENDENCY_SET) command.

+

This keyword and the RUNTIME_DEPENDENCIES keyword are mutually +exclusive.

+
+
RUNTIME_DEPENDENCIES <arg>...
+

Added in version 3.21.

+
+

This option causes all runtime dependencies of installed executable, shared +library, and module targets to be installed along with the targets +themselves. The RUNTIME, LIBRARY, FRAMEWORK, and generic +arguments are used to determine the properties (DESTINATION, +COMPONENT, etc.) of the installation of these dependencies.

+

RUNTIME_DEPENDENCIES is semantically equivalent to the following pair +of calls:

+
install(TARGETS ... RUNTIME_DEPENDENCY_SET <set-name>)
+install(RUNTIME_DEPENDENCY_SET <set-name> <arg>...)
+
+
+

where <set-name> will be a randomly generated set name. +<arg>... may include any of the following keywords supported by +the install(RUNTIME_DEPENDENCY_SET) command:

+
    +
  • DIRECTORIES

  • +
  • PRE_INCLUDE_REGEXES

  • +
  • PRE_EXCLUDE_REGEXES

  • +
  • POST_INCLUDE_REGEXES

  • +
  • POST_EXCLUDE_REGEXES

  • +
  • POST_INCLUDE_FILES

  • +
  • POST_EXCLUDE_FILES

  • +
+

The RUNTIME_DEPENDENCIES and RUNTIME_DEPENDENCY_SET keywords are +mutually exclusive.

+
+
+

Interface Libraries may be listed among the targets to install. +They install no artifacts but will be included in an associated EXPORT. +If Object Libraries are listed but given no destination for their +object files, they will be exported as Interface Libraries. +This is sufficient to satisfy transitive usage requirements of other +targets that link to the object libraries in their implementation.

+

Installing a target with the EXCLUDE_FROM_ALL target property +set to TRUE has undefined behavior.

+
+

Added in version 3.3: An install destination given as a DESTINATION argument may +use "generator expressions" with the syntax $<...>. See the +cmake-generator-expressions(7) manual for available expressions.

+
+
+

Added in version 3.13: install(TARGETS) can install targets that were created in +other directories. When using such cross-directory install rules, running +make install (or similar) from a subdirectory will not guarantee that +targets from other directories are up-to-date. You can use +target_link_libraries() or add_dependencies() +to ensure that such out-of-directory targets are built before the +subdirectory-specific install rules are run.

+
+
+ +
+
+install(IMPORTED_RUNTIME_ARTIFACTS <target>... [...])
+
+

Added in version 3.21.

+
+

Install runtime artifacts of imported targets:

+
install(IMPORTED_RUNTIME_ARTIFACTS <target>...
+        [RUNTIME_DEPENDENCY_SET <set-name>]
+        [[LIBRARY|RUNTIME|FRAMEWORK|BUNDLE]
+         [DESTINATION <dir>]
+         [PERMISSIONS <permission>...]
+         [CONFIGURATIONS <config>...]
+         [COMPONENT <component>]
+         [OPTIONAL] [EXCLUDE_FROM_ALL]
+        ] [...]
+        )
+
+
+

The IMPORTED_RUNTIME_ARTIFACTS form specifies rules for installing the +runtime artifacts of imported targets. Projects may do this if they want to +bundle outside executables or modules inside their installation. The +LIBRARY, RUNTIME, FRAMEWORK, and BUNDLE arguments have the +same semantics that they do in the TARGETS mode. Only the runtime artifacts +of imported targets are installed (except in the case of FRAMEWORK +libraries, MACOSX_BUNDLE executables, and BUNDLE +CFBundles.) For example, headers and import libraries associated with DLLs are +not installed. In the case of FRAMEWORK libraries, +MACOSX_BUNDLE executables, and BUNDLE CFBundles, the +entire directory is installed.

+

The RUNTIME_DEPENDENCY_SET option causes the runtime artifacts of the +imported executable, shared library, and module library targets to be +added to the <set-name> runtime dependency set. This set can then be +installed with an install(RUNTIME_DEPENDENCY_SET) command.

+
+ +
+
+install(FILES <file>... [...])
+
+install(PROGRAMS <program>... [...])
+
+

Note

+

If installing header files, consider using file sets defined by +target_sources(FILE_SET) instead. File sets associate +headers with a target and they install as part of the target.

+
+

Install files or programs:

+
install(<FILES|PROGRAMS> <file>...
+        TYPE <type> | DESTINATION <dir>
+        [PERMISSIONS <permission>...]
+        [CONFIGURATIONS <config>...]
+        [COMPONENT <component>]
+        [RENAME <name>] [OPTIONAL] [EXCLUDE_FROM_ALL])
+
+
+

The FILES form specifies rules for installing files for a project. +File names given as relative paths are interpreted with respect to the +current source directory. Files installed by this form are by default +given permissions OWNER_WRITE, OWNER_READ, GROUP_READ, and +WORLD_READ if no PERMISSIONS argument is given.

+

The PROGRAMS form is identical to the FILES form except that the +default permissions for the installed file also include OWNER_EXECUTE, +GROUP_EXECUTE, and WORLD_EXECUTE. This form is intended to install +programs that are not targets, such as shell scripts. Use the TARGETS +form to install targets built within the project.

+

The list of files... given to FILES or PROGRAMS may use +"generator expressions" with the syntax $<...>. See the +cmake-generator-expressions(7) manual for available expressions. +However, if any item begins in a generator expression it must evaluate +to a full path.

+

The optional RENAME <name> argument is used to specify a name for the +installed file that is different from the original file name. Renaming +is allowed only when a single file is installed by the command.

+

Either a TYPE or a DESTINATION must be provided, but not both. +A TYPE argument specifies the generic file type of the files being +installed. A destination will then be set automatically by taking the +corresponding variable from GNUInstallDirs, or by using a +built-in default if that variable is not defined. See the table below for +the supported file types and their corresponding variables and built-in +defaults. Projects can provide a DESTINATION argument instead of a +file type if they wish to explicitly define the install destination.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

TYPE Argument

GNUInstallDirs Variable

Built-In Default

BIN

${CMAKE_INSTALL_BINDIR}

bin

SBIN

${CMAKE_INSTALL_SBINDIR}

sbin

LIB

${CMAKE_INSTALL_LIBDIR}

lib

INCLUDE

${CMAKE_INSTALL_INCLUDEDIR}

include

SYSCONF

${CMAKE_INSTALL_SYSCONFDIR}

etc

SHAREDSTATE

${CMAKE_INSTALL_SHARESTATEDIR}

com

LOCALSTATE

${CMAKE_INSTALL_LOCALSTATEDIR}

var

RUNSTATE

${CMAKE_INSTALL_RUNSTATEDIR}

<LOCALSTATE dir>/run

DATA

${CMAKE_INSTALL_DATADIR}

<DATAROOT dir>

INFO

${CMAKE_INSTALL_INFODIR}

<DATAROOT dir>/info

LOCALE

${CMAKE_INSTALL_LOCALEDIR}

<DATAROOT dir>/locale

MAN

${CMAKE_INSTALL_MANDIR}

<DATAROOT dir>/man

DOC

${CMAKE_INSTALL_DOCDIR}

<DATAROOT dir>/doc

LIBEXEC

${CMAKE_INSTALL_LIBEXECDIR}

libexec

+

Projects wishing to follow the common practice of installing headers into a +project-specific subdirectory will need to provide a destination rather than +rely on the above. Using file sets for headers instead of install(FILES) +would be even better (see target_sources(FILE_SET)).

+

Note that some of the types' built-in defaults use the DATAROOT directory as +a prefix. The DATAROOT prefix is calculated similarly to the types, with +CMAKE_INSTALL_DATAROOTDIR as the variable and share as the built-in +default. You cannot use DATAROOT as a TYPE parameter; please use +DATA instead.

+

To make packages compliant with distribution filesystem layout policies, if +projects must specify a DESTINATION, it is strongly recommended that they use +a path that begins with the appropriate relative GNUInstallDirs variable. +This allows package maintainers to control the install destination by setting +the appropriate cache variables. The following example shows how to follow +this advice while installing an image to a project-specific documentation +subdirectory:

+
include(GNUInstallDirs)
+install(FILES logo.png
+        DESTINATION ${CMAKE_INSTALL_DOCDIR}/myproj
+)
+
+
+
+

Added in version 3.4: An install destination given as a DESTINATION argument may +use "generator expressions" with the syntax $<...>. See the +cmake-generator-expressions(7) manual for available expressions.

+
+
+

Added in version 3.20: An install rename given as a RENAME argument may +use "generator expressions" with the syntax $<...>. See the +cmake-generator-expressions(7) manual for available expressions.

+
+
+

Added in version 3.31: The TYPE argument now supports type LIBEXEC.

+
+
+ +
+
+install(DIRECTORY <dir>... [...])
+
+

Note

+

To install a directory sub-tree of headers, consider using file sets +defined by target_sources(FILE_SET) instead. File sets not only +preserve directory structure, they also associate headers with a target +and install as part of the target.

+
+

Install the contents of one or more directories:

+
install(DIRECTORY dirs...
+        TYPE <type> | DESTINATION <dir>
+        [FILE_PERMISSIONS <permission>...]
+        [DIRECTORY_PERMISSIONS <permission>...]
+        [USE_SOURCE_PERMISSIONS] [OPTIONAL] [MESSAGE_NEVER]
+        [CONFIGURATIONS <config>...]
+        [COMPONENT <component>] [EXCLUDE_FROM_ALL]
+        [FILES_MATCHING]
+        [[PATTERN <pattern> | REGEX <regex>]
+         [EXCLUDE] [PERMISSIONS <permission>...]] [...])
+
+
+

The DIRECTORY form installs contents of one or more directories to a +given destination. The directory structure is copied verbatim to the +destination. The last component of each directory name is appended to +the destination directory but a trailing slash may be used to avoid +this because it leaves the last component empty. Directory names +given as relative paths are interpreted with respect to the current +source directory. If no input directory names are given the +destination directory will be created but nothing will be installed +into it. The FILE_PERMISSIONS and DIRECTORY_PERMISSIONS options +specify permissions given to files and directories in the destination. +If USE_SOURCE_PERMISSIONS is specified and FILE_PERMISSIONS is not, +file permissions will be copied from the source directory structure. +If no permissions are specified files will be given the default +permissions specified in the FILES form of the command, and the +directories will be given the default permissions specified in the +PROGRAMS form of the command.

+
+

Added in version 3.1: The MESSAGE_NEVER option disables file installation status output.

+
+

Installation of directories may be controlled with fine granularity +using the PATTERN or REGEX options. These "match" options specify a +globbing pattern or regular expression to match directories or files +encountered within input directories. They may be used to apply +certain options (see below) to a subset of the files and directories +encountered. The full path to each input file or directory (with +forward slashes) is matched against the expression. A PATTERN will +match only complete file names: the portion of the full path matching +the pattern must occur at the end of the file name and be preceded by +a slash. A REGEX will match any portion of the full path but it may +use / and $ to simulate the PATTERN behavior. By default all +files and directories are installed whether or not they are matched. +The FILES_MATCHING option may be given before the first match option +to disable installation of files (but not directories) not matched by +any expression. For example, the code

+
install(DIRECTORY src/ DESTINATION doc/myproj
+        FILES_MATCHING PATTERN "*.png")
+
+
+

will extract and install images from a source tree.

+

Some options may follow a PATTERN or REGEX expression as described +under string(REGEX) and are applied +only to files or directories matching them. The EXCLUDE option will +skip the matched file or directory. The PERMISSIONS option overrides +the permissions setting for the matched file or directory. For +example the code

+
install(DIRECTORY icons scripts/ DESTINATION share/myproj
+        PATTERN "CVS" EXCLUDE
+        PATTERN "scripts/*"
+        PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ
+                    GROUP_EXECUTE GROUP_READ)
+
+
+

will install the icons directory to share/myproj/icons and the +scripts directory to share/myproj. The icons will get default +file permissions, the scripts will be given specific permissions, and any +CVS directories will be excluded.

+

Either a TYPE or a DESTINATION must be provided, but not both. +A TYPE argument specifies the generic file type of the files within the +listed directories being installed. A destination will then be set +automatically by taking the corresponding variable from +GNUInstallDirs, or by using a built-in default if that variable +is not defined. See the table below for the supported file types and their +corresponding variables and built-in defaults. Projects can provide a +DESTINATION argument instead of a file type if they wish to explicitly +define the install destination.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

TYPE Argument

GNUInstallDirs Variable

Built-In Default

BIN

${CMAKE_INSTALL_BINDIR}

bin

SBIN

${CMAKE_INSTALL_SBINDIR}

sbin

LIB

${CMAKE_INSTALL_LIBDIR}

lib

INCLUDE

${CMAKE_INSTALL_INCLUDEDIR}

include

SYSCONF

${CMAKE_INSTALL_SYSCONFDIR}

etc

SHAREDSTATE

${CMAKE_INSTALL_SHARESTATEDIR}

com

LOCALSTATE

${CMAKE_INSTALL_LOCALSTATEDIR}

var

RUNSTATE

${CMAKE_INSTALL_RUNSTATEDIR}

<LOCALSTATE dir>/run

DATA

${CMAKE_INSTALL_DATADIR}

<DATAROOT dir>

INFO

${CMAKE_INSTALL_INFODIR}

<DATAROOT dir>/info

LOCALE

${CMAKE_INSTALL_LOCALEDIR}

<DATAROOT dir>/locale

MAN

${CMAKE_INSTALL_MANDIR}

<DATAROOT dir>/man

DOC

${CMAKE_INSTALL_DOCDIR}

<DATAROOT dir>/doc

LIBEXEC

${CMAKE_INSTALL_LIBEXECDIR}

libexec

+

Note that some of the types' built-in defaults use the DATAROOT directory as +a prefix. The DATAROOT prefix is calculated similarly to the types, with +CMAKE_INSTALL_DATAROOTDIR as the variable and share as the built-in +default. You cannot use DATAROOT as a TYPE parameter; please use +DATA instead.

+

To make packages compliant with distribution filesystem layout policies, if +projects must specify a DESTINATION, it is strongly recommended that they use +a path that begins with the appropriate relative GNUInstallDirs variable. +This allows package maintainers to control the install destination by setting +the appropriate cache variables.

+
+

Added in version 3.4: An install destination given as a DESTINATION argument may +use "generator expressions" with the syntax $<...>. See the +cmake-generator-expressions(7) manual for available expressions.

+
+
+

Added in version 3.5: The list of dirs... given to DIRECTORY may use +"generator expressions" too.

+
+
+

Added in version 3.31: The TYPE argument now supports type LIBEXEC.

+
+
+ +
+
+install(SCRIPT <file> [...])
+
+install(CODE <code> [...])
+

Invoke CMake scripts or code during installation:

+
install([[SCRIPT <file>] [CODE <code>]]
+        [ALL_COMPONENTS | COMPONENT <component>]
+        [EXCLUDE_FROM_ALL] [...])
+
+
+

The SCRIPT form will invoke the given CMake script files during +installation. If the script file name is a relative path it will be +interpreted with respect to the current source directory. The CODE +form will invoke the given CMake code during installation. Code is +specified as a single argument inside a double-quoted string. For +example, the code

+
install(CODE "MESSAGE(\"Sample install message.\")")
+
+
+

will print a message during installation.

+
+

Added in version 3.21: When the ALL_COMPONENTS option is given, the custom installation +script code will be executed for every component of a component-specific +installation. This option is mutually exclusive with the COMPONENT +option.

+
+
+

Added in version 3.14: <file> or <code> may use "generator expressions" with the syntax +$<...> (in the case of <file>, this refers to their use in the file +name, not the file's contents). See the +cmake-generator-expressions(7) manual for available expressions.

+
+
+ +
+
+install(EXPORT <export-name> [...])
+

Install a CMake file exporting targets for dependent projects:

+
install(EXPORT <export-name> DESTINATION <dir>
+        [NAMESPACE <namespace>] [FILE <name>.cmake]
+        [PERMISSIONS <permission>...]
+        [CONFIGURATIONS <config>...]
+        [CXX_MODULES_DIRECTORY <directory>]
+        [EXPORT_LINK_INTERFACE_LIBRARIES]
+        [COMPONENT <component>]
+        [EXCLUDE_FROM_ALL]
+        [EXPORT_PACKAGE_DEPENDENCIES])
+install(EXPORT_ANDROID_MK <export-name> DESTINATION <dir> [...])
+
+
+

The EXPORT form generates and installs a CMake file containing code to +import targets from the installation tree into another project. +Target installations are associated with the export <export-name> +using the EXPORT option of the install(TARGETS) signature +documented above. The NAMESPACE option will prepend <namespace> to +the target names as they are written to the import file. By default +the generated file will be called <export-name>.cmake but the FILE +option may be used to specify a different name. The value given to +the FILE option must be a file name with the .cmake extension.

+

If a CONFIGURATIONS option is given then the file will only be installed +when one of the named configurations is installed. Additionally, the +generated import file will reference only the matching target +configurations. See the CMAKE_MAP_IMPORTED_CONFIG_<CONFIG> +variable to map configurations of dependent projects to the installed +configurations. The EXPORT_LINK_INTERFACE_LIBRARIES keyword, if +present, causes the contents of the properties matching +(IMPORTED_)?LINK_INTERFACE_LIBRARIES(_<CONFIG>)? to be exported, when +policy CMP0022 is NEW.

+
+

Note

+

The installed <export-name>.cmake file may come with additional +per-configuration <export-name>-*.cmake files to be loaded by +globbing. Do not use an export name that is the same as the package +name in combination with installing a <package-name>-config.cmake +file or the latter may be incorrectly matched by the glob and loaded.

+
+

When a COMPONENT option is given, the listed <component> implicitly +depends on all components mentioned in the export set. The exported +<name>.cmake file will require each of the exported components to be +present in order for dependent projects to build properly. For example, a +project may define components Runtime and Development, with shared +libraries going into the Runtime component and static libraries and +headers going into the Development component. The export set would also +typically be part of the Development component, but it would export +targets from both the Runtime and Development components. Therefore, +the Runtime component would need to be installed if the Development +component was installed, but not vice versa. If the Development component +was installed without the Runtime component, dependent projects that try +to link against it would have build errors. Package managers, such as APT and +RPM, typically handle this by listing the Runtime component as a dependency +of the Development component in the package metadata, ensuring that the +library is always installed if the headers and CMake export file are present.

+
+

Added in version 3.7: In addition to cmake language files, the EXPORT_ANDROID_MK mode may be +used to specify an export to the android ndk build system. This mode +accepts the same options as the normal export mode. The Android +NDK supports the use of prebuilt libraries, both static and shared. This +allows cmake to build the libraries of a project and make them available +to an ndk build system complete with transitive dependencies, include flags +and defines required to use the libraries.

+
+
+
CXX_MODULES_DIRECTORY
+

Added in version 3.28.

+
+

Specify a subdirectory to store C++ module information for targets in the +export set. This directory will be populated with files which add the +necessary target property information to the relevant targets. Note that +without this information, none of the C++ modules which are part of the +targets in the export set will support being imported in consuming targets.

+
+
EXPORT_PACKAGE_DEPENDENCIES
+

Note

+

Experimental. Gated by CMAKE_EXPERIMENTAL_EXPORT_PACKAGE_DEPENDENCIES.

+
+

Specify that find_dependency() calls should be exported. If this +argument is specified, CMake examines all targets in the export set and +gathers their INTERFACE link targets. If any such targets either were +found with find_package() or have the +EXPORT_FIND_PACKAGE_NAME property set, and such package +dependency was not disabled by passing ENABLED OFF to +export(SETUP), then a find_dependency() call is +written with the target's corresponding package name, a REQUIRED +argument, and any additional arguments specified by the EXTRA_ARGS +argument of export(SETUP). Any package dependencies that were +manually specified by passing ENABLED ON to export(SETUP) +are also added, even if the exported targets don't depend on any targets +from them.

+

The find_dependency() calls are written in the following order:

+
    +
  1. Any package dependencies that were listed in export(SETUP) +are written in the order they were first specified, regardless of +whether or not they contain INTERFACE dependencies of the +exported targets.

  2. +
  3. Any package dependencies that contain INTERFACE link dependencies +of the exported targets and that were never specified in +export(SETUP) are written in the order they were first +found.

  4. +
+
+
+

The EXPORT form is useful to help outside projects use targets built +and installed by the current project. For example, the code

+
install(TARGETS myexe EXPORT myproj DESTINATION bin)
+install(EXPORT myproj NAMESPACE mp_ DESTINATION lib/myproj)
+install(EXPORT_ANDROID_MK myproj DESTINATION share/ndk-modules)
+
+
+

will install the executable myexe to <prefix>/bin and code to import +it in the file <prefix>/lib/myproj/myproj.cmake and +<prefix>/share/ndk-modules/Android.mk. An outside project +may load this file with the include command and reference the myexe +executable from the installation tree using the imported target name +mp_myexe as if the target were built in its own tree.

+
+ +
+
+install(PACKAGE_INFO <package-name> [...])
+
+

Added in version 3.31.

+
+
+

Note

+

Experimental. Gated by CMAKE_EXPERIMENTAL_EXPORT_PACKAGE_INFO.

+
+

Installs a Common Package Specification file exporting targets for dependent projects:

+
install(PACKAGE_INFO <package-name> EXPORT <export-name>
+        [APPENDIX <appendix-name>]
+        [DESTINATION <dir>]
+        [LOWER_CASE_FILE]
+        [VERSION <version>
+         [COMPAT_VERSION <version>]
+         [VERSION_SCHEMA <string>]]
+        [DEFAULT_TARGETS <target>...]
+        [DEFAULT_CONFIGURATIONS <config>...]
+        [PERMISSIONS <permission>...]
+        [CONFIGURATIONS <config>...]
+        [COMPONENT <component>]
+        [EXCLUDE_FROM_ALL])
+
+
+

The PACKAGE_INFO form generates and installs a Common Package Specification file which describes +installed targets such that they can be consumed by another project. +Target installations are associated with the export <export-name> +using the EXPORT option of the install(TARGETS) signature +documented above. Unlike install(EXPORT), this information is not +expressed in CMake code, and can be consumed by tools other than CMake. When +imported into another CMake project, the imported targets will be prefixed +with <package-name>::. By default, the generated file will be called +<package-name>[-<appendix-name>].cps. If LOWER_CASE_FILE is given, +the package name as it appears on disk (in both the file name and install +destination) will be first converted to lower case.

+

If DESTINATION is not specified, a platform-specific default is used.

+

If APPENDIX is specified, rather than generating a top level package +specification, the specified targets will be exported as an appendix to the +named package. Appendices may be used to separate less commonly used targets +(along with their external dependencies) from the rest of a package. This +enables consumers to ignore transitive dependencies for targets that they +don't use, and also allows a single logical "package" to be composed of +artifacts produced by multiple build trees.

+

Appendices are not permitted to change basic package metadata; therefore, +none of VERSION, COMPAT_VERSION, VERSION_SCHEMA, +DEFAULT_TARGETS or DEFAULT_CONFIGURATIONS may be specified in +combination with APPENDIX. Additionally, it is strongly recommended that +use of LOWER_CASE_FILE should be consistent between the main package and +any appendices.

+
+ +
+
+install(RUNTIME_DEPENDENCY_SET <set-name> [...])
+
+

Added in version 3.21.

+
+

Installs a runtime dependency set:

+
install(RUNTIME_DEPENDENCY_SET <set-name>
+        [[LIBRARY|RUNTIME|FRAMEWORK]
+         [DESTINATION <dir>]
+         [PERMISSIONS <permission>...]
+         [CONFIGURATIONS <config>...]
+         [COMPONENT <component>]
+         [NAMELINK_COMPONENT <component>]
+         [OPTIONAL] [EXCLUDE_FROM_ALL]
+        ] [...]
+        [PRE_INCLUDE_REGEXES <regex>...]
+        [PRE_EXCLUDE_REGEXES <regex>...]
+        [POST_INCLUDE_REGEXES <regex>...]
+        [POST_EXCLUDE_REGEXES <regex>...]
+        [POST_INCLUDE_FILES <file>...]
+        [POST_EXCLUDE_FILES <file>...]
+        [DIRECTORIES <dir>...]
+        )
+
+
+

Installs a runtime dependency set previously created by one or more +install(TARGETS) or install(IMPORTED_RUNTIME_ARTIFACTS) +commands. The dependencies of targets belonging to a runtime dependency set +are installed in the RUNTIME destination and component on DLL platforms, +and in the LIBRARY destination and component on non-DLL platforms. +macOS frameworks are installed in the FRAMEWORK destination and component. +Targets built within the build tree will never be installed as runtime +dependencies, nor will their own dependencies, unless the targets themselves +are installed with install(TARGETS).

+

The generated install script calls file(GET_RUNTIME_DEPENDENCIES) +on the build-tree files to calculate the runtime dependencies. The build-tree +executable files are passed as the EXECUTABLES argument, the build-tree +shared libraries as the LIBRARIES argument, and the build-tree modules as +the MODULES argument. On macOS, if one of the executables is a +MACOSX_BUNDLE, that executable is passed as the +BUNDLE_EXECUTABLE argument. At most one such bundle executable may be in +the runtime dependency set on macOS. The MACOSX_BUNDLE property +has no effect on other platforms. Note that +file(GET_RUNTIME_DEPENDENCIES) only supports collecting the runtime +dependencies for Windows, Linux and macOS platforms, so +install(RUNTIME_DEPENDENCY_SET) has the same limitation.

+

The following sub-arguments are forwarded through as the corresponding +arguments to file(GET_RUNTIME_DEPENDENCIES) (for those that provide +a non-empty list of directories, regular expressions or files). They all +support generator expressions.

+
    +
  • DIRECTORIES <dir>...

  • +
  • PRE_INCLUDE_REGEXES <regex>...

  • +
  • PRE_EXCLUDE_REGEXES <regex>...

  • +
  • POST_INCLUDE_REGEXES <regex>...

  • +
  • POST_EXCLUDE_REGEXES <regex>...

  • +
  • POST_INCLUDE_FILES <file>...

  • +
  • POST_EXCLUDE_FILES <file>...

  • +
+
+ +
+

Note

+

This command supersedes the install_targets() command and +the PRE_INSTALL_SCRIPT and POST_INSTALL_SCRIPT +target properties. It also replaces the FILES forms of the +install_files() and install_programs() commands. +The processing order of these install rules relative to +those generated by install_targets(), +install_files(), and install_programs() commands +is not defined.

+
+
+
+

Examples

+
+

Example: Install Targets with Per-Artifact Components

+

Consider a project that defines targets with different artifact kinds:

+
add_executable(myExe myExe.c)
+add_library(myStaticLib STATIC myStaticLib.c)
+target_sources(myStaticLib PUBLIC FILE_SET HEADERS FILES myStaticLib.h)
+add_library(mySharedLib SHARED mySharedLib.c)
+target_sources(mySharedLib PUBLIC FILE_SET HEADERS FILES mySharedLib.h)
+set_property(TARGET mySharedLib PROPERTY SOVERSION 1)
+
+
+

We may call install(TARGETS) with <artifact-kind> arguments +to specify different options for each kind of artifact:

+
install(TARGETS
+          myExe
+          mySharedLib
+          myStaticLib
+        RUNTIME           # Following options apply to runtime artifacts.
+          COMPONENT Runtime
+        LIBRARY           # Following options apply to library artifacts.
+          COMPONENT Runtime
+          NAMELINK_COMPONENT Development
+        ARCHIVE           # Following options apply to archive artifacts.
+          COMPONENT Development
+          DESTINATION lib/static
+        FILE_SET HEADERS  # Following options apply to file set HEADERS.
+          COMPONENT Development
+        )
+
+
+

This will:

+
    +
  • Install myExe to <prefix>/bin, the default RUNTIME artifact +destination, as part of the Runtime component.

  • +
  • On non-DLL platforms:

    +
      +
    • Install libmySharedLib.so.1 to <prefix>/lib, the default +LIBRARY artifact destination, as part of the Runtime component.

    • +
    • Install the libmySharedLib.so "namelink" (symbolic link) to +<prefix>/lib, the default LIBRARY artifact destination, as part +of the Development component.

    • +
    +
  • +
  • On DLL platforms:

    +
      +
    • Install mySharedLib.dll to <prefix>/bin, the default RUNTIME +artifact destination, as part of the Runtime component.

    • +
    • Install mySharedLib.lib to <prefix>/lib/static, the specified +ARCHIVE artifact destination, as part of the Development component.

    • +
    +
  • +
  • Install myStaticLib to <prefix>/lib/static, the specified +ARCHIVE artifact destination, as part of the Development component.

  • +
  • Install mySharedLib.h and myStaticLib.h to <prefix>/include, +the default destination for a file set of type HEADERS, as part of the +Development component.

  • +
+
+
+

Example: Install Targets to Per-Config Destinations

+

Each install(TARGETS) call installs a given target +output artifact to at most one DESTINATION, +but the install rule itself may be filtered by the CONFIGURATIONS option. +In order to install to a different destination for each configuration, one +call per configuration is needed. For example, the code:

+
install(TARGETS myExe
+        CONFIGURATIONS Debug
+        RUNTIME
+          DESTINATION Debug/bin
+        )
+install(TARGETS myExe
+        CONFIGURATIONS Release
+        RUNTIME
+          DESTINATION Release/bin
+        )
+
+
+

will install myExe to <prefix>/Debug/bin in the Debug configuration, +and to <prefix>/Release/bin in the Release configuration.

+
+
+
+

Generated Installation Script

+
+

Note

+

Use of this feature is not recommended. Please consider using the +cmake --install instead.

+
+

The install() command generates a file, cmake_install.cmake, inside +the build directory, which is used internally by the generated install target +and by CPack. You can also invoke this script manually with +cmake -P. This script accepts several variables:

+
+
COMPONENT

Set this variable to install only a single CPack component as opposed to all +of them. For example, if you only want to install the Development +component, run cmake -DCOMPONENT=Development -P cmake_install.cmake.

+
+
BUILD_TYPE

Set this variable to change the build type if you are using a multi-config +generator. For example, to install with the Debug configuration, run +cmake -DBUILD_TYPE=Debug -P cmake_install.cmake.

+
+
DESTDIR

This is an environment variable rather than a CMake variable. It allows you +to change the installation prefix on UNIX systems. See DESTDIR for +details.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/install_files.html b/cmake/doc/cmake/html/command/install_files.html new file mode 100644 index 0000000000000000000000000000000000000000..c12f252c3aaa9a07bd6d066591066095d0a81e96 --- /dev/null +++ b/cmake/doc/cmake/html/command/install_files.html @@ -0,0 +1,164 @@ + + + + + + + + install_files — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

install_files

+
+

Deprecated since version 3.0: Use the install(FILES) command instead.

+
+

This command has been superseded by the install() command. It is +provided for compatibility with older CMake code. The FILES form is +directly replaced by the FILES form of the install() +command. The regexp form can be expressed more clearly using the GLOB +form of the file() command.

+
install_files(<dir> extension file file ...)
+
+
+

Create rules to install the listed files with the given extension into +the given directory. Only files existing in the current source tree +or its corresponding location in the binary tree may be listed. If a +file specified already has an extension, that extension will be +removed first. This is useful for providing lists of source files +such as foo.cxx when you want the corresponding foo.h to be installed. +A typical extension is .h.

+
install_files(<dir> regexp)
+
+
+

Any files in the current source directory that match the regular +expression will be installed.

+
install_files(<dir> FILES file file ...)
+
+
+

Any files listed after the FILES keyword will be installed explicitly +from the names given. Full paths are allowed in this form.

+

The directory <dir> is relative to the installation prefix, which is +stored in the variable CMAKE_INSTALL_PREFIX.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/install_programs.html b/cmake/doc/cmake/html/command/install_programs.html new file mode 100644 index 0000000000000000000000000000000000000000..7c903a7a0a7577bc86e812819986024c019e93eb --- /dev/null +++ b/cmake/doc/cmake/html/command/install_programs.html @@ -0,0 +1,160 @@ + + + + + + + + install_programs — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

install_programs

+
+

Deprecated since version 3.0: Use the install(PROGRAMS) command instead.

+
+

This command has been superseded by the install() command. It is +provided for compatibility with older CMake code. The FILES form is +directly replaced by the PROGRAMS form of the install() +command. The regexp form can be expressed more clearly using the GLOB +form of the file() command.

+
install_programs(<dir> file1 file2 [file3 ...])
+install_programs(<dir> FILES file1 [file2 ...])
+
+
+

Create rules to install the listed programs into the given directory. +Use the FILES argument to guarantee that the file list version of the +command will be used even when there is only one argument.

+
install_programs(<dir> regexp)
+
+
+

In the second form any program in the current source directory that +matches the regular expression will be installed.

+

This command is intended to install programs that are not built by +cmake, such as shell scripts. See the TARGETS form of the +install() command to create installation rules for targets built +by cmake.

+

The directory <dir> is relative to the installation prefix, which is +stored in the variable CMAKE_INSTALL_PREFIX.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/install_targets.html b/cmake/doc/cmake/html/command/install_targets.html new file mode 100644 index 0000000000000000000000000000000000000000..96725c2afc5ad51159adc97f9550a1eac197db00 --- /dev/null +++ b/cmake/doc/cmake/html/command/install_targets.html @@ -0,0 +1,147 @@ + + + + + + + + install_targets — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

install_targets

+
+

Deprecated since version 3.0: Use the install(TARGETS) command instead.

+
+

This command has been superseded by the install() command. It is +provided for compatibility with older CMake code.

+
install_targets(<dir> [RUNTIME_DIRECTORY dir] target target)
+
+
+

Create rules to install the listed targets into the given directory. +The directory <dir> is relative to the installation prefix, which is +stored in the variable CMAKE_INSTALL_PREFIX. If +RUNTIME_DIRECTORY is specified, then on systems with special runtime +files (Windows DLL), the files will be copied to that directory.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/link_directories.html b/cmake/doc/cmake/html/command/link_directories.html new file mode 100644 index 0000000000000000000000000000000000000000..5601c6846e9dfcae957a41b250597d1e56c2c712 --- /dev/null +++ b/cmake/doc/cmake/html/command/link_directories.html @@ -0,0 +1,200 @@ + + + + + + + + link_directories — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/link_libraries.html b/cmake/doc/cmake/html/command/link_libraries.html new file mode 100644 index 0000000000000000000000000000000000000000..070a527bad0dc0fefb886123a4ccd2121c82ac74 --- /dev/null +++ b/cmake/doc/cmake/html/command/link_libraries.html @@ -0,0 +1,149 @@ + + + + + + + + link_libraries — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/list.html b/cmake/doc/cmake/html/command/list.html new file mode 100644 index 0000000000000000000000000000000000000000..6a339feb79f9dd218f5f13536710355b74075dc3 --- /dev/null +++ b/cmake/doc/cmake/html/command/list.html @@ -0,0 +1,498 @@ + + + + + + + + list — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

list

+

Operations on semicolon-separated lists.

+
+

Synopsis

+
Reading
+  list(LENGTH <list> <out-var>)
+  list(GET <list> <element index> [<index> ...] <out-var>)
+  list(JOIN <list> <glue> <out-var>)
+  list(SUBLIST <list> <begin> <length> <out-var>)
+
+Search
+  list(FIND <list> <value> <out-var>)
+
+Modification
+  list(APPEND <list> [<element>...])
+  list(FILTER <list> {INCLUDE | EXCLUDE} REGEX <regex>)
+  list(INSERT <list> <index> [<element>...])
+  list(POP_BACK <list> [<out-var>...])
+  list(POP_FRONT <list> [<out-var>...])
+  list(PREPEND <list> [<element>...])
+  list(REMOVE_ITEM <list> <value>...)
+  list(REMOVE_AT <list> <index>...)
+  list(REMOVE_DUPLICATES <list>)
+  list(TRANSFORM <list> <ACTION> [...])
+
+Ordering
+  list(REVERSE <list>)
+  list(SORT <list> [...])
+
+
+

Introduction

+

The list subcommands APPEND, INSERT, FILTER, +PREPEND, POP_BACK, POP_FRONT, REMOVE_AT, +REMOVE_ITEM, REMOVE_DUPLICATES, REVERSE and +SORT may create new values for the list within the current CMake +variable scope. Similar to the set() command, the list command +creates new variable values in the current scope, even if the list itself is +actually defined in a parent scope. To propagate the results of these +operations upwards, use set() with PARENT_SCOPE, +set() with CACHE INTERNAL, or some other means of value +propagation.

+
+

Note

+

A list in cmake is a ; separated group of strings. To create a +list, the set() command can be used. For example, +set(var a b c d e) creates a list with a;b;c;d;e, and +set(var "a b c d e") creates a string or a list with one item in it. +(Note that macro arguments are not variables, and therefore cannot be used +in LIST commands.)

+

Individual elements may not contain an unequal number of [ and ] +characters, and may not end in a backslash (\). +See semicolon-separated lists for details.

+
+
+

Note

+

When specifying index values, if <element index> is 0 or greater, it +is indexed from the beginning of the list, with 0 representing the +first list element. If <element index> is -1 or lesser, it is indexed +from the end of the list, with -1 representing the last list element. +Be careful when counting with negative indices: they do not start from +0. -0 is equivalent to 0, the first list element.

+
+
+
+

Reading

+
+
+list(LENGTH <list> <output variable>)
+

Returns the list's length.

+
+ +
+
+list(GET <list> <element index> [<element index> ...] <output variable>)
+

Returns the list of elements specified by indices from the list.

+
+ +
+
+list(JOIN <list> <glue> <output variable>)
+
+

Added in version 3.12.

+
+

Returns a string joining all list's elements using the glue string. +To join multiple strings, which are not part of a list, +use string(JOIN).

+
+ +
+
+list(SUBLIST <list> <begin> <length> <output variable>)
+
+

Added in version 3.12.

+
+

Returns a sublist of the given list. +If <length> is 0, an empty list will be returned. +If <length> is -1 or the list is smaller than <begin>+<length> then +the remaining elements of the list starting at <begin> will be returned.

+
+ +
+ +
+

Modification

+
+
+list(APPEND <list> [<element> ...])
+

Appends elements to the list. If no variable named <list> exists in the +current scope its value is treated as empty and the elements are appended to +that empty list.

+
+ +
+
+list(FILTER <list> <INCLUDE|EXCLUDE> REGEX <regular_expression>)
+
+ +
+

Added in version 3.6.

+
+

Includes or removes items from the list that match the mode's pattern. +In REGEX mode, items will be matched against the given regular expression.

+

For more information on regular expressions look under +string(REGEX).

+
+
+list(INSERT <list> <element_index> <element> [<element> ...])
+

Inserts elements to the list to the specified index. It is an +error to specify an out-of-range index. Valid indexes are 0 to N +where N is the length of the list, inclusive. An empty list +has length 0. If no variable named <list> exists in the +current scope its value is treated as empty and the elements are +inserted in that empty list.

+
+ +
+
+list(POP_BACK <list> [<out-var>...])
+
+

Added in version 3.15.

+
+

If no variable name is given, removes exactly one element. Otherwise, +with N variable names provided, assign the last N elements' values +to the given variables and then remove the last N values from +<list>.

+
+ +
+
+list(POP_FRONT <list> [<out-var>...])
+
+

Added in version 3.15.

+
+

If no variable name is given, removes exactly one element. Otherwise, +with N variable names provided, assign the first N elements' values +to the given variables and then remove the first N values from +<list>.

+
+ +
+
+list(PREPEND <list> [<element> ...])
+
+

Added in version 3.15.

+
+

Insert elements to the 0th position in the list. If no variable named +<list> exists in the current scope its value is treated as empty and +the elements are prepended to that empty list.

+
+ +
+
+list(REMOVE_ITEM <list> <value> [<value> ...])
+

Removes all instances of the given items from the list.

+
+ +
+
+list(REMOVE_AT <list> <index> [<index> ...])
+

Removes items at given indices from the list.

+
+ +
+
+list(REMOVE_DUPLICATES <list>)
+

Removes duplicated items in the list. The relative order of items +is preserved, but if duplicates are encountered, +only the first instance is preserved.

+
+ +
+
+list(TRANSFORM <list> <ACTION> [<SELECTOR>] [OUTPUT_VARIABLE <output variable>])
+
+

Added in version 3.12.

+
+

Transforms the list by applying an <ACTION> to all or, by specifying a +<SELECTOR>, to the selected elements of the list, storing the result +in-place or in the specified output variable.

+
+

Note

+

The TRANSFORM sub-command does not change the number of elements in the +list. If a <SELECTOR> is specified, only some elements will be changed, +the other ones will remain the same as before the transformation.

+
+

<ACTION> specifies the action to apply to the elements of the list. +The actions have exactly the same semantics as sub-commands of the +string() command. <ACTION> must be one of the following:

+
+
+
APPEND, PREPEND

Append, prepend specified value to each element of the list.

+
+
+list(TRANSFORM <list> (APPEND|PREPEND) <value> ...)
+
+ +
+
TOLOWER, TOUPPER

Convert each element of the list to lower, upper characters.

+
+
+list(TRANSFORM <list> (TOLOWER|TOUPPER) ...)
+
+ +
+
STRIP

Remove leading and trailing spaces from each element of the list.

+
+
+list(TRANSFORM <list> STRIP ...)
+
+ +
+
GENEX_STRIP

Strip any +generator expressions +from each element of the list.

+
+
+list(TRANSFORM <list> GENEX_STRIP ...)
+
+ +
+
REPLACE:

Match the regular expression as many times as possible and substitute +the replacement expression for the match for each element of the list +(same semantic as string(REGEX REPLACE)).

+
+
+list(TRANSFORM <list> REPLACE <regular_expression> <replace_expression> ...)
+
+ +
+
+
+

<SELECTOR> determines which elements of the list will be transformed. +Only one type of selector can be specified at a time. +When given, <SELECTOR> must be one of the following:

+
+
+
AT

Specify a list of indexes.

+
list(TRANSFORM <list> <ACTION> AT <index> [<index> ...] ...)
+
+
+
+
FOR

Specify a range with, optionally, +an increment used to iterate over the range.

+
list(TRANSFORM <list> <ACTION> FOR <start> <stop> [<step>] ...)
+
+
+
+
REGEX

Specify a regular expression. +Only elements matching the regular expression will be transformed.

+
list(TRANSFORM <list> <ACTION> REGEX <regular_expression> ...)
+
+
+
+
+
+
+ +
+
+

Ordering

+
+
+list(REVERSE <list>)
+

Reverses the contents of the list in-place.

+
+ +
+
+list(SORT <list> [COMPARE <compare>] [CASE <case>] [ORDER <order>])
+

Sorts the list in-place alphabetically.

+
+

Added in version 3.13: Added the COMPARE, CASE, and ORDER options.

+
+
+

Added in version 3.18: Added the COMPARE NATURAL option.

+
+

Use the COMPARE keyword to select the comparison method for sorting. +The <compare> option should be one of:

+
+
+
STRING

Sorts a list of strings alphabetically. +This is the default behavior if the COMPARE option is not given.

+
+
FILE_BASENAME

Sorts a list of pathnames of files by their basenames.

+
+
NATURAL

Sorts a list of strings using natural order +(see strverscmp(3) manual), i.e. such that contiguous digits +are compared as whole numbers. +For example: the following list 10.0 1.1 2.1 8.0 2.0 3.1 +will be sorted as 1.1 2.0 2.1 3.1 8.0 10.0 if the NATURAL +comparison is selected where it will be sorted as +1.1 10.0 2.0 2.1 3.1 8.0 with the STRING comparison.

+
+
+
+

Use the CASE keyword to select a case sensitive or case insensitive +sort mode. The <case> option should be one of:

+
+
+
SENSITIVE

List items are sorted in a case-sensitive manner. +This is the default behavior if the CASE option is not given.

+
+
INSENSITIVE

List items are sorted case insensitively. The order of +items which differ only by upper/lowercase is not specified.

+
+
+
+

To control the sort order, the ORDER keyword can be given. +The <order> option should be one of:

+
+
+
ASCENDING

Sorts the list in ascending order. +This is the default behavior when the ORDER option is not given.

+
+
DESCENDING

Sorts the list in descending order.

+
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/load_cache.html b/cmake/doc/cmake/html/command/load_cache.html new file mode 100644 index 0000000000000000000000000000000000000000..4cdd7993ea8747c5e1febd41731259e2d1ee5d37 --- /dev/null +++ b/cmake/doc/cmake/html/command/load_cache.html @@ -0,0 +1,153 @@ + + + + + + + + load_cache — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

load_cache

+

Load in the values from another project's CMake cache.

+
load_cache(pathToBuildDirectory READ_WITH_PREFIX prefix entry1...)
+
+
+

Reads the cache and store the requested entries in variables with their +name prefixed with the given prefix. This only reads the values, and +does not create entries in the local project's cache.

+
load_cache(pathToBuildDirectory [EXCLUDE entry1...]
+           [INCLUDE_INTERNALS entry1...])
+
+
+

Loads in the values from another cache and store them in the local +project's cache as internal entries. This is useful for a project +that depends on another project built in a different tree. EXCLUDE +option can be used to provide a list of entries to be excluded. +INCLUDE_INTERNALS can be used to provide a list of internal entries to +be included. Normally, no internal entries are brought in. Use of +this form of the command is strongly discouraged, but it is provided +for backward compatibility.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/load_command.html b/cmake/doc/cmake/html/command/load_command.html new file mode 100644 index 0000000000000000000000000000000000000000..e6c56be67fbb692beb33857b4f6735164a89bb5f --- /dev/null +++ b/cmake/doc/cmake/html/command/load_command.html @@ -0,0 +1,149 @@ + + + + + + + + load_command — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

load_command

+

Disallowed since version 3.0. See CMake Policy CMP0031.

+

Load a command into a running CMake.

+
load_command(COMMAND_NAME <loc1> [loc2 ...])
+
+
+

The given locations are searched for a library whose name is +cmCOMMAND_NAME. If found, it is loaded as a module and the command is +added to the set of available CMake commands. Usually, +try_compile() is used before this command to compile the +module. If the command is successfully loaded a variable named

+
CMAKE_LOADED_COMMAND_<COMMAND_NAME>
+
+
+

will be set to the full path of the module that was loaded. Otherwise +the variable will not be set.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/macro.html b/cmake/doc/cmake/html/command/macro.html new file mode 100644 index 0000000000000000000000000000000000000000..db9f7ef90ca82ddb3653146a08922032ceefec18 --- /dev/null +++ b/cmake/doc/cmake/html/command/macro.html @@ -0,0 +1,275 @@ + + + + + + + + macro — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

macro

+

Start recording a macro for later invocation as a command

+
macro(<name> [<arg1> ...])
+  <commands>
+endmacro()
+
+
+

Defines a macro named <name> that takes arguments named +<arg1>, ... Commands listed after macro, but before the +matching endmacro(), are not executed until the macro +is invoked.

+

Per legacy, the endmacro() command admits an optional +<name> argument. If used, it must be a verbatim repeat of the +argument of the opening macro command.

+

See the cmake_policy() command documentation for the behavior +of policies inside macros.

+

See the Macro vs Function section below for differences +between CMake macros and functions.

+
+

Invocation

+

The macro invocation is case-insensitive. A macro defined as

+
macro(foo)
+  <commands>
+endmacro()
+
+
+

can be invoked through any of

+
foo()
+Foo()
+FOO()
+cmake_language(CALL foo)
+
+
+

and so on. However, it is strongly recommended to stay with the +case chosen in the macro definition. Typically macros use +all-lowercase names.

+
+

Added in version 3.18: The cmake_language(CALL ...) command can also be used to +invoke the macro.

+
+
+
+

Arguments

+

When a macro is invoked, the commands recorded in the macro are +first modified by replacing formal parameters (${arg1}, ...) +with the arguments passed, and then invoked as normal commands.

+

In addition to referencing the formal parameters you can reference the +values ${ARGC} which will be set to the number of arguments passed +into the macro as well as ${ARGV0}, ${ARGV1}, ${ARGV2}, +... which will have the actual values of the arguments passed in. +This facilitates creating macros with optional arguments.

+

Furthermore, ${ARGV} holds the list of all arguments given to the +macro and ${ARGN} holds the list of arguments past the last expected +argument. +Referencing to ${ARGV#} arguments beyond ${ARGC} have undefined +behavior. Checking that ${ARGC} is greater than # is the only +way to ensure that ${ARGV#} was passed to the function as an extra +argument.

+
+
+

Macro vs Function

+

The macro command is very similar to the function() command. +Nonetheless, there are a few important differences.

+

In a function, ARGN, ARGC, ARGV and ARGV0, ARGV1, ... +are true variables in the usual CMake sense. In a macro, they are not, +they are string replacements much like the C preprocessor would do +with a macro. This has a number of consequences, as explained in +the Argument Caveats section below.

+

Another difference between macros and functions is the control flow. +A function is executed by transferring control from the calling +statement to the function body. A macro is executed as if the macro +body were pasted in place of the calling statement. This has the +consequence that a return() in a macro body does not +just terminate execution of the macro; rather, control is returned +from the scope of the macro call. To avoid confusion, it is recommended +to avoid return() in macros altogether.

+

Unlike a function, the CMAKE_CURRENT_FUNCTION, +CMAKE_CURRENT_FUNCTION_LIST_DIR, +CMAKE_CURRENT_FUNCTION_LIST_FILE, +CMAKE_CURRENT_FUNCTION_LIST_LINE variables are not +set for a macro.

+
+
+

Argument Caveats

+

Since ARGN, ARGC, ARGV, ARGV0 etc. are not variables, +you will NOT be able to use commands like

+
if(ARGV1) # ARGV1 is not a variable
+if(DEFINED ARGV2) # ARGV2 is not a variable
+if(ARGC GREATER 2) # ARGC is not a variable
+foreach(loop_var IN LISTS ARGN) # ARGN is not a variable
+
+
+

In the first case, you can use if(${ARGV1}). In the second and +third case, the proper way to check if an optional variable was +passed to the macro is to use if(${ARGC} GREATER 2). In the +last case, you can use foreach(loop_var ${ARGN}) but this will +skip empty arguments. If you need to include them, you can use

+
set(list_var "${ARGN}")
+foreach(loop_var IN LISTS list_var)
+
+
+

Note that if you have a variable with the same name in the scope from +which the macro is called, using unreferenced names will use the +existing variable instead of the arguments. For example:

+
macro(bar)
+  foreach(arg IN LISTS ARGN)
+    <commands>
+  endforeach()
+endmacro()
+
+function(foo)
+  bar(x y z)
+endfunction()
+
+foo(a b c)
+
+
+

Will loop over a;b;c and not over x;y;z as one might have expected. +If you want true CMake variables and/or better CMake scope control you +should look at the function command.

+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/make_directory.html b/cmake/doc/cmake/html/command/make_directory.html new file mode 100644 index 0000000000000000000000000000000000000000..88abeafe7c38ae5fbee01e186315b3b462c1fd9e --- /dev/null +++ b/cmake/doc/cmake/html/command/make_directory.html @@ -0,0 +1,143 @@ + + + + + + + + make_directory — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

make_directory

+
+

Deprecated since version 3.0: Use the file(MAKE_DIRECTORY) command instead.

+
+
make_directory(directory)
+
+
+

Creates the specified directory. Full paths should be given. Any +parent directories that do not exist will also be created. Use with +care.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/mark_as_advanced.html b/cmake/doc/cmake/html/command/mark_as_advanced.html new file mode 100644 index 0000000000000000000000000000000000000000..0032a5264f928611e180b089a546bb3e2ea9deb3 --- /dev/null +++ b/cmake/doc/cmake/html/command/mark_as_advanced.html @@ -0,0 +1,155 @@ + + + + + + + + mark_as_advanced — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

mark_as_advanced

+

Mark cmake cached variables as advanced.

+
mark_as_advanced([CLEAR|FORCE] <var1> ...)
+
+
+

Sets the advanced/non-advanced state of the named +cached variables.

+

An advanced variable will not be displayed in any +of the cmake GUIs unless the show advanced option is on. +In script mode, the advanced/non-advanced state has no effect.

+

If the keyword CLEAR is given +then advanced variables are changed back to unadvanced. +If the keyword FORCE is given +then the variables are made advanced. +If neither FORCE nor CLEAR is specified, +new values will be marked as advanced, but if a +variable already has an advanced/non-advanced state, +it will not be changed.

+
+

Changed in version 3.17: Variables passed to this command which are not already in the cache +are ignored. See policy CMP0102.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/math.html b/cmake/doc/cmake/html/command/math.html new file mode 100644 index 0000000000000000000000000000000000000000..a0ffcb6d496d29fa0936479e26c22b9e9264c199 --- /dev/null +++ b/cmake/doc/cmake/html/command/math.html @@ -0,0 +1,166 @@ + + + + + + + + math — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

math

+

Evaluate a mathematical expression.

+
math(EXPR <variable> "<expression>" [OUTPUT_FORMAT <format>])
+
+
+

Evaluates a mathematical <expression> and sets <variable> to the +resulting value. The result of the expression must be representable as a +64-bit signed integer. Floating point inputs are invalid e.g. 1.1 * 10. +Non-integer results e.g. 3 / 2 are truncated.

+

The mathematical expression must be given as a string (i.e. enclosed in +double quotation marks). An example is "5 * (10 + 13)". +Supported operators are +, -, *, /, %, |, &, +^, ~, <<, >>, and (...); they have the same meaning +as in C code.

+
+

Added in version 3.13: Hexadecimal numbers are recognized when prefixed with 0x, as in C code.

+
+
+

Added in version 3.13: The result is formatted according to the option OUTPUT_FORMAT, +where <format> is one of

+
+
HEXADECIMAL

Hexadecimal notation as in C code, i. e. starting with "0x".

+
+
DECIMAL

Decimal notation. Which is also used if no OUTPUT_FORMAT option +is specified.

+
+
+
+

For example

+
math(EXPR value "100 * 0xA" OUTPUT_FORMAT DECIMAL)      # value is set to "1000"
+math(EXPR value "100 * 0xA" OUTPUT_FORMAT HEXADECIMAL)  # value is set to "0x3e8"
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/message.html b/cmake/doc/cmake/html/command/message.html new file mode 100644 index 0000000000000000000000000000000000000000..9005665e3ea7953c36845ab5357644c60e4066d0 --- /dev/null +++ b/cmake/doc/cmake/html/command/message.html @@ -0,0 +1,368 @@ + + + + + + + + message — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

message

+

Log a message.

+
+

Synopsis

+
General messages
+  message([<mode>] "message text" ...)
+
+Reporting checks
+  message(<checkState> "message text" ...)
+
+Configure Log
+  message(CONFIGURE_LOG <text>...)
+
+
+

General messages

+
message([<mode>] "message text" ...)
+
+
+

Record the specified message text in the log. If more than one message +string is given, they are concatenated into a single message with no +separator between the strings.

+

The optional <mode> keyword determines the type of message, which +influences the way the message is handled:

+
+
FATAL_ERROR

CMake Error, stop processing and generation.

+

The cmake(1) executable will return a non-zero +exit code.

+
+
SEND_ERROR

CMake Error, continue processing, but skip generation.

+
+
WARNING

CMake Warning, continue processing.

+
+
AUTHOR_WARNING

CMake Warning (dev), continue processing.

+
+
DEPRECATION

CMake Deprecation Error or Warning if variable +CMAKE_ERROR_DEPRECATED or CMAKE_WARN_DEPRECATED +is enabled, respectively, else no message.

+
+
(none) or NOTICE

Important message printed to stderr to attract user's attention.

+
+
STATUS

The main interesting messages that project users might be interested in. +Ideally these should be concise, no more than a single line, but still +informative.

+
+
VERBOSE

Detailed informational messages intended for project users. These messages +should provide additional details that won't be of interest in most cases, +but which may be useful to those building the project when they want deeper +insight into what's happening.

+
+
DEBUG

Detailed informational messages intended for developers working on the +project itself as opposed to users who just want to build it. These messages +will not typically be of interest to other users building the project and +will often be closely related to internal implementation details.

+
+
TRACE

Fine-grained messages with very low-level implementation details. Messages +using this log level would normally only be temporary and would expect to be +removed before releasing the project, packaging up the files, etc.

+
+
+
+

Added in version 3.15: Added the NOTICE, VERBOSE, DEBUG, and TRACE levels.

+
+

The CMake command-line tool displays STATUS to TRACE messages on stdout +with the message preceded by two hyphens and a space. All other message types +are sent to stderr and are not prefixed with hyphens. The +CMake GUI displays all messages in its log area. +The curses interface shows STATUS to TRACE +messages one at a time on a status line and other messages in an +interactive pop-up box. The --log-level +command-line option to each of these tools can be used to control which +messages will be shown.

+
+

Added in version 3.17: To make a log level persist between CMake runs, the +CMAKE_MESSAGE_LOG_LEVEL variable can be set instead. +Note that the command line option takes precedence over the cache variable.

+
+
+

Added in version 3.16: Messages of log levels NOTICE and below will have each line preceded +by the content of the CMAKE_MESSAGE_INDENT variable (converted to +a single string by concatenating its list items). For STATUS to TRACE +messages, this indenting content will be inserted after the hyphens.

+
+
+

Added in version 3.17: Messages of log levels NOTICE and below can also have each line preceded +with context of the form [some.context.example]. The content between the +square brackets is obtained by converting the CMAKE_MESSAGE_CONTEXT +list variable to a dot-separated string. The message context will always +appear before any indenting content but after any automatically added leading +hyphens. By default, message context is not shown, it has to be explicitly +enabled by giving the cmake --log-context +command-line option or by setting the CMAKE_MESSAGE_CONTEXT_SHOW +variable to true. See the CMAKE_MESSAGE_CONTEXT documentation for +usage examples.

+
+

CMake Warning and Error message text displays using a simple markup +language. Non-indented text is formatted in line-wrapped paragraphs +delimited by newlines. Indented text is considered pre-formatted.

+
+
+

Reporting checks

+
+

Added in version 3.17.

+
+

A common pattern in CMake output is a message indicating the start of some +sort of check, followed by another message reporting the result of that check. +For example:

+
message(STATUS "Looking for someheader.h")
+#... do the checks, set checkSuccess with the result
+if(checkSuccess)
+  message(STATUS "Looking for someheader.h - found")
+else()
+  message(STATUS "Looking for someheader.h - not found")
+endif()
+
+
+

This can be more robustly and conveniently expressed using the CHECK_... +keyword form of the message() command:

+
message(<checkState> "message" ...)
+
+
+

where <checkState> must be one of the following:

+
+
+
CHECK_START

Record a concise message about the check about to be performed.

+
+
CHECK_PASS

Record a successful result for a check.

+
+
CHECK_FAIL

Record an unsuccessful result for a check.

+
+
+
+

When recording a check result, the command repeats the message from the most +recently started check for which no result has yet been reported, then some +separator characters and then the message text provided after the +CHECK_PASS or CHECK_FAIL keyword. Check messages are always reported +at STATUS log level.

+

Checks may be nested and every CHECK_START should have exactly one +matching CHECK_PASS or CHECK_FAIL. +The CMAKE_MESSAGE_INDENT variable can also be used to add +indenting to nested checks if desired. For example:

+
message(CHECK_START "Finding my things")
+list(APPEND CMAKE_MESSAGE_INDENT "  ")
+unset(missingComponents)
+
+message(CHECK_START "Finding partA")
+# ... do check, assume we find A
+message(CHECK_PASS "found")
+
+message(CHECK_START "Finding partB")
+# ... do check, assume we don't find B
+list(APPEND missingComponents B)
+message(CHECK_FAIL "not found")
+
+list(POP_BACK CMAKE_MESSAGE_INDENT)
+if(missingComponents)
+  message(CHECK_FAIL "missing components: ${missingComponents}")
+else()
+  message(CHECK_PASS "all components found")
+endif()
+
+
+

Output from the above would appear something like the following:

+
-- Finding my things
+--   Finding partA
+--   Finding partA - found
+--   Finding partB
+--   Finding partB - not found
+-- Finding my things - missing components: B
+
+
+
+
+

Configure Log

+
+

Added in version 3.26.

+
+
message(CONFIGURE_LOG <text>...)
+
+
+

Record a configure-log message event +with the specified <text>. By convention, if the text contains more +than one line, the first line should be a summary of the event.

+

This mode is intended to record the details of a system inspection check +or other one-time operation guarded by a cache entry, but that is not +performed using try_compile() or try_run(), which +automatically log their details. Projects should avoid calling it every +time CMake runs. For example:

+
if (NOT DEFINED MY_CHECK_RESULT)
+  # Print check summary in configure output.
+  message(CHECK_START "My Check")
+
+  # ... perform system inspection, e.g., with execute_process ...
+
+  # Cache the result so we do not run the check again.
+  set(MY_CHECK_RESULT "${MY_CHECK_RESULT}" CACHE INTERNAL "My Check")
+
+  # Record the check details in the cmake-configure-log.
+  message(CONFIGURE_LOG
+    "My Check Result: ${MY_CHECK_RESULT}\n"
+    "${details}"
+  )
+
+  # Print check result in configure output.
+  if(MY_CHECK_RESULT)
+    message(CHECK_PASS "passed")
+  else()
+    message(CHECK_FAIL "failed")
+  endif()
+endif()
+
+
+

If no project is currently being configured, such as in +cmake -P script mode, +this command does nothing.

+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/option.html b/cmake/doc/cmake/html/command/option.html new file mode 100644 index 0000000000000000000000000000000000000000..871d08676dd8b947ad91419d340baa50875918f7 --- /dev/null +++ b/cmake/doc/cmake/html/command/option.html @@ -0,0 +1,145 @@ + + + + + + + + option — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

option

+

Provide a boolean option that the user can optionally select.

+
option(<variable> "<help_text>" [value])
+
+
+

If no initial <value> is provided, boolean OFF is the default value. +If <variable> is already set as a normal or cache variable, +then the command does nothing (see policy CMP0077).

+

For options that depend on the values of other options, see +the module help for CMakeDependentOption.

+

In CMake project mode, a boolean cache variable is created with the option +value. In CMake script mode, a boolean variable is set with the option value.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/output_required_files.html b/cmake/doc/cmake/html/command/output_required_files.html new file mode 100644 index 0000000000000000000000000000000000000000..cecc476372865a09818c69380416fbb729314c81 --- /dev/null +++ b/cmake/doc/cmake/html/command/output_required_files.html @@ -0,0 +1,146 @@ + + + + + + + + output_required_files — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

output_required_files

+

Disallowed since version 3.0. See CMake Policy CMP0032.

+

Approximate C preprocessor dependency scanning.

+

This command exists only because ancient CMake versions provided it. +CMake handles preprocessor dependency scanning automatically using a +more advanced scanner.

+
output_required_files(srcfile outputfile)
+
+
+

Outputs a list of all the source files that are required by the +specified srcfile. This list is written into outputfile. This is +similar to writing out the dependencies for srcfile except that it +jumps from .h files into .cxx, .c and .cpp files if possible.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/project.html b/cmake/doc/cmake/html/command/project.html new file mode 100644 index 0000000000000000000000000000000000000000..e446957a9da99248064e9f8e7c7708f19f0eb179 --- /dev/null +++ b/cmake/doc/cmake/html/command/project.html @@ -0,0 +1,358 @@ + + + + + + + + project — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

project

+

Set the name of the project.

+
+

Synopsis

+
project(<PROJECT-NAME> [<language-name>...])
+project(<PROJECT-NAME>
+        [VERSION <major>[.<minor>[.<patch>[.<tweak>]]]]
+        [DESCRIPTION <project-description-string>]
+        [HOMEPAGE_URL <url-string>]
+        [LANGUAGES <language-name>...])
+
+
+

Sets the name of the project, and stores it in the variable +PROJECT_NAME. When called from the top-level +CMakeLists.txt also stores the project name in the +variable CMAKE_PROJECT_NAME.

+

Also sets the variables:

+
+
PROJECT_SOURCE_DIR, <PROJECT-NAME>_SOURCE_DIR

Absolute path to the source directory for the project.

+
+
PROJECT_BINARY_DIR, <PROJECT-NAME>_BINARY_DIR

Absolute path to the binary directory for the project.

+
+
PROJECT_IS_TOP_LEVEL, <PROJECT-NAME>_IS_TOP_LEVEL
+

Added in version 3.21.

+
+

Boolean value indicating whether the project is top-level.

+
+
+

Further variables are set by the optional arguments described in Options +further below. Where an option is not given, its corresponding variable is +set to the empty string.

+

Note that variables of the form <name>_SOURCE_DIR and <name>_BINARY_DIR +may also be set by other commands before project() is called (see the +FetchContent_MakeAvailable() command for one example). +Projects should not rely on <PROJECT-NAME>_SOURCE_DIR or +<PROJECT-NAME>_BINARY_DIR holding a particular value outside of the scope +of the call to project() or one of its child scopes.

+
+

Changed in version 3.30: <PROJECT-NAME>_SOURCE_DIR, <PROJECT-NAME>_BINARY_DIR, and +<PROJECT-NAME>_IS_TOP_LEVEL, if already set as normal variables when +project(<PROJECT-NAME> ...) is called, are updated by the call. +Cache entries by the same names are always set as before. +See release notes for 3.30.3, 3.30.4, and 3.30.5 for details.

+
+
+

Changed in version 3.31: <PROJECT-NAME>_SOURCE_DIR, <PROJECT-NAME>_BINARY_DIR, and +<PROJECT-NAME>_IS_TOP_LEVEL are always set as normal variables by +project(<PROJECT-NAME> ...). See policy CMP0180. +Cache entries by the same names are always set as before.

+
+
+
+

Options

+

The options are:

+
+
VERSION <version>

Optional; may not be used unless policy CMP0048 is +set to NEW.

+

Takes a <version> argument composed of non-negative integer components, +i.e. <major>[.<minor>[.<patch>[.<tweak>]]], +and sets the variables

+ +
+

Added in version 3.12: When the project() command is called from the top-level +CMakeLists.txt, then the version is also stored in the variable +CMAKE_PROJECT_VERSION.

+
+
+
DESCRIPTION <project-description-string>
+

Added in version 3.9.

+
+

Optional. +Sets the variables

+ +

to <project-description-string>. +It is recommended that this description is a relatively short string, +usually no more than a few words.

+

When the project() command is called from the top-level CMakeLists.txt, +then the description is also stored in the variable CMAKE_PROJECT_DESCRIPTION.

+
+

Added in version 3.12: Added the <PROJECT-NAME>_DESCRIPTION variable.

+
+
+
HOMEPAGE_URL <url-string>
+

Added in version 3.12.

+
+

Optional. +Sets the variables

+ +

to <url-string>, which should be the canonical home URL for the project.

+

When the project() command is called from the top-level CMakeLists.txt, +then the URL also is stored in the variable CMAKE_PROJECT_HOMEPAGE_URL.

+
+
LANGUAGES <language-name>...

Optional. +Can also be specified without LANGUAGES keyword per the first, short signature.

+

Selects which programming languages are needed to build the project.

+
+
+

Supported languages are C, CXX (i.e. C++), CSharp (i.e. C#), CUDA, +OBJC (i.e. Objective-C), OBJCXX (i.e. Objective-C++), Fortran, HIP, +ISPC, Swift, ASM, ASM_NASM, ASM_MARMASM, ASM_MASM, and ASM-ATT.

+
+
+

Added in version 3.8: Added CSharp and CUDA support.

+
+
+

Added in version 3.15: Added Swift support.

+
+
+

Added in version 3.16: Added OBJC and OBJCXX support.

+
+
+

Added in version 3.18: Added ISPC support.

+
+
+

Added in version 3.21: Added HIP support.

+
+
+

Added in version 3.26: Added ASM_MARMASM support.

+
+
+

If enabling ASM, list it last so that CMake can check whether +compilers for other languages like C work for assembly too.

+

By default C and CXX are enabled if no language options are given. +Specify language NONE, or use the LANGUAGES keyword and list no languages, +to skip enabling any languages.

+

The variables set through the VERSION, DESCRIPTION and HOMEPAGE_URL +options are intended for use as default values in package metadata and documentation.

+
+
+

Code Injection

+

A number of variables can be defined by the user to specify files to include +at different points during the execution of the project() command. +The following outlines the steps performed during a project() call:

+
    +
  • +

    Added in version 3.15: For every project() call regardless of the project +name, include the file(s) and module(s) named by +CMAKE_PROJECT_INCLUDE_BEFORE, if set.

    +
    +
  • +
  • +

    Added in version 3.17: If the project() command specifies <PROJECT-NAME> as its project +name, include the file(s) and module(s) named by +CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE_BEFORE, if set.

    +
    +
  • +
  • Set the various project-specific variables detailed in the Synopsis +and Options sections above.

  • +
  • For the very first project() call only:

    +
      +
    • If CMAKE_TOOLCHAIN_FILE is set, read it at least once. +It may be read multiple times and it may also be read again when +enabling languages later (see below).

    • +
    • Set the variables describing the host and target platforms. +Language-specific variables might or might not be set at this point. +On the first run, the only language-specific variables that might be +defined are those a toolchain file may have set. On subsequent runs, +language-specific variables cached from a previous run may be set.

    • +
    • +

      Added in version 3.24: Include each file listed in CMAKE_PROJECT_TOP_LEVEL_INCLUDES, +if set. The variable is ignored by CMake thereafter.

      +
      +
    • +
    +
  • +
  • Enable any languages specified in the call, or the default languages if +none were provided. The toolchain file may be re-read when enabling a +language for the first time.

  • +
  • +

    Added in version 3.15: For every project() call regardless of the project +name, include the file(s) and module(s) named by +CMAKE_PROJECT_INCLUDE, if set.

    +
    +
  • +
  • If the project() command specifies <PROJECT-NAME> as its project +name, include the file(s) and module(s) named by +CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE, if set.

  • +
+
+
+

Usage

+

The top-level CMakeLists.txt file for a project must contain a +literal, direct call to the project() command; loading one +through the include() command is not sufficient. If no such +call exists, CMake will issue a warning and pretend there is a +project(Project) at the top to enable the default languages +(C and CXX).

+
+

Note

+

Call the project() command near the top of the top-level +CMakeLists.txt, but after calling cmake_minimum_required(). +It is important to establish version and policy settings before invoking +other commands whose behavior they may affect and for this reason the +project() command will issue a warning if this order is not kept. +See also policy CMP0000.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/qt_wrap_cpp.html b/cmake/doc/cmake/html/command/qt_wrap_cpp.html new file mode 100644 index 0000000000000000000000000000000000000000..58c7f10e61f9e309ac667da8e1ffe41352f00efc --- /dev/null +++ b/cmake/doc/cmake/html/command/qt_wrap_cpp.html @@ -0,0 +1,150 @@ + + + + + + + + qt_wrap_cpp — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

qt_wrap_cpp

+
+

Deprecated since version 3.14: This command was originally added to support Qt 3 before the +add_custom_command() command was sufficiently mature. The +FindQt4 module provides the qt4_wrap_cpp() macro, which +should be used instead for Qt 4 projects. For projects using Qt 5 or +later, use the equivalent macro provided by Qt itself (e.g. Qt 5 provides +qt5_wrap_cpp()).

+
+

Manually create Qt Wrappers.

+
qt_wrap_cpp(resultingLibraryName DestName SourceLists ...)
+
+
+

Produces moc files for all the .h files listed in the SourceLists. The +moc files will be added to the library using the DestName source list.

+

Consider updating the project to use the AUTOMOC target property +instead for a more automated way of invoking the moc tool.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/qt_wrap_ui.html b/cmake/doc/cmake/html/command/qt_wrap_ui.html new file mode 100644 index 0000000000000000000000000000000000000000..ce976cdc99d7727711f681ae6ba028ea59ef8d7d --- /dev/null +++ b/cmake/doc/cmake/html/command/qt_wrap_ui.html @@ -0,0 +1,153 @@ + + + + + + + + qt_wrap_ui — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

qt_wrap_ui

+
+

Deprecated since version 3.14: This command was originally added to support Qt 3 before the +add_custom_command() command was sufficiently mature. The +FindQt4 module provides the qt4_wrap_ui() macro, which +should be used instead for Qt 4 projects. For projects using Qt 5 or +later, use the equivalent macro provided by Qt itself (e.g. Qt 5 provides +qt5_wrap_ui()).

+
+

Manually create Qt user interfaces Wrappers.

+
qt_wrap_ui(resultingLibraryName HeadersDestName
+           SourcesDestName SourceLists ...)
+
+
+

Produces .h and .cxx files for all the .ui files listed in the +SourceLists. The .h files will be added to the library using the +HeadersDestNamesource list. The .cxx files will be added to the +library using the SourcesDestNamesource list.

+

Consider updating the project to use the AUTOUIC target property +instead for a more automated way of invoking the uic tool.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/remove.html b/cmake/doc/cmake/html/command/remove.html new file mode 100644 index 0000000000000000000000000000000000000000..d3058cd9423c25a8ec5e4fc780bab54c576e355b --- /dev/null +++ b/cmake/doc/cmake/html/command/remove.html @@ -0,0 +1,143 @@ + + + + + + + + remove — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

remove

+
+

Deprecated since version 3.0: Use the list(REMOVE_ITEM) command instead.

+
+
remove(VAR VALUE VALUE ...)
+
+
+

Removes VALUE from the variable VAR. This is typically used to +remove entries from a vector (e.g. semicolon separated list). VALUE +is expanded.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/remove_definitions.html b/cmake/doc/cmake/html/command/remove_definitions.html new file mode 100644 index 0000000000000000000000000000000000000000..6a12a963b5ffb7d24a5f47a18905e32859e3672b --- /dev/null +++ b/cmake/doc/cmake/html/command/remove_definitions.html @@ -0,0 +1,140 @@ + + + + + + + + remove_definitions — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

remove_definitions

+

Remove -D define flags added by add_definitions().

+
remove_definitions(-DFOO -DBAR ...)
+
+
+

Removes flags (added by add_definitions()) from the compiler +command line for sources in the current directory and below.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/return.html b/cmake/doc/cmake/html/command/return.html new file mode 100644 index 0000000000000000000000000000000000000000..c7d95228c526a02b9847f444f3d841ea72071132 --- /dev/null +++ b/cmake/doc/cmake/html/command/return.html @@ -0,0 +1,233 @@ + + + + + + + + return — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

return

+

Return from a file, directory or function.

+
return([PROPAGATE <var-name>...])
+
+
+

When this command is encountered in an included file (via include() or +find_package()), it causes processing of the current file to stop +and control is returned to the including file. If it is encountered in a +file which is not included by another file, e.g. a CMakeLists.txt, +deferred calls scheduled by cmake_language(DEFER) are invoked and +control is returned to the parent directory if there is one.

+

If return() is called in a function, control is returned to the caller +of that function. Note that a macro(), unlike a function(), +is expanded in place and therefore cannot handle return().

+

Policy CMP0140 controls the behavior regarding the arguments of the +command. All arguments are ignored unless that policy is set to NEW.

+
+
PROPAGATE
+

Added in version 3.25.

+
+

This option sets or unsets the specified variables in the parent directory or +function caller scope. This is equivalent to set(PARENT_SCOPE) or +unset(PARENT_SCOPE) commands, except for the way it interacts +with the block() command, as described below.

+

The PROPAGATE option can be very useful in conjunction with the +block() command. A return will propagate the +specified variables through any enclosing block scopes created by the +block() commands. Inside a function, this ensures the variables +are propagated to the function's caller, regardless of any blocks within +the function. If not inside a function, it ensures the variables are +propagated to the parent file or directory scope. For example:

+
+
CMakeLists.txt
+
cmake_minimum_required(VERSION 3.25)
+project(example)
+
+set(var1 "top-value")
+
+block(SCOPE_FOR VARIABLES)
+  add_subdirectory(subDir)
+  # var1 has the value "block-nested"
+endblock()
+
+# var1 has the value "top-value"
+
+
+
+
+
subDir/CMakeLists.txt
+
function(multi_scopes result_var1 result_var2)
+  block(SCOPE_FOR VARIABLES)
+    # This would only propagate out of the immediate block, not to
+    # the caller of the function.
+    #set(${result_var1} "new-value" PARENT_SCOPE)
+    #unset(${result_var2} PARENT_SCOPE)
+
+    # This propagates the variables through the enclosing block and
+    # out to the caller of the function.
+    set(${result_var1} "new-value")
+    unset(${result_var2})
+    return(PROPAGATE ${result_var1} ${result_var2})
+  endblock()
+endfunction()
+
+set(var1 "some-value")
+set(var2 "another-value")
+
+multi_scopes(var1 var2)
+# Now var1 will hold "new-value" and var2 will be unset
+
+block(SCOPE_FOR VARIABLES)
+  # This return() will set var1 in the directory scope that included us
+  # via add_subdirectory(). The surrounding block() here does not limit
+  # propagation to the current file, but the block() in the parent
+  # directory scope does prevent propagation going any further.
+  set(var1 "block-nested")
+  return(PROPAGATE var1)
+endblock()
+
+
+
+
+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/separate_arguments.html b/cmake/doc/cmake/html/command/separate_arguments.html new file mode 100644 index 0000000000000000000000000000000000000000..906d0591691ba2bfe5228b9a8230341c8763454d --- /dev/null +++ b/cmake/doc/cmake/html/command/separate_arguments.html @@ -0,0 +1,201 @@ + + + + + + + + separate_arguments — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

separate_arguments

+

Parse command-line arguments into a semicolon-separated list.

+
separate_arguments(<variable> <mode> [PROGRAM [SEPARATE_ARGS]] <args>)
+
+
+

Parses a space-separated string <args> into a list of items, +and stores this list in semicolon-separated standard form in <variable>.

+

This function is intended for parsing command-line arguments. +The entire command line must be passed as one string in the +argument <args>.

+

The exact parsing rules depend on the operating system. +They are specified by the <mode> argument which must +be one of the following keywords:

+
+
UNIX_COMMAND

Arguments are separated by unquoted whitespace. +Both single-quote and double-quote pairs are respected. +A backslash escapes the next literal character (\" is "); +there are no special escapes (\n is just n).

+
+
WINDOWS_COMMAND

A Windows command-line is parsed using the same +syntax the runtime library uses to construct argv at startup. It +separates arguments by whitespace that is not double-quoted. +Backslashes are literal unless they precede double-quotes. See the +MSDN article Parsing C Command-Line Arguments for details.

+
+
NATIVE_COMMAND
+

Added in version 3.9.

+
+

Proceeds as in WINDOWS_COMMAND mode if the host system is Windows. +Otherwise proceeds as in UNIX_COMMAND mode.

+
+
PROGRAM
+

Added in version 3.19.

+
+

The first item in <args> is assumed to be an executable and will be +searched in the system search path or left as a full path. If not found, +<variable> will be empty. Otherwise, <variable> is a list of 2 +elements:

+
+
    +
  1. Absolute path of the program

  2. +
  3. Any command-line arguments present in <args> as a string

  4. +
+
+

For example:

+
separate_arguments (out UNIX_COMMAND PROGRAM "cc -c main.c")
+
+
+
    +
  • First element of the list: /path/to/cc

  • +
  • Second element of the list: " -c main.c"

  • +
+
+
SEPARATE_ARGS

When this sub-option of PROGRAM option is specified, command-line +arguments will be split as well and stored in <variable>.

+

For example:

+
separate_arguments (out UNIX_COMMAND PROGRAM SEPARATE_ARGS "cc -c main.c")
+
+
+

The contents of out will be: /path/to/cc;-c;main.c

+
+
+
separate_arguments(<var>)
+
+
+

Convert the value of <var> to a semi-colon separated list. All +spaces are replaced with ';'. This helps with generating command +lines.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/set.html b/cmake/doc/cmake/html/command/set.html new file mode 100644 index 0000000000000000000000000000000000000000..dfc3cd47590f8c978e335ec35f2d0294fef1e617 --- /dev/null +++ b/cmake/doc/cmake/html/command/set.html @@ -0,0 +1,272 @@ + + + + + + + + set — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

set

+

Set a normal, cache, or environment variable to a given value. +See the cmake-language(7) variables +documentation for the scopes and interaction of normal variables +and cache entries.

+

Signatures of this command that specify a <value>... placeholder +expect zero or more arguments. Multiple arguments will be joined as +a semicolon-separated list to form the +actual variable value to be set.

+
+

Set Normal Variable

+
+
+set(<variable> <value>... [PARENT_SCOPE])
+

Set or unset <variable> in the current function or directory scope:

+
    +
  • If at least one <value>... is given, set the variable to that value.

  • +
  • If no value is given, unset the variable. This is equivalent to +unset(<variable>).

  • +
+

If the PARENT_SCOPE option is given the variable will be set in +the scope above the current scope. Each new directory or function() +command creates a new scope. A scope can also be created with the +block() command. set(PARENT_SCOPE) will set the value +of a variable into the parent directory, calling function, or +encompassing scope (whichever is applicable to the case at hand). +The previous state of the variable's value stays the same in the +current scope (e.g., if it was undefined before, it is still undefined +and if it had a value, it is still that value).

+

The block(PROPAGATE) and return(PROPAGATE) commands +can be used as an alternate method to the set(PARENT_SCOPE) +and unset(PARENT_SCOPE) commands to update the parent scope.

+
+ +
+

Note

+

When evaluating Variable References of the form ${VAR}, CMake +first searches for a normal variable with that name. If no such normal +variable exists, CMake will then search for a cache entry with that name. +Because of this, unsetting a normal variable can expose a cache variable +that was previously hidden. To force a variable reference of the form +${VAR} to return an empty string, use set(<variable> ""), which +clears the normal variable but leaves it defined.

+
+
+
+

Set Cache Entry

+
+
+set(<variable> <value>... CACHE <type> <docstring> [FORCE])
+

Sets the given cache <variable> (cache entry). Since cache entries +are meant to provide user-settable values this does not overwrite +existing cache entries by default. Use the FORCE option to +overwrite existing entries.

+

The <type> must be specified as one of:

+
+
+
BOOL

Boolean ON/OFF value. +cmake-gui(1) offers a checkbox.

+
+
FILEPATH

Path to a file on disk. +cmake-gui(1) offers a file dialog.

+
+
PATH

Path to a directory on disk. +cmake-gui(1) offers a file dialog.

+
+
STRING

A line of text. +cmake-gui(1) offers a text field or a drop-down selection +if the STRINGS cache entry property is set.

+
+
INTERNAL

A line of text. +cmake-gui(1) does not show internal entries. +They may be used to store variables persistently across runs. +Use of this type implies FORCE.

+
+
+
+

The <docstring> must be specified as a line of text +providing a quick summary of the option +for presentation to cmake-gui(1) users.

+

If the cache entry does not exist prior to the call or the FORCE +option is given then the cache entry will be set to the given value.

+
+

Note

+

The content of the cache variable will not be directly accessible +if a normal variable of the same name already exists +(see rules of variable evaluation). +If policy CMP0126 is set to OLD, any normal variable +binding in the current scope will be removed.

+
+

It is possible for the cache entry to exist prior to the call but +have no type set if it was created on the cmake(1) command +line by a user through the -D<var>=<value> option +without specifying a type. In this case the set command will add the +type. Furthermore, if the <type> is PATH or FILEPATH +and the <value> provided on the command line is a relative path, +then the set command will treat the path as relative to the +current working directory and convert it to an absolute path.

+
+ +
+
+

Set Environment Variable

+
+
+set(ENV{<variable>} [<value>])
+

Sets an Environment Variable +to the given value. +Subsequent calls of $ENV{<variable>} will return this new value.

+

This command affects only the current CMake process, not the process +from which CMake was called, nor the system environment at large, +nor the environment of subsequent build or test processes.

+

If no argument is given after ENV{<variable>} or if <value> is +an empty string, then this command will clear any existing value of the +environment variable.

+

Arguments after <value> are ignored. If extra arguments are found, +then an author warning is issued.

+
+ +
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/set_directory_properties.html b/cmake/doc/cmake/html/command/set_directory_properties.html new file mode 100644 index 0000000000000000000000000000000000000000..20f95853778ff1cdacad154bfc54ccfed8e59666 --- /dev/null +++ b/cmake/doc/cmake/html/command/set_directory_properties.html @@ -0,0 +1,161 @@ + + + + + + + + set_directory_properties — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

set_directory_properties

+

Set properties of the current directory and subdirectories.

+
set_directory_properties(PROPERTIES <prop1> <value1> [<prop2> <value2>] ...)
+
+
+

Sets properties of the current directory and its subdirectories in key-value +pairs.

+

See also the set_property(DIRECTORY) command.

+

See Properties on Directories for the list of properties known to CMake +and their individual documentation for the behavior of each property.

+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/set_property.html b/cmake/doc/cmake/html/command/set_property.html new file mode 100644 index 0000000000000000000000000000000000000000..206b734a37ce4ad2b46fc9077fc25f15981ddbd0 --- /dev/null +++ b/cmake/doc/cmake/html/command/set_property.html @@ -0,0 +1,261 @@ + + + + + + + + set_property — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

set_property

+

Set a named property in a given scope.

+
set_property(<GLOBAL                      |
+              DIRECTORY [<dir>]           |
+              TARGET    [<target1> ...]   |
+              SOURCE    [<src1> ...]
+                        [DIRECTORY <dirs> ...]
+                        [TARGET_DIRECTORY <targets> ...] |
+              INSTALL   [<file1> ...]     |
+              TEST      [<test1> ...]
+                        [DIRECTORY <dir>] |
+              CACHE     [<entry1> ...]    >
+             [APPEND] [APPEND_STRING]
+             PROPERTY <name> [<value1> ...])
+
+
+

Sets one property on zero or more objects of a scope.

+

The first argument determines the scope in which the property is set. +It must be one of the following:

+
+
GLOBAL

Scope is unique and does not accept a name.

+
+
DIRECTORY

Scope defaults to the current directory but other directories +(already processed by CMake) may be named by full or relative path. +Relative paths are treated as relative to the current source directory. +See also the set_directory_properties() command.

+
+

Added in version 3.19: <dir> may reference a binary directory.

+
+
+
TARGET

Scope may name zero or more existing targets. +See also the set_target_properties() command.

+

Alias Targets do not support setting target properties.

+
+
SOURCE

Scope may name zero or more source files. By default, source file properties +are only visible to targets added in the same directory (CMakeLists.txt).

+
+

Added in version 3.18: Visibility can be set in other directory scopes using one or both of the +following sub-options:

+
+
DIRECTORY <dirs>...

The source file property will be set in each of the <dirs> +directories' scopes. CMake must already know about +each of these directories, either by having added them through a call to +add_subdirectory() or it being the top level source directory. +Relative paths are treated as relative to the current source directory.

+
+

Added in version 3.19: <dirs> may reference a binary directory.

+
+
+
TARGET_DIRECTORY <targets>...

The source file property will be set in each of the directory scopes +where any of the specified <targets> were created (the <targets> +must therefore already exist).

+
+
+
+

See also the set_source_files_properties() command.

+
+
INSTALL
+

Added in version 3.1.

+
+

Scope may name zero or more installed file paths. +These are made available to CPack to influence deployment.

+

Both the property key and value may use generator expressions. +Specific properties may apply to installed files and/or directories.

+

Path components have to be separated by forward slashes, +must be normalized and are case sensitive.

+

To reference the installation prefix itself with a relative path use ..

+

Currently installed file properties are only defined for +the WIX generator where the given paths are relative +to the installation prefix.

+
+
TEST

Scope is limited to the directory the command is called in. It may name zero +or more existing tests. See also command set_tests_properties().

+

Test property values may be specified using +generator expressions +for tests created by the add_test(NAME) signature.

+
+

Added in version 3.28: Visibility can be set in other directory scopes using the following sub-option:

+
+
DIRECTORY <dir>

The test property will be set in the <dir> directory's scope. CMake must +already know about this directory, either by having added it through a call +to add_subdirectory() or it being the top level source directory. +Relative paths are treated as relative to the current source directory. +<dir> may reference a binary directory.

+
+
+
+
+
CACHE

Scope must name zero or more existing cache entries.

+
+
+

The required PROPERTY option is immediately followed by the name of +the property to set. Remaining arguments are used to compose the +property value in the form of a semicolon-separated list.

+

If the APPEND option is given the list is appended to any existing +property value (except that empty values are ignored and not appended). +If the APPEND_STRING option is given the string is +appended to any existing property value as string, i.e. it results in a +longer string and not a list of strings. When using APPEND or +APPEND_STRING with a property defined to support INHERITED +behavior (see define_property()), no inheriting occurs when +finding the initial value to append to. If the property is not already +directly set in the nominated scope, the command will behave as though +APPEND or APPEND_STRING had not been given.

+
+

Note

+

The GENERATED source file property may be globally visible. +See its documentation for details.

+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/set_source_files_properties.html b/cmake/doc/cmake/html/command/set_source_files_properties.html new file mode 100644 index 0000000000000000000000000000000000000000..a1306a2b28edab2e9f5421de9320e02c42361f14 --- /dev/null +++ b/cmake/doc/cmake/html/command/set_source_files_properties.html @@ -0,0 +1,187 @@ + + + + + + + + set_source_files_properties — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

set_source_files_properties

+

Source files can have properties that affect how they are built.

+
set_source_files_properties(<files> ...
+                            [DIRECTORY <dirs> ...]
+                            [TARGET_DIRECTORY <targets> ...]
+                            PROPERTIES <prop1> <value1>
+                            [<prop2> <value2>] ...)
+
+
+

Sets properties associated with source files using a key/value paired +list.

+
+

Added in version 3.18: By default, source file properties are only visible to targets added in the +same directory (CMakeLists.txt). Visibility can be set in other directory +scopes using one or both of the following options:

+
+
+
DIRECTORY <dirs>...

The source file properties will be set in each of the <dirs> +directories' scopes. CMake must already know about each of these +source directories, either by having added them through a call to +add_subdirectory() or it being the top level source directory. +Relative paths are treated as relative to the current source directory.

+
+
TARGET_DIRECTORY <targets>...

The source file properties will be set in each of the directory scopes +where any of the specified <targets> were created (the <targets> +must therefore already exist).

+
+
+

Use get_source_file_property() to get property values. +See also the set_property(SOURCE) command.

+
+

Note

+

The GENERATED source file property may be globally visible. +See its documentation for details.

+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/set_target_properties.html b/cmake/doc/cmake/html/command/set_target_properties.html new file mode 100644 index 0000000000000000000000000000000000000000..5fb9e5a44379917c2eaae2400665db302e0f50ef --- /dev/null +++ b/cmake/doc/cmake/html/command/set_target_properties.html @@ -0,0 +1,165 @@ + + + + + + + + set_target_properties — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

set_target_properties

+

Targets can have properties that affect how they are built.

+
set_target_properties(<targets> ...
+                      PROPERTIES <prop1> <value1>
+                      [<prop2> <value2>] ...)
+
+
+

Sets properties on targets. The syntax for the command is to list all +the targets you want to change, and then provide the values you want to +set next. You can use any prop value pair you want and extract it +later with the get_property() or get_target_property() +command.

+

Alias Targets do not support setting target properties.

+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/set_tests_properties.html b/cmake/doc/cmake/html/command/set_tests_properties.html new file mode 100644 index 0000000000000000000000000000000000000000..5e5d66e73ff1fd81462051bef87d5e5b683ffd97 --- /dev/null +++ b/cmake/doc/cmake/html/command/set_tests_properties.html @@ -0,0 +1,176 @@ + + + + + + + + set_tests_properties — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

set_tests_properties

+

Set a property of the tests.

+
set_tests_properties(<tests>...
+                     [DIRECTORY <dir>]
+                     PROPERTIES <prop1> <value1>
+                     [<prop2> <value2>]...)
+
+
+

Sets a property for the tests. If the test is not found, CMake +will report an error.

+

Test property values may be specified using +generator expressions +for tests created by the add_test(NAME) signature.

+
+

Added in version 3.28: Visibility can be set in other directory scopes using the following option:

+
+
DIRECTORY <dir>

The test properties will be set in the <dir> directory's scope. +CMake must already know about this directory, either by having added it +through a call to add_subdirectory() or it being the top level +source directory. Relative paths are treated as relative to the current +source directory. <dir> may reference a binary directory.

+
+
+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/site_name.html b/cmake/doc/cmake/html/command/site_name.html new file mode 100644 index 0000000000000000000000000000000000000000..b45e4fa8371a684b3f10205454452667ed576aaa --- /dev/null +++ b/cmake/doc/cmake/html/command/site_name.html @@ -0,0 +1,141 @@ + + + + + + + + site_name — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

site_name

+

Set the given variable to the name of the computer.

+
site_name(variable)
+
+
+

On UNIX-like platforms, if the variable HOSTNAME is set, its value +will be executed as a command expected to print out the host name, +much like the hostname command-line tool.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/source_group.html b/cmake/doc/cmake/html/command/source_group.html new file mode 100644 index 0000000000000000000000000000000000000000..5a0749e8300e708a02e2d0a53383902ac79f7cea --- /dev/null +++ b/cmake/doc/cmake/html/command/source_group.html @@ -0,0 +1,192 @@ + + + + + + + + source_group — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

source_group

+

Define a grouping for source files in IDE project generation. +There are two different signatures to create source groups.

+
source_group(<name> [FILES <src>...] [REGULAR_EXPRESSION <regex>])
+source_group(TREE <root> [PREFIX <prefix>] [FILES <src>...])
+
+
+

Defines a group into which sources will be placed in project files. +This is intended to set up file tabs in Visual Studio. +The group is scoped in the directory where the command is called, +and applies to sources in targets created in that directory.

+

The options are:

+
+
TREE
+

Added in version 3.8.

+
+

CMake will automatically detect, from <src> files paths, source groups +it needs to create, to keep structure of source groups analogically to the +actual files and directories structure in the project. Paths of <src> +files will be cut to be relative to <root>. The command fails if the +paths within src do not start with root.

+
+
PREFIX
+

Added in version 3.8.

+
+

Source group and files located directly in <root> path, will be placed +in <prefix> source groups.

+
+
FILES

Any source file specified explicitly will be placed in group +<name>. Relative paths are interpreted with respect to the +current source directory.

+
+
REGULAR_EXPRESSION

Any source file whose name matches the regular expression will +be placed in group <name>.

+
+
+

If a source file matches multiple groups, the last group that +explicitly lists the file with FILES will be favored, if any. +If no group explicitly lists the file, the last group whose +regular expression matches the file will be favored.

+

The <name> of the group and <prefix> argument may contain forward +slashes or backslashes to specify subgroups. Backslashes need to be escaped +appropriately:

+
source_group(base/subdir ...)
+source_group(outer\\inner ...)
+source_group(TREE <root> PREFIX sources\\inc ...)
+
+
+
+

Added in version 3.18: Allow using forward slashes (/) to specify subgroups.

+
+

For backwards compatibility, the short-hand signature

+
source_group(<name> <regex>)
+
+
+

is equivalent to

+
source_group(<name> REGULAR_EXPRESSION <regex>)
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/string.html b/cmake/doc/cmake/html/command/string.html new file mode 100644 index 0000000000000000000000000000000000000000..95f486ec3566fe0ecb6db6f2f446265133485996 --- /dev/null +++ b/cmake/doc/cmake/html/command/string.html @@ -0,0 +1,735 @@ + + + + + + + + string — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

string

+

String operations.

+
+

Synopsis

+
Search and Replace
+  string(FIND <string> <substring> <out-var> [...])
+  string(REPLACE <match-string> <replace-string> <out-var> <input>...)
+  string(REGEX MATCH <match-regex> <out-var> <input>...)
+  string(REGEX MATCHALL <match-regex> <out-var> <input>...)
+  string(REGEX REPLACE <match-regex> <replace-expr> <out-var> <input>...)
+
+Manipulation
+  string(APPEND <string-var> [<input>...])
+  string(PREPEND <string-var> [<input>...])
+  string(CONCAT <out-var> [<input>...])
+  string(JOIN <glue> <out-var> [<input>...])
+  string(TOLOWER <string> <out-var>)
+  string(TOUPPER <string> <out-var>)
+  string(LENGTH <string> <out-var>)
+  string(SUBSTRING <string> <begin> <length> <out-var>)
+  string(STRIP <string> <out-var>)
+  string(GENEX_STRIP <string> <out-var>)
+  string(REPEAT <string> <count> <out-var>)
+
+Comparison
+  string(COMPARE <op> <string1> <string2> <out-var>)
+
+Hashing
+  string(<HASH> <out-var> <input>)
+
+Generation
+  string(ASCII <number>... <out-var>)
+  string(HEX <string> <out-var>)
+  string(CONFIGURE <string> <out-var> [...])
+  string(MAKE_C_IDENTIFIER <string> <out-var>)
+  string(RANDOM [<option>...] <out-var>)
+  string(TIMESTAMP <out-var> [<format string>] [UTC])
+  string(UUID <out-var> ...)
+
+JSON
+  string(JSON <out-var> [ERROR_VARIABLE <error-var>]
+         {GET | TYPE | LENGTH | REMOVE}
+         <json-string> <member|index> [<member|index> ...])
+  string(JSON <out-var> [ERROR_VARIABLE <error-var>]
+         MEMBER <json-string>
+         [<member|index> ...] <index>)
+  string(JSON <out-var> [ERROR_VARIABLE <error-var>]
+         SET <json-string>
+         <member|index> [<member|index> ...] <value>)
+  string(JSON <out-var> [ERROR_VARIABLE <error-var>]
+         EQUAL <json-string1> <json-string2>)
+
+
+

Search and Replace

+
+

Search and Replace With Plain Strings

+
+
+string(FIND <string> <substring> <output_variable> [REVERSE])
+

Return the position where the given <substring> was found in +the supplied <string>. If the REVERSE flag was used, the command +will search for the position of the last occurrence of the specified +<substring>. If the <substring> is not found, a position of -1 is +returned.

+

The string(FIND) subcommand treats all strings as ASCII-only characters. +The index stored in <output_variable> will also be counted in bytes, +so strings containing multi-byte characters may lead to unexpected results.

+
+ +
+
+string(REPLACE <match_string> <replace_string> <output_variable> <input> [<input>...])
+

Replace all occurrences of <match_string> in the <input> +with <replace_string> and store the result in the <output_variable>.

+
+ +
+
+

Search and Replace With Regular Expressions

+
+
+string(REGEX MATCH <regular_expression> <output_variable> <input> [<input>...])
+

Match the <regular_expression> once and store the match in the +<output_variable>. +All <input> arguments are concatenated before matching. +Regular expressions are specified in the subsection just below.

+
+ +
+
+string(REGEX MATCHALL <regular_expression> <output_variable> <input> [<input>...])
+

Match the <regular_expression> as many times as possible and store the +matches in the <output_variable> as a list. +All <input> arguments are concatenated before matching.

+
+ +
+
+string(REGEX REPLACE <regular_expression> <replacement_expression> <output_variable> <input> [<input>...])
+

Match the <regular_expression> as many times as possible and substitute +the <replacement_expression> for the match in the output. +All <input> arguments are concatenated before matching.

+

The <replacement_expression> may refer to parenthesis-delimited +subexpressions of the match using \1, \2, ..., \9. Note that +two backslashes (\\1) are required in CMake code to get a backslash +through argument parsing.

+
+ +
+
+

Regex Specification

+

The following characters have special meaning in regular expressions:

+
+
^

Matches at beginning of input

+
+
$

Matches at end of input

+
+
.

Matches any single character

+
+
\<char>

Matches the single character specified by <char>. Use this to +match special regex characters, e.g. \. for a literal . +or \\ for a literal backslash \. Escaping a non-special +character is unnecessary but allowed, e.g. \a matches a.

+
+
[ ]

Matches any character(s) inside the brackets. +To match a literal ], make it the first character, e.g., []ab].

+
+
[^ ]

Matches any character(s) not inside the brackets. +To not match a literal ], make it the first character, e.g., [^]ab].

+
+
-

Inside brackets, specifies an inclusive range between characters on +either side, e.g., [a-f] is [abcdef]. +To match a literal - using brackets, make it the first or the last +character, e.g., [+*/-] matches basic mathematical operators.

+
+
*

Matches preceding pattern zero or more times

+
+
+

Matches preceding pattern one or more times

+
+
?

Matches preceding pattern zero or once only

+
+
|

Matches a pattern on either side of the |

+
+
()

Saves a matched subexpression, which can be referenced +in the REGEX REPLACE operation.

+
+

Added in version 3.9: All regular expression-related commands, including e.g. +if(MATCHES), save subgroup matches in the variables +CMAKE_MATCH_<n> for <n> 0..9.

+
+
+
+

*, + and ? have higher precedence than concatenation. | +has lower precedence than concatenation. This means that the regular +expression ^ab+d$ matches abbd but not ababd, and the regular +expression ^(ab|cd)$ matches ab but not abd.

+

CMake language Escape Sequences such as \t, \r, \n, +and \\ may be used to construct literal tabs, carriage returns, +newlines, and backslashes (respectively) to pass in a regex. For example:

+
    +
  • The quoted argument "[ \t\r\n]" specifies a regex that matches +any single whitespace character.

  • +
  • The quoted argument "[/\\]" specifies a regex that matches +a single forward slash / or backslash \.

  • +
  • The quoted argument "[A-Za-z0-9_]" specifies a regex that matches +any single "word" character in the C locale.

  • +
  • The quoted argument "\\(\\a\\+b\\)" specifies a regex that matches +the exact string (a+b). Each \\ is parsed in a quoted argument +as just \, so the regex itself is actually \(\a\+\b\). This +can alternatively be specified in a Bracket Argument without +having to escape the backslashes, e.g. [[\(\a\+\b\)]].

  • +
+
+
+
+

Manipulation

+
+
+string(APPEND <string_variable> [<input>...])
+
+

Added in version 3.4.

+
+

Append all the <input> arguments to the string.

+
+ +
+
+string(PREPEND <string_variable> [<input>...])
+
+

Added in version 3.10.

+
+

Prepend all the <input> arguments to the string.

+
+ +
+
+string(CONCAT <output_variable> [<input>...])
+

Concatenate all the <input> arguments together and store +the result in the named <output_variable>.

+
+ +
+
+string(JOIN <glue> <output_variable> [<input>...])
+
+

Added in version 3.12.

+
+

Join all the <input> arguments together using the <glue> +string and store the result in the named <output_variable>.

+

To join a list's elements, prefer to use the JOIN operator +from the list() command. This allows for the elements to have +special characters like ; in them.

+
+ +
+
+string(TOLOWER <string> <output_variable>)
+

Convert <string> to lower characters.

+
+ +
+
+string(TOUPPER <string> <output_variable>)
+

Convert <string> to upper characters.

+
+ +
+
+string(LENGTH <string> <output_variable>)
+

Store in an <output_variable> a given string's length in bytes. +Note that this means if <string> contains multi-byte characters, +the result stored in <output_variable> will not be +the number of characters.

+
+ +
+
+string(SUBSTRING <string> <begin> <length> <output_variable>)
+

Store in an <output_variable> a substring of a given <string>. If +<length> is -1 the remainder of the string starting at <begin> +will be returned.

+
+

Changed in version 3.2: If <string> is shorter than <length> +then the end of the string is used instead. +Previous versions of CMake reported an error in this case.

+
+

Both <begin> and <length> are counted in bytes, so care must +be exercised if <string> could contain multi-byte characters.

+
+ +
+
+string(STRIP <string> <output_variable>)
+

Store in an <output_variable> a substring of a given <string> +with leading and trailing spaces removed.

+
+ +
+
+string(GENEX_STRIP <string> <output_variable>)
+
+

Added in version 3.1.

+
+

Strip any generator expressions +from the input <string> and store the result +in the <output_variable>.

+
+ +
+
+string(REPEAT <string> <count> <output_variable>)
+
+

Added in version 3.15.

+
+

Produce the output string as the input <string> +repeated <count> times.

+
+ +
+
+

Comparison

+
+
+string(COMPARE LESS <string1> <string2> <output_variable>)
+
+string(COMPARE GREATER <string1> <string2> <output_variable>)
+
+string(COMPARE EQUAL <string1> <string2> <output_variable>)
+
+string(COMPARE NOTEQUAL <string1> <string2> <output_variable>)
+
+string(COMPARE LESS_EQUAL <string1> <string2> <output_variable>)
+
+string(COMPARE GREATER_EQUAL <string1> <string2> <output_variable>)
+

Compare the strings and store true or false in the <output_variable>.

+
+

Added in version 3.7: Added the LESS_EQUAL and GREATER_EQUAL options.

+
+
+ +
+
+

Hashing

+
+
+string(<HASH> <output_variable> <input>)
+

Compute a cryptographic hash of the <input> string. +The supported <HASH> algorithm names are:

+
+
MD5

Message-Digest Algorithm 5, RFC 1321.

+
+
SHA1

US Secure Hash Algorithm 1, RFC 3174.

+
+
SHA224

US Secure Hash Algorithms, RFC 4634.

+
+
SHA256

US Secure Hash Algorithms, RFC 4634.

+
+
SHA384

US Secure Hash Algorithms, RFC 4634.

+
+
SHA512

US Secure Hash Algorithms, RFC 4634.

+
+
SHA3_224

Keccak SHA-3.

+
+
SHA3_256

Keccak SHA-3.

+
+
SHA3_384

Keccak SHA-3.

+
+
SHA3_512

Keccak SHA-3.

+
+
+
+

Added in version 3.8: Added the SHA3_* hash algorithms.

+
+
+ +
+
+

Generation

+
+
+string(ASCII <number> [<number> ...] <output_variable>)
+

Convert all numbers into corresponding ASCII characters.

+
+ +
+
+string(HEX <string> <output_variable>)
+
+

Added in version 3.18.

+
+

Convert each byte in the input <string> to its hexadecimal representation +and store the concatenated hex digits in the <output_variable>. +Letters in the output (a through f) are in lowercase.

+
+ +
+
+string(CONFIGURE <string> <output_variable> [@ONLY] [ESCAPE_QUOTES])
+

Transform a <string> like configure_file() transforms a file.

+
+ +
+
+string(MAKE_C_IDENTIFIER <string> <output_variable>)
+

Convert each non-alphanumeric character in the input <string> to an +underscore and store the result in the <output_variable>. If the first +character of the <string> is a digit, an underscore will also be +prepended to the result.

+
+ +
+
+string(RANDOM [LENGTH <length>] [ALPHABET <alphabet>] [RANDOM_SEED <seed>] <output_variable>)
+

Return a random string of given <length> consisting of +characters from the given <alphabet>. Default length is 5 characters +and default alphabet is all numbers and upper and lower case letters. +If an integer RANDOM_SEED is given, its value will be used to seed the +random number generator.

+
+ +
+
+string(TIMESTAMP <output_variable> [<format_string>] [UTC])
+

Write a string representation of the current date +and/or time to the <output_variable>.

+

If the command is unable to obtain a timestamp, the <output_variable> +will be set to the empty string "".

+

The optional UTC flag requests the current date/time representation to +be in Coordinated Universal Time (UTC) rather than local time.

+

The optional <format_string> may contain the following format +specifiers:

+
+
%%
+

Added in version 3.8.

+
+

A literal percent sign (%).

+
+
%d

The day of the current month (01-31).

+
+
%H

The hour on a 24-hour clock (00-23).

+
+
%I

The hour on a 12-hour clock (01-12).

+
+
%j

The day of the current year (001-366).

+
+
%m

The month of the current year (01-12).

+
+
%b
+

Added in version 3.7.

+
+

Abbreviated month name (e.g. Oct).

+
+
%B
+

Added in version 3.10.

+
+

Full month name (e.g. October).

+
+
%M

The minute of the current hour (00-59).

+
+
%s
+

Added in version 3.6.

+
+

Seconds since midnight (UTC) 1-Jan-1970 (UNIX time).

+
+
%S

The second of the current minute. 60 represents a leap second. (00-60)

+
+
%f
+

Added in version 3.23.

+
+

The microsecond of the current second (000000-999999).

+
+
%U

The week number of the current year (00-53).

+
+
%V
+

Added in version 3.22.

+
+

The ISO 8601 week number of the current year (01-53).

+
+
%w

The day of the current week. 0 is Sunday. (0-6)

+
+
%a
+

Added in version 3.7.

+
+

Abbreviated weekday name (e.g. Fri).

+
+
%A
+

Added in version 3.10.

+
+

Full weekday name (e.g. Friday).

+
+
%y

The last two digits of the current year (00-99).

+
+
%Y

The current year.

+
+
%z
+

Added in version 3.26.

+
+

The offset of the time zone from UTC, in hours and minutes, +with format +hhmm or -hhmm.

+
+
%Z
+

Added in version 3.26.

+
+

The time zone name.

+
+
+

Unknown format specifiers will be ignored and copied to the output +as-is.

+

If no explicit <format_string> is given, it will default to:

+
%Y-%m-%dT%H:%M:%S    for local time.
+%Y-%m-%dT%H:%M:%SZ   for UTC.
+
+
+
+

Added in version 3.8: If the SOURCE_DATE_EPOCH environment variable is set, +its value will be used instead of the current time. +See https://reproducible-builds.org/specs/source-date-epoch/ for details.

+
+
+ +
+
+string(UUID <output_variable> NAMESPACE <namespace> NAME <name> TYPE <MD5|SHA1> [UPPER])
+
+

Added in version 3.1.

+
+

Create a universally unique identifier (aka GUID) as per RFC4122 +based on the hash of the combined values of <namespace> +(which itself has to be a valid UUID) and <name>. +The hash algorithm can be either MD5 (Version 3 UUID) or +SHA1 (Version 5 UUID). +A UUID has the format xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx +where each x represents a lower case hexadecimal character. +Where required, an uppercase representation can be requested +with the optional UPPER flag.

+
+ +
+
+

JSON

+
+

Added in version 3.19.

+
+

Functionality for querying a JSON string.

+
+

Note

+

In each of the following JSON-related subcommands, if the optional +ERROR_VARIABLE argument is given, errors will be reported in +<error-variable> and the <out-var> will be set to +<member|index>-[<member|index>...]-NOTFOUND with the path elements +up to the point where the error occurred, or just NOTFOUND if there +is no relevant path. If an error occurs but the ERROR_VARIABLE +option is not present, a fatal error message is generated. If no error +occurs, the <error-variable> will be set to NOTFOUND.

+
+
+
+string(JSON <out-var> [ERROR_VARIABLE <error-variable>] GET <json-string> <member|index> [<member|index> ...])
+

Get an element from <json-string> at the location given +by the list of <member|index> arguments. +Array and object elements will be returned as a JSON string. +Boolean elements will be returned as ON or OFF. +Null elements will be returned as an empty string. +Number and string types will be returned as strings.

+
+ +
+
+string(JSON <out-var> [ERROR_VARIABLE <error-variable>] TYPE <json-string> <member|index> [<member|index> ...])
+

Get the type of an element in <json-string> at the location +given by the list of <member|index> arguments. The <out-var> +will be set to one of NULL, NUMBER, STRING, BOOLEAN, +ARRAY, or OBJECT.

+
+ +
+
+string(JSON <out-var> [ERROR_VARIABLE <error-var>] MEMBER <json-string> [<member|index> ...] <index>)
+

Get the name of the <index>-th member in <json-string> +at the location given by the list of <member|index> arguments. +Requires an element of object type.

+
+ +
+
+string(JSON <out-var> [ERROR_VARIABLE <error-variable>] LENGTH <json-string> [<member|index> ...])
+

Get the length of an element in <json-string> at the location +given by the list of <member|index> arguments. +Requires an element of array or object type.

+
+ +
+
+string(JSON <out-var> [ERROR_VARIABLE <error-variable>] REMOVE <json-string> <member|index> [<member|index> ...])
+

Remove an element from <json-string> at the location +given by the list of <member|index> arguments. The JSON string +without the removed element will be stored in <out-var>.

+
+ +
+
+string(JSON <out-var> [ERROR_VARIABLE <error-variable>] SET <json-string> <member|index> [<member|index> ...] <value>)
+

Set an element in <json-string> at the location +given by the list of <member|index> arguments to <value>. +The contents of <value> should be valid JSON. +If <json-string> is an array, <value> can be appended to the end of +the array by using a number greater or equal to the array length as the +<member|index> argument.

+
+ +
+
+string(JSON <out-var> [ERROR_VARIABLE <error-var>] EQUAL <json-string1> <json-string2>)
+

Compare the two JSON objects given by <json-string1> +and <json-string2> for equality. The contents of <json-string1> +and <json-string2> should be valid JSON. The <out-var> +will be set to a true value if the JSON objects are considered equal, +or a false value otherwise.

+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/subdir_depends.html b/cmake/doc/cmake/html/command/subdir_depends.html new file mode 100644 index 0000000000000000000000000000000000000000..b6504c921363533a6e018cef1cc276237ef875b6 --- /dev/null +++ b/cmake/doc/cmake/html/command/subdir_depends.html @@ -0,0 +1,141 @@ + + + + + + + + subdir_depends — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

subdir_depends

+

Disallowed since version 3.0. See CMake Policy CMP0029.

+

Does nothing.

+
subdir_depends(subdir dep1 dep2 ...)
+
+
+

Does not do anything. This command used to help projects order +parallel builds correctly. This functionality is now automatic.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/subdirs.html b/cmake/doc/cmake/html/command/subdirs.html new file mode 100644 index 0000000000000000000000000000000000000000..9f61d03d2de8177913e713975530cf489fa1a02c --- /dev/null +++ b/cmake/doc/cmake/html/command/subdirs.html @@ -0,0 +1,154 @@ + + + + + + + + subdirs — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

subdirs

+
+

Deprecated since version 3.0: Use the add_subdirectory() command instead.

+
+

Add a list of subdirectories to the build.

+
subdirs(dir1 dir2 ...[EXCLUDE_FROM_ALL exclude_dir1 exclude_dir2 ...]
+        [PREORDER] )
+
+
+

Add a list of subdirectories to the build. The add_subdirectory() +command should be used instead of subdirs although subdirs will still +work. This will cause any CMakeLists.txt files in the sub directories +to be processed by CMake. Any directories after the PREORDER flag are +traversed first by makefile builds, the PREORDER flag has no effect on +IDE projects. Any directories after the EXCLUDE_FROM_ALL marker will +not be included in the top level makefile or project file. This is +useful for having CMake create makefiles or projects for a set of +examples in a project. You would want CMake to generate makefiles or +project files for all the examples at the same time, but you would not +want them to show up in the top level project or be built each time +make is run from the top.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/target_compile_definitions.html b/cmake/doc/cmake/html/command/target_compile_definitions.html new file mode 100644 index 0000000000000000000000000000000000000000..daa1d93e1d69a4f09c872b7d1f35af4df866da5c --- /dev/null +++ b/cmake/doc/cmake/html/command/target_compile_definitions.html @@ -0,0 +1,196 @@ + + + + + + + + target_compile_definitions — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

target_compile_definitions

+

Add compile definitions to a target.

+
target_compile_definitions(<target>
+  <INTERFACE|PUBLIC|PRIVATE> [items1...]
+  [<INTERFACE|PUBLIC|PRIVATE> [items2...] ...])
+
+
+

Specifies compile definitions to use when compiling a given <target>. The +named <target> must have been created by a command such as +add_executable() or add_library() and must not be an +ALIAS target.

+

The INTERFACE, PUBLIC and PRIVATE keywords are required to +specify the scope of the following arguments. +PRIVATE and PUBLIC items will populate the COMPILE_DEFINITIONS +property of <target>. PUBLIC and INTERFACE items will populate the +INTERFACE_COMPILE_DEFINITIONS property of <target>. +The following arguments specify compile definitions. Repeated calls for the +same <target> append items in the order called.

+
+

Added in version 3.11: Allow setting INTERFACE items on IMPORTED targets.

+
+

Arguments to target_compile_definitions may use generator expressions +with the syntax $<...>. See the cmake-generator-expressions(7) +manual for available expressions. See the cmake-buildsystem(7) manual +for more on defining buildsystem properties.

+

Any leading -D on an item will be removed. Empty items are ignored. +For example, the following are all equivalent:

+
target_compile_definitions(foo PUBLIC FOO)
+target_compile_definitions(foo PUBLIC -DFOO)  # -D removed
+target_compile_definitions(foo PUBLIC "" FOO) # "" ignored
+target_compile_definitions(foo PUBLIC -D FOO) # -D becomes "", then ignored
+
+
+

Definitions may optionally have values:

+
target_compile_definitions(foo PUBLIC FOO=1)
+
+
+

Note that many compilers treat -DFOO as equivalent to -DFOO=1, but +other tools may not recognize this in all circumstances (e.g. IntelliSense).

+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/target_compile_features.html b/cmake/doc/cmake/html/command/target_compile_features.html new file mode 100644 index 0000000000000000000000000000000000000000..a96b4e726f45aef2d2f3a397f6f14ab116d42e1a --- /dev/null +++ b/cmake/doc/cmake/html/command/target_compile_features.html @@ -0,0 +1,189 @@ + + + + + + + + target_compile_features — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

target_compile_features

+
+

Added in version 3.1.

+
+

Add expected compiler features to a target.

+
target_compile_features(<target> <PRIVATE|PUBLIC|INTERFACE> <feature> [...])
+
+
+

Specifies compiler features required when compiling a given target. If the +feature is not listed in the CMAKE_C_COMPILE_FEATURES, +CMAKE_CUDA_COMPILE_FEATURES, or CMAKE_CXX_COMPILE_FEATURES +variables, then an error will be reported by CMake. If the use of the feature requires +an additional compiler flag, such as -std=gnu++11, the flag will be added +automatically.

+

The INTERFACE, PUBLIC and PRIVATE keywords are required to +specify the scope of the features. PRIVATE and PUBLIC items will +populate the COMPILE_FEATURES property of <target>. +PUBLIC and INTERFACE items will populate the +INTERFACE_COMPILE_FEATURES property of <target>. +Repeated calls for the same <target> append items.

+
+

Added in version 3.11: Allow setting INTERFACE items on IMPORTED targets.

+
+

The named <target> must have been created by a command such as +add_executable() or add_library() and must not be an +ALIAS target.

+
+

for more on defining buildsystem properties.

+
+

Arguments to target_compile_features may use generator expressions +with the syntax $<...>. See the cmake-generator-expressions(7) +manual for available expressions. See the cmake-compile-features(7) +manual for information on compile features and a list of supported compilers.

+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/target_compile_options.html b/cmake/doc/cmake/html/command/target_compile_options.html new file mode 100644 index 0000000000000000000000000000000000000000..419a9b631441b35f641b7687b3e806913cb7a19b --- /dev/null +++ b/cmake/doc/cmake/html/command/target_compile_options.html @@ -0,0 +1,220 @@ + + + + + + + + target_compile_options — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

target_compile_options

+

Add compile options to a target.

+
target_compile_options(<target> [BEFORE]
+  <INTERFACE|PUBLIC|PRIVATE> [items1...]
+  [<INTERFACE|PUBLIC|PRIVATE> [items2...] ...])
+
+
+

Adds options to the COMPILE_OPTIONS or +INTERFACE_COMPILE_OPTIONS target properties. These options +are used when compiling the given <target>, which must have been +created by a command such as add_executable() or +add_library() and must not be an ALIAS target.

+
+

Note

+

These options are not used when linking the target. +See the target_link_options() command for that.

+
+
+

Arguments

+

If BEFORE is specified, the content will be prepended to the property +instead of being appended. See policy CMP0101 which affects +whether BEFORE will be ignored in certain cases.

+

The INTERFACE, PUBLIC and PRIVATE keywords are required to +specify the scope of the following arguments. +PRIVATE and PUBLIC items will populate the COMPILE_OPTIONS +property of <target>. PUBLIC and INTERFACE items will populate the +INTERFACE_COMPILE_OPTIONS property of <target>. +The following arguments specify compile options. Repeated calls for the same +<target> append items in the order called.

+
+

Added in version 3.11: Allow setting INTERFACE items on IMPORTED targets.

+
+

Arguments to target_compile_options may use generator expressions +with the syntax $<...>. See the cmake-generator-expressions(7) +manual for available expressions. See the cmake-buildsystem(7) manual +for more on defining buildsystem properties.

+
+
+

Option De-duplication

+

The final set of options used for a target is constructed by +accumulating options from the current target and the usage requirements of +its dependencies. The set of options is de-duplicated to avoid repetition.

+
+

Added in version 3.12: While beneficial for individual options, the de-duplication step can break +up option groups. For example, -option A -option B becomes +-option A B. One may specify a group of options using shell-like +quoting along with a SHELL: prefix. The SHELL: prefix is dropped, +and the rest of the option string is parsed using the +separate_arguments() UNIX_COMMAND mode. For example, +"SHELL:-option A" "SHELL:-option B" becomes -option A -option B.

+
+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/target_include_directories.html b/cmake/doc/cmake/html/command/target_include_directories.html new file mode 100644 index 0000000000000000000000000000000000000000..eba78430018c842ce49e49915a53a147f6dd6c09 --- /dev/null +++ b/cmake/doc/cmake/html/command/target_include_directories.html @@ -0,0 +1,233 @@ + + + + + + + + target_include_directories — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

target_include_directories

+

Add include directories to a target.

+
target_include_directories(<target> [SYSTEM] [AFTER|BEFORE]
+  <INTERFACE|PUBLIC|PRIVATE> [items1...]
+  [<INTERFACE|PUBLIC|PRIVATE> [items2...] ...])
+
+
+

Specifies include directories to use when compiling a given target. +The named <target> must have been created by a command such +as add_executable() or add_library() and must not be an +ALIAS target.

+

By using AFTER or BEFORE explicitly, you can select between appending +and prepending, independent of the default.

+

The INTERFACE, PUBLIC and PRIVATE keywords are required to specify +the scope of the following arguments. +PRIVATE and PUBLIC items will populate the INCLUDE_DIRECTORIES +property of <target>. PUBLIC and INTERFACE items will populate the +INTERFACE_INCLUDE_DIRECTORIES property of <target>. +The following arguments specify include directories.

+
+

Added in version 3.11: Allow setting INTERFACE items on IMPORTED targets.

+
+

Repeated calls for the same <target> append items in the order called.

+

If SYSTEM is specified, the compiler will be told the directories +are meant as system include directories on some platforms. This may +have effects such as suppressing warnings or skipping the contained +headers in dependency calculations (see compiler documentation). +Additionally, system include directories are searched after normal +include directories regardless of the order specified.

+

If SYSTEM is used together with PUBLIC or INTERFACE, the +INTERFACE_SYSTEM_INCLUDE_DIRECTORIES target property will be +populated with the specified directories.

+

Arguments to target_include_directories may use generator expressions +with the syntax $<...>. See the cmake-generator-expressions(7) +manual for available expressions. See the cmake-buildsystem(7) manual +for more on defining buildsystem properties.

+

Specified include directories may be absolute paths or relative paths. +A relative path will be interpreted as relative to the current source +directory (i.e. CMAKE_CURRENT_SOURCE_DIR) and converted to an +absolute path before storing it in the associated target property. +If the path starts with a generator expression, it will always be assumed +to be an absolute path (with one exception noted below) and will be used +unmodified.

+

Include directories usage requirements commonly differ between the build-tree +and the install-tree. The BUILD_INTERFACE and +INSTALL_INTERFACE generator expressions can be used to describe +separate usage requirements based on the usage location. Relative paths +are allowed within the INSTALL_INTERFACE expression and are +interpreted as relative to the installation prefix. Relative paths should not +be used in BUILD_INTERFACE expressions because they will not be +converted to absolute. For example:

+
target_include_directories(mylib PUBLIC
+  $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include/mylib>
+  $<INSTALL_INTERFACE:include/mylib>  # <prefix>/include/mylib
+)
+
+
+
+

Creating Relocatable Packages

+

Note that it is not advisable to populate the INSTALL_INTERFACE of +the INTERFACE_INCLUDE_DIRECTORIES of a target with absolute paths to the include +directories of dependencies. That would hard-code into installed packages +the include directory paths for dependencies +as found on the machine the package was made on.

+

The INSTALL_INTERFACE of the INTERFACE_INCLUDE_DIRECTORIES is only +suitable for specifying the required include directories for headers +provided with the target itself, not those provided by the transitive +dependencies listed in its INTERFACE_LINK_LIBRARIES target +property. Those dependencies should themselves be targets that specify +their own header locations in INTERFACE_INCLUDE_DIRECTORIES.

+

See the Creating Relocatable Packages section of the +cmake-packages(7) manual for discussion of additional care +that must be taken when specifying usage requirements while creating +packages for redistribution.

+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/target_link_directories.html b/cmake/doc/cmake/html/command/target_link_directories.html new file mode 100644 index 0000000000000000000000000000000000000000..5d3466096eee7c04c947ed34afeff84c9b4837fe --- /dev/null +++ b/cmake/doc/cmake/html/command/target_link_directories.html @@ -0,0 +1,209 @@ + + + + + + + + target_link_directories — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/target_link_libraries.html b/cmake/doc/cmake/html/command/target_link_libraries.html new file mode 100644 index 0000000000000000000000000000000000000000..19ccc581108d33af7f21f6f7afa3e8e34503705f --- /dev/null +++ b/cmake/doc/cmake/html/command/target_link_libraries.html @@ -0,0 +1,550 @@ + + + + + + + + target_link_libraries — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/target_link_options.html b/cmake/doc/cmake/html/command/target_link_options.html new file mode 100644 index 0000000000000000000000000000000000000000..1ae1d15ebf95504f3f38df9a1901428cd60f69ac --- /dev/null +++ b/cmake/doc/cmake/html/command/target_link_options.html @@ -0,0 +1,254 @@ + + + + + + + + target_link_options — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/target_precompile_headers.html b/cmake/doc/cmake/html/command/target_precompile_headers.html new file mode 100644 index 0000000000000000000000000000000000000000..dc2d366008b60aae0ee12525a944e83bd8c0a742 --- /dev/null +++ b/cmake/doc/cmake/html/command/target_precompile_headers.html @@ -0,0 +1,264 @@ + + + + + + + + target_precompile_headers — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

target_precompile_headers

+
+

Added in version 3.16.

+
+

Add a list of header files to precompile.

+

Precompiling header files can speed up compilation by creating a partially +processed version of some header files, and then using that version during +compilations rather than repeatedly parsing the original headers.

+
+

Main Form

+
target_precompile_headers(<target>
+  <INTERFACE|PUBLIC|PRIVATE> [header1...]
+  [<INTERFACE|PUBLIC|PRIVATE> [header2...] ...])
+
+
+

The command adds header files to the PRECOMPILE_HEADERS and/or +INTERFACE_PRECOMPILE_HEADERS target properties of <target>. +The named <target> must have been created by a command such as +add_executable() or add_library() and must not be an +ALIAS target.

+

The INTERFACE, PUBLIC and PRIVATE keywords are required to +specify the scope of the following arguments. +PRIVATE and PUBLIC items will populate the PRECOMPILE_HEADERS +property of <target>. PUBLIC and INTERFACE items will populate the +INTERFACE_PRECOMPILE_HEADERS property of <target> +(IMPORTED targets only support INTERFACE items). +Repeated calls for the same <target> will append items in the order called.

+

Projects should generally avoid using PUBLIC or INTERFACE for targets +that will be exported, or they should at least use +the $<BUILD_INTERFACE:...> generator expression to prevent precompile +headers from appearing in an installed exported target. Consumers of a target +should typically be in control of what precompile headers they use, not have +precompile headers forced on them by the targets being consumed (since +precompile headers are not typically usage requirements). A notable exception +to this is where an interface library is created +to define a commonly used set of precompile headers in one place and then other +targets link to that interface library privately. In this case, the interface +library exists specifically to propagate the precompile headers to its +consumers and the consumer is effectively still in control, since it decides +whether to link to the interface library or not.

+

The list of header files is used to generate a header file named +cmake_pch.h|xx which is used to generate the precompiled header file +(.pch, .gch, .pchi) artifact. The cmake_pch.h|xx header +file will be force included (-include for GCC, /FI for MSVC) to +all source files, so sources do not need to have #include "pch.h".

+

Header file names specified with angle brackets (e.g. <unordered_map>) or +explicit double quotes (escaped for the cmake-language(7), +e.g. [["other_header.h"]]) will be treated as is, and include directories +must be available for the compiler to find them. Other header file names +(e.g. project_header.h) are interpreted as being relative to the current +source directory (e.g. CMAKE_CURRENT_SOURCE_DIR) and will be +included by absolute path. For example:

+
target_precompile_headers(myTarget
+  PUBLIC
+    project_header.h
+  PRIVATE
+    [["other_header.h"]]
+    <unordered_map>
+)
+
+
+
+

for more on defining buildsystem properties.

+
+

Arguments to target_precompile_headers may use generator expressions +with the syntax $<...>. See the cmake-generator-expressions(7) +manual for available expressions. The $<COMPILE_LANGUAGE:...> generator +expression is particularly useful for specifying a language-specific header +to precompile for only one language (e.g. CXX and not C). In this +case, header file names that are not explicitly in double quotes or angle +brackets must be specified by absolute path. Also, when specifying angle +brackets inside a generator expression, be sure to encode the closing +> as $<ANGLE-R>. For example:

+
target_precompile_headers(mylib PRIVATE
+  "$<$<COMPILE_LANGUAGE:CXX>:${CMAKE_CURRENT_SOURCE_DIR}/cxx_only.h>"
+  "$<$<COMPILE_LANGUAGE:C>:<stddef.h$<ANGLE-R>>"
+  "$<$<COMPILE_LANGUAGE:CXX>:<cstddef$<ANGLE-R>>"
+)
+
+
+
+
+

Reusing Precompile Headers

+

The command also supports a second signature which can be used to specify that +one target reuses a precompiled header file artifact from another target +instead of generating its own:

+
target_precompile_headers(<target> REUSE_FROM <other_target>)
+
+
+

This form sets the PRECOMPILE_HEADERS_REUSE_FROM property to +<other_target> and adds a dependency such that <target> will depend +on <other_target>. CMake will halt with an error if the +PRECOMPILE_HEADERS property of <target> is already set when +the REUSE_FROM form is used.

+
+

Note

+

The REUSE_FROM form requires the same set of compiler options, +compiler flags and compiler definitions for both <target> and +<other_target>. Some compilers (e.g. GCC) may issue a warning if the +precompiled header file cannot be used (-Winvalid-pch).

+
+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/target_sources.html b/cmake/doc/cmake/html/command/target_sources.html new file mode 100644 index 0000000000000000000000000000000000000000..ff683d1d9f9fa1c8a7b972de995e1a0eae3b0fd2 --- /dev/null +++ b/cmake/doc/cmake/html/command/target_sources.html @@ -0,0 +1,326 @@ + + + + + + + + target_sources — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

target_sources

+
+

Added in version 3.1.

+
+

Add sources to a target.

+
target_sources(<target>
+  <INTERFACE|PUBLIC|PRIVATE> [items1...]
+  [<INTERFACE|PUBLIC|PRIVATE> [items2...] ...])
+
+
+

Specifies sources to use when building a target and/or its dependents. +The named <target> must have been created by a command such as +add_executable() or add_library() or +add_custom_target() and must not be an +ALIAS target. The <items> may use +generator expressions.

+
+

Added in version 3.20: <target> can be a custom target.

+
+

The INTERFACE, PUBLIC and PRIVATE keywords are required to +specify the scope of the source file paths +(<items>) that follow them. PRIVATE and PUBLIC items will +populate the SOURCES property of <target>, which are used when +building the target itself. PUBLIC and INTERFACE items will populate the +INTERFACE_SOURCES property of <target>, which are used +when building dependents. A target created by add_custom_target() +can only have PRIVATE scope.

+

Repeated calls for the same <target> append items in the order called.

+
+

Added in version 3.3: Allow exporting targets with INTERFACE_SOURCES.

+
+
+

Added in version 3.11: Allow setting INTERFACE items on +IMPORTED targets.

+
+
+

Changed in version 3.13: Relative source file paths are interpreted as being relative to the current +source directory (i.e. CMAKE_CURRENT_SOURCE_DIR). +See policy CMP0076.

+
+

A path that begins with a generator expression is left unmodified. +When a target's SOURCE_DIR property differs from +CMAKE_CURRENT_SOURCE_DIR, use absolute paths in generator +expressions to ensure the sources are correctly assigned to the target.

+
# WRONG: starts with generator expression, but relative path used
+target_sources(MyTarget PRIVATE "$<$<CONFIG:Debug>:dbgsrc.cpp>")
+
+# CORRECT: absolute path used inside the generator expression
+target_sources(MyTarget PRIVATE "$<$<CONFIG:Debug>:${CMAKE_CURRENT_SOURCE_DIR}/dbgsrc.cpp>")
+
+
+

See the cmake-buildsystem(7) manual for more on defining +buildsystem properties.

+
+

File Sets

+
+

Added in version 3.23.

+
+
target_sources(<target>
+  [<INTERFACE|PUBLIC|PRIVATE>
+   [FILE_SET <set> [TYPE <type>] [BASE_DIRS <dirs>...] [FILES <files>...]]...
+  ]...)
+
+
+

Adds a file set to a target, or adds files to an existing file set. Targets +have zero or more named file sets. Each file set has a name, a type, a scope of +INTERFACE, PUBLIC, or PRIVATE, one or more base directories, and +files within those directories. The acceptable types include:

+

HEADERS

+
+

Sources intended to be used via a language's #include mechanism.

+
+
+
CXX_MODULES
+

Added in version 3.28.

+
+

Sources which contain C++ interface module or partition units (i.e., those +using the export keyword). This file set type may not have an +INTERFACE scope except on IMPORTED targets.

+
+
+

The optional default file sets are named after their type. The target may not +be a custom target or FRAMEWORK target.

+

Files in a PRIVATE or PUBLIC file set are marked as source files for +the purposes of IDE integration. Additionally, files in HEADERS file sets +have their HEADER_FILE_ONLY property set to TRUE. Files in an +INTERFACE or PUBLIC file set can be installed with the +install(TARGETS) command, and exported with the +install(EXPORT) and export() commands.

+

Each target_sources(FILE_SET) entry starts with INTERFACE, PUBLIC, or +PRIVATE and accepts the following arguments:

+

FILE_SET <set>

+
+

The name of the file set to create or add to. It must contain only letters, +numbers and underscores. Names starting with a capital letter are reserved +for built-in file sets predefined by CMake. The only predefined set names +are those matching the acceptable types. All other set names must not start +with a capital letter or +underscore.

+
+

TYPE <type>

+
+

Every file set is associated with a particular type of file. Only types +specified above may be used and it is an error to specify anything else. As +a special case, if the name of the file set is one of the types, the type +does not need to be specified and the TYPE <type> arguments can be +omitted. For all other file set names, TYPE is required.

+
+

BASE_DIRS <dirs>...

+
+

An optional list of base directories of the file set. Any relative path +is treated as relative to the current source directory +(i.e. CMAKE_CURRENT_SOURCE_DIR). If no BASE_DIRS are +specified when the file set is first created, the value of +CMAKE_CURRENT_SOURCE_DIR is added. This argument supports +generator expressions.

+

No two base directories for a file set may be sub-directories of each other. +This requirement must be met across all base directories added to a file set, +not just those within a single call to target_sources().

+
+

FILES <files>...

+
+

An optional list of files to add to the file set. Each file must be in +one of the base directories, or a subdirectory of one of the base +directories. This argument supports +generator expressions.

+

If relative paths are specified, they are considered relative to +CMAKE_CURRENT_SOURCE_DIR at the time target_sources() is +called. An exception to this is a path starting with $<. Such paths +are treated as relative to the target's source directory after evaluation +of generator expressions.

+
+

The following target properties are set by target_sources(FILE_SET), +but they should not generally be manipulated directly:

+

For file sets of type HEADERS:

+ +

For file sets of type CXX_MODULES:

+ +

Target properties related to include directories are also modified by +target_sources(FILE_SET) as follows:

+

INCLUDE_DIRECTORIES

+
+

If the TYPE is HEADERS, and the scope of the file set is PRIVATE +or PUBLIC, all of the BASE_DIRS of the file set are wrapped in +$<BUILD_INTERFACE> and appended to this property.

+
+

INTERFACE_INCLUDE_DIRECTORIES

+
+

If the TYPE is HEADERS, and the scope of the file set is +INTERFACE or PUBLIC, all of the BASE_DIRS of the file set are +wrapped in $<BUILD_INTERFACE> and appended to this property.

+
+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/try_compile.html b/cmake/doc/cmake/html/command/try_compile.html new file mode 100644 index 0000000000000000000000000000000000000000..09e86deddebeadc9c77d0fddf7fff2ed676a8f8b --- /dev/null +++ b/cmake/doc/cmake/html/command/try_compile.html @@ -0,0 +1,530 @@ + + + + + + + + try_compile — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

try_compile

+ +

Try building some code.

+
+

Try Compiling Whole Projects

+
try_compile(<compileResultVar> PROJECT <projectName>
+            SOURCE_DIR <srcdir>
+            [BINARY_DIR <bindir>]
+            [TARGET <targetName>]
+            [LOG_DESCRIPTION <text>]
+            [NO_CACHE]
+            [NO_LOG]
+            [CMAKE_FLAGS <flags>...]
+            [OUTPUT_VARIABLE <var>])
+
+
+
+

Added in version 3.25.

+
+

Try building a project. Build success returns TRUE and build failure +returns FALSE in <compileResultVar>.

+

In this form, <srcdir> should contain a complete CMake project with a +CMakeLists.txt file and all sources. The <bindir> and <srcdir> +will not be deleted after this command is run. Specify <targetName> to +build a specific target instead of the all or ALL_BUILD target. See +below for the meaning of other options.

+
+

Changed in version 3.24: CMake variables describing platform settings, and those listed by the +CMAKE_TRY_COMPILE_PLATFORM_VARIABLES variable, are propagated +into the project's build configuration. See policy CMP0137. +Previously this was only done by the +source file signature.

+
+
+

Added in version 3.26: This command records a +configure-log try_compile event +if the NO_LOG option is not specified.

+
+
+

Added in version 3.30: If the PROPAGATE_TOP_LEVEL_INCLUDES_TO_TRY_COMPILE global +property is set to true, CMAKE_PROJECT_TOP_LEVEL_INCLUDES is +propagated into the project's build configuration.

+
+

This command supports an alternate signature for CMake older than 3.25. +The signature above is recommended for clarity.

+
try_compile(<compileResultVar> <bindir> <srcdir>
+            <projectName> [<targetName>]
+            [CMAKE_FLAGS <flags>...]
+            [OUTPUT_VARIABLE <var>])
+
+
+
+
+

Try Compiling Source Files

+
try_compile(<compileResultVar>
+            [SOURCES_TYPE <type>]
+            <SOURCES <srcfile...>                 |
+             SOURCE_FROM_CONTENT <name> <content> |
+             SOURCE_FROM_VAR <name> <var>         |
+             SOURCE_FROM_FILE <name> <path>       >...
+            [LOG_DESCRIPTION <text>]
+            [NO_CACHE]
+            [NO_LOG]
+            [CMAKE_FLAGS <flags>...]
+            [COMPILE_DEFINITIONS <defs>...]
+            [LINK_OPTIONS <options>...]
+            [LINK_LIBRARIES <libs>...]
+            [LINKER_LANGUAGE <lang>]
+            [OUTPUT_VARIABLE <var>]
+            [COPY_FILE <fileName> [COPY_FILE_ERROR <var>]]
+            [<LANG>_STANDARD <std>]
+            [<LANG>_STANDARD_REQUIRED <bool>]
+            [<LANG>_EXTENSIONS <bool>]
+            )
+
+
+
+

Added in version 3.25.

+
+

Try building an executable or static library from one or more source files +(which one is determined by the CMAKE_TRY_COMPILE_TARGET_TYPE +variable). Build success returns TRUE and build failure returns FALSE +in <compileResultVar>.

+

In this form, one or more source files must be provided. Additionally, one of +SOURCES and/or SOURCE_FROM_* must precede other keywords.

+

If CMAKE_TRY_COMPILE_TARGET_TYPE is unset or is set to +EXECUTABLE, the sources must include a definition for main and CMake +will create a CMakeLists.txt file to build the source(s) as an executable. +If CMAKE_TRY_COMPILE_TARGET_TYPE is set to STATIC_LIBRARY, +a static library will be built instead and no definition for main is +required. For an executable, the generated CMakeLists.txt file would +contain something like the following:

+
add_definitions(<expanded COMPILE_DEFINITIONS from caller>)
+include_directories(${INCLUDE_DIRECTORIES})
+link_directories(${LINK_DIRECTORIES})
+add_executable(cmTryCompileExec <srcfile>...)
+target_link_options(cmTryCompileExec PRIVATE <LINK_OPTIONS from caller>)
+target_link_libraries(cmTryCompileExec ${LINK_LIBRARIES})
+
+
+

CMake automatically generates, for each try_compile operation, a +unique directory under ${CMAKE_BINARY_DIR}/CMakeFiles/CMakeScratch +with an unspecified name. These directories are cleaned automatically unless +--debug-trycompile is passed to cmake. +Such directories from previous runs are also unconditionally cleaned at the +beginning of any cmake execution.

+

This command supports an alternate signature for CMake older than 3.25. +The signature above is recommended for clarity.

+
try_compile(<compileResultVar> <bindir> <srcfile|SOURCES srcfile...>
+            [CMAKE_FLAGS <flags>...]
+            [COMPILE_DEFINITIONS <defs>...]
+            [LINK_OPTIONS <options>...]
+            [LINK_LIBRARIES <libs>...]
+            [OUTPUT_VARIABLE <var>]
+            [COPY_FILE <fileName> [COPY_FILE_ERROR <var>]]
+            [<LANG>_STANDARD <std>]
+            [<LANG>_STANDARD_REQUIRED <bool>]
+            [<LANG>_EXTENSIONS <bool>]
+            )
+
+
+

In this version, try_compile will use <bindir>/CMakeFiles/CMakeTmp for +its operation, and all such files will be cleaned automatically. +For debugging, --debug-trycompile can be +passed to cmake to avoid this clean. However, multiple sequential +try_compile operations, if given the same <bindir>, will reuse this +single output directory, such that you can only debug one such try_compile +call at a time. Use of the newer signature is recommended to simplify +debugging of multiple try_compile operations.

+
+
+

Options

+

The options for the above signatures are:

+
+
CMAKE_FLAGS <flags>...

Specify flags of the form -DVAR:TYPE=VALUE to be passed +to the cmake(1) command-line used to drive the test build. +The above example shows how values for variables +COMPILE_DEFINITIONS, INCLUDE_DIRECTORIES, LINK_DIRECTORIES, +LINK_LIBRARIES, and LINK_OPTIONS are used. Compiler options +can be passed in like CMAKE_FLAGS -DCOMPILE_DEFINITIONS=-Werror.

+
+
COMPILE_DEFINITIONS <defs>...

Specify -Ddefinition arguments to pass to add_definitions() +in the generated test project.

+
+
COPY_FILE <fileName>

Copy the built executable or static library to the given <fileName>.

+
+
COPY_FILE_ERROR <var>

Use after COPY_FILE to capture into variable <var> any error +message encountered while trying to copy the file.

+
+
LINK_LIBRARIES <libs>...

Specify libraries to be linked in the generated project. +The list of libraries may refer to system libraries and to +Imported Targets from the calling project.

+

If this option is specified, any -DLINK_LIBRARIES=... value +given to the CMAKE_FLAGS option will be ignored.

+
+

Added in version 3.29: Alias targets to imported libraries are also supported.

+
+
+
LINK_OPTIONS <options>...
+

Added in version 3.14.

+
+

Specify link step options to pass to target_link_options() or to +set the STATIC_LIBRARY_OPTIONS target property in the generated +project, depending on the CMAKE_TRY_COMPILE_TARGET_TYPE variable.

+
+
LINKER_LANGUAGE <lang>
+

Added in version 3.29.

+
+

Specify the LINKER_LANGUAGE target property of the generated +project. When using multiple source files with different languages, set +this to the language of the source file containing the program entry point, +e.g., main.

+
+
LOG_DESCRIPTION <text>
+

Added in version 3.26.

+
+

Specify a non-empty text description of the purpose of the check. +This is recorded in the cmake-configure-log(7) entry.

+
+
NO_CACHE
+

Added in version 3.25.

+
+

The result will be stored in a normal variable rather than a cache entry.

+

The result variable is normally cached so that a simple pattern can be used +to avoid repeating the test on subsequent executions of CMake:

+
if(NOT DEFINED RESULTVAR)
+  # ...(check-specific setup code)...
+  try_compile(RESULTVAR ...)
+  # ...(check-specific logging and cleanup code)...
+endif()
+
+
+

If the guard variable and result variable are not the same (for example, if +the test is part of a larger inspection), NO_CACHE may be useful to avoid +leaking the intermediate result variable into the cache.

+
+
NO_LOG
+

Added in version 3.26.

+
+

Do not record a cmake-configure-log(7) entry for this call.

+
+
OUTPUT_VARIABLE <var>

Store the output from the build process in the given variable.

+
+
SOURCE_FROM_CONTENT <name> <content>
+

Added in version 3.25.

+
+

Write <content> to a file named <name> in the operation directory. +This can be used to bypass the need to separately write a source file when +the contents of the file are dynamically specified. The specified <name> +is not allowed to contain path components.

+

SOURCE_FROM_CONTENT may be specified multiple times.

+
+
SOURCE_FROM_FILE <name> <path>
+

Added in version 3.25.

+
+

Copy <path> to a file named <name> in the operation directory. This +can be used to consolidate files into the operation directory, which may be +useful if a source which already exists (i.e. as a stand-alone file in a +project's source repository) needs to refer to other file(s) created by +SOURCE_FROM_*. (Otherwise, SOURCES is usually more convenient.) The +specified <name> is not allowed to contain path components.

+
+
SOURCE_FROM_VAR <name> <var>
+

Added in version 3.25.

+
+

Write the contents of <var> to a file named <name> in the operation +directory. This is the same as SOURCE_FROM_CONTENT, but takes the +contents from the specified CMake variable, rather than directly, which may +be useful when passing arguments through a function which wraps +try_compile. The specified <name> is not allowed to contain path +components.

+

SOURCE_FROM_VAR may be specified multiple times.

+
+
SOURCES_TYPE <type>
+

Added in version 3.28.

+
+

Sources may be classified using the SOURCES_TYPE argument. Once +specified, all subsequent sources specified will be treated as that type +until another SOURCES_TYPE is given. Available types are:

+
+
NORMAL

Sources are not added to any FILE_SET in the generated project.

+
+
CXX_MODULE
+

Added in version 3.28.

+
+

Sources are added to a FILE_SET of type CXX_MODULES in the +generated project.

+
+
+

The default type of sources is NORMAL.

+
+
<LANG>_STANDARD <std>
+

Added in version 3.8.

+
+

Specify the C_STANDARD, CXX_STANDARD, +OBJC_STANDARD, OBJCXX_STANDARD, +or CUDA_STANDARD target property of the generated project.

+
+
<LANG>_STANDARD_REQUIRED <bool>
+

Added in version 3.8.

+
+

Specify the C_STANDARD_REQUIRED, +CXX_STANDARD_REQUIRED, OBJC_STANDARD_REQUIRED, +OBJCXX_STANDARD_REQUIRED,or CUDA_STANDARD_REQUIRED +target property of the generated project.

+
+
<LANG>_EXTENSIONS <bool>
+

Added in version 3.8.

+
+

Specify the C_EXTENSIONS, CXX_EXTENSIONS, +OBJC_EXTENSIONS, OBJCXX_EXTENSIONS, +or CUDA_EXTENSIONS target property of the generated project.

+
+
+
+
+

Other Behavior Settings

+
+

Added in version 3.4: If set, the following variables are passed in to the generated +try_compile CMakeLists.txt to initialize compile target properties with +default values:

+ +

If CMP0056 is set to NEW, then +CMAKE_EXE_LINKER_FLAGS is passed in as well.

+
+
+

Changed in version 3.14: If CMP0083 is set to NEW, then in order to obtain correct +behavior at link time, the check_pie_supported() command from the +CheckPIESupported module must be called before using the +try_compile command.

+
+

The current settings of CMP0065 and CMP0083 are propagated +through to the generated test project.

+

Set variable CMAKE_TRY_COMPILE_CONFIGURATION to choose a build +configuration:

+
    +
  • For multi-config generators, this selects which configuration to build.

  • +
  • For single-config generators, this sets CMAKE_BUILD_TYPE in +the test project.

  • +
+
+

Added in version 3.6: Set the CMAKE_TRY_COMPILE_TARGET_TYPE variable to specify +the type of target used for the source file signature.

+
+
+

Added in version 3.6: Set the CMAKE_TRY_COMPILE_PLATFORM_VARIABLES variable to specify +variables that must be propagated into the test project. This variable is +meant for use only in toolchain files and is only honored by the +try_compile() command for the source files form, not when given a whole +project.

+
+
+

Changed in version 3.8: If CMP0067 is set to NEW, or any of the <LANG>_STANDARD, +<LANG>_STANDARD_REQUIRED, or <LANG>_EXTENSIONS options are used, +then the language standard variables are honored:

+ +

Their values are used to set the corresponding target properties in +the generated project (unless overridden by an explicit option).

+
+
+

Changed in version 3.14: For the Green Hills MULTI generator, the GHS toolset and target +system customization cache variables are also propagated into the test +project.

+
+
+

Added in version 3.24: The CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES variable may be +set to disable passing platform variables into the test project.

+
+
+

Added in version 3.25: If CMP0141 is set to NEW, one can use +CMAKE_MSVC_DEBUG_INFORMATION_FORMAT to specify the MSVC debug +information format.

+
+
+

Added in version 3.30: If the PROPAGATE_TOP_LEVEL_INCLUDES_TO_TRY_COMPILE global +property is set to true, CMAKE_PROJECT_TOP_LEVEL_INCLUDES is +propagated into the test project's build configuration when using the +whole-project signature.

+
+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/try_run.html b/cmake/doc/cmake/html/command/try_run.html new file mode 100644 index 0000000000000000000000000000000000000000..d3ae01c278e959d7307746e7121f840408d19644 --- /dev/null +++ b/cmake/doc/cmake/html/command/try_run.html @@ -0,0 +1,306 @@ + + + + + + + + try_run — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

try_run

+ +

Try compiling and then running some code.

+
+

Try Compiling and Running Source Files

+
try_run(<runResultVar> <compileResultVar>
+        [SOURCES_TYPE <type>]
+        <SOURCES <srcfile...>                 |
+         SOURCE_FROM_CONTENT <name> <content> |
+         SOURCE_FROM_VAR <name> <var>         |
+         SOURCE_FROM_FILE <name> <path>       >...
+        [LOG_DESCRIPTION <text>]
+        [NO_CACHE]
+        [NO_LOG]
+        [CMAKE_FLAGS <flags>...]
+        [COMPILE_DEFINITIONS <defs>...]
+        [LINK_OPTIONS <options>...]
+        [LINK_LIBRARIES <libs>...]
+        [COMPILE_OUTPUT_VARIABLE <var>]
+        [COPY_FILE <fileName> [COPY_FILE_ERROR <var>]]
+        [<LANG>_STANDARD <std>]
+        [<LANG>_STANDARD_REQUIRED <bool>]
+        [<LANG>_EXTENSIONS <bool>]
+        [RUN_OUTPUT_VARIABLE <var>]
+        [RUN_OUTPUT_STDOUT_VARIABLE <var>]
+        [RUN_OUTPUT_STDERR_VARIABLE <var>]
+        [WORKING_DIRECTORY <var>]
+        [ARGS <args>...]
+        )
+
+
+
+

Added in version 3.25.

+
+

Try building an executable from one or more source files. Build success +returns TRUE and build failure returns FALSE in <compileResultVar>. +If the build succeeds, this runs the executable and stores the exit code in +<runResultVar>. If the executable was built, but failed to run, then +<runResultVar> will be set to FAILED_TO_RUN. See command +try_compile() for documentation of options common to both commands, +and for information on how the test project is constructed to build the source +file.

+

One or more source files must be provided. Additionally, one of SOURCES +and/or SOURCE_FROM_* must precede other keywords.

+
+

Added in version 3.26: This command records a +configure-log try_run event +if the NO_LOG option is not specified.

+
+

This command supports an alternate signature for CMake older than 3.25. +The signature above is recommended for clarity.

+
try_run(<runResultVar> <compileResultVar>
+        <bindir> <srcfile|SOURCES srcfile...>
+        [CMAKE_FLAGS <flags>...]
+        [COMPILE_DEFINITIONS <defs>...]
+        [LINK_OPTIONS <options>...]
+        [LINK_LIBRARIES <libs>...]
+        [LINKER_LANGUAGE <lang>]
+        [COMPILE_OUTPUT_VARIABLE <var>]
+        [COPY_FILE <fileName> [COPY_FILE_ERROR <var>]]
+        [<LANG>_STANDARD <std>]
+        [<LANG>_STANDARD_REQUIRED <bool>]
+        [<LANG>_EXTENSIONS <bool>]
+        [RUN_OUTPUT_VARIABLE <var>]
+        [OUTPUT_VARIABLE <var>]
+        [WORKING_DIRECTORY <var>]
+        [ARGS <args>...]
+        )
+
+
+
+
+

Options

+

The options specific to try_run are:

+
+
COMPILE_OUTPUT_VARIABLE <var>

Report the compile step build output in a given variable.

+
+
OUTPUT_VARIABLE <var>

Report the compile build output and the output from running the executable +in the given variable. This option exists for legacy reasons and is only +supported by the old try_run signature. +Prefer COMPILE_OUTPUT_VARIABLE and RUN_OUTPUT_VARIABLE instead.

+
+
RUN_OUTPUT_VARIABLE <var>

Report the output from running the executable in a given variable.

+
+
RUN_OUTPUT_STDOUT_VARIABLE <var>
+

Added in version 3.25.

+
+

Report the output of stdout from running the executable in a given variable.

+
+
RUN_OUTPUT_STDERR_VARIABLE <var>
+

Added in version 3.25.

+
+

Report the output of stderr from running the executable in a given variable.

+
+
WORKING_DIRECTORY <var>
+

Added in version 3.20.

+
+

Run the executable in the given directory. If no WORKING_DIRECTORY is +specified, the executable will run in <bindir> or the current build +directory.

+
+
ARGS <args>...

Additional arguments to pass to the executable when running it.

+
+
+
+
+

Other Behavior Settings

+

Set variable CMAKE_TRY_COMPILE_CONFIGURATION to choose a build +configuration:

+
    +
  • For multi-config generators, this selects which configuration to build.

  • +
  • For single-config generators, this sets CMAKE_BUILD_TYPE in +the test project.

  • +
+
+
+

Behavior when Cross Compiling

+
+

Added in version 3.3: Use CMAKE_CROSSCOMPILING_EMULATOR when running cross-compiled binaries.

+
+

When cross compiling, the executable compiled in the first step +usually cannot be run on the build host. The try_run command checks +the CMAKE_CROSSCOMPILING variable to detect whether CMake is in +cross-compiling mode. If that is the case, it will still try to compile +the executable, but it will not try to run the executable unless the +CMAKE_CROSSCOMPILING_EMULATOR variable is set. Instead it +will create cache variables which must be filled by the user or by +presetting them in some CMake script file to the values the executable +would have produced if it had been run on its actual target platform. +These cache entries are:

+
+
<runResultVar>

Exit code if the executable were to be run on the target platform.

+
+
<runResultVar>__TRYRUN_OUTPUT

Output from stdout and stderr if the executable were to be run on +the target platform. This is created only if the +RUN_OUTPUT_VARIABLE or OUTPUT_VARIABLE option was used.

+
+
+

In order to make cross compiling your project easier, use try_run +only if really required. If you use try_run, use the +RUN_OUTPUT_STDOUT_VARIABLE, RUN_OUTPUT_STDERR_VARIABLE, +RUN_OUTPUT_VARIABLE or OUTPUT_VARIABLE options only if really +required. Using them will require that when cross-compiling, the cache +variables will have to be set manually to the output of the executable. +You can also "guard" the calls to try_run with an if() +block checking the CMAKE_CROSSCOMPILING variable and +provide an easy-to-preset alternative for this case.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/unset.html b/cmake/doc/cmake/html/command/unset.html new file mode 100644 index 0000000000000000000000000000000000000000..822620b5878bcbee3921a127d5485b5bb68e6f1f --- /dev/null +++ b/cmake/doc/cmake/html/command/unset.html @@ -0,0 +1,187 @@ + + + + + + + + unset — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

unset

+

Unset a variable, cache variable, or environment variable.

+
+

Unset Normal Variable or Cache Entry

+
unset(<variable> [CACHE | PARENT_SCOPE])
+
+
+

Removes a normal variable from the current scope, causing it +to become undefined. If CACHE is present, then a cache variable +is removed instead of a normal variable.

+

If PARENT_SCOPE is present then the variable is removed from the scope +above the current scope. See the same option in the set() command +for further details.

+
+

Note

+

When evaluating Variable References of the form ${VAR}, CMake +first searches for a normal variable with that name. If no such normal +variable exists, CMake will then search for a cache entry with that name. +Because of this, unsetting a normal variable can expose a cache variable +that was previously hidden. To force a variable reference of the form +${VAR} to return an empty string, use set(<variable> ""), which +clears the normal variable but leaves it defined.

+
+
+
+

Unset Environment Variable

+
unset(ENV{<variable>})
+
+
+

Removes <variable> from the currently available +Environment Variables. +Subsequent calls of $ENV{<variable>} will return the empty string.

+

This command affects only the current CMake process, not the process +from which CMake was called, nor the system environment at large, +nor the environment of subsequent build or test processes.

+
+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/use_mangled_mesa.html b/cmake/doc/cmake/html/command/use_mangled_mesa.html new file mode 100644 index 0000000000000000000000000000000000000000..cf9e48b8f8be70b5a9212be62e7817f4aca28550 --- /dev/null +++ b/cmake/doc/cmake/html/command/use_mangled_mesa.html @@ -0,0 +1,143 @@ + + + + + + + + use_mangled_mesa — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

use_mangled_mesa

+

Disallowed since version 3.0. See CMake Policy CMP0030.

+

Copy mesa headers for use in combination with system GL.

+
use_mangled_mesa(PATH_TO_MESA OUTPUT_DIRECTORY)
+
+
+

The path to mesa includes, should contain gl_mangle.h. The mesa +headers are copied to the specified output directory. This allows +mangled mesa headers to override other GL headers by being added to +the include directory path earlier.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/utility_source.html b/cmake/doc/cmake/html/command/utility_source.html new file mode 100644 index 0000000000000000000000000000000000000000..6174af3176128140a6a439b012f59a1eb133c5a8 --- /dev/null +++ b/cmake/doc/cmake/html/command/utility_source.html @@ -0,0 +1,151 @@ + + + + + + + + utility_source — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

utility_source

+

Disallowed since version 3.0. See CMake Policy CMP0034.

+

Specify the source tree of a third-party utility.

+
utility_source(cache_entry executable_name
+               path_to_source [file1 file2 ...])
+
+
+

When a third-party utility's source is included in the distribution, +this command specifies its location and name. The cache entry will +not be set unless the path_to_source and all listed files exist. It +is assumed that the source tree of the utility will have been built +before it is needed.

+

When cross compiling CMake will print a warning if a utility_source() +command is executed, because in many cases it is used to build an +executable which is executed later on. This doesn't work when cross +compiling, since the executable can run only on their target platform. +So in this case the cache entry has to be adjusted manually so it +points to an executable which is runnable on the build host.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/variable_requires.html b/cmake/doc/cmake/html/command/variable_requires.html new file mode 100644 index 0000000000000000000000000000000000000000..a99d27bf17e9c44fe059a7dd59e4803681e0ccd9 --- /dev/null +++ b/cmake/doc/cmake/html/command/variable_requires.html @@ -0,0 +1,149 @@ + + + + + + + + variable_requires — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

variable_requires

+

Disallowed since version 3.0. See CMake Policy CMP0035.

+

Use the if() command instead.

+

Assert satisfaction of an option's required variables.

+
variable_requires(TEST_VARIABLE RESULT_VARIABLE
+                  REQUIRED_VARIABLE1
+                  REQUIRED_VARIABLE2 ...)
+
+
+

The first argument (TEST_VARIABLE) is the name of the variable to be +tested, if that variable is false nothing else is done. If +TEST_VARIABLE is true, then the next argument (RESULT_VARIABLE) +is a variable that is set to true if all the required variables are set. +The rest of the arguments are variables that must be true or not set +to NOTFOUND to avoid an error. If any are not true, an error is +reported.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/variable_watch.html b/cmake/doc/cmake/html/command/variable_watch.html new file mode 100644 index 0000000000000000000000000000000000000000..d8249afc52424f298fdae2066b6f7a1da85ba7e5 --- /dev/null +++ b/cmake/doc/cmake/html/command/variable_watch.html @@ -0,0 +1,171 @@ + + + + + + + + variable_watch — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

variable_watch

+

Watch the CMake variable for change.

+
variable_watch(<variable> [<command>])
+
+
+

If the specified <variable> changes and no <command> is given, +a message will be printed to inform about the change.

+

If <command> is given, this command will be executed instead. +The command will receive the following arguments: +COMMAND(<variable> <access> <value> <current_list_file> <stack>)

+
+
<variable>

Name of the variable being accessed.

+
+
<access>

One of READ_ACCESS, UNKNOWN_READ_ACCESS, MODIFIED_ACCESS, +UNKNOWN_MODIFIED_ACCESS, or REMOVED_ACCESS. The UNKNOWN_ +values are only used when the variable has never been set. Once set, +they are never used again during the same CMake run, even if the +variable is later unset.

+
+
<value>

The value of the variable. On a modification, this is the new +(modified) value of the variable. On removal, the value is empty.

+
+
<current_list_file>

Full path to the file doing the access.

+
+
<stack>

List of absolute paths of all files currently on the stack of file +inclusion, with the bottom-most file first and the currently +processed file (that is, current_list_file) last.

+
+
+

Note that for some accesses such as list(APPEND), the watcher +is executed twice, first with a read access and then with a write one. +Also note that an if(DEFINED) query on the variable does not +register as an access and the watcher is not executed.

+

Only non-cache variables can be watched using this command. Access to +cache variables is never watched. However, the existence of a cache +variable var causes accesses to the non-cache variable var to +not use the UNKNOWN_ prefix, even if a non-cache variable var +has never existed.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/while.html b/cmake/doc/cmake/html/command/while.html new file mode 100644 index 0000000000000000000000000000000000000000..9d7213fa4ca9051917ae41327833031f3fcec6f9 --- /dev/null +++ b/cmake/doc/cmake/html/command/while.html @@ -0,0 +1,170 @@ + + + + + + + + while — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

while

+

Evaluate a group of commands while a condition is true

+
while(<condition>)
+  <commands>
+endwhile()
+
+
+

All commands between while and the matching endwhile() are recorded +without being invoked. Once the endwhile() is evaluated, the +recorded list of commands is invoked as long as the <condition> is true.

+

The <condition> has the same syntax and is evaluated using the same logic +as described at length for the if() command.

+

The commands break() and continue() provide means to +escape from the normal control flow.

+

Per legacy, the endwhile() command admits +an optional <condition> argument. +If used, it must be a verbatim repeat of the argument of the opening +while command.

+
+

See Also

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/command/write_file.html b/cmake/doc/cmake/html/command/write_file.html new file mode 100644 index 0000000000000000000000000000000000000000..2ac572e6dc0c76d5d9a3aaee5732b73433d33d06 --- /dev/null +++ b/cmake/doc/cmake/html/command/write_file.html @@ -0,0 +1,149 @@ + + + + + + + + write_file — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

write_file

+
+

Deprecated since version 3.0: Use the file(WRITE) command instead.

+
+
write_file(filename "message to write"... [APPEND])
+
+
+

The first argument is the file name, the rest of the arguments are +messages to write. If the argument APPEND is specified, then the +message will be appended.

+

NOTE 1: file(WRITE) and file(APPEND) do exactly +the same as this one but add some more functionality.

+

NOTE 2: When using write_file the produced file cannot be used as an +input to CMake (CONFIGURE_FILE, source file ...) because it will lead +to an infinite loop. Use configure_file() if you want to +generate input files to CMake.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/cpack_gen/archive.html b/cmake/doc/cmake/html/cpack_gen/archive.html new file mode 100644 index 0000000000000000000000000000000000000000..8a954bad604d2218854f0abe7627b21283fa6e99 --- /dev/null +++ b/cmake/doc/cmake/html/cpack_gen/archive.html @@ -0,0 +1,264 @@ + + + + + + + + CPack Archive Generator — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPack Archive Generator

+

CPack generator for packaging files into an archive, which can have +any of the following formats:

+
+
    +
  • 7Z - 7zip - (.7z)

  • +
  • TBZ2 (.tar.bz2)

  • +
  • TGZ (.tar.gz)

  • +
  • TXZ (.tar.xz)

  • +
  • TZ (.tar.Z)

  • +
  • TZST (.tar.zst)

  • +
  • ZIP (.zip)

  • +
+
+
+

Added in version 3.1: 7Z and TXZ formats support.

+
+
+

Added in version 3.16: TZST format support.

+
+

When this generator is called from CPackSourceConfig.cmake (or through +the package_source target), then the generated archive will contain all +files in the project directory, except those specified in +CPACK_SOURCE_IGNORE_FILES. The following is one example of +packaging all source files of a project:

+
set(CPACK_SOURCE_GENERATOR "TGZ")
+set(CPACK_SOURCE_IGNORE_FILES
+  \\.git/
+  build/
+  ".*~$"
+)
+set(CPACK_VERBATIM_VARIABLES YES)
+include(CPack)
+
+
+

When this generator is called from CPackConfig.cmake (or through the +package target), then the generated archive will contain all files +that have been installed via CMake's install() command (and the +deprecated commands install_files(), install_programs(), +and install_targets()).

+
+

Variables specific to CPack Archive generator

+
+
+CPACK_ARCHIVE_FILE_NAME
+
+CPACK_ARCHIVE_<component>_FILE_NAME
+

Package file name without extension.

+
+
Default:
+

The default is <CPACK_PACKAGE_FILE_NAME>[-<component>], with spaces +replaced by '-'.

+
+
+

The extension is determined from the archive format (see list above) and +automatically appended to the file name. Note that <component> is all +uppercase in the variable name.

+
+

Added in version 3.9: Per-component CPACK_ARCHIVE_<component>_FILE_NAME variables.

+
+
+ +
+
+CPACK_ARCHIVE_FILE_EXTENSION
+
+

Added in version 3.25.

+
+

Package file extension.

+
+
Default:
+

Default values are given in the list above.

+
+
+
+ +
+
+CPACK_ARCHIVE_COMPONENT_INSTALL
+

Enable component packaging.

+
+
Default:
+

OFF

+
+
+

If enabled (ON) multiple packages are generated. By default a single package +containing files of all components is generated.

+
+ +
+
+

Variables used by CPack Archive generator

+

These variables are used by the Archive generator, but are also available to +CPack generators which are essentially archives at their core. These include:

+ +
+
+CPACK_ARCHIVE_THREADS
+

The number of threads to use when performing the compression.

+
+

Added in version 3.18.

+
+
+
Default:
+

value of CPACK_THREADS

+
+
+

If set to 0, the number of available cores on the machine will be used instead. +Note that not all compression modes support threading in all environments.

+
+

Added in version 3.21: Official CMake binaries available on cmake.org now ship +with a liblzma that supports parallel compression. +Older versions did not.

+
+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/cpack_gen/bundle.html b/cmake/doc/cmake/html/cpack_gen/bundle.html new file mode 100644 index 0000000000000000000000000000000000000000..9aca3b22a4b628cf6a454b5e51a61d0feff90cc1 --- /dev/null +++ b/cmake/doc/cmake/html/cpack_gen/bundle.html @@ -0,0 +1,239 @@ + + + + + + + + CPack Bundle Generator — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPack Bundle Generator

+

CPack Bundle generator (macOS) specific options

+
+

Variables specific to CPack Bundle generator

+

Installers built on macOS using the Bundle generator use the +aforementioned DragNDrop (CPACK_DMG_xxx) variables, plus the following +Bundle-specific parameters (CPACK_BUNDLE_xxx).

+
+
+CPACK_BUNDLE_NAME
+

The name of the generated bundle. This appears in the macOS Finder as the +bundle name. Required.

+
+ +
+
+CPACK_BUNDLE_PLIST
+

Path to an macOS Property List (.plist) file that will be used +for the generated bundle. This +assumes that the caller has generated or specified their own Info.plist +file. Required.

+
+ +
+
+CPACK_BUNDLE_ICON
+

Path to an macOS icon file that will be used as the icon for the generated +bundle. This is the icon that appears in the macOS Finder for the bundle, and +in the macOS dock when the bundle is opened. Required.

+
+ +
+
+CPACK_BUNDLE_STARTUP_COMMAND
+

Path to a startup script. This is a path to an executable or script that +will be run whenever an end-user double-clicks the generated bundle in the +macOS Finder. Optional.

+
+ +
+
+CPACK_BUNDLE_APPLE_CERT_APP
+
+

Added in version 3.2.

+
+

The name of your Apple supplied code signing certificate for the application. +The name usually takes the form Developer ID Application: [Name] or +3rd Party Mac Developer Application: [Name]. If this variable is not set +the application will not be signed.

+
+ +
+
+CPACK_BUNDLE_APPLE_ENTITLEMENTS
+
+

Added in version 3.2.

+
+

The name of the Property List (.plist) file that contains your Apple +entitlements for sandboxing your application. This file is required +for submission to the macOS App Store.

+
+ +
+
+CPACK_BUNDLE_APPLE_CODESIGN_FILES
+
+

Added in version 3.2.

+
+

A list of additional files that you wish to be signed. You do not need to +list the main application folder, or the main executable. You should +list any frameworks and plugins that are included in your app bundle.

+
+ +
+
+CPACK_BUNDLE_APPLE_CODESIGN_PARAMETER
+
+

Added in version 3.3.

+
+

Additional parameter that will passed to codesign. +Default value: --deep -f

+
+ +
+
+CPACK_COMMAND_CODESIGN
+
+

Added in version 3.2.

+
+

Path to the codesign(1) command used to sign applications with an +Apple cert. This variable can be used to override the automatically +detected command (or specify its location if the auto-detection fails +to find it).

+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/cpack_gen/cygwin.html b/cmake/doc/cmake/html/cpack_gen/cygwin.html new file mode 100644 index 0000000000000000000000000000000000000000..b5c9b101010f3cfef30d56fe8920f42fed0a1d37 --- /dev/null +++ b/cmake/doc/cmake/html/cpack_gen/cygwin.html @@ -0,0 +1,179 @@ + + + + + + + + CPack Cygwin Generator — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPack Cygwin Generator

+

Cygwin CPack generator (Cygwin).

+
+

Variables affecting the CPack Cygwin generator

+ +
+
+

Variables specific to CPack Cygwin generator

+

The +following variable is specific to installers build on and/or for +Cygwin:

+
+
+CPACK_CYGWIN_PATCH_NUMBER
+

The Cygwin patch number. FIXME: This documentation is incomplete.

+
+ +
+
+CPACK_CYGWIN_PATCH_FILE
+

The Cygwin patch file. FIXME: This documentation is incomplete.

+
+ +
+
+CPACK_CYGWIN_BUILD_SCRIPT
+

The Cygwin build script. FIXME: This documentation is incomplete.

+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/cpack_gen/deb.html b/cmake/doc/cmake/html/cpack_gen/deb.html new file mode 100644 index 0000000000000000000000000000000000000000..b989cb147237d1cf854bffe6a297a8fda855301d --- /dev/null +++ b/cmake/doc/cmake/html/cpack_gen/deb.html @@ -0,0 +1,1117 @@ + + + + + + + + CPack DEB Generator — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPack DEB Generator

+

The built in (binary) CPack DEB generator (Unix only)

+
+

Variables specific to CPack Debian (DEB) generator

+

The CPack DEB generator may be used to create DEB package using CPack. +The CPack DEB generator is a CPack generator thus it uses the +CPACK_XXX variables used by CPack.

+

The CPack DEB generator should work on any Linux host but it will produce +better deb package when Debian specific tools dpkg-xxx are usable on +the build system.

+

The CPack DEB generator has specific features which are controlled by the +specifics CPACK_DEBIAN_XXX variables.

+

CPACK_DEBIAN_<COMPONENT>_XXXX variables may be used in order to have +component specific values. Note however that <COMPONENT> refers to +the grouping name written in upper case. It may be either a component name +or a component GROUP name.

+

Here are some CPack DEB generator wiki resources that are here for historic +reasons and are no longer maintained but may still prove useful:

+
+
+

List of CPack DEB generator specific variables:

+
+
+CPACK_DEB_COMPONENT_INSTALL
+

Enable component packaging for CPackDEB

+
+
Mandatory:
+

No

+
+
Default:
+

OFF

+
+
+

If enabled (ON) multiple packages are generated. By default a single package +containing files of all components is generated.

+
+ +
+
+CPACK_DEBIAN_PACKAGE_NAME
+
+CPACK_DEBIAN_<COMPONENT>_PACKAGE_NAME
+

Set Package control field (variable is automatically transformed to lower +case).

+
+
Mandatory:
+

Yes

+
+
Default:
+
+
+
+
+

Added in version 3.5: Per-component CPACK_DEBIAN_<COMPONENT>_PACKAGE_NAME variables.

+
+

See https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-source

+
+ +
+
+CPACK_DEBIAN_FILE_NAME
+
+CPACK_DEBIAN_<COMPONENT>_FILE_NAME
+
+

Added in version 3.6.

+
+

Package file name.

+
+
Mandatory:
+

Yes

+
+
Default:
+

<CPACK_PACKAGE_FILE_NAME>[-<component>].deb

+
+
+

This may be set to:

+
+
DEB-DEFAULT

Tell CPack to automatically generate the package file name in deb format:

+
<PackageName>_<VersionNumber>-<DebianRevisionNumber>_<DebianArchitecture>.deb
+
+
+

This setting recommended as the preferred behavior, but for backward +compatibility with the CPack DEB generator in CMake prior to version 3.6, +this is not the default. Without this, duplicate names may occur. +Duplicate files get overwritten and it is up to the packager to set +the variables in a manner that will prevent such errors.

+
+
<file-name>[.deb]

Use the given file name.

+
+

Changed in version 3.29: The .deb suffix will be automatically added if the file name does +not end in .deb or .ipk. Previously the suffix was required.

+
+
+
<file-name>.ipk
+

Added in version 3.10.

+
+

Use the given file name. +The .ipk suffix is used by the OPKG packaging system.

+
+
+
+ +
+
+CPACK_DEBIAN_PACKAGE_EPOCH
+
+

Added in version 3.10.

+
+

The Debian package epoch

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
+

Optional number that should be incremented when changing versioning schemas +or fixing mistakes in the version numbers of older packages.

+
+ +
+
+CPACK_DEBIAN_PACKAGE_VERSION
+

The Debian package version

+
+
Mandatory:
+

Yes

+
+
Default:
+

CPACK_PACKAGE_VERSION

+
+
+

This variable may contain only alphanumerics (A-Za-z0-9) and the characters +. + - ~ (full stop, plus, hyphen, tilde) and should start with a digit. If +CPACK_DEBIAN_PACKAGE_RELEASE is not set then hyphens are not +allowed.

+
+

Note

+

For backward compatibility with CMake 3.9 and lower a failed test of this +variable's content is not a hard error when both +CPACK_DEBIAN_PACKAGE_RELEASE and +CPACK_DEBIAN_PACKAGE_EPOCH variables are not set. An author +warning is reported instead.

+
+
+ +
+
+CPACK_DEBIAN_PACKAGE_RELEASE
+
+

Added in version 3.6.

+
+

The Debian package release - Debian revision number.

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
+

This is the numbering of the DEB package itself, i.e. the version of the +packaging and not the version of the content (see +CPACK_DEBIAN_PACKAGE_VERSION). One may change the default value +if the previous packaging was buggy and/or you want to put here a fancy Linux +distro specific numbering.

+
+ +
+
+CPACK_DEBIAN_PACKAGE_ARCHITECTURE
+
+CPACK_DEBIAN_<COMPONENT>_PACKAGE_ARCHITECTURE
+

The Debian package architecture

+
+
Mandatory:
+

Yes

+
+
Default:
+

Output of dpkg --print-architecture (or i386 +if dpkg is not found)

+
+
+
+

Added in version 3.6: Per-component CPACK_DEBIAN_<COMPONENT>_PACKAGE_ARCHITECTURE variables.

+
+
+ +
+
+CPACK_DEBIAN_PACKAGE_DEPENDS
+
+CPACK_DEBIAN_<COMPONENT>_PACKAGE_DEPENDS
+

Sets the Debian dependencies of this package.

+
+
Mandatory:
+

No

+
+
Default:
+
+
+
+
+

Added in version 3.3: Per-component CPACK_DEBIAN_<COMPONENT>_PACKAGE_DEPENDS variables.

+
+
+

Note

+

If CPACK_DEBIAN_PACKAGE_SHLIBDEPS or +more specifically CPACK_DEBIAN_<COMPONENT>_PACKAGE_SHLIBDEPS +is set for this component, the discovered dependencies will be appended +to CPACK_DEBIAN_<COMPONENT>_PACKAGE_DEPENDS instead of +CPACK_DEBIAN_PACKAGE_DEPENDS. If +CPACK_DEBIAN_<COMPONENT>_PACKAGE_DEPENDS is an empty string, +only the automatically discovered dependencies will be set for this +component.

+
+
+

Changed in version 3.31: The variable is always expanded as a list. Before it was expanded only +if used in cooperation with CPACK_DEB_COMPONENT_INSTALL, +CPACK_DEBIAN_PACKAGE_SHLIBDEPS or +CPACK_DEBIAN_<COMPONENT>_PACKAGE_SHLIBDEPS. +This meant that if a component had no shared libraries discovered +(e.g. a package composed only of scripts) you had to join the list +by yourself to obtain a valid Depends field.

+
+

Example:

+
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.3.1-6), libc6 (< 2.4)")
+list(APPEND CPACK_DEBIAN_PACKAGE_DEPENDS cmake)
+
+
+
+ +
+
+CPACK_DEBIAN_ENABLE_COMPONENT_DEPENDS
+
+

Added in version 3.6.

+
+

Sets inter-component dependencies if listed with +CPACK_COMPONENT_<compName>_DEPENDS variables.

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
+
+ +
+
+CPACK_DEBIAN_PACKAGE_MAINTAINER
+

The Debian package maintainer

+
+
Mandatory:
+

Yes

+
+
Default:
+

CPACK_PACKAGE_CONTACT

+
+
+
+ +
+
+CPACK_DEBIAN_PACKAGE_DESCRIPTION
+
+CPACK_DEBIAN_<COMPONENT>_DESCRIPTION
+

The Debian package description

+
+
Mandatory:
+

Yes

+
+
Default:
+
+
+
+

If after that description is not set, CPACK_PACKAGE_DESCRIPTION_SUMMARY going to be +used if set. Otherwise, CPACK_PACKAGE_DESCRIPTION_SUMMARY will be added as the first +line of description as defined in Debian Policy Manual.

+
+

Added in version 3.3: Per-component CPACK_COMPONENT_<compName>_DESCRIPTION variables.

+
+
+

Added in version 3.16: Per-component CPACK_DEBIAN_<COMPONENT>_DESCRIPTION variables.

+
+
+

Added in version 3.16: The CPACK_PACKAGE_DESCRIPTION_FILE variable.

+
+
+ +
+
+CPACK_DEBIAN_PACKAGE_SECTION
+
+CPACK_DEBIAN_<COMPONENT>_PACKAGE_SECTION
+

Set Section control field e.g. admin, devel, doc, ...

+
+
Mandatory:
+

Yes

+
+
Default:
+

devel

+
+
+
+

Added in version 3.5: Per-component CPACK_DEBIAN_<COMPONENT>_PACKAGE_SECTION variables.

+
+

See https://www.debian.org/doc/debian-policy/ch-archive.html#s-subsections

+
+ +
+
+CPACK_DEBIAN_ARCHIVE_TYPE
+
+

Added in version 3.7.

+
+
+

Deprecated since version 3.14.

+
+

The archive format used for creating the Debian package.

+
+
Mandatory:
+

Yes

+
+
Default:
+

gnutar

+
+
+

Possible value is: gnutar

+
+

Note

+

This variable previously defaulted to the paxr value, but dpkg +has never supported that tar format. For backwards compatibility the +paxr value will be mapped to gnutar and a deprecation message +will be emitted.

+
+
+ +
+
+CPACK_DEBIAN_COMPRESSION_TYPE
+
+

Added in version 3.1.

+
+

The compression used for creating the Debian package.

+
+
Mandatory:
+

Yes

+
+
Default:
+

gzip

+
+
+

Possible values are:

+
+
+
lzma

Lempel–Ziv–Markov chain algorithm

+
+
xz

XZ Utils compression

+
+
bzip2

bzip2 Burrows–Wheeler algorithm

+
+
gzip

GNU Gzip compression

+
+
zstd
+

Added in version 3.22.

+
+

Zstandard compression

+
+
+
+
+ +
+
+CPACK_DEBIAN_PACKAGE_PRIORITY
+
+CPACK_DEBIAN_<COMPONENT>_PACKAGE_PRIORITY
+

Set Priority control field e.g. required, important, standard, optional, +extra

+
+
Mandatory:
+

Yes

+
+
Default:
+

optional

+
+
+
+

Added in version 3.5: Per-component CPACK_DEBIAN_<COMPONENT>_PACKAGE_PRIORITY variables.

+
+

See https://www.debian.org/doc/debian-policy/ch-archive.html#s-priorities

+
+ +
+
+CPACK_DEBIAN_PACKAGE_HOMEPAGE
+

The URL of the web site for this package, preferably (when applicable) the +site from which the original source can be obtained and any additional +upstream documentation or information may be found.

+
+
Mandatory:
+

No

+
+
Default:
+

CMAKE_PROJECT_HOMEPAGE_URL

+
+
+
+

Added in version 3.12: The CMAKE_PROJECT_HOMEPAGE_URL variable.

+
+
+

Note

+

The content of this field is a simple URL without any surrounding +characters such as <>.

+
+
+ +
+
+CPACK_DEBIAN_PACKAGE_SHLIBDEPS
+
+CPACK_DEBIAN_<COMPONENT>_PACKAGE_SHLIBDEPS
+

May be set to ON in order to use dpkg-shlibdeps to generate +better package dependency list.

+
+
Mandatory:
+

No

+
+
Default:
+
+
+
+
+

Note

+

You may need set CMAKE_INSTALL_RPATH to an appropriate value +if you use this feature, because if you don't dpkg-shlibdeps +may fail to find your own shared libs. +See https://gitlab.kitware.com/cmake/community/-/wikis/doc/cmake/RPATH-handling

+
+
+

Note

+

You can also set CPACK_DEBIAN_PACKAGE_SHLIBDEPS_PRIVATE_DIRS +to an appropriate value if you use this feature, in order to please +dpkg-shlibdeps. However, you should only do this for private +shared libraries that could not get resolved otherwise.

+
+
+

Added in version 3.3: Per-component CPACK_DEBIAN_<COMPONENT>_PACKAGE_SHLIBDEPS variables.

+
+
+

Added in version 3.6: Correct handling of $ORIGIN in CMAKE_INSTALL_RPATH.

+
+
+ +
+
+CPACK_DEBIAN_PACKAGE_SHLIBDEPS_PRIVATE_DIRS
+
+

Added in version 3.20.

+
+

May be set to a list of directories that will be given to dpkg-shlibdeps +via its -l option. These will be searched by dpkg-shlibdeps in order +to find private shared library dependencies.

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
+
+

Note

+

You should prefer to set CMAKE_INSTALL_RPATH to an appropriate +value if you use dpkg-shlibdeps. The current option is really only +needed for private shared library dependencies.

+
+
+ +
+
+CPACK_DEBIAN_PACKAGE_DEBUG
+

May be set when invoking cpack in order to trace debug information +during the CPack DEB generator run.

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
+
+ +
+
+CPACK_DEBIAN_PACKAGE_PREDEPENDS
+
+CPACK_DEBIAN_<COMPONENT>_PACKAGE_PREDEPENDS
+

Sets the Pre-Depends field of the Debian package. +Like Depends, except that it +also forces dpkg to complete installation of the packages named +before even starting the installation of the package which declares the +pre-dependency.

+
+
Mandatory:
+

No

+
+
Default:
+
+
+
+
+

Added in version 3.4: Per-component CPACK_DEBIAN_<COMPONENT>_PACKAGE_PREDEPENDS variables.

+
+

See https://www.debian.org/doc/debian-policy/ch-relationships.html#s-binarydeps

+
+ +
+
+CPACK_DEBIAN_PACKAGE_ENHANCES
+
+CPACK_DEBIAN_<COMPONENT>_PACKAGE_ENHANCES
+

Sets the Enhances field of the Debian package. +Similar to Suggests but works +in the opposite direction: declares that a package can enhance the +functionality of another package.

+
+
Mandatory:
+

No

+
+
Default:
+
+
+
+
+

Added in version 3.4: Per-component CPACK_DEBIAN_<COMPONENT>_PACKAGE_ENHANCES variables.

+
+

See https://www.debian.org/doc/debian-policy/ch-relationships.html#s-binarydeps

+
+ +
+
+CPACK_DEBIAN_PACKAGE_BREAKS
+
+CPACK_DEBIAN_<COMPONENT>_PACKAGE_BREAKS
+

Sets the Breaks field of the Debian package. +When a binary package (P) declares that it breaks other packages (B), +dpkg will not allow the package (P) which declares Breaks be +unpacked unless the packages that will be broken (B) are deconfigured +first. +As long as the package (P) is configured, the previously deconfigured +packages (B) cannot be reconfigured again.

+
+
Mandatory:
+

No

+
+
Default:
+
+
+
+
+

Added in version 3.4: Per-component CPACK_DEBIAN_<COMPONENT>_PACKAGE_BREAKS variables.

+
+

See https://www.debian.org/doc/debian-policy/ch-relationships.html#s-breaks

+
+ +
+
+CPACK_DEBIAN_PACKAGE_CONFLICTS
+
+CPACK_DEBIAN_<COMPONENT>_PACKAGE_CONFLICTS
+

Sets the Conflicts field of the Debian package. +When one binary package declares a conflict with another using a Conflicts +field, dpkg will not allow them to be unpacked on the system at +the same time.

+
+
Mandatory:
+

No

+
+
Default:
+
+
+
+
+

Added in version 3.4: Per-component CPACK_DEBIAN_<COMPONENT>_PACKAGE_CONFLICTS variables.

+
+

See https://www.debian.org/doc/debian-policy/ch-relationships.html#s-conflicts

+
+

Note

+

This is a stronger restriction than +Breaks, which prevents the +broken package from being configured while the breaking package is in +the "Unpacked" state but allows both packages to be unpacked at the same +time.

+
+
+ +
+
+CPACK_DEBIAN_PACKAGE_PROVIDES
+
+CPACK_DEBIAN_<COMPONENT>_PACKAGE_PROVIDES
+

Sets the Provides field of the Debian package. +A virtual package is one which appears in the Provides control field of +another package.

+
+
Mandatory:
+

No

+
+
Default:
+
+
+
+
+

Added in version 3.4: Per-component CPACK_DEBIAN_<COMPONENT>_PACKAGE_PROVIDES variables.

+
+

See https://www.debian.org/doc/debian-policy/ch-relationships.html#s-virtual

+
+ +
+
+CPACK_DEBIAN_PACKAGE_REPLACES
+
+CPACK_DEBIAN_<COMPONENT>_PACKAGE_REPLACES
+

Sets the Replaces field of the Debian package. +Packages can declare in their control file that they should overwrite +files in certain other packages, or completely replace other packages.

+
+
Mandatory:
+

No

+
+
Default:
+
+
+
+
+

Added in version 3.4: Per-component CPACK_DEBIAN_<COMPONENT>_PACKAGE_REPLACES variables.

+
+

See https://www.debian.org/doc/debian-policy/ch-relationships.html#s-binarydeps

+
+ +
+
+CPACK_DEBIAN_PACKAGE_RECOMMENDS
+
+CPACK_DEBIAN_<COMPONENT>_PACKAGE_RECOMMENDS
+

Sets the Recommends field of the Debian package. +Allows packages to declare a strong, but not absolute, dependency on other +packages.

+
+
Mandatory:
+

No

+
+
Default:
+
+
+
+
+

Added in version 3.4: Per-component CPACK_DEBIAN_<COMPONENT>_PACKAGE_RECOMMENDS variables.

+
+

See https://www.debian.org/doc/debian-policy/ch-relationships.html#s-binarydeps

+
+ +
+
+CPACK_DEBIAN_PACKAGE_SUGGESTS
+
+CPACK_DEBIAN_<COMPONENT>_PACKAGE_SUGGESTS
+

Sets the Suggests field of the Debian package. +Allows packages to declare a suggested package install grouping.

+
+
Mandatory:
+

No

+
+
Default:
+
+
+
+
+

Added in version 3.4: Per-component CPACK_DEBIAN_<COMPONENT>_PACKAGE_SUGGESTS variables.

+
+

See https://www.debian.org/doc/debian-policy/ch-relationships.html#s-binarydeps

+
+ +
+
+CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS
+
+

Added in version 3.6.

+
+
+
Mandatory:
+

No

+
+
Default:
+

OFF

+
+
+

Allows to generate shlibs control file automatically. Compatibility is defined by +CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS_POLICY variable value.

+
+

Note

+

Libraries are only considered if they have both library name and version +set. This can be done by setting SOVERSION property with +set_target_properties() command.

+
+
+ +
+
+CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS_POLICY
+
+

Added in version 3.6.

+
+

Compatibility policy for auto-generated shlibs control file.

+
+
Mandatory:
+

No

+
+
Default:
+

=

+
+
+

Defines compatibility policy for auto-generated shlibs control file. +Possible values: =, >=

+

See https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#s-sharedlibs-shlibdeps

+
+ +
+
+CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA
+
+CPACK_DEBIAN_<COMPONENT>_PACKAGE_CONTROL_EXTRA
+

This variable allow advanced user to add custom script to the +control.tar.gz. +Typical usage is for conffiles, postinst, postrm, prerm.

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
+

Usage:

+
set(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA
+    "${CMAKE_CURRENT_SOURCE_DIR}/prerm;${CMAKE_CURRENT_SOURCE_DIR}/postrm")
+
+
+
+

Added in version 3.4: Per-component CPACK_DEBIAN_<COMPONENT>_PACKAGE_CONTROL_EXTRA variables.

+
+
+ +
+
+CPACK_DEBIAN_PACKAGE_CONTROL_STRICT_PERMISSION
+
+CPACK_DEBIAN_<COMPONENT>_PACKAGE_CONTROL_STRICT_PERMISSION
+
+

Added in version 3.4.

+
+

This variable indicates if the Debian policy on control files should be +strictly followed.

+
+
Mandatory:
+

No

+
+
Default:
+

FALSE

+
+
+

Usage:

+
set(CPACK_DEBIAN_PACKAGE_CONTROL_STRICT_PERMISSION TRUE)
+
+
+

This overrides the permissions on the original files, following the rules +set by Debian policy +https://www.debian.org/doc/debian-policy/ch-files.html#s-permissions-owners

+
+

Note

+

The original permissions of the files will be used in the final +package unless this variable is set to TRUE. +In particular, the scripts should have the proper executable +flag prior to the generation of the package.

+
+
+ +
+
+CPACK_DEBIAN_PACKAGE_SOURCE
+
+CPACK_DEBIAN_<COMPONENT>_PACKAGE_SOURCE
+
+

Added in version 3.5.

+
+

Sets the Source field of the binary Debian package. +When the binary package name is not the same as the source package name +(in particular when several components/binaries are generated from one +source) the source from which the binary has been generated should be +indicated with the field Source.

+
+
Mandatory:
+

No

+
+
Default:
+
+
+
+

See https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-source

+
+

Note

+

This value is not interpreted. It is possible to pass an optional +revision number of the referenced source package as well.

+
+
+ +
+
+CPACK_DEBIAN_PACKAGE_MULTIARCH
+
+CPACK_DEBIAN_<COMPONENT>_PACKAGE_MULTIARCH
+

Sets the Multi-Arch field of the Debian package. +Packages can declare in their control file how they should handle +situations, where packages for different architectures are being installed +on the same machine.

+
+
Mandatory:
+

No

+
+
Default:
+
+
+
+
+

Added in version 3.31: Per-component CPACK_DEBIAN_<COMPONENT>_PACKAGE_MULTIARCH variables.

+
+

See https://wiki.debian.org/MultiArch/Hints

+
+

Note

+

This value is validated. It must be one of the following values: +same, foreign, allowed.

+
+
+ +
+
+

Packaging of debug information

+
+

Added in version 3.13.

+
+

Dbgsym packages contain debug symbols for debugging packaged binaries.

+

Dbgsym packaging has its own set of variables:

+
+
+CPACK_DEBIAN_DEBUGINFO_PACKAGE
+
+CPACK_DEBIAN_<component>_DEBUGINFO_PACKAGE
+

Enable generation of dbgsym .ddeb package(s).

+
+
Mandatory:
+

No

+
+
Default:
+

OFF

+
+
+
+ +
+

Note

+

Setting this also strips the ELF files in the generated non-dbgsym package, +which results in debuginfo only being available in the dbgsym package.

+
+
+

Note

+

Binaries must contain debug symbols before packaging so use either Debug +or RelWithDebInfo for CMAKE_BUILD_TYPE variable value.

+

Additionally, if CPACK_STRIP_FILES is set, the files will be stripped before +they get to the DEB generator, so will not contain debug symbols and +a dbgsym package will not get built. Do not use with CPACK_STRIP_FILES.

+
+
+
+

Building Debian packages on Windows

+
+

Added in version 3.10.

+
+

To communicate UNIX file permissions from the install stage +to the CPack DEB generator the cmake_mode_t NTFS +alternate data stream (ADT) is used.

+

When a filesystem without ADT support is used only owner read/write +permissions can be preserved.

+
+
+

Reproducible packages

+
+

Added in version 3.13.

+
+

The environment variable SOURCE_DATE_EPOCH may be set to a UNIX +timestamp, defined as the number of seconds, excluding leap seconds, +since 01 Jan 1970 00:00:00 UTC. If set, the CPack DEB generator will +use its value for timestamps in the package.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/cpack_gen/dmg.html b/cmake/doc/cmake/html/cpack_gen/dmg.html new file mode 100644 index 0000000000000000000000000000000000000000..872abd0e9ed489511a0e487ab8500b0b01ff0047 --- /dev/null +++ b/cmake/doc/cmake/html/cpack_gen/dmg.html @@ -0,0 +1,352 @@ + + + + + + + + CPack DragNDrop Generator — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPack DragNDrop Generator

+

The DragNDrop CPack generator (macOS) creates a DMG image.

+
+

Variables specific to CPack DragNDrop generator

+

The following variables are specific to the DragNDrop installers built +on macOS:

+
+
+CPACK_DMG_VOLUME_NAME
+

The volume name of the generated disk image.

+
+
Default:
+

CPACK_PACKAGE_FILE_NAME

+
+
+
+ +
+
+CPACK_DMG_FORMAT
+

The disk image format.

+
+
Default:
+

UDZO

+
+
+

Common values are UDRO (UDIF read-only), UDZO (UDIF +zlib-compressed) or UDBZ (UDIF bzip2-compressed). Refer to hdiutil(1) for +more information on other available formats.

+
+ +
+
+CPACK_DMG_DS_STORE
+

Path to a custom .DS_Store file. This .DS_Store file can be used to +specify the Finder window position/geometry and layout (such as hidden +toolbars, placement of the icons etc.). This file has to be generated by +the Finder (either manually or through AppleScript) using a normal folder +from which the .DS_Store file can then be extracted.

+
+ +
+
+CPACK_DMG_DS_STORE_SETUP_SCRIPT
+
+

Added in version 3.5.

+
+

Path to a custom AppleScript file. This AppleScript is used to generate +a .DS_Store file which specifies the Finder window position/geometry and +layout (such as hidden toolbars, placement of the icons etc.). +By specifying a custom AppleScript there is no need to use +CPACK_DMG_DS_STORE, as the .DS_Store that is generated by the AppleScript +will be packaged.

+
+ +
+
+CPACK_DMG_BACKGROUND_IMAGE
+
+
Default:
+

+
+

Path to an image file to be used as the background. This file will be +copied to .background/background.<ext>, where <ext> is the original image file +extension. The background image is installed into the image before +CPACK_DMG_DS_STORE_SETUP_SCRIPT is executed or CPACK_DMG_DS_STORE is +installed. By default no background image is set.

+
+ +
+ +
+

Added in version 3.6.

+
+

Default behavior is to include a symlink to /Applications in the DMG. +Set this option to ON to avoid adding the symlink.

+
+ +
+
+CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE
+
+

Added in version 3.23.

+
+
+
Default:
+

OFF

+
+
+

Control whether CPACK_RESOURCE_FILE_LICENSE, if set to a +non-default value, is used as the license agreement provided when +mounting the DMG. If CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE is +not set, cpack(1) defaults to off.

+

In a CMake project that uses the CPack module to generate +CPackConfig.cmake, CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE +must be explicitly enabled by the project to activate the SLA. +See policy CMP0133.

+
+

Note

+

This option was added in response to macOS 12.0's deprecation of +the hdiutil udifrez command to make its use optional. +CPack 3.22 and below always use CPACK_RESOURCE_FILE_LICENSE, +if set to a non-default value, as the DMG license.

+
+
+ +
+
+CPACK_DMG_SLA_DIR
+
+

Added in version 3.5.

+
+

Directory where license and menu files for different languages are stored. +Setting this causes CPack to look for a <language>.menu.txt and +<language>.license.txt or <language>.license.rtf file for every +language defined in CPACK_DMG_SLA_LANGUAGES. If both this variable and +CPACK_RESOURCE_FILE_LICENSE are set, CPack will only look for the menu +files and use the same license file for all languages. If both +<language>.license.txt and <language>.license.rtf exist, the .txt +file will be used.

+
+

Added in version 3.17: RTF support.

+
+
+ +
+
+CPACK_DMG_SLA_LANGUAGES
+
+

Added in version 3.5.

+
+

Languages for which a license agreement is provided when mounting the +generated DMG. A menu file consists of 9 lines of text. The first line is +is the name of the language itself, uppercase, in English (e.g. German). +The other lines are translations of the following strings:

+
    +
  • Agree

  • +
  • Disagree

  • +
  • Print

  • +
  • Save...

  • +
  • You agree to the terms of the License Agreement when you click the +"Agree" button.

  • +
  • Software License Agreement

  • +
  • This text cannot be saved. The disk may be full or locked, or the file +may be locked.

  • +
  • Unable to print. Make sure you have selected a printer.

  • +
+

For every language in this list, CPack will try to find files +<language>.menu.txt and <language>.license.txt in the directory +specified by the CPACK_DMG_SLA_DIR variable.

+
+ +
+
+CPACK_DMG_<component>_FILE_NAME
+
+

Added in version 3.17.

+
+

File name when packaging <component> as its own DMG +(CPACK_COMPONENTS_GROUPING set to IGNORE).

+
+
Default:
+

CPACK_PACKAGE_FILE_NAME-<component>

+
+
+
+ +
+
+CPACK_DMG_FILESYSTEM
+
+

Added in version 3.21.

+
+
+
Default:
+

HFS+

+
+
+

The filesystem format. Common values are APFS and HFS+. +See man hdiutil for a full list of supported formats.

+
+ +
+
+CPACK_COMMAND_HDIUTIL
+

Path to the hdiutil(1) command used to operate on disk image files on +macOS. This variable can be used to override the automatically detected +command (or specify its location if the auto-detection fails to find it).

+
+ +
+
+CPACK_COMMAND_SETFILE
+

Path to the SetFile(1) command used to set extended attributes on files and +directories on macOS. This variable can be used to override the +automatically detected command (or specify its location if the +auto-detection fails to find it).

+
+ +
+
+CPACK_COMMAND_REZ
+

Path to the Rez(1) command used to compile resources on macOS. This +variable can be used to override the automatically detected command (or +specify its location if the auto-detection fails to find it).

+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/cpack_gen/external.html b/cmake/doc/cmake/html/cpack_gen/external.html new file mode 100644 index 0000000000000000000000000000000000000000..449f8861ea8d8a558ddd75bd20df2771fd03a3dd --- /dev/null +++ b/cmake/doc/cmake/html/cpack_gen/external.html @@ -0,0 +1,408 @@ + + + + + + + + CPack External Generator — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPack External Generator

+
+

Added in version 3.13.

+
+

CPack provides many generators to create packages for a variety of platforms +and packaging systems. The intention is for CMake/CPack to be a complete +end-to-end solution for building and packaging a software project. However, it +may not always be possible to use CPack for the entire packaging process, due +to either technical limitations or policies that require the use of certain +tools. For this reason, CPack provides the "External" generator, which allows +external packaging software to take advantage of some of the functionality +provided by CPack, such as component installation and the dependency graph.

+
+

Integration with External Packaging Tools

+

The CPack External generator generates a .json file containing the +CPack internal metadata, which gives external software information +on how to package the software. External packaging software may itself +invoke CPack, consume the generated metadata, +install and package files as required.

+

Alternatively CPack can invoke an external packaging software +through an optional custom CMake script in +CPACK_EXTERNAL_PACKAGE_SCRIPT instead.

+

Staging of installation files may also optionally be +taken care of by the generator when enabled through the +CPACK_EXTERNAL_ENABLE_STAGING variable.

+
+
+

JSON Format

+

The JSON metadata file contains a list of CPack components and component groups, +the various options passed to cpack_add_component() and +cpack_add_component_group(), the dependencies between the components +and component groups, and various other options passed to CPack.

+

The JSON's root object will always provide two fields: +formatVersionMajor and formatVersionMinor, which are always integers +that describe the output format of the generator. Backwards-compatible changes +to the output format (for example, adding a new field that didn't exist before) +cause the minor version to be incremented, and backwards-incompatible changes +(for example, deleting a field or changing its meaning) cause the major version +to be incremented and the minor version reset to 0. The format version is +always of the format major.minor. In other words, it always has exactly two +parts, separated by a period.

+

You can request one or more specific versions of the output format as described +below with CPACK_EXTERNAL_REQUESTED_VERSIONS. The output format will +have a major version that exactly matches the requested major version, and a +minor version that is greater than or equal to the requested minor version. If +no version is requested with CPACK_EXTERNAL_REQUESTED_VERSIONS, the +latest known major version is used by default. Currently, the only supported +format is 1.0, which is described below.

+
+

Version 1.0

+

In addition to the standard format fields, format version 1.0 provides the +following fields in the root:

+
+
components

The components field is an object with component names as the keys and +objects describing the components as the values. The component objects have +the following fields:

+
+
name

The name of the component. This is always the same as the key in the +components object.

+
+
displayName

The value of the DISPLAY_NAME field passed to +cpack_add_component().

+
+
description

The value of the DESCRIPTION field passed to +cpack_add_component().

+
+
isHidden

True if HIDDEN was passed to cpack_add_component(), false if +it was not.

+
+
isRequired

True if REQUIRED was passed to cpack_add_component(), false if +it was not.

+
+
isDisabledByDefault

True if DISABLED was passed to cpack_add_component(), false if +it was not.

+
+
group

Only present if GROUP was passed to cpack_add_component(). If +so, this field is a string value containing the component's group.

+
+
dependencies

An array of components the component depends on. This contains the values +in the DEPENDS argument passed to cpack_add_component(). If no +DEPENDS argument was passed, this is an empty list.

+
+
installationTypes

An array of installation types the component is part of. This contains the +values in the INSTALL_TYPES argument passed to +cpack_add_component(). If no INSTALL_TYPES argument was +passed, this is an empty list.

+
+
isDownloaded

True if DOWNLOADED was passed to cpack_add_component(), false +if it was not.

+
+
archiveFile

The name of the archive file passed with the ARCHIVE_FILE argument to +cpack_add_component(). If no ARCHIVE_FILE argument was passed, +this is an empty string.

+
+
+
+
componentGroups

The componentGroups field is an object with component group names as the +keys and objects describing the component groups as the values. The component +group objects have the following fields:

+
+
name

The name of the component group. This is always the same as the key in the +componentGroups object.

+
+
displayName

The value of the DISPLAY_NAME field passed to +cpack_add_component_group().

+
+
description

The value of the DESCRIPTION field passed to +cpack_add_component_group().

+
+
parentGroup

Only present if PARENT_GROUP was passed to +cpack_add_component_group(). If so, this field is a string value +containing the component group's parent group.

+
+
isExpandedByDefault

True if EXPANDED was passed to cpack_add_component_group(), +false if it was not.

+
+
isBold

True if BOLD_TITLE was passed to cpack_add_component_group(), +false if it was not.

+
+
components

An array of names of components that are direct members of the group +(components that have this group as their GROUP). Components of +subgroups are not included.

+
+
subgroups

An array of names of component groups that are subgroups of the group +(groups that have this group as their PARENT_GROUP).

+
+
+
+
installationTypes

The installationTypes field is an object with installation type names as +the keys and objects describing the installation types as the values. The +installation type objects have the following fields:

+
+
name

The name of the installation type. This is always the same as the key in +the installationTypes object.

+
+
displayName

The value of the DISPLAY_NAME field passed to +cpack_add_install_type().

+
+
index

The integer index of the installation type in the list.

+
+
+
+
projects

The projects field is an array of objects describing CMake projects which +comprise the CPack project. The values in this field are derived from +CPACK_INSTALL_CMAKE_PROJECTS. In most cases, this will be only a +single project. The project objects have the following fields:

+
+
projectName

The project name passed to CPACK_INSTALL_CMAKE_PROJECTS.

+
+
component

The name of the component or component set which comprises the project.

+
+
directory

The build directory of the CMake project. This is the directory which +contains the cmake_install.cmake script.

+
+
subDirectory

The subdirectory to install the project into inside the CPack package.

+
+
+
+
packageName

The package name given in CPACK_PACKAGE_NAME. Only present if +this option is set.

+
+
packageVersion

The package version given in CPACK_PACKAGE_VERSION. Only present +if this option is set.

+
+
packageDescriptionFile

The package description file given in +CPACK_PACKAGE_DESCRIPTION_FILE. Only present if this option is +set.

+
+
packageDescriptionSummary

The package description summary given in +CPACK_PACKAGE_DESCRIPTION_SUMMARY. Only present if this option is +set.

+
+
buildConfig

The build configuration given to CPack with the cpack -C option. +Only present if this option is set.

+
+
defaultDirectoryPermissions

The default directory permissions given in +CPACK_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS. Only present if this +option is set.

+
+
setDestdir

True if CPACK_SET_DESTDIR is true, false if it is not.

+
+
packagingInstallPrefix

The install prefix given in CPACK_PACKAGING_INSTALL_PREFIX. Only +present if CPACK_SET_DESTDIR is true.

+
+
stripFiles

True if CPACK_STRIP_FILES is true, false if it is not.

+
+
warnOnAbsoluteInstallDestination

True if CPACK_WARN_ON_ABSOLUTE_INSTALL_DESTINATION is true, false +if it is not.

+
+
errorOnAbsoluteInstallDestination

True if CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION is true, +false if it is not.

+
+
+
+
+
+

Variables specific to CPack External generator

+
+
+CPACK_EXTERNAL_REQUESTED_VERSIONS
+

This variable is used to request a specific version of the CPack External +generator. It is a list of major.minor values, separated by semicolons.

+

If this variable is set to a non-empty value, the CPack External generator +will iterate through each item in the list to search for a version that it +knows how to generate. Requested versions should be listed in order of +descending preference by the client software, as the first matching version +in the list will be generated.

+

The generator knows how to generate the version if it has a versioned +generator whose major version exactly matches the requested major version, +and whose minor version is greater than or equal to the requested minor +version. For example, if CPACK_EXTERNAL_REQUESTED_VERSIONS contains 1.0, and +the CPack External generator knows how to generate 1.1, it will generate 1.1. +If the generator doesn't know how to generate a version in the list, it skips +the version and looks at the next one. If it doesn't know how to generate any +of the requested versions, an error is thrown.

+

If this variable is not set, or is empty, the CPack External generator will +generate the highest major and minor version that it knows how to generate.

+

If an invalid version is encountered in CPACK_EXTERNAL_REQUESTED_VERSIONS (one +that doesn't match major.minor, where major and minor are +integers), it is ignored.

+
+ +
+
+CPACK_EXTERNAL_ENABLE_STAGING
+

This variable can be set to true to enable optional installation +into a temporary staging area which can then be picked up +and packaged by an external packaging tool. +The top level directory used by CPack for the current packaging +task is contained in CPACK_TOPLEVEL_DIRECTORY. +It is automatically cleaned up on each run before packaging is initiated +and can be used for custom temporary files required by +the external packaging tool. +It also contains the staging area CPACK_TEMPORARY_DIRECTORY +into which CPack performs the installation when staging is enabled.

+
+ +
+
+CPACK_EXTERNAL_PACKAGE_SCRIPT
+

This variable can optionally specify the full path to +a CMake script file to be run as part of the CPack invocation. +It is invoked after (optional) staging took place and may +run an external packaging tool. The script has access to +the variables defined by the CPack config file.

+
+ +
+
+CPACK_EXTERNAL_BUILT_PACKAGES
+
+

Added in version 3.19.

+
+

The CPACK_EXTERNAL_PACKAGE_SCRIPT script may set this list variable to the +full paths of generated package files. CPack will copy these files from the +staging directory back to the top build directory and possibly produce +checksum files if the CPACK_PACKAGE_CHECKSUM is set.

+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/cpack_gen/freebsd.html b/cmake/doc/cmake/html/cpack_gen/freebsd.html new file mode 100644 index 0000000000000000000000000000000000000000..c3975cfb62759ba583d7eddabc2d2e735e7d030d --- /dev/null +++ b/cmake/doc/cmake/html/cpack_gen/freebsd.html @@ -0,0 +1,362 @@ + + + + + + + + CPack FreeBSD Generator — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPack FreeBSD Generator

+
+

Added in version 3.10.

+
+

The built in (binary) CPack FreeBSD (pkg) generator (Unix only)

+
+

Variables affecting the CPack FreeBSD (pkg) generator

+ +
+
+

Variables specific to CPack FreeBSD (pkg) generator

+

The CPack FreeBSD generator may be used to create pkg(8) packages -- these may +be used on FreeBSD, DragonflyBSD, NetBSD, OpenBSD, but also on Linux or OSX, +depending on the installed package-management tools -- using CPack.

+

The CPack FreeBSD generator is a CPack generator and uses the +CPACK_XXX variables used by CPack. It tries to reuse packaging +information that may already be specified for Debian packages for the +CPack DEB Generator. It also tries to reuse RPM packaging +information when Debian does not specify.

+

The CPack FreeBSD generator should work on any host with libpkg installed. The +packages it produces are specific to the host architecture and ABI.

+

The CPack FreeBSD generator sets package-metadata through +CPACK_FREEBSD_XXX variables. The CPack FreeBSD generator, unlike the +CPack Deb generator, does not specially support componentized packages; a +single package is created from all the software artifacts created through +CMake.

+

All of the variables can be set specifically for FreeBSD packaging in +the CPackConfig file or in CMakeLists.txt, but most of them have defaults +that use general settings (e.g. CMAKE_PROJECT_NAME) or Debian-specific +variables when those make sense (e.g. the homepage of an upstream project +is usually unchanged by the flavor of packaging). When there is no Debian +information to fall back on, but the RPM packaging has it, fall back to +the RPM information (e.g. package license).

+
+
+CPACK_FREEBSD_PACKAGE_NAME
+

Sets the package name (in the package manifest, but also affects the +output filename).

+
+
Mandatory:
+

Yes

+
+
Default:
+
    +
  • CPACK_PACKAGE_NAME (this is always set by CPack itself, +based on CMAKE_PROJECT_NAME).

  • +
+
+
+
+ +
+
+CPACK_FREEBSD_PACKAGE_COMMENT
+

Sets the package comment. This is the short description displayed by +pkg(8) in standard "pkg info" output.

+
+
Mandatory:
+

Yes

+
+
Default:
+
+
+
+
+ +
+
+CPACK_FREEBSD_PACKAGE_DESCRIPTION
+

Sets the package description. This is the long description of the package, +given by "pkg info" with a specific package as argument.

+
+
Mandatory:
+

Yes

+
+
Default:
+
+
+
+
+ +
+
+CPACK_FREEBSD_PACKAGE_WWW
+

The URL of the web site for this package, preferably (when applicable) the +site from which the original source can be obtained and any additional +upstream documentation or information may be found.

+
+
Mandatory:
+

Yes

+
+
Default:
+
+
+
+
+

Added in version 3.12: The CPACK_PACKAGE_HOMEPAGE_URL variable.

+
+
+ +
+
+CPACK_FREEBSD_PACKAGE_LICENSE
+

The license, or licenses, which apply to this software package. This must +be one or more license-identifiers that pkg recognizes as acceptable license +identifiers (e.g. "GPLv2").

+
+
Mandatory:
+

Yes

+
+
Default:
+
+
+
+
+ +
+
+CPACK_FREEBSD_PACKAGE_LICENSE_LOGIC
+

This variable is only of importance if there is more than one license. +The default is "single", which is only applicable to a single license. +Other acceptable values are determined by pkg -- those are "dual" or "multi" -- +meaning choice (OR) or simultaneous (AND) application of the licenses.

+
+
Mandatory:
+

No

+
+
Default:
+

single

+
+
+
+ +
+
+CPACK_FREEBSD_PACKAGE_MAINTAINER
+

The FreeBSD maintainer (e.g. kde@freebsd.org) of this package.

+
+
Mandatory:
+

Yes

+
+
Default:
+

none

+
+
+
+ +
+
+CPACK_FREEBSD_PACKAGE_ORIGIN
+

The origin (ports label) of this package; for packages built by CPack +outside of the ports system this is of less importance. The default +puts the package somewhere under misc/, as a stopgap.

+
+
Mandatory:
+

Yes

+
+
Default:
+

misc/<package name>

+
+
+
+ +
+
+CPACK_FREEBSD_PACKAGE_CATEGORIES
+

The ports categories where this package lives (if it were to be built +from ports). If none is set a single category is determined based on +the package origin.

+
+
Mandatory:
+

Yes

+
+
Default:
+

derived from ORIGIN

+
+
+
+ +
+
+CPACK_FREEBSD_PACKAGE_DEPS
+

A list of package origins that should be added as package dependencies. +These are in the form <category>/<packagename>, e.g. x11/libkonq. +No version information needs to be provided (this is not included +in the manifest).

+
+
Mandatory:
+

No

+
+
Default:
+

empty

+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/cpack_gen/ifw.html b/cmake/doc/cmake/html/cpack_gen/ifw.html new file mode 100644 index 0000000000000000000000000000000000000000..23ec74ecf2f9b55d9cb149330aff6d8738678ee8 --- /dev/null +++ b/cmake/doc/cmake/html/cpack_gen/ifw.html @@ -0,0 +1,812 @@ + + + + + + + + CPack IFW Generator — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPack IFW Generator

+
+

Added in version 3.1.

+
+

Configure and run the Qt Installer Framework to generate a Qt installer.

+ +
+

Overview

+

This cpack generator generates +configuration and meta information for the Qt Installer Framework (QtIFW), +and runs QtIFW tools to generate a Qt installer.

+

QtIFW provides tools and utilities to create installers for +the platforms supported by Qt: Linux, +Microsoft Windows, and macOS.

+

To make use of this generator, QtIFW needs to be installed. +The CPackIFW module looks for the location of the +QtIFW command-line utilities, and defines several commands to +control the behavior of this generator. See Hints for Finding QtIFW.

+
+
+

Variables

+

You can use the following variables to change the behavior of the CPack IFW +generator.

+
+

Debug

+
+
+CPACK_IFW_VERBOSE
+
+

Added in version 3.3.

+
+

Set to ON to enable addition debug output. +By default is OFF.

+
+ +
+
+

Package

+
+
+CPACK_IFW_PACKAGE_TITLE
+

Name of the installer as displayed on the title bar. +If not specified, it defaults to CPACK_PACKAGE_DESCRIPTION_SUMMARY.

+
+ +
+
+CPACK_IFW_PACKAGE_PUBLISHER
+

Publisher of the software (as shown in the Windows Control Panel). +If not specified, it defaults to CPACK_PACKAGE_VENDOR.

+
+ +
+
+CPACK_IFW_PRODUCT_URL
+

URL to a page that contains product information on your web site.

+
+ +
+
+CPACK_IFW_PACKAGE_ICON
+

Filename for a custom installer icon. It must be an absolute path. +This should be a .icns file on macOS and a .ico file on Windows. +It is ignored on other platforms.

+
+ +
+
+CPACK_IFW_PACKAGE_WINDOW_ICON
+

Filename for a custom window icon in PNG format for the Installer +application. It must be an absolute path.

+
+ +
+ +

Filename for a logo image in PNG format, used as QWizard::LogoPixmap. +It must be an absolute path.

+
+ +
+
+CPACK_IFW_PACKAGE_WATERMARK
+
+

Added in version 3.8.

+
+

Filename for a watermark image in PNG format, used as +QWizard::WatermarkPixmap. It must be an absolute path.

+
+ +
+
+CPACK_IFW_PACKAGE_BANNER
+
+

Added in version 3.8.

+
+

Filename for a banner image in PNG format, used as QWizard::BannerPixmap. +It must be an absolute path.

+
+ +
+
+CPACK_IFW_PACKAGE_BACKGROUND
+
+

Added in version 3.8.

+
+

Filename for a background image in PNG format, used as +QWizard::BackgroundPixmap (only used by MacStyle). It must be an +absolute path.

+
+ +
+
+CPACK_IFW_PACKAGE_WIZARD_STYLE
+
+

Added in version 3.8.

+
+

Wizard style to be used (Modern, Mac, Aero or Classic).

+
+ +
+
+CPACK_IFW_PACKAGE_WIZARD_DEFAULT_WIDTH
+
+

Added in version 3.8.

+
+

Default width of the wizard in pixels. Setting a banner image will override +this.

+
+ +
+
+CPACK_IFW_PACKAGE_WIZARD_DEFAULT_HEIGHT
+
+

Added in version 3.8.

+
+

Default height of the wizard in pixels. Setting a watermark image will +override this.

+
+ +
+
+CPACK_IFW_PACKAGE_WIZARD_SHOW_PAGE_LIST
+
+

Added in version 3.20.

+
+

Set to OFF if the widget listing installer pages on the left side of the +wizard should not be shown.

+

It is ON by default, but will only have an effect if using QtIFW 4.0 or +later.

+
+ +
+
+CPACK_IFW_PACKAGE_TITLE_COLOR
+
+

Added in version 3.8.

+
+

Color of the titles and subtitles (takes an HTML color code, such as +#88FF33).

+
+ +
+
+CPACK_IFW_PACKAGE_STYLE_SHEET
+
+

Added in version 3.15.

+
+

Filename for a stylesheet. It must be an absolute path.

+
+ +
+
+CPACK_IFW_TARGET_DIRECTORY
+

Default target directory for installation. +If CPACK_PACKAGE_INSTALL_DIRECTORY is set, this defaults to +@ApplicationsDir@/${CPACK_PACKAGE_INSTALL_DIRECTORY}. If that variable +isn't set either, the default used is @RootDir@/usr/local. +Predefined variables of the form @...@ are expanded by the +QtIFW scripting engine.

+
+ +
+
+CPACK_IFW_ADMIN_TARGET_DIRECTORY
+

Default target directory for installation with administrator rights.

+

You can use predefined variables.

+
+ +
+
+CPACK_IFW_PACKAGE_REMOVE_TARGET_DIR
+
+

Added in version 3.11.

+
+

Set to OFF if the target directory should not be deleted when uninstalling.

+

Is ON by default

+
+ +
+
+CPACK_IFW_PACKAGE_GROUP
+

The group, which will be used to configure the root package.

+
+ +
+
+CPACK_IFW_PACKAGE_NAME
+

The root package name, which will be used if the configuration group is not +specified.

+
+ +
+
+CPACK_IFW_PACKAGE_START_MENU_DIRECTORY
+
+

Added in version 3.3.

+
+

Name of the default program group for the product in the Windows Start menu. +If not specified, it defaults to CPACK_IFW_PACKAGE_NAME.

+
+ +
+
+CPACK_IFW_PACKAGE_MAINTENANCE_TOOL_NAME
+
+

Added in version 3.3.

+
+

Filename of the generated maintenance tool. +The platform-specific executable file extension will be appended.

+

If not specified, QtIFW provides a default name (maintenancetool).

+
+ +
+
+CPACK_IFW_PACKAGE_MAINTENANCE_TOOL_INI_FILE
+
+

Added in version 3.3.

+
+

Filename for the configuration of the generated maintenance tool.

+

If not specified, QtIFW uses a default file name (maintenancetool.ini).

+
+ +
+
+CPACK_IFW_PACKAGE_ALLOW_NON_ASCII_CHARACTERS
+
+

Added in version 3.3.

+
+

Set to ON if the installation path can contain non-ASCII characters. +Only supported for QtIFW 2.0 and later. Older QtIFW versions will always +allow non-ASCII characters.

+
+ +
+
+CPACK_IFW_PACKAGE_ALLOW_SPACE_IN_PATH
+
+

Added in version 3.3.

+
+

Set to OFF if the installation path cannot contain space characters.

+

Is ON for QtIFW less 2.0 tools.

+
+ +
+
+CPACK_IFW_PACKAGE_DISABLE_COMMAND_LINE_INTERFACE
+
+

Added in version 3.23.

+
+

Set to ON if command line interface features should be disabled. +It is OFF by default and will only have an effect if using QtIFW 4.0 or +later.

+
+ +
+
+CPACK_IFW_PACKAGE_CONTROL_SCRIPT
+
+

Added in version 3.3.

+
+

Filename for a custom installer control script.

+
+ +
+
+CPACK_IFW_PACKAGE_RESOURCES
+
+

Added in version 3.7.

+
+

List of additional resources (.qrc files) to include in the installer +binary. They should be specified as absolute paths and no two resource files +can have the same file name.

+

You can use the cpack_ifw_add_package_resources() command to resolve +relative paths.

+
+ +
+
+CPACK_IFW_PACKAGE_FILE_EXTENSION
+
+

Added in version 3.10.

+
+

The target binary extension.

+

On Linux, the name of the target binary is automatically extended with +.run, if you do not specify the extension.

+

On Windows, the target is created as an application with the extension +.exe, which is automatically added, if not supplied.

+

On Mac, the target is created as an DMG disk image with the extension +.dmg, which is automatically added, if not supplied.

+
+ +
+
+CPACK_IFW_REPOSITORIES_ALL
+

The list of remote repositories.

+

The default value of this variable is computed by CPack and contains +all repositories added with cpack_ifw_add_repository() +or updated with cpack_ifw_update_repository().

+
+ +
+
+CPACK_IFW_DOWNLOAD_ALL
+

If this is ON, all components will be downloaded. If not set, the +behavior is determined by whether cpack_configure_downloads() has +been called with the ALL option or not.

+
+ +
+
+CPACK_IFW_PACKAGE_PRODUCT_IMAGES
+
+

Added in version 3.23.

+
+

A list of images to be shown on the PerformInstallationPage. These +must be absolute paths and the images must be in PNG format.

+

This feature is available for QtIFW 4.0.0 and later.

+
+ +
+
+CPACK_IFW_PACKAGE_PRODUCT_IMAGE_URLS
+
+

Added in version 3.31.

+
+

A list of URLs associated with the ProductImages. +Only used if CPACK_IFW_PACKAGE_PRODUCT_IMAGES is defined +and it has the same size.

+

This feature is available for QtIFW 4.0.0 and later.

+
+ +
+
+CPACK_IFW_PACKAGE_RUN_PROGRAM
+
+

Added in version 3.23.

+
+

Command executed after the installer is finished, if the user accepts the +action. Provide the full path to the application, as found when installed. +This typically means the path should begin with the QtIFW predefined variable +@TargetDir@.

+

This feature is available for QtIFW 4.0.0 and later.

+
+ +
+
+CPACK_IFW_PACKAGE_RUN_PROGRAM_ARGUMENTS
+
+

Added in version 3.23.

+
+

List of arguments passed to the program specified in +CPACK_IFW_PACKAGE_RUN_PROGRAM.

+

This feature is available for QtIFW 4.0.0 and later.

+
+ +
+
+CPACK_IFW_PACKAGE_RUN_PROGRAM_DESCRIPTION
+
+

Added in version 3.23.

+
+

Text shown next to the check box for running the program after the +installation. If CPACK_IFW_PACKAGE_RUN_PROGRAM is set but no +description is provided, QtIFW will use a default message like +Run <Name> now.

+

This feature is available for QtIFW 4.0.0 and later.

+
+ +
+
+CPACK_IFW_PACKAGE_SIGNING_IDENTITY
+
+

Added in version 3.23.

+
+

Allows specifying a code signing identity to be used for signing the generated +app bundle. Only available on macOS, ignored on other platforms.

+
+ +
+
+CPACK_IFW_ARCHIVE_FORMAT
+
+

Added in version 3.23.

+
+

Set the format used when packaging new component data archives. If you omit +this option, the 7z format will be used as a default. Supported formats:

+
    +
  • 7z

  • +
  • zip

  • +
  • tar.gz

  • +
  • tar.bz2

  • +
  • tar.xz

  • +
+
+

Note

+

If the Qt Installer Framework tools were built without libarchive support, +only 7z format is supported.

+
+

This feature is available for QtIFW 4.2.0 and later.

+
+ +
+
+CPACK_IFW_ARCHIVE_COMPRESSION
+
+

Added in version 3.23.

+
+

Archive compression level. The allowable values are:

+
+
    +
  • 0 (No compression)

  • +
  • 1 (Fastest compression)

  • +
  • 3 (Fast compression)

  • +
  • 5 (Normal compression)

  • +
  • 7 (Maximum compression)

  • +
  • 9 (Ultra compression)

  • +
+
+

If this variable is not set, QtIFW will use a default compression level, +which will typically be 5 (Normal compression).

+
+

Note

+

Some formats do not support all the possible values. For example zip +compression only supports values from 1 to 7.

+
+

This feature is available for QtIFW 4.2.0 and later.

+
+ +
+
+

Components

+
+
+CPACK_IFW_RESOLVE_DUPLICATE_NAMES
+

Resolve duplicate names when installing components with groups.

+
+ +
+
+CPACK_IFW_PACKAGES_DIRECTORIES
+

Additional prepared packages directories that will be used to resolve +dependent components.

+
+ +
+
+CPACK_IFW_REPOSITORIES_DIRECTORIES
+
+

Added in version 3.10.

+
+

Additional prepared repository directories that will be used to resolve and +repack dependent components.

+

This feature is available for QtIFW 3.1 and later.

+
+ +
+
+

QtIFW Tools

+
+
+CPACK_IFW_FRAMEWORK_VERSION
+
+

Added in version 3.3.

+
+

The version of the QtIFW tools that will be used. This variable is set +by the CPackIFW module.

+
+ +

The following variables provide the locations of the QtIFW +command-line tools as discovered by the CPackIFW module. +These variables are cached, and may be configured if needed.

+
+
+CPACK_IFW_ARCHIVEGEN_EXECUTABLE
+
+

Added in version 3.19.

+
+

The path to archivegen.

+
+ +
+
+CPACK_IFW_BINARYCREATOR_EXECUTABLE
+

The path to binarycreator.

+
+ +
+
+CPACK_IFW_REPOGEN_EXECUTABLE
+

The path to repogen.

+
+ +
+
+CPACK_IFW_INSTALLERBASE_EXECUTABLE
+

The path to installerbase.

+
+ +
+
+CPACK_IFW_DEVTOOL_EXECUTABLE
+

The path to devtool.

+
+ +
+
+

Hints for Finding QtIFW

+

Generally, the CPack IFW generator automatically finds QtIFW tools. +The following (in order of precedence) can also be set to augment the +locations normally searched by find_program():

+
+
+CPACK_IFW_ROOT
+
+

Added in version 3.9.

+
+

CMake variable

+
+ +
+
+CPACK_IFW_ROOT
+
+

Added in version 3.9.

+
+

Environment variable

+
+ +
+
+QTIFWDIR
+

CMake variable

+
+ +
+
+QTIFWDIR
+

Environment variable

+
+ +
+

Note

+

The specified path should not contain bin at the end +(for example: D:\\DevTools\\QtIFW2.0.5).

+
+
+
+
+

Other Settings

+
+

Online installer

+

By default, this generator generates an offline installer. This means +that all packaged files are fully contained in the installer executable.

+

In contrast, an online installer will download some or all components from +a remote server.

+

The DOWNLOADED option in the cpack_add_component() command +specifies that a component is to be downloaded. Alternatively, the ALL +option in the cpack_configure_downloads() command specifies that +all components are to be be downloaded.

+

The cpack_ifw_add_repository() command and the +CPACK_IFW_DOWNLOAD_ALL variable allow for more specific +configuration.

+

When there are online components, CPack will write them to archive files. +The help page of the CPackComponent module, especially the section +on the cpack_configure_downloads() function, explains how to make +these files accessible from a download URL.

+
+
+

Internationalization

+
+

Added in version 3.9.

+
+

Some variables and command arguments support internationalization via +CMake script. This is an optional feature.

+

Installers created by QtIFW tools have built-in support for +internationalization and many phrases are localized to many languages, +but this does not apply to the description of your components and groups.

+

Localization of the description of your components and groups is useful for +users of your installers.

+

A localized variable or argument can contain a single default value, and +after that a set of pairs with the name of the locale and the localized value.

+

For example:

+
set(LOCALIZABLE_VARIABLE "Default value"
+  en "English value"
+  en_US "American value"
+  en_GB "Great Britain value"
+  )
+
+
+
+
+
+

See Also

+

Qt Installer Framework Manual:

+ +
+
Download Qt Installer Framework for your platform from Qt site:

https://download.qt.io/official_releases/qt-installer-framework

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/cpack_gen/innosetup.html b/cmake/doc/cmake/html/cpack_gen/innosetup.html new file mode 100644 index 0000000000000000000000000000000000000000..18ab741ebb4ee1cccacfedd3eb9ab4fa261c76d1 --- /dev/null +++ b/cmake/doc/cmake/html/cpack_gen/innosetup.html @@ -0,0 +1,649 @@ + + + + + + + + CPack Inno Setup Generator — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPack Inno Setup Generator

+
+

Added in version 3.27.

+
+

Inno Setup is a free installer for Windows programs by Jordan Russell and +Martijn Laan (https://jrsoftware.org/isinfo.php).

+

This documentation explains Inno Setup generator specific options.

+

The generator provides a lot of options like components. Unfortunately, not +all features (e.g. component dependencies) are currently supported by +Inno Setup and they're ignored by the generator for now.

+

CPack requires Inno Setup 6 or greater.

+
+

Added in version 3.30: The generator is now available on non-Windows hosts, +but requires Wine to run the Inno Setup tools.

+
+
+

Variables specific to CPack Inno Setup generator

+

You can use the following variables to change the behavior of the CPack +INNOSETUP generator:

+
+

General

+

None of the following variables is required to be set for the Inno Setup +generator to work. If a variable is marked as mandatory below but not set, +its default value is taken.

+

The variables can also contain Inno Setup constants like {app}. Please +refer to the documentation of Inno Setup for more information.

+

If you're asked to provide the path to any file, you can always give an +absolute path or in most cases the relative path from the top-level directory +where all files being installed by an install() instruction reside.

+

CPack tries to escape quotes and other special characters for you. However, +using special characters could cause problems.

+

The following variable simplifies the usage of Inno Setup in CMake:

+
+
+CPACK_INNOSETUP_USE_CMAKE_BOOL_FORMAT
+

Inno Setup only uses yes or no as boolean formats meanwhile CMake +uses a lot of alternative formats like ON or OFF. Having this option +turned on enables an automatic conversion.

+

Consider the following example:

+
set(CMAKE_INNOSETUP_SETUP_AllowNoIcons OFF)
+
+
+

If this option is turned on, the following line will be created in the output +script: AllowNoIcons=no. +Else, the following erroneous line will be created: AllowNoIcons=OFF

+

The conversion is enabled in every Inno Setup specific variable.

+
+
Mandatory:
+

Yes

+
+
Default:
+

ON

+
+
+
+ +
+
+

Setup Specific Variables

+
+
+CPACK_INNOSETUP_ARCHITECTURE
+

One of x86, x64, arm64 or ia64. This variable specifies the +target architecture of the installer. This also affects the Program Files +folder or registry keys being used.

+

CPack tries to determine the correct value with a try compile (see +CMAKE_SIZEOF_VOID_P), but this option can be manually specified +too (especially when using ia64 or cross-platform compilation).

+
+
Mandatory:
+

Yes

+
+
Default:
+

Either x86 or x64 depending on the results of the try-compile

+
+
+
+ +
+
+CPACK_INNOSETUP_INSTALL_ROOT
+

If you don't want the installer to create the installation directory under +Program Files, you've to specify the installation root here.

+

The full directory of the installation will be: +${CPACK_INNOSETUP_INSTALL_ROOT}/${CPACK_PACKAGE_INSTALL_DIRECTORY}.

+
+
Mandatory:
+

Yes

+
+
Default:
+

{autopf}

+
+
+
+ +
+
+CPACK_INNOSETUP_ALLOW_CUSTOM_DIRECTORY
+

If turned on, the installer allows the user to change the installation +directory providing an extra wizard page.

+
+
Mandatory:
+

Yes

+
+
Default:
+

ON

+
+
+
+ +
+
+CPACK_INNOSETUP_PROGRAM_MENU_FOLDER
+

The initial name of the start menu folder being created.

+

If this variable is set to ., then no separate folder is created, +application shortcuts will appear in the top-level start menu folder.

+
+
Mandatory:
+

Yes

+
+
Default:
+

The value of CPACK_PACKAGE_NAME

+
+
+
+ +
+
+CPACK_INNOSETUP_LANGUAGES
+

A semicolon-separated list of languages you want +Inno Setup to include.

+

Currently available: armenian, brazilianPortuguese, bulgarian, +catalan, corsican, czech, danish, dutch, english, +finnish, french, german, hebrew, icelandic, italian, +japanese, norwegian, polish, portuguese, russian, +slovak, slovenian, spanish, turkish and ukrainian. +This list might differ depending on the version of Inno Setup.

+
+
Mandatory:
+

Yes

+
+
Default:
+

english

+
+
+
+ +
+
+CPACK_INNOSETUP_IGNORE_LICENSE_PAGE
+

If you don't specify a license file using +CPACK_RESOURCE_FILE_LICENSE, CPack uses a file for demonstration +purposes. If you want the installer to ignore license files at all, you can +enable this option.

+
+
Mandatory:
+

Yes

+
+
Default:
+

OFF

+
+
+
+ +
+
+CPACK_INNOSETUP_IGNORE_README_PAGE
+

If you don't specify a readme file using +CPACK_RESOURCE_FILE_README, CPack uses a file for demonstration +purposes. If you want the installer to ignore readme files at all, you can +enable this option. Make sure the option is disabled when using +a custom readme file.

+
+
Mandatory:
+

Yes

+
+
Default:
+

ON

+
+
+
+ +
+
+CPACK_INNOSETUP_PASSWORD
+

Enables password protection and file encryption with the given password.

+
+
Mandatory:
+

No

+
+
+
+ +
+
+CPACK_INNOSETUP_USE_MODERN_WIZARD
+

Enables the modern look and feel provided by Inno Setup. If this option is +turned off, the classic style is used instead. Images and icon files are +also affected.

+
+
Mandatory:
+

Yes

+
+
Default:
+

OFF because of compatibility reasons

+
+
+
+ +
+
+CPACK_INNOSETUP_ICON_FILE
+

The path to a custom installer .ico file.

+

Use CPACK_PACKAGE_ICON to customize the bitmap file being shown +in the wizard.

+
+
Mandatory:
+

No

+
+
+
+ +
+
+CPACK_INNOSETUP_SETUP_<directive>
+

This group allows adapting any of the [Setup] section directives provided +by Inno Setup where directive is its name.

+

Here are some examples:

+
set(CPACK_INNOSETUP_SETUP_WizardSmallImageFile "my_bitmap.bmp")
+set(CPACK_INNOSETUP_SETUP_AllowNoIcons OFF) # This requires CPACK_INNOSETUP_USE_CMAKE_BOOL_FORMAT to be on
+
+
+

All of these variables have higher priority than the others. +Consider the following example:

+
set(CPACK_INNOSETUP_SETUP_Password "admin")
+set(CPACK_INNOSETUP_PASSWORD "secret")
+
+
+

The password will be admin at the end because CPACK_INNOSETUP_PASSWORD +has less priority than CPACK_INNOSETUP_SETUP_Password.

+
+
Mandatory:
+

No

+
+
+
+ +
+
+

File Specific Variables

+

Although all files being installed by an install() instruction are +automatically processed and added to the installer, there are some variables +to customize the installation process.

+

Before using executables (only .exe or .com) in shortcuts +(e.g. CPACK_CREATE_DESKTOP_LINKS) or [Run] entries, you've to +add the raw file name (without path and extension) to +CPACK_PACKAGE_EXECUTABLES and create a start menu shortcut +for them.

+

If you have two files with the same raw name (e.g. a/executable.exe and +b/executable.com), an entry in the section is created twice. This will +result in undefined behavior and is not recommended.

+
+
+CPACK_INNOSETUP_CUSTOM_INSTALL_INSTRUCTIONS
+

This variable should contain a +semicolon-separated list of pairs path, +instruction and can be used to customize the install command being +automatically created for each file or directory.

+

CPack creates the following Inno Setup instruction for every file...

+
Source: "absolute\path\to\my_file.txt"; DestDir: "{app}"; Flags: ignoreversion
+
+
+

...and the following line for every directory:

+
Name: "{app}\my_folder"
+
+
+

You might want to change the destination directory or the flags of +my_file.txt. Since we can also provide a relative path, the line you'd +like to have, is the following:

+
Source: "my_file.txt"; DestDir: "{userdocs}"; Flags: ignoreversion uninsneveruninstall
+
+
+

You would do this by using my_file.txt as path and +Source: "my_file.txt"; DestDir: "{userdocs}"; Flags: ignoreversion uninsneveruninstall +as instruction.

+

You've to take care of the escaping problem. +So the CMake command would be:

+
set(CPACK_INNOSETUP_CUSTOM_INSTALL_INSTRUCTIONS "my_file.txt;Source: \\\"my_file.txt\\\"\\; DestDir: \\\"{userdocs}\\\"\\; Flags: ignoreversion uninsneveruninstall")
+
+
+

To improve readability, you should go around the escaping problem by using +CPACK_VERBATIM_VARIABLES or by placing the instruction into a +separate CPack project config file.

+

If you customize the install instruction of a specific file, you lose the +connection to its component. To go around, manually add +Components: <component>. You also need to add its shortcuts and [Run] +entries by yourself in a custom section, since the executable won't be found +anymore by CPACK_PACKAGE_EXECUTABLES.

+

Here's another example (Note: You've to go around the escaping problem for +the example to work):

+
set(CPACK_INNOSETUP_CUSTOM_INSTALL_INSTRUCTIONS
+    "component1/my_folder" "Name: \"{userdocs}\\my_folder\"\; Components: component1"
+    "component2/my_folder2/my_file.txt" "Source: \"component2\\my_folder2\\my_file.txt\"\; DestDir: \"{app}\\my_folder2\\my_file.txt\"\; Flags: ignoreversion uninsneveruninstall\; Components: component2")
+
+
+
+
Mandatory:
+

No

+
+
+
+ +
+ +

This variable should contain a +semicolon-separated list of pairs link, +link name and can be used to add shortcuts into the start menu folder +beside those of the executables (see CPACK_PACKAGE_EXECUTABLES). +While link name is the label, link can be a URL or a path relative to +the installation directory.

+

Here's an example:

+
set(CPACK_INNOSETUP_MENU_LINKS
+    "doc/cmake-@CMake_VERSION_MAJOR@.@CMake_VERSION_MINOR@/cmake.html"
+    "CMake Help" "https://cmake.org" "CMake Web Site")
+
+
+
+
Mandatory:
+

No

+
+
+
+ +
+ +

If this option is turned on, a shortcut to the application's uninstaller is +automatically added to the start menu folder.

+
+
Mandatory:
+

Yes

+
+
Default:
+

OFF

+
+
+
+ +
+
+CPACK_INNOSETUP_RUN_EXECUTABLES
+

A semicolon-separated list of executables being +specified in CPACK_PACKAGE_EXECUTABLES which the user can run +when the installer finishes.

+

They're internally added to the [Run] section.

+
+
Mandatory:
+

No

+
+
+
+ +
+
+

Components Specific Variables

+

The generator supports components and also downloaded components. However, +there are some features of components that aren't supported yet (especially +component dependencies). These variables are ignored for now.

+

CPack will change a component's name in Inno Setup if it has a parent group +for technical reasons. Consider using group\component as component name in +Inno Setup scripts if you have the component component and its parent +group group.

+

Here are some additional variables for components:

+
+
+CPACK_INNOSETUP_<compName>_INSTALL_DIRECTORY
+

If you don't want the component compName to be installed under {app}, +you've to specify its installation directory here.

+
+
Mandatory:
+

No

+
+
+
+ +
+
+CPACK_INNOSETUP_VERIFY_DOWNLOADS
+

This option only affects downloaded components.

+

If this option is turned on, the hashes of the downloaded archives are +calculated during compile and +download time. The installer will only proceed if they match.

+
+
Mandatory:
+

Yes

+
+
Default:
+

ON

+
+
+
+ +
+
+

Compilation and Scripting Specific Variables

+
+
+CPACK_INNOSETUP_EXECUTABLE
+

The filename of the Inno Setup Script Compiler command.

+
+
Mandatory:
+

Yes

+
+
Default:
+

ISCC

+
+
+
+ +
+
+CPACK_INNOSETUP_EXECUTABLE_ARGUMENTS
+

A semicolon-separated list of extra +command-line options for the Inno Setup Script Compiler command.

+

For example: /Qp;/Smysigntool=$p

+

Take care of the escaping problem.

+
+
Mandatory:
+

No

+
+
+
+ +
+
+CPACK_INNOSETUP_DEFINE_<macro>
+

This group allows to add custom define directives as command-line options to +the Inno Setup Preprocessor command. Each entry emulates a +#define public <macro> directive. Its macro is accessible from anywhere +(public), so it can also be used in extra script files.

+

Macro names must not contain any special characters. Refer to the Inno Setup +Preprocessor documentation for the detailed rules.

+

Consider the following example:

+
# The following line emulates: #define public MyMacro "Hello, World!"
+set(CPACK_INNOSETUP_DEFINE_MyMacro "Hello, World!")
+
+
+

At this point, you can use MyMacro anywhere. For example in the following +extra script:

+
AppComments={#emit "'My Macro' has the value: " + MyMacro}
+
+
+

Take care of the escaping problem.

+
+
Mandatory:
+

No

+
+
+
+ +
+
+CPACK_INNOSETUP_EXTRA_SCRIPTS
+

A semicolon-separated list of paths to +additional .iss script files to be processed.

+

They're internally included at the top of the output script file using a +#include directive.

+

You can add any section in your file to extend the installer (e.g. adding +additional tasks or registry keys). Prefer using +CPACK_INNOSETUP_SETUP_<directive> when extending the +[Setup] section.

+
+
Mandatory:
+

No

+
+
+
+ +
+
+CPACK_INNOSETUP_CODE_FILES
+

A semicolon-separated list of paths to +additional Pascal files to be processed.

+

This variable is actually the same as +CPACK_INNOSETUP_EXTRA_SCRIPTS, except you don't have to +add [Code] at the top of your file. Never change the current section in +a code file. This will result in undefined behavior! Treat them as normal +Pascal scripts instead.

+

Code files are included at the very bottom of the output script.

+
+
Mandatory:
+

No

+
+
+
+ +
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/cpack_gen/nsis.html b/cmake/doc/cmake/html/cpack_gen/nsis.html new file mode 100644 index 0000000000000000000000000000000000000000..6966b7261cd7a89ac9e38e2bfe2be412e2678998 --- /dev/null +++ b/cmake/doc/cmake/html/cpack_gen/nsis.html @@ -0,0 +1,470 @@ + + + + + + + + CPack NSIS Generator — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPack NSIS Generator

+

CPack Nullsoft Scriptable Install System (NSIS) generator specific options.

+
+

Changed in version 3.22: The NSIS generator requires NSIS 3.03 or newer.

+
+
+

Variables specific to CPack NSIS generator

+

The following variables are specific to the graphical installers built +on Windows Nullsoft Scriptable Install System.

+
+
+CPACK_NSIS_INSTALL_ROOT
+

The default installation directory presented to the end user by the NSIS +installer is under this root dir. The full directory presented to the end +user is: ${CPACK_NSIS_INSTALL_ROOT}/${CPACK_PACKAGE_INSTALL_DIRECTORY}

+
+ +
+
+CPACK_NSIS_MUI_ICON
+

An icon filename. The name of a *.ico file used as the main icon for the +generated install program.

+
+ +
+
+CPACK_NSIS_MUI_UNIICON
+

An icon filename. The name of a *.ico file used as the main icon for the +generated uninstall program.

+
+ +
+
+CPACK_NSIS_INSTALLER_MUI_ICON_CODE
+

undocumented.

+
+ +
+
+CPACK_NSIS_MUI_WELCOMEFINISHPAGE_BITMAP
+
+

Added in version 3.5.

+
+

The filename of a bitmap to use as the NSIS MUI_WELCOMEFINISHPAGE_BITMAP.

+
+ +
+
+CPACK_NSIS_MUI_UNWELCOMEFINISHPAGE_BITMAP
+
+

Added in version 3.5.

+
+

The filename of a bitmap to use as the NSIS MUI_UNWELCOMEFINISHPAGE_BITMAP.

+
+ +
+
+CPACK_NSIS_EXTRA_PREINSTALL_COMMANDS
+

Extra NSIS commands that will be added to the beginning of the install +Section, before your install tree is available on the target system.

+
+ +
+
+CPACK_NSIS_EXTRA_INSTALL_COMMANDS
+

Extra NSIS commands that will be added to the end of the install Section, +after your install tree is available on the target system.

+
+ +
+
+CPACK_NSIS_EXTRA_UNINSTALL_COMMANDS
+

Extra NSIS commands that will be added to the uninstall Section, before +your install tree is removed from the target system.

+
+ +
+
+CPACK_NSIS_COMPRESSOR
+

The arguments that will be passed to the NSIS SetCompressor command.

+
+ +
+
+CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL
+

Ask about uninstalling previous versions first. If this is set to ON, +then an installer will look for previous installed versions and if one is +found, ask the user whether to uninstall it before proceeding with the +install.

+
+ +
+
+CPACK_NSIS_MODIFY_PATH
+

Modify PATH toggle. If this is set to ON, then an extra page will appear +in the installer that will allow the user to choose whether the program +directory should be added to the system PATH variable.

+
+ +
+
+CPACK_NSIS_DISPLAY_NAME
+

The display name string that appears in the Windows Apps & features +in Control Panel

+
+ +
+
+CPACK_NSIS_PACKAGE_NAME
+

The title displayed at the top of the installer.

+
+ +
+
+CPACK_NSIS_INSTALLED_ICON_NAME
+

A path to the executable that contains the installer icon.

+
+ +
+ +

URL to a web site providing assistance in installing your application.

+
+ +
+
+CPACK_NSIS_URL_INFO_ABOUT
+

URL to a web site providing more information about your application.

+
+ +
+
+CPACK_NSIS_CONTACT
+

Contact information for questions and comments about the installation +process.

+
+ +
+
+CPACK_NSIS_<compName>_INSTALL_DIRECTORY
+
+

Added in version 3.7.

+
+

Custom install directory for the specified component <compName> instead +of $INSTDIR.

+
+ +
+
+CPACK_NSIS_CREATE_ICONS_EXTRA
+

Additional NSIS commands for creating Start Menu shortcuts.

+
+ +
+
+CPACK_NSIS_DELETE_ICONS_EXTRA
+

Additional NSIS commands to uninstall Start Menu shortcuts.

+
+ +
+
+CPACK_NSIS_EXECUTABLES_DIRECTORY
+

Creating NSIS Start Menu links assumes that they are in bin unless this +variable is set. For example, you would set this to exec if your +executables are in an exec directory.

+
+ +
+
+CPACK_NSIS_MUI_FINISHPAGE_RUN
+

Specify an executable to add an option to run on the finish page of the +NSIS installer.

+
+ +
+ +

Specify links in [application] menu. This should contain a list of pair +link link name. The link may be a URL or a path relative to +installation prefix. Like:

+
set(CPACK_NSIS_MENU_LINKS
+    "doc/cmake-@CMake_VERSION_MAJOR@.@CMake_VERSION_MINOR@/cmake.html"
+    "CMake Help" "https://cmake.org" "CMake Web Site")
+
+
+
+ +
+
+CPACK_NSIS_UNINSTALL_NAME
+
+

Added in version 3.17.

+
+

Specify the name of the program to uninstall the version. +Default is Uninstall.

+
+ +
+
+CPACK_NSIS_WELCOME_TITLE
+
+

Added in version 3.17.

+
+

The title to display on the top of the page for the welcome page.

+
+ +
+
+CPACK_NSIS_WELCOME_TITLE_3LINES
+
+

Added in version 3.17.

+
+

Display the title in the welcome page on 3 lines instead of 2.

+
+ +
+
+CPACK_NSIS_FINISH_TITLE
+
+

Added in version 3.17.

+
+

The title to display on the top of the page for the finish page.

+
+ +
+
+CPACK_NSIS_FINISH_TITLE_3LINES
+
+

Added in version 3.17.

+
+

Display the title in the finish page on 3 lines instead of 2.

+
+ +
+
+CPACK_NSIS_MUI_HEADERIMAGE
+
+

Added in version 3.17.

+
+

The image to display on the header of installers pages.

+
+ +
+
+CPACK_NSIS_MANIFEST_DPI_AWARE
+
+

Added in version 3.18.

+
+

If set, declares that the installer is DPI-aware.

+
+ +
+
+CPACK_NSIS_BRANDING_TEXT
+
+

Added in version 3.20.

+
+

If set, updates the text at the bottom of the install window. +To set the string to blank, use a space (" ").

+
+ +
+
+CPACK_NSIS_BRANDING_TEXT_TRIM_POSITION
+
+

Added in version 3.20.

+
+

If set, trim down the size of the control to the size of the branding text string. +Allowed values for this variable are LEFT, CENTER or RIGHT. +If not specified, the default behavior is LEFT.

+
+ +
+
+CPACK_NSIS_EXECUTABLE
+
+

Added in version 3.21.

+
+

If set, specify the name of the NSIS executable. Default is makensis.

+
+ +
+
+CPACK_NSIS_IGNORE_LICENSE_PAGE
+
+

Added in version 3.22.

+
+

If set, do not display the page containing the license during installation.

+
+ +
+
+CPACK_NSIS_EXECUTABLE_PRE_ARGUMENTS
+
+

Added in version 3.25.

+
+

This variable is a semicolon-separated list of +arguments to prepend to the nsis script to run. +If the arguments do not start with a / or a -, it will add one +automatically to the corresponding arguments. +The command that will be run is:

+
makensis.exe <preArgs>... "nsisFileName.nsi" <postArgs>...
+
+
+

where <preArgs>... is constructed from CPACK_NSIS_EXECUTABLE_PRE_ARGUMENTS +and <postArgs>... is constructed from CPACK_NSIS_EXECUTABLE_POST_ARGUMENTS.

+
+ +
+
+CPACK_NSIS_EXECUTABLE_POST_ARGUMENTS
+
+

Added in version 3.25.

+
+

This variable is a semicolon-separated list of +arguments to append to the nsis script to run. +If the arguments do not start with a / or a -, it will add one +automatically to the corresponding arguments. +The command that will be run is:

+
makensis.exe <preArgs>... "nsisFileName.nsi" <postArgs>...
+
+
+

where <preArgs>... is constructed from CPACK_NSIS_EXECUTABLE_PRE_ARGUMENTS +and <postArgs>... is constructed from CPACK_NSIS_EXECUTABLE_POST_ARGUMENTS.

+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/cpack_gen/nuget.html b/cmake/doc/cmake/html/cpack_gen/nuget.html new file mode 100644 index 0000000000000000000000000000000000000000..12c7124e2f8c4a4a3e1303e8c4ebeac057ea89c4 --- /dev/null +++ b/cmake/doc/cmake/html/cpack_gen/nuget.html @@ -0,0 +1,813 @@ + + + + + + + + CPack NuGet Generator — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPack NuGet Generator

+
+

Added in version 3.12.

+
+

When build a NuGet package there is no direct way to control an output +filename due a lack of the corresponding CLI option of NuGet, so there +is no CPACK_NUGET_PACKAGE_FILE_NAME variable. To form the output filename +NuGet uses the package name and the version according to its built-in rules.

+

Also, be aware that including a top level directory +(CPACK_INCLUDE_TOPLEVEL_DIRECTORY) is ignored by this generator.

+
+

Variables specific to CPack NuGet generator

+

The CPack NuGet generator may be used to create NuGet packages using +CPack. The CPack NuGet generator is a CPack generator thus +it uses the CPACK_XXX variables used by CPack.

+

The CPack NuGet generator has specific features which are controlled by the +specifics CPACK_NUGET_XXX variables. In the "one per group" mode +(see CPACK_COMPONENTS_GROUPING), <compName> placeholder +in the variables below would contain a group name (uppercased and turned into +a "C" identifier).

+

List of CPack NuGet generator specific variables:

+
+
+CPACK_NUGET_COMPONENT_INSTALL
+

Enable component packaging for CPack NuGet generator

+
+
Mandatory:
+

No

+
+
Default:
+

OFF

+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_DEBUG
+

Enable debug messages while executing CPack NuGet generator.

+
+
Mandatory:
+

No

+
+
Default:
+

OFF

+
+
+
+ +
+

Required metadata variables

+
+
+CPACK_NUGET_PACKAGE_NAME
+
+CPACK_NUGET_<compName>_PACKAGE_NAME
+

The NUGET package name. CPACK_NUGET_PACKAGE_NAME is used as the +package id on nuget.org

+
+
Mandatory:
+

Yes

+
+
Default:
+

CPACK_PACKAGE_NAME

+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_VERSION
+
+CPACK_NUGET_<compName>_PACKAGE_VERSION
+

The NuGet package version.

+
+
Mandatory:
+

Yes

+
+
Default:
+

CPACK_PACKAGE_VERSION

+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_DESCRIPTION
+
+CPACK_NUGET_<compName>_PACKAGE_DESCRIPTION
+

A long description of the package for UI display.

+
+
Mandatory:
+

Yes

+
+
Default:
+
+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_AUTHORS
+
+CPACK_NUGET_<compName>_PACKAGE_AUTHORS
+

A comma-separated list of packages authors, matching the profile names +on nuget.org. These are displayed in the NuGet Gallery on +nuget.org and are used to cross-reference packages by the same +authors.

+
+
Mandatory:
+

Yes

+
+
Default:
+

CPACK_PACKAGE_VENDOR

+
+
+
+ +
+
+

Optional metadata variables

+
+
+CPACK_NUGET_PACKAGE_OWNERS
+
+CPACK_NUGET_<compName>_PACKAGE_OWNERS
+
+

Deprecated since version 3.30: Use authors (CPACK_NUGET_PACKAGE_AUTHORS) instead.

+
+

A comma-separated list of the package creators using profile names +on nuget.org. This is often the same list as in authors, +and is ignored when uploading the package to nuget.org.

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_HOMEPAGE_URL
+
+CPACK_NUGET_<compName>_PACKAGE_HOMEPAGE_URL
+

An URL for the package's home page, often shown in UI displays as well +as nuget.org.

+
+
Mandatory:
+

No

+
+
Default:
+

CPACK_PACKAGE_HOMEPAGE_URL

+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_LICENSEURL
+
+CPACK_NUGET_<compName>_PACKAGE_LICENSEURL
+
+

Deprecated since version 3.20: Use a local license file +(CPACK_NUGET_PACKAGE_LICENSE_FILE_NAME) +or a SPDX license identifier +(CPACK_NUGET_PACKAGE_LICENSE_EXPRESSION) instead.

+
+

An URL for the package's license, often shown in UI displays as well +as on nuget.org.

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
Supported:
+

NuGet 4.9.0 and above

+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_LICENSE_FILE_NAME
+
+CPACK_NUGET_<compName>_PACKAGE_LICENSE_FILE_NAME
+
+

Added in version 3.20.

+
+

The package's license file in .txt or .md format.

+

If CPACK_NUGET_PACKAGE_LICENSE_FILE_NAME is specified, +CPACK_NUGET_PACKAGE_LICENSE_EXPRESSION is ignored.

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
Supported:
+

NuGet 4.9.0 and above

+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_LICENSE_EXPRESSION
+
+CPACK_NUGET_<compName>_PACKAGE_LICENSE_EXPRESSION
+
+

Added in version 3.20.

+
+

A Software Package Data Exchange SPDX license identifier such as +MIT, BSD-3-Clause, or LGPL-3.0-or-later. In the case of a +choice of licenses or more complex restrictions, compound license +expressions may be formed using boolean operators, for example +MIT OR BSD-3-Clause. See the SPDX specification for guidance +on forming complex license expressions.

+

If CPACK_NUGET_PACKAGE_LICENSE_FILE_NAME is specified, +CPACK_NUGET_PACKAGE_LICENSE_EXPRESSION is ignored.

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_ICONURL
+
+CPACK_NUGET_<compName>_PACKAGE_ICONURL
+
+

Deprecated since version 3.20: Use a local icon file (CPACK_NUGET_PACKAGE_ICON) instead.

+
+

An URL for a 64x64 image with transparency background to use as the +icon for the package in UI display.

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_ICON
+
+CPACK_NUGET_<compName>_PACKAGE_ICON
+
+

Added in version 3.20.

+
+

The filename of a 64x64 image with transparency background to use as the +icon for the package in UI display.

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
Supported:
+

NuGet 5.3.0 and above

+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_README
+
+CPACK_NUGET_<compName>_PACKAGE_README
+
+

Added in version 3.30.

+
+

The package path relative to the root of the package to a readme file. +Supported file formats include only Markdown (*.md).

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
Supported:
+

NuGet 5.10.0 preview 2 and above

+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_REQUIRE_LICENSE_ACCEPTANCE
+

When set to a true value, the user will be prompted to accept the license +before installing the package.

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_DESCRIPTION_SUMMARY
+
+CPACK_NUGET_<compName>_PACKAGE_DESCRIPTION_SUMMARY
+
+

Deprecated since version 3.30: Summary is being deprecated. Use description +(CPACK_NUGET_PACKAGE_DESCRIPTION) instead.

+
+

A short description of the package for UI display. If omitted, a +truncated version of description is used.

+
+
Mandatory:
+

No

+
+
Default:
+

CPACK_PACKAGE_DESCRIPTION_SUMMARY

+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_RELEASE_NOTES
+
+CPACK_NUGET_<compName>_PACKAGE_RELEASE_NOTES
+

A description of the changes made in this release of the package, +often used in UI like the Updates tab of the Visual Studio Package +Manager in place of the package description.

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
+
+ +
+ + +

Copyright details for the package.

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_LANGUAGE
+
+CPACK_NUGET_<compName>_PACKAGE_LANGUAGE
+
+

Added in version 3.20.

+
+

Locale specifier for the package, for example en_CA.

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_TAGS
+
+CPACK_NUGET_<compName>_PACKAGE_TAGS
+

A space-delimited list of tags and keywords that describe the +package and aid discoverability of packages through search and +filtering.

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_REPOSITORY_URL
+
+CPACK_NUGET_<compName>_REPOSITORY_URL
+
+
+

Added in version 3.30.

+
+
+

Repository metadata allows you to map the *.nupkg to the repository +that built it. This should be a publicly available URL that can be invoked +directly by a version control software. It should not be an HTML page as +this is meant for the computer.

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
Supported:
+

NuGet 4.0 and above

+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_REPOSITORY_TYPE
+
+CPACK_NUGET_<compName>_REPOSITORY_TYPE
+
+
+

Added in version 3.30.

+
+
+

A type of the VCS repository. When uploading a package to nuget.org, the +type is limited to 100 characters.

+
+
Mandatory:
+

Yes, if repository URL has been specified

+
+
Default:
+

None

+
+
Supported:
+

NuGet 4.0 and above

+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_REPOSITORY_BRANCH
+
+CPACK_NUGET_<compName>_REPOSITORY_BRANCH
+
+
+

Added in version 3.30.

+
+
+

A VSC branch name to build the package.

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
Supported:
+

NuGet 4.6 and above

+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_REPOSITORY_COMMIT
+
+CPACK_NUGET_<compName>_REPOSITORY_COMMIT
+
+
+

Added in version 3.30.

+
+
+

A SHA-1 hash of the commit to build the package.

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
Supported:
+

NuGet 4.6 and above

+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_TITLE
+
+CPACK_NUGET_<compName>_PACKAGE_TITLE
+

A human-friendly title of the package, typically used in UI displays +as on nuget.org and the Package Manager in Visual Studio. If not +specified, the package ID is used.

+
+
Mandatory:
+

No

+
+
Default:
+
+
+
+
+ +
+
+

Dependencies specification

+
+
+CPACK_NUGET_PACKAGE_DEPENDENCIES
+
+CPACK_NUGET_<compName>_PACKAGE_DEPENDENCIES
+

A list of default (not framework-specific) package dependencies.

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_DEPENDENCIES_<dependency>_VERSION
+
+CPACK_NUGET_<compName>_PACKAGE_DEPENDENCIES_<dependency>_VERSION
+

A version specification for the particular dependency, where +<dependency> is an item of the dependency list (see above).

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_TFMS
+
+CPACK_NUGET_<compName>_PACKAGE_TFMS
+
+

Added in version 3.30.

+
+

A list of Target Framework Monikers (TFMs) for the package, e.g., "net47;netcoreapp21". +For each of these TFMs a dependency group will be generated in the dependencies block of the NuGet +package. Framework-specific dependencies can be added to these groups with the TFM +dependency lists (see below).

+

This variable is particularly useful for fixing warnings NU5128.

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_DEPENDENCIES_<tfm>
+
+CPACK_NUGET_<compName>_PACKAGE_DEPENDENCIES_<tfm>
+
+

Added in version 3.30.

+
+

A list of package dependencies that apply specifically to the <tfm> framework, where <tfm> +is an item from the TFMs list (see above).

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
+
+ +
+
+CPACK_NUGET_PACKAGE_DEPENDENCIES_<tfm>_<dependency>_VERSION
+
+CPACK_NUGET_<compName>_PACKAGE_DEPENDENCIES_<tfm>_<dependency>_VERSION
+
+

Added in version 3.30.

+
+

A version specification for the particular framework-specific dependency, where +<dependency> is an item of the <tfm>-specific dependency list (see above).

+
+
Mandatory:
+

No

+
+
Default:
+

None

+
+
+
+ +
+
+
+

Example usage

+
set(CPACK_GENERATOR NuGet)
+# Set up package metadata
+set(CPACK_PACKAGE_NAME SamplePackage)
+set(CPACK_PACKAGE_VERSION "1.0.0")
+set(CPACK_PACKAGE_VENDOR "Example Inc")
+set(CPACK_NUGET_PACKAGE_AUTHORS "ExampleInc")
+set(CPACK_PACKAGE_DESCRIPTION "A .NET wrapper around the foobar library for frobbling bratchens")
+set(CPACK_PACKAGE_HOMEPAGE_URL "https://www.example.com")
+set(CPACK_NUGET_PACKAGE_REPOSITORY_URL "https://github.com/example/libfoobar.git")
+set(CPACK_NUGET_PACKAGE_REPOSITORY_TYPE git)
+set(CPACK_NUGET_PACKAGE_LICENSE_EXPRESSION "MIT")
+# Set up dependencies
+set(CPACK_NUGET_PACKAGE_TFMS "net4;net6.0")
+set(CPACK_NUGET_PACKAGE_DEPENDENCIES_net4 "Foo;Bar")
+# NB: If a version number is omitted, the dependency will not be created
+set(CPACK_NUGET_PACKAGE_DEPENDENCIES_net4_Foo_VERSION "1.23")
+set(CPACK_NUGET_PACKAGE_DEPENDENCIES_net4_Bar_VERSION "4.3.2")
+# NB: General dependencies (not framework-specific) go in this variable
+set(CPACK_NUGET_PACKAGE_DEPENDENCIES "Baz")
+set(CPACK_NUGET_PACKAGE_DEPENDENCIES_Baz_VERSION "9.8.6")
+# NB: Since "net6.0" was listed but no dependencies have been specified, an empty group
+# will be added to the nuspec file for this framework. This can be used to address warning NU5128.
+
+include(CPack)
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/cpack_gen/packagemaker.html b/cmake/doc/cmake/html/cpack_gen/packagemaker.html new file mode 100644 index 0000000000000000000000000000000000000000..60949e762324ba474323cb8cdbfc71deb347d968 --- /dev/null +++ b/cmake/doc/cmake/html/cpack_gen/packagemaker.html @@ -0,0 +1,138 @@ + + + + + + + + CPack PackageMaker Generator — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPack PackageMaker Generator

+

Removed. This once generated PackageMaker installers, but the +generator has been removed since CMake 3.24. Xcode no longer distributes +the PackageMaker tools. Use the CPack productbuild Generator +instead.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/cpack_gen/productbuild.html b/cmake/doc/cmake/html/cpack_gen/productbuild.html new file mode 100644 index 0000000000000000000000000000000000000000..ed9efc408205a12a598a3711b9b4d6cb0ba04072 --- /dev/null +++ b/cmake/doc/cmake/html/cpack_gen/productbuild.html @@ -0,0 +1,440 @@ + + + + + + + + CPack productbuild Generator — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPack productbuild Generator

+
+

Added in version 3.7.

+
+

productbuild CPack generator (macOS).

+
+

Variables specific to CPack productbuild generator

+

The following variable is specific to installers built on Mac +macOS using ProductBuild:

+
+
+CPACK_COMMAND_PRODUCTBUILD
+

Path to the productbuild(1) command used to generate a product archive for +the macOS Installer or Mac App Store. This variable can be used to override +the automatically detected command (or specify its location if the +auto-detection fails to find it).

+
+ +
+
+CPACK_PRODUCTBUILD_IDENTIFIER
+
+

Added in version 3.23.

+
+

Set the unique (non-localized) product identifier to be associated with the +product (i.e., com.kitware.cmake). Any component product names will be +appended to this value.

+
+ +
+
+CPACK_PRODUCTBUILD_IDENTITY_NAME
+
+

Added in version 3.8.

+
+

Adds a digital signature to the resulting package.

+
+ +
+
+CPACK_PRODUCTBUILD_KEYCHAIN_PATH
+
+

Added in version 3.8.

+
+

Specify a specific keychain to search for the signing identity.

+
+ +
+
+CPACK_COMMAND_PKGBUILD
+

Path to the pkgbuild(1) command used to generate an macOS component package +on macOS. This variable can be used to override the automatically detected +command (or specify its location if the auto-detection fails to find it).

+
+ +
+
+CPACK_PKGBUILD_IDENTITY_NAME
+
+

Added in version 3.8.

+
+

Adds a digital signature to the resulting package.

+
+ +
+
+CPACK_PKGBUILD_KEYCHAIN_PATH
+
+

Added in version 3.8.

+
+

Specify a specific keychain to search for the signing identity.

+
+ +
+
+CPACK_PREFLIGHT_<COMP>_SCRIPT
+

Full path to a file that will be used as the preinstall script for the +named <COMP> component's package, where <COMP> is the uppercased +component name. No preinstall script is added if this variable is not +defined for a given component.

+
+ +
+
+CPACK_POSTFLIGHT_<COMP>_SCRIPT
+

Full path to a file that will be used as the postinstall script for the +named <COMP> component's package, where <COMP> is the uppercased +component name. No postinstall script is added if this variable is not +defined for a given component.

+
+ +
+
+CPACK_PRODUCTBUILD_RESOURCES_DIR
+
+

Added in version 3.9.

+
+

If specified the productbuild generator copies files from this directory +(including subdirectories) to the Resources directory. This is done +before the CPACK_RESOURCE_FILE_WELCOME, +CPACK_RESOURCE_FILE_README, and +CPACK_RESOURCE_FILE_LICENSE files are copied.

+
+ +
+
+CPACK_PRODUCTBUILD_DOMAINS
+
+

Added in version 3.23.

+
+

This option enables more granular control over where the product may be +installed. When it is set to true (see policy CMP0161), a +domains element of the following form will be added to the +productbuild Distribution XML:

+
<domains enable_anywhere="true" enable_currentUserHome="false" enable_localSystem="true"/>
+
+
+

The default values are as shown above, but can be overridden with +CPACK_PRODUCTBUILD_DOMAINS_ANYWHERE, +CPACK_PRODUCTBUILD_DOMAINS_USER, and +CPACK_PRODUCTBUILD_DOMAINS_ROOT.

+
+ +
+
+CPACK_PRODUCTBUILD_DOMAINS_ANYWHERE
+
+

Added in version 3.23.

+
+

May be used to override the enable_anywhere attribute in the domains +element of the Distribution XML. When set to true, the product can be +installed at the root of any volume, including non-system volumes.

+

CPACK_PRODUCTBUILD_DOMAINS must be set to true for this variable +to have any effect.

+
+ +
+
+CPACK_PRODUCTBUILD_DOMAINS_USER
+
+

Added in version 3.23.

+
+

May be used to override the enable_currentUserHome attribute in the +domains element of the Distribution XML. When set to true, the product +can be installed into the current user's home directory. Note that when +installing into the user's home directory, the following additional +requirements will apply:

+
    +
  • The installer may not write outside the user's home directory.

  • +
  • The install will be performed as the current user rather than as root. +This may have ramifications for CPACK_PREFLIGHT_<COMP>_SCRIPT +and CPACK_POSTFLIGHT_<COMP>_SCRIPT.

  • +
  • Administrative privileges will not be needed to perform the install.

  • +
+

CPACK_PRODUCTBUILD_DOMAINS must be set to true for this variable +to have any effect.

+
+ +
+
+CPACK_PRODUCTBUILD_DOMAINS_ROOT
+
+

Added in version 3.23.

+
+

May be used to override the enable_localSystem attribute in the +domains element of the Distribution XML. When set to true, the product +can be installed in the root directory. This should normally be set to true +unless the product should only be installed to the user's home directory.

+

CPACK_PRODUCTBUILD_DOMAINS must be set to true for this variable +to have any effect.

+
+ +
+

Background Image

+
+

Added in version 3.17.

+
+

This group of variables controls the background image of the generated +installer.

+
+
+CPACK_PRODUCTBUILD_BACKGROUND
+

Adds a background to Distribution XML if specified. The value contains the +path to image in Resources directory.

+
+ +
+
+CPACK_PRODUCTBUILD_BACKGROUND_ALIGNMENT
+

Adds an alignment attribute to the background in Distribution XML. +Refer to Apple documentation for valid values.

+
+ +
+
+CPACK_PRODUCTBUILD_BACKGROUND_SCALING
+

Adds a scaling attribute to the background in Distribution XML. +Refer to Apple documentation for valid values.

+
+ +
+
+CPACK_PRODUCTBUILD_BACKGROUND_MIME_TYPE
+

Adds a mime-type attribute to the background in Distribution XML. +The option contains MIME type of an image.

+
+ +
+
+CPACK_PRODUCTBUILD_BACKGROUND_UTI
+

Adds an uti attribute to the background in Distribution XML. +The option contains UTI type of an image.

+
+ +
+
+CPACK_PRODUCTBUILD_BACKGROUND_DARKAQUA
+

Adds a background for the Dark Aqua theme to Distribution XML if +specified. The value contains the path to image in Resources +directory.

+
+ +
+
+CPACK_PRODUCTBUILD_BACKGROUND_DARKAQUA_ALIGNMENT
+

Does the same as CPACK_PRODUCTBUILD_BACKGROUND_ALIGNMENT option, +but for the dark theme.

+
+ +
+
+CPACK_PRODUCTBUILD_BACKGROUND_DARKAQUA_SCALING
+

Does the same as CPACK_PRODUCTBUILD_BACKGROUND_SCALING option, +but for the dark theme.

+
+ +
+
+CPACK_PRODUCTBUILD_BACKGROUND_DARKAQUA_MIME_TYPE
+

Does the same as CPACK_PRODUCTBUILD_BACKGROUND_MIME_TYPE option, +but for the dark theme.

+
+ +
+
+CPACK_PRODUCTBUILD_BACKGROUND_DARKAQUA_UTI
+

Does the same as CPACK_PRODUCTBUILD_BACKGROUND_UTI option, +but for the dark theme.

+
+ +
+
+
+

Distribution XML Template

+

CPack uses a template file to generate the distribution.dist file used +internally by this package generator. Ordinarily, CMake provides the template +file, but projects may supply their own by placing a file called +CPack.distribution.dist.in in one of the directories listed in the +CMAKE_MODULE_PATH variable. CPack will then pick up the project's +template file instead of using its own.

+

The distribution.dist file is generated by performing substitutions +similar to the configure_file() command. Any variable set when +CPack runs will be available for substitution using the usual @...@ +form. The following variables are also set internally and made available for +substitution:

+
+
CPACK_RESOURCE_FILE_LICENSE_NOPATH

Same as CPACK_RESOURCE_FILE_LICENSE except without the path. +The named file will be available in the same directory as the generated +distribution.dist file.

+
+
CPACK_RESOURCE_FILE_README_NOPATH

Same as CPACK_RESOURCE_FILE_README except without the path. +The named file will be available in the same directory as the generated +distribution.dist file.

+
+
CPACK_RESOURCE_FILE_WELCOME_NOPATH

Same as CPACK_RESOURCE_FILE_WELCOME except without the path. +The named file will be available in the same directory as the generated +distribution.dist file.

+
+
CPACK_APPLE_PKG_INSTALLER_CONTENT
+

Added in version 3.23.

+
+

This contains all the XML elements that specify installer-wide options +(including domain details), default backgrounds and the choices outline.

+
+
CPACK_PACKAGEMAKER_CHOICES
+

Deprecated since version 3.23.

+
+

This contains only the XML elements that specify the default backgrounds +and the choices outline. It does not include the installer-wide options or +any domain details. Use CPACK_APPLE_PKG_INSTALLER_CONTENT instead.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/cpack_gen/rpm.html b/cmake/doc/cmake/html/cpack_gen/rpm.html new file mode 100644 index 0000000000000000000000000000000000000000..a5a23b4cd4f46041da1032e4c651c79fb353ddd1 --- /dev/null +++ b/cmake/doc/cmake/html/cpack_gen/rpm.html @@ -0,0 +1,1651 @@ + + + + + + + + CPack RPM Generator — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPack RPM Generator

+

The built in (binary) CPack RPM generator (Unix only)

+
+

Variables specific to CPack RPM generator

+

The CPack RPM generator may be used to create RPM packages using CPack. +The CPack RPM generator is a CPack generator thus it uses the +CPACK_XXX variables used by CPack.

+

The CPack RPM generator has specific features which are controlled by the specifics +CPACK_RPM_XXX variables.

+

CPACK_RPM_<COMPONENT>_XXXX variables may be used in order to have +component-specific values. Note however that <COMPONENT> refers to the +grouping name written in upper case. It may be either a component name or +a component GROUP name. Usually, those variables correspond to RPM spec file +entities. One may find information about spec files here +https://rpm.org/documentation.

+
+

Changed in version 3.6: <COMPONENT> part of variables is preferred to be in upper case (e.g. if +component is named foo then use CPACK_RPM_FOO_XXXX variable +name format) as is with other CPACK_<COMPONENT>_XXXX variables. +For the purposes of back compatibility (CMake/CPack version 3.5 and lower) +support for same cased component (e.g. fOo would be used as +CPACK_RPM_fOo_XXXX) is still supported for variables defined in +older versions of CMake/CPack but is not guaranteed for variables that +will be added in the future. For the sake of back compatibility same cased +component variables also override upper cased versions where both are +present.

+
+

Here are some CPack RPM generator wiki resources that are here for historic +reasons and are no longer maintained but may still prove useful:

+
+
+

List of CPack RPM generator specific variables:

+
+
+CPACK_RPM_COMPONENT_INSTALL
+

Enable component packaging for CPack RPM generator

+
+
Mandatory:
+

No

+
+
Default:
+

OFF

+
+
+

If enabled (ON) multiple packages are generated. By default +a single package containing files of all components is generated.

+
+ +
+
+CPACK_RPM_PACKAGE_SUMMARY
+
+CPACK_RPM_<component>_PACKAGE_SUMMARY
+

The RPM package summary.

+
+
Mandatory:
+

Yes

+
+
Default:
+

CPACK_PACKAGE_DESCRIPTION_SUMMARY

+
+
+
+

Added in version 3.2: Per-component CPACK_RPM_<component>_PACKAGE_SUMMARY variables.

+
+
+ +
+
+CPACK_RPM_PACKAGE_NAME
+
+CPACK_RPM_<component>_PACKAGE_NAME
+

The RPM package name.

+
+
Mandatory:
+

Yes

+
+
Default:
+

CPACK_PACKAGE_NAME

+
+
+
+

Added in version 3.5: Per-component CPACK_RPM_<component>_PACKAGE_NAME variables.

+
+
+ +
+
+CPACK_RPM_FILE_NAME
+
+CPACK_RPM_<component>_FILE_NAME
+
+

Added in version 3.6.

+
+

Package file name.

+
+
Mandatory:
+

Yes

+
+
Default:
+

<CPACK_PACKAGE_FILE_NAME>[-<component>].rpm with spaces +replaced by '-'

+
+
+

This may be set to:

+
+
RPM-DEFAULT

Tell rpmbuild to automatically generate the package file name.

+
+
<file-name>[.rpm]

Use the given file name.

+
+

Changed in version 3.29: The .rpm suffix will be automatically added if missing. +Previously the suffix was required.

+
+
+
+
+

Note

+

By using user provided spec file, rpm macro extensions such as for +generating debuginfo packages or by simply using multiple components more +than one rpm file may be generated, either from a single spec file or from +multiple spec files (each component execution produces its own spec file). +In such cases duplicate file names may occur as a result of this variable +setting or spec file content structure. Duplicate files get overwritten +and it is up to the packager to set the variables in a manner that will +prevent such errors.

+
+
+ +
+
+CPACK_RPM_MAIN_COMPONENT
+
+

Added in version 3.8.

+
+

Main component that is packaged without component suffix.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+

This variable can be set to any component or group name so that component or +group rpm package is generated without component suffix in filename and +package name.

+
+ +
+
+CPACK_RPM_PACKAGE_EPOCH
+
+

Added in version 3.10.

+
+

The RPM package epoch

+
+
Mandatory:
+

No

+
+
Default:
+

+
+

Optional number that should be incremented when changing versioning schemas +or fixing mistakes in the version numbers of older packages.

+
+ +
+
+CPACK_RPM_PACKAGE_VERSION
+

The RPM package version.

+
+
Mandatory:
+

Yes

+
+
Default:
+

CPACK_PACKAGE_VERSION

+
+
+
+ +
+
+CPACK_RPM_PACKAGE_ARCHITECTURE
+
+CPACK_RPM_<component>_PACKAGE_ARCHITECTURE
+

The RPM package architecture.

+
+
Mandatory:
+

Yes

+
+
Default:
+

Native architecture output by uname -m

+
+
+

This may be set to noarch if you know you are building a noarch package.

+
+

Added in version 3.3: Per-component CPACK_RPM_<component>_PACKAGE_ARCHITECTURE variables.

+
+
+ +
+
+CPACK_RPM_PACKAGE_RELEASE
+

The RPM package release.

+
+
Mandatory:
+

Yes

+
+
Default:
+

1

+
+
+

This is the numbering of the RPM package itself, i.e. the version of the +packaging and not the version of the content (see +CPACK_RPM_PACKAGE_VERSION). One may change the default value if +the previous packaging was buggy and/or you want to put here a fancy Linux +distro specific numbering.

+
+ +
+

Note

+

This is the string that goes into the RPM Release: field. Some distros +(e.g. Fedora, CentOS) require 1%{?dist} format and not just a number. +%{?dist} part can be added by setting CPACK_RPM_PACKAGE_RELEASE_DIST.

+
+
+
+CPACK_RPM_PACKAGE_RELEASE_DIST
+
+

Added in version 3.6.

+
+

The dist tag that is added RPM Release: field.

+
+
Mandatory:
+

No

+
+
Default:
+

OFF

+
+
+

This is the reported %{dist} tag from the current distribution or empty +%{dist} if RPM macro is not set. If this variable is set then RPM +Release: field value is set to ${CPACK_RPM_PACKAGE_RELEASE}%{?dist}.

+
+ +
+
+CPACK_RPM_PACKAGE_LICENSE
+

The RPM package license policy.

+
+
Mandatory:
+

Yes

+
+
Default:
+

"unknown"

+
+
+
+ +
+
+CPACK_RPM_PACKAGE_GROUP
+
+CPACK_RPM_<component>_PACKAGE_GROUP
+

The RPM package group.

+
+
Mandatory:
+

Yes

+
+
Default:
+

"unknown"

+
+
+
+

Added in version 3.5: Per-component CPACK_RPM_<component>_PACKAGE_GROUP variables.

+
+
+ +
+
+CPACK_RPM_PACKAGE_VENDOR
+

The RPM package vendor.

+
+
Mandatory:
+

Yes

+
+
Default:
+

CPACK_PACKAGE_VENDOR if set or "unknown"

+
+
+
+ +
+
+CPACK_RPM_PACKAGE_URL
+
+CPACK_RPM_<component>_PACKAGE_URL
+

The projects URL.

+
+
Mandatory:
+

No

+
+
Default:
+

CMAKE_PROJECT_HOMEPAGE_URL

+
+
+
+

Added in version 3.12: The CMAKE_PROJECT_HOMEPAGE_URL variable.

+
+
+ +
+
+CPACK_RPM_PACKAGE_DESCRIPTION
+
+CPACK_RPM_<component>_PACKAGE_DESCRIPTION
+

RPM package description.

+
+
Mandatory:
+

Yes

+
+
Default:
+
+
+
+
+

Added in version 3.2: Per-component CPACK_RPM_<component>_PACKAGE_DESCRIPTION variables.

+
+
+ +
+
+CPACK_RPM_COMPRESSION_TYPE
+

RPM compression type.

+
+
Mandatory:
+

No

+
+
Default:
+

(system default)

+
+
+

May be used to override RPM compression type to be used to build the +RPM. For example some Linux distributions default to xz or zstd. +Using this, one can specify a specific compression type to be used.

+

Possible values are:

+
+
+
lzma

Lempel–Ziv–Markov chain algorithm

+
+
xz

XZ Utils compression

+
+
bzip2

bzip2 Burrows–Wheeler algorithm

+
+
gzip

GNU Gzip compression

+
+
zstd
+

Added in version 3.31.

+
+

Zstandard compression

+
+
+
+
+ +
+
+CPACK_RPM_PACKAGE_AUTOREQ
+
+CPACK_RPM_<component>_PACKAGE_AUTOREQ
+

RPM spec autoreq field.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+

May be used to enable (1, yes) or disable (0, no) automatic +shared libraries dependency detection. Dependencies are added to requires list.

+
+

Note

+

By default automatic dependency detection is enabled by rpm generator.

+
+
+ +
+
+CPACK_RPM_PACKAGE_AUTOPROV
+
+CPACK_RPM_<component>_PACKAGE_AUTOPROV
+

RPM spec autoprov field.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+

May be used to enable (1, yes) or disable (0, no) +automatic listing of shared libraries that are provided by the package. +Shared libraries are added to provides list.

+
+

Note

+

By default automatic provides detection is enabled by rpm generator.

+
+
+ +
+
+CPACK_RPM_PACKAGE_AUTOREQPROV
+
+CPACK_RPM_<component>_PACKAGE_AUTOREQPROV
+

RPM spec autoreqprov field.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+

Variable enables/disables autoreq and autoprov at the same time. +See CPACK_RPM_PACKAGE_AUTOREQ and +CPACK_RPM_PACKAGE_AUTOPROV for more details.

+
+

Note

+

By default automatic detection feature is enabled by rpm.

+
+
+ +
+
+CPACK_RPM_PACKAGE_REQUIRES
+
+CPACK_RPM_<component>_PACKAGE_REQUIRES
+

RPM spec requires field.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+

May be used to set RPM dependencies (requires). Note that you must enclose +the complete requires string between quotes, for example:

+
set(CPACK_RPM_PACKAGE_REQUIRES "python >= 2.5.0, cmake >= 2.8")
+
+
+

The required package list of an RPM file could be printed with:

+
rpm -qp --requires file.rpm
+
+
+
+ +
+
+CPACK_RPM_PACKAGE_CONFLICTS
+
+CPACK_RPM_<component>_PACKAGE_CONFLICTS
+

RPM spec conflicts field.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+

May be used to set negative RPM dependencies (conflicts). Note that you must +enclose the complete requires string between quotes, for example:

+
set(CPACK_RPM_PACKAGE_CONFLICTS "libxml2")
+
+
+

The conflicting package list of an RPM file could be printed with:

+
rpm -qp --conflicts file.rpm
+
+
+
+ +
+
+CPACK_RPM_PACKAGE_REQUIRES_PRE
+
+CPACK_RPM_<component>_PACKAGE_REQUIRES_PRE
+
+

Added in version 3.2.

+
+

RPM spec requires(pre) field.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+

May be used to set RPM preinstall dependencies (requires(pre)). Note that +you must enclose the complete requires string between quotes, for example:

+
set(CPACK_RPM_PACKAGE_REQUIRES_PRE "shadow-utils, initscripts")
+
+
+
+ +
+
+CPACK_RPM_PACKAGE_REQUIRES_POST
+
+CPACK_RPM_<component>_PACKAGE_REQUIRES_POST
+
+

Added in version 3.2.

+
+

RPM spec requires(post) field.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+

May be used to set RPM postinstall dependencies (requires(post)). Note that +you must enclose the complete requires string between quotes, for example:

+
set(CPACK_RPM_PACKAGE_REQUIRES_POST "shadow-utils, initscripts")
+
+
+
+ +
+
+CPACK_RPM_PACKAGE_REQUIRES_POSTUN
+
+CPACK_RPM_<component>_PACKAGE_REQUIRES_POSTUN
+
+

Added in version 3.2.

+
+

RPM spec requires(postun) field.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+

May be used to set RPM postuninstall dependencies (requires(postun)). Note +that you must enclose the complete requires string between quotes, for +example:

+
set(CPACK_RPM_PACKAGE_REQUIRES_POSTUN "shadow-utils, initscripts")
+
+
+
+ +
+
+CPACK_RPM_PACKAGE_REQUIRES_PREUN
+
+CPACK_RPM_<component>_PACKAGE_REQUIRES_PREUN
+
+

Added in version 3.2.

+
+

RPM spec requires(preun) field.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+

May be used to set RPM preuninstall dependencies (requires(preun)). Note that +you must enclose the complete requires string between quotes, for example:

+
set(CPACK_RPM_PACKAGE_REQUIRES_PREUN "shadow-utils, initscripts")
+
+
+
+ +
+
+CPACK_RPM_PACKAGE_SUGGESTS
+
+CPACK_RPM_<component>_PACKAGE_SUGGESTS
+

RPM spec suggest field.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+

May be used to set weak RPM dependencies (suggests). If rpmbuild doesn't +support the Suggests tag, CPack will emit a warning and ignore this +variable. Note that you must enclose the complete requires string between +quotes.

+
+ +
+
+CPACK_RPM_PACKAGE_PROVIDES
+
+CPACK_RPM_<component>_PACKAGE_PROVIDES
+

RPM spec provides field.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+

May be used to set RPM dependencies (provides). The provided package list +of an RPM file could be printed with:

+
rpm -qp --provides file.rpm
+
+
+
+ +
+
+CPACK_RPM_PACKAGE_OBSOLETES
+
+CPACK_RPM_<component>_PACKAGE_OBSOLETES
+

RPM spec obsoletes field.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+

May be used to set RPM packages that are obsoleted by this one.

+
+ +
+
+CPACK_RPM_PACKAGE_RELOCATABLE
+

build a relocatable RPM.

+
+
Mandatory:
+

No

+
+
Default:
+

CPACK_PACKAGE_RELOCATABLE

+
+
+

If this variable is set to TRUE or ON, the CPack RPM generator will try +to build a relocatable RPM package. A relocatable RPM may +be installed using:

+
rpm --prefix or --relocate
+
+
+

in order to install it at an alternate place see rpm(8). Note that +currently this may fail if CPACK_SET_DESTDIR is set to ON. If +CPACK_SET_DESTDIR is set then you will get a warning message but +if there is file installed with absolute path you'll get unexpected behavior.

+
+ +
+
+CPACK_RPM_SPEC_INSTALL_POST
+
+

Deprecated since version 2.8.12: Use CPACK_RPM_SPEC_MORE_DEFINE instead.

+
+
+
Mandatory:
+

No

+
+
Default:
+

+
+

May be used to override the __spec_install_post section within the +generated spec file. This affects the install step during package creation, +not during package installation. For adding operations to be performed +during package installation, use +CPACK_RPM_POST_INSTALL_SCRIPT_FILE instead.

+
+ +
+
+CPACK_RPM_SPEC_MORE_DEFINE
+

RPM extended spec definitions lines.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+

May be used to add any %define lines to the generated spec file. An +example of its use is to prevent stripping of executables (but note that +this may also disable other default post install processing):

+
set(CPACK_RPM_SPEC_MORE_DEFINE "%define __spec_install_post /bin/true")
+
+
+
+ +
+
+CPACK_RPM_PACKAGE_DEBUG
+

Toggle CPack RPM generator debug output.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+

May be set when invoking cpack in order to trace debug information +during CPack RPM run. For example you may launch CPack like this:

+
cpack -D CPACK_RPM_PACKAGE_DEBUG=1 -G RPM
+
+
+
+ +
+
+CPACK_RPM_USER_BINARY_SPECFILE
+
+CPACK_RPM_<componentName>_USER_BINARY_SPECFILE
+

A user provided spec file.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+

May be set by the user in order to specify a USER binary spec file +to be used by the CPack RPM generator instead of generating the file. +The specified file will be processed by configure_file( @ONLY).

+
+ +
+
+CPACK_RPM_GENERATE_USER_BINARY_SPECFILE_TEMPLATE
+

Spec file template.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+

If set CPack will generate a template for USER specified binary +spec file and stop with an error. For example launch CPack like this:

+
cpack -D CPACK_RPM_GENERATE_USER_BINARY_SPECFILE_TEMPLATE=1 -G RPM
+
+
+

The user may then use this file in order to hand-craft is own +binary spec file which may be used with +CPACK_RPM_USER_BINARY_SPECFILE.

+
+ +
+
+CPACK_RPM_PRE_INSTALL_SCRIPT_FILE
+
+CPACK_RPM_PRE_UNINSTALL_SCRIPT_FILE
+
+CPACK_RPM_PRE_TRANS_SCRIPT_FILE
+

Path to file containing pre install/uninstall/transaction script.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+

May be used to embed a pre installation/uninstallation/transaction script in the spec file. +The referred script file (or both) will be read and directly +put after the %pre or %preun section +If CPACK_RPM_COMPONENT_INSTALL is set to ON the install/uninstall/transaction +script for each component can be overridden with +CPACK_RPM_<COMPONENT>_PRE_INSTALL_SCRIPT_FILE, +CPACK_RPM_<COMPONENT>_PRE_UNINSTALL_SCRIPT_FILE, and +CPACK_RPM_<COMPONENT>_PRE_TRANS_SCRIPT_FILE +One may verify which scriptlet has been included with:

+
rpm -qp --scripts  package.rpm
+
+
+
+

Added in version 3.18: The CPACK_RPM_PRE_TRANS_SCRIPT_FILE variable.

+
+
+ +
+
+CPACK_RPM_POST_INSTALL_SCRIPT_FILE
+
+CPACK_RPM_POST_UNINSTALL_SCRIPT_FILE
+
+CPACK_RPM_POST_TRANS_SCRIPT_FILE
+

Path to file containing post install/uninstall/transaction script.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+

May be used to embed a post installation/uninstallation/transaction script in the spec file. +The referred script file (or both) will be read and directly +put after the %post or %postun section. +If CPACK_RPM_COMPONENT_INSTALL is set to ON the install/uninstall/transaction +script for each component can be overridden with +CPACK_RPM_<COMPONENT>_POST_INSTALL_SCRIPT_FILE, +CPACK_RPM_<COMPONENT>_POST_UNINSTALL_SCRIPT_FILE, and +CPACK_RPM_<COMPONENT>_POST_TRANS_SCRIPT_FILE +One may verify which scriptlet has been included with:

+
rpm -qp --scripts  package.rpm
+
+
+
+

Added in version 3.18: The CPACK_RPM_POST_TRANS_SCRIPT_FILE variable.

+
+
+ +
+
+CPACK_RPM_USER_FILELIST
+
+CPACK_RPM_<COMPONENT>_USER_FILELIST
+
+
Mandatory:
+

No

+
+
Default:
+

+
+

May be used to explicitly specify %(<directive>) file line +in the spec file. Like %config(noreplace) or any other directive +that be found in the %files section. Since +the CPack RPM generator is generating the list of files (and directories) the +user specified files of the CPACK_RPM_<COMPONENT>_USER_FILELIST list will +be removed from the generated list. If referring to directories do +not add a trailing slash.

+
+

Added in version 3.8: You can have multiple directives per line, as in +%attr(600,root,root) %config(noreplace).

+
+
+ +
+
+CPACK_RPM_CHANGELOG_FILE
+

RPM changelog file.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+

May be used to embed a changelog in the spec file. +The referred file will be read and directly put after the %changelog +section.

+
+ +
+
+CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST
+

list of path to be excluded.

+
+
Mandatory:
+

No

+
+
Default:
+
+
The following paths are excluded by default:
    +
  • /etc

  • +
  • /etc/init.d

  • +
  • /usr

  • +
  • /usr/bin

  • +
  • /usr/include

  • +
  • /usr/lib

  • +
  • /usr/libx32

  • +
  • /usr/lib64

  • +
  • /usr/share

  • +
  • /usr/share/aclocal

  • +
  • /usr/share/doc

  • +
+
+
+
+
+

May be used to exclude path (directories or files) from the auto-generated +list of paths discovered by CPack RPM. The default value contains a +reasonable set of values if the variable is not defined by the user. If the +variable is defined by the user then the CPack RPM generator will NOT any of +the default path. If you want to add some path to the default list then you +can use CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION variable.

+
+

Added in version 3.10: Added /usr/share/aclocal to the default list of excludes.

+
+
+ +
+
+CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION
+

additional list of path to be excluded.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+

May be used to add more exclude path (directories or files) from the initial +default list of excluded paths. See +CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST.

+
+ +
+
+CPACK_RPM_RELOCATION_PATHS
+
+

Added in version 3.2.

+
+

Packages relocation paths list.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+

May be used to specify more than one relocation path per relocatable RPM. +Variable contains a list of relocation paths that if relative are prefixed +by the value of CPACK_RPM_<COMPONENT>_PACKAGE_PREFIX or by the +value of CPACK_PACKAGING_INSTALL_PREFIX if the component version +is not provided. +Variable is not component based as its content can be used to set a different +path prefix for e.g. binary dir and documentation dir at the same time. +Only prefixes that are required by a certain component are added to that +component - component must contain at least one file/directory/symbolic link +with CPACK_RPM_RELOCATION_PATHS prefix for a certain relocation +path to be added. Package will not contain any relocation paths if there are +no files/directories/symbolic links on any of the provided prefix locations. +Packages that either do not contain any relocation paths or contain +files/directories/symbolic links that are outside relocation paths print +out an AUTHOR_WARNING that RPM will be partially relocatable.

+
+ +
+
+CPACK_RPM_<COMPONENT>_PACKAGE_PREFIX
+
+

Added in version 3.2.

+
+

Per component relocation path install prefix.

+
+
Mandatory:
+

No

+
+
Default:
+

CPACK_PACKAGING_INSTALL_PREFIX

+
+
+

May be used to set per component CPACK_PACKAGING_INSTALL_PREFIX +for relocatable RPM packages.

+
+ +
+
+CPACK_RPM_NO_INSTALL_PREFIX_RELOCATION
+
+CPACK_RPM_NO_<COMPONENT>_INSTALL_PREFIX_RELOCATION
+
+

Added in version 3.3.

+
+

Removal of default install prefix from relocation paths list.

+
+
Mandatory:
+

No

+
+
Default:
+

CPACK_PACKAGING_INSTALL_PREFIX or +CPACK_RPM_<COMPONENT>_PACKAGE_PREFIX +are treated as one of relocation paths

+
+
+

May be used to remove CPACK_PACKAGING_INSTALL_PREFIX and +CPACK_RPM_<COMPONENT>_PACKAGE_PREFIX +from relocatable RPM prefix paths.

+
+ +
+
+CPACK_RPM_ADDITIONAL_MAN_DIRS
+
+

Added in version 3.3.

+
+
+
Mandatory:
+

No

+
+
Default:
+
+
Regular expressions that are added by default were taken from brp-compress RPM macro:
    +
  • /usr/man/man.*

  • +
  • /usr/man/.*/man.*

  • +
  • /usr/info.*

  • +
  • /usr/share/man/man.*

  • +
  • /usr/share/man/.*/man.*

  • +
  • /usr/share/info.*

  • +
  • /usr/kerberos/man.*

  • +
  • /usr/X11R6/man/man.*

  • +
  • /usr/lib/perl5/man/man.*

  • +
  • /usr/share/doc/.*/man/man.*

  • +
  • /usr/lib/.*/man/man.*

  • +
+
+
+
+
+

May be used to set additional man dirs that could potentially be compressed +by brp-compress RPM macro. Variable content must be a list of regular +expressions that point to directories containing man files or to man files +directly. Note that in order to compress man pages a path must also be +present in brp-compress RPM script and that brp-compress script must be +added to RPM configuration by the operating system.

+
+ +
+
+CPACK_RPM_DEFAULT_USER
+
+CPACK_RPM_<compName>_DEFAULT_USER
+
+

Added in version 3.6.

+
+

default user ownership of RPM content

+
+
Mandatory:
+

No

+
+
Default:
+

root

+
+
+

Value should be user name and not UID. +Note that <compName> must be in upper-case.

+
+ +
+
+CPACK_RPM_DEFAULT_GROUP
+
+CPACK_RPM_<compName>_DEFAULT_GROUP
+
+

Added in version 3.6.

+
+

default group ownership of RPM content

+
+
Mandatory:
+

No

+
+
Default:
+

root

+
+
+

Value should be group name and not GID. +Note that <compName> must be in upper-case.

+
+ +
+
+CPACK_RPM_DEFAULT_FILE_PERMISSIONS
+
+CPACK_RPM_<compName>_DEFAULT_FILE_PERMISSIONS
+
+

Added in version 3.6.

+
+

default permissions used for packaged files

+
+
Mandatory:
+

No

+
+
Default:
+

(system default)

+
+
+

Accepted values are lists with PERMISSIONS. Valid permissions +are:

+
    +
  • OWNER_READ

  • +
  • OWNER_WRITE

  • +
  • OWNER_EXECUTE

  • +
  • GROUP_READ

  • +
  • GROUP_WRITE

  • +
  • GROUP_EXECUTE

  • +
  • WORLD_READ

  • +
  • WORLD_WRITE

  • +
  • WORLD_EXECUTE

  • +
+

Note that <compName> must be in upper-case.

+
+ +
+
+CPACK_RPM_DEFAULT_DIR_PERMISSIONS
+
+CPACK_RPM_<compName>_DEFAULT_DIR_PERMISSIONS
+
+

Added in version 3.6.

+
+

default permissions used for packaged directories

+
+
Mandatory:
+

No

+
+
Default:
+

(system default)

+
+
+

Accepted values are lists with PERMISSIONS. Valid permissions +are the same as for CPACK_RPM_DEFAULT_FILE_PERMISSIONS. +Note that <compName> must be in upper-case.

+
+ +
+
+CPACK_RPM_INSTALL_WITH_EXEC
+
+

Added in version 3.11.

+
+

force execute permissions on programs and shared libraries

+
+
Mandatory:
+

No

+
+
Default:
+

(system default)

+
+
+

Force set owner, group and world execute permissions on programs and shared +libraries. This can be used for creating valid rpm packages on systems such +as Debian where shared libraries do not have execute permissions set.

+
+ +
+

Note

+

Programs and shared libraries without execute permissions are ignored during +separation of debug symbols from the binary for debuginfo packages.

+
+
+ +
+

Packaging of debug information

+
+

Added in version 3.7.

+
+

Debuginfo packages contain debug symbols and sources for debugging packaged +binaries.

+

Debuginfo RPM packaging has its own set of variables:

+
+
+CPACK_RPM_DEBUGINFO_PACKAGE
+
+CPACK_RPM_<component>_DEBUGINFO_PACKAGE
+

Enable generation of debuginfo RPM package(s).

+
+
Mandatory:
+

No

+
+
Default:
+

OFF

+
+
+
+ +
+

Note

+

Binaries must contain debug symbols before packaging so use either Debug +or RelWithDebInfo for CMAKE_BUILD_TYPE variable value.

+

Additionally, if CPACK_STRIP_FILES is set, the files will be stripped before +they get to the RPM generator, so will not contain debug symbols and +a debuginfo package will not get built. Do not use with CPACK_STRIP_FILES.

+
+
+

Note

+

Packages generated from packages without binary files, with binary files but +without execute permissions or without debug symbols will cause packaging +termination.

+
+
+
+CPACK_BUILD_SOURCE_DIRS
+

Provides locations of root directories of source files from which binaries +were built.

+
+
Mandatory:
+

Yes if CPACK_RPM_DEBUGINFO_PACKAGE is set

+
+
Default:
+

+
+
+ +
+

Note

+

For CMake project CPACK_BUILD_SOURCE_DIRS is set by default to +point to CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR paths.

+
+
+

Note

+

Sources with path prefixes that do not fall under any location provided with +CPACK_BUILD_SOURCE_DIRS will not be present in debuginfo package.

+
+
+
+CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX
+
+CPACK_RPM_<component>_BUILD_SOURCE_DIRS_PREFIX
+

Prefix of location where sources will be placed during package installation.

+
+
Mandatory:
+

Yes if CPACK_RPM_DEBUGINFO_PACKAGE is set

+
+
Default:
+

/usr/src/debug/${CPACK_PACKAGE_FILE_NAME} and +for component packaging /usr/src/debug/${CPACK_PACKAGE_FILE_NAME}-<component>

+
+
+
+ +
+

Note

+

Each source path prefix is additionally suffixed by src_<index> where +index is index of the path used from CPACK_BUILD_SOURCE_DIRS +variable. This produces ${CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX}/src_<index> +replacement path. +Limitation is that replaced path part must be shorter or of equal +length than the length of its replacement. If that is not the case either +CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX variable has to be set to +a shorter path or source directories must be placed on a longer path.

+
+
+
+CPACK_RPM_DEBUGINFO_EXCLUDE_DIRS
+

Directories containing sources that should be excluded from debuginfo packages.

+
+
Mandatory:
+

No

+
+
Default:
+
+
The following paths are excluded by default:
    +
  • /usr

  • +
  • /usr/src

  • +
  • /usr/src/debug

  • +
+
+
+
+
+

Listed paths are owned by other RPM packages and should therefore not be +deleted on debuginfo package uninstallation.

+
+ +
+
+CPACK_RPM_DEBUGINFO_EXCLUDE_DIRS_ADDITION
+

Paths that should be appended to CPACK_RPM_DEBUGINFO_EXCLUDE_DIRS +for exclusion.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+
+ +
+
+CPACK_RPM_DEBUGINFO_SINGLE_PACKAGE
+
+

Added in version 3.8.

+
+

Create a single debuginfo package even if components packaging is set.

+
+
Mandatory:
+

No

+
+
Default:
+

OFF

+
+
+

When this variable is enabled it produces a single debuginfo package even if +component packaging is enabled.

+

When using this feature in combination with components packaging and there is +more than one component this variable requires CPACK_RPM_MAIN_COMPONENT +to be set.

+
+ +
+

Note

+

If none of the CPACK_RPM_<component>_DEBUGINFO_PACKAGE variables +is set then CPACK_RPM_DEBUGINFO_PACKAGE is automatically set to +ON when CPACK_RPM_DEBUGINFO_SINGLE_PACKAGE is set.

+
+
+
+CPACK_RPM_DEBUGINFO_FILE_NAME
+
+CPACK_RPM_<component>_DEBUGINFO_FILE_NAME
+
+

Added in version 3.9.

+
+

Debuginfo package file name.

+
+
Mandatory:
+

No

+
+
Default:
+

rpmbuild tool generated package file name

+
+
+

Alternatively provided debuginfo package file name must end with .rpm +suffix and should differ from file names of other generated packages.

+

Variable may contain @cpack_component@ placeholder which will be +replaced by component name if component packaging is enabled otherwise it +deletes the placeholder.

+

Setting the variable to RPM-DEFAULT may be used to explicitly set +filename generation to default.

+
+ +
+

Note

+

CPACK_RPM_FILE_NAME also supports rpmbuild tool generated package +file name - disabled by default but can be enabled by setting the variable to +RPM-DEFAULT.

+
+
+
+

Packaging of sources (SRPM)

+
+

Added in version 3.7.

+
+

SRPM packaging is enabled by setting CPACK_RPM_PACKAGE_SOURCES +variable while usually using CPACK_INSTALLED_DIRECTORIES variable +to provide directory containing CMakeLists.txt and source files.

+

For CMake projects SRPM package would be produced by executing:

+
cpack -G RPM --config ./CPackSourceConfig.cmake
+
+
+
+

Note

+

Produced SRPM package is expected to be built with cmake(1) executable +and packaged with cpack(1) executable so CMakeLists.txt has to be +located in root source directory and must be able to generate binary rpm +packages by executing cpack -G command. The two executables as well as +rpmbuild must also be present when generating binary rpm packages from the +produced SRPM package.

+
+

Once the SRPM package is generated it can be used to generate binary packages +by creating a directory structure for rpm generation and executing rpmbuild +tool:

+
mkdir -p build_dir/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS}
+rpmbuild --define "_topdir <path_to_build_dir>" --rebuild <SRPM_file_name>
+
+
+

Generated packages will be located in build_dir/RPMS directory or its sub +directories.

+
+

Note

+

SRPM package internally uses CPack/RPM generator to generate binary packages +so CMakeScripts.txt can decide during the SRPM to binary rpm generation step +what content the package(s) should have as well as how they should be packaged +(monolithic or components). CMake can decide this for e.g. by reading environment +variables set by the package manager before starting the process of generating +binary rpm packages. This way a single SRPM package can be used to produce +different binary rpm packages on different platforms depending on the platform's +packaging rules.

+
+

Source RPM packaging has its own set of variables:

+
+
+CPACK_RPM_PACKAGE_SOURCES
+

Should the content be packaged as a source rpm (default is binary rpm).

+
+
Mandatory:
+

No

+
+
Default:
+

OFF

+
+
+
+ +
+

Note

+

For cmake projects CPACK_RPM_PACKAGE_SOURCES variable is set +to OFF in CPackConfig.cmake and ON in CPackSourceConfig.cmake +generated files.

+
+
+
+CPACK_RPM_SOURCE_PKG_BUILD_PARAMS
+

Additional command-line parameters provided to cmake(1) executable.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+
+ +
+
+CPACK_RPM_SOURCE_PKG_PACKAGING_INSTALL_PREFIX
+

Packaging install prefix that would be provided in CPACK_PACKAGING_INSTALL_PREFIX +variable for producing binary RPM packages.

+
+
Mandatory:
+

Yes

+
+
Default:
+

/

+
+
+
+ +
+
+CPACK_RPM_BUILDREQUIRES
+

List of source rpm build dependencies.

+
+
Mandatory:
+

No

+
+
Default:
+

+
+

May be used to set source RPM build dependencies (BuildRequires). Note that +you must enclose the complete build requirements string between quotes, for +example:

+
set(CPACK_RPM_BUILDREQUIRES "python >= 2.5.0, cmake >= 2.8")
+
+
+
+ +
+
+CPACK_RPM_REQUIRES_EXCLUDE_FROM
+
+

Added in version 3.22.

+
+
+
Mandatory:
+

No

+
+
Default:
+

+
+

May be used to keep the dependency generator from scanning specific files +or directories for dependencies. Note that you can use a regular +expression that matches all of the directories or files, for example:

+
set(CPACK_RPM_REQUIRES_EXCLUDE_FROM "bin/libqsqloci.*\\.so.*")
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/cpack_gen/wix.html b/cmake/doc/cmake/html/cpack_gen/wix.html new file mode 100644 index 0000000000000000000000000000000000000000..49bccab8ea29cd26b875c837add7a28b2b557e8c --- /dev/null +++ b/cmake/doc/cmake/html/cpack_gen/wix.html @@ -0,0 +1,651 @@ + + + + + + + + CPack WIX Generator — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPack WIX Generator

+

Use the WiX Toolset to produce a Windows Installer .msi database.

+
+

Added in version 3.7: The CPACK_COMPONENT_<compName>_DISABLED variable is now +supported.

+
+
+

WiX Toolsets

+

CPack selects one of the following variants of the WiX Toolset +based on the CPACK_WIX_VERSION variable:

+ +
+

WiX .NET Tools

+

Packaging is performed using the following tools:

+
+
wix build

Build WiX source files directly into a Windows Installer .msi database.

+

Invocations may be customized using tool-specific variables:

+ +
+
+

WiX extensions must be named with the form WixToolset.<Name>.wixext.

+

CPack expects the wix .NET tool to be available for command-line use +with any required WiX extensions already installed. Be sure the wix +version is compatible with CPACK_WIX_VERSION, and that WiX +extension versions match the wix tool version. For example:

+
    +
  1. Install the wix command-line tool using dotnet.

  2. +
+
+

To install wix globally for the current user:

+
dotnet tool install --global wix --version 4.0.4
+
+
+

This places wix.exe in %USERPROFILE%\.dotnet\tools and adds +the directory to the current user's PATH environment variable.

+

Or, to install wix in a specific path, e.g., in c:\WiX:

+
dotnet tool install --tool-path c:\WiX wix --version 4.0.4
+
+
+

This places wix.exe in c:\WiX, but does not add it to the +current user's PATH environment variable. The WIX environment +variable may be set to tell CPack where to find the tool, +e.g., set WIX=c:\WiX.

+
+
    +
  1. Add the WiX UI extension, needed by CPack's default WiX template:

  2. +
+
+
wix extension add --global WixToolset.UI.wixext/4.0.4
+
+
+

Extensions added globally are stored in %USERPROFILE%\.wix, or if the +WIX_EXTENSIONS environment variable is set, in %WIX_EXTENSIONS%\.wix.

+
+
+
+

WiX Toolset v3

+

Packaging is performed using the following tools:

+
+
candle

Compiles WiX source files into .wixobj files.

+

Invocations may be customized using tool-specific variables:

+ +
+
light

Links .wixobj files into a Windows Installer .msi database.

+

Invocations may be customized using tool-specific variables:

+ +
+
+

CPack invokes both tools as needed. Intermediate .wixobj files +are considered implementation details.

+

WiX extensions must be named with the form Wix<Name>Extension.

+

CPack expects the above tools to be available for command-line +use via the PATH. Or, if the WIX environment variable is set, +CPack looks for the tools in %WIX% and %WIX%\bin.

+
+
+
+

Variables specific to CPack WIX generator

+

The following variables are specific to the installers built on +Windows using WiX.

+
+
+CPACK_WIX_VERSION
+
+

Added in version 3.30.

+
+

Specify the version of WiX Toolset for which the configuration +is written. The value must be one of

+
+
4

Package using WiX .NET Tools.

+
+
3

Package using WiX Toolset v3. This is the default.

+
+
+
+ +
+
+CPACK_WIX_UPGRADE_GUID
+

Upgrade GUID (Product/@UpgradeCode)

+

Will be automatically generated unless explicitly provided.

+

It should be explicitly set to a constant generated globally unique +identifier (GUID) to allow your installers to replace existing +installations that use the same GUID.

+

You may for example explicitly set this variable in your +CMakeLists.txt to the value that has been generated per default. You +should not use GUIDs that you did not generate yourself or which may +belong to other projects.

+

A GUID shall have the following fixed length syntax:

+
XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
+
+
+

(each X represents an uppercase hexadecimal digit)

+
+ +
+
+CPACK_WIX_PRODUCT_GUID
+

Product GUID (Product/@Id)

+

Will be automatically generated unless explicitly provided.

+

If explicitly provided this will set the Product Id of your installer.

+

The installer will abort if it detects a pre-existing installation that +uses the same GUID.

+

The GUID shall use the syntax described for CPACK_WIX_UPGRADE_GUID.

+
+ +
+
+CPACK_WIX_LICENSE_RTF
+

RTF License File

+

If CPACK_RESOURCE_FILE_LICENSE has an .rtf extension it is used as-is.

+

If CPACK_RESOURCE_FILE_LICENSE has an .txt extension it is implicitly +converted to RTF by the WIX Generator. +The expected encoding of the .txt file is UTF-8.

+

With CPACK_WIX_LICENSE_RTF you can override the license file used by the +WIX Generator in case CPACK_RESOURCE_FILE_LICENSE is in an unsupported +format or the .txt -> .rtf conversion does not work as expected.

+
+ +
+
+CPACK_WIX_PRODUCT_ICON
+

The Icon shown next to the program name in Add/Remove programs.

+

If set, this icon is used in place of the default icon.

+
+ +
+
+CPACK_WIX_UI_REF
+

Specify the WiX UI extension's dialog set:

+
    +
  • With WiX .NET Tools, this is the Id of the +<ui:WixUI> element in the default WiX template.

  • +
  • With WiX Toolset v3, this is the Id of the +<UIRef> element in the default WiX template.

  • +
+

The default is WixUI_InstallDir in case no CPack components have +been defined and WixUI_FeatureTree otherwise.

+
+ +
+
+CPACK_WIX_UI_BANNER
+

The bitmap will appear at the top of all installer pages other than the +welcome and completion dialogs.

+

If set, this image will replace the default banner image.

+

This image must be 493 by 58 pixels.

+
+ +
+
+CPACK_WIX_UI_DIALOG
+

Background bitmap used on the welcome and completion dialogs.

+

If this variable is set, the installer will replace the default dialog +image.

+

This image must be 493 by 312 pixels.

+
+ +
+
+CPACK_WIX_PROGRAM_MENU_FOLDER
+

Start menu folder name for launcher.

+

If this variable is not set, it will be initialized with CPACK_PACKAGE_NAME

+
+

Added in version 3.16: If this variable is set to ., then application shortcuts will be +created directly in the start menu and the uninstaller shortcut will be +omitted.

+
+
+ +
+
+CPACK_WIX_CULTURES
+

Language(s) of the installer

+

Languages are compiled into the Wix UI extension library. To use them, +simply provide the name of the culture. If you specify more than one +culture identifier in a comma or semicolon delimited list, the first one +that is found will be used. You can find a list of supported languages at: +https://wixtoolset.org/docs/v3/wixui/wixui_localization/

+
+ +
+
+CPACK_WIX_TEMPLATE
+

Template file for WiX generation

+

If this variable is set, the specified template will be used to generate +the WiX wxs file. This should be used if further customization of the +output is required. The template contents will override the effect of most +CPACK_WIX_ variables.

+

If this variable is not set, the default MSI template included with CMake +will be used.

+
+ +
+
+CPACK_WIX_PATCH_FILE
+

Optional list of XML files with fragments to be inserted into +generated WiX sources.

+
+

Added in version 3.5: Support listing multiple patch files.

+
+

This optional variable can be used to specify an XML file that the +WIX generator will use to inject fragments into its generated +source files.

+

Patch files understood by the CPack WIX generator +roughly follow this RELAX NG compact schema:

+
start = CPackWiXPatch
+
+CPackWiXPatch = element CPackWiXPatch { CPackWiXFragment* }
+
+CPackWiXFragment = element CPackWiXFragment
+{
+    attribute Id { string },
+    fragmentContent*
+}
+
+fragmentContent = element * - CPackWiXFragment
+{
+    (attribute * { text } | text | fragmentContent)*
+}
+
+
+

Currently fragments can be injected into most +Component, File, Directory and Feature elements.

+
+

Added in version 3.3: The following additional special Ids can be used:

+
    +
  • #PRODUCT for the <Product> element.

  • +
  • #PRODUCTFEATURE for the root <Feature> element.

  • +
+
+
+

Added in version 3.7: Support patching arbitrary <Feature> elements.

+
+
+

Added in version 3.9: Allow setting additional attributes.

+
+

The following example illustrates how this works.

+

Given that the WIX generator creates the following XML element:

+
<Component Id="CM_CP_applications.bin.my_libapp.exe" Guid="*"/>
+
+
+

The following XML patch file may be used to inject an Environment element +into it:

+
<CPackWiXPatch>
+  <CPackWiXFragment Id="CM_CP_applications.bin.my_libapp.exe">
+    <Environment Id="MyEnvironment" Action="set"
+      Name="MyVariableName" Value="MyVariableValue"/>
+  </CPackWiXFragment>
+</CPackWiXPatch>
+
+
+
+ +
+
+CPACK_WIX_EXTRA_SOURCES
+

Extra WiX source files

+

This variable provides an optional list of extra WiX source files (.wxs) +that should be compiled and linked. The paths must be absolute.

+
+ +
+
+CPACK_WIX_EXTRA_OBJECTS
+

Extra WiX object files or libraries to use with WiX Toolset v3.

+

This variable provides an optional list of extra WiX object (.wixobj) +and/or WiX library (.wixlib) files. The paths must be absolute.

+
+ +
+
+CPACK_WIX_EXTENSIONS
+

Specify a list of additional extensions for WiX tools. +See WiX Toolsets for extension naming patterns.

+
+ +
+
+CPACK_WIX_<TOOL>_EXTENSIONS
+

Specify a list of additional extensions for a specific WiX tool. +See WiX Toolsets for possible <TOOL> names.

+
+ +
+
+CPACK_WIX_<TOOL>_EXTRA_FLAGS
+

Specify a list of additional command-line flags for a specific WiX tool. +See WiX Toolsets for possible <TOOL> names.

+

Use it at your own risk. +Future versions of CPack may generate flags which may be in conflict +with your own flags.

+
+ +
+
+CPACK_WIX_CMAKE_PACKAGE_REGISTRY
+

If this variable is set the generated installer will create +an entry in the windows registry key +HKEY_LOCAL_MACHINE\Software\Kitware\CMake\Packages\<PackageName> +The value for <PackageName> is provided by this variable.

+

Assuming you also install a CMake configuration file this will +allow other CMake projects to find your package with +the find_package() command.

+
+ +
+
+CPACK_WIX_PROPERTY_<PROPERTY>
+
+

Added in version 3.1.

+
+

This variable can be used to provide a value for +the Windows Installer property <PROPERTY>

+

The following list contains some example properties that can be used to +customize information under +"Programs and Features" (also known as "Add or Remove Programs")

+
    +
  • ARPCOMMENTS - Comments

  • +
  • ARPHELPLINK - Help and support information URL

  • +
  • ARPURLINFOABOUT - General information URL

  • +
  • ARPURLUPDATEINFO - Update information URL

  • +
  • ARPHELPTELEPHONE - Help and support telephone number

  • +
  • ARPSIZE - Size (in kilobytes) of the application

  • +
+
+ +
+
+CPACK_WIX_ROOT_FEATURE_TITLE
+
+

Added in version 3.7.

+
+

Sets the name of the root install feature in the WIX installer. Same as +CPACK_COMPONENT_<compName>_DISPLAY_NAME for components.

+
+ +
+
+CPACK_WIX_ROOT_FEATURE_DESCRIPTION
+
+

Added in version 3.7.

+
+

Sets the description of the root install feature in the WIX installer. Same as +CPACK_COMPONENT_<compName>_DESCRIPTION for components.

+
+ +
+
+CPACK_WIX_SKIP_PROGRAM_FOLDER
+
+

Added in version 3.7.

+
+

If this variable is set to true, the default install location +of the generated package will be CPACK_PACKAGE_INSTALL_DIRECTORY directly. +The install location will not be located relatively below +ProgramFiles or ProgramFiles64.

+
+
+

Note

+

Installers created with this feature do not take differences +between the system on which the installer is created +and the system on which the installer might be used into account.

+

It is therefore possible that the installer e.g. might try to install +onto a drive that is unavailable or unintended or a path that does not +follow the localization or convention of the system on which the +installation is performed.

+
+
+
+ +
+
+CPACK_WIX_ROOT_FOLDER_ID
+
+

Added in version 3.9.

+
+

This variable allows specification of a custom root folder ID. +The generator specific <64> token can be used for +folder IDs that come in 32-bit and 64-bit variants. +In 32-bit builds the token will expand empty while in 64-bit builds +it will expand to 64.

+

When unset generated installers will default installing to +ProgramFiles<64>Folder.

+
+ +
+
+CPACK_WIX_ROOT
+

This variable can optionally be set to the root directory +of a custom WiX Toolset installation.

+

When unspecified CPack will try to locate a WiX Toolset +installation via the WIX environment variable instead.

+
+ +
+
+CPACK_WIX_CUSTOM_XMLNS
+
+

Added in version 3.19.

+
+

This variable provides a list of custom namespace declarations that are necessary +for using WiX extensions. Each declaration should be in the form name=url, where +name is the plain namespace without the usual xmlns: prefix and url is an unquoted +namespace url. A list of commonly known WiX schemata can be found here: +https://wixtoolset.org/docs/v3/xsd/

+
+ +
+
+CPACK_WIX_SKIP_WIX_UI_EXTENSION
+
+

Added in version 3.23.

+
+

If this variable is set to true, the default inclusion of the WiX UI +extension is skipped, i.e., the -ext WixUIExtension or +-ext WixToolset.UI.wixext flag is not passed to WiX tools.

+
+ +
+
+CPACK_WIX_ARCHITECTURE
+
+

Added in version 3.24.

+
+

This variable can be optionally set to specify the target architecture +of the installer. May for example be set to x64 or arm64.

+

When unspecified, CPack will default to x64 or x86.

+
+ +
+
+CPACK_WIX_INSTALL_SCOPE
+
+

Added in version 3.29.

+
+

This variable can be optionally set to specify the InstallScope +of the installer:

+
+
perMachine

Create an installer that installs for all users and requires +administrative privileges. Start menu entries created by the +installer are visible to all users.

+

This is the default. See policy CMP0172.

+
+
perUser

Not yet supported. This is reserved for future use.

+
+
NONE

Create an installer without any InstallScope attribute.

+

This is supported only if CPACK_WIX_VERSION is not set, +or is set to 3.

+
+

Deprecated since version 3.29: This value is only for compatibility with the inconsistent behavior used +by CPack 3.28 and older. The resulting installer requires administrative +privileges and installs into the system-wide ProgramFiles directory, +but the start menu entry and uninstaller registration are created only +for the current user.

+
+
+

Warning

+

An installation performed by an installer created without any +InstallScope cannot be cleanly updated or replaced by an +installer with an InstallScope. In order to transition +a project's installers from NONE to perMachine, the +latter installer should be distributed with instructions to +first manually uninstall any older version.

+
+
+
+

See https://wixtoolset.org/docs/v3/xsd/wix/package/

+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/ADSP_ROOT.html b/cmake/doc/cmake/html/envvar/ADSP_ROOT.html new file mode 100644 index 0000000000000000000000000000000000000000..6c16fca8536e30cc47a8a3dd9a33f7a77d67b6ef --- /dev/null +++ b/cmake/doc/cmake/html/envvar/ADSP_ROOT.html @@ -0,0 +1,142 @@ + + + + + + + + ADSP_ROOT — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ADSP_ROOT

+
+

Added in version 3.24.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

The ADSP_ROOT environment variable specifies a default value +for the CMAKE_ADSP_ROOT variable when there is no explicit +configuration given on the first run while creating a new build tree.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/ASM_DIALECT.html b/cmake/doc/cmake/html/envvar/ASM_DIALECT.html new file mode 100644 index 0000000000000000000000000000000000000000..b09fcf2d59ee859a6c738e789293ec08fb9ffc62 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/ASM_DIALECT.html @@ -0,0 +1,159 @@ + + + + + + + + ASM<DIALECT> — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ASM<DIALECT>

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Preferred executable for compiling a specific dialect of assembly language +files. ASM<DIALECT> can be one of:

+
    +
  • ASM

  • +
  • ASM_NASM (Netwide Assembler)

  • +
  • ASM_MASM (Microsoft Assembler)

  • +
  • ASM_MARMASM (Microsoft ARM Assembler)

  • +
  • ASM-ATT (Assembler AT&T)

  • +
+

Will only be used by CMake on the first configuration to determine +ASM<DIALECT> compiler, after which the value for ASM<DIALECT> is stored +in the cache as +CMAKE_ASM<DIALECT>_COMPILER. For subsequent +configuration runs, the environment variable will be ignored in favor of +CMAKE_ASM<DIALECT>_COMPILER.

+
+

Note

+

Options that are required to make the compiler work correctly can be included; +they can not be changed.

+
+
$ export ASM="custom-compiler --arg1 --arg2"
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/ASM_DIALECTFLAGS.html b/cmake/doc/cmake/html/envvar/ASM_DIALECTFLAGS.html new file mode 100644 index 0000000000000000000000000000000000000000..c54a68ea3195033f1743fb69bf52f8527caff704 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/ASM_DIALECTFLAGS.html @@ -0,0 +1,152 @@ + + + + + + + + ASM<DIALECT>FLAGS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ASM<DIALECT>FLAGS

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Add default compilation flags to be used when compiling a specific dialect +of an assembly language. ASM<DIALECT>FLAGS can be one of:

+
    +
  • ASMFLAGS

  • +
  • ASM_NASMFLAGS

  • +
  • ASM_MASMFLAGS

  • +
  • ASM_MARMASMFLAGS

  • +
  • ASM-ATTFLAGS

  • +
+

CMake uses this environment variable value, in combination with its own +builtin default flags for the toolchain, to initialize and store the +CMAKE_ASM<DIALECT>_FLAGS cache entry. +This occurs the first time a build tree is configured for language ASM<DIALECT>. +For any configuration run (including the first), the environment variable +will be ignored if the CMAKE_ASM<DIALECT>_FLAGS variable is already defined.

+

See also CMAKE_ASM<DIALECT>_FLAGS_INIT.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CC.html b/cmake/doc/cmake/html/envvar/CC.html new file mode 100644 index 0000000000000000000000000000000000000000..06b9bcaf69e88ce988090387da21ab5b2f7ce502 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CC.html @@ -0,0 +1,150 @@ + + + + + + + + CC — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CC

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Preferred executable for compiling C language files. Will only be used by +CMake on the first configuration to determine C compiler, after which the +value for CC is stored in the cache as +CMAKE_C_COMPILER. For any configuration run +(including the first), the environment variable will be ignored if the +CMAKE_C_COMPILER variable is defined.

+
+

Note

+

Options that are required to make the compiler work correctly can be included; +they can not be changed.

+
+
$ export CC="custom-compiler --arg1 --arg2"
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CCMAKE_COLORS.html b/cmake/doc/cmake/html/envvar/CCMAKE_COLORS.html new file mode 100644 index 0000000000000000000000000000000000000000..cb7d901b4d22202c1efae1e444bae7d43aeef593 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CCMAKE_COLORS.html @@ -0,0 +1,166 @@ + + + + + + + + CCMAKE_COLORS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CCMAKE_COLORS

+
+

Added in version 3.18.

+
+

Determines what colors are used by the CMake curses interface, +when run on a terminal that supports colors. +The syntax follows the same conventions as LS_COLORS; +that is, a list of key/value pairs separated by :.

+

Keys are a single letter corresponding to a CMake cache variable type:

+
    +
  • s: A STRING.

  • +
  • p: A FILEPATH.

  • +
  • c: A value which has an associated list of choices.

  • +
  • y: A BOOL which has a true-like value (e.g. ON, YES).

  • +
  • n: A BOOL which has a false-like value (e.g. OFF, NO).

  • +
+

Values are an integer number that specifies what color to use. +0 is black (you probably don't want to use that). +Others are determined by your terminal's color support. +Most (color) terminals will support at least 8 or 16 colors. +Some will support up to 256 colors. The colors will likely match +this chart, +although the first 16 colors may match the original +CGA color palette. +(Many modern terminal emulators also allow their color palette, +at least for the first 16 colors, to be configured by the user.)

+

Note that fairly minimal checking is done for bad colors +(although a value higher than what curses believes your terminal supports +will be silently ignored) or bad syntax.

+

For example:

+
CCMAKE_COLORS='s=39:p=220:c=207:n=196:y=46'
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CFLAGS.html b/cmake/doc/cmake/html/envvar/CFLAGS.html new file mode 100644 index 0000000000000000000000000000000000000000..2dd18dee7c9989fae3d045a9d215f3adbaa57c00 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CFLAGS.html @@ -0,0 +1,144 @@ + + + + + + + + CFLAGS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CFLAGS

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Add default compilation flags to be used when compiling C files.

+

CMake uses this environment variable value, in combination with its own +builtin default flags for the toolchain, to initialize and store the +CMAKE_C_FLAGS cache entry. +This occurs the first time a build tree is configured for language C. +For any configuration run (including the first), the environment variable +will be ignored if the CMAKE_C_FLAGS variable is already defined.

+

See also CMAKE_C_FLAGS_INIT.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_APPBUNDLE_PATH.html b/cmake/doc/cmake/html/envvar/CMAKE_APPBUNDLE_PATH.html new file mode 100644 index 0000000000000000000000000000000000000000..63770a12bf1284f07d0907089d8ca2f4fd3f31ed --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_APPBUNDLE_PATH.html @@ -0,0 +1,143 @@ + + + + + + + + CMAKE_APPBUNDLE_PATH — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_APPBUNDLE_PATH

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

The CMAKE_APPBUNDLE_PATH environment variable may be set to a list of +directories to be searched for macOS application bundles +by the find_program() and find_package() commands.

+

This variable may hold a single directory or a list of directories separated +by : on UNIX or ; on Windows (the same as the PATH environment +variable convention on those platforms).

+

See also the CMAKE_APPBUNDLE_PATH CMake variable.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_APPLE_SILICON_PROCESSOR.html b/cmake/doc/cmake/html/envvar/CMAKE_APPLE_SILICON_PROCESSOR.html new file mode 100644 index 0000000000000000000000000000000000000000..a3a20ba59cd3410e83d4658369e6c449bad17f58 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_APPLE_SILICON_PROCESSOR.html @@ -0,0 +1,144 @@ + + + + + + + + CMAKE_APPLE_SILICON_PROCESSOR — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_APPLE_SILICON_PROCESSOR

+
+

Added in version 3.19.2.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

On Apple Silicon hosts running macOS, set this environment variable to tell +CMake what architecture to use for CMAKE_HOST_SYSTEM_PROCESSOR. +The value must be either arm64 or x86_64.

+

The CMAKE_APPLE_SILICON_PROCESSOR normal variable, if set, +overrides this environment variable.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_BUILD_PARALLEL_LEVEL.html b/cmake/doc/cmake/html/envvar/CMAKE_BUILD_PARALLEL_LEVEL.html new file mode 100644 index 0000000000000000000000000000000000000000..ba53fc4b990404da098a278c0e65c8cd8968c61c --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_BUILD_PARALLEL_LEVEL.html @@ -0,0 +1,148 @@ + + + + + + + + CMAKE_BUILD_PARALLEL_LEVEL — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_BUILD_PARALLEL_LEVEL

+
+

Added in version 3.12.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Specifies the maximum number of concurrent processes to use when building +using the cmake --build command line +Build Tool Mode. +For example, if CMAKE_BUILD_PARALLEL_LEVEL is set to 8, the +underlying build tool will execute up to 8 jobs concurrently as if +cmake --build were invoked with the +--parallel 8 option.

+

If this variable is defined empty the native build tool's default number is +used.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_BUILD_TYPE.html b/cmake/doc/cmake/html/envvar/CMAKE_BUILD_TYPE.html new file mode 100644 index 0000000000000000000000000000000000000000..85ed974ac4316cbd4ed15a198754dc2f79bc96d3 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_BUILD_TYPE.html @@ -0,0 +1,142 @@ + + + + + + + + CMAKE_BUILD_TYPE — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_BUILD_TYPE

+
+

Added in version 3.22.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

The CMAKE_BUILD_TYPE environment variable specifies a default value +for the CMAKE_BUILD_TYPE variable when there is no explicit +configuration given on the first run while creating a new build tree.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_COLOR_DIAGNOSTICS.html b/cmake/doc/cmake/html/envvar/CMAKE_COLOR_DIAGNOSTICS.html new file mode 100644 index 0000000000000000000000000000000000000000..861016ee919b0c1f4c7e203043b58434727548da --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_COLOR_DIAGNOSTICS.html @@ -0,0 +1,141 @@ + + + + + + + + CMAKE_COLOR_DIAGNOSTICS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_COLOR_DIAGNOSTICS

+
+

Added in version 3.24.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Specifies a default value for the CMAKE_COLOR_DIAGNOSTICS variable +when there is no explicit value given on the first run.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_CONFIGURATION_TYPES.html b/cmake/doc/cmake/html/envvar/CMAKE_CONFIGURATION_TYPES.html new file mode 100644 index 0000000000000000000000000000000000000000..fa45c0f3ea6304d42535488627b86d8132643d86 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_CONFIGURATION_TYPES.html @@ -0,0 +1,143 @@ + + + + + + + + CMAKE_CONFIGURATION_TYPES — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_CONFIGURATION_TYPES

+
+

Added in version 3.22.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

The CMAKE_CONFIGURATION_TYPES environment variable specifies a +default value for the CMAKE_CONFIGURATION_TYPES variable +when there is no explicit configuration given on the first run while +creating a new build tree.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_CONFIG_DIR.html b/cmake/doc/cmake/html/envvar/CMAKE_CONFIG_DIR.html new file mode 100644 index 0000000000000000000000000000000000000000..0a35b70a5bc45358bbe16effec39800a9b922c9c --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_CONFIG_DIR.html @@ -0,0 +1,150 @@ + + + + + + + + CMAKE_CONFIG_DIR — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_CONFIG_DIR

+
+

Added in version 3.31.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Specify a CMake user-wide configuration directory for +cmake-file-api(7) queries.

+

If this environment variable is not set, the default user-wide +configuration directory is platform-specific:

+
    +
  • Windows: %LOCALAPPDATA%\CMake

  • +
  • macOS: $XDG_CONFIG_HOME/CMake if set, otherwise +$HOME/Library/Application Support/CMake

  • +
  • Linux/Other: $XDG_CONFIG_HOME/cmake if set, otherwise +$HOME/.config/cmake

  • +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_CONFIG_TYPE.html b/cmake/doc/cmake/html/envvar/CMAKE_CONFIG_TYPE.html new file mode 100644 index 0000000000000000000000000000000000000000..40121430d87526878e292d81545929a71c035644 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_CONFIG_TYPE.html @@ -0,0 +1,138 @@ + + + + + + + + CMAKE_CONFIG_TYPE — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_CONFIG_TYPE

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

The default build configuration for Build a Project and +ctest build handler when there is no explicit configuration given.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_CROSSCOMPILING_EMULATOR.html b/cmake/doc/cmake/html/envvar/CMAKE_CROSSCOMPILING_EMULATOR.html new file mode 100644 index 0000000000000000000000000000000000000000..909c5999fe03bdb22f33351edf72831e27b08568 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_CROSSCOMPILING_EMULATOR.html @@ -0,0 +1,143 @@ + + + + + + + + CMAKE_CROSSCOMPILING_EMULATOR — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_CROSSCOMPILING_EMULATOR

+
+

Added in version 3.28.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

The default value for CMAKE_CROSSCOMPILING_EMULATOR when there +is no explicit configuration given on the first run while creating a new +build tree. On later runs in an existing build tree the value persists in +the cache as CMAKE_CROSSCOMPILING_EMULATOR.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_EXPORT_BUILD_DATABASE.html b/cmake/doc/cmake/html/envvar/CMAKE_EXPORT_BUILD_DATABASE.html new file mode 100644 index 0000000000000000000000000000000000000000..8e2d4a14872dfcee709a7451b841574c40fb4176 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_EXPORT_BUILD_DATABASE.html @@ -0,0 +1,149 @@ + + + + + + + + CMAKE_EXPORT_BUILD_DATABASE — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_EXPORT_BUILD_DATABASE

+
+

Added in version 3.31.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

The default value for CMAKE_EXPORT_BUILD_DATABASE when there is no +explicit configuration given on the first run while creating a new build tree. +On later runs in an existing build tree the value persists in the cache as +CMAKE_EXPORT_BUILD_DATABASE.

+
+

Note

+

This variable is meaningful only when experimental support for build +databases has been enabled by the +CMAKE_EXPERIMENTAL_EXPORT_BUILD_DATABASE gate.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_EXPORT_COMPILE_COMMANDS.html b/cmake/doc/cmake/html/envvar/CMAKE_EXPORT_COMPILE_COMMANDS.html new file mode 100644 index 0000000000000000000000000000000000000000..f11296a16b9e7d7bd667365eebe80e4264d9f379 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_EXPORT_COMPILE_COMMANDS.html @@ -0,0 +1,143 @@ + + + + + + + + CMAKE_EXPORT_COMPILE_COMMANDS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_EXPORT_COMPILE_COMMANDS

+
+

Added in version 3.17.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

The default value for CMAKE_EXPORT_COMPILE_COMMANDS when there +is no explicit configuration given on the first run while creating a new +build tree. On later runs in an existing build tree the value persists in +the cache as CMAKE_EXPORT_COMPILE_COMMANDS.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_FRAMEWORK_PATH.html b/cmake/doc/cmake/html/envvar/CMAKE_FRAMEWORK_PATH.html new file mode 100644 index 0000000000000000000000000000000000000000..2fcb5b2250a1cc45687a8f730bb7dda24adc73cc --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_FRAMEWORK_PATH.html @@ -0,0 +1,143 @@ + + + + + + + + CMAKE_FRAMEWORK_PATH — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_FRAMEWORK_PATH

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

The CMAKE_FRAMEWORK_PATH environment variable may be set to a list of +directories to be searched for macOS frameworks by the find_library(), +find_package(), find_path() and find_file() commands.

+

This variable may hold a single directory or a list of directories separated +by : on UNIX or ; on Windows (the same as the PATH environment +variable convention on those platforms).

+

See also the CMAKE_FRAMEWORK_PATH CMake variable.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_GENERATOR.html b/cmake/doc/cmake/html/envvar/CMAKE_GENERATOR.html new file mode 100644 index 0000000000000000000000000000000000000000..9b702656d156120d7321f5d739e2c63a591fbd9d --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_GENERATOR.html @@ -0,0 +1,150 @@ + + + + + + + + CMAKE_GENERATOR — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_GENERATOR

+
+

Added in version 3.15.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Specifies the CMake default generator to use when no generator is supplied +with -G. If the provided value doesn't name a generator +known by CMake, the internal default is used. Either way the resulting +generator selection is stored in the CMAKE_GENERATOR variable.

+

Some generators may be additionally configured using the environment +variables:

+ +
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_GENERATOR_INSTANCE.html b/cmake/doc/cmake/html/envvar/CMAKE_GENERATOR_INSTANCE.html new file mode 100644 index 0000000000000000000000000000000000000000..45b7ba07372e67af4933f46a14ec354b7be8aee5 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_GENERATOR_INSTANCE.html @@ -0,0 +1,141 @@ + + + + + + + + CMAKE_GENERATOR_INSTANCE — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_GENERATOR_INSTANCE

+
+

Added in version 3.15.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Default value for CMAKE_GENERATOR_INSTANCE if no Cache entry is +present. This value is only applied if CMAKE_GENERATOR is set.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_GENERATOR_PLATFORM.html b/cmake/doc/cmake/html/envvar/CMAKE_GENERATOR_PLATFORM.html new file mode 100644 index 0000000000000000000000000000000000000000..88a3b58edf197c576313b61e32d72bef5874b3d5 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_GENERATOR_PLATFORM.html @@ -0,0 +1,142 @@ + + + + + + + + CMAKE_GENERATOR_PLATFORM — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_GENERATOR_PLATFORM

+
+

Added in version 3.15.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Default value for CMAKE_GENERATOR_PLATFORM if no Cache entry +is present and no value is specified by cmake -A option. +This value is only applied if CMAKE_GENERATOR is set.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_GENERATOR_TOOLSET.html b/cmake/doc/cmake/html/envvar/CMAKE_GENERATOR_TOOLSET.html new file mode 100644 index 0000000000000000000000000000000000000000..b820ef4f87761a0185fc84e652d0710c45e94bcf --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_GENERATOR_TOOLSET.html @@ -0,0 +1,142 @@ + + + + + + + + CMAKE_GENERATOR_TOOLSET — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_GENERATOR_TOOLSET

+
+

Added in version 3.15.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Default value for CMAKE_GENERATOR_TOOLSET if no Cache entry +is present and no value is specified by cmake -T option. +This value is only applied if CMAKE_GENERATOR is set.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_INCLUDE_PATH.html b/cmake/doc/cmake/html/envvar/CMAKE_INCLUDE_PATH.html new file mode 100644 index 0000000000000000000000000000000000000000..9d0bc3695aa9eb14767419184f0743d74025feee --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_INCLUDE_PATH.html @@ -0,0 +1,142 @@ + + + + + + + + CMAKE_INCLUDE_PATH — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_INCLUDE_PATH

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

The CMAKE_INCLUDE_PATH environment variable may be set to a list of +directories to be searched by the find_file() and find_path() commands.

+

This variable may hold a single directory or a list of directories separated +by : on UNIX or ; on Windows (the same as the PATH environment +variable convention on those platforms).

+

See also the CMAKE_INCLUDE_PATH CMake variable.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_INSTALL_MODE.html b/cmake/doc/cmake/html/envvar/CMAKE_INSTALL_MODE.html new file mode 100644 index 0000000000000000000000000000000000000000..177c388df5d0d505e95bcee605a99bf350572fb3 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_INSTALL_MODE.html @@ -0,0 +1,249 @@ + + + + + + + + CMAKE_INSTALL_MODE — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_INSTALL_MODE

+
+

Added in version 3.22.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

The CMAKE_INSTALL_MODE environment variable allows users to operate +CMake in an alternate mode of file(INSTALL) and install().

+

The default behavior for an installation is to copy a source file from a +source directory into a destination directory. This environment variable +however allows the user to override this behavior, causing CMake to create +symbolic links instead.

+
+

Usage Scenarios

+

Installing symbolic links rather than copying files can help in the following +ways:

+
    +
  • Conserving storage space because files do not have to be duplicated on disk.

  • +
  • Changes to the source of the symbolic link are seen at the install +destination without having to re-run the install step.

  • +
  • Editing through the link at the install destination will modify the source +of the link. This may be useful when dealing with CMake project hierarchies, +i.e. using ExternalProject and consistent source navigation and +refactoring is desired across projects.

  • +
+
+
+

Allowed Values

+

The following values are allowed for CMAKE_INSTALL_MODE:

+
+
COPY, empty or unset

Duplicate the file at its destination. This is the default behavior.

+
+
ABS_SYMLINK

Create an absolute symbolic link to the source file at the destination. +Halt with an error if the link cannot be created.

+
+
ABS_SYMLINK_OR_COPY

Like ABS_SYMLINK but fall back to silently copying if the symlink +couldn't be created.

+
+
REL_SYMLINK

Create a relative symbolic link to the source file at the destination. +Halt with an error if the link cannot be created.

+
+
REL_SYMLINK_OR_COPY

Like REL_SYMLINK but fall back to silently copying if the symlink +couldn't be created.

+
+
SYMLINK

Try as if through REL_SYMLINK and fall back to ABS_SYMLINK if the +referenced file cannot be expressed using a relative path. +Halt with an error if the link cannot be created.

+
+
SYMLINK_OR_COPY

Like SYMLINK but fall back to silently copying if the symlink couldn't +be created.

+
+
+
+

Note

+

A symbolic link consists of a reference file path rather than contents of its +own, hence there are two ways to express the relation, either by a relative +or an absolute path.

+
+
+
+

When To Set The Environment Variable

+

For the environment variable to take effect, it must be set during the correct +build phase(s).

+
    +
  • If the project calls file(INSTALL) directly, the environment +variable must be set during the configuration phase.

  • +
  • In order to apply to install(), the environment variable must be +set during installation. This could be during a build if using the +install or package build targets, or separate from the build when +invoking an install or running cpack from the command +line.

  • +
  • When using ExternalProject, it might be required during the build +phase, since the external project's own configure, build and install steps +will execute during the main project's build phase.

  • +
+

Given the above, it is recommended to set the environment variable consistently +across all phases (configure, build and install).

+
+
+

Caveats

+

Use this environment variable with caution. The following highlights some +points to be considered:

+
    +
  • CMAKE_INSTALL_MODE only affects files, not directories.

  • +
  • Symbolic links are not available on all platforms.

  • +
  • The way this environment variable interacts with the install step of +ExternalProject is more complex. For further details, see that +module's documentation.

  • +
  • A symbolic link ties the destination to the source in a persistent way. +Writing to either of the two affects both file system objects. +This is in contrast to normal install behavior which only copies files as +they were at the time the install was performed, with no enduring +relationship between the source and destination of the install.

  • +
  • Combining CMAKE_INSTALL_MODE with IOS_INSTALL_COMBINED is +not supported.

  • +
  • Changing CMAKE_INSTALL_MODE from what it was on a previous run can lead +to unexpected results. Moving from a non-symlinking mode to a symlinking +mode will discard any previous file at the destination, but the reverse is +not true. Once a symlink exists at the destination, even if you switch to a +non-symlink mode, the symlink will continue to exist at the destination and +will not be replaced by an actual file.

  • +
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_INSTALL_PARALLEL_LEVEL.html b/cmake/doc/cmake/html/envvar/CMAKE_INSTALL_PARALLEL_LEVEL.html new file mode 100644 index 0000000000000000000000000000000000000000..17a3aafe1607e0bd4909b3e6970a48753a80bd1b --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_INSTALL_PARALLEL_LEVEL.html @@ -0,0 +1,142 @@ + + + + + + + + CMAKE_INSTALL_PARALLEL_LEVEL — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_INSTALL_PARALLEL_LEVEL

+
+

Added in version 3.31.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Specifies the default maximum number of concurrent processes to use when +installing using cmake --install.

+

This has no impact unless INSTALL_PARALLEL is enabled.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_INSTALL_PREFIX.html b/cmake/doc/cmake/html/envvar/CMAKE_INSTALL_PREFIX.html new file mode 100644 index 0000000000000000000000000000000000000000..e13e09677b0cc1ebd3397bda3417d67eb1273d51 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_INSTALL_PREFIX.html @@ -0,0 +1,143 @@ + + + + + + + + CMAKE_INSTALL_PREFIX — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_INSTALL_PREFIX

+
+

Added in version 3.29.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

The CMAKE_INSTALL_PREFIX environment variable specifies a custom default +value for the CMAKE_INSTALL_PREFIX variable in place of the +default values specified by CMake itself. The value specified must be an +absolute path to a directory.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_LANG_COMPILER_LAUNCHER.html b/cmake/doc/cmake/html/envvar/CMAKE_LANG_COMPILER_LAUNCHER.html new file mode 100644 index 0000000000000000000000000000000000000000..155807c92b1bbcc8e0a04058cc7f58f7e64c2d2b --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_LANG_COMPILER_LAUNCHER.html @@ -0,0 +1,144 @@ + + + + + + + + CMAKE_<LANG>_COMPILER_LAUNCHER — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_<LANG>_COMPILER_LAUNCHER

+
+

Added in version 3.17.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Default compiler launcher to use for the specified language. Will only be used +by CMake to initialize the variable on the first configuration. Afterwards, it +is available through the cache setting of the variable of the same name. For +any configuration run (including the first), the environment variable will be +ignored if the CMAKE_<LANG>_COMPILER_LAUNCHER variable is defined.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_LANG_IMPLICIT_LINK_DIRECTORIES_EXCLUDE.html b/cmake/doc/cmake/html/envvar/CMAKE_LANG_IMPLICIT_LINK_DIRECTORIES_EXCLUDE.html new file mode 100644 index 0000000000000000000000000000000000000000..3f06097dac0af1eccf42c96779b6dcebb5c5caec --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_LANG_IMPLICIT_LINK_DIRECTORIES_EXCLUDE.html @@ -0,0 +1,144 @@ + + + + + + + + CMAKE_<LANG>_IMPLICIT_LINK_DIRECTORIES_EXCLUDE — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_LANG_LINKER_LAUNCHER.html b/cmake/doc/cmake/html/envvar/CMAKE_LANG_LINKER_LAUNCHER.html new file mode 100644 index 0000000000000000000000000000000000000000..7c258fc0e8a5cb876d5ba36d266ba31d4d8965fb --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_LANG_LINKER_LAUNCHER.html @@ -0,0 +1,145 @@ + + + + + + + + CMAKE_<LANG>_LINKER_LAUNCHER — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_<LANG>_LINKER_LAUNCHER

+
+

Added in version 3.21.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Default launcher to use when linking a target of the specified language. Will +only be used by CMake to initialize the variable on the first configuration. +Afterwards, it is available through the cache setting of the variable of the +same name. For any configuration run (including the first), the environment +variable will be ignored if the CMAKE_<LANG>_LINKER_LAUNCHER +variable is defined.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_LIBRARY_PATH.html b/cmake/doc/cmake/html/envvar/CMAKE_LIBRARY_PATH.html new file mode 100644 index 0000000000000000000000000000000000000000..9cc2dd2b9664ec25ca38aea168c77fe3c6505544 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_LIBRARY_PATH.html @@ -0,0 +1,142 @@ + + + + + + + + CMAKE_LIBRARY_PATH — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_LIBRARY_PATH

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

The CMAKE_LIBRARY_PATH environment variable may be set to a list of +directories to be searched by the find_library() command.

+

This variable may hold a single directory or a list of directories separated +by : on UNIX or ; on Windows (the same as the PATH environment +variable convention on those platforms).

+

See also the CMAKE_LIBRARY_PATH CMake variable.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_MAXIMUM_RECURSION_DEPTH.html b/cmake/doc/cmake/html/envvar/CMAKE_MAXIMUM_RECURSION_DEPTH.html new file mode 100644 index 0000000000000000000000000000000000000000..ae0de5a4bfa9c4ff4d73691c9b0a6887d11e98b2 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_MAXIMUM_RECURSION_DEPTH.html @@ -0,0 +1,142 @@ + + + + + + + + CMAKE_MAXIMUM_RECURSION_DEPTH — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_MAXIMUM_RECURSION_DEPTH

+
+

Added in version 3.27.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Maximum recursion depth for CMake scripts. This environment variable is +used if the CMAKE_MAXIMUM_RECURSION_DEPTH variable is not set. +See that variable's documentation for details.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_MSVCIDE_RUN_PATH.html b/cmake/doc/cmake/html/envvar/CMAKE_MSVCIDE_RUN_PATH.html new file mode 100644 index 0000000000000000000000000000000000000000..c8a7ef81598a53347a9337f7d893baa152ce08bb --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_MSVCIDE_RUN_PATH.html @@ -0,0 +1,140 @@ + + + + + + + + CMAKE_MSVCIDE_RUN_PATH — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_MSVCIDE_RUN_PATH

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Extra PATH locations for custom commands when using +Visual Studio Generators.

+

The CMAKE_MSVCIDE_RUN_PATH environment variable sets the default value for +the CMAKE_MSVCIDE_RUN_PATH variable if not already explicitly set.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_NO_VERBOSE.html b/cmake/doc/cmake/html/envvar/CMAKE_NO_VERBOSE.html new file mode 100644 index 0000000000000000000000000000000000000000..598b84da723d5ae47d48ff3b1ebdd07a912fc2f9 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_NO_VERBOSE.html @@ -0,0 +1,141 @@ + + + + + + + + CMAKE_NO_VERBOSE — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_NO_VERBOSE

+
+

Added in version 3.14.

+
+

Disables verbose output from CMake when VERBOSE environment variable +is set.

+

Only your build tool of choice will still print verbose output when you start +to actually build your project.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_OSX_ARCHITECTURES.html b/cmake/doc/cmake/html/envvar/CMAKE_OSX_ARCHITECTURES.html new file mode 100644 index 0000000000000000000000000000000000000000..be13dbbe4737db9d6d6aff0dd6b0721c192c82ed --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_OSX_ARCHITECTURES.html @@ -0,0 +1,140 @@ + + + + + + + + CMAKE_OSX_ARCHITECTURES — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_OSX_ARCHITECTURES

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Target specific architectures for macOS.

+

The CMAKE_OSX_ARCHITECTURES environment variable sets the default value for +the CMAKE_OSX_ARCHITECTURES variable. See +OSX_ARCHITECTURES for more information.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_PREFIX_PATH.html b/cmake/doc/cmake/html/envvar/CMAKE_PREFIX_PATH.html new file mode 100644 index 0000000000000000000000000000000000000000..4355c11d24b8c2571df16854600ddccedf2ddd69 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_PREFIX_PATH.html @@ -0,0 +1,146 @@ + + + + + + + + CMAKE_PREFIX_PATH — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_PREFIX_PATH

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

The CMAKE_PREFIX_PATH environment variable may be set to a list of +directories specifying installation prefixes to be searched by the +find_package(), find_program(), find_library(), +find_file(), and find_path() commands. Each command will +add appropriate subdirectories (like bin, lib, or include) +as specified in its own documentation.

+

This variable may hold a single prefix or a list of prefixes separated +by : on UNIX or ; on Windows (the same as the PATH environment +variable convention on those platforms).

+

See also the CMAKE_PREFIX_PATH CMake variable.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_PROGRAM_PATH.html b/cmake/doc/cmake/html/envvar/CMAKE_PROGRAM_PATH.html new file mode 100644 index 0000000000000000000000000000000000000000..b30a5c3086f7ed58d22038174d149d5cc0603633 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_PROGRAM_PATH.html @@ -0,0 +1,142 @@ + + + + + + + + CMAKE_PROGRAM_PATH — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_PROGRAM_PATH

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

The CMAKE_PROGRAM_PATH environment variable may be set to a list of +directories to be searched by the find_program() command.

+

This variable may hold a single directory or a list of directories separated +by : on UNIX or ; on Windows (the same as the PATH environment +variable convention on those platforms).

+

See also the CMAKE_PROGRAM_PATH CMake variable.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_TEST_LAUNCHER.html b/cmake/doc/cmake/html/envvar/CMAKE_TEST_LAUNCHER.html new file mode 100644 index 0000000000000000000000000000000000000000..bd478878da9c2c836011866ec88b4272b46b8bb8 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_TEST_LAUNCHER.html @@ -0,0 +1,143 @@ + + + + + + + + CMAKE_TEST_LAUNCHER — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_TEST_LAUNCHER

+
+

Added in version 3.29.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

The default value for the CMAKE_TEST_LAUNCHER variable when there +is no explicit configuration given on the first run while creating a new +build tree. On later runs in an existing build tree the value persists in +the cache as CMAKE_TEST_LAUNCHER.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_TLS_VERIFY.html b/cmake/doc/cmake/html/envvar/CMAKE_TLS_VERIFY.html new file mode 100644 index 0000000000000000000000000000000000000000..8d8694c2b51752edcfde34696710e7ef69aa73b7 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_TLS_VERIFY.html @@ -0,0 +1,146 @@ + + + + + + + + CMAKE_TLS_VERIFY — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_TLS_VERIFY

+
+

Added in version 3.30.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Specify the default value for the file(DOWNLOAD) and +file(UPLOAD) commands' TLS_VERIFY option. +This environment variable is used if the option is not given +and the CMAKE_TLS_VERIFY cmake variable is not set.

+

This variable is also used by the ExternalProject and +FetchContent modules for internal calls to +file(DOWNLOAD) and git clone.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_TLS_VERSION.html b/cmake/doc/cmake/html/envvar/CMAKE_TLS_VERSION.html new file mode 100644 index 0000000000000000000000000000000000000000..93503afc7cbee68ebc087a9ca7609cbe7765bec2 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_TLS_VERSION.html @@ -0,0 +1,147 @@ + + + + + + + + CMAKE_TLS_VERSION — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_TLS_VERSION

+
+

Added in version 3.30.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Specify the default value for the file(DOWNLOAD) and +file(UPLOAD) commands' TLS_VERSION option. +This environment variable is used if the option is not given +and the CMAKE_TLS_VERSION cmake variable is not set. +See that variable for allowed values.

+

This variable is also used by the ExternalProject and +FetchContent modules for internal calls to +file(DOWNLOAD) and git clone.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CMAKE_TOOLCHAIN_FILE.html b/cmake/doc/cmake/html/envvar/CMAKE_TOOLCHAIN_FILE.html new file mode 100644 index 0000000000000000000000000000000000000000..f2882abf50feebd6798b267fbf7027639fadc2b5 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CMAKE_TOOLCHAIN_FILE.html @@ -0,0 +1,144 @@ + + + + + + + + CMAKE_TOOLCHAIN_FILE — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_TOOLCHAIN_FILE

+
+

Added in version 3.21.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

The CMAKE_TOOLCHAIN_FILE environment variable specifies a default value +for the CMAKE_TOOLCHAIN_FILE variable when there is no explicit +configuration given on the first run while creating a new build tree. +On later runs in an existing build tree the value persists in the cache +as CMAKE_TOOLCHAIN_FILE.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CSFLAGS.html b/cmake/doc/cmake/html/envvar/CSFLAGS.html new file mode 100644 index 0000000000000000000000000000000000000000..d7dc245757d9a27cd8b6ac507257b0c2a7f7e193 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CSFLAGS.html @@ -0,0 +1,147 @@ + + + + + + + + CSFLAGS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CSFLAGS

+
+

Added in version 3.9.2.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Add default compilation flags to be used when compiling CSharp files.

+

CMake uses this environment variable value, in combination with its own +builtin default flags for the toolchain, to initialize and store the +CMAKE_CSharp_FLAGS cache entry. +This occurs the first time a build tree is configured for language CSharp. +For any configuration run (including the first), the environment variable +will be ignored if the CMAKE_CSharp_FLAGS variable is already defined.

+

See also CMAKE_CSharp_FLAGS_INIT.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CTEST_INTERACTIVE_DEBUG_MODE.html b/cmake/doc/cmake/html/envvar/CTEST_INTERACTIVE_DEBUG_MODE.html new file mode 100644 index 0000000000000000000000000000000000000000..1f5bb3fc9cf7802affe19aed93bf3b7b2a943c89 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CTEST_INTERACTIVE_DEBUG_MODE.html @@ -0,0 +1,138 @@ + + + + + + + + CTEST_INTERACTIVE_DEBUG_MODE — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CTEST_INTERACTIVE_DEBUG_MODE

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Environment variable that will exist and be set to 1 when a test executed +by ctest(1) is run in interactive mode.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CTEST_NO_TESTS_ACTION.html b/cmake/doc/cmake/html/envvar/CTEST_NO_TESTS_ACTION.html new file mode 100644 index 0000000000000000000000000000000000000000..abcded3cd5bf04a1a8fd7b9f7900884976a64954 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CTEST_NO_TESTS_ACTION.html @@ -0,0 +1,145 @@ + + + + + + + + CTEST_NO_TESTS_ACTION — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CTEST_NO_TESTS_ACTION

+
+

Added in version 3.26.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Environment variable that controls how ctest handles +cases when there are no tests to run. Possible values are: error, +ignore, empty or unset.

+

The --no-tests=<action> option to +ctest overrides this environment variable if both +are given.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CTEST_OUTPUT_ON_FAILURE.html b/cmake/doc/cmake/html/envvar/CTEST_OUTPUT_ON_FAILURE.html new file mode 100644 index 0000000000000000000000000000000000000000..b2b6de496f0268de44e149d44a6945c89c3b1b42 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CTEST_OUTPUT_ON_FAILURE.html @@ -0,0 +1,140 @@ + + + + + + + + CTEST_OUTPUT_ON_FAILURE — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CTEST_OUTPUT_ON_FAILURE

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Boolean environment variable that controls if the output should be logged for +failed tests. Set the value to 1, True, or ON to enable output on failure. +See ctest(1) for more information on controlling output of failed +tests.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CTEST_PARALLEL_LEVEL.html b/cmake/doc/cmake/html/envvar/CTEST_PARALLEL_LEVEL.html new file mode 100644 index 0000000000000000000000000000000000000000..8fa3a15ddb4b3266a5c737be023e86758c2f66a9 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CTEST_PARALLEL_LEVEL.html @@ -0,0 +1,149 @@ + + + + + + + + CTEST_PARALLEL_LEVEL — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CTEST_PARALLEL_LEVEL

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Specify the number of tests for CTest to run in parallel. +For example, if CTEST_PARALLEL_LEVEL is set to 8, CTest will run +up to 8 tests concurrently as if ctest were invoked with the +--parallel 8 option.

+
+

Changed in version 3.29: The value may be empty, or 0, to let ctest use a default level of +parallelism, or unbounded parallelism, respectively, as documented by +the ctest --parallel option.

+

On Windows, environment variables cannot be set to an empty string. +CTest will interpret a whitespace-only string as empty.

+

In CMake 3.28 and earlier, an empty or 0 value was equivalent to 1.

+
+

See ctest(1) for more information on parallel test execution.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CTEST_PROGRESS_OUTPUT.html b/cmake/doc/cmake/html/envvar/CTEST_PROGRESS_OUTPUT.html new file mode 100644 index 0000000000000000000000000000000000000000..3db9bbc796b8fdcba530fa5eb2b805b3cb455ffc --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CTEST_PROGRESS_OUTPUT.html @@ -0,0 +1,149 @@ + + + + + + + + CTEST_PROGRESS_OUTPUT — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CTEST_PROGRESS_OUTPUT

+
+

Added in version 3.13.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Boolean environment variable that affects how ctest +command output reports overall progress. When set to 1, TRUE, ON or anything +else that evaluates to boolean true, progress is reported by repeatedly +updating the same line. This greatly reduces the overall verbosity, but is +only supported when output is sent directly to a terminal. If the environment +variable is not set or has a value that evaluates to false, output is reported +normally with each test having its own start and end lines logged to the +output.

+

The --progress option to ctest +overrides this environment variable if both are given.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CTEST_USE_LAUNCHERS_DEFAULT.html b/cmake/doc/cmake/html/envvar/CTEST_USE_LAUNCHERS_DEFAULT.html new file mode 100644 index 0000000000000000000000000000000000000000..b496f59158f70c17c6ccedab0b177c43747e5260 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CTEST_USE_LAUNCHERS_DEFAULT.html @@ -0,0 +1,137 @@ + + + + + + + + CTEST_USE_LAUNCHERS_DEFAULT — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CTEST_USE_LAUNCHERS_DEFAULT

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Initializes the CTEST_USE_LAUNCHERS variable if not already defined.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CUDAARCHS.html b/cmake/doc/cmake/html/envvar/CUDAARCHS.html new file mode 100644 index 0000000000000000000000000000000000000000..2905e6765ad749f31270006e18757dd2389a45da --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CUDAARCHS.html @@ -0,0 +1,143 @@ + + + + + + + + CUDAARCHS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CUDAARCHS

+
+

Added in version 3.20.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Value used to initialize CMAKE_CUDA_ARCHITECTURES on the first +configuration. Subsequent runs will use the value stored in the cache.

+

This is a semicolon-separated list of architectures as described in +CUDA_ARCHITECTURES.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CUDACXX.html b/cmake/doc/cmake/html/envvar/CUDACXX.html new file mode 100644 index 0000000000000000000000000000000000000000..277066cb44ded4f5fd7c5d9ccb40f84985b5e2ed --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CUDACXX.html @@ -0,0 +1,153 @@ + + + + + + + + CUDACXX — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CUDACXX

+
+

Added in version 3.8.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Preferred executable for compiling CUDA language files. Will only be used by +CMake on the first configuration to determine CUDA compiler, after which the +value for CUDA is stored in the cache as +CMAKE_CUDA_COMPILER. For any configuration +run (including the first), the environment variable will be ignored if the +CMAKE_CUDA_COMPILER variable is defined.

+
+

Note

+

Options that are required to make the compiler work correctly can be included; +they can not be changed.

+
+
$ export CUDACXX="custom-compiler --arg1 --arg2"
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CUDAFLAGS.html b/cmake/doc/cmake/html/envvar/CUDAFLAGS.html new file mode 100644 index 0000000000000000000000000000000000000000..52f21226dc0efdcd60d9b44eb5bbdba6a79d1f85 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CUDAFLAGS.html @@ -0,0 +1,147 @@ + + + + + + + + CUDAFLAGS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CUDAFLAGS

+
+

Added in version 3.8.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Add default compilation flags to be used when compiling CUDA files.

+

CMake uses this environment variable value, in combination with its own +builtin default flags for the toolchain, to initialize and store the +CMAKE_CUDA_FLAGS cache entry. +This occurs the first time a build tree is configured for language CUDA. +For any configuration run (including the first), the environment variable +will be ignored if the CMAKE_CUDA_FLAGS variable is already defined.

+

See also CMAKE_CUDA_FLAGS_INIT.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CUDAHOSTCXX.html b/cmake/doc/cmake/html/envvar/CUDAHOSTCXX.html new file mode 100644 index 0000000000000000000000000000000000000000..87a1f5a583524f530b0bb5e66cf8a4ae5acb498b --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CUDAHOSTCXX.html @@ -0,0 +1,156 @@ + + + + + + + + CUDAHOSTCXX — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CUDAHOSTCXX

+
+

Added in version 3.8.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Preferred executable for compiling host code when compiling CUDA +language files. Will only be used by CMake on the first configuration to +determine CUDA host compiler, after which the value for CUDAHOSTCXX is +stored in the cache as +CMAKE_CUDA_HOST_COMPILER. +This environment variable is preferred over +CMAKE_CUDA_HOST_COMPILER.

+

This environment variable is primarily meant for use with projects that +enable CUDA as a first-class language.

+
+

Note

+

Ignored when using Visual Studio Generators.

+
+
+

Added in version 3.13: The FindCUDA +module will use this variable to initialize its CUDA_HOST_COMPILER setting.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CXX.html b/cmake/doc/cmake/html/envvar/CXX.html new file mode 100644 index 0000000000000000000000000000000000000000..539aac0b81dcdc140eab064f9df75ed325529e1c --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CXX.html @@ -0,0 +1,150 @@ + + + + + + + + CXX — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CXX

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Preferred executable for compiling CXX language files. Will only be used by +CMake on the first configuration to determine CXX compiler, after which the +value for CXX is stored in the cache as +CMAKE_CXX_COMPILER. For any configuration +run (including the first), the environment variable will be ignored if the +CMAKE_CXX_COMPILER variable is defined.

+
+

Note

+

Options that are required to make the compiler work correctly can be included; +they can not be changed.

+
+
$ export CXX="custom-compiler --arg1 --arg2"
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/CXXFLAGS.html b/cmake/doc/cmake/html/envvar/CXXFLAGS.html new file mode 100644 index 0000000000000000000000000000000000000000..947b5ce462a39c502b18a25cb59720c697f8e31f --- /dev/null +++ b/cmake/doc/cmake/html/envvar/CXXFLAGS.html @@ -0,0 +1,144 @@ + + + + + + + + CXXFLAGS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CXXFLAGS

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Add default compilation flags to be used when compiling CXX (C++) files.

+

CMake uses this environment variable value, in combination with its own +builtin default flags for the toolchain, to initialize and store the +CMAKE_CXX_FLAGS cache entry. +This occurs the first time a build tree is configured for language CXX. +For any configuration run (including the first), the environment variable +will be ignored if the CMAKE_CXX_FLAGS variable is already defined.

+

See also CMAKE_CXX_FLAGS_INIT.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/DASHBOARD_TEST_FROM_CTEST.html b/cmake/doc/cmake/html/envvar/DASHBOARD_TEST_FROM_CTEST.html new file mode 100644 index 0000000000000000000000000000000000000000..963eb9a63a6d8c699d85f5618b65cfcf96005b32 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/DASHBOARD_TEST_FROM_CTEST.html @@ -0,0 +1,139 @@ + + + + + + + + DASHBOARD_TEST_FROM_CTEST — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

DASHBOARD_TEST_FROM_CTEST

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Environment variable that will exist when a test executed by ctest(1) +is run in non-interactive mode. The value will be equal to +CMAKE_VERSION.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/DESTDIR.html b/cmake/doc/cmake/html/envvar/DESTDIR.html new file mode 100644 index 0000000000000000000000000000000000000000..76bbd834ffaa7df33baa7d33ca6df38065dc5071 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/DESTDIR.html @@ -0,0 +1,158 @@ + + + + + + + + DESTDIR — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

DESTDIR

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

On UNIX one can use the DESTDIR mechanism in order to relocate the +whole installation. DESTDIR means DESTination DIRectory. It is +commonly used by packagers to install software in a staging directory.

+

For example, running

+
make DESTDIR=/package/stage install
+
+
+

will install the software using the installation prefix, e.g. /usr/local, +prepended with the DESTDIR value which gives /package/stage/usr/local. +The packaging tool may then construct the package from the content of the +/package/stage directory.

+

See the CMAKE_INSTALL_PREFIX variable to control the +installation prefix when configuring a build tree. Or, when using +the cmake(1) command-line tool's --install +mode, one may specify a different prefix using the +--prefix option.

+
+

Note

+

DESTDIR may not be used on Windows because installation +prefix usually contains a drive letter like in C:/Program Files +which cannot be prepended with some other prefix.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/FC.html b/cmake/doc/cmake/html/envvar/FC.html new file mode 100644 index 0000000000000000000000000000000000000000..352b185717621b02012cdc23b509e3493f5237e1 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/FC.html @@ -0,0 +1,151 @@ + + + + + + + + FC — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FC

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Preferred executable for compiling Fortran language files. Will only be used +by CMake on the first configuration to determine Fortran compiler, after +which the value for Fortran is stored in the cache as +CMAKE_Fortran_COMPILER. For any +configuration run (including the first), the environment variable will be +ignored if the CMAKE_Fortran_COMPILER +variable is defined.

+
+

Note

+

Options that are required to make the compiler work correctly can be included; +they can not be changed.

+
+
$ export FC="custom-compiler --arg1 --arg2"
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/FFLAGS.html b/cmake/doc/cmake/html/envvar/FFLAGS.html new file mode 100644 index 0000000000000000000000000000000000000000..b17220a88eb1f79a18841f9cd77b3922baf71b4e --- /dev/null +++ b/cmake/doc/cmake/html/envvar/FFLAGS.html @@ -0,0 +1,144 @@ + + + + + + + + FFLAGS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FFLAGS

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Add default compilation flags to be used when compiling Fortran files.

+

CMake uses this environment variable value, in combination with its own +builtin default flags for the toolchain, to initialize and store the +CMAKE_Fortran_FLAGS cache entry. +This occurs the first time a build tree is configured for language Fortran. +For any configuration run (including the first), the environment variable +will be ignored if the CMAKE_Fortran_FLAGS variable is already defined.

+

See also CMAKE_Fortran_FLAGS_INIT.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/HIPCXX.html b/cmake/doc/cmake/html/envvar/HIPCXX.html new file mode 100644 index 0000000000000000000000000000000000000000..1f12d9713bd7f668838f79a7238521d1513e208c --- /dev/null +++ b/cmake/doc/cmake/html/envvar/HIPCXX.html @@ -0,0 +1,145 @@ + + + + + + + + HIPCXX — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

HIPCXX

+
+

Added in version 3.21.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Preferred executable for compiling HIP language files. Will only be used by +CMake on the first configuration to determine HIP compiler, after which the +value for HIP is stored in the cache as +CMAKE_HIP_COMPILER. For any configuration +run (including the first), the environment variable will be ignored if the +CMAKE_HIP_COMPILER variable is defined.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/HIPFLAGS.html b/cmake/doc/cmake/html/envvar/HIPFLAGS.html new file mode 100644 index 0000000000000000000000000000000000000000..0dee40dde4a2b00a15681f43351c69f088b90cfd --- /dev/null +++ b/cmake/doc/cmake/html/envvar/HIPFLAGS.html @@ -0,0 +1,147 @@ + + + + + + + + HIPFLAGS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

HIPFLAGS

+
+

Added in version 3.21.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Add default compilation flags to be used when compiling HIP files.

+

CMake uses this environment variable value, in combination with its own +builtin default flags for the toolchain, to initialize and store the +CMAKE_HIP_FLAGS cache entry. +This occurs the first time a build tree is configured for language HIP. +For any configuration run (including the first), the environment variable +will be ignored if the CMAKE_HIP_FLAGS variable is already defined.

+

See also CMAKE_HIP_FLAGS_INIT.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/HIPHOSTCXX.html b/cmake/doc/cmake/html/envvar/HIPHOSTCXX.html new file mode 100644 index 0000000000000000000000000000000000000000..6bdec4713838f70a78abe050d07ff6915c5171ea --- /dev/null +++ b/cmake/doc/cmake/html/envvar/HIPHOSTCXX.html @@ -0,0 +1,150 @@ + + + + + + + + HIPHOSTCXX — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

HIPHOSTCXX

+
+

Added in version 3.28.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Preferred executable for compiling host code when compiling HIP +language files with the NVIDIA CUDA Compiler. Will only be used by CMake +on the first configuration to determine HIP host compiler, after which +the value for HIPHOSTCXX is stored in the cache as +CMAKE_HIP_HOST_COMPILER.

+

This environment variable is primarily meant for use with projects that +enable HIP as a first-class language.

+
+

Note

+

Ignored when using Visual Studio Generators.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/ISPC.html b/cmake/doc/cmake/html/envvar/ISPC.html new file mode 100644 index 0000000000000000000000000000000000000000..39b209229184d261c2f04c92951a30661b274423 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/ISPC.html @@ -0,0 +1,145 @@ + + + + + + + + ISPC — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ISPC

+
+

Added in version 3.19.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Preferred executable for compiling ISPC language files. Will only be used by +CMake on the first configuration to determine ISPC compiler, after which the +value for ISPC is stored in the cache as +CMAKE_ISPC_COMPILER. For any configuration +run (including the first), the environment variable will be ignored if the +CMAKE_ISPC_COMPILER variable is defined.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/ISPCFLAGS.html b/cmake/doc/cmake/html/envvar/ISPCFLAGS.html new file mode 100644 index 0000000000000000000000000000000000000000..945a2aefcab89586457787d9203b61a3f8f24f8b --- /dev/null +++ b/cmake/doc/cmake/html/envvar/ISPCFLAGS.html @@ -0,0 +1,147 @@ + + + + + + + + ISPCFLAGS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ISPCFLAGS

+
+

Added in version 3.19.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Add default compilation flags to be used when compiling ISPC files.

+

CMake uses this environment variable value, in combination with its own +builtin default flags for the toolchain, to initialize and store the +CMAKE_ISPC_FLAGS cache entry. +This occurs the first time a build tree is configured for language ISPC. +For any configuration run (including the first), the environment variable +will be ignored if the CMAKE_ISPC_FLAGS variable is already defined.

+

See also CMAKE_ISPC_FLAGS_INIT.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/LDFLAGS.html b/cmake/doc/cmake/html/envvar/LDFLAGS.html new file mode 100644 index 0000000000000000000000000000000000000000..0aa523ce3e693a43c7cf58731b128845b8320009 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/LDFLAGS.html @@ -0,0 +1,143 @@ + + + + + + + + LDFLAGS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

LDFLAGS

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Will only be used by CMake on the first configuration to determine the default +linker flags, after which the value for LDFLAGS is stored in the cache +as CMAKE_EXE_LINKER_FLAGS_INIT, +CMAKE_SHARED_LINKER_FLAGS_INIT, and +CMAKE_MODULE_LINKER_FLAGS_INIT. For any configuration run +(including the first), the environment variable will be ignored if the +equivalent CMAKE_<TYPE>_LINKER_FLAGS_INIT variable is defined.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/MACOSX_DEPLOYMENT_TARGET.html b/cmake/doc/cmake/html/envvar/MACOSX_DEPLOYMENT_TARGET.html new file mode 100644 index 0000000000000000000000000000000000000000..10e9dbf0f7ba03d31d141d57b62d6739c8ed3008 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/MACOSX_DEPLOYMENT_TARGET.html @@ -0,0 +1,140 @@ + + + + + + + + MACOSX_DEPLOYMENT_TARGET — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

MACOSX_DEPLOYMENT_TARGET

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Specify the minimum version of macOS on which the target binaries are +to be deployed.

+

The MACOSX_DEPLOYMENT_TARGET environment variable sets the default value for +the CMAKE_OSX_DEPLOYMENT_TARGET variable.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/OBJC.html b/cmake/doc/cmake/html/envvar/OBJC.html new file mode 100644 index 0000000000000000000000000000000000000000..aa217bb87791a0c3003c0615744134b1ed0d2c09 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/OBJC.html @@ -0,0 +1,147 @@ + + + + + + + + OBJC — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

OBJC

+
+

Added in version 3.16.7.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Preferred executable for compiling OBJC language files. Will only be used +by CMake on the first configuration to determine OBJC compiler, after +which the value for OBJC is stored in the cache as +CMAKE_OBJC_COMPILER. For any configuration +run (including the first), the environment variable will be ignored if the +CMAKE_OBJC_COMPILER variable is defined.

+

If OBJC is not defined, the CC environment variable will +be checked instead.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/OBJCFLAGS.html b/cmake/doc/cmake/html/envvar/OBJCFLAGS.html new file mode 100644 index 0000000000000000000000000000000000000000..6e62b1bdb4e2d5f707907c6f41c95ed01c821cc3 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/OBJCFLAGS.html @@ -0,0 +1,147 @@ + + + + + + + + OBJCFLAGS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

OBJCFLAGS

+
+

Added in version 3.16.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Add default compilation flags to be used when compiling Objective C files.

+

CMake uses this environment variable value, in combination with its own +builtin default flags for the toolchain, to initialize and store the +CMAKE_OBJC_FLAGS cache entry. +This occurs the first time a build tree is configured for language OBJC. +For any configuration run (including the first), the environment variable +will be ignored if the CMAKE_OBJC_FLAGS variable is already defined.

+

See also CMAKE_OBJC_FLAGS_INIT.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/OBJCXX.html b/cmake/doc/cmake/html/envvar/OBJCXX.html new file mode 100644 index 0000000000000000000000000000000000000000..b05e137538f9fefa6c3eac4ed651da5ddf74da3a --- /dev/null +++ b/cmake/doc/cmake/html/envvar/OBJCXX.html @@ -0,0 +1,147 @@ + + + + + + + + OBJCXX — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

OBJCXX

+
+

Added in version 3.16.7.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Preferred executable for compiling OBJCXX language files. Will only be used +by CMake on the first configuration to determine OBJCXX compiler, after +which the value for OBJCXX is stored in the cache as +CMAKE_OBJCXX_COMPILER. For any configuration +run (including the first), the environment variable will be ignored if the +CMAKE_OBJCXX_COMPILER variable is defined.

+

If OBJCXX is not defined, the CXX environment variable will +be checked instead.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/OBJCXXFLAGS.html b/cmake/doc/cmake/html/envvar/OBJCXXFLAGS.html new file mode 100644 index 0000000000000000000000000000000000000000..0e2dfdf91892b4377c5af0f686d1b1b7dabd8bb7 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/OBJCXXFLAGS.html @@ -0,0 +1,147 @@ + + + + + + + + OBJCXXFLAGS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

OBJCXXFLAGS

+
+

Added in version 3.16.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Add default compilation flags to be used when compiling Objective C++ (.mm) files.

+

CMake uses this environment variable value, in combination with its own +builtin default flags for the toolchain, to initialize and store the +CMAKE_OBJCXX_FLAGS cache entry. +This occurs the first time a build tree is configured for language OBJCXX. +For any configuration run (including the first), the environment variable +will be ignored if the CMAKE_OBJCXX_FLAGS variable is already defined.

+

See also CMAKE_OBJCXX_FLAGS_INIT.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/PackageName_ROOT.html b/cmake/doc/cmake/html/envvar/PackageName_ROOT.html new file mode 100644 index 0000000000000000000000000000000000000000..cd4d045519a914f0f3825a1798540eecb6db77da --- /dev/null +++ b/cmake/doc/cmake/html/envvar/PackageName_ROOT.html @@ -0,0 +1,166 @@ + + + + + + + + <PackageName>_ROOT — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

<PackageName>_ROOT

+
+

Added in version 3.12.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Calls to find_package(<PackageName>) will search in prefixes +specified by the <PackageName>_ROOT environment variable, where +<PackageName> is the (case-preserved) name given to the +find_package() call and _ROOT is literal. +For example, find_package(Foo) will search prefixes specified in the +Foo_ROOT environment variable (if set). See policy CMP0074.

+

This variable may hold a single prefix or a list of prefixes separated +by : on UNIX or ; on Windows (the same as the PATH environment +variable convention on those platforms).

+

See also the <PackageName>_ROOT CMake variable.

+
+
+<PACKAGENAME>_ROOT
+
+

Added in version 3.27.

+
+

Calls to find_package(<PackageName>) will also search in +prefixes specified by the upper-case <PACKAGENAME>_ROOT environment +variable. See policy CMP0144.

+
+ +
+

Note

+

Note that the <PackageName>_ROOT and <PACKAGENAME>_ROOT +environment variables are distinct only on platforms that have +case-sensitive environments.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/RC.html b/cmake/doc/cmake/html/envvar/RC.html new file mode 100644 index 0000000000000000000000000000000000000000..b85d379bade487cb4eb2bd440914418a0122ccc5 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/RC.html @@ -0,0 +1,150 @@ + + + + + + + + RC — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

RC

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Preferred executable for compiling resource files. Will only be used by CMake +on the first configuration to determine resource compiler, after which the +value for RC is stored in the cache as +CMAKE_RC_COMPILER. For any configuration run +(including the first), the environment variable will be ignored if the +CMAKE_RC_COMPILER variable is defined.

+
+

Note

+

Options that are required to make the compiler work correctly can be included; +they can not be changed.

+
+
$ export RC="custom-compiler --arg1 --arg2"
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/RCFLAGS.html b/cmake/doc/cmake/html/envvar/RCFLAGS.html new file mode 100644 index 0000000000000000000000000000000000000000..0e30f29d2e9d8c19f49a8f67a3f0cfd9c223f5e6 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/RCFLAGS.html @@ -0,0 +1,144 @@ + + + + + + + + RCFLAGS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

RCFLAGS

+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Add default compilation flags to be used when compiling RC (resource) files.

+

CMake uses this environment variable value, in combination with its own +builtin default flags for the toolchain, to initialize and store the +CMAKE_RC_FLAGS cache entry. +This occurs the first time a build tree is configured for language RC. +For any configuration run (including the first), the environment variable +will be ignored if the CMAKE_RC_FLAGS variable is already defined.

+

See also CMAKE_RC_FLAGS_INIT.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/SSL_CERT_DIR.html b/cmake/doc/cmake/html/envvar/SSL_CERT_DIR.html new file mode 100644 index 0000000000000000000000000000000000000000..c96ab2b2db8789018b363c80caa4a17ff046b9c3 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/SSL_CERT_DIR.html @@ -0,0 +1,141 @@ + + + + + + + + SSL_CERT_DIR — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

SSL_CERT_DIR

+
+

Added in version 3.25.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Specify default directory containing CA certificates. It overrides +the default CA directory used.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/SSL_CERT_FILE.html b/cmake/doc/cmake/html/envvar/SSL_CERT_FILE.html new file mode 100644 index 0000000000000000000000000000000000000000..d4a54b9f4b976d6ab8069d5ac9d619c24f4dee63 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/SSL_CERT_FILE.html @@ -0,0 +1,141 @@ + + + + + + + + SSL_CERT_FILE — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

SSL_CERT_FILE

+
+

Added in version 3.25.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Specify the file name containing CA certificates. It overrides the +default, os-specific CA file used.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/SWIFTC.html b/cmake/doc/cmake/html/envvar/SWIFTC.html new file mode 100644 index 0000000000000000000000000000000000000000..37cfc75b35d0a470e2f530db29b1d092fd1feb47 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/SWIFTC.html @@ -0,0 +1,153 @@ + + + + + + + + SWIFTC — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

SWIFTC

+
+

Added in version 3.15.

+
+

This is a CMake Environment Variable. Its initial value is taken from +the calling process environment.

+

Preferred executable for compiling Swift language files. Will only be used by +CMake on the first configuration to determine Swift compiler, after which the +value for SWIFTC is stored in the cache as +CMAKE_Swift_COMPILER. For any configuration run +(including the first), the environment variable will be ignored if the +CMAKE_Swift_COMPILER variable is defined.

+
+

Note

+

Options that are required to make the compiler work correctly can be included; +they can not be changed.

+
+
$ export SWIFTC="custom-compiler --arg1 --arg2"
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/envvar/VERBOSE.html b/cmake/doc/cmake/html/envvar/VERBOSE.html new file mode 100644 index 0000000000000000000000000000000000000000..efa75feee5dc42a87d50aab087bb75af82001a11 --- /dev/null +++ b/cmake/doc/cmake/html/envvar/VERBOSE.html @@ -0,0 +1,142 @@ + + + + + + + + VERBOSE — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

VERBOSE

+
+

Added in version 3.14.

+
+

Activates verbose output from CMake and your build tools of choice when +you start to actually build your project.

+

Note that any given value is ignored. It's just checked for existence.

+

See also Build Tool Mode and +CMAKE_NO_VERBOSE environment variable

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/Borland Makefiles.html b/cmake/doc/cmake/html/generator/Borland Makefiles.html new file mode 100644 index 0000000000000000000000000000000000000000..60257625eb63c16199c8bc374c4f1dbb07ffb2b1 --- /dev/null +++ b/cmake/doc/cmake/html/generator/Borland Makefiles.html @@ -0,0 +1,135 @@ + + + + + + + + Borland Makefiles — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Borland Makefiles

+

Generates Borland makefiles.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/CodeBlocks.html b/cmake/doc/cmake/html/generator/CodeBlocks.html new file mode 100644 index 0000000000000000000000000000000000000000..0c4db78c1e88ab7258c3d75fab82378cb5903904 --- /dev/null +++ b/cmake/doc/cmake/html/generator/CodeBlocks.html @@ -0,0 +1,167 @@ + + + + + + + + CodeBlocks — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CodeBlocks

+
+

Deprecated since version 3.27: Support for Extra Generators is deprecated and will be removed from +a future version of CMake. IDEs may use the cmake-file-api(7) +to view CMake-generated project build trees.

+
+

Generates CodeBlocks project files.

+

Project files for CodeBlocks will be created in the top directory and +in every subdirectory which features a CMakeLists.txt file containing +a project() call. Additionally a hierarchy of makefiles is generated +into the build tree. +The appropriate make program can build the +project through the default all target. An install target is +also provided.

+
+

Added in version 3.10: The CMAKE_CODEBLOCKS_EXCLUDE_EXTERNAL_FILES variable may +be set to ON to exclude any files which are located outside of +the project root directory.

+
+

This "extra" generator may be specified as:

+
+
CodeBlocks - MinGW Makefiles

Generate with MinGW Makefiles.

+
+
CodeBlocks - NMake Makefiles

Generate with NMake Makefiles.

+
+
CodeBlocks - NMake Makefiles JOM
+

Added in version 3.8: Generate with NMake Makefiles JOM.

+
+
+
CodeBlocks - Ninja

Generate with Ninja.

+
+
CodeBlocks - Unix Makefiles

Generate with Unix Makefiles.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/CodeLite.html b/cmake/doc/cmake/html/generator/CodeLite.html new file mode 100644 index 0000000000000000000000000000000000000000..81fd8e07d44d80a6613984f833669066aee36dae --- /dev/null +++ b/cmake/doc/cmake/html/generator/CodeLite.html @@ -0,0 +1,162 @@ + + + + + + + + CodeLite — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CodeLite

+
+

Deprecated since version 3.27: Support for Extra Generators is deprecated and will be removed from +a future version of CMake. IDEs may use the cmake-file-api(7) +to view CMake-generated project build trees.

+
+

Generates CodeLite project files.

+

Project files for CodeLite will be created in the top directory and +in every subdirectory which features a CMakeLists.txt file containing +a project() call. +The appropriate make program can build the +project through the default all target. An install target +is also provided.

+
+

Added in version 3.7: The CMAKE_CODELITE_USE_TARGETS variable may be set to ON +to change the default behavior from projects to targets as the basis +for project files.

+
+

This "extra" generator may be specified as:

+
+
CodeLite - MinGW Makefiles

Generate with MinGW Makefiles.

+
+
CodeLite - NMake Makefiles

Generate with NMake Makefiles.

+
+
CodeLite - Ninja

Generate with Ninja.

+
+
CodeLite - Unix Makefiles

Generate with Unix Makefiles.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/Eclipse CDT4.html b/cmake/doc/cmake/html/generator/Eclipse CDT4.html new file mode 100644 index 0000000000000000000000000000000000000000..0b43206b6a11426b7e43b49680eb0e195d9cc0af --- /dev/null +++ b/cmake/doc/cmake/html/generator/Eclipse CDT4.html @@ -0,0 +1,157 @@ + + + + + + + + Eclipse CDT4 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Eclipse CDT4

+
+

Deprecated since version 3.27: Support for Extra Generators is deprecated and will be removed from +a future version of CMake. IDEs may use the cmake-file-api(7) +to view CMake-generated project build trees.

+
+

Generates Eclipse CDT 4.0 project files.

+

Project files for Eclipse will be created in the top directory. In +out of source builds, a linked resource to the top level source +directory will be created. Additionally a hierarchy of makefiles is +generated into the build tree. The appropriate make program can build +the project through the default all target. An install target +is also provided.

+

This "extra" generator may be specified as:

+
+
Eclipse CDT4 - MinGW Makefiles

Generate with MinGW Makefiles.

+
+
Eclipse CDT4 - NMake Makefiles

Generate with NMake Makefiles.

+
+
Eclipse CDT4 - Ninja

Generate with Ninja.

+
+
Eclipse CDT4 - Unix Makefiles

Generate with Unix Makefiles.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/Green Hills MULTI.html b/cmake/doc/cmake/html/generator/Green Hills MULTI.html new file mode 100644 index 0000000000000000000000000000000000000000..71213d0170f13b0fffef2a72cc6daf8c9e014a77 --- /dev/null +++ b/cmake/doc/cmake/html/generator/Green Hills MULTI.html @@ -0,0 +1,318 @@ + + + + + + + + Green Hills MULTI — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Green Hills MULTI

+
+

Added in version 3.3.

+
+
+

Added in version 3.15: Linux support.

+
+

Generates Green Hills MULTI project files (experimental, work-in-progress).

+
+

The buildsystem has predetermined build-configuration settings that can be controlled +via the CMAKE_BUILD_TYPE variable.

+
+
+

Platform Selection

+
+

Added in version 3.13.

+
+

The variable GHS_PRIMARY_TARGET can be used to select the target platform.

+
+
+
Sets primaryTarget entry in project file.
+
+
+

For example:

+
    +
  • cmake -G "Green Hills MULTI" -D GHS_PRIMARY_TARGET=ppc_integrity.tgt

  • +
+

Otherwise the primaryTarget will be composed from the values of CMAKE_GENERATOR_PLATFORM +and GHS_TARGET_PLATFORM. Defaulting to the value of arm_integrity.tgt

+
    +
  • The CMAKE_GENERATOR_PLATFORM variable may be set, perhaps +via the cmake -A option.

    +
    +
    Typical values of arm, ppc, 86, etcetera, are used.
    +
    +
  • +
  • The variable GHS_TARGET_PLATFORM may be set, perhaps via the cmake -D +option.

    +
    +
    Defaults to integrity.
    +
    Usual values are integrity, threadx, uvelosity, velosity, +vxworks, standalone.
    +
    +
  • +
+

For example:

+
    +
  • cmake -G "Green Hills MULTI" for arm_integrity.tgt.

  • +
  • cmake -G "Green Hills MULTI" -A 86 for 86_integrity.tgt.

  • +
  • cmake -G "Green Hills MULTI" -D GHS_TARGET_PLATFORM=standalone for arm_standalone.tgt.

  • +
  • cmake -G "Green Hills MULTI" -A ppc -D GHS_TARGET_PLATFORM=standalone for ppc_standalone.tgt.

  • +
+
+
+

Toolset Selection

+
+

Added in version 3.13.

+
+

The generator searches for the latest compiler or can be given a location to use. +GHS_TOOLSET_ROOT is the directory that is checked for the latest compiler.

+
    +
  • The CMAKE_GENERATOR_TOOLSET option may be set, perhaps +via the cmake -T option, to specify the location of the toolset. +Both absolute and relative paths are valid. Paths are relative to GHS_TOOLSET_ROOT.

  • +
  • The variable GHS_TOOLSET_ROOT may be set, perhaps via the cmake -D +option.

    +
    +
    Root path for toolset searches and relative paths.
    +
    Defaults to C:/ghs in Windows or /usr/ghs in Linux.
    +
    +
  • +
+

For example, setting a specific compiler:

+
    +
  • cmake -G "Green Hills MULTI" -T comp_201754 for /usr/ghs/comp_201754.

  • +
  • cmake -G "Green Hills MULTI" -T comp_201754 -D GHS_TOOLSET_ROOT=/opt/ghs for /opt/ghs/comp_201754.

  • +
  • cmake -G "Green Hills MULTI" -T /usr/ghs/comp_201554

  • +
  • cmake -G "Green Hills MULTI" -T C:/ghs/comp_201754

  • +
+

For example, searching for latest compiler:

+
    +
  • cmake -G "Green Hills MULTI" for searching /usr/ghs.

  • +
  • cmake -G "Green Hills MULTI -D GHS_TOOLSET_ROOT=/opt/ghs" for searching /opt/ghs.

  • +
+
+

Note

+

The CMAKE_GENERATOR_TOOLSET should use CMake style paths.

+
+
+
+

OS and BSP Selection

+
+

Added in version 3.3.

+
+

Certain target platforms, like Integrity, require an OS. The RTOS directory path +can be explicitly set using GHS_OS_DIR. Otherwise GHS_OS_ROOT will be +searched for the latest Integrity RTOS.

+

If the target platform, like Integrity, requires a BSP name then it can be set via +the GHS_BSP_NAME variable.

+
    +
  • GHS_OS_DIR and GHS_OS_DIR_OPTION

    +
    +
    Sets -os_dir entry in project file.
    +
    +
    +
    GHS_OS_DIR_OPTION default value is -os_dir.
    +
    +
    +

    Added in version 3.15: The GHS_OS_DIR_OPTION variable.

    +
    +

    For example:

    +
      +
    • cmake -G "Green Hills MULTI" -D GHS_OS_DIR=/usr/ghs/int1144

    • +
    +
  • +
  • GHS_OS_ROOT

    +
    +
    Root path for RTOS searches.
    +
    Defaults to C:/ghs in Windows or /usr/ghs in Linux.
    +
    +

    For example:

    +
      +
    • cmake -G "Green Hills MULTI" -D GHS_OS_ROOT=/opt/ghs

    • +
    +
  • +
  • GHS_BSP_NAME

    +
    +
    Sets -bsp entry in project file.
    +
    Defaults to sim<arch> for integrity platforms.
    +
    +

    For example:

    +
      +
    • cmake -G "Green Hills MULTI" for simarm on arm_integrity.tgt.

    • +
    • cmake -G "Green Hills MULTI" -A 86 for sim86 on 86_integrity.tgt.

    • +
    • cmake -G "Green Hills MULTI" -A ppc -D GHS_BSP_NAME=sim800 for sim800 +on ppc_integrity.tgt.

    • +
    • cmake -G "Green Hills MULTI" -D GHS_PRIMARY_TARGET=ppc_integrity.tgt -D GHS_BSP_NAME=fsl-t1040 +for fsl-t1040 on ppc_integrity.tgt.

    • +
    +
  • +
+
+
+

Target Properties

+
+

Added in version 3.14.

+
+

The following properties are available:

+ +
+
+

MULTI Project Variables

+
+

Added in version 3.3.

+
+

Adding a Customization file and macros are available through the use of the following +variables:

+
    +
  • GHS_CUSTOMIZATION - CMake path name to Customization File.

  • +
  • GHS_GPJ_MACROS - CMake list of Macros.

  • +
+
+

Note

+

This generator is deemed experimental as of CMake 3.31.5 +and is still a work in progress. Future versions of CMake +may make breaking changes as the generator matures.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/Kate.html b/cmake/doc/cmake/html/generator/Kate.html new file mode 100644 index 0000000000000000000000000000000000000000..098903cd886125bb3e26f9db9944b130e6300611 --- /dev/null +++ b/cmake/doc/cmake/html/generator/Kate.html @@ -0,0 +1,160 @@ + + + + + + + + Kate — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Kate

+
+

Deprecated since version 3.27: Support for Extra Generators is deprecated and will be removed from +a future version of CMake. IDEs may use the cmake-file-api(7) +to view CMake-generated project build trees.

+
+

Generates Kate project files.

+

A project file for Kate will be created in the top directory in the top level +build directory. +To use it in Kate, the Project plugin must be enabled. +The project file is loaded in Kate by opening the +ProjectName.kateproject file in the editor. +If the Kate Build-plugin is enabled, all targets generated by CMake are +available for building.

+

This "extra" generator may be specified as:

+
+
Kate - MinGW Makefiles

Generate with MinGW Makefiles.

+
+
Kate - NMake Makefiles

Generate with NMake Makefiles.

+
+
Kate - Ninja

Generate with Ninja.

+
+
Kate - Ninja Multi-Config

Generate with Ninja Multi-Config.

+
+
Kate - Unix Makefiles

Generate with Unix Makefiles.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/MSYS Makefiles.html b/cmake/doc/cmake/html/generator/MSYS Makefiles.html new file mode 100644 index 0000000000000000000000000000000000000000..f37ebc00a1d482bb6c9394d2a9b615d4c423100f --- /dev/null +++ b/cmake/doc/cmake/html/generator/MSYS Makefiles.html @@ -0,0 +1,141 @@ + + + + + + + + MSYS Makefiles — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

MSYS Makefiles

+

Generates makefiles for use with MSYS (Minimal SYStem) +make under the MSYS shell.

+

Use this generator in a MSYS shell prompt and using make as the build +tool. The generated makefiles use /bin/sh as the shell to launch build +rules. They are not compatible with a Windows command prompt.

+

To build under a Windows command prompt, use the +MinGW Makefiles generator.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/MinGW Makefiles.html b/cmake/doc/cmake/html/generator/MinGW Makefiles.html new file mode 100644 index 0000000000000000000000000000000000000000..92377b895f328b98515cea3031ff0fa132db5483 --- /dev/null +++ b/cmake/doc/cmake/html/generator/MinGW Makefiles.html @@ -0,0 +1,142 @@ + + + + + + + + MinGW Makefiles — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

MinGW Makefiles

+

Generates makefiles for use with mingw32-make under a Windows command +prompt.

+

Use this generator under a Windows command prompt with +MinGW (Minimalist GNU for Windows) in the PATH +and using mingw32-make as the build tool. The generated makefiles use +cmd.exe as the shell to launch build rules. They are not compatible with +MSYS or a unix shell.

+

To build under the MSYS shell, use the MSYS Makefiles generator.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/NMake Makefiles JOM.html b/cmake/doc/cmake/html/generator/NMake Makefiles JOM.html new file mode 100644 index 0000000000000000000000000000000000000000..78c201fdda48e1529697ca4bbd077744892039cc --- /dev/null +++ b/cmake/doc/cmake/html/generator/NMake Makefiles JOM.html @@ -0,0 +1,138 @@ + + + + + + + + NMake Makefiles JOM — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

NMake Makefiles JOM

+

Generates JOM makefiles.

+
+

Added in version 3.8: CodeBlocks generator can be used as an extra generator.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/NMake Makefiles.html b/cmake/doc/cmake/html/generator/NMake Makefiles.html new file mode 100644 index 0000000000000000000000000000000000000000..7c51145c65c0487bd33fb09d64e3e267b4f4d154 --- /dev/null +++ b/cmake/doc/cmake/html/generator/NMake Makefiles.html @@ -0,0 +1,135 @@ + + + + + + + + NMake Makefiles — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

NMake Makefiles

+

Generates NMake makefiles.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/Ninja Multi-Config.html b/cmake/doc/cmake/html/generator/Ninja Multi-Config.html new file mode 100644 index 0000000000000000000000000000000000000000..0711e5721f57ae5ff9c6ad0c1295939ef6121ccc --- /dev/null +++ b/cmake/doc/cmake/html/generator/Ninja Multi-Config.html @@ -0,0 +1,297 @@ + + + + + + + + Ninja Multi-Config — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Ninja Multi-Config

+
+

Added in version 3.17.

+
+

Generates multiple build-<Config>.ninja files.

+

This generator is very much like the Ninja generator, but with +some key differences. Only these differences will be discussed in this +document.

+

Unlike the Ninja generator, Ninja Multi-Config generates +multiple configurations at once with CMAKE_CONFIGURATION_TYPES +instead of only one configuration with CMAKE_BUILD_TYPE. One +build-<Config>.ninja file will be generated for each of these +configurations (with <Config> being the configuration name.) These files +are intended to be run with ninja -f build-<Config>.ninja. A +build.ninja file is also generated, using the configuration from either +CMAKE_DEFAULT_BUILD_TYPE or the first item from +CMAKE_CONFIGURATION_TYPES.

+

cmake --build . --config <Config> will always use build-<Config>.ninja +to build. If no --config argument is +specified, cmake --build . will use build.ninja.

+

Each build-<Config>.ninja file contains <target> targets as well as +<target>:<Config> targets, where <Config> is the same as the +configuration specified in build-<Config>.ninja Additionally, if +cross-config mode is enabled, build-<Config>.ninja may contain +<target>:<OtherConfig> targets, where <OtherConfig> is a cross-config, +as well as <target>:all, which builds the target in all cross-configs. See +below for how to enable cross-config mode.

+

The Ninja Multi-Config generator recognizes the following variables:

+
+
CMAKE_CONFIGURATION_TYPES

Specifies the total set of configurations to build. Unlike with other +multi-config generators, this variable has a value of +Debug;Release;RelWithDebInfo by default.

+
+
CMAKE_CROSS_CONFIGS

Specifies a semicolon-separated list of +configurations available from all build-<Config>.ninja files.

+
+
CMAKE_DEFAULT_BUILD_TYPE

Specifies the configuration to use by default in a build.ninja file.

+
+
CMAKE_DEFAULT_CONFIGS

Specifies a semicolon-separated list of +configurations to build for a target in build.ninja +if no :<Config> suffix is specified.

+
+
+

Consider the following example:

+
cmake_minimum_required(VERSION 3.16)
+project(MultiConfigNinja C)
+
+add_executable(generator generator.c)
+add_custom_command(OUTPUT generated.c COMMAND generator generated.c)
+add_library(generated ${CMAKE_BINARY_DIR}/generated.c)
+
+
+

Now assume you configure the project with Ninja Multi-Config and run one of +the following commands:

+
ninja -f build-Debug.ninja generated
+# OR
+cmake --build . --config Debug --target generated
+
+
+

This would build the Debug configuration of generator, which would be +used to generate generated.c, which would be used to build the Debug +configuration of generated.

+

But if CMAKE_CROSS_CONFIGS is set to all, and you run the +following instead:

+
ninja -f build-Release.ninja generated:Debug
+# OR
+cmake --build . --config Release --target generated:Debug
+
+
+

This would build the Release configuration of generator, which would be +used to generate generated.c, which would be used to build the Debug +configuration of generated. This is useful for running a release-optimized +version of a generator utility while still building the debug version of the +targets built with the generated code.

+
+

Custom Commands

+
+

Added in version 3.20.

+
+

The Ninja Multi-Config generator adds extra capabilities to +add_custom_command() and add_custom_target() through its +cross-config mode. The COMMAND, DEPENDS, and WORKING_DIRECTORY +arguments can be evaluated in the context of either the "command config" (the +"native" configuration of the build-<Config>.ninja file in use) or the +"output config" (the configuration used to evaluate the OUTPUT and +BYPRODUCTS).

+

If either OUTPUT or BYPRODUCTS names a path that is common to +more than one configuration (e.g. it does not use any generator expressions), +all arguments are evaluated in the command config by default. +If all OUTPUT and BYPRODUCTS paths are unique to each configuration +(e.g. by using the $<CONFIG> generator expression), the first argument of +COMMAND is still evaluated in the command config by default, while all +subsequent arguments, as well as the arguments to DEPENDS and +WORKING_DIRECTORY, are evaluated in the output config. These defaults can +be overridden with the $<OUTPUT_CONFIG:...> and $<COMMAND_CONFIG:...> +generator-expressions. Note that if a target is specified by its name in +DEPENDS, or as the first argument of COMMAND, it is always evaluated +in the command config, even if it is wrapped in $<OUTPUT_CONFIG:...> +(because its plain name is not a generator expression).

+

As an example, consider the following:

+
add_custom_command(
+  OUTPUT "$<CONFIG>.txt"
+  COMMAND
+    generator "$<CONFIG>.txt"
+              "$<OUTPUT_CONFIG:$<CONFIG>>"
+              "$<COMMAND_CONFIG:$<CONFIG>>"
+  DEPENDS
+    tgt1
+    "$<TARGET_FILE:tgt2>"
+    "$<OUTPUT_CONFIG:$<TARGET_FILE:tgt3>>"
+    "$<COMMAND_CONFIG:$<TARGET_FILE:tgt4>>"
+  )
+
+
+

Assume that generator, tgt1, tgt2, tgt3, and tgt4 are all +executable targets, and assume that $<CONFIG>.txt is built in the Debug +output config using the Release command config. The Release build of +the generator target is called with Debug.txt Debug Release as +arguments. The command depends on the Release builds of tgt1 and +tgt4, and the Debug builds of tgt2 and tgt3.

+

PRE_BUILD, PRE_LINK, and POST_BUILD custom commands for targets +only get run in their "native" configuration (the Release configuration in +the build-Release.ninja file) unless they have no BYPRODUCTS or their +BYPRODUCTS are unique per config. Consider the following example:

+
add_executable(exe main.c)
+add_custom_command(
+  TARGET exe
+  POST_BUILD
+  COMMAND
+    ${CMAKE_COMMAND} -E echo "Running no-byproduct command"
+  )
+add_custom_command(
+  TARGET exe
+  POST_BUILD
+  COMMAND
+    ${CMAKE_COMMAND} -E echo
+    "Running separate-byproduct command for $<CONFIG>"
+  BYPRODUCTS $<CONFIG>.txt
+  )
+add_custom_command(
+  TARGET exe
+  POST_BUILD
+  COMMAND
+    ${CMAKE_COMMAND} -E echo
+    "Running common-byproduct command for $<CONFIG>"
+  BYPRODUCTS exe.txt
+  )
+
+
+

In this example, if you build exe:Debug in build-Release.ninja, the +first and second custom commands get run, since their byproducts are unique +per-config, but the last custom command does not. However, if you build +exe:Release in build-Release.ninja, all three custom commands get run.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/Ninja.html b/cmake/doc/cmake/html/generator/Ninja.html new file mode 100644 index 0000000000000000000000000000000000000000..7a849d636dee111cd3abd3bff7f91e11cdfb2ee1 --- /dev/null +++ b/cmake/doc/cmake/html/generator/Ninja.html @@ -0,0 +1,231 @@ + + + + + + + + Ninja — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Ninja

+

Generates a build.ninja file into the build tree.

+
+

Builtin Targets

+

all

+
+

Depends on all targets required by the project, except those with +EXCLUDE_FROM_ALL set to true.

+
+

install

+
+

Runs the install step.

+
+

install/strip

+
+
+

Added in version 3.7: Runs the install followed by a CMAKE_STRIP command, if any.

+

The CMAKE_STRIP variable will contain the platform's strip utility, which +removes symbols information from generated binaries.

+
+
+

install/parallel

+
+
+

Added in version 3.30: Created only if the INSTALL_PARALLEL global property is ON. +Runs the install step for each subdirectory independently and in parallel.

+
+
+

For each subdirectory sub/dir of the project, additional targets +are generated:

+

sub/dir/all

+
+
+

Added in version 3.6: Depends on all targets required by the subdirectory.

+
+
+

sub/dir/install

+
+
+

Added in version 3.7: Runs the install step in the subdirectory, if any.

+
+
+

sub/dir/install/strip

+
+
+

Added in version 3.7: Runs the install step in the subdirectory followed by a CMAKE_STRIP command, +if any.

+
+
+

sub/dir/test

+
+
+

Added in version 3.7: Runs the test step in the subdirectory, if any.

+
+
+

sub/dir/package

+
+
+

Added in version 3.7: Runs the package step in the subdirectory, if any.

+
+
+
+
+

Fortran Support

+
+

Added in version 3.7.

+
+

The Ninja generator conditionally supports Fortran when the ninja +tool is at least version 1.10 (which has the required features).

+
+
+

Swift Support

+
+

Added in version 3.15.

+
+

The Swift support is experimental, not considered stable, and may change +in future releases of CMake.

+
+
+

See Also

+
+

Added in version 3.17: The Ninja Multi-Config generator is similar to the Ninja +generator, but generates multiple configurations at once.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/Sublime Text 2.html b/cmake/doc/cmake/html/generator/Sublime Text 2.html new file mode 100644 index 0000000000000000000000000000000000000000..fa419ca6a489f6f52e0c4ffd3a2db92d288773c5 --- /dev/null +++ b/cmake/doc/cmake/html/generator/Sublime Text 2.html @@ -0,0 +1,157 @@ + + + + + + + + Sublime Text 2 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Sublime Text 2

+
+

Deprecated since version 3.27: Support for Extra Generators is deprecated and will be removed from +a future version of CMake. IDEs may use the cmake-file-api(7) +to view CMake-generated project build trees.

+
+

Generates Sublime Text 2 project files.

+

Project files for Sublime Text 2 will be created in the top directory +and in every subdirectory which features a CMakeLists.txt file +containing a project() call. Additionally Makefiles +(or build.ninja files) are generated into the build tree. +The appropriate make program can build the project through the default all +target. An install target is also provided.

+

This "extra" generator may be specified as:

+
+
Sublime Text 2 - MinGW Makefiles

Generate with MinGW Makefiles.

+
+
Sublime Text 2 - NMake Makefiles

Generate with NMake Makefiles.

+
+
Sublime Text 2 - Ninja

Generate with Ninja.

+
+
Sublime Text 2 - Unix Makefiles

Generate with Unix Makefiles.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/Unix Makefiles.html b/cmake/doc/cmake/html/generator/Unix Makefiles.html new file mode 100644 index 0000000000000000000000000000000000000000..3cc3afbfed152f877b183fcbd28094b0bd95e80c --- /dev/null +++ b/cmake/doc/cmake/html/generator/Unix Makefiles.html @@ -0,0 +1,156 @@ + + + + + + + + Unix Makefiles — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Unix Makefiles

+

Generates standard UNIX makefiles.

+

A hierarchy of UNIX makefiles is generated into the build tree. Use +any standard UNIX-style make program to build the project through +the all target and install the project through the install +(or install/strip) target.

+

For each subdirectory sub/dir of the project a UNIX makefile will +be created, containing the following targets:

+
+
all

Depends on all targets required by the subdirectory.

+
+
install

Runs the install step in the subdirectory, if any.

+
+
install/strip

Runs the install step in the subdirectory followed by a CMAKE_STRIP command, +if any.

+

The CMAKE_STRIP variable will contain the platform's strip utility, which +removes symbols information from generated binaries.

+
+
test

Runs the test step in the subdirectory, if any.

+
+
package

Runs the package step in the subdirectory, if any.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/Visual Studio 10 2010.html b/cmake/doc/cmake/html/generator/Visual Studio 10 2010.html new file mode 100644 index 0000000000000000000000000000000000000000..bfa7868efa01dfa75c0c311e37a562a8e7db666c --- /dev/null +++ b/cmake/doc/cmake/html/generator/Visual Studio 10 2010.html @@ -0,0 +1,140 @@ + + + + + + + + Visual Studio 10 2010 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Visual Studio 10 2010

+

Removed. This once generated Visual Studio 10 2010 project files, but +the generator has been removed since CMake 3.25. It is still possible +to build with the VS 10 2010 toolset by also installing VS 2015 (or above) +and using the Visual Studio 14 2015 (or above) generator with +CMAKE_GENERATOR_TOOLSET set to v100, +or by using the NMake Makefiles generator.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/Visual Studio 11 2012.html b/cmake/doc/cmake/html/generator/Visual Studio 11 2012.html new file mode 100644 index 0000000000000000000000000000000000000000..46bea73b07d3631d86492bc4e0cddf0e990f6014 --- /dev/null +++ b/cmake/doc/cmake/html/generator/Visual Studio 11 2012.html @@ -0,0 +1,140 @@ + + + + + + + + Visual Studio 11 2012 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Visual Studio 11 2012

+

Removed. This once generated Visual Studio 11 2012 project files, but +the generator has been removed since CMake 3.28. It is still possible +to build with the VS 11 2012 toolset by also installing VS 2015 (or above) +and using the Visual Studio 14 2015 (or above) generator with +CMAKE_GENERATOR_TOOLSET set to v110, +or by using the NMake Makefiles generator.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/Visual Studio 12 2013.html b/cmake/doc/cmake/html/generator/Visual Studio 12 2013.html new file mode 100644 index 0000000000000000000000000000000000000000..d4a3cdb553568264a48bade654b31355d89c5297 --- /dev/null +++ b/cmake/doc/cmake/html/generator/Visual Studio 12 2013.html @@ -0,0 +1,140 @@ + + + + + + + + Visual Studio 12 2013 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Visual Studio 12 2013

+

Removed. This once generated Visual Studio 12 2013 project files, but +the generator has been removed since CMake 3.31. It is still possible +to build with the VS 12 2013 toolset by also installing VS 2015 (or above) +and using the Visual Studio 14 2015 (or above) generator with +CMAKE_GENERATOR_TOOLSET set to v120, +or by using the NMake Makefiles generator.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/Visual Studio 14 2015.html b/cmake/doc/cmake/html/generator/Visual Studio 14 2015.html new file mode 100644 index 0000000000000000000000000000000000000000..3b5e113d50348a812913b6f102898dc6a194132b --- /dev/null +++ b/cmake/doc/cmake/html/generator/Visual Studio 14 2015.html @@ -0,0 +1,211 @@ + + + + + + + + Visual Studio 14 2015 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Visual Studio 14 2015

+
+

Added in version 3.1.

+
+

Generates Visual Studio 14 (VS 2015) project files.

+
+

Project Types

+

Only Visual C++ and C# projects may be generated (and Fortran with +Intel compiler integration). Other types of projects (JavaScript, +Powershell, Python, etc.) are not supported.

+
+
+

Platform Selection

+

The default target platform name (architecture) is Win32.

+

The CMAKE_GENERATOR_PLATFORM variable may be set, perhaps +via the cmake -A option, to specify a target platform +name (architecture). For example:

+
    +
  • cmake -G "Visual Studio 14 2015" -A Win32

  • +
  • cmake -G "Visual Studio 14 2015" -A x64

  • +
  • cmake -G "Visual Studio 14 2015" -A ARM

  • +
+

For compatibility with CMake versions prior to 3.1, one may specify +a target platform name optionally at the end of the generator name. +This is supported only for:

+
+
Visual Studio 14 2015 Win64

Specify target platform x64.

+
+
Visual Studio 14 2015 ARM

Specify target platform ARM.

+
+
+
+
+

Toolset Selection

+

The v140 toolset that comes with Visual Studio 14 2015 is selected by +default. The CMAKE_GENERATOR_TOOLSET option may be set, perhaps +via the cmake -T option, to specify another toolset.

+
+

Added in version 3.8: For each toolset that comes with this version of Visual Studio, there are +variants that are themselves compiled for 32-bit (x86) and +64-bit (x64) hosts (independent of the architecture they target). +By default this generator uses the 32-bit variant even on a 64-bit host. +One may explicitly request use of either the 32-bit or 64-bit host tools +by adding either host=x86 or host=x64 to the toolset specification. +See the CMAKE_GENERATOR_TOOLSET variable for details.

+
+
+

Added in version 3.14: Added support for host=x86 option.

+
+
+
+

Windows 10 SDK Maximum Version for VS 2015

+
+

Added in version 3.19.

+
+

Microsoft stated in a "Windows 10 October 2018 Update" blog post that Windows +10 SDK versions (15063, 16299, 17134, 17763) are not supported by VS 2015 and +are only supported by VS 2017 and later. Therefore by default CMake +automatically ignores Windows 10 SDKs beyond 10.0.14393.0.

+

However, there are other recommendations for certain driver/Win32 builds that +indicate otherwise. A user can override this behavior by either setting the +CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM to a false value +or setting the CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM to +the string value of the required maximum (e.g. 10.0.15063.0).

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/Visual Studio 15 2017.html b/cmake/doc/cmake/html/generator/Visual Studio 15 2017.html new file mode 100644 index 0000000000000000000000000000000000000000..6a10ae585db97dd5c9b73d95d04a65fef60f3fd8 --- /dev/null +++ b/cmake/doc/cmake/html/generator/Visual Studio 15 2017.html @@ -0,0 +1,205 @@ + + + + + + + + Visual Studio 15 2017 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Visual Studio 15 2017

+
+

Added in version 3.7.1.

+
+

Generates Visual Studio 15 (VS 2017) project files.

+
+

Project Types

+

Only Visual C++ and C# projects may be generated (and Fortran with +Intel compiler integration). Other types of projects (JavaScript, +Powershell, Python, etc.) are not supported.

+
+
+

Instance Selection

+
+

Added in version 3.11.

+
+

VS 2017 supports multiple installations on the same machine. The +CMAKE_GENERATOR_INSTANCE variable may be used to select one.

+
+
+

Platform Selection

+

The default target platform name (architecture) is Win32.

+

The CMAKE_GENERATOR_PLATFORM variable may be set, perhaps +via the cmake -A option, to specify a target platform +name (architecture). For example:

+
    +
  • cmake -G "Visual Studio 15 2017" -A Win32

  • +
  • cmake -G "Visual Studio 15 2017" -A x64

  • +
  • cmake -G "Visual Studio 15 2017" -A ARM

  • +
  • cmake -G "Visual Studio 15 2017" -A ARM64

  • +
+

For compatibility with CMake versions prior to 3.1, one may specify +a target platform name optionally at the end of the generator name. +This is supported only for:

+
+
Visual Studio 15 2017 Win64

Specify target platform x64.

+
+
Visual Studio 15 2017 ARM

Specify target platform ARM.

+
+
+
+
+

Toolset Selection

+

The v141 toolset that comes with Visual Studio 15 2017 is selected by +default. The CMAKE_GENERATOR_TOOLSET option may be set, perhaps +via the cmake -T option, to specify another toolset.

+
+

Added in version 3.8: For each toolset that comes with this version of Visual Studio, there are +variants that are themselves compiled for 32-bit (x86) and +64-bit (x64) hosts (independent of the architecture they target). +By default this generator uses the 32-bit variant even on a 64-bit host. +One may explicitly request use of either the 32-bit or 64-bit host tools +by adding either host=x86 or host=x64 to the toolset specification. +See the CMAKE_GENERATOR_TOOLSET variable for details.

+
+
+

Added in version 3.14: Added support for host=x86 option.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/Visual Studio 16 2019.html b/cmake/doc/cmake/html/generator/Visual Studio 16 2019.html new file mode 100644 index 0000000000000000000000000000000000000000..14b16d4cb6e8ab58618ff89102daa92fab680b21 --- /dev/null +++ b/cmake/doc/cmake/html/generator/Visual Studio 16 2019.html @@ -0,0 +1,190 @@ + + + + + + + + Visual Studio 16 2019 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Visual Studio 16 2019

+
+

Added in version 3.14.

+
+

Generates Visual Studio 16 (VS 2019) project files.

+
+

Project Types

+

Only Visual C++ and C# projects may be generated (and Fortran with +Intel compiler integration). Other types of projects (JavaScript, +Powershell, Python, etc.) are not supported.

+
+
+

Instance Selection

+

VS 2019 supports multiple installations on the same machine. The +CMAKE_GENERATOR_INSTANCE variable may be used to select one.

+
+
+

Platform Selection

+

The default target platform name (architecture) is that of the host +and is provided in the CMAKE_VS_PLATFORM_NAME_DEFAULT variable.

+

The CMAKE_GENERATOR_PLATFORM variable may be set, perhaps +via the cmake -A option, to specify a target platform +name (architecture). For example:

+
    +
  • cmake -G "Visual Studio 16 2019" -A Win32

  • +
  • cmake -G "Visual Studio 16 2019" -A x64

  • +
  • cmake -G "Visual Studio 16 2019" -A ARM

  • +
  • cmake -G "Visual Studio 16 2019" -A ARM64

  • +
+
+
+

Toolset Selection

+

The v142 toolset that comes with Visual Studio 16 2019 is selected by +default. The CMAKE_GENERATOR_TOOLSET option may be set, perhaps +via the cmake -T option, to specify another toolset.

+

For each toolset that comes with this version of Visual Studio, there are +variants that are themselves compiled for 32-bit (x86) and +64-bit (x64) hosts (independent of the architecture they target). +By default this generator uses the 64-bit variant on x64 hosts and +the 32-bit variant otherwise. +One may explicitly request use of either the 32-bit or 64-bit host tools +by adding either host=x86 or host=x64 to the toolset specification. +See the CMAKE_GENERATOR_TOOLSET variable for details.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/Visual Studio 17 2022.html b/cmake/doc/cmake/html/generator/Visual Studio 17 2022.html new file mode 100644 index 0000000000000000000000000000000000000000..6c367233f012239f63dc70329d647bcd4a1d7458 --- /dev/null +++ b/cmake/doc/cmake/html/generator/Visual Studio 17 2022.html @@ -0,0 +1,190 @@ + + + + + + + + Visual Studio 17 2022 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Visual Studio 17 2022

+
+

Added in version 3.21.

+
+

Generates Visual Studio 17 (VS 2022) project files.

+
+

Project Types

+

Only Visual C++ and C# projects may be generated (and Fortran with +Intel compiler integration). Other types of projects (JavaScript, +Powershell, Python, etc.) are not supported.

+
+
+

Instance Selection

+

VS 2022 supports multiple installations on the same machine. The +CMAKE_GENERATOR_INSTANCE variable may be used to select one.

+
+
+

Platform Selection

+

The default target platform name (architecture) is that of the host +and is provided in the CMAKE_VS_PLATFORM_NAME_DEFAULT variable.

+

The CMAKE_GENERATOR_PLATFORM variable may be set, perhaps +via the cmake -A option, to specify a target platform +name (architecture). For example:

+
    +
  • cmake -G "Visual Studio 17 2022" -A Win32

  • +
  • cmake -G "Visual Studio 17 2022" -A x64

  • +
  • cmake -G "Visual Studio 17 2022" -A ARM

  • +
  • cmake -G "Visual Studio 17 2022" -A ARM64

  • +
+
+
+

Toolset Selection

+

The v143 toolset that comes with VS 17 2022 is selected by default. +The CMAKE_GENERATOR_TOOLSET option may be set, perhaps +via the cmake -T option, to specify another toolset.

+

For each toolset that comes with this version of Visual Studio, there are +variants that are themselves compiled for 32-bit (x86) and +64-bit (x64) hosts (independent of the architecture they target). +By default this generator uses the 64-bit variant on x64 hosts and +the 32-bit variant otherwise. +One may explicitly request use of either the 32-bit or 64-bit host tools +by adding either host=x86 or host=x64 to the toolset specification. +See the CMAKE_GENERATOR_TOOLSET variable for details.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/Visual Studio 6.html b/cmake/doc/cmake/html/generator/Visual Studio 6.html new file mode 100644 index 0000000000000000000000000000000000000000..55a0ab1dafe3423059e4b93329f1dfc4ba30459f --- /dev/null +++ b/cmake/doc/cmake/html/generator/Visual Studio 6.html @@ -0,0 +1,137 @@ + + + + + + + + Visual Studio 6 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Visual Studio 6

+

Removed. This once generated Visual Studio 6 project files, but the +generator has been removed since CMake 3.6. It is still possible to +build with VS 6 tools using the NMake Makefiles generator.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/Visual Studio 7 .NET 2003.html b/cmake/doc/cmake/html/generator/Visual Studio 7 .NET 2003.html new file mode 100644 index 0000000000000000000000000000000000000000..1b29f31c2d2e02348dd54cca31b1dfdac18f2039 --- /dev/null +++ b/cmake/doc/cmake/html/generator/Visual Studio 7 .NET 2003.html @@ -0,0 +1,137 @@ + + + + + + + + Visual Studio 7 .NET 2003 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Visual Studio 7 .NET 2003

+

Removed. This once generated Visual Studio .NET 2003 project files, but +the generator has been removed since CMake 3.9. It is still possible to +build with VS 7.1 tools using the NMake Makefiles generator.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/Visual Studio 7.html b/cmake/doc/cmake/html/generator/Visual Studio 7.html new file mode 100644 index 0000000000000000000000000000000000000000..2b6caf91c2bc29d0be04c2e9fdb352933cf58755 --- /dev/null +++ b/cmake/doc/cmake/html/generator/Visual Studio 7.html @@ -0,0 +1,137 @@ + + + + + + + + Visual Studio 7 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Visual Studio 7

+

Removed. This once generated Visual Studio .NET 2002 project files, but +the generator has been removed since CMake 3.6. It is still possible to +build with VS 7.0 tools using the NMake Makefiles generator.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/Visual Studio 8 2005.html b/cmake/doc/cmake/html/generator/Visual Studio 8 2005.html new file mode 100644 index 0000000000000000000000000000000000000000..6d7f25cdd990ae4601f96b6a9527119f005379ec --- /dev/null +++ b/cmake/doc/cmake/html/generator/Visual Studio 8 2005.html @@ -0,0 +1,137 @@ + + + + + + + + Visual Studio 8 2005 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Visual Studio 8 2005

+

Removed. This once generated Visual Studio 8 2005 project files, but +the generator has been removed since CMake 3.12. It is still possible to +build with VS 2005 tools using the NMake Makefiles generator.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/Visual Studio 9 2008.html b/cmake/doc/cmake/html/generator/Visual Studio 9 2008.html new file mode 100644 index 0000000000000000000000000000000000000000..d7628aaad3846cf4594e1318f44417e4607a656a --- /dev/null +++ b/cmake/doc/cmake/html/generator/Visual Studio 9 2008.html @@ -0,0 +1,140 @@ + + + + + + + + Visual Studio 9 2008 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Visual Studio 9 2008

+

Removed. This once generated Visual Studio 9 2008 project files, but +the generator has been removed since CMake 3.30. It is still possible +to build with the VS 9 2008 toolset by also installing VS 10 2010 and +VS 2015 (or above) and using the Visual Studio 14 2015 +generator (or above) with CMAKE_GENERATOR_TOOLSET set to v90, +or by using the NMake Makefiles generator.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/Watcom WMake.html b/cmake/doc/cmake/html/generator/Watcom WMake.html new file mode 100644 index 0000000000000000000000000000000000000000..7093167a60e43eca0998e78d473b761d5b51b987 --- /dev/null +++ b/cmake/doc/cmake/html/generator/Watcom WMake.html @@ -0,0 +1,135 @@ + + + + + + + + Watcom WMake — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Watcom WMake

+

Generates Watcom WMake makefiles.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/generator/Xcode.html b/cmake/doc/cmake/html/generator/Xcode.html new file mode 100644 index 0000000000000000000000000000000000000000..8df16ccbb950738408c699610d78da7ee2710e57 --- /dev/null +++ b/cmake/doc/cmake/html/generator/Xcode.html @@ -0,0 +1,193 @@ + + + + + + + + Xcode — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Xcode

+

Generate Xcode project files.

+
+

Changed in version 3.15: This generator supports Xcode 5.0 and above.

+
+
+

Toolset and Build System Selection

+

By default Xcode is allowed to select its own default toolchain. +The CMAKE_GENERATOR_TOOLSET option may be set, perhaps +via the cmake -T option, to specify another toolset.

+
+

Added in version 3.19: This generator supports toolset specification using one of these forms:

+
+
    +
  • toolset

  • +
  • toolset[,key=value]*

  • +
  • key=value[,key=value]*

  • +
+

The toolset specifies the toolset name. The selected toolset name +is provided in the CMAKE_XCODE_PLATFORM_TOOLSET variable.

+

The key=value pairs form a comma-separated list of options to +specify generator-specific details of the toolset selection. +Supported pairs are:

+
+
buildsystem=<variant>

Specify the buildsystem variant to use. +See the CMAKE_XCODE_BUILD_SYSTEM variable for allowed values.

+

For example, to select the original build system under Xcode 12, +run cmake(1) with the option -T buildsystem=1.

+
+
+
+
+

Swift Support

+
+

Added in version 3.4.

+
+

When using the Xcode generator with Xcode 6.1 or higher, +one may enable the Swift language with the enable_language() +command or the project().

+
+
+

Limitations

+

The Xcode generator does not support per-configuration sources. +Code like the following will result in a generation error:

+
add_executable(MyApp mymain-$<CONFIG>.cpp)
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/genindex.html b/cmake/doc/cmake/html/genindex.html new file mode 100644 index 0000000000000000000000000000000000000000..e0a322eac743156a940600670d38eb523b978cce --- /dev/null +++ b/cmake/doc/cmake/html/genindex.html @@ -0,0 +1,28961 @@ + + + + + + + Index — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + +
+
+
+
+ + +

Index

+ +
+ Symbols + | A + | B + | C + | D + | E + | F + | G + | H + | I + | J + | K + | L + | M + | N + | O + | P + | Q + | R + | S + | T + | U + | V + | W + | X + | Z + +
+

Symbols

+ + + +
+ +

A

+ + + +
+ +

B

+ + + +
+ +

C

+ + + +
+ +

D

+ + + +
+ +

E

+ + + +
+ +

F

+ + + +
+ +

G

+ + + +
+ +

H

+ + + +
+ +

I

+ + + +
+ +

J

+ + + +
+ +

K

+ + + +
+ +

L

+ + + +
+ +

M

+ + + +
+ +

N

+ + + +
+ +

O

+ + + +
+ +

P

+ + + +
+ +

Q

+ + + +
    +
  • + qt_wrap_cpp + +
  • +
  • + qt_wrap_ui + +
  • +
+ +

R

+ + + +
+ +

S

+ + + +
+ +

T

+ + + +
+ +

U

+ + + +
+ +

V

+ + + +
+ +

W

+ + + +
+ +

X

+ + + +
+ +

Z

+ + +
+ + + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/index.html b/cmake/doc/cmake/html/index.html new file mode 100644 index 0000000000000000000000000000000000000000..fc9f8bdbf057a9531cee5f1a2ecb103370d06b19 --- /dev/null +++ b/cmake/doc/cmake/html/index.html @@ -0,0 +1,228 @@ + + + + + + + + CMake Reference Documentation — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Introduction

+

CMake is a tool to manage building of source code. Originally, CMake was +designed as a generator for various dialects of Makefile, today +CMake generates modern buildsystems such as Ninja as well as project +files for IDEs such as Visual Studio and Xcode.

+

CMake is widely used for the C and C++ languages, but it may be used to +build source code of other languages too.

+

People encountering CMake for the first time may have different initial +goals. To learn how to build a source code package downloaded from the +internet, start with the User Interaction Guide. +This will detail the steps needed to run the cmake(1) or +cmake-gui(1) executable and how to choose a generator, and +how to complete the build.

+

The Using Dependencies Guide is aimed at developers +wishing to get started using a third-party library.

+

For developers starting a project using CMake, the CMake Tutorial +is a suitable starting point. The cmake-buildsystem(7) +manual is aimed at developers expanding their knowledge of maintaining +a buildsystem and becoming familiar with the build targets that +can be represented in CMake. The cmake-packages(7) manual +explains how to create packages which can easily be consumed by +third-party CMake-based buildsystems.

+
+
+

Command-Line Tools

+ +
+
+

Interactive Dialogs

+ +
+
+

Reference Manuals

+ +
+
+

Guides

+ +
+
+

Release Notes

+ +
+ + + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/ccmake.1.html b/cmake/doc/cmake/html/manual/ccmake.1.html new file mode 100644 index 0000000000000000000000000000000000000000..964abef7246623ede67d837fc2bf7ddc9137673a --- /dev/null +++ b/cmake/doc/cmake/html/manual/ccmake.1.html @@ -0,0 +1,561 @@ + + + + + + + + ccmake(1) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ccmake(1)

+
+

Synopsis

+
ccmake [<options>] -B <path-to-build> [-S <path-to-source>]
+ccmake [<options>] <path-to-source | path-to-existing-build>
+
+
+
+
+

Description

+

The ccmake executable is the CMake curses interface. Project +configuration settings may be specified interactively through this +GUI. Brief instructions are provided at the bottom of the terminal +when the program is running.

+

CMake is a cross-platform build system generator. Projects specify +their build process with platform-independent CMake listfiles included +in each directory of a source tree with the name CMakeLists.txt. +Users build a project by using CMake to generate a build system for a +native tool on their platform.

+
+
+

Options

+
+
+-S <path-to-source>
+

Path to root directory of the CMake project to build.

+
+ +
+
+-B <path-to-build>
+

Path to directory which CMake will use as the root of build directory.

+

If the directory doesn't already exist CMake will make it.

+
+ +
+
+-C <initial-cache>
+

Pre-load a script to populate the cache.

+

When CMake is first run in an empty build tree, it creates a +CMakeCache.txt file and populates it with customizable settings for +the project. This option may be used to specify a file from which +to load cache entries before the first pass through the project's +CMake listfiles. The loaded entries take priority over the +project's default values. The given file should be a CMake script +containing set() commands that use the CACHE option, not a +cache-format file.

+

References to CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR +within the script evaluate to the top-level source and build tree.

+
+ +
+
+-D <var>:<type>=<value>, -D <var>=<value>
+

Create or update a CMake CACHE entry.

+

When CMake is first run in an empty build tree, it creates a +CMakeCache.txt file and populates it with customizable settings for +the project. This option may be used to specify a setting that +takes priority over the project's default value. The option may be +repeated for as many CACHE entries as desired.

+

If the :<type> portion is given it must be one of the types +specified by the set() command documentation for its +CACHE signature. +If the :<type> portion is omitted the entry will be created +with no type if it does not exist with a type already. If a +command in the project sets the type to PATH or FILEPATH +then the <value> will be converted to an absolute path.

+

This option may also be given as a single argument: +-D<var>:<type>=<value> or -D<var>=<value>.

+

It's important to note that the order of -C and -D arguments is +significant. They will be carried out in the order they are listed, with the +last argument taking precedence over the previous ones. For example, if you +specify -DCMAKE_BUILD_TYPE=Debug, followed by a -C argument with a +file that calls:

+
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "" FORCE)
+
+
+

then the -C argument will take precedence, and CMAKE_BUILD_TYPE will +be set to Release. However, if the -D argument comes after the -C +argument, it will be set to Debug.

+

If a set(... CACHE ...) call in the -C file does not use FORCE, +and a -D argument sets the same variable, the -D argument will take +precedence regardless of order because of the nature of non-FORCE +set(... CACHE ...) calls.

+
+ +
+
+-U <globbing_expr>
+

Remove matching entries from CMake CACHE.

+

This option may be used to remove one or more variables from the +CMakeCache.txt file, globbing expressions using * and ? are +supported. The option may be repeated for as many CACHE entries as +desired.

+

Use with care, you can make your CMakeCache.txt non-working.

+
+ +
+
+-G <generator-name>
+

Specify a build system generator.

+

CMake may support multiple native build systems on certain +platforms. A generator is responsible for generating a particular +build system. Possible generator names are specified in the +cmake-generators(7) manual.

+

If not specified, CMake checks the CMAKE_GENERATOR environment +variable and otherwise falls back to a builtin default selection.

+
+ +
+
+-T <toolset-spec>
+

Toolset specification for the generator, if supported.

+

Some CMake generators support a toolset specification to tell +the native build system how to choose a compiler. See the +CMAKE_GENERATOR_TOOLSET variable for details.

+
+ +
+
+-A <platform-name>
+

Specify platform name if supported by generator.

+

Some CMake generators support a platform name to be given to the +native build system to choose a compiler or SDK. See the +CMAKE_GENERATOR_PLATFORM variable for details.

+
+ +
+
+--toolchain <path-to-file>
+
+

Added in version 3.21.

+
+

Specify the cross compiling toolchain file, equivalent to setting +CMAKE_TOOLCHAIN_FILE variable. Relative paths are interpreted as +relative to the build directory, and if not found, relative to the source +directory.

+
+ +
+
+--install-prefix <directory>
+
+

Added in version 3.21.

+
+

Specify the installation directory, used by the +CMAKE_INSTALL_PREFIX variable. Must be an absolute path.

+
+ +
+
+-Wno-dev
+

Suppress developer warnings.

+

Suppress warnings that are meant for the author of the +CMakeLists.txt files. By default this will also turn off +deprecation warnings.

+
+ +
+
+-Wdev
+

Enable developer warnings.

+

Enable warnings that are meant for the author of the CMakeLists.txt +files. By default this will also turn on deprecation warnings.

+
+ +
+
+-Wdeprecated
+

Enable deprecated functionality warnings.

+

Enable warnings for usage of deprecated functionality, that are meant +for the author of the CMakeLists.txt files.

+
+ +
+
+-Wno-deprecated
+

Suppress deprecated functionality warnings.

+

Suppress warnings for usage of deprecated functionality, that are meant +for the author of the CMakeLists.txt files.

+
+ +
+
+-Werror=<what>
+

Treat CMake warnings as errors. <what> must be one of the following:

+
+
dev

Make developer warnings errors.

+

Make warnings that are meant for the author of the CMakeLists.txt files +errors. By default this will also turn on deprecated warnings as errors.

+
+
deprecated

Make deprecated macro and function warnings errors.

+

Make warnings for usage of deprecated macros and functions, that are meant +for the author of the CMakeLists.txt files, errors.

+
+
+
+ +
+
+-Wno-error=<what>
+

Do not treat CMake warnings as errors. <what> must be one of the following:

+
+
dev

Make warnings that are meant for the author of the CMakeLists.txt files not +errors. By default this will also turn off deprecated warnings as errors.

+
+
deprecated

Make warnings for usage of deprecated macros and functions, that are meant +for the author of the CMakeLists.txt files, not errors.

+
+
+
+ +
+
+-version [<file>], --version [<file>], /V [<file>]
+

Show program name/version banner and exit. +The output is printed to a named <file> if given.

+
+ +
+
+-h, -H, --help, -help, -usage, /?
+

Print usage information and exit.

+

Usage describes the basic command line interface and its options.

+
+ +
+
+--help <keyword> [<file>]
+

Print help for one CMake keyword.

+

<keyword> can be a property, variable, command, policy, generator +or module.

+

The relevant manual entry for <keyword> is +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+

Changed in version 3.28: Prior to CMake 3.28, this option supported command names only.

+
+
+ +
+
+--help-full [<file>]
+

Print all help manuals and exit.

+

All manuals are printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-manual <man> [<file>]
+

Print one help manual and exit.

+

The specified manual is printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-manual-list [<file>]
+

List help manuals available and exit.

+

The list contains all manuals for which help may be obtained by +using the --help-manual option followed by a manual name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-command <cmd> [<file>]
+

Print help for one command and exit.

+

The cmake-commands(7) manual entry for <cmd> is +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-command-list [<file>]
+

List commands with help available and exit.

+

The list contains all commands for which help may be obtained by +using the --help-command option followed by a command name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-commands [<file>]
+

Print cmake-commands manual and exit.

+

The cmake-commands(7) manual is printed in a +human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-module <mod> [<file>]
+

Print help for one module and exit.

+

The cmake-modules(7) manual entry for <mod> is printed +in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-module-list [<file>]
+

List modules with help available and exit.

+

The list contains all modules for which help may be obtained by +using the --help-module option followed by a module name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-modules [<file>]
+

Print cmake-modules manual and exit.

+

The cmake-modules(7) manual is printed in a human-readable +text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-policy <cmp> [<file>]
+

Print help for one policy and exit.

+

The cmake-policies(7) manual entry for <cmp> is +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-policy-list [<file>]
+

List policies with help available and exit.

+

The list contains all policies for which help may be obtained by +using the --help-policy option followed by a policy name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-policies [<file>]
+

Print cmake-policies manual and exit.

+

The cmake-policies(7) manual is printed in a +human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-property <prop> [<file>]
+

Print help for one property and exit.

+

The cmake-properties(7) manual entries for <prop> are +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-property-list [<file>]
+

List properties with help available and exit.

+

The list contains all properties for which help may be obtained by +using the --help-property option followed by a property name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-properties [<file>]
+

Print cmake-properties manual and exit.

+

The cmake-properties(7) manual is printed in a +human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-variable <var> [<file>]
+

Print help for one variable and exit.

+

The cmake-variables(7) manual entry for <var> is +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-variable-list [<file>]
+

List variables with help available and exit.

+

The list contains all variables for which help may be obtained by +using the --help-variable option followed by a variable name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-variables [<file>]
+

Print cmake-variables manual and exit.

+

The cmake-variables(7) manual is printed in a +human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+

See Also

+

The following resources are available to get help using CMake:

+
+
Home Page

https://cmake.org

+

The primary starting point for learning about CMake.

+
+
Online Documentation and Community Resources

https://cmake.org/documentation

+

Links to available documentation and community resources may be +found on this web page.

+
+
Discourse Forum

https://discourse.cmake.org

+

The Discourse Forum hosts discussion and questions about CMake.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/cmake-buildsystem.7.html b/cmake/doc/cmake/html/manual/cmake-buildsystem.7.html new file mode 100644 index 0000000000000000000000000000000000000000..a66868c6a5e3720edbc961c600089dd2b3d8fb5e --- /dev/null +++ b/cmake/doc/cmake/html/manual/cmake-buildsystem.7.html @@ -0,0 +1,1497 @@ + + + + + + + + cmake-buildsystem(7) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake-buildsystem(7)

+ +
+

Introduction

+

A CMake-based buildsystem is organized as a set of high-level logical +targets. Each target corresponds to an executable or library, or +is a custom target containing custom commands. Dependencies between the +targets are expressed in the buildsystem to determine the build order +and the rules for regeneration in response to change.

+
+
+

Binary Targets

+

Executables and libraries are defined using the add_executable() +and add_library() commands. The resulting binary files have +appropriate PREFIX, SUFFIX and extensions for the +platform targeted. Dependencies between binary targets are expressed using +the target_link_libraries() command:

+
add_library(archive archive.cpp zip.cpp lzma.cpp)
+add_executable(zipapp zipapp.cpp)
+target_link_libraries(zipapp archive)
+
+
+

archive is defined as a STATIC library -- an archive containing objects +compiled from archive.cpp, zip.cpp, and lzma.cpp. zipapp +is defined as an executable formed by compiling and linking zipapp.cpp. +When linking the zipapp executable, the archive static library is +linked in.

+
+

Binary Executables

+

The add_executable() command defines an executable target:

+
add_executable(mytool mytool.cpp)
+
+
+

Commands such as add_custom_command(), which generates rules to be +run at build time can transparently use an EXECUTABLE +target as a COMMAND executable. The buildsystem rules will ensure that +the executable is built before attempting to run the command.

+
+
+

Binary Library Types

+
+

Normal Libraries

+

By default, the add_library() command defines a STATIC library, +unless a type is specified. A type may be specified when using the command:

+
add_library(archive SHARED archive.cpp zip.cpp lzma.cpp)
+
+
+
add_library(archive STATIC archive.cpp zip.cpp lzma.cpp)
+
+
+

The BUILD_SHARED_LIBS variable may be enabled to change the +behavior of add_library() to build shared libraries by default.

+

In the context of the buildsystem definition as a whole, it is largely +irrelevant whether particular libraries are SHARED or STATIC -- +the commands, dependency specifications and other APIs work similarly +regardless of the library type. The MODULE library type is +dissimilar in that it is generally not linked to -- it is not used in +the right-hand-side of the target_link_libraries() command. +It is a type which is loaded as a plugin using runtime techniques. +If the library does not export any unmanaged symbols (e.g. Windows +resource DLL, C++/CLI DLL), it is required that the library not be a +SHARED library because CMake expects SHARED libraries to export +at least one symbol.

+
add_library(archive MODULE 7z.cpp)
+
+
+
+
Apple Frameworks
+

A SHARED library may be marked with the FRAMEWORK +target property to create an macOS or iOS Framework Bundle. +A library with the FRAMEWORK target property should also set the +FRAMEWORK_VERSION target property. This property is typically +set to the value of "A" by macOS conventions. +The MACOSX_FRAMEWORK_IDENTIFIER sets the CFBundleIdentifier key +and it uniquely identifies the bundle.

+
add_library(MyFramework SHARED MyFramework.cpp)
+set_target_properties(MyFramework PROPERTIES
+  FRAMEWORK TRUE
+  FRAMEWORK_VERSION A # Version "A" is macOS convention
+  MACOSX_FRAMEWORK_IDENTIFIER org.cmake.MyFramework
+)
+
+
+
+
+
+

Object Libraries

+

The OBJECT library type defines a non-archival collection of object files +resulting from compiling the given source files. The object files collection +may be used as source inputs to other targets by using the syntax +$<TARGET_OBJECTS:name>. This is a +generator expression that can be +used to supply the OBJECT library content to other targets:

+
add_library(archive OBJECT archive.cpp zip.cpp lzma.cpp)
+
+add_library(archiveExtras STATIC $<TARGET_OBJECTS:archive> extras.cpp)
+
+add_executable(test_exe $<TARGET_OBJECTS:archive> test.cpp)
+
+
+

The link (or archiving) step of those other targets will use the object +files collection in addition to those from their own sources.

+

Alternatively, object libraries may be linked into other targets:

+
add_library(archive OBJECT archive.cpp zip.cpp lzma.cpp)
+
+add_library(archiveExtras STATIC extras.cpp)
+target_link_libraries(archiveExtras PUBLIC archive)
+
+add_executable(test_exe test.cpp)
+target_link_libraries(test_exe archive)
+
+
+

The link (or archiving) step of those other targets will use the object +files from OBJECT libraries that are directly linked. Additionally, +usage requirements of the OBJECT libraries will be honored when compiling +sources in those other targets. Furthermore, those usage requirements +will propagate transitively to dependents of those other targets.

+

Object libraries may not be used as the TARGET in a use of the +add_custom_command(TARGET) command signature. However, +the list of objects can be used by add_custom_command(OUTPUT) +or file(GENERATE) by using $<TARGET_OBJECTS:objlib>.

+
+
+
+
+

Build Specification and Usage Requirements

+

Targets build according to their own +build specification in combination with +usage requirements propagated from their +link dependencies. Both may be specified using target-specific +commands.

+

For example:

+
add_library(archive SHARED archive.cpp zip.cpp)
+
+if (LZMA_FOUND)
+  # Add a source implementing support for lzma.
+  target_sources(archive PRIVATE lzma.cpp)
+
+  # Compile the 'archive' library sources with '-DBUILDING_WITH_LZMA'.
+  target_compile_definitions(archive PRIVATE BUILDING_WITH_LZMA)
+endif()
+
+target_compile_definitions(archive INTERFACE USING_ARCHIVE_LIB)
+
+add_executable(consumer consumer.cpp)
+
+# Link 'consumer' to 'archive'.  This also consumes its usage requirements,
+# so 'consumer.cpp' is compiled with '-DUSING_ARCHIVE_LIB'.
+target_link_libraries(consumer archive)
+
+
+
+

Target Commands

+

Target-specific commands populate the +build specification of Binary Targets and +usage requirements of Binary Targets, +Interface Libraries, and Imported Targets.

+

Invocations must specify scope keywords, each affecting the visibility +of arguments following it. The scopes are:

+
+
PUBLIC

Populates both properties for building +and properties for using a target.

+
+
PRIVATE

Populates only properties for building +a target.

+
+
INTERFACE

Populates only properties for using +a target.

+
+
+

The commands are:

+
+
target_compile_definitions()

Populates the COMPILE_DEFINITIONS build specification and +INTERFACE_COMPILE_DEFINITIONS usage requirement properties.

+

For example, the call

+
target_compile_definitions(archive
+  PRIVATE   BUILDING_WITH_LZMA
+  INTERFACE USING_ARCHIVE_LIB
+)
+
+
+

appends BUILDING_WITH_LZMA to the target's COMPILE_DEFINITIONS +property and appends USING_ARCHIVE_LIB to the target's +INTERFACE_COMPILE_DEFINITIONS property.

+
+
target_compile_options()

Populates the COMPILE_OPTIONS build specification and +INTERFACE_COMPILE_OPTIONS usage requirement properties.

+
+
target_compile_features()
+

Added in version 3.1.

+
+

Populates the COMPILE_FEATURES build specification and +INTERFACE_COMPILE_FEATURES usage requirement properties.

+
+
target_include_directories()

Populates the INCLUDE_DIRECTORIES build specification +and INTERFACE_INCLUDE_DIRECTORIES usage requirement +properties. With the SYSTEM option, it also populates the +INTERFACE_SYSTEM_INCLUDE_DIRECTORIES usage requirement.

+

For convenience, the CMAKE_INCLUDE_CURRENT_DIR variable +may be enabled to add the source directory and corresponding build +directory as INCLUDE_DIRECTORIES on all targets. Similarly, +the CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE variable may +be enabled to add them as INTERFACE_INCLUDE_DIRECTORIES on all +targets.

+
+
target_sources()
+

Added in version 3.1.

+
+

Populates the SOURCES build specification and +INTERFACE_SOURCES usage requirement properties.

+

It also supports specifying File Sets, which can add C++ module +sources and headers not listed in the SOURCES and INTERFACE_SOURCES +properties. File sets may also populate the INCLUDE_DIRECTORIES +build specification and INTERFACE_INCLUDE_DIRECTORIES usage +requirement properties with the include directories containing the headers.

+
+
target_precompile_headers()
+

Added in version 3.16.

+
+

Populates the PRECOMPILE_HEADERS build specification and +INTERFACE_PRECOMPILE_HEADERS usage requirement properties.

+
+
target_link_libraries()

Populates the LINK_LIBRARIES build specification +and INTERFACE_LINK_LIBRARIES usage requirement properties.

+

This is the primary mechanism by which link dependencies and their +usage requirements are transitively +propagated to affect compilation and linking of a target.

+
+
target_link_directories()
+

Added in version 3.13.

+
+

Populates the LINK_DIRECTORIES build specification and +INTERFACE_LINK_DIRECTORIES usage requirement properties.

+
+
target_link_options()
+

Added in version 3.13.

+
+

Populates the LINK_OPTIONS build specification and +INTERFACE_LINK_OPTIONS usage requirement properties.

+
+
+
+
+

Target Build Specification

+

The build specification of Binary Targets is represented by target +properties. For each of the following compile +and link properties, compilation and linking +of the target is affected both by its own value and by the corresponding +usage requirement property, named with +an INTERFACE_ prefix, collected from the transitive closure of link +dependencies.

+
+

Target Compile Properties

+

These represent the build specification +for compiling a target.

+
+
COMPILE_DEFINITIONS

List of compile definitions for compiling sources in the target. +These are passed to the compiler with -D flags, or equivalent, +in an unspecified order.

+

The DEFINE_SYMBOL target property is also used +as a compile definition as a special convenience case for +SHARED and MODULE library targets.

+
+
COMPILE_OPTIONS

List of compile options for compiling sources in the target. +These are passed to the compiler as flags, in the order of appearance.

+

Compile options are automatically escaped for the shell.

+

Some compile options are best specified via dedicated settings, +such as the POSITION_INDEPENDENT_CODE target property.

+
+
COMPILE_FEATURES
+

Added in version 3.1.

+
+

List of compile features needed +for compiling sources in the target. Typically these ensure the +target's sources are compiled using a sufficient language standard level.

+
+
INCLUDE_DIRECTORIES

List of include directories for compiling sources in the target. +These are passed to the compiler with -I or -isystem flags, +or equivalent, in the order of appearance.

+

For convenience, the CMAKE_INCLUDE_CURRENT_DIR variable +may be enabled to add the source directory and corresponding build +directory as INCLUDE_DIRECTORIES on all targets.

+
+
SOURCES

List of source files associated with the target. This includes sources +specified when the target was created by the add_executable(), +add_library(), or add_custom_target() command. +It also includes sources added by the target_sources() command, +but does not include File Sets.

+
+
PRECOMPILE_HEADERS
+

Added in version 3.16.

+
+

List of header files to precompile and include when compiling +sources in the target.

+
+
AUTOMOC_MACRO_NAMES
+

Added in version 3.10.

+
+

List of macro names used by AUTOMOC to determine if a +C++ source in the target needs to be processed by moc.

+
+
AUTOUIC_OPTIONS
+

Added in version 3.0.

+
+

List of options used by AUTOUIC when invoking uic +for the target.

+
+
+
+ +
+
+

Target Usage Requirements

+

The usage requirements of a target are settings that propagate to consumers, +which link to the target via target_link_libraries(), in order to +correctly compile and link with it. They are represented by transitive +compile and +link properties.

+

Note that usage requirements are not designed as a way to make downstreams +use particular COMPILE_OPTIONS, COMPILE_DEFINITIONS, +etc. for convenience only. The contents of the properties must be +requirements, not merely recommendations.

+

See the Creating Relocatable Packages section of the +cmake-packages(7) manual for discussion of additional care +that must be taken when specifying usage requirements while creating +packages for redistribution.

+

The usage requirements of a target can transitively propagate to the dependents. +The target_link_libraries() command has PRIVATE, +INTERFACE and PUBLIC keywords to control the propagation.

+
add_library(archive archive.cpp)
+target_compile_definitions(archive INTERFACE USING_ARCHIVE_LIB)
+
+add_library(serialization serialization.cpp)
+target_compile_definitions(serialization INTERFACE USING_SERIALIZATION_LIB)
+
+add_library(archiveExtras extras.cpp)
+target_link_libraries(archiveExtras PUBLIC archive)
+target_link_libraries(archiveExtras PRIVATE serialization)
+# archiveExtras is compiled with -DUSING_ARCHIVE_LIB
+# and -DUSING_SERIALIZATION_LIB
+
+add_executable(consumer consumer.cpp)
+# consumer is compiled with -DUSING_ARCHIVE_LIB
+target_link_libraries(consumer archiveExtras)
+
+
+

Because the archive is a PUBLIC dependency of archiveExtras, the +usage requirements of it are propagated to consumer too.

+

Because +serialization is a PRIVATE dependency of archiveExtras, the usage +requirements of it are not propagated to consumer.

+

Generally, a dependency should be specified in a use of +target_link_libraries() with the PRIVATE keyword if it is used by +only the implementation of a library, and not in the header files. If a +dependency is additionally used in the header files of a library (e.g. for +class inheritance), then it should be specified as a PUBLIC dependency. +A dependency which is not used by the implementation of a library, but only by +its headers should be specified as an INTERFACE dependency. The +target_link_libraries() command may be invoked with multiple uses of +each keyword:

+
target_link_libraries(archiveExtras
+  PUBLIC archive
+  PRIVATE serialization
+)
+
+
+

Usage requirements are propagated by reading the INTERFACE_ variants +of target properties from dependencies and appending the values to the +non-INTERFACE_ variants of the operand. For example, the +INTERFACE_INCLUDE_DIRECTORIES of dependencies is read and +appended to the INCLUDE_DIRECTORIES of the operand. In cases +where order is relevant and maintained, and the order resulting from the +target_link_libraries() calls does not allow correct compilation, +use of an appropriate command to set the property directly may update the +order.

+

For example, if the linked libraries for a target must be specified +in the order lib1 lib2 lib3 , but the include directories must +be specified in the order lib3 lib1 lib2:

+
target_link_libraries(myExe lib1 lib2 lib3)
+target_include_directories(myExe
+  PRIVATE $<TARGET_PROPERTY:lib3,INTERFACE_INCLUDE_DIRECTORIES>)
+
+
+

Note that care must be taken when specifying usage requirements for targets +which will be exported for installation using the install(EXPORT) +command. See Creating Packages for more.

+
+

Transitive Compile Properties

+

These represent usage requirements for +compiling consumers.

+
+
INTERFACE_COMPILE_DEFINITIONS

List of compile definitions for compiling sources in the target's consumers. +Typically these are used by the target's header files.

+
+
INTERFACE_COMPILE_OPTIONS

List of compile options for compiling sources in the target's consumers.

+
+
INTERFACE_COMPILE_FEATURES
+

Added in version 3.1.

+
+

List of compile features needed +for compiling sources in the target's consumers. Typically these +ensure the target's header files are processed when compiling consumers +using a sufficient language standard level.

+
+
INTERFACE_INCLUDE_DIRECTORIES

List of include directories for compiling sources in the target's consumers. +Typically these are the locations of the target's header files.

+
+
INTERFACE_SYSTEM_INCLUDE_DIRECTORIES

List of directories that, when specified as include directories, e.g., by +INCLUDE_DIRECTORIES or INTERFACE_INCLUDE_DIRECTORIES, +should be treated as "system" include directories when compiling sources +in the target's consumers.

+
+
INTERFACE_SOURCES

List of source files to associate with the target's consumers.

+
+
INTERFACE_PRECOMPILE_HEADERS
+

Added in version 3.16.

+
+

List of header files to precompile and include when compiling +sources in the target's consumers.

+
+
INTERFACE_AUTOMOC_MACRO_NAMES
+

Added in version 3.27.

+
+

List of macro names used by AUTOMOC to determine if a +C++ source in the target's consumers needs to be processed by moc.

+
+
INTERFACE_AUTOUIC_OPTIONS
+

Added in version 3.0.

+
+

List of options used by AUTOUIC when invoking uic +for the target's consumers.

+
+
+
+ +
+
+

Custom Transitive Properties

+
+

Added in version 3.30.

+
+

The TARGET_PROPERTY generator expression evaluates the above +build specification and +usage requirement properties +as builtin transitive properties. It also supports custom transitive +properties defined by the TRANSITIVE_COMPILE_PROPERTIES +and TRANSITIVE_LINK_PROPERTIES properties on the target +and its link dependencies.

+

For example:

+
add_library(example INTERFACE)
+set_target_properties(example PROPERTIES
+  TRANSITIVE_COMPILE_PROPERTIES "CUSTOM_C"
+  TRANSITIVE_LINK_PROPERTIES    "CUSTOM_L"
+
+  INTERFACE_CUSTOM_C "EXAMPLE_CUSTOM_C"
+  INTERFACE_CUSTOM_L "EXAMPLE_CUSTOM_L"
+  )
+
+add_library(mylib STATIC mylib.c)
+target_link_libraries(mylib PRIVATE example)
+set_target_properties(mylib PROPERTIES
+  CUSTOM_C           "MYLIB_PRIVATE_CUSTOM_C"
+  CUSTOM_L           "MYLIB_PRIVATE_CUSTOM_L"
+  INTERFACE_CUSTOM_C "MYLIB_IFACE_CUSTOM_C"
+  INTERFACE_CUSTOM_L "MYLIB_IFACE_CUSTOM_L"
+  )
+
+add_executable(myexe myexe.c)
+target_link_libraries(myexe PRIVATE mylib)
+set_target_properties(myexe PROPERTIES
+  CUSTOM_C "MYEXE_CUSTOM_C"
+  CUSTOM_L "MYEXE_CUSTOM_L"
+  )
+
+add_custom_target(print ALL VERBATIM
+  COMMAND ${CMAKE_COMMAND} -E echo
+    # Prints "MYLIB_PRIVATE_CUSTOM_C;EXAMPLE_CUSTOM_C"
+    "$<TARGET_PROPERTY:mylib,CUSTOM_C>"
+
+    # Prints "MYLIB_PRIVATE_CUSTOM_L;EXAMPLE_CUSTOM_L"
+    "$<TARGET_PROPERTY:mylib,CUSTOM_L>"
+
+    # Prints "MYEXE_CUSTOM_C"
+    "$<TARGET_PROPERTY:myexe,CUSTOM_C>"
+
+    # Prints "MYEXE_CUSTOM_L;MYLIB_IFACE_CUSTOM_L;EXAMPLE_CUSTOM_L"
+    "$<TARGET_PROPERTY:myexe,CUSTOM_L>"
+  )
+
+
+
+
+

Compatible Interface Properties

+

Some target properties are required to be compatible between a target and +the interface of each dependency. For example, the +POSITION_INDEPENDENT_CODE target property may specify a +boolean value of whether a target should be compiled as +position-independent-code, which has platform-specific consequences. +A target may also specify the usage requirement +INTERFACE_POSITION_INDEPENDENT_CODE to communicate that +consumers must be compiled as position-independent-code.

+
add_executable(exe1 exe1.cpp)
+set_property(TARGET exe1 PROPERTY POSITION_INDEPENDENT_CODE ON)
+
+add_library(lib1 SHARED lib1.cpp)
+set_property(TARGET lib1 PROPERTY INTERFACE_POSITION_INDEPENDENT_CODE ON)
+
+add_executable(exe2 exe2.cpp)
+target_link_libraries(exe2 lib1)
+
+
+

Here, both exe1 and exe2 will be compiled as position-independent-code. +lib1 will also be compiled as position-independent-code because that is the +default setting for SHARED libraries. If dependencies have conflicting, +non-compatible requirements cmake(1) issues a diagnostic:

+
add_library(lib1 SHARED lib1.cpp)
+set_property(TARGET lib1 PROPERTY INTERFACE_POSITION_INDEPENDENT_CODE ON)
+
+add_library(lib2 SHARED lib2.cpp)
+set_property(TARGET lib2 PROPERTY INTERFACE_POSITION_INDEPENDENT_CODE OFF)
+
+add_executable(exe1 exe1.cpp)
+target_link_libraries(exe1 lib1)
+set_property(TARGET exe1 PROPERTY POSITION_INDEPENDENT_CODE OFF)
+
+add_executable(exe2 exe2.cpp)
+target_link_libraries(exe2 lib1 lib2)
+
+
+

The lib1 requirement INTERFACE_POSITION_INDEPENDENT_CODE is not +"compatible" with the POSITION_INDEPENDENT_CODE property of +the exe1 target. The library requires that consumers are built as +position-independent-code, while the executable specifies to not built as +position-independent-code, so a diagnostic is issued.

+

The lib1 and lib2 requirements are not "compatible". One of them +requires that consumers are built as position-independent-code, while +the other requires that consumers are not built as position-independent-code. +Because exe2 links to both and they are in conflict, a CMake error message +is issued:

+
CMake Error: The INTERFACE_POSITION_INDEPENDENT_CODE property of "lib2" does
+not agree with the value of POSITION_INDEPENDENT_CODE already determined
+for "exe2".
+
+
+

To be "compatible", the POSITION_INDEPENDENT_CODE property, +if set must be either the same, in a boolean sense, as the +INTERFACE_POSITION_INDEPENDENT_CODE property of all transitively +specified dependencies on which that property is set.

+

This property of "compatible interface requirement" may be extended to other +properties by specifying the property in the content of the +COMPATIBLE_INTERFACE_BOOL target property. Each specified property +must be compatible between the consuming target and the corresponding property +with an INTERFACE_ prefix from each dependency:

+
add_library(lib1Version2 SHARED lib1_v2.cpp)
+set_property(TARGET lib1Version2 PROPERTY INTERFACE_CUSTOM_PROP ON)
+set_property(TARGET lib1Version2 APPEND PROPERTY
+  COMPATIBLE_INTERFACE_BOOL CUSTOM_PROP
+)
+
+add_library(lib1Version3 SHARED lib1_v3.cpp)
+set_property(TARGET lib1Version3 PROPERTY INTERFACE_CUSTOM_PROP OFF)
+
+add_executable(exe1 exe1.cpp)
+target_link_libraries(exe1 lib1Version2) # CUSTOM_PROP will be ON
+
+add_executable(exe2 exe2.cpp)
+target_link_libraries(exe2 lib1Version2 lib1Version3) # Diagnostic
+
+
+

Non-boolean properties may also participate in "compatible interface" +computations. Properties specified in the +COMPATIBLE_INTERFACE_STRING +property must be either unspecified or compare to the same string among +all transitively specified dependencies. This can be useful to ensure +that multiple incompatible versions of a library are not linked together +through transitive requirements of a target:

+
add_library(lib1Version2 SHARED lib1_v2.cpp)
+set_property(TARGET lib1Version2 PROPERTY INTERFACE_LIB_VERSION 2)
+set_property(TARGET lib1Version2 APPEND PROPERTY
+  COMPATIBLE_INTERFACE_STRING LIB_VERSION
+)
+
+add_library(lib1Version3 SHARED lib1_v3.cpp)
+set_property(TARGET lib1Version3 PROPERTY INTERFACE_LIB_VERSION 3)
+
+add_executable(exe1 exe1.cpp)
+target_link_libraries(exe1 lib1Version2) # LIB_VERSION will be "2"
+
+add_executable(exe2 exe2.cpp)
+target_link_libraries(exe2 lib1Version2 lib1Version3) # Diagnostic
+
+
+

The COMPATIBLE_INTERFACE_NUMBER_MAX target property specifies +that content will be evaluated numerically and the maximum number among all +specified will be calculated:

+
add_library(lib1Version2 SHARED lib1_v2.cpp)
+set_property(TARGET lib1Version2 PROPERTY INTERFACE_CONTAINER_SIZE_REQUIRED 200)
+set_property(TARGET lib1Version2 APPEND PROPERTY
+  COMPATIBLE_INTERFACE_NUMBER_MAX CONTAINER_SIZE_REQUIRED
+)
+
+add_library(lib1Version3 SHARED lib1_v3.cpp)
+set_property(TARGET lib1Version3 PROPERTY INTERFACE_CONTAINER_SIZE_REQUIRED 1000)
+
+add_executable(exe1 exe1.cpp)
+# CONTAINER_SIZE_REQUIRED will be "200"
+target_link_libraries(exe1 lib1Version2)
+
+add_executable(exe2 exe2.cpp)
+# CONTAINER_SIZE_REQUIRED will be "1000"
+target_link_libraries(exe2 lib1Version2 lib1Version3)
+
+
+

Similarly, the COMPATIBLE_INTERFACE_NUMBER_MIN may be used to +calculate the numeric minimum value for a property from dependencies.

+

Each calculated "compatible" property value may be read in the consumer at +generate-time using generator expressions.

+

Note that for each dependee, the set of properties specified in each +compatible interface property must not intersect with the set specified in +any of the other properties.

+
+
+

Property Origin Debugging

+

Because build specifications can be determined by dependencies, the lack of +locality of code which creates a target and code which is responsible for +setting build specifications may make the code more difficult to reason about. +cmake(1) provides a debugging facility to print the origin of the +contents of properties which may be determined by dependencies. The properties +which can be debugged are listed in the +CMAKE_DEBUG_TARGET_PROPERTIES variable documentation:

+
set(CMAKE_DEBUG_TARGET_PROPERTIES
+  INCLUDE_DIRECTORIES
+  COMPILE_DEFINITIONS
+  POSITION_INDEPENDENT_CODE
+  CONTAINER_SIZE_REQUIRED
+  LIB_VERSION
+)
+add_executable(exe1 exe1.cpp)
+
+
+

In the case of properties listed in COMPATIBLE_INTERFACE_BOOL or +COMPATIBLE_INTERFACE_STRING, the debug output shows which target +was responsible for setting the property, and which other dependencies also +defined the property. In the case of +COMPATIBLE_INTERFACE_NUMBER_MAX and +COMPATIBLE_INTERFACE_NUMBER_MIN, the debug output shows the +value of the property from each dependency, and whether the value determines +the new extreme.

+
+
+

Build Specification with Generator Expressions

+

Build specifications may use +generator expressions containing +content which may be conditional or known only at generate-time. For example, +the calculated "compatible" value of a property may be read with the +TARGET_PROPERTY expression:

+
add_library(lib1Version2 SHARED lib1_v2.cpp)
+set_property(TARGET lib1Version2 PROPERTY
+  INTERFACE_CONTAINER_SIZE_REQUIRED 200)
+set_property(TARGET lib1Version2 APPEND PROPERTY
+  COMPATIBLE_INTERFACE_NUMBER_MAX CONTAINER_SIZE_REQUIRED
+)
+
+add_executable(exe1 exe1.cpp)
+target_link_libraries(exe1 lib1Version2)
+target_compile_definitions(exe1 PRIVATE
+    CONTAINER_SIZE=$<TARGET_PROPERTY:CONTAINER_SIZE_REQUIRED>
+)
+
+
+

In this case, the exe1 source files will be compiled with +-DCONTAINER_SIZE=200.

+

The unary TARGET_PROPERTY generator expression and the TARGET_POLICY +generator expression are evaluated with the consuming target context. This +means that a usage requirement specification may be evaluated differently based +on the consumer:

+
add_library(lib1 lib1.cpp)
+target_compile_definitions(lib1 INTERFACE
+  $<$<STREQUAL:$<TARGET_PROPERTY:TYPE>,EXECUTABLE>:LIB1_WITH_EXE>
+  $<$<STREQUAL:$<TARGET_PROPERTY:TYPE>,SHARED_LIBRARY>:LIB1_WITH_SHARED_LIB>
+  $<$<TARGET_POLICY:CMP0041>:CONSUMER_CMP0041_NEW>
+)
+
+add_executable(exe1 exe1.cpp)
+target_link_libraries(exe1 lib1)
+
+cmake_policy(SET CMP0041 NEW)
+
+add_library(shared_lib shared_lib.cpp)
+target_link_libraries(shared_lib lib1)
+
+
+

The exe1 executable will be compiled with -DLIB1_WITH_EXE, while the +shared_lib shared library will be compiled with -DLIB1_WITH_SHARED_LIB +and -DCONSUMER_CMP0041_NEW, because policy CMP0041 is +NEW at the point where the shared_lib target is created.

+

The BUILD_INTERFACE expression wraps requirements which are only used when +consumed from a target in the same buildsystem, or when consumed from a target +exported to the build directory using the export() command. The +INSTALL_INTERFACE expression wraps requirements which are only used when +consumed from a target which has been installed and exported with the +install(EXPORT) command:

+
add_library(ClimbingStats climbingstats.cpp)
+target_compile_definitions(ClimbingStats INTERFACE
+  $<BUILD_INTERFACE:ClimbingStats_FROM_BUILD_LOCATION>
+  $<INSTALL_INTERFACE:ClimbingStats_FROM_INSTALLED_LOCATION>
+)
+install(TARGETS ClimbingStats EXPORT libExport ${InstallArgs})
+install(EXPORT libExport NAMESPACE Upstream::
+        DESTINATION lib/cmake/ClimbingStats)
+export(EXPORT libExport NAMESPACE Upstream::)
+
+add_executable(exe1 exe1.cpp)
+target_link_libraries(exe1 ClimbingStats)
+
+
+

In this case, the exe1 executable will be compiled with +-DClimbingStats_FROM_BUILD_LOCATION. The exporting commands generate +IMPORTED targets with either the INSTALL_INTERFACE or the +BUILD_INTERFACE omitted, and the *_INTERFACE marker stripped away. +A separate project consuming the ClimbingStats package would contain:

+
find_package(ClimbingStats REQUIRED)
+
+add_executable(Downstream main.cpp)
+target_link_libraries(Downstream Upstream::ClimbingStats)
+
+
+

Depending on whether the ClimbingStats package was used from the build +location or the install location, the Downstream target would be compiled +with either -DClimbingStats_FROM_BUILD_LOCATION or +-DClimbingStats_FROM_INSTALL_LOCATION. For more about packages and +exporting see the cmake-packages(7) manual.

+
+

Include Directories and Usage Requirements

+

Include directories require some special consideration when specified as usage +requirements and when used with generator expressions. The +target_include_directories() command accepts both relative and +absolute include directories:

+
add_library(lib1 lib1.cpp)
+target_include_directories(lib1 PRIVATE
+  /absolute/path
+  relative/path
+)
+
+
+

Relative paths are interpreted relative to the source directory where the +command appears. Relative paths are not allowed in the +INTERFACE_INCLUDE_DIRECTORIES of IMPORTED targets.

+

In cases where a non-trivial generator expression is used, the +INSTALL_PREFIX expression may be used within the argument of an +INSTALL_INTERFACE expression. It is a replacement marker which +expands to the installation prefix when imported by a consuming project.

+

Include directories usage requirements commonly differ between the build-tree +and the install-tree. The BUILD_INTERFACE and INSTALL_INTERFACE +generator expressions can be used to describe separate usage requirements +based on the usage location. Relative paths are allowed within the +INSTALL_INTERFACE expression and are interpreted relative to the +installation prefix. For example:

+
add_library(ClimbingStats climbingstats.cpp)
+target_include_directories(ClimbingStats INTERFACE
+  $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/generated>
+  $<INSTALL_INTERFACE:/absolute/path>
+  $<INSTALL_INTERFACE:relative/path>
+  $<INSTALL_INTERFACE:$<INSTALL_PREFIX>/$<CONFIG>/generated>
+)
+
+
+

Two convenience APIs are provided relating to include directories usage +requirements. The CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE variable +may be enabled, with an equivalent effect to:

+
set_property(TARGET tgt APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
+  $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR};${CMAKE_CURRENT_BINARY_DIR}>
+)
+
+
+

for each target affected. The convenience for installed targets is +an INCLUDES DESTINATION component with the install(TARGETS) +command:

+
install(TARGETS foo bar bat EXPORT tgts ${dest_args}
+  INCLUDES DESTINATION include
+)
+install(EXPORT tgts ${other_args})
+install(FILES ${headers} DESTINATION include)
+
+
+

This is equivalent to appending ${CMAKE_INSTALL_PREFIX}/include to the +INTERFACE_INCLUDE_DIRECTORIES of each of the installed +IMPORTED targets when generated by install(EXPORT).

+

When the INTERFACE_INCLUDE_DIRECTORIES of an +imported target is consumed, the entries in the +property may be treated as system include directories. The effects of that +are toolchain-dependent, but one common effect is to omit compiler warnings +for headers found in those directories. The SYSTEM property of +the installed target determines this behavior (see the +EXPORT_NO_SYSTEM property for how to modify the installed value +for a target). It is also possible to change how consumers interpret the +system behavior of consumed imported targets by setting the +NO_SYSTEM_FROM_IMPORTED target property on the consumer.

+

If a binary target is linked transitively to a macOS FRAMEWORK, the +Headers directory of the framework is also treated as a usage requirement. +This has the same effect as passing the framework directory as an include +directory.

+
+
+ +
+

Output Artifacts

+

The buildsystem targets created by the add_library() and +add_executable() commands create rules to create binary outputs. +The exact output location of the binaries can only be determined at +generate-time because it can depend on the build-configuration and the +link-language of linked dependencies etc. TARGET_FILE, +TARGET_LINKER_FILE and related expressions can be used to access the +name and location of generated binaries. These expressions do not work +for OBJECT libraries however, as there is no single file generated +by such libraries which is relevant to the expressions.

+

There are three kinds of output artifacts that may be build by targets +as detailed in the following sections. Their classification differs +between DLL platforms and non-DLL platforms. All Windows-based +systems including Cygwin are DLL platforms.

+
+

Runtime Output Artifacts

+

A runtime output artifact of a buildsystem target may be:

+
    +
  • The executable file (e.g. .exe) of an executable target +created by the add_executable() command.

  • +
  • On DLL platforms: the executable file (e.g. .dll) of a shared +library target created by the add_library() command +with the SHARED option.

  • +
+

The RUNTIME_OUTPUT_DIRECTORY and RUNTIME_OUTPUT_NAME +target properties may be used to control runtime output artifact locations +and names in the build tree.

+
+
+

Library Output Artifacts

+

A library output artifact of a buildsystem target may be:

+
    +
  • The loadable module file (e.g. .dll or .so) of a module +library target created by the add_library() command +with the MODULE option.

  • +
  • On non-DLL platforms: the shared library file (e.g. .so or .dylib) +of a shared library target created by the add_library() +command with the SHARED option.

  • +
+

The LIBRARY_OUTPUT_DIRECTORY and LIBRARY_OUTPUT_NAME +target properties may be used to control library output artifact locations +and names in the build tree.

+
+
+

Archive Output Artifacts

+

An archive output artifact of a buildsystem target may be:

+
    +
  • The static library file (e.g. .lib or .a) of a static +library target created by the add_library() command +with the STATIC option.

  • +
  • On DLL platforms: the import library file (e.g. .lib) of a shared +library target created by the add_library() command +with the SHARED option. This file is only guaranteed to exist if +the library exports at least one unmanaged symbol.

  • +
  • On DLL platforms: the import library file (e.g. .lib) of an +executable target created by the add_executable() command +when its ENABLE_EXPORTS target property is set.

  • +
  • On AIX: the linker import file (e.g. .imp) of an executable target +created by the add_executable() command when its +ENABLE_EXPORTS target property is set.

  • +
  • On macOS: the linker import file (e.g. .tbd) of a shared library target +created by the add_library() command with the SHARED option and +when its ENABLE_EXPORTS target property is set.

  • +
+

The ARCHIVE_OUTPUT_DIRECTORY and ARCHIVE_OUTPUT_NAME +target properties may be used to control archive output artifact locations +and names in the build tree.

+
+
+
+

Directory-Scoped Commands

+

The target_include_directories(), +target_compile_definitions() and +target_compile_options() commands have an effect on only one +target at a time. The commands add_compile_definitions(), +add_compile_options() and include_directories() have +a similar function, but operate at directory scope instead of target +scope for convenience.

+
+
+
+

Build Configurations

+

Configurations determine specifications for a certain type of build, such +as Release or Debug. The way this is specified depends on the type +of generator being used. For single +configuration generators like Makefile Generators and +Ninja, the configuration is specified at configure time by the +CMAKE_BUILD_TYPE variable. For multi-configuration generators +like Visual Studio, Xcode, and +Ninja Multi-Config, the configuration is chosen by the user at +build time and CMAKE_BUILD_TYPE is ignored. In the +multi-configuration case, the set of available configurations is specified +at configure time by the CMAKE_CONFIGURATION_TYPES variable, +but the actual configuration used cannot be known until the build stage. +This difference is often misunderstood, leading to problematic code like the +following:

+
# WARNING: This is wrong for multi-config generators because they don't use
+#          and typically don't even set CMAKE_BUILD_TYPE
+string(TOLOWER ${CMAKE_BUILD_TYPE} build_type)
+if (build_type STREQUAL debug)
+  target_compile_definitions(exe1 PRIVATE DEBUG_BUILD)
+endif()
+
+
+

Generator expressions should be +used instead to handle configuration-specific logic correctly, regardless of +the generator used. For example:

+
# Works correctly for both single and multi-config generators
+target_compile_definitions(exe1 PRIVATE
+  $<$<CONFIG:Debug>:DEBUG_BUILD>
+)
+
+
+

In the presence of IMPORTED targets, the content of +MAP_IMPORTED_CONFIG_DEBUG is also +accounted for by the above $<CONFIG:Debug> expression.

+
+

Case Sensitivity

+

CMAKE_BUILD_TYPE and CMAKE_CONFIGURATION_TYPES are +just like other variables in that any string comparisons made with their +values will be case-sensitive. The $<CONFIG> generator expression also +preserves the casing of the configuration as set by the user or CMake defaults. +For example:

+
# NOTE: Don't use these patterns, they are for illustration purposes only.
+
+set(CMAKE_BUILD_TYPE Debug)
+if(CMAKE_BUILD_TYPE STREQUAL DEBUG)
+  # ... will never get here, "Debug" != "DEBUG"
+endif()
+add_custom_target(print_config ALL
+  # Prints "Config is Debug" in this single-config case
+  COMMAND ${CMAKE_COMMAND} -E echo "Config is $<CONFIG>"
+  VERBATIM
+)
+
+set(CMAKE_CONFIGURATION_TYPES Debug Release)
+if(DEBUG IN_LIST CMAKE_CONFIGURATION_TYPES)
+  # ... will never get here, "Debug" != "DEBUG"
+endif()
+
+
+

In contrast, CMake treats the configuration type case-insensitively when +using it internally in places that modify behavior based on the configuration. +For example, the $<CONFIG:Debug> generator expression will evaluate to 1 +for a configuration of not only Debug, but also DEBUG, debug or +even DeBuG. Therefore, you can specify configuration types in +CMAKE_BUILD_TYPE and CMAKE_CONFIGURATION_TYPES with +any mixture of upper and lowercase, although there are strong conventions +(see the next section). If you must test the value in string comparisons, +always convert the value to upper or lowercase first and adjust the test +accordingly.

+
+
+

Default And Custom Configurations

+

By default, CMake defines a number of standard configurations:

+
    +
  • Debug

  • +
  • Release

  • +
  • RelWithDebInfo

  • +
  • MinSizeRel

  • +
+

In multi-config generators, the CMAKE_CONFIGURATION_TYPES variable +will be populated with (potentially a subset of) the above list by default, +unless overridden by the project or user. The actual configuration used is +selected by the user at build time.

+

For single-config generators, the configuration is specified with the +CMAKE_BUILD_TYPE variable at configure time and cannot be changed +at build time. The default value will often be none of the above standard +configurations and will instead be an empty string. A common misunderstanding +is that this is the same as Debug, but that is not the case. Users should +always explicitly specify the build type instead to avoid this common problem.

+

The above standard configuration types provide reasonable behavior on most +platforms, but they can be extended to provide other types. Each configuration +defines a set of compiler and linker flag variables for the language in use. +These variables follow the convention CMAKE_<LANG>_FLAGS_<CONFIG>, +where <CONFIG> is always the uppercase configuration name. When defining +a custom configuration type, make sure these variables are set appropriately, +typically as cache variables.

+
+
+
+

Pseudo Targets

+

Some target types do not represent outputs of the buildsystem, but only inputs +such as external dependencies, aliases or other non-build artifacts. Pseudo +targets are not represented in the generated buildsystem.

+
+

Imported Targets

+

An IMPORTED target represents a pre-existing dependency. Usually +such targets are defined by an upstream package and should be treated as +immutable. After declaring an IMPORTED target one can adjust its +target properties by using the customary commands such as +target_compile_definitions(), target_include_directories(), +target_compile_options() or target_link_libraries() just like +with any other regular target.

+

IMPORTED targets may have the same usage requirement properties +populated as binary targets, such as +INTERFACE_INCLUDE_DIRECTORIES, +INTERFACE_COMPILE_DEFINITIONS, +INTERFACE_COMPILE_OPTIONS, +INTERFACE_LINK_LIBRARIES, and +INTERFACE_POSITION_INDEPENDENT_CODE.

+

The LOCATION may also be read from an IMPORTED target, though there +is rarely reason to do so. Commands such as add_custom_command() can +transparently use an IMPORTED EXECUTABLE target +as a COMMAND executable.

+

The scope of the definition of an IMPORTED target is the directory +where it was defined. It may be accessed and used from subdirectories, but +not from parent directories or sibling directories. The scope is similar to +the scope of a cmake variable.

+

It is also possible to define a GLOBAL IMPORTED target which is +accessible globally in the buildsystem.

+

See the cmake-packages(7) manual for more on creating packages +with IMPORTED targets.

+
+
+

Alias Targets

+

An ALIAS target is a name which may be used interchangeably with +a binary target name in read-only contexts. A primary use-case for ALIAS +targets is for example or unit test executables accompanying a library, which +may be part of the same buildsystem or built separately based on user +configuration.

+
add_library(lib1 lib1.cpp)
+install(TARGETS lib1 EXPORT lib1Export ${dest_args})
+install(EXPORT lib1Export NAMESPACE Upstream:: ${other_args})
+
+add_library(Upstream::lib1 ALIAS lib1)
+
+
+

In another directory, we can link unconditionally to the Upstream::lib1 +target, which may be an IMPORTED target from a package, or an +ALIAS target if built as part of the same buildsystem.

+
if (NOT TARGET Upstream::lib1)
+  find_package(lib1 REQUIRED)
+endif()
+add_executable(exe1 exe1.cpp)
+target_link_libraries(exe1 Upstream::lib1)
+
+
+

ALIAS targets are not mutable, installable or exportable. They are +entirely local to the buildsystem description. A name can be tested for +whether it is an ALIAS name by reading the ALIASED_TARGET +property from it:

+
get_target_property(_aliased Upstream::lib1 ALIASED_TARGET)
+if(_aliased)
+  message(STATUS "The name Upstream::lib1 is an ALIAS for ${_aliased}.")
+endif()
+
+
+
+
+

Interface Libraries

+

An INTERFACE library target does not compile sources and does not +produce a library artifact on disk, so it has no LOCATION.

+

It may specify usage requirements such as +INTERFACE_INCLUDE_DIRECTORIES, +INTERFACE_COMPILE_DEFINITIONS, +INTERFACE_COMPILE_OPTIONS, +INTERFACE_LINK_LIBRARIES, +INTERFACE_SOURCES, +and INTERFACE_POSITION_INDEPENDENT_CODE. +Only the INTERFACE modes of the target_include_directories(), +target_compile_definitions(), target_compile_options(), +target_sources(), and target_link_libraries() commands +may be used with INTERFACE libraries.

+

Since CMake 3.19, an INTERFACE library target may optionally contain +source files. An interface library that contains source files will be +included as a build target in the generated buildsystem. It does not +compile sources, but may contain custom commands to generate other sources. +Additionally, IDEs will show the source files as part of the target for +interactive reading and editing.

+

A primary use-case for INTERFACE libraries is header-only libraries. +Since CMake 3.23, header files may be associated with a library by adding +them to a header set using the target_sources() command:

+
add_library(Eigen INTERFACE)
+
+target_sources(Eigen PUBLIC
+  FILE_SET HEADERS
+    BASE_DIRS src
+    FILES src/eigen.h src/vector.h src/matrix.h
+)
+
+add_executable(exe1 exe1.cpp)
+target_link_libraries(exe1 Eigen)
+
+
+

When we specify the FILE_SET here, the BASE_DIRS we define automatically +become include directories in the usage requirements for the target Eigen. +The usage requirements from the target are consumed and used when compiling, but +have no effect on linking.

+

Another use-case is to employ an entirely target-focussed design for usage +requirements:

+
add_library(pic_on INTERFACE)
+set_property(TARGET pic_on PROPERTY INTERFACE_POSITION_INDEPENDENT_CODE ON)
+add_library(pic_off INTERFACE)
+set_property(TARGET pic_off PROPERTY INTERFACE_POSITION_INDEPENDENT_CODE OFF)
+
+add_library(enable_rtti INTERFACE)
+target_compile_options(enable_rtti INTERFACE
+  $<$<OR:$<COMPILER_ID:GNU>,$<COMPILER_ID:Clang>>:-rtti>
+)
+
+add_executable(exe1 exe1.cpp)
+target_link_libraries(exe1 pic_on enable_rtti)
+
+
+

This way, the build specification of exe1 is expressed entirely as linked +targets, and the complexity of compiler-specific flags is encapsulated in an +INTERFACE library target.

+

INTERFACE libraries may be installed and exported. We can install the +default header set along with the target:

+
add_library(Eigen INTERFACE)
+
+target_sources(Eigen INTERFACE
+  FILE_SET HEADERS
+    BASE_DIRS src
+    FILES src/eigen.h src/vector.h src/matrix.h
+)
+
+install(TARGETS Eigen EXPORT eigenExport
+  FILE_SET HEADERS DESTINATION include/Eigen)
+install(EXPORT eigenExport NAMESPACE Upstream::
+  DESTINATION lib/cmake/Eigen
+)
+
+
+

Here, the headers defined in the header set are installed to include/Eigen. +The install destination automatically becomes an include directory that is a +usage requirement for consumers.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/cmake-commands.7.html b/cmake/doc/cmake/html/manual/cmake-commands.7.html new file mode 100644 index 0000000000000000000000000000000000000000..03bfccbc9df65e700d80e273a7825144cc448aeb --- /dev/null +++ b/cmake/doc/cmake/html/manual/cmake-commands.7.html @@ -0,0 +1,322 @@ + + + + + + + + cmake-commands(7) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake-commands(7)

+ +
+

Scripting Commands

+

These commands are always available.

+ +
+
+

Project Commands

+

These commands are available only in CMake projects.

+ +
+
+

CTest Commands

+

These commands are available only in CTest scripts.

+ +
+
+

Deprecated Commands

+

These commands are deprecated and are only made available to maintain +backward compatibility. The documentation of each command states the +CMake version in which it was deprecated. Do not use these commands +in new code.

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/cmake-compile-features.7.html b/cmake/doc/cmake/html/manual/cmake-compile-features.7.html new file mode 100644 index 0000000000000000000000000000000000000000..33aab091117a49c04eb709c03a5de4d52e977e0e --- /dev/null +++ b/cmake/doc/cmake/html/manual/cmake-compile-features.7.html @@ -0,0 +1,436 @@ + + + + + + + + cmake-compile-features(7) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake-compile-features(7)

+ +
+

Introduction

+

Project source code may depend on, or be conditional on, the availability +of certain features of the compiler. There are three use-cases which arise: +Compile Feature Requirements, Optional Compile Features +and Conditional Compilation Options.

+

While features are typically specified in programming language standards, +CMake provides a primary user interface based on granular handling of +the features, not the language standard that introduced the feature.

+

The CMAKE_C_KNOWN_FEATURES, CMAKE_CUDA_KNOWN_FEATURES, +and CMAKE_CXX_KNOWN_FEATURES global properties contain all the +features known to CMake, regardless of compiler support for the feature. +The CMAKE_C_COMPILE_FEATURES, CMAKE_CUDA_COMPILE_FEATURES +, and CMAKE_CXX_COMPILE_FEATURES variables contain all features +CMake knows are known to the compiler, regardless of language standard +or compile flags needed to use them.

+

Features known to CMake are named mostly following the same convention +as the Clang feature test macros. There are some exceptions, such as +CMake using cxx_final and cxx_override instead of the single +cxx_override_control used by Clang.

+

Note that there are no separate compile features properties or variables for +the OBJC or OBJCXX languages. These are based off C or C++ +respectively, so the properties and variables for their corresponding base +language should be used instead.

+
+
+

Compile Feature Requirements

+

Compile feature requirements may be specified with the +target_compile_features() command. For example, if a target must +be compiled with compiler support for the +cxx_constexpr feature:

+
add_library(mylib requires_constexpr.cpp)
+target_compile_features(mylib PRIVATE cxx_constexpr)
+
+
+

In processing the requirement for the cxx_constexpr feature, +cmake(1) will ensure that the in-use C++ compiler is capable +of the feature, and will add any necessary flags such as -std=gnu++11 +to the compile lines of C++ files in the mylib target. A +FATAL_ERROR is issued if the compiler is not capable of the +feature.

+

The exact compile flags and language standard are deliberately not part +of the user interface for this use-case. CMake will compute the +appropriate compile flags to use by considering the features specified +for each target.

+

Such compile flags are added even if the compiler supports the +particular feature without the flag. For example, the GNU compiler +supports variadic templates (with a warning) even if -std=gnu++98 is +used. CMake adds the -std=gnu++11 flag if cxx_variadic_templates +is specified as a requirement.

+

In the above example, mylib requires cxx_constexpr when it +is built itself, but consumers of mylib are not required to use a +compiler which supports cxx_constexpr. If the interface of +mylib does require the cxx_constexpr feature (or any other +known feature), that may be specified with the PUBLIC or +INTERFACE signatures of target_compile_features():

+
add_library(mylib requires_constexpr.cpp)
+# cxx_constexpr is a usage-requirement
+target_compile_features(mylib PUBLIC cxx_constexpr)
+
+# main.cpp will be compiled with -std=gnu++11 on GNU for cxx_constexpr.
+add_executable(myexe main.cpp)
+target_link_libraries(myexe mylib)
+
+
+

Feature requirements are evaluated transitively by consuming the link +implementation. See cmake-buildsystem(7) for more on +transitive behavior of build properties and usage requirements.

+
+

Requiring Language Standards

+

In projects that use a large number of commonly available features from +a particular language standard (e.g. C++ 11) one may specify a +meta-feature (e.g. cxx_std_11) that requires use of a compiler mode +that is at minimum aware of that standard, but could be greater. +This is simpler than specifying all the features individually, but does +not guarantee the existence of any particular feature. +Diagnosis of use of unsupported features will be delayed until compile time.

+

For example, if C++ 11 features are used extensively in a project's +header files, then clients must use a compiler mode that is no less +than C++ 11. This can be requested with the code:

+
target_compile_features(mylib PUBLIC cxx_std_11)
+
+
+

In this example, CMake will ensure the compiler is invoked in a mode +of at-least C++ 11 (or C++ 14, C++ 17, ...), adding flags such as +-std=gnu++11 if necessary. This applies to sources within mylib +as well as any dependents (that may include headers from mylib).

+
+

Note

+

If the compiler's default standard level is at least that +of the requested feature, CMake may omit the -std= flag. +The flag may still be added if the compiler's default extensions mode +does not match the <LANG>_EXTENSIONS target property, +or if the <LANG>_STANDARD target property is set.

+
+
+
+

Availability of Compiler Extensions

+

The <LANG>_EXTENSIONS target property defaults to the compiler's +default (see CMAKE_<LANG>_EXTENSIONS_DEFAULT). Note that because +most compilers enable extensions by default, this may expose portability bugs +in user code or in the headers of third-party dependencies.

+

<LANG>_EXTENSIONS used to default to ON. See CMP0128.

+
+
+
+

Optional Compile Features

+

Compile features may be preferred if available, without creating a hard +requirement. This can be achieved by not specifying features with +target_compile_features() and instead checking the compiler +capabilities with preprocessor conditions in project code.

+

In this use-case, the project may wish to establish a particular language +standard if available from the compiler, and use preprocessor conditions +to detect the features actually available. A language standard may be +established by Requiring Language Standards using +target_compile_features() with meta-features like cxx_std_11, +or by setting the CXX_STANDARD target property or +CMAKE_CXX_STANDARD variable.

+

See also policy CMP0120 and legacy documentation on +Example Usage of the deprecated +WriteCompilerDetectionHeader module.

+
+
+

Conditional Compilation Options

+

Libraries may provide entirely different header files depending on +requested compiler features.

+

For example, a header at with_variadics/interface.h may contain:

+
template<int I, int... Is>
+struct Interface;
+
+template<int I>
+struct Interface<I>
+{
+  static int accumulate()
+  {
+    return I;
+  }
+};
+
+template<int I, int... Is>
+struct Interface
+{
+  static int accumulate()
+  {
+    return I + Interface<Is...>::accumulate();
+  }
+};
+
+
+

while a header at no_variadics/interface.h may contain:

+
template<int I1, int I2 = 0, int I3 = 0, int I4 = 0>
+struct Interface
+{
+  static int accumulate() { return I1 + I2 + I3 + I4; }
+};
+
+
+

It may be possible to write an abstraction interface.h header +containing something like:

+
#ifdef HAVE_CXX_VARIADIC_TEMPLATES
+#include "with_variadics/interface.h"
+#else
+#include "no_variadics/interface.h"
+#endif
+
+
+

However this could be unmaintainable if there are many files to +abstract. What is needed is to use alternative include directories +depending on the compiler capabilities.

+

CMake provides a COMPILE_FEATURES +generator expression to implement +such conditions. This may be used with the build-property commands such as +target_include_directories() and target_link_libraries() +to set the appropriate buildsystem +properties:

+
add_library(foo INTERFACE)
+set(with_variadics ${CMAKE_CURRENT_SOURCE_DIR}/with_variadics)
+set(no_variadics ${CMAKE_CURRENT_SOURCE_DIR}/no_variadics)
+target_include_directories(foo
+  INTERFACE
+    "$<$<COMPILE_FEATURES:cxx_variadic_templates>:${with_variadics}>"
+    "$<$<NOT:$<COMPILE_FEATURES:cxx_variadic_templates>>:${no_variadics}>"
+  )
+
+
+

Consuming code then simply links to the foo target as usual and uses +the feature-appropriate include directory

+
add_executable(consumer_with consumer_with.cpp)
+target_link_libraries(consumer_with foo)
+set_property(TARGET consumer_with CXX_STANDARD 11)
+
+add_executable(consumer_no consumer_no.cpp)
+target_link_libraries(consumer_no foo)
+
+
+
+
+

Supported Compilers

+

CMake is currently aware of the C++ standards +and compile features available from +the following compiler ids as of the +versions specified for each:

+
    +
  • AppleClang: Apple Clang for Xcode versions 4.4+.

  • +
  • Clang: Clang compiler versions 2.9+.

  • +
  • GNU: GNU compiler versions 4.4+.

  • +
  • MSVC: Microsoft Visual Studio versions 2010+.

  • +
  • SunPro: Oracle SolarisStudio versions 12.4+.

  • +
  • Intel: Intel compiler versions 12.1+.

  • +
+

CMake is currently aware of the C standards +and compile features available from +the following compiler ids as of the +versions specified for each:

+
    +
  • all compilers and versions listed above for C++.

  • +
  • GNU: GNU compiler versions 3.4+

  • +
+

CMake is currently aware of the C++ standards and +their associated meta-features (e.g. cxx_std_11) available from the +following compiler ids as of the +versions specified for each:

+
    +
  • Cray: Cray Compiler Environment version 8.1+.

  • +
  • Fujitsu: Fujitsu HPC compiler 4.0+.

  • +
  • PGI: PGI version 12.10+.

  • +
  • NVHPC: NVIDIA HPC compilers version 11.0+.

  • +
  • TI: Texas Instruments compiler.

  • +
  • TIClang: Texas Instruments Clang-based compilers.

  • +
  • XL: IBM XL version 10.1+.

  • +
+

CMake is currently aware of the C standards and +their associated meta-features (e.g. c_std_99) available from the +following compiler ids as of the +versions specified for each:

+
    +
  • all compilers and versions listed above with only meta-features for C++.

  • +
+

CMake is currently aware of the CUDA standards and +their associated meta-features (e.g. cuda_std_11) available from the +following compiler ids as of the +versions specified for each:

+
    +
  • Clang: Clang compiler 5.0+.

  • +
  • NVIDIA: NVIDIA nvcc compiler 7.5+.

  • +
+
+
+

Language Standard Flags

+

In order to satisfy requirements specified by the +target_compile_features() command or the +CMAKE_<LANG>_STANDARD variable, CMake may pass a +language standard flag to the compiler, such as -std=c++11.

+

For Visual Studio Generators, CMake cannot precisely control +the placement of the language standard flag on the compiler command line. +For Ninja Generators, Makefile Generators, and +Xcode, CMake places the language standard flag just after +the language-wide flags from CMAKE_<LANG>_FLAGS +and CMAKE_<LANG>_FLAGS_<CONFIG>.

+
+

Changed in version 3.26: The language standard flag is placed before flags specified by other +abstractions such as the target_compile_options() command. +Prior to CMake 3.26, the language standard flag was placed after them.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/cmake-configure-log.7.html b/cmake/doc/cmake/html/manual/cmake-configure-log.7.html new file mode 100644 index 0000000000000000000000000000000000000000..834c0bb378d245103e0cccfe12ab80e75c0a4d27 --- /dev/null +++ b/cmake/doc/cmake/html/manual/cmake-configure-log.7.html @@ -0,0 +1,473 @@ + + + + + + + + cmake-configure-log(7) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake-configure-log(7)

+
+

Added in version 3.26.

+
+ +
+

Introduction

+

CMake writes a running log, known as the configure log, +of certain events that occur during the Configure step. +The configure log does not contain a log of all output, errors, +or messages printed while configuring a project. It is a log of +detailed information about specific events, such as toolchain inspection +by try_compile(), meant for use in debugging the configuration +of a build tree.

+

For human use, this version of CMake writes the configure log to the file:

+
${CMAKE_BINARY_DIR}/CMakeFiles/CMakeConfigureLog.yaml
+
+
+

However, the location and name of the log file may change in future +versions of CMake. Tools that read the configure log should get its +location using a configureLog query to +the cmake-file-api(7). +See the Log Versioning section below for details.

+
+
+

Log Structure

+

The configure log is designed to be both machine- and human-readable.

+

The log file is a YAML document stream containing zero or more YAML +documents separated by document markers. Each document begins +with a --- document marker line, contains a single YAML mapping +that logs events from one CMake "configure" step, and, if the configure +step finished normally, ends with a ... document marker line:

+
---
+events:
+  -
+    kind: "try_compile-v1"
+    # (other fields omitted)
+  -
+    kind: "try_compile-v1"
+    # (other fields omitted)
+...
+
+
+

A new document is appended to the log every time CMake configures +the build tree and logs new events.

+

The keys of each document root mapping are:

+
+
events

A YAML block sequence of nodes corresponding to events logged during +one CMake "configure" step. Each event is a YAML node containing one +of the Event Kinds documented below.

+
+
+
+

Log Versioning

+

Each of the Event Kinds is versioned independently. The set of +keys an event's log entry provides is specific to its major version. +When an event is logged, the latest version of its event kind that is +known to the running version of CMake is always written to the log.

+

Tools reading the configure log must ignore event kinds and versions +they do not understand:

+
    +
  • A future version of CMake may introduce a new event kind or version.

  • +
  • If an existing build tree is re-configured with a different version of +CMake, the log may contain different versions of the same event kind.

  • +
  • If cmake-file-api(7) queries request one or more +configureLog object versions, +the log may contain multiple entries for the same event, each +with a different version of its event kind.

  • +
+

IDEs should write a cmake-file-api(7) query requesting a +specific configureLog object version, +before running CMake, and then read the configure log only as described +by the file-api reply.

+
+
+

Text Block Encoding

+

In order to make the log human-readable, text blocks are always +represented using YAML literal block scalars (|). +Since literal block scalars do not support escaping, backslashes +and non-printable characters are encoded at the application layer:

+
    +
  • \\ encodes a backslash.

  • +
  • \xXX encodes a byte using two hexadecimal digits, XX.

  • +
+
+
+
+

Event Kinds

+

Every event kind is represented by a YAML mapping of the form:

+
kind: "<kind>-v<major>"
+backtrace:
+  - "<file>:<line> (<function>)"
+checks:
+  - "Checking for something"
+#...event-specific keys...
+
+
+

The keys common to all events are:

+
+
kind

A string identifying the event kind and major version.

+
+
backtrace

A YAML block sequence reporting the call stack of CMake source +locations at which the event occurred, from most-recent to +least-recent. Each node is a string specifying one location +formatted as <file>:<line> (<function>).

+
+
checks

An optional key that is present when the event occurred with +at least one pending message(CHECK_START). Its value +is a YAML block sequence reporting the stack of pending checks, +from most-recent to least-recent. Each node is a string containing +a pending check message.

+
+
+

Additional mapping keys are specific to each (versioned) event kind, +described below.

+
+

Event Kind message

+

The message(CONFIGURE_LOG) command logs message events.

+

There is only one message event major version, version 1.

+
+

message-v1 Event

+

A message-v1 event is a YAML mapping:

+
kind: "message-v1"
+backtrace:
+  - "CMakeLists.txt:123 (message)"
+checks:
+  - "Checking for something"
+message: |
+  # ...
+
+
+

The keys specific to message-v1 mappings are:

+
+
message

A YAML literal block scalar containing the message text, +represented using our Text Block Encoding.

+
+
+
+
+
+

Event Kind try_compile

+

The try_compile() command logs try_compile events.

+

There is only one try_compile event major version, version 1.

+
+

try_compile-v1 Event

+

A try_compile-v1 event is a YAML mapping:

+
kind: "try_compile-v1"
+backtrace:
+  - "CMakeLists.txt:123 (try_compile)"
+checks:
+  - "Checking for something"
+description: "Explicit LOG_DESCRIPTION"
+directories:
+  source: "/path/to/.../TryCompile-01234"
+  binary: "/path/to/.../TryCompile-01234"
+cmakeVariables:
+  SOME_VARIABLE: "Some Value"
+buildResult:
+  variable: "COMPILE_RESULT"
+  cached: true
+  stdout: |
+    # ...
+  exitCode: 0
+
+
+

The keys specific to try_compile-v1 mappings are:

+
+
description

An optional key that is present when the LOG_DESCRIPTION <text> option +was used. Its value is a string containing the description <text>.

+
+
directories

A mapping describing the directories associated with the +compilation attempt. It has the following keys:

+
+
source

String specifying the source directory of the +try_compile() project.

+
+
binary

String specifying the binary directory of the +try_compile() project. +For non-project invocations, this is often the same as +the source directory.

+
+
+
+
cmakeVariables

An optional key that is present when CMake propagates variables +into the test project, either automatically or due to the +CMAKE_TRY_COMPILE_PLATFORM_VARIABLES variable. +Its value is a mapping from variable names to their values.

+
+
buildResult

A mapping describing the result of compiling the test code. +It has the following keys:

+
+
variable

A string specifying the name of the CMake variable +storing the result of trying to build the test project.

+
+
cached

A boolean indicating whether the above result variable +is stored in the CMake cache.

+
+
stdout

A YAML literal block scalar containing the output from building +the test project, represented using our Text Block Encoding. +This contains build output from both stdout and stderr.

+
+
exitCode

An integer specifying the build tool exit code from trying +to build the test project.

+
+
+
+
+
+
+
+

Event Kind try_run

+

The try_run() command logs try_run events.

+

There is only one try_run event major version, version 1.

+
+

try_run-v1 Event

+

A try_run-v1 event is a YAML mapping:

+
kind: "try_run-v1"
+backtrace:
+  - "CMakeLists.txt:456 (try_run)"
+checks:
+  - "Checking for something"
+description: "Explicit LOG_DESCRIPTION"
+directories:
+  source: "/path/to/.../TryCompile-56789"
+  binary: "/path/to/.../TryCompile-56789"
+buildResult:
+  variable: "COMPILE_RESULT"
+  cached: true
+  stdout: |
+    # ...
+  exitCode: 0
+runResult:
+  variable: "RUN_RESULT"
+  cached: true
+  stdout: |
+    # ...
+  stderr: |
+    # ...
+  exitCode: 0
+
+
+

The keys specific to try_run-v1 mappings include those +documented by the try_compile-v1 event, plus:

+
+
runResult

A mapping describing the result of running the test code. +It has the following keys:

+
+
variable

A string specifying the name of the CMake variable +storing the result of trying to run the test executable.

+
+
cached

A boolean indicating whether the above result variable +is stored in the CMake cache.

+
+
stdout

An optional key that is present when the test project built successfully. +Its value is a YAML literal block scalar containing output from running +the test executable, represented using our Text Block Encoding.

+

If RUN_OUTPUT_VARIABLE was used, stdout and stderr are captured +together, so this will contain both. Otherwise, this will contain +only the stdout output.

+
+
stderr

An optional key that is present when the test project built successfully +and the RUN_OUTPUT_VARIABLE option was not used. +Its value is a YAML literal block scalar containing output from running +the test executable, represented using our Text Block Encoding.

+

If RUN_OUTPUT_VARIABLE was used, stdout and stderr are captured +together in the stdout key, and this key will not be present. +Otherwise, this will contain the stderr output.

+
+
exitCode

An optional key that is present when the test project built successfully. +Its value is an integer specifying the exit code, or a string containing +an error message, from trying to run the test executable.

+
+
+
+
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/cmake-cxxmodules.7.html b/cmake/doc/cmake/html/manual/cmake-cxxmodules.7.html new file mode 100644 index 0000000000000000000000000000000000000000..8ca0d9d6d34b329e2ee41f65ee81025adc215c25 --- /dev/null +++ b/cmake/doc/cmake/html/manual/cmake-cxxmodules.7.html @@ -0,0 +1,278 @@ + + + + + + + + cmake-cxxmodules(7) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake-cxxmodules(7)

+
+

Added in version 3.28.

+
+

C++ 20 introduced the concept of "modules" to the language. The design +requires build systems to order compilations among each other to satisfy +import statements reliably. CMake's implementation asks the compiler +to scan source files for module dependencies during the build, collates +scanning results to infer ordering constraints, and tells the build tool +how to dynamically update the build graph.

+
+

Compilation Strategy

+

With C++ modules, compiling a set of C++ sources is no longer embarrassingly +parallel. That is, any given source may first require the compilation of +another source file first in order to provide a "CMI" (compiled module +interface) or "BMI" (binary module interface) that C++ compilers use to +satisfy import statements in other sources. With headers, sources could +share their declarations so that any consumers could compile independently. +With modules, declarations are now generated into these BMI files by the +compiler during compilation based on the contents of the source file and its +export statements.

+

The order necessary for compilation requires build-time resolution of the +ordering because the order is controlled by the contents of the sources. This +means that the ordering needs extracted from the source during the build to +avoid regenerating the build graph via a configure and generate phase for +every source change to get a correct build.

+

The general strategy is to use a "scanner" to extract the ordering dependency +information and update the build graph with new edges between existing edges +by taking the per-source scan results (represented by P1689R5 files) and +"collating" the dependencies within a target and to modules produced by +targets visible to the target. The primary task is to generate "module map" +files to pass to each compile rule with the paths to the BMIs needed to +satisfy import statements. The collator also has tasks to use the +build-time information to fill out information including install rules for +the module interface units, their BMIs, and properties for any exported +targets with C++ modules.

+
+

Note

+

CMake is focusing on correct builds before looking at performance +improvements. There are known tactics within the chosen strategy which may +offer build performance improvements. However, they are being deferred +until we have a working model against which to compare them. It is also +important to note that a tactic useful in one situation (e.g., clean +builds) may not be performant in a different situation (e.g., incremental +builds). Finding a balance and offering controls to select the tactics is +future work.

+
+
+
+

Scanning Control

+

Whether or not sources get scanned for C++ module usage is dependent on the +following queries. The first query that provides a yes/no answer is used.

+
    +
  • If the source file belongs to a file set of type CXX_MODULES, it will +be scanned.

  • +
  • If the target does not use at least C++ 20, it will not be scanned.

  • +
  • If the source file is not the language CXX, it will not be scanned.

  • +
  • If the CXX_SCAN_FOR_MODULES source file property is set, its +value will be used.

  • +
  • If the CXX_SCAN_FOR_MODULES target property is set, its value +will be used. Set the CMAKE_CXX_SCAN_FOR_MODULES variable +to initialize this property on all targets as they are created.

  • +
  • Otherwise, the source file will be scanned if the compiler and generator +support scanning. See policy CMP0155.

  • +
+

Note that any scanned source will be excluded from any unity build (see +UNITY_BUILD) because module-related statements can only happen at +one place within a C++ translation unit.

+
+
+

Compiler Support

+

Compilers which CMake natively supports module dependency scanning include:

+
    +
  • MSVC toolset 14.34 and newer (provided with Visual Studio 17.4 and newer)

  • +
  • LLVM/Clang 16.0 and newer

  • +
  • GCC 14 (for the in-development branch, after 2023-09-20) and newer

  • +
+
+
+

import std Support

+

Support for import std is limited to the following toolchain and standard +library combinations:

+
    +
  • Clang 18.1.2 and newer with -stdlib=libc++

  • +
  • MSVC toolset 14.36 and newer (provided with Visual Studio 17.6 Preview 2 and +newer)

  • +
+

The CMAKE_CXX_COMPILER_IMPORT_STD variable may be used to detect +support for a standard level with the active C++ toolchain.

+
+

Note

+

This support is provided only when experimental support for +import std; has been enabled by the +CMAKE_EXPERIMENTAL_CXX_IMPORT_STD gate.

+
+
+
+

Generator Support

+

The list of generators which support scanning sources for C++ modules include:

+ +
+

Limitations

+

There are a number of known limitations of the current C++ module support in +CMake. This does not document known limitations or bugs in compilers as these +can change over time.

+

For all generators:

+
    +
  • Header units are not supported.

  • +
  • No builtin support for import std; or other compiler-provided modules.

  • +
+

For the Ninja Generators:

+
    +
  • ninja 1.11 or newer is required.

  • +
+

For the Visual Studio Generators:

+
    +
  • Only Visual Studio 2022 and MSVC toolsets 14.34 (Visual Studio +17.4) and newer.

  • +
  • No support for exporting or installing BMI or module information.

  • +
  • No support for compiling BMIs from IMPORTED targets with C++ modules +(including import std).

  • +
  • No diagnosis of using modules provided by PRIVATE sources from +PUBLIC module sources.

  • +
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/cmake-developer.7.html b/cmake/doc/cmake/html/manual/cmake-developer.7.html new file mode 100644 index 0000000000000000000000000000000000000000..d8cc8b6189afd798f8714bff38bc9d17bd5ba294 --- /dev/null +++ b/cmake/doc/cmake/html/manual/cmake-developer.7.html @@ -0,0 +1,660 @@ + + + + + + + + cmake-developer(7) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake-developer(7)

+ +
+

Introduction

+

This manual is intended for reference by developers working with +cmake-language(7) code, whether writing their own modules, +authoring their own build systems, or working on CMake itself.

+

See https://cmake.org/get-involved/ to get involved in development of +CMake upstream. It includes links to contribution instructions, which +in turn link to developer guides for CMake itself.

+
+
+

Accessing Windows Registry

+

CMake offers some facilities to access the registry on Windows platforms.

+
+

Query Windows Registry

+
+

Added in version 3.24.

+
+

The cmake_host_system_information() command offers the possibility to +query the registry on the local computer. See +cmake_host_system(QUERY_WINDOWS_REGISTRY) for +more information.

+
+
+

Find Using Windows Registry

+
+

Changed in version 3.24.

+
+

Options HINTS and PATHS of find_file(), +find_library(), find_path(), find_program(), and +find_package() commands offer the possibility, on Windows +platform, to query the registry.

+

The formal syntax, as specified using +BNF notation with +the regular extensions, for registry query is the following:

+
+registry_query  ::=  '[' sep_definition? root_key
+                         ((key_separator sub_key)? (value_separator value_name_)?)? ']'
+sep_definition  ::=  '{' value_separator '}'
+root_key        ::=  'HKLM' | 'HKEY_LOCAL_MACHINE' | 'HKCU' | 'HKEY_CURRENT_USER' |
+                     'HKCR' | 'HKEY_CLASSES_ROOT' | 'HKCC' | 'HKEY_CURRENT_CONFIG' |
+                     'HKU' | 'HKEY_USERS'
+sub_key         ::=  element (key_separator element)*
+key_separator   ::=  '/' | '\\'
+value_separator ::=  element | ';'
+value_name      ::=  element | '(default)'
+element         ::=  character\+
+character       ::=  <any character except key_separator and value_separator>
+
+

The sep_definition optional item offers the possibility to specify +the string used to separate the sub_key from the value_name +item. If not specified, the character ; is used. Multiple +registry_query items can be specified as part of a path.

+
# example using default separator
+find_file(... PATHS "/root/[HKLM/Stuff;InstallDir]/lib[HKLM\\\\Stuff;Architecture]")
+
+# example using different specified separators
+find_library(... HINTS "/root/[{|}HKCU/Stuff|InstallDir]/lib[{@@}HKCU\\\\Stuff@@Architecture]")
+
+
+

If the value_name item is not specified or has the special name +(default), the content of the default value, if any, will be returned. The +supported types for the value_name are:

+
    +
  • REG_SZ.

  • +
  • REG_EXPAND_SZ. The returned data is expanded.

  • +
  • REG_DWORD.

  • +
  • REG_QWORD.

  • +
+

When the registry query failed, typically because the key does not exist or +the data type is not supported, the string /REGISTRY-NOTFOUND is substituted +to the [] query expression.

+
+
+
+

Find Modules

+

A "find module" is a Find<PackageName>.cmake file to be loaded by the +find_package() command when invoked for <PackageName>.

+

The primary task of a find module is to determine whether a package is +available, set the <PackageName>_FOUND variable to reflect this and +provide any variables, macros and imported targets required to use the +package. A find module is useful in cases where an upstream library does +not provide a config file package.

+

The traditional approach is to use variables for everything, including +libraries and executables: see the Standard Variable Names section +below. This is what most of the existing find modules provided by CMake +do.

+

The more modern approach is to behave as much like +config file packages files as possible, by +providing imported target. This has the advantage +of propagating usage requirements +to consumers.

+

In either case (or even when providing both variables and imported +targets), find modules should provide backwards compatibility with old +versions that had the same name.

+

A FindFoo.cmake module will typically be loaded by the command:

+
find_package(Foo [major[.minor[.patch[.tweak]]]]
+             [EXACT] [QUIET] [REQUIRED]
+             [[COMPONENTS] [components...]]
+             [OPTIONAL_COMPONENTS components...]
+             [NO_POLICY_SCOPE])
+
+
+

See the find_package() documentation for details on what +variables are set for the find module. Most of these are dealt with by +using FindPackageHandleStandardArgs.

+

Briefly, the module should only locate versions of the package +compatible with the requested version, as described by the +Foo_FIND_VERSION family of variables. If Foo_FIND_QUIETLY is +set to true, it should avoid printing messages, including anything +complaining about the package not being found. If Foo_FIND_REQUIRED +is set to true, the module should issue a FATAL_ERROR if the package +cannot be found. If neither are set to true, it should print a +non-fatal message if it cannot find the package.

+

Packages that find multiple semi-independent parts (like bundles of +libraries) should search for the components listed in +Foo_FIND_COMPONENTS if it is set , and only set Foo_FOUND to +true if for each searched-for component <c> that was not found, +Foo_FIND_REQUIRED_<c> is not set to true. The HANDLE_COMPONENTS +argument of find_package_handle_standard_args() can be used to +implement this.

+

If Foo_FIND_COMPONENTS is not set, which modules are searched for +and required is up to the find module, but should be documented.

+

For internal implementation, it is a generally accepted convention that +variables starting with underscore are for temporary use only.

+
+

Standard Variable Names

+

For a FindXxx.cmake module that takes the approach of setting +variables (either instead of or in addition to creating imported +targets), the following variable names should be used to keep things +consistent between Find modules. Note that all variables start with +Xxx_, which (unless otherwise noted) must match exactly the name +of the FindXxx.cmake file, including upper/lowercase. +This prefix on the variable names ensures that they do not conflict with +variables of other Find modules. The same pattern should also be followed +for any macros, functions and imported targets defined by the Find module.

+
+
Xxx_INCLUDE_DIRS

The final set of include directories listed in one variable for use by +client code. This should not be a cache entry (note that this also means +this variable should not be used as the result variable of a +find_path() command - see Xxx_INCLUDE_DIR below for that).

+
+
Xxx_LIBRARIES

The libraries to use with the module. These may be CMake targets, full +absolute paths to a library binary or the name of a library that the +linker must find in its search path. This should not be a cache entry +(note that this also means this variable should not be used as the +result variable of a find_library() command - see +Xxx_LIBRARY below for that).

+
+
Xxx_DEFINITIONS

The compile definitions to use when compiling code that uses the module. +This really shouldn't include options such as -DHAS_JPEG that a client +source-code file uses to decide whether to #include <jpeg.h>

+
+
Xxx_EXECUTABLE

The full absolute path to an executable. In this case, Xxx might not +be the name of the module, it might be the name of the tool (usually +converted to all uppercase), assuming that tool has such a well-known name +that it is unlikely that another tool with the same name exists. It would +be appropriate to use this as the result variable of a +find_program() command.

+
+
Xxx_YYY_EXECUTABLE

Similar to Xxx_EXECUTABLE except here the Xxx is always the module +name and YYY is the tool name (again, usually fully uppercase). +Prefer this form if the tool name is not very widely known or has the +potential to clash with another tool. For greater consistency, also +prefer this form if the module provides more than one executable.

+
+
Xxx_LIBRARY_DIRS

Optionally, the final set of library directories listed in one +variable for use by client code. This should not be a cache entry.

+
+
Xxx_ROOT_DIR

Where to find the base directory of the module.

+
+
Xxx_VERSION_VV

Variables of this form specify whether the Xxx module being provided +is version VV of the module. There should not be more than one +variable of this form set to true for a given module. For example, a +module Barry might have evolved over many years and gone through a +number of different major versions. Version 3 of the Barry module +might set the variable Barry_VERSION_3 to true, whereas an older +version of the module might set Barry_VERSION_2 to true instead. +It would be an error for both Barry_VERSION_3 and Barry_VERSION_2 +to both be set to true.

+
+
Xxx_WRAP_YY

When a variable of this form is set to false, it indicates that the +relevant wrapping command should not be used. The wrapping command +depends on the module, it may be implied by the module name or it might +be specified by the YY part of the variable.

+
+
Xxx_Yy_FOUND

For variables of this form, Yy is the name of a component for the +module. It should match exactly one of the valid component names that +may be passed to the find_package() command for the module. +If a variable of this form is set to false, it means that the Yy +component of module Xxx was not found or is not available. +Variables of this form would typically be used for optional components +so that the caller can check whether an optional component is available.

+
+
Xxx_FOUND

When the find_package() command returns to the caller, this +variable will be set to true if the module was deemed to have been found +successfully.

+
+
Xxx_NOT_FOUND_MESSAGE

Should be set by config-files in the case that it has set +Xxx_FOUND to FALSE. The contained message will be printed by the +find_package() command and by +find_package_handle_standard_args() to inform the user about the +problem. Use this instead of calling message() directly to +report a reason for failing to find the module or package.

+
+
Xxx_RUNTIME_LIBRARY_DIRS

Optionally, the runtime library search path for use when running an +executable linked to shared libraries. The list should be used by +user code to create the PATH on windows or LD_LIBRARY_PATH on +UNIX. This should not be a cache entry.

+
+
Xxx_VERSION

The full version string of the package found, if any. Note that many +existing modules provide Xxx_VERSION_STRING instead.

+
+
Xxx_VERSION_MAJOR

The major version of the package found, if any.

+
+
Xxx_VERSION_MINOR

The minor version of the package found, if any.

+
+
Xxx_VERSION_PATCH

The patch version of the package found, if any.

+
+
+

The following names should not usually be used in CMakeLists.txt files. +They are intended for use by Find modules to specify and cache the locations +of specific files or directories. Users are typically able to set and edit +these variables to control the behavior of Find modules (like entering the +path to a library manually):

+
+
Xxx_LIBRARY

The path of the library. Use this form only when the module provides a +single library. It is appropriate to use this as the result variable +in a find_library() command.

+
+
Xxx_Yy_LIBRARY

The path of library Yy provided by the module Xxx. Use this form +when the module provides more than one library or where other modules may +also provide a library of the same name. It is also appropriate to use +this form as the result variable in a find_library() command.

+
+
Xxx_INCLUDE_DIR

When the module provides only a single library, this variable can be used +to specify where to find headers for using the library (or more accurately, +the path that consumers of the library should add to their header search +path). It would be appropriate to use this as the result variable in a +find_path() command.

+
+
Xxx_Yy_INCLUDE_DIR

If the module provides more than one library or where other modules may +also provide a library of the same name, this form is recommended for +specifying where to find headers for using library Yy provided by +the module. Again, it would be appropriate to use this as the result +variable in a find_path() command.

+
+
+

To prevent users being overwhelmed with settings to configure, try to +keep as many options as possible out of the cache, leaving at least one +option which can be used to disable use of the module, or locate a +not-found library (e.g. Xxx_ROOT_DIR). For the same reason, mark +most cache options as advanced. For packages which provide both debug +and release binaries, it is common to create cache variables with a +_LIBRARY_<CONFIG> suffix, such as Foo_LIBRARY_RELEASE and +Foo_LIBRARY_DEBUG. The SelectLibraryConfigurations module +can be helpful for such cases.

+

While these are the standard variable names, you should provide +backwards compatibility for any old names that were actually in use. +Make sure you comment them as deprecated, so that no-one starts using +them.

+
+
+

A Sample Find Module

+

We will describe how to create a simple find module for a library Foo.

+

The top of the module should begin with a license notice, followed by +a blank line, and then followed by a Bracket Comment. The comment +should begin with .rst: to indicate that the rest of its content is +reStructuredText-format documentation. For example:

+
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
+# file Copyright.txt or https://cmake.org/licensing for details.
+
+#[=======================================================================[.rst:
+FindFoo
+-------
+
+Finds the Foo library.
+
+Imported Targets
+^^^^^^^^^^^^^^^^
+
+This module provides the following imported targets, if found:
+
+``Foo::Foo``
+  The Foo library
+
+Result Variables
+^^^^^^^^^^^^^^^^
+
+This will define the following variables:
+
+``Foo_FOUND``
+  True if the system has the Foo library.
+``Foo_VERSION``
+  The version of the Foo library which was found.
+``Foo_INCLUDE_DIRS``
+  Include directories needed to use Foo.
+``Foo_LIBRARIES``
+  Libraries needed to link to Foo.
+
+Cache Variables
+^^^^^^^^^^^^^^^
+
+The following cache variables may also be set:
+
+``Foo_INCLUDE_DIR``
+  The directory containing ``foo.h``.
+``Foo_LIBRARY``
+  The path to the Foo library.
+
+#]=======================================================================]
+
+
+

The module documentation consists of:

+
    +
  • An underlined heading specifying the module name.

  • +
  • A simple description of what the module finds. +More description may be required for some packages. If there are +caveats or other details users of the module should be aware of, +specify them here.

  • +
  • A section listing imported targets provided by the module, if any.

  • +
  • A section listing result variables provided by the module.

  • +
  • Optionally a section listing cache variables used by the module, if any.

  • +
+

If the package provides any macros or functions, they should be listed in +an additional section, but can be documented by additional .rst: +comment blocks immediately above where those macros or functions are defined.

+

The find module implementation may begin below the documentation block. +Now the actual libraries and so on have to be found. The code here will +obviously vary from module to module (dealing with that, after all, is the +point of find modules), but there tends to be a common pattern for libraries.

+

First, we try to use pkg-config to find the library. Note that we +cannot rely on this, as it may not be available, but it provides a good +starting point.

+
find_package(PkgConfig)
+if(PKG_CONFIG_FOUND)
+  pkg_check_modules(PC_Foo QUIET Foo)
+endif()
+
+
+

This should define some variables starting PC_Foo_ that contain the +information from the Foo.pc file.

+

Now we need to find the libraries and include files; we use the +information from pkg-config to provide hints to CMake about where to +look.

+
find_path(Foo_INCLUDE_DIR
+  NAMES foo.h
+  PATHS ${PC_Foo_INCLUDE_DIRS}
+  PATH_SUFFIXES Foo
+)
+find_library(Foo_LIBRARY
+  NAMES foo
+  PATHS ${PC_Foo_LIBRARY_DIRS}
+)
+
+
+

Alternatively, if the library is available with multiple configurations, you can +use SelectLibraryConfigurations to automatically set the +Foo_LIBRARY variable instead:

+
find_library(Foo_LIBRARY_RELEASE
+  NAMES foo
+  PATHS ${PC_Foo_LIBRARY_DIRS}/Release
+)
+find_library(Foo_LIBRARY_DEBUG
+  NAMES foo
+  PATHS ${PC_Foo_LIBRARY_DIRS}/Debug
+)
+
+include(SelectLibraryConfigurations)
+select_library_configurations(Foo)
+
+
+

If you have a good way of getting the version (from a header file, for +example), you can use that information to set Foo_VERSION (although +note that find modules have traditionally used Foo_VERSION_STRING, +so you may want to set both). Otherwise, attempt to use the information +from pkg-config

+
set(Foo_VERSION ${PC_Foo_VERSION})
+
+
+

Now we can use FindPackageHandleStandardArgs to do most of the +rest of the work for us

+
include(FindPackageHandleStandardArgs)
+find_package_handle_standard_args(Foo
+  FOUND_VAR Foo_FOUND
+  REQUIRED_VARS
+    Foo_LIBRARY
+    Foo_INCLUDE_DIR
+  VERSION_VAR Foo_VERSION
+)
+
+
+

This will check that the REQUIRED_VARS contain values (that do not +end in -NOTFOUND) and set Foo_FOUND appropriately. It will also +cache those values. If Foo_VERSION is set, and a required version +was passed to find_package(), it will check the requested version +against the one in Foo_VERSION. It will also print messages as +appropriate; note that if the package was found, it will print the +contents of the first required variable to indicate where it was found.

+

At this point, we have to provide a way for users of the find module to +link to the library or libraries that were found. There are two +approaches, as discussed in the Find Modules section above. The +traditional variable approach looks like

+
if(Foo_FOUND)
+  set(Foo_LIBRARIES ${Foo_LIBRARY})
+  set(Foo_INCLUDE_DIRS ${Foo_INCLUDE_DIR})
+  set(Foo_DEFINITIONS ${PC_Foo_CFLAGS_OTHER})
+endif()
+
+
+

If more than one library was found, all of them should be included in +these variables (see the Standard Variable Names section for more +information).

+

When providing imported targets, these should be namespaced (hence the +Foo:: prefix); CMake will recognize that values passed to +target_link_libraries() that contain :: in their name are +supposed to be imported targets (rather than just library names), and +will produce appropriate diagnostic messages if that target does not +exist (see policy CMP0028).

+
if(Foo_FOUND AND NOT TARGET Foo::Foo)
+  add_library(Foo::Foo UNKNOWN IMPORTED)
+  set_target_properties(Foo::Foo PROPERTIES
+    IMPORTED_LOCATION "${Foo_LIBRARY}"
+    INTERFACE_COMPILE_OPTIONS "${PC_Foo_CFLAGS_OTHER}"
+    INTERFACE_INCLUDE_DIRECTORIES "${Foo_INCLUDE_DIR}"
+  )
+endif()
+
+
+

One thing to note about this is that the INTERFACE_INCLUDE_DIRECTORIES and +similar properties should only contain information about the target itself, and +not any of its dependencies. Instead, those dependencies should also be +targets, and CMake should be told that they are dependencies of this target. +CMake will then combine all the necessary information automatically.

+

The type of the IMPORTED target created in the +add_library() command can always be specified as UNKNOWN +type. This simplifies the code in cases where static or shared variants may +be found, and CMake will determine the type by inspecting the files.

+

If the library is available with multiple configurations, the +IMPORTED_CONFIGURATIONS target property should also be +populated:

+
if(Foo_FOUND)
+  if (NOT TARGET Foo::Foo)
+    add_library(Foo::Foo UNKNOWN IMPORTED)
+  endif()
+  if (Foo_LIBRARY_RELEASE)
+    set_property(TARGET Foo::Foo APPEND PROPERTY
+      IMPORTED_CONFIGURATIONS RELEASE
+    )
+    set_target_properties(Foo::Foo PROPERTIES
+      IMPORTED_LOCATION_RELEASE "${Foo_LIBRARY_RELEASE}"
+    )
+  endif()
+  if (Foo_LIBRARY_DEBUG)
+    set_property(TARGET Foo::Foo APPEND PROPERTY
+      IMPORTED_CONFIGURATIONS DEBUG
+    )
+    set_target_properties(Foo::Foo PROPERTIES
+      IMPORTED_LOCATION_DEBUG "${Foo_LIBRARY_DEBUG}"
+    )
+  endif()
+  set_target_properties(Foo::Foo PROPERTIES
+    INTERFACE_COMPILE_OPTIONS "${PC_Foo_CFLAGS_OTHER}"
+    INTERFACE_INCLUDE_DIRECTORIES "${Foo_INCLUDE_DIR}"
+  )
+endif()
+
+
+

The RELEASE variant should be listed first in the property +so that the variant is chosen if the user uses a configuration which is +not an exact match for any listed IMPORTED_CONFIGURATIONS.

+

Most of the cache variables should be hidden in the ccmake interface unless +the user explicitly asks to edit them.

+
mark_as_advanced(
+  Foo_INCLUDE_DIR
+  Foo_LIBRARY
+)
+
+
+

If this module replaces an older version, you should set compatibility variables +to cause the least disruption possible.

+
# compatibility variables
+set(Foo_VERSION_STRING ${Foo_VERSION})
+
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/cmake-env-variables.7.html b/cmake/doc/cmake/html/manual/cmake-env-variables.7.html new file mode 100644 index 0000000000000000000000000000000000000000..35790b177a72d0ab915c9bd794621185a76a268b --- /dev/null +++ b/cmake/doc/cmake/html/manual/cmake-env-variables.7.html @@ -0,0 +1,276 @@ + + + + + + + + cmake-env-variables(7) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake-env-variables(7)

+ +

This page lists environment variables that have special +meaning to CMake.

+

For general information on environment variables, see the +Environment Variables +section in the cmake-language manual.

+
+

Environment Variables that Change Behavior

+ +
+
+

Environment Variables that Control the Build

+ +
+
+

Environment Variables for Languages

+ +
+
+

Environment Variables for CTest

+ +
+
+

Environment Variables for the CMake curses interface

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/cmake-file-api.7.html b/cmake/doc/cmake/html/manual/cmake-file-api.7.html new file mode 100644 index 0000000000000000000000000000000000000000..e5bf49f0ab9310cf2ea85d9c25e42c97107670b8 --- /dev/null +++ b/cmake/doc/cmake/html/manual/cmake-file-api.7.html @@ -0,0 +1,1826 @@ + + + + + + + + cmake-file-api(7) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake-file-api(7)

+ +
+

Introduction

+

CMake provides a file-based API that clients may use to get semantic +information about the buildsystems CMake generates. Clients may use +the API by writing query files to a specific location in a build tree +to request zero or more Object Kinds. When CMake generates the +buildsystem in that build tree it will read the query files and write +reply files for the client to read.

+

The file-based API uses a <build>/.cmake/api/ directory at the top +of a build tree. The API is versioned to support changes to the layout +of files within the API directory. API file layout versioning is +orthogonal to the versioning of Object Kinds used in replies. +This version of CMake supports only one API version, API v1.

+
+

Added in version 3.27: Projects may also submit queries for the current run using the +cmake_file_api() command.

+
+
+
+

API v1

+

API v1 is housed in the <build>/.cmake/api/v1/ directory. +It has the following subdirectories:

+
+
query/

Holds query files written by clients. +These may be v1 Shared Stateless Query Files, +v1 Client Stateless Query Files, or v1 Client Stateful Query Files.

+
+
reply/

Holds reply files written by CMake whenever it runs to generate a build +system. These are indexed by a v1 Reply Index File file that may +reference additional v1 Reply Files. CMake owns all reply files. +Clients must never remove them.

+

Clients may look for and read a reply index file at any time. +Clients may optionally create the reply/ directory at any time +and monitor it for the appearance of a new reply index file.

+
+
+
+

Added in version 3.31: Users can add query files to api/v1/query inside the +CMAKE_CONFIG_DIR to create user-wide queries for all CMake projects.

+
+
+

v1 Shared Stateless Query Files

+

Shared stateless query files allow clients to share requests for +major versions of the Object Kinds and get all requested versions +recognized by the CMake that runs.

+

Clients may create shared requests by creating empty files in the +v1/query/ directory. The form is:

+
<build>/.cmake/api/v1/query/<kind>-v<major>
+
+
+

where <kind> is one of the Object Kinds, -v is literal, +and <major> is the major version number.

+

Files of this form are stateless shared queries not owned by any specific +client. Once created they should not be removed without external client +coordination or human intervention.

+
+
+

v1 Client Stateless Query Files

+

Client stateless query files allow clients to create owned requests for +major versions of the Object Kinds and get all requested versions +recognized by the CMake that runs.

+

Clients may create owned requests by creating empty files in +client-specific query subdirectories. The form is:

+
<build>/.cmake/api/v1/query/client-<client>/<kind>-v<major>
+
+
+

where client- is literal, <client> is a string uniquely +identifying the client, <kind> is one of the Object Kinds, +-v is literal, and <major> is the major version number. +Each client must choose a unique <client> identifier via its +own means.

+

Files of this form are stateless queries owned by the client <client>. +The owning client may remove them at any time.

+
+
+

v1 Client Stateful Query Files

+

Stateful query files allow clients to request a list of versions of +each of the Object Kinds and get only the most recent version +recognized by the CMake that runs.

+

Clients may create owned stateful queries by creating query.json +files in client-specific query subdirectories. The form is:

+
<build>/.cmake/api/v1/query/client-<client>/query.json
+
+
+

where client- is literal, <client> is a string uniquely +identifying the client, and query.json is literal. Each client +must choose a unique <client> identifier via its own means.

+

query.json files are stateful queries owned by the client <client>. +The owning client may update or remove them at any time. When a +given client installation is updated it may then update the stateful +query it writes to build trees to request newer object versions. +This can be used to avoid asking CMake to generate multiple object +versions unnecessarily.

+

A query.json file must contain a JSON object:

+
{
+  "requests": [
+    { "kind": "<kind>" , "version": 1 },
+    { "kind": "<kind>" , "version": { "major": 1, "minor": 2 } },
+    { "kind": "<kind>" , "version": [2, 1] },
+    { "kind": "<kind>" , "version": [2, { "major": 1, "minor": 2 }] },
+    { "kind": "<kind>" , "version": 1, "client": {} },
+    { "kind": "..." }
+  ],
+  "client": {}
+}
+
+
+

The members are:

+
+
requests

A JSON array containing zero or more requests. Each request is +a JSON object with members:

+
+
kind

Specifies one of the Object Kinds to be included in the reply.

+
+
version

Indicates the version(s) of the object kind that the client +understands. Versions have major and minor components following +semantic version conventions. The value must be

+
    +
  • a JSON integer specifying a (non-negative) major version number, or

  • +
  • a JSON object containing major and (optionally) minor +members specifying non-negative integer version components, or

  • +
  • a JSON array whose elements are each one of the above.

  • +
+
+
client

Optional member reserved for use by the client. This value is +preserved in the reply written for the client in the +v1 Reply Index File but is otherwise ignored. Clients may use +this to pass custom information with a request through to its reply.

+
+
+

For each requested object kind CMake will choose the first version +that it recognizes for that kind among those listed in the request. +The response will use the selected major version with the highest +minor version known to the running CMake for that major version. +Therefore clients should list all supported major versions in +preferred order along with the minimal minor version required +for each major version.

+
+
client

Optional member reserved for use by the client. This value is +preserved in the reply written for the client in the +v1 Reply Index File but is otherwise ignored. Clients may use +this to pass custom information with a query through to its reply.

+
+
+

Other query.json top-level members are reserved for future use. +If present they are ignored for forward compatibility.

+
+
+

v1 Reply Index File

+

CMake writes an index-*.json file to the v1/reply/ directory +whenever it runs to generate a build system. Clients must read the +reply index file first and may read other v1 Reply Files only by +following references. The form of the reply index file name is:

+
<build>/.cmake/api/v1/reply/index-<unspecified>.json
+
+
+

where index- is literal and <unspecified> is an unspecified +name selected by CMake. Whenever a new index file is generated it +is given a new name and any old one is deleted. During the short +time between these steps there may be multiple index files present; +the one with the largest name in lexicographic order is the current +index file.

+

The reply index file contains a JSON object:

+
{
+  "cmake": {
+    "version": {
+      "major": 3, "minor": 14, "patch": 0, "suffix": "",
+      "string": "3.14.0", "isDirty": false
+    },
+    "paths": {
+      "cmake": "/prefix/bin/cmake",
+      "ctest": "/prefix/bin/ctest",
+      "cpack": "/prefix/bin/cpack",
+      "root": "/prefix/share/cmake-3.14"
+    },
+    "generator": {
+      "multiConfig": false,
+      "name": "Unix Makefiles"
+    }
+  },
+  "objects": [
+    { "kind": "<kind>",
+      "version": { "major": 1, "minor": 0 },
+      "jsonFile": "<file>" },
+    { "...": "..." }
+  ],
+  "reply": {
+    "<kind>-v<major>": { "kind": "<kind>",
+                         "version": { "major": 1, "minor": 0 },
+                         "jsonFile": "<file>" },
+    "<unknown>": { "error": "unknown query file" },
+    "...": {},
+    "client-<client>": {
+      "<kind>-v<major>": { "kind": "<kind>",
+                           "version": { "major": 1, "minor": 0 },
+                           "jsonFile": "<file>" },
+      "<unknown>": { "error": "unknown query file" },
+      "...": {},
+      "query.json": {
+        "requests": [ {}, {}, {} ],
+        "responses": [
+          { "kind": "<kind>",
+            "version": { "major": 1, "minor": 0 },
+            "jsonFile": "<file>" },
+          { "error": "unknown query file" },
+          { "...": {} }
+        ],
+        "client": {}
+      }
+    }
+  }
+}
+
+
+

The members are:

+
+
cmake

A JSON object containing information about the instance of CMake that +generated the reply. It contains members:

+
+
version

A JSON object specifying the version of CMake with members:

+
+
major, minor, patch

Integer values specifying the major, minor, and patch version components.

+
+
suffix

A string specifying the version suffix, if any, e.g. g0abc3.

+
+
string

A string specifying the full version in the format +<major>.<minor>.<patch>[-<suffix>].

+
+
isDirty

A boolean indicating whether the version was built from a version +controlled source tree with local modifications.

+
+
+
+
paths

A JSON object specifying paths to things that come with CMake. +It has members for cmake, ctest, and cpack +whose values are JSON strings specifying the absolute path to each tool, +represented with forward slashes. It also has a root member for +the absolute path to the directory containing CMake resources like the +Modules/ directory (see CMAKE_ROOT).

+
+
generator

A JSON object describing the CMake generator used for the build. +It has members:

+
+
multiConfig

A boolean specifying whether the generator supports multiple output +configurations.

+
+
name

A string specifying the name of the generator.

+
+
platform

If the generator supports CMAKE_GENERATOR_PLATFORM, +this is a string specifying the generator platform name.

+
+
+
+
+
+
objects

A JSON array listing all versions of all Object Kinds generated +as part of the reply. Each array entry is a +v1 Reply File Reference.

+
+
reply

A JSON object mirroring the content of the query/ directory +that CMake loaded to produce the reply. The members are of the form

+
+
<kind>-v<major>

A member of this form appears for each of the +v1 Shared Stateless Query Files that CMake recognized as a +request for object kind <kind> with major version <major>. +The value is a v1 Reply File Reference to the corresponding +reply file for that object kind and version.

+
+
<unknown>

A member of this form appears for each of the +v1 Shared Stateless Query Files that CMake did not recognize. +The value is a JSON object with a single error member +containing a string with an error message indicating that the +query file is unknown.

+
+
client-<client>

A member of this form appears for each client-owned directory +holding v1 Client Stateless Query Files. +The value is a JSON object mirroring the content of the +query/client-<client>/ directory. The members are of the form:

+
+
<kind>-v<major>

A member of this form appears for each of the +v1 Client Stateless Query Files that CMake recognized as a +request for object kind <kind> with major version <major>. +The value is a v1 Reply File Reference to the corresponding +reply file for that object kind and version.

+
+
<unknown>

A member of this form appears for each of the +v1 Client Stateless Query Files that CMake did not recognize. +The value is a JSON object with a single error member +containing a string with an error message indicating that the +query file is unknown.

+
+
query.json

This member appears for clients using +v1 Client Stateful Query Files. +If the query.json file failed to read or parse as a JSON object, +this member is a JSON object with a single error member +containing a string with an error message. Otherwise, this member +is a JSON object mirroring the content of the query.json file. +The members are:

+
+
client

A copy of the query.json file client member, if it exists.

+
+
requests

A copy of the query.json file requests member, if it exists.

+
+
responses

If the query.json file requests member is missing or invalid, +this member is a JSON object with a single error member +containing a string with an error message. Otherwise, this member +contains a JSON array with a response for each entry of the +requests array, in the same order. Each response is

+
    +
  • a JSON object with a single error member containing a string +with an error message, or

  • +
  • a v1 Reply File Reference to the corresponding reply file for +the requested object kind and selected version.

  • +
+
+
+
+
+
+
+
+
+

After reading the reply index file, clients may read the other +v1 Reply Files it references.

+
+

v1 Reply File Reference

+

The reply index file represents each reference to another reply file +using a JSON object with members:

+
+
kind

A string specifying one of the Object Kinds.

+
+
version

A JSON object with members major and minor specifying +integer version components of the object kind.

+
+
jsonFile

A JSON string specifying a path relative to the reply index file +to another JSON file containing the object.

+
+
+
+
+
+

v1 Reply Files

+

Reply files containing specific Object Kinds are written by CMake. +The names of these files are unspecified and must not be interpreted +by clients. Clients must first read the v1 Reply Index File and +follow references to the names of the desired response objects.

+

Reply files (including the index file) will never be replaced by +files of the same name but different content. This allows a client +to read the files concurrently with a running CMake that may generate +a new reply. However, after generating a new reply CMake will attempt +to remove reply files from previous runs that it did not just write. +If a client attempts to read a reply file referenced by the index but +finds the file missing, that means a concurrent CMake has generated +a new reply. The client may simply start again by reading the new +reply index file.

+
+
+
+

Object Kinds

+

The CMake file-based API reports semantic information about the build +system using the following kinds of JSON objects. Each kind of object +is versioned independently using semantic versioning with major and +minor components. Every kind of object has the form:

+
{
+  "kind": "<kind>",
+  "version": { "major": 1, "minor": 0 },
+  "...": {}
+}
+
+
+

The kind member is a string specifying the object kind name. +The version member is a JSON object with major and minor +members specifying integer components of the object kind's version. +Additional top-level members are specific to each object kind.

+
+

Object Kind "codemodel"

+

The codemodel object kind describes the build system structure as +modeled by CMake.

+

There is only one codemodel object major version, version 2. +Version 1 does not exist to avoid confusion with that from +cmake-server(7) mode.

+
+

"codemodel" version 2

+

codemodel object version 2 is a JSON object:

+
{
+  "kind": "codemodel",
+  "version": { "major": 2, "minor": 7 },
+  "paths": {
+    "source": "/path/to/top-level-source-dir",
+    "build": "/path/to/top-level-build-dir"
+  },
+  "configurations": [
+    {
+      "name": "Debug",
+      "directories": [
+        {
+          "source": ".",
+          "build": ".",
+          "childIndexes": [ 1 ],
+          "projectIndex": 0,
+          "targetIndexes": [ 0 ],
+          "hasInstallRule": true,
+          "minimumCMakeVersion": {
+            "string": "3.14"
+          },
+          "jsonFile": "<file>"
+        },
+        {
+          "source": "sub",
+          "build": "sub",
+          "parentIndex": 0,
+          "projectIndex": 0,
+          "targetIndexes": [ 1 ],
+          "minimumCMakeVersion": {
+            "string": "3.14"
+          },
+          "jsonFile": "<file>"
+        }
+      ],
+      "projects": [
+        {
+          "name": "MyProject",
+          "directoryIndexes": [ 0, 1 ],
+          "targetIndexes": [ 0, 1 ]
+        }
+      ],
+      "targets": [
+        {
+          "name": "MyExecutable",
+          "directoryIndex": 0,
+          "projectIndex": 0,
+          "jsonFile": "<file>"
+        },
+        {
+          "name": "MyLibrary",
+          "directoryIndex": 1,
+          "projectIndex": 0,
+          "jsonFile": "<file>"
+        }
+      ]
+    }
+  ]
+}
+
+
+

The members specific to codemodel objects are:

+
+
paths

A JSON object containing members:

+
+
source

A string specifying the absolute path to the top-level source directory, +represented with forward slashes.

+
+
build

A string specifying the absolute path to the top-level build directory, +represented with forward slashes.

+
+
+
+
configurations

A JSON array of entries corresponding to available build configurations. +On single-configuration generators there is one entry for the value +of the CMAKE_BUILD_TYPE variable. For multi-configuration +generators there is an entry for each configuration listed in the +CMAKE_CONFIGURATION_TYPES variable. +Each entry is a JSON object containing members:

+
+
name

A string specifying the name of the configuration, e.g. Debug.

+
+
directories

A JSON array of entries each corresponding to a build system directory +whose source directory contains a CMakeLists.txt file. The first +entry corresponds to the top-level directory. Each entry is a +JSON object containing members:

+
+
source

A string specifying the path to the source directory, represented +with forward slashes. If the directory is inside the top-level +source directory then the path is specified relative to that +directory (with . for the top-level source directory itself). +Otherwise the path is absolute.

+
+
build

A string specifying the path to the build directory, represented +with forward slashes. If the directory is inside the top-level +build directory then the path is specified relative to that +directory (with . for the top-level build directory itself). +Otherwise the path is absolute.

+
+
parentIndex

Optional member that is present when the directory is not top-level. +The value is an unsigned integer 0-based index of another entry in +the main directories array that corresponds to the parent +directory that added this directory as a subdirectory.

+
+
childIndexes

Optional member that is present when the directory has subdirectories. +The value is a JSON array of entries corresponding to child directories +created by the add_subdirectory() or subdirs() +command. Each entry is an unsigned integer 0-based index of another +entry in the main directories array.

+
+
projectIndex

An unsigned integer 0-based index into the main projects array +indicating the build system project to which the this directory belongs.

+
+
targetIndexes

Optional member that is present when the directory itself has targets, +excluding those belonging to subdirectories. The value is a JSON +array of entries corresponding to the targets. Each entry is an +unsigned integer 0-based index into the main targets array.

+
+
minimumCMakeVersion

Optional member present when a minimum required version of CMake is +known for the directory. This is the <min> version given to the +most local call to the cmake_minimum_required(VERSION) +command in the directory itself or one of its ancestors. +The value is a JSON object with one member:

+
+
string

A string specifying the minimum required version in the format:

+
<major>.<minor>[.<patch>[.<tweak>]][<suffix>]
+
+
+

Each component is an unsigned integer and the suffix may be an +arbitrary string.

+
+
+
+
hasInstallRule

Optional member that is present with boolean value true when +the directory or one of its subdirectories contains any +install() rules, i.e. whether a make install +or equivalent rule is available.

+
+
jsonFile

A JSON string specifying a path relative to the codemodel file +to another JSON file containing a +"codemodel" version 2 "directory" object.

+

This field was added in codemodel version 2.3.

+
+
+
+
projects

A JSON array of entries corresponding to the top-level project +and sub-projects defined in the build system. Each (sub-)project +corresponds to a source directory whose CMakeLists.txt file +calls the project() command with a project name different +from its parent directory. The first entry corresponds to the +top-level project.

+

Each entry is a JSON object containing members:

+
+
name

A string specifying the name given to the project() command.

+
+
parentIndex

Optional member that is present when the project is not top-level. +The value is an unsigned integer 0-based index of another entry in +the main projects array that corresponds to the parent project +that added this project as a sub-project.

+
+
childIndexes

Optional member that is present when the project has sub-projects. +The value is a JSON array of entries corresponding to the sub-projects. +Each entry is an unsigned integer 0-based index of another +entry in the main projects array.

+
+
directoryIndexes

A JSON array of entries corresponding to build system directories +that are part of the project. The first entry corresponds to the +top-level directory of the project. Each entry is an unsigned +integer 0-based index into the main directories array.

+
+
targetIndexes

Optional member that is present when the project itself has targets, +excluding those belonging to sub-projects. The value is a JSON +array of entries corresponding to the targets. Each entry is an +unsigned integer 0-based index into the main targets array.

+
+
+
+
targets

A JSON array of entries corresponding to the build system targets. +Such targets are created by calls to add_executable(), +add_library(), and add_custom_target(), excluding +imported targets and interface libraries (which do not generate any +build rules). Each entry is a JSON object containing members:

+
+
name

A string specifying the target name.

+
+
id

A string uniquely identifying the target. This matches the id +field in the file referenced by jsonFile.

+
+
directoryIndex

An unsigned integer 0-based index into the main directories array +indicating the build system directory in which the target is defined.

+
+
projectIndex

An unsigned integer 0-based index into the main projects array +indicating the build system project in which the target is defined.

+
+
jsonFile

A JSON string specifying a path relative to the codemodel file +to another JSON file containing a +"codemodel" version 2 "target" object.

+
+
+
+
+
+
+
+
+

"codemodel" version 2 "directory" object

+

A codemodel "directory" object is referenced by a "codemodel" version 2 +object's directories array. Each "directory" object is a JSON object +with members:

+
+
paths

A JSON object containing members:

+
+
source

A string specifying the path to the source directory, represented +with forward slashes. If the directory is inside the top-level +source directory then the path is specified relative to that +directory (with . for the top-level source directory itself). +Otherwise the path is absolute.

+
+
build

A string specifying the path to the build directory, represented +with forward slashes. If the directory is inside the top-level +build directory then the path is specified relative to that +directory (with . for the top-level build directory itself). +Otherwise the path is absolute.

+
+
+
+
installers

A JSON array of entries corresponding to install() rules. +Each entry is a JSON object containing members:

+
+
component

A string specifying the component selected by the corresponding +install() command invocation.

+
+
destination

Optional member that is present for specific type values below. +The value is a string specifying the install destination path. +The path may be absolute or relative to the install prefix.

+
+
paths

Optional member that is present for specific type values below. +The value is a JSON array of entries corresponding to the paths +(files or directories) to be installed. Each entry is one of:

+
    +
  • A string specifying the path from which a file or directory +is to be installed. The portion of the path not preceded by +a / also specifies the path (name) to which the file +or directory is to be installed under the destination.

  • +
  • A JSON object with members:

    +
    +
    from

    A string specifying the path from which a file or directory +is to be installed.

    +
    +
    to

    A string specifying the path to which the file or directory +is to be installed under the destination.

    +
    +
    +
  • +
+

In both cases the paths are represented with forward slashes. If +the "from" path is inside the top-level directory documented by the +corresponding type value, then the path is specified relative +to that directory. Otherwise the path is absolute.

+
+
type

A string specifying the type of installation rule. The value is one +of the following, with some variants providing additional members:

+
+
file

An install(FILES) or install(PROGRAMS) call. +The destination and paths members are populated, with paths +under the top-level source directory expressed relative to it. +The isOptional member may exist. +This type has no additional members.

+
+
directory

An install(DIRECTORY) call. +The destination and paths members are populated, with paths +under the top-level source directory expressed relative to it. +The isOptional member may exist. +This type has no additional members.

+
+
target

An install(TARGETS) call. +The destination and paths members are populated, with paths +under the top-level build directory expressed relative to it. +The isOptional member may exist. +This type has additional members targetId, targetIndex, +targetIsImportLibrary, and targetInstallNamelink.

+
+
export

An install(EXPORT) call. +The destination and paths members are populated, with paths +under the top-level build directory expressed relative to it. +The paths entries refer to files generated automatically by +CMake for installation, and their actual values are considered +private implementation details. +This type has additional members exportName and exportTargets.

+
+
script

An install(SCRIPT) call. +This type has additional member scriptFile.

+
+
code

An install(CODE) call. +This type has no additional members.

+
+
importedRuntimeArtifacts

An install(IMPORTED_RUNTIME_ARTIFACTS) call. +The destination member is populated. The isOptional member may +exist. This type has no additional members.

+
+
runtimeDependencySet

An install(RUNTIME_DEPENDENCY_SET) call or an +install(TARGETS) call with RUNTIME_DEPENDENCIES. The +destination member is populated. This type has additional members +runtimeDependencySetName and runtimeDependencySetType.

+
+
fileSet

An install(TARGETS) call with FILE_SET. +The destination and paths members are populated. +The isOptional member may exist. +This type has additional members fileSetName, fileSetType, +fileSetDirectories, and fileSetTarget.

+

This type was added in codemodel version 2.4.

+
+
+
+
isExcludeFromAll

Optional member that is present with boolean value true when +install() is called with the EXCLUDE_FROM_ALL option.

+
+
isForAllComponents

Optional member that is present with boolean value true when +install(SCRIPT|CODE) is called with the +ALL_COMPONENTS option.

+
+
isOptional

Optional member that is present with boolean value true when +install() is called with the OPTIONAL option. +This is allowed when type is file, directory, or target.

+
+
targetId

Optional member that is present when type is target. +The value is a string uniquely identifying the target to be installed. +This matches the id member of the target in the main +"codemodel" object's targets array.

+
+
targetIndex

Optional member that is present when type is target. +The value is an unsigned integer 0-based index into the main "codemodel" +object's targets array for the target to be installed.

+
+
targetIsImportLibrary

Optional member that is present when type is target and +the installer is for a Windows DLL import library file or for an +AIX linker import file. If present, it has boolean value true.

+
+
targetInstallNamelink

Optional member that is present when type is target and +the installer corresponds to a target that may use symbolic links +to implement the VERSION and SOVERSION +target properties. +The value is a string indicating how the installer is supposed to +handle the symlinks: skip means the installer should skip the +symlinks and install only the real file, and only means the +installer should install only the symlinks and not the real file. +In all cases the paths member lists what it actually installs.

+
+
exportName

Optional member that is present when type is export. +The value is a string specifying the name of the export.

+
+
exportTargets

Optional member that is present when type is export. +The value is a JSON array of entries corresponding to the targets +included in the export. Each entry is a JSON object with members:

+
+
id

A string uniquely identifying the target. This matches +the id member of the target in the main "codemodel" +object's targets array.

+
+
index

An unsigned integer 0-based index into the main "codemodel" +object's targets array for the target.

+
+
+
+
runtimeDependencySetName

Optional member that is present when type is runtimeDependencySet +and the installer was created by an +install(RUNTIME_DEPENDENCY_SET) call. The value is a string +specifying the name of the runtime dependency set that was installed.

+
+
runtimeDependencySetType

Optional member that is present when type is runtimeDependencySet. +The value is a string with one of the following values:

+
+
library

Indicates that this installer installs dependencies that are not macOS +frameworks.

+
+
framework

Indicates that this installer installs dependencies that are macOS +frameworks.

+
+
+
+
fileSetName

Optional member that is present when type is fileSet. The value is +a string with the name of the file set.

+

This field was added in codemodel version 2.4.

+
+
fileSetType

Optional member that is present when type is fileSet. The value is +a string with the type of the file set.

+

This field was added in codemodel version 2.4.

+
+
fileSetDirectories

Optional member that is present when type is fileSet. The value +is a list of strings with the file set's base directories (determined by +genex-evaluation of HEADER_DIRS or +HEADER_DIRS_<NAME>).

+

This field was added in codemodel version 2.4.

+
+
fileSetTarget

Optional member that is present when type is fileSet. The value +is a JSON object with members:

+
+
id

A string uniquely identifying the target. This matches +the id member of the target in the main "codemodel" +object's targets array.

+
+
index

An unsigned integer 0-based index into the main "codemodel" +object's targets array for the target.

+
+
+

This field was added in codemodel version 2.4.

+
+
scriptFile

Optional member that is present when type is script. +The value is a string specifying the path to the script file on disk, +represented with forward slashes. If the file is inside the top-level +source directory then the path is specified relative to that directory. +Otherwise the path is absolute.

+
+
backtrace

Optional member that is present when a CMake language backtrace to +the install() or other command invocation that added this +installer is available. The value is an unsigned integer 0-based +index into the backtraceGraph member's nodes array.

+
+
+
+
backtraceGraph

A "codemodel" version 2 "backtrace graph" whose nodes are referenced +from backtrace members elsewhere in this "directory" object.

+
+
+
+
+

"codemodel" version 2 "target" object

+

A codemodel "target" object is referenced by a "codemodel" version 2 +object's targets array. Each "target" object is a JSON object +with members:

+
+
name

A string specifying the logical name of the target.

+
+
id

A string uniquely identifying the target. The format is unspecified +and should not be interpreted by clients.

+
+
type

A string specifying the type of the target. The value is one of +EXECUTABLE, STATIC_LIBRARY, SHARED_LIBRARY, +MODULE_LIBRARY, OBJECT_LIBRARY, INTERFACE_LIBRARY, +or UTILITY.

+
+
backtrace

Optional member that is present when a CMake language backtrace to +the command in the source code that created the target is available. +The value is an unsigned integer 0-based index into the +backtraceGraph member's nodes array.

+
+
folder

Optional member that is present when the FOLDER target +property is set. The value is a JSON object with one member:

+
+
name

A string specifying the name of the target folder.

+
+
+
+
paths

A JSON object containing members:

+
+
source

A string specifying the path to the target's source directory, +represented with forward slashes. If the directory is inside the +top-level source directory then the path is specified relative to +that directory (with . for the top-level source directory itself). +Otherwise the path is absolute.

+
+
build

A string specifying the path to the target's build directory, +represented with forward slashes. If the directory is inside the +top-level build directory then the path is specified relative to +that directory (with . for the top-level build directory itself). +Otherwise the path is absolute.

+
+
+
+
nameOnDisk

Optional member that is present for executable and library targets +that are linked or archived into a single primary artifact. +The value is a string specifying the file name of that artifact on disk.

+
+
artifacts

Optional member that is present for executable and library targets +that produce artifacts on disk meant for consumption by dependents. +The value is a JSON array of entries corresponding to the artifacts. +Each entry is a JSON object containing one member:

+
+
path

A string specifying the path to the file on disk, represented with +forward slashes. If the file is inside the top-level build directory +then the path is specified relative to that directory. +Otherwise the path is absolute.

+
+
+
+
isGeneratorProvided

Optional member that is present with boolean value true if the +target is provided by CMake's build system generator rather than by +a command in the source code.

+
+
install

Optional member that is present when the target has an install() +rule. The value is a JSON object with members:

+
+
prefix

A JSON object specifying the installation prefix. It has one member:

+
+
path

A string specifying the value of CMAKE_INSTALL_PREFIX.

+
+
+
+
destinations

A JSON array of entries specifying an install destination path. +Each entry is a JSON object with members:

+
+
path

A string specifying the install destination path. The path may +be absolute or relative to the install prefix.

+
+
backtrace

Optional member that is present when a CMake language backtrace to +the install() command invocation that specified this +destination is available. The value is an unsigned integer 0-based +index into the backtraceGraph member's nodes array.

+
+
+
+
+
+
launchers

Optional member that is present on executable targets that have +at least one launcher specified by the project. The value is a +JSON array of entries corresponding to the specified launchers. +Each entry is a JSON object with members:

+
+
command

A string specifying the path to the launcher on disk, represented +with forward slashes. If the file is inside the top-level source +directory then the path is specified relative to that directory.

+
+
arguments

Optional member that is present when the launcher command has +arguments preceding the executable to be launched. The value +is a JSON array of strings representing the arguments.

+
+
type

A string specifying the type of launcher. The value is one of +the following:

+
+
emulator

An emulator for the target platform when cross-compiling. +See the CROSSCOMPILING_EMULATOR target property.

+
+
test

A start program for the execution of tests. +See the TEST_LAUNCHER target property.

+
+
+
+
+

This field was added in codemodel version 2.7.

+
+
link

Optional member that is present for executables and shared library +targets that link into a runtime binary. The value is a JSON object +with members describing the link step:

+
+
language

A string specifying the language (e.g. C, CXX, Fortran) +of the toolchain is used to invoke the linker.

+
+
commandFragments

Optional member that is present when fragments of the link command +line invocation are available. The value is a JSON array of entries +specifying ordered fragments. Each entry is a JSON object with members:

+
+
fragment

A string specifying a fragment of the link command line invocation. +The value is encoded in the build system's native shell format.

+
+
role

A string specifying the role of the fragment's content:

+
    +
  • flags: link flags.

  • +
  • libraries: link library file paths or flags.

  • +
  • libraryPath: library search path flags.

  • +
  • frameworkPath: macOS framework search path flags.

  • +
+
+
+
+
lto

Optional member that is present with boolean value true +when link-time optimization (a.k.a. interprocedural optimization +or link-time code generation) is enabled.

+
+
sysroot

Optional member that is present when the CMAKE_SYSROOT_LINK +or CMAKE_SYSROOT variable is defined. The value is a +JSON object with one member:

+
+
path

A string specifying the absolute path to the sysroot, represented +with forward slashes.

+
+
+
+
+
+
archive

Optional member that is present for static library targets. The value +is a JSON object with members describing the archive step:

+
+
commandFragments

Optional member that is present when fragments of the archiver command +line invocation are available. The value is a JSON array of entries +specifying the fragments. Each entry is a JSON object with members:

+
+
fragment

A string specifying a fragment of the archiver command line invocation. +The value is encoded in the build system's native shell format.

+
+
role

A string specifying the role of the fragment's content:

+
    +
  • flags: archiver flags.

  • +
+
+
+
+
lto

Optional member that is present with boolean value true +when link-time optimization (a.k.a. interprocedural optimization +or link-time code generation) is enabled.

+
+
+
+
dependencies

Optional member that is present when the target depends on other targets. +The value is a JSON array of entries corresponding to the dependencies. +Each entry is a JSON object with members:

+
+
id

A string uniquely identifying the target on which this target depends. +This matches the main id member of the other target.

+
+
backtrace

Optional member that is present when a CMake language backtrace to +the add_dependencies(), target_link_libraries(), +or other command invocation that created this dependency is +available. The value is an unsigned integer 0-based index into +the backtraceGraph member's nodes array.

+
+
+
+
fileSets

A JSON array of entries corresponding to the target's file sets. Each entry +is a JSON object with members:

+
+
name

A string specifying the name of the file set.

+
+
type

A string specifying the type of the file set. See +target_sources() supported file set types.

+
+
visibility

A string specifying the visibility of the file set; one of PUBLIC, +PRIVATE, or INTERFACE.

+
+
baseDirectories

A JSON array of strings, each specifying a base directory containing +sources in the file set. If the directory is inside the top-level source +directory then the path is specified relative to that directory. +Otherwise the path is absolute.

+
+
+

This field was added in codemodel version 2.5.

+
+
sources

A JSON array of entries corresponding to the target's source files. +Each entry is a JSON object with members:

+
+
path

A string specifying the path to the source file on disk, represented +with forward slashes. If the file is inside the top-level source +directory then the path is specified relative to that directory. +Otherwise the path is absolute.

+
+
compileGroupIndex

Optional member that is present when the source is compiled. +The value is an unsigned integer 0-based index into the +compileGroups array.

+
+
sourceGroupIndex

Optional member that is present when the source is part of a source +group either via the source_group() command or by default. +The value is an unsigned integer 0-based index into the +sourceGroups array.

+
+
isGenerated

Optional member that is present with boolean value true if +the source is GENERATED.

+
+
fileSetIndex

Optional member that is present when the source is part of a file set. +The value is an unsigned integer 0-based index into the fileSets +array.

+

This field was added in codemodel version 2.5.

+
+
backtrace

Optional member that is present when a CMake language backtrace to +the target_sources(), add_executable(), +add_library(), add_custom_target(), or other +command invocation that added this source to the target is +available. The value is an unsigned integer 0-based index into +the backtraceGraph member's nodes array.

+
+
+
+
sourceGroups

Optional member that is present when sources are grouped together by +the source_group() command or by default. The value is a +JSON array of entries corresponding to the groups. Each entry is +a JSON object with members:

+
+
name

A string specifying the name of the source group.

+
+
sourceIndexes

A JSON array listing the sources belonging to the group. +Each entry is an unsigned integer 0-based index into the +main sources array for the target.

+
+
+
+
compileGroups

Optional member that is present when the target has sources that compile. +The value is a JSON array of entries corresponding to groups of sources +that all compile with the same settings. Each entry is a JSON object +with members:

+
+
sourceIndexes

A JSON array listing the sources belonging to the group. +Each entry is an unsigned integer 0-based index into the +main sources array for the target.

+
+
language

A string specifying the language (e.g. C, CXX, Fortran) +of the toolchain is used to compile the source file.

+
+
languageStandard

Optional member that is present when the language standard is set +explicitly (e.g. via CXX_STANDARD) or implicitly by +compile features. Each entry is a JSON object with two members:

+
+
backtraces

Optional member that is present when a CMake language backtrace to +the <LANG>_STANDARD setting is available. If the language +standard was set implicitly by compile features those are used as +the backtrace(s). It's possible for multiple compile features to +require the same language standard so there could be multiple +backtraces. The value is a JSON array with each entry being an +unsigned integer 0-based index into the backtraceGraph +member's nodes array.

+
+
standard

String representing the language standard.

+
+
+

This field was added in codemodel version 2.2.

+
+
compileCommandFragments

Optional member that is present when fragments of the compiler command +line invocation are available. The value is a JSON array of entries +specifying ordered fragments. Each entry is a JSON object with +one member:

+
+
fragment

A string specifying a fragment of the compile command line invocation. +The value is encoded in the build system's native shell format.

+
+
+
+
includes

Optional member that is present when there are include directories. +The value is a JSON array with an entry for each directory. Each +entry is a JSON object with members:

+
+
path

A string specifying the path to the include directory, +represented with forward slashes.

+
+
isSystem

Optional member that is present with boolean value true if +the include directory is marked as a system include directory.

+
+
backtrace

Optional member that is present when a CMake language backtrace to +the target_include_directories() or other command invocation +that added this include directory is available. The value is +an unsigned integer 0-based index into the backtraceGraph +member's nodes array.

+
+
+
+
frameworks

Optional member that is present when, on Apple platforms, there are +frameworks. The value is a JSON array with an entry for each directory. +Each entry is a JSON object with members:

+
+
path

A string specifying the path to the framework directory, +represented with forward slashes.

+
+
isSystem

Optional member that is present with boolean value true if +the framework is marked as a system one.

+
+
backtrace

Optional member that is present when a CMake language backtrace to +the target_link_libraries() or other command invocation +that added this framework is available. The value is +an unsigned integer 0-based index into the backtraceGraph +member's nodes array.

+
+
+

This field was added in codemodel version 2.6.

+
+
precompileHeaders

Optional member that is present when target_precompile_headers() +or other command invocations set PRECOMPILE_HEADERS on the +target. The value is a JSON array with an entry for each header. Each +entry is a JSON object with members:

+
+
header

Full path to the precompile header file.

+
+
backtrace

Optional member that is present when a CMake language backtrace to +the target_precompile_headers() or other command invocation +that added this precompiled header is available. The value is an +unsigned integer 0-based index into the backtraceGraph member's +nodes array.

+
+
+

This field was added in codemodel version 2.1.

+
+
defines

Optional member that is present when there are preprocessor definitions. +The value is a JSON array with an entry for each definition. Each +entry is a JSON object with members:

+
+
define

A string specifying the preprocessor definition in the format +<name>[=<value>], e.g. DEF or DEF=1.

+
+
backtrace

Optional member that is present when a CMake language backtrace to +the target_compile_definitions() or other command invocation +that added this preprocessor definition is available. The value is +an unsigned integer 0-based index into the backtraceGraph +member's nodes array.

+
+
+
+
sysroot

Optional member that is present when the +CMAKE_SYSROOT_COMPILE or CMAKE_SYSROOT +variable is defined. The value is a JSON object with one member:

+
+
path

A string specifying the absolute path to the sysroot, represented +with forward slashes.

+
+
+
+
+
+
backtraceGraph

A "codemodel" version 2 "backtrace graph" whose nodes are referenced +from backtrace members elsewhere in this "target" object.

+
+
+
+
+

"codemodel" version 2 "backtrace graph"

+

The backtraceGraph member of a "codemodel" version 2 "directory" object, +or "codemodel" version 2 "target" object is a JSON object describing a +graph of backtraces. Its nodes are referenced from backtrace members +elsewhere in the containing object. The backtrace graph object members are:

+
+
nodes

A JSON array listing nodes in the backtrace graph. Each entry +is a JSON object with members:

+
+
file

An unsigned integer 0-based index into the backtrace files array.

+
+
line

An optional member present when the node represents a line within +the file. The value is an unsigned integer 1-based line number.

+
+
command

An optional member present when the node represents a command +invocation within the file. The value is an unsigned integer +0-based index into the backtrace commands array.

+
+
parent

An optional member present when the node is not the bottom of +the call stack. The value is an unsigned integer 0-based index +of another entry in the backtrace nodes array.

+
+
+
+
commands

A JSON array listing command names referenced by backtrace nodes. +Each entry is a string specifying a command name.

+
+
files

A JSON array listing CMake language files referenced by backtrace nodes. +Each entry is a string specifying the path to a file, represented +with forward slashes. If the file is inside the top-level source +directory then the path is specified relative to that directory. +Otherwise the path is absolute.

+
+
+
+
+
+

Object Kind "configureLog"

+

The configureLog object kind describes the location and contents of +a cmake-configure-log(7) file.

+

There is only one configureLog object major version, version 1.

+
+

"configureLog" version 1

+

configureLog object version 1 is a JSON object:

+
{
+  "kind": "configureLog",
+  "version": { "major": 1, "minor": 0 },
+  "path": "/path/to/top-level-build-dir/CMakeFiles/CMakeConfigureLog.yaml",
+  "eventKindNames": [ "try_compile-v1", "try_run-v1" ]
+}
+
+
+

The members specific to configureLog objects are:

+
+
path

A string specifying the path to the configure log file. +Clients must read the log file from this path, which may be +different than the path documented by cmake-configure-log(7). +The log file may not exist if no events are logged.

+
+
eventKindNames

A JSON array whose entries are each a JSON string naming one +of the cmake-configure-log(7) versioned event kinds. +At most one version of each configure log event kind will be listed. +Although the configure log may contain other (versioned) event kinds, +clients must ignore those that are not listed in this field.

+
+
+
+
+
+

Object Kind "cache"

+

The cache object kind lists cache entries. These are the +Variables stored in the persistent cache +(CMakeCache.txt) for the build tree.

+

There is only one cache object major version, version 2. +Version 1 does not exist to avoid confusion with that from +cmake-server(7) mode.

+
+

"cache" version 2

+

cache object version 2 is a JSON object:

+
{
+  "kind": "cache",
+  "version": { "major": 2, "minor": 0 },
+  "entries": [
+    {
+      "name": "BUILD_SHARED_LIBS",
+      "value": "ON",
+      "type": "BOOL",
+      "properties": [
+        {
+          "name": "HELPSTRING",
+          "value": "Build shared libraries"
+        }
+      ]
+    },
+    {
+      "name": "CMAKE_GENERATOR",
+      "value": "Unix Makefiles",
+      "type": "INTERNAL",
+      "properties": [
+        {
+          "name": "HELPSTRING",
+          "value": "Name of generator."
+        }
+      ]
+    }
+  ]
+}
+
+
+

The members specific to cache objects are:

+
+
entries

A JSON array whose entries are each a JSON object specifying a +cache entry. The members of each entry are:

+
+
name

A string specifying the name of the entry.

+
+
value

A string specifying the value of the entry.

+
+
type

A string specifying the type of the entry used by +cmake-gui(1) to choose a widget for editing.

+
+
properties

A JSON array of entries specifying associated +cache entry properties. +Each entry is a JSON object containing members:

+
+
name

A string specifying the name of the cache entry property.

+
+
value

A string specifying the value of the cache entry property.

+
+
+
+
+
+
+
+
+
+

Object Kind "cmakeFiles"

+

The cmakeFiles object kind lists files used by CMake while +configuring and generating the build system. These include the +CMakeLists.txt files as well as included .cmake files.

+

There is only one cmakeFiles object major version, version 1.

+
+

"cmakeFiles" version 1

+

cmakeFiles object version 1 is a JSON object:

+
{
+  "kind": "cmakeFiles",
+  "version": { "major": 1, "minor": 1 },
+  "paths": {
+    "build": "/path/to/top-level-build-dir",
+    "source": "/path/to/top-level-source-dir"
+  },
+  "inputs": [
+    {
+      "path": "CMakeLists.txt"
+    },
+    {
+      "isGenerated": true,
+      "path": "/path/to/top-level-build-dir/.../CMakeSystem.cmake"
+    },
+    {
+      "isExternal": true,
+      "path": "/path/to/external/third-party/module.cmake"
+    },
+    {
+      "isCMake": true,
+      "isExternal": true,
+      "path": "/path/to/cmake/Modules/CMakeGenericSystem.cmake"
+    }
+  ],
+  "globsDependent": [
+    {
+      "expression": "src/*.cxx",
+      "recurse": true,
+      "files": [
+        "src/foo.cxx",
+        "src/bar.cxx"
+      ]
+    }
+  ]
+}
+
+
+

The members specific to cmakeFiles objects are:

+
+
paths

A JSON object containing members:

+
+
source

A string specifying the absolute path to the top-level source directory, +represented with forward slashes.

+
+
build

A string specifying the absolute path to the top-level build directory, +represented with forward slashes.

+
+
+
+
inputs

A JSON array whose entries are each a JSON object specifying an input +file used by CMake when configuring and generating the build system. +The members of each entry are:

+
+
path

A string specifying the path to an input file to CMake, represented +with forward slashes. If the file is inside the top-level source +directory then the path is specified relative to that directory. +Otherwise the path is absolute.

+
+
isGenerated

Optional member that is present with boolean value true +if the path specifies a file that is under the top-level +build directory and the build is out-of-source. +This member is not available on in-source builds.

+
+
isExternal

Optional member that is present with boolean value true +if the path specifies a file that is not under the top-level +source or build directories.

+
+
isCMake

Optional member that is present with boolean value true +if the path specifies a file in the CMake installation.

+
+
+
+
globsDependent

Optional member that is present when the project calls file(GLOB) +or file(GLOB_RECURSE) with the CONFIGURE_DEPENDS option. +The value is a JSON array of JSON objects, each specifying a globbing +expression and the list of paths it matched. If the globbing expression +no longer matches the same list of paths, CMake considers the build system +to be out of date.

+

This field was added in cmakeFiles version 1.1.

+

The members of each entry are:

+
+
expression

A string specifying the globbing expression.

+
+
recurse

Optional member that is present with boolean value true +if the entry corresponds to a file(GLOB_RECURSE) call. +Otherwise the entry corresponds to a file(GLOB) call.

+
+
listDirectories

Optional member that is present with boolean value true if +file(GLOB) was called without LIST_DIRECTORIES false or +file(GLOB_RECURSE) was called with LIST_DIRECTORIES true.

+
+
followSymlinks

Optional member that is present with boolean value true if +file(GLOB) was called with the FOLLOW_SYMLINKS option.

+
+
relative

Optional member that is present if file(GLOB) was called +with the RELATIVE <path> option. The value is a string containing +the <path> given.

+
+
paths

A JSON array of strings specifying the paths matched by the call +to file(GLOB) or file(GLOB_RECURSE).

+
+
+
+
+
+
+
+

Object Kind "toolchains"

+

The toolchains object kind lists properties of the toolchains used during +the build. These include the language, compiler path, ID, and version.

+

There is only one toolchains object major version, version 1.

+
+

"toolchains" version 1

+

toolchains object version 1 is a JSON object:

+
{
+  "kind": "toolchains",
+  "version": { "major": 1, "minor": 0 },
+  "toolchains": [
+    {
+      "language": "C",
+      "compiler": {
+        "path": "/usr/bin/cc",
+        "id": "GNU",
+        "version": "9.3.0",
+        "implicit": {
+          "includeDirectories": [
+            "/usr/lib/gcc/x86_64-linux-gnu/9/include",
+            "/usr/local/include",
+            "/usr/include/x86_64-linux-gnu",
+            "/usr/include"
+          ],
+          "linkDirectories": [
+            "/usr/lib/gcc/x86_64-linux-gnu/9",
+            "/usr/lib/x86_64-linux-gnu",
+            "/usr/lib",
+            "/lib/x86_64-linux-gnu",
+            "/lib"
+          ],
+          "linkFrameworkDirectories": [],
+          "linkLibraries": [ "gcc", "gcc_s", "c", "gcc", "gcc_s" ]
+        }
+      },
+      "sourceFileExtensions": [ "c", "m" ]
+    },
+    {
+      "language": "CXX",
+      "compiler": {
+        "path": "/usr/bin/c++",
+        "id": "GNU",
+        "version": "9.3.0",
+        "implicit": {
+          "includeDirectories": [
+            "/usr/include/c++/9",
+            "/usr/include/x86_64-linux-gnu/c++/9",
+            "/usr/include/c++/9/backward",
+            "/usr/lib/gcc/x86_64-linux-gnu/9/include",
+            "/usr/local/include",
+            "/usr/include/x86_64-linux-gnu",
+            "/usr/include"
+          ],
+          "linkDirectories": [
+            "/usr/lib/gcc/x86_64-linux-gnu/9",
+            "/usr/lib/x86_64-linux-gnu",
+            "/usr/lib",
+            "/lib/x86_64-linux-gnu",
+            "/lib"
+          ],
+          "linkFrameworkDirectories": [],
+          "linkLibraries": [
+            "stdc++", "m", "gcc_s", "gcc", "c", "gcc_s", "gcc"
+          ]
+        }
+      },
+      "sourceFileExtensions": [
+        "C", "M", "c++", "cc", "cpp", "cxx", "mm", "CPP"
+      ]
+    }
+  ]
+}
+
+
+

The members specific to toolchains objects are:

+
+
toolchains

A JSON array whose entries are each a JSON object specifying a toolchain +associated with a particular language. The members of each entry are:

+
+
language

A JSON string specifying the toolchain language, like C or CXX. Language +names are the same as language names that can be passed to the +project() command. Because CMake only supports a single toolchain +per language, this field can be used as a key.

+
+
compiler

A JSON object containing members:

+
+
path

Optional member that is present when the +CMAKE_<LANG>_COMPILER variable is defined for the current +language. Its value is a JSON string holding the path to the compiler.

+
+
id

Optional member that is present when the +CMAKE_<LANG>_COMPILER_ID variable is defined for the current +language. Its value is a JSON string holding the ID (GNU, MSVC, etc.) of +the compiler.

+
+
version

Optional member that is present when the +CMAKE_<LANG>_COMPILER_VERSION variable is defined for the +current language. Its value is a JSON string holding the version of the +compiler.

+
+
target

Optional member that is present when the +CMAKE_<LANG>_COMPILER_TARGET variable is defined for the +current language. Its value is a JSON string holding the cross-compiling +target of the compiler.

+
+
implicit

A JSON object containing members:

+
+
includeDirectories

Optional member that is present when the +CMAKE_<LANG>_IMPLICIT_INCLUDE_DIRECTORIES variable is +defined for the current language. Its value is a JSON array of JSON +strings where each string holds a path to an implicit include +directory for the compiler.

+
+
linkDirectories

Optional member that is present when the +CMAKE_<LANG>_IMPLICIT_LINK_DIRECTORIES variable is +defined for the current language. Its value is a JSON array of JSON +strings where each string holds a path to an implicit link directory +for the compiler.

+
+
linkFrameworkDirectories

Optional member that is present when the +CMAKE_<LANG>_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES variable +is defined for the current language. Its value is a JSON array of JSON +strings where each string holds a path to an implicit link framework +directory for the compiler.

+
+
linkLibraries

Optional member that is present when the +CMAKE_<LANG>_IMPLICIT_LINK_LIBRARIES variable is defined +for the current language. Its value is a JSON array of JSON strings +where each string holds a path to an implicit link library for the +compiler.

+
+
+
+
+
+
sourceFileExtensions

Optional member that is present when the +CMAKE_<LANG>_SOURCE_FILE_EXTENSIONS variable is defined for +the current language. Its value is a JSON array of JSON strings where each +each string holds a file extension (without the leading dot) for the +language.

+
+
+
+
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/cmake-generator-expressions.7.html b/cmake/doc/cmake/html/manual/cmake-generator-expressions.7.html new file mode 100644 index 0000000000000000000000000000000000000000..50ae75efbcd6ea8743c840ed9766fdd92f802d39 --- /dev/null +++ b/cmake/doc/cmake/html/manual/cmake-generator-expressions.7.html @@ -0,0 +1,3274 @@ + + + + + + + + cmake-generator-expressions(7) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake-generator-expressions(7)

+ +
+

Introduction

+

Generator expressions are evaluated during build system generation to produce +information specific to each build configuration. They have the form +$<...>. For example:

+
target_include_directories(tgt PRIVATE /opt/include/$<CXX_COMPILER_ID>)
+
+
+

This would expand to /opt/include/GNU, /opt/include/Clang, etc. +depending on the C++ compiler used.

+

Generator expressions are allowed in the context of many target properties, +such as LINK_LIBRARIES, INCLUDE_DIRECTORIES, +COMPILE_DEFINITIONS and others. They may also be used when using +commands to populate those properties, such as target_link_libraries(), +target_include_directories(), target_compile_definitions() +and others. They enable conditional linking, conditional definitions used when +compiling, conditional include directories, and more. The conditions may be +based on the build configuration, target properties, platform information, +or any other queryable information.

+

Generator expressions can be nested:

+
target_compile_definitions(tgt PRIVATE
+  $<$<VERSION_LESS:$<CXX_COMPILER_VERSION>,4.2.0>:OLD_COMPILER>
+)
+
+
+

The above would expand to OLD_COMPILER if the +CMAKE_CXX_COMPILER_VERSION is less +than 4.2.0.

+
+
+

Whitespace And Quoting

+

Generator expressions are typically parsed after command arguments. +If a generator expression contains spaces, new lines, semicolons or +other characters that may be interpreted as command argument separators, +the whole expression should be surrounded by quotes when passed to a +command. Failure to do so may result in the expression being split and +it may no longer be recognized as a generator expression.

+

When using add_custom_command() or add_custom_target(), +use the VERBATIM and COMMAND_EXPAND_LISTS options to obtain robust +argument splitting and quoting.

+
# WRONG: Embedded space will be treated as an argument separator.
+# This ends up not being seen as a generator expression at all.
+add_custom_target(run_some_tool
+  COMMAND some_tool -I$<JOIN:$<TARGET_PROPERTY:tgt,INCLUDE_DIRECTORIES>, -I>
+  VERBATIM
+)
+
+
+
# Better, but still not robust. Quotes prevent the space from splitting the
+# expression. However, the tool will receive the expanded value as a single
+# argument.
+add_custom_target(run_some_tool
+  COMMAND some_tool "-I$<JOIN:$<TARGET_PROPERTY:tgt,INCLUDE_DIRECTORIES>, -I>"
+  VERBATIM
+)
+
+
+
# Nearly correct. Using a semicolon to separate arguments and adding the
+# COMMAND_EXPAND_LISTS option means that paths with spaces will be handled
+# correctly. Quoting the whole expression ensures it is seen as a generator
+# expression. But if the target property is empty, we will get a bare -I
+# with nothing after it.
+add_custom_target(run_some_tool
+  COMMAND some_tool "-I$<JOIN:$<TARGET_PROPERTY:tgt,INCLUDE_DIRECTORIES>,;-I>"
+  COMMAND_EXPAND_LISTS
+  VERBATIM
+)
+
+
+

Using variables to build up a more complex generator expression is also a +good way to reduce errors and improve readability. The above example can be +improved further like so:

+
# The $<BOOL:...> check prevents adding anything if the property is empty,
+# assuming the property value cannot be one of CMake's false constants.
+set(prop "$<TARGET_PROPERTY:tgt,INCLUDE_DIRECTORIES>")
+add_custom_target(run_some_tool
+  COMMAND some_tool "$<$<BOOL:${prop}>:-I$<JOIN:${prop},;-I>>"
+  COMMAND_EXPAND_LISTS
+  VERBATIM
+)
+
+
+

Finally, the above example can be expressed in a more simple and robust way +using an alternate generator expression:

+
add_custom_target(run_some_tool
+  COMMAND some_tool "$<LIST:TRANSFORM,$<TARGET_PROPERTY:tgt,INCLUDE_DIRECTORIES>,PREPEND,-I>"
+  COMMAND_EXPAND_LISTS
+  VERBATIM
+)
+
+
+

A common mistake is to try to split a generator expression across multiple +lines with indenting:

+
# WRONG: New lines and spaces all treated as argument separators, so the
+# generator expression is split and not recognized correctly.
+target_compile_definitions(tgt PRIVATE
+  $<$<AND:
+      $<CXX_COMPILER_ID:GNU>,
+      $<VERSION_GREATER_EQUAL:$<CXX_COMPILER_VERSION>,5>
+    >:HAVE_5_OR_LATER>
+)
+
+
+

Again, use helper variables with well-chosen names to build up a readable +expression instead:

+
set(is_gnu "$<CXX_COMPILER_ID:GNU>")
+set(v5_or_later "$<VERSION_GREATER_EQUAL:$<CXX_COMPILER_VERSION>,5>")
+set(meet_requirements "$<AND:${is_gnu},${v5_or_later}>")
+target_compile_definitions(tgt PRIVATE
+  "$<${meet_requirements}:HAVE_5_OR_LATER>"
+)
+
+
+
+
+

Debugging

+

Since generator expressions are evaluated during generation of the buildsystem, +and not during processing of CMakeLists.txt files, it is not possible to +inspect their result with the message() command. One possible way +to generate debug messages is to add a custom target:

+
add_custom_target(genexdebug COMMAND ${CMAKE_COMMAND} -E echo "$<...>")
+
+
+

After running cmake, you can then build the genexdebug target to print +the result of the $<...> expression (i.e. run the command +cmake --build ... --target genexdebug).

+

Another way is to write debug messages to a file with file(GENERATE):

+
file(GENERATE OUTPUT filename CONTENT "$<...>")
+
+
+
+
+

Generator Expression Reference

+
+

Note

+

This reference deviates from most of the CMake documentation in that it +omits angular brackets <...> around placeholders like condition, +string, target, etc. This is to prevent an opportunity for those +placeholders to be misinterpreted as generator expressions.

+
+
+

Conditional Expressions

+

A fundamental category of generator expressions relates to conditional logic. +Two forms of conditional generator expressions are supported:

+
+
+$<condition:true_string>
+

Evaluates to true_string if condition is 1, or an empty string +if condition evaluates to 0. Any other value for condition +results in an error.

+
+ +
+
+$<IF:condition,true_string,false_string>
+
+

Added in version 3.8.

+
+

Evaluates to true_string if condition is 1, or false_string +if condition is 0. Any other value for condition results in an +error.

+
+

Added in version 3.28: This generator expression short-circuits such that generator expressions in +false_string will not evaluate when condition is 1, and generator +expressions in true_string will not evaluate when condition is 0.

+
+
+ +

Typically, the condition is itself a generator expression. For instance, +the following expression expands to DEBUG_MODE when the Debug +configuration is used, and the empty string for all other configurations:

+
$<$<CONFIG:Debug>:DEBUG_MODE>
+
+
+

Boolean-like condition values other than 1 or 0 can be handled +by wrapping them with the $<BOOL:...> generator expression:

+
+
+$<BOOL:string>
+

Converts string to 0 or 1. Evaluates to 0 if any of the +following is true:

+
    +
  • string is empty,

  • +
  • string is a case-insensitive equal of +0, FALSE, OFF, N, NO, IGNORE, or NOTFOUND, or

  • +
  • string ends in the suffix -NOTFOUND (case-sensitive).

  • +
+

Otherwise evaluates to 1.

+
+ +

The $<BOOL:...> generator expression is often used when a condition +is provided by a CMake variable:

+
$<$<BOOL:${HAVE_SOME_FEATURE}>:-DENABLE_SOME_FEATURE>
+
+
+
+
+

Logical Operators

+

The common boolean logic operators are supported:

+
+
+$<AND:conditions>
+

where conditions is a comma-separated list of boolean expressions, +all of which must evaluate to either 1 or 0. The whole expression +evaluates to 1 if all conditions are 1. If any condition is 0, +the whole expression evaluates to 0.

+
+ +
+
+$<OR:conditions>
+

where conditions is a comma-separated list of boolean expressions. +all of which must evaluate to either 1 or 0. The whole expression +evaluates to 1 if at least one of the conditions is 1. If all +conditions evaluate to 0, the whole expression evaluates to 0.

+
+ +
+
+$<NOT:condition>
+

condition must be 0 or 1. The result of the expression is +0 if condition is 1, else 1.

+
+ +
+

Added in version 3.28: Logical operators short-circuit such that generator expressions in the +arguments list will not be evaluated once a return value can be determined.

+
+
+
+

Primary Comparison Expressions

+

CMake supports a variety of generator expressions that compare things. +This section covers the primary and most widely used comparison types. +Other more specific comparison types are documented in their own separate +sections further below.

+
+

String Comparisons

+
+
+$<STREQUAL:string1,string2>
+

1 if string1 and string2 are equal, else 0. +The comparison is case-sensitive. For a case-insensitive comparison, +combine with a string transforming generator expression. For example, the following +evaluates to 1 if ${foo} is any of BAR, Bar, bar, etc.

+
$<STREQUAL:$<UPPER_CASE:${foo}>,BAR>
+
+
+
+ +
+
+$<EQUAL:value1,value2>
+

1 if value1 and value2 are numerically equal, else 0.

+
+ +
+
+

Version Comparisons

+
+
+$<VERSION_LESS:v1,v2>
+

1 if v1 is a version less than v2, else 0.

+
+ +
+
+$<VERSION_GREATER:v1,v2>
+

1 if v1 is a version greater than v2, else 0.

+
+ +
+
+$<VERSION_EQUAL:v1,v2>
+

1 if v1 is the same version as v2, else 0.

+
+ +
+
+$<VERSION_LESS_EQUAL:v1,v2>
+
+

Added in version 3.7.

+
+

1 if v1 is a version less than or equal to v2, else 0.

+
+ +
+
+$<VERSION_GREATER_EQUAL:v1,v2>
+
+

Added in version 3.7.

+
+

1 if v1 is a version greater than or equal to v2, else 0.

+
+ +
+
+
+

String Transformations

+
+
+$<LOWER_CASE:string>
+

Content of string converted to lower case.

+
+ +
+
+$<UPPER_CASE:string>
+

Content of string converted to upper case.

+
+ +
+
+$<MAKE_C_IDENTIFIER:...>
+

Content of ... converted to a C identifier. The conversion follows the +same behavior as string(MAKE_C_IDENTIFIER).

+
+ +
+
+

List Expressions

+

Most of the expressions in this section are closely associated with the +list() command, providing the same capabilities, but in +the form of a generator expression.

+

In each of the following list-related generator expressions, the list +must not contain any commas if that generator expression expects something to +be provided after the list. For example, the expression +$<LIST:FIND,list,value> requires a value after the list. +Since a comma is used to separate the list and the value, the list +cannot itself contain a comma. This restriction does not apply to the +list() command, it is specific to the list-handling generator +expressions only.

+
+

List Comparisons

+
+
+$<IN_LIST:string,list>
+
+

Added in version 3.12.

+
+

1 if string is an item in the semicolon-separated list, else 0. +It uses case-sensitive comparisons.

+
+ +
+
+

List Queries

+
+
+$<LIST:LENGTH,list>
+
+

Added in version 3.27.

+
+

The number of items in the list.

+
+ +
+
+$<LIST:GET,list,index,...>
+
+

Added in version 3.27.

+
+

Expands to the list of items specified by indices from the list.

+
+ +
+
+$<LIST:SUBLIST,list,begin,length>
+
+

Added in version 3.27.

+
+

A sublist of the given list. If length is 0, an empty list +will be returned. If length is -1 or the list is smaller than +begin + length, the remaining items of the list starting at +begin will be returned.

+
+ +
+
+$<LIST:FIND,list,value>
+
+

Added in version 3.27.

+
+

The index of the first item in list with the specified value, +or -1 if value is not in the list.

+
+ +
+
+

List Transformations

+
+
+$<LIST:JOIN,list,glue>
+
+

Added in version 3.27.

+
+

Converts list to a single string with the content of the glue string +inserted between each item. This is conceptually the same operation as +$<JOIN:list,glue>, but the two have different behavior with regard +to empty items. $<LIST:JOIN,list,glue> preserves all empty items, +whereas $<JOIN:list,glue> drops all empty items from the list.

+
+ +
+
+$<LIST:APPEND,list,item,...>
+
+

Added in version 3.27.

+
+

The list with each item appended. Multiple items should be +separated by commas.

+
+ +
+
+$<LIST:PREPEND,list,item,...>
+
+

Added in version 3.27.

+
+

The list with each item inserted at the beginning. If there are +multiple items, they should be separated by commas, and the order of the +prepended items will be preserved.

+
+ +
+
+$<LIST:INSERT,list,index,item,...>
+
+

Added in version 3.27.

+
+

The list with the item (or multiple items) inserted at the specified +index. Multiple items should be separated by commas.

+

It is an error to specify an out-of-range index. Valid indexes are 0 to N, +where N is the length of the list, inclusive. An empty list has length 0.

+
+ +
+
+$<LIST:POP_BACK,list>
+
+

Added in version 3.27.

+
+

The list with the last item removed.

+
+ +
+
+$<LIST:POP_FRONT,list>
+
+

Added in version 3.27.

+
+

The list with the first item removed.

+
+ +
+
+$<LIST:REMOVE_ITEM,list,value,...>
+
+

Added in version 3.27.

+
+

The list with all instances of the given value (or values) removed. +If multiple values are given, they should be separated by commas.

+
+ +
+
+$<LIST:REMOVE_AT,list,index,...>
+
+

Added in version 3.27.

+
+

The list with the item at each given index removed.

+
+ +
+
+$<LIST:REMOVE_DUPLICATES,list>
+
+

Added in version 3.27.

+
+

The list with all duplicated items removed. The relative order of +items is preserved, but if duplicates are encountered, only the first +instance is preserved. The result is the same as +$<REMOVE_DUPLICATES:list>.

+
+ +
+
+$<LIST:FILTER,list,INCLUDE|EXCLUDE,regex>
+
+

Added in version 3.27.

+
+

A list of items from the list which match (INCLUDE) or do not match +(EXCLUDE) the regular expression regex. The result is the same as +$<FILTER:list,INCLUDE|EXCLUDE,regex>.

+
+ +
+
+$<LIST:TRANSFORM,list,ACTION[,SELECTOR]>
+
+

Added in version 3.27.

+
+

The list transformed by applying an ACTION to all or, by +specifying a SELECTOR, to the selected list items.

+
+

Note

+

The TRANSFORM sub-command does not change the number of items in the +list. If a SELECTOR is specified, only some items will be changed, +the other ones will remain the same as before the transformation.

+
+

ACTION specifies the action to apply to the items of the list. +The actions have exactly the same semantics as for the +list(TRANSFORM) command. ACTION must be one of the following:

+
+
+
APPEND, PREPEND

Append, prepend specified value to each item of the list.

+
$<LIST:TRANSFORM,list,(APPEND|PREPEND),value[,SELECTOR]>
+
+
+
+
TOLOWER, TOUPPER

Convert each item of the list to lower, upper characters.

+
$<LIST:TRANSFORM,list,(TOLOWER|TOUPPER)[,SELECTOR]>
+
+
+
+
STRIP

Remove leading and trailing spaces from each item of the list.

+
$<LIST:TRANSFORM,list,STRIP[,SELECTOR]>
+
+
+
+
REPLACE:

Match the regular expression as many times as possible and substitute +the replacement expression for the match for each item of the list.

+
$<LIST:TRANSFORM,list,REPLACE,regular_expression,replace_expression[,SELECTOR]>
+
+
+
+
+
+

SELECTOR determines which items of the list will be transformed. +Only one type of selector can be specified at a time. When given, +SELECTOR must be one of the following:

+
+
+
AT

Specify a list of indexes.

+
$<LIST:TRANSFORM,list,ACTION,AT,index[,index...]>
+
+
+
+
FOR

Specify a range with, optionally, an increment used to iterate over the +range.

+
$<LIST:TRANSFORM,list,ACTION,FOR,start,stop[,step]>
+
+
+
+
REGEX

Specify a regular expression. +Only items matching the regular expression will be transformed.

+
$<LIST:TRANSFORM,list,ACTION,REGEX,regular_expression>
+
+
+
+
+
+
+ +
+
+$<JOIN:list,glue>
+

Joins the list with the content of the glue string inserted between +each item. This is conceptually the same operation as +$<LIST:JOIN,list,glue>, but the two have +different behavior with regard to empty items. +$<LIST:JOIN,list,glue> preserves all empty items, +whereas $<JOIN,list,glue> drops all empty items from the list.

+
+ +
+
+$<REMOVE_DUPLICATES:list>
+
+

Added in version 3.15.

+
+

Removes duplicated items in the given list. The relative order of items +is preserved, and if duplicates are encountered, only the first instance is +retained. The result is the same as +$<LIST:REMOVE_DUPLICATES,list>.

+
+ +
+
+$<FILTER:list,INCLUDE|EXCLUDE,regex>
+
+

Added in version 3.15.

+
+

Includes or removes items from list that match the regular expression +regex. The result is the same as +$<LIST:FILTER,list,INCLUDE|EXCLUDE,regex>.

+
+ +
+
+

List Ordering

+
+
+$<LIST:REVERSE,list>
+
+

Added in version 3.27.

+
+

The list with the items in reverse order.

+
+ +
+
+$<LIST:SORT,list[,(COMPARE:option|CASE:option|ORDER:option)]...>
+
+

Added in version 3.27.

+
+

The list sorted according to the specified options.

+

Use one of the COMPARE options to select the comparison method +for sorting:

+
+
+
STRING

Sorts a list of strings alphabetically. +This is the default behavior if the COMPARE option is not given.

+
+
FILE_BASENAME

Sorts a list of file paths by their basenames.

+
+
NATURAL

Sorts a list of strings using natural order (see the man page for +strverscmp(3)), such that contiguous digits are compared as whole +numbers. For example, the following list 10.0 1.1 2.1 8.0 2.0 3.1 +will be sorted as 1.1 2.0 2.1 3.1 8.0 10.0 if the NATURAL +comparison is selected, whereas it will be sorted as +1.1 10.0 2.0 2.1 3.1 8.0 with the STRING comparison.

+
+
+
+

Use one of the CASE options to select a case-sensitive or +case-insensitive sort mode:

+
+
+
SENSITIVE

List items are sorted in a case-sensitive manner. +This is the default behavior if the CASE option is not given.

+
+
INSENSITIVE

List items are sorted in a case-insensitive manner. The order of +items which differ only by upper/lowercase is not specified.

+
+
+
+

To control the sort order, one of the ORDER options can be given:

+
+
+
ASCENDING

Sorts the list in ascending order. +This is the default behavior when the ORDER option is not given.

+
+
DESCENDING

Sorts the list in descending order.

+
+
+
+

Options can be specified in any order, but it is an error to specify the +same option multiple times.

+
$<LIST:SORT,list,CASE:SENSITIVE,COMPARE:STRING,ORDER:DESCENDING>
+
+
+
+ +
+
+
+

Path Expressions

+

Most of the expressions in this section are closely associated with the +cmake_path() command, providing the same capabilities, but in +the form of a generator expression.

+

For all generator expressions in this section, paths are expected to be in +cmake-style format. The $<PATH:CMAKE_PATH> +generator expression can be used to convert a native path to a cmake-style +one.

+
+

Path Comparisons

+
+
+$<PATH_EQUAL:path1,path2>
+
+

Added in version 3.24.

+
+

Compares the lexical representations of two paths. No normalization is +performed on either path. Returns 1 if the paths are equal, 0 +otherwise.

+

See cmake_path(COMPARE) for more details.

+
+ +
+
+

Path Queries

+

These expressions provide the generation-time capabilities equivalent to the +Query options of the cmake_path() command. +All paths are expected to be in cmake-style format.

+
+
+$<PATH:HAS_*,path>
+
+

Added in version 3.24.

+
+

The following operations return 1 if the particular path component is +present, 0 otherwise. See Path Structure And Terminology for the +meaning of each path component.

+
$<PATH:HAS_ROOT_NAME,path>
+$<PATH:HAS_ROOT_DIRECTORY,path>
+$<PATH:HAS_ROOT_PATH,path>
+$<PATH:HAS_FILENAME,path>
+$<PATH:HAS_EXTENSION,path>
+$<PATH:HAS_STEM,path>
+$<PATH:HAS_RELATIVE_PART,path>
+$<PATH:HAS_PARENT_PATH,path>
+
+
+

Note the following special cases:

+
    +
  • For HAS_ROOT_PATH, a true result will only be returned if at least one +of root-name or root-directory is non-empty.

  • +
  • For HAS_PARENT_PATH, the root directory is also considered to have a +parent, which will be itself. The result is true except if the path +consists of just a filename.

  • +
+
+ +
+
+$<PATH:IS_ABSOLUTE,path>
+
+

Added in version 3.24.

+
+

Returns 1 if the path is absolute, 0 otherwise.

+
+ +
+
+$<PATH:IS_RELATIVE,path>
+
+

Added in version 3.24.

+
+

This will return the opposite of IS_ABSOLUTE.

+
+ +
+
+$<PATH:IS_PREFIX[,NORMALIZE],path,input>
+
+

Added in version 3.24.

+
+

Returns 1 if path is the prefix of input, 0 otherwise.

+

When the NORMALIZE option is specified, path and input are +normalized before the check.

+
+ +
+
+

Path Decomposition

+

These expressions provide the generation-time capabilities equivalent to the +Decomposition options of the cmake_path() +command. All paths are expected to be in cmake-style format.

+
+
+$<PATH:GET_*,...>
+
+

Added in version 3.24.

+
+

The following operations retrieve a different component or group of +components from a path. See Path Structure And Terminology for the +meaning of each path component.

+
+

Changed in version 3.27: All operations now accept a list of paths as argument. When a list of paths +is specified, the operation will be applied to each path.

+
+
$<PATH:GET_ROOT_NAME,path...>
+$<PATH:GET_ROOT_DIRECTORY,path...>
+$<PATH:GET_ROOT_PATH,path...>
+$<PATH:GET_FILENAME,path...>
+$<PATH:GET_EXTENSION[,LAST_ONLY],path...>
+$<PATH:GET_STEM[,LAST_ONLY],path...>
+$<PATH:GET_RELATIVE_PART,path...>
+$<PATH:GET_PARENT_PATH,path...>
+
+
+

If a requested component is not present in the path, an empty string is +returned.

+
+ +
+
+

Path Transformations

+

These expressions provide the generation-time capabilities equivalent to the +Modification and Generation +options of the cmake_path() command. All paths are expected to be +in cmake-style format.

+
+

Changed in version 3.27: All operations now accept a list of paths as argument. When a list of paths +is specified, the operation will be applied to each path.

+
+
+
+$<PATH:CMAKE_PATH[,NORMALIZE],path...>
+
+

Added in version 3.24.

+
+

Returns path. If path is a native path, it is converted into a +cmake-style path with forward-slashes (/). On Windows, the long filename +marker is taken into account.

+

When the NORMALIZE option is specified, the path is normalized after the conversion.

+
+ +
+
+$<PATH:APPEND,path...,input,...>
+
+

Added in version 3.24.

+
+

Returns all the input arguments appended to path using / as the +directory-separator. Depending on the input, the value of path +may be discarded.

+

See cmake_path(APPEND) for more details.

+
+ +
+
+$<PATH:REMOVE_FILENAME,path...>
+
+

Added in version 3.24.

+
+

Returns path with filename component (as returned by +$<PATH:GET_FILENAME>) removed. After removal, any trailing +directory-separator is left alone, if present.

+

See cmake_path(REMOVE_FILENAME) for more details.

+
+ +
+
+$<PATH:REPLACE_FILENAME,path...,input>
+
+

Added in version 3.24.

+
+

Returns path with the filename component replaced by input. If +path has no filename component (i.e. $<PATH:HAS_FILENAME> returns +0), path is unchanged.

+

See cmake_path(REPLACE_FILENAME) for more details.

+
+ +
+
+$<PATH:REMOVE_EXTENSION[,LAST_ONLY],path...>
+
+

Added in version 3.24.

+
+

Returns path with the extension removed, if any.

+

See cmake_path(REMOVE_EXTENSION) for more details.

+
+ +
+
+$<PATH:REPLACE_EXTENSION[,LAST_ONLY],path...,input>
+
+

Added in version 3.24.

+
+

Returns path with the extension replaced by +input, if any.

+

See cmake_path(REPLACE_EXTENSION) for more details.

+
+ +
+
+$<PATH:NORMAL_PATH,path...>
+
+

Added in version 3.24.

+
+

Returns path normalized according to the steps described in +Normalization.

+
+ +
+
+$<PATH:RELATIVE_PATH,path...,base_directory>
+
+

Added in version 3.24.

+
+

Returns path, modified to make it relative to the base_directory +argument.

+

See cmake_path(RELATIVE_PATH) for more +details.

+
+ +
+
+$<PATH:ABSOLUTE_PATH[,NORMALIZE],path...,base_directory>
+
+

Added in version 3.24.

+
+

Returns path as absolute. If path is a relative path +($<PATH:IS_RELATIVE> returns 1), it is evaluated relative to the +given base directory specified by base_directory argument.

+

When the NORMALIZE option is specified, the path is +normalized after the path computation.

+

See cmake_path(ABSOLUTE_PATH) for more details.

+
+ +
+
+

Shell Paths

+
+
+$<SHELL_PATH:...>
+
+

Added in version 3.4.

+
+

Content of ... converted to shell path style. For example, slashes are +converted to backslashes in Windows shells and drive letters are converted +to posix paths in MSYS shells. The ... must be an absolute path.

+
+

Added in version 3.14: The ... may be a semicolon-separated list +of paths, in which case each path is converted individually and a result +list is generated using the shell path separator (: on POSIX and +; on Windows). Be sure to enclose the argument containing this genex +in double quotes in CMake source code so that ; does not split arguments.

+
+
+ +
+
+
+

Configuration Expressions

+
+
+$<CONFIG>
+

Configuration name. Use this instead of the deprecated CONFIGURATION +generator expression.

+
+ +
+
+$<CONFIG:cfgs>
+

1 if config is any one of the entries in comma-separated list +cfgs, else 0. This is a case-insensitive comparison. The mapping in +MAP_IMPORTED_CONFIG_<CONFIG> is also considered by this +expression when it is evaluated on a property of an IMPORTED +target.

+
+

Changed in version 3.19: Multiple configurations can be specified for cfgs. +CMake 3.18 and earlier only accepted a single configuration.

+
+
+ +
+
+$<OUTPUT_CONFIG:...>
+
+

Added in version 3.20.

+
+

Only valid in add_custom_command() and add_custom_target() +as the outer-most generator expression in an argument. +With the Ninja Multi-Config generator, generator expressions +in ... are evaluated using the custom command's "output config". +With other generators, the content of ... is evaluated normally.

+
+ +
+
+$<COMMAND_CONFIG:...>
+
+

Added in version 3.20.

+
+

Only valid in add_custom_command() and add_custom_target() +as the outer-most generator expression in an argument. +With the Ninja Multi-Config generator, generator expressions +in ... are evaluated using the custom command's "command config". +With other generators, the content of ... is evaluated normally.

+
+ +
+
+

Toolchain And Language Expressions

+
+

Platform

+
+
+$<PLATFORM_ID>
+

The current system's CMake platform id. +See also the CMAKE_SYSTEM_NAME variable.

+
+ +
+
+$<PLATFORM_ID:platform_ids>
+

1 if CMake's platform id matches any one of the entries in +comma-separated list platform_ids, otherwise 0. +See also the CMAKE_SYSTEM_NAME variable.

+
+ +
+
+

Compiler Version

+

See also the CMAKE_<LANG>_COMPILER_VERSION variable, which is +closely related to the expressions in this sub-section.

+
+
+$<C_COMPILER_VERSION>
+

The version of the C compiler used.

+
+ +
+
+$<C_COMPILER_VERSION:version>
+

1 if the version of the C compiler matches version, otherwise 0.

+
+ +
+
+$<CXX_COMPILER_VERSION>
+

The version of the CXX compiler used.

+
+ +
+
+$<CXX_COMPILER_VERSION:version>
+

1 if the version of the C++ compiler matches version, otherwise 0.

+
+ +
+
+$<CUDA_COMPILER_VERSION>
+
+

Added in version 3.15.

+
+

The version of the CUDA compiler used.

+
+ +
+
+$<CUDA_COMPILER_VERSION:version>
+
+

Added in version 3.15.

+
+

1 if the version of the C++ compiler matches version, otherwise 0.

+
+ +
+
+$<OBJC_COMPILER_VERSION>
+
+

Added in version 3.16.

+
+

The version of the Objective-C compiler used.

+
+ +
+
+$<OBJC_COMPILER_VERSION:version>
+
+

Added in version 3.16.

+
+

1 if the version of the Objective-C compiler matches version, otherwise 0.

+
+ +
+
+$<OBJCXX_COMPILER_VERSION>
+
+

Added in version 3.16.

+
+

The version of the Objective-C++ compiler used.

+
+ +
+
+$<OBJCXX_COMPILER_VERSION:version>
+
+

Added in version 3.16.

+
+

1 if the version of the Objective-C++ compiler matches version, otherwise 0.

+
+ +
+
+$<Fortran_COMPILER_VERSION>
+

The version of the Fortran compiler used.

+
+ +
+
+$<Fortran_COMPILER_VERSION:version>
+

1 if the version of the Fortran compiler matches version, otherwise 0.

+
+ +
+
+$<HIP_COMPILER_VERSION>
+
+

Added in version 3.21.

+
+

The version of the HIP compiler used.

+
+ +
+
+$<HIP_COMPILER_VERSION:version>
+
+

Added in version 3.21.

+
+

1 if the version of the HIP compiler matches version, otherwise 0.

+
+ +
+
+$<ISPC_COMPILER_VERSION>
+
+

Added in version 3.19.

+
+

The version of the ISPC compiler used.

+
+ +
+
+$<ISPC_COMPILER_VERSION:version>
+
+

Added in version 3.19.

+
+

1 if the version of the ISPC compiler matches version, otherwise 0.

+
+ +
+
+

Compiler Language, ID, and Frontend-Variant

+

See also the CMAKE_<LANG>_COMPILER_ID and +CMAKE_<LANG>_COMPILER_FRONTEND_VARIANT variables, which are closely +related to most of the expressions in this sub-section.

+
+
+$<C_COMPILER_ID>
+

CMake's compiler id of the C compiler used.

+
+ +
+
+$<C_COMPILER_ID:compiler_ids>
+

where compiler_ids is a comma-separated list. +1 if CMake's compiler id of the C compiler matches any one +of the entries in compiler_ids, otherwise 0.

+
+

Changed in version 3.15: Multiple compiler_ids can be specified. +CMake 3.14 and earlier only accepted a single compiler ID.

+
+
+ +
+
+$<CXX_COMPILER_ID>
+

CMake's compiler id of the C++ compiler used.

+
+ +
+
+$<CXX_COMPILER_ID:compiler_ids>
+

where compiler_ids is a comma-separated list. +1 if CMake's compiler id of the C++ compiler matches any one +of the entries in compiler_ids, otherwise 0.

+
+

Changed in version 3.15: Multiple compiler_ids can be specified. +CMake 3.14 and earlier only accepted a single compiler ID.

+
+
+ +
+
+$<CUDA_COMPILER_ID>
+
+

Added in version 3.15.

+
+

CMake's compiler id of the CUDA compiler used.

+
+ +
+
+$<CUDA_COMPILER_ID:compiler_ids>
+
+

Added in version 3.15.

+
+

where compiler_ids is a comma-separated list. +1 if CMake's compiler id of the CUDA compiler matches any one +of the entries in compiler_ids, otherwise 0.

+
+ +
+
+$<OBJC_COMPILER_ID>
+
+

Added in version 3.16.

+
+

CMake's compiler id of the Objective-C compiler used.

+
+ +
+
+$<OBJC_COMPILER_ID:compiler_ids>
+
+

Added in version 3.16.

+
+

where compiler_ids is a comma-separated list. +1 if CMake's compiler id of the Objective-C compiler matches any one +of the entries in compiler_ids, otherwise 0.

+
+ +
+
+$<OBJCXX_COMPILER_ID>
+
+

Added in version 3.16.

+
+

CMake's compiler id of the Objective-C++ compiler used.

+
+ +
+
+$<OBJCXX_COMPILER_ID:compiler_ids>
+
+

Added in version 3.16.

+
+

where compiler_ids is a comma-separated list. +1 if CMake's compiler id of the Objective-C++ compiler matches any one +of the entries in compiler_ids, otherwise 0.

+
+ +
+
+$<Fortran_COMPILER_ID>
+

CMake's compiler id of the Fortran compiler used.

+
+ +
+
+$<Fortran_COMPILER_ID:compiler_ids>
+

where compiler_ids is a comma-separated list. +1 if CMake's compiler id of the Fortran compiler matches any one +of the entries in compiler_ids, otherwise 0.

+
+

Changed in version 3.15: Multiple compiler_ids can be specified. +CMake 3.14 and earlier only accepted a single compiler ID.

+
+
+ +
+
+$<HIP_COMPILER_ID>
+
+

Added in version 3.21.

+
+

CMake's compiler id of the HIP compiler used.

+
+ +
+
+$<HIP_COMPILER_ID:compiler_ids>
+
+

Added in version 3.21.

+
+

where compiler_ids is a comma-separated list. +1 if CMake's compiler id of the HIP compiler matches any one +of the entries in compiler_ids, otherwise 0.

+
+ +
+
+$<ISPC_COMPILER_ID>
+
+

Added in version 3.19.

+
+

CMake's compiler id of the ISPC compiler used.

+
+ +
+
+$<ISPC_COMPILER_ID:compiler_ids>
+
+

Added in version 3.19.

+
+

where compiler_ids is a comma-separated list. +1 if CMake's compiler id of the ISPC compiler matches any one +of the entries in compiler_ids, otherwise 0.

+
+ +
+
+$<C_COMPILER_FRONTEND_VARIANT>
+
+

Added in version 3.30.

+
+

CMake's compiler frontend variant of the C compiler used.

+
+ +
+
+$<C_COMPILER_FRONTEND_VARIANT:compiler_ids>
+
+

Added in version 3.30.

+
+

where compiler_ids is a comma-separated list. +1 if CMake's compiler frontend variant of the C compiler matches any one +of the entries in compiler_ids, otherwise 0.

+
+ +
+
+$<CXX_COMPILER_FRONTEND_VARIANT>
+
+

Added in version 3.30.

+
+

CMake's compiler frontend variant of the C++ compiler used.

+
+ +
+
+$<CXX_COMPILER_FRONTEND_VARIANT:compiler_ids>
+
+

Added in version 3.30.

+
+

where compiler_ids is a comma-separated list. +1 if CMake's compiler frontend variant of the C++ compiler matches any one +of the entries in compiler_ids, otherwise 0.

+
+ +
+
+$<CUDA_COMPILER_FRONTEND_VARIANT>
+
+

Added in version 3.30.

+
+

CMake's compiler id of the CUDA compiler used.

+
+ +
+
+$<CUDA_COMPILER_FRONTEND_VARIANT:compiler_ids>
+
+

Added in version 3.30.

+
+

where compiler_ids is a comma-separated list. +1 if CMake's compiler frontend variant of the CUDA compiler matches any one +of the entries in compiler_ids, otherwise 0.

+
+ +
+
+$<OBJC_COMPILER_FRONTEND_VARIANT>
+
+

Added in version 3.30.

+
+

CMake's compiler frontend variant of the Objective-C compiler used.

+
+ +
+
+$<OBJC_COMPILER_FRONTEND_VARIANT:compiler_ids>
+
+

Added in version 3.30.

+
+

where compiler_ids is a comma-separated list. +1 if CMake's compiler frontend variant of the Objective-C compiler matches any one +of the entries in compiler_ids, otherwise 0.

+
+ +
+
+$<OBJCXX_COMPILER_FRONTEND_VARIANT>
+
+

Added in version 3.30.

+
+

CMake's compiler frontend variant of the Objective-C++ compiler used.

+
+ +
+
+$<OBJCXX_COMPILER_FRONTEND_VARIANT:compiler_ids>
+
+

Added in version 3.30.

+
+

where compiler_ids is a comma-separated list. +1 if CMake's compiler frontend variant of the Objective-C++ compiler matches any one +of the entries in compiler_ids, otherwise 0.

+
+ +
+
+$<Fortran_COMPILER_FRONTEND_VARIANT>
+
+

Added in version 3.30.

+
+

CMake's compiler id of the Fortran compiler used.

+
+ +
+
+$<Fortran_COMPILER_FRONTEND_VARIANT:compiler_ids>
+
+

Added in version 3.30.

+
+

where compiler_ids is a comma-separated list. +1 if CMake's compiler frontend variant of the Fortran compiler matches any one +of the entries in compiler_ids, otherwise 0.

+
+ +
+
+$<HIP_COMPILER_FRONTEND_VARIANT>
+
+

Added in version 3.30.

+
+

CMake's compiler id of the HIP compiler used.

+
+ +
+
+$<HIP_COMPILER_FRONTEND_VARIANT:compiler_ids>
+
+

Added in version 3.30.

+
+

where compiler_ids is a comma-separated list. +1 if CMake's compiler frontend variant of the HIP compiler matches any one +of the entries in compiler_ids, otherwise 0.

+
+ +
+
+$<ISPC_COMPILER_FRONTEND_VARIANT>
+
+

Added in version 3.30.

+
+

CMake's compiler id of the ISPC compiler used.

+
+ +
+
+$<ISPC_COMPILER_FRONTEND_VARIANT:compiler_ids>
+
+

Added in version 3.30.

+
+

where compiler_ids is a comma-separated list. +1 if CMake's compiler frontend variant of the ISPC compiler matches any one +of the entries in compiler_ids, otherwise 0.

+
+ +
+
+$<COMPILE_LANGUAGE>
+
+

Added in version 3.3.

+
+

The compile language of source files when evaluating compile options. +See the related boolean expression +$<COMPILE_LANGUAGE:language> +for notes about the portability of this generator expression.

+
+ +
+
+$<COMPILE_LANGUAGE:languages>
+
+

Added in version 3.3.

+
+
+

Changed in version 3.15: Multiple languages can be specified for languages. +CMake 3.14 and earlier only accepted a single language.

+
+

1 when the language used for compilation unit matches any of the +comma-separated entries in languages, otherwise 0. This expression +may be used to specify compile options, compile definitions, and include +directories for source files of a particular language in a target. For +example:

+
add_executable(myapp main.cpp foo.c bar.cpp zot.cu)
+target_compile_options(myapp
+  PRIVATE $<$<COMPILE_LANGUAGE:CXX>:-fno-exceptions>
+)
+target_compile_definitions(myapp
+  PRIVATE $<$<COMPILE_LANGUAGE:CXX>:COMPILING_CXX>
+          $<$<COMPILE_LANGUAGE:CUDA>:COMPILING_CUDA>
+)
+target_include_directories(myapp
+  PRIVATE $<$<COMPILE_LANGUAGE:CXX,CUDA>:/opt/foo/headers>
+)
+
+
+

This specifies the use of the -fno-exceptions compile option, +COMPILING_CXX compile definition, and cxx_headers include +directory for C++ only (compiler id checks elided). It also specifies +a COMPILING_CUDA compile definition for CUDA.

+

Note that with Visual Studio Generators and Xcode there +is no way to represent target-wide compile definitions or include directories +separately for C and CXX languages. +Also, with Visual Studio Generators there is no way to represent +target-wide flags separately for C and CXX languages. Under these +generators, expressions for both C and C++ sources will be evaluated +using CXX if there are any C++ sources and otherwise using C. +A workaround is to create separate libraries for each source file language +instead:

+
add_library(myapp_c foo.c)
+add_library(myapp_cxx bar.cpp)
+target_compile_options(myapp_cxx PUBLIC -fno-exceptions)
+add_executable(myapp main.cpp)
+target_link_libraries(myapp myapp_c myapp_cxx)
+
+
+
+ +
+
+$<COMPILE_LANG_AND_ID:language,compiler_ids>
+
+

Added in version 3.15.

+
+

1 when the language used for compilation unit matches language and +CMake's compiler id of the language compiler matches any one of the +comma-separated entries in compiler_ids, otherwise 0. This expression +is a short form for the combination of $<COMPILE_LANGUAGE:language> and +$<LANG_COMPILER_ID:compiler_ids>. This expression may be used to specify +compile options, compile definitions, and include directories for source +files of a particular language and compiler combination in a target. +For example:

+
add_executable(myapp main.cpp foo.c bar.cpp zot.cu)
+target_compile_definitions(myapp
+  PRIVATE $<$<COMPILE_LANG_AND_ID:CXX,AppleClang,Clang>:COMPILING_CXX_WITH_CLANG>
+          $<$<COMPILE_LANG_AND_ID:CXX,Intel>:COMPILING_CXX_WITH_INTEL>
+          $<$<COMPILE_LANG_AND_ID:C,Clang>:COMPILING_C_WITH_CLANG>
+)
+
+
+

This specifies the use of different compile definitions based on both +the compiler id and compilation language. This example will have a +COMPILING_CXX_WITH_CLANG compile definition when Clang is the CXX +compiler, and COMPILING_CXX_WITH_INTEL when Intel is the CXX compiler. +Likewise, when the C compiler is Clang, it will only see the +COMPILING_C_WITH_CLANG definition.

+

Without the COMPILE_LANG_AND_ID generator expression, the same logic +would be expressed as:

+
target_compile_definitions(myapp
+  PRIVATE $<$<AND:$<COMPILE_LANGUAGE:CXX>,$<CXX_COMPILER_ID:AppleClang,Clang>>:COMPILING_CXX_WITH_CLANG>
+          $<$<AND:$<COMPILE_LANGUAGE:CXX>,$<CXX_COMPILER_ID:Intel>>:COMPILING_CXX_WITH_INTEL>
+          $<$<AND:$<COMPILE_LANGUAGE:C>,$<C_COMPILER_ID:Clang>>:COMPILING_C_WITH_CLANG>
+)
+
+
+
+ +
+
+

Compile Features

+
+
+$<COMPILE_FEATURES:features>
+
+

Added in version 3.1.

+
+

where features is a comma-separated list. +Evaluates to 1 if all of the features are available for the 'head' +target, and 0 otherwise. If this expression is used while evaluating +the link implementation of a target and if any dependency transitively +increases the required C_STANDARD or CXX_STANDARD +for the 'head' target, an error is reported. See the +cmake-compile-features(7) manual for information on +compile features and a list of supported compilers.

+
+ +
+
+

Compile Context

+
+
+$<COMPILE_ONLY:...>
+
+

Added in version 3.27.

+
+

Content of ..., when collecting +transitive compile properties, +otherwise it is the empty string. This is intended for use in an +INTERFACE_LINK_LIBRARIES and LINK_LIBRARIES target +properties, typically populated via the target_link_libraries() command. +Provides compilation usage requirements without any linking requirements.

+

Use cases include header-only usage where all usages are known to not have +linking requirements (e.g., all-inline or C++ template libraries).

+

Note that for proper evaluation of this expression requires policy CMP0099 +to be set to NEW.

+
+ +
+
+

Linker Language And ID

+
+ +
+

Added in version 3.18.

+
+

The link language of the target when evaluating link options. +See the related boolean expression $<LINK_LANGUAGE:languages> +for notes about the portability of this generator expression.

+
+

Note

+

This generator expression is not supported by the link libraries +properties to avoid side-effects due to the double evaluation of +these properties.

+
+
+ + + +
+ +
+

Added in version 3.18.

+
+

1 when the language used for link step matches language and the +CMake's compiler id of the language linker matches any one of the comma-separated +entries in compiler_ids, otherwise 0. This expression is a short form +for the combination of $<LINK_LANGUAGE:language> and +$<LANG_COMPILER_ID:compiler_ids>. This expression may be used to specify +link libraries, link options, link directories and link dependencies of a +particular language and linker combination in a target. For example:

+
add_library(libC_Clang ...)
+add_library(libCXX_Clang ...)
+add_library(libC_Intel ...)
+add_library(libCXX_Intel ...)
+
+add_executable(myapp main.c)
+if (CXX_CONFIG)
+  target_sources(myapp PRIVATE file.cxx)
+endif()
+target_link_libraries(myapp
+  PRIVATE $<$<LINK_LANG_AND_ID:CXX,Clang,AppleClang>:libCXX_Clang>
+          $<$<LINK_LANG_AND_ID:C,Clang,AppleClang>:libC_Clang>
+          $<$<LINK_LANG_AND_ID:CXX,Intel>:libCXX_Intel>
+          $<$<LINK_LANG_AND_ID:C,Intel>:libC_Intel>)
+
+
+

This specifies the use of different link libraries based on both the +compiler id and link language. This example will have target libCXX_Clang +as link dependency when Clang or AppleClang is the CXX +linker, and libCXX_Intel when Intel is the CXX linker. +Likewise when the C linker is Clang or AppleClang, target +libC_Clang will be added as link dependency and libC_Intel when +Intel is the C linker.

+

See the note related to +$<LINK_LANGUAGE:language> for constraints about the usage of this +generator expression.

+
+ +
+ + +
+
+

Target-Dependent Expressions

+
+

Target Meta-Data

+

These expressions look up information about a target.

+
+
+$<TARGET_EXISTS:tgt>
+
+

Added in version 3.12.

+
+

1 if tgt exists as a CMake target, else 0.

+
+ +
+
+$<TARGET_NAME_IF_EXISTS:tgt>
+
+

Added in version 3.12.

+
+

The target name tgt if the target exists, an empty string otherwise.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_NAME:tgt>
+

The target name tgt as written. This marks tgt as being the name +of a target inside a larger expression, which is required if exporting +targets to multiple dependent export sets. The tgt text must be a +literal name of a target; it may not contain generator expressions. +The target does not have to exist.

+
+ +
+
+$<TARGET_POLICY:policy>
+

1 if the policy was NEW when the 'head' target was created, +else 0. If the policy was not set, the warning message for the policy +will be emitted. This generator expression only works for a subset of +policies.

+
+ +
+
+

Target Properties

+

These expressions look up the values of +target properties.

+
+
+$<TARGET_PROPERTY:tgt,prop>
+

Value of the property prop on the target tgt, or empty if +the property is not set.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+

Changed in version 3.26: When encountered during evaluation of Target Usage Requirements, +typically in an INTERFACE_* target property, lookup of the tgt +name occurs in the directory of the target specifying the requirement, +rather than the directory of the consuming target for which the +expression is being evaluated.

+
+
+ +
+
+$<TARGET_PROPERTY:prop>
+

Value of the property prop on the target for which the expression +is being evaluated, or empty if the property is not set. +Note that for generator expressions in Target Usage Requirements +this is the consuming target rather than the target specifying the +requirement.

+
+ +

The expressions have special evaluation rules for some properties:

+
+
Target Build Specification Properties

These evaluate as a semicolon-separated list +representing the union of the value on the target itself with the values +of the corresponding Target Usage Requirements on targets named by +the target's LINK_LIBRARIES:

+ +

Evaluation of LINK_LIBRARIES itself is not transitive.

+
+
Target Usage Requirement Properties

These evaluate as a semicolon-separated list +representing the union of the value on the target itself with the values +of the same properties on targets named by the target's +INTERFACE_LINK_LIBRARIES:

+ +

Evaluation of INTERFACE_LINK_LIBRARIES itself is not transitive.

+
+
Custom Transitive Properties
+

Added in version 3.30.

+
+

These are processed during evaluation as follows:

+ +

If a PROP is named by both TRANSITIVE_COMPILE_PROPERTIES +and TRANSITIVE_LINK_PROPERTIES, the latter takes precedence.

+
+
Compatible Interface Properties

These evaluate as a single value combined from the target itself, +from targets named by the target's LINK_LIBRARIES, and +from the transitive closure of the linked targets' +INTERFACE_LINK_LIBRARIES. Values of a compatible +interface property from multiple targets combine based on the type +of compatibility required by the COMPATIBLE_INTERFACE_* property +defining it.

+
+
+
+
+

Target Artifacts

+

These expressions look up information about artifacts associated with +a given target tgt. Unless otherwise stated, this can be any +runtime artifact, namely:

+ +

In the following, the phrase "the tgt filename" means the name of the +tgt binary file. This has to be distinguished from the phrase +"the target name", which is just the string tgt.

+
+
+$<TARGET_FILE:tgt>
+

Full path to the tgt binary file.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on, unless the expression is being used in +add_custom_command() or add_custom_target().

+
+ +
+
+$<TARGET_FILE_BASE_NAME:tgt>
+
+

Added in version 3.15.

+
+

Base name of tgt, i.e. $<TARGET_FILE_NAME:tgt> without prefix and +suffix. +For example, if the tgt filename is libbase.so, the base name is base.

+

See also the OUTPUT_NAME, ARCHIVE_OUTPUT_NAME, +LIBRARY_OUTPUT_NAME and RUNTIME_OUTPUT_NAME +target properties and their configuration specific variants +OUTPUT_NAME_<CONFIG>, ARCHIVE_OUTPUT_NAME_<CONFIG>, +LIBRARY_OUTPUT_NAME_<CONFIG> and +RUNTIME_OUTPUT_NAME_<CONFIG>.

+

The <CONFIG>_POSTFIX and DEBUG_POSTFIX target +properties can also be considered.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_FILE_PREFIX:tgt>
+
+

Added in version 3.15.

+
+

Prefix of the tgt filename (such as lib).

+

See also the PREFIX target property.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_FILE_SUFFIX:tgt>
+
+

Added in version 3.15.

+
+

Suffix of the tgt filename (extension such as .so or .exe).

+

See also the SUFFIX target property.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_FILE_NAME:tgt>
+

The tgt filename.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on (see policy CMP0112).

+
+ +
+
+$<TARGET_FILE_DIR:tgt>
+

Directory of the tgt binary file.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on (see policy CMP0112).

+
+ +
+
+$<TARGET_IMPORT_FILE:tgt>
+
+

Added in version 3.27.

+
+

Full path to the linker import file. On DLL platforms, it would be the +.lib file. For executables on AIX, and for shared libraries on macOS, +it could be, respectively, the .imp or .tbd import file, +depending on the value of the ENABLE_EXPORTS property.

+

This expands to an empty string when there is no import file associated +with the target.

+
+ +
+
+$<TARGET_IMPORT_FILE_BASE_NAME:tgt>
+
+

Added in version 3.27.

+
+

Base name of the linker import file of the target tgt without prefix or +suffix. For example, if the target file name is libbase.tbd, the base +name is base.

+

See also the OUTPUT_NAME and ARCHIVE_OUTPUT_NAME +target properties and their configuration specific variants +OUTPUT_NAME_<CONFIG> and ARCHIVE_OUTPUT_NAME_<CONFIG>.

+

The <CONFIG>_POSTFIX and DEBUG_POSTFIX target +properties can also be considered.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_IMPORT_FILE_PREFIX:tgt>
+
+

Added in version 3.27.

+
+

Prefix of the import file of the target tgt.

+

See also the IMPORT_PREFIX target property.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_IMPORT_FILE_SUFFIX:tgt>
+
+

Added in version 3.27.

+
+

Suffix of the import file of the target tgt.

+

The suffix corresponds to the file extension (such as .lib or .tbd).

+

See also the IMPORT_SUFFIX target property.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_IMPORT_FILE_NAME:tgt>
+
+

Added in version 3.27.

+
+

Name of the import file of the target tgt.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_IMPORT_FILE_DIR:tgt>
+
+

Added in version 3.27.

+
+

Directory of the import file of the target tgt.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_LINKER_FILE:tgt>
+

File used when linking to the tgt target. This will usually +be the library that tgt represents (.a, .lib, .so), +but for a shared library on DLL platforms, it would be the .lib +import library associated with the DLL.

+
+

Added in version 3.27: On macOS, it could be the .tbd import file associated with the shared +library, depending on the value of the ENABLE_EXPORTS property.

+
+

This generator expression is equivalent to +$<TARGET_LINKER_LIBRARY_FILE> or +$<TARGET_LINKER_IMPORT_FILE> generator expressions, depending on the +characteristics of the target and the platform.

+
+ +
+
+$<TARGET_LINKER_FILE_BASE_NAME:tgt>
+
+

Added in version 3.15.

+
+

Base name of file used to link the target tgt, i.e. +$<TARGET_LINKER_FILE_NAME:tgt> without prefix and suffix. For +example, if target file name is libbase.a, the base name is base.

+

See also the OUTPUT_NAME, ARCHIVE_OUTPUT_NAME, +and LIBRARY_OUTPUT_NAME target properties and their configuration +specific variants OUTPUT_NAME_<CONFIG>, +ARCHIVE_OUTPUT_NAME_<CONFIG> and +LIBRARY_OUTPUT_NAME_<CONFIG>.

+

The <CONFIG>_POSTFIX and DEBUG_POSTFIX target +properties can also be considered.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_LINKER_FILE_PREFIX:tgt>
+
+

Added in version 3.15.

+
+

Prefix of file used to link target tgt.

+

See also the PREFIX and IMPORT_PREFIX target +properties.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_LINKER_FILE_SUFFIX:tgt>
+
+

Added in version 3.15.

+
+

Suffix of file used to link where tgt is the name of a target.

+

The suffix corresponds to the file extension (such as ".so" or ".lib").

+

See also the SUFFIX and IMPORT_SUFFIX target +properties.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_LINKER_FILE_NAME:tgt>
+

Name of file used to link target tgt.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on (see policy CMP0112).

+
+ +
+
+$<TARGET_LINKER_FILE_DIR:tgt>
+

Directory of file used to link target tgt.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on (see policy CMP0112).

+
+ +
+
+$<TARGET_LINKER_LIBRARY_FILE:tgt>
+
+

Added in version 3.27.

+
+

File used when linking o the tgt target is done using directly the +library, and not an import file. This will usually be the library that +tgt represents (.a, .so, .dylib). So, on DLL platforms, it +will be an empty string.

+
+ +
+
+$<TARGET_LINKER_LIBRARY_FILE_BASE_NAME:tgt>
+
+

Added in version 3.27.

+
+

Base name of library file used to link the target tgt, i.e. +$<TARGET_LINKER_LIBRARY_FILE_NAME:tgt> without prefix and suffix. +For example, if target file name is libbase.a, the base name is base.

+

See also the OUTPUT_NAME, ARCHIVE_OUTPUT_NAME, +and LIBRARY_OUTPUT_NAME target properties and their configuration +specific variants OUTPUT_NAME_<CONFIG>, +ARCHIVE_OUTPUT_NAME_<CONFIG> and +LIBRARY_OUTPUT_NAME_<CONFIG>.

+

The <CONFIG>_POSTFIX and DEBUG_POSTFIX target +properties can also be considered.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_LINKER_LIBRARY_FILE_PREFIX:tgt>
+
+

Added in version 3.27.

+
+

Prefix of the library file used to link target tgt.

+

See also the PREFIX target property.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_LINKER_LIBRARY_FILE_SUFFIX:tgt>
+
+

Added in version 3.27.

+
+

Suffix of the library file used to link target tgt.

+

The suffix corresponds to the file extension (such as ".a" or ".dylib").

+

See also the SUFFIX target property.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_LINKER_LIBRARY_FILE_NAME:tgt>
+
+

Added in version 3.27.

+
+

Name of the library file used to link target tgt.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_LINKER_LIBRARY_FILE_DIR:tgt>
+
+

Added in version 3.27.

+
+

Directory of the library file used to link target tgt.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_LINKER_IMPORT_FILE:tgt>
+
+

Added in version 3.27.

+
+

File used when linking to the tgt target is done using an import +file. This will usually be the import file that tgt represents +(.lib, .tbd). So, when no import file is involved in the link step, +an empty string is returned.

+
+ +
+
+$<TARGET_LINKER_IMPORT_FILE_BASE_NAME:tgt>
+
+

Added in version 3.27.

+
+

Base name of the import file used to link the target tgt, i.e. +$<TARGET_LINKER_IMPORT_FILE_NAME:tgt> without prefix and suffix. +For example, if target file name is libbase.tbd, the base name is base.

+

See also the OUTPUT_NAME and ARCHIVE_OUTPUT_NAME, +target properties and their configuration +specific variants OUTPUT_NAME_<CONFIG> and +ARCHIVE_OUTPUT_NAME_<CONFIG>.

+

The <CONFIG>_POSTFIX and DEBUG_POSTFIX target +properties can also be considered.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_LINKER_IMPORT_FILE_PREFIX:tgt>
+
+

Added in version 3.27.

+
+

Prefix of the import file used to link target tgt.

+

See also the IMPORT_PREFIX target property.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_LINKER_IMPORT_FILE_SUFFIX:tgt>
+
+

Added in version 3.27.

+
+

Suffix of the import file used to link target tgt.

+

The suffix corresponds to the file extension (such as ".lib" or ".tbd").

+

See also the IMPORT_SUFFIX target property.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_LINKER_IMPORT_FILE_NAME:tgt>
+
+

Added in version 3.27.

+
+

Name of the import file used to link target tgt.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_LINKER_IMPORT_FILE_DIR:tgt>
+
+

Added in version 3.27.

+
+

Directory of the import file used to link target tgt.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_SONAME_FILE:tgt>
+

File with soname (.so.3) where tgt is the name of a target.

+
+ +
+
+$<TARGET_SONAME_FILE_NAME:tgt>
+

Name of file with soname (.so.3).

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on (see policy CMP0112).

+
+ +
+
+$<TARGET_SONAME_FILE_DIR:tgt>
+

Directory of file with soname (.so.3).

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on (see policy CMP0112).

+
+ +
+
+$<TARGET_SONAME_IMPORT_FILE:tgt>
+
+

Added in version 3.27.

+
+

Import file with soname (.3.tbd) where tgt is the name of a target.

+
+ +
+
+$<TARGET_SONAME_IMPORT_FILE_NAME:tgt>
+
+

Added in version 3.27.

+
+

Name of the import file with soname (.3.tbd).

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_SONAME_IMPORT_FILE_DIR:tgt>
+
+

Added in version 3.27.

+
+

Directory of the import file with soname (.3.tbd).

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_PDB_FILE:tgt>
+
+

Added in version 3.1.

+
+

Full path to the linker generated program database file (.pdb) +where tgt is the name of a target.

+

See also the PDB_NAME and PDB_OUTPUT_DIRECTORY +target properties and their configuration specific variants +PDB_NAME_<CONFIG> and PDB_OUTPUT_DIRECTORY_<CONFIG>.

+
+ +
+
+$<TARGET_PDB_FILE_BASE_NAME:tgt>
+
+

Added in version 3.15.

+
+

Base name of the linker generated program database file (.pdb) +where tgt is the name of a target.

+

The base name corresponds to the target PDB file name (see +$<TARGET_PDB_FILE_NAME:tgt>) without prefix and suffix. For example, +if target file name is base.pdb, the base name is base.

+

See also the PDB_NAME target property and its configuration +specific variant PDB_NAME_<CONFIG>.

+

The <CONFIG>_POSTFIX and DEBUG_POSTFIX target +properties can also be considered.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on.

+
+ +
+
+$<TARGET_PDB_FILE_NAME:tgt>
+
+

Added in version 3.1.

+
+

Name of the linker generated program database file (.pdb).

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on (see policy CMP0112).

+
+ +
+
+$<TARGET_PDB_FILE_DIR:tgt>
+
+

Added in version 3.1.

+
+

Directory of the linker generated program database file (.pdb).

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on (see policy CMP0112).

+
+ +
+
+$<TARGET_BUNDLE_DIR:tgt>
+
+

Added in version 3.9.

+
+

Full path to the bundle directory (/path/to/my.app, +/path/to/my.framework, or /path/to/my.bundle), +where tgt is the name of a target.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on (see policy CMP0112).

+
+ +
+
+$<TARGET_BUNDLE_DIR_NAME:tgt>
+
+

Added in version 3.24.

+
+

Name of the bundle directory (my.app, my.framework, or +my.bundle), where tgt is the name of a target.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on (see policy CMP0112).

+
+ +
+
+$<TARGET_BUNDLE_CONTENT_DIR:tgt>
+
+

Added in version 3.9.

+
+

Full path to the bundle content directory where tgt is the name of a +target. For the macOS SDK it leads to /path/to/my.app/Contents, +/path/to/my.framework, or /path/to/my.bundle/Contents. +For all other SDKs (e.g. iOS) it leads to /path/to/my.app, +/path/to/my.framework, or /path/to/my.bundle due to the flat +bundle structure.

+

Note that tgt is not added as a dependency of the target this +expression is evaluated on (see policy CMP0112).

+
+ +
+
+$<TARGET_OBJECTS:tgt>
+
+

Added in version 3.1.

+
+

List of objects resulting from building tgt. This would typically be +used on object library targets.

+
+ +
+
+$<TARGET_RUNTIME_DLLS:tgt>
+
+

Added in version 3.21.

+
+

List of DLLs that the target depends on at runtime. This is determined by +the locations of all the SHARED targets in the target's transitive +dependencies. If only the directories of the DLLs are needed, see the +TARGET_RUNTIME_DLL_DIRS generator expression. +Using this generator expression on targets other than +executables, SHARED libraries, and MODULE libraries is an error. +On non-DLL platforms, this expression always evaluates to an empty string.

+

This generator expression can be used to copy all of the DLLs that a target +depends on into its output directory in a POST_BUILD custom command using +the cmake -E copy -t command. For example:

+
find_package(foo CONFIG REQUIRED) # package generated by install(EXPORT)
+
+add_executable(exe main.c)
+target_link_libraries(exe PRIVATE foo::foo foo::bar)
+add_custom_command(TARGET exe POST_BUILD
+  COMMAND ${CMAKE_COMMAND} -E copy -t $<TARGET_FILE_DIR:exe> $<TARGET_RUNTIME_DLLS:exe>
+  COMMAND_EXPAND_LISTS
+)
+
+
+
+

Note

+

Imported Targets are supported only if they know the location +of their .dll files. An imported SHARED library must have +IMPORTED_LOCATION set to its .dll file. See the +add_library imported libraries +section for details. Many Find Modules produce imported targets +with the UNKNOWN type and therefore will be ignored.

+
+

On platforms that support runtime paths (RPATH), refer to the +INSTALL_RPATH target property. +On Apple platforms, refer to the INSTALL_NAME_DIR target property.

+
+ +
+
+$<TARGET_RUNTIME_DLL_DIRS:tgt>
+
+

Added in version 3.27.

+
+

List of the directories which contain the DLLs that the target depends on at +runtime (see TARGET_RUNTIME_DLLS). This is determined by +the locations of all the SHARED targets in the target's transitive +dependencies. Using this generator expression on targets other than +executables, SHARED libraries, and MODULE libraries is an error. +On non-DLL platforms, this expression always evaluates to an empty string.

+

This generator expression can e.g. be used to create a batch file using +file(GENERATE) which sets the PATH environment variable accordingly.

+
+ +
+
+
+

Export And Install Expressions

+
+
+$<INSTALL_INTERFACE:...>
+

Content of ... when the property is exported using +install(EXPORT), and empty otherwise.

+
+ +
+
+$<BUILD_INTERFACE:...>
+

Content of ... when the property is exported using export(), or +when the target is used by another target in the same buildsystem. Expands to +the empty string otherwise.

+
+ +
+
+$<BUILD_LOCAL_INTERFACE:...>
+
+

Added in version 3.26.

+
+

Content of ... when the target is used by another target in the same +buildsystem. Expands to the empty string otherwise.

+
+ +
+
+$<INSTALL_PREFIX>
+

Content of the install prefix when the target is exported via +install(EXPORT), or when evaluated in the +INSTALL_NAME_DIR property or the INSTALL_NAME_DIR argument of +install(RUNTIME_DEPENDENCY_SET), and empty otherwise.

+
+

Changed in version 3.27: Evaluates to the content of the install prefix +in the code argument of install(CODE) or +the file argument of install(SCRIPT).

+
+
+ +
+
+

Multi-level Expression Evaluation

+
+
+$<GENEX_EVAL:expr>
+
+

Added in version 3.12.

+
+

Content of expr evaluated as a generator expression in the current +context. This enables consumption of generator expressions whose +evaluation results itself in generator expressions.

+
+ +
+
+$<TARGET_GENEX_EVAL:tgt,expr>
+
+

Added in version 3.12.

+
+

Content of expr evaluated as a generator expression in the context of +tgt target. This enables consumption of custom target properties that +themselves contain generator expressions.

+

Having the capability to evaluate generator expressions is very useful when +you want to manage custom properties supporting generator expressions. +For example:

+
add_library(foo ...)
+
+set_property(TARGET foo PROPERTY
+  CUSTOM_KEYS $<$<CONFIG:DEBUG>:FOO_EXTRA_THINGS>
+)
+
+add_custom_target(printFooKeys
+  COMMAND ${CMAKE_COMMAND} -E echo $<TARGET_PROPERTY:foo,CUSTOM_KEYS>
+)
+
+
+

This naive implementation of the printFooKeys custom command is wrong +because CUSTOM_KEYS target property is not evaluated and the content +is passed as is (i.e. $<$<CONFIG:DEBUG>:FOO_EXTRA_THINGS>).

+

To have the expected result (i.e. FOO_EXTRA_THINGS if config is +Debug), it is required to evaluate the output of +$<TARGET_PROPERTY:foo,CUSTOM_KEYS>:

+
add_custom_target(printFooKeys
+  COMMAND ${CMAKE_COMMAND} -E
+    echo $<TARGET_GENEX_EVAL:foo,$<TARGET_PROPERTY:foo,CUSTOM_KEYS>>
+)
+
+
+
+ +
+
+

Escaped Characters

+

These expressions evaluate to specific string literals. Use them in place of +the actual string literal where you need to prevent them from having their +special meaning.

+
+
+$<ANGLE-R>
+

A literal >. Used for example to compare strings that contain a >.

+
+ +
+
+$<COMMA>
+

A literal ,. Used for example to compare strings which contain a ,.

+
+ +
+
+$<SEMICOLON>
+

A literal ;. Used to prevent list expansion on an argument with ;.

+
+ +
+
+$<QUOTE>
+
+

Added in version 3.30.

+
+

A literal ". Used to allow string literal quotes inside a generator expression.

+
+ +
+
+

Deprecated Expressions

+
+
+$<CONFIGURATION>
+

Configuration name. Deprecated since CMake 3.0. Use CONFIG instead.

+
+ +
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/cmake-generators.7.html b/cmake/doc/cmake/html/manual/cmake-generators.7.html new file mode 100644 index 0000000000000000000000000000000000000000..a759e10335542e4416fde63c22fed39cef3da37f --- /dev/null +++ b/cmake/doc/cmake/html/manual/cmake-generators.7.html @@ -0,0 +1,286 @@ + + + + + + + + cmake-generators(7) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake-generators(7)

+ +
+

Introduction

+

A CMake Generator is responsible for writing the input files for +a native build system. Exactly one of the CMake Generators must be +selected for a build tree to determine what native build system is to +be used. Optionally one of the Extra Generators may be selected +as a variant of some of the Command-Line Build Tool Generators to +produce project files for an auxiliary IDE.

+

CMake Generators are platform-specific so each may be available only +on certain platforms. The cmake(1) command-line tool +--help output lists available generators on the +current platform. Use its -G option to specify the +generator for a new build tree. The cmake-gui(1) offers +interactive selection of a generator when creating a new build tree.

+
+
+

CMake Generators

+
+

Command-Line Build Tool Generators

+

These generators support command-line build tools. In order to use them, +one must launch CMake from a command-line prompt whose environment is +already configured for the chosen compiler and build tool.

+
+

Makefile Generators

+ +
+
+

Ninja Generators

+ +
+
+
+

IDE Build Tool Generators

+

These generators support Integrated Development Environment (IDE) +project files. Since the IDEs configure their own environment +one may launch CMake from any environment.

+
+

Visual Studio Generators

+ +
+
+

Other Generators

+ +
+
+
+
+

Extra Generators

+
+

Deprecated since version 3.27: Support for "Extra Generators" is deprecated and will be removed from +a future version of CMake. IDEs may use the cmake-file-api(7) +to view CMake-generated project build trees.

+
+

Some of the CMake Generators listed in the cmake(1) +command-line tool --help output may have +variants that specify an extra generator for an auxiliary IDE tool. +Such generator names have the form <extra-generator> - <main-generator>. +The following extra generators are known to CMake.

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/cmake-gui.1.html b/cmake/doc/cmake/html/manual/cmake-gui.1.html new file mode 100644 index 0000000000000000000000000000000000000000..8baca41820108314e963499c398c67000f870690 --- /dev/null +++ b/cmake/doc/cmake/html/manual/cmake-gui.1.html @@ -0,0 +1,400 @@ + + + + + + + + cmake-gui(1) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake-gui(1)

+
+

Synopsis

+
cmake-gui [<options>]
+cmake-gui [<options>] -B <path-to-build> [-S <path-to-source>]
+cmake-gui [<options>] <path-to-source | path-to-existing-build>
+cmake-gui [<options>] --browse-manual [<filename>]
+
+
+
+
+

Description

+

The cmake-gui executable is the CMake GUI. Project configuration +settings may be specified interactively. Brief instructions are +provided at the bottom of the window when the program is running.

+

CMake is a cross-platform build system generator. Projects specify +their build process with platform-independent CMake listfiles included +in each directory of a source tree with the name CMakeLists.txt. +Users build a project by using CMake to generate a build system for a +native tool on their platform.

+
+
+

Options

+
+
+-S <path-to-source>
+

Path to root directory of the CMake project to build.

+
+ +
+
+-B <path-to-build>
+

Path to directory which CMake will use as the root of build directory.

+

If the directory doesn't already exist CMake will make it.

+
+ +
+
+--preset=<preset-name>
+

Name of the preset to use from the project's +presets files, if it has them.

+
+ +
+
+--browse-manual [<filename>]
+

Open the CMake reference manual in a browser and immediately exit. If +<filename> is specified, open that file within the reference manual +instead of index.html.

+
+ +
+
+-version [<file>], --version [<file>], /V [<file>]
+

Show program name/version banner and exit. +The output is printed to a named <file> if given.

+
+ +
+
+-h, -H, --help, -help, -usage, /?
+

Print usage information and exit.

+

Usage describes the basic command line interface and its options.

+
+ +
+
+--help <keyword> [<file>]
+

Print help for one CMake keyword.

+

<keyword> can be a property, variable, command, policy, generator +or module.

+

The relevant manual entry for <keyword> is +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+

Changed in version 3.28: Prior to CMake 3.28, this option supported command names only.

+
+
+ +
+
+--help-full [<file>]
+

Print all help manuals and exit.

+

All manuals are printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-manual <man> [<file>]
+

Print one help manual and exit.

+

The specified manual is printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-manual-list [<file>]
+

List help manuals available and exit.

+

The list contains all manuals for which help may be obtained by +using the --help-manual option followed by a manual name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-command <cmd> [<file>]
+

Print help for one command and exit.

+

The cmake-commands(7) manual entry for <cmd> is +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-command-list [<file>]
+

List commands with help available and exit.

+

The list contains all commands for which help may be obtained by +using the --help-command option followed by a command name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-commands [<file>]
+

Print cmake-commands manual and exit.

+

The cmake-commands(7) manual is printed in a +human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-module <mod> [<file>]
+

Print help for one module and exit.

+

The cmake-modules(7) manual entry for <mod> is printed +in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-module-list [<file>]
+

List modules with help available and exit.

+

The list contains all modules for which help may be obtained by +using the --help-module option followed by a module name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-modules [<file>]
+

Print cmake-modules manual and exit.

+

The cmake-modules(7) manual is printed in a human-readable +text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-policy <cmp> [<file>]
+

Print help for one policy and exit.

+

The cmake-policies(7) manual entry for <cmp> is +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-policy-list [<file>]
+

List policies with help available and exit.

+

The list contains all policies for which help may be obtained by +using the --help-policy option followed by a policy name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-policies [<file>]
+

Print cmake-policies manual and exit.

+

The cmake-policies(7) manual is printed in a +human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-property <prop> [<file>]
+

Print help for one property and exit.

+

The cmake-properties(7) manual entries for <prop> are +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-property-list [<file>]
+

List properties with help available and exit.

+

The list contains all properties for which help may be obtained by +using the --help-property option followed by a property name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-properties [<file>]
+

Print cmake-properties manual and exit.

+

The cmake-properties(7) manual is printed in a +human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-variable <var> [<file>]
+

Print help for one variable and exit.

+

The cmake-variables(7) manual entry for <var> is +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-variable-list [<file>]
+

List variables with help available and exit.

+

The list contains all variables for which help may be obtained by +using the --help-variable option followed by a variable name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-variables [<file>]
+

Print cmake-variables manual and exit.

+

The cmake-variables(7) manual is printed in a +human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+

See Also

+

The following resources are available to get help using CMake:

+
+
Home Page

https://cmake.org

+

The primary starting point for learning about CMake.

+
+
Online Documentation and Community Resources

https://cmake.org/documentation

+

Links to available documentation and community resources may be +found on this web page.

+
+
Discourse Forum

https://discourse.cmake.org

+

The Discourse Forum hosts discussion and questions about CMake.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/cmake-language.7.html b/cmake/doc/cmake/html/manual/cmake-language.7.html new file mode 100644 index 0000000000000000000000000000000000000000..1e9c2a22a105c4a66ea97c3e1253b1a7abfc2fb7 --- /dev/null +++ b/cmake/doc/cmake/html/manual/cmake-language.7.html @@ -0,0 +1,731 @@ + + + + + + + + cmake-language(7) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake-language(7)

+ +
+

Organization

+

CMake input files are written in the "CMake Language" in source files +named CMakeLists.txt or ending in a .cmake file name extension.

+

CMake Language source files in a project are organized into:

+ +
+

Directories

+

When CMake processes a project source tree, the entry point is +a source file called CMakeLists.txt in the top-level source +directory. This file may contain the entire build specification +or use the add_subdirectory() command to add subdirectories +to the build. Each subdirectory added by the command must also +contain a CMakeLists.txt file as the entry point to that +directory. For each source directory whose CMakeLists.txt file +is processed CMake generates a corresponding directory in the build +tree to act as the default working and output directory.

+
+
+

Scripts

+

An individual <script>.cmake source file may be processed +in script mode by using the cmake(1) command-line tool +with the -P option. Script mode simply runs +the commands in the given CMake Language source file and does not +generate a build system. It does not allow CMake commands that +define build targets or actions.

+
+
+

Modules

+

CMake Language code in either Directories or Scripts may +use the include() command to load a <module>.cmake +source file in the scope of the including context. +See the cmake-modules(7) manual page for documentation +of modules included with the CMake distribution. +Project source trees may also provide their own modules and +specify their location(s) in the CMAKE_MODULE_PATH +variable.

+
+
+
+

Syntax

+
+

Encoding

+

A CMake Language source file may be written in 7-bit ASCII text for +maximum portability across all supported platforms. Newlines may be +encoded as either \n or \r\n but will be converted to \n +as input files are read.

+

Note that the implementation is 8-bit clean so source files may +be encoded as UTF-8 on platforms with system APIs supporting this +encoding. In addition, CMake 3.2 and above support source files +encoded in UTF-8 on Windows (using UTF-16 to call system APIs). +Furthermore, CMake 3.0 and above allow a leading UTF-8 +Byte-Order Mark in source files.

+
+
+

Source Files

+

A CMake Language source file consists of zero or more +Command Invocations separated by newlines and optionally +spaces and Comments:

+
+file         ::=  file_element*
+file_element ::=  command_invocation line_ending |
+                  (bracket_comment|space)* line_ending
+line_ending  ::=  line_comment? newline
+space        ::=  <match '[ \t]+'>
+newline      ::=  <match '\n'>
+
+

Note that any source file line not inside Command Arguments or +a Bracket Comment can end in a Line Comment.

+
+
+

Command Invocations

+

A command invocation is a name followed by paren-enclosed arguments +separated by whitespace:

+
+command_invocation  ::=  space* identifier space* '(' arguments ')'
+identifier          ::=  <match '[A-Za-z_][A-Za-z0-9_]*'>
+arguments           ::=  argument? separated_arguments*
+separated_arguments ::=  separation+ argument? |
+                         separation* '(' arguments ')'
+separation          ::=  space | line_ending
+
+

For example:

+
add_executable(hello world.c)
+
+
+

Command names are case-insensitive. +Nested unquoted parentheses in the arguments must balance. +Each ( or ) is given to the command invocation as +a literal Unquoted Argument. This may be used in calls +to the if() command to enclose conditions. +For example:

+
if(FALSE AND (FALSE OR TRUE)) # evaluates to FALSE
+
+
+
+

Note

+

CMake versions prior to 3.0 require command name identifiers +to be at least 2 characters.

+

CMake versions prior to 2.8.12 silently accept an Unquoted Argument +or a Quoted Argument immediately following a Quoted Argument and +not separated by any whitespace. For compatibility, CMake 2.8.12 and +higher accept such code but produce a warning.

+
+
+
+

Command Arguments

+

There are three types of arguments within Command Invocations:

+
+argument ::=  bracket_argument | quoted_argument | unquoted_argument
+
+
+

Bracket Argument

+

A bracket argument, inspired by Lua long bracket syntax, +encloses content between opening and closing "brackets" of the +same length:

+
+bracket_argument ::=  bracket_open bracket_content bracket_close
+bracket_open     ::=  '[' '='* '['
+bracket_content  ::=  <any text not containing a bracket_close with
+                       the same number of '=' as the bracket_open>
+bracket_close    ::=  ']' '='* ']'
+
+

An opening bracket is written [ followed by zero or more = followed +by [. The corresponding closing bracket is written ] followed +by the same number of = followed by ]. +Brackets do not nest. A unique length may always be chosen +for the opening and closing brackets to contain closing brackets +of other lengths.

+

Bracket argument content consists of all text between the opening +and closing brackets, except that one newline immediately following +the opening bracket, if any, is ignored. No evaluation of the +enclosed content, such as Escape Sequences or Variable References, +is performed. A bracket argument is always given to the command +invocation as exactly one argument.

+

For example:

+
message([=[
+This is the first line in a bracket argument with bracket length 1.
+No \-escape sequences or ${variable} references are evaluated.
+This is always one argument even though it contains a ; character.
+The text does not end on a closing bracket of length 0 like ]].
+It does end in a closing bracket of length 1.
+]=])
+
+
+
+

Note

+

CMake versions prior to 3.0 do not support bracket arguments. +They interpret the opening bracket as the start of an +Unquoted Argument.

+
+
+
+

Quoted Argument

+

A quoted argument encloses content between opening and closing +double-quote characters:

+
+quoted_argument     ::=  '"' quoted_element* '"'
+quoted_element      ::=  <any character except '\' or '"'> |
+                         escape_sequence |
+                         quoted_continuation
+quoted_continuation ::=  '\' newline
+
+

Quoted argument content consists of all text between opening and +closing quotes. Both Escape Sequences and Variable References +are evaluated. A quoted argument is always given to the command +invocation as exactly one argument.

+

For example:

+
message("This is a quoted argument containing multiple lines.
+This is always one argument even though it contains a ; character.
+Both \\-escape sequences and ${variable} references are evaluated.
+The text does not end on an escaped double-quote like \".
+It does end in an unescaped double quote.
+")
+
+
+

The final \ on any line ending in an odd number of backslashes +is treated as a line continuation and ignored along with the +immediately following newline character. For example:

+
message("\
+This is the first line of a quoted argument. \
+In fact it is the only line but since it is long \
+the source code uses line continuation.\
+")
+
+
+
+

Note

+

CMake versions prior to 3.0 do not support continuation with \. +They report errors in quoted arguments containing lines ending in +an odd number of \ characters.

+
+
+
+

Unquoted Argument

+

An unquoted argument is not enclosed by any quoting syntax. +It may not contain any whitespace, (, ), #, ", or \ +except when escaped by a backslash:

+
+unquoted_argument ::=  unquoted_element+ | unquoted_legacy
+unquoted_element  ::=  <any character except whitespace or one of '()#"\'> |
+                       escape_sequence
+unquoted_legacy   ::=  <see note in text>
+
+

Unquoted argument content consists of all text in a contiguous block +of allowed or escaped characters. Both Escape Sequences and +Variable References are evaluated. The resulting value is divided +in the same way Lists divide into elements. Each non-empty element +is given to the command invocation as an argument. Therefore an +unquoted argument may be given to a command invocation as zero or +more arguments.

+

For example:

+
foreach(arg
+    NoSpace
+    Escaped\ Space
+    This;Divides;Into;Five;Arguments
+    Escaped\;Semicolon
+    )
+  message("${arg}")
+endforeach()
+
+
+
+

Note

+

To support legacy CMake code, unquoted arguments may also contain +double-quoted strings ("...", possibly enclosing horizontal +whitespace), and make-style variable references ($(MAKEVAR)).

+

Unescaped double-quotes must balance, may not appear at the +beginning of an unquoted argument, and are treated as part of the +content. For example, the unquoted arguments -Da="b c", +-Da=$(v), and a" "b"c"d are each interpreted literally. +They may instead be written as quoted arguments "-Da=\"b c\"", +"-Da=$(v)", and "a\" \"b\"c\"d", respectively.

+

Make-style references are treated literally as part of the content +and do not undergo variable expansion. They are treated as part +of a single argument (rather than as separate $, (, +MAKEVAR, and ) arguments).

+

The above "unquoted_legacy" production represents such arguments. +We do not recommend using legacy unquoted arguments in new code. +Instead use a Quoted Argument or a Bracket Argument to +represent the content.

+
+
+
+
+

Escape Sequences

+

An escape sequence is a \ followed by one character:

+
+escape_sequence  ::=  escape_identity | escape_encoded | escape_semicolon
+escape_identity  ::=  '\' <match '[^A-Za-z0-9;]'>
+escape_encoded   ::=  '\t' | '\r' | '\n'
+escape_semicolon ::=  '\;'
+
+

A \ followed by a non-alphanumeric character simply encodes the literal +character without interpreting it as syntax. A \t, \r, or \n +encodes a tab, carriage return, or newline character, respectively. A \; +outside of any Variable References encodes itself but may be used in an +Unquoted Argument to encode the ; without dividing the argument +value on it. A \; inside Variable References encodes the literal +; character. (See also policy CMP0053 documentation for +historical considerations.)

+
+
+

Variable References

+

A variable reference has the form ${<variable>} and is +evaluated inside a Quoted Argument or an Unquoted Argument. +A variable reference is replaced by the value of the specified +variable or cache entry, or if neither is set, by the empty string. +Variable references can nest and are evaluated from the +inside out, e.g. ${outer_${inner_variable}_variable}.

+

Literal variable references may consist of alphanumeric characters, +the characters /_.+-, and Escape Sequences. Nested references +may be used to evaluate variables of any name. See also policy +CMP0053 documentation for historical considerations and reasons why +the $ is also technically permitted but is discouraged.

+

The Variables section documents the scope of variable names +and how their values are set.

+

An environment variable reference has the form $ENV{<variable>}. +See the Environment Variables section for more information.

+

A cache variable reference has the form $CACHE{<variable>}, +and is replaced by the value of the specified cache entry without +checking for a normal variable of the same name. If the cache +entry does not exist, it is replaced by the empty string. +See CACHE for more information.

+

The if() command has a special condition syntax that +allows for variable references in the short form <variable> +instead of ${<variable>}. However, environment variables +always need to be referenced as $ENV{<variable>}.

+
+
+

Comments

+

A comment starts with a # character that is not inside a +Bracket Argument, Quoted Argument, or escaped with \ +as part of an Unquoted Argument. There are two types of +comments: a Bracket Comment and a Line Comment.

+
+

Bracket Comment

+

A # immediately followed by a bracket_open forms a +bracket comment consisting of the entire bracket enclosure:

+
+bracket_comment ::=  '#' bracket_argument
+
+

For example:

+
#[[This is a bracket comment.
+It runs until the close bracket.]]
+message("First Argument\n" #[[Bracket Comment]] "Second Argument")
+
+
+
+

Note

+

CMake versions prior to 3.0 do not support bracket comments. +They interpret the opening # as the start of a Line Comment.

+
+
+
+

Line Comment

+

A # not immediately followed by a bracket_open forms a +line comment that runs until the end of the line:

+
+line_comment ::=  '#' <any text not starting in a bracket_open
+                       and not containing a newline>
+
+

For example:

+
# This is a line comment.
+message("First Argument\n" # This is a line comment :)
+        "Second Argument") # This is a line comment.
+
+
+
+
+
+
+

Control Structures

+
+

Conditional Blocks

+

The if()/elseif()/else()/endif() +commands delimit code blocks to be executed conditionally.

+
+
+

Loops

+

The foreach()/endforeach() and +while()/endwhile() commands delimit code +blocks to be executed in a loop. Inside such blocks the +break() command may be used to terminate the loop +early whereas the continue() command may be used +to start with the next iteration immediately.

+
+
+

Command Definitions

+

The macro()/endmacro(), and +function()/endfunction() commands delimit +code blocks to be recorded for later invocation as commands.

+
+
+
+

Variables

+

Variables are the basic unit of storage in the CMake Language. +Their values are always of string type, though some commands may +interpret the strings as values of other types. +The set() and unset() commands explicitly +set or unset a variable, but other commands have semantics +that modify variables as well. +Variable names are case-sensitive and may consist of almost +any text, but we recommend sticking to names consisting only +of alphanumeric characters plus _ and -.

+

Variables have dynamic scope. Each variable "set" or "unset" +creates a binding in the current scope:

+
+
Block Scope

The block() command may create a new scope for variable bindings.

+
+
Function Scope

Command Definitions created by the function() command +create commands that, when invoked, process the recorded commands +in a new variable binding scope. A variable "set" or "unset" +binds in this scope and is visible for the current function and +any nested calls within it, but not after the function returns.

+
+
Directory Scope

Each of the Directories in a source tree has its own variable +bindings. Before processing the CMakeLists.txt file for a +directory, CMake copies all variable bindings currently defined +in the parent directory, if any, to initialize the new directory +scope. CMake Scripts, when processed with cmake -P, +bind variables in one "directory" scope.

+

A variable "set" or "unset" not inside a function call binds +to the current directory scope.

+
+
Persistent Cache

CMake stores a separate set of "cache" variables, or "cache entries", +whose values persist across multiple runs within a project build +tree. Cache entries have an isolated binding scope modified only +by explicit request, such as by the CACHE option of the +set() and unset() commands.

+
+
+

When evaluating Variable References, CMake first searches the +function call stack, if any, for a binding and then falls back +to the binding in the current directory scope, if any. If a +"set" binding is found, its value is used. If an "unset" binding +is found, or no binding is found, CMake then searches for a +cache entry. If a cache entry is found, its value is used. +Otherwise, the variable reference evaluates to an empty string. +The $CACHE{VAR} syntax can be used to do direct cache entry +lookups.

+

The cmake-variables(7) manual documents the many variables +that are provided by CMake or have meaning to CMake when set +by project code.

+
+

Note

+

CMake reserves identifiers that:

+
    +
  • begin with CMAKE_ (upper-, lower-, or mixed-case), or

  • +
  • begin with _CMAKE_ (upper-, lower-, or mixed-case), or

  • +
  • begin with _ followed by the name of any CMake Command.

  • +
+
+
+
+

Environment Variables

+

Environment Variables are like ordinary Variables, with the +following differences:

+
+
Scope

Environment variables have global scope in a CMake process. +They are never cached.

+
+
References

Variable References have the form $ENV{<variable>}, using the +ENV operator.

+
+
Initialization

Initial values of the CMake environment variables are those of +the calling process. +Values can be changed using the set() and unset() +commands. +These commands only affect the running CMake process, +not the system environment at large. +Changed values are not written back to the calling process, +and they are not seen by subsequent build or test processes.

+

See the cmake -E env command-line +tool to run a command in a modified environment.

+
+
Inspection

See the cmake -E environment command-line +tool to display all current environment variables.

+
+
+

The cmake-env-variables(7) manual documents environment +variables that have special meaning to CMake.

+
+
+

Lists

+

Although all values in CMake are stored as strings, a string +may be treated as a list in certain contexts, such as during +evaluation of an Unquoted Argument. In such contexts, a string +is divided into list elements by splitting on ; characters not +following an unequal number of [ and ] characters and not +immediately preceded by a \. The sequence \; does not +divide a value but is replaced by ; in the resulting element.

+

A list of elements is represented as a string by concatenating +the elements separated by ;. For example, the set() +command stores multiple values into the destination variable +as a list:

+
set(srcs a.c b.c c.c) # sets "srcs" to "a.c;b.c;c.c"
+
+
+

Lists are meant for simple use cases such as a list of source +files and should not be used for complex data processing tasks. +Most commands that construct lists do not escape ; characters +in list elements, thus flattening nested lists:

+
set(x a "b;c") # sets "x" to "a;b;c", not "a;b\;c"
+
+
+

In general, lists do not support elements containing ; characters. +To avoid problems, consider the following advice:

+
    +
  • The interfaces of many CMake commands, variables, and properties accept +semicolon-separated lists. Avoid passing lists with elements containing +semicolons to these interfaces unless they document either direct support +or some way to escape or encode semicolons.

  • +
  • When constructing a list, substitute an otherwise-unused placeholder +for ; in elements when. Then substitute ; for the placeholder +when processing list elements. +For example, the following code uses | in place of ; characters:

    +
    set(mylist a "b|c")
    +foreach(entry IN LISTS mylist)
    +  string(REPLACE "|" ";" entry "${entry}")
    +  # use "${entry}" normally
    +endforeach()
    +
    +
    +

    The ExternalProject module's LIST_SEPARATOR option is an +example of an interface built using this approach.

    +
  • +
  • In lists of generator expressions, +use the $<SEMICOLON> generator expression.

  • +
  • In command calls, use Quoted Argument syntax whenever possible. +The called command will receive the content of the argument with +semicolons preserved. An Unquoted Argument will be split on +semicolons.

  • +
  • In function() implementations, avoid ARGV and ARGN, +which do not distinguish semicolons in values from those separating values. +Instead, prefer using named positional arguments and the ARGC and +ARGV# variables. +When using cmake_parse_arguments() to parse arguments, prefer +its PARSE_ARGV signature, which uses the ARGV# variables.

    +

    Note that this approach does not apply to macro() implementations +because they reference arguments using placeholders, not real variables.

    +
  • +
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/cmake-modules.7.html b/cmake/doc/cmake/html/manual/cmake-modules.7.html new file mode 100644 index 0000000000000000000000000000000000000000..51734915e3600608408bf2a5d2fb6ab6795ef63d --- /dev/null +++ b/cmake/doc/cmake/html/manual/cmake-modules.7.html @@ -0,0 +1,465 @@ + + + + + + + + cmake-modules(7) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake-modules(7)

+

The modules listed here are part of the CMake distribution. +Projects may provide further modules; their location(s) +can be specified in the CMAKE_MODULE_PATH variable.

+
+

Utility Modules

+

These modules are loaded using the include() command.

+
+ +
+
+
+

Find Modules

+

These modules search for third-party software. +They are normally called through the find_package() command.

+
+ +
+
+
+

Deprecated Modules

+
+

Deprecated Utility Modules

+ +
+
+

Deprecated Find Modules

+ +
+
+

Legacy CPack Modules

+

These modules used to be mistakenly exposed to the user, and have been moved +out of user visibility. They are for CPack internal use, and should never be +used directly.

+ +
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/cmake-packages.7.html b/cmake/doc/cmake/html/manual/cmake-packages.7.html new file mode 100644 index 0000000000000000000000000000000000000000..418f90e187f41b5ff6278628089b0cca3e984402 --- /dev/null +++ b/cmake/doc/cmake/html/manual/cmake-packages.7.html @@ -0,0 +1,818 @@ + + + + + + + + cmake-packages(7) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake-packages(7)

+ +
+

Introduction

+

Packages provide dependency information to CMake based buildsystems. Packages +are found with the find_package() command. The result of +using find_package() is either a set of IMPORTED targets, or +a set of variables corresponding to build-relevant information.

+
+
+

Using Packages

+

CMake provides direct support for two forms of packages, +Config-file Packages and Find-module Packages. +Indirect support for pkg-config packages is also provided via +the FindPkgConfig module. In all cases, the basic form +of find_package() calls is the same:

+
find_package(Qt4 4.7.0 REQUIRED) # CMake provides a Qt4 find-module
+find_package(Qt5Core 5.1.0 REQUIRED) # Qt provides a Qt5 package config file.
+find_package(LibXml2 REQUIRED) # Use pkg-config via the LibXml2 find-module
+
+
+

In cases where it is known that a package configuration file is provided by +upstream, and only that should be used, the CONFIG keyword may be passed +to find_package():

+
find_package(Qt5Core 5.1.0 CONFIG REQUIRED)
+find_package(Qt5Gui 5.1.0 CONFIG)
+
+
+

Similarly, the MODULE keyword says to use only a find-module:

+
find_package(Qt4 4.7.0 MODULE REQUIRED)
+
+
+

Specifying the type of package explicitly improves the error message shown to +the user if it is not found.

+

Both types of packages also support specifying components of a package, +either after the REQUIRED keyword:

+
find_package(Qt5 5.1.0 CONFIG REQUIRED Widgets Xml Sql)
+
+
+

or as a separate COMPONENTS list:

+
find_package(Qt5 5.1.0 COMPONENTS Widgets Xml Sql)
+
+
+

or as a separate OPTIONAL_COMPONENTS list:

+
find_package(Qt5 5.1.0 COMPONENTS Widgets
+                       OPTIONAL_COMPONENTS Xml Sql
+)
+
+
+

Handling of COMPONENTS and OPTIONAL_COMPONENTS is defined by the +package.

+

By setting the CMAKE_DISABLE_FIND_PACKAGE_<PackageName> variable to +TRUE, the <PackageName> package will not be searched, and will always +be NOTFOUND. Likewise, setting the +CMAKE_REQUIRE_FIND_PACKAGE_<PackageName> to TRUE will make the +package REQUIRED.

+
+

Config-file Packages

+

A config-file package is a set of files provided by upstreams for downstreams +to use. CMake searches in a number of locations for package configuration files, as +described in the find_package() documentation. The most simple way for +a CMake user to tell cmake(1) to search in a non-standard prefix for +a package is to set the CMAKE_PREFIX_PATH cache variable.

+

Config-file packages are provided by upstream vendors as part of development +packages, that is, they belong with the header files and any other files +provided to assist downstreams in using the package.

+

A set of variables which provide package status information are also set +automatically when using a config-file package. The <PackageName>_FOUND +variable is set to true or false, depending on whether the package was +found. The <PackageName>_DIR cache variable is set to the location of the +package configuration file.

+
+
+

Find-module Packages

+

A find module is a file with a set of rules for finding the required pieces of +a dependency, primarily header files and libraries. Typically, a find module +is needed when the upstream is not built with CMake, or is not CMake-aware +enough to otherwise provide a package configuration file. Unlike a package configuration +file, it is not shipped with upstream, but is used by downstream to find the +files by guessing locations of files with platform-specific hints.

+

Unlike the case of an upstream-provided package configuration file, no single point +of reference identifies the package as being found, so the <PackageName>_FOUND +variable is not automatically set by the find_package() command. It +can still be expected to be set by convention however and should be set by +the author of the Find-module. Similarly there is no <PackageName>_DIR variable, +but each of the artifacts such as library locations and header file locations +provide a separate cache variable.

+

See the cmake-developer(7) manual for more information about creating +Find-module files.

+
+
+
+

Package Layout

+

A config-file package consists of a Package Configuration File and +optionally a Package Version File provided with the project distribution.

+
+

Package Configuration File

+

Consider a project Foo that installs the following files:

+
<prefix>/include/foo-1.2/foo.h
+<prefix>/lib/foo-1.2/libfoo.a
+
+
+

It may also provide a CMake package configuration file:

+
<prefix>/lib/cmake/foo-1.2/FooConfig.cmake
+
+
+

with content defining IMPORTED targets, or defining variables, such +as:

+
# ...
+# (compute PREFIX relative to file location)
+# ...
+set(Foo_INCLUDE_DIRS ${PREFIX}/include/foo-1.2)
+set(Foo_LIBRARIES ${PREFIX}/lib/foo-1.2/libfoo.a)
+
+
+

If another project wishes to use Foo it need only to locate the FooConfig.cmake +file and load it to get all the information it needs about package content +locations. Since the package configuration file is provided by the package +installation it already knows all the file locations.

+

The find_package() command may be used to search for the package +configuration file. This command constructs a set of installation prefixes +and searches under each prefix in several locations. Given the name Foo, +it looks for a file called FooConfig.cmake or foo-config.cmake. +The full set of locations is specified in the find_package() command +documentation. One place it looks is:

+
<prefix>/lib/cmake/Foo*/
+
+
+

where Foo* is a case-insensitive globbing expression. In our example the +globbing expression will match <prefix>/lib/cmake/foo-1.2 and the package +configuration file will be found.

+

Once found, a package configuration file is immediately loaded. It, together +with a package version file, contains all the information the project needs to +use the package.

+
+
+

Package Version File

+

When the find_package() command finds a candidate package configuration +file it looks next to it for a version file. The version file is loaded to test +whether the package version is an acceptable match for the version requested. +If the version file claims compatibility the configuration file is accepted. +Otherwise it is ignored.

+

The name of the package version file must match that of the package configuration +file but has either -version or Version appended to the name before +the .cmake extension. For example, the files:

+
<prefix>/lib/cmake/foo-1.3/foo-config.cmake
+<prefix>/lib/cmake/foo-1.3/foo-config-version.cmake
+
+
+

and:

+
<prefix>/lib/cmake/bar-4.2/BarConfig.cmake
+<prefix>/lib/cmake/bar-4.2/BarConfigVersion.cmake
+
+
+

are each pairs of package configuration files and corresponding package version +files.

+

When the find_package() command loads a version file it first sets the +following variables:

+
+
PACKAGE_FIND_NAME

The <PackageName>

+
+
PACKAGE_FIND_VERSION

Full requested version string

+
+
PACKAGE_FIND_VERSION_MAJOR

Major version if requested, else 0

+
+
PACKAGE_FIND_VERSION_MINOR

Minor version if requested, else 0

+
+
PACKAGE_FIND_VERSION_PATCH

Patch version if requested, else 0

+
+
PACKAGE_FIND_VERSION_TWEAK

Tweak version if requested, else 0

+
+
PACKAGE_FIND_VERSION_COUNT

Number of version components, 0 to 4

+
+
+

The version file must use these variables to check whether it is compatible or +an exact match for the requested version and set the following variables with +results:

+
+
PACKAGE_VERSION

Full provided version string

+
+
PACKAGE_VERSION_EXACT

True if version is exact match

+
+
PACKAGE_VERSION_COMPATIBLE

True if version is compatible

+
+
PACKAGE_VERSION_UNSUITABLE

True if unsuitable as any version

+
+
+

Version files are loaded in a nested scope so they are free to set any variables +they wish as part of their computation. The find_package command wipes out the +scope when the version file has completed and it has checked the output +variables. When the version file claims to be an acceptable match for the +requested version the find_package command sets the following variables for +use by the project:

+
+
<PackageName>_VERSION

Full provided version string

+
+
<PackageName>_VERSION_MAJOR

Major version if provided, else 0

+
+
<PackageName>_VERSION_MINOR

Minor version if provided, else 0

+
+
<PackageName>_VERSION_PATCH

Patch version if provided, else 0

+
+
<PackageName>_VERSION_TWEAK

Tweak version if provided, else 0

+
+
<PackageName>_VERSION_COUNT

Number of version components, 0 to 4

+
+
+

The variables report the version of the package that was actually found. +The <PackageName> part of their name matches the argument given to the +find_package() command.

+
+
+
+

Creating Packages

+

Usually, the upstream depends on CMake itself and can use some CMake facilities +for creating the package files. Consider an upstream which provides a single +shared library:

+
project(UpstreamLib)
+
+set(CMAKE_INCLUDE_CURRENT_DIR ON)
+set(CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE ON)
+
+set(Upstream_VERSION 3.4.1)
+
+include(GenerateExportHeader)
+
+add_library(ClimbingStats SHARED climbingstats.cpp)
+generate_export_header(ClimbingStats)
+set_property(TARGET ClimbingStats PROPERTY VERSION ${Upstream_VERSION})
+set_property(TARGET ClimbingStats PROPERTY SOVERSION 3)
+set_property(TARGET ClimbingStats PROPERTY
+  INTERFACE_ClimbingStats_MAJOR_VERSION 3)
+set_property(TARGET ClimbingStats APPEND PROPERTY
+  COMPATIBLE_INTERFACE_STRING ClimbingStats_MAJOR_VERSION
+)
+
+install(TARGETS ClimbingStats EXPORT ClimbingStatsTargets
+  LIBRARY DESTINATION lib
+  ARCHIVE DESTINATION lib
+  RUNTIME DESTINATION bin
+  INCLUDES DESTINATION include
+)
+install(
+  FILES
+    climbingstats.h
+    "${CMAKE_CURRENT_BINARY_DIR}/climbingstats_export.h"
+  DESTINATION
+    include
+  COMPONENT
+    Devel
+)
+
+include(CMakePackageConfigHelpers)
+write_basic_package_version_file(
+  "${CMAKE_CURRENT_BINARY_DIR}/ClimbingStats/ClimbingStatsConfigVersion.cmake"
+  VERSION ${Upstream_VERSION}
+  COMPATIBILITY AnyNewerVersion
+)
+
+export(EXPORT ClimbingStatsTargets
+  FILE "${CMAKE_CURRENT_BINARY_DIR}/ClimbingStats/ClimbingStatsTargets.cmake"
+  NAMESPACE Upstream::
+)
+configure_file(cmake/ClimbingStatsConfig.cmake
+  "${CMAKE_CURRENT_BINARY_DIR}/ClimbingStats/ClimbingStatsConfig.cmake"
+  COPYONLY
+)
+
+set(ConfigPackageLocation lib/cmake/ClimbingStats)
+install(EXPORT ClimbingStatsTargets
+  FILE
+    ClimbingStatsTargets.cmake
+  NAMESPACE
+    Upstream::
+  DESTINATION
+    ${ConfigPackageLocation}
+)
+install(
+  FILES
+    cmake/ClimbingStatsConfig.cmake
+    "${CMAKE_CURRENT_BINARY_DIR}/ClimbingStats/ClimbingStatsConfigVersion.cmake"
+  DESTINATION
+    ${ConfigPackageLocation}
+  COMPONENT
+    Devel
+)
+
+
+

The CMakePackageConfigHelpers module provides a macro for creating +a simple ConfigVersion.cmake file. This file sets the version of the +package. It is read by CMake when find_package() is called to +determine the compatibility with the requested version, and to set some +version-specific variables <PackageName>_VERSION, <PackageName>_VERSION_MAJOR, +<PackageName>_VERSION_MINOR etc. The install(EXPORT) command is +used to export the targets in the ClimbingStatsTargets export-set, defined +previously by the install(TARGETS) command. This command generates +the ClimbingStatsTargets.cmake file to contain IMPORTED +targets, suitable for use by downstreams and arranges to install it to +lib/cmake/ClimbingStats. The generated ClimbingStatsConfigVersion.cmake +and a cmake/ClimbingStatsConfig.cmake are installed to the same location, +completing the package.

+

The generated IMPORTED targets have appropriate properties set +to define their usage requirements, such as +INTERFACE_INCLUDE_DIRECTORIES, +INTERFACE_COMPILE_DEFINITIONS and other relevant built-in +INTERFACE_ properties. The INTERFACE variant of user-defined +properties listed in COMPATIBLE_INTERFACE_STRING and +other Compatible Interface Properties are also propagated to the +generated IMPORTED targets. In the above case, +ClimbingStats_MAJOR_VERSION is defined as a string which must be +compatible among the dependencies of any depender. By setting this custom +defined user property in this version and in the next version of +ClimbingStats, cmake(1) will issue a diagnostic if there is an +attempt to use version 3 together with version 4. Packages can choose to +employ such a pattern if different major versions of the package are designed +to be incompatible.

+

A NAMESPACE with double-colons is specified when exporting the targets +for installation. This convention of double-colons gives CMake a hint that +the name is an IMPORTED target when it is used by downstreams +with the target_link_libraries() command. This way, CMake can +issue a diagnostic if the package providing it has not yet been found.

+

In this case, when using install(TARGETS) the INCLUDES DESTINATION +was specified. This causes the IMPORTED targets to have their +INTERFACE_INCLUDE_DIRECTORIES populated with the include +directory in the CMAKE_INSTALL_PREFIX. When the IMPORTED +target is used by downstream, it automatically consumes the entries from +that property.

+
+

Creating a Package Configuration File

+

In this case, the ClimbingStatsConfig.cmake file could be as simple as:

+
include("${CMAKE_CURRENT_LIST_DIR}/ClimbingStatsTargets.cmake")
+
+
+

As this allows downstreams to use the IMPORTED targets. If any macros +should be provided by the ClimbingStats package, they should +be in a separate file which is installed to the same location as the +ClimbingStatsConfig.cmake file, and included from there.

+

This can also be extended to cover dependencies:

+
# ...
+add_library(ClimbingStats SHARED climbingstats.cpp)
+generate_export_header(ClimbingStats)
+
+find_package(Stats 2.6.4 REQUIRED)
+target_link_libraries(ClimbingStats PUBLIC Stats::Types)
+
+
+

As the Stats::Types target is a PUBLIC dependency of ClimbingStats, +downstreams must also find the Stats package and link to the Stats::Types +library. The Stats package should be found in the ClimbingStatsConfig.cmake +file to ensure this. The find_dependency macro from the +CMakeFindDependencyMacro helps with this by propagating +whether the package is REQUIRED, or QUIET etc. All REQUIRED +dependencies of a package should be found in the Config.cmake file:

+
include(CMakeFindDependencyMacro)
+find_dependency(Stats 2.6.4)
+
+include("${CMAKE_CURRENT_LIST_DIR}/ClimbingStatsTargets.cmake")
+include("${CMAKE_CURRENT_LIST_DIR}/ClimbingStatsMacros.cmake")
+
+
+

The find_dependency macro also sets ClimbingStats_FOUND to False if +the dependency is not found, along with a diagnostic that the ClimbingStats +package can not be used without the Stats package.

+

If COMPONENTS are specified when the downstream uses find_package(), +they are listed in the <PackageName>_FIND_COMPONENTS variable. If a particular +component is non-optional, then the <PackageName>_FIND_REQUIRED_<comp> will +be true. This can be tested with logic in the package configuration file:

+
include(CMakeFindDependencyMacro)
+find_dependency(Stats 2.6.4)
+
+include("${CMAKE_CURRENT_LIST_DIR}/ClimbingStatsTargets.cmake")
+include("${CMAKE_CURRENT_LIST_DIR}/ClimbingStatsMacros.cmake")
+
+set(_ClimbingStats_supported_components Plot Table)
+
+foreach(_comp ${ClimbingStats_FIND_COMPONENTS})
+  if (NOT ";${_ClimbingStats_supported_components};" MATCHES ";${_comp};")
+    set(ClimbingStats_FOUND False)
+    set(ClimbingStats_NOT_FOUND_MESSAGE "Unsupported component: ${_comp}")
+  endif()
+  include("${CMAKE_CURRENT_LIST_DIR}/ClimbingStats${_comp}Targets.cmake")
+endforeach()
+
+
+

Here, the ClimbingStats_NOT_FOUND_MESSAGE is set to a diagnosis that the package +could not be found because an invalid component was specified. This message +variable can be set for any case where the _FOUND variable is set to False, +and will be displayed to the user.

+
+

Creating a Package Configuration File for the Build Tree

+

The export(EXPORT) command creates an IMPORTED targets +definition file which is specific to the build-tree, and is not relocatable. +This can similarly be used with a suitable package configuration file and +package version file to define a package for the build tree which may be used +without installation. Consumers of the build tree can simply ensure that the +CMAKE_PREFIX_PATH contains the build directory, or set the +ClimbingStats_DIR to <build_dir>/ClimbingStats in the cache.

+
+
+
+

Creating Relocatable Packages

+

A relocatable package must not reference absolute paths of files on +the machine where the package is built that will not exist on the +machines where the package may be installed.

+

Packages created by install(EXPORT) are designed to be relocatable, +using paths relative to the location of the package itself. When defining +the interface of a target for EXPORT, keep in mind that the include +directories should be specified as relative paths which are relative to the +CMAKE_INSTALL_PREFIX:

+
target_include_directories(tgt INTERFACE
+  # Wrong, not relocatable:
+  $<INSTALL_INTERFACE:${CMAKE_INSTALL_PREFIX}/include/TgtName>
+)
+
+target_include_directories(tgt INTERFACE
+  # Ok, relocatable:
+  $<INSTALL_INTERFACE:include/TgtName>
+)
+
+
+

The $<INSTALL_PREFIX> +generator expression may be used as +a placeholder for the install prefix without resulting in a non-relocatable +package. This is necessary if complex generator expressions are used:

+
target_include_directories(tgt INTERFACE
+  # Ok, relocatable:
+  $<INSTALL_INTERFACE:$<$<CONFIG:Debug>:$<INSTALL_PREFIX>/include/TgtName>>
+)
+
+
+

This also applies to paths referencing external dependencies. +It is not advisable to populate any properties which may contain +paths, such as INTERFACE_INCLUDE_DIRECTORIES and +INTERFACE_LINK_LIBRARIES, with paths relevant to dependencies. +For example, this code may not work well for a relocatable package:

+
target_link_libraries(ClimbingStats INTERFACE
+  ${Foo_LIBRARIES} ${Bar_LIBRARIES}
+  )
+target_include_directories(ClimbingStats INTERFACE
+  "$<INSTALL_INTERFACE:${Foo_INCLUDE_DIRS};${Bar_INCLUDE_DIRS}>"
+  )
+
+
+

The referenced variables may contain the absolute paths to libraries +and include directories as found on the machine the package was made on. +This would create a package with hard-coded paths to dependencies and not +suitable for relocation.

+

Ideally such dependencies should be used through their own +IMPORTED targets that have their own +IMPORTED_LOCATION and usage requirement properties +such as INTERFACE_INCLUDE_DIRECTORIES populated +appropriately. Those imported targets may then be used with +the target_link_libraries() command for ClimbingStats:

+
target_link_libraries(ClimbingStats INTERFACE Foo::Foo Bar::Bar)
+
+
+

With this approach the package references its external dependencies +only through the names of IMPORTED targets. +When a consumer uses the installed package, the consumer will run the +appropriate find_package() commands (via the find_dependency +macro described above) to find the dependencies and populate the +imported targets with appropriate paths on their own machine.

+

Unfortunately many modules shipped with +CMake do not yet provide IMPORTED targets +because their development pre-dated this approach. This may improve +incrementally over time. Workarounds to create relocatable packages +using such modules include:

+
    +
  • When building the package, specify each Foo_LIBRARY cache +entry as just a library name, e.g. -DFoo_LIBRARY=foo. This +tells the corresponding find module to populate the Foo_LIBRARIES +with just foo to ask the linker to search for the library +instead of hard-coding a path.

  • +
  • Or, after installing the package content but before creating the +package installation binary for redistribution, manually replace +the absolute paths with placeholders for substitution by the +installation tool when the package is installed.

  • +
+
+
+
+

Package Registry

+

CMake provides two central locations to register packages that have +been built or installed anywhere on a system:

+ +

The registries are especially useful to help projects find packages in +non-standard install locations or directly in their own build trees. +A project may populate either the user or system registry (using its own +means, see below) to refer to its location. +In either case the package should store at the registered location a +Package Configuration File (<PackageName>Config.cmake) and optionally a +Package Version File (<PackageName>ConfigVersion.cmake).

+

The find_package() command searches the two package registries +as two of the search steps specified in its documentation. If it has +sufficient permissions it also removes stale package registry entries +that refer to directories that do not exist or do not contain a matching +package configuration file.

+
+

User Package Registry

+

The User Package Registry is stored in a per-user location. +The export(PACKAGE) command may be used to register a project +build tree in the user package registry. CMake currently provides no +interface to add install trees to the user package registry. Installers +must be manually taught to register their packages if desired.

+

On Windows the user package registry is stored in the Windows registry +under a key in HKEY_CURRENT_USER.

+

A <PackageName> may appear under registry key:

+
HKEY_CURRENT_USER\Software\Kitware\CMake\Packages\<PackageName>
+
+
+

as a REG_SZ value, with arbitrary name, that specifies the directory +containing the package configuration file.

+

On UNIX platforms the user package registry is stored in the user home +directory under ~/.cmake/packages. A <PackageName> may appear under +the directory:

+
~/.cmake/packages/<PackageName>
+
+
+

as a file, with arbitrary name, whose content specifies the directory +containing the package configuration file.

+
+
+

System Package Registry

+

The System Package Registry is stored in a system-wide location. +CMake currently provides no interface to add to the system package registry. +Installers must be manually taught to register their packages if desired.

+

On Windows the system package registry is stored in the Windows registry +under a key in HKEY_LOCAL_MACHINE. A <PackageName> may appear under +registry key:

+
HKEY_LOCAL_MACHINE\Software\Kitware\CMake\Packages\<PackageName>
+
+
+

as a REG_SZ value, with arbitrary name, that specifies the directory +containing the package configuration file.

+

There is no system package registry on non-Windows platforms.

+
+
+

Disabling the Package Registry

+

In some cases using the Package Registries is not desirable. CMake +allows one to disable them using the following variables:

+ +
+
+

Package Registry Example

+

A simple convention for naming package registry entries is to use content +hashes. They are deterministic and unlikely to collide +(export(PACKAGE) uses this approach). +The name of an entry referencing a specific directory is simply the content +hash of the directory path itself.

+

If a project arranges for package registry entries to exist, such as:

+
> reg query HKCU\Software\Kitware\CMake\Packages\MyPackage
+HKEY_CURRENT_USER\Software\Kitware\CMake\Packages\MyPackage
+ 45e7d55f13b87179bb12f907c8de6fc4 REG_SZ c:/Users/Me/Work/lib/cmake/MyPackage
+ 7b4a9844f681c80ce93190d4e3185db9 REG_SZ c:/Users/Me/Work/MyPackage-build
+
+
+

or:

+
$ cat ~/.cmake/packages/MyPackage/7d1fb77e07ce59a81bed093bbee945bd
+/home/me/work/lib/cmake/MyPackage
+$ cat ~/.cmake/packages/MyPackage/f92c1db873a1937f3100706657c63e07
+/home/me/work/MyPackage-build
+
+
+

then the CMakeLists.txt code:

+
find_package(MyPackage)
+
+
+

will search the registered locations for package configuration files +(MyPackageConfig.cmake). The search order among package registry +entries for a single package is unspecified and the entry names +(hashes in this example) have no meaning. Registered locations may +contain package version files (MyPackageConfigVersion.cmake) to +tell find_package() whether a specific location is suitable +for the version requested.

+
+
+

Package Registry Ownership

+

Package registry entries are individually owned by the project installations +that they reference. A package installer is responsible for adding its own +entry and the corresponding uninstaller is responsible for removing it.

+

The export(PACKAGE) command populates the user package registry +with the location of a project build tree. Build trees tend to be deleted by +developers and have no "uninstall" event that could trigger removal of their +entries. In order to keep the registries clean the find_package() +command automatically removes stale entries it encounters if it has sufficient +permissions. CMake provides no interface to remove an entry referencing an +existing build tree once export(PACKAGE) has been invoked. +However, if the project removes its package configuration file from the build +tree then the entry referencing the location will be considered stale.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/cmake-policies.7.html b/cmake/doc/cmake/html/manual/cmake-policies.7.html new file mode 100644 index 0000000000000000000000000000000000000000..8cef24a2b04be77752771755dc6cb96553b7b3ff --- /dev/null +++ b/cmake/doc/cmake/html/manual/cmake-policies.7.html @@ -0,0 +1,658 @@ + + + + + + + + cmake-policies(7) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake-policies(7)

+ +
+

Introduction

+

Policies in CMake are used to preserve backward compatible behavior +across multiple releases. When a new policy is introduced, newer CMake +versions will begin to warn about the backward compatible behavior. It +is possible to disable the warning by explicitly requesting the OLD, or +backward compatible behavior using the cmake_policy() command. +It is also possible to request NEW, or non-backward compatible behavior +for a policy, also avoiding the warning. Each policy can also be set to +either NEW or OLD behavior explicitly on the command line with the +CMAKE_POLICY_DEFAULT_CMP<NNNN> variable.

+

A policy is a deprecation mechanism and not a reliable feature toggle. +A policy should almost never be set to OLD, except to silence warnings +in an otherwise frozen or stable codebase, or temporarily as part of a +larger migration path. The OLD behavior of each policy is undesirable +and will be replaced with an error condition in a future release.

+

The cmake_minimum_required() command does more than report an +error if a too-old version of CMake is used to build a project. It +also sets all policies introduced in that CMake version or earlier to +NEW behavior. To manage policies without increasing the minimum required +CMake version, the if(POLICY) command may be used:

+
if(POLICY CMP0990)
+  cmake_policy(SET CMP0990 NEW)
+endif()
+
+
+

This has the effect of using the NEW behavior with newer CMake releases which +users may be using and not issuing a compatibility warning.

+

The setting of a policy is confined in some cases to not propagate to the +parent scope. For example, if the files read by the include() command +or the find_package() command contain a use of cmake_policy(), +that policy setting will not affect the caller by default. Both commands accept +an optional NO_POLICY_SCOPE keyword to control this behavior.

+

The CMAKE_MINIMUM_REQUIRED_VERSION variable may also be used +to determine whether to report an error on use of deprecated macros or +functions.

+
+
+

Policies Introduced by CMake 3.31

+ +
+
+

Policies Introduced by CMake 3.30

+ +
+
+

Policies Introduced by CMake 3.29

+ +
+
+

Policies Introduced by CMake 3.28

+ +
+
+

Policies Introduced by CMake 3.27

+ +
+
+

Policies Introduced by CMake 3.26

+ +
+
+

Policies Introduced by CMake 3.25

+ +
+
+

Policies Introduced by CMake 3.24

+ +
+
+

Policies Introduced by CMake 3.23

+ +
+
+

Policies Introduced by CMake 3.22

+ +
+
+

Policies Introduced by CMake 3.21

+ +
+
+

Policies Introduced by CMake 3.20

+ +
+
+

Policies Introduced by CMake 3.19

+ +
+
+

Policies Introduced by CMake 3.18

+ +
+
+

Policies Introduced by CMake 3.17

+ +
+
+

Policies Introduced by CMake 3.16

+ +
+
+

Policies Introduced by CMake 3.15

+ +
+
+

Policies Introduced by CMake 3.14

+ +
+
+

Policies Introduced by CMake 3.13

+ +
+
+

Policies Introduced by CMake 3.12

+ +
+
+

Policies Introduced by CMake 3.11

+ +
+
+

Policies Introduced by CMake 3.10

+ +
+
+

Policies Introduced by CMake 3.9

+ +
+
+

Policies Introduced by CMake 3.8

+ +
+
+

Policies Introduced by CMake 3.7

+ +
+
+

Policies Introduced by CMake 3.4

+ +
+
+

Policies Introduced by CMake 3.3

+ +
+
+

Policies Introduced by CMake 3.2

+ +
+
+

Policies Introduced by CMake 3.1

+ +
+
+

Policies Introduced by CMake 3.0

+
+ +
+
+
+

Policies Introduced by CMake 2.8

+ +
+
+

Policies Introduced by CMake 2.6

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/cmake-presets.7.html b/cmake/doc/cmake/html/manual/cmake-presets.7.html new file mode 100644 index 0000000000000000000000000000000000000000..c4a6d362fb88d8c5e4e027995081e63468e0977e --- /dev/null +++ b/cmake/doc/cmake/html/manual/cmake-presets.7.html @@ -0,0 +1,1441 @@ + + + + + + + + cmake-presets(7) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake-presets(7)

+ +
+

Introduction

+
+

Added in version 3.19.

+
+

One problem that CMake users often face is sharing settings with other people +for common ways to configure a project. This may be done to support CI builds, +or for users who frequently use the same build. CMake supports two main files, +CMakePresets.json and CMakeUserPresets.json, that allow users to +specify common configure options and share them with others. CMake also +supports files included with the include field.

+

CMakePresets.json and CMakeUserPresets.json live in the project's root +directory. They both have exactly the same format, and both are optional +(though at least one must be present if --preset +is specified). CMakePresets.json is meant to specify project-wide build +details, while CMakeUserPresets.json is meant for developers to specify +their own local build details.

+

CMakePresets.json may be checked into a version control system, and +CMakeUserPresets.json should NOT be checked in. For example, if a +project is using Git, CMakePresets.json may be tracked, and +CMakeUserPresets.json should be added to the .gitignore.

+
+
+

Format

+

The files are a JSON document with an object as the root:

+
{
+  "version": 10,
+  "cmakeMinimumRequired": {
+    "major": 3,
+    "minor": 23,
+    "patch": 0
+  },
+  "$comment": "An example CMakePresets.json file",
+  "include": [
+    "otherThings.json",
+    "moreThings.json"
+  ],
+  "configurePresets": [
+    {
+      "$comment": [
+        "This is a comment row.",
+        "This is another comment,",
+        "just because we can do it"
+      ],
+      "name": "default",
+      "displayName": "Default Config",
+      "description": "Default build using Ninja generator",
+      "generator": "Ninja",
+      "binaryDir": "${sourceDir}/build/default",
+      "cacheVariables": {
+        "FIRST_CACHE_VARIABLE": {
+          "type": "BOOL",
+          "value": "OFF"
+        },
+        "SECOND_CACHE_VARIABLE": "ON"
+      },
+      "environment": {
+        "MY_ENVIRONMENT_VARIABLE": "Test",
+        "PATH": "$env{HOME}/ninja/bin:$penv{PATH}"
+      },
+      "vendor": {
+        "example.com/ExampleIDE/1.0": {
+          "autoFormat": true
+        }
+      }
+    },
+    {
+      "name": "ninja-multi",
+      "inherits": "default",
+      "displayName": "Ninja Multi-Config",
+      "description": "Default build using Ninja Multi-Config generator",
+      "generator": "Ninja Multi-Config"
+    },
+    {
+      "name": "windows-only",
+      "inherits": "default",
+      "displayName": "Windows-only configuration",
+      "description": "This build is only available on Windows",
+      "condition": {
+        "type": "equals",
+        "lhs": "${hostSystemName}",
+        "rhs": "Windows"
+      }
+    }
+  ],
+  "buildPresets": [
+    {
+      "name": "default",
+      "configurePreset": "default"
+    }
+  ],
+  "testPresets": [
+    {
+      "name": "default",
+      "configurePreset": "default",
+      "output": {"outputOnFailure": true},
+      "execution": {"noTestsAction": "error", "stopOnFailure": true}
+    }
+  ],
+  "packagePresets": [
+    {
+      "name": "default",
+      "configurePreset": "default",
+      "generators": [
+        "TGZ"
+      ]
+    }
+  ],
+  "workflowPresets": [
+    {
+      "name": "default",
+      "steps": [
+        {
+          "type": "configure",
+          "name": "default"
+        },
+        {
+          "type": "build",
+          "name": "default"
+        },
+        {
+          "type": "test",
+          "name": "default"
+        },
+        {
+          "type": "package",
+          "name": "default"
+        }
+      ]
+    }
+  ],
+  "vendor": {
+    "example.com/ExampleIDE/1.0": {
+      "autoFormat": false
+    }
+  }
+}
+
+
+

Preset files specifying version 10 or above may include comments using the +key $comment at any level within the JSON object to provide documentation.

+

The root object recognizes the following fields:

+
+
$schema

An optional string that provides a URI to the JSON schema that describes the +structure of this JSON document. This field is used for validation and +autocompletion in editors that support JSON schema. It doesn't affect the +behavior of the document itself. If this field is not specified, the JSON +document will still be valid, but tools that use JSON schema for validation +and autocompletion may not function correctly. +This is allowed in preset files specifying version 8 or above.

+
+
version

A required integer representing the version of the JSON schema. +The supported versions are:

+
+
1
+

Added in version 3.19.

+
+
+
2
+

Added in version 3.20.

+
+
+
3
+

Added in version 3.21.

+
+
+
4
+

Added in version 3.23.

+
+
+
5
+

Added in version 3.24.

+
+
+
6
+

Added in version 3.25.

+
+
+
7
+

Added in version 3.27.

+
+
+
8
+

Added in version 3.28.

+
+
+
9
+

Added in version 3.30.

+
+
+
10
+

Added in version 3.31.

+
+
+
+
+
cmakeMinimumRequired

An optional object representing the minimum version of CMake needed to +build this project. This object consists of the following fields:

+
+
major

An optional integer representing the major version.

+
+
minor

An optional integer representing the minor version.

+
+
patch

An optional integer representing the patch version.

+
+
+
+
include

An optional array of strings representing files to include. If the filenames +are not absolute, they are considered relative to the current file. +This is allowed in preset files specifying version 4 or above. +See Includes for discussion of the constraints on included files.

+
+
vendor

An optional map containing vendor-specific information. CMake does not +interpret the contents of this field except to verify that it is a map if +it does exist. However, the keys should be a vendor-specific domain name +followed by a /-separated path. For example, the Example IDE 1.0 could +use example.com/ExampleIDE/1.0. The value of each field can be anything +desired by the vendor, though will typically be a map.

+
+
configurePresets

An optional array of Configure Preset objects. +This is allowed in preset files specifying version 1 or above.

+
+
buildPresets

An optional array of Build Preset objects. +This is allowed in preset files specifying version 2 or above.

+
+
testPresets

An optional array of Test Preset objects. +This is allowed in preset files specifying version 2 or above.

+
+
packagePresets

An optional array of Package Preset objects. +This is allowed in preset files specifying version 6 or above.

+
+
workflowPresets

An optional array of Workflow Preset objects. +This is allowed in preset files specifying version 6 or above.

+
+
+
+

Includes

+

CMakePresets.json and CMakeUserPresets.json can include other files +with the include field in file version 4 and later. Files included +by these files can also include other files. If CMakePresets.json and +CMakeUserPresets.json are both present, CMakeUserPresets.json +implicitly includes CMakePresets.json, even with no include field, +in all versions of the format.

+

If a preset file contains presets that inherit from presets in another file, +the file must include the other file either directly or indirectly. +Include cycles are not allowed among files. If a.json includes +b.json, b.json cannot include a.json. However, a file may be +included multiple times from the same file or from different files.

+

Files directly or indirectly included from CMakePresets.json should be +guaranteed to be provided by the project. CMakeUserPresets.json may +include files from anywhere.

+

Starting from version 7, the include field supports +macro expansion, but only $penv{} macro expansion. Starting from version +9, other macro expansions are also available, except for $env{} and +preset-specific macros, i.e., those derived from the fields inside a preset's +definition like presetName.

+
+
+

Configure Preset

+

Each entry of the configurePresets array is a JSON object +that may contain the following fields:

+
+
name

A required string representing the machine-friendly name of the preset. +This identifier is used in the cmake --preset option. +There must not be two configure presets in the union of CMakePresets.json +and CMakeUserPresets.json in the same directory with the same name. +However, a configure preset may have the same name as a build, test, +package, or workflow preset.

+
+
hidden

An optional boolean specifying whether or not a preset should be hidden. +If a preset is hidden, it cannot be used in the --preset= argument, +will not show up in the CMake GUI, and does not +have to have a valid generator or binaryDir, even from +inheritance. hidden presets are intended to be used as a base for +other presets to inherit via the inherits field.

+
+
inherits

An optional array of strings representing the names of presets to inherit +from. This field can also be a string, which is equivalent to an array +containing one string.

+

The preset will inherit all of the fields from the inherits +presets by default (except name, hidden, inherits, +description, and displayName), but can override them as +desired. If multiple inherits presets provide conflicting values for +the same field, the earlier preset in the inherits array will be +preferred.

+

A preset can only inherit from another preset that is defined in the +same file or in one of the files it includes (directly or indirectly). +Presets in CMakePresets.json may not inherit from presets in +CMakeUserPresets.json.

+
+
condition

An optional Condition object. This is allowed in preset files specifying +version 3 or above.

+
+
vendor

An optional map containing vendor-specific information. CMake does not +interpret the contents of this field except to verify that it is a map +if it does exist. However, it should follow the same conventions as the +root-level vendor field. If vendors use their own per-preset +vendor field, they should implement inheritance in a sensible manner +when appropriate.

+
+
displayName

An optional string with a human-friendly name of the preset.

+
+
description

An optional string with a human-friendly description of the preset.

+
+
generator

An optional string representing the generator to use for the preset. If +generator is not specified, it must be inherited from the +inherits preset (unless this preset is hidden). In version 3 +or above, this field may be omitted to fall back to regular generator +discovery procedure.

+

Note that for Visual Studio generators, unlike in the command line +-G argument, you cannot include the platform name +in the generator name. Use the architecture field instead.

+
+
architecture, toolset

Optional fields representing the platform and toolset, respectively, for +generators that support them.

+

See cmake -A option for possible values for architecture +and cmake -T for toolset.

+

Each may be either a string or an object with the following fields:

+
+
value

An optional string representing the value.

+
+
strategy

An optional string telling CMake how to handle the architecture or +toolset field. Valid values are:

+
+
"set"

Set the respective value. This will result in an error for generators +that do not support the respective field.

+
+
"external"

Do not set the value, even if the generator supports it. This is +useful if, for example, a preset uses the Ninja generator, and an IDE +knows how to set up the Visual C++ environment from the +architecture and toolset fields. In that case, CMake will +ignore the field, but the IDE can use them to set up the environment +before invoking CMake.

+
+
+

If no strategy field is given, or if the field uses the string form +rather than the object form, the behavior is the same as "set".

+
+
+
+
toolchainFile

An optional string representing the path to the toolchain file. +This field supports macro expansion. If a relative path is specified, +it is calculated relative to the build directory, and if not found, +relative to the source directory. This field takes precedence over any +CMAKE_TOOLCHAIN_FILE value. It is allowed in preset files +specifying version 3 or above.

+
+
graphviz

An optional string representing the path to the graphviz input file, +that will contain all the library and executable dependencies +in the project. See the documentation for CMakeGraphVizOptions +for more details.

+

This field supports macro expansion. If a relative path is specified, +it is calculated relative to the current working directory. It is allowed +in preset files specifying version 10 or above.

+
+
binaryDir

An optional string representing the path to the output binary directory. +This field supports macro expansion. If a relative path is specified, +it is calculated relative to the source directory. If binaryDir is not +specified, it must be inherited from the inherits preset (unless this +preset is hidden). In version 3 or above, this field may be +omitted.

+
+
installDir

An optional string representing the path to the installation directory. +This field supports macro expansion. If a relative path is specified, +it is calculated relative to the source directory. This is allowed in +preset files specifying version 3 or above.

+
+
cmakeExecutable

An optional string representing the path to the CMake executable to use +for this preset. This is reserved for use by IDEs, and is not used by +CMake itself. IDEs that use this field should expand any macros in it.

+
+
cacheVariables

An optional map of cache variables. The key is the variable name (which +may not be an empty string), and the value is either null, a boolean +(which is equivalent to a value of "TRUE" or "FALSE" and a type +of BOOL), a string representing the value of the variable (which +supports macro expansion), or an object with the following fields:

+
+
type

An optional string representing the type of the variable.

+
+
value

A required string or boolean representing the value of the variable. +A boolean is equivalent to "TRUE" or "FALSE". This field +supports macro expansion.

+
+
+

Cache variables are inherited through the inherits field, and the +preset's variables will be the union of its own cacheVariables and +the cacheVariables from all its parents. If multiple presets in this +union define the same variable, the standard rules of inherits are +applied. Setting a variable to null causes it to not be set, even if +a value was inherited from another preset.

+
+
environment

An optional map of environment variables. The key is the variable name +(which may not be an empty string), and the value is either null or +a string representing the value of the variable. Each variable is set +regardless of whether or not a value was given to it by the process's +environment.

+

This field supports macro expansion, and environment variables in this map +may reference each other, and may be listed in any order, as long as such +references do not cause a cycle (for example, if ENV_1 is +$env{ENV_2}, ENV_2 may not be $env{ENV_1}). $penv{NAME} +allows one to prepend or append values to existing environment variables by +accessing only values from the parent environment.

+

Environment variables are inherited through the inherits field, and +the preset's environment will be the union of its own environment and +the environment from all its parents. If multiple presets in this +union define the same variable, the standard rules of inherits are +applied. Setting a variable to null causes it to not be set, even if +a value was inherited from another preset.

+
+
warnings

An optional object specifying the warnings to enable. The object may +contain the following fields:

+
+
dev

An optional boolean. Equivalent to passing -Wdev +or -Wno-dev on the command line. This may not +be set to false if errors.dev is set to true.

+
+
deprecated

An optional boolean. Equivalent to passing +-Wdeprecated or +-Wno-deprecated on the command line. +This may not be set to false if errors.deprecated is set to +true.

+
+
uninitialized

An optional boolean. Setting this to true is equivalent to passing +--warn-uninitialized on the command +line.

+
+
unusedCli

An optional boolean. Setting this to false is equivalent to passing +--no-warn-unused-cli on the command +line.

+
+
systemVars

An optional boolean. Setting this to true is equivalent to passing +--check-system-vars on the command +line.

+
+
+
+
errors

An optional object specifying the errors to enable. The object may +contain the following fields:

+
+
dev

An optional boolean. Equivalent to passing -Werror=dev +or -Wno-error=dev on the command line. +This may not be set to true if warnings.dev is set to false.

+
+
deprecated

An optional boolean. Equivalent to passing +-Werror=deprecated or +-Wno-error=deprecated on the command line. +This may not be set to true if warnings.deprecated is set to +false.

+
+
+
+
debug

An optional object specifying debug options. The object may contain the +following fields:

+
+
output

An optional boolean. Setting this to true is equivalent to passing +--debug-output on the command line.

+
+
tryCompile

An optional boolean. Setting this to true is equivalent to passing +--debug-trycompile on the command +line.

+
+
find

An optional boolean. Setting this to true is equivalent to passing +--debug-find on the command line.

+
+
+
+
trace

An optional object specifying trace options. This is allowed in preset +files specifying version 7. The object may contain the following fields:

+
+
mode

An optional string that specifies the trace mode. Valid values are:

+
+
on

Causes a trace of all calls made and from where to be printed. +Equivalent to passing --trace on the command +line.

+
+
off

A trace of all calls will not be printed.

+
+
expand

Causes a trace with variables expanded of all calls made and from where +to be printed. Equivalent to passing --trace-expand +on the command line.

+
+
+
+
format

An optional string that specifies the format output of the trace. +Valid values are:

+
+
human

Prints each trace line in a human-readable format. +This is the default format. Equivalent to passing +--trace-format=human +on the command line.

+
+
json-v1

Prints each line as a separate JSON document. Equivalent to passing +--trace-format=json-v1 +on the command line.

+
+
+
+
source

An optional array of strings representing the paths of source files to +be traced. This field can also be a string, which is equivalent to an +array containing one string. Equivalent to passing +--trace-source on the command line.

+
+
redirect

An optional string specifying a path to a trace output file. Equivalent +to passing --trace-redirect +on the command line.

+
+
+
+
+
+
+

Build Preset

+

Each entry of the buildPresets array is a JSON object +that may contain the following fields:

+
+
name

A required string representing the machine-friendly name of the preset. +This identifier is used in the +cmake --build --preset option. +There must not be two build presets in the union of CMakePresets.json +and CMakeUserPresets.json in the same directory with the same name. +However, a build preset may have the same name as a configure, test, +package, or workflow preset.

+
+
hidden

An optional boolean specifying whether or not a preset should be hidden. +If a preset is hidden, it cannot be used in the +--preset argument +and does not have to have a valid configurePreset, even from +inheritance. hidden presets are intended to be used as a base for +other presets to inherit via the inherits field.

+
+
inherits

An optional array of strings representing the names of presets to inherit +from. This field can also be a string, which is equivalent to an array +containing one string.

+

The preset will inherit all of the fields from the +inherits presets by default (except name, hidden, +inherits, description, and displayName), but can override +them as desired. If multiple inherits presets provide conflicting +values for the same field, the earlier preset in the inherits array +will be preferred.

+

A preset can only inherit from another preset that is defined in the +same file or in one of the files it includes (directly or indirectly). +Presets in CMakePresets.json may not inherit from presets in +CMakeUserPresets.json.

+
+
condition

An optional Condition object. This is allowed in preset files specifying +version 3 or above.

+
+
vendor

An optional map containing vendor-specific information. CMake does not +interpret the contents of this field except to verify that it is a map +if it does exist. However, it should follow the same conventions as the +root-level vendor field. If vendors use their own per-preset +vendor field, they should implement inheritance in a sensible manner +when appropriate.

+
+
displayName

An optional string with a human-friendly name of the preset.

+
+
description

An optional string with a human-friendly description of the preset.

+
+
environment

An optional map of environment variables. The key is the variable name +(which may not be an empty string), and the value is either null or +a string representing the value of the variable. Each variable is set +regardless of whether or not a value was given to it by the process's +environment.

+

This field supports macro expansion, and environment variables in this map +may reference each other, and may be listed in any order, as long as such +references do not cause a cycle (for example, if ENV_1 is +$env{ENV_2}, ENV_2 may not be $env{ENV_1}). $penv{NAME} +allows one to prepend or append values to existing environment variables by +accessing only values from the parent environment.

+

Environment variables are inherited through the inherits field, and +the preset's environment will be the union of its own environment +and the environment from all its parents. If multiple presets in +this union define the same variable, the standard rules of inherits +are applied. Setting a variable to null causes it to not be set, +even if a value was inherited from another preset.

+
+

Note

+

For a CMake project using ExternalProject with a configuration preset +having environment variables needed in the ExternalProject, use a build +preset that inherits that configuration preset or the ExternalProject +will not have the environment variables set in the configuration preset. +Example: suppose the host defaults to one compiler (say Clang) +and the user wishes to use another compiler (say GCC). Set configuration +preset environment variables CC and CXX and use a build preset +that inherits that configuration preset. Otherwise the ExternalProject +may use a different (system default) compiler than the top-level CMake +project.

+
+
+
configurePreset

An optional string specifying the name of a configure preset to +associate with this build preset. If configurePreset is not +specified, it must be inherited from the inherits preset (unless this +preset is hidden). The build directory is inferred from the configure +preset, so the build will take place in the same binaryDir that the +configuration did.

+
+
inheritConfigureEnvironment

An optional boolean that defaults to true. If true, the environment +variables from the associated configure preset are inherited after all +inherited build preset environments, but before environment variables +explicitly specified in this build preset.

+
+
jobs

An optional integer. Equivalent to passing +--parallel or -j on the command line.

+
+
targets

An optional string or array of strings. Equivalent to passing +--target or -t on the command line. +Vendors may ignore the targets property or hide build presets that +explicitly specify targets. This field supports macro expansion.

+
+
configuration

An optional string. Equivalent to passing +--config on the command line.

+
+
cleanFirst

An optional bool. If true, equivalent to passing +--clean-first on the command line.

+
+
resolvePackageReferences

An optional string that specifies the package resolve mode. This is +allowed in preset files specifying version 4 or above.

+

Package references are used to define dependencies to packages from +external package managers. Currently only NuGet in combination with the +Visual Studio generator is supported. If there are no targets that define +package references, this option does nothing. Valid values are:

+
+
on

Causes package references to be resolved before attempting a build.

+
+
off

Package references will not be resolved. Note that this may cause +errors in some build environments, such as .NET SDK style projects.

+
+
only

Only resolve package references, but do not perform a build.

+
+
+
+

Note

+

The command line parameter +--resolve-package-references +will take priority over this setting. If the command line parameter is not +provided and this setting is not specified, an environment-specific cache +variable will be evaluated to decide, if package restoration should be +performed.

+

When using the Visual Studio generator, package references are defined +using the VS_PACKAGE_REFERENCES property. Package references +are restored using NuGet. It can be disabled by setting the +CMAKE_VS_NUGET_PACKAGE_RESTORE variable to OFF. This can also be +done from within a configure preset.

+
+
+
verbose

An optional bool. If true, equivalent to passing +--verbose on the command line.

+
+
nativeToolOptions

An optional array of strings. Equivalent to passing options after -- +on the command line. The array values support macro expansion.

+
+
+
+
+

Test Preset

+

Each entry of the testPresets array is a JSON object +that may contain the following fields:

+
+
name

A required string representing the machine-friendly name of the preset. +This identifier is used in the ctest --preset option. +There must not be two test presets in the union of CMakePresets.json +and CMakeUserPresets.json in the same directory with the same name. +However, a test preset may have the same name as a configure, build, +package, or workflow preset.

+
+
hidden

An optional boolean specifying whether or not a preset should be hidden. +If a preset is hidden, it cannot be used in the +--preset argument +and does not have to have a valid configurePreset, even from +inheritance. hidden presets are intended to be used as a base for +other presets to inherit via the inherits field.

+
+
inherits

An optional array of strings representing the names of presets to inherit +from. This field can also be a string, which is equivalent to an array +containing one string.

+

The preset will inherit all of the fields from the +inherits presets by default (except name, hidden, +inherits, description, and displayName), but can override +them as desired. If multiple inherits presets provide conflicting +values for the same field, the earlier preset in the inherits array +will be preferred.

+

A preset can only inherit from another preset that is defined in the +same file or in one of the files it includes (directly or indirectly). +Presets in CMakePresets.json may not inherit from presets in +CMakeUserPresets.json.

+
+
condition

An optional Condition object. This is allowed in preset files specifying +version 3 or above.

+
+
vendor

An optional map containing vendor-specific information. CMake does not +interpret the contents of this field except to verify that it is a map +if it does exist. However, it should follow the same conventions as the +root-level vendor field. If vendors use their own per-preset +vendor field, they should implement inheritance in a sensible manner +when appropriate.

+
+
displayName

An optional string with a human-friendly name of the preset.

+
+
description

An optional string with a human-friendly description of the preset.

+
+
environment

An optional map of environment variables. The key is the variable name +(which may not be an empty string), and the value is either null or +a string representing the value of the variable. Each variable is set +regardless of whether or not a value was given to it by the process's +environment.

+

This field supports macro expansion, and environment variables in this map +may reference each other, and may be listed in any order, as long as such +references do not cause a cycle (for example, if ENV_1 is +$env{ENV_2}, ENV_2 may not be $env{ENV_1}). $penv{NAME} +allows one to prepend or append values to existing environment variables by +accessing only values from the parent environment.

+

Environment variables are inherited through the inherits field, and +the preset's environment will be the union of its own environment +and the environment from all its parents. If multiple presets in +this union define the same variable, the standard rules of inherits +are applied. Setting a variable to null causes it to not be set, +even if a value was inherited from another preset.

+
+
configurePreset

An optional string specifying the name of a configure preset to +associate with this test preset. If configurePreset is not +specified, it must be inherited from the inherits preset (unless this +preset is hidden). The build directory is inferred from the configure +preset, so tests will run in the same binaryDir that the +configuration did and build did.

+
+
inheritConfigureEnvironment

An optional boolean that defaults to true. If true, the environment +variables from the associated configure preset are inherited after all +inherited test preset environments, but before environment variables +explicitly specified in this test preset.

+
+
configuration

An optional string. Equivalent to passing +--build-config on the command line.

+
+
overwriteConfigurationFile

An optional array of configuration options to overwrite options +specified in the CTest configuration file. Equivalent to passing +--overwrite for each value in the array. +The array values support macro expansion.

+
+
output

An optional object specifying output options. The object may contain the +following fields.

+
+
shortProgress

An optional bool. If true, equivalent to passing +--progress on the command line.

+
+
verbosity

An optional string specifying verbosity level. Must be one of the +following:

+
+
default

Equivalent to passing no verbosity flags on the command line.

+
+
verbose

Equivalent to passing --verbose on +the command line.

+
+
extra

Equivalent to passing --extra-verbose +on the command line.

+
+
+
+
debug

An optional bool. If true, equivalent to passing +--debug on the command line.

+
+
outputOnFailure

An optional bool. If true, equivalent to passing +--output-on-failure on the command +line.

+
+
quiet

An optional bool. If true, equivalent to passing +--quiet on the command line.

+
+
outputLogFile

An optional string specifying a path to a log file. Equivalent to +passing --output-log on the command line. +This field supports macro expansion.

+
+
outputJUnitFile

An optional string specifying a path to a JUnit file. Equivalent to +passing --output-junit on the command line. +This field supports macro expansion. This is allowed in preset files +specifying version 6 or above.

+
+
labelSummary

An optional bool. If false, equivalent to passing +--no-label-summary on the command +line.

+
+
subprojectSummary

An optional bool. If false, equivalent to passing +--no-subproject-summary +on the command line.

+
+
maxPassedTestOutputSize

An optional integer specifying the maximum output for passed tests in +bytes. Equivalent to passing +--test-output-size-passed +on the command line.

+
+
maxFailedTestOutputSize

An optional integer specifying the maximum output for failed tests in +bytes. Equivalent to passing +--test-output-size-failed +on the command line.

+
+
testOutputTruncation

An optional string specifying the test output truncation mode. Equivalent +to passing +--test-output-truncation on +the command line. This is allowed in preset files specifying version +5 or above.

+
+
maxTestNameWidth

An optional integer specifying the maximum width of a test name to +output. Equivalent to passing --max-width +on the command line.

+
+
+
+
filter

An optional object specifying how to filter the tests to run. The object +may contain the following fields.

+
+
include

An optional object specifying which tests to include. The object may +contain the following fields.

+
+
name

An optional string specifying a regex for test names. Equivalent to +passing --tests-regex on the command +line. This field supports macro expansion. CMake regex syntax is +described under string(REGEX).

+
+
label

An optional string specifying a regex for test labels. Equivalent to +passing --label-regex on the command +line. This field supports macro expansion.

+
+
useUnion

An optional bool. Equivalent to passing --union +on the command line.

+
+
index

An optional object specifying tests to include by test index. The +object may contain the following fields. Can also be an optional +string specifying a file with the command line syntax for +--tests-information. +If specified as a string, this field supports macro expansion.

+
+
start

An optional integer specifying a test index to start testing at.

+
+
end

An optional integer specifying a test index to stop testing at.

+
+
stride

An optional integer specifying the increment.

+
+
specificTests

An optional array of integers specifying specific test indices to +run.

+
+
+
+
+
+
exclude

An optional object specifying which tests to exclude. The object may +contain the following fields.

+
+
name

An optional string specifying a regex for test names. Equivalent to +passing --exclude-regex on the +command line. This field supports macro expansion.

+
+
label

An optional string specifying a regex for test labels. Equivalent to +passing --label-exclude on the +command line. This field supports macro expansion.

+
+
fixtures

An optional object specifying which fixtures to exclude from adding +tests. The object may contain the following fields.

+
+
any

An optional string specifying a regex for text fixtures to exclude +from adding any tests. Equivalent to +--fixture-exclude-any on +the command line. This field supports macro expansion.

+
+
setup

An optional string specifying a regex for text fixtures to exclude +from adding setup tests. Equivalent to +--fixture-exclude-setup +on the command line. This field supports macro expansion.

+
+
cleanup

An optional string specifying a regex for text fixtures to exclude +from adding cleanup tests. Equivalent to +--fixture-exclude-cleanup +on the command line. This field supports macro expansion.

+
+
+
+
+
+
+
+
execution

An optional object specifying options for test execution. The object may +contain the following fields.

+
+
stopOnFailure

An optional bool. If true, equivalent to passing +--stop-on-failure on the command +line.

+
+
enableFailover

An optional bool. If true, equivalent to passing -F +on the command line.

+
+
jobs

An optional integer. Equivalent to passing +--parallel on the command line.

+
+
resourceSpecFile

An optional string. Equivalent to passing +--resource-spec-file on +the command line. This field supports macro expansion.

+
+
testLoad

An optional integer. Equivalent to passing +--test-load on the command line.

+
+
showOnly

An optional string. Equivalent to passing +--show-only on the +command line. The string must be one of the following values:

+

human

+

json-v1

+
+
repeat

An optional object specifying how to repeat tests. Equivalent to +passing --repeat on the command line. +The object must have the following fields.

+
+
mode

A required string. Must be one of the following values:

+

until-fail

+

until-pass

+

after-timeout

+
+
count

A required integer.

+
+
+
+
interactiveDebugging

An optional bool. If true, equivalent to passing +--interactive-debug-mode 1 +on the command line. If false, equivalent to passing +--interactive-debug-mode 0 +on the command line.

+
+
scheduleRandom

An optional bool. If true, equivalent to passing +--schedule-random on the command +line.

+
+
timeout

An optional integer. Equivalent to passing +--timeout on the command line.

+
+
noTestsAction

An optional string specifying the behavior if no tests are found. Must +be one of the following values:

+
+
default

Equivalent to not passing any value on the command line.

+
+
error

Equivalent to passing --no-tests=error +on the command line.

+
+
ignore

Equivalent to passing --no-tests=ignore +on the command line.

+
+
+
+
+
+
+
+
+

Package Preset

+

Package presets may be used in schema version 6 or above. Each entry of +the packagePresets array is a JSON object that may contain the following +fields:

+
+
name

A required string representing the machine-friendly name of the preset. +This identifier is used in the cpack --preset option. +There must not be two package presets in the union of CMakePresets.json +and CMakeUserPresets.json in the same directory with the same name. +However, a package preset may have the same name as a configure, build, +test, or workflow preset.

+
+
hidden

An optional boolean specifying whether or not a preset should be hidden. +If a preset is hidden, it cannot be used in the +--preset argument +and does not have to have a valid configurePreset, even from +inheritance. hidden presets are intended to be used as a base for +other presets to inherit via the inherits field.

+
+
inherits

An optional array of strings representing the names of presets to inherit +from. This field can also be a string, which is equivalent to an array +containing one string.

+

The preset will inherit all of the fields from the +inherits presets by default (except name, hidden, +inherits, description, and displayName), but can override +them as desired. If multiple inherits presets provide conflicting +values for the same field, the earlier preset in the inherits array +will be preferred.

+

A preset can only inherit from another preset that is defined in the +same file or in one of the files it includes (directly or indirectly). +Presets in CMakePresets.json may not inherit from presets in +CMakeUserPresets.json.

+
+
condition

An optional Condition object.

+
+
vendor

An optional map containing vendor-specific information. CMake does not +interpret the contents of this field except to verify that it is a map +if it does exist. However, it should follow the same conventions as the +root-level vendor field. If vendors use their own per-preset +vendor field, they should implement inheritance in a sensible manner +when appropriate.

+
+
displayName

An optional string with a human-friendly name of the preset.

+
+
description

An optional string with a human-friendly description of the preset.

+
+
environment

An optional map of environment variables. The key is the variable name +(which may not be an empty string), and the value is either null or +a string representing the value of the variable. Each variable is set +regardless of whether or not a value was given to it by the process's +environment.

+

This field supports macro expansion, and environment variables in this map +may reference each other, and may be listed in any order, as long as such +references do not cause a cycle (for example, if ENV_1 is +$env{ENV_2}, ENV_2 may not be $env{ENV_1}). $penv{NAME} +allows one to prepend or append values to existing environment variables by +accessing only values from the parent environment.

+

Environment variables are inherited through the inherits field, and +the preset's environment will be the union of its own environment +and the environment from all its parents. If multiple presets in +this union define the same variable, the standard rules of inherits +are applied. Setting a variable to null causes it to not be set, +even if a value was inherited from another preset.

+
+
configurePreset

An optional string specifying the name of a configure preset to +associate with this package preset. If configurePreset is not +specified, it must be inherited from the inherits preset (unless this +preset is hidden). The build directory is inferred from the configure +preset, so packaging will run in the same binaryDir that the +configuration did and build did.

+
+
inheritConfigureEnvironment

An optional boolean that defaults to true. If true, the environment +variables from the associated configure preset are inherited after all +inherited package preset environments, but before environment variables +explicitly specified in this package preset.

+
+
generators

An optional array of strings representing generators for CPack to use.

+
+
configurations

An optional array of strings representing build configurations for CPack to +package.

+
+
variables

An optional map of variables to pass to CPack, equivalent to +-D arguments. Each key is the name of a variable, and +the value is the string to assign to that variable.

+
+
configFile

An optional string representing the config file for CPack to use.

+
+
output

An optional object specifying output options. Valid keys are:

+
+
debug

An optional boolean specifying whether or not to print debug information. +A value of true is equivalent to passing +--debug on the command line.

+
+
verbose

An optional boolean specifying whether or not to print verbosely. A value +of true is equivalent to passing --verbose +on the command line.

+
+
+
+
packageName

An optional string representing the package name.

+
+
packageVersion

An optional string representing the package version.

+
+
packageDirectory

An optional string representing the directory in which to place the package.

+
+
vendorName

An optional string representing the vendor name.

+
+
+
+
+

Workflow Preset

+

Workflow presets may be used in schema version 6 or above. Each entry of +the workflowPresets array is a JSON object that may contain the following +fields:

+
+
name

A required string representing the machine-friendly name of the preset. +This identifier is used in the +cmake --workflow --preset option. There must not be +two workflow presets in the union of CMakePresets.json and +CMakeUserPresets.json in the same directory with the same name. However, +a workflow preset may have the same name as a configure, build, test, or +package preset.

+
+
vendor

An optional map containing vendor-specific information. CMake does not +interpret the contents of this field except to verify that it is a map +if it does exist. However, it should follow the same conventions as the +root-level vendor field.

+
+
displayName

An optional string with a human-friendly name of the preset.

+
+
description

An optional string with a human-friendly description of the preset.

+
+
steps

A required array of objects describing the steps of the workflow. The first +step must be a configure preset, and all subsequent steps must be non- +configure presets whose configurePreset field matches the starting +configure preset. Each object may contain the following fields:

+
+
type

A required string. The first step must be configure. Subsequent steps +must be either build, test, or package.

+
+
name

A required string representing the name of the configure, build, test, or +package preset to run as this workflow step.

+
+
+
+
+
+
+

Condition

+

The condition field of a preset, allowed in preset files specifying version +3 or above, is used to determine whether or not the preset is enabled. For +example, this can be used to disable a preset on platforms other than Windows. +condition may be either a boolean, null, or an object. If it is a +boolean, the boolean indicates whether the preset is enabled or disabled. If it +is null, the preset is enabled, but the null condition is not inherited +by any presets that may inherit from the preset. Sub-conditions (for example in +a not, anyOf, or allOf condition) may not be null. If it is an +object, it has the following fields:

+
+
type

A required string with one of the following values:

+
+
"const"

Indicates that the condition is constant. This is equivalent to using a +boolean in place of the object. The condition object will have the +following additional fields:

+
+
value

A required boolean which provides a constant value for the condition's +evaluation.

+
+
+
+
+

"equals"

+
+
"notEquals"

Indicates that the condition compares two strings to see if they are equal +(or not equal). The condition object will have the following additional +fields:

+
+
lhs

First string to compare. This field supports macro expansion.

+
+
rhs

Second string to compare. This field supports macro expansion.

+
+
+
+
+

"inList"

+
+
"notInList"

Indicates that the condition searches for a string in a list of strings. +The condition object will have the following additional fields:

+
+
string

A required string to search for. This field supports macro expansion.

+
+
list

A required array of strings to search. This field supports macro +expansion, and uses short-circuit evaluation.

+
+
+
+
+

"matches"

+
+
"notMatches"

Indicates that the condition searches for a regular expression in a string. +The condition object will have the following additional fields:

+
+
string

A required string to search. This field supports macro expansion.

+
+
regex

A required regular expression to search for. This field supports macro +expansion.

+
+
+
+
+

"anyOf"

+

"allOf"

+
+

Indicates that the condition is an aggregation of zero or more nested +conditions. The condition object will have the following additional fields:

+
+
conditions

A required array of condition objects. These conditions use short-circuit +evaluation.

+
+
+
+
+
"not"

Indicates that the condition is an inversion of another condition. The +condition object will have the following additional fields:

+
+
condition

A required condition object.

+
+
+
+
+
+
+
+
+

Macro Expansion

+

As mentioned above, some fields support macro expansion. Macros are +recognized in the form $<macro-namespace>{<macro-name>}. All macros are +evaluated in the context of the preset being used, even if the macro is in a +field that was inherited from another preset. For example, if the Base +preset sets variable PRESET_NAME to ${presetName}, and the +Derived preset inherits from Base, PRESET_NAME will be set to +Derived.

+

It is an error to not put a closing brace at the end of a macro name. For +example, ${sourceDir is invalid. A dollar sign ($) followed by +anything other than a left curly brace ({) with a possible namespace is +interpreted as a literal dollar sign.

+

Recognized macros include:

+
+
${sourceDir}

Path to the project source directory (i.e. the same as +CMAKE_SOURCE_DIR).

+
+
${sourceParentDir}

Path to the project source directory's parent directory.

+
+
${sourceDirName}

The last filename component of ${sourceDir}. For example, if +${sourceDir} is /path/to/source, this would be source.

+
+
${presetName}

Name specified in the preset's name field.

+

This is a preset-specific macro.

+
+
${generator}

Generator specified in the preset's generator field. For build and +test presets, this will evaluate to the generator specified by +configurePreset.

+

This is a preset-specific macro.

+
+
${hostSystemName}

The name of the host operating system. Contains the same value as +CMAKE_HOST_SYSTEM_NAME. This is allowed in preset files +specifying version 3 or above.

+
+
${fileDir}

Path to the directory containing the preset file which contains the macro. +This is allowed in preset files specifying version 4 or above.

+
+
${dollar}

A literal dollar sign ($).

+
+
${pathListSep}

Native character for separating lists of paths, such as : or ;.

+

For example, by setting PATH to +/path/to/ninja/bin${pathListSep}$env{PATH}, ${pathListSep} will +expand to the underlying operating system's character used for +concatenation in PATH.

+

This is allowed in preset files specifying version 5 or above.

+
+
$env{<variable-name>}

Environment variable with name <variable-name>. The variable name may +not be an empty string. If the variable is defined in the environment +field, that value is used instead of the value from the parent environment. +If the environment variable is not defined, this evaluates as an empty +string.

+

Note that while Windows environment variable names are case-insensitive, +variable names within a preset are still case-sensitive. This may lead to +unexpected results when using inconsistent casing. For best results, keep +the casing of environment variable names consistent.

+
+
$penv{<variable-name>}

Similar to $env{<variable-name>}, except that the value only comes from +the parent environment, and never from the environment field. This +allows one to prepend or append values to existing environment variables. +For example, setting PATH to /path/to/ninja/bin:$penv{PATH} will +prepend /path/to/ninja/bin to the PATH environment variable. This +is needed because $env{<variable-name>} does not allow circular +references.

+
+
$vendor{<macro-name>}

An extension point for vendors to insert their own macros. CMake will not +be able to use presets which have a $vendor{<macro-name>} macro, and +effectively ignores such presets. However, it will still be able to use +other presets from the same file.

+

CMake does not make any attempt to interpret $vendor{<macro-name>} +macros. However, to avoid name collisions, IDE vendors should prefix +<macro-name> with a very short (preferably <= 4 characters) vendor +identifier prefix, followed by a ., followed by the macro name. For +example, the Example IDE could have $vendor{xide.ideInstallDir}.

+
+
+
+
+
+

Schema

+

This file provides a machine-readable +JSON schema for the CMakePresets.json format.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/cmake-properties.7.html b/cmake/doc/cmake/html/manual/cmake-properties.7.html new file mode 100644 index 0000000000000000000000000000000000000000..25a2e4578514ca6bd94736c3fa4ea46e11bb6502 --- /dev/null +++ b/cmake/doc/cmake/html/manual/cmake-properties.7.html @@ -0,0 +1,816 @@ + + + + + + + + cmake-properties(7) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake-properties(7)

+ +
+

Properties of Global Scope

+ +
+
+

Properties on Directories

+ +
+
+

Properties on Targets

+
+ +
+
+
+

Properties on Tests

+ +
+
+

Properties on Source Files

+ +
+
+

Properties on Cache Entries

+ +
+
+

Properties on Installed Files

+ +
+
+

Deprecated Properties on Directories

+ +
+
+

Deprecated Properties on Targets

+ +
+
+

Deprecated Properties on Source Files

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/cmake-qt.7.html b/cmake/doc/cmake/html/manual/cmake-qt.7.html new file mode 100644 index 0000000000000000000000000000000000000000..458c5706c2105764d708f826330ec2dd07e21c36 --- /dev/null +++ b/cmake/doc/cmake/html/manual/cmake-qt.7.html @@ -0,0 +1,407 @@ + + + + + + + + cmake-qt(7) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake-qt(7)

+ +
+

Introduction

+

CMake can find and use Qt 4, Qt 5 and Qt 6 libraries. The Qt 4 libraries are +found by the FindQt4 find-module shipped with CMake, whereas the +Qt 5 and Qt 6 libraries are found using "Config-file Packages" shipped with +Qt 5 and Qt 6. See cmake-packages(7) for more information about CMake +packages, and see the Qt cmake manual for your Qt version.

+

Qt 4, Qt 5 and Qt 6 may be used together in the same +CMake buildsystem:

+
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
+
+project(Qt4_5_6)
+
+set(CMAKE_AUTOMOC ON)
+
+find_package(Qt6 COMPONENTS Widgets DBus REQUIRED)
+add_executable(publisher publisher.cpp)
+target_link_libraries(publisher Qt6::Widgets Qt6::DBus)
+
+find_package(Qt5 COMPONENTS Gui DBus REQUIRED)
+add_executable(subscriber1 subscriber1.cpp)
+target_link_libraries(subscriber1 Qt5::Gui Qt5::DBus)
+
+find_package(Qt4 REQUIRED)
+add_executable(subscriber2 subscriber2.cpp)
+target_link_libraries(subscriber2 Qt4::QtGui Qt4::QtDBus)
+
+
+

A CMake target may not link to more than one Qt version. A diagnostic is issued +if this is attempted or results from transitive target dependency evaluation.

+
+
+

Qt Build Tools

+

Qt relies on some bundled tools for code generation, such as moc for +meta-object code generation, uic for widget layout and population, +and rcc for virtual file system content generation. These tools may be +automatically invoked by cmake(1) if the appropriate conditions +are met. The automatic tool invocation may be used with Qt version 4 to 6.

+
+

AUTOMOC

+

The AUTOMOC target property controls whether cmake(1) +inspects the C++ files in the target to determine if they require moc to +be run, and to create rules to execute moc at the appropriate time.

+

If a macro from AUTOMOC_MACRO_NAMES is found in a header file, +moc will be run on the file. The result will be put into a file named +according to moc_<basename>.cpp. +If the macro is found in a C++ implementation +file, the moc output will be put into a file named according to +<basename>.moc, following the Qt conventions. The <basename>.moc must +be included by the user in the C++ implementation file with a preprocessor +#include.

+

Included moc_*.cpp and *.moc files will be generated in the +<AUTOGEN_BUILD_DIR>/include directory which is +automatically added to the target's INCLUDE_DIRECTORIES.

+ +

Not included moc_<basename>.cpp files will be generated in custom +folders to avoid name collisions and included in a separate +file which is compiled into the target, named either +<AUTOGEN_BUILD_DIR>/mocs_compilation.cpp or +<AUTOGEN_BUILD_DIR>/mocs_compilation_$<CONFIG>.cpp.

+ +

The moc command line will consume the COMPILE_DEFINITIONS and +INCLUDE_DIRECTORIES target properties from the target it is being +invoked for, and for the appropriate build configuration.

+

The AUTOMOC target property may be pre-set for all +following targets by setting the CMAKE_AUTOMOC variable. The +AUTOMOC_MOC_OPTIONS target property may be populated to set +options to pass to moc. The CMAKE_AUTOMOC_MOC_OPTIONS +variable may be populated to pre-set the options for all following targets.

+

Additional macro names to search for can be added to +AUTOMOC_MACRO_NAMES.

+

Additional moc dependency file names can be extracted from source code +by using AUTOMOC_DEPEND_FILTERS.

+

Source C++ files can be excluded from AUTOMOC processing by +enabling SKIP_AUTOMOC or the broader SKIP_AUTOGEN.

+
+
+

AUTOUIC

+

The AUTOUIC target property controls whether cmake(1) +inspects the C++ files in the target to determine if they require uic to +be run, and to create rules to execute uic at the appropriate time.

+

If a preprocessor #include directive is found which matches +<path>ui_<basename>.h, and a <basename>.ui file exists, +then uic will be executed to generate the appropriate file. +The <basename>.ui file is searched for in the following places

+
    +
  1. <source_dir>/<basename>.ui

  2. +
  3. <source_dir>/<path><basename>.ui

  4. +
  5. <AUTOUIC_SEARCH_PATHS>/<basename>.ui

  6. +
  7. <AUTOUIC_SEARCH_PATHS>/<path><basename>.ui

  8. +
+

where <source_dir> is the directory of the C++ file and +AUTOUIC_SEARCH_PATHS is a list of additional search paths.

+

The generated generated ui_*.h files are placed in the +<AUTOGEN_BUILD_DIR>/include directory which is +automatically added to the target's INCLUDE_DIRECTORIES.

+ +

The AUTOUIC target property may be pre-set for all following +targets by setting the CMAKE_AUTOUIC variable. The +AUTOUIC_OPTIONS target property may be populated to set options +to pass to uic. The CMAKE_AUTOUIC_OPTIONS variable may be +populated to pre-set the options for all following targets. The +AUTOUIC_OPTIONS source file property may be set on the +<basename>.ui file to set particular options for the file. This +overrides options from the AUTOUIC_OPTIONS target property.

+

A target may populate the INTERFACE_AUTOUIC_OPTIONS target +property with options that should be used when invoking uic. This must be +consistent with the AUTOUIC_OPTIONS target property content of the +depender target. The CMAKE_DEBUG_TARGET_PROPERTIES variable may +be used to track the origin target of such +INTERFACE_AUTOUIC_OPTIONS. This means that a library which +provides an alternative translation system for Qt may specify options which +should be used when running uic:

+
add_library(KI18n klocalizedstring.cpp)
+target_link_libraries(KI18n Qt6::Core)
+
+# KI18n uses the tr2i18n() function instead of tr().  That function is
+# declared in the klocalizedstring.h header.
+set(autouic_options
+  -tr tr2i18n
+  -include klocalizedstring.h
+)
+
+set_property(TARGET KI18n APPEND PROPERTY
+  INTERFACE_AUTOUIC_OPTIONS ${autouic_options}
+)
+
+
+

A consuming project linking to the target exported from upstream automatically +uses appropriate options when uic is run by AUTOUIC, as a +result of linking with the IMPORTED target:

+
set(CMAKE_AUTOUIC ON)
+# Uses a libwidget.ui file:
+add_library(LibWidget libwidget.cpp)
+target_link_libraries(LibWidget
+  KF5::KI18n
+  Qt5::Widgets
+)
+
+
+

Source files can be excluded from AUTOUIC processing by +enabling SKIP_AUTOUIC or the broader SKIP_AUTOGEN.

+
+
+

AUTORCC

+

The AUTORCC target property controls whether cmake(1) +creates rules to execute rcc at the appropriate time on source files +which have the suffix .qrc.

+
add_executable(myexe main.cpp resource_file.qrc)
+
+
+

The AUTORCC target property may be pre-set for all following targets +by setting the CMAKE_AUTORCC variable. The +AUTORCC_OPTIONS target property may be populated to set options +to pass to rcc. The CMAKE_AUTORCC_OPTIONS variable may be +populated to pre-set the options for all following targets. The +AUTORCC_OPTIONS source file property may be set on the +<name>.qrc file to set particular options for the file. This +overrides options from the AUTORCC_OPTIONS target property.

+

Source files can be excluded from AUTORCC processing by +enabling SKIP_AUTORCC or the broader SKIP_AUTOGEN.

+
+
+
+

The <ORIGIN>_autogen target

+

The moc and uic tools are executed as part of a synthesized +The <ORIGIN>_autogen target custom target generated by +CMake. By default that The <ORIGIN>_autogen target target inherits the dependencies +of the <ORIGIN> target (see AUTOGEN_ORIGIN_DEPENDS). +Target dependencies may be added to the The <ORIGIN>_autogen target target by adding +them to the AUTOGEN_TARGET_DEPENDS target property.

+
+

Note

+

If Qt 5.15 or later is used and the generator is either Ninja or +Makefile Generators, see The <ORIGIN>_autogen_timestamp_deps target.

+
+
+
+

The <ORIGIN>_autogen_timestamp_deps target

+

If Qt 5.15 or later is used and the generator is either Ninja or +Makefile Generators, the <ORIGIN>_autogen_timestamp_deps target is +also created in addition to the The <ORIGIN>_autogen target target. This target +does not have any sources or commands to execute, but it has dependencies that +were previously inherited by the pre-Qt 5.15 The <ORIGIN>_autogen target target. +These dependencies will serve as a list of order-only dependencies for the +custom command, without forcing the custom command to re-execute.

+
+
+

Visual Studio Generators

+

When using the Visual Studio generators, CMake +generates a PRE_BUILD custom command +instead of the The <ORIGIN>_autogen target +custom target (for AUTOMOC and +AUTOUIC). This isn't always possible though and an +The <ORIGIN>_autogen target custom target is used, +when either

+ +
+
+

qtmain.lib on Windows

+

The Qt 4 and 5 IMPORTED targets for the QtGui libraries specify +that the qtmain.lib static library shipped with Qt will be linked by all +dependent executables which have the WIN32_EXECUTABLE enabled.

+

To disable this behavior, enable the Qt5_NO_LINK_QTMAIN target property for +Qt 5 based targets or QT4_NO_LINK_QTMAIN target property for Qt 4 based +targets.

+
add_executable(myexe WIN32 main.cpp)
+target_link_libraries(myexe Qt4::QtGui)
+
+add_executable(myexe_no_qtmain WIN32 main_no_qtmain.cpp)
+set_property(TARGET main_no_qtmain PROPERTY QT4_NO_LINK_QTMAIN ON)
+target_link_libraries(main_no_qtmain Qt4::QtGui)
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/cmake-server.7.html b/cmake/doc/cmake/html/manual/cmake-server.7.html new file mode 100644 index 0000000000000000000000000000000000000000..a55957dd1a765a9fb68432438c568b0dd237da59 --- /dev/null +++ b/cmake/doc/cmake/html/manual/cmake-server.7.html @@ -0,0 +1,134 @@ + + + + + + + + cmake-server(7) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake-server(7)

+

The cmake(1) server mode has been removed since CMake 3.20. +Clients should use the cmake-file-api(7) instead.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/cmake-toolchains.7.html b/cmake/doc/cmake/html/manual/cmake-toolchains.7.html new file mode 100644 index 0000000000000000000000000000000000000000..59a36ae3aa766025b5edef642823d015a3db143f --- /dev/null +++ b/cmake/doc/cmake/html/manual/cmake-toolchains.7.html @@ -0,0 +1,816 @@ + + + + + + + + cmake-toolchains(7) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake-toolchains(7)

+ +
+

Introduction

+

CMake uses a toolchain of utilities to compile, link libraries and create +archives, and other tasks to drive the build. The toolchain utilities available +are determined by the languages enabled. In normal builds, CMake automatically +determines the toolchain for host builds based on system introspection and +defaults. In cross-compiling scenarios, a toolchain file may be specified +with information about compiler and utility paths.

+
+

Added in version 3.19: One may use cmake-presets(7) to specify toolchain files.

+
+
+
+

Languages

+

Languages are enabled by the project() command. Language-specific +built-in variables, such as +CMAKE_CXX_COMPILER, +CMAKE_CXX_COMPILER_ID etc are set by +invoking the project() command. If no project command +is in the top-level CMakeLists file, one will be implicitly generated. By default +the enabled languages are C and CXX:

+
project(C_Only C)
+
+
+

A special value of NONE can also be used with the project() command +to enable no languages:

+
project(MyProject NONE)
+
+
+

The enable_language() command can be used to enable languages after the +project() command:

+
enable_language(CXX)
+
+
+

When a language is enabled, CMake finds a compiler for that language, and +determines some information, such as the vendor and version of the compiler, +the target architecture and bitwidth, the location of corresponding utilities +etc.

+

The ENABLED_LANGUAGES global property contains the languages which +are currently enabled.

+
+
+

Variables and Properties

+

Several variables relate to the language components of a toolchain which are +enabled:

+
+
CMAKE_<LANG>_COMPILER

The full path to the compiler used for <LANG>

+
+
CMAKE_<LANG>_COMPILER_ID

The compiler identifier used by CMake

+
+
CMAKE_<LANG>_COMPILER_VERSION

The version of the compiler.

+
+
CMAKE_<LANG>_FLAGS

The variables and the configuration-specific equivalents contain flags that +will be added to the compile command when compiling a file of a particular +language.

+
+
+

CMake needs a way to determine which compiler to use to invoke the linker. +This is determined by the LANGUAGE property of source files of the +target, and in the case of static libraries, +the LANGUAGE of the dependent libraries. The choice CMake makes may be overridden +with the LINKER_LANGUAGE target property.

+
+
+

Toolchain Features

+

CMake provides the try_compile() command and wrapper macros such as +CheckSourceCompiles, CheckCXXSymbolExists and +CheckIncludeFile to test capability and availability of various +toolchain features. These APIs test the toolchain in some way and cache the +result so that the test does not have to be performed again the next time +CMake runs.

+

Some toolchain features have built-in handling in CMake, and do not require +compile-tests. For example, POSITION_INDEPENDENT_CODE allows +specifying that a target should be built as position-independent code, if +the compiler supports that feature. The <LANG>_VISIBILITY_PRESET +and VISIBILITY_INLINES_HIDDEN target properties add flags for +hidden visibility, if supported by the compiler.

+
+
+

Cross Compiling

+

If cmake(1) is invoked with the command line parameter +--toolchain path/to/file or +-DCMAKE_TOOLCHAIN_FILE=path/to/file, the +file will be loaded early to set values for the compilers. +The CMAKE_CROSSCOMPILING variable is set to true when CMake is +cross-compiling.

+

Note that using the CMAKE_SOURCE_DIR or CMAKE_BINARY_DIR +variables inside a toolchain file is typically undesirable. The toolchain +file is used in contexts where these variables have different values when used +in different places (e.g. as part of a call to try_compile()). In most +cases, where there is a need to evaluate paths inside a toolchain file, the more +appropriate variable to use would be CMAKE_CURRENT_LIST_DIR, since +it always has an unambiguous, predictable value.

+
+

Cross Compiling for Linux

+

A typical cross-compiling toolchain for Linux has content such +as:

+
set(CMAKE_SYSTEM_NAME Linux)
+set(CMAKE_SYSTEM_PROCESSOR arm)
+
+set(CMAKE_SYSROOT /home/devel/rasp-pi-rootfs)
+set(CMAKE_STAGING_PREFIX /home/devel/stage)
+
+set(tools /home/devel/gcc-4.7-linaro-rpi-gnueabihf)
+set(CMAKE_C_COMPILER ${tools}/bin/arm-linux-gnueabihf-gcc)
+set(CMAKE_CXX_COMPILER ${tools}/bin/arm-linux-gnueabihf-g++)
+
+set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
+set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
+set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
+set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)
+
+
+

Where:

+
+
CMAKE_SYSTEM_NAME

is the CMake-identifier of the target platform to build for.

+
+
CMAKE_SYSTEM_PROCESSOR

is the CMake-identifier of the target architecture.

+
+
CMAKE_SYSROOT

is optional, and may be specified if a sysroot is available.

+
+
CMAKE_STAGING_PREFIX

is also optional. It may be used to specify a path on the host to install to. +The CMAKE_INSTALL_PREFIX is always the runtime installation +location, even when cross-compiling.

+
+
CMAKE_<LANG>_COMPILER

variable may be set to full paths, or to names of compilers to search for +in standard locations. For toolchains that do not support linking binaries +without custom flags or scripts one may set the +CMAKE_TRY_COMPILE_TARGET_TYPE variable to STATIC_LIBRARY to +tell CMake not to try to link executables during its checks.

+
+
+

CMake find_* commands will look in the sysroot, and the CMAKE_FIND_ROOT_PATH +entries by default in all cases, as well as looking in the host system root prefix. +Although this can be controlled on a case-by-case basis, when cross-compiling, it +can be useful to exclude looking in either the host or the target for particular +artifacts. Generally, includes, libraries and packages should be found in the +target system prefixes, whereas executables which must be run as part of the build +should be found only on the host and not on the target. This is the purpose of +the CMAKE_FIND_ROOT_PATH_MODE_* variables.

+
+
+

Cross Compiling for the Cray Linux Environment

+

Cross compiling for compute nodes in the Cray Linux Environment can be done +without needing a separate toolchain file. Specifying +-DCMAKE_SYSTEM_NAME=CrayLinuxEnvironment on the CMake command line will +ensure that the appropriate build settings and search paths are configured. +The platform will pull its configuration from the current environment +variables and will configure a project to use the compiler wrappers from the +Cray Programming Environment's PrgEnv-* modules if present and loaded.

+

The default configuration of the Cray Programming Environment is to only +support static libraries. This can be overridden and shared libraries +enabled by setting the CRAYPE_LINK_TYPE environment variable to +dynamic.

+

Running CMake without specifying CMAKE_SYSTEM_NAME will +run the configure step in host mode assuming a standard Linux environment. +If not overridden, the PrgEnv-* compiler wrappers will end up getting used, +which if targeting the either the login node or compute node, is likely not the +desired behavior. The exception to this would be if you are building directly +on a NID instead of cross-compiling from a login node. If trying to build +software for a login node, you will need to either first unload the +currently loaded PrgEnv-* module or explicitly tell CMake to use the +system compilers in /usr/bin instead of the Cray wrappers. If instead +targeting a compute node is desired, just specify the +CMAKE_SYSTEM_NAME as mentioned above.

+
+
+

Cross Compiling using Clang

+

Some compilers such as Clang are inherently cross compilers. +The CMAKE_<LANG>_COMPILER_TARGET can be set to pass a +value to those supported compilers when compiling:

+
set(CMAKE_SYSTEM_NAME Linux)
+set(CMAKE_SYSTEM_PROCESSOR arm)
+
+set(triple arm-linux-gnueabihf)
+
+set(CMAKE_C_COMPILER clang)
+set(CMAKE_C_COMPILER_TARGET ${triple})
+set(CMAKE_CXX_COMPILER clang++)
+set(CMAKE_CXX_COMPILER_TARGET ${triple})
+
+
+

Similarly, some compilers do not ship their own supplementary utilities +such as linkers, but provide a way to specify the location of the external +toolchain which will be used by the compiler driver. The +CMAKE_<LANG>_COMPILER_EXTERNAL_TOOLCHAIN variable can be set in a +toolchain file to pass the path to the compiler driver.

+
+
+

Cross Compiling for QNX

+

As the Clang compiler the QNX QCC compile is inherently a cross compiler. +And the CMAKE_<LANG>_COMPILER_TARGET can be set to pass a +value to those supported compilers when compiling:

+
set(CMAKE_SYSTEM_NAME QNX)
+
+set(arch gcc_ntoarmv7le)
+
+set(CMAKE_C_COMPILER qcc)
+set(CMAKE_C_COMPILER_TARGET ${arch})
+set(CMAKE_CXX_COMPILER QCC)
+set(CMAKE_CXX_COMPILER_TARGET ${arch})
+
+set(CMAKE_SYSROOT $ENV{QNX_TARGET})
+
+
+
+
+

Cross Compiling for Windows CE

+

Cross compiling for Windows CE requires the corresponding SDK being +installed on your system. These SDKs are usually installed under +C:/Program Files (x86)/Windows CE Tools/SDKs.

+

A toolchain file to configure a Visual Studio generator for +Windows CE may look like this:

+
set(CMAKE_SYSTEM_NAME WindowsCE)
+
+set(CMAKE_SYSTEM_VERSION 8.0)
+set(CMAKE_SYSTEM_PROCESSOR arm)
+
+set(CMAKE_GENERATOR_TOOLSET CE800) # Can be omitted for 8.0
+set(CMAKE_GENERATOR_PLATFORM SDK_AM335X_SK_WEC2013_V310)
+
+
+

The CMAKE_GENERATOR_PLATFORM tells the generator which SDK to use. +Further CMAKE_SYSTEM_VERSION tells the generator what version of +Windows CE to use. Currently version 8.0 (Windows Embedded Compact 2013) is +supported out of the box. Other versions may require one to set +CMAKE_GENERATOR_TOOLSET to the correct value.

+
+
+

Cross Compiling for Windows 10 Universal Applications

+

A toolchain file to configure Visual Studio Generators for a +Windows 10 Universal Application may look like this:

+
set(CMAKE_SYSTEM_NAME WindowsStore)
+set(CMAKE_SYSTEM_VERSION 10.0)
+
+
+

A Windows 10 Universal Application targets both Windows Store and +Windows Phone. Specify the CMAKE_SYSTEM_VERSION variable +to be 10.0 or higher.

+

CMake selects a Windows SDK as described by documentation of the +CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION variable.

+
+
+

Cross Compiling for Windows Phone

+

A toolchain file to configure a Visual Studio generator for +Windows Phone may look like this:

+
set(CMAKE_SYSTEM_NAME WindowsPhone)
+set(CMAKE_SYSTEM_VERSION 8.1)
+
+
+
+
+

Cross Compiling for Windows Store

+

A toolchain file to configure a Visual Studio generator for +Windows Store may look like this:

+
set(CMAKE_SYSTEM_NAME WindowsStore)
+set(CMAKE_SYSTEM_VERSION 8.1)
+
+
+
+
+

Cross Compiling for ADSP SHARC/Blackfin

+

Cross-compiling for ADSP SHARC or Blackfin can be configured +by setting the CMAKE_SYSTEM_NAME variable to ADSP +and the CMAKE_SYSTEM_PROCESSOR variable +to the "part number", excluding the ADSP- prefix, +for example, 21594, SC589, etc. +This value is case insensitive.

+

CMake will automatically search for CCES or VDSP++ installs +in their default install locations +and select the most recent version found. +CCES will be selected over VDSP++ if both are installed. +Custom install paths can be set via the CMAKE_ADSP_ROOT variable +or the ADSP_ROOT environment variable.

+

The compiler (cc21k vs. ccblkfn) is selected automatically +based on the CMAKE_SYSTEM_PROCESSOR value provided.

+
+
+

Cross Compiling for Android

+

A toolchain file may configure cross-compiling for Android by setting the +CMAKE_SYSTEM_NAME variable to Android. Further configuration +is specific to the Android development environment to be used.

+

For Visual Studio Generators, CMake expects NVIDIA Nsight Tegra +Visual Studio Edition or the Visual Studio tools for Android to be installed. See those sections +for further configuration details.

+

For Makefile Generators and the Ninja generator, +CMake expects one of these environments:

+ +

CMake uses the following steps to select one of the environments:

+
    +
  • If the CMAKE_ANDROID_NDK variable is set, the NDK at the +specified location will be used.

  • +
  • Else, if the CMAKE_ANDROID_STANDALONE_TOOLCHAIN variable +is set, the Standalone Toolchain at the specified location will be used.

  • +
  • Else, if the CMAKE_SYSROOT variable is set to a directory +of the form <ndk>/platforms/android-<api>/arch-<arch>, the <ndk> +part will be used as the value of CMAKE_ANDROID_NDK and the +NDK will be used.

  • +
  • Else, if the CMAKE_SYSROOT variable is set to a directory of the +form <standalone-toolchain>/sysroot, the <standalone-toolchain> part +will be used as the value of CMAKE_ANDROID_STANDALONE_TOOLCHAIN +and the Standalone Toolchain will be used.

  • +
  • Else, if a cmake variable ANDROID_NDK is set it will be used +as the value of CMAKE_ANDROID_NDK, and the NDK will be used.

  • +
  • Else, if a cmake variable ANDROID_STANDALONE_TOOLCHAIN is set, it will be +used as the value of CMAKE_ANDROID_STANDALONE_TOOLCHAIN, and the +Standalone Toolchain will be used.

  • +
  • Else, if an environment variable ANDROID_NDK_ROOT or +ANDROID_NDK is set, it will be used as the value of +CMAKE_ANDROID_NDK, and the NDK will be used.

  • +
  • Else, if an environment variable ANDROID_STANDALONE_TOOLCHAIN is +set then it will be used as the value of +CMAKE_ANDROID_STANDALONE_TOOLCHAIN, and the Standalone +Toolchain will be used.

  • +
  • Else, an error diagnostic will be issued that neither the NDK or +Standalone Toolchain can be found.

  • +
+
+

Added in version 3.20: If an Android NDK is selected, its version number is reported +in the CMAKE_ANDROID_NDK_VERSION variable.

+
+
+

Cross Compiling for Android with the NDK

+

A toolchain file may configure Makefile Generators, +Ninja Generators, or Visual Studio Generators to target +Android for cross-compiling.

+

Configure use of an Android NDK with the following variables:

+
+
CMAKE_SYSTEM_NAME

Set to Android. Must be specified to enable cross compiling +for Android.

+
+
CMAKE_SYSTEM_VERSION

Set to the Android API level. If not specified, the value is +determined as follows:

+
    +
  • If the CMAKE_ANDROID_API variable is set, its value +is used as the API level.

  • +
  • If the CMAKE_SYSROOT variable is set, the API level is +detected from the NDK directory structure containing the sysroot.

  • +
  • Otherwise, the latest API level available in the NDK is used.

  • +
+
+
CMAKE_ANDROID_ARCH_ABI

Set to the Android ABI (architecture). If not specified, this +variable will default to the first supported ABI in the list of +armeabi, armeabi-v7a and arm64-v8a. +The CMAKE_ANDROID_ARCH variable will be computed +from CMAKE_ANDROID_ARCH_ABI automatically. +Also see the CMAKE_ANDROID_ARM_MODE and +CMAKE_ANDROID_ARM_NEON variables.

+
+
CMAKE_ANDROID_NDK

Set to the absolute path to the Android NDK root directory. +If not specified, a default for this variable will be chosen +as specified above.

+
+
CMAKE_ANDROID_NDK_DEPRECATED_HEADERS

Set to a true value to use the deprecated per-api-level headers +instead of the unified headers. If not specified, the default will +be false unless using a NDK that does not provide unified headers.

+
+
CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION

On NDK r19 or above, this variable must be unset or set to clang. +On NDK r18 or below, set this to the version of the NDK toolchain to +be selected as the compiler. If not specified, the default will be +the latest available GCC toolchain.

+
+
CMAKE_ANDROID_STL_TYPE

Set to specify which C++ standard library to use. If not specified, +a default will be selected as described in the variable documentation.

+
+
+

The following variables will be computed and provided automatically:

+
+
CMAKE_<LANG>_ANDROID_TOOLCHAIN_PREFIX

The absolute path prefix to the binutils in the NDK toolchain.

+
+
CMAKE_<LANG>_ANDROID_TOOLCHAIN_SUFFIX

The host platform suffix of the binutils in the NDK toolchain.

+
+
+

For example, a toolchain file might contain:

+
set(CMAKE_SYSTEM_NAME Android)
+set(CMAKE_SYSTEM_VERSION 21) # API level
+set(CMAKE_ANDROID_ARCH_ABI arm64-v8a)
+set(CMAKE_ANDROID_NDK /path/to/android-ndk)
+set(CMAKE_ANDROID_STL_TYPE gnustl_static)
+
+
+

Alternatively one may specify the values without a toolchain file:

+
$ cmake ../src \
+  -DCMAKE_SYSTEM_NAME=Android \
+  -DCMAKE_SYSTEM_VERSION=21 \
+  -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a \
+  -DCMAKE_ANDROID_NDK=/path/to/android-ndk \
+  -DCMAKE_ANDROID_STL_TYPE=gnustl_static
+
+
+
+
+

Cross Compiling for Android with a Standalone Toolchain

+

A toolchain file may configure Makefile Generators or the +Ninja generator to target Android for cross-compiling +using a standalone toolchain.

+

Configure use of an Android standalone toolchain with the following variables:

+
+
CMAKE_SYSTEM_NAME

Set to Android. Must be specified to enable cross compiling +for Android.

+
+
CMAKE_ANDROID_STANDALONE_TOOLCHAIN

Set to the absolute path to the standalone toolchain root directory. +A ${CMAKE_ANDROID_STANDALONE_TOOLCHAIN}/sysroot directory +must exist. +If not specified, a default for this variable will be chosen +as specified above.

+
+
CMAKE_ANDROID_ARM_MODE

When the standalone toolchain targets ARM, optionally set this to ON +to target 32-bit ARM instead of 16-bit Thumb. +See variable documentation for details.

+
+
CMAKE_ANDROID_ARM_NEON

When the standalone toolchain targets ARM v7, optionally set thisto ON +to target ARM NEON devices. See variable documentation for details.

+
+
+

The following variables will be computed and provided automatically:

+
+
CMAKE_SYSTEM_VERSION

The Android API level detected from the standalone toolchain.

+
+
CMAKE_ANDROID_ARCH_ABI

The Android ABI detected from the standalone toolchain.

+
+
CMAKE_<LANG>_ANDROID_TOOLCHAIN_PREFIX

The absolute path prefix to the binutils in the standalone toolchain.

+
+
CMAKE_<LANG>_ANDROID_TOOLCHAIN_SUFFIX

The host platform suffix of the binutils in the standalone toolchain.

+
+
+

For example, a toolchain file might contain:

+
set(CMAKE_SYSTEM_NAME Android)
+set(CMAKE_ANDROID_STANDALONE_TOOLCHAIN /path/to/android-toolchain)
+
+
+

Alternatively one may specify the values without a toolchain file:

+
$ cmake ../src \
+  -DCMAKE_SYSTEM_NAME=Android \
+  -DCMAKE_ANDROID_STANDALONE_TOOLCHAIN=/path/to/android-toolchain
+
+
+
+
+

Cross Compiling for Android with NVIDIA Nsight Tegra Visual Studio Edition

+

A toolchain file to configure one of the Visual Studio Generators +to build using NVIDIA Nsight Tegra targeting Android may look like this:

+
set(CMAKE_SYSTEM_NAME Android)
+
+
+

The CMAKE_GENERATOR_TOOLSET may be set to select +the Nsight Tegra "Toolchain Version" value.

+

See also target properties:

+ +
+
+
+

Cross Compiling for iOS, tvOS, visionOS, or watchOS

+

For cross-compiling to iOS, tvOS, visionOS, or watchOS, the Xcode +generator is recommended. The Unix Makefiles or +Ninja generators can also be used, but they require the +project to handle more areas like target CPU selection and code signing.

+

Any of the Apple device platforms can be targeted by setting the +CMAKE_SYSTEM_NAME variable to a value from the table below. +By default, the latest Device SDK is chosen. As for all Apple platforms, +a different SDK (e.g. a simulator) can be selected by setting the +CMAKE_OSX_SYSROOT variable, although this should rarely be +necessary (see Switching Between Device and Simulator below). +A list of available SDKs can be obtained by running xcodebuild -showsdks.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

OS

CMAKE_SYSTEM_NAME

Device SDK (default)

Simulator SDK

Catalyst SDK

iOS

iOS

iphoneos

iphonesimulator

macosx

tvOS

tvOS

appletvos

appletvsimulator

N/A

visionOS

visionOS

xros

xrsimulator

N/A

watchOS

watchOS

watchos

watchsimulator

N/A

+

For example, to create a CMake configuration for iOS, the following +command is sufficient:

+
cmake .. -GXcode -DCMAKE_SYSTEM_NAME=iOS
+
+
+

Variable CMAKE_OSX_ARCHITECTURES can be used to set architectures +for both device and simulator. Variable CMAKE_OSX_DEPLOYMENT_TARGET +can be used to set an iOS/tvOS/visionOS/watchOS deployment target.

+

The next example installs five architectures in a universal binary for an iOS +library. It adds the relevant -miphoneos-version-min=9.3 or +-mios-simulator-version-min=9.3 compiler flag where appropriate. +Note that the CMAKE_IOS_INSTALL_COMBINED variable used in the +example is now deprecated, so this approach is no longer recommended.

+
$ cmake -S. -B_builds -GXcode \
+    -DCMAKE_SYSTEM_NAME=iOS \
+    "-DCMAKE_OSX_ARCHITECTURES=armv7;armv7s;arm64;i386;x86_64" \
+    -DCMAKE_OSX_DEPLOYMENT_TARGET=9.3 \
+    -DCMAKE_INSTALL_PREFIX=`pwd`/_install \
+    -DCMAKE_XCODE_ATTRIBUTE_ONLY_ACTIVE_ARCH=NO \
+    -DCMAKE_IOS_INSTALL_COMBINED=YES
+
+
+

Example:

+
# CMakeLists.txt
+cmake_minimum_required(VERSION 3.14)
+project(foo)
+add_library(foo foo.cpp)
+install(TARGETS foo DESTINATION lib)
+
+
+

Install:

+
$ cmake --build _builds --config Release --target install
+
+
+

Check library:

+
$ lipo -info _install/lib/libfoo.a
+Architectures in the fat file: _install/lib/libfoo.a are: i386 armv7 armv7s x86_64 arm64
+
+
+
$ otool -l _install/lib/libfoo.a | grep -A2 LC_VERSION_MIN_IPHONEOS
+      cmd LC_VERSION_MIN_IPHONEOS
+  cmdsize 16
+  version 9.3
+
+
+
+

Code Signing

+

Some build artifacts for the embedded Apple platforms require mandatory +code signing. If the Xcode generator is being used and +code signing is required or desired, the development team ID can be +specified via the CMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM CMake variable. +This team ID will then be included in the generated Xcode project. +By default, CMake avoids the need for code signing during the internal +configuration phase (i.e compiler ID and feature detection).

+
+
+

Switching Between Device and Simulator

+

When configuring for any of the embedded platforms, one can target either +real devices or the simulator. Both have their own separate SDK, but CMake +only supports specifying a single SDK for the configuration phase. This +means the developer must select one or the other at configuration time. +When using the Xcode generator, this is less of a limitation +because Xcode still allows you to build for either a device or a simulator, +even though configuration was only performed for one of the two. From +within the Xcode IDE, builds are performed for the selected "destination" +platform. When building from the command line, the desired sdk can be +specified directly by passing a -sdk option to the underlying build +tool (xcodebuild). For example:

+
$ cmake --build ... -- -sdk iphonesimulator
+
+
+

Please note that checks made during configuration were performed against +the configure-time SDK and might not hold true for other SDKs. Commands +like find_package(), find_library(), etc. store and use +details only for the configured SDK/platform, so they can be problematic +if wanting to switch between device and simulator builds. You can follow +the next rules to make device + simulator configuration work:

+
    +
  • Use explicit -l linker flag, +e.g. target_link_libraries(foo PUBLIC "-lz")

  • +
  • Use explicit -framework linker flag, +e.g. target_link_libraries(foo PUBLIC "-framework CoreFoundation")

  • +
  • Use find_package() only for libraries installed with +CMAKE_IOS_INSTALL_COMBINED feature

  • +
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/cmake-variables.7.html b/cmake/doc/cmake/html/manual/cmake-variables.7.html new file mode 100644 index 0000000000000000000000000000000000000000..e644bb56c316e502e1ae1b3259cbba5ef77712c2 --- /dev/null +++ b/cmake/doc/cmake/html/manual/cmake-variables.7.html @@ -0,0 +1,1041 @@ + + + + + + + + cmake-variables(7) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake-variables(7)

+ +

This page documents variables that are provided by CMake +or have meaning to CMake when set by project code.

+

For general information on variables, see the +Variables +section in the cmake-language manual.

+
+

Note

+

CMake reserves identifiers that:

+
    +
  • begin with CMAKE_ (upper-, lower-, or mixed-case), or

  • +
  • begin with _CMAKE_ (upper-, lower-, or mixed-case), or

  • +
  • begin with _ followed by the name of any CMake Command.

  • +
+
+
+

Variables that Provide Information

+
+ +
+
+
+

Variables that Change Behavior

+
+ +
+
+
+

Variables that Describe the System

+ +
+
+

Variables that Control the Build

+
+ +
+
+
+

Variables for Languages

+
+ +
+
+
+

Variables for CTest

+
+ +
+
+
+

Variables for CPack

+ +
+
+

Variable Expansion Operators

+
+ +
+
+
+

Internal Variables

+

CMake has many internal variables. Most of them are undocumented. +Some of them, however, were at some point described as normal +variables, and therefore may be encountered in legacy code. They +are subject to change, and not recommended for use in project code.

+ +
+
+

Deprecated Variables that Provide Information

+ +
+
+

Deprecated Variables that Change Behavior

+ +
+
+

Deprecated Variables that Describe the System

+ +
+
+

Deprecated Variables that Control the Build

+ +
+
+

Deprecated Variables for Languages

+ +
+
+

Deprecated Variables for CTest

+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/cmake.1.html b/cmake/doc/cmake/html/manual/cmake.1.html new file mode 100644 index 0000000000000000000000000000000000000000..d51df156ab4aff7427e6f2b70ac60700afdcad87 --- /dev/null +++ b/cmake/doc/cmake/html/manual/cmake.1.html @@ -0,0 +1,2149 @@ + + + + + + + + cmake(1) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cmake(1)

+
+

Synopsis

+
Generate a Project Buildsystem
+ cmake [<options>] -B <path-to-build> [-S <path-to-source>]
+ cmake [<options>] <path-to-source | path-to-existing-build>
+
+Build a Project
+ cmake --build <dir> [<options>] [-- <build-tool-options>]
+
+Install a Project
+ cmake --install <dir> [<options>]
+
+Open a Project
+ cmake --open <dir>
+
+Run a Script
+ cmake [-D <var>=<value>]... -P <cmake-script-file>
+
+Run a Command-Line Tool
+ cmake -E <command> [<options>]
+
+Run the Find-Package Tool
+ cmake --find-package [<options>]
+
+Run a Workflow Preset
+ cmake --workflow <options>
+
+View Help
+ cmake --help[-<topic>]
+
+
+

Description

+

The cmake executable is the command-line interface of the cross-platform +buildsystem generator CMake. The above Synopsis lists various actions +the tool can perform as described in sections below.

+

To build a software project with CMake, Generate a Project Buildsystem. +Optionally use cmake to Build a Project, Install a Project or just +run the corresponding build tool (e.g. make) directly. cmake can also +be used to View Help.

+

The other actions are meant for use by software developers writing +scripts in the CMake language to support +their builds.

+

For graphical user interfaces that may be used in place of cmake, +see ccmake and cmake-gui. +For command-line interfaces to the CMake testing and packaging facilities, +see ctest and cpack.

+

For more information on CMake at large, see also the links at the end +of this manual.

+
+
+

Introduction to CMake Buildsystems

+

A buildsystem describes how to build a project's executables and libraries +from its source code using a build tool to automate the process. For +example, a buildsystem may be a Makefile for use with a command-line +make tool or a project file for an Integrated Development Environment +(IDE). In order to avoid maintaining multiple such buildsystems, a project +may specify its buildsystem abstractly using files written in the +CMake language. From these files CMake +generates a preferred buildsystem locally for each user through a backend +called a generator.

+

To generate a buildsystem with CMake, the following must be selected:

+
+
Source Tree

The top-level directory containing source files provided by the project. +The project specifies its buildsystem using files as described in the +cmake-language(7) manual, starting with a top-level file named +CMakeLists.txt. These files specify build targets and their +dependencies as described in the cmake-buildsystem(7) manual.

+
+
Build Tree

The top-level directory in which buildsystem files and build output +artifacts (e.g. executables and libraries) are to be stored. +CMake will write a CMakeCache.txt file to identify the directory +as a build tree and store persistent information such as buildsystem +configuration options.

+

To maintain a pristine source tree, perform an out-of-source build +by using a separate dedicated build tree. An in-source build in +which the build tree is placed in the same directory as the source +tree is also supported, but discouraged.

+
+
Generator

This chooses the kind of buildsystem to generate. See the +cmake-generators(7) manual for documentation of all generators. +Run cmake --help to see a list of generators available locally. +Optionally use the -G option below to specify a +generator, or simply accept the default CMake chooses for the current +platform.

+

When using one of the Command-Line Build Tool Generators +CMake expects that the environment needed by the compiler toolchain +is already configured in the shell. When using one of the +IDE Build Tool Generators, no particular environment is needed.

+
+
+
+
+

Generate a Project Buildsystem

+

Run CMake with one of the following command signatures to specify the +source and build trees and generate a buildsystem:

+

cmake [<options>] -B <path-to-build> [-S <path-to-source>]

+
+
+

Added in version 3.13.

+
+

Uses <path-to-build> as the build tree and <path-to-source> +as the source tree. The specified paths may be absolute or relative +to the current working directory. The source tree must contain a +CMakeLists.txt file. The build tree will be created automatically +if it does not already exist. For example:

+
$ cmake -S src -B build
+
+
+
+
+
cmake [<options>] <path-to-source>

Uses the current working directory as the build tree, and +<path-to-source> as the source tree. The specified path may +be absolute or relative to the current working directory. +The source tree must contain a CMakeLists.txt file and must +not contain a CMakeCache.txt file because the latter +identifies an existing build tree. For example:

+
$ mkdir build ; cd build
+$ cmake ../src
+
+
+
+
cmake [<options>] <path-to-existing-build>

Uses <path-to-existing-build> as the build tree, and loads the +path to the source tree from its CMakeCache.txt file, which must +have already been generated by a previous run of CMake. The specified +path may be absolute or relative to the current working directory. +For example:

+
$ cd build
+$ cmake .
+
+
+
+
+

In all cases the <options> may be zero or more of the Options below.

+

The above styles for specifying the source and build trees may be mixed. +Paths specified with -S or -B +are always classified as source or build trees, respectively. Paths +specified with plain arguments are classified based on their content +and the types of paths given earlier. If only one type of path is given, +the current working directory (cwd) is used for the other. For example:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Command Line

Source Dir

Build Dir

cmake -B build

cwd

build

cmake -B build src

src

build

cmake -B build -S src

src

build

cmake src

src

cwd

cmake build (existing)

loaded

build

cmake -S src

src

cwd

cmake -S src build

src

build

cmake -S src -B build

src

build

+
+

Changed in version 3.23: CMake warns when multiple source paths are specified. This has never +been officially documented or supported, but older versions accidentally +accepted multiple source paths and used the last path specified. +Avoid passing multiple source path arguments.

+
+

After generating a buildsystem one may use the corresponding native +build tool to build the project. For example, after using the +Unix Makefiles generator one may run make directly:

+
+
$ make
+$ make install
+
+
+
+

Alternatively, one may use cmake to Build a Project by +automatically choosing and invoking the appropriate native build tool.

+
+

Options

+
+
+-S <path-to-source>
+

Path to root directory of the CMake project to build.

+
+ +
+
+-B <path-to-build>
+

Path to directory which CMake will use as the root of build directory.

+

If the directory doesn't already exist CMake will make it.

+
+ +
+
+-C <initial-cache>
+

Pre-load a script to populate the cache.

+

When CMake is first run in an empty build tree, it creates a +CMakeCache.txt file and populates it with customizable settings for +the project. This option may be used to specify a file from which +to load cache entries before the first pass through the project's +CMake listfiles. The loaded entries take priority over the +project's default values. The given file should be a CMake script +containing set() commands that use the CACHE option, not a +cache-format file.

+

References to CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR +within the script evaluate to the top-level source and build tree.

+
+ +
+
+-D <var>:<type>=<value>, -D <var>=<value>
+

Create or update a CMake CACHE entry.

+

When CMake is first run in an empty build tree, it creates a +CMakeCache.txt file and populates it with customizable settings for +the project. This option may be used to specify a setting that +takes priority over the project's default value. The option may be +repeated for as many CACHE entries as desired.

+

If the :<type> portion is given it must be one of the types +specified by the set() command documentation for its +CACHE signature. +If the :<type> portion is omitted the entry will be created +with no type if it does not exist with a type already. If a +command in the project sets the type to PATH or FILEPATH +then the <value> will be converted to an absolute path.

+

This option may also be given as a single argument: +-D<var>:<type>=<value> or -D<var>=<value>.

+

It's important to note that the order of -C and -D arguments is +significant. They will be carried out in the order they are listed, with the +last argument taking precedence over the previous ones. For example, if you +specify -DCMAKE_BUILD_TYPE=Debug, followed by a -C argument with a +file that calls:

+
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "" FORCE)
+
+
+

then the -C argument will take precedence, and CMAKE_BUILD_TYPE will +be set to Release. However, if the -D argument comes after the -C +argument, it will be set to Debug.

+

If a set(... CACHE ...) call in the -C file does not use FORCE, +and a -D argument sets the same variable, the -D argument will take +precedence regardless of order because of the nature of non-FORCE +set(... CACHE ...) calls.

+
+ +
+
+-U <globbing_expr>
+

Remove matching entries from CMake CACHE.

+

This option may be used to remove one or more variables from the +CMakeCache.txt file, globbing expressions using * and ? are +supported. The option may be repeated for as many CACHE entries as +desired.

+

Use with care, you can make your CMakeCache.txt non-working.

+
+ +
+
+-G <generator-name>
+

Specify a build system generator.

+

CMake may support multiple native build systems on certain +platforms. A generator is responsible for generating a particular +build system. Possible generator names are specified in the +cmake-generators(7) manual.

+

If not specified, CMake checks the CMAKE_GENERATOR environment +variable and otherwise falls back to a builtin default selection.

+
+ +
+
+-T <toolset-spec>
+

Toolset specification for the generator, if supported.

+

Some CMake generators support a toolset specification to tell +the native build system how to choose a compiler. See the +CMAKE_GENERATOR_TOOLSET variable for details.

+
+ +
+
+-A <platform-name>
+

Specify platform name if supported by generator.

+

Some CMake generators support a platform name to be given to the +native build system to choose a compiler or SDK. See the +CMAKE_GENERATOR_PLATFORM variable for details.

+
+ +
+
+--toolchain <path-to-file>
+
+

Added in version 3.21.

+
+

Specify the cross compiling toolchain file, equivalent to setting +CMAKE_TOOLCHAIN_FILE variable. Relative paths are interpreted as +relative to the build directory, and if not found, relative to the source +directory.

+
+ +
+
+--install-prefix <directory>
+
+

Added in version 3.21.

+
+

Specify the installation directory, used by the +CMAKE_INSTALL_PREFIX variable. Must be an absolute path.

+
+ +
+
+-Wno-dev
+

Suppress developer warnings.

+

Suppress warnings that are meant for the author of the +CMakeLists.txt files. By default this will also turn off +deprecation warnings.

+
+ +
+
+-Wdev
+

Enable developer warnings.

+

Enable warnings that are meant for the author of the CMakeLists.txt +files. By default this will also turn on deprecation warnings.

+
+ +
+
+-Wdeprecated
+

Enable deprecated functionality warnings.

+

Enable warnings for usage of deprecated functionality, that are meant +for the author of the CMakeLists.txt files.

+
+ +
+
+-Wno-deprecated
+

Suppress deprecated functionality warnings.

+

Suppress warnings for usage of deprecated functionality, that are meant +for the author of the CMakeLists.txt files.

+
+ +
+
+-Werror=<what>
+

Treat CMake warnings as errors. <what> must be one of the following:

+
+
dev

Make developer warnings errors.

+

Make warnings that are meant for the author of the CMakeLists.txt files +errors. By default this will also turn on deprecated warnings as errors.

+
+
deprecated

Make deprecated macro and function warnings errors.

+

Make warnings for usage of deprecated macros and functions, that are meant +for the author of the CMakeLists.txt files, errors.

+
+
+
+ +
+
+-Wno-error=<what>
+

Do not treat CMake warnings as errors. <what> must be one of the following:

+
+
dev

Make warnings that are meant for the author of the CMakeLists.txt files not +errors. By default this will also turn off deprecated warnings as errors.

+
+
deprecated

Make warnings for usage of deprecated macros and functions, that are meant +for the author of the CMakeLists.txt files, not errors.

+
+
+
+ +
+
+--fresh
+
+

Added in version 3.24.

+
+

Perform a fresh configuration of the build tree. +This removes any existing CMakeCache.txt file and associated +CMakeFiles/ directory, and recreates them from scratch.

+
+

Changed in version 3.30: For dependencies previously populated by FetchContent with the +NEW setting for policy CMP0168, their stamp and script files +from any previous run will be removed. The download, update, and patch +steps will therefore be forced to re-execute.

+
+
+ +
+
+-L[A][H]
+

List non-advanced cached variables.

+

List CACHE variables will run CMake and list all the variables from +the CMake CACHE that are not marked as INTERNAL or ADVANCED. +This will effectively display current CMake settings, which can then be +changed with -D option. Changing some of the variables +may result in more variables being created. If A is specified, then it +will display also advanced variables. If H is specified, it will also +display help for each variable.

+
+ +
+
+-LR[A][H] <regex>
+
+

Added in version 3.31.

+
+

Show specific non-advanced cached variables

+

Show non-INTERNAL nor ADVANCED variables from the CMake +CACHE that match the given regex. If A is specified, then it +will also show advanced variables. If H is specified, it will also +display help for each variable.

+
+ +
+
+-N
+

View mode only.

+

Only load the cache. Do not actually run configure and generate +steps.

+
+ +
+
+--graphviz=<file>
+

Generate graphviz of dependencies, see CMakeGraphVizOptions for more.

+

Generate a graphviz input file that will contain all the library and +executable dependencies in the project. See the documentation for +CMakeGraphVizOptions for more details.

+
+ +
+
+--system-information [file]
+

Dump information about this system.

+

Dump a wide range of information about the current system. If run +from the top of a binary tree for a CMake project it will dump +additional information such as the cache, log files etc.

+
+ +
+
+--print-config-dir
+
+

Added in version 3.31.

+
+

Print CMake config directory for user-wide FileAPI queries.

+

See CMAKE_CONFIG_DIR for more details.

+
+ +
+
+--log-level=<level>
+
+

Added in version 3.16.

+
+

Set the log <level>.

+

The message() command will only output messages of the specified +log level or higher. The valid log levels are ERROR, WARNING, +NOTICE, STATUS (default), VERBOSE, DEBUG, or TRACE.

+

To make a log level persist between CMake runs, set +CMAKE_MESSAGE_LOG_LEVEL as a cache variable instead. +If both the command line option and the variable are given, the command line +option takes precedence.

+

For backward compatibility reasons, --loglevel is also accepted as a +synonym for this option.

+
+

Added in version 3.25: See the cmake_language() command for a way to +query the current message logging level.

+
+
+ +
+
+--log-context
+

Enable the message() command outputting context attached to each +message.

+

This option turns on showing context for the current CMake run only. +To make showing the context persistent for all subsequent CMake runs, set +CMAKE_MESSAGE_CONTEXT_SHOW as a cache variable instead. +When this command line option is given, CMAKE_MESSAGE_CONTEXT_SHOW +is ignored.

+
+ +
+
+--debug-trycompile
+

Do not delete the files and directories created for +try_compile() / try_run() calls. +This is useful in debugging failed checks.

+

Note that some uses of try_compile() may use the same build tree, +which will limit the usefulness of this option if a project executes more +than one try_compile(). For example, such uses may change results +as artifacts from a previous try-compile may cause a different test to either +pass or fail incorrectly. This option is best used only when debugging.

+

(With respect to the preceding, the try_run() command +is effectively a try_compile(). Any combination of the two +is subject to the potential issues described.)

+
+

Added in version 3.25: When this option is enabled, every try-compile check prints a log +message reporting the directory in which the check is performed.

+
+
+ +
+
+--debug-output
+

Put cmake in a debug mode.

+

Print extra information during the cmake run like stack traces with +message(SEND_ERROR) calls.

+
+ +
+
+--debug-find
+
+

Added in version 3.17.

+
+

Put cmake find commands in a debug mode.

+

Print extra find call information during the cmake run to standard +error. Output is designed for human consumption and not for parsing. +See also the CMAKE_FIND_DEBUG_MODE variable for debugging +a more local part of the project.

+
+ +
+
+--debug-find-pkg=<pkg>[,...]
+
+

Added in version 3.23.

+
+

Put cmake find commands in a debug mode when running under calls +to find_package(<pkg>), where <pkg> +is an entry in the given comma-separated list of case-sensitive package +names.

+

Like --debug-find, but limiting scope +to the specified packages.

+
+ +
+
+--debug-find-var=<var>[,...]
+
+

Added in version 3.23.

+
+

Put cmake find commands in a debug mode when called with <var> +as the result variable, where <var> is an entry in the given +comma-separated list.

+

Like --debug-find, but limiting scope +to the specified variable names.

+
+ +
+
+--trace
+

Put cmake in trace mode.

+

Print a trace of all calls made and from where.

+
+ +
+
+--trace-expand
+

Put cmake in trace mode.

+

Like --trace, but with variables expanded.

+
+ +
+
+--trace-format=<format>
+
+

Added in version 3.17.

+
+

Put cmake in trace mode and sets the trace output format.

+

<format> can be one of the following values.

+
+
+
human

Prints each trace line in a human-readable format. This is the +default format.

+
+
json-v1

Prints each line as a separate JSON document. Each document is +separated by a newline ( \n ). It is guaranteed that no +newline characters will be present inside a JSON document.

+
+
JSON trace format
+
{
+  "file": "/full/path/to/the/CMake/file.txt",
+  "line": 0,
+  "cmd": "add_executable",
+  "args": ["foo", "bar"],
+  "time": 1579512535.9687231,
+  "frame": 2,
+  "global_frame": 4
+}
+
+
+
+

The members are:

+
+
file

The full path to the CMake source file where the function +was called.

+
+
line

The line in file where the function call begins.

+
+
line_end

If the function call spans multiple lines, this field will +be set to the line where the function call ends. If the function +calls spans a single line, this field will be unset. This field +was added in minor version 2 of the json-v1 format.

+
+
defer

Optional member that is present when the function call was deferred +by cmake_language(DEFER). If present, its value is a +string containing the deferred call <id>.

+
+
cmd

The name of the function that was called.

+
+
args

A string list of all function parameters.

+
+
time

Timestamp (seconds since epoch) of the function call.

+
+
frame

Stack frame depth of the function that was called, within the +context of the CMakeLists.txt being processed currently.

+
+
global_frame

Stack frame depth of the function that was called, tracked globally +across all CMakeLists.txt files involved in the trace. This field +was added in minor version 2 of the json-v1 format.

+
+
+

Additionally, the first JSON document outputted contains the +version key for the current major and minor version of the

+
+
JSON version format
+
{
+  "version": {
+    "major": 1,
+    "minor": 2
+  }
+}
+
+
+
+

The members are:

+
+
version

Indicates the version of the JSON format. The version has a +major and minor components following semantic version conventions.

+
+
+
+
+
+
+ +
+
+--trace-source=<file>
+

Put cmake in trace mode, but output only lines of a specified file.

+

Multiple options are allowed.

+
+ +
+
+--trace-redirect=<file>
+

Put cmake in trace mode and redirect trace output to a file instead of stderr.

+
+ +
+
+--warn-uninitialized
+

Warn about uninitialized values.

+

Print a warning when an uninitialized variable is used.

+
+ +
+
+--warn-unused-vars
+

Does nothing. In CMake versions 3.2 and below this enabled warnings about +unused variables. In CMake versions 3.3 through 3.18 the option was broken. +In CMake 3.19 and above the option has been removed.

+
+ +
+
+--no-warn-unused-cli
+

Don't warn about command line options.

+

Don't find variables that are declared on the command line, but not +used.

+
+ +
+
+--check-system-vars
+

Find problems with variable usage in system files.

+

Normally, unused and uninitialized variables are searched for only +in CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR. +This flag tells CMake to warn about other files as well.

+
+ +
+
+--compile-no-warning-as-error
+
+

Added in version 3.24.

+
+

Ignore target property COMPILE_WARNING_AS_ERROR and variable +CMAKE_COMPILE_WARNING_AS_ERROR, preventing warnings from being +treated as errors on compile.

+
+ +
+
+--profiling-output=<path>
+
+

Added in version 3.18.

+
+

Used in conjunction with +--profiling-format to output to a +given path.

+
+ +
+
+--profiling-format=<file>
+

Enable the output of profiling data of CMake script in the given format.

+

This can aid performance analysis of CMake scripts executed. Third party +applications should be used to process the output into human readable format.

+

Currently supported values are: +google-trace Outputs in Google Trace Format, which can be parsed by the +about:tracing tab of Google Chrome or using a plugin for a tool like Trace +Compass.

+
+ +
+
+--preset <preset>, --preset=<preset>
+

Reads a preset from CMakePresets.json and +CMakeUserPresets.json files, which must be located in the same directory +as the top level CMakeLists.txt file. The preset may specify the +generator, the build directory, a list of variables, and other arguments to +pass to CMake. At least one of CMakePresets.json or +CMakeUserPresets.json must be present. +The CMake GUI also recognizes and supports +CMakePresets.json and CMakeUserPresets.json files. For full details +on these files, see cmake-presets(7).

+

The presets are read before all other command line options, although the +-S option can be used to specify the source directory +containing the CMakePresets.json and CMakeUserPresets.json files. +If -S is not given, the current directory is assumed to +be the top level source directory and must contain the presets files. The +options specified by the chosen preset (variables, generator, etc.) can all +be overridden by manually specifying them on the command line. For example, +if the preset sets a variable called MYVAR to 1, but the user sets +it to 2 with a -D argument, the value 2 is preferred.

+
+ +
+
+--list-presets[=<type>]
+

Lists the available presets of the specified <type>. Valid values for +<type> are configure, build, test, package, or all. +If <type> is omitted, configure is assumed. The current working +directory must contain CMake preset files unless the -S +option is used to specify a different top level source directory.

+
+ +
+
+--debugger
+

Enables interactive debugging of the CMake language. CMake exposes a debugging +interface on the pipe named by --debugger-pipe +that conforms to the Debug Adapter Protocol specification with the following +modifications.

+

The initialize response includes an additional field named cmakeVersion +which specifies the version of CMake being debugged.

+
+
Debugger initialize response
+
{
+  "cmakeVersion": {
+    "major": 3,
+    "minor": 27,
+    "patch": 0,
+    "full": "3.27.0"
+  }
+}
+
+
+
+

The members are:

+
+
major

An integer specifying the major version number.

+
+
minor

An integer specifying the minor version number.

+
+
patch

An integer specifying the patch version number.

+
+
full

A string specifying the full CMake version.

+
+
+
+ +
+
+--debugger-pipe <pipe name>, --debugger-pipe=<pipe name>
+

Name of the pipe (on Windows) or domain socket (on Unix) to use for +debugger communication.

+
+ +
+
+--debugger-dap-log <log path>, --debugger-dap-log=<log path>
+

Logs all debugger communication to the specified file.

+
+ +
+
+
+

Build a Project

+

CMake provides a command-line signature to build an already-generated +project binary tree:

+
cmake --build <dir>             [<options>] [-- <build-tool-options>]
+cmake --build --preset <preset> [<options>] [-- <build-tool-options>]
+
+
+

This abstracts a native build tool's command-line interface with the +following options:

+
+
+--build <dir>
+

Project binary directory to be built. This is required (unless a preset +is specified) and must be first.

+
+ +
+
+--preset <preset>, --preset=<preset>
+

Use a build preset to specify build options. The project binary directory +is inferred from the configurePreset key. The current working directory +must contain CMake preset files. +See preset for more details.

+
+ +
+
+--list-presets
+

Lists the available build presets. The current working directory must +contain CMake preset files.

+
+ +
+
+-j [<jobs>], --parallel [<jobs>]
+
+

Added in version 3.12.

+
+

The maximum number of concurrent processes to use when building. +If <jobs> is omitted the native build tool's default number is used.

+

The CMAKE_BUILD_PARALLEL_LEVEL environment variable, if set, +specifies a default parallel level when this option is not given.

+

Some native build tools always build in parallel. The use of <jobs> +value of 1 can be used to limit to a single job.

+
+ +
+
+-t <tgt>..., --target <tgt>...
+

Build <tgt> instead of the default target. Multiple targets may be +given, separated by spaces.

+
+ +
+
+--config <cfg>
+

For multi-configuration tools, choose configuration <cfg>.

+
+ +
+
+--clean-first
+

Build target clean first, then build. +(To clean only, use --target clean.)

+
+ +
+
+--resolve-package-references=<value>
+
+

Added in version 3.23.

+
+

Resolve remote package references from external package managers (e.g. NuGet) +before build. When <value> is set to on (default), packages will be +restored before building a target. When <value> is set to only, the +packages will be restored, but no build will be performed. When +<value> is set to off, no packages will be restored.

+

If the target does not define any package references, this option does nothing.

+

This setting can be specified in a build preset (using +resolvePackageReferences). The preset setting will be ignored, if this +command line option is specified.

+

If no command line parameter or preset option are provided, an environment- +specific cache variable will be evaluated to decide, if package restoration +should be performed.

+

When using the Visual Studio generator, package references are defined +using the VS_PACKAGE_REFERENCES property. Package references +are restored using NuGet. It can be disabled by setting the +CMAKE_VS_NUGET_PACKAGE_RESTORE variable to OFF.

+
+ +
+
+--use-stderr
+

Ignored. Behavior is default in CMake >= 3.0.

+
+ +
+
+-v, --verbose
+

Enable verbose output - if supported - including the build commands to be +executed.

+

This option can be omitted if VERBOSE environment variable or +CMAKE_VERBOSE_MAKEFILE cached variable is set.

+
+ +
+
+--
+

Pass remaining options to the native tool.

+
+ +

Run cmake --build with no options for quick help.

+
+
+

Install a Project

+

CMake provides a command-line signature to install an already-generated +project binary tree:

+
cmake --install <dir> [<options>]
+
+
+

This may be used after building a project to run installation without +using the generated build system or the native build tool. +The options are:

+
+
+--install <dir>
+

Project binary directory to install. This is required and must be first.

+
+ +
+
+--config <cfg>
+

For multi-configuration generators, choose configuration <cfg>.

+
+ +
+
+--component <comp>
+

Component-based install. Only install component <comp>.

+
+ +
+
+--default-directory-permissions <permissions>
+

Default directory install permissions. Permissions in format <u=rwx,g=rx,o=rx>.

+
+ +
+
+--prefix <prefix>
+

Override the installation prefix, CMAKE_INSTALL_PREFIX.

+
+ +
+
+--strip
+

Strip before installing.

+
+ +
+
+-v, --verbose
+

Enable verbose output.

+

This option can be omitted if VERBOSE environment variable is set.

+
+ +
+
+-j <jobs>, --parallel <jobs>
+
+

Added in version 3.31.

+
+

Install in parallel using the given number of jobs. Only available if +INSTALL_PARALLEL is enabled. The +CMAKE_INSTALL_PARALLEL_LEVEL environment variable specifies a +default parallel level when this option is not provided.

+
+ +

Run cmake --install with no options for quick help.

+
+
+

Open a Project

+
cmake --open <dir>
+
+
+

Open the generated project in the associated application. This is only +supported by some generators.

+
+
+

Run a Script

+
cmake [-D <var>=<value>]... -P <cmake-script-file> [-- <unparsed-options>...]
+
+
+
+
+-D <var>=<value>
+

Define a variable for script mode.

+
+ +
+
+-P <cmake-script-file>
+

Process the given cmake file as a script written in the CMake +language. No configure or generate step is performed and the cache +is not modified. If variables are defined using -D, this must be +done before the -P argument.

+
+ +

Any options after -- are not parsed by CMake, but they are still included +in the set of CMAKE_ARGV<n> variables passed to the +script (including the -- itself).

+
+
+

Run a Command-Line Tool

+

CMake provides builtin command-line tools through the signature

+
cmake -E <command> [<options>]
+
+
+
+
+-E [help]
+

Run cmake -E or cmake -E help for a summary of commands.

+
+ +

Available commands are:

+
+
+capabilities
+
+

Added in version 3.7.

+
+

Report cmake capabilities in JSON format. The output is a JSON object +with the following keys:

+
+
version

A JSON object with version information. Keys are:

+
+
string

The full version string as displayed by cmake --version.

+
+
major

The major version number in integer form.

+
+
minor

The minor version number in integer form.

+
+
patch

The patch level in integer form.

+
+
suffix

The cmake version suffix string.

+
+
isDirty

A bool that is set if the cmake build is from a dirty tree.

+
+
+
+
generators

A list available generators. Each generator is a JSON object with the +following keys:

+
+
name

A string containing the name of the generator.

+
+
toolsetSupport

true if the generator supports toolsets and false otherwise.

+
+
platformSupport

true if the generator supports platforms and false otherwise.

+
+
supportedPlatforms
+

Added in version 3.21.

+
+

Optional member that may be present when the generator supports +platform specification via CMAKE_GENERATOR_PLATFORM +(-A ...). The value is a list of platforms known to +be supported.

+
+
extraGenerators

A list of strings with all the Extra Generators compatible with +the generator.

+
+
+
+
fileApi

Optional member that is present when the cmake-file-api(7) +is available. The value is a JSON object with one member:

+
+
requests

A JSON array containing zero or more supported file-api requests. +Each request is a JSON object with members:

+
+
kind

Specifies one of the supported Object Kinds.

+
+
version

A JSON array whose elements are each a JSON object containing +major and minor members specifying non-negative integer +version components.

+
+
+
+
+
+
serverMode

true if cmake supports server-mode and false otherwise. +Always false since CMake 3.20.

+
+
tls
+

Added in version 3.25.

+
+

true if TLS support is enabled and false otherwise.

+
+
debugger
+

Added in version 3.27.

+
+

true if the --debugger mode +is supported and false otherwise.

+
+
+
+ +
+
+cat [--] <files>...
+
+

Added in version 3.18.

+
+

Concatenate files and print on the standard output.

+
+
+--
+
+

Added in version 3.24.

+
+

Added support for the double dash argument --. This basic implementation +of cat does not support any options, so using a option starting with +- will result in an error. Use -- to indicate the end of options, in +case a file starts with -.

+
+ +
+

Added in version 3.29: cat can now print the standard input by passing the - argument.

+
+
+ +
+
+chdir <dir> <cmd> [<arg>...]
+

Change the current working directory and run a command.

+
+ +
+
+compare_files [--ignore-eol] <file1> <file2>
+

Check if <file1> is same as <file2>. If files are the same, +then returns 0, if not it returns 1. In case of invalid +arguments, it returns 2.

+
+
+--ignore-eol
+
+

Added in version 3.14.

+
+

The option implies line-wise comparison and ignores LF/CRLF differences.

+
+ +
+ +
+
+copy <file>... <destination>, copy -t <destination> <file>...
+

Copy files to <destination> (either file or directory). +If multiple files are specified, or if -t is specified, the +<destination> must be directory and it must exist. If -t is not +specified, the last argument is assumed to be the <destination>. +Wildcards are not supported. copy does follow symlinks. That means it +does not copy symlinks, but the files or directories it point to.

+
+

Added in version 3.5: Support for multiple input files.

+
+
+

Added in version 3.26: Support for -t argument.

+
+
+ +
+
+copy_directory <dir>... <destination>
+

Copy content of <dir>... directories to <destination> directory. +If <destination> directory does not exist it will be created. +copy_directory does follow symlinks.

+
+

Added in version 3.5: Support for multiple input directories.

+
+
+

Added in version 3.15: The command now fails when the source directory does not exist. +Previously it succeeded by creating an empty destination directory.

+
+
+ +
+
+copy_directory_if_different <dir>... <destination>
+
+

Added in version 3.26.

+
+

Copy changed content of <dir>... directories to <destination> directory. +If <destination> directory does not exist it will be created.

+

copy_directory_if_different does follow symlinks. +The command fails when the source directory does not exist.

+
+ +
+
+copy_if_different <file>... <destination>
+

Copy files to <destination> (either file or directory) if +they have changed. +If multiple files are specified, the <destination> must be +directory and it must exist. +copy_if_different does follow symlinks.

+
+

Added in version 3.5: Support for multiple input files.

+
+
+ +
+ +

Create a symbolic link <new> naming <old>.

+
+

Added in version 3.13: Support for creating symlinks on Windows.

+
+
+

Note

+

Path to where <new> symbolic link will be created has to exist beforehand.

+
+
+ +
+ +
+

Added in version 3.19.

+
+

Create a hard link <new> naming <old>.

+
+

Note

+

Path to where <new> hard link will be created has to exist beforehand. +<old> has to exist beforehand.

+
+
+ +
+
+echo [<string>...]
+

Displays arguments as text.

+
+ +
+
+echo_append [<string>...]
+

Displays arguments as text but no new line.

+
+ +
+
+env [<options>] [--] <command> [<arg>...]
+
+

Added in version 3.1.

+
+

Run command in a modified environment. Options are:

+
+
+NAME=VALUE
+

Replaces the current value of NAME with VALUE.

+
+ +
+
+--unset=NAME
+

Unsets the current value of NAME.

+
+ +
+
+--modify ENVIRONMENT_MODIFICATION
+
+

Added in version 3.25.

+
+

Apply a single ENVIRONMENT_MODIFICATION operation to the +modified environment.

+

The NAME=VALUE and --unset=NAME options are equivalent to +--modify NAME=set:VALUE and --modify NAME=unset:, respectively. +Note that --modify NAME=reset: resets NAME to the value it had +when cmake launched (or unsets it), not to the most recent +NAME=VALUE option.

+
+ +
+
+--
+
+

Added in version 3.24.

+
+

Added support for the double dash argument --. Use -- to stop +interpreting options/environment variables and treat the next argument as +the command, even if it start with - or contains a =.

+
+ +
+ +
+
+environment
+

Display the current environment variables.

+
+ +
+
+false
+
+

Added in version 3.16.

+
+

Do nothing, with an exit code of 1.

+
+ +
+
+make_directory <dir>...
+

Create <dir> directories. If necessary, create parent +directories too. If a directory already exists it will be +silently ignored.

+
+

Added in version 3.5: Support for multiple input directories.

+
+
+ +
+
+md5sum <file>...
+

Create MD5 checksum of files in md5sum compatible format:

+
351abe79cd3800b38cdfb25d45015a15  file1.txt
+052f86c15bbde68af55c7f7b340ab639  file2.txt
+
+
+
+ +
+
+sha1sum <file>...
+
+

Added in version 3.10.

+
+

Create SHA1 checksum of files in sha1sum compatible format:

+
4bb7932a29e6f73c97bb9272f2bdc393122f86e0  file1.txt
+1df4c8f318665f9a5f2ed38f55adadb7ef9f559c  file2.txt
+
+
+
+ +
+
+sha224sum <file>...
+
+

Added in version 3.10.

+
+

Create SHA224 checksum of files in sha224sum compatible format:

+
b9b9346bc8437bbda630b0b7ddfc5ea9ca157546dbbf4c613192f930  file1.txt
+6dfbe55f4d2edc5fe5c9197bca51ceaaf824e48eba0cc453088aee24  file2.txt
+
+
+
+ +
+
+sha256sum <file>...
+
+

Added in version 3.10.

+
+

Create SHA256 checksum of files in sha256sum compatible format:

+
76713b23615d31680afeb0e9efe94d47d3d4229191198bb46d7485f9cb191acc  file1.txt
+15b682ead6c12dedb1baf91231e1e89cfc7974b3787c1e2e01b986bffadae0ea  file2.txt
+
+
+
+ +
+
+sha384sum <file>...
+
+

Added in version 3.10.

+
+

Create SHA384 checksum of files in sha384sum compatible format:

+
acc049fedc091a22f5f2ce39a43b9057fd93c910e9afd76a6411a28a8f2b8a12c73d7129e292f94fc0329c309df49434  file1.txt
+668ddeb108710d271ee21c0f3acbd6a7517e2b78f9181c6a2ff3b8943af92b0195dcb7cce48aa3e17893173c0a39e23d  file2.txt
+
+
+
+ +
+
+sha512sum <file>...
+
+

Added in version 3.10.

+
+

Create SHA512 checksum of files in sha512sum compatible format:

+
2a78d7a6c5328cfb1467c63beac8ff21794213901eaadafd48e7800289afbc08e5fb3e86aa31116c945ee3d7bf2a6194489ec6101051083d1108defc8e1dba89  file1.txt
+7a0b54896fe5e70cca6dd643ad6f672614b189bf26f8153061c4d219474b05dad08c4e729af9f4b009f1a1a280cb625454bf587c690f4617c27e3aebdf3b7a2d  file2.txt
+
+
+
+ +
+
+remove [-f] <file>...
+
+

Deprecated since version 3.17.

+
+

Remove the file(s). The planned behavior was that if any of the +listed files already do not exist, the command returns a non-zero exit code, +but no message is logged. The -f option changes the behavior to return a +zero exit code (i.e. success) in such situations instead. +remove does not follow symlinks. That means it remove only symlinks +and not files it point to.

+

The implementation was buggy and always returned 0. It cannot be fixed without +breaking backwards compatibility. Use rm instead.

+
+ +
+
+remove_directory <dir>...
+
+

Deprecated since version 3.17.

+
+

Remove <dir> directories and their contents. If a directory does +not exist it will be silently ignored. +Use rm instead.

+
+

Added in version 3.15: Support for multiple directories.

+
+
+

Added in version 3.16: If <dir> is a symlink to a directory, just the symlink will be removed.

+
+
+ +
+
+rename <oldname> <newname>
+

Rename a file or directory (on one volume). If file with the <newname> name +already exists, then it will be silently replaced.

+
+ +
+
+rm [-rRf] [--] <file|dir>...
+
+

Added in version 3.17.

+
+

Remove the files <file> or directories <dir>. +Use -r or -R to remove directories and their contents recursively. +If any of the listed files/directories do not exist, the command returns a +non-zero exit code, but no message is logged. The -f option changes +the behavior to return a zero exit code (i.e. success) in such +situations instead. Use -- to stop interpreting options and treat all +remaining arguments as paths, even if they start with -.

+
+ +
+
+sleep <number>
+
+

Added in version 3.0.

+
+

Sleep for <number> seconds. <number> may be a floating point number. +A practical minimum is about 0.1 seconds due to overhead in starting/stopping +CMake executable. This can be useful in a CMake script to insert a delay:

+
# Sleep for about 0.5 seconds
+execute_process(COMMAND ${CMAKE_COMMAND} -E sleep 0.5)
+
+
+
+ +
+
+tar [cxt][vf][zjJ] file.tar [<options>] [--] [<pathname>...]
+

Create or extract a tar or zip archive. Options are:

+
+
+c
+

Create a new archive containing the specified files. +If used, the <pathname>... argument is mandatory.

+
+ +
+
+x
+

Extract to disk from the archive.

+
+

Added in version 3.15: The <pathname>... argument could be used to extract only selected files +or directories. +When extracting selected files or directories, you must provide their exact +names including the path, as printed by list (-t).

+
+
+ +
+
+t
+

List archive contents.

+
+

Added in version 3.15: The <pathname>... argument could be used to list only selected files +or directories.

+
+
+ +
+
+v
+

Produce verbose output.

+
+ +
+
+z
+

Compress the resulting archive with gzip.

+
+ +
+
+j
+

Compress the resulting archive with bzip2.

+
+ +
+
+J
+
+

Added in version 3.1.

+
+

Compress the resulting archive with XZ.

+
+ +
+
+--zstd
+
+

Added in version 3.15.

+
+

Compress the resulting archive with Zstandard.

+
+ +
+
+--files-from=<file>
+
+

Added in version 3.1.

+
+

Read file names from the given file, one per line. +Blank lines are ignored. Lines may not start in - +except for --add-file=<name> to add files whose +names start in -.

+
+ +
+
+--format=<format>
+
+

Added in version 3.3.

+
+

Specify the format of the archive to be created. +Supported formats are: 7zip, gnutar, pax, +paxr (restricted pax, default), and zip.

+
+ +
+
+--mtime=<date>
+
+

Added in version 3.1.

+
+

Specify modification time recorded in tarball entries.

+
+ +
+
+--touch
+
+

Added in version 3.24.

+
+

Use current local timestamp instead of extracting file timestamps +from the archive.

+
+ +
+
+--
+
+

Added in version 3.1.

+
+

Stop interpreting options and treat all remaining arguments +as file names, even if they start with -.

+
+ +
+

Added in version 3.1: LZMA (7zip) support.

+
+
+

Added in version 3.15: The command now continues adding files to an archive even if some of the +files are not readable. This behavior is more consistent with the classic +tar tool. The command now also parses all flags, and if an invalid flag +was provided, a warning is issued.

+
+
+ +
+
+time <command> [<args>...]
+

Run <command> and display elapsed time (including overhead of CMake frontend).

+
+

Added in version 3.5: The command now properly passes arguments with spaces or special characters +through to the child process. This may break scripts that worked around the +bug with their own extra quoting or escaping.

+
+
+ +
+
+touch <file>...
+

Creates <file> if file do not exist. +If <file> exists, it is changing <file> access and modification times.

+
+ +
+
+touch_nocreate <file>...
+

Touch a file if it exists but do not create it. If a file does +not exist it will be silently ignored.

+
+ +
+
+true
+
+

Added in version 3.16.

+
+

Do nothing, with an exit code of 0.

+
+ +
+

Windows-specific Command-Line Tools

+

The following cmake -E commands are available only on Windows:

+
+
+delete_regv <key>
+

Delete Windows registry value.

+
+ +
+
+env_vs8_wince <sdkname>
+
+

Added in version 3.2.

+
+

Displays a batch file which sets the environment for the provided +Windows CE SDK installed in VS2005.

+
+ +
+
+env_vs9_wince <sdkname>
+
+

Added in version 3.2.

+
+

Displays a batch file which sets the environment for the provided +Windows CE SDK installed in VS2008.

+
+ +
+
+write_regv <key> <value>
+

Write Windows registry value.

+
+ +
+
+
+

Run the Find-Package Tool

+

CMake provides a pkg-config like helper for Makefile-based projects:

+
cmake --find-package [<options>]
+
+
+

It searches a package using find_package() and prints the +resulting flags to stdout. This can be used instead of pkg-config +to find installed libraries in plain Makefile-based projects or in +autoconf-based projects (via share/aclocal/cmake.m4).

+
+

Note

+

This mode is not well-supported due to some technical limitations. +It is kept for compatibility but should not be used in new projects.

+
+
+
+

Run a Workflow Preset

+
+

Added in version 3.25.

+
+

CMake Presets provides a way to execute multiple +build steps in order:

+
cmake --workflow <options>
+
+
+

The options are:

+
+
+--workflow
+

Select a Workflow Preset using one of the following options.

+
+ +
+
+--preset <preset>, --preset=<preset>
+

Use a workflow preset to specify a workflow. The project binary directory +is inferred from the initial configure preset. The current working directory +must contain CMake preset files. +See preset for more details.

+
+

Changed in version 3.31: When following immediately after the --workflow option, +the --preset argument can be omitted and just the <preset> +name can be given. This means the following syntax is valid:

+
$ cmake --workflow my-preset
+
+
+
+
+ +
+
+--list-presets
+

Lists the available workflow presets. The current working directory must +contain CMake preset files.

+
+ +
+
+--fresh
+

Perform a fresh configuration of the build tree, which has the same effect +as cmake --fresh.

+
+ +
+
+

View Help

+

To print selected pages from the CMake documentation, use

+
cmake --help[-<topic>]
+
+
+

with one of the following options:

+
+
+-version [<file>], --version [<file>], /V [<file>]
+

Show program name/version banner and exit. +The output is printed to a named <file> if given.

+
+ +
+
+-h, -H, --help, -help, -usage, /?
+

Print usage information and exit.

+

Usage describes the basic command line interface and its options.

+
+ +
+
+--help <keyword> [<file>]
+

Print help for one CMake keyword.

+

<keyword> can be a property, variable, command, policy, generator +or module.

+

The relevant manual entry for <keyword> is +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+

Changed in version 3.28: Prior to CMake 3.28, this option supported command names only.

+
+
+ +
+
+--help-full [<file>]
+

Print all help manuals and exit.

+

All manuals are printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-manual <man> [<file>]
+

Print one help manual and exit.

+

The specified manual is printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-manual-list [<file>]
+

List help manuals available and exit.

+

The list contains all manuals for which help may be obtained by +using the --help-manual option followed by a manual name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-command <cmd> [<file>]
+

Print help for one command and exit.

+

The cmake-commands(7) manual entry for <cmd> is +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-command-list [<file>]
+

List commands with help available and exit.

+

The list contains all commands for which help may be obtained by +using the --help-command option followed by a command name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-commands [<file>]
+

Print cmake-commands manual and exit.

+

The cmake-commands(7) manual is printed in a +human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-module <mod> [<file>]
+

Print help for one module and exit.

+

The cmake-modules(7) manual entry for <mod> is printed +in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-module-list [<file>]
+

List modules with help available and exit.

+

The list contains all modules for which help may be obtained by +using the --help-module option followed by a module name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-modules [<file>]
+

Print cmake-modules manual and exit.

+

The cmake-modules(7) manual is printed in a human-readable +text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-policy <cmp> [<file>]
+

Print help for one policy and exit.

+

The cmake-policies(7) manual entry for <cmp> is +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-policy-list [<file>]
+

List policies with help available and exit.

+

The list contains all policies for which help may be obtained by +using the --help-policy option followed by a policy name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-policies [<file>]
+

Print cmake-policies manual and exit.

+

The cmake-policies(7) manual is printed in a +human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-property <prop> [<file>]
+

Print help for one property and exit.

+

The cmake-properties(7) manual entries for <prop> are +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-property-list [<file>]
+

List properties with help available and exit.

+

The list contains all properties for which help may be obtained by +using the --help-property option followed by a property name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-properties [<file>]
+

Print cmake-properties manual and exit.

+

The cmake-properties(7) manual is printed in a +human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-variable <var> [<file>]
+

Print help for one variable and exit.

+

The cmake-variables(7) manual entry for <var> is +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-variable-list [<file>]
+

List variables with help available and exit.

+

The list contains all variables for which help may be obtained by +using the --help-variable option followed by a variable name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-variables [<file>]
+

Print cmake-variables manual and exit.

+

The cmake-variables(7) manual is printed in a +human-readable text format. +The output is printed to a named <file> if given.

+
+ +

To view the presets available for a project, use

+
cmake <source-dir> --list-presets
+
+
+
+
+

Return Value (Exit Code)

+

Upon regular termination, the cmake executable returns the exit code 0.

+

If termination is caused by the command message(FATAL_ERROR), +or another error condition, then a non-zero exit code is returned.

+
+
+

See Also

+

The following resources are available to get help using CMake:

+
+
Home Page

https://cmake.org

+

The primary starting point for learning about CMake.

+
+
Online Documentation and Community Resources

https://cmake.org/documentation

+

Links to available documentation and community resources may be +found on this web page.

+
+
Discourse Forum

https://discourse.cmake.org

+

The Discourse Forum hosts discussion and questions about CMake.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/cpack-generators.7.html b/cmake/doc/cmake/html/manual/cpack-generators.7.html new file mode 100644 index 0000000000000000000000000000000000000000..5b51e2eec0f7cdb36c6b3024d89e0c331fdedc72 --- /dev/null +++ b/cmake/doc/cmake/html/manual/cpack-generators.7.html @@ -0,0 +1,174 @@ + + + + + + + + cpack-generators(7) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/cpack.1.html b/cmake/doc/cmake/html/manual/cpack.1.html new file mode 100644 index 0000000000000000000000000000000000000000..74869def3e7548264a064cfed1bb701fed24ccd1 --- /dev/null +++ b/cmake/doc/cmake/html/manual/cpack.1.html @@ -0,0 +1,492 @@ + + + + + + + + cpack(1) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

cpack(1)

+
+

Synopsis

+
cpack [<options>]
+
+
+
+
+

Description

+

The cpack executable is the CMake packaging program. It generates +installers and source packages in a variety of formats.

+

For each installer or package format, cpack has a specific backend, +called "generator". A generator is responsible for generating the required +inputs and invoking the specific package creation tools. These installer +or package generators are not to be confused with the makefile generators +of the cmake command.

+

All supported generators are specified in the cpack-generators manual. The command cpack --help prints a +list of generators supported for the target platform. Which of them are +to be used can be selected through the CPACK_GENERATOR variable +or through the command-line option -G.

+

The cpack program is steered by a configuration file written in the +CMake language. Unless chosen differently +through the command-line option --config, the +file CPackConfig.cmake in the current directory is used.

+

In the standard CMake workflow, the file CPackConfig.cmake is generated +by the cmake executable, provided the CPack +module is included by the project's CMakeLists.txt file.

+
+
+

Options

+
+
+-G <generators>
+

<generators> is a semicolon-separated list +of generator names. cpack will iterate through this list and produce +package(s) in that generator's format according to the details provided in +the CPackConfig.cmake configuration file. If this option is not given, +the CPACK_GENERATOR variable determines the default set of +generators that will be used.

+
+ +
+
+-C <configs>
+

Specify the project configuration(s) to be packaged (e.g. Debug, +Release, etc.), where <configs> is a +semicolon-separated list. +When the CMake project uses a multi-configuration +generator such as Xcode or Visual Studio, this option is needed to tell +cpack which built executables to include in the package. +The user is responsible for ensuring that the configuration(s) listed +have already been built before invoking cpack.

+
+ +
+
+-D <var>=<value>
+

Set a CPack variable. This will override any value set for <var> in the +input file read by cpack.

+
+ +
+
+--config <configFile>
+

Specify the configuration file read by cpack to provide the packaging +details. By default, CPackConfig.cmake in the current directory will +be used.

+
+ +
+
+-V, --verbose
+

Run cpack with verbose output. This can be used to show more details +from the package generation tools and is suitable for project developers.

+
+ +
+
+--debug
+

Run cpack with debug output. This option is intended mainly for the +developers of cpack itself and is not normally needed by project +developers.

+
+ +
+
+--trace
+

Put the underlying cmake scripts in trace mode.

+
+ +
+
+--trace-expand
+

Put the underlying cmake scripts in expanded trace mode.

+
+ +
+
+-P <packageName>
+

Override/define the value of the CPACK_PACKAGE_NAME variable used +for packaging. Any value set for this variable in the CPackConfig.cmake +file will then be ignored.

+
+ +
+
+-R <packageVersion>
+

Override/define the value of the CPACK_PACKAGE_VERSION +variable used for packaging. It will override a value set in the +CPackConfig.cmake file or one automatically computed from +CPACK_PACKAGE_VERSION_MAJOR, +CPACK_PACKAGE_VERSION_MINOR and +CPACK_PACKAGE_VERSION_PATCH.

+
+ +
+
+-B <packageDirectory>
+

Override/define CPACK_PACKAGE_DIRECTORY, which controls the +directory where CPack will perform its packaging work. The resultant +package(s) will be created at this location by default and a +_CPack_Packages subdirectory will also be created below this directory to +use as a working area during package creation.

+
+ +
+
+--vendor <vendorName>
+

Override/define CPACK_PACKAGE_VENDOR.

+
+ +
+
+--preset <presetName>
+

Use a preset from cmake-presets(7).

+
+ +
+
+--list-presets
+

List presets from cmake-presets(7).

+
+ +
+
+-version [<file>], --version [<file>], /V [<file>]
+

Show program name/version banner and exit. +The output is printed to a named <file> if given.

+
+ +
+
+-h, -H, --help, -help, -usage, /?
+

Print usage information and exit.

+

Usage describes the basic command line interface and its options.

+
+ +
+
+--help <keyword> [<file>]
+

Print help for one CMake keyword.

+

<keyword> can be a property, variable, command, policy, generator +or module.

+

The relevant manual entry for <keyword> is +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+

Changed in version 3.28: Prior to CMake 3.28, this option supported command names only.

+
+
+ +
+
+--help-full [<file>]
+

Print all help manuals and exit.

+

All manuals are printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-manual <man> [<file>]
+

Print one help manual and exit.

+

The specified manual is printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-manual-list [<file>]
+

List help manuals available and exit.

+

The list contains all manuals for which help may be obtained by +using the --help-manual option followed by a manual name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-command <cmd> [<file>]
+

Print help for one command and exit.

+

The cmake-commands(7) manual entry for <cmd> is +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-command-list [<file>]
+

List commands with help available and exit.

+

The list contains all commands for which help may be obtained by +using the --help-command option followed by a command name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-commands [<file>]
+

Print cmake-commands manual and exit.

+

The cmake-commands(7) manual is printed in a +human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-module <mod> [<file>]
+

Print help for one module and exit.

+

The cmake-modules(7) manual entry for <mod> is printed +in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-module-list [<file>]
+

List modules with help available and exit.

+

The list contains all modules for which help may be obtained by +using the --help-module option followed by a module name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-modules [<file>]
+

Print cmake-modules manual and exit.

+

The cmake-modules(7) manual is printed in a human-readable +text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-policy <cmp> [<file>]
+

Print help for one policy and exit.

+

The cmake-policies(7) manual entry for <cmp> is +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-policy-list [<file>]
+

List policies with help available and exit.

+

The list contains all policies for which help may be obtained by +using the --help-policy option followed by a policy name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-policies [<file>]
+

Print cmake-policies manual and exit.

+

The cmake-policies(7) manual is printed in a +human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-property <prop> [<file>]
+

Print help for one property and exit.

+

The cmake-properties(7) manual entries for <prop> are +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-property-list [<file>]
+

List properties with help available and exit.

+

The list contains all properties for which help may be obtained by +using the --help-property option followed by a property name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-properties [<file>]
+

Print cmake-properties manual and exit.

+

The cmake-properties(7) manual is printed in a +human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-variable <var> [<file>]
+

Print help for one variable and exit.

+

The cmake-variables(7) manual entry for <var> is +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-variable-list [<file>]
+

List variables with help available and exit.

+

The list contains all variables for which help may be obtained by +using the --help-variable option followed by a variable name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-variables [<file>]
+

Print cmake-variables manual and exit.

+

The cmake-variables(7) manual is printed in a +human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+

See Also

+

The following resources are available to get help using CMake:

+
+
Home Page

https://cmake.org

+

The primary starting point for learning about CMake.

+
+
Online Documentation and Community Resources

https://cmake.org/documentation

+

Links to available documentation and community resources may be +found on this web page.

+
+
Discourse Forum

https://discourse.cmake.org

+

The Discourse Forum hosts discussion and questions about CMake.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/manual/ctest.1.html b/cmake/doc/cmake/html/manual/ctest.1.html new file mode 100644 index 0000000000000000000000000000000000000000..c8ae9b724f1f544e0147399b8467372a1f1f629b --- /dev/null +++ b/cmake/doc/cmake/html/manual/ctest.1.html @@ -0,0 +1,2372 @@ + + + + + + + + ctest(1) — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ctest(1)

+ +
+

Synopsis

+
Run Tests
+ ctest [<options>] [--test-dir <path-to-build>]
+
+Build and Test Mode
+ ctest --build-and-test <path-to-source> <path-to-build>
+       --build-generator <generator> [<options>...]
+      [--build-options <opts>...]
+      [--test-command <command> [<args>...]]
+
+Dashboard Client
+ ctest -D <dashboard>         [-- <dashboard-options>...]
+ ctest -M <model> -T <action> [-- <dashboard-options>...]
+ ctest -S <script>            [-- <dashboard-options>...]
+ ctest -SP <script>           [-- <dashboard-options>...]
+
+View Help
+ ctest --help[-<topic>]
+
+
+

Description

+

The ctest executable is the CMake test driver program. +CMake-generated build trees created for projects that use the +enable_testing() and add_test() commands have testing support. +This program will run the tests and report results.

+
+
+

Run Tests

+
+
+--preset <preset>, --preset=<preset>
+

Use a test preset to specify test options. The project binary directory +is inferred from the configurePreset key. The current working directory +must contain CMake preset files. +See preset for more details.

+
+ +
+
+--list-presets
+

Lists the available test presets. The current working directory must contain +CMake preset files.

+
+ +
+
+-C <cfg>, --build-config <cfg>
+

Choose configuration to test.

+

Some CMake-generated build trees can have multiple build +configurations in the same tree. This option can be used to specify +which one should be tested. Example configurations are Debug and +Release.

+
+ +
+
+--progress
+

Enable short progress output from tests.

+

When the output of ctest is being sent directly to a terminal, the +progress through the set of tests is reported by updating the same line +rather than printing start and end messages for each test on new lines. +This can significantly reduce the verbosity of the test output. +Test completion messages are still output on their own line for failed +tests and the final test summary will also still be logged.

+

This option can also be enabled by setting the environment variable +CTEST_PROGRESS_OUTPUT.

+
+ +
+
+-V, --verbose
+

Enable verbose output from tests.

+

Test output is normally suppressed and only summary information is +displayed. This option will show all test output.

+
+ +
+
+-VV, --extra-verbose
+

Enable more verbose output from tests.

+

Test output is normally suppressed and only summary information is +displayed. This option will show even more test output.

+
+ +
+
+--debug
+

Displaying more verbose internals of CTest.

+

This feature will result in a large number of output that is mostly +useful for debugging dashboard problems.

+
+ +
+
+--output-on-failure
+

Output anything outputted by the test program if the test should fail. +This option can also be enabled by setting the +CTEST_OUTPUT_ON_FAILURE environment variable

+
+ +
+
+--stop-on-failure
+

Stop running the tests when the first failure happens.

+
+ +
+
+-F
+

Enable failover.

+

This option allows CTest to resume a test set execution that was +previously interrupted. If no interruption occurred, the -F option +will have no effect.

+
+ +
+
+-j [<level>], --parallel [<level>]
+

Run tests in parallel, optionally limited to a given level of parallelism.

+
+

Added in version 3.29: The <level> may be omitted, or 0, in which case:

+
    +
  • Under Job Server Integration, parallelism is limited by +available job tokens.

  • +
  • Otherwise, if the value is omitted, parallelism is limited +by the number of processors, or 2, whichever is larger.

  • +
  • Otherwise, if the value is 0, parallelism is unbounded.

  • +
+
+

This option may instead be specified by the CTEST_PARALLEL_LEVEL +environment variable.

+

This option can be used with the PROCESSORS test property. +See the Label and Subproject Summary.

+
+ +
+
+--resource-spec-file <file>
+

Run CTest with resource allocation enabled, +using the +resource specification file +specified in <file>.

+

When ctest is run as a Dashboard Client this sets the +ResourceSpecFile option of the CTest Test Step.

+
+ +
+
+--test-load <level>
+

While running tests in parallel (e.g. with -j), try +not to start tests when they may cause the CPU load to pass above a given +threshold.

+

When ctest is run as a Dashboard Client this sets the +TestLoad option of the CTest Test Step.

+
+ +
+
+-Q, --quiet
+

Make CTest quiet.

+

This option will suppress all the output. The output log file will +still be generated if the --output-log is +specified. Options such as --verbose, +--extra-verbose, and +--debug are ignored +if --quiet is specified.

+
+ +
+
+-O <file>, --output-log <file>
+

Output to log file.

+

This option tells CTest to write all its output to a <file> log file.

+
+ +
+
+--output-junit <file>
+
+

Added in version 3.21.

+
+

Write test results in JUnit format.

+

This option tells CTest to write test results to <file> in JUnit XML +format. If <file> already exists, it will be overwritten. If using the +-S option to run a dashboard script, use the +OUTPUT_JUNIT keyword with the ctest_test() command instead.

+
+ +
+
+-N, --show-only[=<format>]
+

Disable actual execution of tests.

+

This option tells CTest to list the tests that would be run but not +actually run them. Useful in conjunction with the -R +and -E options.

+
+

Added in version 3.14: The --show-only option accepts a <format> value.

+
+

<format> can be one of the following values.

+
+
+
human

Human-friendly output. This is not guaranteed to be stable. +This is the default.

+
+
json-v1

Dump the test information in JSON format. +See Show as JSON Object Model.

+
+
+
+
+ +
+
+-L <regex>, --label-regex <regex>
+

Run tests with labels matching regular expression as described under +string(REGEX).

+

This option tells CTest to run only the tests whose labels match the +given regular expression. When more than one -L option is given, +a test will only be run if each regular expression matches at least one +of the test's labels (i.e. the multiple -L labels form an AND +relationship). See Label Matching.

+
+ +
+
+-R <regex>, --tests-regex <regex>
+

Run tests matching regular expression.

+

This option tells CTest to run only the tests whose names match the +given regular expression.

+
+ +
+
+-E <regex>, --exclude-regex <regex>
+

Exclude tests matching regular expression.

+

This option tells CTest to NOT run the tests whose names match the +given regular expression.

+
+ +
+
+-LE <regex>, --label-exclude <regex>
+

Exclude tests with labels matching regular expression.

+

This option tells CTest to NOT run the tests whose labels match the +given regular expression. When more than one -LE option is given, +a test will only be excluded if each regular expression matches at least one +of the test's labels (i.e. the multiple -LE labels form an AND +relationship). See Label Matching.

+
+ +
+
+--tests-from-file <filename>
+
+

Added in version 3.29.

+
+

Run tests listed in the given file.

+

This option tells CTest to run tests that are listed in the given file. +The file must contain one exact test name per line. +Lines that do not exactly match any test names are ignored. +This option can be combined with the other options like +-R, -E, -L or -LE.

+
+ +
+
+--exclude-from-file <filename>
+
+

Added in version 3.29.

+
+

Exclude tests listed in the given file.

+

This option tells CTest to NOT run tests that are listed in the given file. +The file must contain one exact test name per line. +Lines that do not exactly match any test names are ignored. +This option can be combined with the other options like +-R, -E, -L or -LE.

+
+ +
+
+-FA <regex>, --fixture-exclude-any <regex>
+

Exclude fixtures matching <regex> from automatically adding any tests to +the test set.

+

If a test in the set of tests to be executed requires a particular fixture, +that fixture's setup and cleanup tests would normally be added to the test set +automatically. This option prevents adding setup or cleanup tests for fixtures +matching the <regex>. Note that all other fixture behavior is retained, +including test dependencies and skipping tests that have fixture setup tests +that fail.

+
+ +
+
+-FS <regex>, --fixture-exclude-setup <regex>
+

Same as -FA except only matching setup tests are +excluded.

+
+ +
+
+-FC <regex>, --fixture-exclude-cleanup <regex>
+

Same as -FA except only matching cleanup tests are +excluded.

+
+ +
+
+-I [Start,End,Stride,test#,test#|Test file], --tests-information
+

Run a specific number of tests by number.

+

This option causes CTest to run tests starting at number Start, +ending at number End, and incrementing by Stride. Any additional +numbers after Stride are considered individual test numbers. Start, +End, or Stride can be empty. Optionally a file can be given that +contains the same syntax as the command line.

+
+ +
+
+-U, --union
+

Take the Union of -I and -R.

+

When both -R and -I are specified +by default the intersection of tests are run. By specifying -U the union +of tests is run instead.

+
+ +
+
+--rerun-failed
+

Run only the tests that failed previously.

+

This option tells CTest to perform only the tests that failed during +its previous run. When this option is specified, CTest ignores all +other options intended to modify the list of tests to run ( +-L, -R, -E, +-LE, -I, etc). In the event that +CTest runs and no tests fail, subsequent calls to CTest with the +--rerun-failed option will run the set of tests that most recently +failed (if any).

+
+ +
+
+--repeat <mode>:<n>
+

Run tests repeatedly based on the given <mode> up to <n> times. +The modes are:

+
+
until-fail

Require each test to run <n> times without failing in order to pass. +This is useful in finding sporadic failures in test cases.

+
+
until-pass

Allow each test to run up to <n> times in order to pass. +Repeats tests if they fail for any reason. +This is useful in tolerating sporadic failures in test cases.

+
+
after-timeout

Allow each test to run up to <n> times in order to pass. +Repeats tests only if they timeout. +This is useful in tolerating sporadic timeouts in test cases +on busy machines.

+
+
+
+ +
+
+--repeat-until-fail <n>
+

Equivalent to --repeat until-fail:<n>.

+
+ +
+
+--max-width <width>
+

Set the max width for a test name to output.

+

Set the maximum width for each test name to show in the output. +This allows the user to widen the output to avoid clipping the test +name which can be very annoying.

+
+ +
+
+--interactive-debug-mode [0|1]
+

Set the interactive mode to 0 or 1.

+

This option causes CTest to run tests in either an interactive mode +or a non-interactive mode. In dashboard mode (Experimental, Nightly, +Continuous), the default is non-interactive. In non-interactive mode, +the environment variable DASHBOARD_TEST_FROM_CTEST is set.

+

Prior to CMake 3.11, interactive mode on Windows allowed system debug +popup windows to appear. Now, due to CTest's use of libuv to launch +test processes, all system debug popup windows are always blocked.

+
+ +
+
+--no-label-summary
+

Disable timing summary information for labels.

+

This option tells CTest not to print summary information for each +label associated with the tests run. If there are no labels on the +tests, nothing extra is printed.

+

See Label and Subproject Summary.

+
+ +
+
+--no-subproject-summary
+

Disable timing summary information for subprojects.

+

This option tells CTest not to print summary information for each +subproject associated with the tests run. If there are no subprojects on the +tests, nothing extra is printed.

+

See Label and Subproject Summary.

+
+ +
+
+--test-dir <dir>
+
+

Added in version 3.20.

+
+

Specify the directory in which to look for tests, typically a CMake project +build directory. If not specified, the current directory is used.

+
+ +
+
+--test-output-size-passed <size>
+
+

Added in version 3.4.

+
+

Limit the output for passed tests to <size> bytes.

+
+ +
+
+--test-output-size-failed <size>
+
+

Added in version 3.4.

+
+

Limit the output for failed tests to <size> bytes.

+
+ +
+
+--test-output-truncation <mode>
+
+

Added in version 3.24.

+
+

Truncate tail (default), middle or head of test output once +maximum output size is reached.

+
+ +
+
+--overwrite
+

Overwrite CTest configuration option.

+

By default CTest uses configuration options from configuration file. +This option will overwrite the configuration option.

+
+ +
+
+--force-new-ctest-process
+

Run child CTest instances as new processes.

+

By default CTest will run child CTest instances within the same +process. If this behavior is not desired, this argument will +enforce new processes for child CTest processes.

+
+ +
+
+--schedule-random
+

Use a random order for scheduling tests.

+

This option will run the tests in a random order. It is commonly +used to detect implicit dependencies in a test suite.

+
+ +
+
+--submit-index
+

Legacy option for old Dart2 dashboard server feature. +Do not use.

+
+ +
+
+--timeout <seconds>
+

Set the default test timeout.

+

This option effectively sets a timeout on all tests that do not +already have a timeout set on them via the TIMEOUT +property.

+
+ +
+
+--stop-time <time>
+

Set a time at which all tests should stop running.

+

Set a real time of day at which all tests should timeout. Example: +7:00:00 -0400. Any time format understood by the curl date parser +is accepted. Local time is assumed if no timezone is specified.

+
+ +
+
+--print-labels
+

Print all available test labels.

+

This option will not run any tests, it will simply print the list of +all labels associated with the test set.

+
+ +
+
+--no-tests=<action>
+

Regard no tests found either as error (when <action> is set to +error) or ignore it (when <action> is set to ignore).

+

If no tests were found, the default behavior of CTest is to always log an +error message but to return an error code in script mode only. This option +unifies the behavior of CTest by either returning an error code if no tests +were found or by ignoring it.

+
+

Added in version 3.26.

+
+

This option can also be set by setting the CTEST_NO_TESTS_ACTION +environment variable.

+
+ +
+
+

View Help

+

To print version details or selected pages from the CMake documentation, +use one of the following options:

+
+
+-version [<file>], --version [<file>], /V [<file>]
+

Show program name/version banner and exit. +The output is printed to a named <file> if given.

+
+ +
+
+-h, -H, --help, -help, -usage, /?
+

Print usage information and exit.

+

Usage describes the basic command line interface and its options.

+
+ +
+
+--help <keyword> [<file>]
+

Print help for one CMake keyword.

+

<keyword> can be a property, variable, command, policy, generator +or module.

+

The relevant manual entry for <keyword> is +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+

Changed in version 3.28: Prior to CMake 3.28, this option supported command names only.

+
+
+ +
+
+--help-full [<file>]
+

Print all help manuals and exit.

+

All manuals are printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-manual <man> [<file>]
+

Print one help manual and exit.

+

The specified manual is printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-manual-list [<file>]
+

List help manuals available and exit.

+

The list contains all manuals for which help may be obtained by +using the --help-manual option followed by a manual name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-command <cmd> [<file>]
+

Print help for one command and exit.

+

The cmake-commands(7) manual entry for <cmd> is +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-command-list [<file>]
+

List commands with help available and exit.

+

The list contains all commands for which help may be obtained by +using the --help-command option followed by a command name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-commands [<file>]
+

Print cmake-commands manual and exit.

+

The cmake-commands(7) manual is printed in a +human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-module <mod> [<file>]
+

Print help for one module and exit.

+

The cmake-modules(7) manual entry for <mod> is printed +in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-module-list [<file>]
+

List modules with help available and exit.

+

The list contains all modules for which help may be obtained by +using the --help-module option followed by a module name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-modules [<file>]
+

Print cmake-modules manual and exit.

+

The cmake-modules(7) manual is printed in a human-readable +text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-policy <cmp> [<file>]
+

Print help for one policy and exit.

+

The cmake-policies(7) manual entry for <cmp> is +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-policy-list [<file>]
+

List policies with help available and exit.

+

The list contains all policies for which help may be obtained by +using the --help-policy option followed by a policy name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-policies [<file>]
+

Print cmake-policies manual and exit.

+

The cmake-policies(7) manual is printed in a +human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-property <prop> [<file>]
+

Print help for one property and exit.

+

The cmake-properties(7) manual entries for <prop> are +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-property-list [<file>]
+

List properties with help available and exit.

+

The list contains all properties for which help may be obtained by +using the --help-property option followed by a property name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-properties [<file>]
+

Print cmake-properties manual and exit.

+

The cmake-properties(7) manual is printed in a +human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-variable <var> [<file>]
+

Print help for one variable and exit.

+

The cmake-variables(7) manual entry for <var> is +printed in a human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+--help-variable-list [<file>]
+

List variables with help available and exit.

+

The list contains all variables for which help may be obtained by +using the --help-variable option followed by a variable name. +The output is printed to a named <file> if given.

+
+ +
+
+--help-variables [<file>]
+

Print cmake-variables manual and exit.

+

The cmake-variables(7) manual is printed in a +human-readable text format. +The output is printed to a named <file> if given.

+
+ +
+
+

Label Matching

+

Tests may have labels attached to them. Tests may be included +or excluded from a test run by filtering on the labels. +Each individual filter is a regular expression applied to +the labels attached to a test.

+

When -L is used, in order for a test to be included in a +test run, each regular expression must match at least one +label. Using more than one -L option means "match all +of these".

+

The -LE option works just like -L, +but excludes tests rather than including them. A test is excluded if each +regular expression matches at least one label.

+

If a test has no labels attached to it, then -L will never +include that test, and -LE will never exclude that test. +As an example of tests with labels, consider five tests, +with the following labels:

+
    +
  • test1 has labels tuesday and production

  • +
  • test2 has labels tuesday and test

  • +
  • test3 has labels wednesday and production

  • +
  • test4 has label wednesday

  • +
  • test5 has labels friday and test

  • +
+

Running ctest with -L tuesday -L test will select test2, which has +both labels. Running CTest with -L test will select test2 and +test5, because both of them have a label that matches that regular +expression.

+

Because the matching works with regular expressions, take note that +running CTest with -L es will match all five tests. +To select the tuesday and wednesday tests together, use a single +regular expression that matches either of them, like -L "tue|wed".

+
+
+

Label and Subproject Summary

+

CTest prints timing summary information for each LABEL and subproject +associated with the tests run. The label time summary will not include labels +that are mapped to subprojects.

+
+

Added in version 3.22: Labels added dynamically during test execution are also reported in the +timing summary. See Additional Labels.

+
+

When the PROCESSORS test property is set, CTest will display a +weighted test timing result in label and subproject summaries. The time is +reported with sec*proc instead of just sec.

+

The weighted time summary reported for each label or subproject j +is computed as:

+
Weighted Time Summary for Label/Subproject j =
+    sum(raw_test_time[j,i] * num_processors[j,i], i=1...num_tests[j])
+
+for labels/subprojects j=1...total
+
+
+

where:

+
    +
  • raw_test_time[j,i]: Wall-clock time for the i test +for the j label or subproject

  • +
  • num_processors[j,i]: Value of the CTest PROCESSORS property +for the i test for the j label or subproject

  • +
  • num_tests[j]: Number of tests associated with the j label or subproject

  • +
  • total: Total number of labels or subprojects that have at least one test run

  • +
+

Therefore, the weighted time summary for each label or subproject represents +the amount of time that CTest gave to run the tests for each label or +subproject and gives a good representation of the total expense of the tests +for each label or subproject when compared to other labels or subprojects.

+

For example, if SubprojectA showed 100 sec*proc and SubprojectB showed +10 sec*proc, then CTest allocated approximately 10 times the CPU/core time +to run the tests for SubprojectA than for SubprojectB (e.g. so if effort +is going to be expended to reduce the cost of the test suite for the whole +project, then reducing the cost of the test suite for SubprojectA would +likely have a larger impact than effort to reduce the cost of the test suite +for SubprojectB).

+
+
+

Build and Test Mode

+

CTest provides a command-line signature to configure (i.e. run cmake on), +build, and/or execute a test:

+
ctest --build-and-test <path-to-source> <path-to-build>
+      --build-generator <generator>
+      [<options>...]
+      [--build-options <opts>...]
+      [--test-command <command> [<args>...]]
+
+
+

The configure and test steps are optional. The arguments to this command line +are the source and binary directories. The --build-generator option must +be provided to use --build-and-test. If --test-command is specified +then that will be run after the build is complete. Other options that affect +this mode include:

+
+
+--build-and-test
+

Switch into the build and test mode.

+
+ +
+
+--build-target
+

Specify a specific target to build. The option can be given multiple times +with different targets, in which case each target is built in turn. +A clean will be done before building each target unless the +--build-noclean option is given.

+

If no --build-target is specified, the all target is built.

+
+ +
+
+--build-nocmake
+

Run the build without running cmake first.

+

Skip the cmake step.

+
+ +
+
+--build-run-dir
+

Specify directory to run programs from.

+

Directory where programs will be after it has been compiled.

+
+ +
+
+--build-two-config
+

Run CMake twice.

+
+ +
+
+--build-exe-dir
+

Specify the directory for the executable.

+
+ +
+
+--build-generator
+

Specify the generator to use. See the cmake-generators(7) manual.

+
+ +
+
+--build-generator-platform
+

Specify the generator-specific platform.

+
+ +
+
+--build-generator-toolset
+

Specify the generator-specific toolset.

+
+ +
+
+--build-project
+

Specify the name of the project to build.

+
+ +
+
+--build-makeprogram
+

Specify the explicit make program to be used by CMake when configuring and +building the project. Only applicable for Make and Ninja based generators.

+
+ +
+
+--build-noclean
+

Skip the make clean step.

+
+ +
+
+--build-config-sample
+

A sample executable to use to determine the configuration that +should be used. e.g. Debug, Release etc.

+
+ +
+
+--build-options
+

Additional options for configuring the build (i.e. for CMake, not for +the build tool). Note that if this is specified, the --build-options +keyword and its arguments must be the last option given on the command +line, with the possible exception of --test-command.

+
+ +
+
+--test-command
+

The command to run as the test step with the +--build-and-test option. +All arguments following this keyword will be assumed to be part of the +test command line, so it must be the last option given.

+
+ +
+
+--test-timeout
+

The time limit in seconds

+
+ +
+
+

Dashboard Client

+

CTest can operate as a client for the CDash software quality dashboard +application. As a dashboard client, CTest performs a sequence of steps +to configure, build, and test software, and then submits the results to +a CDash server. The command-line signature used to submit to CDash is:

+
ctest -D <dashboard>         [-- <dashboard-options>...]
+ctest -M <model> -T <action> [-- <dashboard-options>...]
+ctest -S <script>            [-- <dashboard-options>...]
+ctest -SP <script>           [-- <dashboard-options>...]
+
+
+

Options for Dashboard Client include:

+
+
+-D <dashboard>, --dashboard <dashboard>
+

Execute dashboard test.

+

This option tells CTest to act as a CDash client and perform a +dashboard test. All tests are <Mode><Test>, where <Mode> can be +Experimental, Nightly, and Continuous, and <Test> can be +Start, Update, Configure, Build, Test, +Coverage, and Submit.

+

If <dashboard> is not one of the recognized <Mode><Test> values, +this will be treated as a variable definition instead (see the +dashboard-options further below).

+
+ +
+
+-M <model>, --test-model <model>
+

Sets the model for a dashboard.

+

This option tells CTest to act as a CDash client where the <model> +can be Experimental, Nightly, and Continuous. +Combining -M and -T is similar to +-D.

+
+ +
+
+-T <action>, --test-action <action>
+

Sets the dashboard action to perform.

+

This option tells CTest to act as a CDash client and perform some +action such as start, build, test etc. See +Dashboard Client Steps for the full list of actions. +Combining -M and -T is similar to +-D.

+
+ +
+
+-S <script>, --script <script>
+

Execute a dashboard for a configuration.

+

This option tells CTest to load in a configuration script which sets +a number of parameters such as the binary and source directories. +Then CTest will do what is required to create and run a dashboard. +This option basically sets up a dashboard and then runs ctest -D +with the appropriate options.

+
+ +
+
+-SP <script>, --script-new-process <script>
+

Execute a dashboard for a configuration.

+

This option does the same operations as -S but it +will do them in a separate process. This is primarily useful in cases +where the script may modify the environment and you do not want the modified +environment to impact other -S scripts.

+
+ +

The available <dashboard-options> are the following:

+
+
+-D <var>:<type>=<value>
+

Define a variable for script mode.

+

Pass in variable values on the command line. Use in conjunction +with -S to pass variable values to a dashboard script. +Parsing -D arguments as variable values is only attempted if the value +following -D does not match any of the known dashboard types.

+
+ +
+
+--group <group>
+

Specify what group you'd like to submit results to

+

Submit dashboard to specified group instead of default one. By +default, the dashboard is submitted to Nightly, Experimental, or +Continuous group, but by specifying this option, the group can be +arbitrary.

+

This replaces the deprecated option --track. +Despite the name change its behavior is unchanged.

+
+ +
+
+-A <file>, --add-notes <file>
+

Add a notes file with submission.

+

This option tells CTest to include a notes file when submitting +dashboard.

+
+ +
+
+--tomorrow-tag
+

Nightly or Experimental starts with next day tag.

+

This is useful if the build will not finish in one day.

+
+ +
+
+--extra-submit <file>[;<file>]
+

Submit extra files to the dashboard.

+

This option will submit extra files to the dashboard.

+
+ +
+
+--http-header <header>
+
+

Added in version 3.29.

+
+

Append HTTP header when submitting to the dashboard.

+

This option will cause CTest to append the specified header +when submitting to the dashboard. +This option may be specified more than once.

+
+ +
+
+--http1.0
+

Submit using HTTP 1.0.

+

This option will force CTest to use HTTP 1.0 to submit files to the +dashboard, instead of HTTP 1.1.

+
+ +
+
+--no-compress-output
+

Do not compress test output when submitting.

+

This flag will turn off automatic compression of test output. Use +this to maintain compatibility with an older version of CDash which +doesn't support compressed test output.

+
+ +
+

Dashboard Client Steps

+

CTest defines an ordered list of testing steps of which some or all may +be run as a dashboard client:

+
+
Start

Start a new dashboard submission to be composed of results recorded +by the following steps. +See the CTest Start Step section below.

+
+
Update

Update the source tree from its version control repository. +Record the old and new versions and the list of updated source files. +See the CTest Update Step section below.

+
+
Configure

Configure the software by running a command in the build tree. +Record the configuration output log. +See the CTest Configure Step section below.

+
+
Build

Build the software by running a command in the build tree. +Record the build output log and detect warnings and errors. +See the CTest Build Step section below.

+
+
Test

Test the software by loading a CTestTestfile.cmake +from the build tree and executing the defined tests. +Record the output and result of each test. +See the CTest Test Step section below.

+
+
Coverage

Compute coverage of the source code by running a coverage +analysis tool and recording its output. +See the CTest Coverage Step section below.

+
+
MemCheck

Run the software test suite through a memory check tool. +Record the test output, results, and issues reported by the tool. +See the CTest MemCheck Step section below.

+
+
Submit

Submit results recorded from other testing steps to the +software quality dashboard server. +See the CTest Submit Step section below.

+
+
+
+
+

Dashboard Client Modes

+

CTest defines three modes of operation as a dashboard client:

+
+
Nightly

This mode is intended to be invoked once per day, typically at night. +It enables the Start, Update, Configure, Build, Test, +Coverage, and Submit steps by default. Selected steps run even +if the Update step reports no changes to the source tree.

+
+
Continuous

This mode is intended to be invoked repeatedly throughout the day. +It enables the Start, Update, Configure, Build, Test, +Coverage, and Submit steps by default, but exits after the +Update step if it reports no changes to the source tree.

+
+
Experimental

This mode is intended to be invoked by a developer to test local changes. +It enables the Start, Configure, Build, Test, Coverage, +and Submit steps by default.

+
+
+
+
+

Dashboard Client via CTest Command-Line

+

CTest can perform testing on an already-generated build tree. +Run the ctest command with the current working directory set +to the build tree and use one of these signatures:

+
ctest -D <mode>[<step>]
+ctest -M <mode> [-T <step>]...
+
+
+

The <mode> must be one of the above Dashboard Client Modes, +and each <step> must be one of the above Dashboard Client Steps.

+

CTest reads the Dashboard Client Configuration settings from +a file in the build tree called either CTestConfiguration.ini +or DartConfiguration.tcl (the names are historical). The format +of the file is:

+
# Lines starting in '#' are comments.
+# Other non-blank lines are key-value pairs.
+<setting>: <value>
+
+
+

where <setting> is the setting name and <value> is the +setting value.

+

In build trees generated by CMake, this configuration file is +generated by the CTest module if included by the project. +The module uses variables to obtain a value for each setting +as documented with the settings below.

+
+
+

Dashboard Client via CTest Script

+

CTest can perform testing driven by a cmake-language(7) +script that creates and maintains the source and build tree as +well as performing the testing steps. Run the ctest command +with the current working directory set outside of any build tree +and use one of these signatures:

+
ctest -S <script>
+ctest -SP <script>
+
+
+

The <script> file must call CTest Commands commands +to run testing steps explicitly as documented below. The commands +obtain Dashboard Client Configuration settings from their +arguments or from variables set in the script.

+
+
+
+

Dashboard Client Configuration

+

The Dashboard Client Steps may be configured by named +settings as documented in the following sections.

+
+

CTest Start Step

+

Start a new dashboard submission to be composed of results recorded +by the following steps.

+

In a CTest Script, the ctest_start() command runs this step. +Arguments to the command may specify some of the step settings. +The command first runs the command-line specified by the +CTEST_CHECKOUT_COMMAND variable, if set, to initialize the source +directory.

+

Configuration settings include:

+
+
BuildDirectory

The full path to the project build tree.

+ +
+
SourceDirectory

The full path to the project source tree.

+ +
+
+
+
+

CTest Update Step

+

In a CTest Script, the ctest_update() command runs this step. +Arguments to the command may specify some of the step settings.

+

Configuration settings to specify the version control tool include:

+
+
BZRCommand

bzr command-line tool to use if source tree is managed by Bazaar.

+ +
+
BZRUpdateOptions

Command-line options to the BZRCommand when updating the source.

+ +
+
CVSCommand

cvs command-line tool to use if source tree is managed by CVS.

+ +
+
CVSUpdateOptions

Command-line options to the CVSCommand when updating the source.

+ +
+
GITCommand

git command-line tool to use if source tree is managed by Git.

+ +

The source tree is updated by git fetch followed by +git reset --hard to the FETCH_HEAD. The result is the same +as git pull except that any local modifications are overwritten. +Use GITUpdateCustom to specify a different approach.

+
+
GITInitSubmodules

If set, CTest will update the repository's submodules before updating.

+ +
+
GITUpdateCustom

Specify a custom command line (as a semicolon-separated list) to run +in the source tree (Git work tree) to update it instead of running +the GITCommand.

+ +
+
GITUpdateOptions

Command-line options to the GITCommand when updating the source.

+ +
+
HGCommand

hg command-line tool to use if source tree is managed by Mercurial.

+ +
+
HGUpdateOptions

Command-line options to the HGCommand when updating the source.

+ +
+
P4Client

Value of the -c option to the P4Command.

+ +
+
P4Command

p4 command-line tool to use if source tree is managed by Perforce.

+ +
+
P4Options

Command-line options to the P4Command for all invocations.

+ +
+
P4UpdateCustom

Specify a custom command line (as a semicolon-separated list) to run +in the source tree (Perforce tree) to update it instead of running +the P4Command.

+ +
+
P4UpdateOptions

Command-line options to the P4Command when updating the source.

+ +
+
SVNCommand

svn command-line tool to use if source tree is managed by Subversion.

+ +
+
SVNOptions

Command-line options to the SVNCommand for all invocations.

+ +
+
SVNUpdateOptions

Command-line options to the SVNCommand when updating the source.

+ +
+
UpdateCommand

Specify the version-control command-line tool to use without +detecting the VCS that manages the source tree.

+ +
+
UpdateOptions

Command-line options to the UpdateCommand.

+ +
+
UpdateType

Specify the version-control system that manages the source +tree if it cannot be detected automatically. +The value may be bzr, cvs, git, hg, +p4, or svn.

+
    +
  • CTest Script variable: none, detected from source tree

  • +
  • CTest module variable: UPDATE_TYPE if set, +else CTEST_UPDATE_TYPE

  • +
+
+
+
+
UpdateVersionOnly

Specify that you want the version control update command to only +discover the current version that is checked out, and not to update +to a different version.

+ +
+
+
+
UpdateVersionOverride

Specify the current version of your source tree.

+

When this variable is set to a non-empty string, CTest will report the value +you specified rather than using the update command to discover the current +version that is checked out. Use of this variable supersedes +UpdateVersionOnly. Like UpdateVersionOnly, using this variable tells +CTest not to update the source tree to a different version.

+ +
+
+

Additional configuration settings include:

+
+
NightlyStartTime

In the Nightly dashboard mode, specify the "nightly start time". +With centralized version control systems (cvs and svn), +the Update step checks out the version of the software as of +this time so that multiple clients choose a common version to test. +This is not well-defined in distributed version-control systems so +the setting is ignored.

+ +
+
+
+
+

CTest Configure Step

+

In a CTest Script, the ctest_configure() command runs this step. +Arguments to the command may specify some of the step settings.

+

Configuration settings include:

+
+
ConfigureCommand

Command-line to launch the software configuration process. +It will be executed in the location specified by the +BuildDirectory setting.

+ +
+
LabelsForSubprojects

Specify a semicolon-separated list of labels that will be treated as +subprojects. This mapping will be passed on to CDash when configure, test or +build results are submitted.

+ +

See Label and Subproject Summary.

+
+
+
+
+

CTest Build Step

+

In a CTest Script, the ctest_build() command runs this step. +Arguments to the command may specify some of the step settings.

+

Configuration settings include:

+
+
DefaultCTestConfigurationType

When the build system to be launched allows build-time selection +of the configuration (e.g. Debug, Release), this specifies +the default configuration to be built when no -C +option is given to the ctest command. The value will be substituted +into the value of MakeCommand to replace the literal string +${CTEST_CONFIGURATION_TYPE} if it appears.

+ +
+
LabelsForSubprojects

Specify a semicolon-separated list of labels that will be treated as +subprojects. This mapping will be passed on to CDash when configure, test or +build results are submitted.

+ +

See Label and Subproject Summary.

+
+
MakeCommand

Command-line to launch the software build process. +It will be executed in the location specified by the +BuildDirectory setting.

+ +
+
UseLaunchers

For build trees generated by CMake using one of the +Makefile Generators or the Ninja +generator, specify whether the +CTEST_USE_LAUNCHERS feature is enabled by the +CTestUseLaunchers module (also included by the +CTest module). When enabled, the generated build +system wraps each invocation of the compiler, linker, or +custom command line with a "launcher" that communicates +with CTest via environment variables and files to report +granular build warning and error information. Otherwise, +CTest must "scrape" the build output log for diagnostics.

+ +
+
+
+
+

CTest Test Step

+

In a CTest Script, the ctest_test() command runs this step. +Arguments to the command may specify some of the step settings.

+

Configuration settings include:

+
+
ResourceSpecFile

Specify a +resource specification file.

+ +

See Resource Allocation for more information.

+
+
LabelsForSubprojects

Specify a semicolon-separated list of labels that will be treated as +subprojects. This mapping will be passed on to CDash when configure, test or +build results are submitted.

+ +

See Label and Subproject Summary.

+
+
TestLoad

While running tests in parallel (e.g. with -j), +try not to start tests when they may cause the CPU load to pass above +a given threshold.

+ +
+
TimeOut

The default timeout for each test if not specified by the +TIMEOUT test property or the +--timeout flag.

+ +
+
+

To report extra test values to CDash, see Additional Test Measurements.

+
+
+

CTest Coverage Step

+

In a CTest Script, the ctest_coverage() command runs this step. +Arguments to the command may specify some of the step settings.

+

Configuration settings include:

+
+
CoverageCommand

Command-line tool to perform software coverage analysis. +It will be executed in the location specified by the +BuildDirectory setting.

+ +
+
CoverageExtraFlags

Specify command-line options to the CoverageCommand tool.

+ +

These options are the first arguments passed to CoverageCommand.

+
+
+
+
+

CTest MemCheck Step

+

In a CTest Script, the ctest_memcheck() command runs this step. +Arguments to the command may specify some of the step settings.

+

Configuration settings include:

+
+
MemoryCheckCommand

Command-line tool to perform dynamic analysis. Test command lines +will be launched through this tool.

+ +
+
MemoryCheckCommandOptions

Specify command-line options to the MemoryCheckCommand tool. +They will be placed prior to the test command line.

+ +
+
MemoryCheckType

Specify the type of memory checking to perform.

+ +
+
MemoryCheckSanitizerOptions

Specify options to sanitizers when running with a sanitize-enabled build.

+ +
+
MemoryCheckSuppressionFile

Specify a file containing suppression rules for the +MemoryCheckCommand tool. It will be passed with options +appropriate to the tool.

+ +
+
+

Additional configuration settings include:

+
+
BoundsCheckerCommand

Specify a MemoryCheckCommand that is known to be command-line +compatible with Bounds Checker.

+ +
+
PurifyCommand

Specify a MemoryCheckCommand that is known to be command-line +compatible with Purify.

+ +
+
ValgrindCommand

Specify a MemoryCheckCommand that is known to be command-line +compatible with Valgrind.

+ +
+
ValgrindCommandOptions

Specify command-line options to the ValgrindCommand tool. +They will be placed prior to the test command line.

+ +
+
DrMemoryCommand

Specify a MemoryCheckCommand that is known to be a command-line +compatible with DrMemory.

+ +
+
DrMemoryCommandOptions

Specify command-line options to the DrMemoryCommand tool. +They will be placed prior to the test command line.

+ +
+
CudaSanitizerCommand

Specify a MemoryCheckCommand that is known to be a command-line +compatible with cuda-memcheck or compute-sanitizer.

+ +
+
CudaSanitizerCommandOptions

Specify command-line options to the CudaSanitizerCommand tool. +They will be placed prior to the test command line.

+
    +
  • CTest Script variable: none

  • +
  • CTest module variable: CUDA_SANITIZER_COMMAND_OPTIONS

  • +
+
+
+
+
+

CTest Submit Step

+

In a CTest Script, the ctest_submit() command runs this step. +Arguments to the command may specify some of the step settings.

+

Configuration settings include:

+
+
BuildName

Describe the dashboard client platform with a short string. +(Operating system, compiler, etc.)

+ +
+
CDashVersion

Legacy option. Not used.

+
    +
  • CTest Script variable: none, detected from server

  • +
  • CTest module variable: CTEST_CDASH_VERSION

  • +
+
+
CTestSubmitRetryCount

Specify a number of attempts to retry submission on network failure.

+ +
+
CTestSubmitRetryDelay

Specify a delay before retrying submission on network failure.

+ +
+
CurlOptions
+

Deprecated since version 3.30: Use TLSVerify instead.

+
+

Specify a semicolon-separated list of options to control the +Curl library that CTest uses internally to connect to the +server.

+ +

Possible options are:

+
+
CURLOPT_SSL_VERIFYPEER_OFF

Disable the CURLOPT_SSL_VERIFYPEER curl option.

+
+
CURLOPT_SSL_VERIFYHOST_OFF

Disable the CURLOPT_SSL_VERIFYHOST curl option.

+
+
+
+
DropLocation

Legacy option. When SubmitURL is not set, it is constructed from +DropMethod, DropSiteUser, DropSitePassword, DropSite, and +DropLocation.

+ +
+
DropMethod

Legacy option. When SubmitURL is not set, it is constructed from +DropMethod, DropSiteUser, DropSitePassword, DropSite, and +DropLocation.

+ +
+
DropSite

Legacy option. When SubmitURL is not set, it is constructed from +DropMethod, DropSiteUser, DropSitePassword, DropSite, and +DropLocation.

+ +
+
DropSitePassword

Legacy option. When SubmitURL is not set, it is constructed from +DropMethod, DropSiteUser, DropSitePassword, DropSite, and +DropLocation.

+ +
+
DropSiteUser

Legacy option. When SubmitURL is not set, it is constructed from +DropMethod, DropSiteUser, DropSitePassword, DropSite, and +DropLocation.

+ +
+
IsCDash

Legacy option. Not used.

+ +
+
ScpCommand

Legacy option. Not used.

+ +
+
Site

Describe the dashboard client host site with a short string. +(Hostname, domain, etc.)

+ +
+
SubmitURL

The http or https URL of the dashboard server to send the submission +to.

+ +
+
SubmitInactivityTimeout

The time to wait for the submission after which it is canceled +if not completed. Specify a zero value to disable timeout.

+ +
+
TLSVersion
+

Added in version 3.30.

+
+

Specify a minimum TLS version allowed when submitting to a dashboard +via https:// URLs.

+ +
+

Changed in version 3.31: The default is TLS 1.2. +Previously, no minimum version was enforced by default.

+
+
+
TLSVerify
+

Added in version 3.30.

+
+

Specify a boolean value indicating whether to verify the server +certificate when submitting to a dashboard via https:// URLs.

+ +
+

Changed in version 3.31: The default is on. Previously, the default was off. +Users may set the CMAKE_TLS_VERIFY environment +variable to 0 to restore the old default.

+
+
+
TriggerSite

Legacy option. Not used.

+ +
+
+
+
+
+

Show as JSON Object Model

+
+

Added in version 3.14.

+
+

When the --show-only=json-v1 command line option is given, the test +information is output in JSON format. Version 1.0 of the JSON object +model is defined as follows:

+
+
kind

The string "ctestInfo".

+
+
version

A JSON object specifying the version components. Its members are

+
+
major

A non-negative integer specifying the major version component.

+
+
minor

A non-negative integer specifying the minor version component.

+
+
+
+
backtraceGraph

JSON object representing backtrace information with the +following members:

+
+
commands

List of command names.

+
+
files

List of file names.

+
+
nodes

List of node JSON objects with members:

+
+
command

Index into the commands member of the backtraceGraph.

+
+
file

Index into the files member of the backtraceGraph.

+
+
line

Line number in the file where the backtrace was added.

+
+
parent

Index into the nodes member of the backtraceGraph +representing the parent in the graph.

+
+
+
+
+
+
tests

A JSON array listing information about each test. Each entry +is a JSON object with members:

+
+
name

Test name.

+
+
config

Configuration that the test can run on. +Empty string means any config.

+
+
command

List where the first element is the test command and the +remaining elements are the command arguments.

+
+
backtrace

Index into the nodes member of the backtraceGraph.

+
+
properties

Test properties. +Can contain keys for each of the supported test properties.

+
+
+
+
+
+
+

Resource Allocation

+

CTest provides a mechanism for tests to specify the resources that they need +in a fine-grained way, and for users to specify the resources available on +the running machine. This allows CTest to internally keep track of which +resources are in use and which are free, scheduling tests in a way that +prevents them from trying to claim resources that are not available.

+

When the resource allocation feature is used, CTest will not oversubscribe +resources. For example, if a resource has 8 slots, CTest will not run tests +that collectively use more than 8 slots at a time. This has the effect of +limiting how many tests can run at any given time, even if a high -j +argument is used, if those tests all use some slots from the same resource. +In addition, it means that a single test that uses more of a resource than is +available on a machine will not run at all (and will be reported as +Not Run).

+

A common use case for this feature is for tests that require the use of a GPU. +Multiple tests can simultaneously allocate memory from a GPU, but if too many +tests try to do this at once, some of them will fail to allocate, resulting in +a failed test, even though the test would have succeeded if it had the memory +it needed. By using the resource allocation feature, each test can specify how +much memory it requires from a GPU, allowing CTest to schedule tests in a way +that running several of these tests at once does not exhaust the GPU's memory +pool.

+

Please note that CTest has no concept of what a GPU is or how much memory it +has. It does not have any way of communicating with a GPU to retrieve this +information or perform any memory management, although the project can define +a test that provides details about the test machine (see +Dynamically-Generated Resource Specification File).

+

CTest keeps track of a list of abstract resource types, each of which has a +certain number of slots available for tests to use. Each test specifies the +number of slots that it requires from a certain resource, and CTest then +schedules them in a way that prevents the total number of slots in use from +exceeding the listed capacity. When a test is executed, and slots from a +resource are allocated to that test, tests may assume that they have exclusive +use of those slots for the duration of the test's process.

+

The CTest resource allocation feature consists of at least two inputs:

+ +

When CTest runs a test, the resources allocated to that test are passed in the +form of a set of +environment variables as +described below. Using this information to decide which resource to connect to +is left to the test writer.

+

The RESOURCE_GROUPS property tells CTest what resources a test expects +to use grouped in a way meaningful to the test. The test itself must read +the environment variables to +determine which resources have been allocated to each group. For example, +each group may correspond to a process the test will spawn when executed.

+

Note that even if a test specifies a RESOURCE_GROUPS property, it is still +possible for that to test to run without any resource allocation (and without +the corresponding +environment variables) +if the user does not pass a resource specification file. Passing this file, +either through the --resource-spec-file command-line argument or the +RESOURCE_SPEC_FILE argument to ctest_test(), is what activates the +resource allocation feature. Tests should check the +CTEST_RESOURCE_GROUP_COUNT environment variable to find out whether or not +resource allocation is activated. This variable will always (and only) be +defined if resource allocation is activated. If resource allocation is not +activated, then the CTEST_RESOURCE_GROUP_COUNT variable will not exist, +even if it exists for the parent ctest process. If a test absolutely must +have resource allocation, then it can return a failing exit code or use the +SKIP_RETURN_CODE or SKIP_REGULAR_EXPRESSION +properties to indicate a skipped test.

+
+

Resource Specification File

+

The resource specification file is a JSON file which is passed to CTest in one +of a number of ways. It can be specified on the command line with the +ctest --resource-spec-file option, it can be given using the +RESOURCE_SPEC_FILE argument of ctest_test(), or it can be +generated dynamically as part of test execution (see +Dynamically-Generated Resource Specification File).

+

If a dashboard script is used and RESOURCE_SPEC_FILE is not specified, the +value of CTEST_RESOURCE_SPEC_FILE in the dashboard script is used +instead. If --resource-spec-file, +RESOURCE_SPEC_FILE, and CTEST_RESOURCE_SPEC_FILE in the +dashboard script are not specified, the value of +CTEST_RESOURCE_SPEC_FILE in the CMake build is used instead. +If none of these are specified, no resource spec file is used.

+

The resource specification file must be a JSON object. All examples in this +document assume the following resource specification file:

+
{
+  "version": {
+    "major": 1,
+    "minor": 0
+  },
+  "local": [
+    {
+      "gpus": [
+        {
+          "id": "0",
+          "slots": 2
+        },
+        {
+          "id": "1",
+          "slots": 4
+        },
+        {
+          "id": "2",
+          "slots": 2
+        },
+        {
+          "id": "3"
+        }
+      ],
+      "crypto_chips": [
+        {
+          "id": "card0",
+          "slots": 4
+        }
+      ]
+    }
+  ]
+}
+
+
+

The members are:

+
+
version

An object containing a major integer field and a minor integer field. +Currently, the only supported version is major 1, minor 0. Any other +value is an error.

+
+
local

A JSON array of resource sets present on the system. Currently, this array +is restricted to being of size 1.

+

Each array element is a JSON object with members whose names are equal to the +desired resource types, such as gpus. These names must start with a +lowercase letter or an underscore, and subsequent characters can be a +lowercase letter, a digit, or an underscore. Uppercase letters are not +allowed, because certain platforms have case-insensitive environment +variables. See the Environment Variables section below for +more information. It is recommended that the resource type name be the plural +of a noun, such as gpus or crypto_chips (and not gpu or +crypto_chip.)

+

Please note that the names gpus and crypto_chips are just examples, +and CTest does not interpret them in any way. You are free to make up any +resource type you want to meet your own requirements.

+

The value for each resource type is a JSON array consisting of JSON objects, +each of which describe a specific instance of the specified resource. These +objects have the following members:

+
+
id

A string consisting of an identifier for the resource. Each character in +the identifier can be a lowercase letter, a digit, or an underscore. +Uppercase letters are not allowed.

+

Identifiers must be unique within a resource type. However, they do not +have to be unique across resource types. For example, it is valid to have a +gpus resource named 0 and a crypto_chips resource named 0, +but not two gpus resources both named 0.

+

Please note that the IDs 0, 1, 2, 3, and card0 are just +examples, and CTest does not interpret them in any way. You are free to +make up any IDs you want to meet your own requirements.

+
+
slots

An optional unsigned number specifying the number of slots available on the +resource. For example, this could be megabytes of RAM on a GPU, or +cryptography units available on a cryptography chip. If slots is not +specified, a default value of 1 is assumed.

+
+
+
+
+

In the example file above, there are four GPUs with ID's 0 through 3. GPU 0 has +2 slots, GPU 1 has 4, GPU 2 has 2, and GPU 3 has a default of 1 slot. There is +also one cryptography chip with 4 slots.

+
+
+

RESOURCE_GROUPS Property

+

See RESOURCE_GROUPS for a description of this property.

+
+
+

Environment Variables

+

Once CTest has decided which resources to allocate to a test, it passes this +information to the test executable as a series of environment variables. For +each example below, we will assume that the test in question has a +RESOURCE_GROUPS property of +2,gpus:2;gpus:4,gpus:1,crypto_chips:2.

+

The following variables are passed to the test process:

+
+
+CTEST_RESOURCE_GROUP_COUNT
+

The total number of groups specified by the RESOURCE_GROUPS +property. For example:

+
    +
  • CTEST_RESOURCE_GROUP_COUNT=3

  • +
+

This variable will only be defined if ctest(1) has been given a +--resource-spec-file, or if ctest_test() has been given a +RESOURCE_SPEC_FILE. If no resource specification file has been given, +this variable will not be defined.

+
+ +
+
+CTEST_RESOURCE_GROUP_<num>
+

The list of resource types allocated to each group, with each item +separated by a comma. <num> is a number from zero to +CTEST_RESOURCE_GROUP_COUNT minus one. CTEST_RESOURCE_GROUP_<num> +is defined for each <num> in this range. For example:

+
    +
  • CTEST_RESOURCE_GROUP_0=gpus

  • +
  • CTEST_RESOURCE_GROUP_1=gpus

  • +
  • CTEST_RESOURCE_GROUP_2=crypto_chips,gpus

  • +
+
+ +
+
+CTEST_RESOURCE_GROUP_<num>_<resource-type>
+

The list of resource IDs and number of slots from each ID allocated to each +group for a given resource type. This variable consists of a series of +pairs, each pair separated by a semicolon, and with the two items in the pair +separated by a comma. The first item in each pair is id: followed by the +ID of a resource of type <resource-type>, and the second item is +slots: followed by the number of slots from that resource allocated to +the given group. For example:

+
    +
  • CTEST_RESOURCE_GROUP_0_GPUS=id:0,slots:2

  • +
  • CTEST_RESOURCE_GROUP_1_GPUS=id:2,slots:2

  • +
  • CTEST_RESOURCE_GROUP_2_GPUS=id:1,slots:4;id:3,slots:1

  • +
  • CTEST_RESOURCE_GROUP_2_CRYPTO_CHIPS=id:card0,slots:2

  • +
+

In this example, group 0 gets 2 slots from GPU 0, group 1 gets 2 slots +from GPU 2, and group 2 gets 4 slots from GPU 1, 1 slot from GPU +3, and 2 slots from cryptography chip card0.

+

<num> is a number from zero to CTEST_RESOURCE_GROUP_COUNT minus one. +<resource-type> is the name of a resource type, converted to uppercase. +CTEST_RESOURCE_GROUP_<num>_<resource-type> is defined for the product +of each <num> in the range listed above and each resource type listed in +CTEST_RESOURCE_GROUP_<num>.

+

Because some platforms have case-insensitive names for environment variables, +the names of resource types may not clash in a case-insensitive environment. +Because of this, for the sake of simplicity, all resource types must be +listed in all lowercase in the +resource specification file and +in the RESOURCE_GROUPS property, and they are converted to all +uppercase in the CTEST_RESOURCE_GROUP_<num>_<resource-type> environment +variable.

+
+ +
+
+

Dynamically-Generated Resource Specification File

+
+

Added in version 3.28.

+
+

A project may optionally specify a single test which will be used to +dynamically generate the resource specification file that CTest will use for +scheduling tests that use resources. The test that generates the file must +have the GENERATED_RESOURCE_SPEC_FILE property set, and must have +exactly one fixture in its FIXTURES_SETUP property. This fixture +is considered by CTest to have special meaning: it's the fixture that generates +the resource spec file. The fixture may have any name. If such a fixture +exists, all tests that have RESOURCE_GROUPS set must have the +fixture in their FIXTURES_REQUIRED, and a resource spec file may +not be specified with the --resource-spec-file argument or the +CTEST_RESOURCE_SPEC_FILE variable.

+
+
+
+

Job Server Integration

+
+

Added in version 3.29.

+
+

On POSIX systems, when running under the context of a Job Server, +CTest shares its job slots. This is independent of the PROCESSORS +test property, which still counts against CTest's -j +parallel level. CTest acquires exactly one token from the job server before +running each test, and returns it when the test finishes.

+

For example, consider the Makefile:

+
test:
+	+ctest -j 8
+
+
+

When invoked via make -j 2 test, ctest connects to the job server, +acquires a token for each test, and runs at most 2 tests concurrently.

+

On Windows systems, job server integration is not yet implemented.

+
+
+

See Also

+

The following resources are available to get help using CMake:

+
+
Home Page

https://cmake.org

+

The primary starting point for learning about CMake.

+
+
Online Documentation and Community Resources

https://cmake.org/documentation

+

Links to available documentation and community resources may be +found on this web page.

+
+
Discourse Forum

https://discourse.cmake.org

+

The Discourse Forum hosts discussion and questions about CMake.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/AddFileDependencies.html b/cmake/doc/cmake/html/module/AddFileDependencies.html new file mode 100644 index 0000000000000000000000000000000000000000..f421141b18f31e28f0c6b76ef2aff1eee1664323 --- /dev/null +++ b/cmake/doc/cmake/html/module/AddFileDependencies.html @@ -0,0 +1,148 @@ + + + + + + + + AddFileDependencies — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

AddFileDependencies

+
+

Deprecated since version 3.20.

+
+

Add dependencies to a source file.

+
add_file_dependencies(<source> <files>...)
+
+
+

Adds the given <files> to the dependencies of file <source>.

+

Do not use this command in new code. It is just a wrapper around:

+
set_property(SOURCE <source> APPEND PROPERTY OBJECT_DEPENDS <files>...)
+
+
+

Instead use the set_property() command to append to the +OBJECT_DEPENDS source file property directly.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/AndroidTestUtilities.html b/cmake/doc/cmake/html/module/AndroidTestUtilities.html new file mode 100644 index 0000000000000000000000000000000000000000..8351bc35c8729df3e77fbda7039b46d59beafde9 --- /dev/null +++ b/cmake/doc/cmake/html/module/AndroidTestUtilities.html @@ -0,0 +1,211 @@ + + + + + + + + AndroidTestUtilities — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

AndroidTestUtilities

+
+

Added in version 3.7.

+
+

Create a test that automatically loads specified data onto an Android device.

+
+

Introduction

+

Use this module to push data needed for testing an Android device behavior +onto a connected Android device. The module will accept files and libraries as +well as separate destinations for each. It will create a test that loads the +files into a device object store and link to them from the specified +destination. The files are only uploaded if they are not already in the object +store.

+

For example:

+
include(AndroidTestUtilities)
+android_add_test_data(
+  example_setup_test
+  FILES <files>...
+  LIBS <libs>...
+  DEVICE_TEST_DIR "/data/local/tests/example"
+  DEVICE_OBJECT_STORE "/sdcard/.ExternalData/SHA"
+  )
+
+
+

At build time a test named "example_setup_test" will be created. Run this test +on the command line with ctest(1) to load the data onto the Android +device.

+
+
+

Module Functions

+
+
+android_add_test_data
+
android_add_test_data(<test-name>
+  [FILES <files>...] [FILES_DEST <device-dir>]
+  [LIBS <libs>...]   [LIBS_DEST <device-dir>]
+  [DEVICE_OBJECT_STORE <device-dir>]
+  [DEVICE_TEST_DIR <device-dir>]
+  [NO_LINK_REGEX <strings>...]
+  )
+
+
+

The android_add_test_data function is used to copy files and libraries +needed to run project-specific tests. On the host operating system, this is +done at build time. For on-device testing, the files are loaded onto the +device by the manufactured test at run time.

+

This function accepts the following named parameters:

+
+
FILES <files>...

zero or more files needed for testing

+
+
LIBS <libs>...

zero or more libraries needed for testing

+
+
FILES_DEST <device-dir>

absolute path where the data files are expected to be

+
+
LIBS_DEST <device-dir>

absolute path where the libraries are expected to be

+
+
DEVICE_OBJECT_STORE <device-dir>

absolute path to the location where the data is stored on-device

+
+
DEVICE_TEST_DIR <device-dir>

absolute path to the root directory of the on-device test location

+
+
NO_LINK_REGEX <strings>...

list of regex strings matching the names of files that should be +copied from the object store to the testing directory

+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/BundleUtilities.html b/cmake/doc/cmake/html/module/BundleUtilities.html new file mode 100644 index 0000000000000000000000000000000000000000..9222998dedec1230b141b32a82244ffa114b6c38 --- /dev/null +++ b/cmake/doc/cmake/html/module/BundleUtilities.html @@ -0,0 +1,311 @@ + + + + + + + + BundleUtilities — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

BundleUtilities

+

Functions to help assemble a standalone bundle application.

+

A collection of CMake utility functions useful for dealing with .app +bundles on the Mac and bundle-like directories on any OS.

+

The following functions are provided by this module:

+
fixup_bundle
+copy_and_fixup_bundle
+verify_app
+get_bundle_main_executable
+get_dotapp_dir
+get_bundle_and_executable
+get_bundle_all_executables
+get_item_key
+get_item_rpaths
+clear_bundle_keys
+set_bundle_key_values
+get_bundle_keys
+copy_resolved_item_into_bundle
+copy_resolved_framework_into_bundle
+fixup_bundle_item
+verify_bundle_prerequisites
+verify_bundle_symlinks
+
+
+

Requires CMake 2.6 or greater because it uses function, break and +PARENT_SCOPE. Also depends on GetPrerequisites.cmake.

+

DO NOT USE THESE FUNCTIONS AT CONFIGURE TIME (from CMakeLists.txt)! +Instead, invoke them from an install(CODE) or +install(SCRIPT) rule.

+
fixup_bundle(<app> <libs> <dirs>)
+
+
+

Fix up <app> bundle in-place and make it standalone, such that it can be +drag-n-drop copied to another machine and run on that machine as long +as all of the system libraries are compatible.

+

If you pass plugins to fixup_bundle as the libs parameter, you should +install them or copy them into the bundle before calling fixup_bundle. +The <libs> parameter is a list of libraries that must be fixed up, but +that cannot be determined by otool output analysis (i.e. plugins).

+

Gather all the keys for all the executables and libraries in a bundle, +and then, for each key, copy each prerequisite into the bundle. Then +fix each one up according to its own list of prerequisites.

+

Then clear all the keys and call verify_app on the final bundle to +ensure that it is truly standalone.

+
+

Added in version 3.6: As an optional parameter (IGNORE_ITEM) a list of file names can be passed, +which are then ignored +(e.g. IGNORE_ITEM "vcredist_x86.exe;vcredist_x64.exe").

+
+
copy_and_fixup_bundle(<src> <dst> <libs> <dirs>)
+
+
+

Makes a copy of the bundle <src> at location <dst> and then fixes up +the new copied bundle in-place at <dst>.

+
verify_app(<app>)
+
+
+

Verifies that an application <app> appears valid based on running +analysis tools on it. Calls message(FATAL_ERROR) if the application +is not verified.

+
+

Added in version 3.6: As an optional parameter (IGNORE_ITEM) a list of file names can be passed, +which are then ignored +(e.g. IGNORE_ITEM "vcredist_x86.exe;vcredist_x64.exe")

+
+
get_bundle_main_executable(<bundle> <result_var>)
+
+
+

The result will be the full path name of the bundle's main executable +file or an error: prefixed string if it could not be determined.

+
get_dotapp_dir(<exe> <dotapp_dir_var>)
+
+
+

Returns the nearest parent dir whose name ends with .app given the +full path to an executable. If there is no such parent dir, then +simply return the dir containing the executable.

+

The returned directory may or may not exist.

+
get_bundle_and_executable(<app> <bundle_var> <executable_var> <valid_var>)
+
+
+

Takes either a .app directory name or the name of an executable +nested inside a .app directory and returns the path to the .app +directory in <bundle_var> and the path to its main executable in +<executable_var>.

+
get_bundle_all_executables(<bundle> <exes_var>)
+
+
+

Scans <bundle> bundle recursively for all <exes_var> executable +files and accumulates them into a variable.

+
get_item_key(<item> <key_var>)
+
+
+

Given <item> file name, generate <key_var> key that should be unique +considering the set of libraries that need copying or fixing up to +make a bundle standalone. This is essentially the file name including +extension with . replaced by _

+

This key is used as a prefix for CMake variables so that we can +associate a set of variables with a given item based on its key.

+
clear_bundle_keys(<keys_var>)
+
+
+

Loop over the <keys_var> list of keys, clearing all the variables +associated with each key. After the loop, clear the list of keys itself.

+

Caller of get_bundle_keys should call clear_bundle_keys when done with +list of keys.

+
set_bundle_key_values(<keys_var> <context> <item> <exepath> <dirs>
+                      <copyflag> [<rpaths>])
+
+
+

Add <keys_var> key to the list (if necessary) for the given item. +If added, also set all the variables associated with that key.

+
get_bundle_keys(<app> <libs> <dirs> <keys_var>)
+
+
+

Loop over all the executable and library files within <app> bundle (and +given as extra <libs>) and accumulate a list of keys representing +them. Set values associated with each key such that we can loop over +all of them and copy prerequisite libs into the bundle and then do +appropriate install_name_tool fixups.

+
+

Added in version 3.6: As an optional parameter (IGNORE_ITEM) a list of file names can be passed, +which are then ignored +(e.g. IGNORE_ITEM "vcredist_x86.exe;vcredist_x64.exe")

+
+
copy_resolved_item_into_bundle(<resolved_item> <resolved_embedded_item>)
+
+
+

Copy a resolved item into the bundle if necessary. +Copy is not necessary, if the <resolved_item> is "the same as" the +<resolved_embedded_item>.

+
copy_resolved_framework_into_bundle(<resolved_item> <resolved_embedded_item>)
+
+
+

Copy a resolved framework into the bundle if necessary. +Copy is not necessary, if the <resolved_item> is "the same as" the +<resolved_embedded_item>.

+

By default, BU_COPY_FULL_FRAMEWORK_CONTENTS is not set. If you want +full frameworks embedded in your bundles, set +BU_COPY_FULL_FRAMEWORK_CONTENTS to ON before calling fixup_bundle. By +default, COPY_RESOLVED_FRAMEWORK_INTO_BUNDLE copies the framework +dylib itself plus the framework Resources directory.

+
fixup_bundle_item(<resolved_embedded_item> <exepath> <dirs>)
+
+
+

Get the direct/non-system prerequisites of the <resolved_embedded_item>. +For each prerequisite, change the way it is referenced to the value of +the _EMBEDDED_ITEM keyed variable for that prerequisite. (Most likely +changing to an @executable_path style reference.)

+

This function requires that the <resolved_embedded_item> be inside +the bundle already. In other words, if you pass plugins to fixup_bundle +as the libs parameter, you should install them or copy them into the +bundle before calling fixup_bundle. The libs parameter is a list of +libraries that must be fixed up, but that cannot be determined by +otool output analysis. (i.e., plugins)

+

Also, change the id of the item being fixed up to its own +_EMBEDDED_ITEM value.

+

Accumulate changes in a local variable and make one call to +install_name_tool at the end of the function with all the changes at +once.

+

If the BU_CHMOD_BUNDLE_ITEMS variable is set then bundle items will be +marked writable before install_name_tool tries to change them.

+
verify_bundle_prerequisites(<bundle> <result_var> <info_var>)
+
+
+

Verifies that the sum of all prerequisites of all files inside the +bundle are contained within the bundle or are system libraries, +presumed to exist everywhere.

+
+

Added in version 3.6: As an optional parameter (IGNORE_ITEM) a list of file names can be passed, +which are then ignored +(e.g. IGNORE_ITEM "vcredist_x86.exe;vcredist_x64.exe")

+
+
verify_bundle_symlinks(<bundle> <result_var> <info_var>)
+
+
+

Verifies that any symlinks found in the <bundle> bundle point to other files +that are already also in the bundle... Anything that points to an +external file causes this function to fail the verification.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CMakeAddFortranSubdirectory.html b/cmake/doc/cmake/html/module/CMakeAddFortranSubdirectory.html new file mode 100644 index 0000000000000000000000000000000000000000..2f0a4d8759466d3d3e3119734ef25d4cbf46ae3b --- /dev/null +++ b/cmake/doc/cmake/html/module/CMakeAddFortranSubdirectory.html @@ -0,0 +1,165 @@ + + + + + + + + CMakeAddFortranSubdirectory — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMakeAddFortranSubdirectory

+

Add a fortran-only subdirectory, find a fortran compiler, and build.

+

The cmake_add_fortran_subdirectory function adds a subdirectory +to a project that contains a fortran-only subproject. The module will +check the current compiler and see if it can support fortran. If no +fortran compiler is found and the compiler is MSVC, then this module +will find the MinGW gfortran. It will then use an external project to +build with the MinGW tools. It will also create imported targets for +the libraries created. This will only work if the fortran code is +built into a dll, so BUILD_SHARED_LIBS is turned on in +the project. In addition the CMAKE_GNUtoMS option is set +to on, so that Microsoft .lib files are created. Usage is as follows:

+
cmake_add_fortran_subdirectory(
+ <subdir>                # name of subdirectory
+ PROJECT <project_name>  # project name in subdir top CMakeLists.txt
+ ARCHIVE_DIR <dir>       # dir where project places .lib files
+ RUNTIME_DIR <dir>       # dir where project places .dll files
+ LIBRARIES <lib>...      # names of library targets to import
+ LINK_LIBRARIES          # link interface libraries for LIBRARIES
+  [LINK_LIBS <lib> <dep>...]...
+ CMAKE_COMMAND_LINE ...  # extra command line flags to pass to cmake
+ NO_EXTERNAL_INSTALL     # skip installation of external project
+ )
+
+
+

Relative paths in ARCHIVE_DIR and RUNTIME_DIR are interpreted with +respect to the build directory corresponding to the source directory +in which the function is invoked.

+

Limitations:

+

NO_EXTERNAL_INSTALL is required for forward compatibility with a +future version that supports installation of the external project +binaries during make install.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CMakeBackwardCompatibilityCXX.html b/cmake/doc/cmake/html/module/CMakeBackwardCompatibilityCXX.html new file mode 100644 index 0000000000000000000000000000000000000000..b312247d15c584b27806c3bb5b9b097cf6e1a550 --- /dev/null +++ b/cmake/doc/cmake/html/module/CMakeBackwardCompatibilityCXX.html @@ -0,0 +1,143 @@ + + + + + + + + CMakeBackwardCompatibilityCXX — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMakeBackwardCompatibilityCXX

+

define a bunch of backwards compatibility variables

+
CMAKE_ANSI_CXXFLAGS - flag for ansi c++
+CMAKE_HAS_ANSI_STRING_STREAM - has <strstream>
+include(TestForANSIStreamHeaders)
+include(CheckIncludeFileCXX)
+include(TestForSTDNamespace)
+include(TestForANSIForScope)
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CMakeDependentOption.html b/cmake/doc/cmake/html/module/CMakeDependentOption.html new file mode 100644 index 0000000000000000000000000000000000000000..a7e749b00e086a961fb6801110e8099a68350482 --- /dev/null +++ b/cmake/doc/cmake/html/module/CMakeDependentOption.html @@ -0,0 +1,167 @@ + + + + + + + + CMakeDependentOption — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMakeDependentOption

+

Macro to provide an option dependent on other options.

+

This macro presents an option to the user only if a set of other +conditions are true.

+
+
+cmake_dependent_option
+
cmake_dependent_option(<option> "<help_text>" <value> <depends> <force>)
+
+
+

Makes <option> available to the user if the +semicolon-separated list of conditions in +<depends> are all true. Otherwise, a local variable named <option> +is set to <force>.

+

When <option> is available, the given <help_text> and initial +<value> are used. Otherwise, any value set by the user is preserved for +when <depends> is satisfied in the future.

+

Note that the <option> variable only has a value which satisfies the +<depends> condition within the scope of the caller because it is a local +variable.

+
+ +

Example invocation:

+
cmake_dependent_option(USE_FOO "Use Foo" ON "USE_BAR;NOT USE_ZOT" OFF)
+
+
+

If USE_BAR is true and USE_ZOT is false, this provides an option called +USE_FOO that defaults to ON. Otherwise, it sets USE_FOO to OFF and +hides the option from the user. If the status of USE_BAR or USE_ZOT +ever changes, any value for the USE_FOO option is saved so that when the +option is re-enabled it retains its old value.

+
+

Added in version 3.22: Full Condition Syntax is now supported. See policy CMP0127.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CMakeDetermineVSServicePack.html b/cmake/doc/cmake/html/module/CMakeDetermineVSServicePack.html new file mode 100644 index 0000000000000000000000000000000000000000..f604baa4078926231fb69ad76a5ab2ac9c382ce7 --- /dev/null +++ b/cmake/doc/cmake/html/module/CMakeDetermineVSServicePack.html @@ -0,0 +1,159 @@ + + + + + + + + CMakeDetermineVSServicePack — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMakeDetermineVSServicePack

+
+

Deprecated since version 3.0: Do not use.

+
+

The functionality of this module has been superseded by the +CMAKE_<LANG>_COMPILER_VERSION variable that contains +the compiler version number.

+

Determine the Visual Studio service pack of the 'cl' in use.

+

Usage:

+
if(MSVC)
+  include(CMakeDetermineVSServicePack)
+  DetermineVSServicePack( my_service_pack )
+  if( my_service_pack )
+    message(STATUS "Detected: ${my_service_pack}")
+  endif()
+endif()
+
+
+

Function DetermineVSServicePack sets the given variable to one of the +following values or an empty string if unknown:

+
vc80, vc80sp1
+vc90, vc90sp1
+vc100, vc100sp1
+vc110, vc110sp1, vc110sp2, vc110sp3, vc110sp4
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CMakeExpandImportedTargets.html b/cmake/doc/cmake/html/module/CMakeExpandImportedTargets.html new file mode 100644 index 0000000000000000000000000000000000000000..05d689d4d682111cbd0a3facca1331477a42db74 --- /dev/null +++ b/cmake/doc/cmake/html/module/CMakeExpandImportedTargets.html @@ -0,0 +1,162 @@ + + + + + + + + CMakeExpandImportedTargets — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMakeExpandImportedTargets

+
+

Deprecated since version 3.4: Do not use.

+
+

This module was once needed to expand imported targets to the underlying +libraries they reference on disk for use with the try_compile() +and try_run() commands. These commands now support imported +libraries in their LINK_LIBRARIES options (since CMake 2.8.11 +for try_compile() and since CMake 3.2 for try_run()).

+

This module does not support the policy CMP0022 NEW +behavior or use of the INTERFACE_LINK_LIBRARIES property +because generator expressions +cannot be evaluated during configuration.

+
CMAKE_EXPAND_IMPORTED_TARGETS(<var> LIBRARIES lib1 lib2...libN
+                              [CONFIGURATION <config>])
+
+
+

CMAKE_EXPAND_IMPORTED_TARGETS() takes a list of libraries and replaces +all imported targets contained in this list with their actual file +paths of the referenced libraries on disk, including the libraries +from their link interfaces. If a CONFIGURATION is given, it uses the +respective configuration of the imported targets if it exists. If no +CONFIGURATION is given, it uses the first configuration from +${CMAKE_CONFIGURATION_TYPES} if set, otherwise ${CMAKE_BUILD_TYPE}.

+
cmake_expand_imported_targets(expandedLibs
+  LIBRARIES ${CMAKE_REQUIRED_LIBRARIES}
+  CONFIGURATION "${CMAKE_TRY_COMPILE_CONFIGURATION}" )
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CMakeFindDependencyMacro.html b/cmake/doc/cmake/html/module/CMakeFindDependencyMacro.html new file mode 100644 index 0000000000000000000000000000000000000000..96954fe235019787023ba27a72410b7db529200d --- /dev/null +++ b/cmake/doc/cmake/html/module/CMakeFindDependencyMacro.html @@ -0,0 +1,191 @@ + + + + + + + + CMakeFindDependencyMacro — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMakeFindDependencyMacro

+
+
+find_dependency
+

The find_dependency() macro wraps a find_package() call for +a package dependency:

+
find_dependency(<dep> [...])
+
+
+

It is designed to be used in a +Package Configuration File +(<PackageName>Config.cmake). find_dependency forwards the correct +parameters for QUIET and REQUIRED which were passed to +the original find_package() call. Any additional arguments +specified are forwarded to find_package().

+

If the dependency could not be found it sets an informative diagnostic +message and calls return() to end processing of the calling +package configuration file and return to the find_package() +command that loaded it.

+
+

Note

+

The call to return() makes this macro unsuitable to call +from Find Modules.

+
+
+ +
+

Package Dependency Search Optimizations

+

If find_dependency is called with arguments identical to a previous +call in the same directory, perhaps due to diamond-shaped package +dependencies, the underlying call to find_package() is optimized +out. This optimization is important to support large package dependency +graphs while avoiding a combinatorial explosion of repeated searches. +However, the heuristic cannot account for ambient variables that +affect package behavior, such as <PackageName>_USE_STATIC_LIBS, +offered by some packages. Therefore package configuration files should +avoid setting such variables before their calls to find_dependency.

+
+

Changed in version 3.15: Previously, the underlying call to find_package() was always +optimized out if the package had already been found. CMake 3.15 +removed the optimization to support cases in which find_dependency +call arguments request different components.

+
+
+

Changed in version 3.26: The pre-3.15 optimization was restored, but with the above-described +heuristic to account for varying find_dependency call arguments.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CMakeFindFrameworks.html b/cmake/doc/cmake/html/module/CMakeFindFrameworks.html new file mode 100644 index 0000000000000000000000000000000000000000..86a5ba974a01876b0474c65a36eb45da43ac0c94 --- /dev/null +++ b/cmake/doc/cmake/html/module/CMakeFindFrameworks.html @@ -0,0 +1,142 @@ + + + + + + + + CMakeFindFrameworks — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMakeFindFrameworks

+
+

Deprecated since version 3.31: This module does nothing, unless policy CMP0173 is set to OLD.

+
+

helper module to find OSX frameworks

+

This module reads hints about search locations from variables:

+
CMAKE_FIND_FRAMEWORK_EXTRA_LOCATIONS - Extra directories
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CMakeFindPackageMode.html b/cmake/doc/cmake/html/module/CMakeFindPackageMode.html new file mode 100644 index 0000000000000000000000000000000000000000..fb51d3fa67cf6a4c086bca48f8939cd01795a089 --- /dev/null +++ b/cmake/doc/cmake/html/module/CMakeFindPackageMode.html @@ -0,0 +1,159 @@ + + + + + + + + CMakeFindPackageMode — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMakeFindPackageMode

+

This file is executed by cmake when invoked with +--find-package. +It expects that the following variables are set using -D:

+
+
NAME

name of the package

+
+
COMPILER_ID

the CMake compiler ID for which the result is, +i.e. GNU/Intel/Clang/MSVC, etc.

+
+
LANGUAGE

language for which the result will be used, +i.e. C/CXX/Fortran/ASM

+
+
MODE
+
EXIST

only check for existence of the given package

+
+
COMPILE

print the flags needed for compiling an object file which uses +the given package

+
+
LINK

print the flags needed for linking when using the given package

+
+
+
+
QUIET

if TRUE, don't print anything

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CMakeForceCompiler.html b/cmake/doc/cmake/html/module/CMakeForceCompiler.html new file mode 100644 index 0000000000000000000000000000000000000000..302a34a87d6428505f3d4b93d029cdf5530d462e --- /dev/null +++ b/cmake/doc/cmake/html/module/CMakeForceCompiler.html @@ -0,0 +1,184 @@ + + + + + + + + CMakeForceCompiler — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMakeForceCompiler

+
+

Deprecated since version 3.6: Do not use.

+
+

The macros provided by this module were once intended for use by +cross-compiling toolchain files when CMake was not able to automatically +detect the compiler identification. Since the introduction of this module, +CMake's compiler identification capabilities have improved and can now be +taught to recognize any compiler. Furthermore, the suite of information +CMake detects from a compiler is now too extensive to be provided by +toolchain files using these macros.

+

One common use case for this module was to skip CMake's checks for a +working compiler when using a cross-compiler that cannot link binaries +without special flags or custom linker scripts. This case is now supported +by setting the CMAKE_TRY_COMPILE_TARGET_TYPE variable in the +toolchain file instead.

+
+

Macro CMAKE_FORCE_C_COMPILER has the following signature:

+
CMAKE_FORCE_C_COMPILER(<compiler> <compiler-id>)
+
+
+

It sets CMAKE_C_COMPILER to +the given compiler and the cmake internal variable +CMAKE_C_COMPILER_ID to the given +compiler-id. It also bypasses the check for working compiler and basic +compiler information tests.

+

Macro CMAKE_FORCE_CXX_COMPILER has the following signature:

+
CMAKE_FORCE_CXX_COMPILER(<compiler> <compiler-id>)
+
+
+

It sets CMAKE_CXX_COMPILER to +the given compiler and the cmake internal variable +CMAKE_CXX_COMPILER_ID to the given +compiler-id. It also bypasses the check for working compiler and basic +compiler information tests.

+

Macro CMAKE_FORCE_Fortran_COMPILER has the following signature:

+
CMAKE_FORCE_Fortran_COMPILER(<compiler> <compiler-id>)
+
+
+

It sets CMAKE_Fortran_COMPILER to +the given compiler and the cmake internal variable +CMAKE_Fortran_COMPILER_ID to the given +compiler-id. It also bypasses the check for working compiler and basic +compiler information tests.

+

So a simple toolchain file could look like this:

+
include (CMakeForceCompiler)
+set(CMAKE_SYSTEM_NAME Generic)
+CMAKE_FORCE_C_COMPILER   (chc12 MetrowerksHicross)
+CMAKE_FORCE_CXX_COMPILER (chc12 MetrowerksHicross)
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CMakeGraphVizOptions.html b/cmake/doc/cmake/html/module/CMakeGraphVizOptions.html new file mode 100644 index 0000000000000000000000000000000000000000..46cdac3db17be2dddfeee7302c2370f9de25b8a0 --- /dev/null +++ b/cmake/doc/cmake/html/module/CMakeGraphVizOptions.html @@ -0,0 +1,328 @@ + + + + + + + + CMakeGraphVizOptions — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMakeGraphVizOptions

+

The builtin Graphviz support of CMake.

+
+

Generating Graphviz files

+

CMake can generate Graphviz files showing the +dependencies between the targets in a project, as well as external libraries +which are linked against.

+

When running CMake with the --graphviz=foo.dot option, it produces:

+
    +
  • a foo.dot file, showing all dependencies in the project

  • +
  • a foo.dot.<target> file for each target, showing on which other targets +it depends

  • +
  • a foo.dot.<target>.dependers file for each target, showing which other +targets depend on it

  • +
+

Those .dot files can be converted to images using the dot command from the +Graphviz package:

+
dot -Tpng -o foo.png foo.dot
+
+
+
+

Added in version 3.10: The different dependency types PUBLIC, INTERFACE and PRIVATE +are represented as solid, dashed and dotted edges.

+
+
+
+

Variables specific to the Graphviz support

+

The resulting graphs can be huge. The look and content of the generated graphs +can be controlled using the file CMakeGraphVizOptions.cmake. This file is +first searched in CMAKE_BINARY_DIR, and then in +CMAKE_SOURCE_DIR. If found, the variables set in it are used to +adjust options for the generated Graphviz files.

+
+
+GRAPHVIZ_GRAPH_NAME
+

The graph name.

+ +
+ +
+
+GRAPHVIZ_GRAPH_HEADER
+

The header written at the top of the Graphviz files.

+
    +
  • Mandatory: NO

  • +
  • Default: "node [ fontsize = "12" ];"

  • +
+
+ +
+
+GRAPHVIZ_NODE_PREFIX
+

The prefix for each node in the Graphviz files.

+
    +
  • Mandatory: NO

  • +
  • Default: "node"

  • +
+
+ +
+
+GRAPHVIZ_EXECUTABLES
+

Set to FALSE to exclude executables from the generated graphs.

+
    +
  • Mandatory: NO

  • +
  • Default: TRUE

  • +
+
+ +
+
+GRAPHVIZ_STATIC_LIBS
+

Set to FALSE to exclude static libraries from the generated graphs.

+
    +
  • Mandatory: NO

  • +
  • Default: TRUE

  • +
+
+ +
+
+GRAPHVIZ_SHARED_LIBS
+

Set to FALSE to exclude shared libraries from the generated graphs.

+
    +
  • Mandatory: NO

  • +
  • Default: TRUE

  • +
+
+ +
+
+GRAPHVIZ_MODULE_LIBS
+

Set to FALSE to exclude module libraries from the generated graphs.

+
    +
  • Mandatory: NO

  • +
  • Default: TRUE

  • +
+
+ +
+
+GRAPHVIZ_INTERFACE_LIBS
+

Set to FALSE to exclude interface libraries from the generated graphs.

+
    +
  • Mandatory: NO

  • +
  • Default: TRUE

  • +
+
+ +
+
+GRAPHVIZ_OBJECT_LIBS
+

Set to FALSE to exclude object libraries from the generated graphs.

+
    +
  • Mandatory: NO

  • +
  • Default: TRUE

  • +
+
+ +
+
+GRAPHVIZ_UNKNOWN_LIBS
+

Set to FALSE to exclude unknown libraries from the generated graphs.

+
    +
  • Mandatory: NO

  • +
  • Default: TRUE

  • +
+
+ +
+
+GRAPHVIZ_EXTERNAL_LIBS
+

Set to FALSE to exclude external libraries from the generated graphs.

+
    +
  • Mandatory: NO

  • +
  • Default: TRUE

  • +
+
+ +
+
+GRAPHVIZ_CUSTOM_TARGETS
+

Set to TRUE to include custom targets in the generated graphs.

+
    +
  • Mandatory: NO

  • +
  • Default: FALSE

  • +
+
+ +
+
+GRAPHVIZ_IGNORE_TARGETS
+

A list of regular expressions for names of targets to exclude from the +generated graphs.

+
    +
  • Mandatory: NO

  • +
  • Default: empty

  • +
+
+ +
+
+GRAPHVIZ_GENERATE_PER_TARGET
+

Set to FALSE to not generate per-target graphs foo.dot.<target>.

+
    +
  • Mandatory: NO

  • +
  • Default: TRUE

  • +
+
+ +
+
+GRAPHVIZ_GENERATE_DEPENDERS
+

Set to FALSE to not generate depender graphs foo.dot.<target>.dependers.

+
    +
  • Mandatory: NO

  • +
  • Default: TRUE

  • +
+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CMakePackageConfigHelpers.html b/cmake/doc/cmake/html/module/CMakePackageConfigHelpers.html new file mode 100644 index 0000000000000000000000000000000000000000..e09dd93e64d67ecc625fca5582957135993551b7 --- /dev/null +++ b/cmake/doc/cmake/html/module/CMakePackageConfigHelpers.html @@ -0,0 +1,512 @@ + + + + + + + + CMakePackageConfigHelpers — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMakePackageConfigHelpers

+

Helper functions for creating config files that can be included by other +projects to find and use a package.

+
+

Generating a Package Configuration File

+
+
+configure_package_config_file
+

Create a config file for a project:

+
configure_package_config_file(<input> <output>
+  INSTALL_DESTINATION <path>
+  [PATH_VARS <var1> <var2> ... <varN>]
+  [NO_SET_AND_CHECK_MACRO]
+  [NO_CHECK_REQUIRED_COMPONENTS_MACRO]
+  [INSTALL_PREFIX <path>]
+  )
+
+
+
+ +

configure_package_config_file() should be used instead of the plain +configure_file() command when creating the <PackageName>Config.cmake +or <PackageName>-config.cmake file for installing a project or library. +It helps make the resulting package relocatable by avoiding hardcoded paths +in the installed <PackageName>Config.cmake file.

+

In a FooConfig.cmake file there may be code like this to make the install +destinations known to the using project:

+
set(FOO_INCLUDE_DIR   "@CMAKE_INSTALL_FULL_INCLUDEDIR@" )
+set(FOO_DATA_DIR   "@CMAKE_INSTALL_PREFIX@/@RELATIVE_DATA_INSTALL_DIR@" )
+set(FOO_ICONS_DIR   "@CMAKE_INSTALL_PREFIX@/share/icons" )
+#...logic to determine installedPrefix from the own location...
+set(FOO_CONFIG_DIR  "${installedPrefix}/@CONFIG_INSTALL_DIR@" )
+
+
+

All four options shown above are not sufficient The first three hardcode the +absolute directory locations. The fourth case works only if the logic to +determine the installedPrefix is correct, and if CONFIG_INSTALL_DIR +contains a relative path, which in general cannot be guaranteed. This has the +effect that the resulting FooConfig.cmake file would work poorly under +Windows and macOS, where users are used to choosing the install location of a +binary package at install time, independent from how +CMAKE_INSTALL_PREFIX was set at build/cmake time.

+

Using configure_package_config_file() helps. If used correctly, it makes +the resulting FooConfig.cmake file relocatable. Usage:

+
    +
  1. Write a FooConfig.cmake.in file as you are used to.

  2. +
  3. Insert a line at the top containing only the string @PACKAGE_INIT@.

  4. +
  5. Instead of set(FOO_DIR "@SOME_INSTALL_DIR@"), use +set(FOO_DIR "@PACKAGE_SOME_INSTALL_DIR@") (this must be after the +@PACKAGE_INIT@ line).

  6. +
  7. Instead of using the normal configure_file() command, use +configure_package_config_file().

  8. +
+

The <input> and <output> arguments are the input and output file, the +same way as in configure_file().

+

The <path> given to INSTALL_DESTINATION must be the destination where +the FooConfig.cmake file will be installed to. This path can either be +absolute, or relative to the INSTALL_PREFIX path.

+

The variables <var1> to <varN> given as PATH_VARS are the +variables which contain install destinations. For each of them, the macro will +create a helper variable PACKAGE_<var...>. These helper variables must be +used in the FooConfig.cmake.in file for setting the installed location. +They are calculated by configure_package_config_file() so that they are +always relative to the installed location of the package. This works both for +relative and also for absolute locations. For absolute locations, it works +only if the absolute location is a subdirectory of INSTALL_PREFIX.

+
+

Added in version 3.30: The variable PACKAGE_PREFIX_DIR will always be defined after the +@PACKAGE_INIT@ line. It will hold the value of the base install +location. In general, variables defined via the PATH_VARS mechanism +should be used instead, but PACKAGE_PREFIX_DIR can be used for those +cases not easily handled by PATH_VARS, such as for files installed +directly to the base install location rather than a subdirectory of it.

+
+

Note

+

When consumers of the generated file use CMake 3.29 or older, the value +of PACKAGE_PREFIX_DIR can be changed by a call to +find_dependency() or find_package(). +If a project relies on PACKAGE_PREFIX_DIR, it is the project's +responsibility to ensure that the value of PACKAGE_PREFIX_DIR is +preserved across any such calls, or any other calls which might include +another file generated by configure_package_config_file().

+
+
+
+

Added in version 3.1: If the INSTALL_PREFIX argument is passed, this is used as the base path to +calculate all the relative paths. The <path> argument must be an absolute +path. If this argument is not passed, the CMAKE_INSTALL_PREFIX +variable will be used instead. The default value is good when generating a +FooConfig.cmake file to use your package from the install tree. When +generating a FooConfig.cmake file to use your package from the build tree, +this option should be used.

+
+

By default, configure_package_config_file() also generates two helper +macros, set_and_check() and check_required_components(), into the +FooConfig.cmake file.

+

set_and_check() should be used instead of the normal set() command +for setting directories and file locations. In addition to setting the +variable, it also checks that the referenced file or directory actually exists +and fails with a fatal error if it doesn't. This ensures that the generated +FooConfig.cmake file does not contain wrong references. +Add the NO_SET_AND_CHECK_MACRO option to prevent the generation of the +set_and_check() macro in the FooConfig.cmake file.

+

check_required_components(<PackageName>) should be called at the end of +the FooConfig.cmake file. This macro checks whether all requested, +non-optional components have been found, and if this is not the case, it sets +the Foo_FOUND variable to FALSE so that the package is considered to +be not found. It does that by testing the Foo_<Component>_FOUND +variables for all requested required components. This macro should be +called even if the package doesn't provide any components to make sure +users are not specifying components erroneously. Add the +NO_CHECK_REQUIRED_COMPONENTS_MACRO option to prevent the generation of the +check_required_components() macro in the FooConfig.cmake file.

+

See also Example Generating Package Files.

+
+
+

Generating a Package Version File

+
+
+write_basic_package_version_file
+

Create a version file for a project:

+
write_basic_package_version_file(<filename>
+  [VERSION <major.minor.patch>]
+  COMPATIBILITY <AnyNewerVersion|SameMajorVersion|SameMinorVersion|ExactVersion>
+  [ARCH_INDEPENDENT] )
+
+
+
+ +

Writes a file for use as a <PackageName>ConfigVersion.cmake file to +<filename>. See the documentation of find_package() for +details on such files.

+

<filename> is the output filename, which should be in the build tree. +<major.minor.patch> is the version number of the project to be installed.

+

If no VERSION is given, the PROJECT_VERSION variable is used. +If this hasn't been set, it errors out.

+

The COMPATIBILITY mode AnyNewerVersion means that the installed +package version will be considered compatible if it is newer or exactly the +same as the requested version. This mode should be used for packages which +are fully backward compatible, also across major versions. +If SameMajorVersion is used instead, then the behavior differs from +AnyNewerVersion in that the major version number must be the same as +requested, e.g. version 2.0 will not be considered compatible if 1.0 is +requested. This mode should be used for packages which guarantee backward +compatibility within the same major version. +If SameMinorVersion is used, the behavior is the same as +SameMajorVersion, but both major and minor version must be the same as +requested, e.g version 0.2 will not be compatible if 0.1 is requested. +If ExactVersion is used, then the package is only considered compatible if +the requested version matches exactly its own version number (not considering +the tweak version). For example, version 1.2.3 of a package is only +considered compatible to requested version 1.2.3. This mode is for packages +without compatibility guarantees. +If your project has more elaborate version matching rules, you will need to +write your own custom <PackageName>ConfigVersion.cmake file instead of +using this macro.

+
+

Added in version 3.11: The SameMinorVersion compatibility mode.

+
+
+

Added in version 3.14: If ARCH_INDEPENDENT is given, the installed package version will be +considered compatible even if it was built for a different architecture than +the requested architecture. Otherwise, an architecture check will be performed, +and the package will be considered compatible only if the architecture matches +exactly. For example, if the package is built for a 32-bit architecture, the +package is only considered compatible if it is used on a 32-bit architecture, +unless ARCH_INDEPENDENT is given, in which case the package is considered +compatible on any architecture.

+
+

Note

+

ARCH_INDEPENDENT is intended for header-only libraries or +similar packages with no binaries.

+
+
+
+

Added in version 3.19: The version file generated by AnyNewerVersion, SameMajorVersion and +SameMinorVersion arguments of COMPATIBILITY handle the version range, +if one is specified (see find_package() command for the details). +ExactVersion mode is incompatible with version ranges and will display an +author warning if one is specified.

+
+

Internally, this macro executes configure_file() to create the +resulting version file. Depending on the COMPATIBILITY, the corresponding +BasicConfigVersion-<COMPATIBILITY>.cmake.in file is used. +Please note that these files are internal to CMake and you should not call +configure_file() on them yourself, but they can be used as a starting +point to create more sophisticated custom <PackageName>ConfigVersion.cmake +files.

+
+
+

Generating an Apple Platform Selection File

+
+
+generate_apple_platform_selection_file
+
+

Added in version 3.29.

+
+

Create an Apple platform selection file:

+
generate_apple_platform_selection_file(<filename>
+  INSTALL_DESTINATION <path>
+  [INSTALL_PREFIX <path>]
+  [MACOS_INCLUDE_FILE <file>]
+  [IOS_INCLUDE_FILE <file>]
+  [IOS_SIMULATOR_INCLUDE_FILE <file>]
+  [IOS_CATALYST_INCLUDE_FILE <file>]
+  [TVOS_INCLUDE_FILE <file>]
+  [TVOS_SIMULATOR_INCLUDE_FILE <file>]
+  [WATCHOS_INCLUDE_FILE <file>]
+  [WATCHOS_SIMULATOR_INCLUDE_FILE <file>]
+  [VISIONOS_INCLUDE_FILE <file>]
+  [VISIONOS_SIMULATOR_INCLUDE_FILE <file>]
+  [ERROR_VARIABLE <variable>]
+  )
+
+
+

Write a file that includes an Apple-platform-specific .cmake file, +e.g., for use as <PackageName>Config.cmake. This can be used in +conjunction with the XCFRAMEWORK_LOCATION argument of +export(SETUP) to export packages in a way that a project +built for any Apple platform can use them.

+
+
INSTALL_DESTINATION <path>

Path to which the generated file will be installed by the caller, e.g., +via install(FILES). The path may be either relative to the +INSTALL_PREFIX or absolute.

+
+
INSTALL_PREFIX <path>

Path prefix to which the package will be installed by the caller. +The <path> argument must be an absolute path. If this argument +is not passed, the CMAKE_INSTALL_PREFIX variable will be +used instead.

+
+
MACOS_INCLUDE_FILE <file>

File to include if the platform is macOS.

+
+
IOS_INCLUDE_FILE <file>

File to include if the platform is iOS.

+
+
IOS_SIMULATOR_INCLUDE_FILE <file>

File to include if the platform is iOS Simulator.

+
+
IOS_CATALYST_INCLUDE_FILE <file>
+

Added in version 3.31.

+
+

File to include if the platform is iOS Catalyst.

+
+
TVOS_INCLUDE_FILE <file>

File to include if the platform is tvOS.

+
+
TVOS_SIMULATOR_INCLUDE_FILE <file>

File to include if the platform is tvOS Simulator.

+
+
WATCHOS_INCLUDE_FILE <file>

File to include if the platform is watchOS.

+
+
WATCHOS_SIMULATOR_INCLUDE_FILE <file>

File to include if the platform is watchOS Simulator.

+
+
VISIONOS_INCLUDE_FILE <file>

File to include if the platform is visionOS.

+
+
VISIONOS_SIMULATOR_INCLUDE_FILE <file>

File to include if the platform is visionOS Simulator.

+
+
ERROR_VARIABLE <variable>

If the consuming project is built for an unsupported platform, +set <variable> to an error message. The includer may use this +information to pretend the package was not found. If this option +is not given, the default behavior is to issue a fatal error.

+
+
+

If any of the optional include files is not specified, and the consuming +project is built for its corresponding platform, the generated file will +consider the platform to be unsupported. The behavior is determined +by the ERROR_VARIABLE option.

+
+ +
+
+

Generating an Apple Architecture Selection File

+
+
+generate_apple_architecture_selection_file
+
+

Added in version 3.29.

+
+

Create an Apple architecture selection file:

+
generate_apple_architecture_selection_file(<filename>
+  INSTALL_DESTINATION <path>
+  [INSTALL_PREFIX <path>]
+  [SINGLE_ARCHITECTURES <arch>...
+   SINGLE_ARCHITECTURE_INCLUDE_FILES <file>...]
+  [UNIVERSAL_ARCHITECTURES <arch>...
+   UNIVERSAL_INCLUDE_FILE <file>]
+  [ERROR_VARIABLE <variable>]
+  )
+
+
+

Write a file that includes an Apple-architecture-specific .cmake file +based on CMAKE_OSX_ARCHITECTURES, e.g., for inclusion from an +Apple-specific <PackageName>Config.cmake file.

+
+
INSTALL_DESTINATION <path>

Path to which the generated file will be installed by the caller, e.g., +via install(FILES). The path may be either relative to the +INSTALL_PREFIX or absolute.

+
+
INSTALL_PREFIX <path>

Path prefix to which the package will be installed by the caller. +The <path> argument must be an absolute path. If this argument +is not passed, the CMAKE_INSTALL_PREFIX variable will be +used instead.

+
+
SINGLE_ARCHITECTURES <arch>...

Architectures provided by entries of SINGLE_ARCHITECTURE_INCLUDE_FILES.

+
+
SINGLE_ARCHITECTURE_INCLUDE_FILES <file>...

Architecture-specific files. One of them will be loaded +when CMAKE_OSX_ARCHITECTURES contains a single +architecture matching the corresponding entry of +SINGLE_ARCHITECTURES.

+
+
UNIVERSAL_ARCHITECTURES <arch>...

Architectures provided by the UNIVERSAL_INCLUDE_FILE.

+

The list may include $(ARCHS_STANDARD) to support consumption using +the Xcode generator, but the architectures should always +be listed individually too.

+
+
UNIVERSAL_INCLUDE_FILE <file>

A file to load when CMAKE_OSX_ARCHITECTURES contains +a (non-strict) subset of the UNIVERSAL_ARCHITECTURES and +does not match any one of the SINGLE_ARCHITECTURES.

+
+
ERROR_VARIABLE <variable>

If the consuming project is built for an unsupported architecture, +set <variable> to an error message. The includer may use this +information to pretend the package was not found. If this option +is not given, the default behavior is to issue a fatal error.

+
+
+
+ +
+
+

Example Generating Package Files

+

Example using both the configure_package_config_file() and +write_basic_package_version_file() commands:

+
+
CMakeLists.txt
+
include(GNUInstallDirs)
+set(INCLUDE_INSTALL_DIR ${CMAKE_INSTALL_INCLUDEDIR}/Foo
+    CACHE PATH "Location of header files" )
+set(SYSCONFIG_INSTALL_DIR ${CMAKE_INSTALL_SYSCONFDIR}/foo
+    CACHE PATH "Location of configuration files" )
+#...
+include(CMakePackageConfigHelpers)
+configure_package_config_file(FooConfig.cmake.in
+  ${CMAKE_CURRENT_BINARY_DIR}/FooConfig.cmake
+  INSTALL_DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/Foo
+  PATH_VARS INCLUDE_INSTALL_DIR SYSCONFIG_INSTALL_DIR)
+write_basic_package_version_file(
+  ${CMAKE_CURRENT_BINARY_DIR}/FooConfigVersion.cmake
+  VERSION 1.2.3
+  COMPATIBILITY SameMajorVersion )
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/FooConfig.cmake
+              ${CMAKE_CURRENT_BINARY_DIR}/FooConfigVersion.cmake
+        DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/Foo )
+
+
+
+
+
FooConfig.cmake.in
+
set(FOO_VERSION x.y.z)
+...
+@PACKAGE_INIT@
+...
+set_and_check(FOO_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@")
+set_and_check(FOO_SYSCONFIG_DIR "@PACKAGE_SYSCONFIG_INSTALL_DIR@")
+
+check_required_components(Foo)
+
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CMakeParseArguments.html b/cmake/doc/cmake/html/module/CMakeParseArguments.html new file mode 100644 index 0000000000000000000000000000000000000000..98a291f45b30e56f4e5df22c869b1db809a944b0 --- /dev/null +++ b/cmake/doc/cmake/html/module/CMakeParseArguments.html @@ -0,0 +1,138 @@ + + + + + + + + CMakeParseArguments — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMakeParseArguments

+

This module once implemented the cmake_parse_arguments() command +that is now implemented natively by CMake. It is now an empty placeholder +for compatibility with projects that include it to get the command from +CMake 3.4 and lower.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CMakePrintHelpers.html b/cmake/doc/cmake/html/module/CMakePrintHelpers.html new file mode 100644 index 0000000000000000000000000000000000000000..ab49d234f23be9287261654361b38c12d2b5ec8c --- /dev/null +++ b/cmake/doc/cmake/html/module/CMakePrintHelpers.html @@ -0,0 +1,167 @@ + + + + + + + + CMakePrintHelpers — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMakePrintHelpers

+

Convenience functions for printing properties and variables, useful +e.g. for debugging.

+
cmake_print_properties(<TARGETS       [<target1> ...] |
+                        SOURCES       [<source1> ...] |
+                        DIRECTORIES   [<dir1> ...]    |
+                        TESTS         [<test1> ...]   |
+                        CACHE_ENTRIES [<entry1> ...]  >
+                       PROPERTIES [<prop1> ...]         )
+
+
+

This function prints the values of the properties of the given targets, +source files, directories, tests or cache entries. Exactly one of the +scope keywords must be used. The scope keyword and its arguments must +come before the PROPERTIES keyword, in the arguments list.

+

Example:

+
cmake_print_properties(TARGETS foo bar PROPERTIES
+                       LOCATION INTERFACE_INCLUDE_DIRECTORIES)
+
+
+

This will print the LOCATION and INTERFACE_INCLUDE_DIRECTORIES properties for +both targets foo and bar.

+
cmake_print_variables(var1 var2 ..  varN)
+
+
+

This function will print the name of each variable followed by its value. +Example:

+
cmake_print_variables(CMAKE_C_COMPILER CMAKE_MAJOR_VERSION DOES_NOT_EXIST)
+
+
+

Gives:

+
-- CMAKE_C_COMPILER="/usr/bin/gcc" ; CMAKE_MAJOR_VERSION="2" ; DOES_NOT_EXIST=""
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CMakePrintSystemInformation.html b/cmake/doc/cmake/html/module/CMakePrintSystemInformation.html new file mode 100644 index 0000000000000000000000000000000000000000..5d10b8473981e6bc04523814579c500d68dbaf51 --- /dev/null +++ b/cmake/doc/cmake/html/module/CMakePrintSystemInformation.html @@ -0,0 +1,137 @@ + + + + + + + + CMakePrintSystemInformation — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMakePrintSystemInformation

+

Print system information.

+

This module serves diagnostic purposes. Just include it in a +project to see various internal CMake variables.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CMakePushCheckState.html b/cmake/doc/cmake/html/module/CMakePushCheckState.html new file mode 100644 index 0000000000000000000000000000000000000000..874aa0c589e952c4f9cfc553ec69136ea0318fa3 --- /dev/null +++ b/cmake/doc/cmake/html/module/CMakePushCheckState.html @@ -0,0 +1,161 @@ + + + + + + + + CMakePushCheckState — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMakePushCheckState

+

This module defines three macros: CMAKE_PUSH_CHECK_STATE() +CMAKE_POP_CHECK_STATE() and CMAKE_RESET_CHECK_STATE() These macros can +be used to save, restore and reset (i.e., clear contents) the state of +the variables CMAKE_REQUIRED_FLAGS, CMAKE_REQUIRED_DEFINITIONS, +CMAKE_REQUIRED_LINK_OPTIONS, CMAKE_REQUIRED_LIBRARIES, +CMAKE_REQUIRED_LINK_DIRECTORIES, +CMAKE_REQUIRED_INCLUDES and CMAKE_EXTRA_INCLUDE_FILES used by the +various Check-files coming with CMake, like e.g. check_function_exists() +etc. +The variable contents are pushed on a stack, pushing multiple times is +supported. This is useful e.g. when executing such tests in a Find-module, +where they have to be set, but after the Find-module has been executed they +should have the same value as they had before.

+

CMAKE_PUSH_CHECK_STATE() macro receives optional argument RESET. +Whether it's specified, CMAKE_PUSH_CHECK_STATE() will set all +CMAKE_REQUIRED_* variables to empty values, same as +CMAKE_RESET_CHECK_STATE() call will do.

+

Usage:

+
cmake_push_check_state(RESET)
+set(CMAKE_REQUIRED_DEFINITIONS -DSOME_MORE_DEF)
+check_function_exists(...)
+cmake_reset_check_state()
+set(CMAKE_REQUIRED_DEFINITIONS -DANOTHER_DEF)
+check_function_exists(...)
+cmake_pop_check_state()
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CMakeVerifyManifest.html b/cmake/doc/cmake/html/module/CMakeVerifyManifest.html new file mode 100644 index 0000000000000000000000000000000000000000..7bf3c47f8de2b168c2d249a29faa8e899e902c09 --- /dev/null +++ b/cmake/doc/cmake/html/module/CMakeVerifyManifest.html @@ -0,0 +1,143 @@ + + + + + + + + CMakeVerifyManifest — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMakeVerifyManifest

+

CMakeVerifyManifest.cmake

+

This script is used to verify that embedded manifests and side by side +manifests for a project match. To run this script, cd to a directory +and run the script with cmake -P. On the command line you can pass in +versions that are OK even if not found in the .manifest files. For +example, cmake -Dallow_versions=8.0.50608.0 +-PCmakeVerifyManifest.cmake could be used to allow an embedded manifest +of 8.0.50608.0 to be used in a project even if that version was not +found in the .manifest file.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CPack.html b/cmake/doc/cmake/html/module/CPack.html new file mode 100644 index 0000000000000000000000000000000000000000..fce803780ce4a820a8ac63666a06022625cbfc4c --- /dev/null +++ b/cmake/doc/cmake/html/module/CPack.html @@ -0,0 +1,729 @@ + + + + + + + + CPack — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPack

+

Configure generators for binary installers and source packages.

+
+

Introduction

+

The CPack module generates the configuration files CPackConfig.cmake +and CPackSourceConfig.cmake. They are intended for use in a subsequent +run of the cpack program where they steer the generation +of installers or/and source packages.

+

Depending on the CMake generator, the CPack module may also add two new build +targets, package and package_source. See the packaging targets +section below for details.

+

The generated binary installers will contain all files that have been installed +via CMake's install() command (and the deprecated commands +install_files(), install_programs(), and +install_targets()). Note that the DESTINATION option of the +install() command must be a relative path; otherwise installed files +are ignored by CPack.

+

Certain kinds of binary installers can be configured such that users can select +individual application components to install. See the CPackComponent +module for further details.

+

Source packages (configured through CPackSourceConfig.cmake and generated +by the CPack Archive Generator) will contain all source files in +the project directory except those specified in +CPACK_SOURCE_IGNORE_FILES.

+
+
+

CPack Generators

+

The CPACK_GENERATOR variable has different meanings in different +contexts. In a CMakeLists.txt file, CPACK_GENERATOR is a +list of generators: and when cpack is run with no other +arguments, it will iterate over that list and produce one package for each +generator. In a CPACK_PROJECT_CONFIG_FILE, +CPACK_GENERATOR is a string naming a single generator. If you +need per-cpack-generator logic to control other cpack settings, then you +need a CPACK_PROJECT_CONFIG_FILE. +If set, the CPACK_PROJECT_CONFIG_FILE is included automatically +on a per-generator basis. It only need contain overrides.

+

Here's how it works:

+
    +
  • cpack runs

  • +
  • it includes CPackConfig.cmake

  • +
  • it iterates over the generators given by the -G command +line option, or if no such option was specified, over the list of generators +given by the CPACK_GENERATOR variable set in the CPackConfig.cmake +input file.

  • +
  • foreach generator, it then

    + +
  • +
+

This is the key: For each generator listed in CPACK_GENERATOR in +CPackConfig.cmake, cpack will reset CPACK_GENERATOR +internally to the one currently being used and then include the +CPACK_PROJECT_CONFIG_FILE.

+

For a list of available generators, see cpack-generators(7).

+
+
+

Targets package and package_source

+

If CMake is run with the Makefile, Ninja, or Xcode generator, then +include(CPack) generates a target package. This makes it possible +to build a binary installer from CMake, Make, or Ninja: Instead of cpack, +one may call cmake --build . --target package or make package or +ninja package. The VS generator creates an uppercase target PACKAGE.

+

If CMake is run with the Makefile or Ninja generator, then include(CPack) +also generates a target package_source. To build a source package, +instead of cpack -G TGZ --config CPackSourceConfig.cmake one may call +cmake --build . --target package_source, make package_source, +or ninja package_source.

+
+
+

Variables common to all CPack Generators

+

Before including this CPack module in your CMakeLists.txt file, there +are a variety of variables that can be set to customize the resulting +installers. The most commonly-used variables are:

+
+
+CPACK_PACKAGE_NAME
+

The name of the package (or application). If not specified, it defaults to +the project name.

+
+ +
+
+CPACK_PACKAGE_VENDOR
+

The name of the package vendor. (e.g., "Kitware"). The default is "Humanity".

+
+ +
+
+CPACK_PACKAGE_DIRECTORY
+

The directory in which CPack is doing its packaging. If it is not set +then this will default (internally) to the build dir. This variable may +be defined in a CPack config file or from the cpack +command line option -B. If set, the command line option overrides the +value found in the config file.

+
+ +
+
+CPACK_PACKAGE_VERSION_MAJOR
+

Package major version. This variable will always be set, but its default +value depends on whether or not version details were given to the +project() command in the top level CMakeLists.txt file. If version +details were given, the default value will be +CMAKE_PROJECT_VERSION_MAJOR. If no version details were given, +a default version of 0.1.1 will be assumed, leading to +CPACK_PACKAGE_VERSION_MAJOR having a default value of 0.

+
+ +
+
+CPACK_PACKAGE_VERSION_MINOR
+

Package minor version. The default value is determined based on whether or +not version details were given to the project() command in the top +level CMakeLists.txt file. If version details were given, the default +value will be CMAKE_PROJECT_VERSION_MINOR, but if no minor +version component was specified then CPACK_PACKAGE_VERSION_MINOR will be +left unset. If no project version was given at all, a default version of +0.1.1 will be assumed, leading to CPACK_PACKAGE_VERSION_MINOR having a +default value of 1.

+
+ +
+
+CPACK_PACKAGE_VERSION_PATCH
+

Package patch version. The default value is determined based on whether or +not version details were given to the project() command in the top +level CMakeLists.txt file. If version details were given, the default +value will be CMAKE_PROJECT_VERSION_PATCH, but if no patch +version component was specified then CPACK_PACKAGE_VERSION_PATCH will be +left unset. If no project version was given at all, a default version of +0.1.1 will be assumed, leading to CPACK_PACKAGE_VERSION_PATCH having a +default value of 1.

+
+ +
+
+CPACK_PACKAGE_DESCRIPTION
+

A description of the project, used in places such as the introduction +screen of CPack-generated Windows installers. If not set, the value of +this variable is populated from the file named by +CPACK_PACKAGE_DESCRIPTION_FILE.

+
+ +
+
+CPACK_PACKAGE_DESCRIPTION_FILE
+

A text file used to describe the project when +CPACK_PACKAGE_DESCRIPTION is not explicitly set. The default +value for CPACK_PACKAGE_DESCRIPTION_FILE points to a built-in template +file Templates/CPack.GenericDescription.txt.

+
+ +
+
+CPACK_PACKAGE_DESCRIPTION_SUMMARY
+

Short description of the project (only a few words). If the +CMAKE_PROJECT_DESCRIPTION variable is set, it is used as the +default value, otherwise the default will be a string generated by CMake +based on CMAKE_PROJECT_NAME.

+
+ +
+
+CPACK_PACKAGE_HOMEPAGE_URL
+

Project homepage URL. The default value is taken from the +CMAKE_PROJECT_HOMEPAGE_URL variable, which is set by the top +level project() command, or else the default will be empty if no +URL was provided to project().

+
+ +
+
+CPACK_PACKAGE_FILE_NAME
+

The name of the package file to generate, not including the +extension. For example, cmake-2.6.1-Linux-i686. The default value +is:

+
${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}-${CPACK_SYSTEM_NAME}
+
+
+
+ +
+
+CPACK_PACKAGE_INSTALL_DIRECTORY
+

Installation directory on the target system. This may be used by some +CPack generators like NSIS to create an installation directory e.g., +"CMake 2.5" below the installation prefix. All installed elements will be +put inside this directory.

+
+ +
+
+CPACK_PACKAGE_ICON
+

A branding image that will be displayed inside the installer (used by GUI +installers).

+
+ +
+
+CPACK_PACKAGE_CHECKSUM
+
+

Added in version 3.7.

+
+

An algorithm that will be used to generate an additional file with the +checksum of the package. The output file name will be:

+
${CPACK_PACKAGE_FILE_NAME}.${CPACK_PACKAGE_CHECKSUM}
+
+
+

Supported algorithms are those listed by the +string(<HASH>) command.

+
+ +
+
+CPACK_PROJECT_CONFIG_FILE
+

CPack-time project CPack configuration file. This file is included at cpack +time, once per generator after CPack has set CPACK_GENERATOR +to the actual generator being used. It allows per-generator setting of +CPACK_* variables at cpack time.

+
+ +
+
+CPACK_RESOURCE_FILE_LICENSE
+

License to be embedded in the installer. It will typically be displayed +to the user by the produced installer (often with an explicit "Accept" +button, for graphical installers) prior to installation. This license +file is NOT added to the installed files but is used by some CPack generators +like NSIS. If you want to use UTF-8 characters, the file needs to be encoded +in UTF-8 BOM. If you want to install a license file (may be the same as this +one) along with your project, you must add an appropriate CMake +install() command in your CMakeLists.txt.

+
+ +
+
+CPACK_RESOURCE_FILE_README
+

ReadMe file to be embedded in the installer. It typically describes in +some detail the purpose of the project during the installation. Not all +CPack generators use this file.

+
+ +
+
+CPACK_RESOURCE_FILE_WELCOME
+

Welcome file to be embedded in the installer. It welcomes users to this +installer. Typically used in the graphical installers on Windows and Mac +OS X.

+
+ +
+
+CPACK_MONOLITHIC_INSTALL
+

Disables the component-based installation mechanism. When set, the +component specification is ignored and all installed items are put in a +single "MONOLITHIC" package. Some CPack generators do monolithic +packaging by default and may be asked to do component packaging by +setting CPACK_<GENNAME>_COMPONENT_INSTALL to TRUE.

+
+ +
+
+CPACK_GENERATOR
+

List of CPack generators to use. If not specified, CPack will create a +set of options following the naming pattern +CPACK_BINARY_<GENNAME> (e.g. CPACK_BINARY_NSIS) allowing +the user to enable/disable individual generators. If the -G +option is given on the cpack command line, it will override +this variable and any CPACK_BINARY_<GENNAME> options.

+
+ +
+
+CPACK_OUTPUT_CONFIG_FILE
+

The name of the CPack binary configuration file. This file is the CPack +configuration generated by the CPack module for binary installers. +Defaults to CPackConfig.cmake.

+
+ +
+
+CPACK_PACKAGE_EXECUTABLES
+

Lists each of the executables and associated text label to be used to +create Start Menu shortcuts. For example, setting this to the list +ccmake;CMake will create a shortcut named "CMake" that will execute the +installed executable ccmake. Not all CPack generators use it (at least +NSIS, Inno Setup and WIX do).

+
+ +
+
+CPACK_STRIP_FILES
+

List of files to be stripped. Starting with CMake 2.6.0, +CPACK_STRIP_FILES will be a boolean variable which enables +stripping of all files (a list of files evaluates to TRUE in CMake, +so this change is compatible).

+
+ +
+
+CPACK_VERBATIM_VARIABLES
+
+

Added in version 3.4.

+
+

If set to TRUE, values of variables prefixed with CPACK_ will be +escaped before being written to the configuration files, so that the cpack +program receives them exactly as they were specified. If not, characters +like quotes and backslashes can cause parsing errors or alter the value +received by the cpack program. Defaults to FALSE for backwards +compatibility.

+
+ +
+
+CPACK_THREADS
+
+

Added in version 3.20.

+
+

Number of threads to use when performing parallelized operations, such +as compressing the installer package.

+

Some compression methods used by CPack generators such as Debian or Archive +may take advantage of multiple CPU cores to speed up compression. +CPACK_THREADS can be set to specify how many threads will be +used for compression.

+

A positive integer can be used to specify an exact desired thread count.

+

When given a negative integer CPack will use the absolute value +as the upper limit but may choose a lower value based on +the available hardware concurrency.

+

Given 0 CPack will try to use all available CPU cores.

+

By default CPACK_THREADS is set to 1.

+

The following compression methods may take advantage of multiple cores:

+
+
xz

Supported if CMake is built with a liblzma that supports +parallel compression.

+
+

Added in version 3.21: Official CMake binaries available on cmake.org now ship +with a liblzma that supports parallel compression. +Older versions did not.

+
+
+
zstd
+

Added in version 3.24.

+
+

Supported if CMake is built with libarchive 3.6 or higher. +Official CMake binaries available on cmake.org support it.

+
+
+

Other compression methods ignore this value and use only one thread.

+
+ +
+
+

Variables for Source Package Generators

+

The following CPack variables are specific to source packages, and +will not affect binary packages:

+
+
+CPACK_SOURCE_PACKAGE_FILE_NAME
+

The name of the source package. For example cmake-2.6.1.

+
+ +
+
+CPACK_SOURCE_STRIP_FILES
+

List of files in the source tree that will be stripped. Starting with +CMake 2.6.0, CPACK_SOURCE_STRIP_FILES will be a boolean +variable which enables stripping of all files (a list of files evaluates +to TRUE in CMake, so this change is compatible).

+
+ +
+
+CPACK_SOURCE_GENERATOR
+

List of generators used for the source packages. As with +CPACK_GENERATOR, if this is not specified then CPack will +create a set of options (e.g. CPACK_SOURCE_ZIP) allowing +users to select which packages will be generated.

+
+ +
+
+CPACK_SOURCE_OUTPUT_CONFIG_FILE
+

The name of the CPack source configuration file. This file is the CPack +configuration generated by the CPack module for source installers. +Defaults to CPackSourceConfig.cmake.

+
+ +
+
+CPACK_SOURCE_IGNORE_FILES
+

Pattern of files in the source tree that won't be packaged when building +a source package. This is a list of regular expression patterns (that +must be properly escaped), e.g., +/CVS/;/\\.svn/;\\.swp$;\\.#;/#;.*~;cscope.*

+
+ +
+
+

Variables for Advanced Use

+

The following variables are for advanced uses of CPack:

+
+
+CPACK_CMAKE_GENERATOR
+

What CMake generator should be used if the project is a CMake +project. Defaults to the value of CMAKE_GENERATOR. Few users +will want to change this setting.

+
+ +
+
+CPACK_INSTALL_CMAKE_PROJECTS
+

List of four values that specify what project to install. The four values +are: Build directory, Project Name, Project Component, Directory. If +omitted, CPack will build an installer that installs everything.

+
+ +
+
+CPACK_SYSTEM_NAME
+

System name, defaults to the value of CMAKE_SYSTEM_NAME, +except on Windows where it will be win32 or win64.

+
+ +
+
+CPACK_PACKAGE_VERSION
+

Package full version, used internally. By default, this is built from +CPACK_PACKAGE_VERSION_MAJOR, +CPACK_PACKAGE_VERSION_MINOR, and +CPACK_PACKAGE_VERSION_PATCH.

+
+ +
+
+CPACK_TOPLEVEL_TAG
+

Directory for the installed files.

+
+ +
+
+CPACK_INSTALL_COMMANDS
+

Extra commands to install components. The environment variable +CMAKE_INSTALL_PREFIX is set to the temporary install directory +during execution.

+
+ +
+
+CPACK_INSTALL_SCRIPTS
+
+

Added in version 3.16.

+
+

Extra CMake scripts executed by CPack during its local staging +installation. They are executed before installing the files to be packaged. +The scripts are not called by a standalone install (e.g.: make install). +For every script, the following variables will be set: +CMAKE_CURRENT_SOURCE_DIR, CMAKE_CURRENT_BINARY_DIR +and CMAKE_INSTALL_PREFIX (which is set to the staging install +directory). The singular form CMAKE_INSTALL_SCRIPT is supported as +an alternative variable for historical reasons, but its value is ignored if +CMAKE_INSTALL_SCRIPTS is set and a warning will be issued.

+

See also CPACK_PRE_BUILD_SCRIPTS and +CPACK_POST_BUILD_SCRIPTS which can be used to specify scripts +to be executed later in the packaging process.

+
+ +
+
+CPACK_PRE_BUILD_SCRIPTS
+
+

Added in version 3.19.

+
+

List of CMake scripts to execute after CPack has installed the files to +be packaged into a staging directory and before producing the package(s) +from those files. See also CPACK_INSTALL_SCRIPTS and +CPACK_POST_BUILD_SCRIPTS.

+
+ +
+
+CPACK_POST_BUILD_SCRIPTS
+
+

Added in version 3.19.

+
+

List of CMake scripts to execute after CPack has produced the resultant +packages and before copying them back to the build directory. +See also CPACK_INSTALL_SCRIPTS, +CPACK_PRE_BUILD_SCRIPTS and CPACK_PACKAGE_FILES.

+
+ +
+
+CPACK_PACKAGE_FILES
+
+

Added in version 3.19.

+
+

List of package files created in the staging directory, with each file +provided as a full absolute path. This variable is populated by CPack +just before invoking the post-build scripts listed in +CPACK_POST_BUILD_SCRIPTS. It is the preferred way for the +post-build scripts to know the set of package files to operate on. +Projects should not try to set this variable themselves.

+
+ +
+
+CPACK_INSTALLED_DIRECTORIES
+

Extra directories to install.

+
+ +
+
+CPACK_PACKAGE_INSTALL_REGISTRY_KEY
+

Registry key used when installing this project. This is only used by +installers for Windows. The default value is based on the installation +directory.

+
+ +
+ +

List of desktop links to create. Each desktop link requires a +corresponding start menu shortcut as created by +CPACK_PACKAGE_EXECUTABLES.

+
+ +
+
+CPACK_BINARY_<GENNAME>
+

CPack generated options for binary generators. The CPack.cmake module +generates (when CPACK_GENERATOR is not set) a set of CMake +options (see CMake option() command) which may then be used to +select the CPack generator(s) to be used when building the package +target or when running cpack without the +-G option.

+
+ +
+
+CPACK_READELF_EXECUTABLE
+
+

Added in version 3.25.

+
+

Specify the readelf executable path used by CPack. +The default value will be taken from the CMAKE_READELF variable, if set, +which may be populated by an internal CMake module. If CMAKE_READELF +is not set, CPack will use find_program() to determine the +readelf path when needed.

+
+ +
+
+CPACK_OBJCOPY_EXECUTABLE
+
+

Added in version 3.25.

+
+

Specify the objcopy executable path used by CPack. +The default value will be taken from the CMAKE_OBJCOPY variable, if set, +which may be populated by an internal CMake module. If CMAKE_OBJCOPY +is not set, CPack will use find_program() to determine the +objcopy path when needed.

+
+ +
+
+CPACK_OBJDUMP_EXECUTABLE
+
+

Added in version 3.25.

+
+

Specify the objdump executable path used by CPack. +The default value will be taken from the CMAKE_OBJDUMP variable, if set, +which may be populated by an internal CMake module. If CMAKE_OBJDUMP +is not set, CPack will use find_program() to determine the +objdump path when needed.

+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CPackArchive.html b/cmake/doc/cmake/html/module/CPackArchive.html new file mode 100644 index 0000000000000000000000000000000000000000..75d40cc141854cffeab0859beebb0d3d69e46cb5 --- /dev/null +++ b/cmake/doc/cmake/html/module/CPackArchive.html @@ -0,0 +1,138 @@ + + + + + + + + CPackArchive — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPackArchive

+
+

Added in version 3.9.

+
+

The documentation for the CPack Archive generator has moved here: CPack Archive Generator

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CPackBundle.html b/cmake/doc/cmake/html/module/CPackBundle.html new file mode 100644 index 0000000000000000000000000000000000000000..f53a65d89fc1a56bc3a1031132a0587e207db0f4 --- /dev/null +++ b/cmake/doc/cmake/html/module/CPackBundle.html @@ -0,0 +1,135 @@ + + + + + + + + CPackBundle — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPackBundle

+

The documentation for the CPack Bundle generator has moved here: CPack Bundle Generator

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CPackComponent.html b/cmake/doc/cmake/html/module/CPackComponent.html new file mode 100644 index 0000000000000000000000000000000000000000..6fb844da78c425e752f02e76ca233badcf77c027 --- /dev/null +++ b/cmake/doc/cmake/html/module/CPackComponent.html @@ -0,0 +1,467 @@ + + + + + + + + CPackComponent — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPackComponent

+

Configure components for binary installers and source packages.

+ +
+

Introduction

+

This module is automatically included by CPack.

+

Certain binary installers (especially the graphical installers) generated +by CPack allow users to select individual application components to install. +This module allows developers to configure the packaging of such components.

+

Contents is assigned to components by the COMPONENT +argument of CMake's install() command. Components can be +annotated with user-friendly names and descriptions, inter-component +dependencies, etc., and grouped in various ways to customize the +resulting installer, using the commands described below.

+

To specify different groupings for different CPack generators use +a CPACK_PROJECT_CONFIG_FILE.

+
+
+

Variables

+

The following variables influence the component-specific packaging:

+
+
+CPACK_COMPONENTS_ALL
+

The list of component to install.

+

The default value of this variable is computed by CPack and contains all +components defined by the project. The user may set it to only include the +specified components.

+

Instead of specifying all the desired components, it is possible to obtain a +list of all defined components and then remove the unwanted ones from the +list. The get_cmake_property() command can be used to obtain the +COMPONENTS property, then the list(REMOVE_ITEM) command can be +used to remove the unwanted ones. For example, to use all defined components +except foo and bar:

+
get_cmake_property(CPACK_COMPONENTS_ALL COMPONENTS)
+list(REMOVE_ITEM CPACK_COMPONENTS_ALL "foo" "bar")
+
+
+
+ +
+
+CPACK_<GENNAME>_COMPONENT_INSTALL
+

Enable/Disable component install for CPack generator <GENNAME>.

+

Each CPack Generator (RPM, DEB, ARCHIVE, NSIS, DMG, etc...) has a legacy +default behavior. e.g. RPM builds monolithic whereas NSIS builds +component. One can change the default behavior by setting this variable to +0/1 or OFF/ON.

+
+ +
+
+CPACK_COMPONENTS_GROUPING
+

Specify how components are grouped for multi-package component-aware CPack +generators.

+

Some generators like RPM or ARCHIVE (TGZ, ZIP, ...) may generate +several packages files when there are components, depending +on the value of this variable:

+
    +
  • ONE_PER_GROUP (default): create one package per component group

  • +
  • IGNORE : create one package per component (ignore the groups)

  • +
  • ALL_COMPONENTS_IN_ONE : create a single package with all requested +components

  • +
+
+ +
+
+CPACK_COMPONENT_<compName>_DISPLAY_NAME
+

The name to be displayed for a component.

+
+ +
+
+CPACK_COMPONENT_<compName>_DESCRIPTION
+

The description of a component.

+
+ +
+
+CPACK_COMPONENT_<compName>_GROUP
+

The group of a component.

+
+ +
+
+CPACK_COMPONENT_<compName>_DEPENDS
+

The dependencies (list of components) on which this component depends.

+
+ +
+
+CPACK_COMPONENT_<compName>_HIDDEN
+

True if this component is hidden from the user.

+
+ +
+
+CPACK_COMPONENT_<compName>_REQUIRED
+

True if this component is required.

+
+ +
+
+CPACK_COMPONENT_<compName>_DISABLED
+

True if this component is not selected to be installed by default.

+
+ +
+
+

Commands

+
+

Add component

+
+
+cpack_add_component
+
+ +

Describe an installation component.

+
cpack_add_component(compname
+                    [DISPLAY_NAME name]
+                    [DESCRIPTION description]
+                    [HIDDEN | REQUIRED | DISABLED ]
+                    [GROUP group]
+                    [DEPENDS comp1 comp2 ... ]
+                    [INSTALL_TYPES type1 type2 ... ]
+                    [DOWNLOADED]
+                    [ARCHIVE_FILE filename]
+                    [PLIST filename])
+
+
+

compname is the name of an installation component, as defined by the +COMPONENT argument of one or more CMake install() commands. +With the cpack_add_component command one can set a name, a description, +and other attributes of an installation component. +One can also assign a component to a component group.

+

DISPLAY_NAME is the displayed name of the component, used in graphical +installers to display the component name. This value can be any +string.

+

DESCRIPTION is an extended description of the component, used in +graphical installers to give the user additional information about the +component. Descriptions can span multiple lines using \n as the +line separator. Typically, these descriptions should be no more than +a few lines long.

+

HIDDEN indicates that this component will be hidden in the graphical +installer, so that the user cannot directly change whether it is +installed or not.

+

REQUIRED indicates that this component is required, and therefore will +always be installed. It will be visible in the graphical installer, +but it cannot be unselected. (Typically, required components are +shown grayed out).

+

DISABLED indicates that this component should be disabled (unselected) +by default. The user is free to select this component for +installation, unless it is also HIDDEN.

+

DEPENDS lists the components on which this component depends. If this +component is selected, then each of the components listed must also be +selected. The dependency information is encoded within the installer +itself, so that users cannot install inconsistent sets of components.

+

GROUP names the component group of which this component is a part. If +not provided, the component will be a standalone component, not part +of any component group. Component groups are described with the +cpack_add_component_group command, detailed below.

+

INSTALL_TYPES lists the installation types of which this component is +a part. When one of these installations types is selected, this +component will automatically be selected. Installation types are +described with the cpack_add_install_type command, detailed below.

+

DOWNLOADED indicates that this component should be downloaded +on-the-fly by the installer, rather than packaged in with the +installer itself. For more information, see the +cpack_configure_downloads command.

+

ARCHIVE_FILE provides a name for the archive file created by CPack to +be used for downloaded components. If not supplied, CPack will create +a file with some name based on CPACK_PACKAGE_FILE_NAME and the name of +the component. See cpack_configure_downloads for more information.

+

PLIST gives a filename that is passed to pkgbuild with the +--component-plist argument when using the productbuild generator.

+
+
+

Add component group

+
+
+cpack_add_component_group
+
+ +

Describes a group of related CPack installation components.

+
cpack_add_component_group(groupname
+                         [DISPLAY_NAME name]
+                         [DESCRIPTION description]
+                         [PARENT_GROUP parent]
+                         [EXPANDED]
+                         [BOLD_TITLE])
+
+
+

The cpack_add_component_group describes a group of installation +components, which will be placed together within the listing of +options. Typically, component groups allow the user to +select/deselect all of the components within a single group via a +single group-level option. Use component groups to reduce the +complexity of installers with many options. groupname is an arbitrary +name used to identify the group in the GROUP argument of the +cpack_add_component command, which is used to place a component in a +group. The name of the group must not conflict with the name of any +component.

+

DISPLAY_NAME is the displayed name of the component group, used in +graphical installers to display the component group name. This value +can be any string.

+

DESCRIPTION is an extended description of the component group, used in +graphical installers to give the user additional information about the +components within that group. Descriptions can span multiple lines +using \n as the line separator. Typically, these descriptions +should be no more than a few lines long.

+

PARENT_GROUP, if supplied, names the parent group of this group. +Parent groups are used to establish a hierarchy of groups, providing +an arbitrary hierarchy of groups.

+

EXPANDED indicates that, by default, the group should show up as +"expanded", so that the user immediately sees all of the components +within the group. Otherwise, the group will initially show up as a +single entry.

+

BOLD_TITLE indicates that the group title should appear in bold, to +call the user's attention to the group.

+
+
+

Add installation type

+
+
+cpack_add_install_type
+
+ +

Add a new installation type containing +a set of predefined component selections to the graphical installer.

+
cpack_add_install_type(typename
+                       [DISPLAY_NAME name])
+
+
+

The cpack_add_install_type command identifies a set of preselected +components that represents a common use case for an application. For +example, a "Developer" install type might include an application along +with its header and library files, while an "End user" install type +might just include the application's executable. Each component +identifies itself with one or more install types via the INSTALL_TYPES +argument to cpack_add_component.

+

DISPLAY_NAME is the displayed name of the install type, which will +typically show up in a drop-down box within a graphical installer. +This value can be any string.

+
+
+

Configure downloads

+
+
+cpack_configure_downloads
+
+ +

Configure CPack to download +selected components on-the-fly as part of the installation process.

+
cpack_configure_downloads(site
+                          [UPLOAD_DIRECTORY dirname]
+                          [ALL]
+                          [ADD_REMOVE|NO_ADD_REMOVE])
+
+
+

The cpack_configure_downloads command configures installation-time +downloads of selected components. For each downloadable component, +CPack will create an archive containing the contents of that +component, which should be uploaded to the given site. When the user +selects that component for installation, the installer will download +and extract the component in place. This feature is useful for +creating small installers that only download the requested components, +saving bandwidth. Additionally, the installers are small enough that +they will be installed as part of the normal installation process, and +the "Change" button in Windows Add/Remove Programs control panel will +allow one to add or remove parts of the application after the original +installation. On Windows, the downloaded-components functionality +requires the ZipDLL plug-in for NSIS, available at:

+
http://nsis.sourceforge.net/ZipDLL_plug-in
+
+
+

On macOS, installers that download components on-the-fly can only +be built and installed on system using macOS 10.5 or later.

+

The site argument is a URL where the archives for downloadable +components will reside, e.g., +https://cmake.org/files/v3.25/ All of the archives +produced by CPack should be uploaded to that location.

+

UPLOAD_DIRECTORY is the local directory where CPack will create the +various archives for each of the components. The contents of this +directory should be uploaded to a location accessible by the URL given +in the site argument. If omitted, CPack will use the directory +CPackUploads inside the CMake binary directory to store the generated +archives.

+

The ALL flag indicates that all components be downloaded. Otherwise, +only those components explicitly marked as DOWNLOADED or that have a +specified ARCHIVE_FILE will be downloaded. Additionally, the ALL +option implies ADD_REMOVE (unless NO_ADD_REMOVE is specified).

+

ADD_REMOVE indicates that CPack should install a copy of the installer +that can be called from Windows' Add/Remove Programs dialog (via the +"Modify" button) to change the set of installed components. +NO_ADD_REMOVE turns off this behavior. This option is ignored on Mac +OS X.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CPackCygwin.html b/cmake/doc/cmake/html/module/CPackCygwin.html new file mode 100644 index 0000000000000000000000000000000000000000..ccee15ae89dd4ce4eed6302d75b67c4b01e30d58 --- /dev/null +++ b/cmake/doc/cmake/html/module/CPackCygwin.html @@ -0,0 +1,135 @@ + + + + + + + + CPackCygwin — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPackCygwin

+

The documentation for the CPack Cygwin generator has moved here: CPack Cygwin Generator

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CPackDMG.html b/cmake/doc/cmake/html/module/CPackDMG.html new file mode 100644 index 0000000000000000000000000000000000000000..bae894d7d89da6de9c08ff7de075bc8090a27de0 --- /dev/null +++ b/cmake/doc/cmake/html/module/CPackDMG.html @@ -0,0 +1,135 @@ + + + + + + + + CPackDMG — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPackDMG

+

The documentation for the CPack DragNDrop generator has moved here: CPack DragNDrop Generator

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CPackDeb.html b/cmake/doc/cmake/html/module/CPackDeb.html new file mode 100644 index 0000000000000000000000000000000000000000..7a87ad38ee834d45a7793b0909f02e302270336e --- /dev/null +++ b/cmake/doc/cmake/html/module/CPackDeb.html @@ -0,0 +1,135 @@ + + + + + + + + CPackDeb — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPackDeb

+

The documentation for the CPack DEB generator has moved here: CPack DEB Generator

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CPackFreeBSD.html b/cmake/doc/cmake/html/module/CPackFreeBSD.html new file mode 100644 index 0000000000000000000000000000000000000000..ac81c5c987f755db2a94f8bdcbe7073b44fdcab4 --- /dev/null +++ b/cmake/doc/cmake/html/module/CPackFreeBSD.html @@ -0,0 +1,138 @@ + + + + + + + + CPackFreeBSD — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPackFreeBSD

+
+

Added in version 3.10.

+
+

The documentation for the CPack FreeBSD generator has moved here: CPack FreeBSD Generator

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CPackIFW.html b/cmake/doc/cmake/html/module/CPackIFW.html new file mode 100644 index 0000000000000000000000000000000000000000..8c0c59d1ae59fdee88094dac9ff4248073846e83 --- /dev/null +++ b/cmake/doc/cmake/html/module/CPackIFW.html @@ -0,0 +1,516 @@ + + + + + + + + CPackIFW — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPackIFW

+
+

Added in version 3.1.

+
+

This module looks for the location of the command-line utilities supplied with the +Qt Installer Framework +(QtIFW).

+

The module also defines several commands to control the behavior of the +CPack IFW Generator.

+
+

Commands

+

The module defines the following commands:

+
+
+cpack_ifw_configure_component
+

Sets the arguments specific to the CPack IFW generator.

+
cpack_ifw_configure_component(<compname> [COMMON] [ESSENTIAL] [VIRTUAL]
+                    [FORCED_INSTALLATION] [REQUIRES_ADMIN_RIGHTS]
+                    [NAME <name>]
+                    [DISPLAY_NAME <display_name>] # Note: Internationalization supported
+                    [DESCRIPTION <description>] # Note: Internationalization supported
+                    [UPDATE_TEXT <update_text>]
+                    [VERSION <version>]
+                    [RELEASE_DATE <release_date>]
+                    [SCRIPT <script>]
+                    [PRIORITY|SORTING_PRIORITY <sorting_priority>] # Note: PRIORITY is deprecated
+                    [DEPENDS|DEPENDENCIES <com_id> ...]
+                    [AUTO_DEPEND_ON <comp_id> ...]
+                    [LICENSES <display_name> <file_path> ...]
+                    [DEFAULT <value>]
+                    [USER_INTERFACES <file_path> <file_path> ...]
+                    [TRANSLATIONS <file_path> <file_path> ...]
+                    [REPLACES <comp_id> ...]
+                    [CHECKABLE <value>])
+
+
+

This command should be called after cpack_add_component() command.

+
+
COMMON

if set, then the component will be packaged and installed as part +of a group to which it belongs.

+
+
ESSENTIAL
+

Added in version 3.6.

+
+

if set, then the package manager stays disabled until that +component is updated.

+
+
VIRTUAL
+

Added in version 3.8.

+
+

if set, then the component will be hidden from the installer. +It is a equivalent of the HIDDEN option from the +cpack_add_component() command.

+
+
FORCED_INSTALLATION
+

Added in version 3.8.

+
+

if set, then the component must always be installed. +It is a equivalent of the REQUIRED option from the +cpack_add_component() command.

+
+
REQUIRES_ADMIN_RIGHTS
+

Added in version 3.8.

+
+

set it if the component needs to be installed with elevated permissions.

+
+
NAME

is used to create domain-like identification for this component. +By default used origin component name.

+
+
DISPLAY_NAME
+

Added in version 3.8.

+
+

set to rewrite original name configured by +cpack_add_component() command.

+
+
DESCRIPTION
+

Added in version 3.8.

+
+

set to rewrite original description configured by +cpack_add_component() command.

+
+
UPDATE_TEXT
+

Added in version 3.8.

+
+

will be added to the component description if this is an update to +the component.

+
+
VERSION

is version of component. +By default used CPACK_PACKAGE_VERSION.

+
+
RELEASE_DATE
+

Added in version 3.8.

+
+

keep empty to auto generate.

+
+
SCRIPT

is a relative or absolute path to operations script +for this component.

+
+
SORTING_PRIORITY
+

Added in version 3.8.

+
+

is priority of the component in the tree.

+
+
PRIORITY
+

Deprecated since version 3.8: Old name for SORTING_PRIORITY.

+
+
+
DEPENDS, DEPENDENCIES
+

Added in version 3.8.

+
+

list of dependency component or component group identifiers in +QtIFW style.

+
+

Added in version 3.21.

+
+

Component or group names listed as dependencies may contain hyphens. +This requires QtIFW 3.1 or later.

+
+
AUTO_DEPEND_ON
+

Added in version 3.8.

+
+

list of identifiers of component or component group in QtIFW style +that this component has an automatic dependency on.

+
+
LICENSES

pair of <display_name> and <file_path> of license text for this +component. You can specify more then one license.

+
+
DEFAULT
+

Added in version 3.8.

+
+

Possible values are: TRUE, FALSE, and SCRIPT. +Set to FALSE to disable the component in the installer or to SCRIPT +to resolved during runtime (don't forget add the file of the script +as a value of the SCRIPT option).

+
+
USER_INTERFACES
+

Added in version 3.7.

+
+

is a list of <file_path> ('.ui' files) representing pages to load.

+
+
TRANSLATIONS
+

Added in version 3.8.

+
+

is a list of <file_path> ('.qm' files) representing translations to load.

+
+
REPLACES
+

Added in version 3.10.

+
+

list of identifiers of component or component group to replace.

+
+
CHECKABLE
+

Added in version 3.10.

+
+

Possible values are: TRUE, FALSE. +Set to FALSE if you want to hide the checkbox for an item. +This is useful when only a few subcomponents should be selected +instead of all.

+
+
+
+ +
+
+cpack_ifw_configure_component_group
+

Sets the arguments specific to the CPack IFW generator.

+
cpack_ifw_configure_component_group(<groupname> [VIRTUAL]
+                    [FORCED_INSTALLATION] [REQUIRES_ADMIN_RIGHTS]
+                    [NAME <name>]
+                    [DISPLAY_NAME <display_name>] # Note: Internationalization supported
+                    [DESCRIPTION <description>] # Note: Internationalization supported
+                    [UPDATE_TEXT <update_text>]
+                    [VERSION <version>]
+                    [RELEASE_DATE <release_date>]
+                    [SCRIPT <script>]
+                    [PRIORITY|SORTING_PRIORITY <sorting_priority>] # Note: PRIORITY is deprecated
+                    [DEPENDS|DEPENDENCIES <com_id> ...]
+                    [AUTO_DEPEND_ON <comp_id> ...]
+                    [LICENSES <display_name> <file_path> ...]
+                    [DEFAULT <value>]
+                    [USER_INTERFACES <file_path> <file_path> ...]
+                    [TRANSLATIONS <file_path> <file_path> ...]
+                    [REPLACES <comp_id> ...]
+                    [CHECKABLE <value>])
+
+
+

This command should be called after cpack_add_component_group() +command.

+
+
VIRTUAL
+

Added in version 3.8.

+
+

if set, then the group will be hidden from the installer. +Note that setting this on a root component does not work.

+
+
FORCED_INSTALLATION
+

Added in version 3.8.

+
+

if set, then the group must always be installed.

+
+
REQUIRES_ADMIN_RIGHTS
+

Added in version 3.8.

+
+

set it if the component group needs to be installed with elevated +permissions.

+
+
NAME

is used to create domain-like identification for this component group. +By default used origin component group name.

+
+
DISPLAY_NAME
+

Added in version 3.8.

+
+

set to rewrite original name configured by +cpack_add_component_group() command.

+
+
DESCRIPTION
+

Added in version 3.8.

+
+

set to rewrite original description configured by +cpack_add_component_group() command.

+
+
UPDATE_TEXT
+

Added in version 3.8.

+
+

will be added to the component group description if this is an update to +the component group.

+
+
VERSION

is version of component group. +By default used CPACK_PACKAGE_VERSION.

+
+
RELEASE_DATE
+

Added in version 3.8.

+
+

keep empty to auto generate.

+
+
SCRIPT

is a relative or absolute path to operations script +for this component group.

+
+
SORTING_PRIORITY

is priority of the component group in the tree.

+
+
PRIORITY
+

Deprecated since version 3.8: Old name for SORTING_PRIORITY.

+
+
+
DEPENDS, DEPENDENCIES
+

Added in version 3.8.

+
+

list of dependency component or component group identifiers in +QtIFW style.

+
+

Added in version 3.21.

+
+

Component or group names listed as dependencies may contain hyphens. +This requires QtIFW 3.1 or later.

+
+
AUTO_DEPEND_ON
+

Added in version 3.8.

+
+

list of identifiers of component or component group in QtIFW style +that this component group has an automatic dependency on.

+
+
LICENSES

pair of <display_name> and <file_path> of license text for this +component group. You can specify more then one license.

+
+
DEFAULT
+

Added in version 3.8.

+
+

Possible values are: TRUE, FALSE, and SCRIPT. +Set to TRUE to preselect the group in the installer +(this takes effect only on groups that have no visible child components) +or to SCRIPT to resolved during runtime (don't forget add the file of +the script as a value of the SCRIPT option).

+
+
USER_INTERFACES
+

Added in version 3.7.

+
+

is a list of <file_path> ('.ui' files) representing pages to load.

+
+
TRANSLATIONS
+

Added in version 3.8.

+
+

is a list of <file_path> ('.qm' files) representing translations to load.

+
+
REPLACES
+

Added in version 3.10.

+
+

list of identifiers of component or component group to replace.

+
+
CHECKABLE
+

Added in version 3.10.

+
+

Possible values are: TRUE, FALSE. +Set to FALSE if you want to hide the checkbox for an item. +This is useful when only a few subcomponents should be selected +instead of all.

+
+
+
+ +
+
+cpack_ifw_add_repository
+

Add QtIFW specific remote repository to binary installer.

+
cpack_ifw_add_repository(<reponame> [DISABLED]
+                    URL <url>
+                    [USERNAME <username>]
+                    [PASSWORD <password>]
+                    [DISPLAY_NAME <display_name>])
+
+
+

This command will also add the <reponame> repository +to a variable CPACK_IFW_REPOSITORIES_ALL.

+
+
DISABLED

if set, then the repository will be disabled by default.

+
+
URL

is points to a list of available components.

+
+
USERNAME

is used as user on a protected repository.

+
+
PASSWORD

is password to use on a protected repository.

+
+
DISPLAY_NAME

is string to display instead of the URL.

+
+
+
+ +
+
+cpack_ifw_update_repository
+
+

Added in version 3.6.

+
+

Update QtIFW specific repository from remote repository.

+
cpack_ifw_update_repository(<reponame>
+                    [[ADD|REMOVE] URL <url>]|
+                     [REPLACE OLD_URL <old_url> NEW_URL <new_url>]]
+                    [USERNAME <username>]
+                    [PASSWORD <password>]
+                    [DISPLAY_NAME <display_name>])
+
+
+

This command will also add the <reponame> repository +to a variable CPACK_IFW_REPOSITORIES_ALL.

+
+
URL

is points to a list of available components.

+
+
OLD_URL

is points to a list that will replaced.

+
+
NEW_URL

is points to a list that will replace to.

+
+
USERNAME

is used as user on a protected repository.

+
+
PASSWORD

is password to use on a protected repository.

+
+
DISPLAY_NAME

is string to display instead of the URL.

+
+
+
+ +
+
+cpack_ifw_add_package_resources
+
+

Added in version 3.7.

+
+

Add additional resources in the installer binary.

+
cpack_ifw_add_package_resources(<file_path> <file_path> ...)
+
+
+

This command will also add the specified files +to a variable CPACK_IFW_PACKAGE_RESOURCES.

+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CPackIFWConfigureFile.html b/cmake/doc/cmake/html/module/CPackIFWConfigureFile.html new file mode 100644 index 0000000000000000000000000000000000000000..5be46876f8720c32380152849a2a762a0ff9a438 --- /dev/null +++ b/cmake/doc/cmake/html/module/CPackIFWConfigureFile.html @@ -0,0 +1,166 @@ + + + + + + + + CPackIFWConfigureFile — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPackIFWConfigureFile

+
+

Added in version 3.8.

+
+

The module defines configure_file() similar command to +configure file templates prepared in QtIFW/SDK/Creator style.

+
+

Commands

+

The module defines the following commands:

+
+
+cpack_ifw_configure_file
+

Copy a file to another location and modify its contents.

+
cpack_ifw_configure_file(<input> <output>)
+
+
+

Copies an <input> file to an <output> file and substitutes variable +values referenced as %{VAR} or %VAR% in the input file content. +Each variable reference will be replaced with the current value of the +variable, or the empty string if the variable is not defined.

+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CPackNSIS.html b/cmake/doc/cmake/html/module/CPackNSIS.html new file mode 100644 index 0000000000000000000000000000000000000000..a953924e3f96e5b308829b576003ac63ef7ab94c --- /dev/null +++ b/cmake/doc/cmake/html/module/CPackNSIS.html @@ -0,0 +1,135 @@ + + + + + + + + CPackNSIS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPackNSIS

+

The documentation for the CPack NSIS generator has moved here: CPack NSIS Generator

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CPackNuGet.html b/cmake/doc/cmake/html/module/CPackNuGet.html new file mode 100644 index 0000000000000000000000000000000000000000..d5d6aefdf0e929ca86de9723e8871297de29302e --- /dev/null +++ b/cmake/doc/cmake/html/module/CPackNuGet.html @@ -0,0 +1,138 @@ + + + + + + + + CPackNuGet — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPackNuGet

+
+

Added in version 3.12.

+
+

The documentation for the CPack NuGet generator has moved here: CPack NuGet Generator

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CPackProductBuild.html b/cmake/doc/cmake/html/module/CPackProductBuild.html new file mode 100644 index 0000000000000000000000000000000000000000..54ab2ac8382c6d5c09dccfd539e7cbd2462be24b --- /dev/null +++ b/cmake/doc/cmake/html/module/CPackProductBuild.html @@ -0,0 +1,138 @@ + + + + + + + + CPackProductBuild — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPackProductBuild

+
+

Added in version 3.7.

+
+

The documentation for the CPack productbuild generator has moved here: CPack productbuild Generator

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CPackRPM.html b/cmake/doc/cmake/html/module/CPackRPM.html new file mode 100644 index 0000000000000000000000000000000000000000..27770d9150744aa8d156d316e4ec9369812b7052 --- /dev/null +++ b/cmake/doc/cmake/html/module/CPackRPM.html @@ -0,0 +1,135 @@ + + + + + + + + CPackRPM — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPackRPM

+

The documentation for the CPack RPM generator has moved here: CPack RPM Generator

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CPackWIX.html b/cmake/doc/cmake/html/module/CPackWIX.html new file mode 100644 index 0000000000000000000000000000000000000000..fb8dbaaee3a22242bd8202d3b995d5e865ac3597 --- /dev/null +++ b/cmake/doc/cmake/html/module/CPackWIX.html @@ -0,0 +1,136 @@ + + + + + + + + CPackWIX — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CPackWIX

+

The documentation for the CPack WIX generator has moved here: +CPack WIX Generator

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CSharpUtilities.html b/cmake/doc/cmake/html/module/CSharpUtilities.html new file mode 100644 index 0000000000000000000000000000000000000000..9fd2ef9602c4962a389d9aa6daf7e51e8ff657fa --- /dev/null +++ b/cmake/doc/cmake/html/module/CSharpUtilities.html @@ -0,0 +1,350 @@ + + + + + + + + CSharpUtilities — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CSharpUtilities

+
+

Added in version 3.8.

+
+

Functions to make configuration of CSharp/.NET targets easier.

+

A collection of CMake utility functions useful for dealing with CSharp +targets for Visual Studio generators from version 2010 and later.

+

The following functions are provided by this module:

+

Main functions

+ +

Helper functions

+ +
+

Main functions provided by the module

+
+
+csharp_set_windows_forms_properties
+

Sets source file properties for use of Windows Forms. Use this, if your CSharp +target uses Windows Forms:

+
csharp_set_windows_forms_properties([<file1> [<file2> [...]]])
+
+
+
+
<fileN>

List of all source files which are relevant for setting the +VS_CSHARP_<tagname> properties (including .cs, .resx and +.Designer.cs extensions).

+
+
+

In the list of all given files for all files ending with .Designer.cs and +.resx is searched. For every designer or resource file a file with the +same base name but only .cs as extension is searched. If this is found, the +VS_CSHARP_<tagname> properties are set as follows:

+
+
for the .cs file:
    +
  • VS_CSHARP_SubType "Form"

  • +
+
+
for the .Designer.cs file (if it exists):
    +
  • VS_CSHARP_DependentUpon <cs-filename>

  • +
  • VS_CSHARP_DesignTime "" (delete tag if previously defined)

  • +
  • VS_CSHARP_AutoGen ""(delete tag if previously defined)

  • +
+
+
for the .resx file (if it exists):
    +
  • VS_RESOURCE_GENERATOR "" (delete tag if previously defined)

  • +
  • VS_CSHARP_DependentUpon <cs-filename>

  • +
  • VS_CSHARP_SubType "Designer"

  • +
+
+
+
+ +
+
+csharp_set_designer_cs_properties
+

Sets source file properties of .Designer.cs files depending on +sibling filenames. Use this, if your CSharp target does not +use Windows Forms (for Windows Forms use +csharp_set_windows_forms_properties() instead):

+
csharp_set_designer_cs_properties([<file1> [<file2> [...]]])
+
+
+
+
<fileN>

List of all source files which are relevant for setting the +VS_CSHARP_<tagname> properties (including .cs, +.resx, .settings and .Designer.cs extensions).

+
+
+

In the list of all given files for all files ending with +.Designer.cs is searched. For every designer file all files +with the same base name but different extensions are searched. If +a match is found, the source file properties of the designer file +are set depending on the extension of the matched file:

+
+
if match is .resx file:
    +
  • VS_CSHARP_AutoGen "True"

  • +
  • VS_CSHARP_DesignTime "True"

  • +
  • VS_CSHARP_DependentUpon <resx-filename>

  • +
+
+
if match is .cs file:
    +
  • VS_CSHARP_DependentUpon <cs-filename>

  • +
+
+
if match is .settings file:
    +
  • VS_CSHARP_AutoGen "True"

  • +
  • VS_CSHARP_DesignTimeSharedInput "True"

  • +
  • VS_CSHARP_DependentUpon <settings-filename>

  • +
+
+
+
+ +
+

Note

+

Because the source file properties of the .Designer.cs file are set according +to the found matches and every match sets the VS_CSHARP_DependentUpon +property, there should only be one match for each Designer.cs file.

+
+
+
+csharp_set_xaml_cs_properties
+

Sets source file properties for use of Windows Presentation Foundation (WPF) and +XAML. Use this, if your CSharp target uses WPF/XAML:

+
csharp_set_xaml_cs_properties([<file1> [<file2> [...]]])
+
+
+
+
<fileN>

List of all source files which are relevant for setting the +VS_CSHARP_<tagname> properties (including .cs, +.xaml, and .xaml.cs extensions).

+
+
+

In the list of all given files for all files ending with +.xaml.cs is searched. For every xaml-cs file, a file +with the same base name but extension .xaml is searched. +If a match is found, the source file properties of the .xaml.cs +file are set:

+
+
    +
  • VS_CSHARP_DependentUpon <xaml-filename>

  • +
+
+
+ +
+
+

Helper functions which are used by the above ones

+
+
+csharp_get_filename_keys
+

Helper function which computes a list of key values to identify +source files independently of relative/absolute paths given in cmake +and eliminates case sensitivity:

+
csharp_get_filename_keys(OUT [<file1> [<file2> [...]]])
+
+
+
+
OUT

Name of the variable in which the list of keys is stored

+
+
<fileN>

filename(s) as given to CSharp target using add_library() +or add_executable()

+
+
+

In some way the function applies a canonicalization to the source names. +This is necessary to find file matches if the files have been added to +the target with different directory prefixes:

+
add_library(lib
+  myfile.cs
+  ${CMAKE_CURRENT_SOURCE_DIR}/myfile.Designer.cs)
+
+set_source_files_properties(myfile.Designer.cs PROPERTIES
+  VS_CSHARP_DependentUpon myfile.cs)
+
+# this will fail, because in cmake
+#  - ${CMAKE_CURRENT_SOURCE_DIR}/myfile.Designer.cs
+#  - myfile.Designer.cs
+# are not the same source file. The source file property is not set.
+
+
+
+ +
+
+csharp_get_filename_key_base
+

Returns the full filepath and name without extension of a key. +KEY is expected to be a key from csharp_get_filename_keys. In BASE +the value of KEY without the file extension is returned:

+
csharp_get_filename_key_base(BASE KEY)
+
+
+
+
BASE

Name of the variable with the computed "base" of KEY.

+
+
KEY

The key of which the base will be computed. Expected to be a +upper case full filename.

+
+
+
+ +
+
+csharp_get_dependentupon_name
+

Computes a string which can be used as value for the source file property +VS_CSHARP_<tagname> with target being DependentUpon:

+
csharp_get_dependentupon_name(NAME FILE)
+
+
+
+
NAME

Name of the variable with the result value

+
+
FILE

Filename to convert to <DependentUpon> value

+
+
+

Actually this is only the filename without any path given at the moment.

+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CTest.html b/cmake/doc/cmake/html/module/CTest.html new file mode 100644 index 0000000000000000000000000000000000000000..a96bb288c2fafffaba2dc9b9cc38b442413abc7c --- /dev/null +++ b/cmake/doc/cmake/html/module/CTest.html @@ -0,0 +1,171 @@ + + + + + + + + CTest — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CTest

+

Configure a project for testing with CTest/CDash

+

Include this module in the top CMakeLists.txt file of a project to +enable testing with CTest and dashboard submissions to CDash:

+
project(MyProject)
+...
+include(CTest)
+
+
+

The module automatically creates a BUILD_TESTING option that selects +whether to enable testing support (ON by default). After including +the module, use code like:

+
if(BUILD_TESTING)
+  # ... CMake code to create tests ...
+endif()
+
+
+

to creating tests when testing is enabled.

+

To enable submissions to a CDash server, create a CTestConfig.cmake +file at the top of the project with content such as:

+
set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
+set(CTEST_SUBMIT_URL "http://my.cdash.org/submit.php?project=MyProject")
+
+
+

(the CDash server can provide the file to a project administrator who +configures MyProject). Settings in the config file are shared by +both this CTest module and the ctest(1) command-line +Dashboard Client mode (ctest -S).

+

While building a project for submission to CDash, CTest scans the +build output for errors and warnings and reports them with surrounding +context from the build log. This generic approach works for all build +tools, but does not give details about the command invocation that +produced a given problem. One may get more detailed reports by setting +the CTEST_USE_LAUNCHERS variable:

+
set(CTEST_USE_LAUNCHERS 1)
+
+
+

in the CTestConfig.cmake file.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CTestCoverageCollectGCOV.html b/cmake/doc/cmake/html/module/CTestCoverageCollectGCOV.html new file mode 100644 index 0000000000000000000000000000000000000000..349a3eba2e2a10eae04a3ad3b3e65e5e08b85380 --- /dev/null +++ b/cmake/doc/cmake/html/module/CTestCoverageCollectGCOV.html @@ -0,0 +1,212 @@ + + + + + + + + CTestCoverageCollectGCOV — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CTestCoverageCollectGCOV

+
+

Added in version 3.2.

+
+

This module provides the ctest_coverage_collect_gcov function.

+

This function runs gcov on all .gcda files found in the binary tree +and packages the resulting .gcov files into a tar file. +This tarball also contains the following:

+
    +
  • data.json defines the source and build directories for use by CDash.

  • +
  • Labels.json indicates any LABELS that have been set on the +source files.

  • +
  • The uncovered directory holds any uncovered files found by +CTEST_EXTRA_COVERAGE_GLOB.

  • +
+

After generating this tar file, it can be sent to CDash for display with the +ctest_submit(CDASH_UPLOAD) command.

+
+
+ctest_coverage_collect_gcov
+
ctest_coverage_collect_gcov(TARBALL <tarfile>
+  [SOURCE <source_dir>][BUILD <build_dir>]
+  [GCOV_COMMAND <gcov_command>]
+  [GCOV_OPTIONS <options>...]
+  )
+
+
+

Run gcov and package a tar file for CDash. The options are:

+
+
TARBALL <tarfile>

Specify the location of the .tar file to be created for later +upload to CDash. Relative paths will be interpreted with respect +to the top-level build directory.

+
+
TARBALL_COMPRESSION <option>
+

Added in version 3.18.

+
+

Specify a compression algorithm for the +TARBALL data file. Using this option reduces the size of the data file +before it is submitted to CDash. <option> must be one of GZIP, +BZIP2, XZ, ZSTD, FROM_EXT, or an expression that CMake +evaluates as FALSE. The default value is BZIP2.

+

If FROM_EXT is specified, the resulting file will be compressed based on +the file extension of the <tarfile> (i.e. .tar.gz will use GZIP +compression). File extensions that will produce compressed output include +.tar.gz, .tgz, .tar.bzip2, .tbz, .tar.xz, and .txz.

+
+
SOURCE <source_dir>

Specify the top-level source directory for the build. +Default is the value of CTEST_SOURCE_DIRECTORY.

+
+
BUILD <build_dir>

Specify the top-level build directory for the build. +Default is the value of CTEST_BINARY_DIRECTORY.

+
+
GCOV_COMMAND <gcov_command>

Specify the full path to the gcov command on the machine. +Default is the value of CTEST_COVERAGE_COMMAND.

+
+
GCOV_OPTIONS <options>...

Specify options to be passed to gcov. The gcov command +is run as gcov <options>... -o <gcov-dir> <file>.gcda. +If not specified, the default option is just -b -x.

+
+
GLOB
+

Added in version 3.6.

+
+

Recursively search for .gcda files in build_dir rather than +determining search locations by reading TargetDirectories.txt.

+
+
DELETE
+

Added in version 3.6.

+
+

Delete coverage files after they've been packaged into the .tar.

+
+
QUIET

Suppress non-error messages that otherwise would have been +printed out by this function.

+
+
+
+

Added in version 3.3: Added support for the CTEST_CUSTOM_COVERAGE_EXCLUDE variable.

+
+
+ +
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CTestScriptMode.html b/cmake/doc/cmake/html/module/CTestScriptMode.html new file mode 100644 index 0000000000000000000000000000000000000000..c272f6bc3f6df17cecfbdbb7f77eaf10bc4c41f5 --- /dev/null +++ b/cmake/doc/cmake/html/module/CTestScriptMode.html @@ -0,0 +1,135 @@ + + + + + + + + CTestScriptMode — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CTestScriptMode

+

This file is read by ctest in script mode (-S)

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CTestUseLaunchers.html b/cmake/doc/cmake/html/module/CTestUseLaunchers.html new file mode 100644 index 0000000000000000000000000000000000000000..ea67e078255956db8c334903837bfa867eaca50c --- /dev/null +++ b/cmake/doc/cmake/html/module/CTestUseLaunchers.html @@ -0,0 +1,156 @@ + + + + + + + + CTestUseLaunchers — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CTestUseLaunchers

+

Set the RULE_LAUNCH_* global properties when CTEST_USE_LAUNCHERS is on.

+

CTestUseLaunchers is automatically included when you include(CTest). +However, it is split out into its own module file so projects can use +the CTEST_USE_LAUNCHERS functionality independently.

+

To use launchers, set CTEST_USE_LAUNCHERS to ON in a ctest -S +dashboard script, and then also set it in the cache of the configured +project. Both cmake and ctest need to know the value of it for the +launchers to work properly. CMake needs to know in order to generate +proper build rules, and ctest, in order to produce the proper error +and warning analysis.

+

For convenience, you may set the ENV variable +CTEST_USE_LAUNCHERS_DEFAULT in your ctest -S script, too. Then, as +long as your CMakeLists uses include(CTest) or +include(CTestUseLaunchers), it will use the value of the ENV variable +to initialize a CTEST_USE_LAUNCHERS cache variable. This cache +variable initialization only occurs if CTEST_USE_LAUNCHERS is not +already defined.

+
+

Added in version 3.8: If CTEST_USE_LAUNCHERS is on in a ctest -S script +the ctest_configure command will add -DCTEST_USE_LAUNCHERS:BOOL=TRUE +to the cmake command used to configure the project.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckCCompilerFlag.html b/cmake/doc/cmake/html/module/CheckCCompilerFlag.html new file mode 100644 index 0000000000000000000000000000000000000000..04a9e6e8607ad6e109fc30aba76acbe3f781f3f3 --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckCCompilerFlag.html @@ -0,0 +1,223 @@ + + + + + + + + CheckCCompilerFlag — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckCCompilerFlag

+

Check once whether the C compiler supports a given flag.

+
+
+check_c_compiler_flag
+
check_c_compiler_flag(<flag> <resultVar>)
+
+
+
+ +

Check once that the <flag> is accepted by the compiler without a diagnostic. +The result is stored in the internal cache variable specified by +<resultVar>, with boolean true for success and boolean false for +failure.

+

true indicates only that the compiler did not issue a diagnostic message +when given the flag. Whether the flag has any effect is beyond the scope of +this module.

+

Internally, try_compile() is used to perform the check. If +CMAKE_TRY_COMPILE_TARGET_TYPE is set to EXECUTABLE (default), +the check compiles and links an executable program. If set to +STATIC_LIBRARY, the check is compiled but not linked.

+

See also check_compiler_flag() for a more general command syntax.

+

The compile and link commands can be influenced by setting any of the +following variables prior to calling check_c_compiler_flag(). Unknown flags +in these variables can case a false negative result.

+
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckCSourceCompiles.html b/cmake/doc/cmake/html/module/CheckCSourceCompiles.html new file mode 100644 index 0000000000000000000000000000000000000000..6b70c0a4ac240e5ef905ad2ca48e9cbe50ecfed6 --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckCSourceCompiles.html @@ -0,0 +1,224 @@ + + + + + + + + CheckCSourceCompiles — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckCSourceCompiles

+

Check once if C source code can be built.

+
+
+check_c_source_compiles
+
check_c_source_compiles(<code> <resultVar>
+                        [FAIL_REGEX <regex1> [<regex2>...]])
+
+
+

Check once that the source supplied in <code> can be built. The result is +stored in the internal cache variable specified by <resultVar>, with +boolean true for success and boolean false for failure.

+

If FAIL_REGEX is provided, then failure is determined by checking +if anything in the compiler output matches any of the specified regular +expressions.

+

Internally, try_compile() is used to compile the source. If +CMAKE_TRY_COMPILE_TARGET_TYPE is set to EXECUTABLE (default), +the source is compiled and linked as an executable program. If set to +STATIC_LIBRARY, the source is compiled but not linked. In any case, all +functions must be declared as usual.

+

See also check_source_compiles() for a more general command syntax.

+

See also check_source_runs() to run compiled source.

+

The compile and link commands can be influenced by setting any of the +following variables prior to calling check_c_source_compiles():

+
+ +
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckCSourceRuns.html b/cmake/doc/cmake/html/module/CheckCSourceRuns.html new file mode 100644 index 0000000000000000000000000000000000000000..7c0299bdf48ba7c1ea4a9b35f374f9e3933049f5 --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckCSourceRuns.html @@ -0,0 +1,219 @@ + + + + + + + + CheckCSourceRuns — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckCSourceRuns

+

Check once if given C source compiles and links into an executable and can +subsequently be run.

+
+
+check_c_source_runs
+
check_c_source_runs(<code> <resultVar>)
+
+
+

Check once that the source supplied in <code> can be built, linked as an +executable, and then run. The <code> must contain at least a main() +function.

+

The result is stored in the internal cache variable specified by +<resultVar>. Success of build and run is indicated by boolean true. +Failure to build or run is indicated by boolean false such as an empty +string or an error message.

+

See also check_source_runs() for a more general command syntax.

+

The compile and link commands can be influenced by setting any of the +following variables prior to calling check_c_source_runs():

+
+ +
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckCXXCompilerFlag.html b/cmake/doc/cmake/html/module/CheckCXXCompilerFlag.html new file mode 100644 index 0000000000000000000000000000000000000000..3429a87830943eb82551d96bdf1b4428c4911fd0 --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckCXXCompilerFlag.html @@ -0,0 +1,223 @@ + + + + + + + + CheckCXXCompilerFlag — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckCXXCompilerFlag

+

Check once whether the CXX compiler supports a given flag.

+
+
+check_cxx_compiler_flag
+
check_cxx_compiler_flag(<flag> <var>)
+
+
+
+ +

Check once that the <flag> is accepted by the compiler without a diagnostic. +The result is stored in the internal cache variable specified by +<resultVar>, with boolean true for success and boolean false for +failure.

+

true indicates only that the compiler did not issue a diagnostic message +when given the flag. Whether the flag has any effect is beyond the scope of +this module.

+

Internally, try_compile() is used to perform the check. If +CMAKE_TRY_COMPILE_TARGET_TYPE is set to EXECUTABLE (default), +the check compiles and links an executable program. If set to +STATIC_LIBRARY, the check is compiled but not linked.

+

See also check_compiler_flag() for a more general command syntax.

+

The compile and link commands can be influenced by setting any of the +following variables prior to calling check_cxx_compiler_flag(). Unknown flags +in these variables can case a false negative result.

+
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckCXXSourceCompiles.html b/cmake/doc/cmake/html/module/CheckCXXSourceCompiles.html new file mode 100644 index 0000000000000000000000000000000000000000..4e7a631a27940a9c164a82c2e35f7d2990507cc1 --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckCXXSourceCompiles.html @@ -0,0 +1,224 @@ + + + + + + + + CheckCXXSourceCompiles — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckCXXSourceCompiles

+

Check once if C++ source code can be built.

+
+
+check_cxx_source_compiles
+
check_cxx_source_compiles(<code> <resultVar>
+                          [FAIL_REGEX <regex1> [<regex2>...]])
+
+
+

Check once that the source supplied in <code> can be built. The result is +stored in the internal cache variable specified by <resultVar>, with +boolean true for success and boolean false for failure.

+

If FAIL_REGEX is provided, then failure is determined by checking +if anything in the compiler output matches any of the specified regular +expressions.

+

Internally, try_compile() is used to compile the source. If +CMAKE_TRY_COMPILE_TARGET_TYPE is set to EXECUTABLE (default), +the source is compiled and linked as an executable program. If set to +STATIC_LIBRARY, the source is compiled but not linked. In any case, all +functions must be declared as usual.

+

See also check_source_compiles() for a more general command syntax.

+

See also check_source_runs() to run compiled source.

+

The compile and link commands can be influenced by setting any of the +following variables prior to calling check_cxx_source_compiles():

+
+ +
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckCXXSourceRuns.html b/cmake/doc/cmake/html/module/CheckCXXSourceRuns.html new file mode 100644 index 0000000000000000000000000000000000000000..5733ac4b95581a37ea2d5c1f73129191c0aad62b --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckCXXSourceRuns.html @@ -0,0 +1,219 @@ + + + + + + + + CheckCXXSourceRuns — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckCXXSourceRuns

+

Check once if given C++ source compiles and links into an executable and can +subsequently be run.

+
+
+check_cxx_source_runs
+
check_cxx_source_runs(<code> <resultVar>)
+
+
+

Check once that the source supplied in <code> can be built, linked as an +executable, and then run. The <code> must contain at least a main() +function.

+

The result is stored in the internal cache variable specified by +<resultVar>. Success of build and run is indicated by boolean true. +Failure to build or run is indicated by boolean false such as an empty +string or an error message.

+

See also check_source_runs() for a more general command syntax.

+

The compile and link commands can be influenced by setting any of the +following variables prior to calling check_cxx_source_runs():

+
+ +
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckCXXSymbolExists.html b/cmake/doc/cmake/html/module/CheckCXXSymbolExists.html new file mode 100644 index 0000000000000000000000000000000000000000..0a8b733271d9903c001a058c15c2d73c17fdfdcd --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckCXXSymbolExists.html @@ -0,0 +1,242 @@ + + + + + + + + CheckCXXSymbolExists — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckCXXSymbolExists

+

Check if a symbol exists as a function, variable, or macro in C++.

+
+
+check_cxx_symbol_exists
+
check_cxx_symbol_exists(<symbol> <files> <variable>)
+
+
+

Check that the <symbol> is available after including given header +<files> and store the result in a <variable>. Specify the list of +files in one argument as a semicolon-separated list. +check_cxx_symbol_exists() can be used to check for symbols as seen by +the C++ compiler, as opposed to check_symbol_exists(), which always +uses the C compiler.

+

If the header files define the symbol as a macro it is considered +available and assumed to work. If the header files declare the symbol +as a function or variable then the symbol must also be available for +linking. If the symbol is a type, enum value, or C++ template it will +not be recognized: consider using the CheckTypeSize +or CheckSourceCompiles module instead.

+
+ +
+

Note

+

This command is unreliable when <symbol> is (potentially) an overloaded +function. Since there is no reliable way to predict whether a given function +in the system environment may be defined as an overloaded function or may be +an overloaded function on other systems or will become so in the future, it +is generally advised to use the CheckSourceCompiles module for +checking any function symbol (unless somehow you surely know the checked +function is not overloaded on other systems or will not be so in the +future).

+
+

The following variables may be set before calling this macro to modify +the way the check is run:

+
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+

For example:

+
include(CheckCXXSymbolExists)
+
+# Check for macro SEEK_SET
+check_cxx_symbol_exists(SEEK_SET "cstdio" HAVE_SEEK_SET)
+# Check for function std::fopen
+check_cxx_symbol_exists(std::fopen "cstdio" HAVE_STD_FOPEN)
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckCompilerFlag.html b/cmake/doc/cmake/html/module/CheckCompilerFlag.html new file mode 100644 index 0000000000000000000000000000000000000000..38f6e67e4b157d5ae0a3e7d8d1fb2857d453ab29 --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckCompilerFlag.html @@ -0,0 +1,225 @@ + + + + + + + + CheckCompilerFlag — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckCompilerFlag

+
+

Added in version 3.19.

+
+

Check once whether the <lang> compiler supports a given flag.

+
+
+check_compiler_flag
+
check_compiler_flag(<lang> <flag> <resultVar>)
+
+
+
+ +

Check once that the <flag> is accepted by the <lang> compiler without +a diagnostic. The result is stored in the internal cache variable specified by +<resultVar>, with boolean true for success and boolean false for +failure.

+

true indicates only that the compiler did not issue a diagnostic message +when given the flag. Whether the flag has any effect is beyond the scope of +this module.

+

Internally, try_compile() is used to perform the check. If +CMAKE_TRY_COMPILE_TARGET_TYPE is set to EXECUTABLE (default), +the check compiles and links an executable program. If set to +STATIC_LIBRARY, the check is compiled but not linked.

+

The compile and link commands can be influenced by setting any of the +following variables prior to calling check_compiler_flag(). Unknown flags +in these variables can case a false negative result.

+
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckFortranCompilerFlag.html b/cmake/doc/cmake/html/module/CheckFortranCompilerFlag.html new file mode 100644 index 0000000000000000000000000000000000000000..f14c0a62d4801686ff8060c18129afa6e5a27266 --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckFortranCompilerFlag.html @@ -0,0 +1,226 @@ + + + + + + + + CheckFortranCompilerFlag — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckFortranCompilerFlag

+
+

Added in version 3.3.

+
+

Check once whether the Fortran compiler supports a given flag.

+
+
+check_fortran_compiler_flag
+
check_fortran_compiler_flag(<flag> <resultVar>)
+
+
+
+ +

Check once that the <flag> is accepted by the compiler without a diagnostic. +The result is stored in the internal cache variable specified by +<resultVar>, with boolean true for success and boolean false for +failure.

+

true indicates only that the compiler did not issue a diagnostic message +when given the flag. Whether the flag has any effect is beyond the scope of +this module.

+

Internally, try_compile() is used to perform the check. If +CMAKE_TRY_COMPILE_TARGET_TYPE is set to EXECUTABLE (default), +the check compiles and links an executable program. If set to +STATIC_LIBRARY, the check is compiled but not linked.

+

See also check_compiler_flag() for a more general command syntax.

+

The compile and link commands can be influenced by setting any of the +following variables prior to calling check_fortran_compiler_flag(). Unknown +flags in these variables can case a false negative result.

+
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckFortranFunctionExists.html b/cmake/doc/cmake/html/module/CheckFortranFunctionExists.html new file mode 100644 index 0000000000000000000000000000000000000000..e78cc9d6abc9a4738915af71db7ec11d86254fca --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckFortranFunctionExists.html @@ -0,0 +1,187 @@ + + + + + + + + CheckFortranFunctionExists — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckFortranFunctionExists

+

Check if a Fortran function exists.

+
+
+CHECK_FORTRAN_FUNCTION_EXISTS
+
CHECK_FORTRAN_FUNCTION_EXISTS(<function> <result>)
+
+
+

where

+
+
<function>

the name of the Fortran function

+
+
<result>

variable to store the result; will be created as an internal cache variable.

+
+
+
+ +
+

Note

+

This command does not detect functions in Fortran modules. In general it is +recommended to use CheckSourceCompiles instead to determine if a +Fortran function or subroutine is available.

+
+

The following variables may be set before calling this macro to modify +the way the check is run:

+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckFortranSourceCompiles.html b/cmake/doc/cmake/html/module/CheckFortranSourceCompiles.html new file mode 100644 index 0000000000000000000000000000000000000000..791cff52b423e13bdd1fce285149698b26cd8e06 --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckFortranSourceCompiles.html @@ -0,0 +1,232 @@ + + + + + + + + CheckFortranSourceCompiles — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckFortranSourceCompiles

+
+

Added in version 3.1.

+
+

Check once if Fortran source code can be built.

+
+
+check_fortran_source_compiles
+
check_fortran_source_compiles(<code> <resultVar>
+    [FAIL_REGEX <regex>...]
+    [SRC_EXT <extension>]
+)
+
+
+

Check once that the source supplied in <code> can be built. The result is +stored in the internal cache variable specified by <resultVar>, with +boolean true for success and boolean false for failure.

+

If FAIL_REGEX is provided, then failure is determined by checking +if anything in the compiler output matches any of the specified regular +expressions.

+

By default, the test source file will be given a .F file extension. The +SRC_EXT option can be used to override this with .<extension> instead-- +.F90 is a typical choice.

+

See also check_source_compiles() for a more general command syntax.

+

See also check_source_runs() to run compiled source.

+

Internally, try_compile() is used to compile the source. If +CMAKE_TRY_COMPILE_TARGET_TYPE is set to EXECUTABLE (default), +the source is compiled and linked as an executable program. If set to +STATIC_LIBRARY, the source is compiled but not linked. In any case, all +functions must be declared as usual.

+

The compile and link commands can be influenced by setting any of the +following variables prior to calling check_fortran_source_compiles():

+
+ +
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckFortranSourceRuns.html b/cmake/doc/cmake/html/module/CheckFortranSourceRuns.html new file mode 100644 index 0000000000000000000000000000000000000000..1adac5965043abdd09040ddc076c1522c8c3fa2a --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckFortranSourceRuns.html @@ -0,0 +1,231 @@ + + + + + + + + CheckFortranSourceRuns — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckFortranSourceRuns

+
+

Added in version 3.14.

+
+

Check once if given Fortran source compiles and links into an executable and can +subsequently be run.

+
+
+check_fortran_source_runs
+
check_fortran_source_runs(<code> <resultVar>
+    [SRC_EXT <extension>])
+
+
+

Check once that the source supplied in <code> can be built, linked as an +executable, and then run. The <code> must contain a Fortran program.

+

The result is stored in the internal cache variable specified by +<resultVar>. Success of build and run is indicated by boolean true. +Failure to build or run is indicated by boolean false such as an empty +string or an error message.

+
check_fortran_source_runs("program test
+real :: x[*]
+call co_sum(x)
+end program"
+HAVE_COARRAY)
+
+
+

By default, the test source file will be given a .F90 file extension. The +SRC_EXT option can be used to override this with .<extension> instead.

+

See also check_source_runs() for a more general command syntax.

+

The compile and link commands can be influenced by setting any of the +following variables prior to calling check_fortran_source_runs():

+
+ +
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckFunctionExists.html b/cmake/doc/cmake/html/module/CheckFunctionExists.html new file mode 100644 index 0000000000000000000000000000000000000000..8c7aa722a31d6aaa5e76ee2e1c6dd9151081cb95 --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckFunctionExists.html @@ -0,0 +1,225 @@ + + + + + + + + CheckFunctionExists — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckFunctionExists

+

Check once if a C function can be linked from system libraries.

+
+
+check_function_exists
+
check_function_exists(<function> <variable>)
+
+
+

Checks that the <function> is provided by libraries on the system and store +the result in internal cache variable <variable>.

+
+ +

The following variables may be set before calling this macro to modify the +way the check is run:

+
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+
+

Note

+

Prefer using CheckSymbolExists or CheckSourceCompiles +instead of this module, for the following reasons:

+
    +
  • check_function_exists() can't detect functions that are inlined +in headers or specified as a macro.

  • +
  • check_function_exists() can't detect anything in the 32-bit +versions of the Win32 API, because of a mismatch in calling conventions.

  • +
  • check_function_exists() only verifies linking, it does not verify +that the function is declared in system headers.

  • +
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckIPOSupported.html b/cmake/doc/cmake/html/module/CheckIPOSupported.html new file mode 100644 index 0000000000000000000000000000000000000000..5dd3716dd3bb91adc4f737a4a3c587a468d1037d --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckIPOSupported.html @@ -0,0 +1,197 @@ + + + + + + + + CheckIPOSupported — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckIPOSupported

+
+

Added in version 3.9.

+
+

Check whether the compiler supports an interprocedural optimization (IPO/LTO). +Use this before enabling the INTERPROCEDURAL_OPTIMIZATION target +property.

+
+
+check_ipo_supported
+
check_ipo_supported([RESULT <result>] [OUTPUT <output>]
+                    [LANGUAGES <lang>...])
+
+
+

Options are:

+
+
RESULT <result>

Set <result> variable to YES if IPO is supported by the +compiler and NO otherwise. If this option is not given then +the command will issue a fatal error if IPO is not supported.

+
+
OUTPUT <output>

Set <output> variable with details about any error.

+
+
LANGUAGES <lang>...

Specify languages whose compilers to check. +Languages C, CXX, and Fortran are supported.

+
+
+
+ +

It makes no sense to use this module when CMP0069 is set to OLD so +module will return error in this case. See policy CMP0069 for details.

+
+

Added in version 3.13: Add support for Visual Studio generators.

+
+
+

Added in version 3.24: The check uses the caller's CMAKE_<LANG>_FLAGS +and CMAKE_<LANG>_FLAGS_<CONFIG> values. +See policy CMP0138.

+
+
+

Examples

+
check_ipo_supported() # fatal error if IPO is not supported
+set_property(TARGET foo PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE)
+
+
+
# Optional IPO. Do not use IPO if it's not supported by compiler.
+check_ipo_supported(RESULT result OUTPUT output)
+if(result)
+  set_property(TARGET foo PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE)
+else()
+  message(WARNING "IPO is not supported: ${output}")
+endif()
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckIncludeFile.html b/cmake/doc/cmake/html/module/CheckIncludeFile.html new file mode 100644 index 0000000000000000000000000000000000000000..316509c8917aad0378cad7147412fead367cf273 --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckIncludeFile.html @@ -0,0 +1,217 @@ + + + + + + + + CheckIncludeFile — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckIncludeFile

+

Provides a macro to check if a header file can be included in C.

+
+
+CHECK_INCLUDE_FILE
+
CHECK_INCLUDE_FILE(<include> <variable> [<flags>])
+
+
+

Check if the given <include> file may be included in a C +source file and store the result in an internal cache entry named +<variable>. The optional third argument may be used to add +compilation flags to the check (or use CMAKE_REQUIRED_FLAGS below).

+
+ +

The following variables may be set before calling this macro to modify +the way the check is run:

+
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+

See the CheckIncludeFiles module to check for multiple headers +at once. See the CheckIncludeFileCXX module to check for headers +using the CXX language.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckIncludeFileCXX.html b/cmake/doc/cmake/html/module/CheckIncludeFileCXX.html new file mode 100644 index 0000000000000000000000000000000000000000..9782fc8881abae6d403336f0f6e5257c89e4ba2f --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckIncludeFileCXX.html @@ -0,0 +1,216 @@ + + + + + + + + CheckIncludeFileCXX — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckIncludeFileCXX

+

Provides a macro to check if a header file can be included in CXX.

+
+
+CHECK_INCLUDE_FILE_CXX
+
CHECK_INCLUDE_FILE_CXX(<include> <variable> [<flags>])
+
+
+

Check if the given <include> file may be included in a CXX +source file and store the result in an internal cache entry named +<variable>. The optional third argument may be used to add +compilation flags to the check (or use CMAKE_REQUIRED_FLAGS below).

+
+ +

The following variables may be set before calling this macro to modify +the way the check is run:

+
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+

See modules CheckIncludeFile and CheckIncludeFiles +to check for one or more C headers.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckIncludeFiles.html b/cmake/doc/cmake/html/module/CheckIncludeFiles.html new file mode 100644 index 0000000000000000000000000000000000000000..e5c70a6b299c80f97f4c3d8efc844122e9212ec5 --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckIncludeFiles.html @@ -0,0 +1,221 @@ + + + + + + + + CheckIncludeFiles — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckIncludeFiles

+

Provides a macro to check if a list of one or more header files can +be included together.

+
+
+CHECK_INCLUDE_FILES
+
CHECK_INCLUDE_FILES("<includes>" <variable> [LANGUAGE <language>])
+
+
+

Check if the given <includes> list may be included together +in a source file and store the result in an internal cache +entry named <variable>. Specify the <includes> argument +as a ;-list of header file names.

+

If LANGUAGE is set, the specified compiler will be used to perform the +check. Acceptable values are C and CXX. If not set, the C compiler +will be used if enabled. If the C compiler is not enabled, the C++ +compiler will be used if enabled.

+
+ +

The following variables may be set before calling this macro to modify +the way the check is run:

+
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+

See modules CheckIncludeFile and CheckIncludeFileCXX +to check for a single header file in C or CXX languages.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckLanguage.html b/cmake/doc/cmake/html/module/CheckLanguage.html new file mode 100644 index 0000000000000000000000000000000000000000..c735ecbbbff5912c3741d667d777e12f2d794c51 --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckLanguage.html @@ -0,0 +1,180 @@ + + + + + + + + CheckLanguage — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckLanguage

+

Check whether a language can be enabled by the enable_language() +or project() commands:

+
+
+check_language
+
check_language(<lang>)
+
+
+

Try enabling language <lang> in a test project and record results +in the cache:

+
+
CMAKE_<LANG>_COMPILER

If the language can be enabled, this variable is set to the compiler +that was found. If the language cannot be enabled, this variable is +set to NOTFOUND.

+

If this variable is already set, either explicitly or cached by +a previous call, the check is skipped.

+
+
CMAKE_<LANG>_HOST_COMPILER

This variable is set when <lang> is CUDA or HIP.

+

If the check detects an explicit host compiler that is required for +compilation, this variable will be set to that compiler. +If the check detects that no explicit host compiler is needed, +this variable will be cleared.

+

If this variable is already set, its value is preserved only if +CMAKE_<LANG>_COMPILER is also set. +Otherwise, the check runs and overwrites +CMAKE_<LANG>_HOST_COMPILER with a new result. +Note that CMAKE_<LANG>_HOST_COMPILER documents it should +not be set without also setting +CMAKE_<LANG>_COMPILER to a NVCC compiler.

+
+
CMAKE_<LANG>_PLATFORM

This variable is set to the detected GPU platform when <lang> is HIP.

+

If the variable is already set its value is always preserved. Only compatible values +will be considered for CMAKE_<LANG>_COMPILER.

+
+
+
+ +

For example:

+
check_language(Fortran)
+if(CMAKE_Fortran_COMPILER)
+  enable_language(Fortran)
+else()
+  message(STATUS "No Fortran support")
+endif()
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckLibraryExists.html b/cmake/doc/cmake/html/module/CheckLibraryExists.html new file mode 100644 index 0000000000000000000000000000000000000000..53fb2ac02ba27cd83a359ed11ca3023ad2dff787 --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckLibraryExists.html @@ -0,0 +1,211 @@ + + + + + + + + CheckLibraryExists — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckLibraryExists

+

Check once if the function exists in system or specified library.

+
+
+CHECK_LIBRARY_EXISTS
+
CHECK_LIBRARY_EXISTS(LIBRARY FUNCTION LOCATION VARIABLE)
+
+
+
LIBRARY  - the name of the library you are looking for
+FUNCTION - the name of the function
+LOCATION - location where the library should be found
+VARIABLE - internal cache variable to store the result
+
+
+
+ +

Prefer using CheckSymbolExists or CheckSourceCompiles +instead of this module for more robust detection if a function is available in +a library.

+

The following variables may be set before calling this macro to modify +the way the check is run:

+
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckLinkerFlag.html b/cmake/doc/cmake/html/module/CheckLinkerFlag.html new file mode 100644 index 0000000000000000000000000000000000000000..6d5aee3fa2bdfb7d8169bc7703a50a2a9fcbfec3 --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckLinkerFlag.html @@ -0,0 +1,164 @@ + + + + + + + + CheckLinkerFlag — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckLinkerFlag

+
+

Added in version 3.18.

+
+

Check whether the compiler supports a given link flag.

+
+
+check_linker_flag
+
check_linker_flag(<lang> <flag> <var>)
+
+
+
+ +

Check that the link <flag> is accepted by the <lang> compiler without +a diagnostic. Stores the result in an internal cache entry named <var>.

+

This command temporarily sets the CMAKE_REQUIRED_LINK_OPTIONS variable +and calls the check_source_compiles() command from the +CheckSourceCompiles module. See that module's documentation +for a listing of variables that can otherwise modify the build.

+

The underlying implementation relies on the LINK_OPTIONS property +to check the specified flag. The LINKER: prefix, as described in the +target_link_options() command, can be used as well.

+

A positive result from this check indicates only that the compiler did not +issue a diagnostic message when given the link flag. Whether the flag has any +effect or even a specific one is beyond the scope of this module.

+
+

Note

+

Since the try_compile() command forwards flags from variables +like CMAKE_<LANG>_FLAGS, unknown flags in such variables may +cause a false negative for this check.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckOBJCCompilerFlag.html b/cmake/doc/cmake/html/module/CheckOBJCCompilerFlag.html new file mode 100644 index 0000000000000000000000000000000000000000..87b95103bbe6f8e4c5b8ea8cb3c7dfb5d095d50d --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckOBJCCompilerFlag.html @@ -0,0 +1,226 @@ + + + + + + + + CheckOBJCCompilerFlag — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckOBJCCompilerFlag

+
+

Added in version 3.16.

+
+

Check once whether the Objective-C compiler supports a given flag.

+
+
+check_objc_compiler_flag
+
check_objc_compiler_flag(<flag> <resultVar>)
+
+
+
+ +

Check once that the <flag> is accepted by the compiler without a diagnostic. +The result is stored in the internal cache variable specified by +<resultVar>, with boolean true for success and boolean false for +failure.

+

true indicates only that the compiler did not issue a diagnostic message +when given the flag. Whether the flag has any effect is beyond the scope of +this module.

+

Internally, try_compile() is used to perform the check. If +CMAKE_TRY_COMPILE_TARGET_TYPE is set to EXECUTABLE (default), +the check compiles and links an executable program. If set to +STATIC_LIBRARY, the check is compiled but not linked.

+

See also check_compiler_flag() for a more general command syntax.

+

The compile and link commands can be influenced by setting any of the +following variables prior to calling check_objc_compiler_flag(). Unknown +flags in these variables can case a false negative result.

+
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckOBJCSourceCompiles.html b/cmake/doc/cmake/html/module/CheckOBJCSourceCompiles.html new file mode 100644 index 0000000000000000000000000000000000000000..41f76bb62c7b4bea2174343fd077edd9bb4da2f8 --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckOBJCSourceCompiles.html @@ -0,0 +1,227 @@ + + + + + + + + CheckOBJCSourceCompiles — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckOBJCSourceCompiles

+
+

Added in version 3.16.

+
+

Check once if Objective-C source can be built.

+
+
+check_objc_source_compiles
+
check_objc_source_compiles(<code> <resultVar>
+                           [FAIL_REGEX <regex1> [<regex2>...]])
+
+
+

Check once that the source supplied in <code> can be built. The result is +stored in the internal cache variable specified by <resultVar>, with +boolean true for success and boolean false for failure.

+

If FAIL_REGEX is provided, then failure is determined by checking +if anything in the compiler output matches any of the specified regular +expressions.

+

Internally, try_compile() is used to compile the source. If +CMAKE_TRY_COMPILE_TARGET_TYPE is set to EXECUTABLE (default), +the source is compiled and linked as an executable program. If set to +STATIC_LIBRARY, the source is compiled but not linked. In any case, all +functions must be declared as usual.

+

See also check_source_compiles() for a more general command syntax.

+

See also check_source_runs() to run compiled source.

+

The compile and link commands can be influenced by setting any of the +following variables prior to calling check_objc_source_compiles()

+
+ +
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckOBJCSourceRuns.html b/cmake/doc/cmake/html/module/CheckOBJCSourceRuns.html new file mode 100644 index 0000000000000000000000000000000000000000..14a935204e8e970017b93c7e7cc33f84ecc321aa --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckOBJCSourceRuns.html @@ -0,0 +1,222 @@ + + + + + + + + CheckOBJCSourceRuns — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckOBJCSourceRuns

+
+

Added in version 3.16.

+
+

Check once if given Objective-C source compiles and links into an executable and +can subsequently be run.

+
+
+check_objc_source_runs
+
check_objc_source_runs(<code> <resultVar>)
+
+
+

Check once that the source supplied in <code> can be built, linked as an +executable, and then run. The <code> must contain at least a main() +function.

+

The result is stored in the internal cache variable specified by +<resultVar>. Success of build and run is indicated by boolean true. +Failure to build or run is indicated by boolean false such as an empty +string or an error message.

+

See also check_source_runs() for a more general command syntax.

+

The compile and link commands can be influenced by setting any of the +following variables prior to calling check_objc_source_runs()

+
+ +
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckOBJCXXCompilerFlag.html b/cmake/doc/cmake/html/module/CheckOBJCXXCompilerFlag.html new file mode 100644 index 0000000000000000000000000000000000000000..5fd6e9b1712128ecf72ae087378535f77a89d160 --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckOBJCXXCompilerFlag.html @@ -0,0 +1,226 @@ + + + + + + + + CheckOBJCXXCompilerFlag — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckOBJCXXCompilerFlag

+
+

Added in version 3.16.

+
+

Check once whether the Objective-C++ compiler supports a given flag.

+
+
+check_objcxx_compiler_flag
+
check_objcxx_compiler_flag(<flag> <resultVar>)
+
+
+
+ +

Check once that the <flag> is accepted by the compiler without a diagnostic. +The result is stored in the internal cache variable specified by +<resultVar>, with boolean true for success and boolean false for +failure.

+

true indicates only that the compiler did not issue a diagnostic message +when given the flag. Whether the flag has any effect is beyond the scope of +this module.

+

Internally, try_compile() is used to perform the check. If +CMAKE_TRY_COMPILE_TARGET_TYPE is set to EXECUTABLE (default), +the check compiles and links an executable program. If set to +STATIC_LIBRARY, the check is compiled but not linked.

+

See also check_compiler_flag() for a more general command syntax.

+

The compile and link commands can be influenced by setting any of the +following variables prior to calling check_objcxx_compiler_flag(). Unknown +flags in these variables can case a false negative result.

+
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckOBJCXXSourceCompiles.html b/cmake/doc/cmake/html/module/CheckOBJCXXSourceCompiles.html new file mode 100644 index 0000000000000000000000000000000000000000..0413d19207a9808e22b839d5c2574e99e72c1627 --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckOBJCXXSourceCompiles.html @@ -0,0 +1,227 @@ + + + + + + + + CheckOBJCXXSourceCompiles — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckOBJCXXSourceCompiles

+
+

Added in version 3.16.

+
+

Check once if Objective-C++ source can be built.

+
+
+check_objcxx_source_compiles
+
check_objcxx_source_compiles(<code> <resultVar>
+                             [FAIL_REGEX <regex1> [<regex2>...]])
+
+
+

Check once that the source supplied in <code> can be built. The result is +stored in the internal cache variable specified by <resultVar>, with +boolean true for success and boolean false for failure.

+

If FAIL_REGEX is provided, then failure is determined by checking +if anything in the compiler output matches any of the specified regular +expressions.

+

Internally, try_compile() is used to compile the source. If +CMAKE_TRY_COMPILE_TARGET_TYPE is set to EXECUTABLE (default), +the source is compiled and linked as an executable program. If set to +STATIC_LIBRARY, the source is compiled but not linked. In any case, all +functions must be declared as usual.

+

See also check_source_compiles() for a more general command syntax.

+

See also check_source_runs() to run compiled source.

+

The compile and link commands can be influenced by setting any of the +following variables prior to calling check_objcxx_source_compiles()

+
+ +
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckOBJCXXSourceRuns.html b/cmake/doc/cmake/html/module/CheckOBJCXXSourceRuns.html new file mode 100644 index 0000000000000000000000000000000000000000..0e4daad1067d07ed25feb1c9c31d5a14ee4d947b --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckOBJCXXSourceRuns.html @@ -0,0 +1,222 @@ + + + + + + + + CheckOBJCXXSourceRuns — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckOBJCXXSourceRuns

+
+

Added in version 3.16.

+
+

Check once if given Objective-C++ source compiles and links into an executable +and can subsequently be run.

+
+
+check_objcxx_source_runs
+
check_objcxx_source_runs(<code> <resultVar>)
+
+
+

Check once that the source supplied in <code> can be built, linked as an +executable, and then run. The <code> must contain at least a main() +function.

+

The result is stored in the internal cache variable specified by +<resultVar>. Success of build and run is indicated by boolean true. +Failure to build or run is indicated by boolean false such as an empty +string or an error message.

+

See also check_source_runs() for a more general command syntax.

+

The compile and link commands can be influenced by setting any of the +following variables prior to calling check_objcxx_source_runs()

+
+ +
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckPIESupported.html b/cmake/doc/cmake/html/module/CheckPIESupported.html new file mode 100644 index 0000000000000000000000000000000000000000..8fc476730fdca3efb6f8f42a9427f4c3092c8a02 --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckPIESupported.html @@ -0,0 +1,206 @@ + + + + + + + + CheckPIESupported — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckPIESupported

+
+

Added in version 3.14.

+
+

Check whether the linker supports Position Independent Code (PIE) or No +Position Independent Code (NO_PIE) for executables. +Use this to ensure that the POSITION_INDEPENDENT_CODE target +property for executables will be honored at link time.

+
+
+check_pie_supported
+
check_pie_supported([OUTPUT_VARIABLE <output>]
+                    [LANGUAGES <lang>...])
+
+
+

Options are:

+
+
OUTPUT_VARIABLE <output>

Set <output> variable with details about any error. If the check is +bypassed because it uses cached results from a previous call, the output +will be empty even if errors were present in the previous call.

+
+
LANGUAGES <lang>...

Check the linkers used for each of the specified languages. +If this option is not provided, the command checks all enabled languages.

+

C, CXX, Fortran are supported.

+
+

Added in version 3.23: OBJC, OBJCXX, CUDA, and HIP are supported.

+
+
+
+
+ +

It makes no sense to use this module when CMP0083 is set to OLD, +so the command will return an error in this case. See policy CMP0083 +for details.

+
+

Variables

+

For each language checked, two boolean cache variables are defined.

+
+
+
CMAKE_<lang>_LINK_PIE_SUPPORTED

Set to true if PIE is supported by the linker and false otherwise.

+
+
CMAKE_<lang>_LINK_NO_PIE_SUPPORTED

Set to true if NO_PIE is supported by the linker and false otherwise.

+
+
+
+
+
+

Examples

+
check_pie_supported()
+set_property(TARGET foo PROPERTY POSITION_INDEPENDENT_CODE TRUE)
+
+
+
# Retrieve any error message.
+check_pie_supported(OUTPUT_VARIABLE output LANGUAGES C)
+set_property(TARGET foo PROPERTY POSITION_INDEPENDENT_CODE TRUE)
+if(NOT CMAKE_C_LINK_PIE_SUPPORTED)
+  message(WARNING "PIE is not supported at link time: ${output}.\n"
+                  "PIE link options will not be passed to linker.")
+endif()
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckPrototypeDefinition.html b/cmake/doc/cmake/html/module/CheckPrototypeDefinition.html new file mode 100644 index 0000000000000000000000000000000000000000..4a63c927f485b1b3351dc5e6117fd4a173eabc33 --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckPrototypeDefinition.html @@ -0,0 +1,226 @@ + + + + + + + + CheckPrototypeDefinition — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckPrototypeDefinition

+

Check if the prototype we expect is correct.

+
+
+check_prototype_definition
+
check_prototype_definition(FUNCTION PROTOTYPE RETURN HEADER VARIABLE)
+
+
+
FUNCTION - The name of the function (used to check if prototype exists)
+PROTOTYPE- The prototype to check.
+RETURN - The return value of the function.
+HEADER - The header files required.
+VARIABLE - The variable to store the result.
+           Will be created as an internal cache variable.
+
+
+

Example:

+
check_prototype_definition(getpwent_r
+ "struct passwd *getpwent_r(struct passwd *src, char *buf, int buflen)"
+ "NULL"
+ "unistd.h;pwd.h"
+ SOLARIS_GETPWENT_R)
+
+
+
+ +

The following variables may be set before calling this function to modify +the way the check is run:

+
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckSourceCompiles.html b/cmake/doc/cmake/html/module/CheckSourceCompiles.html new file mode 100644 index 0000000000000000000000000000000000000000..1d7b9a5d665a51f853a8a935fc0df6a697eb4e20 --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckSourceCompiles.html @@ -0,0 +1,251 @@ + + + + + + + + CheckSourceCompiles — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckSourceCompiles

+
+

Added in version 3.19.

+
+

Check once if source code can be built for a given language.

+
+
+check_source_compiles
+
check_source_compiles(<lang> <code> <resultVar>
+                      [FAIL_REGEX <regex1> [<regex2>...]]
+                      [SRC_EXT <extension>])
+
+
+

Check once that the source supplied in <code> can be built for code +language <lang>. The result is stored in the internal cache variable +specified by <resultVar>, with boolean true for success and +boolean false for failure.

+

If FAIL_REGEX is provided, then failure is determined by checking +if anything in the compiler output matches any of the specified regular +expressions.

+

By default, the test source file will be given a file extension that matches +the requested language. The SRC_EXT option can be used to override this +with .<extension> instead.

+

The C example checks if the compiler supports the noreturn attribute:

+
set(CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY")
+
+check_source_compiles(C
+"#if !__has_c_attribute(noreturn)
+#error \"No noreturn attribute\"
+#endif"
+HAVE_NORETURN)
+
+
+

The Fortran example checks if the compiler supports the pure procedure +attribute:

+
set(CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY")
+
+check_source_compiles(Fortran
+"pure subroutine foo()
+end subroutine"
+HAVE_PURE)
+
+
+

Internally, try_compile() is used to compile the source. If +CMAKE_TRY_COMPILE_TARGET_TYPE is set to EXECUTABLE (default), +the source is compiled and linked as an executable program. If set to +STATIC_LIBRARY, the source is compiled but not linked. In any case, all +functions must be declared as usual.

+

See also check_source_runs() to run compiled source.

+

The compile and link commands can be influenced by setting any of the +following variables prior to calling check_source_compiles():

+
+ +
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckSourceRuns.html b/cmake/doc/cmake/html/module/CheckSourceRuns.html new file mode 100644 index 0000000000000000000000000000000000000000..655d314c983e8aeb55f76c61af2c23ff64042a0f --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckSourceRuns.html @@ -0,0 +1,241 @@ + + + + + + + + CheckSourceRuns — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckSourceRuns

+
+

Added in version 3.19.

+
+

Check if given source compiles and links into an executable and can +subsequently be run.

+
+
+check_source_runs
+
check_source_runs(<lang> <code> <resultVar>
+                  [SRC_EXT <extension>])
+
+
+

Check once that the <lang> source supplied in <code> can be built, +linked as an executable, and then run. The <code> must contain at least +a main() function, or in Fortran a program.

+

The result is stored in the internal cache variable specified by +<resultVar>. Success of build and run is indicated by boolean true. +Failure to build or run is indicated by boolean false such as an empty +string or an error message.

+

By default, the test source file will be given a file extension that matches +the requested language. The SRC_EXT option can be used to override this +with .<extension> instead.

+

The <code> must contain a valid main program. For example:

+
check_source_runs(C
+"#include <stdlib.h>
+#include <stdnoreturn.h>
+noreturn void f(){ exit(0); }
+int main(void) { f(); return 1; }"
+HAVE_NORETURN)
+
+check_source_runs(Fortran
+"program test
+real :: x[*]
+call co_sum(x)
+end program"
+HAVE_COARRAY)
+
+
+

The compile and link commands can be influenced by setting any of the +following variables prior to calling check_source_runs()

+
+ +
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckStructHasMember.html b/cmake/doc/cmake/html/module/CheckStructHasMember.html new file mode 100644 index 0000000000000000000000000000000000000000..b1510318b1bc67374dc8f58c6f683ac773a45b6b --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckStructHasMember.html @@ -0,0 +1,223 @@ + + + + + + + + CheckStructHasMember — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckStructHasMember

+

Check if the given struct or class has the specified member variable

+
+
+CHECK_STRUCT_HAS_MEMBER
+
CHECK_STRUCT_HAS_MEMBER(<struct> <member> <header> <variable>
+                        [LANGUAGE <language>])
+
+
+
<struct> - the name of the struct or class you are interested in
+<member> - the member which existence you want to check
+<header> - the header(s) where the prototype should be declared
+<variable> - variable to store the result
+<language> - the compiler to use (C or CXX)
+
+
+
+ +

The following variables may be set before calling this macro to modify +the way the check is run:

+
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+

Example:

+
CHECK_STRUCT_HAS_MEMBER("struct timeval" tv_sec sys/select.h
+                        HAVE_TIMEVAL_TV_SEC LANGUAGE C)
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckSymbolExists.html b/cmake/doc/cmake/html/module/CheckSymbolExists.html new file mode 100644 index 0000000000000000000000000000000000000000..52a03cc8d27781c34efd2f61cd0a99659d4d4396 --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckSymbolExists.html @@ -0,0 +1,232 @@ + + + + + + + + CheckSymbolExists — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckSymbolExists

+

Provides a macro to check if a symbol exists as a function, variable, +or macro in C.

+
+
+check_symbol_exists
+
check_symbol_exists(<symbol> <files> <variable>)
+
+
+

Check that the <symbol> is available after including given header +<files> and store the result in a <variable>. Specify the list +of files in one argument as a semicolon-separated list. +<variable> will be created as an internal cache variable.

+
+ +

If the header files define the symbol as a macro it is considered +available and assumed to work. If the header files declare the symbol +as a function or variable then the symbol must also be available for +linking (so intrinsics may not be detected). +If the symbol is a type, enum value, or intrinsic it will not be recognized +(consider using CheckTypeSize or CheckSourceCompiles). +If the check needs to be done in C++, consider using +CheckCXXSymbolExists instead.

+

The following variables may be set before calling this macro to modify +the way the check is run:

+
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+

For example:

+
include(CheckSymbolExists)
+
+# Check for macro SEEK_SET
+check_symbol_exists(SEEK_SET "stdio.h" HAVE_SEEK_SET)
+# Check for function fopen
+check_symbol_exists(fopen "stdio.h" HAVE_FOPEN)
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckTypeSize.html b/cmake/doc/cmake/html/module/CheckTypeSize.html new file mode 100644 index 0000000000000000000000000000000000000000..dd3674e86152a74d8d6c116dcb45e3e7be396a52 --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckTypeSize.html @@ -0,0 +1,259 @@ + + + + + + + + CheckTypeSize — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckTypeSize

+

Check sizeof a type

+
+
+check_type_size
+
check_type_size(<type> <variable> [BUILTIN_TYPES_ONLY]
+                                  [LANGUAGE <language>])
+
+
+

Check if the type exists and determine its size. Results are reported +in the following variables:

+
+
HAVE_<variable>

Holds a true or false value indicating whether the type exists.

+
+
<variable>

Holds one of the following values:

+
+
<size>

Type has non-zero size <size>.

+
+
0

Type has architecture-dependent size. This may occur when +CMAKE_OSX_ARCHITECTURES has multiple architectures. +In this case <variable>_CODE contains C preprocessor tests +mapping from each architecture macro to the corresponding type size. +The list of architecture macros is stored in <variable>_KEYS, +and the value for each key is stored in <variable>-<key>.

+
+
"" (empty string)

Type does not exist.

+
+
+
+
<variable>_CODE

Holds C preprocessor code to define the macro <variable> to the size +of the type, or to leave the macro undefined if the type does not exist.

+
+
+

The options are:

+

BUILTIN_TYPES_ONLY

+
+

Support only compiler-builtin types. If not given, the macro checks +for headers <sys/types.h>, <stdint.h>, and <stddef.h>, and +saves results in HAVE_SYS_TYPES_H, HAVE_STDINT_H, and +HAVE_STDDEF_H. The type size check automatically includes the +available headers, thus supporting checks of types defined in the headers.

+
+
+
LANGUAGE <language>

Use the <language> compiler to perform the check. +Acceptable values are C and CXX.

+
+
+
+ +

Despite the name of the macro you may use it to check the size of more +complex expressions, too. To check e.g. for the size of a struct +member you can do something like this:

+
check_type_size("((struct something*)0)->member" SIZEOF_MEMBER)
+
+
+

The following variables may be set before calling this macro to modify +the way the check is run:

+
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_INCLUDES

A ;-list of header search paths to pass to +the compiler. These will be the only header search paths used--the contents +of the INCLUDE_DIRECTORIES directory property will be ignored.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_DIRECTORIES
+

Added in version 3.31.

+
+

A ;-list of libraries search paths to pass to +the linker (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+
+
CMAKE_EXTRA_INCLUDE_FILES

list of extra headers to include.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/CheckVariableExists.html b/cmake/doc/cmake/html/module/CheckVariableExists.html new file mode 100644 index 0000000000000000000000000000000000000000..f5345dc27de5d98eb7ae26ee2f7c89fbabac75fe --- /dev/null +++ b/cmake/doc/cmake/html/module/CheckVariableExists.html @@ -0,0 +1,198 @@ + + + + + + + + CheckVariableExists — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CheckVariableExists

+

Check if the variable exists.

+
+
+CHECK_VARIABLE_EXISTS
+
CHECK_VARIABLE_EXISTS(VAR VARIABLE)
+
+
+
VAR      - the name of the variable
+VARIABLE - variable to store the result
+           Will be created as an internal cache variable.
+
+
+

This macro is only for C variables.

+
+ +

The following variables may be set before calling this macro to modify +the way the check is run:

+
+
+
CMAKE_REQUIRED_FLAGS

String of additional flags to pass to the compiler. The string must be +space-delimited--a ;-list will not work. +The contents of CMAKE_<LANG>_FLAGS and +its associated configuration-specific variable are automatically added +to the compiler command before the contents of CMAKE_REQUIRED_FLAGS.

+
+
+
+
+
+
CMAKE_REQUIRED_DEFINITIONS

A ;-list of compiler definitions of the form +-DFOO or -DFOO=bar. A definition for the name specified by +<resultVar> will also be added automatically.

+
+
+
+
+
+
CMAKE_REQUIRED_LINK_OPTIONS
+

Added in version 3.14.

+
+

A ;-list of options to add to the link +command (see try_compile() for further details).

+
+
+
+
+
+
CMAKE_REQUIRED_LIBRARIES

A ;-list of libraries to add to the link +command. These can be the name of system libraries or they can be +Imported Targets (see try_compile() for +further details).

+
+
+
+
+
+
CMAKE_REQUIRED_QUIET
+

Added in version 3.1.

+
+

If this variable evaluates to a boolean true value, all status messages +associated with the check will be suppressed.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/Dart.html b/cmake/doc/cmake/html/module/Dart.html new file mode 100644 index 0000000000000000000000000000000000000000..dc83a82be98c178b4a433cce802cf0968ee42fae --- /dev/null +++ b/cmake/doc/cmake/html/module/Dart.html @@ -0,0 +1,153 @@ + + + + + + + + Dart — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Dart

+
+

Deprecated since version 3.27: This module is available only if policy CMP0145 +is not set to NEW. Do not use it in new code. +Use the CTest module instead.

+
+

Configure a project for testing with CTest or old Dart Tcl Client

+

This file is the backwards-compatibility version of the CTest module. +It supports using the old Dart 1 Tcl client for driving dashboard +submissions as well as testing with CTest. This module should be +included in the CMakeLists.txt file at the top of a project. Typical +usage:

+
include(Dart)
+if(BUILD_TESTING)
+  # ... testing related CMake code ...
+endif()
+
+
+

The BUILD_TESTING option is created by the Dart module to determine +whether testing support should be enabled. The default is ON.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/DeployQt4.html b/cmake/doc/cmake/html/module/DeployQt4.html new file mode 100644 index 0000000000000000000000000000000000000000..460512ee5f5707844074b23ca4effc60f37711a3 --- /dev/null +++ b/cmake/doc/cmake/html/module/DeployQt4.html @@ -0,0 +1,206 @@ + + + + + + + + DeployQt4 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

DeployQt4

+

Functions to help assemble a standalone Qt4 executable.

+

A collection of CMake utility functions useful for deploying Qt4 +executables.

+

The following functions are provided by this module:

+
write_qt4_conf
+resolve_qt4_paths
+fixup_qt4_executable
+install_qt4_plugin_path
+install_qt4_plugin
+install_qt4_executable
+
+
+

Requires CMake 2.6 or greater because it uses function and +PARENT_SCOPE. Also depends on BundleUtilities.cmake.

+
write_qt4_conf(<qt_conf_dir> <qt_conf_contents>)
+
+
+

Writes a qt.conf file with the <qt_conf_contents> into <qt_conf_dir>.

+
resolve_qt4_paths(<paths_var> [<executable_path>])
+
+
+

Loop through <paths_var> list and if any don't exist resolve them +relative to the <executable_path> (if supplied) or the +CMAKE_INSTALL_PREFIX.

+
fixup_qt4_executable(<executable>
+  [<qtplugins> <libs> <dirs> <plugins_dir> <request_qt_conf>])
+
+
+

Copies Qt plugins, writes a Qt configuration file (if needed) and +fixes up a Qt4 executable using BundleUtilities so it is standalone +and can be drag-and-drop copied to another machine as long as all of +the system libraries are compatible.

+

<executable> should point to the executable to be fixed-up.

+

<qtplugins> should contain a list of the names or paths of any Qt +plugins to be installed.

+

<libs> will be passed to BundleUtilities and should be a list of any +already installed plugins, libraries or executables to also be +fixed-up.

+

<dirs> will be passed to BundleUtilities and should contain and +directories to be searched to find library dependencies.

+

<plugins_dir> allows an custom plugins directory to be used.

+

<request_qt_conf> will force a qt.conf file to be written even if not +needed.

+
install_qt4_plugin_path(plugin executable copy installed_plugin_path_var
+                        <plugins_dir> <component> <configurations>)
+
+
+

Install (or copy) a resolved <plugin> to the default plugins directory +(or <plugins_dir>) relative to <executable> and store the result in +<installed_plugin_path_var>.

+

If <copy> is set to TRUE then the plugins will be copied rather than +installed. This is to allow this module to be used at CMake time +rather than install time.

+

If <component> is set then anything installed will use this COMPONENT.

+
install_qt4_plugin(plugin executable copy installed_plugin_path_var
+                   <plugins_dir> <component>)
+
+
+

Install (or copy) an unresolved <plugin> to the default plugins +directory (or <plugins_dir>) relative to <executable> and store the +result in <installed_plugin_path_var>. See documentation of +INSTALL_QT4_PLUGIN_PATH.

+
install_qt4_executable(<executable>
+  [<qtplugins> <libs> <dirs> <plugins_dir> <request_qt_conf> <component>])
+
+
+

Installs Qt plugins, writes a Qt configuration file (if needed) and +fixes up a Qt4 executable using BundleUtilities so it is standalone +and can be drag-and-drop copied to another machine as long as all of +the system libraries are compatible. The executable will be fixed-up +at install time. <component> is the COMPONENT used for bundle fixup +and plugin installation. See documentation of FIXUP_QT4_BUNDLE.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/Documentation.html b/cmake/doc/cmake/html/module/Documentation.html new file mode 100644 index 0000000000000000000000000000000000000000..5b4ad0bbce6f5d9aab25013ffdfc7892b9f2ce9b --- /dev/null +++ b/cmake/doc/cmake/html/module/Documentation.html @@ -0,0 +1,139 @@ + + + + + + + + Documentation — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Documentation

+
+

Deprecated since version 3.18: This module does nothing, unless policy CMP0106 is set to OLD.

+
+

This module provides support for the VTK documentation framework. It +relies on several tools (Doxygen, Perl, etc).

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/ExternalData.html b/cmake/doc/cmake/html/module/ExternalData.html new file mode 100644 index 0000000000000000000000000000000000000000..9383b3a87e323058fe24a58442d6b002ddf49a73 --- /dev/null +++ b/cmake/doc/cmake/html/module/ExternalData.html @@ -0,0 +1,548 @@ + + + + + + + + ExternalData — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ExternalData

+ +

Manage data files stored outside source tree

+
+

Introduction

+

Use this module to unambiguously reference data files stored outside +the source tree and fetch them at build time from arbitrary local and +remote content-addressed locations. Functions provided by this module +recognize arguments with the syntax DATA{<name>} as references to +external data, replace them with full paths to local copies of those +data, and create build rules to fetch and update the local copies.

+

For example:

+
include(ExternalData)
+set(ExternalData_URL_TEMPLATES "file:///local/%(algo)/%(hash)"
+                               "file:////host/share/%(algo)/%(hash)"
+                               "http://data.org/%(algo)/%(hash)")
+ExternalData_Add_Test(MyData
+  NAME MyTest
+  COMMAND MyExe DATA{MyInput.png}
+  )
+ExternalData_Add_Target(MyData)
+
+
+

When test MyTest runs the DATA{MyInput.png} argument will be +replaced by the full path to a real instance of the data file +MyInput.png on disk. If the source tree contains a content link +such as MyInput.png.md5 then the MyData target creates a real +MyInput.png in the build tree.

+
+
+

Module Functions

+
+
+ExternalData_Expand_Arguments
+

The ExternalData_Expand_Arguments function evaluates DATA{} +references in its arguments and constructs a new list of arguments:

+
ExternalData_Expand_Arguments(
+  <target>   # Name of data management target
+  <outVar>   # Output variable
+  [args...]  # Input arguments, DATA{} allowed
+  )
+
+
+

It replaces each DATA{} reference in an argument with the full path of +a real data file on disk that will exist after the <target> builds.

+
+ +
+
+ExternalData_Add_Test
+

The ExternalData_Add_Test function wraps around the CMake +add_test() command but supports DATA{} references in +its arguments:

+
ExternalData_Add_Test(
+  <target>   # Name of data management target
+  ...        # Arguments of add_test(), DATA{} allowed
+  )
+
+
+

It passes its arguments through ExternalData_Expand_Arguments and then +invokes the add_test() command using the results.

+
+

Changed in version 3.31: If the arguments after <target> define a test with an executable +that is a CMake target, empty values in the TEST_LAUNCHER +and CROSSCOMPILING_EMULATOR properties of that target are +preserved. See policy CMP0178.

+
+
+ +
+
+ExternalData_Add_Target
+

The ExternalData_Add_Target function creates a custom target to +manage local instances of data files stored externally:

+
ExternalData_Add_Target(
+  <target>                  # Name of data management target
+  [SHOW_PROGRESS <ON|OFF>]  # Show progress during the download
+  )
+
+
+

It creates custom commands in the target as necessary to make data +files available for each DATA{} reference previously evaluated by +other functions provided by this module. +Data files may be fetched from one of the URL templates specified in +the ExternalData_URL_TEMPLATES variable, or may be found locally +in one of the paths specified in the ExternalData_OBJECT_STORES +variable.

+
+

Added in version 3.20: The SHOW_PROGRESS argument may be passed to suppress progress information +during the download of objects. If not provided, it defaults to OFF for +Ninja and Ninja Multi-Config generators and ON +otherwise.

+
+

Typically only one target is needed to manage all external data within +a project. Call this function once at the end of configuration after +all data references have been processed.

+
+ +
+
+

Module Variables

+

The following variables configure behavior. They should be set before +calling any of the functions provided by this module.

+
+
+ExternalData_BINARY_ROOT
+

The ExternalData_BINARY_ROOT variable may be set to the directory to +hold the real data files named by expanded DATA{} references. The +default is CMAKE_BINARY_DIR. The directory layout will mirror that of +content links under ExternalData_SOURCE_ROOT.

+
+ +
+
+ExternalData_CUSTOM_SCRIPT_<key>
+
+

Added in version 3.2.

+
+

Specify a full path to a .cmake custom fetch script identified by +<key> in entries of the ExternalData_URL_TEMPLATES list. +See Custom Fetch Scripts.

+
+ +
+ +

The ExternalData_LINK_CONTENT variable may be set to the name of a +supported hash algorithm to enable automatic conversion of real data +files referenced by the DATA{} syntax into content links. For each +such <file> a content link named <file><ext> is created. The +original file is renamed to the form .ExternalData_<algo>_<hash> to +stage it for future transmission to one of the locations in the list +of URL templates (by means outside the scope of this module). The +data fetch rule created for the content link will use the staged +object if it cannot be found using any URL template.

+
+ +
+ +
+

Added in version 3.3.

+
+

The real data files named by expanded DATA{} references may be made +available under ExternalData_BINARY_ROOT using symbolic links on +some platforms. The ExternalData_NO_SYMLINKS variable may be set +to disable use of symbolic links and enable use of copies instead.

+
+ +
+
+ExternalData_OBJECT_STORES
+

The ExternalData_OBJECT_STORES variable may be set to a list of local +directories that store objects using the layout <dir>/%(algo)/%(hash). +These directories will be searched first for a needed object. If the +object is not available in any store then it will be fetched remotely +using the URL templates and added to the first local store listed. If +no stores are specified the default is a location inside the build +tree.

+
+ +
+
+ExternalData_SERIES_PARSE
+
+ExternalData_SERIES_PARSE_PREFIX
+
+ExternalData_SERIES_PARSE_NUMBER
+
+ExternalData_SERIES_PARSE_SUFFIX
+
+ExternalData_SERIES_MATCH
+

See Referencing File Series.

+
+ +
+
+ExternalData_SOURCE_ROOT
+

The ExternalData_SOURCE_ROOT variable may be set to the highest source +directory containing any path named by a DATA{} reference. The +default is CMAKE_SOURCE_DIR. ExternalData_SOURCE_ROOT and +CMAKE_SOURCE_DIR must refer to directories within a single source +distribution (e.g. they come together in one tarball).

+
+ +
+
+ExternalData_TIMEOUT_ABSOLUTE
+

The ExternalData_TIMEOUT_ABSOLUTE variable sets the download +absolute timeout, in seconds, with a default of 300 seconds. +Set to 0 to disable enforcement.

+
+ +
+
+ExternalData_TIMEOUT_INACTIVITY
+

The ExternalData_TIMEOUT_INACTIVITY variable sets the download +inactivity timeout, in seconds, with a default of 60 seconds. +Set to 0 to disable enforcement.

+
+ +
+
+ExternalData_URL_ALGO_<algo>_<key>
+
+

Added in version 3.3.

+
+

Specify a custom URL component to be substituted for URL template +placeholders of the form %(algo:<key>), where <key> is a +valid C identifier, when fetching an object referenced via hash +algorithm <algo>. If not defined, the default URL component +is just <algo> for any <key>.

+
+ +
+
+ExternalData_URL_TEMPLATES
+

The ExternalData_URL_TEMPLATES may be set to provide a list +of URL templates using the placeholders %(algo) and %(hash) +in each template. Data fetch rules try each URL template in order +by substituting the hash algorithm name for %(algo) and the hash +value for %(hash). Alternatively one may use %(algo:<key>) +with ExternalData_URL_ALGO_<algo>_<key> variables to gain more +flexibility in remote URLs.

+
+ +
+
+

Referencing Files

+
+

Referencing Single Files

+

The DATA{} syntax is literal and the <name> is a full or relative path +within the source tree. The source tree must contain either a real +data file at <name> or a "content link" at <name><ext> containing a +hash of the real file using a hash algorithm corresponding to <ext>. +For example, the argument DATA{img.png} may be satisfied by either a +real img.png file in the current source directory or a img.png.md5 +file containing its MD5 sum.

+
+

Added in version 3.8: Multiple content links of the same name with different hash algorithms +are supported (e.g. img.png.sha256 and img.png.sha1) so long as +they all correspond to the same real file. This allows objects to be +fetched from sources indexed by different hash algorithms.

+
+
+
+

Referencing File Series

+

The DATA{} syntax can be told to fetch a file series using the form +DATA{<name>,:}, where the : is literal. If the source tree +contains a group of files or content links named like a series then a +reference to one member adds rules to fetch all of them. Although all +members of a series are fetched, only the file originally named by the +DATA{} argument is substituted for it. The default configuration +recognizes file series names ending with #.ext, _#.ext, .#.ext, +or -#.ext where # is a sequence of decimal digits and .ext is +any single extension. Configure it with a regex that parses <number> +and <suffix> parts from the end of <name>:

+
ExternalData_SERIES_PARSE = regex of the form (<number>)(<suffix>)$
+
+
+

For more complicated cases set:

+
ExternalData_SERIES_PARSE = regex with at least two () groups
+ExternalData_SERIES_PARSE_PREFIX = <prefix> regex group number, if any
+ExternalData_SERIES_PARSE_NUMBER = <number> regex group number
+ExternalData_SERIES_PARSE_SUFFIX = <suffix> regex group number
+
+
+

Configure series number matching with a regex that matches the +<number> part of series members named <prefix><number><suffix>:

+
ExternalData_SERIES_MATCH = regex matching <number> in all series members
+
+
+

Note that the <suffix> of a series does not include a hash-algorithm +extension.

+
+
+

Referencing Associated Files

+

The DATA{} syntax can alternatively match files associated with the +named file and contained in the same directory. Associated files may +be specified by options using the syntax +DATA{<name>,<opt1>,<opt2>,...}. Each option may specify one file by +name or specify a regular expression to match file names using the +syntax REGEX:<regex>. For example, the arguments:

+
DATA{MyData/MyInput.mhd,MyInput.img}                   # File pair
+DATA{MyData/MyFrames00.png,REGEX:MyFrames[0-9]+\\.png} # Series
+
+
+

will pass MyInput.mha and MyFrames00.png on the command line but +ensure that the associated files are present next to them.

+
+
+

Referencing Directories

+

The DATA{} syntax may reference a directory using a trailing slash and +a list of associated files. The form DATA{<name>/,<opt1>,<opt2>,...} +adds rules to fetch any files in the directory that match one of the +associated file options. For example, the argument +DATA{MyDataDir/,REGEX:.*} will pass the full path to a MyDataDir +directory on the command line and ensure that the directory contains +files corresponding to every file or content link in the MyDataDir +source directory.

+
+

Added in version 3.3: In order to match associated files in subdirectories, +specify a RECURSE: option, e.g. DATA{MyDataDir/,RECURSE:,REGEX:.*}.

+
+
+
+
+

Hash Algorithms

+

The following hash algorithms are supported:

+
%(algo)     <ext>     Description
+-------     -----     -----------
+MD5         .md5      Message-Digest Algorithm 5, RFC 1321
+SHA1        .sha1     US Secure Hash Algorithm 1, RFC 3174
+SHA224      .sha224   US Secure Hash Algorithms, RFC 4634
+SHA256      .sha256   US Secure Hash Algorithms, RFC 4634
+SHA384      .sha384   US Secure Hash Algorithms, RFC 4634
+SHA512      .sha512   US Secure Hash Algorithms, RFC 4634
+SHA3_224    .sha3-224 Keccak SHA-3
+SHA3_256    .sha3-256 Keccak SHA-3
+SHA3_384    .sha3-384 Keccak SHA-3
+SHA3_512    .sha3-512 Keccak SHA-3
+
+
+
+

Added in version 3.8: Added the SHA3_* hash algorithms.

+
+

Note that the hashes are used only for unique data identification and +download verification.

+
+
+

Custom Fetch Scripts

+
+

Added in version 3.2.

+
+

When a data file must be fetched from one of the URL templates +specified in the ExternalData_URL_TEMPLATES variable, it is +normally downloaded using the file(DOWNLOAD) command. +One may specify usage of a custom fetch script by using a URL +template of the form ExternalDataCustomScript://<key>/<loc>. +The <key> must be a C identifier, and the <loc> must +contain the %(algo) and %(hash) placeholders. +A variable corresponding to the key, ExternalData_CUSTOM_SCRIPT_<key>, +must be set to the full path to a .cmake script file. The script +will be included to perform the actual fetch, and provided with +the following variables:

+
+
+ExternalData_CUSTOM_LOCATION
+

When a custom fetch script is loaded, this variable is set to the +location part of the URL, which will contain the substituted hash +algorithm name and content hash value.

+
+ +
+
+ExternalData_CUSTOM_FILE
+

When a custom fetch script is loaded, this variable is set to the +full path to a file in which the script must store the fetched +content. The name of the file is unspecified and should not be +interpreted in any way.

+
+ +

The custom fetch script is expected to store fetched content in the +file or set a variable:

+
+
+ExternalData_CUSTOM_ERROR
+

When a custom fetch script fails to fetch the requested content, +it must set this variable to a short one-line message describing +the reason for failure.

+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/ExternalProject.html b/cmake/doc/cmake/html/module/ExternalProject.html new file mode 100644 index 0000000000000000000000000000000000000000..f42ee8677db57cd6ebb52191d490b115daa3a79e --- /dev/null +++ b/cmake/doc/cmake/html/module/ExternalProject.html @@ -0,0 +1,1401 @@ + + + + + + + + ExternalProject — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ExternalProject

+ +
+

External Project Definition

+
+
+ExternalProject_Add
+

The ExternalProject_Add() function creates a custom target to drive +download, update/patch, configure, build, install and test steps of an +external project:

+
ExternalProject_Add(<name> [<option>...])
+
+
+

The individual steps within the process can be driven independently if +required (e.g. for CDash submission) and extra custom steps can be defined, +along with the ability to control the step dependencies. The directory +structure used for the management of the external project can also be +customized. The function supports a large number of options which can be used +to tailor the external project behavior.

+
+ +
+

Directory Options

+

Most of the time, the default directory layout is sufficient. It is largely +an implementation detail that the main project usually doesn't need to +change. In some circumstances, however, control over the directory layout +can be useful or necessary. The directory options are potentially more +useful from the point of view that the main build can use the +ExternalProject_Get_Property() command to retrieve their values, +thereby allowing the main project to refer to build artifacts of the +external project.

+
+
PREFIX <dir>

Root directory for the external project. Unless otherwise noted below, +all other directories associated with the external project will be +created under here.

+
+
TMP_DIR <dir>

Directory in which to store temporary files.

+
+
STAMP_DIR <dir>

Directory in which to store the timestamps of each step. Log files from +individual steps are also created in here unless overridden by LOG_DIR +(see Logging Options below).

+
+
LOG_DIR <dir>
+

Added in version 3.14.

+
+

Directory in which to store the logs of each step.

+
+
DOWNLOAD_DIR <dir>

Directory in which to store downloaded files before unpacking them. This +directory is only used by the URL download method, all other download +methods use SOURCE_DIR directly instead.

+
+
SOURCE_DIR <dir>

Source directory into which downloaded contents will be unpacked, or for +non-URL download methods, the directory in which the repository should be +checked out, cloned, etc. If no download method is specified, this must +point to an existing directory where the external project has already +been unpacked or cloned/checked out.

+
+

Note

+

If a download method is specified, any existing contents of the source +directory may be deleted. Only the URL download method checks whether +this directory is either missing or empty before initiating the +download, stopping with an error if it is not empty. All other +download methods silently discard any previous contents of the source +directory.

+
+
+
BINARY_DIR <dir>

Specify the build directory location. This option is ignored if +BUILD_IN_SOURCE is enabled.

+
+
INSTALL_DIR <dir>

Installation prefix to be placed in the <INSTALL_DIR> placeholder. +This does not actually configure the external project to install to +the given prefix. That must be done by passing appropriate arguments +to the external project configuration step, e.g. using <INSTALL_DIR>.

+
+
+

If any of the above ..._DIR options are not specified, their defaults +are computed as follows. If the PREFIX option is given or the +EP_PREFIX directory property is set, then an external project is built +and installed under the specified prefix:

+
TMP_DIR      = <prefix>/tmp
+STAMP_DIR    = <prefix>/src/<name>-stamp
+DOWNLOAD_DIR = <prefix>/src
+SOURCE_DIR   = <prefix>/src/<name>
+BINARY_DIR   = <prefix>/src/<name>-build
+INSTALL_DIR  = <prefix>
+LOG_DIR      = <STAMP_DIR>
+
+
+

Otherwise, if the EP_BASE directory property is set then components +of an external project are stored under the specified base:

+
TMP_DIR      = <base>/tmp/<name>
+STAMP_DIR    = <base>/Stamp/<name>
+DOWNLOAD_DIR = <base>/Download/<name>
+SOURCE_DIR   = <base>/Source/<name>
+BINARY_DIR   = <base>/Build/<name>
+INSTALL_DIR  = <base>/Install/<name>
+LOG_DIR      = <STAMP_DIR>
+
+
+

If no PREFIX, EP_PREFIX, or EP_BASE is specified, then the +default is to set PREFIX to <name>-prefix. Relative paths are +interpreted with respect to CMAKE_CURRENT_BINARY_DIR at the +point where ExternalProject_Add() is called.

+
+
+

Download Step Options

+

A download method can be omitted if the SOURCE_DIR option is used to +point to an existing non-empty directory. Otherwise, one of the download +methods below must be specified (multiple download methods should not be +given) or a custom DOWNLOAD_COMMAND provided.

+
+
DOWNLOAD_COMMAND <cmd>...

Overrides the command used for the download step +(generator expressions are +supported). If this option is specified, all other download options will +be ignored. Providing an empty string for <cmd> effectively disables +the download step.

+
+
+
+

URL

+
+
URL <url1> [<url2>...]

List of paths and/or URL(s) of the external project's source. When more +than one URL is given, they are tried in turn until one succeeds. A URL +may be an ordinary path in the local file system (in which case it +must be the only URL provided) or any downloadable URL supported by the +file(DOWNLOAD) command. A local filesystem path may refer to +either an existing directory or to an archive file, whereas a URL is +expected to point to a file which can be treated as an archive. When an +archive is used, it will be unpacked automatically unless the +DOWNLOAD_NO_EXTRACT option is set to prevent it. The archive type +is determined by inspecting the actual content rather than using logic +based on the file extension.

+
+

Changed in version 3.7: Multiple URLs are allowed.

+
+
+
URL_HASH <algo>=<hashValue>

Hash of the archive file to be downloaded. The argument should be of +the form <algo>=<hashValue> where algo can be any of the hashing +algorithms supported by the file() command. Specifying this +option is strongly recommended for URL downloads, as it ensures the +integrity of the downloaded content. It is also used as a check for a +previously downloaded file, allowing connection to the remote location +to be avoided altogether if the local directory already has a file from +an earlier download that matches the specified hash.

+
+
URL_MD5 <md5>

Equivalent to URL_HASH MD5=<md5>.

+
+
DOWNLOAD_NAME <fname>

File name to use for the downloaded file. If not given, the end of the +URL is used to determine the file name. This option is rarely needed, +the default name is generally suitable and is not normally used outside +of code internal to the ExternalProject module.

+
+
DOWNLOAD_EXTRACT_TIMESTAMP <bool>
+

Added in version 3.24.

+
+

When specified with a true value, the timestamps of the extracted +files will match those in the archive. When false, the timestamps of +the extracted files will reflect the time at which the extraction +was performed. If the download URL changes, timestamps based off +those in the archive can result in dependent targets not being rebuilt +when they potentially should have been. Therefore, unless the file +timestamps are significant to the project in some way, use a false +value for this option. If DOWNLOAD_EXTRACT_TIMESTAMP is not given, +the default is false. See policy CMP0135.

+
+
DOWNLOAD_NO_EXTRACT <bool>
+

Added in version 3.6.

+
+

Allows the extraction part of the download step to be disabled by +passing a boolean true value for this option. If this option is not +given, the downloaded contents will be unpacked automatically if +required. If extraction has been disabled, the full path to the +downloaded file is available as <DOWNLOADED_FILE> in subsequent +steps or as the property DOWNLOADED_FILE with the +ExternalProject_Get_Property() command.

+
+
DOWNLOAD_NO_PROGRESS <bool>

Can be used to disable logging the download progress. If this option is +not given, download progress messages will be logged.

+
+
TIMEOUT <seconds>

Maximum time allowed for file download operations.

+
+
INACTIVITY_TIMEOUT <seconds>
+

Added in version 3.19.

+
+

Terminate the operation after a period of inactivity.

+
+
HTTP_USERNAME <username>
+

Added in version 3.7.

+
+

Username for the download operation if authentication is required.

+
+
HTTP_PASSWORD <password>
+

Added in version 3.7.

+
+

Password for the download operation if authentication is required.

+
+
HTTP_HEADER <header1> [<header2>...]
+

Added in version 3.7.

+
+

Provides an arbitrary list of HTTP headers for the download operation. +This can be useful for accessing content in systems like AWS, etc.

+
+
TLS_VERSION <min>
+

Added in version 3.30.

+
+

Specify minimum TLS version for https:// URLs. If this option is +not provided, the value of the CMAKE_TLS_VERSION variable +or the CMAKE_TLS_VERSION environment variable will be used +instead (see file(DOWNLOAD)).

+

This option also applies to git clone invocations, although the +default behavior is different. If none of the TLS_VERSION option, +CMAKE_TLS_VERSION variable, or CMAKE_TLS_VERSION +environment variable is specified, the behavior will be determined by +git's default or a http.sslVersion git config option the user may +have set at a global level.

+
+
TLS_VERIFY <bool>

Specifies whether certificate verification should be performed for +https:// URLs. If this option is not provided, the value of the +CMAKE_TLS_VERIFY variable or the CMAKE_TLS_VERIFY +environment variable will be used instead (see file(DOWNLOAD)). +If neither of those is set, certificate verification will not be performed. +In situations where URL_HASH cannot be provided, this option can +be an alternative verification measure.

+

This option also applies to git clone invocations, although the +default behavior is different. If none of the TLS_VERIFY option, +CMAKE_TLS_VERIFY variable, or CMAKE_TLS_VERIFY +environment variable is specified, the behavior will be determined by +git's default (true) or a http.sslVerify git config option the +user may have set at a global level.

+
+

Changed in version 3.6: Previously this option did not apply to git clone invocations.

+
+
+

Changed in version 3.30: Previously the CMAKE_TLS_VERIFY environment variable +was not checked.

+
+
+
TLS_CAINFO <file>

Specify a custom certificate authority file to use if TLS_VERIFY +is enabled. If this option is not specified, the value of the +CMAKE_TLS_CAINFO variable will be used instead (see +file(DOWNLOAD))

+
+
NETRC <level>
+

Added in version 3.11.

+
+

Specify whether the .netrc file is to be used for operation. +If this option is not specified, the value of the +CMAKE_NETRC variable will be used instead +(see file(DOWNLOAD)). Valid levels are:

+
+
IGNORED

The .netrc file is ignored. +This is the default.

+
+
OPTIONAL

The .netrc file is optional, and information in the URL +is preferred. The file will be scanned to find which ever +information is not specified in the URL.

+
+
REQUIRED

The .netrc file is required, and information in the URL +is ignored.

+
+
+
+
NETRC_FILE <file>
+

Added in version 3.11.

+
+

Specify an alternative .netrc file to the one in your home directory +if the NETRC level is OPTIONAL or REQUIRED. If this option +is not specified, the value of the CMAKE_NETRC_FILE variable +will be used instead (see file(DOWNLOAD))

+
+
+
+

Added in version 3.1: Added support for tbz2, .tar.xz, .txz, and .7z extensions.

+
+
+
+

Git

+

NOTE: A git version of 1.6.5 or later is required if this download method +is used.

+
+
GIT_REPOSITORY <url>

URL of the git repository. Any URL understood by the git command +may be used.

+
+

Changed in version 3.27: A relative URL will be resolved based on the parent project's +remote, subject to CMP0150. See the policy documentation +for how the remote is selected, including conditions where the +remote selection can fail. Local filesystem remotes should +always use absolute paths.

+
+
+
GIT_TAG <tag>

Git branch name, tag or commit hash. Note that branch names and tags +should generally be specified as remote names (i.e. origin/myBranch +rather than simply myBranch). This ensures that if the remote end +has its tag moved or branch rebased or history rewritten, the local +clone will still be updated correctly. In general, however, specifying +a commit hash should be preferred for a number of reasons:

+
    +
  • If the local clone already has the commit corresponding to the hash, +no git fetch needs to be performed to check for changes each time +CMake is re-run. This can result in a significant speed up if many +external projects are being used.

  • +
  • Using a specific git hash ensures that the main project's own history +is fully traceable to a specific point in the external project's +evolution. If a branch or tag name is used instead, then checking out +a specific commit of the main project doesn't necessarily pin the +whole build to a specific point in the life of the external project. +The lack of such deterministic behavior makes the main project lose +traceability and repeatability.

  • +
+

If GIT_SHALLOW is enabled then GIT_TAG works only with +branch names and tags. A commit hash is not allowed.

+

Note that if not provided, GIT_TAG defaults to master, not the +default Git branch name.

+
+
GIT_REMOTE_NAME <name>

The optional name of the remote. If this option is not specified, it +defaults to origin.

+
+
GIT_SUBMODULES <module>...

Specific git submodules that should also be updated. If this option is +not provided, all git submodules will be updated.

+
+

Changed in version 3.16: When CMP0097 is set to NEW, if this value is set +to an empty string then no submodules are initialized or updated.

+
+
+
GIT_SUBMODULES_RECURSE <bool>
+

Added in version 3.17.

+
+

Specify whether git submodules (if any) should update recursively by +passing the --recursive flag to git submodule update. +If not specified, the default is on.

+
+
GIT_SHALLOW <bool>
+

Added in version 3.6.

+
+

When this option is enabled, the git clone operation will be given +the --depth 1 option. This performs a shallow clone, which avoids +downloading the whole history and instead retrieves just the commit +denoted by the GIT_TAG option.

+
+
GIT_PROGRESS <bool>
+

Added in version 3.8.

+
+

When enabled, this option instructs the git clone operation to +report its progress by passing it the --progress option. Without +this option, the clone step for large projects may appear to make the +build stall, since nothing will be logged until the clone operation +finishes. While this option can be used to provide progress to prevent +the appearance of the build having stalled, it may also make the build +overly noisy if lots of external projects are used.

+
+
GIT_CONFIG <option1> [<option2>...]
+

Added in version 3.8.

+
+

Specify a list of config options to pass to git clone. Each option +listed will be transformed into its own --config <option> on the +git clone command line, with each option required to be in the +form key=value.

+
+
GIT_REMOTE_UPDATE_STRATEGY <strategy>
+

Added in version 3.18.

+
+

When GIT_TAG refers to a remote branch, this option can be used to +specify how the update step behaves. The <strategy> must be one of +the following:

+
+
CHECKOUT

Ignore the local branch and always checkout the branch specified by +GIT_TAG.

+
+
REBASE

Try to rebase the current branch to the one specified by GIT_TAG. +If there are local uncommitted changes, they will be stashed first +and popped again after rebasing. If rebasing or popping stashed +changes fail, abort the rebase and halt with an error. +When GIT_REMOTE_UPDATE_STRATEGY is not present, this is the +default strategy unless the default has been overridden with +CMAKE_EP_GIT_REMOTE_UPDATE_STRATEGY (see below). +Note that if the branch specified in GIT_TAG is different to +the upstream branch currently being tracked, it is not safe to +perform a rebase. In that situation, REBASE will silently be +treated as CHECKOUT instead.

+
+
REBASE_CHECKOUT

Same as REBASE except if the rebase fails, an annotated tag will +be created at the original HEAD position from before the rebase +and then checkout GIT_TAG just like the CHECKOUT strategy. +The message stored on the annotated tag will give information about +what was attempted and the tag name will include a timestamp so that +each failed run will add a new tag. This strategy ensures no changes +will be lost, but updates should always succeed if GIT_TAG refers +to a valid ref unless there are uncommitted changes that cannot be +popped successfully.

+
+
+

The variable CMAKE_EP_GIT_REMOTE_UPDATE_STRATEGY can be set to +override the default strategy. This variable should not be set by a +project, it is intended for the user to set. It is primarily intended +for use in continuous integration scripts to ensure that when history +is rewritten on a remote branch, the build doesn't end up with +unintended changes or failed builds resulting from conflicts during +rebase operations.

+
+
+
+
+

Subversion

+
+
SVN_REPOSITORY <url>

URL of the Subversion repository.

+
+
SVN_REVISION -r<rev>

Revision to checkout from the Subversion repository.

+
+
SVN_USERNAME <username>

Username for the Subversion checkout and update.

+
+
SVN_PASSWORD <password>

Password for the Subversion checkout and update.

+
+
SVN_TRUST_CERT <bool>

Specifies whether to trust the Subversion server site certificate. If +enabled, the --trust-server-cert option is passed to the svn +checkout and update commands.

+
+
+
+
+

Mercurial

+
+
HG_REPOSITORY <url>

URL of the mercurial repository.

+
+
HG_TAG <tag>

Mercurial branch name, tag or commit id.

+
+
+
+
+

CVS

+
+
CVS_REPOSITORY <cvsroot>

CVSROOT of the CVS repository.

+
+
CVS_MODULE <mod>

Module to checkout from the CVS repository.

+
+
CVS_TAG <tag>

Tag to checkout from the CVS repository.

+
+
+
+
+
+

Update Step Options

+

Whenever CMake is re-run, by default the external project's sources will be +updated if the download method supports updates (e.g. a git repository +would be checked if the GIT_TAG does not refer to a specific commit).

+
+
UPDATE_COMMAND <cmd>...

Overrides the download method's update step with a custom command. +The command may use +generator expressions.

+
+
UPDATE_DISCONNECTED <bool>
+

Added in version 3.2.

+
+

When enabled, this option causes the update step to be skipped (but see +below for changed behavior where this is not the case). It does not +prevent the download step. The update step can still be +added as a step target (see ExternalProject_Add_StepTargets()) +and called manually. This is useful if you want to allow developers to +build the project when disconnected from the network (the network may +still be needed for the download step though).

+
+

Changed in version 3.27: When UPDATE_DISCONNECTED is true, the update step will be executed +if any details about the update or download step are changed. +Furthermore, if using the git download/update method, the update +logic will be modified to skip attempts to contact the remote. +If the GIT_TAG mentions a ref that is not known locally, the +update step will halt with a fatal error.

+
+

When this option is present, it is generally advisable to make the value +a cache variable under the developer's control rather than hard-coding +it. If this option is not present, the default value is taken from the +EP_UPDATE_DISCONNECTED directory property. If that is also not +defined, updates are performed as normal. The EP_UPDATE_DISCONNECTED +directory property is intended as a convenience for controlling the +UPDATE_DISCONNECTED behavior for an entire section of a project's +directory hierarchy and may be a more convenient method of giving +developers control over whether or not to perform updates (assuming the +project also provides a cache variable or some other convenient method +for setting the directory property).

+

This may cause a step target to be created automatically for the +download step. See policy CMP0114.

+
+
+
+
+

Patch Step Options

+
+
PATCH_COMMAND <cmd>...

Specifies a custom command to patch the sources after an update. By +default, no patch command is defined. Note that it can be quite difficult +to define an appropriate patch command that performs robustly, especially +for download methods such as git where changing the GIT_TAG will not +discard changes from a previous patch, but the patch command will be +called again after updating to the new tag.

+
+
+
+
+

Configure Step Options

+

The configure step is run after the download and update steps. By default, +the external project is assumed to be a CMake project, but this can be +overridden if required.

+
+
CONFIGURE_COMMAND <cmd>...

The default configure command runs CMake with a few options based on +the main project. The options added are typically only those needed to +use the same generator as the main project, but the CMAKE_GENERATOR +option can be given to override this. The project is responsible for +adding any toolchain details, flags or other settings it wants to +reuse from the main project or otherwise specify (see CMAKE_ARGS, +CMAKE_CACHE_ARGS and CMAKE_CACHE_DEFAULT_ARGS below).

+

For non-CMake external projects, the CONFIGURE_COMMAND option must +be used to override the default configure command +(generator expressions are +supported). For projects that require no configure step, specify this +option with an empty string as the command to execute.

+
+
CMAKE_COMMAND /.../cmake

Specify an alternative cmake executable for the configure step (use an +absolute path). This is generally not recommended, since it is +usually desirable to use the same CMake version throughout the whole +build. This option is ignored if a custom configure command has been +specified with CONFIGURE_COMMAND.

+
+
CMAKE_GENERATOR <gen>

Override the CMake generator used for the configure step. Without this +option, the same generator as the main build will be used. This option is +ignored if a custom configure command has been specified with the +CONFIGURE_COMMAND option.

+
+
CMAKE_GENERATOR_PLATFORM <platform>
+

Added in version 3.1.

+
+

Pass a generator-specific platform name to the CMake command (see +CMAKE_GENERATOR_PLATFORM). It is an error to provide this +option without the CMAKE_GENERATOR option.

+
+
CMAKE_GENERATOR_TOOLSET <toolset>

Pass a generator-specific toolset name to the CMake command (see +CMAKE_GENERATOR_TOOLSET). It is an error to provide this +option without the CMAKE_GENERATOR option.

+
+
CMAKE_GENERATOR_INSTANCE <instance>
+

Added in version 3.11.

+
+

Pass a generator-specific instance selection to the CMake command (see +CMAKE_GENERATOR_INSTANCE). It is an error to provide this +option without the CMAKE_GENERATOR option.

+
+
CMAKE_ARGS <arg>...

The specified arguments are passed to the cmake command line. +They can be any argument the cmake command understands, not just +cache values defined by -D... arguments (see also +CMake Options).

+
+

Added in version 3.3: Arguments may use +generator expressions.

+
+
+
CMAKE_CACHE_ARGS <arg>...

This is an alternate way of specifying cache variables where command line +length issues may become a problem. The arguments are expected to be in +the form -Dvar:STRING=value, which are then transformed into +CMake set() commands with the FORCE option used. These +set() commands are written to a pre-load script which is then applied +using the cmake -C command line option.

+
+

Added in version 3.3: Arguments may use +generator expressions.

+
+
+
CMAKE_CACHE_DEFAULT_ARGS <arg>...
+

Added in version 3.2.

+
+

This is the same as the CMAKE_CACHE_ARGS option except the set() +commands do not include the FORCE keyword. This means the values act +as initial defaults only and will not override any variables already set +from a previous run. Use this option with care, as it can lead to +different behavior depending on whether the build starts from a fresh +build directory or reuses previous build contents.

+
+

Added in version 3.15: If the CMake generator is the Green Hills MULTI and not overridden, +the original project's settings for the GHS toolset and target system +customization cache variables are propagated into the external project.

+
+
+
SOURCE_SUBDIR <dir>
+

Added in version 3.7.

+
+

When no CONFIGURE_COMMAND option is specified, the configure step +assumes the external project has a CMakeLists.txt file at the top of +its source tree (i.e. in SOURCE_DIR). The SOURCE_SUBDIR option +can be used to point to an alternative directory within the source tree +to use as the top of the CMake source tree instead. This must be a +relative path and it will be interpreted as being relative to +SOURCE_DIR.

+
+

Added in version 3.14: When BUILD_IN_SOURCE option is enabled, the BUILD_COMMAND +is used to point to an alternative directory within the source tree.

+
+
+
CONFIGURE_HANDLED_BY_BUILD <bool>
+

Added in version 3.20.

+
+

Enabling this option relaxes the dependencies of the configure step on +other external projects to order-only. This means the configure step will +be executed after its external project dependencies are built but it will +not be marked dirty when one of its external project dependencies is +rebuilt. This option can be enabled when the build step is smart enough +to figure out if the configure step needs to be rerun. CMake and Meson are +examples of build systems whose build step is smart enough to know if the +configure step needs to be rerun.

+
+
+
+
+

Build Step Options

+

If the configure step assumed the external project uses CMake as its build +system, the build step will also. Otherwise, the build step will assume a +Makefile-based build and simply run make with no arguments as the +default build step. This can be overridden with custom build commands if +required.

+

If both the main project and the external project use make as their build +tool, the build step of the external project is invoked as a recursive +make using $(MAKE). This will communicate some build tool settings +from the main project to the external project. If either the main project +or external project is not using make, no build tool settings will be +passed to the external project other than those established by the +configure step (i.e. running ninja -v in the main project will not +pass -v to the external project's build step, even if it also uses +ninja as its build tool).

+
+
BUILD_COMMAND <cmd>...

Overrides the default build command +(generator expressions are +supported). If this option is not given, the default build command will +be chosen to integrate with the main build in the most appropriate way +(e.g. using recursive make for Makefile generators or +cmake --build if the project uses a CMake build). This option +can be specified with an empty string as the command to make the build +step do nothing.

+
+
BUILD_IN_SOURCE <bool>

When this option is enabled, the build will be done directly within the +external project's source tree. This should generally be avoided, the use +of a separate build directory is usually preferred, but it can be useful +when the external project assumes an in-source build. The BINARY_DIR +option should not be specified if building in-source.

+
+
BUILD_ALWAYS <bool>

Enabling this option forces the build step to always be run. This can be +the easiest way to robustly ensure that the external project's own build +dependencies are evaluated rather than relying on the default +success timestamp-based method. This option is not normally needed unless +developers are expected to modify something the external project's build +depends on in a way that is not detectable via the step target +dependencies (e.g. SOURCE_DIR is used without a download method and +developers might modify the sources in SOURCE_DIR).

+
+
BUILD_BYPRODUCTS <file>...
+

Added in version 3.2.

+
+

Specifies files that will be generated by the build command but which +might or might not have their modification time updated by subsequent +builds. This may also be required to explicitly declare dependencies +when using the Ninja generator. +These ultimately get passed through as BYPRODUCTS to the +build step's own underlying call to add_custom_command(), which +has additional documentation.

+
+
BUILD_JOB_SERVER_AWARE <bool>
+

Added in version 3.28.

+
+

Specifies that the build step is aware of the GNU Make job server. +See the add_custom_command() documentation of its +JOB_SERVER_AWARE option for details. This option is relevant +only when an explicit BUILD_COMMAND is specified.

+
+
+
+
+

Install Step Options

+

If the configure step assumed the external project uses CMake as its build +system, the install step will also. Otherwise, the install step will assume +a Makefile-based build and simply run make install as the default build +step. This can be overridden with custom install commands if required.

+
+
INSTALL_COMMAND <cmd>...

The external project's own install step is invoked as part of the main +project's build. It is done after the external project's build step +and may be before or after the external project's test step (see the +TEST_BEFORE_INSTALL option below). The external project's install +rules are not part of the main project's install rules, so if anything +from the external project should be installed as part of the main build, +these need to be specified in the main build as additional +install() commands. The default install step builds the +install target of the external project, but this can be overridden +with a custom command using this option +(generator expressions are +supported). Passing an empty string as the <cmd> makes the install +step do nothing.

+
+
INSTALL_BYPRODUCTS <file>...
+

Added in version 3.26.

+
+

Specifies files that will be generated by the install command but which +might or might not have their modification time updated by subsequent +installs. This may also be required to explicitly declare dependencies +when using the Ninja generator. +These ultimately get passed through as BYPRODUCTS to the +install step's own underlying call to add_custom_command(), which +has additional documentation.

+
+
+
+

Note

+

If the CMAKE_INSTALL_MODE environment variable is set when the +main project is built, it will only have an effect if the following +conditions are met:

+
    +
  • The main project's configure step assumed the external project uses +CMake as its build system.

  • +
  • The external project's install command actually runs. Note that due +to the way ExternalProject may use timestamps internally, if +nothing the install step depends on needs to be re-executed, the +install command might also not need to run.

  • +
+

Note also that ExternalProject does not check whether the +CMAKE_INSTALL_MODE environment variable changes from one run +to another.

+
+
+
+

Test Step Options

+

The test step is only defined if at least one of the following TEST_... +options are provided.

+
+
TEST_COMMAND <cmd>...

Overrides the default test command +(generator expressions are +supported). If this option is not given, the default behavior of the test +step is to build the external project's own test target. This option +can be specified with <cmd> as an empty string, which allows the test +step to still be defined, but it will do nothing. Do not specify any of +the other TEST_... options if providing an empty string as the test +command, but prefer to omit all TEST_... options altogether if the +test step target is not needed.

+
+
TEST_BEFORE_INSTALL <bool>

When this option is enabled, the test step will be executed before the +install step. The default behavior is for the test step to run after the +install step.

+
+
TEST_AFTER_INSTALL <bool>

This option is mainly useful as a way to indicate that the test step is +desired but all default behavior is sufficient. Specifying this option +with a boolean true value ensures the test step is defined and that it +comes after the install step. If both TEST_BEFORE_INSTALL and +TEST_AFTER_INSTALL are enabled, the latter is silently ignored.

+
+
TEST_EXCLUDE_FROM_MAIN <bool>
+

Added in version 3.2.

+
+

If enabled, the main build's default ALL target will not depend on the +test step. This can be a useful way of ensuring the test step is defined +but only gets invoked when manually requested. +This may cause a step target to be created automatically for either +the install or build step. See policy CMP0114.

+
+
+
+
+

Output Logging Options

+

Each of the following LOG_... options can be used to wrap the relevant +step in a script to capture its output to files. The log files will be +created in LOG_DIR if supplied or otherwise the STAMP_DIR +directory with step-specific file names.

+
+
LOG_DOWNLOAD <bool>

When enabled, the output of the download step is logged to files.

+
+
LOG_UPDATE <bool>

When enabled, the output of the update step is logged to files.

+
+
LOG_PATCH <bool>
+

Added in version 3.14.

+
+

When enabled, the output of the patch step is logged to files.

+
+
LOG_CONFIGURE <bool>

When enabled, the output of the configure step is logged to files.

+
+
LOG_BUILD <bool>

When enabled, the output of the build step is logged to files.

+
+
LOG_INSTALL <bool>

When enabled, the output of the install step is logged to files.

+
+
LOG_TEST <bool>

When enabled, the output of the test step is logged to files.

+
+
LOG_MERGED_STDOUTERR <bool>
+

Added in version 3.14.

+
+

When enabled, stdout and stderr will be merged for any step whose +output is being logged to files.

+
+
LOG_OUTPUT_ON_FAILURE <bool>
+

Added in version 3.14.

+
+

This option only has an effect if at least one of the other LOG_<step> +options is enabled. If an error occurs for a step which has logging to +file enabled, that step's output will be printed to the console if +LOG_OUTPUT_ON_FAILURE is set to true. For cases where a large amount +of output is recorded, just the end of that output may be printed to the +console.

+
+
+
+
+

Terminal Access Options

+
+

Added in version 3.4.

+
+

Steps can be given direct access to the terminal in some cases. Giving a +step access to the terminal may allow it to receive terminal input if +required, such as for authentication details not provided by other options. +With the Ninja generator, these options place the steps in the +console job pool. Each step can be given access +to the terminal individually via the following options:

+
+
USES_TERMINAL_DOWNLOAD <bool>

Give the download step access to the terminal.

+
+
USES_TERMINAL_UPDATE <bool>

Give the update step access to the terminal.

+
+
USES_TERMINAL_PATCH <bool>
+

Added in version 3.23.

+
+

Give the patch step access to the terminal.

+
+
USES_TERMINAL_CONFIGURE <bool>

Give the configure step access to the terminal.

+
+
USES_TERMINAL_BUILD <bool>

Give the build step access to the terminal.

+
+
USES_TERMINAL_INSTALL <bool>

Give the install step access to the terminal.

+
+
USES_TERMINAL_TEST <bool>

Give the test step access to the terminal.

+
+
+
+
+

Target Options

+
+
DEPENDS <targets>...

Specify other targets on which the external project depends. The other +targets will be brought up to date before any of the external project's +steps are executed. Because the external project uses additional custom +targets internally for each step, the DEPENDS option is the most +convenient way to ensure all of those steps depend on the other targets. +Simply doing +add_dependencies(<name> <targets>) will +not make any of the steps dependent on <targets>.

+
+
EXCLUDE_FROM_ALL <bool>

When enabled, this option excludes the external project from the default +ALL target of the main build.

+
+
STEP_TARGETS <step-target>...

Generate custom targets for the specified steps. This is required if the +steps need to be triggered manually or if they need to be used as +dependencies of other targets. If this option is not specified, the +default value is taken from the EP_STEP_TARGETS directory property. +See ExternalProject_Add_StepTargets() below for further +discussion of the effects of this option.

+
+
INDEPENDENT_STEP_TARGETS <step-target>...
+

Deprecated since version 3.19: This is allowed only if policy CMP0114 is not set to NEW.

+
+

Generates custom targets for the specified steps and prevent these targets +from having the usual dependencies applied to them. If this option is not +specified, the default value is taken from the +EP_INDEPENDENT_STEP_TARGETS directory property. This option is mostly +useful for allowing individual steps to be driven independently, such as +for a CDash setup where each step should be initiated and reported +individually rather than as one whole build. See +ExternalProject_Add_StepTargets() below for further discussion +of the effects of this option.

+
+
+
+
+

Miscellaneous Options

+
+
LIST_SEPARATOR <sep>

For any of the various ..._COMMAND options, and CMAKE_ARGS, +ExternalProject will replace <sep> with ; in the specified +command lines. This can be used to ensure a command has a literal ; in it +where direct usage would otherwise be interpreted as argument separators to +CMake APIs instead. Note that the separator should be chosen to avoid being +confused for non-list-separator usages of the sequence. For example, using +LIST_SEPARATOR allows for passing list values to CMake cache variables on +the command line:

+
ExternalProject_Add(example
+  ... # Download options, etc.
+  LIST_SEPARATOR ","
+  CMAKE_ARGS "-DCMAKE_PREFIX_PATH:STRING=${first_prefix},${second_prefix}"
+)
+
+
+
+
COMMAND <cmd>...

Any of the other ..._COMMAND options can have additional commands +appended to them by following them with as many COMMAND ... options +as needed +(generator expressions are +supported). For example:

+
ExternalProject_Add(example
+  ... # Download options, etc.
+  BUILD_COMMAND ${CMAKE_COMMAND} -E echo "Starting $<CONFIG> build"
+  COMMAND       ${CMAKE_COMMAND} --build <BINARY_DIR> --config $<CONFIG>
+  COMMAND       ${CMAKE_COMMAND} -E echo "$<CONFIG> build complete"
+)
+
+
+
+
+

It should also be noted that each build step is created via a call to +ExternalProject_Add_Step(). See that command's documentation for the +automatic substitutions that are supported for some options.

+
+
+
+

Obtaining Project Properties

+
+
+ExternalProject_Get_Property
+

The ExternalProject_Get_Property() function retrieves external project +target properties:

+
ExternalProject_Get_Property(<name> <prop1> [<prop2>...])
+
+
+

The function stores property values in variables of the same name. Property +names correspond to the keyword argument names of ExternalProject_Add(). +For example, the source directory might be retrieved like so:

+
ExternalProject_Get_property(myExtProj SOURCE_DIR)
+message("Source dir of myExtProj = ${SOURCE_DIR}")
+
+
+
+ +
+
+

Explicit Step Management

+

The ExternalProject_Add() function on its own is often sufficient for +incorporating an external project into the main build. Certain scenarios +require additional work to implement desired behavior, such as adding in a +custom step or making steps available as manually triggerable targets. The +ExternalProject_Add_Step(), ExternalProject_Add_StepTargets() and +ExternalProject_Add_StepDependencies functions provide the lower level +control needed to implement such step-level capabilities.

+
+
+ExternalProject_Add_Step
+

The ExternalProject_Add_Step() function specifies an additional custom +step for an external project defined by an earlier call to +ExternalProject_Add():

+
ExternalProject_Add_Step(<name> <step> [<option>...])
+
+
+

<name> is the same as the name passed to the original call to +ExternalProject_Add(). The specified <step> must not be one of +the pre-defined steps (mkdir, download, update, +patch, configure, build, install or test). The supported +options are:

+
+
COMMAND <cmd>...

The command line to be executed by this custom step +(generator expressions are +supported). This option can be repeated multiple times to specify multiple +commands to be executed in order.

+
+
COMMENT "<text>..."

Text to be printed when the custom step executes.

+
+
DEPENDEES <step>...

Other steps (custom or pre-defined) on which this step depends.

+
+
DEPENDERS <step>...

Other steps (custom or pre-defined) that depend on this new custom step.

+
+
DEPENDS <file>...

Files on which this custom step depends.

+
+
INDEPENDENT <bool>
+

Added in version 3.19.

+
+

Specifies whether this step is independent of the external dependencies +specified by the ExternalProject_Add()'s DEPENDS option. +The default is FALSE. Steps marked as independent may depend only +on other steps marked independent. See policy CMP0114.

+

Note that this use of the term "independent" refers only to independence +from external targets specified by the DEPENDS option and is +orthogonal to a step's dependencies on other steps.

+

If a step target is created for an independent step by the +ExternalProject_Add() STEP_TARGETS option or by the +ExternalProject_Add_StepTargets() function, it will not depend +on the external targets, but may depend on targets for other steps.

+
+
BYPRODUCTS <file>...
+

Added in version 3.2.

+
+

Files that will be generated by this custom step but which might or might +not have their modification time updated by subsequent builds. +This may also be required to explicitly declare dependencies +when using the Ninja generator. This list of +files will ultimately be passed through as the BYPRODUCTS option to the +add_custom_command() used to implement the custom step internally, +which has additional documentation.

+
+
ALWAYS <bool>

When enabled, this option specifies that the custom step should always be +run (i.e. that it is always considered out of date).

+
+
JOB_SERVER_AWARE <bool>
+

Added in version 3.28.

+
+

Specifies that the custom step is aware of the GNU Make job server. +See the add_custom_command() documentation of its +JOB_SERVER_AWARE option for details.

+
+
EXCLUDE_FROM_MAIN <bool>

When enabled, this option specifies that the external project's main target +does not depend on the custom step. +This may cause step targets to be created automatically for the steps on +which this step depends. See policy CMP0114.

+
+
WORKING_DIRECTORY <dir>

Specifies the working directory to set before running the custom step's +command. If this option is not specified, the directory will be the value +of the CMAKE_CURRENT_BINARY_DIR at the point where +ExternalProject_Add_Step() was called.

+
+
LOG <bool>

If set, this causes the output from the custom step to be captured to files +in the external project's LOG_DIR if supplied or STAMP_DIR.

+
+
USES_TERMINAL <bool>

If enabled, this gives the custom step direct access to the terminal if +possible.

+
+
+

The command line, comment, working directory and byproducts of every +standard and custom step are processed to replace the tokens +<SOURCE_DIR>, <SOURCE_SUBDIR>, <BINARY_DIR>, <INSTALL_DIR> +<TMP_DIR>, <DOWNLOAD_DIR> and <DOWNLOADED_FILE> with their +corresponding property values defined in the original call to +ExternalProject_Add().

+
+

Added in version 3.3: Token replacement is extended to byproducts.

+
+
+

Added in version 3.11: The <DOWNLOAD_DIR> substitution token.

+
+
+ +
+
+ExternalProject_Add_StepTargets
+

The ExternalProject_Add_StepTargets() function generates targets for the +steps listed. The name of each created target will be of the form +<name>-<step>:

+
ExternalProject_Add_StepTargets(<name> <step1> [<step2>...])
+
+
+

Creating a target for a step allows it to be used as a dependency of another +target or to be triggered manually. Having targets for specific steps also +allows them to be driven independently of each other by specifying targets on +build command lines. For example, you may be submitting to a sub-project +based dashboard where you want to drive the configure portion of the build, +then submit to the dashboard, followed by the build portion, followed +by tests. If you invoke a custom target that depends on a step halfway +through the step dependency chain, then all the previous steps will also run +to ensure everything is up to date.

+

Internally, ExternalProject_Add() calls +ExternalProject_Add_Step() to create each step. If any +STEP_TARGETS were specified, then ExternalProject_Add_StepTargets() +will also be called after ExternalProject_Add_Step(). Even if a +step is not mentioned in the STEP_TARGETS option, +ExternalProject_Add_StepTargets() can still be called later to manually +define a target for the step.

+

The STEP_TARGETS option for ExternalProject_Add() is generally +the easiest way to ensure targets are created for specific steps of interest. +For custom steps, ExternalProject_Add_StepTargets() must be called +explicitly if a target should also be created for that custom step. +An alternative to these two options is to populate the EP_STEP_TARGETS +directory property. It acts as a default for the step target options and +can save having to repeatedly specify the same set of step targets when +multiple external projects are being defined.

+
+

Added in version 3.19: If CMP0114 is set to NEW, step targets are fully responsible +for holding the custom commands implementing their steps. The primary +target created by ExternalProject_Add depends on the step targets, and +the step targets depend on each other. The target-level dependencies match +the file-level dependencies used by the custom commands for each step. +The targets for steps created with ExternalProject_Add_Step()'s +INDEPENDENT option do not depend on the external targets specified +by ExternalProject_Add()'s DEPENDS option. The predefined +steps mkdir, download, update, and patch are independent.

+
+

If CMP0114 is not NEW, the following deprecated behavior +is available:

+
    +
  • A deprecated NO_DEPENDS option may be specified immediately after the +<name> and before the first step. +If the NO_DEPENDS option is specified, the step target will not depend +on the dependencies of the external project (i.e. on any dependencies of the +<name> custom target created by ExternalProject_Add()). This is +usually safe for the download, update and patch steps, since +they do not typically require that the dependencies are updated and built. +Using NO_DEPENDS for any of the other pre-defined steps, however, may +break parallel builds. Only use NO_DEPENDS where it is certain that the +named steps genuinely do not have dependencies. For custom steps, consider +whether or not the custom commands require the dependencies to be +configured, built and installed.

  • +
  • The INDEPENDENT_STEP_TARGETS option for ExternalProject_Add(), +or the EP_INDEPENDENT_STEP_TARGETS directory property, tells the +function to call ExternalProject_Add_StepTargets() internally +using the NO_DEPENDS option for the specified steps.

  • +
+
+ +
+
+ExternalProject_Add_StepDependencies
+
+

Added in version 3.2.

+
+

The ExternalProject_Add_StepDependencies() function can be used to add +dependencies to a step. The dependencies added must be targets CMake already +knows about (these can be ordinary executable or library targets, custom +targets or even step targets of another external project):

+
ExternalProject_Add_StepDependencies(<name> <step> <target1> [<target2>...])
+
+
+

This function takes care to set both target and file level dependencies and +will ensure that parallel builds will not break. It should be used instead of +add_dependencies() whenever adding a dependency for some of the step +targets generated by the ExternalProject module.

+
+ +
+
+

Examples

+

The following example shows how to download and build a hypothetical project +called FooBar from github:

+
include(ExternalProject)
+ExternalProject_Add(foobar
+  GIT_REPOSITORY    git@github.com:FooCo/FooBar.git
+  GIT_TAG           origin/release/1.2.3
+)
+
+
+

For the sake of the example, also define a second hypothetical external project +called SecretSauce, which is downloaded from a web server. Two URLs are given +to take advantage of a faster internal network if available, with a fallback to +a slower external server. The project is a typical Makefile project with no +configure step, so some of the default commands are overridden. The build is +only required to build the sauce target:

+
find_program(MAKE_EXE NAMES gmake nmake make)
+ExternalProject_Add(secretsauce
+  URL               http://intranet.somecompany.com/artifacts/sauce-2.7.tgz
+                    https://www.somecompany.com/downloads/sauce-2.7.zip
+  URL_HASH          MD5=d41d8cd98f00b204e9800998ecf8427e
+  CONFIGURE_COMMAND ""
+  BUILD_COMMAND     ${MAKE_EXE} sauce
+)
+
+
+

Suppose the build step of secretsauce requires that foobar must already +be built. This could be enforced like so:

+
ExternalProject_Add_StepDependencies(secretsauce build foobar)
+
+
+

Another alternative would be to create a custom target for foobar's build +step and make secretsauce depend on that rather than the whole foobar +project. This would mean foobar only needs to be built, it doesn't need to +run its install or test steps before secretsauce can be built. The +dependency can also be defined along with the secretsauce project:

+
ExternalProject_Add_StepTargets(foobar build)
+ExternalProject_Add(secretsauce
+  URL               http://intranet.somecompany.com/artifacts/sauce-2.7.tgz
+                    https://www.somecompany.com/downloads/sauce-2.7.zip
+  URL_HASH          MD5=d41d8cd98f00b204e9800998ecf8427e
+  CONFIGURE_COMMAND ""
+  BUILD_COMMAND     ${MAKE_EXE} sauce
+  DEPENDS           foobar-build
+)
+
+
+

Instead of calling ExternalProject_Add_StepTargets(), the target could +be defined along with the foobar project itself:

+
ExternalProject_Add(foobar
+  GIT_REPOSITORY git@github.com:FooCo/FooBar.git
+  GIT_TAG        origin/release/1.2.3
+  STEP_TARGETS   build
+)
+
+
+

If many external projects should have the same set of step targets, setting a +directory property may be more convenient. The build step target could be +created automatically by setting the EP_STEP_TARGETS directory property +before creating the external projects with ExternalProject_Add():

+
set_property(DIRECTORY PROPERTY EP_STEP_TARGETS build)
+
+
+

Lastly, suppose that secretsauce provides a script called makedoc which +can be used to generate its own documentation. Further suppose that the script +expects the output directory to be provided as the only parameter and that it +should be run from the secretsauce source directory. A custom step and a +custom target to trigger the script can be defined like so:

+
ExternalProject_Add_Step(secretsauce docs
+  COMMAND           <SOURCE_DIR>/makedoc <BINARY_DIR>
+  WORKING_DIRECTORY <SOURCE_DIR>
+  COMMENT           "Building secretsauce docs"
+  ALWAYS            TRUE
+  EXCLUDE_FROM_MAIN TRUE
+)
+ExternalProject_Add_StepTargets(secretsauce docs)
+
+
+

The custom step could then be triggered from the main build like so:

+
cmake --build . --target secretsauce-docs
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FeatureSummary.html b/cmake/doc/cmake/html/module/FeatureSummary.html new file mode 100644 index 0000000000000000000000000000000000000000..8d11a9ccb68ec8c2cdf181038f22e5165dd7d9b1 --- /dev/null +++ b/cmake/doc/cmake/html/module/FeatureSummary.html @@ -0,0 +1,481 @@ + + + + + + + + FeatureSummary — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FeatureSummary

+

Functions for generating a summary of enabled/disabled features.

+

These functions can be used to generate a summary of enabled and disabled +packages and/or feature for a build tree such as:

+
-- The following OPTIONAL packages have been found:
+LibXml2 (required version >= 2.4), XML processing lib, <http://xmlsoft.org>
+   * Enables HTML-import in MyWordProcessor
+   * Enables odt-export in MyWordProcessor
+PNG, A PNG image library., <http://www.libpng.org/pub/png/>
+   * Enables saving screenshots
+-- The following OPTIONAL packages have not been found:
+Lua51, The Lua scripting language., <https://www.lua.org>
+   * Enables macros in MyWordProcessor
+Foo, Foo provides cool stuff.
+
+
+
+

Global Properties

+
+
+FeatureSummary_PKG_TYPES
+
+ +

The global property FeatureSummary_PKG_TYPES defines the type of +packages used by FeatureSummary.

+

The order in this list is important, the first package type in the list is the +least important, the last is the most important. the of a package can only be +changed to higher types.

+

The default package types are , RUNTIME, OPTIONAL, RECOMMENDED and +REQUIRED, and their importance is +RUNTIME < OPTIONAL < RECOMMENDED < REQUIRED.

+
+
+FeatureSummary_REQUIRED_PKG_TYPES
+
+ +

The global property FeatureSummary_REQUIRED_PKG_TYPES defines which +package types are required.

+

If one or more package in this categories has not been found, CMake will abort +when calling feature_summary() with the +'FATAL_ON_MISSING_REQUIRED_PACKAGES' option enabled.

+

The default value for this global property is REQUIRED.

+
+
+FeatureSummary_DEFAULT_PKG_TYPE
+
+ +

The global property FeatureSummary_DEFAULT_PKG_TYPE defines which +package type is the default one. +When calling feature_summary(), if the user did not set the package type +explicitly, the package will be assigned to this category.

+

This value must be one of the types defined in the +FeatureSummary_PKG_TYPES global property unless the package type +is set for all the packages.

+

The default value for this global property is OPTIONAL.

+
+
+FeatureSummary_<TYPE>_DESCRIPTION
+
+ +
+

Added in version 3.9.

+
+

The global property FeatureSummary_<TYPE>_DESCRIPTION can be defined +for each type to replace the type name with the specified string whenever the +package type is used in an output string.

+

If not set, the string "<TYPE> packages" is used.

+
+
+

Functions

+
+
+feature_summary
+
feature_summary( [FILENAME <file>]
+                 [APPEND]
+                 [VAR <variable_name>]
+                 [INCLUDE_QUIET_PACKAGES]
+                 [FATAL_ON_MISSING_REQUIRED_PACKAGES]
+                 [DESCRIPTION "<description>" | DEFAULT_DESCRIPTION]
+                 [QUIET_ON_EMPTY]
+                 WHAT (ALL
+                      | PACKAGES_FOUND | PACKAGES_NOT_FOUND
+                      | <TYPE>_PACKAGES_FOUND | <TYPE>_PACKAGES_NOT_FOUND
+                      | ENABLED_FEATURES | DISABLED_FEATURES)
+               )
+
+
+

The feature_summary() macro can be used to print information about +enabled or disabled packages or features of a project. By default, +only the names of the features/packages will be printed and their +required version when one was specified. Use set_package_properties() +to add more useful information, like e.g. a download URL for the +respective package or their purpose in the project.

+

The WHAT option is the only mandatory option. Here you specify what +information will be printed:

+
+
ALL

print everything

+
+
ENABLED_FEATURES

the list of all features which are enabled

+
+
DISABLED_FEATURES

the list of all features which are disabled

+
+
PACKAGES_FOUND

the list of all packages which have been found

+
+
PACKAGES_NOT_FOUND

the list of all packages which have not been found

+
+
+

For each package type <TYPE> defined by the +FeatureSummary_PKG_TYPES global property, the following +information can also be used:

+
+
<TYPE>_PACKAGES_FOUND

only those packages which have been found which have the type <TYPE>

+
+
<TYPE>_PACKAGES_NOT_FOUND

only those packages which have not been found which have the type <TYPE>

+
+
+
+

Changed in version 3.1: With the exception of the ALL value, these values can be combined +in order to customize the output. For example:

+
feature_summary(WHAT ENABLED_FEATURES DISABLED_FEATURES)
+
+
+
+

If a FILENAME is given, the information is printed into this file. If +APPEND is used, it is appended to this file, otherwise the file is +overwritten if it already existed. If the VAR option is used, the +information is "printed" into the specified variable. If FILENAME is +not used, the information is printed to the terminal. Using the +DESCRIPTION option a description or headline can be set which will be +printed above the actual content. If only one type of +package was requested, no title is printed, unless it is explicitly set using +either DESCRIPTION to use a custom string, or DEFAULT_DESCRIPTION to +use a default title for the requested type. +If INCLUDE_QUIET_PACKAGES is given, packages which have been searched with +find_package(... QUIET) will also be listed. By default they are skipped. +If FATAL_ON_MISSING_REQUIRED_PACKAGES is given, CMake will abort if a +package which is marked as one of the package types listed in the +FeatureSummary_REQUIRED_PKG_TYPES global property has not been +found. +The default value for the FeatureSummary_REQUIRED_PKG_TYPES global +property is REQUIRED.

+
+

Added in version 3.9: The DEFAULT_DESCRIPTION option.

+
+

The FeatureSummary_DEFAULT_PKG_TYPE global property can be +modified to change the default package type assigned when not explicitly +assigned by the user.

+
+

Added in version 3.8: If the QUIET_ON_EMPTY option is used, if only one type of package was +requested, and no packages belonging to that category were found, then no +output (including the DESCRIPTION) is printed or added to the VAR +variable.

+
+

Example 1, append everything to a file:

+
include(FeatureSummary)
+feature_summary(WHAT ALL
+                FILENAME ${CMAKE_BINARY_DIR}/all.log APPEND)
+
+
+

Example 2, print the enabled features into the variable +enabledFeaturesText, including QUIET packages:

+
include(FeatureSummary)
+feature_summary(WHAT ENABLED_FEATURES
+                INCLUDE_QUIET_PACKAGES
+                DESCRIPTION "Enabled Features:"
+                VAR enabledFeaturesText)
+message(STATUS "${enabledFeaturesText}")
+
+
+

Example 3, change default package types and print only the categories that +are not empty:

+
include(FeatureSummary)
+set_property(GLOBAL APPEND PROPERTY FeatureSummary_PKG_TYPES BUILD)
+find_package(FOO)
+set_package_properties(FOO PROPERTIES TYPE BUILD)
+feature_summary(WHAT BUILD_PACKAGES_FOUND
+                Description "Build tools found:"
+                QUIET_ON_EMPTY)
+feature_summary(WHAT BUILD_PACKAGES_NOT_FOUND
+                Description "Build tools not found:"
+                QUIET_ON_EMPTY)
+
+
+
+ +
+
+set_package_properties
+
set_package_properties(<name> PROPERTIES
+                       [ URL <url> ]
+                       [ DESCRIPTION <description> ]
+                       [ TYPE (RUNTIME|OPTIONAL|RECOMMENDED|REQUIRED) ]
+                       [ PURPOSE <purpose> ]
+                      )
+
+
+

Use this macro to set up information about the named package, which +can then be displayed via FEATURE_SUMMARY(). This can be done either +directly in the Find-module or in the project which uses the module +after the find_package() call. The features for which information can +be set are added automatically by the find_package() command.

+
+
URL <url>

This should be the homepage of the package, or something similar. +Ideally this is set already directly in the Find-module.

+
+
DESCRIPTION <description>

A short description what that package is, at most one sentence. +Ideally this is set already directly in the Find-module.

+
+
TYPE <type>

What type of dependency has the using project on that package. +Default is OPTIONAL. In this case it is a package which can be used +by the project when available at buildtime, but it also work without. +RECOMMENDED is similar to OPTIONAL, i.e. the project will build if +the package is not present, but the functionality of the resulting +binaries will be severely limited. If a REQUIRED package is not +available at buildtime, the project may not even build. This can be +combined with the FATAL_ON_MISSING_REQUIRED_PACKAGES argument for +feature_summary(). Last, a RUNTIME package is a package which is +actually not used at all during the build, but which is required for +actually running the resulting binaries. So if such a package is +missing, the project can still be built, but it may not work later on. +If set_package_properties() is called multiple times for the same +package with different TYPEs, the TYPE is only changed to higher +TYPEs (RUNTIME < OPTIONAL < RECOMMENDED < REQUIRED), lower TYPEs are +ignored. The TYPE property is project-specific, so it cannot be set +by the Find-module, but must be set in the project. +Type accepted can be changed by setting the +FeatureSummary_PKG_TYPES global property.

+
+
PURPOSE <purpose>

This describes which features this package enables in the +project, i.e. it tells the user what functionality he gets in the +resulting binaries. If set_package_properties() is called multiple +times for a package, all PURPOSE properties are appended to a list of +purposes of the package in the project. As the TYPE property, also +the PURPOSE property is project-specific, so it cannot be set by the +Find-module, but must be set in the project.

+
+
+

Example for setting the info for a package:

+
find_package(LibXml2)
+set_package_properties(LibXml2 PROPERTIES
+                       DESCRIPTION "A XML processing library."
+                       URL "http://xmlsoft.org/")
+# or
+set_package_properties(LibXml2 PROPERTIES
+                       TYPE RECOMMENDED
+                       PURPOSE "Enables HTML-import in MyWordProcessor")
+# or
+set_package_properties(LibXml2 PROPERTIES
+                       TYPE OPTIONAL
+                       PURPOSE "Enables odt-export in MyWordProcessor")
+
+find_package(DBUS)
+set_package_properties(DBUS PROPERTIES
+  TYPE RUNTIME
+  PURPOSE "Necessary to disable the screensaver during a presentation")
+
+
+
+ +
+
+add_feature_info
+
add_feature_info(<name> <enabled> <description>)
+
+
+

Use this macro to add information about a feature with the given <name>. +<enabled> contains whether this feature is enabled or not. It can be a +variable or a list of conditions. +<description> is a text describing the feature. The information can +be displayed using feature_summary() for ENABLED_FEATURES and +DISABLED_FEATURES respectively.

+
+

Changed in version 3.8: <enabled> can be a list of conditions.

+
+

Example for setting the info for a feature:

+
option(WITH_FOO "Help for foo" ON)
+add_feature_info(Foo WITH_FOO "The Foo feature provides very cool stuff.")
+
+
+
+ +
+
+

Legacy Macros

+

The following macros are provided for compatibility with previous +CMake versions:

+
+
+set_package_info
+
set_package_info(<name> <description> [ <url> [<purpose>] ])
+
+
+

Use this macro to set up information about the named package, which +can then be displayed via feature_summary(). This can be done either +directly in the Find-module or in the project which uses the module +after the find_package() call. The features for which information +can be set are added automatically by the find_package() command.

+
+ +
+
+set_feature_info
+
set_feature_info(<name> <description> [<url>])
+
+
+

Does the same as:

+
set_package_info(<name> <description> <url>)
+
+
+
+ +
+
+print_enabled_features
+
print_enabled_features()
+
+
+

Does the same as

+
feature_summary(WHAT ENABLED_FEATURES DESCRIPTION "Enabled features:")
+
+
+
+ +
+
+print_disabled_features
+
print_disabled_features()
+
+
+

Does the same as

+
feature_summary(WHAT DISABLED_FEATURES DESCRIPTION "Disabled features:")
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FetchContent.html b/cmake/doc/cmake/html/module/FetchContent.html new file mode 100644 index 0000000000000000000000000000000000000000..7d952158de427fdedcf67ee84d2f728ebd9834c5 --- /dev/null +++ b/cmake/doc/cmake/html/module/FetchContent.html @@ -0,0 +1,1257 @@ + + + + + + + + FetchContent — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FetchContent

+
+

Added in version 3.11.

+
+ +
+

Note

+

The Using Dependencies Guide provides a high-level +introduction to this general topic. It provides a broader overview of +where the FetchContent module fits into the bigger picture, +including its relationship to the find_package() command. +The guide is recommended pre-reading before moving on to the details below.

+
+
+

Overview

+

This module enables populating content at configure time via any method +supported by the ExternalProject module. Whereas +ExternalProject_Add() downloads at build time, the +FetchContent module makes content available immediately, allowing the +configure step to use the content in commands like add_subdirectory(), +include() or file() operations.

+

Content population details should be defined separately from the command that +performs the actual population. This separation ensures that all the +dependency details are defined before anything might try to use them to +populate content. This is particularly important in more complex project +hierarchies where dependencies may be shared between multiple projects.

+

The following shows a typical example of declaring content details for some +dependencies and then ensuring they are populated with a separate call:

+
FetchContent_Declare(
+  googletest
+  GIT_REPOSITORY https://github.com/google/googletest.git
+  GIT_TAG        703bd9caab50b139428cea1aaff9974ebee5742e # release-1.10.0
+)
+FetchContent_Declare(
+  myCompanyIcons
+  URL      https://intranet.mycompany.com/assets/iconset_1.12.tar.gz
+  URL_HASH MD5=5588a7b18261c20068beabfb4f530b87
+)
+
+FetchContent_MakeAvailable(googletest myCompanyIcons)
+
+
+

The FetchContent_MakeAvailable() command ensures the named +dependencies have been populated, either by an earlier call, or by populating +them itself. When performing the population, it will also add them to the +main build, if possible, so that the main build can use the populated +projects' targets, etc. See the command's documentation for how these steps +are performed.

+

When using a hierarchical project arrangement, projects at higher levels in +the hierarchy are able to override the declared details of content specified +anywhere lower in the project hierarchy. The first details to be declared +for a given dependency take precedence, regardless of where in the project +hierarchy that occurs. Similarly, the first call that tries to populate a +dependency "wins", with subsequent populations reusing the result of the +first instead of repeating the population again. +See the Examples which demonstrate +this scenario.

+

The FetchContent module also supports defining and populating +content in a single call, with no check for whether the content has been +populated elsewhere already. This should not be done in projects, but may +be appropriate for populating content in +CMake script mode. +See FetchContent_Populate() for details.

+
+
+

Commands

+
+
+FetchContent_Declare
+
FetchContent_Declare(
+  <name>
+  <contentOptions>...
+  [EXCLUDE_FROM_ALL]
+  [SYSTEM]
+  [OVERRIDE_FIND_PACKAGE |
+   FIND_PACKAGE_ARGS args...]
+)
+
+
+

The FetchContent_Declare() function records the options that describe +how to populate the specified content. If such details have already +been recorded earlier in this project (regardless of where in the project +hierarchy), this and all later calls for the same content <name> are +ignored. This "first to record, wins" approach is what allows hierarchical +projects to have parent projects override content details of child projects.

+

The content <name> can be any string without spaces, but good practice +would be to use only letters, numbers, and underscores. The name will be +treated case-insensitively, and it should be obvious for the content it +represents. It is often the name of the child project, or the value given +to its top level project() command (if it is a CMake project). +For well-known public projects, the name should generally be the official +name of the project. Choosing an unusual name makes it unlikely that other +projects needing that same content will use the same name, leading to +the content being populated multiple times.

+

The <contentOptions> can be any of the download, update, or patch options +that the ExternalProject_Add() command understands. The configure, +build, install, and test steps are explicitly disabled, so options related +to those steps will be ignored. The SOURCE_SUBDIR option is an +exception, see FetchContent_MakeAvailable() for details on how that +affects behavior.

+
+

Changed in version 3.30: When policy CMP0168 is set to NEW, some output-related and +directory-related options are ignored. See the policy documentation for +details.

+
+

In most cases, <contentOptions> will just be a couple of options defining +the download method and method-specific details like a commit tag or archive +hash. For example:

+
FetchContent_Declare(
+  googletest
+  GIT_REPOSITORY https://github.com/google/googletest.git
+  GIT_TAG        703bd9caab50b139428cea1aaff9974ebee5742e # release-1.10.0
+)
+
+FetchContent_Declare(
+  myCompanyIcons
+  URL      https://intranet.mycompany.com/assets/iconset_1.12.tar.gz
+  URL_HASH MD5=5588a7b18261c20068beabfb4f530b87
+)
+
+FetchContent_Declare(
+  myCompanyCertificates
+  SVN_REPOSITORY svn+ssh://svn.mycompany.com/srv/svn/trunk/certs
+  SVN_REVISION   -r12345
+)
+
+
+

Where contents are being fetched from a remote location and you do not +control that server, it is advisable to use a hash for GIT_TAG rather +than a branch or tag name. A commit hash is more secure and helps to +confirm that the downloaded contents are what you expected.

+
+

Changed in version 3.14: Commands for the download, update, or patch steps can access the terminal. +This may be needed for things like password prompts or real-time display +of command progress.

+
+
+

Added in version 3.22: The CMAKE_TLS_VERIFY, CMAKE_TLS_CAINFO, +CMAKE_NETRC, and CMAKE_NETRC_FILE variables now +provide the defaults for their corresponding content options, just like +they do for ExternalProject_Add(). Previously, these variables +were ignored by the FetchContent module.

+
+
+

Added in version 3.24:

+
+
FIND_PACKAGE_ARGS

This option is for scenarios where the +FetchContent_MakeAvailable() command may first try a call to +find_package() to satisfy the dependency for <name>. +By default, such a call would be simply find_package(<name>), but +FIND_PACKAGE_ARGS can be used to provide additional arguments to be +appended after the <name>. FIND_PACKAGE_ARGS can also be given +with nothing after it, which indicates that find_package() can +still be called if FETCHCONTENT_TRY_FIND_PACKAGE_MODE is +set to OPT_IN, or is not set.

+

It would not normally be appropriate to specify REQUIRED as one of +the additional arguments after FIND_PACKAGE_ARGS. Doing so would +mean the find_package() call must succeed, so none of the other +details specified in the FetchContent_Declare() call would get a +chance to be used as a fall-back.

+

Everything after the FIND_PACKAGE_ARGS keyword is appended to the +find_package() call, so all other <contentOptions> must +come before the FIND_PACKAGE_ARGS keyword. If the +CMAKE_FIND_PACKAGE_TARGETS_GLOBAL variable is set to true +at the time FetchContent_Declare() is called, a GLOBAL keyword +will be appended to the find_package() arguments if it was +not already specified. It will also be appended if +FIND_PACKAGE_ARGS was not given, but +FETCHCONTENT_TRY_FIND_PACKAGE_MODE was set to ALWAYS.

+

OVERRIDE_FIND_PACKAGE cannot be used when FIND_PACKAGE_ARGS is +given.

+

Dependency Providers discusses another way that +FetchContent_MakeAvailable() calls can be redirected. +FIND_PACKAGE_ARGS is intended for project control, whereas +dependency providers allow users to override project behavior.

+
+
OVERRIDE_FIND_PACKAGE

When a FetchContent_Declare(<name> ...) call includes this option, +subsequent calls to find_package(<name> ...) will ensure that +FetchContent_MakeAvailable(<name>) has been called, then use the +config package files in the CMAKE_FIND_PACKAGE_REDIRECTS_DIR +directory (which are usually created by FetchContent_MakeAvailable()). +This effectively makes FetchContent_MakeAvailable() override +find_package() for the named dependency, allowing the former to +satisfy the package requirements of the latter. FIND_PACKAGE_ARGS +cannot be used when OVERRIDE_FIND_PACKAGE is given.

+

If a dependency provider has been set +and the project calls find_package() for the <name> +dependency, OVERRIDE_FIND_PACKAGE will not prevent the provider +from seeing that call. Dependency providers always have the opportunity +to intercept any direct call to find_package(), except if that +call contains the BYPASS_PROVIDER option.

+
+
+
+
+

Added in version 3.25:

+
+
SYSTEM

If the SYSTEM argument is provided, the SYSTEM directory +property of a subdirectory added by +FetchContent_MakeAvailable() will be set to true. This will +affect non-imported targets created as part of that command. +See the SYSTEM target property documentation for a more +detailed discussion of the effects.

+
+
+
+
+

Added in version 3.28:

+
+
EXCLUDE_FROM_ALL

If the EXCLUDE_FROM_ALL argument is provided, then targets in the +subdirectory added by FetchContent_MakeAvailable() will not be +included in the ALL target by default, and may be excluded from IDE +project files. See the documentation for the directory property +EXCLUDE_FROM_ALL for a detailed discussion of the effects.

+
+
+
+
+ +
+
+FetchContent_MakeAvailable
+
+

Added in version 3.14.

+
+
FetchContent_MakeAvailable(<name1> [<name2>...])
+
+
+

This command ensures that each of the named dependencies are made available +to the project by the time it returns. There must have been a call to +FetchContent_Declare() for each dependency, and the first such call +will control how that dependency will be made available, as described below.

+

If <lowercaseName>_SOURCE_DIR is not set:

+
    +
  • +

    Added in version 3.24: If a dependency provider is set, call the +provider's command with FETCHCONTENT_MAKEAVAILABLE_SERIAL as the +first argument, followed by the arguments of the first call to +FetchContent_Declare() for <name>. If SOURCE_DIR or +BINARY_DIR were not part of the original declared arguments, they +will be added with their default values. +If FETCHCONTENT_TRY_FIND_PACKAGE_MODE was set to NEVER +when the details were declared, any FIND_PACKAGE_ARGS will be +omitted. The OVERRIDE_FIND_PACKAGE keyword is also always omitted. +If the provider fulfilled the request, FetchContent_MakeAvailable() +will consider that dependency handled, skip the remaining steps below, +and move on to the next dependency in the list.

    +
    +
  • +
  • +

    Added in version 3.24: If permitted, find_package(<name> [<args>...]) +will be called, where <args>... may be provided by the +FIND_PACKAGE_ARGS option in FetchContent_Declare(). +The value of the FETCHCONTENT_TRY_FIND_PACKAGE_MODE variable +at the time FetchContent_Declare() was called determines whether +FetchContent_MakeAvailable() can call find_package(). +If the CMAKE_FIND_PACKAGE_TARGETS_GLOBAL variable is set to +true when FetchContent_MakeAvailable() is called, it still affects +any imported targets created when that in turn calls +find_package(), even if that variable was false when the +corresponding details were declared.

    +
    +
  • +
+

If the dependency was not satisfied by a provider or a +find_package() call, FetchContent_MakeAvailable() then uses +the following logic to make the dependency available:

+
    +
  • If the dependency has already been populated earlier in this run, set +the <lowercaseName>_POPULATED, <lowercaseName>_SOURCE_DIR, and +<lowercaseName>_BINARY_DIR variables in the same way as a call to +FetchContent_GetProperties(), then skip the remaining steps +below and move on to the next dependency in the list.

  • +
  • Populate the dependency using the details recorded by an earlier call +to FetchContent_Declare(). +Halt with a fatal error if no such details have been recorded. +FETCHCONTENT_SOURCE_DIR_<uppercaseName> can be used to override +the declared details and use content provided at the specified location +instead.

  • +
  • +

    Added in version 3.24: Ensure the CMAKE_FIND_PACKAGE_REDIRECTS_DIR directory +contains a <lowercaseName>-config.cmake and a +<lowercaseName>-config-version.cmake file (or equivalently, +<name>Config.cmake and <name>ConfigVersion.cmake). +The directory that the CMAKE_FIND_PACKAGE_REDIRECTS_DIR +variable points to is cleared at the start of every CMake run. +If no config file exists after populating the dependency in the previous +step, a minimal one will be written which includes +any <lowercaseName>-extra.cmake or <name>Extra.cmake file with +the OPTIONAL flag (so the files can be missing and won't generate a +warning). Similarly, if no config version file exists, a very simple +one will be written which sets PACKAGE_VERSION_COMPATIBLE and +PACKAGE_VERSION_EXACT to true. This ensures all future calls to +find_package() for the dependency will use the redirected +config file, regardless of any version requirements. +CMake cannot automatically determine an arbitrary dependency's version, +so it cannot set PACKAGE_VERSION. +When a dependency is pulled in via add_subdirectory() in the +next step, it may choose to overwrite the generated config version file +in CMAKE_FIND_PACKAGE_REDIRECTS_DIR with one that also sets +PACKAGE_VERSION. +The dependency may also write a <lowercaseName>-extra.cmake or +<name>Extra.cmake file to perform custom processing, or define any +variables that their normal (installed) package config file would +otherwise usually define (many projects don't do any custom processing +or set any variables and therefore have no need to do this). +If required, the main project can write these files instead if the +dependency project doesn't do so. This allows the main project to +add missing details from older dependencies that haven't or can't be +updated to support this functionality. +See Integrating With find_package() for examples.

    +
    +
  • +
  • If the top directory of the populated content contains a CMakeLists.txt +file, call add_subdirectory() to add it to the main build. +It is not an error for there to be no CMakeLists.txt file, which +allows the command to be used for dependencies that make downloaded +content available at a known location, but which do not need or support +being added directly to the build.

    +
    +

    Added in version 3.18: The SOURCE_SUBDIR option can be given in the declared details to +look somewhere below the top directory instead (i.e. the same way that +SOURCE_SUBDIR is used by the ExternalProject_Add() +command). The path provided with SOURCE_SUBDIR must be relative, +and it will be treated as relative to the top directory. It can also +point to a directory that does not contain a CMakeLists.txt file, +or even to a directory that doesn't exist. This can be used to avoid +adding a project that contains a CMakeLists.txt file in its top +directory.

    +
    +
    +

    Added in version 3.25: If the SYSTEM keyword was included in the call to +FetchContent_Declare(), the SYSTEM keyword will be +added to the add_subdirectory() command.

    +
    +
    +

    Added in version 3.28: If the EXCLUDE_FROM_ALL keyword was included in the call to +FetchContent_Declare(), the EXCLUDE_FROM_ALL keyword will +be added to the add_subdirectory() command.

    +
    +
    +

    Added in version 3.29: CMAKE_EXPORT_FIND_PACKAGE_NAME is set to the dependency name +before calling add_subdirectory().

    +
    +
  • +
+

Projects should aim to declare the details of all dependencies they might +use before they call FetchContent_MakeAvailable() for any of them. +This ensures that if any of the dependencies are also sub-dependencies of +one or more of the others, the main project still controls the details +that will be used (because it will declare them first before the +dependencies get a chance to). In the following code samples, assume that +the uses_other dependency also uses FetchContent to add the other +dependency internally:

+
# WRONG: Should declare all details first
+FetchContent_Declare(uses_other ...)
+FetchContent_MakeAvailable(uses_other)
+
+FetchContent_Declare(other ...)    # Will be ignored, uses_other beat us to it
+FetchContent_MakeAvailable(other)  # Would use details declared by uses_other
+
+
+
# CORRECT: All details declared first, so they will take priority
+FetchContent_Declare(uses_other ...)
+FetchContent_Declare(other ...)
+FetchContent_MakeAvailable(uses_other other)
+
+
+

Note that CMAKE_VERIFY_INTERFACE_HEADER_SETS is explicitly set +to false upon entry to FetchContent_MakeAvailable(), and is restored to +its original value before the command returns. Developers typically only +want to verify header sets from the main project, not those from any +dependencies. This local manipulation of the +CMAKE_VERIFY_INTERFACE_HEADER_SETS variable provides that +intuitive behavior. You can use variables like +CMAKE_PROJECT_INCLUDE or +CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE to turn verification back +on for all or some dependencies. You can also set the +VERIFY_INTERFACE_HEADER_SETS property of individual targets.

+
+ +
+
+FetchContent_Populate
+

The FetchContent_Populate() command is a self-contained call which can +be used to perform content population as an isolated operation. +It is rarely the right command to use, projects should almost always use +FetchContent_Declare() and FetchContent_MakeAvailable() +instead. The main use case for FetchContent_Populate() is in +CMake script mode as part of implementing +some other higher level custom feature.

+
FetchContent_Populate(
+  <name>
+  [QUIET]
+  [SUBBUILD_DIR <subBuildDir>]
+  [SOURCE_DIR <srcDir>]
+  [BINARY_DIR <binDir>]
+  ...
+)
+
+
+

At least one option must be specified after <name>, otherwise the call +is interpreted differently (see below). +The supported options for FetchContent_Populate() are the same as those +for FetchContent_Declare(), with a few exceptions. The following +do not relate to populating content with FetchContent_Populate() and +therefore are not supported:

+
    +
  • EXCLUDE_FROM_ALL

  • +
  • SYSTEM

  • +
  • OVERRIDE_FIND_PACKAGE

  • +
  • FIND_PACKAGE_ARGS

  • +
+

The few options shown in the signature above are either specific to +FetchContent_Populate(), or their behavior is slightly modified from how +ExternalProject_Add() treats them:

+
+
QUIET

The QUIET option can be given to hide the output associated with +populating the specified content. If the population fails, the output will +be shown regardless of whether this option was given or not so that the +cause of the failure can be diagnosed. The FETCHCONTENT_QUIET +variable has no effect on FetchContent_Populate() calls of this form +where the content details are provided directly.

+
+

Changed in version 3.30: The QUIET option and FETCHCONTENT_QUIET variable have no +effect when policy CMP0168 is set to NEW. The output is +still quiet by default in that case, but verbosity is controlled by the +message logging level (see CMAKE_MESSAGE_LOG_LEVEL and +--log-level).

+
+
+
SUBBUILD_DIR

The SUBBUILD_DIR argument can be provided to change the location of the +sub-build created to perform the population. The default value is +${CMAKE_CURRENT_BINARY_DIR}/<lowercaseName>-subbuild, and it would be +unusual to need to override this default. If a relative path is specified, +it will be interpreted as relative to CMAKE_CURRENT_BINARY_DIR. +This option should not be confused with the SOURCE_SUBDIR option, which +only affects the FetchContent_MakeAvailable() command.

+
+

Changed in version 3.30: SUBBUILD_DIR is ignored when policy CMP0168 is set to +NEW, since there is no sub-build in that case.

+
+
+
SOURCE_DIR, BINARY_DIR

The SOURCE_DIR and BINARY_DIR arguments are supported by +ExternalProject_Add(), but different default values are used by +FetchContent_Populate(). SOURCE_DIR defaults to +${CMAKE_CURRENT_BINARY_DIR}/<lowercaseName>-src, and BINARY_DIR +defaults to ${CMAKE_CURRENT_BINARY_DIR}/<lowercaseName>-build. +If a relative path is specified, it will be interpreted as relative to +CMAKE_CURRENT_BINARY_DIR.

+
+
+

In addition to the above explicit options, any other unrecognized options are +passed through unmodified to ExternalProject_Add() to set up the +download, patch, and update steps. The following options are explicitly +prohibited (they are disabled by the FetchContent_Populate() command):

+
    +
  • CONFIGURE_COMMAND

  • +
  • BUILD_COMMAND

  • +
  • INSTALL_COMMAND

  • +
  • TEST_COMMAND

  • +
+

With this form, the FETCHCONTENT_FULLY_DISCONNECTED and +FETCHCONTENT_UPDATES_DISCONNECTED variables and policy +CMP0170 are ignored.

+

When this form of FetchContent_Populate() returns, the following +variables will be set in the scope of the caller:

+
+
<lowercaseName>_SOURCE_DIR

The location where the populated content can be found upon return.

+
+
<lowercaseName>_BINARY_DIR

A directory originally intended for use as a corresponding build directory, +but is unlikely to be relevant when using this form of the command.

+
+
+

If using FetchContent_Populate() within +CMake script mode, be aware that the +implementation sets up a sub-build which therefore requires a CMake +generator and build tool to be available. If these cannot be found by +default, then the CMAKE_GENERATOR and potentially the +CMAKE_MAKE_PROGRAM variables will need to be set appropriately +on the command line invoking the script.

+
+

Changed in version 3.30: If policy CMP0168 is set to NEW, no sub-build is used. +Within CMake script mode, that allows +FetchContent_Populate() to be called without any build tool or +CMake generator.

+
+
+

Added in version 3.18: Added support for the DOWNLOAD_NO_EXTRACT option.

+
+
+ +
+

The command supports another form, although it should no longer be used:

+
FetchContent_Populate(<name>)
+
+
+
+

Changed in version 3.30: This form is deprecated. Policy CMP0169 provides backward +compatibility for projects that still need to use this form, but projects +should be updated to use FetchContent_MakeAvailable() instead.

+
+

In this form, the only argument given to FetchContent_Populate() is the +<name>. When used this way, the command assumes the content details have +been recorded by an earlier call to FetchContent_Declare(). The +details are stored in a global property, so they are unaffected by things +like variable or directory scope. Therefore, it doesn't matter where in the +project the details were previously declared, as long as they have been +declared before the call to FetchContent_Populate(). Those saved details +are then used to populate the content using a method based on +ExternalProject_Add() (see policy CMP0168 for important +behavioral aspects of how that is done).

+

When this form of FetchContent_Populate() returns, the following +variables will be set in the scope of the caller:

+
+
<lowercaseName>_POPULATED

This will always be set to TRUE by the call.

+
+
<lowercaseName>_SOURCE_DIR

The location where the populated content can be found upon return.

+
+
<lowercaseName>_BINARY_DIR

A directory intended for use as a corresponding build directory.

+
+
+

The values of the three variables can also be retrieved from anywhere in the +project hierarchy using the FetchContent_GetProperties() command.

+

The implementation ensures that if the content has already been populated +in a previous CMake run, that content will be reused rather than repopulating +again. For the common case where population involves downloading content, +the cost of the download is only paid once. But note that it is an error to +call FetchContent_Populate(<name>) with the same <name> more than +once within a single CMake run. See FetchContent_GetProperties() +for how to determine if population of a <name> has already been +performed in the current run.

+
+
+
+FetchContent_GetProperties
+

When using saved content details, a call to +FetchContent_MakeAvailable() or FetchContent_Populate() +records information in global properties which can be queried at any time. +This information may include the source and binary directories associated with +the content, and also whether or not the content population has been processed +during the current configure run.

+
FetchContent_GetProperties(
+  <name>
+  [SOURCE_DIR <srcDirVar>]
+  [BINARY_DIR <binDirVar>]
+  [POPULATED <doneVar>]
+)
+
+
+

The SOURCE_DIR, BINARY_DIR, and POPULATED options can be used to +specify which properties should be retrieved. Each option accepts a value +which is the name of the variable in which to store that property. Most of +the time though, only <name> is given, in which case the call will then +set the same variables as a call to +FetchContent_MakeAvailable(name) or +FetchContent_Populate(name). +Note that the SOURCE_DIR and BINARY_DIR values can be empty if the +call is fulfilled by a dependency provider.

+

This command is rarely needed when using +FetchContent_MakeAvailable(). It is more commonly used as part of +implementing the deprecated pattern with FetchContent_Populate(), +which ensures that the relevant variables will always be defined regardless +of whether or not the population has been performed elsewhere in the project +already:

+
# WARNING: This pattern is deprecated, don't use it!
+#
+# Check if population has already been performed
+FetchContent_GetProperties(depname)
+if(NOT depname_POPULATED)
+  # Fetch the content using previously declared details
+  FetchContent_Populate(depname)
+
+  # Set custom variables, policies, etc.
+  # ...
+
+  # Bring the populated content into the build
+  add_subdirectory(${depname_SOURCE_DIR} ${depname_BINARY_DIR})
+endif()
+
+
+
+ +
+
+FetchContent_SetPopulated
+
+

Added in version 3.24.

+
+
+

Note

+

This command should only be called by +dependency providers. Calling it in any +other context is unsupported and future CMake versions may halt with a +fatal error in such cases.

+
+
FetchContent_SetPopulated(
+  <name>
+  [SOURCE_DIR <srcDir>]
+  [BINARY_DIR <binDir>]
+)
+
+
+

If a provider command fulfills a FETCHCONTENT_MAKEAVAILABLE_SERIAL +request, it must call this function before returning. The SOURCE_DIR +and BINARY_DIR arguments can be used to specify the values that +FetchContent_GetProperties() should return for its corresponding +arguments. Only provide SOURCE_DIR and BINARY_DIR if they have +the same meaning as if they had been populated by the built-in +FetchContent_MakeAvailable() implementation.

+
+ +
+
+

Variables

+

A number of cache variables can influence the behavior where details from a +FetchContent_Declare() call are used to populate content.

+
+

Note

+

All of these variables are intended for the developer to customize behavior. +They should not normally be set by the project.

+
+
+
+FETCHCONTENT_BASE_DIR
+

In most cases, the saved details do not specify any options relating to the +directories to use for the internal sub-build, final source, and build areas. +It is generally best to leave these decisions up to the FetchContent +module to handle on the project's behalf. The FETCHCONTENT_BASE_DIR +cache variable controls the point under which all content population +directories are collected, but in most cases, developers would not need to +change this. The default location is ${CMAKE_BINARY_DIR}/_deps, but if +developers change this value, they should aim to keep the path short and +just below the top level of the build tree to avoid running into path +length problems on Windows.

+
+ +
+
+FETCHCONTENT_QUIET
+

The logging output during population can be quite verbose, making the +configure stage quite noisy. This cache option (ON by default) hides +all population output unless an error is encountered. If experiencing +problems with hung downloads, temporarily switching this option off may +help diagnose which content population is causing the issue.

+
+

Changed in version 3.30: FETCHCONTENT_QUIET is ignored if policy CMP0168 is set to +NEW. The output is still quiet by default in that case, but verbosity +is controlled by the message logging level (see +CMAKE_MESSAGE_LOG_LEVEL and +--log-level).

+
+
+ +
+
+FETCHCONTENT_FULLY_DISCONNECTED
+

When this option is enabled, no attempt is made to download or update +any content. It is assumed that all content has already been populated in +a previous run, or the source directories have been pointed at existing +contents the developer has provided manually (using options described +further below). When the developer knows that no changes have been made to +any content details, turning this option ON can speed up +the configure stage. It is OFF by default.

+
+

Note

+

The FETCHCONTENT_FULLY_DISCONNECTED variable is not an appropriate way +to prevent any network access on the first run in a build directory. +Doing so can break projects, lead to misleading error messages, and hide +subtle population failures. This variable is specifically intended to +only be turned on after the first time CMake has been run. +If you want to prevent network access even on the first run, use a +dependency provider and populate the +dependency from local content instead.

+
+
+

Changed in version 3.30: The constraint that the source directory has already been populated when +FETCHCONTENT_FULLY_DISCONNECTED is true is now enforced. +See policy CMP0170.

+
+
+ +
+
+FETCHCONTENT_UPDATES_DISCONNECTED
+

This is a less severe download/update control compared to +FETCHCONTENT_FULLY_DISCONNECTED. Instead of bypassing all +download and update logic, FETCHCONTENT_UPDATES_DISCONNECTED only +prevents the update step from making connections to remote servers +when using the git or hg download methods. Updates still occur if details +about the update step change, but the update is attempted with only the +information already available locally (so switching to a different tag or +commit that is already fetched locally will succeed, but switching to an +unknown commit hash will fail). The download step is not affected, so if +content has not been downloaded previously, it will still be downloaded +when this option is enabled. This can speed up the configure step, but +not as much as FETCHCONTENT_FULLY_DISCONNECTED. +FETCHCONTENT_UPDATES_DISCONNECTED is OFF by default.

+
+ +
+
+FETCHCONTENT_TRY_FIND_PACKAGE_MODE
+
+

Added in version 3.24.

+
+

This variable modifies the details that FetchContent_Declare() +records for a given dependency. While it ultimately controls the behavior +of FetchContent_MakeAvailable(), it is the variable's value when +FetchContent_Declare() is called that gets used. It makes no +difference what the variable is set to when +FetchContent_MakeAvailable() is called. Since the variable should +only be set by the user and not by projects directly, it will typically have +the same value throughout anyway, so this distinction is not usually +noticeable.

+

FETCHCONTENT_TRY_FIND_PACKAGE_MODE ultimately controls whether +FetchContent_MakeAvailable() is allowed to call +find_package() to satisfy a dependency. The variable can be set +to one of the following values:

+
+
OPT_IN

FetchContent_MakeAvailable() will only call +find_package() if the FetchContent_Declare() call +included a FIND_PACKAGE_ARGS keyword. This is also the default +behavior if FETCHCONTENT_TRY_FIND_PACKAGE_MODE is not set.

+
+
ALWAYS

find_package() can be called by +FetchContent_MakeAvailable() regardless of whether the +FetchContent_Declare() call included a FIND_PACKAGE_ARGS +keyword or not. If no FIND_PACKAGE_ARGS keyword was given, the +behavior will be as though FIND_PACKAGE_ARGS had been provided, +with no additional arguments after it.

+
+
NEVER

FetchContent_MakeAvailable() will not call +find_package(). Any FIND_PACKAGE_ARGS given to the +FetchContent_Declare() call will be ignored.

+
+
+

As a special case, if the FETCHCONTENT_SOURCE_DIR_<uppercaseName> +variable has a non-empty value for a dependency, it is assumed that the +user is overriding all other methods of making that dependency available. +FETCHCONTENT_TRY_FIND_PACKAGE_MODE will have no effect on that +dependency and FetchContent_MakeAvailable() will not try to call +find_package() for it.

+
+ +

In addition to the above, the following variables are also defined for each +content name:

+
+
+FETCHCONTENT_SOURCE_DIR_<uppercaseName>
+

If this is set, no download or update steps are performed for the specified +content and the <lowercaseName>_SOURCE_DIR variable returned to the +caller is pointed at this location. This gives developers a way to have a +separate checkout of the content that they can modify freely without +interference from the build. The build simply uses that existing source, +but it still defines <lowercaseName>_BINARY_DIR to point inside its own +build area. Developers are strongly encouraged to use this mechanism rather +than editing the sources populated in the default location, as changes to +sources in the default location can be lost when content population details +are changed by the project.

+
+ +
+
+FETCHCONTENT_UPDATES_DISCONNECTED_<uppercaseName>
+

This is the per-content equivalent of +FETCHCONTENT_UPDATES_DISCONNECTED. If the global option or +this option is ON, then updates for the git and hg methods will not +contact any remote for the named content. They will only use information +already available locally. Disabling updates for individual content can +be useful for content whose details rarely change, while still leaving +other frequently changing content with updates enabled.

+
+ +
+
+

Examples

+
+

Typical Case

+

This first fairly straightforward example ensures that some popular testing +frameworks are available to the main build:

+
include(FetchContent)
+FetchContent_Declare(
+  googletest
+  GIT_REPOSITORY https://github.com/google/googletest.git
+  GIT_TAG        703bd9caab50b139428cea1aaff9974ebee5742e # release-1.10.0
+)
+FetchContent_Declare(
+  Catch2
+  GIT_REPOSITORY https://github.com/catchorg/Catch2.git
+  GIT_TAG        605a34765aa5d5ecbf476b4598a862ada971b0cc # v3.0.1
+)
+
+# After the following call, the CMake targets defined by googletest and
+# Catch2 will be available to the rest of the build
+FetchContent_MakeAvailable(googletest Catch2)
+
+
+
+
+

Integrating With find_package()

+

For the previous example, if the user wanted to try to find googletest +and Catch2 via find_package() first before trying to download +and build them from source, they could set the +FETCHCONTENT_TRY_FIND_PACKAGE_MODE variable to ALWAYS. +This would also affect any other calls to FetchContent_Declare() +throughout the project, which might not be acceptable. The behavior can be +enabled for just these two dependencies instead by adding FIND_PACKAGE_ARGS +to the declared details and leaving +FETCHCONTENT_TRY_FIND_PACKAGE_MODE unset, or set to OPT_IN:

+
include(FetchContent)
+FetchContent_Declare(
+  googletest
+  GIT_REPOSITORY https://github.com/google/googletest.git
+  GIT_TAG        703bd9caab50b139428cea1aaff9974ebee5742e # release-1.10.0
+  FIND_PACKAGE_ARGS NAMES GTest
+)
+FetchContent_Declare(
+  Catch2
+  GIT_REPOSITORY https://github.com/catchorg/Catch2.git
+  GIT_TAG        605a34765aa5d5ecbf476b4598a862ada971b0cc # v3.0.1
+  FIND_PACKAGE_ARGS
+)
+
+# This will try calling find_package() first for both dependencies
+FetchContent_MakeAvailable(googletest Catch2)
+
+
+

For Catch2, no additional arguments to find_package() are needed, +so no additional arguments are provided after the FIND_PACKAGE_ARGS +keyword. For googletest, its package is more commonly called GTest, +so arguments are added to support it being found by that name.

+

If the user wanted to disable FetchContent_MakeAvailable() from +calling find_package() for any dependency, even if it provided +FIND_PACKAGE_ARGS in its declared details, they could set +FETCHCONTENT_TRY_FIND_PACKAGE_MODE to NEVER.

+

If the project wanted to indicate that these two dependencies should be +downloaded and built from source and that find_package() calls +should be redirected to use the built dependencies, the +OVERRIDE_FIND_PACKAGE option should be used when declaring the content +details:

+
include(FetchContent)
+FetchContent_Declare(
+  googletest
+  GIT_REPOSITORY https://github.com/google/googletest.git
+  GIT_TAG        703bd9caab50b139428cea1aaff9974ebee5742e # release-1.10.0
+  OVERRIDE_FIND_PACKAGE
+)
+FetchContent_Declare(
+  Catch2
+  GIT_REPOSITORY https://github.com/catchorg/Catch2.git
+  GIT_TAG        605a34765aa5d5ecbf476b4598a862ada971b0cc # v3.0.1
+  OVERRIDE_FIND_PACKAGE
+)
+
+# The following will automatically forward through to FetchContent_MakeAvailable()
+find_package(googletest)
+find_package(Catch2)
+
+
+

CMake provides a FindGTest module which defines some variables that older +projects may use instead of linking to the imported targets. To support +those cases, we can provide an extra file. In keeping with the +"first to define, wins" philosophy of FetchContent, we only write out +that file if something else hasn't already done so.

+
FetchContent_MakeAvailable(googletest)
+
+if(NOT EXISTS ${CMAKE_FIND_PACKAGE_REDIRECTS_DIR}/googletest-extra.cmake AND
+   NOT EXISTS ${CMAKE_FIND_PACKAGE_REDIRECTS_DIR}/googletestExtra.cmake)
+  file(WRITE ${CMAKE_FIND_PACKAGE_REDIRECTS_DIR}/googletest-extra.cmake
+[=[
+if("${GTEST_LIBRARIES}" STREQUAL "" AND TARGET GTest::gtest)
+  set(GTEST_LIBRARIES GTest::gtest)
+endif()
+if("${GTEST_MAIN_LIBRARIES}" STREQUAL "" AND TARGET GTest::gtest_main)
+  set(GTEST_MAIN_LIBRARIES GTest::gtest_main)
+endif()
+if("${GTEST_BOTH_LIBRARIES}" STREQUAL "")
+  set(GTEST_BOTH_LIBRARIES ${GTEST_LIBRARIES} ${GTEST_MAIN_LIBRARIES})
+endif()
+]=])
+endif()
+
+
+

Projects will also likely be using find_package(GTest) rather than +find_package(googletest), but it is possible to make use of the +CMAKE_FIND_PACKAGE_REDIRECTS_DIR area to pull in the latter as +a dependency of the former. This is likely to be sufficient to satisfy +a typical find_package(GTest) call.

+
FetchContent_MakeAvailable(googletest)
+
+if(NOT EXISTS ${CMAKE_FIND_PACKAGE_REDIRECTS_DIR}/gtest-config.cmake AND
+   NOT EXISTS ${CMAKE_FIND_PACKAGE_REDIRECTS_DIR}/GTestConfig.cmake)
+  file(WRITE ${CMAKE_FIND_PACKAGE_REDIRECTS_DIR}/gtest-config.cmake
+[=[
+include(CMakeFindDependencyMacro)
+find_dependency(googletest)
+]=])
+endif()
+
+if(NOT EXISTS ${CMAKE_FIND_PACKAGE_REDIRECTS_DIR}/gtest-config-version.cmake AND
+   NOT EXISTS ${CMAKE_FIND_PACKAGE_REDIRECTS_DIR}/GTestConfigVersion.cmake)
+  file(WRITE ${CMAKE_FIND_PACKAGE_REDIRECTS_DIR}/gtest-config-version.cmake
+[=[
+include(${CMAKE_FIND_PACKAGE_REDIRECTS_DIR}/googletest-config-version.cmake OPTIONAL)
+if(NOT PACKAGE_VERSION_COMPATIBLE)
+  include(${CMAKE_FIND_PACKAGE_REDIRECTS_DIR}/googletestConfigVersion.cmake OPTIONAL)
+endif()
+]=])
+endif()
+
+
+
+
+

Overriding Where To Find CMakeLists.txt

+

If the sub-project's CMakeLists.txt file is not at the top level of its +source tree, the SOURCE_SUBDIR option can be used to tell FetchContent +where to find it. The following example shows how to use that option, and +it also sets a variable which is meaningful to the subproject before pulling +it into the main build (set as an INTERNAL cache variable to avoid +problems with policy CMP0077):

+
include(FetchContent)
+FetchContent_Declare(
+  protobuf
+  GIT_REPOSITORY https://github.com/protocolbuffers/protobuf.git
+  GIT_TAG        ae50d9b9902526efd6c7a1907d09739f959c6297 # v3.15.0
+  SOURCE_SUBDIR  cmake
+)
+set(protobuf_BUILD_TESTS OFF CACHE INTERNAL "")
+FetchContent_MakeAvailable(protobuf)
+
+
+
+
+

Complex Dependency Hierarchies

+

In more complex project hierarchies, the dependency relationships can be more +complicated. Consider a hierarchy where projA is the top level project and +it depends directly on projects projB and projC. Both projB and +projC can be built standalone and they also both depend on another project +projD. projB additionally depends on projE. This example assumes +that all five projects are available on a company git server. The +CMakeLists.txt of each project might have sections like the following:

+
+
projA
+
include(FetchContent)
+FetchContent_Declare(
+  projB
+  GIT_REPOSITORY git@mycompany.com:git/projB.git
+  GIT_TAG        4a89dc7e24ff212a7b5167bef7ab079d
+)
+FetchContent_Declare(
+  projC
+  GIT_REPOSITORY git@mycompany.com:git/projC.git
+  GIT_TAG        4ad4016bd1d8d5412d135cf8ceea1bb9
+)
+FetchContent_Declare(
+  projD
+  GIT_REPOSITORY git@mycompany.com:git/projD.git
+  GIT_TAG        origin/integrationBranch
+)
+FetchContent_Declare(
+  projE
+  GIT_REPOSITORY git@mycompany.com:git/projE.git
+  GIT_TAG        v2.3-rc1
+)
+
+# Order is important, see notes in the discussion further below
+FetchContent_MakeAvailable(projD projB projC)
+
+
+
+
+
projB
+
include(FetchContent)
+FetchContent_Declare(
+  projD
+  GIT_REPOSITORY git@mycompany.com:git/projD.git
+  GIT_TAG        20b415f9034bbd2a2e8216e9a5c9e632
+)
+FetchContent_Declare(
+  projE
+  GIT_REPOSITORY git@mycompany.com:git/projE.git
+  GIT_TAG        68e20f674a48be38d60e129f600faf7d
+)
+
+FetchContent_MakeAvailable(projD projE)
+
+
+
+
+
projC
+
include(FetchContent)
+FetchContent_Declare(
+  projD
+  GIT_REPOSITORY git@mycompany.com:git/projD.git
+  GIT_TAG        7d9a17ad2c962aa13e2fbb8043fb6b8a
+)
+
+FetchContent_MakeAvailable(projD)
+
+
+
+

A few key points should be noted in the above:

+
    +
  • projB and projC define different content details for projD, +but projA also defines a set of content details for projD. +Because projA will define them first, the details from projB and +projC will not be used. The override details defined by projA +are not required to match either of those from projB or projC, but +it is up to the higher level project to ensure that the details it does +define still make sense for the child projects.

  • +
  • In the projA call to FetchContent_MakeAvailable(), projD +is listed ahead of projB and projC, so it will be populated before +either projB or projC. It isn't required for projA to do this, +doing so ensures that projA fully controls the environment in which +projD is brought into the build (directory properties are particularly +relevant).

  • +
  • While projA defines content details for projE, it does not need +to explicitly call FetchContent_MakeAvailable(projE) or +FetchContent_Populate(projD) itself. Instead, it leaves that to the +child projB. For higher level projects, it is often enough to just +define the override content details and leave the actual population to the +child projects. This saves repeating the same thing at each level of the +project hierarchy unnecessarily, but it should only be done if directory +properties set by dependencies are not expected to influence the population +of the shared dependency (projE in this case).

  • +
+
+
+

Populating Content Without Adding It To The Build

+

Projects don't always need to add the populated content to the build. +Sometimes the project just wants to make the downloaded content available at +a predictable location. The next example ensures that a set of standard +company toolchain files (and potentially even the toolchain binaries +themselves) is available early enough to be used for that same build.

+
cmake_minimum_required(VERSION 3.14)
+
+include(FetchContent)
+FetchContent_Declare(
+  mycom_toolchains
+  URL  https://intranet.mycompany.com//toolchains_1.3.2.tar.gz
+)
+FetchContent_MakeAvailable(mycom_toolchains)
+
+project(CrossCompileExample)
+
+
+

The project could be configured to use one of the downloaded toolchains like +so:

+
cmake -DCMAKE_TOOLCHAIN_FILE=_deps/mycom_toolchains-src/toolchain_arm.cmake /path/to/src
+
+
+

When CMake processes the CMakeLists.txt file, it will download and unpack +the tarball into _deps/mycompany_toolchains-src relative to the build +directory. The CMAKE_TOOLCHAIN_FILE variable is not used until +the project() command is reached, at which point CMake looks for the +named toolchain file relative to the build directory. Because the tarball has +already been downloaded and unpacked by then, the toolchain file will be in +place, even the very first time that cmake is run in the build directory.

+
+
+

Populating Content In CMake Script Mode

+

This last example demonstrates how one might download and unpack a +firmware tarball using CMake's script mode. +The call to FetchContent_Populate() specifies all the content details +and the unpacked firmware will be placed in a firmware directory below the +current working directory.

+
+
getFirmware.cmake
+
# NOTE: Intended to be run in script mode with cmake -P
+include(FetchContent)
+FetchContent_Populate(
+  firmware
+  URL        https://mycompany.com/assets/firmware-1.23-arm.tar.gz
+  URL_HASH   MD5=68247684da89b608d466253762b0ff11
+  SOURCE_DIR firmware
+)
+
+
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindALSA.html b/cmake/doc/cmake/html/module/FindALSA.html new file mode 100644 index 0000000000000000000000000000000000000000..5fb10690431be8efa328400d5feb4de1f053b6ec --- /dev/null +++ b/cmake/doc/cmake/html/module/FindALSA.html @@ -0,0 +1,178 @@ + + + + + + + + FindALSA — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindALSA

+

Find Advanced Linux Sound Architecture (ALSA)

+

Find the alsa libraries (asound)

+
+

IMPORTED Targets

+
+

Added in version 3.12.

+
+

This module defines IMPORTED target ALSA::ALSA, if +ALSA has been found.

+
+
+

Result Variables

+

This module defines the following variables:

+
+
ALSA_FOUND

True if ALSA_INCLUDE_DIR & ALSA_LIBRARY are found

+
+
ALSA_LIBRARIES

List of libraries when using ALSA.

+
+
ALSA_INCLUDE_DIRS

Where to find the ALSA headers.

+
+
+
+
+

Cache variables

+

The following cache variables may also be set:

+
+
ALSA_INCLUDE_DIR

the ALSA include directory

+
+
ALSA_LIBRARY

the absolute path of the asound library

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindASPELL.html b/cmake/doc/cmake/html/module/FindASPELL.html new file mode 100644 index 0000000000000000000000000000000000000000..eddb1a6df9cf6471c10fbb6072cea2ebb55d7135 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindASPELL.html @@ -0,0 +1,143 @@ + + + + + + + + FindASPELL — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindASPELL

+

Try to find ASPELL

+

Once done this will define

+
ASPELL_FOUND - system has ASPELL
+ASPELL_EXECUTABLE - the ASPELL executable
+ASPELL_INCLUDE_DIR - the ASPELL include directory
+ASPELL_LIBRARIES - The libraries needed to use ASPELL
+ASPELL_DEFINITIONS - Compiler switches required for using ASPELL
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindAVIFile.html b/cmake/doc/cmake/html/module/FindAVIFile.html new file mode 100644 index 0000000000000000000000000000000000000000..37dcc9d45e979c51d55aafe036c83bf5d6563a97 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindAVIFile.html @@ -0,0 +1,146 @@ + + + + + + + + FindAVIFile — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindAVIFile

+

Locate AVIFILE +library and include paths.

+

AVIFILE is a set of libraries for +i386 machines to use various AVI codecs. Support is limited beyond +Linux. Windows provides native AVI support, and so doesn't need this +library. This module defines

+
AVIFILE_INCLUDE_DIR, where to find avifile.h , etc.
+AVIFILE_LIBRARIES, the libraries to link against
+AVIFILE_DEFINITIONS, definitions to use when compiling
+AVIFILE_FOUND, If false, don't try to use AVIFILE
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindArmadillo.html b/cmake/doc/cmake/html/module/FindArmadillo.html new file mode 100644 index 0000000000000000000000000000000000000000..bbfb48c94074adf3513209813b9cd678f9ae8221 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindArmadillo.html @@ -0,0 +1,157 @@ + + + + + + + + FindArmadillo — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindArmadillo

+

Find the Armadillo C++ library. +Armadillo is a library for linear algebra & scientific computing.

+
+

Added in version 3.18: Support for linking wrapped libraries directly (ARMA_DONT_USE_WRAPPER).

+
+

Using Armadillo:

+
find_package(Armadillo REQUIRED)
+include_directories(${ARMADILLO_INCLUDE_DIRS})
+add_executable(foo foo.cc)
+target_link_libraries(foo ${ARMADILLO_LIBRARIES})
+
+
+

This module sets the following variables:

+
ARMADILLO_FOUND - set to true if the library is found
+ARMADILLO_INCLUDE_DIRS - list of required include directories
+ARMADILLO_LIBRARIES - list of libraries to be linked
+ARMADILLO_VERSION_MAJOR - major version number
+ARMADILLO_VERSION_MINOR - minor version number
+ARMADILLO_VERSION_PATCH - patch version number
+ARMADILLO_VERSION_STRING - version number as a string (ex: "1.0.4")
+ARMADILLO_VERSION_NAME - name of the version (ex: "Antipodean Antileech")
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindBISON.html b/cmake/doc/cmake/html/module/FindBISON.html new file mode 100644 index 0000000000000000000000000000000000000000..c055354098f38d3f98bb61e56ad5bd946bcd44af --- /dev/null +++ b/cmake/doc/cmake/html/module/FindBISON.html @@ -0,0 +1,207 @@ + + + + + + + + FindBISON — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindBISON

+

Find bison executable and provide a macro to generate custom build rules.

+

The module defines the following variables:

+
+
BISON_EXECUTABLE

path to the bison program

+
+
BISON_VERSION

version of bison

+
+
BISON_FOUND

"True" if the program was found

+
+
+

The minimum required version of bison can be specified using the +standard CMake syntax, e.g. find_package(BISON 2.1.3).

+

If bison is found, the module defines the macro:

+
BISON_TARGET(<Name> <YaccInput> <CodeOutput>
+             [COMPILE_FLAGS <flags>]
+             [DEFINES_FILE <file>]
+             [VERBOSE [<file>]]
+             [REPORT_FILE <file>]
+             )
+
+
+

which will create a custom rule to generate a parser. <YaccInput> is +the path to a yacc file. <CodeOutput> is the name of the source file +generated by bison. A header file is also be generated, and contains +the token list.

+
+

Changed in version 3.14: When CMP0088 is set to NEW, bison runs in the +CMAKE_CURRENT_BINARY_DIR directory.

+
+

The options are:

+
+
COMPILE_FLAGS <flags>

Specify flags to be added to the bison command line.

+
+
DEFINES_FILE <file>
+

Added in version 3.4.

+
+

Specify a non-default header <file> to be generated by bison.

+
+
VERBOSE [<file>]

Tell bison to write a report file of the grammar and parser.

+
+

Deprecated since version 3.7: If <file> is given, it specifies path the report file is copied to. +[<file>] is left for backward compatibility of this module. +Use VERBOSE REPORT_FILE <file>.

+
+
+
REPORT_FILE <file>
+

Added in version 3.7.

+
+

Specify a non-default report <file>, if generated.

+
+
+

The macro defines the following variables:

+
+
BISON_<Name>_DEFINED

True is the macro ran successfully

+
+
BISON_<Name>_INPUT

The input source file, an alias for <YaccInput>

+
+
BISON_<Name>_OUTPUT_SOURCE

The source file generated by bison

+
+
BISON_<Name>_OUTPUT_HEADER

The header file generated by bison

+
+
BISON_<Name>_OUTPUTS

All files generated by bison including the source, the header and the report

+
+
BISON_<Name>_COMPILE_FLAGS

Options used in the bison command line

+
+
+

Example usage:

+
find_package(BISON)
+BISON_TARGET(MyParser parser.y ${CMAKE_CURRENT_BINARY_DIR}/parser.cpp
+             DEFINES_FILE ${CMAKE_CURRENT_BINARY_DIR}/parser.h)
+add_executable(Foo main.cpp ${BISON_MyParser_OUTPUTS})
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindBLAS.html b/cmake/doc/cmake/html/module/FindBLAS.html new file mode 100644 index 0000000000000000000000000000000000000000..20fa698b4e5cd79843c6d25a46785a106351e01f --- /dev/null +++ b/cmake/doc/cmake/html/module/FindBLAS.html @@ -0,0 +1,365 @@ + + + + + + + + FindBLAS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindBLAS

+

Find Basic Linear Algebra Subprograms (BLAS) library

+

This module finds an installed Fortran library that implements the +BLAS linear-algebra interface.

+

At least one of the C, CXX, or Fortran languages must be enabled.

+
+

Input Variables

+

The following variables may be set to influence this module's behavior:

+
+
BLA_STATIC

if ON use static linkage

+
+
BLA_VENDOR

Set to one of the BLAS/LAPACK Vendors to search for BLAS only +from the specified vendor. If not set, all vendors are considered.

+
+
BLA_F95

if ON tries to find the BLAS95 interfaces

+
+
BLA_PREFER_PKGCONFIG
+

Added in version 3.11.

+
+

if set pkg-config will be used to search for a BLAS library first +and if one is found that is preferred

+
+
BLA_PKGCONFIG_BLAS
+

Added in version 3.25.

+
+

If set, the pkg-config method will look for this module name instead of +just blas.

+
+
BLA_SIZEOF_INTEGER
+

Added in version 3.22.

+
+

Specify the BLAS/LAPACK library integer size:

+
+
4

Search for a BLAS/LAPACK with 32-bit integer interfaces.

+
+
8

Search for a BLAS/LAPACK with 64-bit integer interfaces.

+
+
ANY

Search for any BLAS/LAPACK. +Most likely, a BLAS/LAPACK with 32-bit integer interfaces will be found.

+
+
+
+
+
+
+

Imported targets

+

This module defines the following IMPORTED targets:

+
+
BLAS::BLAS
+

Added in version 3.18.

+
+

The libraries to use for BLAS, if found.

+
+
+
+
+

Result Variables

+

This module defines the following variables:

+
+
BLAS_FOUND

library implementing the BLAS interface is found

+
+
BLAS_LINKER_FLAGS

uncached list of required linker flags (excluding -l and -L).

+
+
BLAS_LIBRARIES

uncached list of libraries (using full path name) to link against +to use BLAS (may be empty if compiler implicitly links BLAS)

+
+
BLAS95_LIBRARIES

uncached list of libraries (using full path name) to link against +to use BLAS95 interface

+
+
BLAS95_FOUND

library implementing the BLAS95 interface is found

+
+
+
+
+

BLAS/LAPACK Vendors

+
+
Generic

Generic reference implementation

+
+
ACML, ACML_MP, ACML_GPU

AMD Core Math Library

+
+
AOCL, AOCL_mt
+

Added in version 3.27.

+
+

AMD Optimizing CPU Libraries

+
+
Apple, NAS

Apple BLAS (Accelerate), and Apple NAS (vecLib)

+
+
Arm, Arm_mp, Arm_ilp64, Arm_ilp64_mp
+

Added in version 3.18.

+
+

Arm Performance Libraries

+
+
ATLAS

Automatically Tuned Linear Algebra Software

+
+
CXML, DXML

Compaq/Digital Extended Math Library

+
+
EML, EML_mt
+

Added in version 3.20.

+
+

Elbrus Math Library

+
+
FLAME
+

Added in version 3.11.

+
+

BLIS Framework

+
+
FlexiBLAS
+

Added in version 3.19.

+
+
+
Fujitsu_SSL2, Fujitsu_SSL2BLAMP, Fujitsu_SSL2SVE, Fujitsu_SSL2BLAMPSVE
+

Added in version 3.20.

+
+

Fujitsu SSL2 serial and parallel blas/lapack with SVE instructions

+
+
Goto

GotoBLAS

+
+
+

IBMESSL, IBMESSL_SMP

+
+

IBM Engineering and Scientific Subroutine Library

+
+
+
Intel

Intel MKL 32 bit and 64 bit obsolete versions

+
+
Intel10_32

Intel MKL v10 32 bit, threaded code

+
+
Intel10_64lp

Intel MKL v10+ 64 bit, threaded code, lp64 model

+
+
Intel10_64lp_seq

Intel MKL v10+ 64 bit, sequential code, lp64 model

+
+
Intel10_64ilp
+

Added in version 3.13.

+
+

Intel MKL v10+ 64 bit, threaded code, ilp64 model

+
+
Intel10_64ilp_seq
+

Added in version 3.13.

+
+

Intel MKL v10+ 64 bit, sequential code, ilp64 model

+
+
Intel10_64_dyn
+

Added in version 3.17.

+
+

Intel MKL v10+ 64 bit, single dynamic library

+
+
libblastrampoline
+

Added in version 3.30.

+
+

A BLAS/LAPACK demuxing library using PLT trampolines

+
+
NVHPC
+

Added in version 3.21.

+
+

NVIDIA HPC SDK

+
+
OpenBLAS
+

Added in version 3.6.

+
+
+
PhiPACK

Portable High Performance ANSI C (PHiPAC)

+
+
SCSL, SCSL_mp

Scientific Computing Software Library

+
+
SGIMATH

SGI Scientific Mathematical Library

+
+
SunPerf

Sun Performance Library

+
+
+
+
+

Intel MKL

+

To use the Intel MKL implementation of BLAS, a project must enable at least +one of the C or CXX languages. Set BLA_VENDOR to an Intel MKL +variant either on the command-line as -DBLA_VENDOR=Intel10_64lp or in +project code:

+
set(BLA_VENDOR Intel10_64lp)
+find_package(BLAS)
+
+
+

In order to build a project using Intel MKL, and end user must first +establish an Intel MKL environment:

+
+
Intel oneAPI

Source the full Intel environment script:

+
. /opt/intel/oneapi/setvars.sh
+
+
+

Or, source the MKL component environment script:

+
. /opt/intel/oneapi/mkl/latest/env/vars.sh
+
+
+
+
Intel Classic

Source the full Intel environment script:

+
. /opt/intel/bin/compilervars.sh intel64
+
+
+

Or, source the MKL component environment script:

+
. /opt/intel/mkl/bin/mklvars.sh intel64
+
+
+
+
+

The above environment scripts set the MKLROOT environment variable +to the top of the MKL installation. They also add the location of the +runtime libraries to the dynamic library loader environment variable for +your platform (e.g. LD_LIBRARY_PATH). This is necessary for programs +linked against MKL to run.

+
+

Note

+

As of Intel oneAPI 2021.2, loading only the MKL component does not +make all of its dependencies available. In particular, the iomp5 +library must be available separately, or provided by also loading +the compiler component environment:

+
. /opt/intel/oneapi/compiler/latest/env/vars.sh
+
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindBZip2.html b/cmake/doc/cmake/html/module/FindBZip2.html new file mode 100644 index 0000000000000000000000000000000000000000..27c805f073faa92c1f989afbb72f5d5391f736de --- /dev/null +++ b/cmake/doc/cmake/html/module/FindBZip2.html @@ -0,0 +1,200 @@ + + + + + + + + FindBZip2 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindBZip2

+

Try to find BZip2

+
+

IMPORTED Targets

+
+

Added in version 3.12.

+
+

This module defines IMPORTED target BZip2::BZip2, if +BZip2 has been found.

+
+
+

Result Variables

+

This module defines the following variables:

+
+
BZIP2_FOUND

system has BZip2

+
+
BZIP2_INCLUDE_DIRS
+

Added in version 3.12: the BZip2 include directories

+
+
+
BZIP2_LIBRARIES

Link these to use BZip2

+
+
BZIP2_NEED_PREFIX

this is set if the functions are prefixed with BZ2_

+
+
BZIP2_VERSION
+

Added in version 3.26: the version of BZip2 found.

+
+

See also legacy variable BZIP2_VERSION_STRING.

+
+
+
+
+

Cache variables

+

The following cache variables may also be set:

+
+
BZIP2_INCLUDE_DIR

the directory containing the BZip2 headers

+
+
BZIP2_LIBRARY_RELEASE

the path to the BZip2 library for release configurations

+
+
BZIP2_LIBRARY_DEBUG

the path to the BZip2 library for debug configurations

+
+
+
+
+

Legacy Variables

+

The following variables are provided for backward compatibility:

+
+
BZIP2_VERSION_STRING

the version of BZip2 found.

+
+

Changed in version 3.26: Superseded by BZIP2_VERSION.

+
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindBacktrace.html b/cmake/doc/cmake/html/module/FindBacktrace.html new file mode 100644 index 0000000000000000000000000000000000000000..de8f954d8f36841f3f4fd55dc61192ac091e128b --- /dev/null +++ b/cmake/doc/cmake/html/module/FindBacktrace.html @@ -0,0 +1,185 @@ + + + + + + + + FindBacktrace — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindBacktrace

+

Find provider for backtrace(3).

+

Checks if OS supports backtrace(3) via either libc or custom library. +This module defines the following variables:

+
+
Backtrace_HEADER

The header file needed for backtrace(3). Cached. +Could be forcibly set by user.

+
+
Backtrace_INCLUDE_DIRS

The include directories needed to use backtrace(3) header.

+
+
Backtrace_LIBRARIES

The libraries (linker flags) needed to use backtrace(3), if any.

+
+
Backtrace_FOUND

Is set if and only if backtrace(3) support detected.

+
+
+

The following cache variables are also available to set or use:

+
+
Backtrace_LIBRARY

The external library providing backtrace, if any.

+
+
Backtrace_INCLUDE_DIR

The directory holding the backtrace(3) header.

+
+
+

Typical usage is to generate of header file using configure_file() +with the contents like the following:

+
#cmakedefine01 Backtrace_FOUND
+#if Backtrace_FOUND
+# include <${Backtrace_HEADER}>
+#endif
+
+
+

And then reference that generated header file in actual source.

+
+

Imported Targets

+
+

Added in version 3.30.

+
+

This module defines the following IMPORTED targets:

+
+
Backtrace::Backtrace

An interface library providing usage requirements for the found components.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindBoost.html b/cmake/doc/cmake/html/module/FindBoost.html new file mode 100644 index 0000000000000000000000000000000000000000..4a402d1685eea3527367c8c8adf8b5601b5ace5b --- /dev/null +++ b/cmake/doc/cmake/html/module/FindBoost.html @@ -0,0 +1,469 @@ + + + + + + + + FindBoost — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindBoost

+
+

Changed in version 3.30: This module is available only if policy CMP0167 is not set to +NEW. Port projects to upstream Boost's BoostConfig.cmake package +configuration file, for which find_package(Boost) now searches.

+
+

Find Boost include dirs and libraries

+

Use this module by invoking find_package() with the form:

+
find_package(Boost
+  [version] [EXACT]      # Minimum or EXACT version e.g. 1.67.0
+  [REQUIRED]             # Fail with error if Boost is not found
+  [COMPONENTS <libs>...] # Boost libraries by their canonical name
+                         # e.g. "date_time" for "libboost_date_time"
+  [OPTIONAL_COMPONENTS <libs>...]
+                         # Optional Boost libraries by their canonical name)
+  )                      # e.g. "date_time" for "libboost_date_time"
+
+
+

This module finds headers and requested component libraries OR a CMake +package configuration file provided by a "Boost CMake" build. For the +latter case skip to the Boost CMake section below.

+
+

Added in version 3.7: bzip2 and zlib components (Windows only).

+
+
+

Added in version 3.11: The OPTIONAL_COMPONENTS option.

+
+
+

Added in version 3.13: stacktrace_* components.

+
+
+

Added in version 3.19: bzip2 and zlib components on all platforms.

+
+
+

Result Variables

+

This module defines the following variables:

+
+
Boost_FOUND

True if headers and requested libraries were found.

+
+
Boost_INCLUDE_DIRS

Boost include directories.

+
+
Boost_LIBRARY_DIRS

Link directories for Boost libraries.

+
+
Boost_LIBRARIES

Boost component libraries to be linked.

+
+
Boost_<COMPONENT>_FOUND

True if component <COMPONENT> was found (<COMPONENT> name is upper-case).

+
+
Boost_<COMPONENT>_LIBRARY

Libraries to link for component <COMPONENT> (may include +target_link_libraries() debug/optimized keywords).

+
+
Boost_VERSION_MACRO

BOOST_VERSION value from boost/version.hpp.

+
+
Boost_VERSION_STRING

Boost version number in X.Y.Z format.

+
+
Boost_VERSION

Boost version number in X.Y.Z format (same as Boost_VERSION_STRING).

+
+

Changed in version 3.15: In previous CMake versions, this variable used the raw version string +from the Boost header (same as Boost_VERSION_MACRO). +See policy CMP0093.

+
+
+
Boost_LIB_VERSION

Version string appended to library filenames.

+
+
Boost_VERSION_MAJOR, Boost_MAJOR_VERSION

Boost major version number (X in X.Y.Z).

+
+
Boost_VERSION_MINOR, Boost_MINOR_VERSION

Boost minor version number (Y in X.Y.Z).

+
+
Boost_VERSION_PATCH, Boost_SUBMINOR_VERSION

Boost subminor version number (Z in X.Y.Z).

+
+
Boost_VERSION_COUNT

Amount of version components (3).

+
+
Boost_LIB_DIAGNOSTIC_DEFINITIONS (Windows-specific)

Pass to add_definitions() to have diagnostic +information about Boost's automatic linking +displayed during compilation

+
+
+
+

Added in version 3.15: The Boost_VERSION_<PART> variables.

+
+
+
+

Cache variables

+

Search results are saved persistently in CMake cache entries:

+
+
Boost_INCLUDE_DIR

Directory containing Boost headers.

+
+
Boost_LIBRARY_DIR_RELEASE

Directory containing release Boost libraries.

+
+
Boost_LIBRARY_DIR_DEBUG

Directory containing debug Boost libraries.

+
+
Boost_<COMPONENT>_LIBRARY_DEBUG

Component <COMPONENT> library debug variant.

+
+
Boost_<COMPONENT>_LIBRARY_RELEASE

Component <COMPONENT> library release variant.

+
+
+
+

Added in version 3.3: Per-configuration variables Boost_LIBRARY_DIR_RELEASE and +Boost_LIBRARY_DIR_DEBUG.

+
+
+
+

Hints

+

This module reads hints about search locations from variables:

+
+
BOOST_ROOT, BOOSTROOT

Preferred installation prefix.

+
+
BOOST_INCLUDEDIR

Preferred include directory e.g. <prefix>/include.

+
+
BOOST_LIBRARYDIR

Preferred library directory e.g. <prefix>/lib.

+
+
Boost_NO_SYSTEM_PATHS

Set to ON to disable searching in locations not +specified by these hint variables. Default is OFF.

+
+
Boost_ADDITIONAL_VERSIONS

List of Boost versions not known to this module. +(Boost install locations may contain the version).

+
+
+

Users may set these hints or results as CACHE entries. Projects +should not read these entries directly but instead use the above +result variables. Note that some hint names start in upper-case +BOOST. One may specify these as environment variables if they are +not specified as CMake variables or cache entries.

+

This module first searches for the Boost header files using the above +hint variables (excluding BOOST_LIBRARYDIR) and saves the result in +Boost_INCLUDE_DIR. Then it searches for requested component libraries +using the above hints (excluding BOOST_INCLUDEDIR and +Boost_ADDITIONAL_VERSIONS), "lib" directories near Boost_INCLUDE_DIR, +and the library name configuration settings below. It saves the +library directories in Boost_LIBRARY_DIR_DEBUG and +Boost_LIBRARY_DIR_RELEASE and individual library +locations in Boost_<COMPONENT>_LIBRARY_DEBUG and Boost_<COMPONENT>_LIBRARY_RELEASE. +When one changes settings used by previous searches in the same build +tree (excluding environment variables) this module discards previous +search results affected by the changes and searches again.

+
+
+

Imported Targets

+
+

Added in version 3.5.

+
+

This module defines the following IMPORTED targets:

+
+
Boost::boost

Target for header-only dependencies. (Boost include directory).

+
+
Boost::headers
+

Added in version 3.15: Alias for Boost::boost.

+
+
+
Boost::<component>

Target for specific component dependency (shared or static library); +<component> name is lower-case.

+
+
Boost::diagnostic_definitions

Interface target to enable diagnostic information about Boost's automatic +linking during compilation (adds -DBOOST_LIB_DIAGNOSTIC).

+
+
Boost::disable_autolinking

Interface target to disable automatic linking with MSVC +(adds -DBOOST_ALL_NO_LIB).

+
+
Boost::dynamic_linking

Interface target to enable dynamic linking with MSVC +(adds -DBOOST_ALL_DYN_LINK).

+
+
+

Implicit dependencies such as Boost::filesystem requiring +Boost::system will be automatically detected and satisfied, even +if system is not specified when using find_package() and if +Boost::system is not added to target_link_libraries(). If using +Boost::thread, then Threads::Threads will also be added automatically.

+

It is important to note that the imported targets behave differently +than variables created by this module: multiple calls to +find_package(Boost) in the same directory or sub-directories with +different options (e.g. static or shared) will not override the +values of the targets created by the first call.

+
+
+

Other Variables

+

Boost libraries come in many variants encoded in their file name. +Users or projects may tell this module which variant to find by +setting variables:

+
+
Boost_USE_DEBUG_LIBS
+

Added in version 3.10.

+
+

Set to ON or OFF to specify whether to search and use the debug +libraries. Default is ON.

+
+
Boost_USE_RELEASE_LIBS
+

Added in version 3.10.

+
+

Set to ON or OFF to specify whether to search and use the release +libraries. Default is ON.

+
+
Boost_USE_MULTITHREADED

Set to OFF to use the non-multithreaded libraries ("mt" tag). Default is +ON.

+
+
Boost_USE_STATIC_LIBS

Set to ON to force the use of the static libraries. Default is OFF.

+
+
Boost_USE_STATIC_RUNTIME

Set to ON or OFF to specify whether to use libraries linked +statically to the C++ runtime ("s" tag). Default is platform dependent.

+
+
Boost_USE_DEBUG_RUNTIME

Set to ON or OFF to specify whether to use libraries linked to the +MS debug C++ runtime ("g" tag). Default is ON.

+
+
Boost_USE_DEBUG_PYTHON

Set to ON to use libraries compiled with a debug Python build ("y" +tag). Default is OFF.

+
+
Boost_USE_STLPORT

Set to ON to use libraries compiled with STLPort ("p" tag). Default is +OFF.

+
+
Boost_USE_STLPORT_DEPRECATED_NATIVE_IOSTREAMS

Set to ON to use libraries compiled with STLPort deprecated "native +iostreams" ("n" tag). Default is OFF.

+
+
Boost_COMPILER

Set to the compiler-specific library suffix (e.g. -gcc43). Default is +auto-computed for the C++ compiler in use.

+
+

Changed in version 3.9: A list may be used if multiple compatible suffixes should be tested for, +in decreasing order of preference.

+
+
+
Boost_LIB_PREFIX
+

Added in version 3.18.

+
+

Set to the platform-specific library name prefix (e.g. lib) used by +Boost static libs. This is needed only on platforms where CMake does not +know the prefix by default.

+
+
Boost_ARCHITECTURE
+

Added in version 3.13.

+
+

Set to the architecture-specific library suffix (e.g. -x64). +Default is auto-computed for the C++ compiler in use.

+
+
Boost_THREADAPI

Suffix for thread component library name, such as pthread or +win32. Names with and without this suffix will both be tried.

+
+
Boost_NAMESPACE

Alternate namespace used to build boost with e.g. if set to myboost, +will search for myboost_thread instead of boost_thread.

+
+
+

Other variables one may set to control this module are:

+
+
Boost_DEBUG

Set to ON to enable debug output from FindBoost. +Please enable this before filing any bug report.

+
+
Boost_REALPATH

Set to ON to resolve symlinks for discovered libraries to assist with +packaging. For example, the "system" component library may be resolved to +/usr/lib/libboost_system.so.1.67.0 instead of +/usr/lib/libboost_system.so. This does not affect linking and should +not be enabled unless the user needs this information.

+
+
Boost_LIBRARY_DIR

Default value for Boost_LIBRARY_DIR_RELEASE and +Boost_LIBRARY_DIR_DEBUG.

+
+
Boost_NO_WARN_NEW_VERSIONS
+

Added in version 3.20.

+
+

Set to ON to suppress the warning about unknown dependencies for new +Boost versions.

+
+
+

On Visual Studio and Borland compilers Boost headers request automatic +linking to corresponding libraries. This requires matching libraries +to be linked explicitly or available in the link library search path. +In this case setting Boost_USE_STATIC_LIBS to OFF may not achieve +dynamic linking. Boost automatic linking typically requests static +libraries with a few exceptions (such as Boost.Python). Use:

+
add_definitions(${Boost_LIB_DIAGNOSTIC_DEFINITIONS})
+
+
+

to ask Boost to report information about automatic linking requests.

+
+
+

Examples

+

Find Boost headers only:

+
find_package(Boost 1.36.0)
+if(Boost_FOUND)
+  include_directories(${Boost_INCLUDE_DIRS})
+  add_executable(foo foo.cc)
+endif()
+
+
+

Find Boost libraries and use imported targets:

+
find_package(Boost 1.56 REQUIRED COMPONENTS
+             date_time filesystem iostreams)
+add_executable(foo foo.cc)
+target_link_libraries(foo Boost::date_time Boost::filesystem
+                          Boost::iostreams)
+
+
+

Find Boost Python 3.6 libraries and use imported targets:

+
find_package(Boost 1.67 REQUIRED COMPONENTS
+             python36 numpy36)
+add_executable(foo foo.cc)
+target_link_libraries(foo Boost::python36 Boost::numpy36)
+
+
+

Find Boost headers and some static (release only) libraries:

+
set(Boost_USE_STATIC_LIBS        ON)  # only find static libs
+set(Boost_USE_DEBUG_LIBS        OFF)  # ignore debug libs and
+set(Boost_USE_RELEASE_LIBS       ON)  # only find release libs
+set(Boost_USE_MULTITHREADED      ON)
+set(Boost_USE_STATIC_RUNTIME    OFF)
+find_package(Boost 1.66.0 COMPONENTS date_time filesystem system ...)
+if(Boost_FOUND)
+  include_directories(${Boost_INCLUDE_DIRS})
+  add_executable(foo foo.cc)
+  target_link_libraries(foo ${Boost_LIBRARIES})
+endif()
+
+
+
+
+

Boost CMake

+

If Boost was built using the boost-cmake project or from Boost 1.70.0 on +it provides a package configuration file for use with find_package's config mode. +This module looks for the package configuration file called +BoostConfig.cmake or boost-config.cmake and stores the result in +CACHE entry Boost_DIR. If found, the package configuration file is loaded +and this module returns with no further action. See documentation of +the Boost CMake package configuration for details on what it provides.

+

Set Boost_NO_BOOST_CMAKE to ON, to disable the search for boost-cmake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindBullet.html b/cmake/doc/cmake/html/module/FindBullet.html new file mode 100644 index 0000000000000000000000000000000000000000..781d8953b8eb09ac80274026061b57436d2fa80d --- /dev/null +++ b/cmake/doc/cmake/html/module/FindBullet.html @@ -0,0 +1,151 @@ + + + + + + + + FindBullet — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindBullet

+

Try to find the Bullet physics engine

+
This module defines the following variables
+
+
+
BULLET_FOUND - Was bullet found
+BULLET_INCLUDE_DIRS - the Bullet include directories
+BULLET_LIBRARIES - Link to this, by default it includes
+                   all bullet components (Dynamics,
+                   Collision, LinearMath, & SoftBody)
+
+
+
This module accepts the following variables
+
+
+
BULLET_ROOT - Can be set to bullet install path or Windows build path
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindCABLE.html b/cmake/doc/cmake/html/module/FindCABLE.html new file mode 100644 index 0000000000000000000000000000000000000000..43265fada5114ac8b3db99b3b124d2cb59458e4c --- /dev/null +++ b/cmake/doc/cmake/html/module/FindCABLE.html @@ -0,0 +1,146 @@ + + + + + + + + FindCABLE — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindCABLE

+

Find CABLE

+

This module finds if CABLE is installed and determines where the +include files and libraries are. This code sets the following +variables:

+
CABLE             the path to the cable executable
+CABLE_TCL_LIBRARY the path to the Tcl wrapper library
+CABLE_INCLUDE_DIR the path to the include directory
+
+
+

To build Tcl wrappers, you should add shared library and link it to +${CABLE_TCL_LIBRARY}. You should also add ${CABLE_INCLUDE_DIR} as an +include directory.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindCUDA.html b/cmake/doc/cmake/html/module/FindCUDA.html new file mode 100644 index 0000000000000000000000000000000000000000..3cbf9b1a83f59cb8f8a3b5880d2faf37a60ef429 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindCUDA.html @@ -0,0 +1,589 @@ + + + + + + + + FindCUDA — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindCUDA

+
+

Changed in version 3.27: This module is available only if policy CMP0146 is not set to NEW. +Port projects to CMake's first-class CUDA language support.

+
+
+

Deprecated since version 3.10: Do not use this module in new code.

+
+

It is no longer necessary to use this module or call find_package(CUDA) +for compiling CUDA code. Instead, list CUDA among the languages named +in the top-level call to the project() command, or call the +enable_language() command with CUDA. +Then one can add CUDA (.cu) sources directly to targets similar to other +languages.

+
+

Added in version 3.17: To find and use the CUDA toolkit libraries manually, use the +FindCUDAToolkit module instead. It works regardless of the +CUDA language being enabled.

+
+
+

Documentation of Deprecated Usage

+

Tools for building CUDA C files: libraries and build dependencies.

+

This script locates the NVIDIA CUDA C tools. It should work on Linux, +Windows, and macOS and should be reasonably up to date with CUDA C +releases.

+
+

Added in version 3.19: QNX support.

+
+

This script makes use of the standard find_package() arguments of +<VERSION>, REQUIRED and QUIET. CUDA_FOUND will report if an +acceptable version of CUDA was found.

+

The script will prompt the user to specify CUDA_TOOLKIT_ROOT_DIR if +the prefix cannot be determined by the location of nvcc in the system +path and REQUIRED is specified to find_package(). To use +a different installed version of the toolkit set the environment variable +CUDA_BIN_PATH before running cmake (e.g. +CUDA_BIN_PATH=/usr/local/cuda1.0 instead of the default +/usr/local/cuda) or set CUDA_TOOLKIT_ROOT_DIR after configuring. If +you change the value of CUDA_TOOLKIT_ROOT_DIR, various components that +depend on the path will be relocated.

+

It might be necessary to set CUDA_TOOLKIT_ROOT_DIR manually on certain +platforms, or to use a CUDA runtime not installed in the default +location. In newer versions of the toolkit the CUDA library is +included with the graphics driver -- be sure that the driver version +matches what is needed by the CUDA runtime version.

+
+

Input Variables

+

The following variables affect the behavior of the macros in the +script (in alphabetical order). Note that any of these flags can be +changed multiple times in the same directory before calling +cuda_add_executable(), cuda_add_library(), cuda_compile(), +cuda_compile_ptx(), cuda_compile_fatbin(), cuda_compile_cubin() +or cuda_wrap_srcs():

+
+
CUDA_64_BIT_DEVICE_CODE (Default: host bit size)

Set to ON to compile for 64 bit device code, OFF for 32 bit device code. +Note that making this different from the host code when generating object +or C files from CUDA code just won't work, because size_t gets defined by +nvcc in the generated source. If you compile to PTX and then load the +file yourself, you can mix bit sizes between device and host.

+
+
CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE (Default: ON)

Set to ON if you want the custom build rule to be attached to the source +file in Visual Studio. Turn OFF if you add the same cuda file to multiple +targets.

+

This allows the user to build the target from the CUDA file; however, bad +things can happen if the CUDA source file is added to multiple targets. +When performing parallel builds it is possible for the custom build +command to be run more than once and in parallel causing cryptic build +errors. VS runs the rules for every source file in the target, and a +source can have only one rule no matter how many projects it is added to. +When the rule is run from multiple targets race conditions can occur on +the generated file. Eventually everything will get built, but if the user +is unaware of this behavior, there may be confusion. It would be nice if +this script could detect the reuse of source files across multiple targets +and turn the option off for the user, but no good solution could be found.

+
+
CUDA_BUILD_CUBIN (Default: OFF)

Set to ON to enable and extra compilation pass with the -cubin option in +Device mode. The output is parsed and register, shared memory usage is +printed during build.

+
+
CUDA_BUILD_EMULATION (Default: OFF for device mode)

Set to ON for Emulation mode. -D_DEVICEEMU is defined for CUDA C files +when CUDA_BUILD_EMULATION is TRUE.

+
+
CUDA_LINK_LIBRARIES_KEYWORD (Default: "")
+

Added in version 3.9.

+
+

The <PRIVATE|PUBLIC|INTERFACE> keyword to use for internal +target_link_libraries() calls. The default is to use no keyword which +uses the old "plain" form of target_link_libraries(). Note that is matters +because whatever is used inside the FindCUDA module must also be used +outside - the two forms of target_link_libraries() cannot be mixed.

+
+
CUDA_GENERATED_OUTPUT_DIR (Default: CMAKE_CURRENT_BINARY_DIR)

Set to the path you wish to have the generated files placed. If it is +blank output files will be placed in CMAKE_CURRENT_BINARY_DIR. +Intermediate files will always be placed in +CMAKE_CURRENT_BINARY_DIR/CMakeFiles.

+
+
CUDA_HOST_COMPILATION_CPP (Default: ON)

Set to OFF for C compilation of host code.

+
+
CUDA_HOST_COMPILER (Default: CMAKE_C_COMPILER)

Set the host compiler to be used by nvcc. Ignored if -ccbin or +--compiler-bindir is already present in the CUDA_NVCC_FLAGS or +CUDA_NVCC_FLAGS_<CONFIG> variables. For Visual Studio targets, +the host compiler is constructed with one or more visual studio macros +such as $(VCInstallDir), that expands out to the path when +the command is run from within VS.

+
+

Added in version 3.13: If the CUDAHOSTCXX environment variable is set it will +be used as the default.

+
+
+
CUDA_NVCC_FLAGS, CUDA_NVCC_FLAGS_<CONFIG>

Additional NVCC command line arguments. NOTE: multiple arguments must be +semi-colon delimited (e.g. --compiler-options;-Wall)

+
+

Added in version 3.6: Contents of these variables may use +generator expressions.

+
+
+
CUDA_PROPAGATE_HOST_FLAGS (Default: ON)

Set to ON to propagate CMAKE_{C,CXX}_FLAGS and their configuration +dependent counterparts (e.g. CMAKE_C_FLAGS_DEBUG) automatically to the +host compiler through nvcc's -Xcompiler flag. This helps make the +generated host code match the rest of the system better. Sometimes +certain flags give nvcc problems, and this will help you turn the flag +propagation off. This does not affect the flags supplied directly to nvcc +via CUDA_NVCC_FLAGS or through the OPTION flags specified through +cuda_add_library(), cuda_add_executable(), or cuda_wrap_srcs(). Flags used for +shared library compilation are not affected by this flag.

+
+
CUDA_SEPARABLE_COMPILATION (Default: OFF)

If set this will enable separable compilation for all CUDA runtime object +files. If used outside of cuda_add_executable() and cuda_add_library() +(e.g. calling cuda_wrap_srcs() directly), +cuda_compute_separable_compilation_object_file_name() and +cuda_link_separable_compilation_objects() should be called.

+
+
CUDA_SOURCE_PROPERTY_FORMAT
+

Added in version 3.3.

+
+

If this source file property is set, it can override the format specified +to cuda_wrap_srcs() (OBJ, PTX, CUBIN, or FATBIN). If an input source file +is not a .cu file, setting this file will cause it to be treated as a .cu +file. See documentation for set_source_files_properties on how to set +this property.

+
+
CUDA_USE_STATIC_CUDA_RUNTIME (Default: ON)
+

Added in version 3.3.

+
+

When enabled the static version of the CUDA runtime library will be used +in CUDA_LIBRARIES. If the version of CUDA configured doesn't support +this option, then it will be silently disabled.

+
+
CUDA_VERBOSE_BUILD (Default: OFF)

Set to ON to see all the commands used when building the CUDA file. When +using a Makefile generator the value defaults to VERBOSE (run +make VERBOSE=1 to see output), although setting CUDA_VERBOSE_BUILD to ON will +always print the output.

+
+
+
+
+

Commands

+

The script creates the following functions and macros (in alphabetical order):

+
cuda_add_cufft_to_target(<cuda_target>)
+
+
+

Adds the cufft library to the target (can be any target). Handles whether +you are in emulation mode or not.

+
cuda_add_cublas_to_target(<cuda_target>)
+
+
+

Adds the cublas library to the target (can be any target). Handles +whether you are in emulation mode or not.

+
cuda_add_executable(<cuda_target> <file>...
+                    [WIN32] [MACOSX_BUNDLE] [EXCLUDE_FROM_ALL] [OPTIONS ...])
+
+
+

Creates an executable <cuda_target> which is made up of the files +specified. All of the non CUDA C files are compiled using the standard +build rules specified by CMake and the CUDA files are compiled to object +files using nvcc and the host compiler. In addition CUDA_INCLUDE_DIRS is +added automatically to include_directories(). Some standard CMake target +calls can be used on the target after calling this macro +(e.g. set_target_properties() and target_link_libraries()), but setting +properties that adjust compilation flags will not affect code compiled by +nvcc. Such flags should be modified before calling cuda_add_executable(), +cuda_add_library() or cuda_wrap_srcs().

+
cuda_add_library(<cuda_target> <file>...
+                 [STATIC | SHARED | MODULE] [EXCLUDE_FROM_ALL] [OPTIONS ...])
+
+
+

Same as cuda_add_executable() except that a library is created.

+
cuda_build_clean_target()
+
+
+

Creates a convenience target that deletes all the dependency files +generated. You should make clean after running this target to ensure the +dependency files get regenerated.

+
cuda_compile(<generated_files> <file>... [STATIC | SHARED | MODULE]
+             [OPTIONS ...])
+
+
+

Returns a list of generated files from the input source files to be used +with add_library() or add_executable().

+
cuda_compile_ptx(<generated_files> <file>... [OPTIONS ...])
+
+
+

Returns a list of PTX files generated from the input source files.

+
cuda_compile_fatbin(<generated_files> <file>... [OPTIONS ...])
+
+
+
+

Added in version 3.1.

+
+

Returns a list of FATBIN files generated from the input source files.

+
cuda_compile_cubin(<generated_files> <file>... [OPTIONS ...])
+
+
+
+

Added in version 3.1.

+
+

Returns a list of CUBIN files generated from the input source files.

+
cuda_compute_separable_compilation_object_file_name(<output_file_var>
+                                                    <cuda_target>
+                                                    <object_files>)
+
+
+

Compute the name of the intermediate link file used for separable +compilation. This file name is typically passed into +CUDA_LINK_SEPARABLE_COMPILATION_OBJECTS. output_file_var is produced +based on cuda_target the list of objects files that need separable +compilation as specified by <object_files>. If the <object_files> list is +empty, then <output_file_var> will be empty. This function is called +automatically for cuda_add_library() and cuda_add_executable(). Note that +this is a function and not a macro.

+
cuda_include_directories(path0 path1 ...)
+
+
+

Sets the directories that should be passed to nvcc +(e.g. nvcc -Ipath0 -Ipath1 ...). These paths usually contain other .cu +files.

+
cuda_link_separable_compilation_objects(<output_file_var> <cuda_target>
+                                        <nvcc_flags> <object_files>)
+
+
+

Generates the link object required by separable compilation from the given +object files. This is called automatically for cuda_add_executable() and +cuda_add_library(), but can be called manually when using cuda_wrap_srcs() +directly. When called from cuda_add_library() or cuda_add_executable() the +<nvcc_flags> passed in are the same as the flags passed in via the OPTIONS +argument. The only nvcc flag added automatically is the bitness flag as +specified by CUDA_64_BIT_DEVICE_CODE. Note that this is a function +instead of a macro.

+
cuda_select_nvcc_arch_flags(<out_variable> [<target_CUDA_architecture> ...])
+
+
+

Selects GPU arch flags for nvcc based on target_CUDA_architecture.

+

Values for target_CUDA_architecture:

+
    +
  • Auto: detects local machine GPU compute arch at runtime.

  • +
  • Common and All: cover common and entire subsets of architectures.

  • +
  • <name>: one of Fermi, Kepler, Maxwell, Kepler+Tegra, Kepler+Tesla, Maxwell+Tegra, Pascal.

  • +
  • <ver>, <ver>(<ver>), <ver>+PTX, where <ver> is one of +2.0, 2.1, 3.0, 3.2, 3.5, 3.7, 5.0, 5.2, 5.3, 6.0, 6.2.

  • +
+

Returns list of flags to be added to CUDA_NVCC_FLAGS in <out_variable>. +Additionally, sets <out_variable>_readable to the resulting numeric list.

+

Example:

+
cuda_select_nvcc_arch_flags(ARCH_FLAGS 3.0 3.5+PTX 5.2(5.0) Maxwell)
+list(APPEND CUDA_NVCC_FLAGS ${ARCH_FLAGS})
+
+
+

More info on CUDA architectures: https://en.wikipedia.org/wiki/CUDA. +Note that this is a function instead of a macro.

+
cuda_wrap_srcs(<cuda_target> <format> <generated_files> <file>...
+               [STATIC | SHARED | MODULE] [OPTIONS ...])
+
+
+

This is where all the magic happens. cuda_add_executable(), +cuda_add_library(), cuda_compile(), and cuda_compile_ptx() all call this +function under the hood.

+

Given the list of files <file>... this macro generates +custom commands that generate either PTX or linkable objects (use PTX or +OBJ for the <format> argument to switch). Files that don't end with .cu +or have the HEADER_FILE_ONLY property are ignored.

+

The arguments passed in after OPTIONS are extra command line options to +give to nvcc. You can also specify per configuration options by +specifying the name of the configuration followed by the options. General +options must precede configuration specific options. Not all +configurations need to be specified, only the ones provided will be used. +For example:

+
cuda_add_executable(...
+  OPTIONS -DFLAG=2 "-DFLAG_OTHER=space in flag"
+  DEBUG -g
+  RELEASE --use_fast_math
+  RELWITHDEBINFO --use_fast_math;-g
+  MINSIZEREL --use_fast_math)
+
+
+

For certain configurations (namely VS generating object files with +CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE set to ON), no generated file will +be produced for the given cuda file. This is because when you add the +cuda file to Visual Studio it knows that this file produces an object file +and will link in the resulting object file automatically.

+

This script will also generate a separate cmake script that is used at +build time to invoke nvcc. This is for several reasons:

+
    +
  • nvcc can return negative numbers as return values which confuses +Visual Studio into thinking that the command succeeded. The script now +checks the error codes and produces errors when there was a problem.

  • +
  • nvcc has been known to not delete incomplete results when it +encounters problems. This confuses build systems into thinking the +target was generated when in fact an unusable file exists. The script +now deletes the output files if there was an error.

  • +
  • By putting all the options that affect the build into a file and then +make the build rule dependent on the file, the output files will be +regenerated when the options change.

  • +
+

This script also looks at optional arguments STATIC, SHARED, or MODULE to +determine when to target the object compilation for a shared library. +BUILD_SHARED_LIBS is ignored in cuda_wrap_srcs(), but it is respected in +cuda_add_library(). On some systems special flags are added for building +objects intended for shared libraries. A preprocessor macro, +<target_name>_EXPORTS is defined when a shared library compilation is +detected.

+

Flags passed into add_definitions with -D or /D are passed along to nvcc.

+
+
+

Result Variables

+

The script defines the following variables:

+
+
CUDA_VERSION_MAJOR

The major version of cuda as reported by nvcc.

+
+
CUDA_VERSION_MINOR

The minor version.

+
+
CUDA_VERSION, CUDA_VERSION_STRING

Full version in the X.Y format.

+
+
CUDA_HAS_FP16
+

Added in version 3.6: Whether a short float (float16, fp16) is supported.

+
+
+
CUDA_TOOLKIT_ROOT_DIR

Path to the CUDA Toolkit (defined if not set).

+
+
CUDA_SDK_ROOT_DIR

Path to the CUDA SDK. Use this to find files in the SDK. This script will +not directly support finding specific libraries or headers, as that isn't +supported by NVIDIA. If you want to change libraries when the path changes +see the FindCUDA.cmake script for an example of how to clear these +variables. There are also examples of how to use the CUDA_SDK_ROOT_DIR +to locate headers or libraries, if you so choose (at your own risk).

+
+
CUDA_INCLUDE_DIRS

Include directory for cuda headers. Added automatically +for cuda_add_executable() and cuda_add_library().

+
+
CUDA_LIBRARIES

Cuda RT library.

+
+
CUDA_CUFFT_LIBRARIES

Device or emulation library for the Cuda FFT implementation (alternative to +cuda_add_cufft_to_target() macro)

+
+
CUDA_CUBLAS_LIBRARIES

Device or emulation library for the Cuda BLAS implementation (alternative to +cuda_add_cublas_to_target() macro).

+
+
CUDA_cudart_static_LIBRARY

Statically linkable cuda runtime library. +Only available for CUDA version 5.5+.

+
+
CUDA_cudadevrt_LIBRARY
+

Added in version 3.7: Device runtime library. Required for separable compilation.

+
+
+
CUDA_cupti_LIBRARY

CUDA Profiling Tools Interface library. +Only available for CUDA version 4.0+.

+
+
CUDA_curand_LIBRARY

CUDA Random Number Generation library. +Only available for CUDA version 3.2+.

+
+
CUDA_cusolver_LIBRARY
+

Added in version 3.2: CUDA Direct Solver library. +Only available for CUDA version 7.0+.

+
+
+
CUDA_cusparse_LIBRARY

CUDA Sparse Matrix library. +Only available for CUDA version 3.2+.

+
+
CUDA_npp_LIBRARY

NVIDIA Performance Primitives lib. +Only available for CUDA version 4.0+.

+
+
CUDA_nppc_LIBRARY

NVIDIA Performance Primitives lib (core). +Only available for CUDA version 5.5+.

+
+
CUDA_nppi_LIBRARY

NVIDIA Performance Primitives lib (image processing). +Only available for CUDA version 5.5 - 8.0.

+
+
CUDA_nppial_LIBRARY

NVIDIA Performance Primitives lib (image processing). +Only available for CUDA version 9.0.

+
+
CUDA_nppicc_LIBRARY

NVIDIA Performance Primitives lib (image processing). +Only available for CUDA version 9.0.

+
+
CUDA_nppicom_LIBRARY

NVIDIA Performance Primitives lib (image processing). +Only available for CUDA version 9.0 - 10.2. +Replaced by nvjpeg.

+
+
CUDA_nppidei_LIBRARY

NVIDIA Performance Primitives lib (image processing). +Only available for CUDA version 9.0.

+
+
CUDA_nppif_LIBRARY

NVIDIA Performance Primitives lib (image processing). +Only available for CUDA version 9.0.

+
+
CUDA_nppig_LIBRARY

NVIDIA Performance Primitives lib (image processing). +Only available for CUDA version 9.0.

+
+
CUDA_nppim_LIBRARY

NVIDIA Performance Primitives lib (image processing). +Only available for CUDA version 9.0.

+
+
CUDA_nppist_LIBRARY

NVIDIA Performance Primitives lib (image processing). +Only available for CUDA version 9.0.

+
+
CUDA_nppisu_LIBRARY

NVIDIA Performance Primitives lib (image processing). +Only available for CUDA version 9.0.

+
+
CUDA_nppitc_LIBRARY

NVIDIA Performance Primitives lib (image processing). +Only available for CUDA version 9.0.

+
+
CUDA_npps_LIBRARY

NVIDIA Performance Primitives lib (signal processing). +Only available for CUDA version 5.5+.

+
+
CUDA_nvcuvenc_LIBRARY

CUDA Video Encoder library. +Only available for CUDA version 3.2+. +Windows only.

+
+
CUDA_nvcuvid_LIBRARY

CUDA Video Decoder library. +Only available for CUDA version 3.2+. +Windows only.

+
+
CUDA_nvToolsExt_LIBRARY
+

Added in version 3.16: NVIDA CUDA Tools Extension library. +Available for CUDA version 5+.

+
+
+
CUDA_OpenCL_LIBRARY
+

Added in version 3.16: NVIDA CUDA OpenCL library. +Available for CUDA version 5+.

+
+
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindCUDAToolkit.html b/cmake/doc/cmake/html/module/FindCUDAToolkit.html new file mode 100644 index 0000000000000000000000000000000000000000..88d917fdadc9b4937dfccdcb5be837eed8335da7 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindCUDAToolkit.html @@ -0,0 +1,673 @@ + + + + + + + + FindCUDAToolkit — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindCUDAToolkit

+
+

Added in version 3.17.

+
+

This script locates the NVIDIA CUDA toolkit and the associated libraries, but +does not require the CUDA language be enabled for a given project. This +module does not search for the NVIDIA CUDA Samples.

+
+

Added in version 3.19: QNX support.

+
+
+

Search Behavior

+

The CUDA Toolkit search behavior uses the following order:

+
    +
  1. If the CUDA language has been enabled we will use the directory +containing the compiler as the first search location for nvcc.

  2. +
  3. If the variable CMAKE_CUDA_COMPILER or +the environment variable CUDACXX is defined, it will be used +as the path to the nvcc executable.

  4. +
  5. If the CUDAToolkit_ROOT cmake configuration variable (e.g., +-DCUDAToolkit_ROOT=/some/path) or environment variable is defined, it +will be searched. If both an environment variable and a +configuration variable are specified, the configuration variable takes +precedence.

    +

    The directory specified here must be such that the executable nvcc or +the appropriate version.txt or version.json file can be found +underneath the specified directory.

    +
  6. +
  7. If the CUDA_PATH environment variable is defined, it will be searched +for nvcc.

  8. +
  9. The user's path is searched for nvcc using find_program(). If +this is found, no subsequent search attempts are performed. Users are +responsible for ensuring that the first nvcc to show up in the path is +the desired path in the event that multiple CUDA Toolkits are installed.

  10. +
  11. On Unix systems, if the symbolic link /usr/local/cuda exists, this is +used. No subsequent search attempts are performed. No default symbolic link +location exists for the Windows platform.

  12. +
  13. The platform specific default install locations are searched. If exactly one +candidate is found, this is used. The default CUDA Toolkit install locations +searched are:

    + + + + + + + + + + + + + + + + + +

    Platform

    Search Pattern

    macOS

    /Developer/NVIDIA/CUDA-X.Y

    Other Unix

    /usr/local/cuda-X.Y

    Windows

    C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\vX.Y

    +

    Where X.Y would be a specific version of the CUDA Toolkit, such as +/usr/local/cuda-9.0 or +C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0

    +
    +

    Note

    +

    When multiple CUDA Toolkits are installed in the default location of a +system (e.g., both /usr/local/cuda-9.0 and /usr/local/cuda-10.0 +exist but the /usr/local/cuda symbolic link does not exist), this +package is marked as not found.

    +

    There are too many factors involved in making an automatic decision in +the presence of multiple CUDA Toolkits being installed. In this +situation, users are encouraged to either (1) set CUDAToolkit_ROOT or +(2) ensure that the correct nvcc executable shows up in $PATH for +find_program() to find.

    +
    +
  14. +
+
+
+

Arguments

+
+
[<version>]

The [<version>] argument requests a version with which the package found +should be compatible. See find_package version format +for more details.

+
+
+
+
+

Options

+
+
REQUIRED

If specified, configuration will error if a suitable CUDA Toolkit is not +found.

+
+
QUIET

If specified, the search for a suitable CUDA Toolkit will not produce any +messages.

+
+
EXACT

If specified, the CUDA Toolkit is considered found only if the exact +VERSION specified is recovered.

+
+
+
+
+

Imported targets

+

An imported target named CUDA::toolkit is provided.

+

This module defines IMPORTED targets for each +of the following libraries that are part of the CUDAToolkit:

+ +
+

CUDA Runtime Library

+

The CUDA Runtime library (cudart) are what most applications will typically +need to link against to make any calls such as cudaMalloc, and cudaFree.

+

Targets Created:

+
    +
  • CUDA::cudart

  • +
  • CUDA::cudart_static

  • +
+
+
+

CUDA Driver Library

+

The CUDA Driver library (cuda) are used by applications that use calls +such as cuMemAlloc, and cuMemFree.

+

Targets Created:

+
    +
  • CUDA::cuda_driver

  • +
+
+
+

cuBLAS

+

The cuBLAS library.

+

Targets Created:

+
    +
  • CUDA::cublas

  • +
  • CUDA::cublas_static

  • +
  • CUDA::cublasLt starting in CUDA 10.1

  • +
  • CUDA::cublasLt_static starting in CUDA 10.1

  • +
+
+
+

cuDLA

+
+

Added in version 3.27.

+
+

The NVIDIA Tegra Deep Learning Accelerator cuDLA library.

+

Targets Created:

+
    +
  • CUDA::cudla starting in CUDA 11.6

  • +
+
+
+

cuFile

+
+

Added in version 3.25.

+
+

The NVIDIA GPUDirect Storage cuFile library.

+

Targets Created:

+
    +
  • CUDA::cuFile starting in CUDA 11.4

  • +
  • CUDA::cuFile_static starting in CUDA 11.4

  • +
  • CUDA::cuFile_rdma starting in CUDA 11.4

  • +
  • CUDA::cuFile_rdma_static starting in CUDA 11.4

  • +
+
+
+

cuFFT

+

The cuFFT library.

+

Targets Created:

+
    +
  • CUDA::cufft

  • +
  • CUDA::cufftw

  • +
  • CUDA::cufft_static

  • +
  • CUDA::cufft_static_nocallback starting in CUDA 9.2, requires CMake 3.23+

  • +
  • CUDA::cufftw_static

  • +
+
+
+

cuRAND

+

The cuRAND library.

+

Targets Created:

+
    +
  • CUDA::curand

  • +
  • CUDA::curand_static

  • +
+
+
+

cuSOLVER

+

The cuSOLVER library.

+

Targets Created:

+
    +
  • CUDA::cusolver

  • +
  • CUDA::cusolver_static

  • +
+
+
+

cuSPARSE

+

The cuSPARSE library.

+

Targets Created:

+
    +
  • CUDA::cusparse

  • +
  • CUDA::cusparse_static

  • +
+
+
+

cupti

+

The NVIDIA CUDA Profiling Tools Interface.

+

Targets Created:

+
    +
  • CUDA::cupti

  • +
  • CUDA::cupti_static

  • +
+
+

Added in version 3.27:

+
    +
  • CUDA::nvperf_host starting in CUDA 10.2

  • +
  • CUDA::nvperf_host_static starting in CUDA 10.2

  • +
  • CUDA::nvperf_target starting in CUDA 10.2

  • +
  • CUDA::pcsamplingutil starting in CUDA 11.3

  • +
+
+
+
+

NPP

+

The NPP libraries.

+

Targets Created:

+
    +
  • nppc:

    +
      +
    • CUDA::nppc

    • +
    • CUDA::nppc_static

    • +
    +
  • +
  • nppial: Arithmetic and logical operation functions in nppi_arithmetic_and_logical_operations.h

    +
      +
    • CUDA::nppial

    • +
    • CUDA::nppial_static

    • +
    +
  • +
  • nppicc: Color conversion and sampling functions in nppi_color_conversion.h

    +
      +
    • CUDA::nppicc

    • +
    • CUDA::nppicc_static

    • +
    +
  • +
  • nppicom: JPEG compression and decompression functions in nppi_compression_functions.h +Removed starting in CUDA 11.0, use nvJPEG instead.

    +
      +
    • CUDA::nppicom

    • +
    • CUDA::nppicom_static

    • +
    +
  • +
  • nppidei: Data exchange and initialization functions in nppi_data_exchange_and_initialization.h

    +
      +
    • CUDA::nppidei

    • +
    • CUDA::nppidei_static

    • +
    +
  • +
  • nppif: Filtering and computer vision functions in nppi_filter_functions.h

    +
      +
    • CUDA::nppif

    • +
    • CUDA::nppif_static

    • +
    +
  • +
  • nppig: Geometry transformation functions found in nppi_geometry_transforms.h

    +
      +
    • CUDA::nppig

    • +
    • CUDA::nppig_static

    • +
    +
  • +
  • nppim: Morphological operation functions found in nppi_morphological_operations.h

    +
      +
    • CUDA::nppim

    • +
    • CUDA::nppim_static

    • +
    +
  • +
  • nppist: Statistics and linear transform in nppi_statistics_functions.h and nppi_linear_transforms.h

    +
      +
    • CUDA::nppist

    • +
    • CUDA::nppist_static

    • +
    +
  • +
  • nppisu: Memory support functions in nppi_support_functions.h

    +
      +
    • CUDA::nppisu

    • +
    • CUDA::nppisu_static

    • +
    +
  • +
  • nppitc: Threshold and compare operation functions in nppi_threshold_and_compare_operations.h

    +
      +
    • CUDA::nppitc

    • +
    • CUDA::nppitc_static

    • +
    +
  • +
  • npps:

    +
      +
    • CUDA::npps

    • +
    • CUDA::npps_static

    • +
    +
  • +
+
+
+

nvBLAS

+

The nvBLAS libraries. +This is a shared library only.

+

Targets Created:

+
    +
  • CUDA::nvblas

  • +
+
+
+

nvGRAPH

+

The nvGRAPH library. +Removed starting in CUDA 11.0

+

Targets Created:

+
    +
  • CUDA::nvgraph

  • +
  • CUDA::nvgraph_static

  • +
+
+
+

nvJPEG

+

The nvJPEG library. +Introduced in CUDA 10.

+

Targets Created:

+
    +
  • CUDA::nvjpeg

  • +
  • CUDA::nvjpeg_static

  • +
+
+
+

nvPTX Compiler

+
+

Added in version 3.25.

+
+

The nvPTX (PTX Compilation) library. +The PTX Compiler APIs are a set of APIs which can be used to compile a PTX program into GPU assembly code. +Introduced in CUDA 11.1 +This is a static library only.

+

Targets Created:

+
    +
  • CUDA::nvptxcompiler_static starting in CUDA 11.1

  • +
+
+
+

nvRTC

+

The nvRTC (Runtime Compilation) library.

+

Targets Created:

+
    +
  • CUDA::nvrtc

  • +
+
+

Added in version 3.26:

+
    +
  • CUDA::nvrtc_builtins

  • +
  • CUDA::nvrtc_static starting in CUDA 11.5

  • +
  • CUDA::nvrtc_builtins_static starting in CUDA 11.5

  • +
+
+
+ +
+

nvFatBin

+
+

Added in version 3.30.

+
+

The nvFatBin (Runtime fatbin creation) library.

+

Targets Created:

+
    +
  • CUDA::nvfatbin starting in CUDA 12.4

  • +
  • CUDA::nvfatbin_static starting in CUDA 12.4

  • +
+
+
+

nvidia-ML

+

The NVIDIA Management Library.

+

Targets Created:

+
    +
  • CUDA::nvml

  • +
  • CUDA::nvml_static starting in CUDA 12.4

  • +
+
+

Added in version 3.31: Added CUDA::nvml_static.

+
+
+
+

nvToolsExt

+
+

Deprecated since version 3.25: With CUDA 10.0+, use nvtx3.

+
+

The NVIDIA Tools Extension. +This is a shared library only.

+

Targets Created:

+
    +
  • CUDA::nvToolsExt

  • +
+
+
+

nvtx3

+
+

Added in version 3.25.

+
+

The header-only NVIDIA Tools Extension Library. +Introduced in CUDA 10.0.

+

Targets created:

+
    +
  • CUDA::nvtx3

  • +
+
+
+

OpenCL

+

The NVIDIA OpenCL Library. +This is a shared library only.

+

Targets Created:

+
    +
  • CUDA::OpenCL

  • +
+
+
+

cuLIBOS

+

The cuLIBOS library is a backend thread abstraction layer library which is +static only. The CUDA::cublas_static, CUDA::cusparse_static, +CUDA::cufft_static, CUDA::curand_static, and (when implemented) NPP +libraries all automatically have this dependency linked.

+

Target Created:

+
    +
  • CUDA::culibos

  • +
+

Note: direct usage of this target by consumers should not be necessary.

+
+
+
+

Result variables

+
+
CUDAToolkit_FOUND

A boolean specifying whether or not the CUDA Toolkit was found.

+
+
CUDAToolkit_VERSION

The exact version of the CUDA Toolkit found (as reported by +nvcc --version, version.txt, or version.json).

+
+
CUDAToolkit_VERSION_MAJOR

The major version of the CUDA Toolkit.

+
+
CUDAToolkit_VERSION_MINOR

The minor version of the CUDA Toolkit.

+
+
CUDAToolkit_VERSION_PATCH

The patch version of the CUDA Toolkit.

+
+
CUDAToolkit_BIN_DIR

The path to the CUDA Toolkit library directory that contains the CUDA +executable nvcc.

+
+
CUDAToolkit_INCLUDE_DIRS

List of paths to all the CUDA Toolkit folders containing header files +required to compile a project linking against CUDA.

+
+
CUDAToolkit_LIBRARY_DIR

The path to the CUDA Toolkit library directory that contains the CUDA +Runtime library cudart.

+
+
CUDAToolkit_LIBRARY_ROOT
+

Added in version 3.18.

+
+

The path to the CUDA Toolkit directory containing the nvvm directory and +either version.txt or version.json.

+
+
CUDAToolkit_TARGET_DIR

The path to the CUDA Toolkit directory including the target architecture +when cross-compiling. When not cross-compiling this will be equivalent to +the parent directory of CUDAToolkit_BIN_DIR.

+
+
CUDAToolkit_NVCC_EXECUTABLE

The path to the NVIDIA CUDA compiler nvcc. Note that this path may +not be the same as +CMAKE_CUDA_COMPILER. nvcc must be +found to determine the CUDA Toolkit version as well as determining other +features of the Toolkit. This variable is set for the convenience of +modules that depend on this one.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindCURL.html b/cmake/doc/cmake/html/module/FindCURL.html new file mode 100644 index 0000000000000000000000000000000000000000..50cba8d27760eed3a4255df07daf03c02f242e71 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindCURL.html @@ -0,0 +1,206 @@ + + + + + + + + FindCURL — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindCURL

+

Find the native CURL headers and libraries.

+
+

Added in version 3.14: This module accept optional COMPONENTS to check supported features and +protocols:

+
+
PROTOCOLS: ICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS LDAP LDAPS POP3
+           POP3S RTMP RTSP SCP SFTP SMB SMBS SMTP SMTPS TELNET TFTP
+FEATURES:  SSL IPv6 UnixSockets libz AsynchDNS IDN GSS-API PSL SPNEGO
+           Kerberos NTLM NTLM_WB TLS-SRP HTTP2 HTTPS-proxy
+
+
+
+

IMPORTED Targets

+
+

Added in version 3.12.

+
+

This module defines IMPORTED target CURL::libcurl, if +curl has been found.

+
+
+

Result Variables

+

This module defines the following variables:

+
+
CURL_FOUND

"True" if curl found.

+
+
CURL_INCLUDE_DIRS

where to find curl/curl.h, etc.

+
+
CURL_LIBRARIES

List of libraries when using curl.

+
+
CURL_VERSION_STRING

The version of curl found.

+
+
+
+

Added in version 3.13: Debug and Release variants are found separately.

+
+
+
+

CURL CMake

+
+

Added in version 3.17.

+
+

If CURL was built using the CMake buildsystem then it provides its own +CURLConfig.cmake file for use with the find_package() command's +config mode. This module looks for this file and, if found, +returns its results with no further action.

+

Set CURL_NO_CURL_CMAKE to ON to disable this search.

+
+
+

Hints

+

CURL_USE_STATIC_LIBS

+
+
+

Added in version 3.28.

+
+

Set to TRUE to use static libraries.

+

This is meaningful only when CURL is not found via its +CMake Package Configuration file.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindCVS.html b/cmake/doc/cmake/html/module/FindCVS.html new file mode 100644 index 0000000000000000000000000000000000000000..8b644dff2ecc54ebae90f6f80d6b15d072a2a2e9 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindCVS.html @@ -0,0 +1,147 @@ + + + + + + + + FindCVS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindCVS

+

Find the Concurrent Versions System (CVS).

+

The module defines the following variables:

+
CVS_EXECUTABLE - path to cvs command line client
+CVS_FOUND - true if the command line client was found
+
+
+

Example usage:

+
find_package(CVS)
+if(CVS_FOUND)
+  message("CVS found: ${CVS_EXECUTABLE}")
+endif()
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindCoin3D.html b/cmake/doc/cmake/html/module/FindCoin3D.html new file mode 100644 index 0000000000000000000000000000000000000000..f58da789c5605be21699a0d629f8a81329ff4b61 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindCoin3D.html @@ -0,0 +1,143 @@ + + + + + + + + FindCoin3D — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindCoin3D

+

Find Coin3D (Open Inventor)

+

Coin3D is an implementation of the Open Inventor API. It provides +data structures and algorithms for 3D visualization.

+

This module defines the following variables

+
COIN3D_FOUND         - system has Coin3D - Open Inventor
+COIN3D_INCLUDE_DIRS  - where the Inventor include directory can be found
+COIN3D_LIBRARIES     - Link to this to use Coin3D
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindCups.html b/cmake/doc/cmake/html/module/FindCups.html new file mode 100644 index 0000000000000000000000000000000000000000..3521647c93a95d487754428998a567825acc9fd5 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindCups.html @@ -0,0 +1,179 @@ + + + + + + + + FindCups — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindCups

+

Find the Common UNIX Printing System (CUPS).

+

Set CUPS_REQUIRE_IPP_DELETE_ATTRIBUTE to TRUE if you need a version which +features this function (i.e. at least 1.1.19)

+
+

Imported targets

+
+

Added in version 3.15.

+
+

This module defines IMPORTED target Cups::Cups, if Cups has +been found.

+
+
+

Result variables

+

This module will set the following variables in your project:

+
+
CUPS_FOUND

true if CUPS headers and libraries were found

+
+
CUPS_INCLUDE_DIRS

the directory containing the Cups headers

+
+
CUPS_LIBRARIES

the libraries to link against to use CUPS.

+
+
CUPS_VERSION_STRING

the version of CUPS found (since CMake 2.8.8)

+
+
+
+
+

Cache variables

+

The following cache variables may also be set:

+
+
CUPS_INCLUDE_DIR

the directory containing the Cups headers

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindCurses.html b/cmake/doc/cmake/html/module/FindCurses.html new file mode 100644 index 0000000000000000000000000000000000000000..55f7d7b3f3280af9332dcdf2fdf8454af001ac0a --- /dev/null +++ b/cmake/doc/cmake/html/module/FindCurses.html @@ -0,0 +1,187 @@ + + + + + + + + FindCurses — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindCurses

+

Find the curses or ncurses include file and library.

+
+

Result Variables

+

This module defines the following variables:

+
+
CURSES_FOUND

True if Curses is found.

+
+
CURSES_INCLUDE_DIRS

The include directories needed to use Curses.

+
+
CURSES_LIBRARIES

The libraries needed to use Curses.

+
+
CURSES_CFLAGS
+

Added in version 3.16.

+
+

Parameters which ought be given to C/C++ compilers when using Curses.

+
+
CURSES_HAVE_CURSES_H

True if curses.h is available.

+
+
CURSES_HAVE_NCURSES_H

True if ncurses.h is available.

+
+
CURSES_HAVE_NCURSES_NCURSES_H

True if ncurses/ncurses.h is available.

+
+
CURSES_HAVE_NCURSES_CURSES_H

True if ncurses/curses.h is available.

+
+
+

Set CURSES_NEED_NCURSES to TRUE before the +find_package(Curses) call if NCurses functionality is required.

+
+

Added in version 3.10: Set CURSES_NEED_WIDE to TRUE before the +find_package(Curses) call if unicode functionality is required.

+
+
+
+

Backward Compatibility

+

The following variable are provided for backward compatibility:

+
+
CURSES_INCLUDE_DIR

Path to Curses include. Use CURSES_INCLUDE_DIRS instead.

+
+
CURSES_LIBRARY

Path to Curses library. Use CURSES_LIBRARIES instead.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindCxxTest.html b/cmake/doc/cmake/html/module/FindCxxTest.html new file mode 100644 index 0000000000000000000000000000000000000000..860391cd9e933d371084b529aa340b83b13481c0 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindCxxTest.html @@ -0,0 +1,254 @@ + + + + + + + + FindCxxTest — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindCxxTest

+

Find CxxTest unit testing framework.

+

Find the CxxTest suite and declare a helper macro for creating +unit tests and integrating them with CTest.

+
+

Input Variables

+
+
CXXTEST_USE_PYTHON
+

Deprecated since version 1.3.

+
+

Only used in the case both Python & Perl +are detected on the system to control +which CxxTest code generator is used. +Valid only for CxxTest version 3.

+

In older versions of this Find Module, +this variable controlled if the Python test +generator was used instead of the Perl one, +regardless of which scripting language the +user had installed.

+
+
CXXTEST_TESTGEN_ARGS
+

Added in version 2.8.3.

+
+

Specify a list of options to pass to the CxxTest code +generator. If not defined, --error-printer is passed.

+
+
+
+
+

Result Variables

+
+
CXXTEST_FOUND

True if the CxxTest framework was found

+
+
CXXTEST_INCLUDE_DIRS

Where to find the CxxTest include directory

+
+
CXXTEST_PERL_TESTGEN_EXECUTABLE

The perl-based test generator

+
+
CXXTEST_PYTHON_TESTGEN_EXECUTABLE

The python-based test generator

+
+
CXXTEST_TESTGEN_EXECUTABLE
+

Added in version 2.8.3.

+
+

The test generator that is actually used (chosen using user preferences +and interpreters found in the system)

+
+
CXXTEST_TESTGEN_INTERPRETER
+

Added in version 2.8.3.

+
+

The full path to the Perl or Python executable on the system, on +platforms where the script cannot be executed using its shebang line.

+
+
+
+
+

Module Commands

+
+
+cxxtest_add_test
+

Create a CxxTest runner and adds it to the CTest testing suite:

+
CXXTEST_ADD_TEST(<test_name> <gen_source_file>
+                 <input_files_to_testgen>...)
+
+
+

Parameters:

+
+
test_name

The name of the test

+
+
gen_source_file

The generated source filename to be generated by CxxTest

+
+
input_files_to_testgen

The list of header files containing the CxxTest::TestSuite's +to be included in this runner

+
+
+
+ +
+
+

Example Usage

+

The following example, if CxxTest is found, will:

+
    +
  • Invoke the testgen executable to autogenerate foo_test.cc in the +binary tree from "foo_test.h" in the current source directory.

  • +
  • Create an executable and test called unittest_foo.

  • +
+
find_package(CxxTest)
+if(CXXTEST_FOUND)
+  include_directories(${CXXTEST_INCLUDE_DIR})
+  enable_testing()
+  CXXTEST_ADD_TEST(unittest_foo foo_test.cc
+                   ${CMAKE_CURRENT_SOURCE_DIR}/foo_test.h)
+  target_link_libraries(unittest_foo foo) # as needed
+endif()
+
+
+

foo_test.h contains:

+
#include <cxxtest/TestSuite.h>
+class MyTestSuite : public CxxTest::TestSuite
+{
+public:
+   void testAddition( void )
+   {
+      TS_ASSERT( 1 + 1 > 1 );
+      TS_ASSERT_EQUALS( 1 + 1, 2 );
+   }
+};
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindCygwin.html b/cmake/doc/cmake/html/module/FindCygwin.html new file mode 100644 index 0000000000000000000000000000000000000000..5b01ca2f5e825486305a7a7f08a8951d3820d6ed --- /dev/null +++ b/cmake/doc/cmake/html/module/FindCygwin.html @@ -0,0 +1,136 @@ + + + + + + + + FindCygwin — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindCygwin

+

Find Cygwin, a POSIX-compatible environment that runs natively +on Microsoft Windows

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindDCMTK.html b/cmake/doc/cmake/html/module/FindDCMTK.html new file mode 100644 index 0000000000000000000000000000000000000000..e4898b953103d00a4d484e8b581b6f5060987eae --- /dev/null +++ b/cmake/doc/cmake/html/module/FindDCMTK.html @@ -0,0 +1,236 @@ + + + + + + + + FindDCMTK — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindDCMTK

+

Find DICOM ToolKit (DCMTK) libraries and applications

+

The module defines the following variables:

+
DCMTK_INCLUDE_DIRS  - Directories to include to use DCMTK
+DCMTK_LIBRARIES     - Files to link against to use DCMTK
+DCMTK_FOUND         - If false, don't try to use DCMTK
+DCMTK_DIR           - (optional) Source directory for DCMTK
+
+
+
+

Compatibility

+

This module is able to find a version of DCMTK that does or does not export +a DCMTKConfig.cmake file. It applies a two step process:

+
    +
  • Step 1: Attempt to find DCMTK version providing a DCMTKConfig.cmake file.

  • +
  • Step 2: If step 1 failed, rely on FindDCMTK.cmake to set DCMTK_* +variables details below.

  • +
+

Recent DCMTK +provides a DCMTKConfig.cmake package configuration file. To exclusively use the package configuration file +(recommended when possible), pass the NO_MODULE option to +find_package(). For example, find_package(DCMTK NO_MODULE). +This requires official DCMTK snapshot 3.6.1_20140617 or newer.

+

Until all clients update to the more recent DCMTK, build systems will need +to support different versions of DCMTK.

+

On any given system, the following combinations of DCMTK versions could be +considered:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

SYSTEM DCMTK

LOCAL DCMTK

Supported ?

Case A

NA

[ ] DCMTKConfig

YES

Case B

NA

[X] DCMTKConfig

YES

Case C

[ ] DCMTKConfig

NA

YES

Case D

[X] DCMTKConfig

NA

YES

Case E

[ ] DCMTKConfig

[ ] DCMTKConfig

YES (*)

Case F

[X] DCMTKConfig

[ ] DCMTKConfig

NO

Case G

[ ] DCMTKConfig

[X] DCMTKConfig

YES

Case H

[X] DCMTKConfig

[X] DCMTKConfig

YES

+
+

(*) See Troubleshooting section.

+
+

Legend:

+
+

NA ...............: Means that no System or Local DCMTK is available

+

[ ] DCMTKConfig ..: Means that the version of DCMTK does NOT export a DCMTKConfig.cmake file.

+

[X] DCMTKConfig ..: Means that the version of DCMTK exports a DCMTKConfig.cmake file.

+
+
+
+

Troubleshooting

+

What to do if my project finds a different version of DCMTK?

+

Remove DCMTK entry from the CMake cache per find_package() +documentation.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindDart.html b/cmake/doc/cmake/html/module/FindDart.html new file mode 100644 index 0000000000000000000000000000000000000000..fa004207a456b5c58ca8c2a23c554c9057994591 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindDart.html @@ -0,0 +1,140 @@ + + + + + + + + FindDart — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindDart

+
+

Deprecated since version 3.27: This module is available only if policy CMP0145 is not set to NEW.

+
+

Find DART

+

This module looks for the dart testing software and sets DART_ROOT to +point to where it found it.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindDevIL.html b/cmake/doc/cmake/html/module/FindDevIL.html new file mode 100644 index 0000000000000000000000000000000000000000..17892ea7e7e7ac24232082a216302c8db0f9e042 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindDevIL.html @@ -0,0 +1,194 @@ + + + + + + + + FindDevIL — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindDevIL

+

This module locates the Developer's Image Library, +DevIL.

+
+

IMPORTED Targets

+
+

Added in version 3.21.

+
+

This module defines the IMPORTED targets:

+
+
DevIL::IL

Defined if the system has DevIL.

+
+
DevIL::ILU

Defined if the system has DevIL Utilities.

+
+
DevIL::ILUT

Defined if the system has DevIL Utility Toolkit.

+
+
+
+
+

Result Variables

+

This module sets:

+
+
IL_LIBRARIES

The name of the IL library. These include the full path to +the core DevIL library. This one has to be linked into the +application.

+
+
ILU_LIBRARIES

The name of the ILU library. Again, the full path. This +library is for filters and effects, not actual loading. It +doesn't have to be linked if the functionality it provides +is not used.

+
+
ILUT_LIBRARIES

The name of the ILUT library. Full path. This part of the +library interfaces with OpenGL. It is not strictly needed +in applications.

+
+
IL_INCLUDE_DIR

where to find the il.h, ilu.h and ilut.h files.

+
+
DevIL_FOUND

This is set to TRUE if all the above variables were set. +This will be set to false if ILU or ILUT are not found, +even if they are not needed. In most systems, if one +library is found all the others are as well. That's the +way the DevIL developers release it.

+
+
DevIL_ILUT_FOUND
+

Added in version 3.21.

+
+

This is set to TRUE if the ILUT library is found.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindDoxygen.html b/cmake/doc/cmake/html/module/FindDoxygen.html new file mode 100644 index 0000000000000000000000000000000000000000..6de4a066834247dfa0534d22e61f5a7395ddb5e4 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindDoxygen.html @@ -0,0 +1,558 @@ + + + + + + + + FindDoxygen — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindDoxygen

+

Doxygen is a documentation generation tool (see https://www.doxygen.nl). +This module looks for Doxygen and some optional tools it supports:

+
+
dot

Graphviz dot utility used to render various +graphs.

+
+
mscgen

Message Chart Generator utility used +by Doxygen's \msc and \mscfile commands.

+
+
dia

Dia the diagram editor used by Doxygen's +\diafile command.

+
+
+
+

Added in version 3.9: These tools are available as components in the find_package() command. +For example:

+
+
# Require dot, treat the other components as optional
+find_package(Doxygen
+             REQUIRED dot
+             OPTIONAL_COMPONENTS mscgen dia)
+
+
+

The following variables are defined by this module:

+
+
+DOXYGEN_FOUND
+

True if the doxygen executable was found.

+
+ +
+
+DOXYGEN_VERSION
+

The version reported by doxygen --version.

+
+ +
+

Added in version 3.9: The module defines IMPORTED targets for Doxygen and each component found. +These can be used as part of custom commands, etc. and should be preferred over +old-style (and now deprecated) variables like DOXYGEN_EXECUTABLE. The +following import targets are defined if their corresponding executable could be +found (the component import targets will only be defined if that component was +requested):

+
+
Doxygen::doxygen
+Doxygen::dot
+Doxygen::mscgen
+Doxygen::dia
+
+
+
+

Functions

+
+
+doxygen_add_docs
+
+

Added in version 3.9.

+
+

This function is intended as a convenience for adding a target for generating +documentation with Doxygen. It aims to provide sensible defaults so that +projects can generally just provide the input files and directories and that +will be sufficient to give sensible results. The function supports the +ability to customize the Doxygen configuration used to build the +documentation.

+
doxygen_add_docs(targetName
+    [filesOrDirs...]
+    [ALL]
+    [USE_STAMP_FILE]
+    [WORKING_DIRECTORY dir]
+    [COMMENT comment]
+    [CONFIG_FILE filename])
+
+
+

The function constructs a Doxyfile and defines a custom target that runs +Doxygen on that generated file. The listed files and directories are used as +the INPUT of the generated Doxyfile and they can contain wildcards. +Any files that are listed explicitly will also be added as SOURCES of the +custom target so they will show up in an IDE project's source list.

+

So that relative input paths work as expected, by default the working +directory of the Doxygen command will be the current source directory (i.e. +CMAKE_CURRENT_SOURCE_DIR). This can be overridden with the +WORKING_DIRECTORY option to change the directory used as the relative +base point. Note also that Doxygen's default behavior is to strip the working +directory from relative paths in the generated documentation (see the +STRIP_FROM_PATH Doxygen config option for details).

+

If provided, the optional comment will be passed as the COMMENT for +the add_custom_target() command used to create the custom target +internally.

+
+

Added in version 3.27: If CONFIG_FILE is set, the given file provided with full-path +will be used as doxygen configuration file

+
+
+

Added in version 3.12: If ALL is set, the target will be added to the default build target.

+
+
+

Added in version 3.16: If USE_STAMP_FILE is set, the custom command defined by this function will +create a stamp file with the name <targetName>.stamp in the current +binary directory whenever doxygen is re-run. With this option present, all +items in <filesOrDirs> must be files (i.e. no directories, symlinks or +wildcards) and each of the files must exist at the time +doxygen_add_docs() is called. An error will be raised if any of the +items listed is missing or is not a file when USE_STAMP_FILE is given. +A dependency will be created on each of the files so that doxygen will only +be re-run if one of the files is updated. Without the USE_STAMP_FILE +option, doxygen will always be re-run if the <targetName> target is built +regardless of whether anything listed in <filesOrDirs> has changed.

+
+

The contents of the generated Doxyfile can be customized by setting CMake +variables before calling doxygen_add_docs(). Any variable with a name of +the form DOXYGEN_<tag> will have its value substituted for the +corresponding <tag> configuration option in the Doxyfile. See the +Doxygen documentation for the +full list of supported configuration options.

+

Some of Doxygen's defaults are overridden to provide more appropriate +behavior for a CMake project. Each of the following will be explicitly set +unless the variable already has a value before doxygen_add_docs() is +called (with some exceptions noted):

+
+
+DOXYGEN_HAVE_DOT
+

Set to YES if the dot component was requested and it was found, +NO otherwise. Any existing value of DOXYGEN_HAVE_DOT is ignored.

+
+ +
+
+DOXYGEN_DOT_MULTI_TARGETS
+

Set to YES by this module (note that this requires a dot version +newer than 1.8.10). This option is only meaningful if DOXYGEN_HAVE_DOT +is also set to YES.

+
+ +
+
+DOXYGEN_GENERATE_LATEX
+

Set to NO by this module.

+
+ +
+
+DOXYGEN_WARN_FORMAT
+

For Visual Studio based generators, this is set to the form recognized by +the Visual Studio IDE: $file($line) : $text. For all other generators, +Doxygen's default value is not overridden.

+
+ +
+
+DOXYGEN_PROJECT_NAME
+

Populated with the name of the current project (i.e. +PROJECT_NAME).

+
+ +
+
+DOXYGEN_PROJECT_NUMBER
+

Populated with the version of the current project (i.e. +PROJECT_VERSION).

+
+ +
+
+DOXYGEN_PROJECT_BRIEF
+

Populated with the description of the current project (i.e. +PROJECT_DESCRIPTION).

+
+ +
+
+DOXYGEN_INPUT
+

Projects should not set this variable. It will be populated with the set of +files and directories passed to doxygen_add_docs(), thereby providing +consistent behavior with the other built-in commands like +add_executable(), add_library() and +add_custom_target(). If a variable named DOXYGEN_INPUT is set +by the project, it will be ignored and a warning will be issued.

+
+ +
+
+DOXYGEN_RECURSIVE
+

Set to YES by this module.

+
+ +
+
+DOXYGEN_EXCLUDE_PATTERNS
+

If the set of inputs includes directories, this variable will specify +patterns used to exclude files from them. The following patterns are added +by doxygen_add_docs() to ensure CMake-specific files and directories +are not included in the input. If the project sets +DOXYGEN_EXCLUDE_PATTERNS, those contents are merged with these +additional patterns rather than replacing them:

+
*/.git/*
+*/.svn/*
+*/.hg/*
+*/CMakeFiles/*
+*/_CPack_Packages/*
+DartConfiguration.tcl
+CMakeLists.txt
+CMakeCache.txt
+
+
+
+ +
+
+DOXYGEN_OUTPUT_DIRECTORY
+

Set to CMAKE_CURRENT_BINARY_DIR by this module. Note that if +the project provides its own value for this and it is a relative path, it +will be converted to an absolute path relative to the current binary +directory. This is necessary because doxygen will normally be run from a +directory within the source tree so that relative source paths work as +expected. If this directory does not exist, it will be recursively created +prior to executing the doxygen commands.

+
+ +
+ +

To change any of these defaults or override any other Doxygen config option, +set relevant variables before calling doxygen_add_docs(). For example:

+
+
set(DOXYGEN_GENERATE_HTML NO)
+set(DOXYGEN_GENERATE_MAN YES)
+
+doxygen_add_docs(
+    doxygen
+    ${PROJECT_SOURCE_DIR}
+    COMMENT "Generate man pages"
+)
+
+
+
+

A number of Doxygen config options accept lists of values, but Doxygen requires +them to be separated by whitespace. CMake variables hold lists as a string with +items separated by semi-colons, so a conversion needs to be performed. The +doxygen_add_docs() command specifically checks the following Doxygen config +options and will convert their associated CMake variable's contents into the +required form if set. CMake variables are named DOXYGEN_<name> for the +Doxygen settings specified here.

+
ABBREVIATE_BRIEF
+ALIASES
+CITE_BIB_FILES
+DIAFILE_DIRS
+DOTFILE_DIRS
+DOT_FONTPATH
+ENABLED_SECTIONS
+EXAMPLE_PATH
+EXAMPLE_PATTERNS
+EXCLUDE
+EXCLUDE_PATTERNS
+EXCLUDE_SYMBOLS
+EXPAND_AS_DEFINED
+EXTENSION_MAPPING
+EXTRA_PACKAGES
+EXTRA_SEARCH_MAPPINGS
+FILE_PATTERNS
+FILTER_PATTERNS
+FILTER_SOURCE_PATTERNS
+HTML_EXTRA_FILES
+HTML_EXTRA_STYLESHEET
+IGNORE_PREFIX
+IMAGE_PATH
+INCLUDE_FILE_PATTERNS
+INCLUDE_PATH
+INPUT
+LATEX_EXTRA_FILES
+LATEX_EXTRA_STYLESHEET
+MATHJAX_EXTENSIONS
+MSCFILE_DIRS
+PLANTUML_INCLUDE_PATH
+PREDEFINED
+QHP_CUST_FILTER_ATTRS
+QHP_SECT_FILTER_ATTRS
+STRIP_FROM_INC_PATH
+STRIP_FROM_PATH
+TAGFILES
+TCL_SUBST
+
+
+

The following single value Doxygen options will be quoted automatically +if they contain at least one space:

+
CHM_FILE
+DIA_PATH
+DOCBOOK_OUTPUT
+DOCSET_FEEDNAME
+DOCSET_PUBLISHER_NAME
+DOT_FONTNAME
+DOT_PATH
+EXTERNAL_SEARCH_ID
+FILE_VERSION_FILTER
+GENERATE_TAGFILE
+HHC_LOCATION
+HTML_FOOTER
+HTML_HEADER
+HTML_OUTPUT
+HTML_STYLESHEET
+INPUT_FILTER
+LATEX_FOOTER
+LATEX_HEADER
+LATEX_OUTPUT
+LAYOUT_FILE
+MAN_OUTPUT
+MAN_SUBDIR
+MATHJAX_CODEFILE
+MSCGEN_PATH
+OUTPUT_DIRECTORY
+PERL_PATH
+PLANTUML_JAR_PATH
+PROJECT_BRIEF
+PROJECT_LOGO
+PROJECT_NAME
+QCH_FILE
+QHG_LOCATION
+QHP_CUST_FILTER_NAME
+QHP_VIRTUAL_FOLDER
+RTF_EXTENSIONS_FILE
+RTF_OUTPUT
+RTF_STYLESHEET_FILE
+SEARCHDATA_FILE
+USE_MDFILE_AS_MAINPAGE
+WARN_FORMAT
+WARN_LOGFILE
+XML_OUTPUT
+
+
+
+

Added in version 3.11: There are situations where it may be undesirable for a particular config option +to be automatically quoted by doxygen_add_docs(), such as ALIASES which +may need to include its own embedded quoting. The DOXYGEN_VERBATIM_VARS +variable can be used to specify a list of Doxygen variables (including the +leading DOXYGEN_ prefix) which should not be quoted. The project is then +responsible for ensuring that those variables' values make sense when placed +directly in the Doxygen input file. In the case of list variables, list items +are still separated by spaces, it is only the automatic quoting that is +skipped. For example, the following allows doxygen_add_docs() to apply +quoting to DOXYGEN_PROJECT_BRIEF, but not each item in the +DOXYGEN_ALIASES list (bracket syntax can also +be used to make working with embedded quotes easier):

+
+
set(DOXYGEN_PROJECT_BRIEF "String with spaces")
+set(DOXYGEN_ALIASES
+    [[somealias="@some_command param"]]
+    "anotherAlias=@foobar"
+)
+set(DOXYGEN_VERBATIM_VARS DOXYGEN_ALIASES)
+
+
+

The resultant Doxyfile will contain the following lines:

+
PROJECT_BRIEF = "String with spaces"
+ALIASES       = somealias="@some_command param" anotherAlias=@foobar
+
+
+
+
+

Deprecated Result Variables

+
+

Deprecated since version 3.9.

+
+

For compatibility with previous versions of CMake, the following variables +are also defined but they are deprecated and should no longer be used:

+
+
+DOXYGEN_EXECUTABLE
+

The path to the doxygen command. If projects need to refer to the +doxygen executable directly, they should use the Doxygen::doxygen +import target instead.

+
+ +
+
+DOXYGEN_DOT_FOUND
+

True if the dot executable was found.

+
+ +
+
+DOXYGEN_DOT_EXECUTABLE
+

The path to the dot command. If projects need to refer to the dot +executable directly, they should use the Doxygen::dot import target +instead.

+
+ +
+
+DOXYGEN_DOT_PATH
+

The path to the directory containing the dot executable as reported in +DOXYGEN_DOT_EXECUTABLE. The path may have forward slashes even on Windows +and is not suitable for direct substitution into a Doxyfile.in template. +If you need this value, get the IMPORTED_LOCATION property of the +Doxygen::dot target and use get_filename_component() to extract +the directory part of that path. You may also want to consider using +file(TO_NATIVE_PATH) to prepare the path for a Doxygen +configuration file.

+
+ +
+
+

Deprecated Hint Variables

+
+

Deprecated since version 3.9.

+
+
+
+DOXYGEN_SKIP_DOT
+

This variable has no effect for the component form of find_package. +In backward compatibility mode (i.e. without components list) it prevents +the finder module from searching for Graphviz's dot utility.

+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindEXPAT.html b/cmake/doc/cmake/html/module/FindEXPAT.html new file mode 100644 index 0000000000000000000000000000000000000000..e24a818674c2b8e5b10882310c17c8410fa16c5f --- /dev/null +++ b/cmake/doc/cmake/html/module/FindEXPAT.html @@ -0,0 +1,184 @@ + + + + + + + + FindEXPAT — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindEXPAT

+

Find the native Expat headers and library. +Expat is a stream-oriented XML parser library written in C.

+
+

Imported Targets

+
+

Added in version 3.10.

+
+

This module defines the following IMPORTED targets:

+
+
EXPAT::EXPAT

The Expat expat library, if found.

+
+
+
+
+

Result Variables

+

This module will set the following variables in your project:

+
+
EXPAT_INCLUDE_DIRS

where to find expat.h, etc.

+
+
EXPAT_LIBRARIES

the libraries to link against to use Expat.

+
+
EXPAT_FOUND

true if the Expat headers and libraries were found.

+
+
+
+
+

Hints

+

EXPAT_USE_STATIC_LIBS

+
+
+

Added in version 3.28.

+
+

Set to TRUE to use static libraries.

+
+

Added in version 3.31: Implemented on non-Windows platforms.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindEnvModules.html b/cmake/doc/cmake/html/module/FindEnvModules.html new file mode 100644 index 0000000000000000000000000000000000000000..18e5bb894e4af2f4bfcd5526f8a6e3a4a279f06b --- /dev/null +++ b/cmake/doc/cmake/html/module/FindEnvModules.html @@ -0,0 +1,288 @@ + + + + + + + + FindEnvModules — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindEnvModules

+
+

Added in version 3.15.

+
+

Locate an environment module implementation and make commands available to +CMake scripts to use them. This is compatible with both Lua-based Lmod +and TCL-based EnvironmentModules.

+

This module is intended for the use case of setting up the compiler and library +environment within a CTest Script (ctest -S). It can +also be used in a CMake Script (cmake -P).

+
+

Note

+

The loaded environment will not survive past the end of the calling process. +Do not use this module in project code (CMakeLists.txt files) to load +a compiler environment; it will not be available during the build. Instead +load the environment manually before running CMake or using the generated +build system.

+
+
+

Example Usage

+
set(CTEST_BUILD_NAME "CrayLinux-CrayPE-Cray-dynamic")
+set(CTEST_BUILD_CONFIGURATION Release)
+set(CTEST_BUILD_FLAGS "-k -j8")
+set(CTEST_CMAKE_GENERATOR "Unix Makefiles")
+
+...
+
+find_package(EnvModules REQUIRED)
+
+env_module(purge)
+env_module(load modules)
+env_module(load craype)
+env_module(load PrgEnv-cray)
+env_module(load craype-knl)
+env_module(load cray-mpich)
+env_module(load cray-libsci)
+
+set(ENV{CRAYPE_LINK_TYPE} dynamic)
+
+...
+
+
+
+
+

Result Variables

+

This module will set the following variables in your project:

+
+
EnvModules_FOUND

True if a compatible environment modules framework was found.

+
+
+
+
+

Cache Variables

+

The following cache variable will be set:

+
+
EnvModules_COMMAND

The low level module command to use. Currently supported +implementations are the Lua based Lmod and TCL based EnvironmentModules.

+
+
+
+
+

Environment Variables

+
+
ENV{MODULESHOME}

Usually set by the module environment implementation, used as a hint to +locate the module command to execute.

+
+
+
+
+

Provided Functions

+

This defines the following CMake functions for interacting with environment +modules:

+
+
+env_module
+

Execute an arbitrary module command:

+
env_module(cmd arg1 ... argN)
+env_module(
+  COMMAND cmd arg1 ... argN
+  [OUTPUT_VARIABLE <out-var>]
+  [RESULT_VARIABLE <ret-var>]
+)
+
+
+

The options are:

+
+
cmd arg1 ... argN

The module sub-command and arguments to execute as if they were +passed directly to the module command in your shell environment.

+
+
OUTPUT_VARIABLE <out-var>

The standard output from executing the module command.

+
+
RESULT_VARIABLE <ret-var>

The return code from executing the module command.

+
+
+
+ +
+
+env_module_swap
+

Swap one module for another:

+
env_module_swap(out_mod in_mod
+  [OUTPUT_VARIABLE <out-var>]
+  [RESULT_VARIABLE <ret-var>]
+)
+
+
+

This is functionally equivalent to the module swap out_mod in_mod shell +command. The options are:

+
+
OUTPUT_VARIABLE <out-var>

The standard output from executing the module command.

+
+
RESULT_VARIABLE <ret-var>

The return code from executing the module command.

+
+
+
+ +
+
+env_module_list
+

Retrieve the list of currently loaded modules:

+
env_module_list(<out-var>)
+
+
+

This is functionally equivalent to the module list shell command. +The result is stored in <out-var> as a properly formatted CMake +semicolon-separated list variable.

+
+ +
+
+env_module_avail
+

Retrieve the list of available modules:

+
env_module_avail([<mod-prefix>] <out-var>)
+
+
+

This is functionally equivalent to the module avail <mod-prefix> shell +command. The result is stored in <out-var> as a properly formatted +CMake semicolon-separated list variable.

+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindFLEX.html b/cmake/doc/cmake/html/module/FindFLEX.html new file mode 100644 index 0000000000000000000000000000000000000000..a96a96077e41a40f31c337b8321baad41da6121c --- /dev/null +++ b/cmake/doc/cmake/html/module/FindFLEX.html @@ -0,0 +1,206 @@ + + + + + + + + FindFLEX — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindFLEX

+

Find Fast Lexical Analyzer (Flex) executable and provides a macro +to generate custom build rules

+

The module defines the following variables:

+
FLEX_FOUND - True is flex executable is found
+FLEX_EXECUTABLE - the path to the flex executable
+FLEX_VERSION - the version of flex
+FLEX_LIBRARIES - The flex libraries
+FLEX_INCLUDE_DIRS - The path to the flex headers
+
+
+

The minimum required version of flex can be specified using the +standard syntax, e.g. find_package(FLEX 2.5.13)

+

If flex is found on the system, the module provides the macro:

+
FLEX_TARGET(Name FlexInput FlexOutput
+            [COMPILE_FLAGS <string>]
+            [DEFINES_FILE <string>]
+            )
+
+
+

which creates a custom command to generate the FlexOutput file from +the FlexInput file. Name is an alias used to get details of this custom +command. If COMPILE_FLAGS option is specified, the next +parameter is added to the flex command line.

+
+

Added in version 3.5: If flex is configured to +output a header file, the DEFINES_FILE option may be used to specify its +name.

+
+
+

Changed in version 3.17: When CMP0098 is set to NEW, flex runs in the +CMAKE_CURRENT_BINARY_DIR directory.

+
+

The macro defines the following variables:

+
FLEX_${Name}_DEFINED - true is the macro ran successfully
+FLEX_${Name}_OUTPUTS - the source file generated by the custom rule, an
+alias for FlexOutput
+FLEX_${Name}_INPUT - the flex source file, an alias for ${FlexInput}
+FLEX_${Name}_OUTPUT_HEADER - the header flex output, if any.
+
+
+

Flex scanners often use tokens defined by Bison: the code generated +by Flex depends of the header generated by Bison. This module also +defines a macro:

+
ADD_FLEX_BISON_DEPENDENCY(FlexTarget BisonTarget)
+
+
+

which adds the required dependency between a scanner and a parser +where FlexTarget and BisonTarget are the first parameters of +respectively FLEX_TARGET and BISON_TARGET macros.

+
====================================================================
+Example:
+
+
+
find_package(BISON)
+find_package(FLEX)
+
+
+
BISON_TARGET(MyParser parser.y ${CMAKE_CURRENT_BINARY_DIR}/parser.cpp)
+FLEX_TARGET(MyScanner lexer.l  ${CMAKE_CURRENT_BINARY_DIR}/lexer.cpp)
+ADD_FLEX_BISON_DEPENDENCY(MyScanner MyParser)
+
+
+
 include_directories(${CMAKE_CURRENT_BINARY_DIR})
+ add_executable(Foo
+    Foo.cc
+    ${BISON_MyParser_OUTPUTS}
+    ${FLEX_MyScanner_OUTPUTS}
+ )
+ target_link_libraries(Foo ${FLEX_LIBRARIES})
+====================================================================
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindFLTK.html b/cmake/doc/cmake/html/module/FindFLTK.html new file mode 100644 index 0000000000000000000000000000000000000000..ffc2c22c777c05cb01f7335d2a2526d039d7a85b --- /dev/null +++ b/cmake/doc/cmake/html/module/FindFLTK.html @@ -0,0 +1,209 @@ + + + + + + + + FindFLTK — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindFLTK

+

Find the Fast Light Toolkit (FLTK) library

+
+

Input Variables

+

By default this module will search for all of the FLTK components and +add them to the FLTK_LIBRARIES variable. You can limit the components +which get placed in FLTK_LIBRARIES by defining one or more of the +following three options:

+
+
FLTK_SKIP_OPENGL

Set to true to disable searching for the FLTK GL library

+
+
FLTK_SKIP_FORMS

Set to true to disable searching for the FLTK Forms library

+
+
FLTK_SKIP_IMAGES

Set to true to disable searching for the FLTK Images library

+
+
+

FLTK is composed also by a binary tool. You can set the following option:

+
+
FLTK_SKIP_FLUID

Set to true to not look for the FLUID binary

+
+
+
+
+

Result Variables

+

The following variables will be defined:

+
+
FLTK_FOUND

True if all components not skipped were found

+
+
FLTK_INCLUDE_DIR

Path to the include directory for FLTK header files

+
+
FLTK_LIBRARIES

List of the FLTK libraries found

+
+
FLTK_FLUID_EXECUTABLE

Path to the FLUID binary tool

+
+
FLTK_WRAP_UI

True if FLUID is found, used to enable the FLTK_WRAP_UI command

+
+
+
+
+

Cache Variables

+

The following cache variables are also available to set or use:

+
+
FLTK_BASE_LIBRARY_RELEASE

The FLTK base library (optimized)

+
+
FLTK_BASE_LIBRARY_DEBUG

The FLTK base library (debug)

+
+
FLTK_GL_LIBRARY_RELEASE

The FLTK GL library (optimized)

+
+
FLTK_GL_LIBRARY_DEBUG

The FLTK GL library (debug)

+
+
FLTK_FORMS_LIBRARY_RELEASE

The FLTK Forms library (optimized)

+
+
FLTK_FORMS_LIBRARY_DEBUG

The FLTK Forms library (debug)

+
+
FLTK_IMAGES_LIBRARY_RELEASE

The FLTK Images protobuf library (optimized)

+
+
FLTK_IMAGES_LIBRARY_DEBUG

The FLTK Images library (debug)

+
+
+
+

Added in version 3.11: Debug and Release variants are found separately and use per-configuration +variables.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindFLTK2.html b/cmake/doc/cmake/html/module/FindFLTK2.html new file mode 100644 index 0000000000000000000000000000000000000000..95b80cff4e4afc96cf03903d859f718cfe14b1fe --- /dev/null +++ b/cmake/doc/cmake/html/module/FindFLTK2.html @@ -0,0 +1,149 @@ + + + + + + + + FindFLTK2 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindFLTK2

+

Find the native FLTK 2.0 includes and library

+

The following settings are defined

+
FLTK2_FLUID_EXECUTABLE, where to find the Fluid tool
+FLTK2_WRAP_UI, This enables the FLTK2_WRAP_UI command
+FLTK2_INCLUDE_DIR, where to find include files
+FLTK2_LIBRARIES, list of fltk2 libraries
+FLTK2_FOUND, Don't use FLTK2 if false.
+
+
+

The following settings should not be used in general.

+
FLTK2_BASE_LIBRARY   = the full path to fltk2.lib
+FLTK2_GL_LIBRARY     = the full path to fltk2_gl.lib
+FLTK2_IMAGES_LIBRARY = the full path to fltk2_images.lib
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindFontconfig.html b/cmake/doc/cmake/html/module/FindFontconfig.html new file mode 100644 index 0000000000000000000000000000000000000000..ab452f6a6b0bf6551a2da4e4e9793743feb2b05a --- /dev/null +++ b/cmake/doc/cmake/html/module/FindFontconfig.html @@ -0,0 +1,173 @@ + + + + + + + + FindFontconfig — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindFontconfig

+
+

Added in version 3.14.

+
+

Find Fontconfig headers and library.

+
+

Imported Targets

+
+
Fontconfig::Fontconfig

The Fontconfig library, if found.

+
+
+
+
+

Result Variables

+

This will define the following variables in your project:

+
+
Fontconfig_FOUND

true if (the requested version of) Fontconfig is available.

+
+
Fontconfig_VERSION

the version of Fontconfig.

+
+
Fontconfig_LIBRARIES

the libraries to link against to use Fontconfig.

+
+
Fontconfig_INCLUDE_DIRS

where to find the Fontconfig headers.

+
+
Fontconfig_COMPILE_OPTIONS

this should be passed to target_compile_options(), if the +target is not used for linking

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindFreetype.html b/cmake/doc/cmake/html/module/FindFreetype.html new file mode 100644 index 0000000000000000000000000000000000000000..068ab5de5abc892728fc14a4073537669771cf15 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindFreetype.html @@ -0,0 +1,187 @@ + + + + + + + + FindFreetype — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindFreetype

+

Find the FreeType font renderer includes and library.

+
+

Imported Targets

+
+

Added in version 3.10.

+
+

This module defines the following IMPORTED target:

+
+
Freetype::Freetype

The Freetype freetype library, if found

+
+
+
+
+

Result Variables

+

This module will set the following variables in your project:

+
+
FREETYPE_FOUND

true if the Freetype headers and libraries were found

+
+
FREETYPE_INCLUDE_DIRS

directories containing the Freetype headers. This is the +concatenation of the variables:

+
+
FREETYPE_INCLUDE_DIR_ft2build

directory holding the main Freetype API configuration header

+
+
FREETYPE_INCLUDE_DIR_freetype2

directory holding Freetype public headers

+
+
+
+
FREETYPE_LIBRARIES

the library to link against

+
+
FREETYPE_VERSION_STRING

the version of freetype found

+
+
+
+

Added in version 3.7: Debug and Release variants are found separately.

+
+
+
+

Hints

+

The user may set the environment variable FREETYPE_DIR to the root +directory of a Freetype installation.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindGCCXML.html b/cmake/doc/cmake/html/module/FindGCCXML.html new file mode 100644 index 0000000000000000000000000000000000000000..e51af45e9dcda0ec276505e4b705d378e751b2ed --- /dev/null +++ b/cmake/doc/cmake/html/module/FindGCCXML.html @@ -0,0 +1,139 @@ + + + + + + + + FindGCCXML — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindGCCXML

+

Find the GCC-XML front-end executable.

+

This module will define the following variables:

+
GCCXML - the GCC-XML front-end executable.
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindGDAL.html b/cmake/doc/cmake/html/module/FindGDAL.html new file mode 100644 index 0000000000000000000000000000000000000000..e9f395b99d8fd6b4a468c9226456cb7b5a44ea87 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindGDAL.html @@ -0,0 +1,196 @@ + + + + + + + + FindGDAL — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindGDAL

+

Find Geospatial Data Abstraction Library (GDAL).

+
+

IMPORTED Targets

+
+

Added in version 3.14.

+
+

This module defines IMPORTED target GDAL::GDAL +if GDAL has been found.

+
+
+

Result Variables

+

This module will set the following variables in your project:

+
+
GDAL_FOUND

True if GDAL is found.

+
+
GDAL_INCLUDE_DIRS

Include directories for GDAL headers.

+
+
GDAL_LIBRARIES

Libraries to link to GDAL.

+
+
GDAL_VERSION
+

Added in version 3.14: The version of GDAL found.

+
+
+
+
+
+

Cache variables

+

The following cache variables may also be set:

+
+
GDAL_LIBRARY

The libgdal library file.

+
+
GDAL_INCLUDE_DIR

The directory containing gdal.h.

+
+
+
+
+

Hints

+

Set GDAL_DIR or GDAL_ROOT in the environment to specify the +GDAL installation prefix.

+

The following variables may be set to modify the search strategy:

+
+
FindGDAL_SKIP_GDAL_CONFIG

If set, gdal-config will not be used. This can be useful if there are +GDAL libraries built with autotools (which provide the tool) and CMake (which +do not) in the same environment.

+
+
GDAL_ADDITIONAL_LIBRARY_VERSIONS

Extra versions of library names to search for.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindGIF.html b/cmake/doc/cmake/html/module/FindGIF.html new file mode 100644 index 0000000000000000000000000000000000000000..e4ce22be90fe5a9c3562520c0f52349dd34e7850 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindGIF.html @@ -0,0 +1,185 @@ + + + + + + + + FindGIF — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindGIF

+

This finds the Graphics Interchange Format (GIF) library (giflib)

+
+

Imported targets

+

This module defines the following IMPORTED target:

+
+
GIF::GIF

The giflib library, if found.

+
+
+
+
+

Result variables

+

This module will set the following variables in your project:

+
+
GIF_FOUND

If false, do not try to use GIF.

+
+
GIF_INCLUDE_DIRS

where to find gif_lib.h, etc.

+
+
GIF_LIBRARIES

the libraries needed to use GIF.

+
+
GIF_VERSION

3, 4 or a full version string (eg 5.1.4) for versions >= 4.1.6.

+
+
+
+
+

Cache variables

+

The following cache variables may also be set:

+
+
GIF_INCLUDE_DIR

where to find the GIF headers.

+
+
GIF_LIBRARY

where to find the GIF library.

+
+
+
+
+

Hints

+

GIF_DIR is an environment variable that would correspond to the +./configure --prefix=$GIF_DIR.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindGLEW.html b/cmake/doc/cmake/html/module/FindGLEW.html new file mode 100644 index 0000000000000000000000000000000000000000..6a5db95f82502c1be992b7fe56f4cf7a8270905e --- /dev/null +++ b/cmake/doc/cmake/html/module/FindGLEW.html @@ -0,0 +1,199 @@ + + + + + + + + FindGLEW — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindGLEW

+

Find the OpenGL Extension Wrangler Library (GLEW)

+
+

Input Variables

+

The following variables may be set to influence this module's behavior:

+
+
GLEW_USE_STATIC_LIBS

to find and create IMPORTED target for static linkage.

+
+
GLEW_VERBOSE

to output a detailed log of this module.

+
+
+
+
+

Imported Targets

+
+

Added in version 3.1.

+
+

This module defines the following Imported Targets:

+
+
GLEW::glew

The GLEW shared library.

+
+
GLEW::glew_s

The GLEW static library, if GLEW_USE_STATIC_LIBS is set to TRUE.

+
+
GLEW::GLEW

Duplicates either GLEW::glew or GLEW::glew_s based on availability.

+
+
+
+
+

Result Variables

+

This module defines the following variables:

+
+
GLEW_INCLUDE_DIRS

include directories for GLEW

+
+
GLEW_LIBRARIES

libraries to link against GLEW

+
+
GLEW_SHARED_LIBRARIES

libraries to link against shared GLEW

+
+
GLEW_STATIC_LIBRARIES

libraries to link against static GLEW

+
+
GLEW_FOUND

true if GLEW has been found and can be used

+
+
GLEW_VERSION

GLEW version

+
+
GLEW_VERSION_MAJOR

GLEW major version

+
+
GLEW_VERSION_MINOR

GLEW minor version

+
+
GLEW_VERSION_MICRO

GLEW micro version

+
+
+
+

Added in version 3.7: Debug and Release variants are found separately.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindGLUT.html b/cmake/doc/cmake/html/module/FindGLUT.html new file mode 100644 index 0000000000000000000000000000000000000000..7432b9ac17a8fb2c4ef6c00f8553ca020d0436c2 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindGLUT.html @@ -0,0 +1,201 @@ + + + + + + + + FindGLUT — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindGLUT

+

Find OpenGL Utility Toolkit (GLUT) library and include files.

+
+

IMPORTED Targets

+
+

Added in version 3.1.

+
+

This module defines the IMPORTED targets:

+
+
GLUT::GLUT

Defined if the system has GLUT.

+
+
+
+
+

Result Variables

+

This module defines the following variables:

+
+
GLUT_FOUND

True if glut was found.

+
+
GLUT_INCLUDE_DIRS
+

Added in version 3.23.

+
+

Where to find GL/glut.h, etc.

+
+
GLUT_LIBRARIES

List of libraries for using glut.

+
+
+
+
+

Cache Variables

+

This module may set the following variables depending on platform. +These variables may optionally be set to help this module find the +correct files, but clients should not use these as results:

+
+
GLUT_INCLUDE_DIR

The full path to the directory containing GL/glut.h, +not including GL/.

+
+
GLUT_glut_LIBRARY

The full path to the glut library.

+
+
GLUT_Xmu_LIBRARY

The full path to the Xmu library.

+
+
GLUT_Xi_LIBRARY

The full path to the Xi Library.

+
+
+
+
+

Obsolete Variables

+

The following variables may also be provided, for backwards compatibility:

+
+
GLUT_INCLUDE_DIR

This is one of above Cache Variables, but prior to CMake 3.23 was +also a result variable. Prefer to use GLUT_INCLUDE_DIRS instead +in CMake 3.23 and above.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindGSL.html b/cmake/doc/cmake/html/module/FindGSL.html new file mode 100644 index 0000000000000000000000000000000000000000..7650a8a58172984547f50fa742ada8f8974bfc8e --- /dev/null +++ b/cmake/doc/cmake/html/module/FindGSL.html @@ -0,0 +1,196 @@ + + + + + + + + FindGSL — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindGSL

+
+

Added in version 3.2.

+
+

Find the native GNU Scientific Library (GSL) includes and libraries.

+

The GNU Scientific Library (GSL) is a numerical library for C and C++ +programmers. It is free software under the GNU General Public +License.

+
+

Imported Targets

+

If GSL is found, this module defines the following IMPORTED +targets:

+
GSL::gsl      - The main GSL library.
+GSL::gslcblas - The CBLAS support library used by GSL.
+
+
+
+
+

Result Variables

+

This module will set the following variables in your project:

+
GSL_FOUND          - True if GSL found on the local system
+GSL_INCLUDE_DIRS   - Location of GSL header files.
+GSL_LIBRARIES      - The GSL libraries.
+GSL_VERSION        - The version of the discovered GSL install.
+
+
+
+
+

Hints

+

Set GSL_ROOT_DIR to a directory that contains a GSL installation.

+

This script expects to find libraries at $GSL_ROOT_DIR/lib and the GSL +headers at $GSL_ROOT_DIR/include/gsl. The library directory may +optionally provide Release and Debug folders. If available, the libraries +named gsld, gslblasd or cblasd are recognized as debug libraries. +For Unix-like systems, this script will use $GSL_ROOT_DIR/bin/gsl-config +(if found) to aid in the discovery of GSL.

+
+
+

Cache Variables

+

This module may set the following variables depending on platform and type +of GSL installation discovered. These variables may optionally be set to +help this module find the correct files:

+
GSL_CBLAS_LIBRARY       - Location of the GSL CBLAS library.
+GSL_CBLAS_LIBRARY_DEBUG - Location of the debug GSL CBLAS library (if any).
+GSL_CONFIG_EXECUTABLE   - Location of the ``gsl-config`` script (if any).
+GSL_LIBRARY             - Location of the GSL library.
+GSL_LIBRARY_DEBUG       - Location of the debug GSL library (if any).
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindGTK.html b/cmake/doc/cmake/html/module/FindGTK.html new file mode 100644 index 0000000000000000000000000000000000000000..5f0ab711e26081f238567f3ce36e92035e32cc12 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindGTK.html @@ -0,0 +1,141 @@ + + + + + + + + FindGTK — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindGTK

+

Find GTK, glib and GTKGLArea

+
GTK_INCLUDE_DIR   - Directories to include to use GTK
+GTK_LIBRARIES     - Files to link against to use GTK
+GTK_FOUND         - GTK was found
+GTK_GL_FOUND      - GTK's GL features were found
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindGTK2.html b/cmake/doc/cmake/html/module/FindGTK2.html new file mode 100644 index 0000000000000000000000000000000000000000..f3babd2af841e4bb3be4f719f8592ba550e2975b --- /dev/null +++ b/cmake/doc/cmake/html/module/FindGTK2.html @@ -0,0 +1,236 @@ + + + + + + + + FindGTK2 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindGTK2

+

Find the GTK2 widget libraries and several of its other optional components +like gtkmm, glade, and glademm.

+

Specify one or more of the following components as you call this find +module. See example below.

+
    +
  • gtk

  • +
  • gtkmm

  • +
  • glade

  • +
  • glademm

  • +
+
+

Imported Targets

+

This module defines the following IMPORTED targets (subject to +component selection):

+

GTK2::atk, GTK2::atkmm, GTK2::cairo, GTK2::cairomm, +GTK2::gdk_pixbuf, GTK2::gdk, GTK2::gdkmm, GTK2::gio, +GTK2::giomm, GTK2::glade, GTK2::glademm, GTK2::glib, +GTK2::glibmm, GTK2::gmodule, GTK2::gobject, GTK2::gthread, +GTK2::gtk, GTK2::gtkmm, GTK2::harfbuzz, GTK2::pango, +GTK2::pangocairo, GTK2::pangoft2, GTK2::pangomm, +GTK2::pangoxft, GTK2::sigc.

+
+

Added in version 3.16.7: Added the GTK2::harfbuzz target.

+
+
+
+

Result Variables

+

The following variables will be defined for your use

+
+
GTK2_FOUND

Were all of your specified components found?

+
+
GTK2_INCLUDE_DIRS

All include directories

+
+
GTK2_LIBRARIES

All libraries

+
+
GTK2_TARGETS
+

Added in version 3.5: All imported targets

+
+
+
GTK2_DEFINITIONS

Additional compiler flags

+
+
GTK2_VERSION

The version of GTK2 found (x.y.z)

+
+
GTK2_MAJOR_VERSION

The major version of GTK2

+
+
GTK2_MINOR_VERSION

The minor version of GTK2

+
+
GTK2_PATCH_VERSION

The patch version of GTK2

+
+
+
+

Added in version 3.5: When GTK2_USE_IMPORTED_TARGETS is set to TRUE, GTK2_LIBRARIES +will list imported targets instead of library paths.

+
+
+
+

Input Variables

+

Optional variables you can define prior to calling this module:

+
+
GTK2_DEBUG

Enables verbose debugging of the module

+
+
GTK2_ADDITIONAL_SUFFIXES

Allows defining additional directories to search for include files

+
+
+
+
+

Example Usage

+

Call find_package() once. Here are some examples to pick from:

+

Require GTK 2.6 or later:

+
find_package(GTK2 2.6 REQUIRED gtk)
+
+
+

Require GTK 2.10 or later and Glade:

+
find_package(GTK2 2.10 REQUIRED gtk glade)
+
+
+

Search for GTK/GTKMM 2.8 or later:

+
find_package(GTK2 2.8 COMPONENTS gtk gtkmm)
+
+
+

Use the results:

+
if(GTK2_FOUND)
+  include_directories(${GTK2_INCLUDE_DIRS})
+  add_executable(mygui mygui.cc)
+  target_link_libraries(mygui ${GTK2_LIBRARIES})
+endif()
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindGTest.html b/cmake/doc/cmake/html/module/FindGTest.html new file mode 100644 index 0000000000000000000000000000000000000000..4ec04951c8fc1e27b30437a24d85fda0262fe643 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindGTest.html @@ -0,0 +1,240 @@ + + + + + + + + FindGTest — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindGTest

+

Locate the Google C++ Testing Framework.

+
+

Added in version 3.20: Upstream GTestConfig.cmake is used if possible.

+
+
+

Imported targets

+
+

Added in version 3.20: This module defines the following IMPORTED targets:

+
+
+
GTest::gtest

The Google Test gtest library, if found; adds Thread::Thread +automatically

+
+
GTest::gtest_main

The Google Test gtest_main library, if found

+
+
+
+

Added in version 3.23.

+
+
+
GTest::gmock

The Google Mock gmock library, if found; adds Thread::Thread +automatically

+
+
GTest::gmock_main

The Google Mock gmock_main library, if found

+
+
+
+

Deprecated since version 3.20: For backwards compatibility, this module defines additionally the +following deprecated IMPORTED targets (available since 3.5):

+
+
+
GTest::GTest

The Google Test gtest library, if found; adds Thread::Thread +automatically

+
+
GTest::Main

The Google Test gtest_main library, if found

+
+
+
+
+

Result variables

+

This module will set the following variables in your project:

+
+
GTest_FOUND

Found the Google Testing framework

+
+
GTEST_INCLUDE_DIRS

the directory containing the Google Test headers

+
+
+

The library variables below are set as normal variables. These +contain debug/optimized keywords when a debugging library is found.

+
+
GTEST_LIBRARIES

The Google Test gtest library; note it also requires linking +with an appropriate thread library

+
+
GTEST_MAIN_LIBRARIES

The Google Test gtest_main library

+
+
GTEST_BOTH_LIBRARIES

Both gtest and gtest_main

+
+
+
+
+

Cache variables

+

The following cache variables may also be set:

+
+
GTEST_ROOT

The root directory of the Google Test installation (may also be +set as an environment variable)

+
+
GTEST_MSVC_SEARCH

If compiling with MSVC, this variable can be set to MT or +MD (the default) to enable searching a GTest build tree

+
+
+
+
+

Example usage

+
enable_testing()
+find_package(GTest REQUIRED)
+
+add_executable(foo foo.cc)
+target_link_libraries(foo GTest::gtest GTest::gtest_main)
+
+add_test(AllTestsInFoo foo)
+
+
+
+
+

Deeper integration with CTest

+

See GoogleTest for information on the gtest_add_tests() +and gtest_discover_tests() commands.

+
+

Changed in version 3.9: Previous CMake versions defined gtest_add_tests() macro in this +module.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindGettext.html b/cmake/doc/cmake/html/module/FindGettext.html new file mode 100644 index 0000000000000000000000000000000000000000..a5ed89ad989c9fd79374221ada1daf87383df054 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindGettext.html @@ -0,0 +1,174 @@ + + + + + + + + FindGettext — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindGettext

+

Find GNU gettext tools

+

This module looks for the GNU gettext tools. This module defines the +following values:

+
GETTEXT_MSGMERGE_EXECUTABLE: the full path to the msgmerge tool.
+GETTEXT_MSGFMT_EXECUTABLE: the full path to the msgfmt tool.
+GETTEXT_FOUND: True if gettext has been found.
+GETTEXT_VERSION_STRING: the version of gettext found (since CMake 2.8.8)
+
+
+

Additionally it provides the following macros:

+

GETTEXT_CREATE_TRANSLATIONS ( outputFile [ALL] file1 ... fileN )

+
This will create a target "translations" which will convert the
+given input po files into the binary output mo file. If the
+ALL option is used, the translations will also be created when
+building the default target.
+
+
+

GETTEXT_PROCESS_POT_FILE( <potfile> [ALL] [INSTALL_DESTINATION <destdir>] +LANGUAGES <lang1> <lang2> ... )

+
Process the given pot file to mo files.
+If INSTALL_DESTINATION is given then automatically install rules will
+be created, the language subdirectory will be taken into account
+(by default use share/locale/).
+If ALL is specified, the pot file is processed when building the all target.
+It creates a custom target "potfile".
+
+
+

GETTEXT_PROCESS_PO_FILES( <lang> [ALL] [INSTALL_DESTINATION <dir>] +PO_FILES <po1> <po2> ... )

+
Process the given po files to mo files for the given language.
+If INSTALL_DESTINATION is given then automatically install rules will
+be created, the language subdirectory will be taken into account
+(by default use share/locale/).
+If ALL is specified, the po files are processed when building the all target.
+It creates a custom target "pofiles".
+
+
+
+

Added in version 3.2: If you wish to use the Gettext library (libintl), use FindIntl.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindGit.html b/cmake/doc/cmake/html/module/FindGit.html new file mode 100644 index 0000000000000000000000000000000000000000..f6c213c482851a1095539c2939af987b30a88189 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindGit.html @@ -0,0 +1,158 @@ + + + + + + + + FindGit — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindGit

+

The module defines the following variables:

+
+
GIT_EXECUTABLE

Path to Git command-line client.

+
+
Git_FOUND, GIT_FOUND

True if the Git command-line client was found.

+
+
GIT_VERSION_STRING

The version of Git found.

+
+
+
+

Added in version 3.14: The module defines the following IMPORTED targets (when +CMAKE_ROLE is PROJECT):

+
+
+
Git::Git

Executable of the Git command-line client.

+
+
+

Example usage:

+
find_package(Git)
+if(Git_FOUND)
+  message("Git found: ${GIT_EXECUTABLE}")
+endif()
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindGnuTLS.html b/cmake/doc/cmake/html/module/FindGnuTLS.html new file mode 100644 index 0000000000000000000000000000000000000000..deef2988ebb088b3e26a4b35f6635234add1b786 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindGnuTLS.html @@ -0,0 +1,169 @@ + + + + + + + + FindGnuTLS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindGnuTLS

+

Find the GNU Transport Layer Security library (gnutls)

+
+

IMPORTED Targets

+
+

Added in version 3.16.

+
+

This module defines IMPORTED target GnuTLS::GnuTLS, if +gnutls has been found.

+
+
+

Result Variables

+
+
GNUTLS_FOUND

System has gnutls

+
+
GNUTLS_INCLUDE_DIR

The gnutls include directory

+
+
GNUTLS_LIBRARIES

The libraries needed to use gnutls

+
+
GNUTLS_DEFINITIONS

Compiler switches required for using gnutls

+
+
GNUTLS_VERSION

version of gnutls.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindGnuplot.html b/cmake/doc/cmake/html/module/FindGnuplot.html new file mode 100644 index 0000000000000000000000000000000000000000..d6577f2bd00a9461647ddcc9fd31e3cfaa48cf76 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindGnuplot.html @@ -0,0 +1,142 @@ + + + + + + + + FindGnuplot — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindGnuplot

+

this module looks for gnuplot

+

Once done this will define

+
GNUPLOT_FOUND - system has Gnuplot
+GNUPLOT_EXECUTABLE - the Gnuplot executable
+GNUPLOT_VERSION_STRING - the version of Gnuplot found (since CMake 2.8.8)
+
+
+

GNUPLOT_VERSION_STRING will not work for old versions like 3.7.1.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindHDF5.html b/cmake/doc/cmake/html/module/FindHDF5.html new file mode 100644 index 0000000000000000000000000000000000000000..d763e304cdb947437bf9eed4babafc9d60b3df12 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindHDF5.html @@ -0,0 +1,287 @@ + + + + + + + + FindHDF5 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindHDF5

+

Find Hierarchical Data Format (HDF5), a library for reading and writing +self describing array data.

+

This module invokes the HDF5 wrapper compiler that should be installed +alongside HDF5. Depending upon the HDF5 Configuration, the wrapper +compiler is called either h5cc or h5pcc. If this succeeds, the module +will then call the compiler with the show argument to see what flags +are used when compiling an HDF5 client application.

+

The module will optionally accept the COMPONENTS argument. If no +COMPONENTS are specified, then the find module will default to finding +only the HDF5 C library. If one or more COMPONENTS are specified, the +module will attempt to find the language bindings for the specified +components. The valid components are C, CXX, Fortran, HL. +HL refers to the "high-level" HDF5 functions for C and Fortran. +If the COMPONENTS argument is not given, the module will +attempt to find only the C bindings. +For example, to use Fortran HDF5 and HDF5-HL functions, do: +find_package(HDF5 COMPONENTS Fortran HL).

+

This module will read the variable +HDF5_USE_STATIC_LIBRARIES to determine whether or not to prefer a +static link to a dynamic link for HDF5 and all of it's dependencies. +To use this feature, make sure that the HDF5_USE_STATIC_LIBRARIES +variable is set before the call to find_package.

+
+

Added in version 3.10: Support for HDF5_USE_STATIC_LIBRARIES on Windows.

+
+

Both the serial and parallel HDF5 wrappers are considered and the first +directory to contain either one will be used. In the event that both appear +in the same directory the serial version is preferentially selected. This +behavior can be reversed by setting the variable HDF5_PREFER_PARALLEL to +TRUE.

+

In addition to finding the includes and libraries required to compile +an HDF5 client application, this module also makes an effort to find +tools that come with the HDF5 distribution that may be useful for +regression testing.

+
+

Result Variables

+

This module will set the following variables in your project:

+
+
HDF5_FOUND

HDF5 was found on the system

+
+
HDF5_VERSION
+

Added in version 3.3: HDF5 library version

+
+
+
HDF5_INCLUDE_DIRS

Location of the HDF5 header files

+
+
HDF5_DEFINITIONS

Required compiler definitions for HDF5

+
+
HDF5_LIBRARIES

Required libraries for all requested bindings

+
+
HDF5_HL_LIBRARIES

Required libraries for the HDF5 high level API for all bindings, +if the HL component is enabled

+
+
+

Available components are: C CXX Fortran and HL. +For each enabled language binding, a corresponding HDF5_${LANG}_LIBRARIES +variable, and potentially HDF5_${LANG}_DEFINITIONS, will be defined. +If the HL component is enabled, then an HDF5_${LANG}_HL_LIBRARIES will +also be defined. With all components enabled, the following variables will be defined:

+
+
HDF5_C_DEFINITIONS

Required compiler definitions for HDF5 C bindings

+
+
HDF5_CXX_DEFINITIONS

Required compiler definitions for HDF5 C++ bindings

+
+
HDF5_Fortran_DEFINITIONS

Required compiler definitions for HDF5 Fortran bindings

+
+
HDF5_C_INCLUDE_DIRS

Required include directories for HDF5 C bindings

+
+
HDF5_CXX_INCLUDE_DIRS

Required include directories for HDF5 C++ bindings

+
+
HDF5_Fortran_INCLUDE_DIRS

Required include directories for HDF5 Fortran bindings

+
+
HDF5_C_LIBRARIES

Required libraries for the HDF5 C bindings

+
+
HDF5_CXX_LIBRARIES

Required libraries for the HDF5 C++ bindings

+
+
HDF5_Fortran_LIBRARIES

Required libraries for the HDF5 Fortran bindings

+
+
HDF5_C_HL_LIBRARIES

Required libraries for the high level C bindings

+
+
HDF5_CXX_HL_LIBRARIES

Required libraries for the high level C++ bindings

+
+
HDF5_Fortran_HL_LIBRARIES

Required libraries for the high level Fortran bindings.

+
+
HDF5_IS_PARALLEL

HDF5 library has parallel IO support

+
+
HDF5_C_COMPILER_EXECUTABLE

path to the HDF5 C wrapper compiler

+
+
HDF5_CXX_COMPILER_EXECUTABLE

path to the HDF5 C++ wrapper compiler

+
+
HDF5_Fortran_COMPILER_EXECUTABLE

path to the HDF5 Fortran wrapper compiler

+
+
HDF5_C_COMPILER_EXECUTABLE_NO_INTERROGATE

path to the primary C compiler which is also the HDF5 wrapper

+
+
HDF5_CXX_COMPILER_EXECUTABLE_NO_INTERROGATE

path to the primary C++ compiler which is also the HDF5 wrapper

+
+
HDF5_Fortran_COMPILER_EXECUTABLE_NO_INTERROGATE

path to the primary Fortran compiler which is also the HDF5 wrapper

+
+
HDF5_DIFF_EXECUTABLE

path to the HDF5 dataset comparison tool

+
+
+

With all components enabled, the following targets will be defined:

+
+
HDF5::HDF5

All detected HDF5_LIBRARIES.

+
+
hdf5::hdf5

C library.

+
+
hdf5::hdf5_cpp

C++ library.

+
+
hdf5::hdf5_fortran

Fortran library.

+
+
hdf5::hdf5_hl

High-level C library.

+
+
hdf5::hdf5_hl_cpp

High-level C++ library.

+
+
hdf5::hdf5_hl_fortran

High-level Fortran library.

+
+
hdf5::h5diff

h5diff executable.

+
+
+
+
+

Hints

+

The following variables can be set to guide the search for HDF5 libraries and includes:

+
+
HDF5_PREFER_PARALLEL
+

Added in version 3.4.

+
+

set true to prefer parallel HDF5 (by default, serial is preferred)

+
+
HDF5_FIND_DEBUG
+

Added in version 3.9.

+
+

Set true to get extra debugging output.

+
+
HDF5_NO_FIND_PACKAGE_CONFIG_FILE
+

Added in version 3.8.

+
+

Set true to skip trying to find hdf5-config.cmake.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindHSPELL.html b/cmake/doc/cmake/html/module/FindHSPELL.html new file mode 100644 index 0000000000000000000000000000000000000000..9e9ea5dfeefe0b2671c97a08b2227c8ed3bc51ad --- /dev/null +++ b/cmake/doc/cmake/html/module/FindHSPELL.html @@ -0,0 +1,147 @@ + + + + + + + + FindHSPELL — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindHSPELL

+

Try to find Hebrew spell-checker (Hspell) and morphology engine.

+

Once done this will define

+
HSPELL_FOUND - system has Hspell
+HSPELL_INCLUDE_DIR - the Hspell include directory
+HSPELL_LIBRARIES - The libraries needed to use Hspell
+HSPELL_DEFINITIONS - Compiler switches required for using Hspell
+
+
+
HSPELL_VERSION_STRING - The version of Hspell found (x.y)
+HSPELL_MAJOR_VERSION  - the major version of Hspell
+HSPELL_MINOR_VERSION  - The minor version of Hspell
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindHTMLHelp.html b/cmake/doc/cmake/html/module/FindHTMLHelp.html new file mode 100644 index 0000000000000000000000000000000000000000..d2e8413381d3075c54680776cded70aaa69520e7 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindHTMLHelp.html @@ -0,0 +1,141 @@ + + + + + + + + FindHTMLHelp — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindHTMLHelp

+

This module looks for Microsoft HTML Help Compiler

+

It defines:

+
HTML_HELP_COMPILER     : full path to the Compiler (hhc.exe)
+HTML_HELP_INCLUDE_PATH : include path to the API (htmlhelp.h)
+HTML_HELP_LIBRARY      : full path to the library (htmlhelp.lib)
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindHg.html b/cmake/doc/cmake/html/module/FindHg.html new file mode 100644 index 0000000000000000000000000000000000000000..3d7bbac00b6a7afd3365b3008aec19018834817f --- /dev/null +++ b/cmake/doc/cmake/html/module/FindHg.html @@ -0,0 +1,163 @@ + + + + + + + + FindHg — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindHg

+

Extract information from a mercurial working copy.

+

The module defines the following variables:

+
HG_EXECUTABLE - path to mercurial command line client (hg)
+HG_FOUND - true if the command line client was found
+HG_VERSION_STRING - the version of mercurial found
+
+
+
+

Added in version 3.1: If the command line client executable is found the following macro is defined:

+
+
HG_WC_INFO(<dir> <var-prefix>)
+
+
+

Hg_WC_INFO extracts information of a mercurial working copy +at a given location. This macro defines the following variables:

+
<var-prefix>_WC_CHANGESET - current changeset
+<var-prefix>_WC_REVISION - current revision
+
+
+

Example usage:

+
find_package(Hg)
+if(HG_FOUND)
+  message("hg found: ${HG_EXECUTABLE}")
+  HG_WC_INFO(${PROJECT_SOURCE_DIR} Project)
+  message("Current revision is ${Project_WC_REVISION}")
+  message("Current changeset is ${Project_WC_CHANGESET}")
+endif()
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindICU.html b/cmake/doc/cmake/html/module/FindICU.html new file mode 100644 index 0000000000000000000000000000000000000000..488bb1facd2bcf766234d6217a80d389d95ed183 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindICU.html @@ -0,0 +1,209 @@ + + + + + + + + FindICU — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindICU

+
+

Added in version 3.7.

+
+

Find the International Components for Unicode (ICU) libraries and +programs.

+

This module supports multiple components. +Components can include any of: data, i18n, io, le, +lx, test, tu and uc.

+

Note that on Windows data is named dt and i18n is named +in; any of the names may be used, and the appropriate +platform-specific library name will be automatically selected.

+
+

Added in version 3.11: Added support for static libraries on Windows.

+
+

This module reports information about the ICU installation in +several variables. General variables:

+
ICU_FOUND - true if the main programs and libraries were found
+ICU_INCLUDE_DIRS - the directories containing the ICU headers
+ICU_LIBRARIES - component libraries to be linked
+ICU_VERSION - ICU release version
+
+
+

Imported targets:

+
ICU::<C>
+
+
+

Where <C> is the name of an ICU component, for example +ICU::i18n; <C> is lower-case.

+

ICU programs are reported in:

+
ICU_GENCNVAL_EXECUTABLE - path to gencnval executable
+ICU_ICUINFO_EXECUTABLE - path to icuinfo executable
+ICU_GENBRK_EXECUTABLE - path to genbrk executable
+ICU_ICU-CONFIG_EXECUTABLE - path to icu-config executable
+ICU_GENRB_EXECUTABLE - path to genrb executable
+ICU_GENDICT_EXECUTABLE - path to gendict executable
+ICU_DERB_EXECUTABLE - path to derb executable
+ICU_PKGDATA_EXECUTABLE - path to pkgdata executable
+ICU_UCONV_EXECUTABLE - path to uconv executable
+ICU_GENCFU_EXECUTABLE - path to gencfu executable
+ICU_MAKECONV_EXECUTABLE - path to makeconv executable
+ICU_GENNORM2_EXECUTABLE - path to gennorm2 executable
+ICU_GENCCODE_EXECUTABLE - path to genccode executable
+ICU_GENSPREP_EXECUTABLE - path to gensprep executable
+ICU_ICUPKG_EXECUTABLE - path to icupkg executable
+ICU_GENCMN_EXECUTABLE - path to gencmn executable
+
+
+

ICU component libraries are reported in:

+
ICU_<C>_FOUND - ON if component was found; ``<C>`` is upper-case.
+ICU_<C>_LIBRARIES - libraries for component; ``<C>`` is upper-case.
+
+
+

ICU datafiles are reported in:

+
ICU_MAKEFILE_INC - Makefile.inc
+ICU_PKGDATA_INC - pkgdata.inc
+
+
+

This module reads hints about search results from:

+
ICU_ROOT - the root of the ICU installation
+
+
+

The environment variable ICU_ROOT may also be used; the +ICU_ROOT variable takes precedence.

+

The following cache variables may also be set:

+
ICU_<P>_EXECUTABLE - the path to executable <P>; ``<P>`` is upper-case.
+ICU_INCLUDE_DIR - the directory containing the ICU headers
+ICU_<C>_LIBRARY - the library for component <C>; ``<C>`` is upper-case.
+
+
+
+

Note

+

In most cases none of the above variables will require setting, +unless multiple ICU versions are available and a specific version +is required.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindITK.html b/cmake/doc/cmake/html/module/FindITK.html new file mode 100644 index 0000000000000000000000000000000000000000..0936ea46c388b0534c9fec45567d85f59406cd9b --- /dev/null +++ b/cmake/doc/cmake/html/module/FindITK.html @@ -0,0 +1,140 @@ + + + + + + + + FindITK — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindITK

+

This module no longer exists.

+

This module existed in versions of CMake prior to 3.1, but became +only a thin wrapper around find_package(ITK NO_MODULE) to +provide compatibility for projects using long-outdated conventions. +Now find_package(ITK) will search for ITKConfig.cmake +directly.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindIce.html b/cmake/doc/cmake/html/module/FindIce.html new file mode 100644 index 0000000000000000000000000000000000000000..04ac11d20a276a6067db824f54f3c2915736a05a --- /dev/null +++ b/cmake/doc/cmake/html/module/FindIce.html @@ -0,0 +1,282 @@ + + + + + + + + FindIce — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindIce

+
+

Added in version 3.1.

+
+

Find the ZeroC Internet Communication Engine (ICE) programs, +libraries and datafiles.

+

This module supports multiple components. +Components can include any of: Freeze, Glacier2, Ice, +IceBox, IceDB, IceDiscovery, IceGrid, +IceLocatorDiscovery, IcePatch, IceSSL, IceStorm, +IceUtil, IceXML, or Slice.

+

Ice 3.7 and later also include C++11-specific components: +Glacier2++11, Ice++11, IceBox++11, IceDiscovery++11 +IceGrid, IceLocatorDiscovery++11, IceSSL++11, +IceStorm++11

+

Note that the set of supported components is Ice version-specific.

+
+

Added in version 3.4: Imported targets for components and most EXECUTABLE variables.

+
+
+

Added in version 3.7: Debug and Release variants are found separately.

+
+
+

Added in version 3.10: Ice 3.7 support, including new components, programs and the Nuget package.

+
+

This module reports information about the Ice installation in +several variables. General variables:

+
Ice_VERSION - Ice release version
+Ice_FOUND - true if the main programs and libraries were found
+Ice_LIBRARIES - component libraries to be linked
+Ice_INCLUDE_DIRS - the directories containing the Ice headers
+Ice_SLICE_DIRS - the directories containing the Ice slice interface
+                 definitions
+
+
+

Imported targets:

+
Ice::<C>
+
+
+

Where <C> is the name of an Ice component, for example +Ice::Glacier2 or Ice++11.

+

Ice slice programs are reported in:

+
Ice_SLICE2CONFLUENCE_EXECUTABLE - path to slice2confluence executable
+Ice_SLICE2CPP_EXECUTABLE - path to slice2cpp executable
+Ice_SLICE2CS_EXECUTABLE - path to slice2cs executable
+Ice_SLICE2FREEZEJ_EXECUTABLE - path to slice2freezej executable
+Ice_SLICE2FREEZE_EXECUTABLE - path to slice2freeze executable
+Ice_SLICE2HTML_EXECUTABLE - path to slice2html executable
+Ice_SLICE2JAVA_EXECUTABLE - path to slice2java executable
+Ice_SLICE2JS_EXECUTABLE - path to slice2js executable
+Ice_SLICE2MATLAB_EXECUTABLE - path to slice2matlab executable
+Ice_SLICE2OBJC_EXECUTABLE - path to slice2objc executable
+Ice_SLICE2PHP_EXECUTABLE - path to slice2php executable
+Ice_SLICE2PY_EXECUTABLE - path to slice2py executable
+Ice_SLICE2RB_EXECUTABLE - path to slice2rb executable
+
+
+
+

Added in version 3.14: Variables for slice2confluence and slice2matlab.

+
+

Ice programs are reported in:

+
Ice_GLACIER2ROUTER_EXECUTABLE - path to glacier2router executable
+Ice_ICEBOX_EXECUTABLE - path to icebox executable
+Ice_ICEBOXXX11_EXECUTABLE - path to icebox++11 executable
+Ice_ICEBOXADMIN_EXECUTABLE - path to iceboxadmin executable
+Ice_ICEBOXD_EXECUTABLE - path to iceboxd executable
+Ice_ICEBOXNET_EXECUTABLE - path to iceboxnet executable
+Ice_ICEBRIDGE_EXECUTABLE - path to icebridge executable
+Ice_ICEGRIDADMIN_EXECUTABLE - path to icegridadmin executable
+Ice_ICEGRIDDB_EXECUTABLE - path to icegriddb executable
+Ice_ICEGRIDNODE_EXECUTABLE - path to icegridnode executable
+Ice_ICEGRIDNODED_EXECUTABLE - path to icegridnoded executable
+Ice_ICEGRIDREGISTRY_EXECUTABLE - path to icegridregistry executable
+Ice_ICEGRIDREGISTRYD_EXECUTABLE - path to icegridregistryd executable
+Ice_ICEPATCH2CALC_EXECUTABLE - path to icepatch2calc executable
+Ice_ICEPATCH2CLIENT_EXECUTABLE - path to icepatch2client executable
+Ice_ICEPATCH2SERVER_EXECUTABLE - path to icepatch2server executable
+Ice_ICESERVICEINSTALL_EXECUTABLE - path to iceserviceinstall executable
+Ice_ICESTORMADMIN_EXECUTABLE - path to icestormadmin executable
+Ice_ICESTORMDB_EXECUTABLE - path to icestormdb executable
+Ice_ICESTORMMIGRATE_EXECUTABLE - path to icestormmigrate executable
+
+
+

Ice db programs (Windows only; standard system versions on all other +platforms) are reported in:

+
Ice_DB_ARCHIVE_EXECUTABLE - path to db_archive executable
+Ice_DB_CHECKPOINT_EXECUTABLE - path to db_checkpoint executable
+Ice_DB_DEADLOCK_EXECUTABLE - path to db_deadlock executable
+Ice_DB_DUMP_EXECUTABLE - path to db_dump executable
+Ice_DB_HOTBACKUP_EXECUTABLE - path to db_hotbackup executable
+Ice_DB_LOAD_EXECUTABLE - path to db_load executable
+Ice_DB_LOG_VERIFY_EXECUTABLE - path to db_log_verify executable
+Ice_DB_PRINTLOG_EXECUTABLE - path to db_printlog executable
+Ice_DB_RECOVER_EXECUTABLE - path to db_recover executable
+Ice_DB_STAT_EXECUTABLE - path to db_stat executable
+Ice_DB_TUNER_EXECUTABLE - path to db_tuner executable
+Ice_DB_UPGRADE_EXECUTABLE - path to db_upgrade executable
+Ice_DB_VERIFY_EXECUTABLE - path to db_verify executable
+Ice_DUMPDB_EXECUTABLE - path to dumpdb executable
+Ice_TRANSFORMDB_EXECUTABLE - path to transformdb executable
+
+
+

Ice component libraries are reported in:

+
Ice_<C>_FOUND - ON if component was found
+Ice_<C>_LIBRARIES - libraries for component
+
+
+

Note that <C> is the uppercased name of the component.

+

This module reads hints about search results from:

+
Ice_HOME - the root of the Ice installation
+
+
+

The environment variable ICE_HOME may also be used; the +Ice_HOME variable takes precedence.

+
+

Note

+

On Windows, Ice 3.7.0 and later provide libraries via the NuGet +package manager. Appropriate NuGet packages will be searched for +using CMAKE_PREFIX_PATH, or alternatively Ice_HOME may be +set to the location of a specific NuGet package to restrict the +search.

+
+

The following cache variables may also be set:

+
Ice_<P>_EXECUTABLE - the path to executable <P>
+Ice_INCLUDE_DIR - the directory containing the Ice headers
+Ice_SLICE_DIR - the directory containing the Ice slice interface
+                definitions
+Ice_<C>_LIBRARY - the library for component <C>
+
+
+
+

Note

+

In most cases none of the above variables will require setting, +unless multiple Ice versions are available and a specific version +is required. On Windows, the most recent version of Ice will be +found through the registry. On Unix, the programs, headers and +libraries will usually be in standard locations, but Ice_SLICE_DIRS +might not be automatically detected (commonly known locations are +searched). All the other variables are defaulted using Ice_HOME, +if set. It's possible to set Ice_HOME and selectively specify +alternative locations for the other components; this might be +required for e.g. newer versions of Visual Studio if the +heuristics are not sufficient to identify the correct programs and +libraries for the specific Visual Studio version.

+
+

Other variables one may set to control this module are:

+
Ice_DEBUG - Set to ON to enable debug output from FindIce.
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindIconv.html b/cmake/doc/cmake/html/module/FindIconv.html new file mode 100644 index 0000000000000000000000000000000000000000..0f9c50a703aae95309c6943d3bd5978cc0e6e0b1 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindIconv.html @@ -0,0 +1,224 @@ + + + + + + + + FindIconv — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindIconv

+
+

Added in version 3.11.

+
+

This module finds the iconv() POSIX.1 functions on the system. +These functions might be provided in the regular C library or externally +in the form of an additional library.

+

The following variables are provided to indicate iconv support:

+
+
+Iconv_FOUND
+

Variable indicating if the iconv support was found.

+
+ +
+
+Iconv_INCLUDE_DIRS
+

The directories containing the iconv headers.

+
+ +
+
+Iconv_LIBRARIES
+

The iconv libraries to be linked.

+
+ +
+
+Iconv_VERSION
+
+

Added in version 3.21.

+
+

The version of iconv found (x.y)

+
+ +
+
+Iconv_VERSION_MAJOR
+
+

Added in version 3.21.

+
+

The major version of iconv

+
+ +
+
+Iconv_VERSION_MINOR
+
+

Added in version 3.21.

+
+

The minor version of iconv

+
+ +
+
+Iconv_IS_BUILT_IN
+

A variable indicating whether iconv support is stemming from the +C library or not. Even if the C library provides iconv(), the presence of +an external libiconv implementation might lead to this being false.

+
+ +

Additionally, the following IMPORTED target is being provided:

+
+
+Iconv::Iconv
+

Imported target for using iconv.

+
+ +

The following cache variables may also be set:

+
+
+Iconv_INCLUDE_DIR
+

The directory containing the iconv headers.

+
+ +
+
+Iconv_LIBRARY
+

The iconv library (if not implicitly given in the C library).

+
+ +
+

Note

+

On POSIX platforms, iconv might be part of the C library and the cache +variables Iconv_INCLUDE_DIR and Iconv_LIBRARY might be empty.

+
+
+

Note

+

Some libiconv implementations don't embed the version number in their header files. +In this case the variables Iconv_VERSION* will be empty.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindIcotool.html b/cmake/doc/cmake/html/module/FindIcotool.html new file mode 100644 index 0000000000000000000000000000000000000000..f64570ac149532713205453ec3dcf9125f1e754f --- /dev/null +++ b/cmake/doc/cmake/html/module/FindIcotool.html @@ -0,0 +1,142 @@ + + + + + + + + FindIcotool — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindIcotool

+

Find icotool

+

This module looks for icotool. Convert and create Win32 icon and cursor files. +This module defines the following values:

+
ICOTOOL_EXECUTABLE: the full path to the icotool tool.
+ICOTOOL_FOUND: True if icotool has been found.
+ICOTOOL_VERSION_STRING: the version of icotool found.
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindImageMagick.html b/cmake/doc/cmake/html/module/FindImageMagick.html new file mode 100644 index 0000000000000000000000000000000000000000..a49c76d827a1db4226f79c851ba4dd4cb9a35790 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindImageMagick.html @@ -0,0 +1,232 @@ + + + + + + + + FindImageMagick — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindImageMagick

+

Find ImageMagick, software suite for displaying, converting and +manipulating raster images.

+
+

Added in version 3.9: Added support for ImageMagick 7.

+
+

This module will search for a set of ImageMagick tools specified as +components in the find_package() call. Typical components include, +but are not limited to (future versions of ImageMagick might have +additional components not listed here):

+
    +
  • animate

  • +
  • compare

  • +
  • composite

  • +
  • conjure

  • +
  • convert

  • +
  • display

  • +
  • identify

  • +
  • import

  • +
  • mogrify

  • +
  • montage

  • +
  • stream

  • +
+

If no component is specified in the find_package() call, then it only +searches for the ImageMagick executable directory.

+

There are also components for the following ImageMagick APIs:

+
    +
  • Magick++: ImageMagick C++ API, if found.

  • +
  • MagickWand: ImageMagick MagickWand C API, if found.

  • +
  • MagickCore: ImageMagick MagickCore low-level C API, if found.

  • +
+
+

Imported targets

+
+

Added in version 3.26.

+
+

This module defines the following IMPORTED targets:

+
+
ImageMagick::Magick++

ImageMagick C++ API, if found.

+
+
ImageMagick::MagickWand

ImageMagick MagickWand C API, if found.

+
+
ImageMagick::MagickCore

ImageMagick MagickCore low-level C API, if found.

+
+
+
+
+

Result Variables

+
+
ImageMagick_FOUND

TRUE if all components are found.

+
+
ImageMagick_EXECUTABLE_DIR

Full path to executables directory.

+
+
ImageMagick_INCLUDE_DIRS

Full paths to all include dirs.

+
+
ImageMagick_LIBRARIES

Full paths to all libraries.

+
+
ImageMagick_COMPILE_OPTIONS

Compile options of all libraries.

+
+
ImageMagick_VERSION_STRING

The version of ImageMagick found (since CMake 2.8.8). +Will not work for old versions like 5.2.3.

+
+
ImageMagick_<component>_FOUND

TRUE if <component> is found.

+
+
ImageMagick_<component>_EXECUTABLE

Full path to <component> executable.

+
+
ImageMagick_<component>_INCLUDE_DIRS

Full path to <component> include dirs.

+
+
ImageMagick_<component>_COMPILE_OPTIONS
+

Added in version 3.26.

+
+

Compile options of <component>.

+
+
ImageMagick_<component>_LIBRARIES
+

Added in version 3.31.

+
+

Full path to <component> libraries.

+
+
+
+
+

Example Usage

+
find_package(ImageMagick COMPONENTS Magick++)
+target_link_libraries(example PRIVATE ImageMagick::Magick++)
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindIntl.html b/cmake/doc/cmake/html/module/FindIntl.html new file mode 100644 index 0000000000000000000000000000000000000000..05e716b76a964d1630afd5a93f0f3e142eb1667f --- /dev/null +++ b/cmake/doc/cmake/html/module/FindIntl.html @@ -0,0 +1,236 @@ + + + + + + + + FindIntl — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindIntl

+
+

Added in version 3.2.

+
+

Find the Gettext libintl headers and libraries.

+

This module reports information about the Gettext libintl +installation in several variables.

+
+
+Intl_FOUND
+

True if libintl is found.

+
+ +
+
+Intl_INCLUDE_DIRS
+

The directory containing the libintl headers.

+
+ +
+
+Intl_LIBRARIES
+

The intl libraries to be linked.

+
+ +
+
+Intl_VERSION
+
+

Added in version 3.21.

+
+

The version of intl found (x.y.z)

+
+ +
+
+Intl_VERSION_MAJOR
+
+

Added in version 3.21.

+
+

The major version of intl

+
+ +
+
+Intl_VERSION_MINOR
+
+

Added in version 3.21.

+
+

The minor version of intl

+
+ +
+
+Intl_VERSION_PATCH
+
+

Added in version 3.21.

+
+

The patch version of intl

+
+ +
+

Added in version 3.20: This module defines IMPORTED target Intl::Intl.

+
+

The following cache variables may also be set:

+
+
+Intl_INCLUDE_DIR
+

The directory containing the libintl headers

+
+ +
+
+Intl_LIBRARY
+

The libintl library (if any)

+
+ +
+
+Intl_IS_BUILT_IN
+
+

Added in version 3.20.

+
+

whether intl is a part of the C library.

+
+ +
+

Note

+

On some platforms, such as Linux with GNU libc, the gettext +functions are present in the C standard library and libintl +is not required. Intl_LIBRARIES will be empty in this +case.

+
+
+

Note

+

Some libintl implementations don't embed the version number in their header files. +In this case the variables Intl_VERSION* will be empty.

+
+
+

Note

+

If you wish to use the Gettext tools (msgmerge, +msgfmt, etc.), use FindGettext.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindJNI.html b/cmake/doc/cmake/html/module/FindJNI.html new file mode 100644 index 0000000000000000000000000000000000000000..429961da8a1f6046568549c6bc62d1c70e06a4b7 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindJNI.html @@ -0,0 +1,236 @@ + + + + + + + + FindJNI — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindJNI

+

Find Java Native Interface (JNI) headers and libraries.

+

JNI enables Java code running in a Java Virtual Machine (JVM) or Dalvik Virtual +Machine (DVM) on Android to call and be called by native applications and +libraries written in other languages such as C and C++.

+

This module finds if Java is installed and determines where the +include files and libraries are. It also determines what the name of +the library is. The caller may set variable JAVA_HOME to specify a +Java installation prefix explicitly.

+
+

Added in version 3.24: Added imported targets, components AWT, JVM, and Android NDK support. +If no components are specified, the module defaults to an empty components +list while targeting Android, and all available components otherwise.

+

When using Android NDK, the corresponding package version is reported and a +specific release can be requested. At Android API level 31 and above, the +additional NativeHelper component can be requested. NativeHelper is +also exposed as an implicit dependency of the JVM component (only if this +does not cause a conflict) which provides a uniform access to JVM functions.

+
+
+

Imported Targets

+
+

Added in version 3.24.

+
+
+
JNI::JNI

Main JNI target, defined only if jni.h was found.

+
+
JNI::AWT

Java AWT Native Interface (JAWT) library, defined only if component AWT was +found.

+
+
JNI::JVM

Java Virtual Machine (JVM) library, defined only if component JVM was found.

+
+
JNI::NativeHelper

When targeting Android API level 31 and above, the import target will provide +access to libnativehelper.so that exposes JVM functions such as +JNI_CreateJavaVM.

+
+
+
+
+

Result Variables

+

This module sets the following result variables:

+
+
JNI_INCLUDE_DIRS

The include directories to use.

+
+
JNI_LIBRARIES

The libraries to use (JAWT and JVM).

+
+
JNI_FOUND

TRUE if JNI headers and libraries were found.

+
+
JNI_<component>_FOUND
+

Added in version 3.24.

+
+

TRUE if <component> was found.

+
+
JNI_VERSION

Full Android NDK package version (including suffixes such as -beta3 and +-rc1) or undefined otherwise.

+
+
JNI_VERSION_MAJOR
+

Added in version 3.24.

+
+

Android NDK major version or undefined otherwise.

+
+
JNI_VERSION_MINOR
+

Added in version 3.24.

+
+

Android NDK minor version or undefined otherwise.

+
+
JNI_VERSION_PATCH
+

Added in version 3.24.

+
+

Android NDK patch version or undefined otherwise.

+
+
+
+
+

Cache Variables

+

The following cache variables are also available to set or use:

+
+
JAVA_AWT_LIBRARY

The path to the Java AWT Native Interface (JAWT) library.

+
+
JAVA_JVM_LIBRARY

The path to the Java Virtual Machine (JVM) library.

+
+
JAVA_INCLUDE_PATH

The include path to jni.h.

+
+
JAVA_INCLUDE_PATH2

The include path to machine-dependant headers jni_md.h and jniport.h. +The variable is defined only if jni.h depends on one of these headers. In +contrast, Android NDK jni.h can be typically used standalone.

+
+
JAVA_AWT_INCLUDE_PATH

The include path to jawt.h.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindJPEG.html b/cmake/doc/cmake/html/module/FindJPEG.html new file mode 100644 index 0000000000000000000000000000000000000000..8b3ce0df8d1f810f05eebae1e2b2b031953c7f2e --- /dev/null +++ b/cmake/doc/cmake/html/module/FindJPEG.html @@ -0,0 +1,197 @@ + + + + + + + + FindJPEG — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindJPEG

+

Find the Joint Photographic Experts Group (JPEG) library (libjpeg)

+
+

Imported targets

+
+

Added in version 3.12.

+
+

This module defines the following IMPORTED targets:

+
+
JPEG::JPEG

The JPEG library, if found.

+
+
+
+
+

Result variables

+

This module will set the following variables in your project:

+
+
JPEG_FOUND

If false, do not try to use JPEG.

+
+
JPEG_INCLUDE_DIRS

where to find jpeglib.h, etc.

+
+
JPEG_LIBRARIES

the libraries needed to use JPEG.

+
+
JPEG_VERSION
+

Added in version 3.12: the version of the JPEG library found

+
+
+
+
+
+

Cache variables

+

The following cache variables may also be set:

+
+
JPEG_INCLUDE_DIR

where to find jpeglib.h, etc.

+
+
JPEG_LIBRARY_RELEASE

where to find the JPEG library (optimized).

+
+
JPEG_LIBRARY_DEBUG

where to find the JPEG library (debug).

+
+
+
+

Added in version 3.12: Debug and Release variand are found separately.

+
+
+
+

Obsolete variables

+
+
JPEG_LIBRARY

where to find the JPEG library.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindJasper.html b/cmake/doc/cmake/html/module/FindJasper.html new file mode 100644 index 0000000000000000000000000000000000000000..f2ad1cb9a1c9f35506b707f0ddb78294c7a46386 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindJasper.html @@ -0,0 +1,183 @@ + + + + + + + + FindJasper — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindJasper

+

Find the Jasper JPEG2000 library.

+
+

IMPORTED Targets

+
+
Jasper::Jasper

The jasper library, if found.

+
+
+
+
+

Result Variables

+

This module defines the following variables:

+
+
JASPER_FOUND

system has Jasper

+
+
JASPER_INCLUDE_DIRS
+

Added in version 3.22.

+
+

the Jasper include directory

+
+
JASPER_LIBRARIES

the libraries needed to use Jasper

+
+
JASPER_VERSION_STRING

the version of Jasper found

+
+
+
+
+

Cache variables

+

The following cache variables may also be set:

+
+
JASPER_INCLUDE_DIR

where to find jasper/jasper.h, etc.

+
+
JASPER_LIBRARY_RELEASE

where to find the Jasper library (optimized).

+
+
JASPER_LIBARRY_DEBUG

where to find the Jasper library (debug).

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindJava.html b/cmake/doc/cmake/html/module/FindJava.html new file mode 100644 index 0000000000000000000000000000000000000000..addfb7553ba9f76477181a774f0fe61a8e64f301 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindJava.html @@ -0,0 +1,191 @@ + + + + + + + + FindJava — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindJava

+

Find Java

+

This module finds if Java is installed and determines where the +include files and libraries are. The caller may set variable JAVA_HOME +to specify a Java installation prefix explicitly.

+

See also the FindJNI module to find Java Native Interface (JNI).

+
+

Added in version 3.10: Added support for Java 9+ version parsing.

+
+

Specify one or more of the following components as you call this find module. See example below.

+
Runtime     = Java Runtime Environment used to execute Java byte-compiled applications
+Development = Development tools (java, javac, javah, jar and javadoc), includes Runtime component
+IdlJ        = Interface Description Language (IDL) to Java compiler
+JarSigner   = Signer and verifier tool for Java Archive (JAR) files
+
+
+

This module sets the following result variables:

+
Java_JAVA_EXECUTABLE      = the full path to the Java runtime
+Java_JAVAC_EXECUTABLE     = the full path to the Java compiler
+Java_JAVAH_EXECUTABLE     = the full path to the Java header generator
+Java_JAVADOC_EXECUTABLE   = the full path to the Java documentation generator
+Java_IDLJ_EXECUTABLE      = the full path to the Java idl compiler
+Java_JAR_EXECUTABLE       = the full path to the Java archiver
+Java_JARSIGNER_EXECUTABLE = the full path to the Java jar signer
+Java_VERSION_STRING       = Version of java found, eg. 1.6.0_12
+Java_VERSION_MAJOR        = The major version of the package found.
+Java_VERSION_MINOR        = The minor version of the package found.
+Java_VERSION_PATCH        = The patch version of the package found.
+Java_VERSION_TWEAK        = The tweak version of the package found (after '_')
+Java_VERSION              = This is set to: $major[.$minor[.$patch[.$tweak]]]
+
+
+
+

Added in version 3.4: Added the Java_IDLJ_EXECUTABLE and Java_JARSIGNER_EXECUTABLE +variables.

+
+

The minimum required version of Java can be specified using the +find_package() syntax, e.g.

+
find_package(Java 1.8)
+
+
+

NOTE: ${Java_VERSION} and ${Java_VERSION_STRING} are not guaranteed to +be identical. For example some java version may return: +Java_VERSION_STRING = 1.8.0_17 and Java_VERSION = 1.8.0.17

+

another example is the Java OEM, with: Java_VERSION_STRING = 1.8.0-oem +and Java_VERSION = 1.8.0

+

For these components the following variables are set:

+
Java_FOUND                    - TRUE if all components are found.
+Java_<component>_FOUND        - TRUE if <component> is found.
+
+
+

Example Usages:

+
find_package(Java)
+find_package(Java 1.8 REQUIRED)
+find_package(Java COMPONENTS Runtime)
+find_package(Java COMPONENTS Development)
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindKDE3.html b/cmake/doc/cmake/html/module/FindKDE3.html new file mode 100644 index 0000000000000000000000000000000000000000..2c44effe6b4e2a7f69e750fd42cfe428cf701ccf --- /dev/null +++ b/cmake/doc/cmake/html/module/FindKDE3.html @@ -0,0 +1,218 @@ + + + + + + + + FindKDE3 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindKDE3

+

Find the KDE3 include and library dirs, KDE preprocessors and define a some macros

+

This module defines the following variables:

+
+
KDE3_DEFINITIONS

compiler definitions required for compiling KDE software

+
+
KDE3_INCLUDE_DIR

the KDE include directory

+
+
KDE3_INCLUDE_DIRS

the KDE and the Qt include directory, for use with include_directories()

+
+
KDE3_LIB_DIR

the directory where the KDE libraries are installed, for use with link_directories()

+
+
QT_AND_KDECORE_LIBS

this contains both the Qt and the kdecore library

+
+
KDE3_DCOPIDL_EXECUTABLE

the dcopidl executable

+
+
KDE3_DCOPIDL2CPP_EXECUTABLE

the dcopidl2cpp executable

+
+
KDE3_KCFGC_EXECUTABLE

the kconfig_compiler executable

+
+
KDE3_FOUND

set to TRUE if all of the above has been found

+
+
+

The following user adjustable options are provided:

+
+
KDE3_BUILD_TESTS

enable this to build KDE testcases

+
+
+

It also adds the following macros (from KDE3Macros.cmake) SRCS_VAR is +always the variable which contains the list of source files for your +application or library.

+

KDE3_AUTOMOC(file1 ... fileN)

+
Call this if you want to have automatic moc file handling.
+This means if you include "foo.moc" in the source file foo.cpp
+a moc file for the header foo.h will be created automatically.
+You can set the property SKIP_AUTOMAKE using set_source_files_properties()
+to exclude some files in the list from being processed.
+
+
+

KDE3_ADD_MOC_FILES(SRCS_VAR file1 ... fileN )

+
If you don't use the KDE3_AUTOMOC() macro, for the files
+listed here moc files will be created (named "foo.moc.cpp")
+
+
+

KDE3_ADD_DCOP_SKELS(SRCS_VAR header1.h ... headerN.h )

+
Use this to generate DCOP skeletions from the listed headers.
+
+
+

KDE3_ADD_DCOP_STUBS(SRCS_VAR header1.h ... headerN.h )

+
Use this to generate DCOP stubs from the listed headers.
+
+
+

KDE3_ADD_UI_FILES(SRCS_VAR file1.ui ... fileN.ui )

+
Use this to add the Qt designer ui files to your application/library.
+
+
+

KDE3_ADD_KCFG_FILES(SRCS_VAR file1.kcfgc ... fileN.kcfgc )

+
Use this to add KDE kconfig compiler files to your application/library.
+
+
+

KDE3_INSTALL_LIBTOOL_FILE(target)

+
This will create and install a simple libtool file for the given target.
+
+
+

KDE3_ADD_EXECUTABLE(name file1 ... fileN )

+
Currently identical to add_executable(), may provide some advanced
+features in the future.
+
+
+

KDE3_ADD_KPART(name [WITH_PREFIX] file1 ... fileN )

+
Create a KDE plugin (KPart, kioslave, etc.) from the given source files.
+If WITH_PREFIX is given, the resulting plugin will have the prefix "lib",
+otherwise it won't.
+It creates and installs an appropriate libtool la-file.
+
+
+

KDE3_ADD_KDEINIT_EXECUTABLE(name file1 ... fileN )

+
Create a KDE application in the form of a module loadable via kdeinit.
+A library named kdeinit_<name> will be created and a small executable
+which links to it.
+
+
+

The option KDE3_ENABLE_FINAL to enable all-in-one compilation is no +longer supported.

+

Author: Alexander Neundorf <neundorf@kde.org>

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindKDE4.html b/cmake/doc/cmake/html/module/FindKDE4.html new file mode 100644 index 0000000000000000000000000000000000000000..bbcf9132874a8bdefbd44449767d5860263ee73b --- /dev/null +++ b/cmake/doc/cmake/html/module/FindKDE4.html @@ -0,0 +1,146 @@ + + + + + + + + FindKDE4 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindKDE4

+

Find KDE4 and provide all necessary variables and macros to compile +software for it. It looks for KDE 4 in the following directories in +the given order:

+
CMAKE_INSTALL_PREFIX
+KDEDIRS
+/opt/kde4
+
+
+

Please look in FindKDE4Internal.cmake and KDE4Macros.cmake for more +information. They are installed with the KDE 4 libraries in +$KDEDIRS/share/apps/cmake/modules/.

+

Author: Alexander Neundorf <neundorf@kde.org>

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindLAPACK.html b/cmake/doc/cmake/html/module/FindLAPACK.html new file mode 100644 index 0000000000000000000000000000000000000000..58879f538af509003a97c908eb8fef66a098422d --- /dev/null +++ b/cmake/doc/cmake/html/module/FindLAPACK.html @@ -0,0 +1,233 @@ + + + + + + + + FindLAPACK — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindLAPACK

+

Find Linear Algebra PACKage (LAPACK) library

+

This module finds an installed Fortran library that implements the +LAPACK linear-algebra interface.

+

At least one of the C, CXX, or Fortran languages must be enabled.

+
+

Input Variables

+

The following variables may be set to influence this module's behavior:

+
+
BLA_STATIC

if ON use static linkage

+
+
BLA_VENDOR

Set to one of the BLAS/LAPACK Vendors to search for BLAS only +from the specified vendor. If not set, all vendors are considered.

+
+
BLA_F95

if ON tries to find the BLAS95/LAPACK95 interfaces

+
+
BLA_PREFER_PKGCONFIG
+

Added in version 3.20.

+
+

if set pkg-config will be used to search for a LAPACK library first +and if one is found that is preferred

+
+
BLA_PKGCONFIG_LAPACK
+

Added in version 3.25.

+
+

If set, the pkg-config method will look for this module name instead of +just lapack.

+
+
BLA_SIZEOF_INTEGER
+

Added in version 3.22.

+
+

Specify the BLAS/LAPACK library integer size:

+
+
4

Search for a BLAS/LAPACK with 32-bit integer interfaces.

+
+
8

Search for a BLAS/LAPACK with 64-bit integer interfaces.

+
+
ANY

Search for any BLAS/LAPACK. +Most likely, a BLAS/LAPACK with 32-bit integer interfaces will be found.

+
+
+
+
+
+
+

Imported targets

+

This module defines the following IMPORTED targets:

+
+
LAPACK::LAPACK
+

Added in version 3.18.

+
+

The libraries to use for LAPACK, if found.

+
+
+
+
+

Result Variables

+

This module defines the following variables:

+
+
LAPACK_FOUND

library implementing the LAPACK interface is found

+
+
LAPACK_LINKER_FLAGS

uncached list of required linker flags (excluding -l and -L).

+
+
LAPACK_LIBRARIES

uncached list of libraries (using full path name) to link against +to use LAPACK

+
+
LAPACK95_LIBRARIES

uncached list of libraries (using full path name) to link against +to use LAPACK95

+
+
LAPACK95_FOUND

library implementing the LAPACK95 interface is found

+
+
+
+
+

Intel MKL

+

To use the Intel MKL implementation of LAPACK, a project must enable at least +one of the C or CXX languages. Set BLA_VENDOR to an Intel MKL +variant either on the command-line as -DBLA_VENDOR=Intel10_64lp or in +project code:

+
set(BLA_VENDOR Intel10_64lp)
+find_package(LAPACK)
+
+
+

In order to build a project using Intel MKL, and end user must first +establish an Intel MKL environment. See the FindBLAS module +section on Intel MKL for details.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindLATEX.html b/cmake/doc/cmake/html/module/FindLATEX.html new file mode 100644 index 0000000000000000000000000000000000000000..5d39dba4ef43e22e953e855d1291a8af11574fc9 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindLATEX.html @@ -0,0 +1,183 @@ + + + + + + + + FindLATEX — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindLATEX

+

Find LaTeX

+

This module finds an installed LaTeX and determines the location +of the compiler. Additionally the module looks for Latex-related +software like BibTeX.

+
+

Added in version 3.2: Component processing; support for htlatex, pdftops, Biber, xindy, XeLaTeX, +LuaLaTeX.

+
+

This module sets the following result variables:

+
LATEX_FOUND:          whether found Latex and requested components
+LATEX_<component>_FOUND:  whether found <component>
+LATEX_COMPILER:       path to the LaTeX compiler
+PDFLATEX_COMPILER:    path to the PdfLaTeX compiler
+XELATEX_COMPILER:     path to the XeLaTeX compiler
+LUALATEX_COMPILER:    path to the LuaLaTeX compiler
+BIBTEX_COMPILER:      path to the BibTeX compiler
+BIBER_COMPILER:       path to the Biber compiler
+MAKEINDEX_COMPILER:   path to the MakeIndex compiler
+XINDY_COMPILER:       path to the xindy compiler
+DVIPS_CONVERTER:      path to the DVIPS converter
+DVIPDF_CONVERTER:     path to the DVIPDF converter
+PS2PDF_CONVERTER:     path to the PS2PDF converter
+PDFTOPS_CONVERTER:    path to the pdftops converter
+LATEX2HTML_CONVERTER: path to the LaTeX2Html converter
+HTLATEX_COMPILER:     path to the htlatex compiler
+
+
+

Possible components are:

+
PDFLATEX
+XELATEX
+LUALATEX
+BIBTEX
+BIBER
+MAKEINDEX
+XINDY
+DVIPS
+DVIPDF
+PS2PDF
+PDFTOPS
+LATEX2HTML
+HTLATEX
+
+
+

Example Usages:

+
find_package(LATEX)
+find_package(LATEX COMPONENTS PDFLATEX)
+find_package(LATEX COMPONENTS BIBTEX PS2PDF)
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindLTTngUST.html b/cmake/doc/cmake/html/module/FindLTTngUST.html new file mode 100644 index 0000000000000000000000000000000000000000..4e48108a14429ac6fcf0158b3b35f5468a5f9aa7 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindLTTngUST.html @@ -0,0 +1,176 @@ + + + + + + + + FindLTTngUST — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindLTTngUST

+
+

Added in version 3.6.

+
+

Find +Linux Trace Toolkit Next Generation (LTTng-UST) library.

+
+

Imported target

+

This module defines the following IMPORTED target:

+
+
LTTng::UST

The LTTng-UST library, if found

+
+
+
+
+

Result variables

+

This module sets the following

+
+
LTTNGUST_FOUND

TRUE if system has LTTng-UST

+
+
LTTNGUST_INCLUDE_DIRS

The LTTng-UST include directories

+
+
LTTNGUST_LIBRARIES

The libraries needed to use LTTng-UST

+
+
LTTNGUST_VERSION_STRING

The LTTng-UST version

+
+
LTTNGUST_HAS_TRACEF

TRUE if the tracef() API is available in the system's LTTng-UST

+
+
LTTNGUST_HAS_TRACELOG

TRUE if the tracelog() API is available in the system's LTTng-UST

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindLibArchive.html b/cmake/doc/cmake/html/module/FindLibArchive.html new file mode 100644 index 0000000000000000000000000000000000000000..ee346ddb68f500dccf55ff1c0aa6b222b9c47e82 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindLibArchive.html @@ -0,0 +1,153 @@ + + + + + + + + FindLibArchive — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindLibArchive

+

Find libarchive library and headers. +Libarchive is multi-format archive and compression library.

+

The module defines the following variables:

+
LibArchive_FOUND        - true if libarchive was found
+LibArchive_INCLUDE_DIRS - include search path
+LibArchive_LIBRARIES    - libraries to link
+LibArchive_VERSION      - libarchive 3-component version number
+
+
+

The module defines the following IMPORTED targets:

+
LibArchive::LibArchive  - target for linking against libarchive
+
+
+
+

Added in version 3.6: Support for new libarchive 3.2 version string format.

+
+
+

Added in version 3.17: Provides an imported target.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindLibLZMA.html b/cmake/doc/cmake/html/module/FindLibLZMA.html new file mode 100644 index 0000000000000000000000000000000000000000..efea784258263398a215e825db0e28a9d012ef14 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindLibLZMA.html @@ -0,0 +1,195 @@ + + + + + + + + FindLibLZMA — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindLibLZMA

+

Find LZMA compression algorithm headers and library.

+
+

Imported Targets

+
+

Added in version 3.14.

+
+

This module defines IMPORTED target LibLZMA::LibLZMA, if +liblzma has been found.

+
+
+

Result variables

+

This module will set the following variables in your project:

+
+
LIBLZMA_FOUND

True if liblzma headers and library were found.

+
+
LIBLZMA_INCLUDE_DIRS

Directory where liblzma headers are located.

+
+
LIBLZMA_LIBRARIES

Lzma libraries to link against.

+
+
LIBLZMA_HAS_AUTO_DECODER

True if lzma_auto_decoder() is found (required).

+
+
LIBLZMA_HAS_EASY_ENCODER

True if lzma_easy_encoder() is found (required).

+
+
LIBLZMA_HAS_LZMA_PRESET

True if lzma_lzma_preset() is found (required).

+
+
LIBLZMA_VERSION
+

Added in version 3.26: the version of LZMA found.

+
+

See also legacy variable LIBLZMA_VERSION_STRING.

+
+
+
+
+

Legacy Variables

+

The following variables are provided for backward compatibility:

+
+
LIBLZMA_VERSION_MAJOR

The major version of lzma

+
+
LIBLZMA_VERSION_MINOR

The minor version of lzma

+
+
LIBLZMA_VERSION_PATCH

The patch version of lzma

+
+
LIBLZMA_VERSION_STRING

version number as a string (ex: "5.0.3")

+
+

Changed in version 3.26: Superseded by LIBLZMA_VERSION.

+
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindLibXml2.html b/cmake/doc/cmake/html/module/FindLibXml2.html new file mode 100644 index 0000000000000000000000000000000000000000..bb51a223865ea60cda82b28b49e8191141711eb0 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindLibXml2.html @@ -0,0 +1,193 @@ + + + + + + + + FindLibXml2 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindLibXml2

+

Find the XML processing library (libxml2).

+
+

IMPORTED Targets

+
+

Added in version 3.12.

+
+

The following IMPORTED targets may be defined:

+
+
LibXml2::LibXml2

libxml2 library.

+
+
LibXml2::xmllint
+

Added in version 3.17.

+
+

xmllint command-line executable.

+
+
+
+
+

Result variables

+

This module will set the following variables in your project:

+
+
LibXml2_FOUND

true if libxml2 headers and libraries were found

+
+
LIBXML2_INCLUDE_DIR

the directory containing LibXml2 headers

+
+
LIBXML2_INCLUDE_DIRS

list of the include directories needed to use LibXml2

+
+
LIBXML2_LIBRARIES

LibXml2 libraries to be linked

+
+
LIBXML2_DEFINITIONS

the compiler switches required for using LibXml2

+
+
LIBXML2_XMLLINT_EXECUTABLE

path to the XML checking tool xmllint coming with LibXml2

+
+
LIBXML2_VERSION_STRING

the version of LibXml2 found (since CMake 2.8.8)

+
+
+
+
+

Cache variables

+

The following cache variables may also be set:

+
+
LIBXML2_INCLUDE_DIR

the directory containing LibXml2 headers

+
+
LIBXML2_LIBRARY

path to the LibXml2 library

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindLibXslt.html b/cmake/doc/cmake/html/module/FindLibXslt.html new file mode 100644 index 0000000000000000000000000000000000000000..5849fb025f97de12830f79b62354b2cbf47d7e45 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindLibXslt.html @@ -0,0 +1,185 @@ + + + + + + + + FindLibXslt — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindLibXslt

+

Find the XSL Transformations, Extensible Stylesheet Language +Transformations (XSLT) library (LibXslt)

+
+

IMPORTED Targets

+
+

Added in version 3.18.

+
+

The following IMPORTED targets may be defined:

+
+
LibXslt::LibXslt

If the libxslt library has been found

+
+
LibXslt::LibExslt

If the libexslt library has been found

+
+
LibXslt::xsltproc

If the xsltproc command-line executable has been found

+
+
+
+
+

Result variables

+

This module will set the following variables in your project:

+
+

LIBXSLT_FOUND - system has LibXslt +LIBXSLT_INCLUDE_DIR - the LibXslt include directory +LIBXSLT_LIBRARIES - Link these to LibXslt +LIBXSLT_DEFINITIONS - Compiler switches required for using LibXslt +LIBXSLT_VERSION_STRING - version of LibXslt found (since CMake 2.8.8)

+
+

Additionally, the following two variables are set (but not required +for using xslt):

+
+
LIBXSLT_EXSLT_INCLUDE_DIR
+

Added in version 3.18: The include directory for exslt.

+
+
+
LIBXSLT_EXSLT_LIBRARIES

Link to these if you need to link against the exslt library.

+
+
LIBXSLT_XSLTPROC_EXECUTABLE

Contains the full path to the xsltproc executable if found.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindLibinput.html b/cmake/doc/cmake/html/module/FindLibinput.html new file mode 100644 index 0000000000000000000000000000000000000000..cfa113c306af243b44cc954bd0a10949a16d8da9 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindLibinput.html @@ -0,0 +1,173 @@ + + + + + + + + FindLibinput — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindLibinput

+
+

Added in version 3.14.

+
+

Find libinput headers and library.

+
+

Imported Targets

+
+
Libinput::Libinput

The libinput library, if found.

+
+
+
+
+

Result Variables

+

This will define the following variables in your project:

+
+
Libinput_FOUND

true if (the requested version of) libinput is available.

+
+
Libinput_VERSION

the version of libinput.

+
+
Libinput_LIBRARIES

the libraries to link against to use libinput.

+
+
Libinput_INCLUDE_DIRS

where to find the libinput headers.

+
+
Libinput_COMPILE_OPTIONS

this should be passed to target_compile_options(), if the +target is not used for linking

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindLua.html b/cmake/doc/cmake/html/module/FindLua.html new file mode 100644 index 0000000000000000000000000000000000000000..5c8b3828db434950fc654344bdc85d30db3e028b --- /dev/null +++ b/cmake/doc/cmake/html/module/FindLua.html @@ -0,0 +1,165 @@ + + + + + + + + FindLua — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindLua

+

Locate Lua library.

+
+

Added in version 3.18: Support for Lua 5.4.

+
+

This module defines:

+
+
LUA_FOUND

if false, do not try to link to Lua

+
+
LUA_LIBRARIES

both lua and lualib

+
+
LUA_INCLUDE_DIR

where to find lua.h

+
+
LUA_VERSION_STRING

the version of Lua found

+
+
LUA_VERSION_MAJOR

the major version of Lua

+
+
LUA_VERSION_MINOR

the minor version of Lua

+
+
LUA_VERSION_PATCH

the patch version of Lua

+
+
+

Note that the expected include convention is

+
#include "lua.h"
+
+
+

and not

+
#include <lua/lua.h>
+
+
+

This is because, the lua location is not standardized and may exist in +locations other than lua/

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindLua50.html b/cmake/doc/cmake/html/module/FindLua50.html new file mode 100644 index 0000000000000000000000000000000000000000..33b78ff4b859f7439d2015dcca10da5eacd25f50 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindLua50.html @@ -0,0 +1,151 @@ + + + + + + + + FindLua50 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindLua50

+

Locate Lua library.

+

This module defines:

+
LUA50_FOUND, if false, do not try to link to Lua
+LUA_LIBRARIES, both lua and lualib
+LUA_INCLUDE_DIR, where to find lua.h and lualib.h (and probably lauxlib.h)
+
+
+

Note that the expected include convention is:

+
#include "lua.h"
+
+
+

and not:

+
#include <lua/lua.h>
+
+
+

This is because, the lua location is not standardized and may exist in +locations other than lua/

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindLua51.html b/cmake/doc/cmake/html/module/FindLua51.html new file mode 100644 index 0000000000000000000000000000000000000000..b76ef7cd41bee67b7b75b8a2b90f543f8eb193f5 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindLua51.html @@ -0,0 +1,152 @@ + + + + + + + + FindLua51 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindLua51

+

Locate Lua library. +This module defines:

+
LUA51_FOUND, if false, do not try to link to Lua
+LUA_LIBRARIES
+LUA_INCLUDE_DIR, where to find lua.h
+LUA_VERSION_STRING, the version of Lua found (since CMake 2.8.8)
+
+
+

Note that the expected include convention is:

+
#include "lua.h"
+
+
+

and not:

+
#include <lua/lua.h>
+
+
+

This is because, the lua location is not standardized and may exist in +locations other than lua/

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindMFC.html b/cmake/doc/cmake/html/module/FindMFC.html new file mode 100644 index 0000000000000000000000000000000000000000..3bc27b12ff65c7b90c1bb4d846424783acd07c49 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindMFC.html @@ -0,0 +1,141 @@ + + + + + + + + FindMFC — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindMFC

+

Find Microsoft Foundation Class Library (MFC) on Windows

+

Find the native MFC - i.e. decide if an application can link to the +MFC libraries.

+
MFC_FOUND - Was MFC support found
+
+
+

You don't need to include anything or link anything to use it.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindMPEG.html b/cmake/doc/cmake/html/module/FindMPEG.html new file mode 100644 index 0000000000000000000000000000000000000000..f45d3ebc5899f3ca224d12317ae3b2c7ff614855 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindMPEG.html @@ -0,0 +1,146 @@ + + + + + + + + FindMPEG — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindMPEG

+

Find the native MPEG includes and library

+

This module defines

+
MPEG_INCLUDE_DIR, where to find MPEG.h, etc.
+MPEG_LIBRARIES, the libraries required to use MPEG.
+MPEG_FOUND, If false, do not try to use MPEG.
+
+
+

also defined, but not for general use are

+
MPEG_mpeg2_LIBRARY, where to find the MPEG library.
+MPEG_vo_LIBRARY, where to find the vo library.
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindMPEG2.html b/cmake/doc/cmake/html/module/FindMPEG2.html new file mode 100644 index 0000000000000000000000000000000000000000..6bb95d1173425b54a986c1261b17a85c00436ece --- /dev/null +++ b/cmake/doc/cmake/html/module/FindMPEG2.html @@ -0,0 +1,146 @@ + + + + + + + + FindMPEG2 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindMPEG2

+

Find the native MPEG2 includes and library

+

This module defines

+
MPEG2_INCLUDE_DIR, path to mpeg2dec/mpeg2.h, etc.
+MPEG2_LIBRARIES, the libraries required to use MPEG2.
+MPEG2_FOUND, If false, do not try to use MPEG2.
+
+
+

also defined, but not for general use are

+
MPEG2_mpeg2_LIBRARY, where to find the MPEG2 library.
+MPEG2_vo_LIBRARY, where to find the vo library.
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindMPI.html b/cmake/doc/cmake/html/module/FindMPI.html new file mode 100644 index 0000000000000000000000000000000000000000..af10027068b65271c5e657a59df695fe0aeac390 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindMPI.html @@ -0,0 +1,395 @@ + + + + + + + + FindMPI — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindMPI

+

Find a Message Passing Interface (MPI) implementation.

+

The Message Passing Interface (MPI) is a library used to write +high-performance distributed-memory parallel applications, and is +typically deployed on a cluster. MPI is a standard interface (defined +by the MPI forum) for which many implementations are available.

+
+

Added in version 3.10: Major overhaul of the module: many new variables, per-language components, +support for a wider variety of runtimes.

+
+
+

Variables for using MPI

+

The module exposes the components C, CXX, MPICXX and Fortran. +Each of these controls the various MPI languages to search for. +The difference between CXX and MPICXX is that CXX refers to the +MPI C API being usable from C++, whereas MPICXX refers to the MPI-2 C++ API +that was removed again in MPI-3.

+

Depending on the enabled components the following variables will be set:

+
+
MPI_FOUND

Variable indicating that MPI settings for all requested languages have been found. +If no components are specified, this is true if MPI settings for all enabled languages +were detected. Note that the MPICXX component does not affect this variable.

+
+
MPI_VERSION

Minimal version of MPI detected among the requested languages, or all enabled languages +if no components were specified.

+
+
+

This module will set the following variables per language in your +project, where <lang> is one of C, CXX, or Fortran:

+
+
MPI_<lang>_FOUND

Variable indicating the MPI settings for <lang> were found and that +simple MPI test programs compile with the provided settings.

+
+
MPI_<lang>_COMPILER

MPI compiler for <lang> if such a program exists.

+
+
MPI_<lang>_COMPILE_OPTIONS

Compilation options for MPI programs in <lang>, given as a ;-list.

+
+
MPI_<lang>_COMPILE_DEFINITIONS

Compilation definitions for MPI programs in <lang>, given as a ;-list.

+
+
MPI_<lang>_INCLUDE_DIRS

Include path(s) for MPI header.

+
+
MPI_<lang>_LINK_FLAGS

Linker flags for MPI programs.

+
+
MPI_<lang>_LIBRARIES

All libraries to link MPI programs against.

+
+
+
+

Added in version 3.9: Additionally, the following IMPORTED targets are defined:

+
+
+
MPI::MPI_<lang>

Target for using MPI from <lang>.

+
+
+

The following variables indicating which bindings are present will be defined:

+
+
MPI_MPICXX_FOUND

Variable indicating whether the MPI-2 C++ bindings are present (introduced in MPI-2, removed with MPI-3).

+
+
MPI_Fortran_HAVE_F77_HEADER

True if the Fortran 77 header mpif.h is available.

+
+
MPI_Fortran_HAVE_F90_MODULE

True if the Fortran 90 module mpi can be used for accessing MPI (MPI-2 and higher only).

+
+
MPI_Fortran_HAVE_F08_MODULE

True if the Fortran 2008 mpi_f08 is available to MPI programs (MPI-3 and higher only).

+
+
+

If possible, the MPI version will be determined by this module. The facilities to detect the MPI version +were introduced with MPI-1.2, and therefore cannot be found for older MPI versions.

+
+
MPI_<lang>_VERSION_MAJOR

Major version of MPI implemented for <lang> by the MPI distribution.

+
+
MPI_<lang>_VERSION_MINOR

Minor version of MPI implemented for <lang> by the MPI distribution.

+
+
MPI_<lang>_VERSION

MPI version implemented for <lang> by the MPI distribution.

+
+
+

Note that there's no variable for the C bindings being accessible through mpi.h, since the MPI standards +always have required this binding to work in both C and C++ code.

+

For running MPI programs, the module sets the following variables

+
+
MPIEXEC_EXECUTABLE

Executable for running MPI programs, if such exists.

+
+
MPIEXEC_NUMPROC_FLAG

Flag to pass to mpiexec before giving it the number of processors to run on.

+
+
MPIEXEC_MAX_NUMPROCS

Number of MPI processors to utilize. Defaults to the number +of processors detected on the host system.

+
+
MPIEXEC_PREFLAGS

Flags to pass to mpiexec directly before the executable to run.

+
+
MPIEXEC_POSTFLAGS

Flags to pass to mpiexec after other flags.

+
+
+
+
+

Variables for locating MPI

+

This module performs a four step search for an MPI implementation:

+
    +
  1. Search for MPIEXEC_EXECUTABLE and, if found, use its base directory.

  2. +
  3. Check if the compiler has MPI support built-in. This is the case if the user passed a +compiler wrapper as CMAKE_<LANG>_COMPILER or if they use Cray system compiler wrappers.

  4. +
  5. Attempt to find an MPI compiler wrapper and determine the compiler information from it.

  6. +
  7. Try to find an MPI implementation that does not ship such a wrapper by guessing settings. +Currently, only Microsoft MPI and MPICH2 on Windows are supported.

  8. +
+

For controlling the MPIEXEC_EXECUTABLE step, the following variables may be set:

+
+
MPIEXEC_EXECUTABLE

Manually specify the location of mpiexec.

+
+
MPI_HOME

Specify the base directory of the MPI installation.

+
+
ENV{MPI_HOME}

Environment variable to specify the base directory of the MPI installation.

+
+
ENV{I_MPI_ROOT}

Environment variable to specify the base directory of the MPI installation.

+
+
+

For controlling the compiler wrapper step, the following variables may be set:

+
+
MPI_<lang>_COMPILER

Search for the specified compiler wrapper and use it.

+
+
MPI_<lang>_COMPILER_FLAGS

Flags to pass to the MPI compiler wrapper during interrogation. Some compiler wrappers +support linking debug or tracing libraries if a specific flag is passed and this variable +may be used to obtain them.

+
+
MPI_COMPILER_FLAGS

Used to initialize MPI_<lang>_COMPILER_FLAGS if no language specific flag has been given. +Empty by default.

+
+
MPI_EXECUTABLE_SUFFIX

A suffix which is appended to all names that are being looked for. For instance you may set this +to .mpich or .openmpi to prefer the one or the other on Debian and its derivatives.

+
+
+

In order to control the guessing step, the following variable may be set:

+
+
MPI_GUESS_LIBRARY_NAME

Valid values are MSMPI and MPICH2. If set, only the given library will be searched for. +By default, MSMPI will be preferred over MPICH2 if both are available. +This also sets MPI_SKIP_COMPILER_WRAPPER to true, which may be overridden.

+
+
+

Each of the search steps may be skipped with the following control variables:

+
+
MPI_ASSUME_NO_BUILTIN_MPI

If true, the module assumes that the compiler itself does not provide an MPI implementation and +skips to step 2.

+
+
MPI_SKIP_COMPILER_WRAPPER

If true, no compiler wrapper will be searched for.

+
+
MPI_SKIP_GUESSING

If true, the guessing step will be skipped.

+
+
+

Additionally, the following control variable is available to change search behavior:

+
+
MPI_CXX_SKIP_MPICXX

Add some definitions that will disable the MPI-2 C++ bindings. +Currently supported are MPICH, Open MPI, Platform MPI and derivatives thereof, +for example MVAPICH or Intel MPI.

+
+
+

If the find procedure fails for a variable MPI_<lang>_WORKS, then the settings detected by or passed to +the module did not work and even a simple MPI test program failed to compile.

+

If all of these parameters were not sufficient to find the right MPI implementation, a user may +disable the entire autodetection process by specifying both a list of libraries in MPI_<lang>_LIBRARIES +and a list of include directories in MPI_<lang>_ADDITIONAL_INCLUDE_DIRS. +Any other variable may be set in addition to these two. The module will then validate the MPI settings and store the +settings in the cache.

+
+
+

Cache variables for MPI

+

The variable MPI_<lang>_INCLUDE_DIRS will be assembled from the following variables. +For C and CXX:

+
+
MPI_<lang>_HEADER_DIR

Location of the mpi.h header on disk.

+
+
+

For Fortran:

+
+
MPI_Fortran_F77_HEADER_DIR

Location of the Fortran 77 header mpif.h, if it exists.

+
+
MPI_Fortran_MODULE_DIR

Location of the mpi or mpi_f08 modules, if available.

+
+
+

For all languages the following variables are additionally considered:

+
+
MPI_<lang>_ADDITIONAL_INCLUDE_DIRS

A ;-list of paths needed in addition to the normal include directories.

+
+
MPI_<include_name>_INCLUDE_DIR

Path variables for include folders referred to by <include_name>.

+
+
MPI_<lang>_ADDITIONAL_INCLUDE_VARS

A ;-list of <include_name> that will be added to the include locations of <lang>.

+
+
+

The variable MPI_<lang>_LIBRARIES will be assembled from the following variables:

+
+
MPI_<lib_name>_LIBRARY

The location of a library called <lib_name> for use with MPI.

+
+
MPI_<lang>_LIB_NAMES

A ;-list of <lib_name> that will be added to the include locations of <lang>.

+
+
+
+
+

Usage of mpiexec

+

When using MPIEXEC_EXECUTABLE to execute MPI applications, you should typically +use all of the MPIEXEC_EXECUTABLE flags as follows:

+
${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS}
+  ${MPIEXEC_PREFLAGS} EXECUTABLE ${MPIEXEC_POSTFLAGS} ARGS
+
+
+

where EXECUTABLE is the MPI program, and ARGS are the arguments to +pass to the MPI program.

+
+
+

Advanced variables for using MPI

+

The module can perform some advanced feature detections upon explicit request.

+

Important notice: The following checks cannot be performed without executing an MPI test program. +Consider the special considerations for the behavior of try_run() during cross compilation. +Moreover, running an MPI program can cause additional issues, like a firewall notification on some systems. +You should only enable these detections if you absolutely need the information.

+

If the following variables are set to true, the respective search will be performed:

+
+
MPI_DETERMINE_Fortran_CAPABILITIES

Determine for all available Fortran bindings what the values of MPI_SUBARRAYS_SUPPORTED and +MPI_ASYNC_PROTECTS_NONBLOCKING are and make their values available as MPI_Fortran_<binding>_SUBARRAYS +and MPI_Fortran_<binding>_ASYNCPROT, where <binding> is one of F77_HEADER, F90_MODULE and +F08_MODULE.

+
+
MPI_DETERMINE_LIBRARY_VERSION

For each language, find the output of MPI_Get_library_version and make it available as MPI_<lang>_LIBRARY_VERSION_STRING. +This information is usually tied to the runtime component of an MPI implementation and might differ depending on <lang>. +Note that the return value is entirely implementation defined. This information might be used to identify +the MPI vendor and for example pick the correct one of multiple third party binaries that matches the MPI vendor.

+
+
+
+
+

Backward Compatibility

+
+

Deprecated since version 3.10.

+
+

For backward compatibility with older versions of FindMPI, these +variables are set:

+
MPI_COMPILER        MPI_LIBRARY        MPI_EXTRA_LIBRARY
+MPI_COMPILE_FLAGS   MPI_INCLUDE_PATH   MPI_LINK_FLAGS
+MPI_LIBRARIES
+
+
+

In new projects, please use the MPI_<lang>_XXX equivalents. +Additionally, the following variables are deprecated:

+
+
MPI_<lang>_COMPILE_FLAGS

Use MPI_<lang>_COMPILE_OPTIONS and MPI_<lang>_COMPILE_DEFINITIONS instead.

+
+
MPI_<lang>_INCLUDE_PATH

For consumption use MPI_<lang>_INCLUDE_DIRS and for specifying folders use MPI_<lang>_ADDITIONAL_INCLUDE_DIRS instead.

+
+
MPIEXEC

Use MPIEXEC_EXECUTABLE instead.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindMatlab.html b/cmake/doc/cmake/html/module/FindMatlab.html new file mode 100644 index 0000000000000000000000000000000000000000..a5ea067eab5bd3764ddd0e2eadffc6840ed1b597 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindMatlab.html @@ -0,0 +1,730 @@ + + + + + + + + FindMatlab — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindMatlab

+

Finds Matlab or Matlab Compiler Runtime (MCR) and provides Matlab tools, +libraries and compilers to CMake.

+

This package primary purpose is to find the libraries associated with Matlab +or the MCR in order to be able to build Matlab extensions (mex files). It +can also be used:

+
    +
  • to run specific commands in Matlab in case Matlab is available

  • +
  • for declaring Matlab unit test

  • +
  • to retrieve various information from Matlab (mex extensions, versions and +release queries, ...)

  • +
+
+

Added in version 3.12: Added Matlab Compiler Runtime (MCR) support.

+
+

The module supports the following components:

+
    +
  • ENG_LIBRARY and MAT_LIBRARY: respectively the ENG and MAT +libraries of Matlab

  • +
  • MAIN_PROGRAM the Matlab binary program. Note that this component is not +available on the MCR version, and will yield an error if the MCR is found +instead of the regular Matlab installation.

  • +
  • MEX_COMPILER the MEX compiler.

  • +
  • MCC_COMPILER the MCC compiler, included with the Matlab Compiler add-on.

  • +
  • SIMULINK the Simulink environment.

  • +
+
+

Added in version 3.7: Added the MAT_LIBRARY component.

+
+
+

Added in version 3.13: Added the ENGINE_LIBRARY, DATAARRAY_LIBRARY and MCC_COMPILER +components.

+
+
+

Changed in version 3.14: Removed the MX_LIBRARY, ENGINE_LIBRARY and DATAARRAY_LIBRARY +components. These libraries are found unconditionally.

+
+
+

Added in version 3.30: Added support for specifying a version range to find_package() and +added support for specifying REGISTRY_VIEW to find_package(), +matlab_extract_all_installed_versions_from_registry() and +matlab_get_all_valid_matlab_roots_from_registry(). The default +behavior remained unchanged, by using the registry view TARGET.

+
+
+

Note

+

The version given to the find_package() directive is the Matlab +version, which should not be confused with the Matlab release name +(e.g. R2023b). +The matlab_get_version_from_release_name() and +matlab_get_release_name_from_version() provide a mapping +between the release name and the version.

+
+

The variable Matlab_ROOT_DIR may be specified in order to give +the path of the desired Matlab version. Otherwise, the behavior is platform +specific:

+
    +
  • Windows: The installed versions of Matlab/MCR are retrieved from the +Windows registry. The REGISTRY_VIEW argument may optionally be specified +to manually control whether 32bit or 64bit versions shall be searched for.

  • +
  • macOS: The installed versions of Matlab/MCR are given by the MATLAB +default installation paths under $HOME/Applications and /Applications. +If no such application is found, it falls back to the one that might be +accessible from the PATH.

  • +
  • Unix: The desired Matlab should be accessible from the PATH. This does +not work for MCR installation and Matlab_ROOT_DIR should be +specified on this platform.

  • +
+

Additional information is provided when MATLAB_FIND_DEBUG is set. +When a Matlab/MCR installation is found automatically and the MATLAB_VERSION +is not given, the version is queried from Matlab directly (on Windows this +may pop up a Matlab window) or from the MCR installation.

+

The mapping of the release names and the version of Matlab is performed by +defining pairs (name, version). The variable +MATLAB_ADDITIONAL_VERSIONS may be provided before the call to +the find_package() in order to handle additional versions.

+

A Matlab scripts can be added to the set of tests using the +matlab_add_unit_test(). By default, the Matlab unit test framework +will be used (>= 2013a) to run this script, but regular .m files +returning an exit code can be used as well (0 indicating a success).

+
+

Module Input Variables

+

Users or projects may set the following variables to configure the module +behavior:

+
+
Matlab_ROOT
+

Added in version 3.25.

+
+

Default value for Matlab_ROOT_DIR, the root of the Matlab +installation.

+
+
Matlab_ROOT_DIR

The root of the Matlab installation.

+
+
MATLAB_FIND_DEBUG

outputs debug information

+
+
MATLAB_ADDITIONAL_VERSIONS

additional versions of Matlab for the automatic retrieval of the installed +versions.

+
+
+
+
+

Imported targets

+
+

Added in version 3.22.

+
+

This module defines the following IMPORTED targets:

+
+
Matlab::mex

The mex library, always available for MATLAB installations. Available for +MCR installations if provided by MCR.

+
+
Matlab::mx

The mx library of Matlab (arrays), always available for MATLAB installations. +Available for MCR installations if provided by MCR.

+
+
Matlab::eng

Matlab engine library. Available only if the ENG_LIBRARY component +is requested.

+
+
Matlab::mat

Matlab matrix library. Available only if the MAT_LIBRARY component +is requested.

+
+
Matlab::MatlabEngine

Matlab C++ engine library, always available for MATLAB R2018a and newer. +Available for MCR installations if provided by MCR.

+
+
Matlab::MatlabDataArray

Matlab C++ data array library, always available for MATLAB R2018a and newer. +Available for MCR installations if provided by MCR.

+
+
+
+
+

Variables defined by the module

+
+

Result variables

+
+
Matlab_FOUND

TRUE if the Matlab installation is found, FALSE +otherwise. All variable below are defined if Matlab is found.

+
+
Matlab_VERSION
+

Added in version 3.27.

+
+

the numerical version (e.g. 23.2.0) of Matlab found. Not to be confused with +Matlab release name (e.g. R2023b) that can be obtained with +matlab_get_release_name_from_version().

+
+
Matlab_ROOT_DIR

the final root of the Matlab installation determined by the FindMatlab +module.

+
+
Matlab_MAIN_PROGRAM

the Matlab binary program. Available only if the component MAIN_PROGRAM +is given in the find_package() directive.

+
+
Matlab_INCLUDE_DIRS

the path of the Matlab libraries headers

+
+
Matlab_MEX_LIBRARY

library for mex, always available for MATLAB installations. Available for MCR +installations if provided by MCR.

+
+
Matlab_MX_LIBRARY

mx library of Matlab (arrays), always available for MATLAB installations. +Available for MCR installations if provided by MCR.

+
+
Matlab_ENG_LIBRARY

Matlab engine library. Available only if the component ENG_LIBRARY +is requested.

+
+
Matlab_MAT_LIBRARY

Matlab matrix library. Available only if the component MAT_LIBRARY +is requested.

+
+
Matlab_ENGINE_LIBRARY
+

Added in version 3.13.

+
+

Matlab C++ engine library, always available for MATLAB R2018a and newer. +Available for MCR installations if provided by MCR.

+
+
Matlab_DATAARRAY_LIBRARY
+

Added in version 3.13.

+
+

Matlab C++ data array library, always available for MATLAB R2018a and newer. +Available for MCR installations if provided by MCR.

+
+
Matlab_LIBRARIES

the whole set of libraries of Matlab

+
+
Matlab_MEX_COMPILER

the mex compiler of Matlab. Currently not used. +Available only if the component MEX_COMPILER is requested.

+
+
Matlab_MCC_COMPILER
+

Added in version 3.13.

+
+

the mcc compiler of Matlab. Included with the Matlab Compiler add-on. +Available only if the component MCC_COMPILER is requested.

+
+
+
+
+

Cached variables

+
+
Matlab_MEX_EXTENSION

the extension of the mex files for the current platform (given by Matlab).

+
+
Matlab_ROOT_DIR

the location of the root of the Matlab installation found. If this value +is changed by the user, the result variables are recomputed.

+
+
+
+
+
+

Provided commands

+
+
matlab_get_version_from_release_name()

returns the version from the Matlab release name

+
+
matlab_get_release_name_from_version()

returns the release name from the Matlab version

+
+
matlab_add_mex()

adds a target compiling a MEX file.

+
+
matlab_add_unit_test()

adds a Matlab unit test file as a test to the project.

+
+
matlab_extract_all_installed_versions_from_registry()

parses the registry for all Matlab versions. Available on Windows only. +The part of the registry parsed is dependent on the host processor

+
+
matlab_get_all_valid_matlab_roots_from_registry()

returns all the possible Matlab or MCR paths, according to a previously +given list. Only the existing/accessible paths are kept. This is mainly +useful for the searching all possible Matlab installation.

+
+
matlab_get_mex_suffix()

returns the suffix to be used for the mex files +(platform/architecture dependent)

+
+
matlab_get_version_from_matlab_run()

returns the version of Matlab/MCR, given the full directory of the Matlab/MCR +installation path.

+
+
+
+
+

Known issues

+
+
Symbol clash in a MEX target

By default, every symbols inside a MEX +file defined with the command matlab_add_mex() have hidden +visibility, except for the entry point. This is the default behavior of +the MEX compiler, which lowers the risk of symbol collision between the +libraries shipped with Matlab, and the libraries to which the MEX file is +linking to. This is also the default on Windows platforms.

+

However, this is not sufficient in certain case, where for instance your +MEX file is linking against libraries that are already loaded by Matlab, +even if those libraries have different SONAMES. +A possible solution is to hide the symbols of the libraries to which the +MEX target is linking to. This can be achieved in GNU GCC compilers with +the linker option -Wl,--exclude-libs,ALL.

+
+
Tests using GPU resources

in case your MEX file is using the GPU and +in order to be able to run unit tests on this MEX file, the GPU resources +should be properly released by Matlab. A possible solution is to make +Matlab aware of the use of the GPU resources in the session, which can be +performed by a command such as D = gpuDevice() at the beginning of +the test script (or via a fixture).

+
+
+
+
+

Reference

+
+
+Matlab_ROOT_DIR
+

The root folder of the Matlab installation. If set before the call to +find_package(), the module will look for the components in that +path. If not set, then an automatic search of Matlab +will be performed. If set, it should point to a valid version of Matlab.

+
+ +
+
+MATLAB_FIND_DEBUG
+

If set, the lookup of Matlab and the intermediate configuration steps are +outputted to the console.

+
+ +
+
+MATLAB_ADDITIONAL_VERSIONS
+

If set, specifies additional versions of Matlab that may be looked for. +The variable should be a list of strings, organized by pairs of release +name and versions, such as follows:

+
set(MATLAB_ADDITIONAL_VERSIONS
+    "release_name1=corresponding_version1"
+    "release_name2=corresponding_version2"
+    ...
+    )
+
+
+

Example:

+
set(MATLAB_ADDITIONAL_VERSIONS
+    "R2013b=8.2"
+    "R2013a=8.1"
+    "R2012b=8.0")
+
+
+

The order of entries in this list matters when several versions of +Matlab are installed. The priority is set according to the ordering in +this list.

+
+ +
+
+matlab_get_version_from_release_name
+
matlab_get_version_from_release_name(release version)
+
+
+
    +
  • Input: release is the release name (e.g. R2023b)

  • +
  • Output: version is the version of Matlab (e.g. 23.2.0)

  • +
+

Returns the version of Matlab from a release name

+
+

Note

+

This command provides correct versions mappings for Matlab but not MCR.

+
+
+ +
+
+matlab_get_release_name_from_version
+
matlab_get_release_name_from_version(version release_name)
+
+
+
    +
  • Input: version is the version of Matlab (e.g. 23.2.0)

  • +
  • Output: release_name is the release name (R2023b)

  • +
+

Returns the release name from the version of Matlab

+
+

Note

+

This command provides correct version mappings for Matlab but not MCR.

+
+
+ +
+
+matlab_extract_all_installed_versions_from_registry
+

This function parses the Windows registry and finds the Matlab versions that +are installed. The found versions are stored in a given <versions-var>.

+
+
+matlab_extract_all_installed_versions_from_registry(<versions-var> [REGISTRY_VIEW view])
+
+

Added in version 3.30.

+
+
    +
  • Output: <versions-var> is a list of all the versions of Matlab found

  • +
  • Input: REGISTRY_VIEW Optional registry view to use for registry +interaction. The argument is passed (or omitted) to +cmake_host_system_information() without further checks or +modification.

  • +
+
+ +
+
+matlab_extract_all_installed_versions_from_registry(<win64> <versions-var>)
+
    +
  • Input: win64 is a boolean to search for the 64 bit version of +Matlab. Set to ON to use the 64bit registry view or OFF to use the +32bit registry view. If finer control is needed, see signature above.

  • +
  • Output: <versions-var> is a list of all the versions of Matlab found

  • +
+
+ +

The returned list contains all versions under +HKLM\SOFTWARE\Mathworks\MATLAB, +HKLM\SOFTWARE\Mathworks\MATLAB Runtime and +HKLM\SOFTWARE\Mathworks\MATLAB Compiler Runtime or an empty list in +case an error occurred (or nothing found).

+
+

Note

+

Only the versions are provided. No check is made over the existence of the +installation referenced in the registry,

+
+
+ +
+
+matlab_get_all_valid_matlab_roots_from_registry
+

Populates the Matlab root with valid versions of Matlab or +Matlab Runtime (MCR). +The returned matlab_roots is organized in triplets +(type,version_number,matlab_root_path), where type +indicates either MATLAB or MCR.

+
matlab_get_all_valid_matlab_roots_from_registry(matlab_versions matlab_roots [REGISTRY_VIEW view])
+
+
+
    +
  • Input: matlab_versions of each of the Matlab or MCR installations

  • +
  • Output: matlab_roots location of each of the Matlab or MCR installations

  • +
  • Input: REGISTRY_VIEW Optional registry view to use for registry +interaction. The argument is passed (or omitted) to +cmake_host_system_information() without further checks or +modification.

  • +
+
+

Added in version 3.30: The optional REGISTRY_VIEW argument was added to provide a more precise +interface on how to interact with the Windows Registry.

+
+
+ +
+
+matlab_get_mex_suffix
+

Returns the extension of the mex files (the suffixes). +This function should not be called before the appropriate Matlab root has +been found.

+
matlab_get_mex_suffix(matlab_root mex_suffix)
+
+
+
    +
  • Input: matlab_root root of Matlab/MCR install e.g. Matlab_ROOT_DIR

  • +
  • Output: mex_suffix variable name in which the suffix will be returned.

  • +
+
+ +
+
+matlab_get_version_from_matlab_run
+

This function runs Matlab program specified on arguments and extracts its +version. If the path provided for the Matlab installation points to an MCR +installation, the version is extracted from the installed files.

+
matlab_get_version_from_matlab_run(matlab_binary_path matlab_list_versions)
+
+
+
    +
  • Input: matlab_binary_path path of the matlab binary executable

  • +
  • Output: matlab_list_versions the version extracted from Matlab

  • +
+
+ +
+
+matlab_add_unit_test
+

Adds a Matlab unit test to the test set of cmake/ctest. +This command requires the component MAIN_PROGRAM and hence is not +available for an MCR installation.

+

The unit test uses the Matlab unittest framework (default, available +starting Matlab 2013b+) except if the option NO_UNITTEST_FRAMEWORK +is given.

+

The function expects one Matlab test script file to be given. +In the case NO_UNITTEST_FRAMEWORK is given, the unittest script file +should contain the script to be run, plus an exit command with the exit +value. This exit value will be passed to the ctest framework (0 success, +non 0 failure). Additional arguments accepted by add_test() can be +passed through TEST_ARGS (eg. CONFIGURATION <config> ...).

+
matlab_add_unit_test(
+    NAME <name>
+    UNITTEST_FILE matlab_file_containing_unittest.m
+    [CUSTOM_TEST_COMMAND matlab_command_to_run_as_test]
+    [UNITTEST_PRECOMMAND matlab_command_to_run]
+    [TIMEOUT timeout]
+    [ADDITIONAL_PATH path1 [path2 ...]]
+    [MATLAB_ADDITIONAL_STARTUP_OPTIONS option1 [option2 ...]]
+    [TEST_ARGS arg1 [arg2 ...]]
+    [NO_UNITTEST_FRAMEWORK]
+    )
+
+
+

Function Parameters:

+
+
NAME

name of the unittest in ctest.

+
+
UNITTEST_FILE

the matlab unittest file. Its path will be automatically +added to the Matlab path.

+
+
CUSTOM_TEST_COMMAND

Matlab script command to run as the test. +If this is not set, then the following is run: +runtests('matlab_file_name'), exit(max([ans(1,:).Failed])) +where matlab_file_name is the UNITTEST_FILE without the extension.

+
+
UNITTEST_PRECOMMAND

Matlab script command to be ran before the file +containing the test (eg. GPU device initialization based on CMake +variables).

+
+
TIMEOUT

the test timeout in seconds. Defaults to 180 seconds as the +Matlab unit test may hang.

+
+
ADDITIONAL_PATH

a list of paths to add to the Matlab path prior to +running the unit test.

+
+
MATLAB_ADDITIONAL_STARTUP_OPTIONS

a list of additional option in order +to run Matlab from the command line. +-nosplash -nodesktop -nodisplay are always added.

+
+
TEST_ARGS

Additional options provided to the add_test command. These +options are added to the default options (eg. "CONFIGURATIONS Release")

+
+
NO_UNITTEST_FRAMEWORK

when set, indicates that the test should not +use the unittest framework of Matlab (available for versions >= R2013a).

+
+
WORKING_DIRECTORY

This will be the working directory for the test. If specified it will +also be the output directory used for the log file of the test run. +If not specified the temporary directory ${CMAKE_BINARY_DIR}/Matlab will +be used as the working directory and the log location.

+
+
+
+ +
+
+matlab_add_mex
+

Adds a Matlab MEX target. +This commands compiles the given sources with the current tool-chain in +order to produce a MEX file. The final name of the produced output may be +specified, as well as additional link libraries, and a documentation entry +for the MEX file. Remaining arguments of the call are passed to the +add_library() or add_executable() command.

+
matlab_add_mex(
+    NAME <name>
+    [EXECUTABLE | MODULE | SHARED]
+    SRC src1 [src2 ...]
+    [OUTPUT_NAME output_name]
+    [DOCUMENTATION file.txt]
+    [LINK_TO target1 target2 ...]
+    [R2017b | R2018a]
+    [EXCLUDE_FROM_ALL]
+    [NO_IMPLICIT_LINK_TO_MATLAB_LIBRARIES]
+    [...]
+)
+
+
+

Function Parameters:

+
+
NAME

name of the target.

+
+
SRC

list of source files.

+
+
LINK_TO

a list of additional link dependencies. The target links to libmex +and libmx by default, unless the +NO_IMPLICIT_LINK_TO_MATLAB_LIBRARIES option is passed.

+
+
OUTPUT_NAME

if given, overrides the default name. The default name is +the name of the target without any prefix and +with Matlab_MEX_EXTENSION suffix.

+
+
DOCUMENTATION

if given, the file file.txt will be considered as +being the documentation file for the MEX file. This file is copied into +the same folder without any processing, with the same name as the final +mex file, and with extension .m. In that case, typing help <name> +in Matlab prints the documentation contained in this file.

+
+
R2017b or R2018a
+

Added in version 3.14.

+
+

May be given to specify the version of the C API +to use: R2017b specifies the traditional (separate complex) C API, +and corresponds to the -R2017b flag for the mex command. R2018a +specifies the new interleaved complex C API, and corresponds to the +-R2018a flag for the mex command. Ignored if MATLAB version prior +to R2018a. Defaults to R2017b.

+
+
MODULE or SHARED
+

Added in version 3.7.

+
+

May be given to specify the type of library to be +created.

+
+
EXECUTABLE
+

Added in version 3.7.

+
+

May be given to create an executable instead of +a library. If no type is given explicitly, the type is SHARED.

+
+
EXCLUDE_FROM_ALL

This option has the same meaning as for EXCLUDE_FROM_ALL and +is forwarded to add_library() or add_executable() +commands.

+
+
NO_IMPLICIT_LINK_TO_MATLAB_LIBRARIES
+

Added in version 3.24.

+
+

This option permits to disable the automatic linking of MATLAB +libraries, so that only the libraries that are actually required can be +linked via the LINK_TO option.

+
+
+

The documentation file is not processed and should be in the following +format:

+
% This is the documentation
+function ret = mex_target_output_name(input1)
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindMotif.html b/cmake/doc/cmake/html/module/FindMotif.html new file mode 100644 index 0000000000000000000000000000000000000000..5aba772a543a7538b26f1199930a47b658a7cec6 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindMotif.html @@ -0,0 +1,141 @@ + + + + + + + + FindMotif — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindMotif

+

Try to find Motif (or lesstif)

+

Once done this will define:

+
MOTIF_FOUND        - system has MOTIF
+MOTIF_INCLUDE_DIR  - include paths to use Motif
+MOTIF_LIBRARIES    - Link these to use Motif
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindMsys.html b/cmake/doc/cmake/html/module/FindMsys.html new file mode 100644 index 0000000000000000000000000000000000000000..c885b50001330df61ab638319a3c3f0b6fe7c23b --- /dev/null +++ b/cmake/doc/cmake/html/module/FindMsys.html @@ -0,0 +1,139 @@ + + + + + + + + FindMsys — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindMsys

+
+

Added in version 3.21.

+
+

Find MSYS, a POSIX-compatible environment that runs natively +on Microsoft Windows

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindODBC.html b/cmake/doc/cmake/html/module/FindODBC.html new file mode 100644 index 0000000000000000000000000000000000000000..9f3eb611ed8c508b97cfe28a2951e2b6276194f6 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindODBC.html @@ -0,0 +1,232 @@ + + + + + + + + FindODBC — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindODBC

+
+

Added in version 3.12.

+
+

Find an Open Database Connectivity (ODBC) include directory and library.

+

On Windows, when building with Visual Studio, this module assumes the ODBC +library is provided by the available Windows SDK.

+

On Unix, this module allows to search for ODBC library provided by +unixODBC or iODBC implementations of ODBC API. +This module reads hint about location of the config program:

+
+
+ODBC_CONFIG
+

Location of odbc_config or iodbc-config program

+
+ +

Otherwise, this module tries to find the config program, +first from unixODBC, then from iODBC. +If no config program found, this module searches for ODBC header +and library in list of known locations.

+
+

Imported targets

+

This module defines the following IMPORTED targets:

+
+
+ODBC::ODBC
+

Imported target for using the ODBC library, if found.

+
+ +
+
+

Result variables

+
+
+ODBC_FOUND
+

Set to true if ODBC library found, otherwise false or undefined.

+
+ +
+
+ODBC_INCLUDE_DIRS
+

Paths to include directories listed in one variable for use by ODBC client. +May be empty on Windows, where the include directory corresponding to the +expected Windows SDK is already available in the compilation environment.

+
+ +
+
+ODBC_LIBRARIES
+

Paths to libraries to linked against to use ODBC. +May just a library name on Windows, where the library directory corresponding +to the expected Windows SDK is already available in the compilation environment.

+
+ +
+
+ODBC_CONFIG
+

Path to unixODBC or iODBC config program, if found or specified.

+
+ +
+
+

Cache variables

+

For users who wish to edit and control the module behavior, this module +reads hints about search locations from the following variables:

+
+
+ODBC_INCLUDE_DIR
+

Path to ODBC include directory with sql.h header.

+
+ +
+
+ODBC_LIBRARY
+

Path to ODBC library to be linked.

+
+ +

These variables should not be used directly by project code.

+
+
+

Limitations

+

On Windows, this module does not search for iODBC. +On Unix, there is no way to prefer unixODBC over iODBC, or vice versa, +other than providing the config program location using the ODBC_CONFIG. +This module does not allow to search for a specific ODBC driver.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindOpenACC.html b/cmake/doc/cmake/html/module/FindOpenACC.html new file mode 100644 index 0000000000000000000000000000000000000000..2d7032dd608aa9644e82595bd33eccf0a5f2d83b --- /dev/null +++ b/cmake/doc/cmake/html/module/FindOpenACC.html @@ -0,0 +1,210 @@ + + + + + + + + FindOpenACC — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindOpenACC

+
+

Added in version 3.10.

+
+

Detect OpenACC support by the compiler.

+

This module can be used to detect OpenACC support in a compiler. +If the compiler supports OpenACC, the flags required to compile with +OpenACC support are returned in variables for the different languages. +Currently, only NVHPC, PGI, GNU and Cray compilers are supported.

+
+

Imported Targets

+
+

Added in version 3.16.

+
+

The module provides IMPORTED targets:

+
+
OpenACC::OpenACC_<lang>

Target for using OpenACC from <lang>.

+
+
+
+
+

Variables

+

The module defines the following variables:

+
+
OpenACC_FOUND
+

Added in version 3.25.

+
+

Variable indicating that OpenACC flags for at least one languages have been found.

+
+
+

This module will set the following variables per language in your +project, where <lang> is one of C, CXX, or Fortran:

+
+
OpenACC_<lang>_FOUND

Variable indicating if OpenACC support for <lang> was detected.

+
+
OpenACC_<lang>_FLAGS

OpenACC compiler flags for <lang>, separated by spaces.

+
+
OpenACC_<lang>_OPTIONS
+

Added in version 3.16.

+
+

OpenACC compiler flags for <lang>, as a list. Suitable for usage +with target_compile_options or target_link_options.

+
+
+

The module will also try to provide the OpenACC version variables:

+
+
OpenACC_<lang>_SPEC_DATE

Date of the OpenACC specification implemented by the <lang> compiler.

+
+
OpenACC_<lang>_VERSION_MAJOR

Major version of OpenACC implemented by the <lang> compiler.

+
+
OpenACC_<lang>_VERSION_MINOR

Minor version of OpenACC implemented by the <lang> compiler.

+
+
OpenACC_<lang>_VERSION

OpenACC version implemented by the <lang> compiler.

+
+
+

The specification date is formatted as given in the OpenACC standard: +yyyymm where yyyy and mm represents the year and month of +the OpenACC specification implemented by the <lang> compiler.

+
+
+

Input Variables

+

OpenACC_ACCEL_TARGET=<target> +If set, will the correct target accelerator flag set to the <target> will +be returned with OpenACC_<lang>_FLAGS.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindOpenAL.html b/cmake/doc/cmake/html/module/FindOpenAL.html new file mode 100644 index 0000000000000000000000000000000000000000..b938d34c2b366d5f27cbeff9fef162f9c10a3ebb --- /dev/null +++ b/cmake/doc/cmake/html/module/FindOpenAL.html @@ -0,0 +1,192 @@ + + + + + + + + FindOpenAL — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindOpenAL

+

Finds Open Audio Library (OpenAL).

+

Projects using this module should use #include "al.h" to include the OpenAL +header file, not #include <AL/al.h>. The reason for this is that the +latter is not entirely portable. Windows/Creative Labs does not by default put +their headers in AL/ and macOS uses the convention <OpenAL/al.h>.

+
+

Hints

+

Environment variable $OPENALDIR can be used to set the prefix of OpenAL +installation to be found.

+

By default on macOS, system framework is search first. In other words, +OpenAL is searched in the following order:

+
    +
  1. System framework: /System/Library/Frameworks, whose priority can be +changed via setting the CMAKE_FIND_FRAMEWORK variable.

  2. +
  3. Environment variable $OPENALDIR.

  4. +
  5. System paths.

  6. +
  7. User-compiled framework: ~/Library/Frameworks.

  8. +
  9. Manually compiled framework: /Library/Frameworks.

  10. +
  11. Add-on package: /opt.

  12. +
+
+
+

IMPORTED Targets

+
+

Added in version 3.25.

+
+

This module defines the IMPORTED target:

+
+
OpenAL::OpenAL

The OpenAL library, if found.

+
+
+
+
+

Result Variables

+

This module defines the following variables:

+
+
OPENAL_FOUND

If false, do not try to link to OpenAL

+
+
OPENAL_INCLUDE_DIR

OpenAL include directory

+
+
OPENAL_LIBRARY

Path to the OpenAL library

+
+
OPENAL_VERSION_STRING

Human-readable string containing the version of OpenAL

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindOpenCL.html b/cmake/doc/cmake/html/module/FindOpenCL.html new file mode 100644 index 0000000000000000000000000000000000000000..94468432281117724c6cb2ea692387e4b2203b00 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindOpenCL.html @@ -0,0 +1,177 @@ + + + + + + + + FindOpenCL — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindOpenCL

+
+

Added in version 3.1.

+
+

Finds Open Computing Language (OpenCL)

+
+

Added in version 3.10: Detection of OpenCL 2.1 and 2.2.

+
+
+

IMPORTED Targets

+
+

Added in version 3.7.

+
+

This module defines IMPORTED target OpenCL::OpenCL, if +OpenCL has been found.

+
+
+

Result Variables

+

This module defines the following variables:

+
OpenCL_FOUND          - True if OpenCL was found
+OpenCL_INCLUDE_DIRS   - include directories for OpenCL
+OpenCL_LIBRARIES      - link against this library to use OpenCL
+OpenCL_VERSION_STRING - Highest supported OpenCL version (eg. 1.2)
+OpenCL_VERSION_MAJOR  - The major version of the OpenCL implementation
+OpenCL_VERSION_MINOR  - The minor version of the OpenCL implementation
+
+
+

The module will also define two cache variables:

+
OpenCL_INCLUDE_DIR    - the OpenCL include directory
+OpenCL_LIBRARY        - the path to the OpenCL library
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindOpenGL.html b/cmake/doc/cmake/html/module/FindOpenGL.html new file mode 100644 index 0000000000000000000000000000000000000000..866901ef14a8673aa50de891b08fbb64ca22bc8c --- /dev/null +++ b/cmake/doc/cmake/html/module/FindOpenGL.html @@ -0,0 +1,344 @@ + + + + + + + + FindOpenGL — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindOpenGL

+

FindModule for OpenGL and OpenGL Utility Library (GLU).

+
+

Changed in version 3.2: X11 is no longer added as a dependency on Unix/Linux systems.

+
+
+

Added in version 3.10: GLVND support on Linux. See the Linux-specific section below.

+
+
+

Optional COMPONENTS

+
+

Added in version 3.10.

+
+

This module respects several optional COMPONENTS:

+
+
EGL

The EGL interface between OpenGL, OpenGL ES and the underlying windowing system.

+
+
GLX

An extension to X that interfaces OpenGL, OpenGL ES with X window system.

+
+
OpenGL

The cross platform API for 3D graphics.

+
+
GLES2
+

Added in version 3.27.

+
+

A subset of OpenGL API for embedded systems with limited capabilities.

+
+
GLES3
+

Added in version 3.27.

+
+

A subset of OpenGL API for embedded systems with more capabilities.

+
+
+
+
+

IMPORTED Targets

+
+

Added in version 3.8.

+
+

This module defines the IMPORTED targets:

+
+
OpenGL::GL

Defined to the platform-specific OpenGL libraries if the system has OpenGL.

+
+
OpenGL::GLU

Defined if the system has OpenGL Utility Library (GLU).

+
+
+
+

Added in version 3.10: Additionally, the following GLVND-specific library targets are defined:

+
+
+
OpenGL::OpenGL

Defined to libOpenGL if the system is GLVND-based.

+
+
OpenGL::GLX

Defined if the system has OpenGL Extension to the X Window System (GLX).

+
+
OpenGL::EGL

Defined if the system has EGL.

+
+
OpenGL::GLES2
+

Added in version 3.27.

+
+

Defined if the system has GLES2.

+
+
OpenGL::GLES3
+

Added in version 3.27.

+
+

Defined if the system has GLES3.

+
+
+
+
+

Result Variables

+

This module sets the following variables:

+
+
OPENGL_FOUND

True, if the system has OpenGL and all components are found.

+
+
OPENGL_XMESA_FOUND

True, if the system has XMESA.

+
+
OPENGL_GLU_FOUND

True, if the system has GLU.

+
+
OpenGL_OpenGL_FOUND

True, if the system has an OpenGL library.

+
+
OpenGL_GLX_FOUND

True, if the system has GLX.

+
+
OpenGL_EGL_FOUND

True, if the system has EGL.

+
+
OpenGL::GLES2

Defined if the system has GLES2.

+
+
OpenGL::GLES3

Defined if the system has GLES3.

+
+
OPENGL_INCLUDE_DIR

Path to the OpenGL include directory. +The OPENGL_INCLUDE_DIRS variable is preferred.

+
+
OPENGL_EGL_INCLUDE_DIRS

Path to the EGL include directory.

+
+
OPENGL_LIBRARIES

Paths to the OpenGL library, windowing system libraries, and GLU libraries. +On Linux, this assumes GLX and is never correct for EGL-based targets. +Clients are encouraged to use the OpenGL::* import targets instead.

+
+
OPENGL_INCLUDE_DIRS
+

Added in version 3.29.

+
+

Paths to the OpenGL include directories.

+
+
+
+

Added in version 3.10: Variables for GLVND-specific libraries OpenGL, EGL and GLX.

+
+
+
+

Cache variables

+

The following cache variables may also be set:

+
+
OPENGL_egl_LIBRARY

Path to the EGL library.

+
+
OPENGL_glu_LIBRARY

Path to the GLU library.

+
+
OPENGL_glx_LIBRARY

Path to the GLVND 'GLX' library.

+
+
OPENGL_opengl_LIBRARY

Path to the GLVND 'OpenGL' library

+
+
OPENGL_gl_LIBRARY

Path to the OpenGL library. New code should prefer the OpenGL::* import +targets.

+
+
OPENGL_gles2_LIBRARY
+

Added in version 3.27.

+
+

Path to the OpenGL GLES2 library.

+
+
OPENGL_gles3_LIBRARY
+

Added in version 3.27.

+
+

Path to the OpenGL GLES3 library.

+
+
OPENGL_GLU_INCLUDE_DIR
+

Added in version 3.29.

+
+

Path to the OpenGL GLU include directory.

+
+
+
+

Added in version 3.10: Variables for GLVND-specific libraries OpenGL, EGL and GLX.

+
+
+
+

Linux-specific

+

Some Linux systems utilize GLVND as a new ABI for OpenGL. GLVND separates +context libraries from OpenGL itself; OpenGL lives in "libOpenGL", and +contexts are defined in "libGLX" or "libEGL". GLVND is currently the only way +to get OpenGL 3+ functionality via EGL in a manner portable across vendors. +Projects may use GLVND explicitly with target OpenGL::OpenGL and either +OpenGL::GLX or OpenGL::EGL.

+

Projects may use the OpenGL::GL target (or OPENGL_LIBRARIES variable) +to use legacy GL interfaces. These will use the legacy GL library located +by OPENGL_gl_LIBRARY, if available. If OPENGL_gl_LIBRARY is empty or +not found and GLVND is available, the OpenGL::GL target will use GLVND +OpenGL::OpenGL and OpenGL::GLX (and the OPENGL_LIBRARIES +variable will use the corresponding libraries). Thus, for non-EGL-based +Linux targets, the OpenGL::GL target is most portable.

+

A OpenGL_GL_PREFERENCE variable may be set to specify the preferred way +to provide legacy GL interfaces in case multiple choices are available. +The value may be one of:

+
+
GLVND

If the GLVND OpenGL and GLX libraries are available, prefer them. +This forces OPENGL_gl_LIBRARY to be empty.

+
+

Changed in version 3.11: This is the default, unless policy CMP0072 is set to OLD +and no components are requested (since components +correspond to GLVND libraries).

+
+
+
LEGACY

Prefer to use the legacy libGL library, if available.

+
+
+

For EGL targets the client must rely on GLVND support on the user's system. +Linking should use the OpenGL::OpenGL OpenGL::EGL targets. Using GLES* +libraries is theoretically possible in place of OpenGL::OpenGL, but this +module does not currently support that; contributions welcome.

+

OPENGL_egl_LIBRARY and OPENGL_EGL_INCLUDE_DIRS are defined in the case of +GLVND. For non-GLVND Linux and other systems these are left undefined.

+
+
+

macOS-Specific

+

On macOS this module defaults to using the macOS-native framework +version of OpenGL. To use the X11 version of OpenGL on macOS, one +can disable searching of frameworks. For example:

+
find_package(X11)
+if(APPLE AND X11_FOUND)
+  set(CMAKE_FIND_FRAMEWORK NEVER)
+  find_package(OpenGL)
+  unset(CMAKE_FIND_FRAMEWORK)
+else()
+  find_package(OpenGL)
+endif()
+
+
+

An end user building this project may need to point CMake at their +X11 installation, e.g., with -DOpenGL_ROOT=/opt/X11.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindOpenMP.html b/cmake/doc/cmake/html/module/FindOpenMP.html new file mode 100644 index 0000000000000000000000000000000000000000..4cab80bbfc9d240360846e4bba3855c7bc755eba --- /dev/null +++ b/cmake/doc/cmake/html/module/FindOpenMP.html @@ -0,0 +1,245 @@ + + + + + + + + FindOpenMP — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindOpenMP

+

Finds Open Multi-Processing (OpenMP) support.

+

This module can be used to detect OpenMP support in a compiler. If +the compiler supports OpenMP, the flags required to compile with +OpenMP support are returned in variables for the different languages. +The variables may be empty if the compiler does not need a special +flag to support OpenMP.

+
+

Added in version 3.5: Clang support.

+
+
+

Input Variables

+

The following variables may be set to influence this module's behavior:

+
+
OpenMP_RUNTIME_MSVC
+

Added in version 3.30.

+
+

Specify the OpenMP Runtime when compiling with MSVC. +If set to a non-empty value, such as experimental or llvm, it +will be passed as the value of the -openmp: flag.

+
+
+
+
+

Result Variables

+
+

Added in version 3.10: The module exposes the components C, CXX, and Fortran. +Each of these controls the various languages to search OpenMP support for.

+
+
+

Added in version 3.31: The CUDA language component is supported when using a CUDA compiler +that supports OpenMP on the host.

+
+

Depending on the enabled components the following variables will be set:

+
+
OpenMP_FOUND

Variable indicating that OpenMP flags for all requested languages have been found. +If no components are specified, this is true if OpenMP settings for all enabled languages +were detected.

+
+
OpenMP_VERSION

Minimal version of the OpenMP standard detected among the requested languages, +or all enabled languages if no components were specified.

+
+
+

This module will set the following variables per language in your +project, where <lang> is one of C, CXX, CUDA, or Fortran:

+
+
OpenMP_<lang>_FOUND

Variable indicating if OpenMP support for <lang> was detected.

+
+
OpenMP_<lang>_FLAGS

OpenMP compiler flags for <lang>, separated by spaces.

+
+
OpenMP_<lang>_INCLUDE_DIRS

Directories that must be added to the header search path for <lang> +when using OpenMP.

+
+
+

For linking with OpenMP code written in <lang>, the following +variables are provided:

+
+
OpenMP_<lang>_LIB_NAMES

;-list of libraries for OpenMP programs for <lang>.

+
+
OpenMP_<libname>_LIBRARY

Location of the individual libraries needed for OpenMP support in <lang>.

+
+
OpenMP_<lang>_LIBRARIES

A list of libraries needed to link with OpenMP code written in <lang>.

+
+
+

Additionally, the module provides IMPORTED targets:

+
+
OpenMP::OpenMP_<lang>

Target for using OpenMP from <lang>.

+
+
+

Specifically for Fortran, the module sets the following variables:

+
+
OpenMP_Fortran_HAVE_OMPLIB_HEADER

Boolean indicating if OpenMP is accessible through omp_lib.h.

+
+
OpenMP_Fortran_HAVE_OMPLIB_MODULE

Boolean indicating if OpenMP is accessible through the omp_lib Fortran module.

+
+
+

The module will also try to provide the OpenMP version variables:

+
+
OpenMP_<lang>_SPEC_DATE
+

Added in version 3.7.

+
+

Date of the OpenMP specification implemented by the <lang> compiler.

+
+
OpenMP_<lang>_VERSION_MAJOR

Major version of OpenMP implemented by the <lang> compiler.

+
+
OpenMP_<lang>_VERSION_MINOR

Minor version of OpenMP implemented by the <lang> compiler.

+
+
OpenMP_<lang>_VERSION

OpenMP version implemented by the <lang> compiler.

+
+
+

The specification date is formatted as given in the OpenMP standard: +yyyymm where yyyy and mm represents the year and month of +the OpenMP specification implemented by the <lang> compiler.

+

For some compilers, it may be necessary to add a header search path to find +the relevant OpenMP headers. This location may be language-specific. Where +this is needed, the module may attempt to find the location, but it can be +provided directly by setting the OpenMP_<lang>_INCLUDE_DIR cache variable. +Note that this variable is an _input_ control to the module. Project code +should use the OpenMP_<lang>_INCLUDE_DIRS _output_ variable if it needs +to know what include directories are needed.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindOpenSP.html b/cmake/doc/cmake/html/module/FindOpenSP.html new file mode 100644 index 0000000000000000000000000000000000000000..50a3086dec5a64816bd94766e298af254c063cef --- /dev/null +++ b/cmake/doc/cmake/html/module/FindOpenSP.html @@ -0,0 +1,193 @@ + + + + + + + + FindOpenSP — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindOpenSP

+
+

Added in version 3.25.

+
+

Try to find the OpenSP library.

+
+

Result Variables

+

This will define the following variables:

+
+
OpenSP_FOUND

True if (the requested version of) OpenSP is available

+
+
OpenSP_VERSION

The version of OpenSP

+
+
OpenSP_VERSION_MAJOR

The major version of OpenSP

+
+
OpenSP_VERSION_MINOR

The minor version of OpenSP

+
+
OpenSP_VERSION_PATCH

The patch version of OpenSP

+
+
OpenSP_INCLUDE_DIRS

The include dirs of OpenSP with its headers

+
+
OpenSP_LIBRARIES

The OpenSP library for use with target_link_libraries(). +This can be passed to target_link_libraries() instead of +the IMPORTED OpenSP::OpenSP target

+
+
OpenSP_MULTI_BYTE

True if SP_MULTI_BYTE was found to be defined in OpenSP's config.h +header file, which indicates that the OpenSP library was compiled with +support for multi-byte characters. The consuming target needs to define the +SP_MULTI_BYTE to match this value in order to avoid issues with character +decoding.

+
+
+
+
+

IMPORTED Targets

+

This module defines the IMPORTED target OpenSP::OpenSP, if +OpenSP has been found.

+
+
+

Cache variables

+

The following cache variables may also be set:

+
+
OpenSP_INCLUDE_DIR

the OpenSP include directory

+
+
OpenSP_LIBRARY

the absolute path of the osp library

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindOpenSSL.html b/cmake/doc/cmake/html/module/FindOpenSSL.html new file mode 100644 index 0000000000000000000000000000000000000000..3c3c189c1d0985c7b0c115cc16a6ad11cb426b18 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindOpenSSL.html @@ -0,0 +1,248 @@ + + + + + + + + FindOpenSSL — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindOpenSSL

+

Find the OpenSSL encryption library.

+

This module finds an installed OpenSSL library and determines its version.

+
+

Added in version 3.19: When a version is requested, it can be specified as a simple value or as a +range. For a detailed description of version range usage and capabilities, +refer to the find_package() command.

+
+
+

Added in version 3.18: Support for OpenSSL 3.0.

+
+
+

Optional COMPONENTS

+
+

Added in version 3.12.

+
+

This module supports two optional COMPONENTS: Crypto and SSL. Both +components have associated imported targets, as described below.

+
+
+

Imported Targets

+
+

Added in version 3.4.

+
+

This module defines the following IMPORTED targets:

+
+
OpenSSL::SSL

The OpenSSL ssl library, if found.

+
+
OpenSSL::Crypto

The OpenSSL crypto library, if found.

+
+
OpenSSL::applink
+

Added in version 3.18.

+
+

The OpenSSL applink components that might be need to be compiled into +projects under MSVC. This target is available only if found OpenSSL version +is not less than 0.9.8. By linking this target the above OpenSSL targets can +be linked even if the project has different MSVC runtime configurations with +the above OpenSSL targets. This target has no effect on platforms other than +MSVC.

+
+
+

NOTE: Due to how INTERFACE_SOURCES are consumed by the consuming target, +unless you certainly know what you are doing, it is always preferred to link +OpenSSL::applink target as PRIVATE and to make sure that this target is +linked at most once for the whole dependency graph of any library or +executable:

+
target_link_libraries(myTarget PRIVATE OpenSSL::applink)
+
+
+

Otherwise you would probably encounter unexpected random problems when building +and linking, as both the ISO C and the ISO C++ standard claims almost nothing +about what a link process should be.

+
+
+

Result Variables

+

This module will set the following variables in your project:

+
+
OPENSSL_FOUND

System has the OpenSSL library. If no components are requested it only +requires the crypto library.

+
+
OPENSSL_INCLUDE_DIR

The OpenSSL include directory.

+
+
OPENSSL_CRYPTO_LIBRARY

The OpenSSL crypto library.

+
+
OPENSSL_CRYPTO_LIBRARIES

The OpenSSL crypto library and its dependencies.

+
+
OPENSSL_SSL_LIBRARY

The OpenSSL SSL library.

+
+
OPENSSL_SSL_LIBRARIES

The OpenSSL SSL library and its dependencies.

+
+
OPENSSL_LIBRARIES

All OpenSSL libraries and their dependencies.

+
+
OPENSSL_VERSION

This is set to $major.$minor.$revision$patch (e.g. 0.9.8s).

+
+
OPENSSL_APPLINK_SOURCE

The sources in the target OpenSSL::applink that is mentioned above. This +variable shall always be undefined if found openssl version is less than +0.9.8 or if platform is not MSVC.

+
+
+
+
+

Hints

+

The following variables may be set to control search behavior:

+
+
OPENSSL_ROOT_DIR

Set to the root directory of an OpenSSL installation.

+
+
OPENSSL_USE_STATIC_LIBS
+

Added in version 3.4.

+
+

Set to TRUE to look for static libraries.

+
+
OPENSSL_MSVC_STATIC_RT
+

Added in version 3.5.

+
+

Set to TRUE to choose the MT version of the lib.

+
+
ENV{PKG_CONFIG_PATH}

On UNIX-like systems, pkg-config is used to locate the system OpenSSL. +Set the PKG_CONFIG_PATH environment variable to look in alternate +locations. Useful on multi-lib systems.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindOpenSceneGraph.html b/cmake/doc/cmake/html/module/FindOpenSceneGraph.html new file mode 100644 index 0000000000000000000000000000000000000000..e818481f99660a1b2ab75bb37311cd19a5303232 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindOpenSceneGraph.html @@ -0,0 +1,192 @@ + + + + + + + + FindOpenSceneGraph — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindOpenSceneGraph

+

Find OpenSceneGraph (3D graphics application programming interface)

+

This module searches for the OpenSceneGraph core "osg" library as well +as FindOpenThreads, and whatever additional COMPONENTS +(nodekits) that you specify.

+
See http://www.openscenegraph.org
+
+
+

NOTE: To use this module effectively you must either require CMake >= +2.6.3 with cmake_minimum_required(VERSION 2.6.3) or download +and place FindOpenThreads, Findosg functions, +Findosg and Find<etc>.cmake files into your +CMAKE_MODULE_PATH.

+
+

This module accepts the following variables (note mixed case)

+
OpenSceneGraph_DEBUG - Enable debugging output
+
+
+
OpenSceneGraph_MARK_AS_ADVANCED - Mark cache variables as advanced
+                                  automatically
+
+
+

The following environment variables are also respected for finding the +OSG and it's various components. CMAKE_PREFIX_PATH can also be +used for this (see find_library() CMake documentation).

+
+
<MODULE>_DIR

(where MODULE is of the form "OSGVOLUME" and there is +a FindosgVolume.cmake` file)

+
+
OSG_DIR
+
OSGDIR
+
OSG_ROOT
+
+

[CMake 2.8.10]: The CMake variable OSG_DIR can now be used as well to +influence detection, instead of needing to specify an environment +variable.

+

This module defines the following output variables:

+
OPENSCENEGRAPH_FOUND - Was the OSG and all of the specified components found?
+
+
+
OPENSCENEGRAPH_VERSION - The version of the OSG which was found
+
+
+
OPENSCENEGRAPH_INCLUDE_DIRS - Where to find the headers
+
+
+
OPENSCENEGRAPH_LIBRARIES - The OSG libraries
+
+
+

================================== Example Usage:

+
find_package(OpenSceneGraph 2.0.0 REQUIRED osgDB osgUtil)
+    # libOpenThreads & libosg automatically searched
+include_directories(${OPENSCENEGRAPH_INCLUDE_DIRS})
+
+
+
add_executable(foo foo.cc)
+target_link_libraries(foo ${OPENSCENEGRAPH_LIBRARIES})
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindOpenThreads.html b/cmake/doc/cmake/html/module/FindOpenThreads.html new file mode 100644 index 0000000000000000000000000000000000000000..2ca5be14355935285183986fa8b654b119931a29 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindOpenThreads.html @@ -0,0 +1,157 @@ + + + + + + + + FindOpenThreads — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindOpenThreads

+

OpenThreads is a C++ based threading library. Its largest userbase +seems to OpenSceneGraph so you might notice I accept OSGDIR as an +environment path. I consider this part of the Findosg* suite used to +find OpenSceneGraph components. Each component is separate and you +must opt in to each module.

+

This module defines:

+

OPENTHREADS_LIBRARY

+
+
OPENTHREADS_FOUND

if false, do not try to link to OpenThreads

+
+
OPENTHREADS_INCLUDE_DIR

where to find the headers

+
+
+

$OPENTHREADS_DIR is an environment variable that would correspond to the:

+
./configure --prefix=$OPENTHREADS_DIR
+
+
+

used in building osg.

+
+

Added in version 2.8.10: The CMake variables OPENTHREADS_DIR or OSG_DIR can now +be used as well to influence detection, instead of needing to specify +an environment variable.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindPHP4.html b/cmake/doc/cmake/html/module/FindPHP4.html new file mode 100644 index 0000000000000000000000000000000000000000..35baf27d7312b42e25a7912048768e1fc11a8076 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindPHP4.html @@ -0,0 +1,142 @@ + + + + + + + + FindPHP4 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindPHP4

+

Find PHP4

+

This module finds if PHP4 is installed and determines where the +include files and libraries are. It also determines what the name of +the library is. This code sets the following variables:

+
PHP4_INCLUDE_PATH       = path to where php.h can be found
+PHP4_EXECUTABLE         = full path to the php4 binary
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindPNG.html b/cmake/doc/cmake/html/module/FindPNG.html new file mode 100644 index 0000000000000000000000000000000000000000..43de058d2d636ab7701a79572109a0910bf05f3e --- /dev/null +++ b/cmake/doc/cmake/html/module/FindPNG.html @@ -0,0 +1,187 @@ + + + + + + + + FindPNG — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindPNG

+

Find libpng, the official reference library for the PNG image format.

+
+

Imported targets

+
+

Added in version 3.5.

+
+

This module defines the following IMPORTED target:

+
+
PNG::PNG

The libpng library, if found.

+
+
+
+
+

Result variables

+

This module will set the following variables in your project:

+
+
PNG_INCLUDE_DIRS

where to find png.h, etc.

+
+
PNG_LIBRARIES

the libraries to link against to use PNG.

+
+
PNG_DEFINITIONS

You should add_definitions(${PNG_DEFINITIONS}) before compiling code +that includes png library files.

+
+
PNG_FOUND

If false, do not try to use PNG.

+
+
PNG_VERSION_STRING

the version of the PNG library found (since CMake 2.8.8)

+
+
+
+
+

Obsolete variables

+

The following variables may also be set, for backwards compatibility:

+
+
PNG_LIBRARY

where to find the PNG library.

+
+
PNG_INCLUDE_DIR

where to find the PNG headers (same as PNG_INCLUDE_DIRS)

+
+
+

Since PNG depends on the ZLib compression library, none of the above +will be defined unless ZLib can be found.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindPackageHandleStandardArgs.html b/cmake/doc/cmake/html/module/FindPackageHandleStandardArgs.html new file mode 100644 index 0000000000000000000000000000000000000000..4dc9f802a6493be2ff379d565d49e489274c2830 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindPackageHandleStandardArgs.html @@ -0,0 +1,320 @@ + + + + + + + + FindPackageHandleStandardArgs — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindPackageHandleStandardArgs

+

This module provides functions intended to be used in Find Modules +implementing find_package(<PackageName>) calls.

+
+
+find_package_handle_standard_args
+

This command handles the REQUIRED, QUIET and version-related +arguments of find_package(). It also sets the +<PackageName>_FOUND variable. The package is considered found if all +variables listed contain valid results, e.g. valid filepaths.

+

There are two signatures:

+
find_package_handle_standard_args(<PackageName>
+  (DEFAULT_MSG|<custom-failure-message>)
+  <required-var>...
+  )
+
+find_package_handle_standard_args(<PackageName>
+  [FOUND_VAR <result-var>]
+  [REQUIRED_VARS <required-var>...]
+  [VERSION_VAR <version-var>]
+  [HANDLE_VERSION_RANGE]
+  [HANDLE_COMPONENTS]
+  [CONFIG_MODE]
+  [NAME_MISMATCHED]
+  [REASON_FAILURE_MESSAGE <reason-failure-message>]
+  [FAIL_MESSAGE <custom-failure-message>]
+  )
+
+
+

The <PackageName>_FOUND variable will be set to TRUE if all +the variables <required-var>... are valid and any optional +constraints are satisfied, and FALSE otherwise. A success or +failure message may be displayed based on the results and on +whether the REQUIRED and/or QUIET option was given to +the find_package() call.

+

The options are:

+
+
(DEFAULT_MSG|<custom-failure-message>)

In the simple signature this specifies the failure message. +Use DEFAULT_MSG to ask for a default message to be computed +(recommended). Not valid in the full signature.

+
+
FOUND_VAR <result-var>
+

Deprecated since version 3.3.

+
+

Specifies either <PackageName>_FOUND or +<PACKAGENAME>_FOUND as the result variable. This exists only +for compatibility with older versions of CMake and is now ignored. +Result variables of both names are always set for compatibility.

+
+
REQUIRED_VARS <required-var>...

Specify the variables which are required for this package. +These may be named in the generated failure message asking the +user to set the missing variable values. Therefore these should +typically be cache entries such as FOO_LIBRARY and not output +variables like FOO_LIBRARIES.

+
+

Changed in version 3.18: If HANDLE_COMPONENTS is specified, this option can be omitted.

+
+
+
VERSION_VAR <version-var>

Specify the name of a variable that holds the version of the package +that has been found. This version will be checked against the +(potentially) specified required version given to the +find_package() call, including its EXACT option. +The default messages include information about the required +version and the version which has been actually found, both +if the version is ok or not.

+
+
HANDLE_VERSION_RANGE
+

Added in version 3.19.

+
+

Enable handling of a version range, if one is specified. Without this +option, a developer warning will be displayed if a version range is +specified.

+
+
HANDLE_COMPONENTS

Enable handling of package components. In this case, the command +will report which components have been found and which are missing, +and the <PackageName>_FOUND variable will be set to FALSE +if any of the required components (i.e. not the ones listed after +the OPTIONAL_COMPONENTS option of find_package()) are +missing.

+
+
CONFIG_MODE

Specify that the calling find module is a wrapper around a +call to find_package(<PackageName> NO_MODULE). This implies +a VERSION_VAR value of <PackageName>_VERSION. The command +will automatically check whether the package configuration file +was found.

+
+
REASON_FAILURE_MESSAGE <reason-failure-message>
+

Added in version 3.16.

+
+

Specify a custom message of the reason for the failure which will be +appended to the default generated message.

+
+
FAIL_MESSAGE <custom-failure-message>

Specify a custom failure message instead of using the default +generated message. Not recommended.

+
+
NAME_MISMATCHED
+

Added in version 3.17.

+
+

Indicate that the <PackageName> does not match +${CMAKE_FIND_PACKAGE_NAME}. This is usually a mistake and raises a +warning, but it may be intentional for usage of the command for components +of a larger package.

+
+
+
+ +

Example for the simple signature:

+
find_package_handle_standard_args(LibXml2 DEFAULT_MSG
+  LIBXML2_LIBRARY LIBXML2_INCLUDE_DIR)
+
+
+

The LibXml2 package is considered to be found if both +LIBXML2_LIBRARY and LIBXML2_INCLUDE_DIR are valid. +Then also LibXml2_FOUND is set to TRUE. If it is not found +and REQUIRED was used, it fails with a +message(FATAL_ERROR), independent whether QUIET was +used or not. If it is found, success will be reported, including +the content of the first <required-var>. On repeated CMake runs, +the same message will not be printed again.

+
+

Note

+

If <PackageName> does not match CMAKE_FIND_PACKAGE_NAME for the +calling module, a warning that there is a mismatch is given. The +FPHSA_NAME_MISMATCHED variable may be set to bypass the warning if using +the old signature and the NAME_MISMATCHED argument using the new +signature. To avoid forcing the caller to require newer versions of CMake for +usage, the variable's value will be used if defined when the +NAME_MISMATCHED argument is not passed for the new signature (but using +both is an error)..

+
+

Example for the full signature:

+
find_package_handle_standard_args(LibArchive
+  REQUIRED_VARS LibArchive_LIBRARY LibArchive_INCLUDE_DIR
+  VERSION_VAR LibArchive_VERSION)
+
+
+

In this case, the LibArchive package is considered to be found if +both LibArchive_LIBRARY and LibArchive_INCLUDE_DIR are valid. +Also the version of LibArchive will be checked by using the version +contained in LibArchive_VERSION. Since no FAIL_MESSAGE is given, +the default messages will be printed.

+

Another example for the full signature:

+
find_package(Automoc4 QUIET NO_MODULE HINTS /opt/automoc4)
+find_package_handle_standard_args(Automoc4  CONFIG_MODE)
+
+
+

In this case, a FindAutmoc4.cmake module wraps a call to +find_package(Automoc4 NO_MODULE) and adds an additional search +directory for automoc4. Then the call to +find_package_handle_standard_args produces a proper success/failure +message.

+
+
+find_package_check_version
+
+

Added in version 3.19.

+
+

Helper function which can be used to check if a <version> is valid +against version-related arguments of find_package().

+
find_package_check_version(<version> <result-var>
+  [HANDLE_VERSION_RANGE]
+  [RESULT_MESSAGE_VARIABLE <message-var>]
+  )
+
+
+

The <result-var> will hold a boolean value giving the result of the check.

+

The options are:

+
+
HANDLE_VERSION_RANGE

Enable handling of a version range, if one is specified. Without this +option, a developer warning will be displayed if a version range is +specified.

+
+
RESULT_MESSAGE_VARIABLE <message-var>

Specify a variable to get back a message describing the result of the check.

+
+
+
+ +

Example for the usage:

+
find_package_check_version(1.2.3 result HANDLE_VERSION_RANGE
+  RESULT_MESSAGE_VARIABLE reason)
+if (result)
+  message (STATUS "${reason}")
+else()
+  message (FATAL_ERROR "${reason}")
+endif()
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindPackageMessage.html b/cmake/doc/cmake/html/module/FindPackageMessage.html new file mode 100644 index 0000000000000000000000000000000000000000..f1a8e9060722069cf7c53c91d0c946c343d64239 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindPackageMessage.html @@ -0,0 +1,154 @@ + + + + + + + + FindPackageMessage — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindPackageMessage

+
find_package_message(<name> "message for user" "find result details")
+
+
+

This function is intended to be used in FindXXX.cmake modules files. +It will print a message once for each unique find result. This is +useful for telling the user where a package was found. The first +argument specifies the name (XXX) of the package. The second argument +specifies the message to display. The third argument lists details +about the find result so that if they change the message will be +displayed again. The macro also obeys the QUIET argument to the +find_package command.

+

Example:

+
if(X11_FOUND)
+  find_package_message(X11 "Found X11: ${X11_X11_LIB}"
+    "[${X11_X11_LIB}][${X11_INCLUDE_DIR}]")
+else()
+ ...
+endif()
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindPatch.html b/cmake/doc/cmake/html/module/FindPatch.html new file mode 100644 index 0000000000000000000000000000000000000000..7def691b9991f69109e3f3ed82c79b08486be3e3 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindPatch.html @@ -0,0 +1,156 @@ + + + + + + + + FindPatch — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindPatch

+
+

Added in version 3.10.

+
+

The module defines the following variables:

+
+
Patch_EXECUTABLE

Path to patch command-line executable.

+
+
Patch_FOUND

True if the patch command-line executable was found.

+
+
+

The following IMPORTED targets are also defined:

+
+
Patch::patch

The command-line executable.

+
+
+

Example usage:

+
find_package(Patch)
+if(Patch_FOUND)
+  message("Patch found: ${Patch_EXECUTABLE}")
+endif()
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindPerl.html b/cmake/doc/cmake/html/module/FindPerl.html new file mode 100644 index 0000000000000000000000000000000000000000..a7c2fffa80791d79e74a0edbac6a9849b6d81882 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindPerl.html @@ -0,0 +1,147 @@ + + + + + + + + FindPerl — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindPerl

+

Find a Perl interpreter.

+

This module defines the following variables:

+
+
PERL_EXECUTABLE

The full path to Perl.

+
+
PERL_FOUND

True if the Perl executable was found.

+
+
PERL_VERSION_STRING
+

Added in version 2.8.8.

+
+

The version of Perl found.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindPerlLibs.html b/cmake/doc/cmake/html/module/FindPerlLibs.html new file mode 100644 index 0000000000000000000000000000000000000000..28d698aed5f85f9d283a7c392e3e7e5e16e50790 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindPerlLibs.html @@ -0,0 +1,162 @@ + + + + + + + + FindPerlLibs — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindPerlLibs

+

Find Perl libraries

+

This module finds if PERL is installed and determines where the +include files and libraries are. It also determines what the name of +the library is. This code sets the following variables:

+
PERLLIBS_FOUND    = True if perl.h & libperl were found
+PERL_INCLUDE_PATH = path to where perl.h is found
+PERL_LIBRARY      = path to libperl
+PERL_EXECUTABLE   = full path to the perl binary
+
+
+

The minimum required version of Perl can be specified using the +standard syntax, e.g. find_package(PerlLibs 6.0)

+
The following variables are also available if needed
+(introduced after CMake 2.6.4)
+
+
+
PERL_SITESEARCH     = path to the sitesearch install dir (-V:installsitesearch)
+PERL_SITEARCH       = path to the sitelib install directory (-V:installsitearch)
+PERL_SITELIB        = path to the sitelib install directory (-V:installsitelib)
+PERL_VENDORARCH     = path to the vendor arch install directory (-V:installvendorarch)
+PERL_VENDORLIB      = path to the vendor lib install directory (-V:installvendorlib)
+PERL_ARCHLIB        = path to the core arch lib install directory (-V:archlib)
+PERL_PRIVLIB        = path to the core priv lib install directory (-V:privlib)
+PERL_UPDATE_ARCHLIB = path to the update arch lib install directory (-V:installarchlib)
+PERL_UPDATE_PRIVLIB = path to the update priv lib install directory (-V:installprivlib)
+PERL_EXTRA_C_FLAGS = Compilation flags used to build perl
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindPhysFS.html b/cmake/doc/cmake/html/module/FindPhysFS.html new file mode 100644 index 0000000000000000000000000000000000000000..d8d51da723506b94aff72054d051f9a58ad362c1 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindPhysFS.html @@ -0,0 +1,148 @@ + + + + + + + + FindPhysFS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindPhysFS

+

Locate PhysFS library This module defines:

+
+
PHYSFS_LIBRARY

the name of the library to link against

+
+
PHYSFS_FOUND

if false, do not try to link to PHYSFS

+
+
PHYSFS_INCLUDE_DIR

where to find physfs.h

+
+
+

$PHYSFSDIR is an environment variable that would correspond to:

+
./configure --prefix=$PHYSFSDIR
+
+
+

used in building PHYSFS.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindPike.html b/cmake/doc/cmake/html/module/FindPike.html new file mode 100644 index 0000000000000000000000000000000000000000..e416a8c85499177c6baab951aa337aeb442523de --- /dev/null +++ b/cmake/doc/cmake/html/module/FindPike.html @@ -0,0 +1,142 @@ + + + + + + + + FindPike — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindPike

+

Find Pike

+

This module finds if PIKE is installed and determines where the +include files and libraries are. It also determines what the name of +the library is. This code sets the following variables:

+
PIKE_INCLUDE_PATH       = path to where program.h is found
+PIKE_EXECUTABLE         = full path to the pike binary
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindPkgConfig.html b/cmake/doc/cmake/html/module/FindPkgConfig.html new file mode 100644 index 0000000000000000000000000000000000000000..f51a48a26f7c8dcbe650d58f658804453a809338 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindPkgConfig.html @@ -0,0 +1,411 @@ + + + + + + + + FindPkgConfig — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindPkgConfig

+

A pkg-config module for CMake.

+

Finds the pkg-config executable and adds the pkg_get_variable(), +pkg_check_modules() and pkg_search_module() commands. The +following variables will also be set:

+
+
PKG_CONFIG_FOUND

True if a pkg-config executable was found.

+
+
PKG_CONFIG_VERSION_STRING
+

Added in version 2.8.8.

+
+

The version of pkg-config that was found.

+
+
PKG_CONFIG_EXECUTABLE

The pathname of the pkg-config program.

+
+
PKG_CONFIG_ARGN
+

Added in version 3.22.

+
+

A list of arguments to pass to pkg-config.

+
+
+

Both PKG_CONFIG_EXECUTABLE and PKG_CONFIG_ARGN are initialized by the +module, but may be overridden by the user. See Variables Affecting Behavior +for how these variables are initialized.

+
+
+pkg_check_modules
+

Checks for all the given modules, setting a variety of result variables in +the calling scope.

+
pkg_check_modules(<prefix>
+                  [REQUIRED] [QUIET]
+                  [NO_CMAKE_PATH]
+                  [NO_CMAKE_ENVIRONMENT_PATH]
+                  [IMPORTED_TARGET [GLOBAL]]
+                  <moduleSpec> [<moduleSpec>...])
+
+
+

When the REQUIRED argument is given, the command will fail with an error +if module(s) could not be found.

+

When the QUIET argument is given, no status messages will be printed.

+
+

Added in version 3.1: The CMAKE_PREFIX_PATH, +CMAKE_FRAMEWORK_PATH, and CMAKE_APPBUNDLE_PATH cache +and environment variables will be added to the pkg-config search path. +The NO_CMAKE_PATH and NO_CMAKE_ENVIRONMENT_PATH arguments +disable this behavior for the cache variables and environment variables +respectively. +The PKG_CONFIG_USE_CMAKE_PREFIX_PATH variable set to FALSE +disables this behavior globally.

+
+
+

Added in version 3.6: The IMPORTED_TARGET argument will create an imported target named +PkgConfig::<prefix> that can be passed directly as an argument to +target_link_libraries().

+
+
+

Added in version 3.13: The GLOBAL argument will make the +imported target available in global scope.

+
+
+

Added in version 3.15: Non-library linker options reported by pkg-config are stored in the +INTERFACE_LINK_OPTIONS target property.

+
+
+

Changed in version 3.18: Include directories specified with -isystem are stored in the +INTERFACE_INCLUDE_DIRECTORIES target property. Previous +versions of CMake left them in the INTERFACE_COMPILE_OPTIONS +property.

+
+

Each <moduleSpec> can be either a bare module name or it can be a +module name with a version constraint (operators =, <, >, +<= and >= are supported). The following are examples for a module +named foo with various constraints:

+
    +
  • foo matches any version.

  • +
  • foo<2 only matches versions before 2.

  • +
  • foo>=3.1 matches any version from 3.1 or later.

  • +
  • foo=1.2.3 requires that foo must be exactly version 1.2.3.

  • +
+

The following variables may be set upon return. Two sets of values exist: +One for the common case (<XXX> = <prefix>) and another for the +information pkg-config provides when called with the --static +option (<XXX> = <prefix>_STATIC).

+
+
<XXX>_FOUND

set to 1 if module(s) exist

+
+
<XXX>_LIBRARIES

only the libraries (without the '-l')

+
+
<XXX>_LINK_LIBRARIES

the libraries and their absolute paths

+
+
<XXX>_LIBRARY_DIRS

the paths of the libraries (without the '-L')

+
+
<XXX>_LDFLAGS

all required linker flags

+
+
<XXX>_LDFLAGS_OTHER

all other linker flags

+
+
<XXX>_INCLUDE_DIRS

the '-I' preprocessor flags (without the '-I')

+
+
<XXX>_CFLAGS

all required cflags

+
+
<XXX>_CFLAGS_OTHER

the other compiler flags

+
+
+

All but <XXX>_FOUND may be a ;-list if the +associated variable returned from pkg-config has multiple values.

+
+

Changed in version 3.18: Include directories specified with -isystem are stored in the +<XXX>_INCLUDE_DIRS variable. Previous versions of CMake left them +in <XXX>_CFLAGS_OTHER.

+
+

There are some special variables whose prefix depends on the number of +<moduleSpec> given. When there is only one <moduleSpec>, +<YYY> will simply be <prefix>, but if two or more <moduleSpec> +items are given, <YYY> will be <prefix>_<moduleName>.

+
+
<YYY>_VERSION

version of the module

+
+
<YYY>_PREFIX

prefix directory of the module

+
+
<YYY>_INCLUDEDIR

include directory of the module

+
+
<YYY>_LIBDIR

lib directory of the module

+
+
+
+

Changed in version 3.8: For any given <prefix>, pkg_check_modules() can be called multiple +times with different parameters. Previous versions of CMake cached and +returned the first successful result.

+
+
+

Changed in version 3.16: If a full path to the found library can't be determined, but it's still +visible to the linker, pass it through as -l<name>. Previous versions +of CMake failed in this case.

+
+

Examples:

+
pkg_check_modules (GLIB2 glib-2.0)
+
+
+

Looks for any version of glib2. If found, the output variable +GLIB2_VERSION will hold the actual version found.

+
pkg_check_modules (GLIB2 glib-2.0>=2.10)
+
+
+

Looks for at least version 2.10 of glib2. If found, the output variable +GLIB2_VERSION will hold the actual version found.

+
pkg_check_modules (FOO glib-2.0>=2.10 gtk+-2.0)
+
+
+

Looks for both glib2-2.0 (at least version 2.10) and any version of +gtk2+-2.0. Only if both are found will FOO be considered found. +The FOO_glib-2.0_VERSION and FOO_gtk+-2.0_VERSION variables will be +set to their respective found module versions.

+
pkg_check_modules (XRENDER REQUIRED xrender)
+
+
+

Requires any version of xrender. Example output variables set by a +successful call:

+
XRENDER_LIBRARIES=Xrender;X11
+XRENDER_STATIC_LIBRARIES=Xrender;X11;pthread;Xau;Xdmcp
+
+
+
+ +
+
+pkg_search_module
+

The behavior of this command is the same as pkg_check_modules(), +except that rather than checking for all the specified modules, it searches +for just the first successful match.

+
pkg_search_module(<prefix>
+                  [REQUIRED] [QUIET]
+                  [NO_CMAKE_PATH]
+                  [NO_CMAKE_ENVIRONMENT_PATH]
+                  [IMPORTED_TARGET [GLOBAL]]
+                  <moduleSpec> [<moduleSpec>...])
+
+
+
+

Added in version 3.16: If a module is found, the <prefix>_MODULE_NAME variable will contain the +name of the matching module. This variable can be used if you need to run +pkg_get_variable().

+
+

Example:

+
pkg_search_module (BAR libxml-2.0 libxml2 libxml>=2)
+
+
+
+ +
+
+pkg_get_variable
+
+

Added in version 3.4.

+
+

Retrieves the value of a pkg-config variable varName and stores it in the +result variable resultVar in the calling scope.

+
pkg_get_variable(<resultVar> <moduleName> <varName>
+                 [DEFINE_VARIABLES <key>=<value>...])
+
+
+

If pkg-config returns multiple values for the specified variable, +resultVar will contain a ;-list.

+

Options:

+
+
DEFINE_VARIABLES <key>=<value>...
+

Added in version 3.28.

+
+

Specify key-value pairs to redefine variables affecting the variable +retrieved with pkg-config.

+
+
+

For example:

+
pkg_get_variable(GI_GIRDIR gobject-introspection-1.0 girdir)
+
+
+
+ +
+

Variables Affecting Behavior

+
+
+PKG_CONFIG_EXECUTABLE
+

This cache variable can be set to the path of the pkg-config executable. +find_program() is called internally by the module with this +variable.

+
+

Added in version 3.1: The PKG_CONFIG environment variable can be used as a hint if +PKG_CONFIG_EXECUTABLE has not yet been set.

+
+
+

Changed in version 3.22: If the PKG_CONFIG environment variable is set, only the first +argument is taken from it when using it as a hint.

+
+
+ +
+
+PKG_CONFIG_ARGN
+
+

Added in version 3.22.

+
+

This cache variable can be set to a list of arguments to additionally pass +to pkg-config if needed. If not provided, it will be initialized from the +PKG_CONFIG environment variable, if set. The first argument in that +environment variable is assumed to be the pkg-config program, while all +remaining arguments after that are used to initialize PKG_CONFIG_ARGN. +If no such environment variable is defined, PKG_CONFIG_ARGN is +initialized to an empty string. The module does not update the variable once +it has been set in the cache.

+
+ +
+
+PKG_CONFIG_USE_CMAKE_PREFIX_PATH
+
+

Added in version 3.1.

+
+

Specifies whether pkg_check_modules() and +pkg_search_module() should add the paths in the +CMAKE_PREFIX_PATH, CMAKE_FRAMEWORK_PATH and +CMAKE_APPBUNDLE_PATH cache and environment variables to the +pkg-config search path.

+

If this variable is not set, this behavior is enabled by default if +CMAKE_MINIMUM_REQUIRED_VERSION is 3.1 or later, disabled +otherwise.

+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindPostgreSQL.html b/cmake/doc/cmake/html/module/FindPostgreSQL.html new file mode 100644 index 0000000000000000000000000000000000000000..0aafc9726bb8082c51025bd7e6e15c6b59fa60e9 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindPostgreSQL.html @@ -0,0 +1,179 @@ + + + + + + + + FindPostgreSQL — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindPostgreSQL

+

Find the PostgreSQL installation.

+
+

IMPORTED Targets

+
+

Added in version 3.14.

+
+

This module defines IMPORTED target PostgreSQL::PostgreSQL +if PostgreSQL has been found.

+
+
+

Result Variables

+

This module will set the following variables in your project:

+
+
PostgreSQL_FOUND

True if PostgreSQL is found.

+
+
PostgreSQL_LIBRARIES

the PostgreSQL libraries needed for linking

+
+
PostgreSQL_INCLUDE_DIRS

the directories of the PostgreSQL headers

+
+
PostgreSQL_LIBRARY_DIRS

the link directories for PostgreSQL libraries

+
+
PostgreSQL_VERSION_STRING

the version of PostgreSQL found

+
+
PostgreSQL_TYPE_INCLUDE_DIR

the directories of the PostgreSQL server headers

+
+
+
+
+

Components

+

This module contains additional Server component, that forcibly checks +for the presence of server headers. Note that PostgreSQL_TYPE_INCLUDE_DIR +is set regardless of the presence of the Server component in find_package call.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindProducer.html b/cmake/doc/cmake/html/module/FindProducer.html new file mode 100644 index 0000000000000000000000000000000000000000..097babb5bcb036c6264326b5a306da1fbde0615e --- /dev/null +++ b/cmake/doc/cmake/html/module/FindProducer.html @@ -0,0 +1,160 @@ + + + + + + + + FindProducer — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindProducer

+

Though Producer isn't directly part of OpenSceneGraph, its primary +user is OSG so I consider this part of the Findosg* suite used to find +OpenSceneGraph components. You'll notice that I accept OSGDIR as an +environment path.

+

Each component is separate and you must opt in to each module. You +must also opt into OpenGL (and OpenThreads?) as these modules won't do +it for you. This is to allow you control over your own system piece +by piece in case you need to opt out of certain components or change +the Find behavior for a particular module (perhaps because the default +FindOpenGL module doesn't work with your system as an example). +If you want to use a more convenient module that includes everything, +use the FindOpenSceneGraph instead of the Findosg*.cmake +modules.

+

Locate Producer This module defines:

+

PRODUCER_LIBRARY

+
+
PRODUCER_FOUND

if false, do not try to link to Producer

+
+
PRODUCER_INCLUDE_DIR

where to find the headers

+
+
+

$PRODUCER_DIR is an environment variable that would correspond to:

+
./configure --prefix=$PRODUCER_DIR
+
+
+

used in building osg.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindProtobuf.html b/cmake/doc/cmake/html/module/FindProtobuf.html new file mode 100644 index 0000000000000000000000000000000000000000..83fea35a07f6b4bb282e879c98c66ba845c7f5ae --- /dev/null +++ b/cmake/doc/cmake/html/module/FindProtobuf.html @@ -0,0 +1,368 @@ + + + + + + + + FindProtobuf — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindProtobuf

+

Locate and configure the Google Protocol Buffers library.

+
+

Added in version 3.6: Support for find_package() version checks.

+
+
+

Changed in version 3.6: All input and output variables use the Protobuf_ prefix. +Variables with PROTOBUF_ prefix are still supported for compatibility.

+
+

The following variables can be set and are optional:

+
+
Protobuf_SRC_ROOT_FOLDER

When compiling with MSVC, if this cache variable is set +the protobuf-default VS project build locations +(vsprojects/Debug and vsprojects/Release +or vsprojects/x64/Debug and vsprojects/x64/Release) +will be searched for libraries and binaries.

+
+
Protobuf_IMPORT_DIRS

List of additional directories to be searched for +imported .proto files.

+
+
Protobuf_DEBUG
+

Added in version 3.6.

+
+

Show debug messages.

+
+
Protobuf_USE_STATIC_LIBS
+

Added in version 3.9.

+
+

Set to ON to force the use of the static libraries. +Default is OFF.

+
+
+

Defines the following variables:

+
+
Protobuf_FOUND

Found the Google Protocol Buffers library +(libprotobuf & header files)

+
+
Protobuf_VERSION
+

Added in version 3.6.

+
+

Version of package found.

+
+
Protobuf_INCLUDE_DIRS

Include directories for Google Protocol Buffers

+
+
Protobuf_LIBRARIES

The protobuf libraries

+
+
Protobuf_PROTOC_LIBRARIES

The protoc libraries

+
+
Protobuf_LITE_LIBRARIES

The protobuf-lite libraries

+
+
+
+

Added in version 3.9: The following IMPORTED targets are also defined:

+
+
+
protobuf::libprotobuf

The protobuf library.

+
+
protobuf::libprotobuf-lite

The protobuf lite library.

+
+
protobuf::libprotoc

The protoc library.

+
+
protobuf::protoc
+

Added in version 3.10: The protoc compiler.

+
+
+
+

The following cache variables are also available to set or use:

+
+
Protobuf_LIBRARY

The protobuf library

+
+
Protobuf_PROTOC_LIBRARY

The protoc library

+
+
Protobuf_INCLUDE_DIR

The include directory for protocol buffers

+
+
Protobuf_PROTOC_EXECUTABLE

The protoc compiler

+
+
Protobuf_LIBRARY_DEBUG

The protobuf library (debug)

+
+
Protobuf_PROTOC_LIBRARY_DEBUG

The protoc library (debug)

+
+
Protobuf_LITE_LIBRARY

The protobuf lite library

+
+
Protobuf_LITE_LIBRARY_DEBUG

The protobuf lite library (debug)

+
+
+

Example:

+
find_package(Protobuf REQUIRED)
+include_directories(${Protobuf_INCLUDE_DIRS})
+include_directories(${CMAKE_CURRENT_BINARY_DIR})
+protobuf_generate_cpp(PROTO_SRCS PROTO_HDRS foo.proto)
+protobuf_generate_cpp(PROTO_SRCS PROTO_HDRS EXPORT_MACRO DLL_EXPORT foo.proto)
+protobuf_generate_cpp(PROTO_SRCS PROTO_HDRS DESCRIPTORS PROTO_DESCS foo.proto)
+protobuf_generate_python(PROTO_PY foo.proto)
+add_executable(bar bar.cc ${PROTO_SRCS} ${PROTO_HDRS})
+target_link_libraries(bar ${Protobuf_LIBRARIES})
+
+
+
+

Note

+

The protobuf_generate_cpp and protobuf_generate_python +functions and add_executable() or add_library() +calls only work properly within the same directory.

+
+
+
+protobuf_generate_cpp
+

Add custom commands to process .proto files to C++:

+
protobuf_generate_cpp (<SRCS> <HDRS>
+    [DESCRIPTORS <DESC>] [EXPORT_MACRO <MACRO>] [<ARGN>...])
+
+
+
+
SRCS

Variable to define with autogenerated source files

+
+
HDRS

Variable to define with autogenerated header files

+
+
DESCRIPTORS
+

Added in version 3.10: Variable to define with autogenerated descriptor files, if requested.

+
+
+
EXPORT_MACRO

is a macro which should expand to __declspec(dllexport) or +__declspec(dllimport) depending on what is being compiled.

+
+
ARGN

.proto files

+
+
+
+ +
+
+protobuf_generate_python
+
+

Added in version 3.4.

+
+

Add custom commands to process .proto files to Python:

+
protobuf_generate_python (<PY> [<ARGN>...])
+
+
+
+
PY

Variable to define with autogenerated Python files

+
+
ARGN

.proto files

+
+
+
+ +
+
+protobuf_generate
+
+

Added in version 3.13.

+
+

Automatically generate source files from .proto schema files at build time:

+
protobuf_generate (
+    TARGET <target>
+    [LANGUAGE <lang>]
+    [OUT_VAR <out_var>]
+    [EXPORT_MACRO <macro>]
+    [PROTOC_OUT_DIR <dir>]
+    [PLUGIN <plugin>]
+    [PLUGIN_OPTIONS <plugin_options>]
+    [DEPENDENCIES <depends]
+    [PROTOS <protobuf_files>]
+    [IMPORT_DIRS <dirs>]
+    [GENERATE_EXTENSIONS <extensions>]
+    [PROTOC_OPTIONS <protoc_options>]
+    [APPEND_PATH])
+
+
+
+
APPEND_PATH

A flag that causes the base path of all proto schema files to be added to +IMPORT_DIRS.

+
+
LANGUAGE

A single value: cpp or python. Determines what kind of source files are +being generated. Defaults to cpp.

+
+
OUT_VAR

Name of a CMake variable that will be filled with the paths to the generated +source files.

+
+
EXPORT_MACRO

Name of a macro that is applied to all generated Protobuf message classes +and extern variables. It can, for example, be used to declare DLL exports.

+
+
PROTOC_OUT_DIR

Output directory of generated source files. Defaults to CMAKE_CURRENT_BINARY_DIR.

+
+
PLUGIN
+

Added in version 3.21.

+
+

An optional plugin executable. This could, for example, be the path to +grpc_cpp_plugin.

+
+
PLUGIN_OPTIONS
+

Added in version 3.28.

+
+

Additional options provided to the plugin, such as generate_mock_code=true +for the gRPC cpp plugin.

+
+
DEPENDENCIES
+

Added in version 3.28.

+
+

Arguments forwarded to the DEPENDS of the underlying add_custom_command +invocation.

+
+
TARGET

CMake target that will have the generated files added as sources.

+
+
PROTOS

List of proto schema files. If omitted, then every source file ending in proto of TARGET will be used.

+
+
IMPORT_DIRS

A common parent directory for the schema files. For example, if the schema file is +proto/helloworld/helloworld.proto and the import directory proto/ then the +generated files are ${PROTOC_OUT_DIR}/helloworld/helloworld.pb.h and +${PROTOC_OUT_DIR}/helloworld/helloworld.pb.cc.

+
+
GENERATE_EXTENSIONS

If LANGUAGE is omitted then this must be set to the extensions that protoc generates.

+
+
PROTOC_OPTIONS
+

Added in version 3.28.

+
+

Additional arguments that are forwarded to protoc.

+
+
+

Example:

+
find_package(gRPC CONFIG REQUIRED)
+find_package(Protobuf REQUIRED)
+add_library(ProtoTest Test.proto)
+target_link_libraries(ProtoTest PUBLIC gRPC::grpc++)
+protobuf_generate(TARGET ProtoTest)
+protobuf_generate(
+    TARGET ProtoTest
+    LANGUAGE grpc
+    PLUGIN protoc-gen-grpc=$<TARGET_FILE:gRPC::grpc_cpp_plugin>
+    PLUGIN_OPTIONS generate_mock_code=true
+    GENERATE_EXTENSIONS .grpc.pb.h .grpc.pb.cc)
+
+
+
+ +
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindPython.html b/cmake/doc/cmake/html/module/FindPython.html new file mode 100644 index 0000000000000000000000000000000000000000..5795b860002799c3e4ea5b78d6ba9f0492c5cd0f --- /dev/null +++ b/cmake/doc/cmake/html/module/FindPython.html @@ -0,0 +1,737 @@ + + + + + + + + FindPython — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindPython

+
+

Added in version 3.12.

+
+

Find Python interpreter, compiler and development environment (include +directories and libraries).

+
+

Added in version 3.19: When a version is requested, it can be specified as a simple value or as a +range. For a detailed description of version range usage and capabilities, +refer to the find_package() command.

+
+

The following components are supported:

+
    +
  • Interpreter: search for Python interpreter.

  • +
  • Compiler: search for Python compiler. Only offered by IronPython.

  • +
  • Development: search for development artifacts (include directories and +libraries).

    +
    +

    Added in version 3.18: This component includes two sub-components which can be specified +independently:

    +
      +
    • Development.Module: search for artifacts for Python module +developments.

    • +
    • Development.Embed: search for artifacts for Python embedding +developments.

    • +
    +
    +
    +

    Added in version 3.26:

    +
      +
    • Development.SABIModule: search for artifacts for Python module +developments using the +Stable Application Binary Interface. +This component is available only for version 3.2 and upper.

    • +
    +
    +
  • +
  • NumPy: search for NumPy include directories.

  • +
+
+

Added in version 3.14: Added the NumPy component.

+
+

If no COMPONENTS are specified, Interpreter is assumed.

+

If component Development is specified, it implies sub-components +Development.Module and Development.Embed.

+

To ensure consistent versions between components Interpreter, Compiler, +Development (or one of its sub-components) and NumPy, specify all +components at the same time:

+
find_package (Python COMPONENTS Interpreter Development)
+
+
+

This module looks preferably for version 3 of Python. If not found, version 2 +is searched. +To manage concurrent versions 3 and 2 of Python, use FindPython3 and +FindPython2 modules rather than this one.

+
+

Note

+

If components Interpreter and Development (or one of its +sub-components) are both specified, this module search only for interpreter +with same platform architecture as the one defined by CMake +configuration. This constraint does not apply if only Interpreter +component is specified.

+
+
+

Imported Targets

+

This module defines the following Imported Targets:

+
+

Changed in version 3.14: Imported Targets are only created when +CMAKE_ROLE is PROJECT.

+
+
+
Python::Interpreter

Python interpreter. This target is defined only if the Interpreter +component is found.

+
+
Python::InterpreterDebug
+

Added in version 3.30.

+
+

Python debug interpreter. This target is defined only if the Interpreter +component is found and the Python_EXECUTABLE_DEBUG variable is defined. +The target is only defined on the Windows platform.

+
+
Python::InterpreterMultiConfig
+

Added in version 3.30.

+
+

Python interpreter. The release or debug version of the interpreter will be +used, based on the context (platform, configuration). +This target is defined only if the Interpreter component is found

+
+
Python::Compiler

Python compiler. This target is defined only if the Compiler component is +found.

+
+
Python::Module
+

Added in version 3.15.

+
+

Python library for Python module. Target defined if component +Development.Module is found.

+
+
Python::SABIModule
+

Added in version 3.26.

+
+

Python library for Python module using the Stable Application Binary +Interface. Target defined if component Development.SABIModule is found.

+
+
Python::Python

Python library for Python embedding. Target defined if component +Development.Embed is found.

+
+
Python::NumPy
+

Added in version 3.14.

+
+

NumPy Python library. Target defined if component NumPy is found.

+
+
+
+
+

Result Variables

+

This module will set the following variables in your project +(see Standard Variable Names):

+
+
Python_FOUND

System has the Python requested components.

+
+
Python_Interpreter_FOUND

System has the Python interpreter.

+
+
Python_EXECUTABLE

Path to the Python interpreter.

+
+
Python_EXECUTABLE_DEBUG
+

Added in version 3.30.

+
+

Path to the debug Python interpreter. It is only defined on the Windows +platform.

+
+
Python_INTERPRETER
+

Added in version 3.30.

+
+

Path to the Python interpreter, defined as a +generator expression selecting +the Python_EXECUTABLE or Python_EXECUTABLE_DEBUG variable based on +the context (platform, configuration).

+
+
Python_INTERPRETER_ID
+
A short string unique to the interpreter. Possible values include:
    +
  • Python

  • +
  • ActivePython

  • +
  • Anaconda

  • +
  • Canopy

  • +
  • IronPython

  • +
  • PyPy

  • +
+
+
+
+
Python_STDLIB

Standard platform independent installation directory.

+

Information returned by sysconfig.get_path('stdlib').

+
+
Python_STDARCH

Standard platform dependent installation directory.

+

Information returned by sysconfig.get_path('platstdlib').

+
+
Python_SITELIB

Third-party platform independent installation directory.

+

Information returned by sysconfig.get_path('purelib').

+
+
Python_SITEARCH

Third-party platform dependent installation directory.

+

Information returned by sysconfig.get_path('platlib').

+
+
Python_SOABI
+

Added in version 3.17.

+
+

Extension suffix for modules.

+

Information computed from sysconfig.get_config_var('EXT_SUFFIX') or +sysconfig.get_config_var('SOABI') or +python3-config --extension-suffix.

+
+
Python_SOSABI
+

Added in version 3.26.

+
+

Extension suffix for modules using the Stable Application Binary Interface.

+

Information computed from importlib.machinery.EXTENSION_SUFFIXES if the +COMPONENT Interpreter was specified. Otherwise, the extension is abi3 +except for Windows, MSYS and CYGWIN for which this is an empty +string.

+
+
Python_Compiler_FOUND

System has the Python compiler.

+
+
Python_COMPILER

Path to the Python compiler. Only offered by IronPython.

+
+
Python_COMPILER_ID
+
A short string unique to the compiler. Possible values include:
    +
  • IronPython

  • +
+
+
+
+
Python_DOTNET_LAUNCHER
+

Added in version 3.18.

+
+

The .Net interpreter. Only used by IronPython implementation.

+
+
Python_Development_FOUND

System has the Python development artifacts.

+
+
Python_Development.Module_FOUND
+

Added in version 3.18.

+
+

System has the Python development artifacts for Python module.

+
+
Python_Development.SABIModule_FOUND
+

Added in version 3.26.

+
+

System has the Python development artifacts for Python module using the +Stable Application Binary Interface.

+
+
Python_Development.Embed_FOUND
+

Added in version 3.18.

+
+

System has the Python development artifacts for Python embedding.

+
+
+

Python_INCLUDE_DIRS

+
+

The Python include directories.

+
+
+
Python_DEFINITIONS
+

Added in version 3.30.3.

+
+

The Python preprocessor definitions.

+
+
Python_DEBUG_POSTFIX
+

Added in version 3.30.

+
+

Postfix of debug python module. This variable can be used to define the +DEBUG_POSTFIX target property.

+
+
Python_LINK_OPTIONS
+

Added in version 3.19.

+
+

The Python link options. Some configurations require specific link options +for a correct build and execution.

+
+
Python_LIBRARIES

The Python libraries.

+
+
Python_LIBRARY_DIRS

The Python library directories.

+
+
Python_RUNTIME_LIBRARY_DIRS

The Python runtime library directories.

+
+
Python_SABI_LIBRARIES
+

Added in version 3.26.

+
+

The Python libraries for the Stable Application Binary Interface.

+
+
Python_SABI_LIBRARY_DIRS
+

Added in version 3.26.

+
+

The Python SABI library directories.

+
+
Python_RUNTIME_SABI_LIBRARY_DIRS
+

Added in version 3.26.

+
+

The Python runtime SABI library directories.

+
+
Python_VERSION

Python version.

+
+
Python_VERSION_MAJOR

Python major version.

+
+
Python_VERSION_MINOR

Python minor version.

+
+
Python_VERSION_PATCH

Python patch version.

+
+
Python_PyPy_VERSION
+

Added in version 3.18.

+
+

Python PyPy version.

+
+
Python_NumPy_FOUND
+

Added in version 3.14.

+
+

System has the NumPy.

+
+
Python_NumPy_INCLUDE_DIRS
+

Added in version 3.14.

+
+

The NumPy include directories.

+
+
Python_NumPy_VERSION
+

Added in version 3.14.

+
+

The NumPy version.

+
+
+
+
+

Hints

+
+
Python_ROOT_DIR

Define the root directory of a Python installation.

+
+
Python_USE_STATIC_LIBS
    +
  • If not defined, search for shared libraries and static libraries in that +order.

  • +
  • If set to TRUE, search only for static libraries.

  • +
  • If set to FALSE, search only for shared libraries.

  • +
+
+

Note

+

This hint will be ignored on Windows because static libraries are not +available on this platform.

+
+
+
Python_FIND_ABI
+

Added in version 3.16.

+
+

This variable defines which ABIs, as defined in PEP 3149, should be +searched.

+
+

Note

+

This hint will be honored only when searched for Python version 3.

+
+

The Python_FIND_ABI variable is a 4-tuple specifying, in that order, +pydebug (d), pymalloc (m), unicode (u) and +gil_disabled (t) flags.

+
+

Added in version 3.30: A fourth element, specifying the gil_disabled flag (i.e. free +threaded python), is added and is optional. If not specified, the value is +OFF.

+
+

Each element can be set to one of the following:

+
    +
  • ON: Corresponding flag is selected.

  • +
  • OFF: Corresponding flag is not selected.

  • +
  • ANY: The two possibilities (ON and OFF) will be searched.

  • +
+
+

Note

+

If Python3_FIND_ABI is not defined, any ABI, excluding the +gil_disabled flag, will be searched.

+
+

From this 4-tuple, various ABIs will be searched starting from the most +specialized to the most general. Moreover, when ANY is specified for +pydebug and gil_disabled, debug and free threaded versions +will be searched after non-debug and non-gil-disabled ones.

+

For example, if we have:

+
set (Python_FIND_ABI "ON" "ANY" "ANY" "ON")
+
+
+

The following flags combinations will be appended, in that order, to the +artifact names: tdmu, tdm, tdu, and td.

+

And to search any possible ABIs:

+
set (Python_FIND_ABI "ANY" "ANY" "ANY" "ANY")
+
+
+

The following combinations, in that order, will be used: mu, m, +u, <empty>, dmu, dm, du, d, tmu, tm, tu, +t, tdmu, tdm, tdu, and td.

+
+

Note

+

This hint is useful only on POSIX systems except for the +gil_disabled flag. So, on Windows systems, +when Python_FIND_ABI is defined, Python distributions from +python.org will be found only if the value for +each flag is OFF or ANY except for the fourth one +(gil_disabled).

+
+
+
Python_FIND_STRATEGY
+

Added in version 3.15.

+
+

This variable defines how lookup will be done. +The Python_FIND_STRATEGY variable can be set to one of the following:

+
    +
  • VERSION: Try to find the most recent version in all specified +locations. +This is the default if policy CMP0094 is undefined or set to +OLD.

  • +
  • LOCATION: Stops lookup as soon as a version satisfying version +constraints is founded. +This is the default if policy CMP0094 is set to NEW.

  • +
+

See also Python_FIND_UNVERSIONED_NAMES.

+
+
Python_FIND_REGISTRY
+

Added in version 3.13.

+
+

On Windows the Python_FIND_REGISTRY variable determine the order +of preference between registry and environment variables. +the Python_FIND_REGISTRY variable can be set to one of the following:

+
    +
  • FIRST: Try to use registry before environment variables. +This is the default.

  • +
  • LAST: Try to use registry after environment variables.

  • +
  • NEVER: Never try to use registry.

  • +
+
+
Python_FIND_FRAMEWORK
+

Added in version 3.15.

+
+

On macOS the Python_FIND_FRAMEWORK variable determine the order of +preference between Apple-style and unix-style package components. +This variable can take same values as CMAKE_FIND_FRAMEWORK +variable.

+
+

Note

+

Value ONLY is not supported so FIRST will be used instead.

+
+

If Python_FIND_FRAMEWORK is not defined, CMAKE_FIND_FRAMEWORK +variable will be used, if any.

+
+
Python_FIND_VIRTUALENV
+

Added in version 3.15.

+
+

This variable defines the handling of virtual environments managed by +virtualenv or conda. It is meaningful only when a virtual environment +is active (i.e. the activate script has been evaluated). In this case, it +takes precedence over Python_FIND_REGISTRY and CMAKE_FIND_FRAMEWORK +variables. The Python_FIND_VIRTUALENV variable can be set to one of the +following:

+
    +
  • FIRST: The virtual environment is used before any other standard +paths to look-up for the interpreter. This is the default.

  • +
  • ONLY: Only the virtual environment is used to look-up for the +interpreter.

  • +
  • STANDARD: The virtual environment is not used to look-up for the +interpreter but environment variable PATH is always considered. +In this case, variable Python_FIND_REGISTRY (Windows) or +CMAKE_FIND_FRAMEWORK (macOS) can be set with value LAST or +NEVER to select preferably the interpreter from the virtual +environment.

  • +
+
+

Added in version 3.17: Added support for conda environments.

+
+
+

Note

+

If the component Development is requested, it is strongly +recommended to also include the component Interpreter to get expected +result.

+
+
+
Python_FIND_IMPLEMENTATIONS
+

Added in version 3.18.

+
+

This variable defines, in an ordered list, the different implementations +which will be searched. The Python_FIND_IMPLEMENTATIONS variable can +hold the following values:

+
    +
  • CPython: this is the standard implementation. Various products, like +Anaconda or ActivePython, rely on this implementation.

  • +
  • IronPython: This implementation use the CSharp language for +.NET Framework on top of the Dynamic Language Runtime (DLR). +See IronPython.

  • +
  • PyPy: This implementation use RPython language and +RPython translation toolchain to produce the python interpreter. +See PyPy.

  • +
+

The default value is:

+
    +
  • Windows platform: CPython, IronPython

  • +
  • Other platforms: CPython

  • +
+
+

Note

+

This hint has the lowest priority of all hints, so even if, for example, +you specify IronPython first and CPython in second, a python +product based on CPython can be selected because, for example with +Python_FIND_STRATEGY=LOCATION, each location will be search first for +IronPython and second for CPython.

+
+
+

Note

+

When IronPython is specified, on platforms other than Windows, the +.Net interpreter (i.e. mono command) is expected to be available +through the PATH variable.

+
+
+
Python_FIND_UNVERSIONED_NAMES
+

Added in version 3.20.

+
+

This variable defines how the generic names will be searched. Currently, it +only applies to the generic names of the interpreter, namely, python3 or +python2 and python. +The Python_FIND_UNVERSIONED_NAMES variable can be set to one of the +following values:

+
    +
  • FIRST: The generic names are searched before the more specialized ones +(such as python2.5 for example).

  • +
  • LAST: The generic names are searched after the more specialized ones. +This is the default.

  • +
  • NEVER: The generic name are not searched at all.

  • +
+

See also Python_FIND_STRATEGY.

+
+
+
+
+

Artifacts Specification

+
+

Added in version 3.16.

+
+

To solve special cases, it is possible to specify directly the artifacts by +setting the following variables:

+
+
Python_EXECUTABLE

The path to the interpreter.

+
+
Python_COMPILER

The path to the compiler.

+
+
Python_DOTNET_LAUNCHER
+

Added in version 3.18.

+
+

The .Net interpreter. Only used by IronPython implementation.

+
+
Python_LIBRARY

The path to the library. It will be used to compute the +variables Python_LIBRARIES, Python_LIBRARY_DIRS and +Python_RUNTIME_LIBRARY_DIRS.

+
+
Python_SABI_LIBRARY
+

Added in version 3.26.

+
+

The path to the library for Stable Application Binary Interface. It will be +used to compute the variables Python_SABI_LIBRARIES, +Python_SABI_LIBRARY_DIRS and Python_RUNTIME_SABI_LIBRARY_DIRS.

+
+
Python_INCLUDE_DIR

The path to the directory of the Python headers. It will be used to +compute the variable Python_INCLUDE_DIRS.

+
+
Python_NumPy_INCLUDE_DIR

The path to the directory of the NumPy headers. It will be used to +compute the variable Python_NumPy_INCLUDE_DIRS.

+
+
+
+

Note

+

All paths must be absolute. Any artifact specified with a relative path +will be ignored.

+
+
+

Note

+

When an artifact is specified, all HINTS will be ignored and no search +will be performed for this artifact.

+

If more than one artifact is specified, it is the user's responsibility to +ensure the consistency of the various artifacts.

+
+

By default, this module supports multiple calls in different directories of a +project with different version/component requirements while providing correct +and consistent results for each call. To support this behavior, CMake cache +is not used in the traditional way which can be problematic for interactive +specification. So, to enable also interactive specification, module behavior +can be controlled with the following variable:

+
+
Python_ARTIFACTS_INTERACTIVE
+

Added in version 3.18.

+
+

Selects the behavior of the module. This is a boolean variable:

+
    +
  • If set to TRUE: Create CMake cache entries for the above artifact +specification variables so that users can edit them interactively. +This disables support for multiple version/component requirements.

  • +
  • If set to FALSE or undefined: Enable multiple version/component +requirements.

  • +
+
+
+
+
+

Commands

+

This module defines the command Python_add_library (when +CMAKE_ROLE is PROJECT), which has the same semantics as +add_library() and adds a dependency to target Python::Python or, +when library type is MODULE, to target Python::Module or +Python::SABIModule (when USE_SABI option is specified) and takes care +of Python module naming rules:

+
Python_add_library (<name> [STATIC | SHARED | MODULE [USE_SABI <version>] [WITH_SOABI]]
+                    <source1> [<source2> ...])
+
+
+

If the library type is not specified, MODULE is assumed.

+
+

Added in version 3.17: For MODULE library type, if option WITH_SOABI is specified, the +module suffix will include the Python_SOABI value, if any.

+
+
+

Added in version 3.26: For MODULE type, if the option USE_SABI is specified, the +preprocessor definition Py_LIMITED_API will be specified, as PRIVATE, +for the target <name> with the value computed from <version> argument. +The expected format for <version> is major[.minor], where each +component is a numeric value. If minor component is specified, the +version should be, at least, 3.2 which is the version where the +Stable Application Binary Interface +was introduced. Specifying only major version 3 is equivalent to 3.2.

+

When option WITH_SOABI is also specified, the module suffix will include +the Python_SOSABI value, if any.

+
+
+

Added in version 3.30: For MODULE type, the DEBUG_POSTFIX target property is +initialized with the value of Python_DEBUG_POSTFIX variable if defined.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindPython2.html b/cmake/doc/cmake/html/module/FindPython2.html new file mode 100644 index 0000000000000000000000000000000000000000..4970ca43a1442ac39f74aede43c91213c6e30975 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindPython2.html @@ -0,0 +1,600 @@ + + + + + + + + FindPython2 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindPython2

+
+

Added in version 3.12.

+
+

Find Python 2 interpreter, compiler and development environment (include +directories and libraries).

+
+

Added in version 3.19: When a version is requested, it can be specified as a simple value or as a +range. For a detailed description of version range usage and capabilities, +refer to the find_package() command.

+
+

The following components are supported:

+
    +
  • Interpreter: search for Python 2 interpreter

  • +
  • Compiler: search for Python 2 compiler. Only offered by IronPython.

  • +
  • Development: search for development artifacts (include directories and +libraries).

    +
    +

    Added in version 3.18: This component includes two sub-components which can be specified +independently:

    +
      +
    • Development.Module: search for artifacts for Python 2 module +developments.

    • +
    • Development.Embed: search for artifacts for Python 2 embedding +developments.

    • +
    +
    +
  • +
  • NumPy: search for NumPy include directories.

  • +
+
+

Added in version 3.14: Added the NumPy component.

+
+

If no COMPONENTS are specified, Interpreter is assumed.

+

If component Development is specified, it implies sub-components +Development.Module and Development.Embed.

+

To ensure consistent versions between components Interpreter, Compiler, +Development (or one of its sub-components) and NumPy, specify all +components at the same time:

+
find_package (Python2 COMPONENTS Interpreter Development)
+
+
+

This module looks only for version 2 of Python. This module can be used +concurrently with FindPython3 module to use both Python versions.

+

The FindPython module can be used if Python version does not matter +for you.

+
+

Note

+

If components Interpreter and Development (or one of its +sub-components) are both specified, this module search only for interpreter +with same platform architecture as the one defined by CMake +configuration. This constraint does not apply if only Interpreter +component is specified.

+
+
+

Imported Targets

+

This module defines the following Imported Targets:

+
+

Changed in version 3.14: Imported Targets are only created when +CMAKE_ROLE is PROJECT.

+
+
+
Python2::Interpreter

Python 2 interpreter. This target is defined only if the Interpreter +component is found.

+
+
Python2::InterpreterDebug
+

Added in version 3.30.

+
+

Python 2 debug interpreter. This target is defined only if the +Interpreter component is found and the Python2_EXECUTABLE_DEBUG +variable is defined. The target is only defined on the Windows platform.

+
+
Python2::InterpreterMultiConfig
+

Added in version 3.30.

+
+

Python 2 interpreter. The release or debug version of the interpreter will be +used, based on the context (platform, configuration). +This target is defined only if the Interpreter component is found

+
+
Python2::Compiler

Python 2 compiler. This target is defined only if the Compiler component +is found.

+
+
Python2::Module
+

Added in version 3.15.

+
+

Python 2 library for Python module. Target defined if component +Development.Module is found.

+
+
Python2::Python

Python 2 library for Python embedding. Target defined if component +Development.Embed is found.

+
+
Python2::NumPy
+

Added in version 3.14.

+
+

NumPy library for Python 2. Target defined if component NumPy is found.

+
+
+
+
+

Result Variables

+

This module will set the following variables in your project +(see Standard Variable Names):

+
+
Python2_FOUND

System has the Python 2 requested components.

+
+
Python2_Interpreter_FOUND

System has the Python 2 interpreter.

+
+
Python2_EXECUTABLE

Path to the Python 2 interpreter.

+
+
Python2_EXECUTABLE_DEBUG
+

Added in version 3.30.

+
+

Path to the debug Python 2 interpreter. It is only defined on the Windows +platform.

+
+
Python2_INTERPRETER
+

Added in version 3.30.

+
+

Path to the Python 2 interpreter, defined as a +generator expression selecting +the Python2_EXECUTABLE or Python2_EXECUTABLE_DEBUG variable based on +the context (platform, configuration).

+
+
Python2_INTERPRETER_ID
+
A short string unique to the interpreter. Possible values include:
    +
  • Python

  • +
  • ActivePython

  • +
  • Anaconda

  • +
  • Canopy

  • +
  • IronPython

  • +
  • PyPy

  • +
+
+
+
+
Python2_STDLIB

Standard platform independent installation directory.

+

Information returned by sysconfig.get_path('stdlib') or else +distutils.sysconfig.get_python_lib(plat_specific=False,standard_lib=True).

+
+
Python2_STDARCH

Standard platform dependent installation directory.

+

Information returned by sysconfig.get_path('platstdlib') or else +distutils.sysconfig.get_python_lib(plat_specific=True,standard_lib=True).

+
+
Python2_SITELIB

Third-party platform independent installation directory.

+

Information returned by sysconfig.get_path('purelib') or else +distutils.sysconfig.get_python_lib(plat_specific=False,standard_lib=False).

+
+
Python2_SITEARCH

Third-party platform dependent installation directory.

+

Information returned by sysconfig.get_path('platlib') or else +distutils.sysconfig.get_python_lib(plat_specific=True,standard_lib=False).

+
+
Python2_Compiler_FOUND

System has the Python 2 compiler.

+
+
Python2_COMPILER

Path to the Python 2 compiler. Only offered by IronPython.

+
+
Python2_COMPILER_ID
+
A short string unique to the compiler. Possible values include:
    +
  • IronPython

  • +
+
+
+
+
Python2_DOTNET_LAUNCHER
+

Added in version 3.18.

+
+

The .Net interpreter. Only used by IronPython implementation.

+
+
Python2_Development_FOUND

System has the Python 2 development artifacts.

+
+
Python2_Development.Module_FOUND
+

Added in version 3.18.

+
+

System has the Python 2 development artifacts for Python module.

+
+
Python2_Development.Embed_FOUND
+

Added in version 3.18.

+
+

System has the Python 2 development artifacts for Python embedding.

+
+
Python2_INCLUDE_DIRS

The Python 2 include directories.

+
+
Python2_DEBUG_POSTFIX
+

Added in version 3.30.

+
+

Postfix of debug python module. This variable can be used to define the +DEBUG_POSTFIX target property.

+
+
Python2_LINK_OPTIONS
+

Added in version 3.19.

+
+

The Python 2 link options. Some configurations require specific link options +for a correct build and execution.

+
+
Python2_LIBRARIES

The Python 2 libraries.

+
+
Python2_LIBRARY_DIRS

The Python 2 library directories.

+
+
Python2_RUNTIME_LIBRARY_DIRS

The Python 2 runtime library directories.

+
+
Python2_VERSION

Python 2 version.

+
+
Python2_VERSION_MAJOR

Python 2 major version.

+
+
Python2_VERSION_MINOR

Python 2 minor version.

+
+
Python2_VERSION_PATCH

Python 2 patch version.

+
+
Python2_PyPy_VERSION
+

Added in version 3.18.

+
+

Python 2 PyPy version.

+
+
Python2_NumPy_FOUND
+

Added in version 3.14.

+
+

System has the NumPy.

+
+
Python2_NumPy_INCLUDE_DIRS
+

Added in version 3.14.

+
+

The NumPy include directories.

+
+
Python2_NumPy_VERSION
+

Added in version 3.14.

+
+

The NumPy version.

+
+
+
+
+

Hints

+
+
Python2_ROOT_DIR

Define the root directory of a Python 2 installation.

+
+
Python2_USE_STATIC_LIBS
    +
  • If not defined, search for shared libraries and static libraries in that +order.

  • +
  • If set to TRUE, search only for static libraries.

  • +
  • If set to FALSE, search only for shared libraries.

  • +
+
+

Note

+

This hint will be ignored on Windows because static libraries are not +available on this platform.

+
+
+
Python2_FIND_STRATEGY
+

Added in version 3.15.

+
+

This variable defines how lookup will be done. +The Python2_FIND_STRATEGY variable can be set to one of the following:

+
    +
  • VERSION: Try to find the most recent version in all specified +locations. +This is the default if policy CMP0094 is undefined or set to +OLD.

  • +
  • LOCATION: Stops lookup as soon as a version satisfying version +constraints is founded. +This is the default if policy CMP0094 is set to NEW.

  • +
+

See also Python2_FIND_UNVERSIONED_NAMES.

+
+
Python2_FIND_REGISTRY
+

Added in version 3.13.

+
+

On Windows the Python2_FIND_REGISTRY variable determine the order +of preference between registry and environment variables. +the Python2_FIND_REGISTRY variable can be set to one of the following:

+
    +
  • FIRST: Try to use registry before environment variables. +This is the default.

  • +
  • LAST: Try to use registry after environment variables.

  • +
  • NEVER: Never try to use registry.

  • +
+
+
Python2_FIND_FRAMEWORK
+

Added in version 3.15.

+
+

On macOS the Python2_FIND_FRAMEWORK variable determine the order of +preference between Apple-style and unix-style package components. +This variable can take same values as CMAKE_FIND_FRAMEWORK +variable.

+
+

Note

+

Value ONLY is not supported so FIRST will be used instead.

+
+

If Python2_FIND_FRAMEWORK is not defined, CMAKE_FIND_FRAMEWORK +variable will be used, if any.

+
+
Python2_FIND_VIRTUALENV
+

Added in version 3.15.

+
+

This variable defines the handling of virtual environments managed by +virtualenv or conda. It is meaningful only when a virtual environment +is active (i.e. the activate script has been evaluated). In this case, it +takes precedence over Python2_FIND_REGISTRY and CMAKE_FIND_FRAMEWORK +variables. The Python2_FIND_VIRTUALENV variable can be set to one of the +following:

+
    +
  • FIRST: The virtual environment is used before any other standard +paths to look-up for the interpreter. This is the default.

  • +
  • ONLY: Only the virtual environment is used to look-up for the +interpreter.

  • +
  • STANDARD: The virtual environment is not used to look-up for the +interpreter but environment variable PATH is always considered. +In this case, variable Python2_FIND_REGISTRY (Windows) or +CMAKE_FIND_FRAMEWORK (macOS) can be set with value LAST or +NEVER to select preferably the interpreter from the virtual +environment.

  • +
+
+

Added in version 3.17: Added support for conda environments.

+
+
+

Note

+

If the component Development is requested, it is strongly +recommended to also include the component Interpreter to get expected +result.

+
+
+
Python2_FIND_IMPLEMENTATIONS
+

Added in version 3.18.

+
+

This variable defines, in an ordered list, the different implementations +which will be searched. The Python2_FIND_IMPLEMENTATIONS variable can +hold the following values:

+
    +
  • CPython: this is the standard implementation. Various products, like +Anaconda or ActivePython, rely on this implementation.

  • +
  • IronPython: This implementation use the CSharp language for +.NET Framework on top of the Dynamic Language Runtime (DLR). +See IronPython.

  • +
  • PyPy: This implementation use RPython language and +RPython translation toolchain to produce the python interpreter. +See PyPy.

  • +
+

The default value is:

+
    +
  • Windows platform: CPython, IronPython

  • +
  • Other platforms: CPython

  • +
+
+

Note

+

This hint has the lowest priority of all hints, so even if, for example, +you specify IronPython first and CPython in second, a python +product based on CPython can be selected because, for example with +Python2_FIND_STRATEGY=LOCATION, each location will be search first for +IronPython and second for CPython.

+
+
+

Note

+

When IronPython is specified, on platforms other than Windows, the +.Net interpreter (i.e. mono command) is expected to be available +through the PATH variable.

+
+
+
Python2_FIND_UNVERSIONED_NAMES
+

Added in version 3.20.

+
+

This variable defines how the generic names will be searched. Currently, it +only applies to the generic names of the interpreter, namely, python2 and +python. +The Python2_FIND_UNVERSIONED_NAMES variable can be set to one of the +following values:

+
    +
  • FIRST: The generic names are searched before the more specialized ones +(such as python2.5 for example).

  • +
  • LAST: The generic names are searched after the more specialized ones. +This is the default.

  • +
  • NEVER: The generic name are not searched at all.

  • +
+

See also Python2_FIND_STRATEGY.

+
+
+
+
+

Artifacts Specification

+
+

Added in version 3.16.

+
+

To solve special cases, it is possible to specify directly the artifacts by +setting the following variables:

+
+
Python2_EXECUTABLE

The path to the interpreter.

+
+
Python2_COMPILER

The path to the compiler.

+
+
Python2_DOTNET_LAUNCHER
+

Added in version 3.18.

+
+

The .Net interpreter. Only used by IronPython implementation.

+
+
Python2_LIBRARY

The path to the library. It will be used to compute the +variables Python2_LIBRARIES, Python2_LIBRARY_DIRS and +Python2_RUNTIME_LIBRARY_DIRS.

+
+
Python2_INCLUDE_DIR

The path to the directory of the Python headers. It will be used to +compute the variable Python2_INCLUDE_DIRS.

+
+
Python2_NumPy_INCLUDE_DIR

The path to the directory of the NumPy headers. It will be used to +compute the variable Python2_NumPy_INCLUDE_DIRS.

+
+
+
+

Note

+

All paths must be absolute. Any artifact specified with a relative path +will be ignored.

+
+
+

Note

+

When an artifact is specified, all HINTS will be ignored and no search +will be performed for this artifact.

+

If more than one artifact is specified, it is the user's responsibility to +ensure the consistency of the various artifacts.

+
+

By default, this module supports multiple calls in different directories of a +project with different version/component requirements while providing correct +and consistent results for each call. To support this behavior, CMake cache +is not used in the traditional way which can be problematic for interactive +specification. So, to enable also interactive specification, module behavior +can be controlled with the following variable:

+
+
Python2_ARTIFACTS_INTERACTIVE
+

Added in version 3.18.

+
+

Selects the behavior of the module. This is a boolean variable:

+
    +
  • If set to TRUE: Create CMake cache entries for the above artifact +specification variables so that users can edit them interactively. +This disables support for multiple version/component requirements.

  • +
  • If set to FALSE or undefined: Enable multiple version/component +requirements.

  • +
+
+
+
+
+

Commands

+

This module defines the command Python2_add_library (when +CMAKE_ROLE is PROJECT), which has the same semantics as +add_library() and adds a dependency to target Python2::Python or, +when library type is MODULE, to target Python2::Module and takes care +of Python module naming rules:

+
Python2_add_library (<name> [STATIC | SHARED | MODULE]
+                     <source1> [<source2> ...])
+
+
+

If library type is not specified, MODULE is assumed.

+
+

Added in version 3.30: For MODULE type, the DEBUG_POSTFIX target property is +initialized with the value of Python2_DEBUG_POSTFIX variable if defined.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindPython3.html b/cmake/doc/cmake/html/module/FindPython3.html new file mode 100644 index 0000000000000000000000000000000000000000..42838efccb6ff85f94490c5641c634931f0098a8 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindPython3.html @@ -0,0 +1,737 @@ + + + + + + + + FindPython3 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindPython3

+
+

Added in version 3.12.

+
+

Find Python 3 interpreter, compiler and development environment (include +directories and libraries).

+
+

Added in version 3.19: When a version is requested, it can be specified as a simple value or as a +range. For a detailed description of version range usage and capabilities, +refer to the find_package() command.

+
+

The following components are supported:

+
    +
  • Interpreter: search for Python 3 interpreter

  • +
  • Compiler: search for Python 3 compiler. Only offered by IronPython.

  • +
  • Development: search for development artifacts (include directories and +libraries).

    +
    +

    Added in version 3.18: This component includes two sub-components which can be specified +independently:

    +
      +
    • Development.Module: search for artifacts for Python 3 module +developments.

    • +
    • Development.Embed: search for artifacts for Python 3 embedding +developments.

    • +
    +
    +
    +

    Added in version 3.26:

    +
      +
    • Development.SABIModule: search for artifacts for Python 3 module +developments using the +Stable Application Binary Interface. +This component is available only for version 3.2 and upper.

    • +
    +
    +
  • +
  • NumPy: search for NumPy include directories.

  • +
+
+

Added in version 3.14: Added the NumPy component.

+
+

If no COMPONENTS are specified, Interpreter is assumed.

+

If component Development is specified, it implies sub-components +Development.Module and Development.Embed.

+

To ensure consistent versions between components Interpreter, Compiler, +Development (or one of its sub-components) and NumPy, specify all +components at the same time:

+
find_package (Python3 COMPONENTS Interpreter Development)
+
+
+

This module looks only for version 3 of Python. This module can be used +concurrently with FindPython2 module to use both Python versions.

+

The FindPython module can be used if Python version does not matter +for you.

+
+

Note

+

If components Interpreter and Development (or one of its +sub-components) are both specified, this module search only for interpreter +with same platform architecture as the one defined by CMake +configuration. This constraint does not apply if only Interpreter +component is specified.

+
+
+

Imported Targets

+

This module defines the following Imported Targets:

+
+

Changed in version 3.14: Imported Targets are only created when +CMAKE_ROLE is PROJECT.

+
+
+
Python3::Interpreter

Python 3 interpreter. This target is defined only if the Interpreter +component is found.

+
+
Python3::InterpreterDebug
+

Added in version 3.30.

+
+

Python 3 debug interpreter. This target is defined only if the +Interpreter component is found and the Python3_EXECUTABLE_DEBUG +variable is defined. The target is only defined on the Windows platform.

+
+
Python3::InterpreterMultiConfig
+

Added in version 3.30.

+
+

Python 3 interpreter. The release or debug version of the interpreter will be +used, based on the context (platform, configuration). +This target is defined only if the Interpreter component is found

+
+
Python3::Compiler

Python 3 compiler. This target is defined only if the Compiler component +is found.

+
+
Python3::Module
+

Added in version 3.15.

+
+

Python 3 library for Python module. Target defined if component +Development.Module is found.

+
+
Python3::SABIModule
+

Added in version 3.26.

+
+

Python 3 library for Python module using the Stable Application Binary +Interface. Target defined if component Development.SABIModule is found.

+
+
Python3::Python

Python 3 library for Python embedding. Target defined if component +Development.Embed is found.

+
+
Python3::NumPy
+

Added in version 3.14.

+
+

NumPy library for Python 3. Target defined if component NumPy is found.

+
+
+
+
+

Result Variables

+

This module will set the following variables in your project +(see Standard Variable Names):

+
+
Python3_FOUND

System has the Python 3 requested components.

+
+
Python3_Interpreter_FOUND

System has the Python 3 interpreter.

+
+
Python3_EXECUTABLE

Path to the Python 3 interpreter.

+
+
Python3_EXECUTABLE_DEBUG
+

Added in version 3.30.

+
+

Path to the debug Python 3 interpreter. It is only defined on Windows +platform.

+
+
Python3_INTERPRETER
+

Added in version 3.30.

+
+

Path to the Python 3 interpreter, defined as a +generator expression selecting +the Python3_EXECUTABLE or Python3_EXECUTABLE_DEBUG variable based on +the context (platform, configuration).

+
+
Python3_INTERPRETER_ID
+
A short string unique to the interpreter. Possible values include:
    +
  • Python

  • +
  • ActivePython

  • +
  • Anaconda

  • +
  • Canopy

  • +
  • IronPython

  • +
  • PyPy

  • +
+
+
+
+
Python3_STDLIB

Standard platform independent installation directory.

+

Information returned by sysconfig.get_path('stdlib').

+
+
Python3_STDARCH

Standard platform dependent installation directory.

+

Information returned by sysconfig.get_path('platstdlib').

+
+
Python3_SITELIB

Third-party platform independent installation directory.

+

Information returned by sysconfig.get_path('purelib').

+
+
Python3_SITEARCH

Third-party platform dependent installation directory.

+

Information returned by sysconfig.get_path('platlib').

+
+
Python3_SOABI
+

Added in version 3.17.

+
+

Extension suffix for modules.

+

Information computed from sysconfig.get_config_var('EXT_SUFFIX') or +sysconfig.get_config_var('SOABI') or +python3-config --extension-suffix.

+
+
Python3_SOSABI
+

Added in version 3.26.

+
+

Extension suffix for modules using the Stable Application Binary Interface.

+

Information computed from importlib.machinery.EXTENSION_SUFFIXES if the +COMPONENT Interpreter was specified. Otherwise, the extension is abi3 +except for Windows, MSYS and CYGWIN for which this is an empty +string.

+
+
Python3_Compiler_FOUND

System has the Python 3 compiler.

+
+
Python3_COMPILER

Path to the Python 3 compiler. Only offered by IronPython.

+
+
Python3_COMPILER_ID
+
A short string unique to the compiler. Possible values include:
    +
  • IronPython

  • +
+
+
+
+
Python3_DOTNET_LAUNCHER
+

Added in version 3.18.

+
+

The .Net interpreter. Only used by IronPython implementation.

+
+
+

Python3_Development_FOUND

+
+

System has the Python 3 development artifacts.

+
+
+
Python3_Development.Module_FOUND
+

Added in version 3.18.

+
+

System has the Python 3 development artifacts for Python module.

+
+
Python3_Development.SABIModule_FOUND
+

Added in version 3.26.

+
+

System has the Python 3 development artifacts for Python module using the +Stable Application Binary Interface.

+
+
Python3_Development.Embed_FOUND
+

Added in version 3.18.

+
+

System has the Python 3 development artifacts for Python embedding.

+
+
+

Python3_INCLUDE_DIRS

+
+

The Python 3 include directories.

+
+
+
Python3_DEFINITIONS
+

Added in version 3.30.3.

+
+

The Python 3 preprocessor definitions.

+
+
Python3_DEBUG_POSTFIX
+

Added in version 3.30.

+
+

Postfix of debug python module. This variable can be used to define the +DEBUG_POSTFIX target property.

+
+
Python3_LINK_OPTIONS
+

Added in version 3.19.

+
+

The Python 3 link options. Some configurations require specific link options +for a correct build and execution.

+
+
Python3_LIBRARIES

The Python 3 libraries.

+
+
Python3_LIBRARY_DIRS

The Python 3 library directories.

+
+
Python3_RUNTIME_LIBRARY_DIRS

The Python 3 runtime library directories.

+
+
Python3_SABI_LIBRARIES
+

Added in version 3.26.

+
+

The Python 3 libraries for the Stable Application Binary Interface.

+
+
Python3_SABI_LIBRARY_DIRS
+

Added in version 3.26.

+
+

The Python 3 SABI library directories.

+
+
Python3_RUNTIME_SABI_LIBRARY_DIRS
+

Added in version 3.26.

+
+

The Python 3 runtime SABI library directories.

+
+
Python3_VERSION

Python 3 version.

+
+
Python3_VERSION_MAJOR

Python 3 major version.

+
+
Python3_VERSION_MINOR

Python 3 minor version.

+
+
Python3_VERSION_PATCH

Python 3 patch version.

+
+
Python3_PyPy_VERSION
+

Added in version 3.18.

+
+

Python 3 PyPy version.

+
+
Python3_NumPy_FOUND
+

Added in version 3.14.

+
+

System has the NumPy.

+
+
Python3_NumPy_INCLUDE_DIRS
+

Added in version 3.14.

+
+

The NumPy include directories.

+
+
Python3_NumPy_VERSION
+

Added in version 3.14.

+
+

The NumPy version.

+
+
+
+
+

Hints

+
+
Python3_ROOT_DIR

Define the root directory of a Python 3 installation.

+
+
Python3_USE_STATIC_LIBS
    +
  • If not defined, search for shared libraries and static libraries in that +order.

  • +
  • If set to TRUE, search only for static libraries.

  • +
  • If set to FALSE, search only for shared libraries.

  • +
+
+

Note

+

This hint will be ignored on Windows because static libraries are not +available on this platform.

+
+
+
Python3_FIND_ABI
+

Added in version 3.16.

+
+

This variable defines which ABIs, as defined in PEP 3149, should be +searched.

+

The Python3_FIND_ABI variable is a 4-tuple specifying, in that order, +pydebug (d), pymalloc (m), unicode (u) and +gil_disabled (t) flags.

+
+

Added in version 3.30: A fourth element, specifying the gil_disabled flag (i.e. free +threaded python), is added and is optional. If not specified, the value is +OFF.

+
+

Each element can be set to one of the following:

+
    +
  • ON: Corresponding flag is selected.

  • +
  • OFF: Corresponding flag is not selected.

  • +
  • ANY: The two possibilities (ON and OFF) will be searched.

  • +
+
+

Note

+

If Python3_FIND_ABI is not defined, any ABI, excluding the +gil_disabled flag, will be searched.

+
+

From this 4-tuple, various ABIs will be searched starting from the most +specialized to the most general. Moreover, when ANY is specified for +pydebug and gil_disabled, debug and free threaded versions +will be searched after non-debug and non-gil-disabled ones.

+

For example, if we have:

+
set (Python3_FIND_ABI "ON" "ANY" "ANY" "ON")
+
+
+

The following flags combinations will be appended, in that order, to the +artifact names: tdmu, tdm, tdu, and td.

+

And to search any possible ABIs:

+
set (Python3_FIND_ABI "ANY" "ANY" "ANY" "ANY")
+
+
+

The following combinations, in that order, will be used: mu, m, +u, <empty>, dmu, dm, du, d, tmu, tm, tu, +t, tdmu, tdm, tdu, and td.

+
+

Note

+

This hint is useful only on POSIX systems except for the +gil_disabled flag. So, on Windows systems, +when Python_FIND_ABI is defined, Python distributions from +python.org will be found only if the value for +each flag is OFF or ANY except for the fourth one +(gil_disabled).

+
+
+
Python3_FIND_STRATEGY
+

Added in version 3.15.

+
+

This variable defines how lookup will be done. +The Python3_FIND_STRATEGY variable can be set to one of the following:

+
    +
  • VERSION: Try to find the most recent version in all specified +locations. +This is the default if policy CMP0094 is undefined or set to +OLD.

  • +
  • LOCATION: Stops lookup as soon as a version satisfying version +constraints is founded. +This is the default if policy CMP0094 is set to NEW.

  • +
+

See also Python3_FIND_UNVERSIONED_NAMES.

+
+
Python3_FIND_REGISTRY
+

Added in version 3.13.

+
+

On Windows the Python3_FIND_REGISTRY variable determine the order +of preference between registry and environment variables. +The Python3_FIND_REGISTRY variable can be set to one of the following:

+
    +
  • FIRST: Try to use registry before environment variables. +This is the default.

  • +
  • LAST: Try to use registry after environment variables.

  • +
  • NEVER: Never try to use registry.

  • +
+
+
Python3_FIND_FRAMEWORK
+

Added in version 3.15.

+
+

On macOS the Python3_FIND_FRAMEWORK variable determine the order of +preference between Apple-style and unix-style package components. +This variable can take same values as CMAKE_FIND_FRAMEWORK +variable.

+
+

Note

+

Value ONLY is not supported so FIRST will be used instead.

+
+

If Python3_FIND_FRAMEWORK is not defined, CMAKE_FIND_FRAMEWORK +variable will be used, if any.

+
+
Python3_FIND_VIRTUALENV
+

Added in version 3.15.

+
+

This variable defines the handling of virtual environments managed by +virtualenv or conda. It is meaningful only when a virtual environment +is active (i.e. the activate script has been evaluated). In this case, it +takes precedence over Python3_FIND_REGISTRY and CMAKE_FIND_FRAMEWORK +variables. The Python3_FIND_VIRTUALENV variable can be set to one of the +following:

+
    +
  • FIRST: The virtual environment is used before any other standard +paths to look-up for the interpreter. This is the default.

  • +
  • ONLY: Only the virtual environment is used to look-up for the +interpreter.

  • +
  • STANDARD: The virtual environment is not used to look-up for the +interpreter but environment variable PATH is always considered. +In this case, variable Python3_FIND_REGISTRY (Windows) or +CMAKE_FIND_FRAMEWORK (macOS) can be set with value LAST or +NEVER to select preferably the interpreter from the virtual +environment.

  • +
+
+

Added in version 3.17: Added support for conda environments.

+
+
+

Note

+

If the component Development is requested, it is strongly +recommended to also include the component Interpreter to get expected +result.

+
+
+
Python3_FIND_IMPLEMENTATIONS
+

Added in version 3.18.

+
+

This variable defines, in an ordered list, the different implementations +which will be searched. The Python3_FIND_IMPLEMENTATIONS variable can +hold the following values:

+
    +
  • CPython: this is the standard implementation. Various products, like +Anaconda or ActivePython, rely on this implementation.

  • +
  • IronPython: This implementation use the CSharp language for +.NET Framework on top of the Dynamic Language Runtime (DLR). +See IronPython.

  • +
  • PyPy: This implementation use RPython language and +RPython translation toolchain to produce the python interpreter. +See PyPy.

  • +
+

The default value is:

+
    +
  • Windows platform: CPython, IronPython

  • +
  • Other platforms: CPython

  • +
+
+

Note

+

This hint has the lowest priority of all hints, so even if, for example, +you specify IronPython first and CPython in second, a python +product based on CPython can be selected because, for example with +Python3_FIND_STRATEGY=LOCATION, each location will be search first for +IronPython and second for CPython.

+
+
+

Note

+

When IronPython is specified, on platforms other than Windows, the +.Net interpreter (i.e. mono command) is expected to be available +through the PATH variable.

+
+
+
Python3_FIND_UNVERSIONED_NAMES
+

Added in version 3.20.

+
+

This variable defines how the generic names will be searched. Currently, it +only applies to the generic names of the interpreter, namely, python3 and +python. +The Python3_FIND_UNVERSIONED_NAMES variable can be set to one of the +following values:

+
    +
  • FIRST: The generic names are searched before the more specialized ones +(such as python3.5 for example).

  • +
  • LAST: The generic names are searched after the more specialized ones. +This is the default.

  • +
  • NEVER: The generic name are not searched at all.

  • +
+

See also Python3_FIND_STRATEGY.

+
+
+
+
+

Artifacts Specification

+
+

Added in version 3.16.

+
+

To solve special cases, it is possible to specify directly the artifacts by +setting the following variables:

+
+
Python3_EXECUTABLE

The path to the interpreter.

+
+
Python3_COMPILER

The path to the compiler.

+
+
Python3_DOTNET_LAUNCHER
+

Added in version 3.18.

+
+

The .Net interpreter. Only used by IronPython implementation.

+
+
Python3_LIBRARY

The path to the library. It will be used to compute the +variables Python3_LIBRARIES, Python3_LIBRARY_DIRS and +Python3_RUNTIME_LIBRARY_DIRS.

+
+
Python3_SABI_LIBRARY
+

Added in version 3.26.

+
+

The path to the library for Stable Application Binary Interface. It will be +used to compute the variables Python3_SABI_LIBRARIES, +Python3_SABI_LIBRARY_DIRS and Python3_RUNTIME_SABI_LIBRARY_DIRS.

+
+
Python3_INCLUDE_DIR

The path to the directory of the Python headers. It will be used to +compute the variable Python3_INCLUDE_DIRS.

+
+
Python3_NumPy_INCLUDE_DIR

The path to the directory of the NumPy headers. It will be used to +compute the variable Python3_NumPy_INCLUDE_DIRS.

+
+
+
+

Note

+

All paths must be absolute. Any artifact specified with a relative path +will be ignored.

+
+
+

Note

+

When an artifact is specified, all HINTS will be ignored and no search +will be performed for this artifact.

+

If more than one artifact is specified, it is the user's responsibility to +ensure the consistency of the various artifacts.

+
+

By default, this module supports multiple calls in different directories of a +project with different version/component requirements while providing correct +and consistent results for each call. To support this behavior, CMake cache +is not used in the traditional way which can be problematic for interactive +specification. So, to enable also interactive specification, module behavior +can be controlled with the following variable:

+
+
Python3_ARTIFACTS_INTERACTIVE
+

Added in version 3.18.

+
+

Selects the behavior of the module. This is a boolean variable:

+
    +
  • If set to TRUE: Create CMake cache entries for the above artifact +specification variables so that users can edit them interactively. +This disables support for multiple version/component requirements.

  • +
  • If set to FALSE or undefined: Enable multiple version/component +requirements.

  • +
+
+
+
+
+

Commands

+

This module defines the command Python3_add_library (when +CMAKE_ROLE is PROJECT), which has the same semantics as +add_library() and adds a dependency to target Python3::Python or, +when library type is MODULE, to target Python3::Module or +Python3::SABIModule (when USE_SABI option is specified) and takes care +of Python module naming rules:

+
Python3_add_library (<name> [STATIC | SHARED | MODULE [USE_SABI <version>] [WITH_SOABI]]
+                     <source1> [<source2> ...])
+
+
+

If the library type is not specified, MODULE is assumed.

+
+

Added in version 3.17: For MODULE library type, if option WITH_SOABI is specified, the +module suffix will include the Python3_SOABI value, if any.

+
+
+

Added in version 3.26: For MODULE type, if the option USE_SABI is specified, the +preprocessor definition Py_LIMITED_API will be specified, as PRIVATE, +for the target <name> with the value computed from <version> argument. +The expected format for <version> is major[.minor], where each +component is a numeric value. If minor component is specified, the +version should be, at least, 3.2 which is the version where the +Stable Application Binary Interface +was introduced. Specifying only major version 3 is equivalent to 3.2.

+

When option WITH_SOABI is also specified, the module suffix will include +the Python3_SOSABI value, if any.

+
+
+

Added in version 3.30: For MODULE type, the DEBUG_POSTFIX target property is +initialized with the value of Python3_DEBUG_POSTFIX variable if defined.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindPythonInterp.html b/cmake/doc/cmake/html/module/FindPythonInterp.html new file mode 100644 index 0000000000000000000000000000000000000000..5e79eb82de09257fb836da21f0576b83f9579b6f --- /dev/null +++ b/cmake/doc/cmake/html/module/FindPythonInterp.html @@ -0,0 +1,169 @@ + + + + + + + + FindPythonInterp — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindPythonInterp

+
+

Changed in version 3.27: This module is available only if policy CMP0148 is not set to NEW.

+
+
+

Deprecated since version 3.12: Use FindPython3, FindPython2 or FindPython instead.

+
+

Find python interpreter

+

This module finds if Python interpreter is installed and determines +where the executables are. This code sets the following variables:

+
PYTHONINTERP_FOUND         - Was the Python executable found
+PYTHON_EXECUTABLE          - path to the Python interpreter
+
+
+
PYTHON_VERSION_STRING      - Python version found e.g. 2.5.2
+PYTHON_VERSION_MAJOR       - Python major version found e.g. 2
+PYTHON_VERSION_MINOR       - Python minor version found e.g. 5
+PYTHON_VERSION_PATCH       - Python patch version found e.g. 2
+
+
+

The Python_ADDITIONAL_VERSIONS variable can be used to specify a list +of version numbers that should be taken into account when searching +for Python. You need to set this variable before calling +find_package(PythonInterp).

+

If calling both find_package(PythonInterp) and +find_package(PythonLibs), call find_package(PythonInterp) first to +get the currently active Python version by default with a consistent version +of PYTHON_LIBRARIES.

+
+

Note

+

A call to find_package(PythonInterp ${V}) for python version V +may find a python executable with no version suffix. In this case +no attempt is made to avoid python executables from other versions. +Use FindPython3, FindPython2 or FindPython +instead.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindPythonLibs.html b/cmake/doc/cmake/html/module/FindPythonLibs.html new file mode 100644 index 0000000000000000000000000000000000000000..6296ee91c44c84d9e925dcdbe8303e4d7991b061 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindPythonLibs.html @@ -0,0 +1,166 @@ + + + + + + + + FindPythonLibs — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindPythonLibs

+
+

Changed in version 3.27: This module is available only if policy CMP0148 is not set to NEW.

+
+
+

Deprecated since version 3.12: Use FindPython3, FindPython2 or FindPython instead.

+
+

Find python libraries

+

This module finds if Python is installed and determines where the +include files and libraries are. It also determines what the name of +the library is. This code sets the following variables:

+
PYTHONLIBS_FOUND           - have the Python libs been found
+PYTHON_LIBRARIES           - path to the python library
+PYTHON_INCLUDE_PATH        - path to where Python.h is found (deprecated)
+PYTHON_INCLUDE_DIRS        - path to where Python.h is found
+PYTHON_DEBUG_LIBRARIES     - path to the debug library (deprecated)
+PYTHONLIBS_VERSION_STRING  - version of the Python libs found (since CMake 2.8.8)
+
+
+

The Python_ADDITIONAL_VERSIONS variable can be used to specify a list +of version numbers that should be taken into account when searching +for Python. You need to set this variable before calling +find_package(PythonLibs).

+

If you'd like to specify the installation of Python to use, you should +modify the following cache variables:

+
PYTHON_LIBRARY             - path to the python library
+PYTHON_INCLUDE_DIR         - path to where Python.h is found
+
+
+

If calling both find_package(PythonInterp) and +find_package(PythonLibs), call find_package(PythonInterp) first to +get the currently active Python version by default with a consistent version +of PYTHON_LIBRARIES.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindQt.html b/cmake/doc/cmake/html/module/FindQt.html new file mode 100644 index 0000000000000000000000000000000000000000..7b15a02ba4904dca61552c4c17a6b6ab72e71880 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindQt.html @@ -0,0 +1,158 @@ + + + + + + + + FindQt — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindQt

+
+

Deprecated since version 3.14: This module is available only if policy CMP0084 is not set to NEW.

+
+

Searches for all installed versions of Qt3 or Qt4.

+

This module cannot handle Qt5 or any later versions. +For those, see cmake-qt(7).

+

This module should only be used if your project can work with multiple +versions of Qt. If not, you should just directly use FindQt4 or +FindQt3. If multiple versions of Qt are found on the machine, then +The user must set the option DESIRED_QT_VERSION to the version they +want to use. If only one version of qt is found on the machine, then +the DESIRED_QT_VERSION is set to that version and the matching FindQt3 +or FindQt4 module is included. Once the user sets DESIRED_QT_VERSION, +then the FindQt3 or FindQt4 module is included.

+
QT_REQUIRED if this is set to TRUE then if CMake can
+            not find Qt4 or Qt3 an error is raised
+            and a message is sent to the user.
+
+
+
DESIRED_QT_VERSION OPTION is created
+QT4_INSTALLED is set to TRUE if qt4 is found.
+QT3_INSTALLED is set to TRUE if qt3 is found.
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindQt3.html b/cmake/doc/cmake/html/module/FindQt3.html new file mode 100644 index 0000000000000000000000000000000000000000..0c86e74544b352a0dc4d9056247bab93d7e36785 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindQt3.html @@ -0,0 +1,154 @@ + + + + + + + + FindQt3 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindQt3

+

Locate Qt include paths and libraries

+

This module defines:

+
QT_INCLUDE_DIR    - where to find qt.h, etc.
+QT_LIBRARIES      - the libraries to link against to use Qt.
+QT_DEFINITIONS    - definitions to use when
+                    compiling code that uses Qt.
+QT_FOUND          - If false, don't try to use Qt.
+QT_VERSION_STRING - the version of Qt found
+
+
+

If you need the multithreaded version of Qt, set QT_MT_REQUIRED to +TRUE

+

Also defined, but not for general use are:

+
QT_MOC_EXECUTABLE, where to find the moc tool.
+QT_UIC_EXECUTABLE, where to find the uic tool.
+QT_QT_LIBRARY, where to find the Qt library.
+QT_QTMAIN_LIBRARY, where to find the qtmain
+ library. This is only required by Qt3 on Windows.
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindQt4.html b/cmake/doc/cmake/html/module/FindQt4.html new file mode 100644 index 0000000000000000000000000000000000000000..7781b616390724f9a411c336ae0c01211c960a31 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindQt4.html @@ -0,0 +1,412 @@ + + + + + + + + FindQt4 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindQt4

+
+

Finding and Using Qt4

+

This module can be used to find Qt4. The most important issue is that +the Qt4 qmake is available via the system path. This qmake is then +used to detect basically everything else. This module defines a +number of IMPORTED targets, macros and variables.

+

Typical usage could be something like:

+
set(CMAKE_AUTOMOC ON)
+set(CMAKE_INCLUDE_CURRENT_DIR ON)
+find_package(Qt4 4.4.3 REQUIRED QtGui QtXml)
+add_executable(myexe main.cpp)
+target_link_libraries(myexe Qt4::QtGui Qt4::QtXml)
+
+
+
+

Note

+

When using IMPORTED targets, the qtmain.lib static library is +automatically linked on Windows for WIN32 +executables. To disable that globally, set the +QT4_NO_LINK_QTMAIN variable before finding Qt4. To disable that +for a particular executable, set the QT4_NO_LINK_QTMAIN target +property to TRUE on the executable.

+
+
+
+

Qt Build Tools

+

Qt relies on some bundled tools for code generation, such as moc for +meta-object code generation, uic for widget layout and population, +and rcc for virtual filesystem content generation. These tools may be +automatically invoked by cmake(1) if the appropriate conditions +are met. See cmake-qt(7) for more.

+
+
+

Qt Macros

+

In some cases it can be necessary or useful to invoke the Qt build tools in a +more-manual way. Several macros are available to add targets for such uses.

+
macro QT4_WRAP_CPP(outfiles inputfile ... [TARGET tgt] OPTIONS ...)
+      create moc code from a list of files containing Qt class with
+      the Q_OBJECT declaration.  Per-directory preprocessor definitions
+      are also added.  If the <tgt> is specified, the
+      INTERFACE_INCLUDE_DIRECTORIES and INTERFACE_COMPILE_DEFINITIONS from
+      the <tgt> are passed to moc.  Options may be given to moc, such as
+      those found when executing "moc -help".
+
+
+
macro QT4_WRAP_UI(outfiles inputfile ... OPTIONS ...)
+      create code from a list of Qt designer ui files.
+      Options may be given to uic, such as those found
+      when executing "uic -help"
+
+
+
macro QT4_ADD_RESOURCES(outfiles inputfile ... OPTIONS ...)
+      create code from a list of Qt resource files.
+      Options may be given to rcc, such as those found
+      when executing "rcc -help"
+
+
+
macro QT4_GENERATE_MOC(inputfile outputfile [TARGET tgt])
+      creates a rule to run moc on infile and create outfile.
+      Use this if for some reason QT4_WRAP_CPP() isn't appropriate, e.g.
+      because you need a custom filename for the moc file or something
+      similar.  If the <tgt> is specified, the
+      INTERFACE_INCLUDE_DIRECTORIES and INTERFACE_COMPILE_DEFINITIONS from
+      the <tgt> are passed to moc.
+
+
+
macro QT4_ADD_DBUS_INTERFACE(outfiles interface basename)
+      Create the interface header and implementation files with the
+      given basename from the given interface xml file and add it to
+      the list of sources.
+
+      You can pass additional parameters to the qdbusxml2cpp call by setting
+      properties on the input file:
+
+      INCLUDE the given file will be included in the generate interface header
+
+      CLASSNAME the generated class is named accordingly
+
+      NO_NAMESPACE the generated class is not wrapped in a namespace
+
+
+
macro QT4_ADD_DBUS_INTERFACES(outfiles inputfile ... )
+      Create the interface header and implementation files
+      for all listed interface xml files.
+      The basename will be automatically determined from the name
+      of the xml file.
+
+      The source file properties described for
+      QT4_ADD_DBUS_INTERFACE also apply here.
+
+
+
macro QT4_ADD_DBUS_ADAPTOR(outfiles xmlfile parentheader parentclassname
+                           [basename] [classname])
+      create a dbus adaptor (header and implementation file) from the xml file
+      describing the interface, and add it to the list of sources. The adaptor
+      forwards the calls to a parent class, defined in parentheader and named
+      parentclassname. The name of the generated files will be
+      <basename>adaptor.{cpp,h} where basename defaults to the basename of the
+      xml file.
+      If <classname> is provided, then it will be used as the classname of the
+      adaptor itself.
+
+
+
macro QT4_GENERATE_DBUS_INTERFACE( header [interfacename] OPTIONS ...)
+      generate the xml interface file from the given header.
+      If the optional argument interfacename is omitted, the name of the
+      interface file is constructed from the basename of the header with
+      the suffix .xml appended.
+      Options may be given to qdbuscpp2xml, such as those found when
+      executing "qdbuscpp2xml --help"
+
+
+
macro QT4_CREATE_TRANSLATION( qm_files directories ... sources ...
+                              ts_files ... OPTIONS ...)
+      out: qm_files
+      in:  directories sources ts_files
+      options: flags to pass to lupdate, such as -extensions to specify
+      extensions for a directory scan.
+      generates commands to create .ts (via lupdate) and .qm
+      (via lrelease) - files from directories and/or sources. The ts files are
+      created and/or updated in the source tree (unless given with full paths).
+      The qm files are generated in the build tree.
+      Updating the translations can be done by adding the qm_files
+      to the source list of your library/executable, so they are
+      always updated, or by adding a custom target to control when
+      they get updated/generated.
+
+
+
macro QT4_ADD_TRANSLATION( qm_files ts_files ... )
+      out: qm_files
+      in:  ts_files
+      generates commands to create .qm from .ts - files. The generated
+      filenames can be found in qm_files. The ts_files
+      must exist and are not updated in any way.
+
+
+
macro QT4_AUTOMOC(sourcefile1 sourcefile2 ... [TARGET tgt])
+      The qt4_automoc macro is obsolete.  Use the CMAKE_AUTOMOC feature instead.
+      This macro is still experimental.
+      It can be used to have moc automatically handled.
+      So if you have the files foo.h and foo.cpp, and in foo.h a
+      a class uses the Q_OBJECT macro, moc has to run on it. If you don't
+      want to use QT4_WRAP_CPP() (which is reliable and mature), you can insert
+      #include "foo.moc"
+      in foo.cpp and then give foo.cpp as argument to QT4_AUTOMOC(). This will
+      scan all listed files at cmake-time for such included moc files and if it
+      finds them cause a rule to be generated to run moc at build time on the
+      accompanying header file foo.h.
+      If a source file has the SKIP_AUTOMOC property set it will be ignored by
+      this macro.
+      If the <tgt> is specified, the INTERFACE_INCLUDE_DIRECTORIES and
+      INTERFACE_COMPILE_DEFINITIONS from the <tgt> are passed to moc.
+
+
+
function QT4_USE_MODULES( target [link_type] modules...)
+       This function is obsolete. Use target_link_libraries with IMPORTED targets
+       instead.
+       Make <target> use the <modules> from Qt. Using a Qt module means
+       to link to the library, add the relevant include directories for the
+       module, and add the relevant compiler defines for using the module.
+       Modules are roughly equivalent to components of Qt4, so usage would be
+       something like:
+        qt4_use_modules(myexe Core Gui Declarative)
+       to use QtCore, QtGui and QtDeclarative. The optional <link_type> argument
+       can be specified as either LINK_PUBLIC or LINK_PRIVATE to specify the
+       same argument to the target_link_libraries call.
+
+
+
+
+

IMPORTED Targets

+

A particular Qt library may be used by using the corresponding +IMPORTED target with the target_link_libraries() +command:

+
target_link_libraries(myexe Qt4::QtGui Qt4::QtXml)
+
+
+

Using a target in this way causes :cmake(1)` to use the appropriate include +directories and compile definitions for the target when compiling myexe.

+

Targets are aware of their dependencies, so for example it is not necessary +to list Qt4::QtCore if another Qt library is listed, and it is not +necessary to list Qt4::QtGui if Qt4::QtDeclarative is listed. +Targets may be tested for existence in the usual way with the +if(TARGET) command.

+

The Qt toolkit may contain both debug and release libraries. +cmake(1) will choose the appropriate version based on the build +configuration.

+
+
Qt4::QtCore

The QtCore target

+
+
Qt4::QtGui

The QtGui target

+
+
Qt4::Qt3Support

The Qt3Support target

+
+
Qt4::QtAssistant

The QtAssistant target

+
+
Qt4::QtAssistantClient

The QtAssistantClient target

+
+
Qt4::QAxContainer

The QAxContainer target (Windows only)

+
+
Qt4::QAxServer

The QAxServer target (Windows only)

+
+
Qt4::QtDBus

The QtDBus target

+
+
Qt4::QtDeclarative

The QtDeclarative target

+
+
Qt4::QtDesigner

The QtDesigner target

+
+
Qt4::QtDesignerComponents

The QtDesignerComponents target

+
+
Qt4::QtHelp

The QtHelp target

+
+
Qt4::QtMotif

The QtMotif target

+
+
Qt4::QtMultimedia

The QtMultimedia target

+
+
Qt4::QtNetwork

The QtNetwork target

+
+
Qt4::QtNsPLugin

The QtNsPLugin target

+
+
Qt4::QtOpenGL

The QtOpenGL target

+
+
Qt4::QtScript

The QtScript target

+
+
Qt4::QtScriptTools

The QtScriptTools target

+
+
Qt4::QtSql

The QtSql target

+
+
Qt4::QtSvg

The QtSvg target

+
+
Qt4::QtTest

The QtTest target

+
+
Qt4::QtUiTools

The QtUiTools target

+
+
Qt4::QtWebKit

The QtWebKit target

+
+
Qt4::QtXml

The QtXml target

+
+
Qt4::QtXmlPatterns

The QtXmlPatterns target

+
+
Qt4::phonon

The phonon target

+
+
+
+
+

Result Variables

+
+

Below is a detailed list of variables that FindQt4.cmake sets.

+
+
+
Qt4_FOUND

If false, don't try to use Qt 4.

+
+
QT_FOUND

If false, don't try to use Qt. This variable is for compatibility only.

+
+
QT4_FOUND

If false, don't try to use Qt 4. This variable is for compatibility only.

+
+
QT_VERSION_MAJOR

The major version of Qt found.

+
+
QT_VERSION_MINOR

The minor version of Qt found.

+
+
QT_VERSION_PATCH

The patch version of Qt found.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindQuickTime.html b/cmake/doc/cmake/html/module/FindQuickTime.html new file mode 100644 index 0000000000000000000000000000000000000000..c0247e6dd2f50782ae8069b9f98e60aac14c0486 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindQuickTime.html @@ -0,0 +1,146 @@ + + + + + + + + FindQuickTime — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindQuickTime

+

Locate QuickTime This module defines:

+

QUICKTIME_LIBRARY

+
+
QUICKTIME_FOUND

if false, do not try to link to gdal

+
+
QUICKTIME_INCLUDE_DIR

where to find the headers

+
+
+

$QUICKTIME_DIR is an environment variable that would correspond to:

+
./configure --prefix=$QUICKTIME_DIR
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindRTI.html b/cmake/doc/cmake/html/module/FindRTI.html new file mode 100644 index 0000000000000000000000000000000000000000..cfec10977cde264c83bb97dce65140c28d42240c --- /dev/null +++ b/cmake/doc/cmake/html/module/FindRTI.html @@ -0,0 +1,151 @@ + + + + + + + + FindRTI — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindRTI

+

Try to find M&S HLA RTI libraries

+

This module finds if any HLA RTI is installed and locates the standard +RTI include files and libraries.

+

RTI is a simulation infrastructure standardized by IEEE and SISO. It +has a well defined C++ API that assures that simulation applications +are independent on a particular RTI implementation.

+
http://en.wikipedia.org/wiki/Run-Time_Infrastructure_(simulation)
+
+
+

This code sets the following variables:

+
RTI_INCLUDE_DIR = the directory where RTI includes file are found
+RTI_LIBRARIES = The libraries to link against to use RTI
+RTI_DEFINITIONS = -DRTI_USES_STD_FSTREAM
+RTI_FOUND = Set to FALSE if any HLA RTI was not found
+
+
+

Report problems to <certi-devel@nongnu.org>

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindRuby.html b/cmake/doc/cmake/html/module/FindRuby.html new file mode 100644 index 0000000000000000000000000000000000000000..493930c3dc21d4f5d7755995a41b8910f02a31de --- /dev/null +++ b/cmake/doc/cmake/html/module/FindRuby.html @@ -0,0 +1,222 @@ + + + + + + + + FindRuby — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindRuby

+

This module determines if Ruby is installed and finds the locations of its +include files and libraries. Ruby 1.8 through 3.4 are supported.

+

The minimum required version of Ruby can be specified using the +standard syntax, e.g.

+
find_package(Ruby 3.2.6 EXACT REQUIRED)
+# OR
+find_package(Ruby 3.2)
+
+
+

Virtual environments such as RVM are handled as well, by passing +the argument Ruby_FIND_VIRTUALENV

+
+

Result Variables

+

This module will set the following variables in your project:

+
+
Ruby_FOUND

set to true if ruby was found successfully

+
+
Ruby_EXECUTABLE

full path to the ruby binary

+
+
Ruby_INCLUDE_DIRS

include dirs to be used when using the ruby library

+
+
Ruby_LIBRARIES
+

Added in version 3.18: libraries needed to use ruby from C.

+
+
+
Ruby_VERSION

the version of ruby which was found, e.g. "3.2.6"

+
+
Ruby_VERSION_MAJOR

Ruby major version.

+
+
Ruby_VERSION_MINOR

Ruby minor version.

+
+
Ruby_VERSION_PATCH

Ruby patch version.

+
+
+
+

Changed in version 3.18: Previous versions of CMake used the RUBY_ prefix for all variables. +The following variables are provided for compatibility reasons, +don't use them in new code:

+
+
+
RUBY_EXECUTABLE

same as Ruby_EXECUTABLE.

+
+
RUBY_INCLUDE_DIRS

same as Ruby_INCLUDE_DIRS.

+
+
RUBY_INCLUDE_PATH

same as Ruby_INCLUDE_DIRS.

+
+
RUBY_LIBRARY

same as Ruby_LIBRARY.

+
+
RUBY_VERSION

same as Ruby_VERSION.

+
+
RUBY_FOUND

same as Ruby_FOUND.

+
+
+
+
+

Hints

+
+

Added in version 3.18.

+
+
+
Ruby_FIND_VIRTUALENV

This variable defines the handling of virtual environments managed by +rvm. It is meaningful only when a virtual environment +is active (i.e. the rvm script has been evaluated or at least the +MY_RUBY_HOME environment variable is set). +The Ruby_FIND_VIRTUALENV variable can be set to empty or +one of the following:

+
    +
  • FIRST: The virtual environment is used before any other standard +paths to look-up for the interpreter. This is the default.

  • +
  • ONLY: Only the virtual environment is used to look-up for the +interpreter.

  • +
  • STANDARD: The virtual environment is not used to look-up for the +interpreter (assuming it isn't still in the PATH...)

  • +
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindSDL.html b/cmake/doc/cmake/html/module/FindSDL.html new file mode 100644 index 0000000000000000000000000000000000000000..a4551d8c991af2c989894b75b213717934982dac --- /dev/null +++ b/cmake/doc/cmake/html/module/FindSDL.html @@ -0,0 +1,240 @@ + + + + + + + + FindSDL — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindSDL

+

Locate the SDL library

+
+

Imported targets

+
+

Added in version 3.19.

+
+

This module defines the following IMPORTED target:

+
+
SDL::SDL

The SDL library, if found

+
+
+
+
+

Result variables

+

This module will set the following variables in your project:

+
+
SDL_INCLUDE_DIRS

where to find SDL.h

+
+
SDL_LIBRARIES

the name of the library to link against

+
+
SDL_FOUND

if false, do not try to link to SDL

+
+
SDL_VERSION

the human-readable string containing the version of SDL if found

+
+
SDL_VERSION_MAJOR

SDL major version

+
+
SDL_VERSION_MINOR

SDL minor version

+
+
SDL_VERSION_PATCH

SDL patch version

+
+
+
+

Added in version 3.19: Added the SDL_INCLUDE_DIRS, SDL_LIBRARIES and SDL_VERSION[_<PART>] +variables.

+
+
+
+

Cache variables

+

These variables may optionally be set to help this module find the correct files:

+
+
SDL_INCLUDE_DIR

where to find SDL.h

+
+
SDL_LIBRARY

the name of the library to link against

+
+
+
+
+

Variables for locating SDL

+

This module responds to the flag:

+
+
SDL_BUILDING_LIBRARY

If this is defined, then no SDL_main will be linked in because +only applications need main(). +Otherwise, it is assumed you are building an application and this +module will attempt to locate and set the proper link flags +as part of the returned SDL_LIBRARY variable.

+
+
+
+
+

Obsolete variables

+
+

Deprecated since version 3.19.

+
+

These variables are obsolete and provided for backwards compatibility:

+
+
SDL_VERSION_STRING

the human-readable string containing the version of SDL if found. +Identical to SDL_VERSION

+
+
+

Don't forget to include SDLmain.h and SDLmain.m your project for the +OS X framework based version. (Other versions link to -lSDLmain which +this module will try to find on your behalf.) Also for OS X, this +module will automatically add the -framework Cocoa on your behalf.

+

Additional Note: If you see an empty SDL_LIBRARY_TEMP in your +configuration and no SDL_LIBRARY, it means CMake did not find your SDL +library (SDL.dll, libsdl.so, SDL.framework, etc). Set +SDL_LIBRARY_TEMP to point to your SDL library, and configure again. +Similarly, if you see an empty SDLMAIN_LIBRARY, you should set this +value as appropriate. These values are used to generate the final +SDL_LIBRARY variable, but when these values are unset, SDL_LIBRARY +does not get created.

+

$SDLDIR is an environment variable that would correspond to the +./configure --prefix=$SDLDIR used in building SDL. l.e.galup 9-20-02

+

On OSX, this will prefer the Framework version (if found) over others. +People will have to manually change the cache values of SDL_LIBRARY to +override this selection or set the CMake environment +CMAKE_INCLUDE_PATH to modify the search paths.

+

Note that the header path has changed from SDL/SDL.h to just SDL.h +This needed to change because "proper" SDL convention is #include +"SDL.h", not <SDL/SDL.h>. This is done for portability reasons +because not all systems place things in SDL/ (see FreeBSD).

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindSDL_gfx.html b/cmake/doc/cmake/html/module/FindSDL_gfx.html new file mode 100644 index 0000000000000000000000000000000000000000..4f76b8768da9ae0cc36d1796fb315c72f2f6ec4b --- /dev/null +++ b/cmake/doc/cmake/html/module/FindSDL_gfx.html @@ -0,0 +1,149 @@ + + + + + + + + FindSDL_gfx — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindSDL_gfx

+
+

Added in version 3.25.

+
+

Locate SDL_gfx library

+

This module defines:

+
SDL::SDL_gfx, the name of the target to use with target_*() commands
+SDL_GFX_LIBRARIES, the name of the library to link against
+SDL_GFX_INCLUDE_DIRS, where to find the headers
+SDL_GFX_FOUND, if false, do not try to link against
+SDL_GFX_VERSION_STRING - human-readable string containing the
+                           version of SDL_gfx
+
+
+

$SDLDIR is an environment variable that would correspond to the +./configure --prefix=$SDLDIR used in building SDL.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindSDL_image.html b/cmake/doc/cmake/html/module/FindSDL_image.html new file mode 100644 index 0000000000000000000000000000000000000000..a304d34f3d26c933629f4352781f4aaee219aee8 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindSDL_image.html @@ -0,0 +1,151 @@ + + + + + + + + FindSDL_image — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindSDL_image

+

Locate SDL_image library

+

This module defines:

+
SDL_IMAGE_LIBRARIES, the name of the library to link against
+SDL_IMAGE_INCLUDE_DIRS, where to find the headers
+SDL_IMAGE_FOUND, if false, do not try to link against
+SDL_IMAGE_VERSION_STRING - human-readable string containing the
+                           version of SDL_image
+
+
+

For backward compatibility the following variables are also set:

+
SDLIMAGE_LIBRARY (same value as SDL_IMAGE_LIBRARIES)
+SDLIMAGE_INCLUDE_DIR (same value as SDL_IMAGE_INCLUDE_DIRS)
+SDLIMAGE_FOUND (same value as SDL_IMAGE_FOUND)
+
+
+

$SDLDIR is an environment variable that would correspond to the +./configure --prefix=$SDLDIR used in building SDL.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindSDL_mixer.html b/cmake/doc/cmake/html/module/FindSDL_mixer.html new file mode 100644 index 0000000000000000000000000000000000000000..ce962e3ced6b4d23664cc29009d0999ee000853f --- /dev/null +++ b/cmake/doc/cmake/html/module/FindSDL_mixer.html @@ -0,0 +1,151 @@ + + + + + + + + FindSDL_mixer — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindSDL_mixer

+

Locate SDL_mixer library

+

This module defines:

+
SDL_MIXER_LIBRARIES, the name of the library to link against
+SDL_MIXER_INCLUDE_DIRS, where to find the headers
+SDL_MIXER_FOUND, if false, do not try to link against
+SDL_MIXER_VERSION_STRING - human-readable string containing the
+                           version of SDL_mixer
+
+
+

For backward compatibility the following variables are also set:

+
SDLMIXER_LIBRARY (same value as SDL_MIXER_LIBRARIES)
+SDLMIXER_INCLUDE_DIR (same value as SDL_MIXER_INCLUDE_DIRS)
+SDLMIXER_FOUND (same value as SDL_MIXER_FOUND)
+
+
+

$SDLDIR is an environment variable that would correspond to the +./configure --prefix=$SDLDIR used in building SDL.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindSDL_net.html b/cmake/doc/cmake/html/module/FindSDL_net.html new file mode 100644 index 0000000000000000000000000000000000000000..78587cf55ac32af3f1732eb78322acdb324ffa3d --- /dev/null +++ b/cmake/doc/cmake/html/module/FindSDL_net.html @@ -0,0 +1,150 @@ + + + + + + + + FindSDL_net — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindSDL_net

+

Locate SDL_net library

+

This module defines:

+
SDL_NET_LIBRARIES, the name of the library to link against
+SDL_NET_INCLUDE_DIRS, where to find the headers
+SDL_NET_FOUND, if false, do not try to link against
+SDL_NET_VERSION_STRING - human-readable string containing the version of SDL_net
+
+
+

For backward compatibility the following variables are also set:

+
SDLNET_LIBRARY (same value as SDL_NET_LIBRARIES)
+SDLNET_INCLUDE_DIR (same value as SDL_NET_INCLUDE_DIRS)
+SDLNET_FOUND (same value as SDL_NET_FOUND)
+
+
+

$SDLDIR is an environment variable that would correspond to the +./configure --prefix=$SDLDIR used in building SDL.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindSDL_sound.html b/cmake/doc/cmake/html/module/FindSDL_sound.html new file mode 100644 index 0000000000000000000000000000000000000000..bd4804e9068e596e8293323ab322835fd6086735 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindSDL_sound.html @@ -0,0 +1,175 @@ + + + + + + + + FindSDL_sound — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindSDL_sound

+

Locates the SDL_sound library

+

This module depends on SDL being found and must be called AFTER +FindSDL.cmake is called.

+

This module defines

+
SDL_SOUND_INCLUDE_DIR, where to find SDL_sound.h
+SDL_SOUND_FOUND, if false, do not try to link to SDL_sound
+SDL_SOUND_LIBRARIES, this contains the list of libraries that you need
+  to link against.
+SDL_SOUND_EXTRAS, this is an optional variable for you to add your own
+  flags to SDL_SOUND_LIBRARIES. This is prepended to SDL_SOUND_LIBRARIES.
+  This is available mostly for cases this module failed to anticipate for
+  and you must add additional flags. This is marked as ADVANCED.
+SDL_SOUND_VERSION_STRING, human-readable string containing the
+  version of SDL_sound
+
+
+

This module also defines (but you shouldn't need to use directly)

+
SDL_SOUND_LIBRARY, the name of just the SDL_sound library you would link
+against. Use SDL_SOUND_LIBRARIES for you link instructions and not this one.
+
+
+

And might define the following as needed

+
MIKMOD_LIBRARY
+MODPLUG_LIBRARY
+OGG_LIBRARY
+VORBIS_LIBRARY
+SMPEG_LIBRARY
+FLAC_LIBRARY
+SPEEX_LIBRARY
+
+
+

Typically, you should not use these variables directly, and you should +use SDL_SOUND_LIBRARIES which contains SDL_SOUND_LIBRARY and the other +audio libraries (if needed) to successfully compile on your system.

+

Responds to the $SDLDIR and $SDLSOUNDDIR environmental variable that +would correspond to the ./configure --prefix=$SDLDIR used in building +SDL.

+

On OSX, this will prefer the Framework version (if found) over others. +People will have to manually change the cache values of SDL_LIBRARY to +override this selectionor set the CMake environment CMAKE_INCLUDE_PATH +to modify the search paths.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindSDL_ttf.html b/cmake/doc/cmake/html/module/FindSDL_ttf.html new file mode 100644 index 0000000000000000000000000000000000000000..1fc1ae8ba2713a1d8abc5cc82e2ef22d7508c9a6 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindSDL_ttf.html @@ -0,0 +1,150 @@ + + + + + + + + FindSDL_ttf — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindSDL_ttf

+

Locate SDL_ttf library

+

This module defines:

+
SDL_TTF_LIBRARIES, the name of the library to link against
+SDL_TTF_INCLUDE_DIRS, where to find the headers
+SDL_TTF_FOUND, if false, do not try to link against
+SDL_TTF_VERSION_STRING - human-readable string containing the version of SDL_ttf
+
+
+

For backward compatibility the following variables are also set:

+
SDLTTF_LIBRARY (same value as SDL_TTF_LIBRARIES)
+SDLTTF_INCLUDE_DIR (same value as SDL_TTF_INCLUDE_DIRS)
+SDLTTF_FOUND (same value as SDL_TTF_FOUND)
+
+
+

$SDLDIR is an environment variable that would correspond to the +./configure --prefix=$SDLDIR used in building SDL.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindSQLite3.html b/cmake/doc/cmake/html/module/FindSQLite3.html new file mode 100644 index 0000000000000000000000000000000000000000..1b0f94af4103c97ea853edcea5e2bea15c7c9e74 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindSQLite3.html @@ -0,0 +1,168 @@ + + + + + + + + FindSQLite3 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindSQLite3

+
+

Added in version 3.14.

+
+

Find the SQLite libraries, v3

+
+

IMPORTED targets

+

This module defines the following IMPORTED target:

+

SQLite::SQLite3

+
+
+

Result variables

+

This module will set the following variables if found:

+
+
SQLite3_INCLUDE_DIRS

where to find sqlite3.h, etc.

+
+
SQLite3_LIBRARIES

the libraries to link against to use SQLite3.

+
+
SQLite3_VERSION

version of the SQLite3 library found

+
+
SQLite3_FOUND

TRUE if found

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindSWIG.html b/cmake/doc/cmake/html/module/FindSWIG.html new file mode 100644 index 0000000000000000000000000000000000000000..ff05eadaec1179de890ba4828a9c692d29dd1573 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindSWIG.html @@ -0,0 +1,177 @@ + + + + + + + + FindSWIG — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindSWIG

+

Find the Simplified Wrapper and Interface Generator (SWIG) executable.

+

This module finds an installed SWIG and determines its version.

+
+

Added in version 3.18: If a COMPONENTS or OPTIONAL_COMPONENTS argument is given to the +find_package() command, it will also determine supported target +languages.

+
+
+

Added in version 3.19: When a version is requested, it can be specified as a simple value or as a +range. For a detailed description of version range usage and capabilities, +refer to the find_package() command.

+
+

The module defines the following variables:

+
+
SWIG_FOUND

Whether SWIG and any required components were found on the system.

+
+
SWIG_EXECUTABLE

Path to the SWIG executable.

+
+
SWIG_DIR

Path to the installed SWIG Lib directory (result of swig -swiglib).

+
+
SWIG_VERSION

SWIG executable version (result of swig -version).

+
+
SWIG_<lang>_FOUND

If COMPONENTS or OPTIONAL_COMPONENTS are requested, each available +target language <lang> (lowercase) will be set to TRUE.

+
+
+

Any COMPONENTS given to find_package should be the names of supported +target languages as provided to the LANGUAGE argument of swig_add_library, +such as python or perl5. Language names must be lowercase.

+

All information is collected from the SWIG_EXECUTABLE, so the version +to be found can be changed from the command line by means of setting +SWIG_EXECUTABLE.

+

Example usage requiring SWIG 4.0 or higher and Python language support, with +optional Fortran support:

+
find_package(SWIG 4.0 COMPONENTS python OPTIONAL_COMPONENTS fortran)
+if(SWIG_FOUND)
+  message("SWIG found: ${SWIG_EXECUTABLE}")
+  if(NOT SWIG_fortran_FOUND)
+    message(WARNING "SWIG Fortran bindings cannot be generated")
+  endif()
+endif()
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindSelfPackers.html b/cmake/doc/cmake/html/module/FindSelfPackers.html new file mode 100644 index 0000000000000000000000000000000000000000..cbee2c5298a1eb997fdcab0d1acdbfb97d96b575 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindSelfPackers.html @@ -0,0 +1,141 @@ + + + + + + + + FindSelfPackers — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindSelfPackers

+

Find upx

+

This module looks for some executable packers (i.e. software that +compress executables or shared libs into on-the-fly self-extracting +executables or shared libs. Examples:

+
UPX: http://wildsau.idv.uni-linz.ac.at/mfx/upx.html
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindSquish.html b/cmake/doc/cmake/html/module/FindSquish.html new file mode 100644 index 0000000000000000000000000000000000000000..117e37f7f4a93d8d0b87814b5095e5fb97f9d301 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindSquish.html @@ -0,0 +1,210 @@ + + + + + + + + FindSquish — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindSquish

+

-- Typical Use

+

This module can be used to find Squish.

+
SQUISH_FOUND                    If false, don't try to use Squish
+SQUISH_VERSION                  The full version of Squish found
+SQUISH_VERSION_MAJOR            The major version of Squish found
+SQUISH_VERSION_MINOR            The minor version of Squish found
+SQUISH_VERSION_PATCH            The patch version of Squish found
+
+
+
SQUISH_INSTALL_DIR              The Squish installation directory
+                                (containing bin, lib, etc)
+SQUISH_SERVER_EXECUTABLE        The squishserver executable
+SQUISH_CLIENT_EXECUTABLE        The squishrunner executable
+
+
+
SQUISH_INSTALL_DIR_FOUND        Was the install directory found?
+SQUISH_SERVER_EXECUTABLE_FOUND  Was the server executable found?
+SQUISH_CLIENT_EXECUTABLE_FOUND  Was the client executable found?
+
+
+

It provides the function squish_add_test() for adding a squish test +to cmake using Squish >= 4.x:

+
squish_add_test(cmakeTestName
+  AUT targetName SUITE suiteName TEST squishTestName
+  [SETTINGSGROUP group] [PRE_COMMAND command] [POST_COMMAND command] )
+
+
+
+

Changed in version 3.18: In previous CMake versions, this function was named squish_v4_add_test.

+
+

The arguments have the following meaning:

+
+
cmakeTestName

this will be used as the first argument for add_test()

+
+
AUT targetName

the name of the cmake target which will be used as AUT, i.e. the +executable which will be tested.

+
+
SUITE suiteName

this is either the full path to the squish suite, or just the +last directory of the suite, i.e. the suite name. In this case +the CMakeLists.txt which calls squish_add_test() must be located +in the parent directory of the suite directory.

+
+
TEST squishTestName

the name of the squish test, i.e. the name of the subdirectory +of the test inside the suite directory.

+
+
SETTINGSGROUP group

deprecated, this argument will be ignored.

+
+
PRE_COMMAND command

if specified, the given command will be executed before starting the squish test.

+
+
POST_COMMAND command

same as PRE_COMMAND, but after the squish test has been executed.

+
+
+
enable_testing()
+find_package(Squish 6.5)
+if (SQUISH_FOUND)
+   squish_add_test(myTestName
+     AUT myApp
+     SUITE ${CMAKE_SOURCE_DIR}/tests/mySuite
+     TEST someSquishTest
+     )
+endif ()
+
+
+

For users of Squish version 3.x the macro squish_v3_add_test() is +provided:

+
squish_v3_add_test(testName applicationUnderTest testCase envVars testWrapper)
+Use this macro to add a test using Squish 3.x.
+
+
+
enable_testing()
+find_package(Squish 3.0)
+if (SQUISH_FOUND)
+  squish_v3_add_test(myTestName myApplication testCase envVars testWrapper)
+endif ()
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindSubversion.html b/cmake/doc/cmake/html/module/FindSubversion.html new file mode 100644 index 0000000000000000000000000000000000000000..e2e126f34399dfb8ce4035deba678e7dfeac1a39 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindSubversion.html @@ -0,0 +1,182 @@ + + + + + + + + FindSubversion — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindSubversion

+

Extract information from a subversion working copy

+

The module defines the following variables:

+
Subversion_SVN_EXECUTABLE - path to svn command line client
+Subversion_VERSION_SVN - version of svn command line client
+Subversion_FOUND - true if the command line client was found
+SUBVERSION_FOUND - same as Subversion_FOUND, set for compatibility reasons
+
+
+

The minimum required version of Subversion can be specified using the +standard syntax, e.g. find_package(Subversion 1.4).

+

If the command line client executable is found two macros are defined:

+
Subversion_WC_INFO(<dir> <var-prefix> [IGNORE_SVN_FAILURE])
+Subversion_WC_LOG(<dir> <var-prefix>)
+
+
+

Subversion_WC_INFO extracts information of a subversion working copy at a +given location. This macro defines the following variables if running +Subversion's info command on <dir> succeeds; otherwise a +SEND_ERROR message is generated.

+
+

Added in version 3.13: The error can be ignored by providing the +IGNORE_SVN_FAILURE option, which causes these variables to remain +undefined.

+
+
<var-prefix>_WC_URL - url of the repository (at <dir>)
+<var-prefix>_WC_ROOT - root url of the repository
+<var-prefix>_WC_REVISION - current revision
+<var-prefix>_WC_LAST_CHANGED_AUTHOR - author of last commit
+<var-prefix>_WC_LAST_CHANGED_DATE - date of last commit
+<var-prefix>_WC_LAST_CHANGED_REV - revision of last commit
+<var-prefix>_WC_INFO - output of command `svn info <dir>'
+
+
+

Subversion_WC_LOG retrieves the log message of the base revision of a +subversion working copy at a given location. This macro defines the variable:

+
<var-prefix>_LAST_CHANGED_LOG - last log of base revision
+
+
+

Example usage:

+
find_package(Subversion)
+if(SUBVERSION_FOUND)
+  Subversion_WC_INFO(${PROJECT_SOURCE_DIR} Project)
+  message("Current revision is ${Project_WC_REVISION}")
+  Subversion_WC_LOG(${PROJECT_SOURCE_DIR} Project)
+  message("Last changed log is ${Project_LAST_CHANGED_LOG}")
+endif()
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindTCL.html b/cmake/doc/cmake/html/module/FindTCL.html new file mode 100644 index 0000000000000000000000000000000000000000..44f613a9cfac61987f466424a112d62813c54d3d --- /dev/null +++ b/cmake/doc/cmake/html/module/FindTCL.html @@ -0,0 +1,166 @@ + + + + + + + + FindTCL — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindTCL

+

TK_INTERNAL_PATH was removed.

+

This module finds if Tcl is installed and determines where the include +files and libraries are. It also determines what the name of the +library is. This code sets the following variables:

+
TCL_FOUND              = Tcl was found
+TK_FOUND               = Tk was found
+TCLTK_FOUND            = Tcl and Tk were found
+TCL_LIBRARY            = path to Tcl library (tcl tcl80)
+TCL_INCLUDE_PATH       = path to where tcl.h can be found
+TCL_TCLSH              = path to tclsh binary (tcl tcl80)
+TK_LIBRARY             = path to Tk library (tk tk80 etc)
+TK_INCLUDE_PATH        = path to where tk.h can be found
+TK_WISH                = full path to the wish executable
+
+
+

In an effort to remove some clutter and clear up some issues for +people who are not necessarily Tcl/Tk gurus/developers, some +variables were moved or removed. Changes compared to CMake 2.4 are:

+
=> they were only useful for people writing Tcl/Tk extensions.
+=> these libs are not packaged by default with Tcl/Tk distributions.
+   Even when Tcl/Tk is built from source, several flavors of debug libs
+   are created and there is no real reason to pick a single one
+   specifically (say, amongst tcl84g, tcl84gs, or tcl84sgx).
+   Let's leave that choice to the user by allowing him to assign
+   TCL_LIBRARY to any Tcl library, debug or not.
+=> this ended up being only a Win32 variable, and there is a lot of
+   confusion regarding the location of this file in an installed Tcl/Tk
+   tree anyway (see 8.5 for example). If you need the internal path at
+   this point it is safer you ask directly where the *source* tree is
+   and dig from there.
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindTIFF.html b/cmake/doc/cmake/html/module/FindTIFF.html new file mode 100644 index 0000000000000000000000000000000000000000..a3e2f282a5913f2bdb1027009436a264654c6f2e --- /dev/null +++ b/cmake/doc/cmake/html/module/FindTIFF.html @@ -0,0 +1,205 @@ + + + + + + + + FindTIFF — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindTIFF

+

Find the TIFF library (libtiff, https://libtiff.gitlab.io/libtiff/).

+
+

Optional COMPONENTS

+

This module supports the optional component CXX, for use with the COMPONENTS +argument of the find_package() command. This component has an associated +imported target, as described below.

+
+
+

Imported targets

+
+

Added in version 3.5.

+
+

This module defines the following IMPORTED targets:

+
+
TIFF::TIFF

The TIFF library, if found.

+
+
TIFF::CXX
+

Added in version 3.19.

+
+

The C++ wrapper libtiffxx, if requested by the COMPONENTS CXX option, +if the compiler is not MSVC (which includes the C++ wrapper in libtiff), +and if found.

+
+
+
+
+

Result variables

+

This module will set the following variables in your project:

+
+
TIFF_FOUND

true if the TIFF headers and libraries were found

+
+
TIFF_INCLUDE_DIR

the directory containing the TIFF headers

+
+
TIFF_INCLUDE_DIRS

the directory containing the TIFF headers

+
+
TIFF_LIBRARIES

TIFF libraries to be linked

+
+
+
+
+

Cache variables

+

The following cache variables may also be set:

+
+
TIFF_INCLUDE_DIR

the directory containing the TIFF headers

+
+
TIFF_LIBRARY_RELEASE

the path to the TIFF library for release configurations

+
+
TIFF_LIBRARY_DEBUG

the path to the TIFF library for debug configurations

+
+
TIFFXX_LIBRARY_RELEASE

the path to the TIFFXX library for release configurations

+
+
TIFFXX_LIBRARY_DEBUG

the path to the TIFFXX library for debug configurations

+
+
+
+

Added in version 3.4: Debug and Release variants are found separately.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindTclStub.html b/cmake/doc/cmake/html/module/FindTclStub.html new file mode 100644 index 0000000000000000000000000000000000000000..e1dade229107c2c0e5e564e7b417e15c59ea4254 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindTclStub.html @@ -0,0 +1,162 @@ + + + + + + + + FindTclStub — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindTclStub

+

TCL_STUB_LIBRARY_DEBUG and TK_STUB_LIBRARY_DEBUG were removed.

+

This module finds Tcl stub libraries. It first finds Tcl include +files and libraries by calling FindTCL.cmake. How to Use the Tcl +Stubs Library:

+
http://tcl.activestate.com/doc/howto/stubs.html
+
+
+

Using Stub Libraries:

+
http://safari.oreilly.com/0130385603/ch48lev1sec3
+
+
+

This code sets the following variables:

+
TCL_STUB_LIBRARY       = path to Tcl stub library
+TK_STUB_LIBRARY        = path to Tk stub library
+TTK_STUB_LIBRARY       = path to ttk stub library
+
+
+

In an effort to remove some clutter and clear up some issues for +people who are not necessarily Tcl/Tk gurus/developers, some +variables were moved or removed. Changes compared to CMake 2.4 are:

+
=> these libs are not packaged by default with Tcl/Tk distributions.
+   Even when Tcl/Tk is built from source, several flavors of debug libs
+   are created and there is no real reason to pick a single one
+   specifically (say, amongst tclstub84g, tclstub84gs, or tclstub84sgx).
+   Let's leave that choice to the user by allowing him to assign
+   TCL_STUB_LIBRARY to any Tcl library, debug or not.
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindTclsh.html b/cmake/doc/cmake/html/module/FindTclsh.html new file mode 100644 index 0000000000000000000000000000000000000000..8961fa74de4d14bbd478f5af2093c8bab6772a3e --- /dev/null +++ b/cmake/doc/cmake/html/module/FindTclsh.html @@ -0,0 +1,142 @@ + + + + + + + + FindTclsh — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindTclsh

+

Find tclsh

+

This module finds if TCL is installed and determines where the include +files and libraries are. It also determines what the name of the +library is. This code sets the following variables:

+
TCLSH_FOUND = TRUE if tclsh has been found
+TCL_TCLSH = the path to the tclsh executable
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindThreads.html b/cmake/doc/cmake/html/module/FindThreads.html new file mode 100644 index 0000000000000000000000000000000000000000..5bbc8b89c59629dbcddfc6f3a370d64aa2b4a3ff --- /dev/null +++ b/cmake/doc/cmake/html/module/FindThreads.html @@ -0,0 +1,193 @@ + + + + + + + + FindThreads — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindThreads

+

This module determines the thread library of the system.

+
+

Imported Targets

+
+

Added in version 3.1.

+
+

This module defines the following IMPORTED target:

+
+
Threads::Threads

The thread library, if found.

+
+
+
+
+

Result Variables

+

The following variables are set:

+
+
Threads_FOUND

If a supported thread library was found.

+
+
CMAKE_THREAD_LIBS_INIT

The thread library to use. This may be empty if the thread functions +are provided by the system libraries and no special flags are needed +to use them.

+
+
CMAKE_USE_WIN32_THREADS_INIT

If the found thread library is the win32 one.

+
+
CMAKE_USE_PTHREADS_INIT

If the found thread library is pthread compatible.

+
+
CMAKE_HP_PTHREADS_INIT

If the found thread library is the HP thread library.

+
+
+
+
+

Variables Affecting Behavior

+
+
+THREADS_PREFER_PTHREAD_FLAG
+
+

Added in version 3.1.

+
+

If the use of the -pthread compiler and linker flag is preferred then +the caller can set this variable to TRUE. The compiler flag can only be +used with the imported target. Use of both the imported target as well +as this switch is highly recommended for new code.

+

This variable has no effect if the system libraries provide the +thread functions, i.e. when CMAKE_THREAD_LIBS_INIT will be empty.

+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindUnixCommands.html b/cmake/doc/cmake/html/module/FindUnixCommands.html new file mode 100644 index 0000000000000000000000000000000000000000..34c47864a0ee27cc40d2e62376465bc048154e53 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindUnixCommands.html @@ -0,0 +1,141 @@ + + + + + + + + FindUnixCommands — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindUnixCommands

+
+

Deprecated since version 3.26: Use ${CMAKE_COMMAND} -E subcommands instead.

+
+

Find Unix commands, including the ones from Cygwin

+

This module looks for the Unix commands bash, cp, gzip, +mv, rm, and tar and stores the result in the variables +BASH, CP, GZIP, MV, RM, and TAR.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindVTK.html b/cmake/doc/cmake/html/module/FindVTK.html new file mode 100644 index 0000000000000000000000000000000000000000..0e7e2ae263aff765cd7258659f0662a3eac8c35e --- /dev/null +++ b/cmake/doc/cmake/html/module/FindVTK.html @@ -0,0 +1,140 @@ + + + + + + + + FindVTK — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindVTK

+

This module no longer exists.

+

This module existed in versions of CMake prior to 3.1, but became +only a thin wrapper around find_package(VTK NO_MODULE) to +provide compatibility for projects using long-outdated conventions. +Now find_package(VTK) will search for VTKConfig.cmake +directly.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindVulkan.html b/cmake/doc/cmake/html/module/FindVulkan.html new file mode 100644 index 0000000000000000000000000000000000000000..5ecf9d735b0a211d9b20a632c9f3cfdbba42b99a --- /dev/null +++ b/cmake/doc/cmake/html/module/FindVulkan.html @@ -0,0 +1,365 @@ + + + + + + + + FindVulkan — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindVulkan

+
+

Added in version 3.7.

+
+

Find Vulkan, which is a low-overhead, cross-platform 3D graphics +and computing API.

+
+

Optional COMPONENTS

+
+

Added in version 3.24.

+
+

This module respects several optional COMPONENTS. +There are corresponding imported targets for each of these.

+
+
glslc

The SPIR-V compiler.

+
+
glslangValidator

The glslangValidator tool.

+
+
glslang

The SPIR-V generator library.

+
+
shaderc_combined

The static library for Vulkan shader compilation.

+
+
SPIRV-Tools

Tools to process SPIR-V modules.

+
+
MoltenVK

On macOS, an additional component MoltenVK is available.

+
+
dxc
+

Added in version 3.25.

+
+

The DirectX Shader Compiler.

+
+
+

The glslc and glslangValidator components are provided even +if not explicitly requested (for backward compatibility).

+
+
+

IMPORTED Targets

+

This module defines IMPORTED targets if Vulkan has been found:

+
+
Vulkan::Vulkan

The main Vulkan library.

+
+
Vulkan::glslc
+

Added in version 3.19.

+
+

The GLSLC SPIR-V compiler, if it has been found.

+
+
Vulkan::Headers
+

Added in version 3.21.

+
+

Provides just Vulkan headers include paths, if found. No library is +included in this target. This can be useful for applications that +load Vulkan library dynamically.

+
+
Vulkan::glslangValidator
+

Added in version 3.21.

+
+

The glslangValidator tool, if found. It is used to compile GLSL and +HLSL shaders into SPIR-V.

+
+
Vulkan::glslang
+

Added in version 3.24.

+
+

Defined if SDK has the Khronos-reference front-end shader parser and SPIR-V +generator library (glslang).

+
+
Vulkan::shaderc_combined
+

Added in version 3.24.

+
+

Defined if SDK has the Google static library for Vulkan shader compilation +(shaderc_combined).

+
+
Vulkan::SPIRV-Tools
+

Added in version 3.24.

+
+

Defined if SDK has the Khronos library to process SPIR-V modules +(SPIRV-Tools).

+
+
Vulkan::MoltenVK
+

Added in version 3.24.

+
+

Defined if SDK has the Khronos library which implement a subset of Vulkan API +over Apple Metal graphics framework. (MoltenVK).

+
+
Vulkan::volk
+

Added in version 3.25.

+
+

Defined if SDK has the Vulkan meta-loader (volk).

+
+
Vulkan::dxc_lib
+

Added in version 3.25.

+
+

Defined if SDK has the DirectX shader compiler library.

+
+
Vulkan::dxc_exe
+

Added in version 3.25.

+
+

Defined if SDK has the DirectX shader compiler CLI tool.

+
+
+
+
+

Result Variables

+

This module defines the following variables:

+
+
Vulkan_FOUND

set to true if Vulkan was found

+
+
Vulkan_INCLUDE_DIRS

include directories for Vulkan

+
+
Vulkan_LIBRARIES

link against this library to use Vulkan

+
+
Vulkan_VERSION
+

Added in version 3.23.

+
+

value from vulkan/vulkan_core.h

+
+
Vulkan_glslc_FOUND
+

Added in version 3.24.

+
+

True, if the SDK has the glslc executable.

+
+
Vulkan_glslangValidator_FOUND
+

Added in version 3.24.

+
+

True, if the SDK has the glslangValidator executable.

+
+
Vulkan_glslang_FOUND
+

Added in version 3.24.

+
+

True, if the SDK has the glslang library.

+
+
Vulkan_shaderc_combined_FOUND
+

Added in version 3.24.

+
+

True, if the SDK has the shaderc_combined library.

+
+
Vulkan_SPIRV-Tools_FOUND
+

Added in version 3.24.

+
+

True, if the SDK has the SPIRV-Tools library.

+
+
Vulkan_MoltenVK_FOUND
+

Added in version 3.24.

+
+

True, if the SDK has the MoltenVK library.

+
+
Vulkan_volk_FOUND
+

Added in version 3.25.

+
+

True, if the SDK has the volk library.

+
+
Vulkan_dxc_lib_FOUND
+

Added in version 3.25.

+
+

True, if the SDK has the DirectX shader compiler library.

+
+
Vulkan_dxc_exe_FOUND
+

Added in version 3.25.

+
+

True, if the SDK has the DirectX shader compiler CLI tool.

+
+
+

The module will also defines these cache variables:

+
+
Vulkan_INCLUDE_DIR

the Vulkan include directory

+
+
Vulkan_LIBRARY

the path to the Vulkan library

+
+
Vulkan_GLSLC_EXECUTABLE

the path to the GLSL SPIR-V compiler

+
+
Vulkan_GLSLANG_VALIDATOR_EXECUTABLE

the path to the glslangValidator tool

+
+
Vulkan_glslang_LIBRARY
+

Added in version 3.24.

+
+

Path to the glslang library.

+
+
Vulkan_shaderc_combined_LIBRARY
+

Added in version 3.24.

+
+

Path to the shaderc_combined library.

+
+
Vulkan_SPIRV-Tools_LIBRARY
+

Added in version 3.24.

+
+

Path to the SPIRV-Tools library.

+
+
Vulkan_MoltenVK_LIBRARY
+

Added in version 3.24.

+
+

Path to the MoltenVK library.

+
+
Vulkan_volk_LIBRARY
+

Added in version 3.25.

+
+

Path to the volk library.

+
+
Vulkan_dxc_LIBRARY
+

Added in version 3.25.

+
+

Path to the DirectX shader compiler library.

+
+
Vulkan_dxc_EXECUTABLE
+

Added in version 3.25.

+
+

Path to the DirectX shader compiler CLI tool.

+
+
+
+
+

Hints

+
+

Added in version 3.18.

+
+

The VULKAN_SDK environment variable optionally specifies the +location of the Vulkan SDK root directory for the given +architecture. It is typically set by sourcing the toplevel +setup-env.sh script of the Vulkan SDK directory into the shell +environment.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindWget.html b/cmake/doc/cmake/html/module/FindWget.html new file mode 100644 index 0000000000000000000000000000000000000000..e16a15bbdf3485610714b6f0ff09b125465916db --- /dev/null +++ b/cmake/doc/cmake/html/module/FindWget.html @@ -0,0 +1,140 @@ + + + + + + + + FindWget — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindWget

+

Find wget

+

This module looks for wget. This module defines the following values:

+
WGET_EXECUTABLE: the full path to the wget tool.
+WGET_FOUND: True if wget has been found.
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindWish.html b/cmake/doc/cmake/html/module/FindWish.html new file mode 100644 index 0000000000000000000000000000000000000000..7387ae67b4b51d801d159dbd24f1eb5a005766f2 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindWish.html @@ -0,0 +1,142 @@ + + + + + + + + FindWish — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindWish

+

Find wish installation

+

This module finds if TCL is installed and determines where the include +files and libraries are. It also determines what the name of the +library is. This code sets the following variables:

+
TK_WISH = the path to the wish executable
+
+
+

if UNIX is defined, then it will look for the cygwin version first

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindX11.html b/cmake/doc/cmake/html/module/FindX11.html new file mode 100644 index 0000000000000000000000000000000000000000..f455c4def9936a39bb56323aa7964a1359532192 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindX11.html @@ -0,0 +1,250 @@ + + + + + + + + FindX11 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindX11

+

Find X11 installation

+

Try to find X11 on UNIX systems. The following values are defined

+
X11_FOUND        - True if X11 is available
+X11_INCLUDE_DIR  - include directories to use X11
+X11_LIBRARIES    - link against these to use X11
+
+
+

and also the following more fine grained variables and targets:

+
+

Added in version 3.14: Imported targets.

+
+
X11_ICE_INCLUDE_PATH,            X11_ICE_LIB,            X11_ICE_FOUND,            X11::ICE
+X11_SM_INCLUDE_PATH,             X11_SM_LIB,             X11_SM_FOUND,             X11::SM
+X11_X11_INCLUDE_PATH,            X11_X11_LIB,                                      X11::X11
+X11_Xaccessrules_INCLUDE_PATH,
+X11_Xaccessstr_INCLUDE_PATH,                             X11_Xaccess_FOUND
+X11_Xau_INCLUDE_PATH,            X11_Xau_LIB,            X11_Xau_FOUND,            X11::Xau
+X11_xcb_INCLUDE_PATH,            X11_xcb_LIB,            X11_xcb_FOUND,            X11::xcb
+X11_X11_xcb_INCLUDE_PATH,        X11_X11_xcb_LIB,        X11_X11_xcb_FOUND,        X11::X11_xcb
+X11_xcb_composite_INCLUDE_PATH,  X11_xcb_composite_LIB,  X11_xcb_composite_FOUND,  X11::xcb_composite
+X11_xcb_cursor_INCLUDE_PATH,     X11_xcb_cursor_LIB,     X11_xcb_cursor_FOUND,     X11::xcb_cursor
+X11_xcb_damage_INCLUDE_PATH,     X11_xcb_damage_LIB,     X11_xcb_damage_FOUND,     X11::xcb_damage
+X11_xcb_dpms_INCLUDE_PATH,       X11_xcb_dpms_LIB,       X11_xcb_dpms_FOUND,       X11::xcb_dpms
+X11_xcb_dri2_INCLUDE_PATH,       X11_xcb_dri2_LIB,       X11_xcb_dri2_FOUND,       X11::xcb_dri2
+X11_xcb_dri3_INCLUDE_PATH,       X11_xcb_dri3_LIB,       X11_xcb_dri3_FOUND,       X11::xcb_dri3
+X11_xcb_errors_INCLUDE_PATH,     X11_xcb_errors_LIB,     X11_xcb_errors_FOUND,     X11::xcb_errors
+X11_xcb_ewmh_INCLUDE_PATH,       X11_xcb_ewmh_LIB,       X11_xcb_ewmh_FOUND,       X11::xcb_ewmh
+X11_xcb_glx_INCLUDE_PATH,        X11_xcb_glx_LIB,        X11_xcb_glx_FOUND,        X11::xcb_glx
+X11_xcb_icccm_INCLUDE_PATH,      X11_xcb_icccm_LIB,      X11_xcb_icccm_FOUND,      X11::xcb_icccm
+X11_xcb_image_INCLUDE_PATH,      X11_xcb_image_LIB,      X11_xcb_image_FOUND,      X11::xcb_image
+X11_xcb_keysyms_INCLUDE_PATH,    X11_xcb_keysyms_LIB,    X11_xcb_keysyms_FOUND,    X11::xcb_keysyms
+X11_xcb_present_INCLUDE_PATH,    X11_xcb_present_LIB,    X11_xcb_present_FOUND,    X11::xcb_present
+X11_xcb_randr_INCLUDE_PATH,      X11_xcb_randr_LIB,      X11_xcb_randr_FOUND,      X11::xcb_randr
+X11_xcb_record_INCLUDE_PATH,     X11_xcb_record_LIB,     X11_xcb_record_FOUND,     X11::xcb_record
+X11_xcb_render_INCLUDE_PATH,     X11_xcb_render_LIB,     X11_xcb_render_FOUND,     X11::xcb_render
+X11_xcb_render_util_INCLUDE_PATH,X11_xcb_render_util_LIB,X11_xcb_render_util_FOUND,X11::xcb_render_util
+X11_xcb_res_INCLUDE_PATH,        X11_xcb_res_LIB,        X11_xcb_res_FOUND,        X11::xcb_res
+X11_xcb_screensaver_INCLUDE_PATH,X11_xcb_screensaver_LIB,X11_xcb_screensaver_FOUND,X11::xcb_screensaver
+X11_xcb_shape_INCLUDE_PATH,      X11_xcb_shape_LIB,      X11_xcb_shape_FOUND,      X11::xcb_shape
+X11_xcb_shm_INCLUDE_PATH,        X11_xcb_shm_LIB,        X11_xcb_shm_FOUND,        X11::xcb_shm
+X11_xcb_sync_INCLUDE_PATH,       X11_xcb_sync_LIB,       X11_xcb_sync_FOUND,       X11::xcb_sync
+X11_xcb_util_INCLUDE_PATH,       X11_xcb_util_LIB,       X11_xcb_util_FOUND,       X11::xcb_util
+X11_xcb_xf86dri_INCLUDE_PATH,    X11_xcb_xf86dri_LIB,    X11_xcb_xf86dri_FOUND,    X11::xcb_xf86dri
+X11_xcb_xfixes_INCLUDE_PATH,     X11_xcb_xfixes_LIB,     X11_xcb_xfixes_FOUND,     X11::xcb_xfixes
+X11_xcb_xinerama_INCLUDE_PATH,   X11_xcb_xinerama_LIB,   X11_xcb_xinerama_FOUND,   X11::xcb_xinerama
+X11_xcb_xinput_INCLUDE_PATH,     X11_xcb_xinput_LIB,     X11_xcb_xinput_FOUND,     X11::xcb_xinput
+X11_xcb_xkb_INCLUDE_PATH,        X11_xcb_xkb_LIB,        X11_xcb_xkb_FOUND,        X11::xcb_xkb
+X11_xcb_xrm_INCLUDE_PATH,        X11_xcb_xrm_LIB,        X11_xcb_xrm_FOUND,        X11::xcb_xrm
+X11_xcb_xtest_INCLUDE_PATH,      X11_xcb_xtest_LIB,      X11_xcb_xtest_FOUND,      X11::xcb_xtest
+X11_xcb_xvmc_INCLUDE_PATH,       X11_xcb_xvmc_LIB,       X11_xcb_xvmc_FOUND,       X11::xcb_xvmc
+X11_xcb_xv_INCLUDE_PATH,         X11_xcb_xv_LIB,         X11_xcb_xv_FOUND          X11::xcb_xv
+X11_Xcomposite_INCLUDE_PATH,     X11_Xcomposite_LIB,     X11_Xcomposite_FOUND,     X11::Xcomposite
+X11_Xcursor_INCLUDE_PATH,        X11_Xcursor_LIB,        X11_Xcursor_FOUND,        X11::Xcursor
+X11_Xdamage_INCLUDE_PATH,        X11_Xdamage_LIB,        X11_Xdamage_FOUND,        X11::Xdamage
+X11_Xdmcp_INCLUDE_PATH,          X11_Xdmcp_LIB,          X11_Xdmcp_FOUND,          X11::Xdmcp
+X11_Xext_INCLUDE_PATH,           X11_Xext_LIB,           X11_Xext_FOUND,           X11::Xext
+X11_Xxf86misc_INCLUDE_PATH,      X11_Xxf86misc_LIB,      X11_Xxf86misc_FOUND,      X11::Xxf86misc
+X11_Xxf86vm_INCLUDE_PATH,        X11_Xxf86vm_LIB         X11_Xxf86vm_FOUND,        X11::Xxf86vm
+X11_Xfixes_INCLUDE_PATH,         X11_Xfixes_LIB,         X11_Xfixes_FOUND,         X11::Xfixes
+X11_Xft_INCLUDE_PATH,            X11_Xft_LIB,            X11_Xft_FOUND,            X11::Xft
+X11_Xi_INCLUDE_PATH,             X11_Xi_LIB,             X11_Xi_FOUND,             X11::Xi
+X11_Xinerama_INCLUDE_PATH,       X11_Xinerama_LIB,       X11_Xinerama_FOUND,       X11::Xinerama
+X11_Xkb_INCLUDE_PATH,
+X11_Xkblib_INCLUDE_PATH,                                 X11_Xkb_FOUND,            X11::Xkb
+X11_xkbcommon_INCLUDE_PATH,      X11_xkbcommon_LIB,      X11_xkbcommon_FOUND,      X11::xkbcommon
+X11_xkbcommon_X11_INCLUDE_PATH,  X11_xkbcommon_X11_LIB,  X11_xkbcommon_X11_FOUND,  X11::xkbcommon_X11
+X11_xkbfile_INCLUDE_PATH,        X11_xkbfile_LIB,        X11_xkbfile_FOUND,        X11::xkbfile
+X11_Xmu_INCLUDE_PATH,            X11_Xmu_LIB,            X11_Xmu_FOUND,            X11::Xmu
+X11_Xpm_INCLUDE_PATH,            X11_Xpm_LIB,            X11_Xpm_FOUND,            X11::Xpm
+X11_Xtst_INCLUDE_PATH,           X11_Xtst_LIB,           X11_Xtst_FOUND,           X11::Xtst
+X11_Xrandr_INCLUDE_PATH,         X11_Xrandr_LIB,         X11_Xrandr_FOUND,         X11::Xrandr
+X11_Xrender_INCLUDE_PATH,        X11_Xrender_LIB,        X11_Xrender_FOUND,        X11::Xrender
+X11_XRes_INCLUDE_PATH,           X11_XRes_LIB,           X11_XRes_FOUND,           X11::XRes
+X11_Xss_INCLUDE_PATH,            X11_Xss_LIB,            X11_Xss_FOUND,            X11::Xss
+X11_Xt_INCLUDE_PATH,             X11_Xt_LIB,             X11_Xt_FOUND,             X11::Xt
+X11_Xutil_INCLUDE_PATH,                                  X11_Xutil_FOUND,          X11::Xutil
+X11_Xv_INCLUDE_PATH,             X11_Xv_LIB,             X11_Xv_FOUND,             X11::Xv
+X11_dpms_INCLUDE_PATH,           (in X11_Xext_LIB),      X11_dpms_FOUND
+X11_Xdbe_INCLUDE_PATH,           (in X11_Xext_LIB),      X11_Xdbe_FOUND
+X11_XShm_INCLUDE_PATH,           (in X11_Xext_LIB),      X11_XShm_FOUND
+X11_Xshape_INCLUDE_PATH,         (in X11_Xext_LIB),      X11_Xshape_FOUND
+X11_XSync_INCLUDE_PATH,          (in X11_Xext_LIB),      X11_XSync_FOUND
+X11_Xaw_INCLUDE_PATH,            X11_Xaw_LIB             X11_Xaw_FOUND             X11::Xaw
+
+
+
+

Added in version 3.14: Renamed Xxf86misc, X11_Xxf86misc, X11_Xxf86vm, X11_xkbfile, +X11_Xtst, and X11_Xss libraries to match their file names. +Deprecated the X11_Xinput library. Old names are still available +for compatibility.

+
+
+

Added in version 3.14: Added the X11_Xext_INCLUDE_PATH variable.

+
+
+

Added in version 3.18: Added the xcb, X11-xcb, xcb-icccm, xcb-xkb, xkbcommon, +and xkbcommon-X11 libraries.

+
+
+

Added in version 3.19: Added the Xaw, xcb_util, and xcb_xfixes libraries.

+
+
+

Added in version 3.24: Added the xcb_randr, xcb_xtext, and xcb_keysyms libraries.

+
+
+

Added in version 3.27: Added the xcb_composite, xcb_cursor, xcb_damage, xcb_dpms, +xcb_dri2, xcb_dri3, xcb_errors, xcb_ewmh, xcb_glx, +xcb_image, xcb_present, xcb_record, xcb_render, +xcb_render_util, xcb_res, xcb_screensaver, xcb_shape, +xcb_shm, xcb_sync, xcb_xf86dri, xcb_xinerama, xcb_xinput, +xcb_xrm, xcb_xvmc, and xcb_xv libraries.

+
+
+

Added in version 3.29: Added coverage of double buffer extension (variables +X11_Xdbe_INCLUDE_PATH and X11_Xdbe_FOUND).

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindXCTest.html b/cmake/doc/cmake/html/module/FindXCTest.html new file mode 100644 index 0000000000000000000000000000000000000000..41f29e357103ec454d09d54dddfe5264038f8e75 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindXCTest.html @@ -0,0 +1,211 @@ + + + + + + + + FindXCTest — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindXCTest

+
+

Added in version 3.3.

+
+

Functions to help creating and executing XCTest bundles.

+

An XCTest bundle is a CFBundle with a special product-type +and bundle extension. The Mac Developer Library provides more +information in the Testing with Xcode document.

+
+

Module Functions

+
+
+xctest_add_bundle
+

The xctest_add_bundle function creates a XCTest bundle named +<target> which will test the target <testee>. Supported target types +for testee are Frameworks and App Bundles:

+
xctest_add_bundle(
+  <target>  # Name of the XCTest bundle
+  <testee>  # Target name of the testee
+  )
+
+
+
+ +
+
+xctest_add_test
+

The xctest_add_test function adds an XCTest bundle to the +project to be run by ctest(1). The test will be named +<name> and tests <bundle>:

+
xctest_add_test(
+  <name>    # Test name
+  <bundle>  # Target name of XCTest bundle
+  )
+
+
+
+ +
+
+

Module Variables

+

The following variables are set by including this module:

+
+
+XCTest_FOUND
+

True if the XCTest Framework and executable were found.

+
+ +
+
+XCTest_EXECUTABLE
+

The path to the xctest command line tool used to execute XCTest bundles.

+
+ +
+
+XCTest_INCLUDE_DIRS
+

The directory containing the XCTest Framework headers.

+
+ +
+
+XCTest_LIBRARIES
+

The location of the XCTest Framework.

+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindXMLRPC.html b/cmake/doc/cmake/html/module/FindXMLRPC.html new file mode 100644 index 0000000000000000000000000000000000000000..eba8b1d829cdd095e52a510148e2961800b8487d --- /dev/null +++ b/cmake/doc/cmake/html/module/FindXMLRPC.html @@ -0,0 +1,153 @@ + + + + + + + + FindXMLRPC — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindXMLRPC

+

Find xmlrpc

+

Find the native XMLRPC headers and libraries.

+
XMLRPC_INCLUDE_DIRS      - where to find xmlrpc.h, etc.
+XMLRPC_LIBRARIES         - List of libraries when using xmlrpc.
+XMLRPC_FOUND             - True if xmlrpc found.
+
+
+

XMLRPC modules may be specified as components for this find module. +Modules may be listed by running "xmlrpc-c-config". Modules include:

+
c++            C++ wrapper code
+libwww-client  libwww-based client
+cgi-server     CGI-based server
+abyss-server   ABYSS-based server
+
+
+

Typical usage:

+
find_package(XMLRPC REQUIRED libwww-client)
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindXalanC.html b/cmake/doc/cmake/html/module/FindXalanC.html new file mode 100644 index 0000000000000000000000000000000000000000..a4552f287477bb1a356629cd99fb629e48a41a7f --- /dev/null +++ b/cmake/doc/cmake/html/module/FindXalanC.html @@ -0,0 +1,184 @@ + + + + + + + + FindXalanC — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindXalanC

+
+

Added in version 3.5.

+
+

Find the Apache Xalan-C++ XSL transform processor headers and libraries.

+
+

Imported targets

+

This module defines the following IMPORTED targets:

+
+
XalanC::XalanC

The Xalan-C++ xalan-c library, if found.

+
+
+
+
+

Result variables

+

This module will set the following variables in your project:

+
+
XalanC_FOUND

true if the Xalan headers and libraries were found

+
+
XalanC_VERSION

Xalan release version

+
+
XalanC_INCLUDE_DIRS

the directory containing the Xalan headers; note +XercesC_INCLUDE_DIRS is also required

+
+
XalanC_LIBRARIES

Xalan libraries to be linked; note XercesC_LIBRARIES is also +required

+
+
+
+
+

Cache variables

+

The following cache variables may also be set:

+
+
XalanC_INCLUDE_DIR

the directory containing the Xalan headers

+
+
XalanC_LIBRARY

the Xalan library

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindXercesC.html b/cmake/doc/cmake/html/module/FindXercesC.html new file mode 100644 index 0000000000000000000000000000000000000000..81eafed0815c6454db166dcf909cc2e4574942bd --- /dev/null +++ b/cmake/doc/cmake/html/module/FindXercesC.html @@ -0,0 +1,188 @@ + + + + + + + + FindXercesC — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindXercesC

+
+

Added in version 3.1.

+
+

Find the Apache Xerces-C++ validating XML parser headers and libraries.

+
+

Imported targets

+
+

Added in version 3.5.

+
+

This module defines the following IMPORTED targets:

+
+
XercesC::XercesC

The Xerces-C++ xerces-c library, if found.

+
+
+
+
+

Result variables

+

This module will set the following variables in your project:

+
+
XercesC_FOUND

true if the Xerces headers and libraries were found

+
+
XercesC_VERSION

Xerces release version

+
+
XercesC_INCLUDE_DIRS

the directory containing the Xerces headers

+
+
XercesC_LIBRARIES

Xerces libraries to be linked

+
+
+
+
+

Cache variables

+

The following cache variables may also be set:

+
+
XercesC_INCLUDE_DIR

the directory containing the Xerces headers

+
+
XercesC_LIBRARY

the Xerces library

+
+
+
+

Added in version 3.4: Debug and Release variants are found separately.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindZLIB.html b/cmake/doc/cmake/html/module/FindZLIB.html new file mode 100644 index 0000000000000000000000000000000000000000..af294153b76d78a474348e9575eb8c976323fbf6 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindZLIB.html @@ -0,0 +1,222 @@ + + + + + + + + FindZLIB — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindZLIB

+

Find the native ZLIB includes and library.

+
+

IMPORTED Targets

+
+

Added in version 3.1.

+
+

This module defines IMPORTED target ZLIB::ZLIB, if +ZLIB has been found.

+
+
+

Result Variables

+

This module defines the following variables:

+
+
ZLIB_INCLUDE_DIRS

where to find zlib.h, etc.

+
+
ZLIB_LIBRARIES

List of libraries when using zlib.

+
+
ZLIB_FOUND

True if zlib found.

+
+
ZLIB_VERSION
+

Added in version 3.26: the version of Zlib found.

+
+

See also legacy variable ZLIB_VERSION_STRING.

+
+
+
+

Added in version 3.4: Debug and Release variants are found separately.

+
+
+
+

Legacy Variables

+

The following variables are provided for backward compatibility:

+
+
ZLIB_VERSION_MAJOR

The major version of zlib.

+
+

Changed in version 3.26: Superseded by ZLIB_VERSION.

+
+
+
ZLIB_VERSION_MINOR

The minor version of zlib.

+
+

Changed in version 3.26: Superseded by ZLIB_VERSION.

+
+
+
ZLIB_VERSION_PATCH

The patch version of zlib.

+
+

Changed in version 3.26: Superseded by ZLIB_VERSION.

+
+
+
ZLIB_VERSION_TWEAK

The tweak version of zlib.

+
+

Changed in version 3.26: Superseded by ZLIB_VERSION.

+
+
+
ZLIB_VERSION_STRING

The version of zlib found (x.y.z)

+
+

Changed in version 3.26: Superseded by ZLIB_VERSION.

+
+
+
ZLIB_MAJOR_VERSION

The major version of zlib. Superseded by ZLIB_VERSION_MAJOR.

+
+
ZLIB_MINOR_VERSION

The minor version of zlib. Superseded by ZLIB_VERSION_MINOR.

+
+
ZLIB_PATCH_VERSION

The patch version of zlib. Superseded by ZLIB_VERSION_PATCH.

+
+
+
+
+

Hints

+

A user may set ZLIB_ROOT to a zlib installation root to tell this +module where to look.

+
+

Added in version 3.24: Set ZLIB_USE_STATIC_LIBS to ON to look for static libraries. +Default is OFF.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/Findosg.html b/cmake/doc/cmake/html/module/Findosg.html new file mode 100644 index 0000000000000000000000000000000000000000..8111a33be418da5ba3a630577dffbc05a022cf70 --- /dev/null +++ b/cmake/doc/cmake/html/module/Findosg.html @@ -0,0 +1,169 @@ + + + + + + + + Findosg — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Findosg

+
+

Note

+

It is highly recommended that you use the new +FindOpenSceneGraph introduced in CMake 2.6.3 and not use this +Find module directly.

+
+

This is part of the Findosg* suite used to find OpenSceneGraph +components. Each component is separate and you must opt in to each +module. You must also opt into OpenGL and OpenThreads (and Producer +if needed) as these modules won't do it for you. This is to allow you +control over your own system piece by piece in case you need to opt +out of certain components or change the Find behavior for a particular +module (perhaps because the default FindOpenGL module doesn't +work with your system as an example). If you want to use a more +convenient module that includes everything, use the +FindOpenSceneGraph instead of the Findosg*.cmake modules.

+

Locate osg This module defines:

+
+
OSG_FOUND

Was the Osg found?

+
+
OSG_INCLUDE_DIR

Where to find theheaders

+
+
OSG_LIBRARIES

The libraries to link against for the OSG (use this)

+
+
OSG_LIBRARY

The OSG library

+
+
OSG_LIBRARY_DEBUG

The OSG debug library

+
+
+

$OSGDIR is an environment variable that would correspond to:

+
./configure --prefix=$OSGDIR
+
+
+

used in building osg.

+

Created by Eric Wing.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindosgAnimation.html b/cmake/doc/cmake/html/module/FindosgAnimation.html new file mode 100644 index 0000000000000000000000000000000000000000..e1efda514cb2be2aef3d0ca738c71838f74582b5 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindosgAnimation.html @@ -0,0 +1,163 @@ + + + + + + + + FindosgAnimation — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindosgAnimation

+

This is part of the Findosg* suite used to find OpenSceneGraph +components. Each component is separate and you must opt in to each +module. You must also opt into OpenGL and OpenThreads (and Producer +if needed) as these modules won't do it for you. This is to allow you +control over your own system piece by piece in case you need to opt +out of certain components or change the Find behavior for a particular +module (perhaps because the default FindOpenGL module doesn't +work with your system as an example). If you want to use a more +convenient module that includes everything, use the +FindOpenSceneGraph instead of the Findosg*.cmake modules.

+

Locate osgAnimation This module defines:

+
+
OSGANIMATION_FOUND

Was osgAnimation found?

+
+
OSGANIMATION_INCLUDE_DIR

Where to find the headers

+
+
OSGANIMATION_LIBRARIES

The libraries to link against for the OSG (use this)

+
+
OSGANIMATION_LIBRARY

The OSG library

+
+
OSGANIMATION_LIBRARY_DEBUG

The OSG debug library

+
+
+

$OSGDIR is an environment variable that would correspond to:

+
./configure --prefix=$OSGDIR
+
+
+

used in building osg. +Created by Eric Wing.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindosgDB.html b/cmake/doc/cmake/html/module/FindosgDB.html new file mode 100644 index 0000000000000000000000000000000000000000..c1c67e666bfaa88e16a93d3ffe0d47f282a56f7d --- /dev/null +++ b/cmake/doc/cmake/html/module/FindosgDB.html @@ -0,0 +1,162 @@ + + + + + + + + FindosgDB — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindosgDB

+

This is part of the Findosg* suite used to find OpenSceneGraph +components. Each component is separate and you must opt in to each +module. You must also opt into OpenGL and OpenThreads (and Producer +if needed) as these modules won't do it for you. This is to allow you +control over your own system piece by piece in case you need to opt +out of certain components or change the Find behavior for a particular +module (perhaps because the default FindOpenGL module doesn't +work with your system as an example). If you want to use a more +convenient module that includes everything, use the +FindOpenSceneGraph instead of the Findosg*.cmake modules.

+

Locate osgDB This module defines:

+
+
OSGDB_FOUND

Was osgDB found?

+
+
OSGDB_INCLUDE_DIR

Where to find the headers

+
+
OSGDB_LIBRARIES

The libraries to link against for the osgDB

+
+
OSGDB_LIBRARY

The osgDB library

+
+
OSGDB_LIBRARY_DEBUG

The osgDB debug library

+
+
+

$OSGDIR is an environment variable that would correspond to:

+
./configure --prefix=$OSGDIR
+
+
+

used in building osg.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindosgFX.html b/cmake/doc/cmake/html/module/FindosgFX.html new file mode 100644 index 0000000000000000000000000000000000000000..1829d37a61ba4a132db261f51ea86c8a3adeef4d --- /dev/null +++ b/cmake/doc/cmake/html/module/FindosgFX.html @@ -0,0 +1,163 @@ + + + + + + + + FindosgFX — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindosgFX

+

This is part of the Findosg* suite used to find OpenSceneGraph +components. Each component is separate and you must opt in to each +module. You must also opt into OpenGL and OpenThreads (and Producer +if needed) as these modules won't do it for you. This is to allow you +control over your own system piece by piece in case you need to opt +out of certain components or change the Find behavior for a particular +module (perhaps because the default FindOpenGL module doesn't +work with your system as an example). If you want to use a more +convenient module that includes everything, use the +FindOpenSceneGraph instead of the Findosg*.cmake modules.

+

Locate osgFX This module defines:

+
+
OSGFX_FOUND

Was osgFX found?

+
+
OSGFX_INCLUDE_DIR

Where to find the headers

+
+
OSGFX_LIBRARIES

The libraries to link against for the osgFX (use this)

+
+
OSGFX_LIBRARY

The osgFX library

+
+
OSGFX_LIBRARY_DEBUG

The osgFX debug library

+
+
+

$OSGDIR is an environment variable that would correspond to:

+
./configure --prefix=$OSGDIR
+
+
+

used in building osg.

+

Created by Eric Wing.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindosgGA.html b/cmake/doc/cmake/html/module/FindosgGA.html new file mode 100644 index 0000000000000000000000000000000000000000..834516e0e0d104648a7c389c36f23d29c3974d37 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindosgGA.html @@ -0,0 +1,163 @@ + + + + + + + + FindosgGA — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindosgGA

+

This is part of the Findosg* suite used to find OpenSceneGraph +components. Each component is separate and you must opt in to each +module. You must also opt into OpenGL and OpenThreads (and Producer +if needed) as these modules won't do it for you. This is to allow you +control over your own system piece by piece in case you need to opt +out of certain components or change the Find behavior for a particular +module (perhaps because the default FindOpenGL module doesn't +work with your system as an example). If you want to use a more +convenient module that includes everything, use the +FindOpenSceneGraph instead of the Findosg*.cmake modules.

+

Locate osgGA This module defines:

+
+
OSGGA_FOUND

Was osgGA found?

+
+
OSGGA_INCLUDE_DIR

Where to find the headers

+
+
OSGGA_LIBRARIES

The libraries to link against for the osgGA (use this)

+
+
OSGGA_LIBRARY

The osgGA library

+
+
OSGGA_LIBRARY_DEBUG

The osgGA debug library

+
+
+

$OSGDIR is an environment variable that would correspond to:

+
./configure --prefix=$OSGDIR
+
+
+

used in building osg.

+

Created by Eric Wing.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindosgIntrospection.html b/cmake/doc/cmake/html/module/FindosgIntrospection.html new file mode 100644 index 0000000000000000000000000000000000000000..1ad7144134b077e319f4bdbb261d86c44178e5d5 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindosgIntrospection.html @@ -0,0 +1,163 @@ + + + + + + + + FindosgIntrospection — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindosgIntrospection

+

This is part of the Findosg* suite used to find OpenSceneGraph +components. Each component is separate and you must opt in to each +module. You must also opt into OpenGL and OpenThreads (and Producer +if needed) as these modules won't do it for you. This is to allow you +control over your own system piece by piece in case you need to opt +out of certain components or change the Find behavior for a particular +module (perhaps because the default FindOpenGL module doesn't +work with your system as an example). If you want to use a more +convenient module that includes everything, use the +FindOpenSceneGraph instead of the Findosg*.cmake modules.

+

Locate osgINTROSPECTION This module defines:

+
+
OSGINTROSPECTION_FOUND

Was osgIntrospection found?

+
+
OSGINTROSPECTION_INCLUDE_DIR

Where to find the headers

+
+
OSGINTROSPECTION_LIBRARIES

The libraries to link for osgIntrospection (use this)

+
+
OSGINTROSPECTION_LIBRARY

The osgIntrospection library

+
+
OSGINTROSPECTION_LIBRARY_DEBUG

The osgIntrospection debug library

+
+
+

$OSGDIR is an environment variable that would correspond to:

+
./configure --prefix=$OSGDIR
+
+
+

used in building osg.

+

Created by Eric Wing.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindosgManipulator.html b/cmake/doc/cmake/html/module/FindosgManipulator.html new file mode 100644 index 0000000000000000000000000000000000000000..f82cbae77d907a87798c95f08f4efe8a60bc6e2a --- /dev/null +++ b/cmake/doc/cmake/html/module/FindosgManipulator.html @@ -0,0 +1,163 @@ + + + + + + + + FindosgManipulator — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindosgManipulator

+

This is part of the Findosg* suite used to find OpenSceneGraph +components. Each component is separate and you must opt in to each +module. You must also opt into OpenGL and OpenThreads (and Producer +if needed) as these modules won't do it for you. This is to allow you +control over your own system piece by piece in case you need to opt +out of certain components or change the Find behavior for a particular +module (perhaps because the default FindOpenGL module doesn't +work with your system as an example). If you want to use a more +convenient module that includes everything, use the +FindOpenSceneGraph instead of the Findosg*.cmake modules.

+

Locate osgManipulator This module defines:

+
+
OSGMANIPULATOR_FOUND

Was osgManipulator found?

+
+
OSGMANIPULATOR_INCLUDE_DIR

Where to find the headers

+
+
OSGMANIPULATOR_LIBRARIES

The libraries to link for osgManipulator (use this)

+
+
OSGMANIPULATOR_LIBRARY

The osgManipulator library

+
+
OSGMANIPULATOR_LIBRARY_DEBUG

The osgManipulator debug library

+
+
+

$OSGDIR is an environment variable that would correspond to:

+
./configure --prefix=$OSGDIR
+
+
+

used in building osg.

+

Created by Eric Wing.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindosgParticle.html b/cmake/doc/cmake/html/module/FindosgParticle.html new file mode 100644 index 0000000000000000000000000000000000000000..25788e8e4c486e833906ec40d5c5010480cbeb56 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindosgParticle.html @@ -0,0 +1,163 @@ + + + + + + + + FindosgParticle — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindosgParticle

+

This is part of the Findosg* suite used to find OpenSceneGraph +components. Each component is separate and you must opt in to each +module. You must also opt into OpenGL and OpenThreads (and Producer +if needed) as these modules won't do it for you. This is to allow you +control over your own system piece by piece in case you need to opt +out of certain components or change the Find behavior for a particular +module (perhaps because the default FindOpenGL module doesn't +work with your system as an example). If you want to use a more +convenient module that includes everything, use the +FindOpenSceneGraph instead of the Findosg*.cmake modules.

+

Locate osgParticle This module defines:

+
+
OSGPARTICLE_FOUND

Was osgParticle found?

+
+
OSGPARTICLE_INCLUDE_DIR

Where to find the headers

+
+
OSGPARTICLE_LIBRARIES

The libraries to link for osgParticle (use this)

+
+
OSGPARTICLE_LIBRARY

The osgParticle library

+
+
OSGPARTICLE_LIBRARY_DEBUG

The osgParticle debug library

+
+
+

$OSGDIR is an environment variable that would correspond to:

+
./configure --prefix=$OSGDIR
+
+
+

used in building osg.

+

Created by Eric Wing.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindosgPresentation.html b/cmake/doc/cmake/html/module/FindosgPresentation.html new file mode 100644 index 0000000000000000000000000000000000000000..23b01c33ca31b40ad7a3e64ea35fc3c717faa0bf --- /dev/null +++ b/cmake/doc/cmake/html/module/FindosgPresentation.html @@ -0,0 +1,164 @@ + + + + + + + + FindosgPresentation — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindosgPresentation

+

This is part of the Findosg* suite used to find OpenSceneGraph +components. Each component is separate and you must opt in to each +module. You must also opt into OpenGL and OpenThreads (and Producer +if needed) as these modules won't do it for you. This is to allow you +control over your own system piece by piece in case you need to opt +out of certain components or change the Find behavior for a particular +module (perhaps because the default FindOpenGL module doesn't +work with your system as an example). If you want to use a more +convenient module that includes everything, use the +FindOpenSceneGraph instead of the Findosg*.cmake modules.

+

Locate osgPresentation This module defines:

+
+
OSGPRESENTATION_FOUND

Was osgPresentation found?

+
+
OSGPRESENTATION_INCLUDE_DIR

Where to find the headers

+
+
OSGPRESENTATION_LIBRARIES

The libraries to link for osgPresentation (use this)

+
+
OSGPRESENTATION_LIBRARY

The osgPresentation library

+
+
OSGPRESENTATION_LIBRARY_DEBUG

The osgPresentation debug library

+
+
+

$OSGDIR is an environment variable that would correspond to:

+
./configure --prefix=$OSGDIR
+
+
+

used in building osg. +Created by Eric Wing. Modified to work with osgPresentation by Robert +Osfield, January 2012.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindosgProducer.html b/cmake/doc/cmake/html/module/FindosgProducer.html new file mode 100644 index 0000000000000000000000000000000000000000..63462c8bdee4182798d1368ec42662e60d32be46 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindosgProducer.html @@ -0,0 +1,163 @@ + + + + + + + + FindosgProducer — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindosgProducer

+

This is part of the Findosg* suite used to find OpenSceneGraph +components. Each component is separate and you must opt in to each +module. You must also opt into OpenGL and OpenThreads (and Producer +if needed) as these modules won't do it for you. This is to allow you +control over your own system piece by piece in case you need to opt +out of certain components or change the Find behavior for a particular +module (perhaps because the default FindOpenGL module doesn't +work with your system as an example). If you want to use a more +convenient module that includes everything, use the +FindOpenSceneGraph instead of the Findosg*.cmake modules.

+

Locate osgProducer This module defines:

+
+
OSGPRODUCER_FOUND

Was osgProducer found?

+
+
OSGPRODUCER_INCLUDE_DIR

Where to find the headers

+
+
OSGPRODUCER_LIBRARIES

The libraries to link for osgProducer (use this)

+
+
OSGPRODUCER_LIBRARY

The osgProducer library

+
+
OSGPRODUCER_LIBRARY_DEBUG

The osgProducer debug library

+
+
+

$OSGDIR is an environment variable that would correspond to:

+
./configure --prefix=$OSGDIR
+
+
+

used in building osg.

+

Created by Eric Wing.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindosgQt.html b/cmake/doc/cmake/html/module/FindosgQt.html new file mode 100644 index 0000000000000000000000000000000000000000..5952a186371f41124c7da972eb6a2796ea69c4fa --- /dev/null +++ b/cmake/doc/cmake/html/module/FindosgQt.html @@ -0,0 +1,164 @@ + + + + + + + + FindosgQt — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindosgQt

+

This is part of the Findosg* suite used to find OpenSceneGraph +components. Each component is separate and you must opt in to each +module. You must also opt into OpenGL and OpenThreads (and Producer +if needed) as these modules won't do it for you. This is to allow you +control over your own system piece by piece in case you need to opt +out of certain components or change the Find behavior for a particular +module (perhaps because the default FindOpenGL module doesn't +work with your system as an example). If you want to use a more +convenient module that includes everything, use the +FindOpenSceneGraph instead of the Findosg*.cmake modules.

+

Locate osgQt This module defines:

+
+
OSGQT_FOUND

Was osgQt found?

+
+
OSGQT_INCLUDE_DIR

Where to find the headers

+
+
OSGQT_LIBRARIES

The libraries to link for osgQt (use this)

+
+
OSGQT_LIBRARY

The osgQt library

+
+
OSGQT_LIBRARY_DEBUG

The osgQt debug library

+
+
+

$OSGDIR is an environment variable that would correspond to:

+
./configure --prefix=$OSGDIR
+
+
+

used in building osg.

+

Created by Eric Wing. Modified to work with osgQt by Robert Osfield, +January 2012.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindosgShadow.html b/cmake/doc/cmake/html/module/FindosgShadow.html new file mode 100644 index 0000000000000000000000000000000000000000..52d54ce98e6747240cfac82bda38e969e5f82994 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindosgShadow.html @@ -0,0 +1,163 @@ + + + + + + + + FindosgShadow — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindosgShadow

+

This is part of the Findosg* suite used to find OpenSceneGraph +components. Each component is separate and you must opt in to each +module. You must also opt into OpenGL and OpenThreads (and Producer +if needed) as these modules won't do it for you. This is to allow you +control over your own system piece by piece in case you need to opt +out of certain components or change the Find behavior for a particular +module (perhaps because the default FindOpenGL module doesn't +work with your system as an example). If you want to use a more +convenient module that includes everything, use the +FindOpenSceneGraph instead of the Findosg*.cmake modules.

+

Locate osgShadow This module defines:

+
+
OSGSHADOW_FOUND

Was osgShadow found?

+
+
OSGSHADOW_INCLUDE_DIR

Where to find the headers

+
+
OSGSHADOW_LIBRARIES

The libraries to link for osgShadow (use this)

+
+
OSGSHADOW_LIBRARY

The osgShadow library

+
+
OSGSHADOW_LIBRARY_DEBUG

The osgShadow debug library

+
+
+

$OSGDIR is an environment variable that would correspond to:

+
./configure --prefix=$OSGDIR
+
+
+

used in building osg.

+

Created by Eric Wing.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindosgSim.html b/cmake/doc/cmake/html/module/FindosgSim.html new file mode 100644 index 0000000000000000000000000000000000000000..0e7e9232bb910e3274a3bb504de704b62bac12dc --- /dev/null +++ b/cmake/doc/cmake/html/module/FindosgSim.html @@ -0,0 +1,163 @@ + + + + + + + + FindosgSim — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindosgSim

+

This is part of the Findosg* suite used to find OpenSceneGraph +components. Each component is separate and you must opt in to each +module. You must also opt into OpenGL and OpenThreads (and Producer +if needed) as these modules won't do it for you. This is to allow you +control over your own system piece by piece in case you need to opt +out of certain components or change the Find behavior for a particular +module (perhaps because the default FindOpenGL module doesn't +work with your system as an example). If you want to use a more +convenient module that includes everything, use the +FindOpenSceneGraph instead of the Findosg*.cmake modules.

+

Locate osgSim This module defines:

+
+
OSGSIM_FOUND

Was osgSim found?

+
+
OSGSIM_INCLUDE_DIR

Where to find the headers

+
+
OSGSIM_LIBRARIES

The libraries to link for osgSim (use this)

+
+
OSGSIM_LIBRARY

The osgSim library

+
+
OSGSIM_LIBRARY_DEBUG

The osgSim debug library

+
+
+

$OSGDIR is an environment variable that would correspond to:

+
./configure --prefix=$OSGDIR
+
+
+

used in building osg.

+

Created by Eric Wing.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindosgTerrain.html b/cmake/doc/cmake/html/module/FindosgTerrain.html new file mode 100644 index 0000000000000000000000000000000000000000..9040dd570f0cc4ca77a82844416e1dccc70ccf0a --- /dev/null +++ b/cmake/doc/cmake/html/module/FindosgTerrain.html @@ -0,0 +1,163 @@ + + + + + + + + FindosgTerrain — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindosgTerrain

+

This is part of the Findosg* suite used to find OpenSceneGraph +components. Each component is separate and you must opt in to each +module. You must also opt into OpenGL and OpenThreads (and Producer +if needed) as these modules won't do it for you. This is to allow you +control over your own system piece by piece in case you need to opt +out of certain components or change the Find behavior for a particular +module (perhaps because the default FindOpenGL module doesn't +work with your system as an example). If you want to use a more +convenient module that includes everything, use the +FindOpenSceneGraph instead of the Findosg*.cmake modules.

+

Locate osgTerrain This module defines:

+
+
OSGTERRAIN_FOUND

Was osgTerrain found?

+
+
OSGTERRAIN_INCLUDE_DIR

Where to find the headers

+
+
OSGTERRAIN_LIBRARIES

The libraries to link for osgTerrain (use this)

+
+
OSGTERRAIN_LIBRARY

The osgTerrain library

+
+
OSGTERRAIN_LIBRARY_DEBUG

The osgTerrain debug library

+
+
+

$OSGDIR is an environment variable that would correspond to:

+
./configure --prefix=$OSGDIR
+
+
+

used in building osg.

+

Created by Eric Wing.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindosgText.html b/cmake/doc/cmake/html/module/FindosgText.html new file mode 100644 index 0000000000000000000000000000000000000000..51c3d186699f2594631e9088bdee128a88e09a6a --- /dev/null +++ b/cmake/doc/cmake/html/module/FindosgText.html @@ -0,0 +1,163 @@ + + + + + + + + FindosgText — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindosgText

+

This is part of the Findosg* suite used to find OpenSceneGraph +components. Each component is separate and you must opt in to each +module. You must also opt into OpenGL and OpenThreads (and Producer +if needed) as these modules won't do it for you. This is to allow you +control over your own system piece by piece in case you need to opt +out of certain components or change the Find behavior for a particular +module (perhaps because the default FindOpenGL module doesn't +work with your system as an example). If you want to use a more +convenient module that includes everything, use the +FindOpenSceneGraph instead of the Findosg*.cmake modules.

+

Locate osgText This module defines:

+
+
OSGTEXT_FOUND

Was osgText found?

+
+
OSGTEXT_INCLUDE_DIR

Where to find the headers

+
+
OSGTEXT_LIBRARIES

The libraries to link for osgText (use this)

+
+
OSGTEXT_LIBRARY

The osgText library

+
+
OSGTEXT_LIBRARY_DEBUG

The osgText debug library

+
+
+

$OSGDIR is an environment variable that would correspond to:

+
./configure --prefix=$OSGDIR
+
+
+

used in building osg.

+

Created by Eric Wing.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindosgUtil.html b/cmake/doc/cmake/html/module/FindosgUtil.html new file mode 100644 index 0000000000000000000000000000000000000000..15a8fb6a3fd22f7ba7932eb29a111a1b403c2bea --- /dev/null +++ b/cmake/doc/cmake/html/module/FindosgUtil.html @@ -0,0 +1,163 @@ + + + + + + + + FindosgUtil — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindosgUtil

+

This is part of the Findosg* suite used to find OpenSceneGraph +components. Each component is separate and you must opt in to each +module. You must also opt into OpenGL and OpenThreads (and Producer +if needed) as these modules won't do it for you. This is to allow you +control over your own system piece by piece in case you need to opt +out of certain components or change the Find behavior for a particular +module (perhaps because the default FindOpenGL module doesn't +work with your system as an example). If you want to use a more +convenient module that includes everything, use the +FindOpenSceneGraph instead of the Findosg*.cmake modules.

+

Locate osgUtil This module defines:

+
+
OSGUTIL_FOUND

Was osgUtil found?

+
+
OSGUTIL_INCLUDE_DIR

Where to find the headers

+
+
OSGUTIL_LIBRARIES

The libraries to link for osgUtil (use this)

+
+
OSGUTIL_LIBRARY

The osgUtil library

+
+
OSGUTIL_LIBRARY_DEBUG

The osgUtil debug library

+
+
+

$OSGDIR is an environment variable that would correspond to:

+
./configure --prefix=$OSGDIR
+
+
+

used in building osg.

+

Created by Eric Wing.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindosgViewer.html b/cmake/doc/cmake/html/module/FindosgViewer.html new file mode 100644 index 0000000000000000000000000000000000000000..d288fcd302d89afaeae54eecb4f145e88c81ec87 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindosgViewer.html @@ -0,0 +1,163 @@ + + + + + + + + FindosgViewer — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindosgViewer

+

This is part of the Findosg* suite used to find OpenSceneGraph +components. Each component is separate and you must opt in to each +module. You must also opt into OpenGL and OpenThreads (and Producer +if needed) as these modules won't do it for you. This is to allow you +control over your own system piece by piece in case you need to opt +out of certain components or change the Find behavior for a particular +module (perhaps because the default FindOpenGL module doesn't +work with your system as an example). If you want to use a more +convenient module that includes everything, use the +FindOpenSceneGraph instead of the Findosg*.cmake modules.

+

Locate osgViewer This module defines:

+
+
OSGVIEWER_FOUND

Was osgViewer found?

+
+
OSGVIEWER_INCLUDE_DIR

Where to find the headers

+
+
OSGVIEWER_LIBRARIES

The libraries to link for osgViewer (use this)

+
+
OSGVIEWER_LIBRARY

The osgViewer library

+
+
OSGVIEWER_LIBRARY_DEBUG

The osgViewer debug library

+
+
+

$OSGDIR is an environment variable that would correspond to:

+
./configure --prefix=$OSGDIR
+
+
+

used in building osg.

+

Created by Eric Wing.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindosgVolume.html b/cmake/doc/cmake/html/module/FindosgVolume.html new file mode 100644 index 0000000000000000000000000000000000000000..afe156e826084e22af2d67b3b5d8bff4b7bebbaf --- /dev/null +++ b/cmake/doc/cmake/html/module/FindosgVolume.html @@ -0,0 +1,163 @@ + + + + + + + + FindosgVolume — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindosgVolume

+

This is part of the Findosg* suite used to find OpenSceneGraph +components. Each component is separate and you must opt in to each +module. You must also opt into OpenGL and OpenThreads (and Producer +if needed) as these modules won't do it for you. This is to allow you +control over your own system piece by piece in case you need to opt +out of certain components or change the Find behavior for a particular +module (perhaps because the default FindOpenGL module doesn't +work with your system as an example). If you want to use a more +convenient module that includes everything, use the +FindOpenSceneGraph instead of the Findosg*.cmake modules.

+

Locate osgVolume This module defines:

+
+
OSGVOLUME_FOUND

Was osgVolume found?

+
+
OSGVOLUME_INCLUDE_DIR

Where to find the headers

+
+
OSGVOLUME_LIBRARIES

The libraries to link for osgVolume (use this)

+
+
OSGVOLUME_LIBRARY

The osgVolume library

+
+
OSGVOLUME_LIBRARY_DEBUG

The osgVolume debug library

+
+
+

$OSGDIR is an environment variable that would correspond to:

+
./configure --prefix=$OSGDIR
+
+
+

used in building osg.

+

Created by Eric Wing.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindosgWidget.html b/cmake/doc/cmake/html/module/FindosgWidget.html new file mode 100644 index 0000000000000000000000000000000000000000..91171ec4c747f294d56657c8361c5837e43feab1 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindosgWidget.html @@ -0,0 +1,164 @@ + + + + + + + + FindosgWidget — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindosgWidget

+

This is part of the Findosg* suite used to find OpenSceneGraph +components. Each component is separate and you must opt in to each +module. You must also opt into OpenGL and OpenThreads (and Producer +if needed) as these modules won't do it for you. This is to allow you +control over your own system piece by piece in case you need to opt +out of certain components or change the Find behavior for a particular +module (perhaps because the default FindOpenGL module doesn't +work with your system as an example). If you want to use a more +convenient module that includes everything, use the +FindOpenSceneGraph instead of the Findosg*.cmake modules.

+

Locate osgWidget This module defines:

+
+
OSGWIDGET_FOUND

Was osgWidget found?

+
+
OSGWIDGET_INCLUDE_DIR

Where to find the headers

+
+
OSGWIDGET_LIBRARIES

The libraries to link for osgWidget (use this)

+
+
OSGWIDGET_LIBRARY

The osgWidget library

+
+
OSGWIDGET_LIBRARY_DEBUG

The osgWidget debug library

+
+
+

$OSGDIR is an environment variable that would correspond to:

+
./configure --prefix=$OSGDIR
+
+
+

used in building osg.

+

FindosgWidget.cmake tweaked from Findosg* suite as created by Eric +Wing.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/Findosg_functions.html b/cmake/doc/cmake/html/module/Findosg_functions.html new file mode 100644 index 0000000000000000000000000000000000000000..69bbd0b2ad125173c526986b0dfbfc0f75ffc184 --- /dev/null +++ b/cmake/doc/cmake/html/module/Findosg_functions.html @@ -0,0 +1,137 @@ + + + + + + + + Findosg_functions — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Findosg_functions

+

This CMake file contains two macros to assist with searching for OSG +libraries and nodekits. Please see FindOpenSceneGraph for full +documentation.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindwxWidgets.html b/cmake/doc/cmake/html/module/FindwxWidgets.html new file mode 100644 index 0000000000000000000000000000000000000000..215873dc7d1dec406daccda16e7d1d53370e60aa --- /dev/null +++ b/cmake/doc/cmake/html/module/FindwxWidgets.html @@ -0,0 +1,242 @@ + + + + + + + + FindwxWidgets — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindwxWidgets

+

Find a wxWidgets (a.k.a., wxWindows) installation.

+

This module finds if wxWidgets is installed and selects a default +configuration to use. wxWidgets is a modular library. To specify the +modules that you will use, you need to name them as components to the +package:

+

find_package(wxWidgets COMPONENTS core base ... OPTIONAL_COMPONENTS net ...)

+
+

Added in version 3.4: Support for find_package() version argument; webview component.

+
+
+

Added in version 3.14: OPTIONAL_COMPONENTS support.

+
+

There are two search branches: a windows style and a unix style. For +windows, the following variables are searched for and set to defaults +in case of multiple choices. Change them if the defaults are not +desired (i.e., these are the only variables you should change to +select a configuration):

+
wxWidgets_ROOT_DIR      - Base wxWidgets directory
+                          (e.g., C:/wxWidgets-3.2.0).
+wxWidgets_LIB_DIR       - Path to wxWidgets libraries
+                          (e.g., C:/wxWidgets-3.2.0/lib/vc_x64_lib).
+wxWidgets_CONFIGURATION - Configuration to use
+                          (e.g., msw, mswd, mswu, mswunivud, etc.)
+wxWidgets_EXCLUDE_COMMON_LIBRARIES
+                        - Set to TRUE to exclude linking of
+                          commonly required libs (e.g., png tiff
+                          jpeg zlib regex expat scintilla lexilla).
+
+
+

For unix style it uses the wx-config utility. You can select between +debug/release, unicode/ansi, universal/non-universal, and +static/shared in the QtDialog or ccmake interfaces by turning ON/OFF +the following variables:

+
wxWidgets_USE_DEBUG
+wxWidgets_USE_UNICODE
+wxWidgets_USE_UNIVERSAL
+wxWidgets_USE_STATIC
+
+
+

There is also a wxWidgets_CONFIG_OPTIONS variable for all other +options that need to be passed to the wx-config utility. For example, +to use the base toolkit found in the /usr/local path, set the variable +(before calling the FIND_PACKAGE command) as such:

+
set(wxWidgets_CONFIG_OPTIONS --toolkit=base --prefix=/usr)
+
+
+

The following are set after the configuration is done for both windows +and unix style:

+
wxWidgets_FOUND            - Set to TRUE if wxWidgets was found.
+wxWidgets_INCLUDE_DIRS     - Include directories for WIN32
+                             i.e., where to find "wx/wx.h" and
+                             "wx/setup.h"; possibly empty for unices.
+wxWidgets_LIBRARIES        - Path to the wxWidgets libraries.
+wxWidgets_LIBRARY_DIRS     - compile time link dirs, useful for
+                             rpath on UNIX. Typically an empty string
+                             in WIN32 environment.
+wxWidgets_DEFINITIONS      - Contains defines required to compile/link
+                             against WX, e.g. WXUSINGDLL
+wxWidgets_DEFINITIONS_DEBUG- Contains defines required to compile/link
+                             against WX debug builds, e.g. __WXDEBUG__
+wxWidgets_CXX_FLAGS        - Include dirs and compiler flags for
+                             unices, empty on WIN32. Essentially
+                             "`wx-config --cxxflags`".
+wxWidgets_USE_FILE         - Convenience include file.
+
+
+
+

Added in version 3.11: The following environment variables can be used as hints: WX_CONFIG, +WXRC_CMD.

+
+

Sample usage:

+
# Note that for MinGW users the order of libs is important!
+find_package(wxWidgets COMPONENTS gl core base OPTIONAL_COMPONENTS net)
+if(wxWidgets_FOUND)
+  include(${wxWidgets_USE_FILE})
+  # and for each of your dependent executable/library targets:
+  target_link_libraries(<YourTarget> ${wxWidgets_LIBRARIES})
+endif()
+
+
+

If wxWidgets is required (i.e., not an optional part):

+
find_package(wxWidgets REQUIRED gl core base OPTIONAL_COMPONENTS net)
+include(${wxWidgets_USE_FILE})
+# and for each of your dependent executable/library targets:
+target_link_libraries(<YourTarget> ${wxWidgets_LIBRARIES})
+
+
+
+

Imported targets

+
+

Added in version 3.27.

+
+

This module defines the following IMPORTED targets:

+
+
wxWidgets::wxWidgets

An interface library providing usage requirements for the found components.

+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FindwxWindows.html b/cmake/doc/cmake/html/module/FindwxWindows.html new file mode 100644 index 0000000000000000000000000000000000000000..ec3640629410dde9da8e718ce019822caf56a3c8 --- /dev/null +++ b/cmake/doc/cmake/html/module/FindwxWindows.html @@ -0,0 +1,184 @@ + + + + + + + + FindwxWindows — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FindwxWindows

+
+

Deprecated since version 3.0: Replaced by FindwxWidgets.

+
+

Find wxWindows (wxWidgets) installation

+

This module finds if wxWindows/wxWidgets is installed and determines +where the include files and libraries are. It also determines what +the name of the library is. This code sets the following variables:

+
WXWINDOWS_FOUND     = system has WxWindows
+WXWINDOWS_LIBRARIES = path to the wxWindows libraries
+                      on Unix/Linux with additional
+                      linker flags from
+                      "wx-config --libs"
+CMAKE_WXWINDOWS_CXX_FLAGS  = Compiler flags for wxWindows,
+                             essentially "`wx-config --cxxflags`"
+                             on Linux
+WXWINDOWS_INCLUDE_DIR      = where to find "wx/wx.h" and "wx/setup.h"
+WXWINDOWS_LINK_DIRECTORIES = link directories, useful for rpath on
+                              Unix
+WXWINDOWS_DEFINITIONS      = extra defines
+
+
+

OPTIONS If you need OpenGL support please

+
set(WXWINDOWS_USE_GL 1)
+
+
+

in your CMakeLists.txt before you include this file.

+
HAVE_ISYSTEM      - true required to replace -I by -isystem on g++
+
+
+

For convenience include Use_wxWindows.cmake in your project's +CMakeLists.txt using +include(${CMAKE_CURRENT_LIST_DIR}/Use_wxWindows.cmake).

+

USAGE

+
set(WXWINDOWS_USE_GL 1)
+find_package(wxWindows)
+
+
+

NOTES wxWidgets 2.6.x is supported for monolithic builds e.g. +compiled in wx/build/msw dir as:

+
nmake -f makefile.vc BUILD=debug SHARED=0 USE_OPENGL=1 MONOLITHIC=1
+
+
+

DEPRECATED

+
CMAKE_WX_CAN_COMPILE
+WXWINDOWS_LIBRARY
+CMAKE_WX_CXX_FLAGS
+WXWINDOWS_INCLUDE_PATH
+
+
+

AUTHOR Jan Woetzel (07/2003-01/2006)

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/FortranCInterface.html b/cmake/doc/cmake/html/module/FortranCInterface.html new file mode 100644 index 0000000000000000000000000000000000000000..df9d7cb6664b3e806d09a293880ece56d5cddde7 --- /dev/null +++ b/cmake/doc/cmake/html/module/FortranCInterface.html @@ -0,0 +1,309 @@ + + + + + + + + FortranCInterface — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

FortranCInterface

+

Fortran/C Interface Detection

+

This module automatically detects the API by which C and Fortran +languages interact.

+
+

Module Variables

+

Variables that indicate if the mangling is found:

+
+
FortranCInterface_GLOBAL_FOUND

Global subroutines and functions.

+
+
FortranCInterface_MODULE_FOUND

Module subroutines and functions (declared by "MODULE PROCEDURE").

+
+
+

This module also provides the following variables to specify +the detected mangling, though a typical use case does not need +to reference them and can use the Module Functions below.

+
+
FortranCInterface_GLOBAL_PREFIX

Prefix for a global symbol without an underscore.

+
+
FortranCInterface_GLOBAL_SUFFIX

Suffix for a global symbol without an underscore.

+
+
FortranCInterface_GLOBAL_CASE

The case for a global symbol without an underscore, +either UPPER or LOWER.

+
+
FortranCInterface_GLOBAL__PREFIX

Prefix for a global symbol with an underscore.

+
+
FortranCInterface_GLOBAL__SUFFIX

Suffix for a global symbol with an underscore.

+
+
FortranCInterface_GLOBAL__CASE

The case for a global symbol with an underscore, +either UPPER or LOWER.

+
+
FortranCInterface_MODULE_PREFIX

Prefix for a module symbol without an underscore.

+
+
FortranCInterface_MODULE_MIDDLE

Middle of a module symbol without an underscore that appears +between the name of the module and the name of the symbol.

+
+
FortranCInterface_MODULE_SUFFIX

Suffix for a module symbol without an underscore.

+
+
FortranCInterface_MODULE_CASE

The case for a module symbol without an underscore, +either UPPER or LOWER.

+
+
FortranCInterface_MODULE__PREFIX

Prefix for a module symbol with an underscore.

+
+
FortranCInterface_MODULE__MIDDLE

Middle of a module symbol with an underscore that appears +between the name of the module and the name of the symbol.

+
+
FortranCInterface_MODULE__SUFFIX

Suffix for a module symbol with an underscore.

+
+
FortranCInterface_MODULE__CASE

The case for a module symbol with an underscore, +either UPPER or LOWER.

+
+
+
+
+

Module Functions

+
+
+FortranCInterface_HEADER
+

The FortranCInterface_HEADER function is provided to generate a +C header file containing macros to mangle symbol names:

+
FortranCInterface_HEADER(<file>
+                         [MACRO_NAMESPACE <macro-ns>]
+                         [SYMBOL_NAMESPACE <ns>]
+                         [SYMBOLS [<module>:]<function> ...])
+
+
+

It generates in <file> definitions of the following macros:

+
#define FortranCInterface_GLOBAL (name,NAME) ...
+#define FortranCInterface_GLOBAL_(name,NAME) ...
+#define FortranCInterface_MODULE (mod,name, MOD,NAME) ...
+#define FortranCInterface_MODULE_(mod,name, MOD,NAME) ...
+
+
+

These macros mangle four categories of Fortran symbols, respectively:

+
    +
  • Global symbols without '_': call mysub()

  • +
  • Global symbols with '_' : call my_sub()

  • +
  • Module symbols without '_': use mymod; call mysub()

  • +
  • Module symbols with '_' : use mymod; call my_sub()

  • +
+

If mangling for a category is not known, its macro is left undefined. +All macros require raw names in both lower case and upper case.

+

The options are:

+
+
MACRO_NAMESPACE

Replace the default FortranCInterface_ prefix with a given +namespace <macro-ns>.

+
+
SYMBOLS

List symbols to mangle automatically with C preprocessor definitions:

+
<function>          ==> #define <ns><function> ...
+<module>:<function> ==> #define <ns><module>_<function> ...
+
+
+

If the mangling for some symbol is not known then no preprocessor +definition is created, and a warning is displayed.

+
+
SYMBOL_NAMESPACE

Prefix all preprocessor definitions generated by the SYMBOLS +option with a given namespace <ns>.

+
+
+
+ +
+
+FortranCInterface_VERIFY
+

The FortranCInterface_VERIFY function is provided to verify +that the Fortran and C/C++ compilers work together:

+
FortranCInterface_VERIFY([CXX] [QUIET])
+
+
+

It tests whether a simple test executable using Fortran and C (and C++ +when the CXX option is given) compiles and links successfully. The +result is stored in the cache entry FortranCInterface_VERIFIED_C +(or FortranCInterface_VERIFIED_CXX if CXX is given) as a boolean. +If the check fails and QUIET is not given the function terminates with a +fatal error message describing the problem. The purpose of this check +is to stop a build early for incompatible compiler combinations. The +test is built in the Release configuration.

+
+ +
+
+

Example Usage

+
include(FortranCInterface)
+FortranCInterface_HEADER(FC.h MACRO_NAMESPACE "FC_")
+
+
+

This creates a "FC.h" header that defines mangling macros FC_GLOBAL(), +FC_GLOBAL_(), FC_MODULE(), and FC_MODULE_().

+
include(FortranCInterface)
+FortranCInterface_HEADER(FCMangle.h
+                         MACRO_NAMESPACE "FC_"
+                         SYMBOL_NAMESPACE "FC_"
+                         SYMBOLS mysub mymod:my_sub)
+
+
+

This creates a "FCMangle.h" header that defines the same FC_*() +mangling macros as the previous example plus preprocessor symbols +FC_mysub and FC_mymod_my_sub.

+
+
+

Additional Manglings

+

FortranCInterface is aware of possible GLOBAL and MODULE manglings +for many Fortran compilers, but it also provides an interface to specify +new possible manglings. Set the variables:

+
FortranCInterface_GLOBAL_SYMBOLS
+FortranCInterface_MODULE_SYMBOLS
+
+
+

before including FortranCInterface to specify manglings of the symbols +MySub, My_Sub, MyModule:MySub, and My_Module:My_Sub. +For example, the code:

+
set(FortranCInterface_GLOBAL_SYMBOLS mysub_ my_sub__ MYSUB_)
+  #                                  ^^^^^  ^^^^^^   ^^^^^
+set(FortranCInterface_MODULE_SYMBOLS
+    __mymodule_MOD_mysub __my_module_MOD_my_sub)
+  #   ^^^^^^^^     ^^^^^   ^^^^^^^^^     ^^^^^^
+include(FortranCInterface)
+
+
+

tells FortranCInterface to try given GLOBAL and MODULE manglings. +(The carets point at raw symbol names for clarity in this example but +are not needed.)

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/GNUInstallDirs.html b/cmake/doc/cmake/html/module/GNUInstallDirs.html new file mode 100644 index 0000000000000000000000000000000000000000..65fac94f7524117b31975ab5791917db7f0e64bf --- /dev/null +++ b/cmake/doc/cmake/html/module/GNUInstallDirs.html @@ -0,0 +1,283 @@ + + + + + + + + GNUInstallDirs — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

GNUInstallDirs

+

Define GNU standard installation directories

+

Provides install directory variables as defined by the +GNU Coding Standards.

+
+

Result Variables

+

Inclusion of this module defines the following variables:

+

CMAKE_INSTALL_<dir>

+
+

Destination for files of a given type. This value may be passed to +the DESTINATION options of install() commands for the +corresponding file type. It should be a path relative to the installation +prefix so that it can be converted to an absolute path in a relocatable way.

+

While absolute paths are allowed, they are not recommended as they +do not work with the cmake --install command's +--prefix option, or with the +cpack installer generators. In particular, there is no +need to make paths absolute by prepending CMAKE_INSTALL_PREFIX; +this prefix is used by default if the DESTINATION is a relative path.

+
+

CMAKE_INSTALL_FULL_<dir>

+
+

The absolute path generated from the corresponding CMAKE_INSTALL_<dir> +value. If the value is not already an absolute path, an absolute path +is constructed typically by prepending the value of the +CMAKE_INSTALL_PREFIX variable. However, there are some +special cases as documented below.

+

These variables shouldn't be used in install() commands +as they do not work with the cmake --install command's +--prefix option, or with the +cpack installer generators.

+
+

where <dir> is one of:

+
+
BINDIR

user executables (bin)

+
+
SBINDIR

system admin executables (sbin)

+
+
LIBEXECDIR

program executables (libexec)

+
+
SYSCONFDIR

read-only single-machine data (etc)

+
+
SHAREDSTATEDIR

modifiable architecture-independent data (com)

+
+
LOCALSTATEDIR

modifiable single-machine data (var)

+
+
RUNSTATEDIR
+

Added in version 3.9: run-time variable data (LOCALSTATEDIR/run)

+
+
+
LIBDIR

object code libraries (lib or lib64)

+

On Debian, this may be lib/<multiarch-tuple> when +CMAKE_INSTALL_PREFIX is /usr.

+
+
INCLUDEDIR

C header files (include)

+
+
OLDINCLUDEDIR

C header files for non-gcc (/usr/include)

+
+
DATAROOTDIR

read-only architecture-independent data root (share)

+
+
DATADIR

read-only architecture-independent data (DATAROOTDIR)

+
+
INFODIR

info documentation (DATAROOTDIR/info)

+
+
LOCALEDIR

locale-dependent data (DATAROOTDIR/locale)

+
+
MANDIR

man documentation (DATAROOTDIR/man)

+
+
DOCDIR

documentation root (DATAROOTDIR/doc/PROJECT_NAME)

+
+
+

If the includer does not define a value the above-shown default will be +used and the value will appear in the cache for editing by the user.

+
+
+

Special Cases

+
+

Added in version 3.4.

+
+

The following values of CMAKE_INSTALL_PREFIX are special:

+

/

+
+

For <dir> other than the SYSCONFDIR, LOCALSTATEDIR and +RUNSTATEDIR, the value of CMAKE_INSTALL_<dir> is prefixed +with usr/ if it is not user-specified as an absolute path. +For example, the INCLUDEDIR value include becomes usr/include. +This is required by the GNU Coding Standards, which state:

+
+

When building the complete GNU system, the prefix will be empty +and /usr will be a symbolic link to /.

+
+
+

/usr

+
+

For <dir> equal to SYSCONFDIR, LOCALSTATEDIR or +RUNSTATEDIR, the CMAKE_INSTALL_FULL_<dir> is computed by +prepending just / to the value of CMAKE_INSTALL_<dir> +if it is not user-specified as an absolute path. +For example, the SYSCONFDIR value etc becomes /etc. +This is required by the GNU Coding Standards.

+
+

/opt/...

+
+

For <dir> equal to SYSCONFDIR, LOCALSTATEDIR or +RUNSTATEDIR, the CMAKE_INSTALL_FULL_<dir> is computed by +appending the prefix to the value of CMAKE_INSTALL_<dir> +if it is not user-specified as an absolute path. +For example, the SYSCONFDIR value etc becomes /etc/opt/.... +This is defined by the Filesystem Hierarchy Standard.

+

This behavior does not apply to paths under /opt/homebrew/....

+
+
+
+

Macros

+
+
+GNUInstallDirs_get_absolute_install_dir
+
GNUInstallDirs_get_absolute_install_dir(absvar var dirname)
+
+
+
+

Added in version 3.7.

+
+

Set the given variable absvar to the absolute path contained +within the variable var. This is to allow the computation of an +absolute path, accounting for all the special cases documented +above. While this macro is used to compute the various +CMAKE_INSTALL_FULL_<dir> variables, it is exposed publicly to +allow users who create additional path variables to also compute +absolute paths where necessary, using the same logic. dirname is +the directory name to get, e.g. BINDIR.

+
+

Changed in version 3.20: Added the <dirname> parameter. Previous versions of CMake passed +this value through the variable ${dir}.

+
+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/GenerateExportHeader.html b/cmake/doc/cmake/html/module/GenerateExportHeader.html new file mode 100644 index 0000000000000000000000000000000000000000..2b3cd646d932a9f3600ac43fba33e00defa45e7c --- /dev/null +++ b/cmake/doc/cmake/html/module/GenerateExportHeader.html @@ -0,0 +1,288 @@ + + + + + + + + GenerateExportHeader — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

GenerateExportHeader

+

Function for generation of export macros for libraries

+

This module provides the function GENERATE_EXPORT_HEADER().

+
+

Added in version 3.12: Added support for C projects. Previous versions supported C++ project only.

+
+

The GENERATE_EXPORT_HEADER function can be used to generate a file +suitable for preprocessor inclusion which contains EXPORT macros to be +used in library classes:

+
GENERATE_EXPORT_HEADER( LIBRARY_TARGET
+          [BASE_NAME <base_name>]
+          [EXPORT_MACRO_NAME <export_macro_name>]
+          [EXPORT_FILE_NAME <export_file_name>]
+          [DEPRECATED_MACRO_NAME <deprecated_macro_name>]
+          [NO_EXPORT_MACRO_NAME <no_export_macro_name>]
+          [INCLUDE_GUARD_NAME <include_guard_name>]
+          [STATIC_DEFINE <static_define>]
+          [NO_DEPRECATED_MACRO_NAME <no_deprecated_macro_name>]
+          [DEFINE_NO_DEPRECATED]
+          [PREFIX_NAME <prefix_name>]
+          [CUSTOM_CONTENT_FROM_VARIABLE <variable>]
+)
+
+
+

The target properties CXX_VISIBILITY_PRESET +and VISIBILITY_INLINES_HIDDEN can be used to add the appropriate +compile flags for targets. See the documentation of those target properties, +and the convenience variables +CMAKE_CXX_VISIBILITY_PRESET and +CMAKE_VISIBILITY_INLINES_HIDDEN.

+

By default GENERATE_EXPORT_HEADER() generates macro names in a file +name determined by the name of the library. This means that in the +simplest case, users of GenerateExportHeader will be equivalent to:

+
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
+set(CMAKE_VISIBILITY_INLINES_HIDDEN 1)
+add_library(somelib someclass.cpp)
+generate_export_header(somelib)
+install(TARGETS somelib DESTINATION ${LIBRARY_INSTALL_DIR})
+install(FILES
+ someclass.h
+ ${PROJECT_BINARY_DIR}/somelib_export.h DESTINATION ${INCLUDE_INSTALL_DIR}
+)
+
+
+

And in the ABI header files:

+
#include "somelib_export.h"
+class SOMELIB_EXPORT SomeClass {
+  ...
+};
+
+
+

The CMake fragment will generate a file in the +${CMAKE_CURRENT_BINARY_DIR} called somelib_export.h containing the +macros SOMELIB_EXPORT, SOMELIB_NO_EXPORT, SOMELIB_DEPRECATED, +SOMELIB_DEPRECATED_EXPORT and SOMELIB_DEPRECATED_NO_EXPORT. +They will be followed by content taken from the variable specified by +the CUSTOM_CONTENT_FROM_VARIABLE option, if any. +The resulting file should be installed with other headers in the library.

+

The BASE_NAME argument can be used to override the file name and the +names used for the macros:

+
add_library(somelib someclass.cpp)
+generate_export_header(somelib
+  BASE_NAME other_name
+)
+
+
+

Generates a file called other_name_export.h containing the macros +OTHER_NAME_EXPORT, OTHER_NAME_NO_EXPORT and OTHER_NAME_DEPRECATED +etc.

+

The BASE_NAME may be overridden by specifying other options in the +function. For example:

+
add_library(somelib someclass.cpp)
+generate_export_header(somelib
+  EXPORT_MACRO_NAME OTHER_NAME_EXPORT
+)
+
+
+

creates the macro OTHER_NAME_EXPORT instead of SOMELIB_EXPORT, but +other macros and the generated file name is as default:

+
add_library(somelib someclass.cpp)
+generate_export_header(somelib
+  DEPRECATED_MACRO_NAME KDE_DEPRECATED
+)
+
+
+

creates the macro KDE_DEPRECATED instead of SOMELIB_DEPRECATED.

+

If LIBRARY_TARGET is a static library, macros are defined without +values.

+

If the same sources are used to create both a shared and a static +library, the uppercased symbol ${BASE_NAME}_STATIC_DEFINE should be +used when building the static library:

+
add_library(shared_variant SHARED ${lib_SRCS})
+add_library(static_variant ${lib_SRCS})
+generate_export_header(shared_variant BASE_NAME libshared_and_static)
+set_target_properties(static_variant PROPERTIES
+  COMPILE_FLAGS -DLIBSHARED_AND_STATIC_STATIC_DEFINE)
+
+
+

This will cause the export macros to expand to nothing when building +the static library.

+

If DEFINE_NO_DEPRECATED is specified, then a macro +${BASE_NAME}_NO_DEPRECATED will be defined This macro can be used to +remove deprecated code from preprocessor output:

+
option(EXCLUDE_DEPRECATED "Exclude deprecated parts of the library" FALSE)
+if (EXCLUDE_DEPRECATED)
+  set(NO_BUILD_DEPRECATED DEFINE_NO_DEPRECATED)
+endif()
+generate_export_header(somelib ${NO_BUILD_DEPRECATED})
+
+
+

And then in somelib:

+
class SOMELIB_EXPORT SomeClass
+{
+public:
+#ifndef SOMELIB_NO_DEPRECATED
+  SOMELIB_DEPRECATED void oldMethod();
+#endif
+};
+
+
+
#ifndef SOMELIB_NO_DEPRECATED
+void SomeClass::oldMethod() {  }
+#endif
+
+
+

If PREFIX_NAME is specified, the argument will be used as a prefix to +all generated macros.

+

For example:

+
generate_export_header(somelib PREFIX_NAME VTK_)
+
+
+

Generates the macros VTK_SOMELIB_EXPORT etc.

+
+

Added in version 3.1: Library target can be an OBJECT library.

+
+
+

Added in version 3.7: Added the CUSTOM_CONTENT_FROM_VARIABLE option.

+
+
+

Added in version 3.11: Added the INCLUDE_GUARD_NAME option.

+
+
ADD_COMPILER_EXPORT_FLAGS( [<output_variable>] )
+
+
+
+

Deprecated since version 3.0: Set the target properties +CXX_VISIBILITY_PRESET and +VISIBILITY_INLINES_HIDDEN instead.

+
+

The ADD_COMPILER_EXPORT_FLAGS function adds -fvisibility=hidden to +CMAKE_CXX_FLAGS if supported, and is a no-op +on Windows which does not need extra compiler flags for exporting support. +You may optionally pass a single argument to ADD_COMPILER_EXPORT_FLAGS +that will be populated with the CXX_FLAGS required to enable visibility +support for the compiler/architecture in use.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/GetPrerequisites.html b/cmake/doc/cmake/html/module/GetPrerequisites.html new file mode 100644 index 0000000000000000000000000000000000000000..d2e919b0ca7f053a54e196b354db99578fc7d805 --- /dev/null +++ b/cmake/doc/cmake/html/module/GetPrerequisites.html @@ -0,0 +1,266 @@ + + + + + + + + GetPrerequisites — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

GetPrerequisites

+
+

Deprecated since version 3.16: Use file(GET_RUNTIME_DEPENDENCIES) instead.

+
+

Functions to analyze and list executable file prerequisites.

+

This module provides functions to list the .dll, .dylib or .so files +that an executable or shared library file depends on. (Its +prerequisites.)

+

It uses various tools to obtain the list of required shared library +files:

+
dumpbin (Windows)
+objdump (MinGW on Windows)
+ldd (Linux/Unix)
+otool (Mac OSX)
+
+
+
+

Changed in version 3.16: The tool specified by CMAKE_OBJDUMP will be used, if set.

+
+

The following functions are provided by this module:

+
get_prerequisites
+list_prerequisites
+list_prerequisites_by_glob
+gp_append_unique
+is_file_executable
+gp_item_default_embedded_path
+  (projects can override with gp_item_default_embedded_path_override)
+gp_resolve_item
+  (projects can override with gp_resolve_item_override)
+gp_resolved_file_type
+  (projects can override with gp_resolved_file_type_override)
+gp_file_type
+
+
+
GET_PREREQUISITES(<target> <prerequisites_var> <exclude_system> <recurse>
+                  <exepath> <dirs> [<rpaths>])
+
+
+

Get the list of shared library files required by <target>. The list +in the variable named <prerequisites_var> should be empty on first +entry to this function. On exit, <prerequisites_var> will contain the +list of required shared library files.

+

<target> is the full path to an executable file. <prerequisites_var> +is the name of a CMake variable to contain the results. +<exclude_system> must be 0 or 1 indicating whether to include or +exclude "system" prerequisites. If <recurse> is set to 1 all +prerequisites will be found recursively, if set to 0 only direct +prerequisites are listed. <exepath> is the path to the top level +executable used for @executable_path replacement on the Mac. <dirs> is +a list of paths where libraries might be found: these paths are +searched first when a target without any path info is given. Then +standard system locations are also searched: PATH, Framework +locations, /usr/lib...

+
+

Added in version 3.14: The variable GET_PREREQUISITES_VERBOSE can be set to true to enable verbose +output.

+
+
LIST_PREREQUISITES(<target> [<recurse> [<exclude_system> [<verbose>]]])
+
+
+

Print a message listing the prerequisites of <target>.

+

<target> is the name of a shared library or executable target or the +full path to a shared library or executable file. If <recurse> is set +to 1 all prerequisites will be found recursively, if set to 0 only +direct prerequisites are listed. <exclude_system> must be 0 or 1 +indicating whether to include or exclude "system" prerequisites. With +<verbose> set to 0 only the full path names of the prerequisites are +printed, set to 1 extra information will be displayed.

+
LIST_PREREQUISITES_BY_GLOB(<glob_arg> <glob_exp>)
+
+
+

Print the prerequisites of shared library and executable files +matching a globbing pattern. <glob_arg> is GLOB or GLOB_RECURSE and +<glob_exp> is a globbing expression used with "file(GLOB" or +"file(GLOB_RECURSE" to retrieve a list of matching files. If a +matching file is executable, its prerequisites are listed.

+

Any additional (optional) arguments provided are passed along as the +optional arguments to the list_prerequisites calls.

+
GP_APPEND_UNIQUE(<list_var> <value>)
+
+
+

Append <value> to the list variable <list_var> only if the value is +not already in the list.

+
IS_FILE_EXECUTABLE(<file> <result_var>)
+
+
+

Return 1 in <result_var> if <file> is a binary executable, 0 +otherwise.

+
GP_ITEM_DEFAULT_EMBEDDED_PATH(<item> <default_embedded_path_var>)
+
+
+

Return the path that others should refer to the item by when the item +is embedded inside a bundle.

+

Override on a per-project basis by providing a project-specific +gp_item_default_embedded_path_override function.

+
GP_RESOLVE_ITEM(<context> <item> <exepath> <dirs> <resolved_item_var>
+                [<rpaths>])
+
+
+

Resolve an item into an existing full path file.

+

Override on a per-project basis by providing a project-specific +gp_resolve_item_override function.

+
GP_RESOLVED_FILE_TYPE(<original_file> <file> <exepath> <dirs> <type_var>
+                      [<rpaths>])
+
+
+

Return the type of <file> with respect to <original_file>. String +describing type of prerequisite is returned in variable named +<type_var>.

+

Use <exepath> and <dirs> if necessary to resolve non-absolute <file> +values -- but only for non-embedded items.

+

Possible types are:

+
system
+local
+embedded
+other
+
+
+

Override on a per-project basis by providing a project-specific +gp_resolved_file_type_override function.

+
GP_FILE_TYPE(<original_file> <file> <type_var>)
+
+
+

Return the type of <file> with respect to <original_file>. String +describing type of prerequisite is returned in variable named +<type_var>.

+

Possible types are:

+
system
+local
+embedded
+other
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/GoogleTest.html b/cmake/doc/cmake/html/module/GoogleTest.html new file mode 100644 index 0000000000000000000000000000000000000000..94846d4e2d1da2cd01b89668f207f7c7ac303614 --- /dev/null +++ b/cmake/doc/cmake/html/module/GoogleTest.html @@ -0,0 +1,425 @@ + + + + + + + + GoogleTest — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

GoogleTest

+
+

Added in version 3.9.

+
+

This module defines functions to help use the Google Test infrastructure. Two +mechanisms for adding tests are provided. gtest_add_tests() has been +around for some time, originally via find_package(GTest). +gtest_discover_tests() was introduced in CMake 3.10.

+

The (older) gtest_add_tests() scans source files to identify tests. +This is usually effective, with some caveats, including in cross-compiling +environments, and makes setting additional properties on tests more convenient. +However, its handling of parameterized tests is less comprehensive, and it +requires re-running CMake to detect changes to the list of tests.

+

The (newer) gtest_discover_tests() discovers tests by asking the +compiled test executable to enumerate its tests. This is more robust and +provides better handling of parameterized tests, and does not require CMake +to be re-run when tests change. However, it may not work in a cross-compiling +environment, and setting test properties is less convenient.

+

More details can be found in the documentation of the respective functions.

+

Both commands are intended to replace use of add_test() to register +tests, and will create a separate CTest test for each Google Test test case. +Note that this is in some cases less efficient, as common set-up and tear-down +logic cannot be shared by multiple test cases executing in the same instance. +However, it provides more fine-grained pass/fail information to CTest, which is +usually considered as more beneficial. By default, the CTest test name is the +same as the Google Test name (i.e. suite.testcase); see also +TEST_PREFIX and TEST_SUFFIX.

+
+
+gtest_add_tests
+

Automatically add tests with CTest by scanning source code for Google Test +macros:

+
gtest_add_tests(TARGET target
+                [SOURCES src1...]
+                [EXTRA_ARGS args...]
+                [WORKING_DIRECTORY dir]
+                [TEST_PREFIX prefix]
+                [TEST_SUFFIX suffix]
+                [SKIP_DEPENDENCY]
+                [TEST_LIST outVar]
+)
+
+
+

gtest_add_tests attempts to identify tests by scanning source files. +Although this is generally effective, it uses only a basic regular expression +match, which can be defeated by atypical test declarations, and is unable to +fully "split" parameterized tests. Additionally, it requires that CMake be +re-run to discover any newly added, removed or renamed tests (by default, +this means that CMake is re-run when any test source file is changed, but see +SKIP_DEPENDENCY). However, it has the advantage of declaring tests at +CMake time, which somewhat simplifies setting additional properties on tests, +and always works in a cross-compiling environment.

+

The options are:

+
+
TARGET target

Specifies the Google Test executable, which must be a known CMake +executable target. CMake will substitute the location of the built +executable when running the test.

+
+
SOURCES src1...

When provided, only the listed files will be scanned for test cases. If +this option is not given, the SOURCES property of the +specified target will be used to obtain the list of sources.

+
+
EXTRA_ARGS args...

Any extra arguments to pass on the command line to each test case.

+
+

Changed in version 3.31: Empty values in args... are preserved, see CMP0178.

+
+
+
WORKING_DIRECTORY dir

Specifies the directory in which to run the discovered test cases. If this +option is not provided, the current binary directory is used.

+
+
TEST_PREFIX prefix

Specifies a prefix to be prepended to the name of each discovered test +case. This can be useful when the same source files are being used in +multiple calls to gtest_add_test() but with different EXTRA_ARGS.

+
+
TEST_SUFFIX suffix

Similar to TEST_PREFIX except the suffix is appended to the name of +every discovered test case. Both TEST_PREFIX and TEST_SUFFIX may +be specified.

+
+
SKIP_DEPENDENCY

Normally, the function creates a dependency which will cause CMake to be +re-run if any of the sources being scanned are changed. This is to ensure +that the list of discovered tests is updated. If this behavior is not +desired (as may be the case while actually writing the test cases), this +option can be used to prevent the dependency from being added.

+
+
TEST_LIST outVar

The variable named by outVar will be populated in the calling scope +with the list of discovered test cases. This allows the caller to do +things like manipulate test properties of the discovered tests.

+
+
+
+

Changed in version 3.31: Empty values in the TEST_LAUNCHER and +CROSSCOMPILING_EMULATOR target properties are preserved, +see policy CMP0178.

+
+

Usage example:

+
include(GoogleTest)
+add_executable(FooTest FooUnitTest.cxx)
+gtest_add_tests(TARGET      FooTest
+                TEST_SUFFIX .noArgs
+                TEST_LIST   noArgsTests
+)
+gtest_add_tests(TARGET      FooTest
+                EXTRA_ARGS  --someArg someValue
+                TEST_SUFFIX .withArgs
+                TEST_LIST   withArgsTests
+)
+set_tests_properties(${noArgsTests}   PROPERTIES TIMEOUT 10)
+set_tests_properties(${withArgsTests} PROPERTIES TIMEOUT 20)
+
+
+

For backward compatibility, the following form is also supported:

+
gtest_add_tests(exe args files...)
+
+
+
+
exe

The path to the test executable or the name of a CMake target.

+
+
args

A ;-list of extra arguments to be passed to executable. The entire +list must be passed as a single argument. Enclose it in quotes, +or pass "" for no arguments.

+
+
files...

A list of source files to search for tests and test fixtures. +Alternatively, use AUTO to specify that exe is the name +of a CMake executable target whose sources should be scanned.

+
+
+
include(GoogleTest)
+set(FooTestArgs --foo 1 --bar 2)
+add_executable(FooTest FooUnitTest.cxx)
+gtest_add_tests(FooTest "${FooTestArgs}" AUTO)
+
+
+
+ +
+
+gtest_discover_tests
+

Automatically add tests with CTest by querying the compiled test executable +for available tests:

+
gtest_discover_tests(target
+                     [EXTRA_ARGS args...]
+                     [WORKING_DIRECTORY dir]
+                     [TEST_PREFIX prefix]
+                     [TEST_SUFFIX suffix]
+                     [TEST_FILTER expr]
+                     [NO_PRETTY_TYPES] [NO_PRETTY_VALUES]
+                     [PROPERTIES name1 value1...]
+                     [TEST_LIST var]
+                     [DISCOVERY_TIMEOUT seconds]
+                     [XML_OUTPUT_DIR dir]
+                     [DISCOVERY_MODE <POST_BUILD|PRE_TEST>]
+                     [DISCOVERY_EXTRA_ARGS args...]
+)
+
+
+
+

Added in version 3.10.

+
+

gtest_discover_tests() sets up a post-build or pre-test command on the +test executable that generates the list of tests by parsing the output from +running the test executable with the --gtest_list_tests argument. +Compared to the source parsing approach of gtest_add_tests(), +this ensures that the full list of tests, including instantiations of +parameterized tests, is obtained. Since test discovery occurs at build +or test time, it is not necessary to re-run CMake when the list of tests +changes. However, it requires that CROSSCOMPILING_EMULATOR +is properly set in order to function in a cross-compiling environment.

+

Additionally, setting properties on tests is somewhat less convenient, since +the tests are not available at CMake time. Additional test properties may be +assigned to the set of tests as a whole using the PROPERTIES option. If +more fine-grained test control is needed, custom content may be provided +through an external CTest script using the TEST_INCLUDE_FILES +directory property. The set of discovered tests is made accessible to such a +script via the <target>_TESTS variable (see the TEST_LIST option +below for further discussion and limitations).

+

The options are:

+
+
target

Specifies the Google Test executable, which must be a known CMake +executable target. CMake will substitute the location of the built +executable when running the test.

+
+
EXTRA_ARGS args...

Any extra arguments to pass on the command line to each test case.

+
+

Changed in version 3.31: Empty values in args... are preserved, see CMP0178.

+
+
+
WORKING_DIRECTORY dir

Specifies the directory in which to run the discovered test cases. If this +option is not provided, the current binary directory is used.

+
+
TEST_PREFIX prefix

Specifies a prefix to be prepended to the name of each discovered test +case. This can be useful when the same test executable is being used in +multiple calls to gtest_discover_tests() but with different +EXTRA_ARGS.

+
+
TEST_SUFFIX suffix

Similar to TEST_PREFIX except the suffix is appended to the name of +every discovered test case. Both TEST_PREFIX and TEST_SUFFIX may +be specified.

+
+
TEST_FILTER expr
+

Added in version 3.22.

+
+

Filter expression to pass as a --gtest_filter argument during test +discovery. Note that the expression is a wildcard-based format that +matches against the original test names as used by gtest. For type or +value-parameterized tests, these names may be different to the potentially +pretty-printed test names that ctest uses.

+
+
NO_PRETTY_TYPES

By default, the type index of type-parameterized tests is replaced by the +actual type name in the CTest test name. If this behavior is undesirable +(e.g. because the type names are unwieldy), this option will suppress this +behavior.

+
+
NO_PRETTY_VALUES

By default, the value index of value-parameterized tests is replaced by the +actual value in the CTest test name. If this behavior is undesirable +(e.g. because the value strings are unwieldy), this option will suppress +this behavior.

+
+
PROPERTIES name1 value1...

Specifies additional properties to be set on all tests discovered by this +invocation of gtest_discover_tests().

+
+
TEST_LIST var

Make the list of tests available in the variable var, rather than the +default <target>_TESTS. This can be useful when the same test +executable is being used in multiple calls to gtest_discover_tests(). +Note that this variable is only available in CTest.

+

Due to a limitation of CMake's parsing rules, any test with a square +bracket in its name will be omitted from the list of tests stored in +this variable. Such tests will still be defined and executed by +ctest as normal though.

+
+
DISCOVERY_TIMEOUT num
+

Added in version 3.10.3.

+
+

Specifies how long (in seconds) CMake will wait for the test to enumerate +available tests. If the test takes longer than this, discovery (and your +build) will fail. Most test executables will enumerate their tests very +quickly, but under some exceptional circumstances, a test may require a +longer timeout. The default is 5. See also the TIMEOUT option of +execute_process().

+
+

Note

+

In CMake versions 3.10.1 and 3.10.2, this option was called TIMEOUT. +This clashed with the TIMEOUT test property, which is one of the +common properties that would be set with the PROPERTIES keyword, +usually leading to legal but unintended behavior. The keyword was +changed to DISCOVERY_TIMEOUT in CMake 3.10.3 to address this +problem. The ambiguous behavior of the TIMEOUT keyword in 3.10.1 +and 3.10.2 has not been preserved.

+
+
+
XML_OUTPUT_DIR dir
+

Added in version 3.18.

+
+

If specified, the parameter is passed along with --gtest_output=xml: +to test executable. The actual file name is the same as the test target, +including prefix and suffix. This should be used instead of +EXTRA_ARGS --gtest_output=xml to avoid race conditions writing the +XML result output when using parallel test execution.

+
+
DISCOVERY_MODE
+

Added in version 3.18.

+
+

Provides greater control over when gtest_discover_tests() performs test +discovery. By default, POST_BUILD sets up a post-build command +to perform test discovery at build time. In certain scenarios, like +cross-compiling, this POST_BUILD behavior is not desirable. +By contrast, PRE_TEST delays test discovery until just prior to test +execution. This way test discovery occurs in the target environment +where the test has a better chance at finding appropriate runtime +dependencies.

+

DISCOVERY_MODE defaults to the value of the +CMAKE_GTEST_DISCOVER_TESTS_DISCOVERY_MODE variable if it is not +passed when calling gtest_discover_tests(). This provides a mechanism +for globally selecting a preferred test discovery behavior without having +to modify each call site.

+
+
DISCOVERY_EXTRA_ARGS args...
+

Added in version 3.31.

+
+

Any extra arguments to pass on the command line for the discovery command.

+
+
+
+

Added in version 3.29: The TEST_LAUNCHER target property is honored during test +discovery and test execution.

+
+
+

Changed in version 3.31: Empty values in the TEST_LAUNCHER and +CROSSCOMPILING_EMULATOR target properties are preserved, +see policy CMP0178.

+
+
+ +
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/InstallRequiredSystemLibraries.html b/cmake/doc/cmake/html/module/InstallRequiredSystemLibraries.html new file mode 100644 index 0000000000000000000000000000000000000000..057e5642d0e31cf3fb110168962620e620927112 --- /dev/null +++ b/cmake/doc/cmake/html/module/InstallRequiredSystemLibraries.html @@ -0,0 +1,186 @@ + + + + + + + + InstallRequiredSystemLibraries — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

InstallRequiredSystemLibraries

+

Include this module to search for compiler-provided system runtime +libraries and add install rules for them. Some optional variables +may be set prior to including the module to adjust behavior:

+
+
CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS

Specify additional runtime libraries that may not be detected. +After inclusion any detected libraries will be appended to this.

+
+
CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP

Set to TRUE to skip calling the install(PROGRAMS) command to +allow the includer to specify its own install rule, using the value of +CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS to get the list of libraries.

+
+
CMAKE_INSTALL_DEBUG_LIBRARIES

Set to TRUE to install the debug runtime libraries when available +with MSVC tools.

+
+
CMAKE_INSTALL_DEBUG_LIBRARIES_ONLY

Set to TRUE to install only the debug runtime libraries with MSVC +tools even if the release runtime libraries are also available.

+
+
CMAKE_INSTALL_UCRT_LIBRARIES
+

Added in version 3.6.

+
+

Set to TRUE to install the Windows Universal CRT libraries for +app-local deployment (e.g. to Windows XP). This is meaningful +only with MSVC from Visual Studio 2015 or higher.

+
+

Added in version 3.9: One may set a CMAKE_WINDOWS_KITS_10_DIR environment variable +to an absolute path to tell CMake to look for Windows 10 SDKs in +a custom location. The specified directory is expected to contain +Redist/ucrt/DLLs/* directories.

+
+
+
CMAKE_INSTALL_MFC_LIBRARIES

Set to TRUE to install the MSVC MFC runtime libraries.

+
+
CMAKE_INSTALL_OPENMP_LIBRARIES

Set to TRUE to install the MSVC OpenMP runtime libraries

+
+
CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION

Specify the install(PROGRAMS) command DESTINATION +option. If not specified, the default is bin on Windows +and lib elsewhere.

+
+
CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_NO_WARNINGS

Set to TRUE to disable warnings about required library files that +do not exist. (For example, Visual Studio Express editions may +not provide the redistributable files.)

+
+
CMAKE_INSTALL_SYSTEM_RUNTIME_COMPONENT
+

Added in version 3.3.

+
+

Specify the install(PROGRAMS) command COMPONENT +option. If not specified, no such option will be used.

+
+
+
+

Added in version 3.10: Support for installing Intel compiler runtimes.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/MacroAddFileDependencies.html b/cmake/doc/cmake/html/module/MacroAddFileDependencies.html new file mode 100644 index 0000000000000000000000000000000000000000..b0d31556a6938bb678c8be494a67b573c62f394b --- /dev/null +++ b/cmake/doc/cmake/html/module/MacroAddFileDependencies.html @@ -0,0 +1,146 @@ + + + + + + + + MacroAddFileDependencies — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

MacroAddFileDependencies

+
+

Deprecated since version 3.14.

+
+
MACRO_ADD_FILE_DEPENDENCIES(<source> <files>...)
+
+
+

Do not use this command in new code. It is just a wrapper around:

+
set_property(SOURCE <source> APPEND PROPERTY OBJECT_DEPENDS <files>...)
+
+
+

Instead use the set_property() command to append to the +OBJECT_DEPENDS source file property directly.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/ProcessorCount.html b/cmake/doc/cmake/html/module/ProcessorCount.html new file mode 100644 index 0000000000000000000000000000000000000000..aff0da0643445b260a5c83f6957406dac83cfbaf --- /dev/null +++ b/cmake/doc/cmake/html/module/ProcessorCount.html @@ -0,0 +1,169 @@ + + + + + + + + ProcessorCount — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ProcessorCount

+

ProcessorCount(var)

+

Determine the number of processors/cores and save value in ${var}

+

Sets the variable named ${var} to the number of physical cores +available on the machine if the information can be determined. +Otherwise it is set to 0. Currently this functionality is implemented +for AIX, cygwin, FreeBSD, HPUX, Linux, macOS, QNX, Sun and +Windows.

+
+

Changed in version 3.15: On Linux, returns the container CPU count instead of the host CPU count.

+
+

This function is guaranteed to return a positive integer (>=1) if it +succeeds. It returns 0 if there's a problem determining the processor +count.

+

More generally accurate physical CPU count can be obtained via +cmake_host_system_information():

+
cmake_host_system_information(RESULT N
+                              QUERY NUMBER_OF_PHYSICAL_CORES)
+
+
+

Example use, in a ctest -S dashboard script:

+
include(ProcessorCount)
+ProcessorCount(N)
+if(NOT N EQUAL 0)
+  set(CTEST_BUILD_FLAGS -j${N})
+  set(ctest_test_args ${ctest_test_args} PARALLEL_LEVEL ${N})
+endif()
+
+
+

This function is intended to offer an approximation of the value of +the number of compute cores available on the current machine, such +that you may use that value for parallel building and parallel +testing. It is meant to help utilize as much of the machine as seems +reasonable. Of course, knowledge of what else might be running on the +machine simultaneously should be used when deciding whether to request +a machine's full capacity all for yourself.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/SelectLibraryConfigurations.html b/cmake/doc/cmake/html/module/SelectLibraryConfigurations.html new file mode 100644 index 0000000000000000000000000000000000000000..727423a24c4913b6939175b091cd48aa8ff17ec9 --- /dev/null +++ b/cmake/doc/cmake/html/module/SelectLibraryConfigurations.html @@ -0,0 +1,158 @@ + + + + + + + + SelectLibraryConfigurations — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

SelectLibraryConfigurations

+
select_library_configurations(basename)
+
+
+

This macro takes a library base name as an argument, and will choose +good values for the variables

+
basename_LIBRARY
+basename_LIBRARIES
+basename_LIBRARY_DEBUG
+basename_LIBRARY_RELEASE
+
+
+

depending on what has been found and set.

+

If only basename_LIBRARY_RELEASE is defined, basename_LIBRARY will +be set to the release value, and basename_LIBRARY_DEBUG will be set +to basename_LIBRARY_DEBUG-NOTFOUND. If only basename_LIBRARY_DEBUG +is defined, then basename_LIBRARY will take the debug value, and +basename_LIBRARY_RELEASE will be set to basename_LIBRARY_RELEASE-NOTFOUND.

+

If the generator supports configuration types, then basename_LIBRARY +and basename_LIBRARIES will be set with debug and optimized flags +specifying the library to be used for the given configuration. If no +build type has been set or the generator in use does not support +configuration types, then basename_LIBRARY and basename_LIBRARIES +will take only the release value, or the debug value if the release one +is not set.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/SquishTestScript.html b/cmake/doc/cmake/html/module/SquishTestScript.html new file mode 100644 index 0000000000000000000000000000000000000000..a4a19d2fa67101810fa721220d7c8a8d0b7b3ca2 --- /dev/null +++ b/cmake/doc/cmake/html/module/SquishTestScript.html @@ -0,0 +1,140 @@ + + + + + + + + SquishTestScript — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

SquishTestScript

+

This script launches a GUI test using Squish. You should not call the +script directly; instead, you should access it via the SQUISH_ADD_TEST +macro that is defined in FindSquish.cmake.

+

This script starts the Squish server, launches the test on the client, +and finally stops the squish server. If any of these steps fail +(including if the tests do not pass) then a fatal error is raised.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/TestBigEndian.html b/cmake/doc/cmake/html/module/TestBigEndian.html new file mode 100644 index 0000000000000000000000000000000000000000..07b87befec23123ece1efb60d162107478628a60 --- /dev/null +++ b/cmake/doc/cmake/html/module/TestBigEndian.html @@ -0,0 +1,148 @@ + + + + + + + + TestBigEndian — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

TestBigEndian

+
+

Deprecated since version 3.20: Supserseded by the CMAKE_<LANG>_BYTE_ORDER variable.

+
+

Check if the target architecture is big endian or little endian.

+
+
+test_big_endian
+
test_big_endian(<var>)
+
+
+

Stores in variable <var> either 1 or 0 indicating whether the +target architecture is big or little endian.

+
+ +
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/TestCXXAcceptsFlag.html b/cmake/doc/cmake/html/module/TestCXXAcceptsFlag.html new file mode 100644 index 0000000000000000000000000000000000000000..ecb63c32bb5b587f05cb5c8634349aeb3eff6097 --- /dev/null +++ b/cmake/doc/cmake/html/module/TestCXXAcceptsFlag.html @@ -0,0 +1,147 @@ + + + + + + + + TestCXXAcceptsFlag — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

TestCXXAcceptsFlag

+
+

Deprecated since version 3.0: See CheckCXXCompilerFlag.

+
+

Check if the CXX compiler accepts a flag.

+
CHECK_CXX_ACCEPTS_FLAG(<flags> <variable>)
+
+
+
+
<flags>

the flags to try

+
+
<variable>

variable to store the result

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/TestForANSIForScope.html b/cmake/doc/cmake/html/module/TestForANSIForScope.html new file mode 100644 index 0000000000000000000000000000000000000000..6f46bfa580098d52303fb88f6d0a09e6e85b4477 --- /dev/null +++ b/cmake/doc/cmake/html/module/TestForANSIForScope.html @@ -0,0 +1,140 @@ + + + + + + + + TestForANSIForScope — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

TestForANSIForScope

+

Check for ANSI for scope support

+

Check if the compiler restricts the scope of variables declared in a +for-init-statement to the loop body.

+
CMAKE_NO_ANSI_FOR_SCOPE - holds result
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/TestForANSIStreamHeaders.html b/cmake/doc/cmake/html/module/TestForANSIStreamHeaders.html new file mode 100644 index 0000000000000000000000000000000000000000..93900a0e76ea1d981faf7ba84a4bce391a0d2672 --- /dev/null +++ b/cmake/doc/cmake/html/module/TestForANSIStreamHeaders.html @@ -0,0 +1,140 @@ + + + + + + + + TestForANSIStreamHeaders — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

TestForANSIStreamHeaders

+

Test for compiler support of ANSI stream headers iostream, etc.

+

check if the compiler supports the standard ANSI iostream header +(without the .h)

+
CMAKE_NO_ANSI_STREAM_HEADERS - defined by the results
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/TestForSSTREAM.html b/cmake/doc/cmake/html/module/TestForSSTREAM.html new file mode 100644 index 0000000000000000000000000000000000000000..596f1cc20f4edb8ab118ad084fa66d60a3422518 --- /dev/null +++ b/cmake/doc/cmake/html/module/TestForSSTREAM.html @@ -0,0 +1,139 @@ + + + + + + + + TestForSSTREAM — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

TestForSSTREAM

+

Test for compiler support of ANSI sstream header

+

check if the compiler supports the standard ANSI sstream header

+
CMAKE_NO_ANSI_STRING_STREAM - defined by the results
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/TestForSTDNamespace.html b/cmake/doc/cmake/html/module/TestForSTDNamespace.html new file mode 100644 index 0000000000000000000000000000000000000000..6761d16f371ff8180ffe8da2413e002234b50490 --- /dev/null +++ b/cmake/doc/cmake/html/module/TestForSTDNamespace.html @@ -0,0 +1,139 @@ + + + + + + + + TestForSTDNamespace — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

TestForSTDNamespace

+

Test for std:: namespace support

+

check if the compiler supports std:: on stl classes

+
CMAKE_NO_STD_NAMESPACE - defined by the results
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/UseEcos.html b/cmake/doc/cmake/html/module/UseEcos.html new file mode 100644 index 0000000000000000000000000000000000000000..cb8d94fb0983d2a0339585f21cd4eac547771f09 --- /dev/null +++ b/cmake/doc/cmake/html/module/UseEcos.html @@ -0,0 +1,163 @@ + + + + + + + + UseEcos — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

UseEcos

+

This module defines variables and macros required to build eCos application.

+

This file contains the following macros:

+
+
ECOS_ADD_INCLUDE_DIRECTORIES()

add the eCos include dirs

+
+
ECOS_ADD_EXECUTABLE(name source1 ...  sourceN )

create an eCos executable

+
+
ECOS_ADJUST_DIRECTORY(VAR source1 ...  sourceN )

adjusts the path of the source files and puts the result into VAR

+
+
+

Macros for selecting the toolchain:

+
+
ECOS_USE_ARM_ELF_TOOLS()

enable the ARM ELF toolchain for the directory where it is called

+
+
ECOS_USE_I386_ELF_TOOLS()

enable the i386 ELF toolchain for the directory where it is called

+
+
ECOS_USE_PPC_EABI_TOOLS()

enable the PowerPC toolchain for the directory where it is called

+
+
+

It contains the following variables:

+

ECOS_DEFINITIONS

+

ECOSCONFIG_EXECUTABLE

+
+
ECOS_CONFIG_FILE

defaults to ecos.ecc, if your eCos configuration file has a different name, adjust this variable for internal use only:

+
+
+
ECOS_ADD_TARGET_LIB
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/UseJava.html b/cmake/doc/cmake/html/module/UseJava.html new file mode 100644 index 0000000000000000000000000000000000000000..5ba7875143a5975dd64748eb7a9b2644346eb14a --- /dev/null +++ b/cmake/doc/cmake/html/module/UseJava.html @@ -0,0 +1,643 @@ + + + + + + + + UseJava — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

UseJava

+

This file provides support for Java. It is assumed that +FindJava has already been loaded. See FindJava for +information on how to load Java into your CMake project.

+
+

Synopsis

+
Creating and Installing JARS
+  add_jar (<target_name> [SOURCES] <source1> [<source2>...] ...)
+  install_jar (<target_name> DESTINATION <destination> [COMPONENT <component>])
+  install_jni_symlink (<target_name> DESTINATION <destination> [COMPONENT <component>])
+
+Header Generation
+  create_javah ((TARGET <target> | GENERATED_FILES <VAR>) CLASSES <class>... ...)
+
+Exporting JAR Targets
+  install_jar_exports (TARGETS <jars>... FILE <filename> DESTINATION <destination> ...)
+  export_jars (TARGETS <jars>... [NAMESPACE <namespace>] FILE <filename>)
+
+Finding JARs
+  find_jar (<VAR> NAMES <name1> [<name2>...] [PATHS <path1> [<path2>... ENV <var>]] ...)
+
+Creating Java Documentation
+  create_javadoc (<VAR> (PACKAGES <pkg1> [<pkg2>...] | FILES <file1> [<file2>...]) ...)
+
+
+

Creating And Installing JARs

+
+
+add_jar
+

Creates a jar file containing java objects and, optionally, resources:

+
add_jar(<target_name>
+        [SOURCES] <source1> [<source2>...] [<resource1>...]
+        [RESOURCES NAMESPACE <ns1> <resource1>... [NAMESPACE <nsX> <resourceX>...]... ]
+        [INCLUDE_JARS <jar1> [<jar2>...]]
+        [ENTRY_POINT <entry>]
+        [VERSION <version>]
+        [MANIFEST <manifest>]
+        [OUTPUT_NAME <name>]
+        [OUTPUT_DIR <dir>]
+        [GENERATE_NATIVE_HEADERS <target>
+                                 [DESTINATION (<dir>|INSTALL <dir> [BUILD <dir>])]]
+        )
+
+
+

This command creates a <target_name>.jar. It compiles the given +<source> files and adds the given <resource> files to +the jar file. Source files can be java files or listing files +(prefixed by @). If only resource files are given then just a jar file +is created.

+
+
SOURCES

Compiles the specified source files and adds the result in the jar file.

+
+

Added in version 3.4: Support for response files, prefixed by @.

+
+
+
RESOURCES
+

Added in version 3.21.

+
+

Adds the named <resource> files to the jar by stripping the source file +path and placing the file beneath <ns> within the jar.

+

For example:

+
RESOURCES NAMESPACE "/com/my/namespace" "a/path/to/resource.txt"
+
+
+

results in a resource accessible via /com/my/namespace/resource.txt +within the jar.

+

Resources may be added without adjusting the namespace by adding them to +the list of SOURCES (original behavior), in this case, resource +paths must be relative to CMAKE_CURRENT_SOURCE_DIR. Adding resources +without using the RESOURCES parameter in out of source builds will +almost certainly result in confusion.

+
+

Note

+

Adding resources via the SOURCES parameter relies upon a hard-coded +list of file extensions which are tested to determine whether they +compile (e.g. File.java). SOURCES files which match the extensions +are compiled. Files which do not match are treated as resources. To +include uncompiled resources matching those file extensions use +the RESOURCES parameter.

+
+
+
INCLUDE_JARS

The list of jars are added to the classpath when compiling the java sources +and also to the dependencies of the target. INCLUDE_JARS also accepts +other target names created by add_jar(). For backwards compatibility, +jar files listed as sources are ignored (as they have been since the first +version of this module).

+
+
ENTRY_POINT

Defines an entry point in the jar file.

+
+
VERSION

Adds a version to the target output name.

+

The following example will create a jar file with the name +shibboleet-1.2.0.jar and will create a symlink shibboleet.jar +pointing to the jar with the version information.

+
add_jar(shibboleet shibbotleet.java VERSION 1.2.0)
+
+
+
+
MANIFEST

Defines a custom manifest for the jar.

+
+
OUTPUT_NAME

Specify a different output name for the target.

+
+
OUTPUT_DIR

Sets the directory where the jar file will be generated. If not specified, +CMAKE_CURRENT_BINARY_DIR is used as the output directory.

+
+
GENERATE_NATIVE_HEADERS
+

Added in version 3.11.

+
+

Generates native header files for methods declared as native. These files +provide the connective glue that allow your Java and C code to interact. +An INTERFACE target will be created for an easy usage of generated files. +Sub-option DESTINATION can be used to specify the output directory for +generated header files.

+

This option requires, at least, version 1.8 of the JDK.

+

For an optimum usage of this option, it is recommended to include module +JNI before any call to add_jar(). The produced target for native +headers can then be used to compile C/C++ sources with the +target_link_libraries() command.

+
find_package(JNI)
+add_jar(foo foo.java GENERATE_NATIVE_HEADERS foo-native)
+add_library(bar bar.cpp)
+target_link_libraries(bar PRIVATE foo-native)
+
+
+
+

Added in version 3.20: DESTINATION sub-option now supports the possibility to specify +different output directories for BUILD and INSTALL steps. If +BUILD directory is not specified, a default directory will be used.

+

To export the interface target generated by GENERATE_NATIVE_HEADERS +option, sub-option INSTALL of DESTINATION is required:

+
add_jar(foo foo.java GENERATE_NATIVE_HEADERS foo-native
+                     DESTINATION INSTALL include)
+install(TARGETS foo-native EXPORT native)
+install(DIRECTORY "$<TARGET_PROPERTY:foo-native,NATIVE_HEADERS_DIRECTORY>/"
+        DESTINATION include)
+install(EXPORT native DESTINATION /to/export NAMESPACE foo)
+
+
+
+
+
+

Some variables can be set to customize the behavior of add_jar() as well +as the java compiler:

+
+
CMAKE_JAVA_COMPILE_FLAGS

Specify additional flags to java compiler.

+
+
CMAKE_JAVA_INCLUDE_PATH

Specify additional paths to the class path.

+
+
CMAKE_JNI_TARGET

If the target is a JNI library, sets this boolean variable to TRUE to +enable creation of a JNI symbolic link (see also +install_jni_symlink()).

+
+
CMAKE_JAR_CLASSES_PREFIX

If multiple jars should be produced from the same java source filetree, +to prevent the accumulation of duplicate class files in subsequent jars, +set/reset CMAKE_JAR_CLASSES_PREFIX prior to calling the add_jar():

+
set(CMAKE_JAR_CLASSES_PREFIX com/redhat/foo)
+add_jar(foo foo.java)
+
+set(CMAKE_JAR_CLASSES_PREFIX com/redhat/bar)
+add_jar(bar bar.java)
+
+
+
+
+

The add_jar() function sets the following target properties on +<target_name>:

+
+
INSTALL_FILES

The files which should be installed. This is used by +install_jar().

+
+
JNI_SYMLINK

The JNI symlink which should be installed. This is used by +install_jni_symlink().

+
+
JAR_FILE

The location of the jar file so that you can include it.

+
+
CLASSDIR

The directory where the class files can be found. For example to use them +with javah.

+
+
NATIVE_HEADERS_DIRECTORY
+

Added in version 3.20.

+
+

The directory where native headers are generated. Defined when option +GENERATE_NATIVE_HEADERS is specified.

+
+
+
+ +
+
+install_jar
+

This command installs the jar file to the given destination:

+
install_jar(<target_name> <destination>)
+install_jar(<target_name> DESTINATION <destination> [COMPONENT <component>])
+
+
+

This command installs the <target_name> file to the given +<destination>. It should be called in the same scope as +add_jar() or it will fail.

+
+

Added in version 3.4: The second signature with DESTINATION and COMPONENT options.

+
+
+
DESTINATION

Specify the directory on disk to which a file will be installed.

+
+
COMPONENT

Specify an installation component name with which the install rule is +associated, such as "runtime" or "development".

+
+
+

The install_jar() command sets the following target properties +on <target_name>:

+
+
INSTALL_DESTINATION

Holds the <destination> as described above, and is used by +install_jar_exports().

+
+
+
+ + + +
+
+

Header Generation

+
+
+create_javah
+
+

Added in version 3.4.

+
+

Generates C header files for java classes:

+
create_javah(TARGET <target> | GENERATED_FILES <VAR>
+             CLASSES <class>...
+             [CLASSPATH <classpath>...]
+             [DEPENDS <depend>...]
+             [OUTPUT_NAME <path>|OUTPUT_DIR <path>]
+             )
+
+
+
+

Deprecated since version 3.11: This command will no longer be supported starting with version 10 of the JDK +due to the suppression of javah tool. +The add_jar(GENERATE_NATIVE_HEADERS) command should be +used instead.

+
+

Create C header files from java classes. These files provide the connective +glue that allow your Java and C code to interact.

+

There are two main signatures for create_javah(). The first signature +returns generated files through variable specified by the GENERATED_FILES +option. For example:

+
create_javah(GENERATED_FILES files_headers
+  CLASSES org.cmake.HelloWorld
+  CLASSPATH hello.jar
+)
+
+
+

The second signature for create_javah() creates a target which +encapsulates header files generation. E.g.

+
create_javah(TARGET target_headers
+  CLASSES org.cmake.HelloWorld
+  CLASSPATH hello.jar
+)
+
+
+

Both signatures share same options.

+
+
CLASSES

Specifies Java classes used to generate headers.

+
+
CLASSPATH

Specifies various paths to look up classes. Here .class files, jar +files or targets created by command add_jar can be used.

+
+
DEPENDS

Targets on which the javah target depends.

+
+
OUTPUT_NAME

Concatenates the resulting header files for all the classes listed by +option CLASSES into <path>. Same behavior as option -o of +javah tool.

+
+
OUTPUT_DIR

Sets the directory where the header files will be generated. Same behavior +as option -d of javah tool. If not specified, +CMAKE_CURRENT_BINARY_DIR is used as the output directory.

+
+
+
+ +
+
+

Exporting JAR Targets

+
+
+install_jar_exports
+
+

Added in version 3.7.

+
+

Installs a target export file:

+
install_jar_exports(TARGETS <jars>...
+                    [NAMESPACE <namespace>]
+                    FILE <filename>
+                    DESTINATION <destination> [COMPONENT <component>])
+
+
+

This command installs a target export file <filename> for the named jar +targets to the given <destination> directory. Its function is similar to +that of install(EXPORT).

+
+
TARGETS

List of targets created by add_jar() command.

+
+
NAMESPACE
+

Added in version 3.9.

+
+

The <namespace> value will be prepend to the target names as they are +written to the import file.

+
+
FILE

Specify name of the export file.

+
+
DESTINATION

Specify the directory on disk to which a file will be installed.

+
+
COMPONENT

Specify an installation component name with which the install rule is +associated, such as "runtime" or "development".

+
+
+
+ +
+
+export_jars
+
+

Added in version 3.7.

+
+

Writes a target export file:

+
export_jars(TARGETS <jars>...
+            [NAMESPACE <namespace>]
+            FILE <filename>)
+
+
+

This command writes a target export file <filename> for the named <jars> +targets. Its function is similar to that of export().

+
+
TARGETS

List of targets created by add_jar() command.

+
+
NAMESPACE
+

Added in version 3.9.

+
+

The <namespace> value will be prepend to the target names as they are +written to the import file.

+
+
FILE

Specify name of the export file.

+
+
+
+ +
+
+

Finding JARs

+
+
+find_jar
+

Finds the specified jar file:

+
find_jar(<VAR>
+         <name> | NAMES <name1> [<name2>...]
+         [PATHS <path1> [<path2>... ENV <var>]]
+         [VERSIONS <version1> [<version2>]]
+         [DOC "cache documentation string"]
+        )
+
+
+

This command is used to find a full path to the named jar. A cache +entry named by <VAR> is created to store the result of this command. +If the full path to a jar is found the result is stored in the +variable and the search will not repeated unless the variable is +cleared. If nothing is found, the result will be <VAR>-NOTFOUND, and +the search will be attempted again next time find_jar() is invoked with +the same variable.

+
+
NAMES

Specify one or more possible names for the jar file.

+
+
PATHS

Specify directories to search in addition to the default locations. +The ENV var sub-option reads paths from a system environment variable.

+
+
VERSIONS

Specify jar versions.

+
+
DOC

Specify the documentation string for the <VAR> cache entry.

+
+
+
+ +
+
+

Creating Java Documentation

+
+
+create_javadoc
+

Creates java documentation based on files and packages:

+
create_javadoc(<VAR>
+               (PACKAGES <pkg1> [<pkg2>...] | FILES <file1> [<file2>...])
+               [SOURCEPATH <sourcepath>]
+               [CLASSPATH <classpath>]
+               [INSTALLPATH <install path>]
+               [DOCTITLE <the documentation title>]
+               [WINDOWTITLE <the title of the document>]
+               [AUTHOR (TRUE|FALSE)]
+               [USE (TRUE|FALSE)]
+               [VERSION (TRUE|FALSE)]
+               )
+
+
+

The create_javadoc() command can be used to create java documentation. +There are two main signatures for create_javadoc().

+

The first signature works with package names on a path with source files:

+
create_javadoc(my_example_doc
+               PACKAGES com.example.foo com.example.bar
+               SOURCEPATH "${CMAKE_CURRENT_SOURCE_DIR}"
+               CLASSPATH ${CMAKE_JAVA_INCLUDE_PATH}
+               WINDOWTITLE "My example"
+               DOCTITLE "<h1>My example</h1>"
+               AUTHOR TRUE
+               USE TRUE
+               VERSION TRUE
+              )
+
+
+

The second signature for create_javadoc() works on a given list of files:

+
create_javadoc(my_example_doc
+               FILES java/A.java java/B.java
+               CLASSPATH ${CMAKE_JAVA_INCLUDE_PATH}
+               WINDOWTITLE "My example"
+               DOCTITLE "<h1>My example</h1>"
+               AUTHOR TRUE
+               USE TRUE
+               VERSION TRUE
+              )
+
+
+

Both signatures share most of the options. For more details please read the +javadoc manpage.

+
+
PACKAGES

Specify java packages.

+
+
FILES

Specify java source files. If relative paths are specified, they are +relative to CMAKE_CURRENT_SOURCE_DIR.

+
+
SOURCEPATH

Specify the directory where to look for packages. By default, +CMAKE_CURRENT_SOURCE_DIR directory is used.

+
+
CLASSPATH

Specify where to find user class files. Same behavior as option +-classpath of javadoc tool.

+
+
INSTALLPATH

Specify where to install the java documentation. If you specified, the +documentation will be installed to +${CMAKE_INSTALL_PREFIX}/share/javadoc/<VAR>.

+
+
DOCTITLE

Specify the title to place near the top of the overview summary file. +Same behavior as option -doctitle of javadoc tool.

+
+
WINDOWTITLE

Specify the title to be placed in the HTML <title> tag. Same behavior +as option -windowtitle of javadoc tool.

+
+
AUTHOR

When value TRUE is specified, includes the @author text in the +generated docs. Same behavior as option -author of javadoc tool.

+
+
USE

When value TRUE is specified, creates class and package usage pages. +Includes one Use page for each documented class and package. Same behavior +as option -use of javadoc tool.

+
+
VERSION

When value TRUE is specified, includes the version text in the +generated docs. Same behavior as option -version of javadoc tool.

+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/UseJavaClassFilelist.html b/cmake/doc/cmake/html/module/UseJavaClassFilelist.html new file mode 100644 index 0000000000000000000000000000000000000000..09a0dd0ebb9e37e4fc11ce3847fd5e1fab614e67 --- /dev/null +++ b/cmake/doc/cmake/html/module/UseJavaClassFilelist.html @@ -0,0 +1,138 @@ + + + + + + + + UseJavaClassFilelist — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

UseJavaClassFilelist

+
+

Changed in version 3.20: This module was previously documented by mistake and was never meant for +direct inclusion by project code. See the UseJava module.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/UseJavaSymlinks.html b/cmake/doc/cmake/html/module/UseJavaSymlinks.html new file mode 100644 index 0000000000000000000000000000000000000000..c22efd33e8ed11f0d6ae52bdf08ea76d468144da --- /dev/null +++ b/cmake/doc/cmake/html/module/UseJavaSymlinks.html @@ -0,0 +1,138 @@ + + + + + + + + UseJavaSymlinks — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/UsePkgConfig.html b/cmake/doc/cmake/html/module/UsePkgConfig.html new file mode 100644 index 0000000000000000000000000000000000000000..5b46c847d58c026b43d054546c74830d19582574 --- /dev/null +++ b/cmake/doc/cmake/html/module/UsePkgConfig.html @@ -0,0 +1,143 @@ + + + + + + + + UsePkgConfig — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

UsePkgConfig

+

Obsolete pkg-config module for CMake, use FindPkgConfig instead.

+

This module defines the following macro:

+

PKGCONFIG(package includedir libdir linkflags cflags)

+

Calling PKGCONFIG will fill the desired information into the 4 given +arguments, e.g. PKGCONFIG(libart-2.0 LIBART_INCLUDE_DIR +LIBART_LINK_DIR LIBART_LINK_FLAGS LIBART_CFLAGS) if pkg-config was NOT +found or the specified software package doesn't exist, the variable +will be empty when the function returns, otherwise they will contain +the respective information

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/UseSWIG.html b/cmake/doc/cmake/html/module/UseSWIG.html new file mode 100644 index 0000000000000000000000000000000000000000..f5b1c1adfe0a0779705b3031d44d8b40d8410fc1 --- /dev/null +++ b/cmake/doc/cmake/html/module/UseSWIG.html @@ -0,0 +1,547 @@ + + + + + + + + UseSWIG — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

UseSWIG

+

This file provides support for SWIG. It is assumed that FindSWIG +module has already been loaded.

+ +
+

CMake Commands

+

The following command is defined for use with SWIG:

+
+
+swig_add_library
+
+

Added in version 3.8.

+
+

Define swig module with given name and specified language:

+
swig_add_library(<name>
+                 [TYPE <SHARED|MODULE|STATIC|USE_BUILD_SHARED_LIBS>]
+                 LANGUAGE <language>
+                 [NO_PROXY]
+                 [OUTPUT_DIR <directory>]
+                 [OUTFILE_DIR <directory>]
+                 SOURCES <file>...
+                )
+
+
+

Targets created with the swig_add_library command have the same +capabilities as targets created with the add_library() command, so +those targets can be used with any command expecting a target (e.g. +target_link_libraries()).

+
+

Changed in version 3.13: This command creates a target with the specified <name> when +policy CMP0078 is set to NEW. Otherwise, the legacy +behavior will choose a different target name and store it in the +SWIG_MODULE_<name>_REAL_NAME variable.

+
+
+

Changed in version 3.15: Alternate library name (set with the OUTPUT_NAME property, +for example) will be passed on to Python and CSharp wrapper +libraries.

+
+
+

Changed in version 3.21: Generated library use standard naming conventions for CSharp language +when policy CMP0122 is set to NEW. Otherwise, the legacy +behavior is applied.

+
+
+

Note

+

For multi-config generators, this module does not support +configuration-specific files generated by SWIG. All build +configurations must result in the same generated source file.

+
+
+

Note

+

For Makefile Generators, if, for some sources, the +USE_SWIG_DEPENDENCIES property is FALSE, swig_add_library does +not track file dependencies, so depending on the <name>_swig_compilation +custom target is required for targets which require the swig-generated +files to exist. Other generators may depend on the source files that would +be generated by SWIG.

+
+
+
TYPE

SHARED, MODULE and STATIC have the same semantic as for the +add_library() command. If USE_BUILD_SHARED_LIBS is specified, +the library type will be STATIC or SHARED based on whether the +current value of the BUILD_SHARED_LIBS variable is ON. If +no type is specified, MODULE will be used.

+
+
LANGUAGE

Specify the target language.

+
+

Added in version 3.1: Go and Lua language support.

+
+
+

Added in version 3.2: R language support.

+
+
+

Added in version 3.18: Fortran language support.

+
+
+
NO_PROXY
+

Added in version 3.12.

+
+

Prevent the generation of the wrapper layer (swig -noproxy option).

+
+
OUTPUT_DIR
+

Added in version 3.12.

+
+

Specify where to write the language specific files (swig -outdir +option). If not given, the CMAKE_SWIG_OUTDIR variable will be used. +If neither is specified, the default depends on the value of the +UseSWIG_MODULE_VERSION variable as follows:

+
    +
  • If UseSWIG_MODULE_VERSION is 1 or is undefined, output is written to +the CMAKE_CURRENT_BINARY_DIR directory.

  • +
  • If UseSWIG_MODULE_VERSION is 2, a dedicated directory will be used. +The path of this directory can be retrieved from the +SWIG_SUPPORT_FILES_DIRECTORY target property.

  • +
+
+
OUTFILE_DIR
+

Added in version 3.12.

+
+

Specify an output directory name where the generated source file will be +placed (swig -o option). If not specified, the SWIG_OUTFILE_DIR +variable will be used. If neither is specified, OUTPUT_DIR or +CMAKE_SWIG_OUTDIR is used instead.

+
+
SOURCES

List of sources for the library. Files with extension .i will be +identified as sources for the SWIG tool. Other files will be handled in +the standard way.

+
+

Added in version 3.14: This behavior can be overridden by specifying the variable +SWIG_SOURCE_FILE_EXTENSIONS.

+
+
+
+
+

Note

+

If UseSWIG_MODULE_VERSION is set to 2, it is strongly recommended +to use a dedicated directory unique to the target when either the +OUTPUT_DIR option or the CMAKE_SWIG_OUTDIR variable are specified. +The output directory contents are erased as part of the target build, so +to prevent interference between targets or losing other important files, +each target should have its own dedicated output directory.

+
+
+ +
+
+

Properties on Source Files

+

Source file properties on module files must be set before the invocation +of the swig_add_library command to specify special behavior of SWIG and +ensure generated files will receive the required settings.

+
+
CPLUSPLUS

Call SWIG in c++ mode. For example:

+
set_property(SOURCE mymod.i PROPERTY CPLUSPLUS ON)
+swig_add_library(mymod LANGUAGE python SOURCES mymod.i)
+
+
+
+
SWIG_FLAGS
+

Deprecated since version 3.12: Replaced with the fine-grained properties that follow.

+
+

Pass custom flags to the SWIG executable.

+
+
INCLUDE_DIRECTORIES, COMPILE_DEFINITIONS and COMPILE_OPTIONS
+

Added in version 3.12.

+
+

Add custom flags to SWIG compiler and have same semantic as properties +INCLUDE_DIRECTORIES, COMPILE_DEFINITIONS and +COMPILE_OPTIONS.

+
+
USE_TARGET_INCLUDE_DIRECTORIES
+

Added in version 3.13.

+
+

If set to TRUE, contents of target property +INCLUDE_DIRECTORIES will be forwarded to SWIG compiler. +If set to FALSE target property INCLUDE_DIRECTORIES will be +ignored. If not set, target property SWIG_USE_TARGET_INCLUDE_DIRECTORIES +will be considered.

+
+
GENERATED_INCLUDE_DIRECTORIES, GENERATED_COMPILE_DEFINITIONS and GENERATED_COMPILE_OPTIONS
+

Added in version 3.12.

+
+

Add custom flags to the C/C++ generated source. They will fill, respectively, +properties INCLUDE_DIRECTORIES, COMPILE_DEFINITIONS and +COMPILE_OPTIONS of generated C/C++ file.

+
+
DEPENDS
+

Added in version 3.12.

+
+

Specify additional dependencies to the source file.

+
+
USE_SWIG_DEPENDENCIES
+

Added in version 3.20.

+
+

If set to TRUE, implicit dependencies are generated by the swig tool +itself. This property is only meaningful for +Makefile, +Ninja, Xcode, and +Visual Studio generators. +Default value is FALSE.

+
+

Added in version 3.21: Added the support of Xcode generator.

+
+
+

Added in version 3.22: Added the support of Visual Studio Generators.

+
+
+
SWIG_MODULE_NAME

Specify the actual import name of the module in the target language. +This is required if it cannot be scanned automatically from source +or different from the module file basename. For example:

+
set_property(SOURCE mymod.i PROPERTY SWIG_MODULE_NAME mymod_realname)
+
+
+
+

Changed in version 3.14: If policy CMP0086 is set to NEW, -module <module_name> +is passed to SWIG compiler.

+
+
+
OUTPUT_DIR
+

Added in version 3.19.

+
+

Specify where to write the language specific files (swig -outdir option) +for the considered source file. If not specified, the other ways to define +the output directory applies (see OUTPUT_DIR option of +swig_add_library() command).

+
+
OUTFILE_DIR
+

Added in version 3.19.

+
+

Specify an output directory where the generated source file will be placed +(swig -o option) for the considered source file. If not specified, +OUTPUT_DIR source property will be used. If neither are specified, the +other ways to define output file directory applies (see OUTFILE_DIR +option of swig_add_library() command).

+
+
+
+
+

Properties on Targets

+

Target library properties can be set to apply same configuration to all SWIG +input files.

+
+
SWIG_INCLUDE_DIRECTORIES, SWIG_COMPILE_DEFINITIONS and SWIG_COMPILE_OPTIONS
+

Added in version 3.12.

+
+

These properties will be applied to all SWIG input files and have same +semantic as target properties INCLUDE_DIRECTORIES, +COMPILE_DEFINITIONS and COMPILE_OPTIONS.

+
set (UseSWIG_TARGET_NAME_PREFERENCE STANDARD)
+swig_add_library(mymod LANGUAGE python SOURCES mymod.i)
+set_property(TARGET mymod PROPERTY SWIG_COMPILE_DEFINITIONS MY_DEF1 MY_DEF2)
+set_property(TARGET mymod PROPERTY SWIG_COMPILE_OPTIONS -bla -blb)
+
+
+
+
SWIG_USE_TARGET_INCLUDE_DIRECTORIES
+

Added in version 3.13.

+
+

If set to TRUE, contents of target property +INCLUDE_DIRECTORIES will be forwarded to SWIG compiler. +If set to FALSE or not defined, target property +INCLUDE_DIRECTORIES will be ignored. This behavior can be +overridden by specifying source property USE_TARGET_INCLUDE_DIRECTORIES.

+
+
SWIG_GENERATED_INCLUDE_DIRECTORIES, SWIG_GENERATED_COMPILE_DEFINITIONS and SWIG_GENERATED_COMPILE_OPTIONS
+

Added in version 3.12.

+
+

These properties will populate, respectively, properties +INCLUDE_DIRECTORIES, COMPILE_DEFINITIONS and +COMPILE_FLAGS of all generated C/C++ files.

+
+
SWIG_DEPENDS
+

Added in version 3.12.

+
+

Add dependencies to all SWIG input files.

+
+
+
+

Read-only Target Properties

+

The following target properties are output properties and can be used to get +information about support files generated by SWIG interface compilation.

+
+
SWIG_SUPPORT_FILES
+

Added in version 3.12.

+
+

This output property list of wrapper files generated during SWIG compilation.

+
set (UseSWIG_TARGET_NAME_PREFERENCE STANDARD)
+swig_add_library(mymod LANGUAGE python SOURCES mymod.i)
+get_property(support_files TARGET mymod PROPERTY SWIG_SUPPORT_FILES)
+
+
+
+

Note

+

Only most principal support files are listed. In case some advanced +features of SWIG are used (for example %template), associated +support files may not be listed. Prefer to use the +SWIG_SUPPORT_FILES_DIRECTORY property to handle support files.

+
+
+
SWIG_SUPPORT_FILES_DIRECTORY
+

Added in version 3.12.

+
+

This output property specifies the directory where support files will be +generated.

+
+

Note

+

When source property OUTPUT_DIR is defined, multiple directories can be +specified as part of SWIG_SUPPORT_FILES_DIRECTORY.

+
+
+
+
+
+
+

CMake Variables

+

Some variables can be set to customize the behavior of swig_add_library +as well as SWIG:

+
+
UseSWIG_MODULE_VERSION
+

Added in version 3.12.

+
+

Specify different behaviors for UseSWIG module.

+
    +
  • Set to 1 or undefined: Legacy behavior is applied.

  • +
  • Set to 2: A new strategy is applied regarding support files: the output +directory of support files is erased before SWIG interface compilation.

  • +
+
+
CMAKE_SWIG_FLAGS

Add flags to all swig calls.

+
+
CMAKE_SWIG_OUTDIR

Specify where to write the language specific files (swig -outdir option).

+
+
SWIG_OUTFILE_DIR
+

Added in version 3.8.

+
+

Specify an output directory name where the generated source file will be +placed. If not specified, CMAKE_SWIG_OUTDIR is used.

+
+
SWIG_MODULE_<name>_EXTRA_DEPS

Specify extra dependencies for the generated module for <name>.

+
+
SWIG_SOURCE_FILE_EXTENSIONS
+

Added in version 3.14.

+
+

Specify a list of source file extensions to override the default +behavior of considering only .i files as sources for the SWIG +tool. For example:

+
set(SWIG_SOURCE_FILE_EXTENSIONS ".i" ".swg")
+
+
+
+
SWIG_USE_SWIG_DEPENDENCIES
+

Added in version 3.20.

+
+

If set to TRUE, implicit dependencies are generated by the swig tool +itself. This variable is only meaningful for +Makefile, +Ninja, Xcode, and +Visual Studio generators. +Default value is FALSE.

+

Source file property USE_SWIG_DEPENDENCIES, if not defined, will be +initialized with the value of this variable.

+
+

Added in version 3.21: Added the support of Xcode generator.

+
+
+

Added in version 3.22: Added the support of Visual Studio Generators.

+
+
+
+
+
+

Deprecated Commands

+
+ +
+

Deprecated since version 3.13: Use target_link_libraries() with the standard target name, +or with ${SWIG_MODULE_<name>_REAL_NAME} for legacy target naming.

+
+

Link libraries to swig module:

+
swig_link_libraries(<name> <item>...)
+
+
+

This command has same capabilities as target_link_libraries() +command.

+
+

Note

+

When policy CMP0078 is set to NEW, +swig_add_library() creates a standard target with the +specified <name> and target_link_libraries() must be used +instead of this command.

+

With the legacy behavior (when CMP0078 is set to OLD and +the UseSWIG_TARGET_NAME_PREFERENCE variable is set to "LEGACY", +or in CMake versions prior to 3.12), it is preferable to use +target_link_libraries(${SWIG_MODULE_<name>_REAL_NAME} ...) +instead of this command.

+
+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/Use_wxWindows.html b/cmake/doc/cmake/html/module/Use_wxWindows.html new file mode 100644 index 0000000000000000000000000000000000000000..bb4cef85f6e94d90e57f2a63cd063f113d518a04 --- /dev/null +++ b/cmake/doc/cmake/html/module/Use_wxWindows.html @@ -0,0 +1,153 @@ + + + + + + + + Use_wxWindows — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Use_wxWindows

+
+

Deprecated since version 2.8.10: Use find_package(wxWidgets) and include(${wxWidgets_USE_FILE}) instead.

+
+

This convenience include finds if wxWindows is installed and set the +appropriate libs, incdirs, flags etc. author Jan Woetzel <jw -at- +mip.informatik.uni-kiel.de> (07/2003)

+

USAGE:

+
just include Use_wxWindows.cmake
+in your projects CMakeLists.txt
+
+
+

include( ${CMAKE_MODULE_PATH}/Use_wxWindows.cmake)

+
if you are sure you need GL then
+
+
+

set(WXWINDOWS_USE_GL 1)

+
*before* you include this file.
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/UsewxWidgets.html b/cmake/doc/cmake/html/module/UsewxWidgets.html new file mode 100644 index 0000000000000000000000000000000000000000..e9b23927ee570eca412cae6312bc62a8d324148b --- /dev/null +++ b/cmake/doc/cmake/html/module/UsewxWidgets.html @@ -0,0 +1,154 @@ + + + + + + + + UsewxWidgets — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

UsewxWidgets

+

Convenience include for using wxWidgets library.

+

Determines if wxWidgets was FOUND and sets the appropriate libs, +incdirs, flags, etc. INCLUDE_DIRECTORIES and LINK_DIRECTORIES are +called.

+

USAGE

+
# Note that for MinGW users the order of libs is important!
+find_package(wxWidgets REQUIRED net gl core base)
+include(${wxWidgets_USE_FILE})
+# and for each of your dependent executable/library targets:
+target_link_libraries(<YourTarget> ${wxWidgets_LIBRARIES})
+
+
+

DEPRECATED

+
LINK_LIBRARIES is not called in favor of adding dependencies per target.
+
+
+

AUTHOR

+
Jan Woetzel <jw -at- mip.informatik.uni-kiel.de>
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/WriteBasicConfigVersionFile.html b/cmake/doc/cmake/html/module/WriteBasicConfigVersionFile.html new file mode 100644 index 0000000000000000000000000000000000000000..e7a9799e3f7602534944aadf79dce0b5ecd14833 --- /dev/null +++ b/cmake/doc/cmake/html/module/WriteBasicConfigVersionFile.html @@ -0,0 +1,145 @@ + + + + + + + + WriteBasicConfigVersionFile — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

WriteBasicConfigVersionFile

+
+

Deprecated since version 3.0: Use the identical command write_basic_package_version_file() +from module CMakePackageConfigHelpers.

+
+
WRITE_BASIC_CONFIG_VERSION_FILE( filename
+  [VERSION major.minor.patch]
+  COMPATIBILITY (AnyNewerVersion|SameMajorVersion|SameMinorVersion|ExactVersion)
+  [ARCH_INDEPENDENT]
+  )
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/module/WriteCompilerDetectionHeader.html b/cmake/doc/cmake/html/module/WriteCompilerDetectionHeader.html new file mode 100644 index 0000000000000000000000000000000000000000..183f4258ad2fc2d1945a4a19cee20b94f81ffe50 --- /dev/null +++ b/cmake/doc/cmake/html/module/WriteCompilerDetectionHeader.html @@ -0,0 +1,551 @@ + + + + + + + + WriteCompilerDetectionHeader — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

WriteCompilerDetectionHeader

+
+

Deprecated since version 3.20: This module is available only if policy CMP0120 +is not set to NEW. Do not use it in new code.

+
+
+

Added in version 3.1.

+
+

This module provides the function write_compiler_detection_header().

+

This function can be used to generate a file suitable for preprocessor +inclusion which contains macros to be used in source code:

+
write_compiler_detection_header(
+          FILE <file>
+          PREFIX <prefix>
+          [OUTPUT_FILES_VAR <output_files_var> OUTPUT_DIR <output_dir>]
+          COMPILERS <compiler> [...]
+          FEATURES <feature> [...]
+          [BARE_FEATURES <feature> [...]]
+          [VERSION <version>]
+          [PROLOG <prolog>]
+          [EPILOG <epilog>]
+          [ALLOW_UNKNOWN_COMPILERS]
+          [ALLOW_UNKNOWN_COMPILER_VERSIONS]
+)
+
+
+

This generates the file <file> with macros which all have the prefix +<prefix>.

+

By default, all content is written directly to the <file>. The +OUTPUT_FILES_VAR may be specified to cause the compiler-specific +content to be written to separate files. The separate files are then +available in the <output_files_var> and may be consumed by the caller +for installation for example. The OUTPUT_DIR specifies a relative +path from the main <file> to the compiler-specific files. For example:

+
write_compiler_detection_header(
+  FILE climbingstats_compiler_detection.h
+  PREFIX ClimbingStats
+  OUTPUT_FILES_VAR support_files
+  OUTPUT_DIR compilers
+  COMPILERS GNU Clang MSVC Intel
+  FEATURES cxx_variadic_templates
+)
+install(FILES
+  ${CMAKE_CURRENT_BINARY_DIR}/climbingstats_compiler_detection.h
+  DESTINATION include
+)
+install(FILES
+  ${support_files}
+  DESTINATION include/compilers
+)
+
+
+

VERSION may be used to specify the API version to be generated. +Future versions of CMake may introduce alternative APIs. A given +API is selected by any <version> value greater than or equal +to the version of CMake that introduced the given API and less +than the version of CMake that introduced its succeeding API. +The value of the CMAKE_MINIMUM_REQUIRED_VERSION +variable is used if no explicit version is specified. +(As of CMake version 3.31.5 there is only one API version.)

+

PROLOG may be specified as text content to write at the start of the +header. EPILOG may be specified as text content to write at the end +of the header

+

At least one <compiler> and one <feature> must be listed. Compilers +which are known to CMake, but not specified are detected and a preprocessor +#error is generated for them. A preprocessor macro matching +<PREFIX>_COMPILER_IS_<compiler> is generated for each compiler +known to CMake to contain the value 0 or 1.

+

Possible compiler identifiers are documented with the +CMAKE_<LANG>_COMPILER_ID variable. +Available features in this version of CMake are listed in the +CMAKE_C_KNOWN_FEATURES and +CMAKE_CXX_KNOWN_FEATURES global properties. +See the cmake-compile-features(7) manual for information on +compile features.

+
+

Added in version 3.2: Added MSVC and AppleClang compiler support.

+
+
+

Added in version 3.6: Added Intel compiler support.

+
+
+

Changed in version 3.8: The {c,cxx}_std_* meta-features are ignored if requested.

+
+
+

Added in version 3.8: ALLOW_UNKNOWN_COMPILERS and ALLOW_UNKNOWN_COMPILER_VERSIONS cause +the module to generate conditions that treat unknown compilers as simply +lacking all features. Without these options the default behavior is to +generate a #error for unknown compilers and versions.

+
+
+

Added in version 3.12: BARE_FEATURES will define the compatibility macros with the name used in +newer versions of the language standard, so the code can use the new feature +name unconditionally.

+
+
+

Feature Test Macros

+

For each compiler, a preprocessor macro is generated matching +<PREFIX>_COMPILER_IS_<compiler> which has the content either 0 +or 1, depending on the compiler in use. Preprocessor macros for +compiler version components are generated matching +<PREFIX>_COMPILER_VERSION_MAJOR <PREFIX>_COMPILER_VERSION_MINOR +and <PREFIX>_COMPILER_VERSION_PATCH containing decimal values +for the corresponding compiler version components, if defined.

+

A preprocessor test is generated based on the compiler version +denoting whether each feature is enabled. A preprocessor macro +matching <PREFIX>_COMPILER_<FEATURE>, where <FEATURE> is the +upper-case <feature> name, is generated to contain the value +0 or 1 depending on whether the compiler in use supports the +feature:

+
write_compiler_detection_header(
+  FILE climbingstats_compiler_detection.h
+  PREFIX ClimbingStats
+  COMPILERS GNU Clang AppleClang MSVC Intel
+  FEATURES cxx_variadic_templates
+)
+
+
+
#if ClimbingStats_COMPILER_CXX_VARIADIC_TEMPLATES
+template<typename... T>
+void someInterface(T t...) { /* ... */ }
+#else
+// Compatibility versions
+template<typename T1>
+void someInterface(T1 t1) { /* ... */ }
+template<typename T1, typename T2>
+void someInterface(T1 t1, T2 t2) { /* ... */ }
+template<typename T1, typename T2, typename T3>
+void someInterface(T1 t1, T2 t2, T3 t3) { /* ... */ }
+#endif
+
+
+
+
+

Symbol Macros

+

Some additional symbol-defines are created for particular features for +use as symbols which may be conditionally defined empty:

+
class MyClass ClimbingStats_FINAL
+{
+    ClimbingStats_CONSTEXPR int someInterface() { return 42; }
+};
+
+
+

The ClimbingStats_FINAL macro will expand to final if the +compiler (and its flags) support the cxx_final feature, and the +ClimbingStats_CONSTEXPR macro will expand to constexpr +if cxx_constexpr is supported.

+

If BARE_FEATURES cxx_final was given as argument the final keyword +will be defined for old compilers, too.

+

The following features generate corresponding symbol defines and if they +are available as BARE_FEATURES:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Feature

Define

Symbol

bare

c_restrict

<PREFIX>_RESTRICT

restrict

yes

cxx_constexpr

<PREFIX>_CONSTEXPR

constexpr

yes

cxx_deleted_functions

<PREFIX>_DELETED_FUNCTION

= delete

cxx_extern_templates

<PREFIX>_EXTERN_TEMPLATE

extern

cxx_final

<PREFIX>_FINAL

final

yes

cxx_noexcept

<PREFIX>_NOEXCEPT

noexcept

yes

cxx_noexcept

<PREFIX>_NOEXCEPT_EXPR(X)

noexcept(X)

cxx_override

<PREFIX>_OVERRIDE

override

yes

+
+
+

Compatibility Implementation Macros

+

Some features are suitable for wrapping in a macro with a backward +compatibility implementation if the compiler does not support the feature.

+

When the cxx_static_assert feature is not provided by the compiler, +a compatibility implementation is available via the +<PREFIX>_STATIC_ASSERT(COND) and +<PREFIX>_STATIC_ASSERT_MSG(COND, MSG) function-like macros. The macros +expand to static_assert where that compiler feature is available, and +to a compatibility implementation otherwise. In the first form, the +condition is stringified in the message field of static_assert. In +the second form, the message MSG is passed to the message field of +static_assert, or ignored if using the backward compatibility +implementation.

+

The cxx_attribute_deprecated feature provides a macro definition +<PREFIX>_DEPRECATED, which expands to either the standard +[[deprecated]] attribute or a compiler-specific decorator such +as __attribute__((__deprecated__)) used by GNU compilers.

+

The cxx_alignas feature provides a macro definition +<PREFIX>_ALIGNAS which expands to either the standard alignas +decorator or a compiler-specific decorator such as +__attribute__ ((__aligned__)) used by GNU compilers.

+

The cxx_alignof feature provides a macro definition +<PREFIX>_ALIGNOF which expands to either the standard alignof +decorator or a compiler-specific decorator such as __alignof__ +used by GNU compilers.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Feature

Define

Symbol

bare

cxx_alignas

<PREFIX>_ALIGNAS

alignas

cxx_alignof

<PREFIX>_ALIGNOF

alignof

cxx_nullptr

<PREFIX>_NULLPTR

nullptr

yes

cxx_static_assert

<PREFIX>_STATIC_ASSERT

static_assert

cxx_static_assert

<PREFIX>_STATIC_ASSERT_MSG

static_assert

cxx_attribute_deprecated

<PREFIX>_DEPRECATED

[[deprecated]]

cxx_attribute_deprecated

<PREFIX>_DEPRECATED_MSG

[[deprecated]]

cxx_thread_local

<PREFIX>_THREAD_LOCAL

thread_local

+

A use-case which arises with such deprecation macros is the deprecation +of an entire library. In that case, all public API in the library may +be decorated with the <PREFIX>_DEPRECATED macro. This results in +very noisy build output when building the library itself, so the macro +may be may be defined to empty in that case when building the deprecated +library:

+
add_library(compat_support ${srcs})
+target_compile_definitions(compat_support
+  PRIVATE
+    CompatSupport_DEPRECATED=
+)
+
+
+
+
+

Example Usage

+
+

Note

+

This section was migrated from the cmake-compile-features(7) +manual since it relies on the WriteCompilerDetectionHeader module +which is removed by policy CMP0120.

+
+

Compile features may be preferred if available, without creating a hard +requirement. For example, a library may provide alternative +implementations depending on whether the cxx_variadic_templates +feature is available:

+
#if Foo_COMPILER_CXX_VARIADIC_TEMPLATES
+template<int I, int... Is>
+struct Interface;
+
+template<int I>
+struct Interface<I>
+{
+  static int accumulate()
+  {
+    return I;
+  }
+};
+
+template<int I, int... Is>
+struct Interface
+{
+  static int accumulate()
+  {
+    return I + Interface<Is...>::accumulate();
+  }
+};
+#else
+template<int I1, int I2 = 0, int I3 = 0, int I4 = 0>
+struct Interface
+{
+  static int accumulate() { return I1 + I2 + I3 + I4; }
+};
+#endif
+
+
+

Such an interface depends on using the correct preprocessor defines for the +compiler features. CMake can generate a header file containing such +defines using the WriteCompilerDetectionHeader module. The +module contains the write_compiler_detection_header function which +accepts parameters to control the content of the generated header file:

+
write_compiler_detection_header(
+  FILE "${CMAKE_CURRENT_BINARY_DIR}/foo_compiler_detection.h"
+  PREFIX Foo
+  COMPILERS GNU
+  FEATURES
+    cxx_variadic_templates
+)
+
+
+

Such a header file may be used internally in the source code of a project, +and it may be installed and used in the interface of library code.

+

For each feature listed in FEATURES, a preprocessor definition +is created in the header file, and defined to either 1 or 0.

+

Additionally, some features call for additional defines, such as the +cxx_final and cxx_override features. Rather than being used in +#ifdef code, the final keyword is abstracted by a symbol +which is defined to either final, a compiler-specific equivalent, or +to empty. That way, C++ code can be written to unconditionally use the +symbol, and compiler support determines what it is expanded to:

+
struct Interface {
+  virtual void Execute() = 0;
+};
+
+struct Concrete Foo_FINAL {
+  void Execute() Foo_OVERRIDE;
+};
+
+
+

In this case, Foo_FINAL will expand to final if the +compiler supports the keyword, or to empty otherwise.

+

In this use-case, the project code may wish to enable a particular language +standard if available from the compiler. The CXX_STANDARD +target property may be set to the desired language standard for a particular +target, and the CMAKE_CXX_STANDARD variable may be set to +influence all following targets:

+
write_compiler_detection_header(
+  FILE "${CMAKE_CURRENT_BINARY_DIR}/foo_compiler_detection.h"
+  PREFIX Foo
+  COMPILERS GNU
+  FEATURES
+    cxx_final cxx_override
+)
+
+# Includes foo_compiler_detection.h and uses the Foo_FINAL symbol
+# which will expand to 'final' if the compiler supports the requested
+# CXX_STANDARD.
+add_library(foo foo.cpp)
+set_property(TARGET foo PROPERTY CXX_STANDARD 11)
+
+# Includes foo_compiler_detection.h and uses the Foo_FINAL symbol
+# which will expand to 'final' if the compiler supports the feature,
+# even though CXX_STANDARD is not set explicitly.  The requirement of
+# cxx_constexpr causes CMake to set CXX_STANDARD internally, which
+# affects the compile flags.
+add_library(foo_impl foo_impl.cpp)
+target_compile_features(foo_impl PRIVATE cxx_constexpr)
+
+
+

The write_compiler_detection_header function also creates compatibility +code for other features which have standard equivalents. For example, the +cxx_static_assert feature is emulated with a template and abstracted +via the <PREFIX>_STATIC_ASSERT and <PREFIX>_STATIC_ASSERT_MSG +function-macros.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/objects.inv b/cmake/doc/cmake/html/objects.inv new file mode 100644 index 0000000000000000000000000000000000000000..13dc47c1fa0eec47a44174108fc7a98901d6fbab Binary files /dev/null and b/cmake/doc/cmake/html/objects.inv differ diff --git a/cmake/doc/cmake/html/policy/CMP0000.html b/cmake/doc/cmake/html/policy/CMP0000.html new file mode 100644 index 0000000000000000000000000000000000000000..82353e41af0d0c688714ee8d0fb739088f54fd0d --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0000.html @@ -0,0 +1,164 @@ + + + + + + + + CMP0000 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0000

+

A minimum required CMake version must be specified.

+

CMake requires that projects specify the version of CMake to which +they have been written. This policy has been put in place so users +trying to build the project may be told when they need to update their +CMake. Specifying a version also helps the project build with CMake +versions newer than that specified. Use the cmake_minimum_required() +command at the top of your main CMakeLists.txt file:

+
cmake_minimum_required(VERSION <major>.<minor>)
+
+
+

where <major>.<minor> is the version of CMake you want to support +(such as 3.14). The command will ensure that at least the given +version of CMake is running and help newer versions be compatible with +the project. See documentation of cmake_minimum_required() for +details.

+

Note that the command invocation must appear in the CMakeLists.txt +file itself; a call in an included file is not sufficient. However, +the cmake_policy() command may be called to set policy CMP0000 +to OLD or NEW behavior explicitly. The OLD behavior is to +silently ignore the missing invocation. The NEW behavior is to issue +an error instead of a warning. An included file may set CMP0000 +explicitly to affect how this policy is enforced for the main +CMakeLists.txt file.

+

This policy was introduced in CMake version 2.6.0.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0001.html b/cmake/doc/cmake/html/policy/CMP0001.html new file mode 100644 index 0000000000000000000000000000000000000000..dc01eab5c324be068fff9dcd7e1332d3fffbefb7 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0001.html @@ -0,0 +1,153 @@ + + + + + + + + CMP0001 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0001

+

CMAKE_BACKWARDS_COMPATIBILITY should no longer be used.

+

The behavior is to check CMAKE_BACKWARDS_COMPATIBILITY and present +it to the user. The NEW behavior is to ignore +CMAKE_BACKWARDS_COMPATIBILITY completely.

+

In CMake 2.4 and below the variable CMAKE_BACKWARDS_COMPATIBILITY was +used to request compatibility with earlier versions of CMake. In +CMake 2.6 and above all compatibility issues are handled by policies +and the cmake_policy() command. However, CMake must still check +CMAKE_BACKWARDS_COMPATIBILITY for projects written for CMake 2.4 and +below.

+

This policy was introduced in CMake version 2.6.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0002.html b/cmake/doc/cmake/html/policy/CMP0002.html new file mode 100644 index 0000000000000000000000000000000000000000..8af78781e3a2178efdf02a8364c4e39ca59f24bf --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0002.html @@ -0,0 +1,159 @@ + + + + + + + + CMP0002 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0002

+

Logical target names must be globally unique.

+

Targets names created with add_executable(), add_library(), or +add_custom_target() are logical build target names. Logical target +names must be globally unique because:

+
- Unique names may be referenced unambiguously both in CMake
+  code and on make tool command lines.
+- Logical names are used by Xcode and VS IDE generators
+  to produce meaningful project names for the targets.
+
+
+

The logical name of executable and library targets does not have to +correspond to the physical file names built. Consider using the +OUTPUT_NAME target property to create two targets with the same +physical name while keeping logical names distinct. Custom targets +must simply have globally unique names (unless one uses the global +property ALLOW_DUPLICATE_CUSTOM_TARGETS with a Makefiles generator).

+

This policy was introduced in CMake version 2.6.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0003.html b/cmake/doc/cmake/html/policy/CMP0003.html new file mode 100644 index 0000000000000000000000000000000000000000..32fcccb5a872c1bda675203d2e11ad67d9b27c47 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0003.html @@ -0,0 +1,216 @@ + + + + + + + + CMP0003 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0003

+

Libraries linked via full path no longer produce linker search paths.

+

This policy affects how libraries whose full paths are NOT known are +found at link time, but was created due to a change in how CMake deals +with libraries whose full paths are known. Consider the code

+
target_link_libraries(myexe /path/to/libA.so)
+
+
+

CMake 2.4 and below implemented linking to libraries whose full paths +are known by splitting them on the link line into separate components +consisting of the linker search path and the library name. The +example code might have produced something like

+
... -L/path/to -lA ...
+
+
+

in order to link to library A. An analysis was performed to order +multiple link directories such that the linker would find library A in +the desired location, but there are cases in which this does not work. +CMake versions 2.6 and above use the more reliable approach of passing +the full path to libraries directly to the linker in most cases. The +example code now produces something like

+
... /path/to/libA.so ....
+
+
+

Unfortunately this change can break code like

+
target_link_libraries(myexe /path/to/libA.so B)
+
+
+

where B is meant to find /path/to/libB.so. This code is wrong +because the user is asking the linker to find library B but has not +provided a linker search path (which may be added with the +link_directories command). However, with the old linking +implementation the code would work accidentally because the linker +search path added for library A allowed library B to be found.

+

In order to support projects depending on linker search paths added by +linking to libraries with known full paths, the OLD behavior for this +policy will add the linker search paths even though they are not +needed for their own libraries. When this policy is set to OLD, CMake +will produce a link line such as

+
... -L/path/to /path/to/libA.so -lB ...
+
+
+

which will allow library B to be found as it was previously. When +this policy is set to NEW, CMake will produce a link line such as

+
... /path/to/libA.so -lB ...
+
+
+

which more accurately matches what the project specified.

+

The setting for this policy used when generating the link line is that +in effect when the target is created by an add_executable or +add_library command. For the example described above, the code

+
cmake_policy(SET CMP0003 OLD) # or cmake_policy(VERSION 2.4)
+add_executable(myexe myexe.c)
+target_link_libraries(myexe /path/to/libA.so B)
+
+
+

will work and suppress the warning for this policy. It may also be +updated to work with the corrected linking approach:

+
cmake_policy(SET CMP0003 NEW) # or cmake_policy(VERSION 2.6)
+link_directories(/path/to) # needed to find library B
+add_executable(myexe myexe.c)
+target_link_libraries(myexe /path/to/libA.so B)
+
+
+

Even better, library B may be specified with a full path:

+
add_executable(myexe myexe.c)
+target_link_libraries(myexe /path/to/libA.so /path/to/libB.so)
+
+
+

When all items on the link line have known paths CMake does not check +this policy so it has no effect.

+

Note that the warning for this policy will be issued for at most one +target. This avoids flooding users with messages for every target +when setting the policy once will probably fix all targets.

+

This policy was introduced in CMake version 2.6.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0004.html b/cmake/doc/cmake/html/policy/CMP0004.html new file mode 100644 index 0000000000000000000000000000000000000000..80d7673f26dd14979dcb3b689b69bcd7ca0bfad8 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0004.html @@ -0,0 +1,156 @@ + + + + + + + + CMP0004 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0004

+

Libraries linked may not have leading or trailing whitespace.

+

CMake versions 2.4 and below silently removed leading and trailing +whitespace from libraries linked with code like

+
target_link_libraries(myexe " A ")
+
+
+

This could lead to subtle errors in user projects.

+

The OLD behavior for this policy is to silently remove leading and +trailing whitespace. The NEW behavior for this policy is to diagnose +the existence of such whitespace as an error. The setting for this +policy used when checking the library names is that in effect when the +target is created by an add_executable() or add_library() +command.

+

This policy was introduced in CMake version 2.6.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0005.html b/cmake/doc/cmake/html/policy/CMP0005.html new file mode 100644 index 0000000000000000000000000000000000000000..a1d8b4933ecd2785ad1ac98d155be6f9aba5c9f9 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0005.html @@ -0,0 +1,158 @@ + + + + + + + + CMP0005 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0005

+

Preprocessor definition values are now escaped automatically.

+

This policy determines whether or not CMake should generate escaped +preprocessor definition values added via add_definitions. CMake +versions 2.4 and below assumed that only trivial values would be given +for macros in add_definitions calls. It did not attempt to escape +non-trivial values such as string literals in generated build rules. +CMake versions 2.6 and above support escaping of most values, but +cannot assume the user has not added escapes already in an attempt to +work around limitations in earlier versions.

+

The OLD behavior for this policy is to place definition values given +to add_definitions directly in the generated build rules without +attempting to escape anything. The NEW behavior for this policy is to +generate correct escapes for all native build tools automatically. +See documentation of the COMPILE_DEFINITIONS target property for +limitations of the escaping implementation.

+

This policy was introduced in CMake version 2.6.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0006.html b/cmake/doc/cmake/html/policy/CMP0006.html new file mode 100644 index 0000000000000000000000000000000000000000..bccbb7ab9c6ce2de86787bd83f9778898f6e1752 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0006.html @@ -0,0 +1,156 @@ + + + + + + + + CMP0006 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0006

+

Installing MACOSX_BUNDLE targets requires a BUNDLE DESTINATION.

+

This policy determines whether the install(TARGETS) command must be +given a BUNDLE DESTINATION when asked to install a target with the +MACOSX_BUNDLE property set. CMake 2.4 and below did not distinguish +application bundles from normal executables when installing targets. +CMake 2.6 provides a BUNDLE option to the install(TARGETS) +command that specifies rules specific to application bundles on the Mac. +Projects should use this option when installing a target with the +MACOSX_BUNDLE property set.

+

The OLD behavior for this policy is to fall back to the +RUNTIME DESTINATION if a BUNDLE DESTINATION is not given. The NEW +behavior for this policy is to produce an error if a bundle target is installed +without a BUNDLE DESTINATION.

+

This policy was introduced in CMake version 2.6.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0007.html b/cmake/doc/cmake/html/policy/CMP0007.html new file mode 100644 index 0000000000000000000000000000000000000000..9f80a41883674cdb25dfa10ef650350efd282239 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0007.html @@ -0,0 +1,150 @@ + + + + + + + + CMP0007 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0007

+

list command no longer ignores empty elements.

+

This policy determines whether the list command will ignore empty +elements in the list. CMake 2.4 and below list commands ignored all +empty elements in the list. For example, a;b;;c would have length 3 +and not 4. The OLD behavior for this policy is to ignore empty list +elements. The NEW behavior for this policy is to correctly count +empty elements in a list.

+

This policy was introduced in CMake version 2.6.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0008.html b/cmake/doc/cmake/html/policy/CMP0008.html new file mode 100644 index 0000000000000000000000000000000000000000..9b14289a1d8fba23489a159cec97f832d1c2977d --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0008.html @@ -0,0 +1,165 @@ + + + + + + + + CMP0008 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0008

+

Libraries linked by full-path must have a valid library file name.

+

In CMake 2.4 and below it is possible to write code like

+
target_link_libraries(myexe /full/path/to/somelib)
+
+
+

where somelib is supposed to be a valid library file name such as +libsomelib.a or somelib.lib. For Makefile generators this +produces an error at build time because the dependency on the full +path cannot be found. For Visual Studio Generators IDE +and Xcode generators this used to +work by accident because CMake would always split off the library +directory and ask the linker to search for the library by name +(-lsomelib or somelib.lib). Despite the failure with Makefiles, some +projects have code like this and build only with Visual Studio and/or Xcode. +This version of CMake prefers to pass the full path directly to the +native build tool, which will fail in this case because it does not +name a valid library file.

+

This policy determines what to do with full paths that do not appear +to name a valid library file. The OLD behavior for this policy is to +split the library name from the path and ask the linker to search for +it. The NEW behavior for this policy is to trust the given path and +pass it directly to the native build tool unchanged.

+

This policy was introduced in CMake version 2.6.1. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0009.html b/cmake/doc/cmake/html/policy/CMP0009.html new file mode 100644 index 0000000000000000000000000000000000000000..cf4bacad8415ba346bdcfb539981c880a47d174d --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0009.html @@ -0,0 +1,153 @@ + + + + + + + + CMP0009 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0009

+

FILE GLOB_RECURSE calls should not follow symlinks by default.

+

In CMake 2.6.1 and below, file(GLOB_RECURSE) calls would follow +through symlinks, sometimes coming up with unexpectedly large result sets +because of symlinks to top level directories that contain hundreds of +thousands of files.

+

This policy determines whether or not to follow symlinks encountered +during a file(GLOB_RECURSE) call. The OLD behavior for this +policy is to follow the symlinks. The NEW behavior for this policy is not +to follow the symlinks by default, but only if FOLLOW_SYMLINKS is given +as an additional argument to the FILE command.

+

This policy was introduced in CMake version 2.6.2. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0010.html b/cmake/doc/cmake/html/policy/CMP0010.html new file mode 100644 index 0000000000000000000000000000000000000000..b63798e4e5d4738af39a28ebf0007ec3ec8fe7dc --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0010.html @@ -0,0 +1,152 @@ + + + + + + + + CMP0010 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0010

+

Bad variable reference syntax is an error.

+

In CMake 2.6.2 and below, incorrect variable reference syntax such as +a missing close-brace (${FOO) was reported but did not stop +processing of CMake code. This policy determines whether a bad +variable reference is an error. The OLD behavior for this policy is +to warn about the error, leave the string untouched, and continue. +The NEW behavior for this policy is to report an error.

+

If CMP0053 is set to NEW, this policy has no effect +and is treated as always being NEW.

+

This policy was introduced in CMake version 2.6.3. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0011.html b/cmake/doc/cmake/html/policy/CMP0011.html new file mode 100644 index 0000000000000000000000000000000000000000..1cbd72b84683a0a224ee3c46a0742659179b9727 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0011.html @@ -0,0 +1,158 @@ + + + + + + + + CMP0011 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0011

+

Included scripts do automatic cmake_policy() PUSH and POP.

+

In CMake 2.6.2 and below, CMake Policy settings in scripts loaded by +the include() and find_package() commands would affect +the includer. Explicit invocations of cmake_policy(PUSH) and +cmake_policy(POP) were required to isolate policy changes and protect +the includer. While some scripts intend to affect the policies of their +includer, most do not. In CMake 2.6.3 and above, include() and +find_package() by default PUSH and POP an entry on +the policy stack around an included +script, but provide a NO_POLICY_SCOPE option to disable it. This +policy determines whether or not to imply NO_POLICY_SCOPE for +compatibility. The OLD behavior for this policy is to imply +NO_POLICY_SCOPE for include() and find_package() commands. +The NEW behavior for this policy is to allow the commands to do +their default cmake_policy PUSH and POP.

+

This policy was introduced in CMake version 2.6.3. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0012.html b/cmake/doc/cmake/html/policy/CMP0012.html new file mode 100644 index 0000000000000000000000000000000000000000..4952d2e94e02e458b5f307bc48938ffe771295de --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0012.html @@ -0,0 +1,160 @@ + + + + + + + + CMP0012 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0012

+

if() recognizes numbers and boolean constants.

+

In CMake versions 2.6.4 and lower the if() command implicitly +dereferenced arguments corresponding to variables, even those named +like numbers or boolean constants, except for 0 and 1. Numbers and +boolean constants such as true, false, yes, no, on, +off, y, n, notfound, ignore (all case insensitive) +were recognized in some cases but not all. For example, the code if(TRUE) +might have evaluated as false. +Numbers such as 2 were recognized only in boolean expressions +like if(NOT 2) (leading to false) but not as a single-argument like +if(2) (also leading to false). Later versions of CMake prefer to +treat numbers and boolean constants literally, so they should not be +used as variable names.

+

The OLD behavior for this policy is to implicitly dereference +variables named like numbers and boolean constants. The NEW behavior +for this policy is to recognize numbers and boolean constants without +dereferencing variables with such names.

+

This policy was introduced in CMake version 2.8.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0013.html b/cmake/doc/cmake/html/policy/CMP0013.html new file mode 100644 index 0000000000000000000000000000000000000000..b093e990b74ad8b4a77baa09b64c2cc80cba4218 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0013.html @@ -0,0 +1,154 @@ + + + + + + + + CMP0013 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0013

+

Duplicate binary directories are not allowed.

+

CMake 2.6.3 and below silently permitted add_subdirectory() calls to +create the same binary directory multiple times. During build system +generation files would be written and then overwritten in the build +tree and could lead to strange behavior. CMake 2.6.4 and above +explicitly detect duplicate binary directories. CMake 2.6.4 always +considers this case an error. In CMake 2.8.0 and above this policy +determines whether or not the case is an error. The OLD behavior for +this policy is to allow duplicate binary directories. The NEW +behavior for this policy is to disallow duplicate binary directories +with an error.

+

This policy was introduced in CMake version 2.8.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0014.html b/cmake/doc/cmake/html/policy/CMP0014.html new file mode 100644 index 0000000000000000000000000000000000000000..ddcb98ab6ecf83a3d2d2878e23706dc673148e0c --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0014.html @@ -0,0 +1,150 @@ + + + + + + + + CMP0014 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0014

+

Input directories must have CMakeLists.txt.

+

CMake versions before 2.8 silently ignored missing CMakeLists.txt +files in directories referenced by add_subdirectory() or subdirs(), +treating them as if present but empty. In CMake 2.8.0 and above this +cmake_policy() determines whether or not the case is an error. +The OLD behavior for this policy is to silently ignore the problem. +The NEW behavior for this policy is to report an error.

+

This policy was introduced in CMake version 2.8.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0015.html b/cmake/doc/cmake/html/policy/CMP0015.html new file mode 100644 index 0000000000000000000000000000000000000000..e70f3b75e4a33b9b71fbb2b233ab250820888c87 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0015.html @@ -0,0 +1,154 @@ + + + + + + + + CMP0015 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0015

+
+

link_directories() treats paths relative to the source dir.

+
+

In CMake 2.8.0 and lower the link_directories() command passed +relative paths unchanged to the linker. In CMake 2.8.1 and above the +link_directories() command prefers to interpret relative paths with +respect to CMAKE_CURRENT_SOURCE_DIR, which is consistent with +include_directories() and other commands. The OLD behavior for +this policy is to use relative paths verbatim in the linker command. The +NEW behavior for this policy is to convert relative paths to absolute +paths by appending the relative path to CMAKE_CURRENT_SOURCE_DIR.

+

This policy was introduced in CMake version 2.8.1. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0016.html b/cmake/doc/cmake/html/policy/CMP0016.html new file mode 100644 index 0000000000000000000000000000000000000000..64a9fe6400498a0456b5836043c434b29b841ce0 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0016.html @@ -0,0 +1,149 @@ + + + + + + + + CMP0016 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0016

+

target_link_libraries() reports error if its only argument +is not a target.

+

In CMake 2.8.2 and lower the target_link_libraries() command silently +ignored if it was called with only one argument, and this argument +wasn't a valid target. In CMake 2.8.3 and above it reports an error +in this case.

+

This policy was introduced in CMake version 2.8.3. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0017.html b/cmake/doc/cmake/html/policy/CMP0017.html new file mode 100644 index 0000000000000000000000000000000000000000..424bc2a35bd0fadae6b6915e63c94aff9631a502 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0017.html @@ -0,0 +1,154 @@ + + + + + + + + CMP0017 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0017

+

Prefer files from the CMake module directory when including from there.

+

Starting with CMake 2.8.4, if a cmake-module shipped with CMake (i.e. +located in the CMake module directory) calls include() or +find_package(), the files located in the CMake module directory are +preferred over the files in CMAKE_MODULE_PATH. This makes sure +that the modules belonging to CMake always get those files included which +they expect, and against which they were developed and tested. In all +other cases, the files found in CMAKE_MODULE_PATH still take +precedence over the ones in the CMake module directory. The OLD +behavior is to always prefer files from CMAKE_MODULE_PATH over files +from the CMake modules directory.

+

This policy was introduced in CMake version 2.8.4. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0018.html b/cmake/doc/cmake/html/policy/CMP0018.html new file mode 100644 index 0000000000000000000000000000000000000000..79fb7ccfa067a8a5fa23651537f7fdb7ab1326a2 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0018.html @@ -0,0 +1,164 @@ + + + + + + + + CMP0018 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0018

+

Ignore CMAKE_SHARED_LIBRARY_<Lang>_FLAGS variable.

+

CMake 2.8.8 and lower compiled sources in SHARED and MODULE libraries +using the value of the undocumented CMAKE_SHARED_LIBRARY_<Lang>_FLAGS +platform variable. The variable contained platform-specific flags +needed to compile objects for shared libraries. Typically it included +a flag such as -fPIC for position independent code but also included +other flags needed on certain platforms. CMake 2.8.9 and higher +prefer instead to use the POSITION_INDEPENDENT_CODE target +property to determine what targets should be position independent, and new +undocumented platform variables to select flags while ignoring +CMAKE_SHARED_LIBRARY_<Lang>_FLAGS completely.

+

The default for either approach produces identical compilation flags, +but if a project modifies CMAKE_SHARED_LIBRARY_<Lang>_FLAGS from its +original value this policy determines which approach to use.

+

The OLD behavior for this policy is to ignore the +POSITION_INDEPENDENT_CODE property for all targets and use the +modified value of CMAKE_SHARED_LIBRARY_<Lang>_FLAGS for SHARED and +MODULE libraries.

+

The NEW behavior for this policy is to ignore +CMAKE_SHARED_LIBRARY_<Lang>_FLAGS whether it is modified or not and +honor the POSITION_INDEPENDENT_CODE target property.

+

This policy was introduced in CMake version 2.8.9. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0019.html b/cmake/doc/cmake/html/policy/CMP0019.html new file mode 100644 index 0000000000000000000000000000000000000000..5ebe74108409de3da66dbb6944f8b1c9979d4753 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0019.html @@ -0,0 +1,154 @@ + + + + + + + + CMP0019 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0019

+

Do not re-expand variables in include and link information.

+

CMake 2.8.10 and lower re-evaluated values given to the +include_directories, link_directories, and link_libraries commands to +expand any leftover variable references at the end of the +configuration step. This was for strict compatibility with VERY early +CMake versions because all variable references are now normally +evaluated during CMake language processing. CMake 2.8.11 and higher +prefer to skip the extra evaluation.

+

The OLD behavior for this policy is to re-evaluate the values for +strict compatibility. The NEW behavior for this policy is to leave +the values untouched.

+

This policy was introduced in CMake version 2.8.11. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0020.html b/cmake/doc/cmake/html/policy/CMP0020.html new file mode 100644 index 0000000000000000000000000000000000000000..eac193aba2d755a31b1927b9d8500e0fd9257c37 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0020.html @@ -0,0 +1,159 @@ + + + + + + + + CMP0020 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0020

+

Automatically link Qt executables to qtmain target on Windows.

+

CMake 2.8.10 and lower required users of Qt to always specify a link +dependency to the qtmain.lib static library manually on Windows. +CMake 2.8.11 gained the ability to evaluate generator expressions +while determining the link dependencies from IMPORTED targets. This +allows CMake itself to automatically link executables which link to Qt +to the qtmain.lib library when using IMPORTED Qt targets. For +applications already linking to qtmain.lib, this should have little +impact. For applications which supply their own alternative WinMain +implementation and for applications which use the QAxServer library, +this automatic linking will need to be disabled as per the +documentation.

+

The OLD behavior for this policy is not to link executables to +qtmain.lib automatically when they link to the QtCore IMPORTED target. +The NEW behavior for this policy is to link executables to qtmain.lib +automatically when they link to QtCore IMPORTED target.

+

This policy was introduced in CMake version 2.8.11. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0021.html b/cmake/doc/cmake/html/policy/CMP0021.html new file mode 100644 index 0000000000000000000000000000000000000000..7bb0aaee82a9abf772bee021eb062e69d668314a --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0021.html @@ -0,0 +1,153 @@ + + + + + + + + CMP0021 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0021

+

Fatal error on relative paths in INCLUDE_DIRECTORIES target +property.

+

CMake 2.8.10.2 and lower allowed the INCLUDE_DIRECTORIES target +property to contain relative paths. The base path for such relative +entries is not well defined. CMake 2.8.12 issues a FATAL_ERROR if the +INCLUDE_DIRECTORIES property contains a relative path.

+

The OLD behavior for this policy is not to warn about relative paths +in the INCLUDE_DIRECTORIES target property. The NEW behavior for this +policy is to issue a FATAL_ERROR if INCLUDE_DIRECTORIES contains a +relative path.

+

This policy was introduced in CMake version 2.8.12. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0022.html b/cmake/doc/cmake/html/policy/CMP0022.html new file mode 100644 index 0000000000000000000000000000000000000000..24a4157dec55664dade353e37d3021872f6103f3 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0022.html @@ -0,0 +1,170 @@ + + + + + + + + CMP0022 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0022

+

INTERFACE_LINK_LIBRARIES defines the link interface.

+

CMake 2.8.11 constructed the 'link interface' of a target from +properties matching (IMPORTED_)?LINK_INTERFACE_LIBRARIES(_<CONFIG>)?. +The modern way to specify config-sensitive content is to use generator +expressions and the IMPORTED_ prefix makes uniform processing of the +link interface with generator expressions impossible. The +INTERFACE_LINK_LIBRARIES target property was introduced as a +replacement in CMake 2.8.12. This new property is named consistently +with the INTERFACE_COMPILE_DEFINITIONS, INTERFACE_INCLUDE_DIRECTORIES +and INTERFACE_COMPILE_OPTIONS properties. For in-build targets, CMake +will use the INTERFACE_LINK_LIBRARIES property as the source of the +link interface only if policy CMP0022 is NEW. When exporting a target +which has this policy set to NEW, only the INTERFACE_LINK_LIBRARIES +property will be processed and generated for the IMPORTED target by +default. A new option to the install(EXPORT) and export commands +allows export of the old-style properties for compatibility with +downstream users of CMake versions older than 2.8.12. The +target_link_libraries() command will no longer populate the properties +matching LINK_INTERFACE_LIBRARIES(_<CONFIG>)? if this policy is NEW.

+

Warning-free future-compatible code which works with CMake 2.8.7 onwards +can be written by using the LINK_PRIVATE and LINK_PUBLIC keywords +of target_link_libraries().

+

The OLD behavior for this policy is to ignore the +INTERFACE_LINK_LIBRARIES property for in-build targets. +The NEW behavior for this policy is to use the INTERFACE_LINK_LIBRARIES +property for in-build targets, and ignore the old properties matching +(IMPORTED_)?LINK_INTERFACE_LIBRARIES(_<CONFIG>)?.

+

This policy was introduced in CMake version 2.8.12. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0023.html b/cmake/doc/cmake/html/policy/CMP0023.html new file mode 100644 index 0000000000000000000000000000000000000000..782f638c26a7d350bb9d696c57d050a904f37f48 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0023.html @@ -0,0 +1,165 @@ + + + + + + + + CMP0023 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0023

+

Plain and keyword target_link_libraries() signatures cannot be mixed.

+

CMake 2.8.12 introduced the target_link_libraries() signature using +the PUBLIC, PRIVATE, and INTERFACE keywords to generalize the +LINK_PUBLIC and LINK_PRIVATE keywords introduced in CMake 2.8.7. +Use of signatures with any of these keywords sets the link interface of a +target explicitly, even if empty. This produces confusing behavior +when used in combination with the historical behavior of the plain +target_link_libraries() signature. For example, consider the code:

+
target_link_libraries(mylib A)
+target_link_libraries(mylib PRIVATE B)
+
+
+

After the first line the link interface has not been set explicitly so +CMake would use the link implementation, A, as the link interface. +However, the second line sets the link interface to empty. In order +to avoid this subtle behavior CMake now prefers to disallow mixing the +plain and keyword signatures of target_link_libraries() for a single +target.

+

The OLD behavior for this policy is to allow keyword and plain +target_link_libraries() signatures to be mixed. The NEW behavior for +this policy is to not to allow mixing of the keyword and plain +signatures.

+

This policy was introduced in CMake version 2.8.12. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0024.html b/cmake/doc/cmake/html/policy/CMP0024.html new file mode 100644 index 0000000000000000000000000000000000000000..f34543734c3eaec3824d0c77446833e9c6d996f4 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0024.html @@ -0,0 +1,156 @@ + + + + + + + + CMP0024 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0024

+

Disallow include export result.

+

CMake 2.8.12 and lower allowed use of the include() command with the +result of the export() command. This relies on the assumption that +the export() command has an immediate effect at configure-time during +a cmake run. Certain properties of targets are not fully determined +until later at generate-time, such as the link language and complete +list of link libraries. Future refactoring will change the effect of +the export() command to be executed at generate-time. Use ALIAS +targets instead in cases where the goal is to refer to targets by +another name.

+

The OLD behavior for this policy is to allow including the result of +an export() command. The NEW behavior for this policy is not to +allow including the result of an export() command.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0025.html b/cmake/doc/cmake/html/policy/CMP0025.html new file mode 100644 index 0000000000000000000000000000000000000000..5ec94e801305d516c905b01182a9f6328e6f3cbe --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0025.html @@ -0,0 +1,160 @@ + + + + + + + + CMP0025 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0025

+

Compiler id for Apple Clang is now AppleClang.

+

CMake 3.0 and above recognize that Apple Clang is a different compiler +than upstream Clang and that they have different version numbers. +CMake now prefers to present this to projects by setting the +CMAKE_<LANG>_COMPILER_ID variable to AppleClang instead +of Clang. However, existing projects may assume the compiler id for +Apple Clang is just Clang as it was in CMake versions prior to 3.0. +Therefore this policy determines for Apple Clang which compiler id to +report in the CMAKE_<LANG>_COMPILER_ID variable after +language <LANG> is enabled by the project() or +enable_language() command. The policy must be set prior +to the invocation of either command.

+

The OLD behavior for this policy is to use compiler id Clang. The +NEW behavior for this policy is to use compiler id AppleClang.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn by default, and uses OLD behavior.

+

See documentation of the +CMAKE_POLICY_WARNING_CMP0025 +variable to control the warning.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0026.html b/cmake/doc/cmake/html/policy/CMP0026.html new file mode 100644 index 0000000000000000000000000000000000000000..0788ba05e22b086336f20767ef9792a6b7eaee98 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0026.html @@ -0,0 +1,160 @@ + + + + + + + + CMP0026 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0026

+

Disallow use of the LOCATION property for build targets.

+

CMake 2.8.12 and lower allowed reading the LOCATION target +property (and configuration-specific variants) to +determine the eventual location of build targets. This relies on the +assumption that all necessary information is available at +configure-time to determine the final location and filename of the +target. However, this property is not fully determined until later at +generate-time. At generate time, the $<TARGET_FILE> generator +expression can be used to determine the eventual LOCATION of a target +output.

+

Code which reads the LOCATION target property can be ported to +use the $<TARGET_FILE> generator expression together with the +file(GENERATE) subcommand to generate a file containing +the target location.

+

The OLD behavior for this policy is to allow reading the LOCATION +properties from build-targets. The NEW behavior for this policy is to +not to allow reading the LOCATION properties from build-targets.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0027.html b/cmake/doc/cmake/html/policy/CMP0027.html new file mode 100644 index 0000000000000000000000000000000000000000..e22f99f69a1553824ac33d21285ec01c4866e8f0 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0027.html @@ -0,0 +1,158 @@ + + + + + + + + CMP0027 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0027

+

Conditionally linked imported targets with missing include directories.

+

CMake 2.8.11 introduced introduced the concept of +INTERFACE_INCLUDE_DIRECTORIES, and a check at cmake time that the +entries in the INTERFACE_INCLUDE_DIRECTORIES of an IMPORTED +target actually exist. CMake 2.8.11 also introduced generator expression +support in the target_link_libraries() command. However, if an +imported target is linked as a result of a generator expression evaluation, the +entries in the INTERFACE_INCLUDE_DIRECTORIES of that target were not +checked for existence as they should be.

+

The OLD behavior of this policy is to report a warning if an entry in +the INTERFACE_INCLUDE_DIRECTORIES of a generator-expression +conditionally linked IMPORTED target does not exist.

+

The NEW behavior of this policy is to report an error if an entry in +the INTERFACE_INCLUDE_DIRECTORIES of a generator-expression +conditionally linked IMPORTED target does not exist.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0028.html b/cmake/doc/cmake/html/policy/CMP0028.html new file mode 100644 index 0000000000000000000000000000000000000000..6e5c25e1665b1432e374fd7ca18fc14848d39304 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0028.html @@ -0,0 +1,157 @@ + + + + + + + + CMP0028 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0028

+

Double colon in target name means ALIAS or IMPORTED target.

+

CMake 2.8.12 and lower allowed the use of targets and files with double +colons in target_link_libraries(), with some buildsystem generators.

+

The use of double-colons is a common pattern used to namespace IMPORTED +targets and ALIAS targets. When computing the link dependencies of +a target, the name of each dependency could either be a target, or a file +on disk. Previously, if a target was not found with a matching name, the name +was considered to refer to a file on disk. This can lead to confusing error +messages if there is a typo in what should be a target name.

+

See also the LINK_LIBRARIES_ONLY_TARGETS target property.

+

The OLD behavior for this policy is to search for targets, then files on +disk, even if the search term contains double-colons. The NEW behavior +for this policy is to issue a FATAL_ERROR if a link dependency contains +double-colons but is not an IMPORTED target or an ALIAS target.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0029.html b/cmake/doc/cmake/html/policy/CMP0029.html new file mode 100644 index 0000000000000000000000000000000000000000..c94e92ed0fdb6510a4a48c28b905e050e4f97a01 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0029.html @@ -0,0 +1,150 @@ + + + + + + + + CMP0029 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0029

+

The subdir_depends() command should not be called.

+

The implementation of this command has been empty since December 2001 +but was kept in CMake for compatibility for a long time.

+

CMake >= 3.0 prefer that this command never be called. +The OLD behavior for this policy is to allow the command to be called. +The NEW behavior for this policy is to issue a FATAL_ERROR when the +command is called.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0030.html b/cmake/doc/cmake/html/policy/CMP0030.html new file mode 100644 index 0000000000000000000000000000000000000000..36d41a8c2db4221bd6fa828b48eaabe25f75a548 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0030.html @@ -0,0 +1,151 @@ + + + + + + + + CMP0030 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0030

+

The use_mangled_mesa() command should not be called.

+

This command was created in September 2001 to support VTK before +modern CMake language and custom command capabilities. VTK has +not used it in years.

+

CMake >= 3.0 prefer that this command never be called. +The OLD behavior for this policy is to allow the command to be called. +The NEW behavior for this policy is to issue a FATAL_ERROR when the +command is called.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0031.html b/cmake/doc/cmake/html/policy/CMP0031.html new file mode 100644 index 0000000000000000000000000000000000000000..52dae334771688a80e0372b7edbc45ec4e98a614 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0031.html @@ -0,0 +1,153 @@ + + + + + + + + CMP0031 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0031

+

The load_command() command should not be called.

+

This command was added in August 2002 to allow projects to add +arbitrary commands implemented in C or C++. However, it does +not work when the toolchain in use does not match the ABI of +the CMake process. It has been mostly superseded by the +macro() and function() commands.

+

CMake >= 3.0 prefer that this command never be called. +The OLD behavior for this policy is to allow the command to be called. +The NEW behavior for this policy is to issue a FATAL_ERROR when the +command is called.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0032.html b/cmake/doc/cmake/html/policy/CMP0032.html new file mode 100644 index 0000000000000000000000000000000000000000..6ac6a33c9e0198475ad46d32a3fe49ab1d836129 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0032.html @@ -0,0 +1,153 @@ + + + + + + + + CMP0032 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0032

+

The output_required_files() command should not be called.

+

This command was added in June 2001 to expose the then-current CMake +implicit dependency scanner. CMake's real implicit dependency scanner +has evolved since then but is not exposed through this command. The +scanning capabilities of this command are very limited and this +functionality is better achieved through dedicated outside tools.

+

CMake >= 3.0 prefer that this command never be called. +The OLD behavior for this policy is to allow the command to be called. +The NEW behavior for this policy is to issue a FATAL_ERROR when the +command is called.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0033.html b/cmake/doc/cmake/html/policy/CMP0033.html new file mode 100644 index 0000000000000000000000000000000000000000..adbf97750dfdc094e1877d2a3c71204f4558e6fc --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0033.html @@ -0,0 +1,154 @@ + + + + + + + + CMP0033 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0033

+

The export_library_dependencies() command should not be called.

+

This command was added in January 2003 to export <tgt>_LIB_DEPENDS +internal CMake cache entries to a file for installation with a project. +This was used at the time to allow transitive link dependencies to +work for applications outside of the original build tree of a project. +The functionality has been superseded by the export() and +install(EXPORT) commands.

+

CMake >= 3.0 prefer that this command never be called. +The OLD behavior for this policy is to allow the command to be called. +The NEW behavior for this policy is to issue a FATAL_ERROR when the +command is called.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0034.html b/cmake/doc/cmake/html/policy/CMP0034.html new file mode 100644 index 0000000000000000000000000000000000000000..3f1ee8e6e8a27f870e6435af5ef11ca3bd84ccf5 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0034.html @@ -0,0 +1,151 @@ + + + + + + + + CMP0034 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0034

+

The utility_source() command should not be called.

+

This command was introduced in March 2001 to help build executables used to +generate other files. This approach has long been replaced by +add_executable() combined with add_custom_command().

+

CMake >= 3.0 prefer that this command never be called. +The OLD behavior for this policy is to allow the command to be called. +The NEW behavior for this policy is to issue a FATAL_ERROR when the +command is called.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0035.html b/cmake/doc/cmake/html/policy/CMP0035.html new file mode 100644 index 0000000000000000000000000000000000000000..4950537ddfaa4fe11b1871f2be61e15101da65a8 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0035.html @@ -0,0 +1,150 @@ + + + + + + + + CMP0035 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0035

+

The variable_requires() command should not be called.

+

This command was introduced in November 2001 to perform some conditional +logic. It has long been replaced by the if() command.

+

CMake >= 3.0 prefer that this command never be called. +The OLD behavior for this policy is to allow the command to be called. +The NEW behavior for this policy is to issue a FATAL_ERROR when the +command is called.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0036.html b/cmake/doc/cmake/html/policy/CMP0036.html new file mode 100644 index 0000000000000000000000000000000000000000..8bd68cb8f7e783c6143479a2db498ac7821220a2 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0036.html @@ -0,0 +1,152 @@ + + + + + + + + CMP0036 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0036

+

The build_name() command should not be called.

+

This command was added in May 2001 to compute a name for the current +operating system and compiler combination. The command has long been +documented as discouraged and replaced by the CMAKE_SYSTEM +and CMAKE_<LANG>_COMPILER variables.

+

CMake >= 3.0 prefer that this command never be called. +The OLD behavior for this policy is to allow the command to be called. +The NEW behavior for this policy is to issue a FATAL_ERROR when the +command is called.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0037.html b/cmake/doc/cmake/html/policy/CMP0037.html new file mode 100644 index 0000000000000000000000000000000000000000..5dd265e8a7b6eab208ed562c15297fd0ddc3bd2d --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0037.html @@ -0,0 +1,163 @@ + + + + + + + + CMP0037 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0037

+

Target names should not be reserved and should match a validity pattern.

+

CMake 2.8.12 and lower allowed creating targets using add_library(), +add_executable() and add_custom_target() with unrestricted +choice for the target name. Newer cmake features such +as cmake-generator-expressions(7) and some +diagnostics expect target names to match a restricted pattern.

+

Target names may contain upper and lower case letters, numbers, the underscore +character (_), dot(.), plus(+) and minus(-). +As a special case, ALIAS and IMPORTED targets may contain +two consecutive colons.

+

Target names reserved by one or more CMake generators are not allowed. +Among others these include all, clean, help, and install.

+

Target names associated with optional features, such as test and +package, may also be reserved. CMake 3.10 and below always reserve them. +CMake 3.11 and above reserve them only when the corresponding feature is +enabled (e.g. by including the CTest or CPack modules).

+

The OLD behavior for this policy is to allow creating targets with +reserved names or which do not match the validity pattern. +The NEW behavior for this policy is to report an error +if an add_* command is used with an invalid target name.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0038.html b/cmake/doc/cmake/html/policy/CMP0038.html new file mode 100644 index 0000000000000000000000000000000000000000..07f98c3ad48f0b946d1e26ca858712995fdd4d3a --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0038.html @@ -0,0 +1,150 @@ + + + + + + + + CMP0038 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0038

+

Targets may not link directly to themselves.

+

CMake 2.8.12 and lower allowed a build target to link to itself directly with +a target_link_libraries() call. This is an indicator of a bug in +user code.

+

The OLD behavior for this policy is to ignore targets which list themselves +in their own link implementation. The NEW behavior for this policy is to +report an error if a target attempts to link to itself.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0039.html b/cmake/doc/cmake/html/policy/CMP0039.html new file mode 100644 index 0000000000000000000000000000000000000000..1ba13d0f023d287888816cd2cfd9b909e6158182 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0039.html @@ -0,0 +1,151 @@ + + + + + + + + CMP0039 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0039

+

Utility targets may not have link dependencies.

+

CMake 2.8.12 and lower allowed using utility targets in the left hand side +position of the target_link_libraries() command. This is an indicator +of a bug in user code.

+

The OLD behavior for this policy is to ignore attempts to set the link +libraries of utility targets. The NEW behavior for this policy is to +report an error if an attempt is made to set the link libraries of a +utility target.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0040.html b/cmake/doc/cmake/html/policy/CMP0040.html new file mode 100644 index 0000000000000000000000000000000000000000..11a7b5366a3b96dcd368bbeb0e92f49fb58594c6 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0040.html @@ -0,0 +1,152 @@ + + + + + + + + CMP0040 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0040

+

The target in the TARGET signature of add_custom_command() +must exist and must be defined in the current directory.

+

CMake 2.8.12 and lower silently ignored a custom command created with +the TARGET signature of add_custom_command() +if the target is unknown or was defined outside the current directory.

+

The OLD behavior for this policy is to ignore custom commands +for unknown targets. The NEW behavior for this policy is to report +an error if the target referenced in add_custom_command() is +unknown or was defined outside the current directory.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0041.html b/cmake/doc/cmake/html/policy/CMP0041.html new file mode 100644 index 0000000000000000000000000000000000000000..d39af461664d0f44ff0d0e436f15664943893b81 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0041.html @@ -0,0 +1,157 @@ + + + + + + + + CMP0041 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0041

+

Error on relative include with generator expression.

+

Diagnostics in CMake 2.8.12 and lower silently ignored an entry in the +INTERFACE_INCLUDE_DIRECTORIES of a target if it contained a generator +expression at any position.

+

The path entries in that target property should not be relative. High-level +API should ensure that by adding either a source directory or a install +directory prefix, as appropriate.

+

As an additional diagnostic, the INTERFACE_INCLUDE_DIRECTORIES generated +on an IMPORTED target for the install location should not contain +paths in the source directory or the build directory.

+

The OLD behavior for this policy is to ignore relative path entries if they +contain a generator expression. The NEW behavior for this policy is to report +an error if a generator expression appears in another location and the path is +relative.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0042.html b/cmake/doc/cmake/html/policy/CMP0042.html new file mode 100644 index 0000000000000000000000000000000000000000..d9233c6b94f11ad246f557a5ab4eb8aa674c8628 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0042.html @@ -0,0 +1,153 @@ + + + + + + + + CMP0042 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0042

+

MACOSX_RPATH is enabled by default.

+

CMake 2.8.12 and newer has support for using @rpath in a target's install +name. This was enabled by setting the target property +MACOSX_RPATH. The @rpath in an install name is a more +flexible and powerful mechanism than @executable_path or @loader_path +for locating shared libraries.

+

CMake 3.0 and later prefer this property to be ON by default. Projects +wanting @rpath in a target's install name may remove any setting of +the INSTALL_NAME_DIR and CMAKE_INSTALL_NAME_DIR +variables.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0043.html b/cmake/doc/cmake/html/policy/CMP0043.html new file mode 100644 index 0000000000000000000000000000000000000000..9cc0345cf81501322eb9ac5fd447fb97ecd9ec0b --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0043.html @@ -0,0 +1,177 @@ + + + + + + + + CMP0043 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0043

+

Ignore COMPILE_DEFINITIONS_<Config> properties

+

CMake 2.8.12 and lower allowed setting the +COMPILE_DEFINITIONS_<CONFIG> target property and +COMPILE_DEFINITIONS_<CONFIG> directory property to apply +configuration-specific compile definitions.

+

Since CMake 2.8.10, the COMPILE_DEFINITIONS property has supported +generator expressions for setting +configuration-dependent content. The continued existence of the suffixed +variables is redundant, and causes a maintenance burden. Population of the +COMPILE_DEFINITIONS_DEBUG property +may be replaced with a population of COMPILE_DEFINITIONS directly +or via target_compile_definitions():

+
# Old Interfaces:
+set_property(TARGET tgt APPEND PROPERTY
+  COMPILE_DEFINITIONS_DEBUG DEBUG_MODE
+)
+set_property(DIRECTORY APPEND PROPERTY
+  COMPILE_DEFINITIONS_DEBUG DIR_DEBUG_MODE
+)
+
+# New Interfaces:
+set_property(TARGET tgt APPEND PROPERTY
+  COMPILE_DEFINITIONS $<$<CONFIG:Debug>:DEBUG_MODE>
+)
+target_compile_definitions(tgt PRIVATE $<$<CONFIG:Debug>:DEBUG_MODE>)
+set_property(DIRECTORY APPEND PROPERTY
+  COMPILE_DEFINITIONS $<$<CONFIG:Debug>:DIR_DEBUG_MODE>
+)
+
+
+

The OLD behavior for this policy is to consume the content of the suffixed +COMPILE_DEFINITIONS_<CONFIG> target property when generating the +compilation command. The NEW behavior for this policy is to ignore the content +of the COMPILE_DEFINITIONS_<CONFIG> target property .

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0044.html b/cmake/doc/cmake/html/policy/CMP0044.html new file mode 100644 index 0000000000000000000000000000000000000000..195abd1df8d5a03906d1c39aba7c3b4012cfcbed --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0044.html @@ -0,0 +1,153 @@ + + + + + + + + CMP0044 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0044

+

Case sensitive <LANG>_COMPILER_ID generator expressions

+

CMake 2.8.12 introduced the <LANG>_COMPILER_ID +generator expressions to allow +comparison of the CMAKE_<LANG>_COMPILER_ID with a test value. The +possible valid values are lowercase, but the comparison with the test value +was performed case-insensitively.

+

The OLD behavior for this policy is to perform a case-insensitive comparison +with the value in the <LANG>_COMPILER_ID expression. The NEW behavior +for this policy is to perform a case-sensitive comparison with the value in +the <LANG>_COMPILER_ID expression.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0045.html b/cmake/doc/cmake/html/policy/CMP0045.html new file mode 100644 index 0000000000000000000000000000000000000000..0c226078983bb16f400326d0dfe6a85b67601ef0 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0045.html @@ -0,0 +1,151 @@ + + + + + + + + CMP0045 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0045

+

Error on non-existent target in get_target_property.

+

In CMake 2.8.12 and lower, the get_target_property() command accepted +a non-existent target argument without issuing any error or warning. The +result variable is set to a -NOTFOUND value.

+

The OLD behavior for this policy is to issue no warning and set the result +variable to a -NOTFOUND value. The NEW behavior +for this policy is to issue a FATAL_ERROR if the command is called with a +non-existent target.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0046.html b/cmake/doc/cmake/html/policy/CMP0046.html new file mode 100644 index 0000000000000000000000000000000000000000..d2e0a6cffe825ecccb0aaff03c123cd45d0588ae --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0046.html @@ -0,0 +1,150 @@ + + + + + + + + CMP0046 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0046

+

Error on non-existent dependency in add_dependencies.

+

CMake 2.8.12 and lower silently ignored non-existent dependencies +listed in the add_dependencies() command.

+

The OLD behavior for this policy is to silently ignore non-existent +dependencies. The NEW behavior for this policy is to report an error +if non-existent dependencies are listed in the add_dependencies() +command.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0047.html b/cmake/doc/cmake/html/policy/CMP0047.html new file mode 100644 index 0000000000000000000000000000000000000000..f888e9d857fe0ebf7719714fc370eac745b94794 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0047.html @@ -0,0 +1,161 @@ + + + + + + + + CMP0047 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0047

+

Use QCC compiler id for the qcc drivers on QNX.

+

CMake 3.0 and above recognize that the QNX qcc compiler driver is +different from the GNU compiler. +CMake now prefers to present this to projects by setting the +CMAKE_<LANG>_COMPILER_ID variable to QCC instead +of GNU. However, existing projects may assume the compiler id for +QNX qcc is just GNU as it was in CMake versions prior to 3.0. +Therefore this policy determines for QNX qcc which compiler id to +report in the CMAKE_<LANG>_COMPILER_ID variable after +language <LANG> is enabled by the project() or +enable_language() command. The policy must be set prior +to the invocation of either command.

+

The OLD behavior for this policy is to use the GNU compiler id +for the qcc and QCC compiler drivers. The NEW behavior for this policy +is to use the QCC compiler id for those drivers.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn by default, and uses OLD behavior.

+

See documentation of the +CMAKE_POLICY_WARNING_CMP0047 +variable to control the warning.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0048.html b/cmake/doc/cmake/html/policy/CMP0048.html new file mode 100644 index 0000000000000000000000000000000000000000..939d3c15e35aa5d92053d395daad95d479a68786 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0048.html @@ -0,0 +1,155 @@ + + + + + + + + CMP0048 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0048

+

The project() command manages VERSION variables.

+

CMake version 3.0 introduced the VERSION option of the project() +command to specify a project version as well as the name. In order to keep +PROJECT_VERSION and related variables consistent with variable +PROJECT_NAME it is necessary to set the VERSION variables +to the empty string when no VERSION is given to project(). +However, this can change behavior for existing projects that set VERSION +variables themselves since project() may now clear them. +This policy controls the behavior for compatibility with such projects.

+

The OLD behavior for this policy is to leave VERSION variables untouched. +The NEW behavior for this policy is to set VERSION as documented by the +project() command.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0049.html b/cmake/doc/cmake/html/policy/CMP0049.html new file mode 100644 index 0000000000000000000000000000000000000000..4c1969e176158ee17580a2003d92ff82ced9be8d --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0049.html @@ -0,0 +1,154 @@ + + + + + + + + CMP0049 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0049

+

Do not expand variables in target source entries.

+

CMake 2.8.12 and lower performed an extra layer of variable expansion +when evaluating source file names:

+
set(a_source foo.c)
+add_executable(foo \${a_source})
+
+
+

This was undocumented behavior.

+

The OLD behavior for this policy is to expand such variables when processing +the target sources. The NEW behavior for this policy is to issue an error +if such variables need to be expanded.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0050.html b/cmake/doc/cmake/html/policy/CMP0050.html new file mode 100644 index 0000000000000000000000000000000000000000..6a89289118641e92fc71108663c2af086d785e33 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0050.html @@ -0,0 +1,151 @@ + + + + + + + + CMP0050 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0050

+

Disallow add_custom_command SOURCE signatures.

+

CMake 2.8.12 and lower allowed a signature for add_custom_command() +which specified an input to a command. This was undocumented behavior. +Modern use of CMake associates custom commands with their output, rather +than their input.

+

The OLD behavior for this policy is to allow the use of +add_custom_command() SOURCE signatures. The NEW behavior for this +policy is to issue an error if such a signature is used.

+

This policy was introduced in CMake version 3.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0051.html b/cmake/doc/cmake/html/policy/CMP0051.html new file mode 100644 index 0000000000000000000000000000000000000000..6b7d8fdbfb0dc40bd92f8b7ec73eaa5e17fbe5e5 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0051.html @@ -0,0 +1,159 @@ + + + + + + + + CMP0051 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0051

+
+

Added in version 3.1.

+
+

List TARGET_OBJECTS in SOURCES target property.

+

CMake 3.0 and lower did not include the TARGET_OBJECTS +generator expression when +returning the SOURCES target property.

+

Configure-time CMake code is not able to handle generator expressions. If +using the SOURCES target property at configure time, it may be +necessary to first remove generator expressions using the +string(GENEX_STRIP) command. Generate-time CMake code such as +file(GENERATE) can handle the content without stripping.

+

The OLD behavior for this policy is to omit TARGET_OBJECTS +expressions from the SOURCES target property. The NEW +behavior for this policy is to include TARGET_OBJECTS expressions +in the output.

+

This policy was introduced in CMake version 3.1. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0052.html b/cmake/doc/cmake/html/policy/CMP0052.html new file mode 100644 index 0000000000000000000000000000000000000000..6742d0b0e27c97d41e37571d803834ca64e20462 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0052.html @@ -0,0 +1,160 @@ + + + + + + + + CMP0052 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0052

+
+

Added in version 3.1.

+
+

Reject source and build dirs in installed +INTERFACE_INCLUDE_DIRECTORIES.

+

CMake 3.0 and lower allowed subdirectories of the source directory or build +directory to be in the INTERFACE_INCLUDE_DIRECTORIES of +installed and exported targets, if the directory was also a subdirectory of +the installation prefix. This makes the installation depend on the +existence of the source dir or binary dir, and the installation will be +broken if either are removed after installation.

+

See Include Directories and Usage Requirements for more on +specifying include directories for targets.

+

The OLD behavior for this policy is to export the content of the +INTERFACE_INCLUDE_DIRECTORIES with the source or binary +directory. The NEW behavior for this +policy is to issue an error if such a directory is used.

+

This policy was introduced in CMake version 3.1. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0053.html b/cmake/doc/cmake/html/policy/CMP0053.html new file mode 100644 index 0000000000000000000000000000000000000000..22a5178303be0f95984fc6aada1d92ffc5289ab6 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0053.html @@ -0,0 +1,182 @@ + + + + + + + + CMP0053 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0053

+
+

Added in version 3.1.

+
+

Simplify variable reference and escape sequence evaluation.

+

CMake 3.1 introduced a much faster implementation of evaluation of the +Variable References and Escape Sequences documented in the +cmake-language(7) manual. While the behavior is identical +to the legacy implementation in most cases, some corner cases were +cleaned up to simplify the behavior. Specifically:

+
    +
  • Expansion of @VAR@ reference syntax defined by the +configure_file() and string(CONFIGURE) +commands is no longer performed in other contexts.

  • +
  • Literal ${VAR} reference syntax may contain only +alphanumeric characters (A-Z, a-z, 0-9) and +the characters _, ., /, -, and +. +Note that $ is technically allowed in the NEW behavior, but is +invalid for OLD behavior. This is due to an oversight during the +implementation of CMP0053 and its use as a literal variable +reference is discouraged for this reason. +Variables with other characters in their name may still +be referenced indirectly, e.g.

    +
    set(varname "otherwise & disallowed $ characters")
    +message("${${varname}}")
    +
    +
    +
  • +
  • The setting of policy CMP0010 is not considered, +so improper variable reference syntax is always an error.

  • +
  • More characters are allowed to be escaped in variable names. +Previously, only ()#" \@^ were valid characters to +escape. Now any non-alphanumeric, non-semicolon, non-NUL +character may be escaped following the escape_identity +production in the Escape Sequences section of the +cmake-language(7) manual.

  • +
+

The OLD behavior for this policy is to honor the legacy behavior for +variable references and escape sequences. The NEW behavior is to +use the simpler variable expansion and escape sequence evaluation rules.

+

This policy was introduced in CMake version 3.1. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0054.html b/cmake/doc/cmake/html/policy/CMP0054.html new file mode 100644 index 0000000000000000000000000000000000000000..5a8a9fac491b8707e852d8873c03ea2360ab0224 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0054.html @@ -0,0 +1,178 @@ + + + + + + + + CMP0054 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0054

+
+

Added in version 3.1.

+
+

Only interpret if() arguments as variables or keywords when unquoted.

+

CMake 3.1 and above no longer implicitly dereference variables or +interpret keywords in an if() command argument when +it is a Quoted Argument or a Bracket Argument.

+

The OLD behavior for this policy is to dereference variables and +interpret keywords even if they are quoted or bracketed. +The NEW behavior is to not dereference variables or interpret keywords +that have been quoted or bracketed.

+

Given the following partial example:

+
set(A E)
+set(E "")
+
+if("${A}" STREQUAL "")
+  message("Result is TRUE before CMake 3.1 or when CMP0054 is OLD")
+else()
+  message("Result is FALSE in CMake 3.1 and above if CMP0054 is NEW")
+endif()
+
+
+

After explicit expansion of variables this gives:

+
if("E" STREQUAL "")
+
+
+

With the policy set to OLD implicit expansion reduces this semantically to:

+
if("" STREQUAL "")
+
+
+

With the policy set to NEW the quoted arguments will not be +further dereferenced:

+
if("E" STREQUAL "")
+
+
+

This policy was introduced in CMake version 3.1. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0055.html b/cmake/doc/cmake/html/policy/CMP0055.html new file mode 100644 index 0000000000000000000000000000000000000000..9165bf34a008dd6cd313491231ba41c251ee55d3 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0055.html @@ -0,0 +1,153 @@ + + + + + + + + CMP0055 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0055

+
+

Added in version 3.2.

+
+

Strict checking for the break() command.

+

CMake 3.1 and lower allowed calls to the break() command +outside of a loop context and also ignored any given arguments. +This was undefined behavior.

+

The OLD behavior for this policy is to allow break() to be placed +outside of loop contexts and ignores any arguments. The NEW behavior for this +policy is to issue an error if a misplaced break or any arguments are found.

+

This policy was introduced in CMake version 3.2. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0056.html b/cmake/doc/cmake/html/policy/CMP0056.html new file mode 100644 index 0000000000000000000000000000000000000000..c9d54984267ed13dd9321affb87b41e09511f236 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0056.html @@ -0,0 +1,169 @@ + + + + + + + + CMP0056 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0056

+
+

Added in version 3.2.

+
+

Honor link flags in try_compile() source-file signature.

+

The try_compile() command source-file signature generates a +CMakeLists.txt file to build the source file into an executable. +In order to compile the source the same way as it might be compiled +by the calling project, the generated project sets the value of the +CMAKE_<LANG>_FLAGS variable to that in the calling project. +The value of the CMAKE_EXE_LINKER_FLAGS variable may be +needed in some cases too, but CMake 3.1 and lower did not set it in +the generated project. CMake 3.2 and above prefer to set it so that +linker flags are honored as well as compiler flags. This policy +provides compatibility with the pre-3.2 behavior.

+

The OLD behavior for this policy is to not set the value of the +CMAKE_EXE_LINKER_FLAGS variable in the generated test +project. The NEW behavior for this policy is to set the value of +the CMAKE_EXE_LINKER_FLAGS variable in the test project +to the same as it is in the calling project.

+

If the project code does not set the policy explicitly, users may +set it on the command line by defining the +CMAKE_POLICY_DEFAULT_CMP0056 +variable in the cache.

+

This policy was introduced in CMake version 3.2. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn by default, and uses OLD behavior.

+

See documentation of the +CMAKE_POLICY_WARNING_CMP0056 +variable to control the warning.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0057.html b/cmake/doc/cmake/html/policy/CMP0057.html new file mode 100644 index 0000000000000000000000000000000000000000..13fde5179735ad097e2ae94ac58eb4ca1a77d1ba --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0057.html @@ -0,0 +1,150 @@ + + + + + + + + CMP0057 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0057

+
+

Added in version 3.3.

+
+

Support new if() IN_LIST operator.

+

CMake 3.3 adds support for the new IN_LIST operator.

+

The OLD behavior for this policy is to ignore the IN_LIST operator. +The NEW behavior is to interpret the IN_LIST operator.

+

This policy was introduced in CMake version 3.3. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0058.html b/cmake/doc/cmake/html/policy/CMP0058.html new file mode 100644 index 0000000000000000000000000000000000000000..402577e4ef8e27e830065c2871423a57d6dbd129 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0058.html @@ -0,0 +1,245 @@ + + + + + + + + CMP0058 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0058

+
+

Added in version 3.3.

+
+

Ninja requires custom command byproducts to be explicit.

+

When an intermediate file generated during the build is consumed +by an expensive operation or a large tree of dependents, one may +reduce the work needed for an incremental rebuild by updating the +file timestamp only when its content changes. With this approach +the generation rule must have a separate output file that is always +updated with a new timestamp that is newer than any dependencies of +the rule so that the build tool re-runs the rule only when the input +changes. We refer to the separate output file as a rule's witness +and the generated file as a rule's byproduct.

+

Byproducts may not be listed as outputs because their timestamps are +allowed to be older than the inputs. No build tools (like make) +that existed when CMake was designed have a way to express byproducts. +Therefore CMake versions prior to 3.2 had no way to specify them. +Projects typically left byproducts undeclared in the rules that +generate them. For example:

+
add_custom_command(
+  OUTPUT witness.txt
+  COMMAND ${CMAKE_COMMAND} -E copy_if_different
+          ${CMAKE_CURRENT_SOURCE_DIR}/input.txt
+          byproduct.txt # timestamp may not change
+  COMMAND ${CMAKE_COMMAND} -E touch witness.txt
+  DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/input.txt
+  )
+add_custom_target(Provider DEPENDS witness.txt)
+add_custom_command(
+  OUTPUT generated.c
+  COMMAND expensive-task -i byproduct.txt -o generated.c
+  DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/byproduct.txt
+  )
+add_library(Consumer generated.c)
+add_dependencies(Consumer Provider)
+
+
+

This works well for all generators except Ninja. +The Ninja build tool sees a rule listing byproduct.txt +as a dependency and no rule listing it as an output. Ninja then +complains that there is no way to satisfy the dependency and +stops building even though there are order-only dependencies +that ensure byproduct.txt will exist before its consumers +need it. See discussion of this problem in Ninja Issue 760 +for further details on why Ninja works this way.

+

Instead of leaving byproducts undeclared in the rules that generate +them, Ninja expects byproducts to be listed along with other outputs. +Such rules may be marked with a restat option that tells Ninja +to check the timestamps of outputs after the rules run. This +prevents byproducts whose timestamps do not change from causing +their dependents to re-build unnecessarily.

+

Since the above approach does not tell CMake what custom command +generates byproduct.txt, the Ninja generator does not have +enough information to add the byproduct as an output of any rule. +CMake 2.8.12 and above work around this problem and allow projects +using the above approach to build by generating phony build +rules to tell Ninja to tolerate such missing files. However, this +workaround prevents Ninja from diagnosing a dependency that is +really missing. It also works poorly in in-source builds where +every custom command dependency, even on source files, needs to +be treated this way because CMake does not have enough information +to know which files are generated as byproducts of custom commands.

+
+

Introducing Byproducts

+

CMake 3.2 introduced the BYPRODUCTS option to the +add_custom_command() and add_custom_target() +commands. This option allows byproducts to be specified explicitly:

+
add_custom_command(
+  OUTPUT witness.txt
+  BYPRODUCTS byproduct.txt # explicit byproduct specification
+  COMMAND ${CMAKE_COMMAND} -E copy_if_different
+          ${CMAKE_CURRENT_SOURCE_DIR}/input.txt
+          byproduct.txt # timestamp may not change
+...
+
+
+

The BYPRODUCTS option is used by the Ninja generator +to list byproducts among the outputs of the custom commands that +generate them, and is ignored by other generators.

+

CMake 3.3 and above prefer to require projects to specify custom +command byproducts explicitly so that it can avoid using the +phony rule workaround altogether. Policy CMP0058 was +introduced to provide compatibility with existing projects that +still need the workaround.

+

This policy has no effect on generators other than Ninja. +The OLD behavior for this policy is to generate Ninja phony +rules for unknown dependencies in the build tree. The NEW +behavior for this policy is to not generate these and instead +require projects to specify custom command BYPRODUCTS explicitly.

+

This policy was introduced in CMake version 3.3. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns when it sees unknown dependencies in out-of-source build trees, and uses OLD behavior.

+

The policy setting must be in scope at the end of the top-level +CMakeLists.txt file of the project and has global effect.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0059.html b/cmake/doc/cmake/html/policy/CMP0059.html new file mode 100644 index 0000000000000000000000000000000000000000..674efed3a56b5d88b5efc3adf5558e03479ac0ea --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0059.html @@ -0,0 +1,153 @@ + + + + + + + + CMP0059 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0059

+
+

Added in version 3.3.

+
+

Do not treat DEFINITIONS as a built-in directory property.

+

CMake 3.3 and above no longer make a list of definitions available through +the DEFINITIONS directory property. The +COMPILE_DEFINITIONS directory property may be used instead.

+

The OLD behavior for this policy is to provide the list of flags given +so far to the add_definitions() command. The NEW behavior is +to behave as a normal user-defined directory property.

+

This policy was introduced in CMake version 3.3. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0060.html b/cmake/doc/cmake/html/policy/CMP0060.html new file mode 100644 index 0000000000000000000000000000000000000000..f34661a2e074b45ab9701260b94a1043bbc100d4 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0060.html @@ -0,0 +1,197 @@ + + + + + + + + CMP0060 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0060

+
+

Added in version 3.3.

+
+

Link libraries by full path even in implicit directories.

+

Policy CMP0003 was introduced with the intention of always +linking library files by full path when a full path is given to the +target_link_libraries() command. However, on some platforms +(e.g. HP-UX) the compiler front-end adds alternative library search paths +for the current architecture (e.g. /usr/lib/<arch> has alternatives +to libraries in /usr/lib for the current architecture). +On such platforms the find_library() may find a library such as +/usr/lib/libfoo.so that does not belong to the current architecture.

+

Prior to policy CMP0003 projects would still build in such +cases because the incorrect library path would be converted to -lfoo +on the link line and the linker would find the proper library in the +arch-specific search path provided by the compiler front-end implicitly. +At the time we chose to remain compatible with such projects by always +converting library files found in implicit link directories to -lfoo +flags to ask the linker to search for them. This approach allowed existing +projects to continue to build while still linking to libraries outside +implicit link directories via full path (such as those in the build tree).

+

CMake does allow projects to override this behavior by using an +IMPORTED library target with its +IMPORTED_LOCATION property set to the desired full path to +a library file. In fact, many Find Modules are learning to provide +Imported Targets instead of just the traditional Foo_LIBRARIES +variable listing library files. However, this makes the link line +generated for a library found by a Find Module depend on whether it +is linked through an imported target or not, which is inconsistent. +Furthermore, this behavior has been a source of confusion because the +generated link line for a library file depends on its location. It is +also problematic for projects trying to link statically because flags +like -Wl,-Bstatic -lfoo -Wl,-Bdynamic may be used to help the linker +select libfoo.a instead of libfoo.so but then leak dynamic linking +to following libraries. (See the LINK_SEARCH_END_STATIC +target property for a solution typically used for that problem.)

+

When the special case for libraries in implicit link directories was first +introduced the list of implicit link directories was simply hard-coded +(e.g. /lib, /usr/lib, and a few others). Since that time, CMake +has learned to detect the implicit link directories used by the compiler +front-end. If necessary, the find_library() command could be +taught to use this information to help find libraries of the proper +architecture.

+

For these reasons, CMake 3.3 and above prefer to drop the special case +and link libraries by full path even when they are in implicit link +directories. Policy CMP0060 provides compatibility for existing +projects.

+

The OLD behavior for this policy is to ask the linker to search for +libraries whose full paths are known to be in implicit link directories. +The NEW behavior for this policy is to link libraries by full path even +if they are in implicit link directories.

+

This policy was introduced in CMake version 3.3. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn by default, and uses OLD behavior.

+

See documentation of the +CMAKE_POLICY_WARNING_CMP0060 +variable to control the warning.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0061.html b/cmake/doc/cmake/html/policy/CMP0061.html new file mode 100644 index 0000000000000000000000000000000000000000..16c42a4034f0fd15df05e17c184a5cfd731cf5f6 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0061.html @@ -0,0 +1,160 @@ + + + + + + + + CMP0061 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0061

+
+

Added in version 3.3.

+
+

CTest does not by default tell make to ignore errors (-i).

+

The ctest_build() and build_command() commands no +longer generate build commands for Makefile Generators with +the -i option. Previously this was done to help build as much +of tested projects as possible. However, this behavior is not +consistent with other generators and also causes the return code +of the make tool to be meaningless.

+

Of course users may still add this option manually by setting +CTEST_BUILD_COMMAND or the MAKECOMMAND cache entry. +See the CTest Build Step MakeCommand setting documentation +for their effects.

+

The OLD behavior for this policy is to add -i to make +calls in CTest. The NEW behavior for this policy is to not +add -i.

+

This policy was introduced in CMake version 3.3. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0062.html b/cmake/doc/cmake/html/policy/CMP0062.html new file mode 100644 index 0000000000000000000000000000000000000000..a8487b9ee04e4a826e989b9d53495f170c5575d4 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0062.html @@ -0,0 +1,161 @@ + + + + + + + + CMP0062 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0062

+
+

Added in version 3.3.

+
+

Disallow install() of export() result.

+

The export() command generates a file containing +Imported Targets, which is suitable for use from the build +directory. It is not suitable for installation because it contains absolute +paths to buildsystem locations, and is particular to a single build +configuration.

+

The install(EXPORT) generates and installs files which contain +Imported Targets. These files are generated with relative paths +(unless the user specifies absolute paths), and are designed for +multi-configuration use. See Creating Packages for more.

+

CMake 3.3 no longer allows the use of the install(FILES) command +with the result of the export() command.

+

The OLD behavior for this policy is to allow installing the result of +an export() command. The NEW behavior for this policy is +not to allow installing the result of an export() command.

+

This policy was introduced in CMake version 3.3. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0063.html b/cmake/doc/cmake/html/policy/CMP0063.html new file mode 100644 index 0000000000000000000000000000000000000000..8fa1a362b3cf7aed4376695715c8d6169affac11 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0063.html @@ -0,0 +1,162 @@ + + + + + + + + CMP0063 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0063

+
+

Added in version 3.3.

+
+

Honor visibility properties for all target types.

+

The <LANG>_VISIBILITY_PRESET and +VISIBILITY_INLINES_HIDDEN target properties affect visibility +of symbols during dynamic linking. When first introduced these properties +affected compilation of sources only in shared libraries, module libraries, +and executables with the ENABLE_EXPORTS property set. This +was sufficient for the basic use cases of shared libraries and executables +with plugins. However, some sources may be compiled as part of static +libraries or object libraries and then linked into a shared library later. +CMake 3.3 and above prefer to honor these properties for sources compiled +in all target types. This policy preserves compatibility for projects +expecting the properties to work only for some target types.

+

The OLD behavior for this policy is to ignore the visibility properties +for static libraries, object libraries, and executables without exports. +The NEW behavior for this policy is to honor the visibility properties +for all target types.

+

This policy was introduced in CMake version 3.3. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0064.html b/cmake/doc/cmake/html/policy/CMP0064.html new file mode 100644 index 0000000000000000000000000000000000000000..ff543dde9a825ef1eb088951ea0a1aa7bf94005d --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0064.html @@ -0,0 +1,151 @@ + + + + + + + + CMP0064 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0064

+
+

Added in version 3.4.

+
+

Recognize TEST as a operator for the if() command.

+

The TEST operator was added to the if() command to determine if a +given test name was created by the add_test() command.

+

The OLD behavior for this policy is to ignore the TEST operator. +The NEW behavior is to interpret the TEST operator.

+

This policy was introduced in CMake version 3.4. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0065.html b/cmake/doc/cmake/html/policy/CMP0065.html new file mode 100644 index 0000000000000000000000000000000000000000..44295803879c24a6dacd022aad357fceb470ea0e --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0065.html @@ -0,0 +1,162 @@ + + + + + + + + CMP0065 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0065

+
+

Added in version 3.4.

+
+

Do not add flags to export symbols from executables without +the ENABLE_EXPORTS target property.

+

CMake 3.3 and below, for historical reasons, always linked executables +on some platforms with flags like -rdynamic to export symbols from +the executables for use by any plugins they may load via dlopen. +CMake 3.4 and above prefer to do this only for executables that are +explicitly marked with the ENABLE_EXPORTS target property.

+

The OLD behavior of this policy is to always use the additional link +flags when linking executables regardless of the value of the +ENABLE_EXPORTS target property.

+

The NEW behavior of this policy is to only use the additional link +flags when linking executables if the ENABLE_EXPORTS target +property is set to True.

+

This policy was introduced in CMake version 3.4. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn by default, and uses OLD behavior.

+

See documentation of the +CMAKE_POLICY_WARNING_CMP0065 +variable to control the warning.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0066.html b/cmake/doc/cmake/html/policy/CMP0066.html new file mode 100644 index 0000000000000000000000000000000000000000..e02f6bfe24550c1dcaa8aa788a8144f9d364e5c8 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0066.html @@ -0,0 +1,162 @@ + + + + + + + + CMP0066 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0066

+
+

Added in version 3.7.

+
+

Honor per-config flags in try_compile() source-file signature.

+

The source file signature of the try_compile() command uses the value +of the CMAKE_<LANG>_FLAGS variable in the test project so that the +test compilation works as it would in the main project. However, CMake 3.6 and +below do not also honor config-specific compiler flags such as those in the +CMAKE_<LANG>_FLAGS_DEBUG variable. CMake 3.7 and above prefer to +honor config-specific compiler flags too. This policy provides compatibility +for projects that do not expect config-specific compiler flags to be used.

+

The OLD behavior of this policy is to ignore config-specific flag +variables like CMAKE_<LANG>_FLAGS_DEBUG and only use CMake's +built-in defaults for the current compiler and platform.

+

The NEW behavior of this policy is to honor config-specific flag +variables like CMAKE_<LANG>_FLAGS_DEBUG.

+

This policy was introduced in CMake version 3.7. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn by default, and uses OLD behavior.

+

See documentation of the +CMAKE_POLICY_WARNING_CMP0066 +variable to control the warning.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0067.html b/cmake/doc/cmake/html/policy/CMP0067.html new file mode 100644 index 0000000000000000000000000000000000000000..8801a375a6e73cede38237bae9c73bb92f5d429e --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0067.html @@ -0,0 +1,173 @@ + + + + + + + + CMP0067 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0067

+
+

Added in version 3.8.

+
+

Honor language standard in try_compile() source-file signature.

+

The try_compile() source file signature is intended to allow +callers to check whether they will be able to compile a given source file +with the current toolchain. In order to match compiler behavior, any +language standard mode should match. However, CMake 3.7 and below did not +do this. CMake 3.8 and above prefer to honor the language standard settings +for C, CXX (C++), and CUDA using the values of the variables:

+ +

This policy provides compatibility for projects that do not expect +the language standard settings to be used automatically.

+

The OLD behavior of this policy is to ignore language standard +setting variables when generating the try_compile test project. +The NEW behavior of this policy is to honor language standard +setting variables.

+

This policy was introduced in CMake version 3.8. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn by default, and uses OLD behavior.

+

See documentation of the +CMAKE_POLICY_WARNING_CMP0067 +variable to control the warning.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0068.html b/cmake/doc/cmake/html/policy/CMP0068.html new file mode 100644 index 0000000000000000000000000000000000000000..8798ec8ec4389e414d5efee506c35e835f645968 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0068.html @@ -0,0 +1,168 @@ + + + + + + + + CMP0068 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0068

+
+

Added in version 3.9.

+
+

RPATH settings on macOS do not affect install_name.

+

CMake 3.9 and newer remove any effect the following settings may have on the +install_name of a target on macOS:

+ +

Previously, setting BUILD_WITH_INSTALL_RPATH had the effect of +setting both the install_name of a target to INSTALL_NAME_DIR +and the RPATH to INSTALL_RPATH. In CMake 3.9, it only affects +setting of RPATH. However, if one wants INSTALL_NAME_DIR to +apply to the target in the build tree, one may set +BUILD_WITH_INSTALL_NAME_DIR.

+

If SKIP_BUILD_RPATH, CMAKE_SKIP_RPATH or +CMAKE_SKIP_INSTALL_RPATH were used to strip the directory portion +of the install_name of a target, one may set INSTALL_NAME_DIR="" +instead.

+

The OLD behavior of this policy is to use the RPATH settings for +install_name on macOS. The NEW behavior of this policy is to ignore +the RPATH settings for install_name on macOS.

+

This policy was introduced in CMake version 3.9. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0069.html b/cmake/doc/cmake/html/policy/CMP0069.html new file mode 100644 index 0000000000000000000000000000000000000000..445b09eac8ff55ae743aa052e51c12660b3087e3 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0069.html @@ -0,0 +1,227 @@ + + + + + + + + CMP0069 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0069

+
+

Added in version 3.9.

+
+

INTERPROCEDURAL_OPTIMIZATION is enforced when enabled.

+

CMake 3.9 and newer prefer to add IPO flags whenever the +INTERPROCEDURAL_OPTIMIZATION target property is enabled and +produce an error if flags are not known to CMake for the current compiler. +Since a given compiler may not support IPO flags in all environments in which +it is used, it is now the project's responsibility to use the +CheckIPOSupported module to check for support before enabling the +INTERPROCEDURAL_OPTIMIZATION target property. This approach +allows a project to conditionally activate IPO when supported. It also +allows an end user to set the CMAKE_INTERPROCEDURAL_OPTIMIZATION +variable in an environment known to support IPO even if the project does +not enable the property.

+

Since CMake 3.8 and lower only honored INTERPROCEDURAL_OPTIMIZATION +for the Intel compiler on Linux, some projects may unconditionally enable the +target property. Policy CMP0069 provides compatibility with such projects.

+

This policy takes effect whenever the IPO property is enabled. The OLD +behavior for this policy is to add IPO flags only for Intel compiler on Linux. +The NEW behavior for this policy is to add IPO flags for the current +compiler or produce an error if CMake does not know the flags.

+

This policy was introduced in CMake version 3.9. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+

Examples

+

Behave like CMake 3.8 and do not apply any IPO flags except for Intel compiler +on Linux:

+
cmake_minimum_required(VERSION 3.8)
+project(foo)
+
+# ...
+
+set_property(TARGET ... PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE)
+
+
+

Use the CheckIPOSupported module to detect whether IPO is +supported by the current compiler, environment, and CMake version. +Produce a fatal error if support is not available:

+
cmake_minimum_required(VERSION 3.9) # CMP0069 NEW
+project(foo)
+
+include(CheckIPOSupported)
+check_ipo_supported()
+
+# ...
+
+set_property(TARGET ... PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE)
+
+
+

Apply IPO flags only if compiler supports it:

+
cmake_minimum_required(VERSION 3.9) # CMP0069 NEW
+project(foo)
+
+include(CheckIPOSupported)
+
+# ...
+
+check_ipo_supported(RESULT result)
+if(result)
+  set_property(TARGET ... PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE)
+endif()
+
+
+

Apply IPO flags without any checks. This may lead to build errors if IPO +is not supported by the compiler in the current environment. Produce an +error if CMake does not know IPO flags for the current compiler:

+
cmake_minimum_required(VERSION 3.9) # CMP0069 NEW
+project(foo)
+
+# ...
+
+set_property(TARGET ... PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE)
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0070.html b/cmake/doc/cmake/html/policy/CMP0070.html new file mode 100644 index 0000000000000000000000000000000000000000..a83cb401f126e91cf429076de4b570a858a9031a --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0070.html @@ -0,0 +1,159 @@ + + + + + + + + CMP0070 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0070

+
+

Added in version 3.10.

+
+

Define file(GENERATE) behavior for relative paths.

+

CMake 3.10 and newer define that relative paths given to INPUT and +OUTPUT arguments of file(GENERATE) are interpreted relative to the +current source and binary directories, respectively. CMake 3.9 and lower did +not define any behavior for relative paths but did not diagnose them either +and accidentally treated them relative to the process working directory. +Policy CMP0070 provides compatibility with projects that used the old +undefined behavior.

+

This policy affects behavior of relative paths given to file(GENERATE). +The OLD behavior for this policy is to treat the paths relative to the +working directory of CMake. The NEW behavior for this policy is to +interpret relative paths with respect to the current source or binary +directory of the caller.

+

This policy was introduced in CMake version 3.10. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0071.html b/cmake/doc/cmake/html/policy/CMP0071.html new file mode 100644 index 0000000000000000000000000000000000000000..0ed7f79c5aca603bfcf1c5cb31cb5b263c70a8f4 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0071.html @@ -0,0 +1,174 @@ + + + + + + + + CMP0071 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0071

+
+

Added in version 3.10.

+
+

Let AUTOMOC and AUTOUIC process +GENERATED files.

+

Since version 3.10, CMake processes regular and GENERATED +source files in AUTOMOC and AUTOUIC. +In earlier CMake versions, only regular source files were processed. +GENERATED source files were ignored silently.

+

This policy affects how source files that are GENERATED +get treated in AUTOMOC and AUTOUIC.

+

The OLD behavior for this policy is to ignore GENERATED +source files in AUTOMOC and AUTOUIC.

+

The NEW behavior for this policy is to process GENERATED +source files in AUTOMOC and AUTOUIC just like regular +source files.

+
+

Note

+

To silence the CMP0071 warning source files can be excluded from +AUTOMOC and AUTOUIC processing by setting the +source file properties SKIP_AUTOMOC, SKIP_AUTOUIC or +SKIP_AUTOGEN.

+
+

Source skip example:

+
# ...
+set_property(SOURCE /path/to/file1.h PROPERTY SKIP_AUTOMOC ON)
+set_property(SOURCE /path/to/file2.h PROPERTY SKIP_AUTOUIC ON)
+set_property(SOURCE /path/to/file3.h PROPERTY SKIP_AUTOGEN ON)
+# ...
+
+
+

This policy was introduced in CMake version 3.10. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0072.html b/cmake/doc/cmake/html/policy/CMP0072.html new file mode 100644 index 0000000000000000000000000000000000000000..7be03e97726135fdcf73dbfb4e3043d68f159d44 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0072.html @@ -0,0 +1,159 @@ + + + + + + + + CMP0072 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0072

+
+

Added in version 3.11.

+
+

FindOpenGL prefers GLVND by default when available.

+

The FindOpenGL module provides an OpenGL::GL target and an +OPENGL_LIBRARIES variable for projects to use for legacy GL interfaces. +When both a legacy GL library (e.g. libGL.so) and GLVND libraries +for OpenGL and GLX (e.g. libOpenGL.so and libGLX.so) are available, +the module must choose between them. It documents an OpenGL_GL_PREFERENCE +variable that can be used to specify an explicit preference. When no such +preference is set, the module must choose a default preference.

+

CMake 3.11 and above prefer to choose GLVND libraries. This policy provides +compatibility with projects that expect the legacy GL library to be used.

+

The OLD behavior for this policy is to set OpenGL_GL_PREFERENCE to +LEGACY. The NEW behavior for this policy is to set +OpenGL_GL_PREFERENCE to GLVND.

+

This policy was introduced in CMake version 3.11. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0073.html b/cmake/doc/cmake/html/policy/CMP0073.html new file mode 100644 index 0000000000000000000000000000000000000000..4a737d561bb817fcef521afd647cc990e969218d --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0073.html @@ -0,0 +1,158 @@ + + + + + + + + CMP0073 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0073

+
+

Added in version 3.12.

+
+

Do not produce legacy _LIB_DEPENDS cache entries.

+

Ancient CMake versions once used <tgt>_LIB_DEPENDS cache entries to +propagate library link dependencies. This has long been done by other +means, leaving the export_library_dependencies() command as the +only user of these values. That command has long been disallowed by +policy CMP0033, but the <tgt>_LIB_DEPENDS cache entries +were left for compatibility with possible non-standard uses by projects.

+

CMake 3.12 and above now prefer to not produce these cache entries +at all. This policy provides compatibility with projects that have +not been updated to avoid using them.

+

The OLD behavior for this policy is to set <tgt>_LIB_DEPENDS cache +entries. The NEW behavior for this policy is to not set them.

+

This policy was introduced in CMake version 3.12. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0074.html b/cmake/doc/cmake/html/policy/CMP0074.html new file mode 100644 index 0000000000000000000000000000000000000000..32f2fa8094decb21046535fe85014dcc0062d5c3 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0074.html @@ -0,0 +1,157 @@ + + + + + + + + CMP0074 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0074

+
+

Added in version 3.12.

+
+

find_package() uses <PackageName>_ROOT variables.

+

In CMake 3.12 and above the find_package(<PackageName>) command now +searches prefixes specified by the <PackageName>_ROOT CMake +variable and the <PackageName>_ROOT environment variable. +Package roots are maintained as a stack so nested calls to all find_* +commands inside find modules and config packages also search the roots as +prefixes. This policy provides compatibility with projects that have not been +updated to avoid using <PackageName>_ROOT variables for other purposes.

+

The OLD behavior for this policy is to ignore <PackageName>_ROOT +variables. The NEW behavior for this policy is to use +<PackageName>_ROOT variables.

+

This policy was introduced in CMake version 3.12. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0075.html b/cmake/doc/cmake/html/policy/CMP0075.html new file mode 100644 index 0000000000000000000000000000000000000000..a869dd55586281a13735de3ef600f2a8b502319c --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0075.html @@ -0,0 +1,160 @@ + + + + + + + + CMP0075 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0075

+
+

Added in version 3.12.

+
+

Include file check macros honor CMAKE_REQUIRED_LIBRARIES.

+

In CMake 3.12 and above, the

+ +

now prefer to link the check executable to the libraries listed in the +CMAKE_REQUIRED_LIBRARIES variable. This policy provides compatibility +with projects that have not been updated to expect this behavior.

+

The OLD behavior for this policy is to ignore CMAKE_REQUIRED_LIBRARIES +in the include file check macros. The NEW behavior of this policy is to +honor CMAKE_REQUIRED_LIBRARIES in the include file check macros.

+

This policy was introduced in CMake version 3.12. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0076.html b/cmake/doc/cmake/html/policy/CMP0076.html new file mode 100644 index 0000000000000000000000000000000000000000..db7ee9b744d55faf23935951cfdff50554bc3b9f --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0076.html @@ -0,0 +1,160 @@ + + + + + + + + CMP0076 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0076

+
+

Added in version 3.13.

+
+

The target_sources() command converts relative paths to absolute.

+

In CMake 3.13 and above, the target_sources() command now converts +relative source file paths to absolute paths in the following cases:

+ +

A path that begins with a generator expression is always left unmodified.

+

This policy provides compatibility with projects that have not been updated +to expect this behavior. The OLD behavior for this policy is to leave +all relative source file paths unmodified. The NEW behavior of this +policy is to convert relative paths to absolute according to above rules.

+

This policy was introduced in CMake version 3.13. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0077.html b/cmake/doc/cmake/html/policy/CMP0077.html new file mode 100644 index 0000000000000000000000000000000000000000..5711c9e0d620cd30d53f9a1143f854c52e9d334e --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0077.html @@ -0,0 +1,189 @@ + + + + + + + + CMP0077 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0077

+
+

Added in version 3.13.

+
+

option() honors normal variables.

+

The option() command is typically used to create a cache entry +to allow users to set the option. However, there are cases in which a +normal (non-cached) variable of the same name as the option may be +defined by the project prior to calling the option() command. +For example, a project that embeds another project as a subdirectory +may want to hard-code options of the subproject to build the way it needs.

+

For historical reasons in CMake 3.12 and below the option() +command removes a normal (non-cached) variable of the same name when:

+
    +
  • a cache entry of the specified name does not exist at all, or

  • +
  • a cache entry of the specified name exists but has not been given +a type (e.g. via -D<name>=ON on the command line).

  • +
+

In both of these cases (typically on the first run in a new build tree), +the option() command gives the cache entry type BOOL and +removes any normal (non-cached) variable of the same name. In the +remaining case that the cache entry of the specified name already +exists and has a type (typically on later runs in a build tree), the +option() command changes nothing and any normal variable of +the same name remains set.

+

In CMake 3.13 and above the option() command prefers to +do nothing when a normal variable of the given name already exists. +It does not create or update a cache entry or remove the normal variable. +The new behavior is consistent between the first and later runs in a +build tree. This policy provides compatibility with projects that have +not been updated to expect the new behavior.

+

When the option() command sees a normal variable of the given +name:

+
    +
  • The OLD behavior for this policy is to proceed even when a normal +variable of the same name exists. If the cache entry does not already +exist and have a type then it is created and/or given a type and the +normal variable is removed.

  • +
  • The NEW behavior for this policy is to do nothing when a normal +variable of the same name exists. The normal variable is not removed. +The cache entry is not created or updated and is ignored if it exists.

  • +
+

See CMP0126 for a similar policy for the set(CACHE) +command, but note that there are some differences in NEW behavior +between the two policies.

+

This policy was introduced in CMake version 3.13. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+

Use the CMAKE_POLICY_DEFAULT_CMP0077 variable to set the policy for +a third-party project in a subdirectory without modifying it.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0078.html b/cmake/doc/cmake/html/policy/CMP0078.html new file mode 100644 index 0000000000000000000000000000000000000000..73ac8fefb37d726324a18acb1033ea6919e0841f --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0078.html @@ -0,0 +1,159 @@ + + + + + + + + CMP0078 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0078

+
+

Added in version 3.13.

+
+

UseSWIG generates standard target names.

+

Starting with CMake 3.13, UseSWIG generates now standard target +names. This policy provides compatibility with projects that expect the legacy +behavior.

+

The OLD behavior for this policy relies on +UseSWIG_TARGET_NAME_PREFERENCE variable that can be used to specify an +explicit preference. The value may be one of:

+
    +
  • LEGACY: legacy strategy is applied. Variable +SWIG_MODULE_<name>_REAL_NAME must be used to get real target name. +This is the default if not specified.

  • +
  • STANDARD: target name matches specified name.

  • +
+

This policy was introduced in CMake version 3.13. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0079.html b/cmake/doc/cmake/html/policy/CMP0079.html new file mode 100644 index 0000000000000000000000000000000000000000..314549775486495e5b9a1c005dff006d4d055c05 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0079.html @@ -0,0 +1,172 @@ + + + + + + + + CMP0079 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0079

+
+

Added in version 3.13.

+
+

target_link_libraries() allows use with targets in other directories.

+

Prior to CMake 3.13 the target_link_libraries() command did not +accept targets not created in the calling directory as its first argument +for calls that update the LINK_LIBRARIES of the target itself. +It did accidentally accept targets from other directories on calls that +only update the INTERFACE_LINK_LIBRARIES, but would simply +add entries to the property as if the call were made in the original +directory. Thus link interface libraries specified this way were always +looked up by generators in the scope of the original target rather than +in the scope that called target_link_libraries().

+

CMake 3.13 now allows the target_link_libraries() command to +be called from any directory to add link dependencies and link interface +libraries to targets created in other directories. The entries are added +to LINK_LIBRARIES and INTERFACE_LINK_LIBRARIES +using a special (internal) suffix to tell the generators to look up the +names in the calling scope rather than the scope that created the target.

+

This policy provides compatibility with projects that already use +target_link_libraries() with the INTERFACE keyword +on a target in another directory to add INTERFACE_LINK_LIBRARIES +entries to be looked up in the target's directory. Such projects should +be updated to be aware of the new scoping rules in that case.

+

The OLD behavior of this policy is to disallow +target_link_libraries() calls naming targets from another directory +except in the previously accidentally allowed case of using the INTERFACE +keyword only. The NEW behavior of this policy is to allow all such +calls but use the new scoping rules.

+

This policy was introduced in CMake version 3.13. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0080.html b/cmake/doc/cmake/html/policy/CMP0080.html new file mode 100644 index 0000000000000000000000000000000000000000..1d1819dcb69e71ed98e2bd839c0176572cf0324f --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0080.html @@ -0,0 +1,158 @@ + + + + + + + + CMP0080 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0080

+
+

Added in version 3.13.

+
+

BundleUtilities cannot be included at configure time.

+

The macros provided by BundleUtilities are intended to be invoked +at install time rather than at configure time, because they depend on the +listed targets already existing at the time they are invoked. If they are +invoked at configure time, the targets haven't been built yet, and the +commands will fail.

+

This policy restricts the inclusion of BundleUtilities to +cmake -P style scripts and install rules. Specifically, it looks for the +presence of CMAKE_GENERATOR and throws a fatal error if it exists.

+

The OLD behavior of this policy is to allow BundleUtilities to +be included at configure time. The NEW behavior of this policy is to +disallow such inclusion.

+

This policy was introduced in CMake version 3.13. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0081.html b/cmake/doc/cmake/html/policy/CMP0081.html new file mode 100644 index 0000000000000000000000000000000000000000..9096879ae24d8253ccc4045c1db9f48c0afa2972 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0081.html @@ -0,0 +1,157 @@ + + + + + + + + CMP0081 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0081

+
+

Added in version 3.13.

+
+

Relative paths not allowed in LINK_DIRECTORIES target property.

+

CMake 3.12 and lower allowed the LINK_DIRECTORIES directory +property to contain relative paths. The base path for such relative +entries is not well defined. CMake 3.13 and later will issue a +FATAL_ERROR if the LINK_DIRECTORIES target property +(which is initialized by the LINK_DIRECTORIES directory property) +contains a relative path.

+

The OLD behavior for this policy is not to warn about relative paths +in the LINK_DIRECTORIES target property. The NEW behavior for +this policy is to issue a FATAL_ERROR if LINK_DIRECTORIES +contains a relative path.

+

This policy was introduced in CMake version 3.13. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0082.html b/cmake/doc/cmake/html/policy/CMP0082.html new file mode 100644 index 0000000000000000000000000000000000000000..1de5974aa632b17ad57d3c68e3eff00e5db5f3c1 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0082.html @@ -0,0 +1,162 @@ + + + + + + + + CMP0082 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0082

+
+

Added in version 3.14.

+
+

Install rules from add_subdirectory() calls are interleaved with +those in caller.

+

CMake 3.13 and lower ran the install rules from add_subdirectory() +after all other install rules, even if add_subdirectory() was called +before the other install rules. CMake 3.14 and above prefer to interleave +these add_subdirectory() install rules with the others so that +they are run in the order they are declared. This policy provides +compatibility for projects that have not been updated to expect the +new behavior.

+

The OLD behavior for this policy is to run the install rules from +add_subdirectory() after the other install rules. The NEW +behavior for this policy is to run all install rules in the order they are +declared.

+

This policy was introduced in CMake version 3.14. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn by default, and uses OLD behavior.

+

See documentation of the +CMAKE_POLICY_WARNING_CMP0082 +variable to control the warning.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0083.html b/cmake/doc/cmake/html/policy/CMP0083.html new file mode 100644 index 0000000000000000000000000000000000000000..d792ae12fe159dedfb3d3bf856c34b6828055270 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0083.html @@ -0,0 +1,209 @@ + + + + + + + + CMP0083 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0083

+
+

Added in version 3.14.

+
+

To control generation of Position Independent Executable (PIE) or not, some +flags are required at link time.

+

CMake 3.13 and lower did not add these link flags when +POSITION_INDEPENDENT_CODE is set.

+

The OLD behavior for this policy is to not manage PIE link flags. The +NEW behavior is to add link flags if POSITION_INDEPENDENT_CODE +is set:

+
    +
  • Set to TRUE: flags to produce a position independent executable are +passed to the linker step. For example -pie for GCC.

  • +
  • Set to FALSE: flags not to produce a position independent executable are +passed to the linker step. For example -no-pie for GCC.

  • +
  • Not set: no flags are passed to the linker step.

  • +
+

Since a given linker may not support PIE flags in all environments in +which it is used, it is the project's responsibility to use the +CheckPIESupported module to check for support to ensure that the +POSITION_INDEPENDENT_CODE target property for executables will be +honored at link time.

+

This policy was introduced in CMake version 3.14. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

Android platform has a special handling of PIE so it is not required +to use the CheckPIESupported module to ensure flags are passed to +the linker.

+
+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+

Examples

+

Behave like CMake 3.13 and do not apply any PIE flags at link stage.

+
cmake_minimum_required(VERSION 3.13)
+project(foo)
+
+# ...
+
+add_executable(foo ...)
+set_property(TARGET foo PROPERTY POSITION_INDEPENDENT_CODE TRUE)
+
+
+

Use the CheckPIESupported module to detect whether PIE is +supported by the current linker and environment. Apply PIE flags only +if the linker supports them.

+
cmake_minimum_required(VERSION 3.14) # CMP0083 NEW
+project(foo)
+
+include(CheckPIESupported)
+check_pie_supported()
+
+# ...
+
+add_executable(foo ...)
+set_property(TARGET foo PROPERTY POSITION_INDEPENDENT_CODE TRUE)
+
+
+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0084.html b/cmake/doc/cmake/html/policy/CMP0084.html new file mode 100644 index 0000000000000000000000000000000000000000..e2469bca74d621f2ab67fc2fdcff6a8f684d3a95 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0084.html @@ -0,0 +1,159 @@ + + + + + + + + CMP0084 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0084

+
+

Added in version 3.14.

+
+

The FindQt module does not exist for find_package().

+

The existence of FindQt means that for Qt upstream to provide +package config files that can be found by find_package(Qt), the consuming +project has to explicitly specify find_package(Qt CONFIG). Removing this +module gives Qt a path forward for exporting its own config files which can +easily be found by consuming projects.

+

This policy pretends that CMake's internal FindQt module does not +exist for find_package(). If a project really wants to use Qt 3 or 4, +it can call find_package(Qt[34]), include(FindQt), or add +FindQt to their CMAKE_MODULE_PATH.

+

The OLD behavior of this policy is for FindQt to exist for +find_package(). The NEW behavior is to pretend that it doesn't +exist for find_package().

+

This policy was introduced in CMake version 3.14. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0085.html b/cmake/doc/cmake/html/policy/CMP0085.html new file mode 100644 index 0000000000000000000000000000000000000000..f258c7357f6b60b927295e3b72b6e970ee89aaf7 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0085.html @@ -0,0 +1,155 @@ + + + + + + + + CMP0085 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0085

+
+

Added in version 3.14.

+
+

$<IN_LIST:...> handles empty list items.

+

In CMake 3.13 and lower, the $<IN_LIST:...> generator expression always +returned 0 if the first argument was empty, even if the list contained an +empty item. This behavior is inconsistent with the IN_LIST behavior of +if(), which this generator expression is meant to emulate. CMake 3.14 +and later handles this case correctly.

+

The OLD behavior of this policy is for $<IN_LIST:...> to always return +0 if the first argument is empty. The NEW behavior is to return 1 +if the first argument is empty and the list contains an empty item.

+

This policy was introduced in CMake version 3.14. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0086.html b/cmake/doc/cmake/html/policy/CMP0086.html new file mode 100644 index 0000000000000000000000000000000000000000..36458fd5e3cacd09bd54fd48b834d52e6e59bbb1 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0086.html @@ -0,0 +1,154 @@ + + + + + + + + CMP0086 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0086

+
+

Added in version 3.14.

+
+

UseSWIG honors SWIG_MODULE_NAME via -module flag.

+

Starting with CMake 3.14, UseSWIG passes option +-module <module_name> to SWIG compiler if the file property +SWIG_MODULE_NAME is specified. This policy provides compatibility with +projects that expect the legacy behavior.

+

The OLD behavior for this policy is to never pass -module option. +The NEW behavior is to pass -module option to SWIG compiler if +SWIG_MODULE_NAME is specified.

+

This policy was introduced in CMake version 3.14. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0087.html b/cmake/doc/cmake/html/policy/CMP0087.html new file mode 100644 index 0000000000000000000000000000000000000000..a8e354c5c14286155c133d0edfad301eb49985c1 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0087.html @@ -0,0 +1,162 @@ + + + + + + + + CMP0087 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0087

+
+

Added in version 3.14.

+
+

install(CODE) and install(SCRIPT) support generator +expressions.

+

In CMake 3.13 and earlier, install(CODE) and +install(SCRIPT) did not evaluate generator expressions. CMake 3.14 +and later will evaluate generator expressions for install(CODE) and +install(SCRIPT).

+

The OLD behavior of this policy is for install(CODE) and +install(SCRIPT) to not evaluate generator expressions. The NEW +behavior is to evaluate generator expressions for install(CODE) and +install(SCRIPT).

+

Note that it is the value of this policy setting at the end of the directory +scope that is important, not its setting at the time of the call to +install(CODE) or install(SCRIPT). This has implications +for calling these commands from places that have their own policy scope but not +their own directory scope (e.g. from files brought in via include() +rather than add_subdirectory()).

+

This policy was introduced in CMake version 3.14. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0088.html b/cmake/doc/cmake/html/policy/CMP0088.html new file mode 100644 index 0000000000000000000000000000000000000000..548e0010a5efe580f789fb4e1f6c06824cb19246 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0088.html @@ -0,0 +1,162 @@ + + + + + + + + CMP0088 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0088

+
+

Added in version 3.14.

+
+

FindBISON runs bison in CMAKE_CURRENT_BINARY_DIR +when executing.

+

The module provides a BISON_TARGET macro which generates BISON output. +In CMake 3.13 and below the macro would generate a custom command that runs +bison in the source directory. CMake 3.14 and later prefer to run it +in the build directory and use CMAKE_CURRENT_BINARY_DIR as the +WORKING_DIRECTORY of its add_custom_command() invocation. +This ensures that any implicitly generated file is written to the build +tree rather than the source.

+

This policy provides compatibility for projects that have not been updated +to expect the new behavior.

+

The OLD behavior for this policy is for BISON_TARGET to use +the current source directory for the WORKING_DIRECTORY and where +to generate implicit files. The NEW behavior of this policy is to +use the current binary directory for the WORKING_DIRECTORY and where +to generate implicit files.

+

This policy was introduced in CMake version 3.14. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0089.html b/cmake/doc/cmake/html/policy/CMP0089.html new file mode 100644 index 0000000000000000000000000000000000000000..a44dcc0f6a8e8e87846e717246a5b020a170fa69 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0089.html @@ -0,0 +1,164 @@ + + + + + + + + CMP0089 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0089

+
+

Added in version 3.15.

+
+

Compiler id for IBM Clang-based XL compilers is now XLClang.

+

CMake 3.15 and above recognize that IBM's Clang-based XL compilers +that define __ibmxl__ are a new front-end distinct from xlc +with a different command line and set of capabilities. +CMake now prefers to present this to projects by setting the +CMAKE_<LANG>_COMPILER_ID variable to XLClang instead +of XL. However, existing projects may assume the compiler id for +Clang-based XL is just XL as it was in CMake versions prior to 3.15. +Therefore this policy determines for Clang-based XL compilers which +compiler id to report in the CMAKE_<LANG>_COMPILER_ID +variable after language <LANG> is enabled by the project() +or enable_language() command. The policy must be set prior +to the invocation of either command.

+

The OLD behavior for this policy is to use compiler id XL. The +NEW behavior for this policy is to use compiler id XLClang.

+

This policy was introduced in CMake version 3.15. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn by default, and uses OLD behavior.

+

See documentation of the +CMAKE_POLICY_WARNING_CMP0089 +variable to control the warning.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0090.html b/cmake/doc/cmake/html/policy/CMP0090.html new file mode 100644 index 0000000000000000000000000000000000000000..c532b8842848e1e40fba452952dd78252dde15fb --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0090.html @@ -0,0 +1,161 @@ + + + + + + + + CMP0090 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0090

+
+

Added in version 3.15.

+
+

export(PACKAGE) does not populate package registry by default.

+

In CMake 3.14 and below the export(PACKAGE) command populated the +user package registry by default and users needed to set the +CMAKE_EXPORT_NO_PACKAGE_REGISTRY to disable it, e.g. in automated +build and packaging environments. Since the user package registry is stored +outside the build tree, this side effect should not be enabled by default. +Therefore CMake 3.15 and above prefer that export(PACKAGE) does +nothing unless an explicit CMAKE_EXPORT_PACKAGE_REGISTRY variable +is set to enable it. This policy provides compatibility with projects that +have not been updated.

+

The OLD behavior for this policy is for export(PACKAGE) command +to populate the user package registry unless +CMAKE_EXPORT_NO_PACKAGE_REGISTRY is enabled. +The NEW behavior is for export(PACKAGE) command to do nothing +unless the CMAKE_EXPORT_PACKAGE_REGISTRY is enabled.

+

This policy was introduced in CMake version 3.15. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0091.html b/cmake/doc/cmake/html/policy/CMP0091.html new file mode 100644 index 0000000000000000000000000000000000000000..361af4a267893c3b32a498928b054a3020a3a551 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0091.html @@ -0,0 +1,180 @@ + + + + + + + + CMP0091 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0091

+
+

Added in version 3.15.

+
+

MSVC runtime library flags are selected by an abstraction.

+

Compilers targeting the MSVC ABI have flags to select the MSVC runtime library. +Runtime library selection typically varies with build configuration because +there is a separate runtime library for Debug builds.

+

In CMake 3.14 and below, MSVC runtime library selection flags are added to +the default CMAKE_<LANG>_FLAGS_<CONFIG> cache entries by CMake +automatically. This allows users to edit their cache entries to adjust the +flags. However, the presence of such default flags is problematic for +projects that want to choose a different runtime library programmatically. +In particular, it requires string editing of the +CMAKE_<LANG>_FLAGS_<CONFIG> variables with knowledge of the +CMake builtin defaults so they can be replaced.

+

CMake 3.15 and above prefer to leave the MSVC runtime library selection flags +out of the default CMAKE_<LANG>_FLAGS_<CONFIG> values and instead +offer a first-class abstraction. The CMAKE_MSVC_RUNTIME_LIBRARY +variable and MSVC_RUNTIME_LIBRARY target property may be set to +select the MSVC runtime library. If they are not set then CMake uses the +default value MultiThreaded$<$<CONFIG:Debug>:Debug>DLL which is +equivalent to the original flags.

+

This policy provides compatibility with projects that have not been updated +to be aware of the abstraction. The policy setting takes effect as of the +first project() or enable_language() command that enables +a language whose compiler targets the MSVC ABI.

+
+

Note

+

Once the policy has taken effect at the top of a project, that choice +must be used throughout the tree. In projects that have nested projects +in subdirectories, be sure to convert everything together.

+
+

The OLD behavior for this policy is to place MSVC runtime library +flags in the default CMAKE_<LANG>_FLAGS_<CONFIG> cache +entries and ignore the CMAKE_MSVC_RUNTIME_LIBRARY abstraction. +The NEW behavior for this policy is to not place MSVC runtime +library flags in the default cache entries and use the abstraction instead.

+

This policy was introduced in CMake version 3.15. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0092.html b/cmake/doc/cmake/html/policy/CMP0092.html new file mode 100644 index 0000000000000000000000000000000000000000..70439adeab60686368c4bdf2900ed73a3e3c07f8 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0092.html @@ -0,0 +1,170 @@ + + + + + + + + CMP0092 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0092

+
+

Added in version 3.15.

+
+

MSVC warning flags are not in CMAKE_<LANG>_FLAGS by default.

+

When using MSVC-like compilers in CMake 3.14 and below, warning flags +like /W3 are added to CMAKE_<LANG>_FLAGS by default. +This is problematic for projects that want to choose a different warning +level programmatically. In particular, it requires string editing of the +CMAKE_<LANG>_FLAGS variables with knowledge of the +CMake builtin defaults so they can be replaced.

+

CMake 3.15 and above prefer to leave out warning flags from the value of +CMAKE_<LANG>_FLAGS by default.

+

This policy provides compatibility with projects that have not been updated +to expect the lack of warning flags. The policy setting takes effect as of +the first project() or enable_language() command that +initializes CMAKE_<LANG>_FLAGS for a given language <LANG>.

+
+

Note

+

Once the policy has taken effect at the top of a project for a given +language, that choice must be used throughout the tree for that language. +In projects that have nested projects in subdirectories, be sure to +convert everything together.

+
+

The OLD behavior for this policy is to place MSVC warning flags in the +default CMAKE_<LANG>_FLAGS cache entries. The NEW behavior +for this policy is to not place MSVC warning flags in the default cache +entries.

+

This policy was introduced in CMake version 3.15. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0093.html b/cmake/doc/cmake/html/policy/CMP0093.html new file mode 100644 index 0000000000000000000000000000000000000000..2f02ee3bdfdda88480eaeaca88f7eb1e752f37ec --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0093.html @@ -0,0 +1,158 @@ + + + + + + + + CMP0093 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0093

+
+

Added in version 3.15.

+
+

FindBoost reports Boost_VERSION in x.y.z format.

+

In CMake 3.14 and below the module would report the Boost version +number as specified in the preprocessor definition BOOST_VERSION in +the boost/version.hpp file. In CMake 3.15 and later it is preferred +that the reported version number matches the x.y.z format reported +by the CMake package shipped with Boost 1.70.0 and later. The macro +value is still reported in the Boost_VERSION_MACRO variable.

+

The OLD behavior for this policy is for FindBoost to report +Boost_VERSION as specified in the preprocessor definition +BOOST_VERSION in boost/version.hpp. The NEW behavior for this +policy is for FindBoost to report Boost_VERSION in +x.y.z format.

+

This policy was introduced in CMake version 3.15. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0094.html b/cmake/doc/cmake/html/policy/CMP0094.html new file mode 100644 index 0000000000000000000000000000000000000000..1481eac728045bc47e42b3ffe101f76abc43c7f1 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0094.html @@ -0,0 +1,156 @@ + + + + + + + + CMP0094 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0094

+
+

Added in version 3.15.

+
+

Modules FindPython3, FindPython2 and FindPython +use LOCATION for lookup strategy.

+

Starting with CMake 3.15, Modules FindPython3, FindPython2 +and FindPython set value LOCATION for, respectively, variables +Python3_FIND_STRATEGY, Python2_FIND_STRATEGY and +Python_FIND_STRATEGY. This policy provides compatibility with projects that +expect the legacy behavior.

+

The OLD behavior for this policy set value VERSION for variables +Python3_FIND_STRATEGY, Python2_FIND_STRATEGY and +Python_FIND_STRATEGY.

+

This policy was introduced in CMake version 3.15. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0095.html b/cmake/doc/cmake/html/policy/CMP0095.html new file mode 100644 index 0000000000000000000000000000000000000000..7d5785c1176e9995a26bcf7be46e0d5b4298ebcf --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0095.html @@ -0,0 +1,164 @@ + + + + + + + + CMP0095 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0095

+
+

Added in version 3.16.

+
+

RPATH entries are properly escaped in the intermediary CMake install script.

+

In CMake 3.15 and earlier, RPATH entries set via +CMAKE_INSTALL_RPATH or via INSTALL_RPATH have not been +escaped before being inserted into the cmake_install.cmake script. Dynamic +linkers on ELF-based systems (e.g. Linux and FreeBSD) allow certain keywords in +RPATH entries, such as ${ORIGIN} (More details are available in the +ld.so man pages on those systems). The syntax of these keywords can match +CMake's variable syntax. In order to not be substituted (usually to an empty +string) already by the intermediary cmake_install.cmake script, the user had +to double-escape such RPATH keywords, e.g. +set(CMAKE_INSTALL_RPATH "\\\${ORIGIN}/../lib"). Since the intermediary +cmake_install.cmake script is an implementation detail of CMake, CMake 3.16 +and later will make sure RPATH entries are inserted literally by escaping +any coincidental CMake syntax.

+

The OLD behavior of this policy is to not escape RPATH entries in the +intermediary cmake_install.cmake script. The NEW behavior is to properly +escape coincidental CMake syntax in RPATH entries when generating the +intermediary cmake_install.cmake script.

+

This policy was introduced in CMake version 3.16. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns when it detects use of CMake-like syntax, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0096.html b/cmake/doc/cmake/html/policy/CMP0096.html new file mode 100644 index 0000000000000000000000000000000000000000..66dc5720a9adc1f5b5cd85af888a3683c835efa2 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0096.html @@ -0,0 +1,159 @@ + + + + + + + + CMP0096 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0096

+
+

Added in version 3.16.

+
+

The project() command preserves leading zeros in version components.

+

When a VERSION <major>[.<minor>[.<patch>[.<tweak>]]]] argument is given +to the project() command, it stores the version string in the +PROJECT_VERSION variable and stores individual integer version components +in PROJECT_VERSION_{MAJOR,MINOR,PATCH,TWEAK} variables (see policy +CMP0048). CMake 3.15 and below dropped leading zeros from each +component. CMake 3.16 and higher prefer to preserve leading zeros. This +policy provides compatibility for projects that have not been updated to +expect the new behavior.

+

The OLD behavior of this policy drops leading zeros in all components, +e.g. such that version 1.07.06 becomes 1.7.6. The NEW behavior +of this policy preserves the leading zeros in all components, such that +version 1.07.06 remains unchanged.

+

This policy was introduced in CMake version 3.16. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0097.html b/cmake/doc/cmake/html/policy/CMP0097.html new file mode 100644 index 0000000000000000000000000000000000000000..df9d706b18839ca1d6f23ae68410a66c66ea0060 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0097.html @@ -0,0 +1,169 @@ + + + + + + + + CMP0097 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0097

+
+

Added in version 3.16.

+
+

ExternalProject_Add() with GIT_SUBMODULES "" initializes no +submodules.

+

The commands provide a GIT_SUBMODULES option which controls what submodules +to initialize and update. Starting with CMake 3.16, explicitly setting +GIT_SUBMODULES to an empty string means no submodules will be initialized +or updated.

+

This policy provides compatibility for projects that have not been updated +to expect the new behavior.

+

The OLD behavior for this policy is for GIT_SUBMODULES when set to +an empty string to initialize and update all git submodules. +The NEW behavior for this policy is for GIT_SUBMODULES when set to +an empty string to initialize and update no git submodules.

+

This policy was introduced in CMake version 3.16. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

This policy also applies to FetchContent_Declare(), +which uses the same download and update features as +ExternalProject_Add(). However, due to an implementation deficiency +present since the policy was first introduced, CMake 3.16 and later always +uses the NEW behavior for FetchContent_Declare(), regardless of +the policy setting. Formally, this forcing of NEW behavior for +FetchContent_Declare() will continue to apply in future CMake +releases.

+
+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0098.html b/cmake/doc/cmake/html/policy/CMP0098.html new file mode 100644 index 0000000000000000000000000000000000000000..202ad9be31354259c864b6026d6fd5584103677c --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0098.html @@ -0,0 +1,163 @@ + + + + + + + + CMP0098 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0098

+
+

Added in version 3.17.

+
+

FindFLEX runs flex in directory +CMAKE_CURRENT_BINARY_DIR when executing.

+

The module provides a FLEX_TARGET macro which generates FLEX output. +In CMake 3.16 and below the macro would generate a custom command that runs +flex in the current source directory. CMake 3.17 and later prefer to +run it in the build directory and use CMAKE_CURRENT_BINARY_DIR +as the WORKING_DIRECTORY of its add_custom_command() invocation. +This ensures that any implicitly generated file is written relative to the +build tree rather than the source tree, unless the generated file is +provided as absolute path.

+

This policy provides compatibility for projects that have not been updated +to expect the new behavior.

+

The OLD behavior for this policy is for FLEX_TARGET to use +the current source directory for the WORKING_DIRECTORY and where +to generate implicit files. The NEW behavior of this policy is to +use the current binary directory for the WORKING_DIRECTORY relative to +which implicit files are generated unless provided as absolute path.

+

This policy was introduced in CMake version 3.17. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0099.html b/cmake/doc/cmake/html/policy/CMP0099.html new file mode 100644 index 0000000000000000000000000000000000000000..6d170b2f8a3302154ef26df559342c297bf4024c --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0099.html @@ -0,0 +1,165 @@ + + + + + + + + CMP0099 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0099

+
+

Added in version 3.17.

+
+

Link properties are transitive over private dependencies of static libraries.

+

In CMake 3.16 and below, evaluation of target properties +INTERFACE_LINK_OPTIONS, INTERFACE_LINK_DIRECTORIES, +and INTERFACE_LINK_DEPENDS during buildsystem generation does not +follow private dependencies of static libraries, which appear in their +INTERFACE_LINK_LIBRARIES guarded by LINK_ONLY generator +expressions. +Only the libraries themselves are propagated to link the dependent binary.

+

CMake 3.17 and later prefer to propagate all interface link properties. +This policy provides compatibility for projects that have not been updated +to expect the new behavior.

+

The OLD behavior for this policy is to not propagate interface link +properties. The NEW behavior of this policy is to propagate interface link +properties.

+
+

Added in version 3.30: Policy CMP0166 makes TARGET_PROPERTY evaluation of +these three transitive link properties follow private dependencies of +static libraries too.

+
+

This policy was introduced in CMake version 3.17. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0100.html b/cmake/doc/cmake/html/policy/CMP0100.html new file mode 100644 index 0000000000000000000000000000000000000000..b72828ee65d9b96774f4e7f0f8a1305eb1cb5943 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0100.html @@ -0,0 +1,171 @@ + + + + + + + + CMP0100 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0100

+
+

Added in version 3.17.

+
+

Let AUTOMOC and AUTOUIC process +header files that end with a .hh extension.

+

Since version 3.17, CMake processes header files that end with a +.hh extension in AUTOMOC and AUTOUIC. +In earlier CMake versions, these header files were ignored by +AUTOMOC and AUTOUIC.

+

This policy affects how header files that end with a .hh extension +get treated in AUTOMOC and AUTOUIC.

+

The OLD behavior for this policy is to ignore .hh header files +in AUTOMOC and AUTOUIC.

+

The NEW behavior for this policy is to process .hh header files +in AUTOMOC and AUTOUIC just like other header files.

+
+

Note

+

To silence the CMP0100 warning source files can be excluded from +AUTOMOC and AUTOUIC processing by setting the +source file properties SKIP_AUTOMOC, SKIP_AUTOUIC or +SKIP_AUTOGEN.

+
# Source skip example:
+set_property(SOURCE /path/to/file1.hh PROPERTY SKIP_AUTOMOC ON)
+set_property(SOURCE /path/to/file2.hh PROPERTY SKIP_AUTOUIC ON)
+set_property(SOURCE /path/to/file3.hh PROPERTY SKIP_AUTOGEN ON)
+
+
+
+

This policy was introduced in CMake version 3.17.0. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0101.html b/cmake/doc/cmake/html/policy/CMP0101.html new file mode 100644 index 0000000000000000000000000000000000000000..d7ba24d95318835db8481462d765ff5e42775b21 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0101.html @@ -0,0 +1,161 @@ + + + + + + + + CMP0101 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0101

+
+

Added in version 3.17.

+
+

target_compile_options() now always honors the BEFORE keyword.

+

In CMake 3.16 and below, the target_compile_options() command +ignores the BEFORE keyword when inserting items into the +COMPILE_OPTIONS target property (PRIVATE and PUBLIC +items). CMake 3.17 and later honors the BEFORE keyword in all cases. +This policy provides compatibility for projects that have not been updated +to expect the new behavior.

+

The behavior of inserting items into the INTERFACE_COMPILE_OPTIONS +target property (PUBLIC and INTERFACE items) is not affected by this +policy. The BEFORE keyword has always been honored when adding items to +INTERFACE_COMPILE_OPTIONS.

+

The OLD behavior for this policy is to not honor the BEFORE keyword +when inserting into the COMPILE_OPTIONS property. +The NEW behavior for this policy is to honor the BEFORE keyword in +all cases.

+

This policy was introduced in CMake version 3.17. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0102.html b/cmake/doc/cmake/html/policy/CMP0102.html new file mode 100644 index 0000000000000000000000000000000000000000..289d5d07e75eb48bf78cf7c7eefa6e3b94322f1f --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0102.html @@ -0,0 +1,160 @@ + + + + + + + + CMP0102 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0102

+
+

Added in version 3.17.

+
+

The mark_as_advanced() command no longer creates a cache entry if one +does not already exist.

+

In CMake 3.16 and below, if a variable was not defined at all or just defined +locally, the mark_as_advanced() command would create a new cache +entry with an UNINITIALIZED type and no value. When a find_path() +(or other similar find_ command) would next run, it would find this +undefined cache entry and set it up with an empty string value. This process +would end up deleting the local variable in the process (due to the way the +cache works), effectively clearing any stored find_ results that were only +available in the local scope.

+

The OLD behavior for this policy is to create the empty cache definition. +The NEW behavior of this policy is to ignore variables which do not +already exist in the cache.

+

This policy was introduced in CMake version 3.17. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn by default, and uses OLD behavior.

+

See documentation of the CMAKE_POLICY_WARNING_CMP0102 variable to control the warning.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0103.html b/cmake/doc/cmake/html/policy/CMP0103.html new file mode 100644 index 0000000000000000000000000000000000000000..d933b423346ea8aba0b92f7e611218cad56ebd50 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0103.html @@ -0,0 +1,157 @@ + + + + + + + + CMP0103 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0103

+
+

Added in version 3.18.

+
+

Multiple calls to export() command with same FILE without +APPEND is no longer allowed.

+

In CMake 3.17 and below, multiple calls to export() command with the +same FILE without APPEND are accepted silently but only the last +occurrence is taken into account during the generation.

+
+
The OLD behavior for this policy is to ignore the multiple occurrences of

export() command except the last one.

+
+
+

The NEW behavior of this policy is to raise an error on second call to +export() command with same FILE without APPEND.

+

This policy was introduced in CMake version 3.18. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0104.html b/cmake/doc/cmake/html/policy/CMP0104.html new file mode 100644 index 0000000000000000000000000000000000000000..f182082d0878df845c668199e98a0a05bc35eec4 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0104.html @@ -0,0 +1,191 @@ + + + + + + + + CMP0104 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0104

+
+

Added in version 3.18.

+
+

Initialize CMAKE_CUDA_ARCHITECTURES when +CMAKE_CUDA_COMPILER_ID is NVIDIA. +Raise an error if CUDA_ARCHITECTURES is empty.

+

CMAKE_CUDA_ARCHITECTURES introduced in CMake 3.18 is used to +initialize CUDA_ARCHITECTURES, which passes correct code generation +flags to the CUDA compiler.

+

Previous to this users had to manually specify the code generation flags. This +policy is for backwards compatibility with manually specifying code generation +flags.

+

The OLD behavior for this policy is to not initialize +CMAKE_CUDA_ARCHITECTURES when +CMAKE_CUDA_COMPILER_ID is NVIDIA. +Empty CUDA_ARCHITECTURES is allowed.

+

The NEW behavior of this policy is to initialize +CMAKE_CUDA_ARCHITECTURES when +CMAKE_CUDA_COMPILER_ID is NVIDIA +and raise an error if CUDA_ARCHITECTURES is empty during generation.

+

If CUDA_ARCHITECTURES is set to a false value no architectures +flags are passed to the compiler. This is intended to support packagers and +the rare cases where full control over the passed flags is required.

+

This policy was introduced in CMake version 3.18. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+

Examples

+
set_target_properties(tgt PROPERTIES CUDA_ARCHITECTURES "35;50;72")
+
+
+

Generates code for real and virtual architectures 30, 50 and 72.

+
set_property(TARGET tgt PROPERTY CUDA_ARCHITECTURES 70-real 72-virtual)
+
+
+

Generates code for real architecture 70 and virtual architecture 72.

+
set_property(TARGET tgt PROPERTY CUDA_ARCHITECTURES OFF)
+
+
+

CMake will not pass any architecture flags to the compiler.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0105.html b/cmake/doc/cmake/html/policy/CMP0105.html new file mode 100644 index 0000000000000000000000000000000000000000..3822dc100b747091a2f2962a9065ec66309088db --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0105.html @@ -0,0 +1,153 @@ + + + + + + + + CMP0105 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0105

+
+

Added in version 3.18.

+
+

LINK_OPTIONS and INTERFACE_LINK_OPTIONS target +properties are now used for the device link step.

+

In CMake 3.17 and below, link options are not used by the device link step.

+

The OLD behavior for this policy is to ignore the link options during the +device link step.

+

The NEW behavior of this policy is to use the link options during the +device link step.

+

This policy was introduced in CMake version 3.18. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0106.html b/cmake/doc/cmake/html/policy/CMP0106.html new file mode 100644 index 0000000000000000000000000000000000000000..2d26faff29359916162b49de64418d44873e5098 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0106.html @@ -0,0 +1,154 @@ + + + + + + + + CMP0106 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0106

+
+

Added in version 3.18.

+
+

The Documentation module is removed.

+

The Documentation was added as a support mechanism for the VTK +project and was tuned for that project. Instead of CMake providing this module +with (now old) VTK patterns for cache variables and required packages, the +module is now deprecated by CMake itself.

+

The OLD behavior of this policy is for Documentation to add +cache variables and find VTK documentation dependent packages. The NEW +behavior is to act as an empty module.

+

This policy was introduced in CMake version 3.18. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0107.html b/cmake/doc/cmake/html/policy/CMP0107.html new file mode 100644 index 0000000000000000000000000000000000000000..d7cf0add9072386f1e81c7cb2ae7d90dcf5fb8d6 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0107.html @@ -0,0 +1,152 @@ + + + + + + + + CMP0107 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0107

+
+

Added in version 3.18.

+
+

It is not allowed to create an ALIAS target with the same name as an +another target.

+

In CMake 3.17 and below, an ALIAS target can overwrite silently an existing +target with the same name.

+

The OLD behavior for this policy is to allow target overwrite.

+

The NEW behavior of this policy is to prevent target overwriting.

+

This policy was introduced in CMake version 3.17. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0108.html b/cmake/doc/cmake/html/policy/CMP0108.html new file mode 100644 index 0000000000000000000000000000000000000000..19c03dd8df8b1a4eeb658e86638d13bd6c652a7b --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0108.html @@ -0,0 +1,152 @@ + + + + + + + + CMP0108 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0108

+
+

Added in version 3.18.

+
+

A target is not allowed to link to itself even through an ALIAS target.

+

In CMake 3.17 and below, a target can link to a target aliased to itself.

+

The OLD behavior for this policy is to allow a target to link to a target +aliased to itself.

+

The NEW behavior of this policy is to prevent a target to link to itself +through an ALIAS target.

+

This policy was introduced in CMake version 3.17. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0109.html b/cmake/doc/cmake/html/policy/CMP0109.html new file mode 100644 index 0000000000000000000000000000000000000000..784a08743b3e1a2b4200451b57f325de3d4c7f85 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0109.html @@ -0,0 +1,157 @@ + + + + + + + + CMP0109 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0109

+
+

Added in version 3.19.

+
+

find_program() requires permission to execute but not to read.

+

In CMake 3.18 and below, the find_program() command on UNIX +would find files that are readable without requiring execute permission, +and would not find files that are executable without read permission. +In CMake 3.19 and above, find_program now prefers to require execute +permission but not read permission. This policy provides compatibility +with projects that have not been updated to expect the new behavior.

+

The OLD behavior for this policy is for find_program to require +read permission but not execute permission. +The NEW behavior for this policy is for find_program to require +execute permission but not read permission.

+

This policy was introduced in CMake version 3.19. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0110.html b/cmake/doc/cmake/html/policy/CMP0110.html new file mode 100644 index 0000000000000000000000000000000000000000..f8a9d14177ed1c2acf2250ea9982c2fee58998df --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0110.html @@ -0,0 +1,160 @@ + + + + + + + + CMP0110 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0110

+
+

Added in version 3.19.

+
+

add_test() supports arbitrary characters in test names.

+

add_test() can now (officially) create tests with whitespace and +other special characters in its name. Before CMake version 3.19 that was not +allowed, however, it was possible to work around this limitation by explicitly +putting escaped quotes around the test's name in the add_test command.

+

Although never officially supported several projects in the wild found and +implemented this workaround. However, the new change which officially allows +the add_test command to support whitespace and other special characters in +test names now breaks that workaround. In order for these projects to work +smoothly with newer CMake versions, this policy was introduced.

+

The OLD behavior of this policy is to still prevent add_test from +handling whitespace and special characters properly (if not using the +mentioned workaround). The NEW behavior on the other hand allows names +with whitespace and special characters for tests created by add_test.

+

This policy was introduced in CMake version 3.19. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0111.html b/cmake/doc/cmake/html/policy/CMP0111.html new file mode 100644 index 0000000000000000000000000000000000000000..944f8d654f84bbecdfd52fd18102e0ef5b15ce60 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0111.html @@ -0,0 +1,160 @@ + + + + + + + + CMP0111 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0111

+
+

Added in version 3.19.

+
+

An imported target missing its location property fails during generation.

+

Imported Targets for library files and executables require that +their location on disk is specified in a target property such as +IMPORTED_LOCATION, IMPORTED_IMPLIB, or a +per-configuration equivalent. If a needed location property is not set, +CMake 3.18 and below generate the string <TARGET_NAME>-NOTFOUND in +its place, which results in failures of the corresponding rules at build +time. CMake 3.19 and above prefer instead to raise an error during +generation. This policy provides compatibility for projects that have +not been updated to expect the new behavior.

+

The OLD behavior of this policy is to generate the location of an imported +unknown, static or shared library target as <TARGET_NAME>-NOTFOUND if not +set. +The NEW behavior is to raise an error.

+

This policy was introduced in CMake version 3.19. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0112.html b/cmake/doc/cmake/html/policy/CMP0112.html new file mode 100644 index 0000000000000000000000000000000000000000..2893f495ea189abafd255c76e410d0bfc643ac2f --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0112.html @@ -0,0 +1,178 @@ + + + + + + + + CMP0112 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0112

+
+

Added in version 3.19.

+
+

Target file component generator expressions do not add target dependencies.

+

The following target-based generator expressions that query for directory or +file name components no longer add a dependency on the evaluated target.

+
+
    +
  • TARGET_FILE_NAME

  • +
  • TARGET_FILE_DIR

  • +
  • TARGET_LINKER_FILE_BASE_NAME

  • +
  • TARGET_LINKER_FILE_NAME

  • +
  • TARGET_LINKER_FILE_DIR

  • +
  • TARGET_SONAME_FILE_NAME

  • +
  • TARGET_SONAME_FILE_DIR

  • +
  • TARGET_PDB_FILE_NAME

  • +
  • TARGET_PDB_FILE_DIR

  • +
  • TARGET_BUNDLE_DIR

  • +
  • TARGET_BUNDLE_DIR_NAME

  • +
  • TARGET_BUNDLE_CONTENT_DIR

  • +
+
+

In CMake 3.18 and lower a dependency on the evaluated target of the above +generator expressions would always be added. CMake 3.19 and above prefer +to not add this dependency. This policy provides compatibility for projects +that have not been updated to expect the new behavior. The policy setting +is recorded on each target when it is created, and decides whether generator +expressions referencing that target imply a dependency on it.

+

The OLD behavior for this policy is to add a dependency on the evaluated +target for the above generator expressions. The NEW behavior of +this policy is to not add a dependency on the evaluated target for the +above generator expressions.

+

This policy was introduced in CMake version 3.19. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn by default, and uses OLD behavior.

+

See documentation of the +CMAKE_POLICY_WARNING_CMP0112 +variable to control the warning.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0113.html b/cmake/doc/cmake/html/policy/CMP0113.html new file mode 100644 index 0000000000000000000000000000000000000000..371c59f56cce74bf8fa4b564da81e9f01aa1074c --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0113.html @@ -0,0 +1,173 @@ + + + + + + + + CMP0113 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0113

+
+

Added in version 3.19.

+
+

Makefile Generators do not repeat custom commands from target +dependencies.

+

Consider a chain of custom commands split across two dependent targets:

+
add_custom_command(OUTPUT output-not-created
+  COMMAND ... DEPENDS ...)
+set_property(SOURCE output-not-created PROPERTY SYMBOLIC 1)
+add_custom_command(OUTPUT output-created
+  COMMAND ... DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/output-not-created)
+add_custom_target(first DEPENDS output-not-created)
+add_custom_target(second DEPENDS output-created)
+add_dependencies(second first)
+
+
+

In CMake 3.18 and lower, the Makefile generators put a copy of both custom +commands in the Makefile for target second even though its dependency on +target first ensures that the first custom command runs before the second. +Running make second would cause the first custom command to run once in +the first target and then again in the second target.

+

CMake 3.19 and above prefer to not duplicate custom commands in a target that +are already generated in other targets on which the target depends (directly or +indirectly). This policy provides compatibility for projects that have not +been updated to expect the new behavior. In particular, projects that relied +on the duplicate execution or that did not properly set the SYMBOLIC +source file property may be affected.

+

The OLD behavior for this policy is to duplicate custom commands in +dependent targets. The NEW behavior of this policy is to not duplicate +custom commands in dependent targets.

+

This policy was introduced in CMake version 3.19. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0114.html b/cmake/doc/cmake/html/policy/CMP0114.html new file mode 100644 index 0000000000000000000000000000000000000000..42207b41cb4955677185adb65ef96bef855aa617 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0114.html @@ -0,0 +1,217 @@ + + + + + + + + CMP0114 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0114

+
+

Added in version 3.19.

+
+

ExternalProject step targets fully adopt their steps.

+

The ExternalProject_Add() STEP_TARGETS option, and the +ExternalProject_Add_StepTargets() function, can be used to +create build targets for individual steps of an external project.

+

In CMake 3.18 and below, step targets have some limitations:

+
    +
  • Step targets always depend on targets named by the +ExternalProject_Add() DEPENDS option even though +not all steps need them. In order to allow step targets to be created +without those dependencies, the ExternalProject_Add() +INDEPENDENT_STEP_TARGETS option or the +ExternalProject_Add_StepTargets() NO_DEPENDS option may +be used. However, adding such "independent" step targets makes sense +only for specific steps such as download, update, and patch +because they do not need any of the external project's build dependencies. +Furthermore, it does not make sense to create independent step targets +for steps that depend on non-independent steps. Such rules are not +enforced, and projects that do not follow them can generate build systems +with confusing and generator-specific behavior.

  • +
  • Step targets hold copies of the custom commands implementing their +steps that are separate from the copies in the primary target created +by ExternalProject_Add(), and the primary target does not +depend on the step targets. In parallel builds that drive the primary +target and step targets concurrently, multiple copies of the steps' +commands may run concurrently and race each other.

    +

    Also, prior to policy CMP0113, the step targets generated +by Makefile Generators also contain all the custom commands +on which their step depends. This can lead to repeated execution of +those steps even in serial builds.

    +
  • +
+

In CMake 3.19 and above, the ExternalProject module prefers +a revised design to address these problems:

+
    +
  • Each step is classified as "independent" if it does not depend +on other targets named by the ExternalProject_Add() DEPENDS. +The predefined steps are automatically classified by default:

    +
      +
    • The download, update, and patch steps are independent.

    • +
    • The configure, build, test, and install steps are not.

    • +
    +

    For custom steps, the ExternalProject_Add_Step() command provides +an INDEPENDENT option to mark them as independent. It is an error to +mark a step as independent if it depends on other steps that are not. Note +that this use of the term "independent" refers only to independence from +external targets and is orthogonal to a step's dependencies on other steps.

    +
  • +
  • Step targets created by the ExternalProject_Add() STEP_TARGETS +option or the ExternalProject_Add_Step() function are now +independent if and only if their steps are marked as independent. +The ExternalProject_Add() INDEPENDENT_STEP_TARGETS option +and ExternalProject_Add_StepTargets() NO_DEPENDS option +are no longer allowed.

  • +
  • Step targets, when created, are fully responsible for holding the +custom commands implementing their steps. The primary target created +by ExternalProject_Add() depends on the step targets, and the +step targets depend on each other. The target-level dependencies match +the file-level dependencies used by the custom commands for each step.

    +

    When the ExternalProject_Add() UPDATE_DISCONNECTED or +TEST_EXCLUDE_FROM_MAIN option is used, or the +ExternalProject_Add_Step() EXCLUDE_FROM_MAIN option is used +for a custom step, some step targets may be created automatically. +These are needed to hold the steps commonly depended upon by the primary +target and the disconnected step targets.

    +
  • +
+

Policy CMP0114 provides compatibility for projects that have not been +updated to expect the new behavior. The OLD behavior for this policy +is to use the above-documented behavior from 3.18 and below. The NEW +behavior for this policy is to use the above-documented behavior preferred +by 3.19 and above.

+

This policy was introduced in CMake version 3.19. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0115.html b/cmake/doc/cmake/html/policy/CMP0115.html new file mode 100644 index 0000000000000000000000000000000000000000..20a9368b2281612a3f4c77f62e6c37fcdfcaf0e7 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0115.html @@ -0,0 +1,163 @@ + + + + + + + + CMP0115 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0115

+
+

Added in version 3.20.

+
+

Source file extensions must be explicit.

+

In CMake 3.19 and below, if a source file could not be found by the name +specified, it would append a list of known extensions to the name to see if +the file with the extension could be found. For example, this would allow the +user to run:

+
add_executable(exe main)
+
+
+

and put main.c in the executable without specifying the extension.

+

Starting in CMake 3.20, CMake prefers all source files to have their extensions +explicitly listed:

+
add_executable(exe main.c)
+
+
+

The OLD behavior for this policy is to implicitly append known extensions +to source files if they can't be found. The NEW behavior of this policy is +to not append known extensions and require them to be explicit.

+

This policy was introduced in CMake version 3.20. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0116.html b/cmake/doc/cmake/html/policy/CMP0116.html new file mode 100644 index 0000000000000000000000000000000000000000..b4563334317823bed45bee98a9d75392342f686a --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0116.html @@ -0,0 +1,175 @@ + + + + + + + + CMP0116 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0116

+
+

Added in version 3.20.

+
+

Ninja generators transform DEPFILE s from add_custom_command().

+

In CMake 3.19 and below, files given to the DEPFILE argument of +add_custom_command() were passed directly to Ninja's depfile +variable without any path resolution. This meant that if +add_custom_command() was called from a subdirectory (created by +add_subdirectory()), the DEPFILE argument would have to be either +an absolute path or a path relative to CMAKE_BINARY_DIR, rather +than CMAKE_CURRENT_BINARY_DIR. In addition, no transformation was +done on the file listed in DEPFILE, which meant that the paths within the +DEPFILE had the same restrictions.

+

Starting with CMake 3.20, the DEPFILE argument is relative to +CMAKE_CURRENT_BINARY_DIR (unless it is absolute), and the paths in +the DEPFILE are also relative to CMAKE_CURRENT_BINARY_DIR. +CMake automatically transforms the paths in the DEPFILE (unless they are +absolute) after the custom command is run. The file listed in DEPFILE is +not modified in any way. Instead, CMake writes the transformation to its own +internal file, and passes this internal file to Ninja's depfile variable. +This transformation happens regardless of whether or not DEPFILE is +relative, and regardless of whether or not add_custom_command() is +called from a subdirectory.

+

The OLD behavior for this policy is to pass the DEPFILE to Ninja +unaltered. The NEW behavior for this policy is to transform the DEPFILE +after running the custom command. The status of CMP0116 is recorded at the +time of the custom command's creation, and you can have custom commands in the +same directory with different values for CMP0116 by setting the policy +before each custom command.

+

This policy was introduced in CMake version 3.20. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn by default (unless DEPFILE is used in a subdirectory), and uses OLD behavior.

+

See documentation of the +CMAKE_POLICY_WARNING_CMP0116 +variable to control the warning.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0117.html b/cmake/doc/cmake/html/policy/CMP0117.html new file mode 100644 index 0000000000000000000000000000000000000000..c6a2edf8f0792f775ff0cb961767a4d41a44d056 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0117.html @@ -0,0 +1,173 @@ + + + + + + + + CMP0117 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0117

+
+

Added in version 3.20.

+
+

MSVC RTTI flag /GR is not added to +CMAKE_CXX_FLAGS by default.

+

When using MSVC-like compilers in CMake 3.19 and below, the RTTI flag +/GR is added to CMAKE_CXX_FLAGS by +default. This behavior is left from support for MSVC versions from Visual +Studio 2003 and below that did not enable RTTI by default. It is no longer +necessary. Furthermore, it is problematic for projects that want to change +to /GR- programmatically. In particular, it requires string editing of +the CMAKE_CXX_FLAGS variable with knowledge +of the CMake builtin default so it can be replaced.

+

CMake 3.20 and above prefer to leave out /GR from the value of +CMAKE_CXX_FLAGS by default.

+

This policy provides compatibility with projects that have not been updated +to expect the lack of the /GR flag. The policy setting takes effect as +of the first project() or enable_language() command that +initializes CMAKE_CXX_FLAGS.

+
+

Note

+

Once the policy has taken effect at the top of a project for a given +language, that choice must be used throughout the tree for that language. +In projects that have nested projects in subdirectories, be sure to +convert everything together.

+
+

The OLD behavior for this policy is to place the MSVC /GR flag in the +default CMAKE_CXX_FLAGS cache entry. The +NEW behavior for this policy is to not place the MSVC /GR flag in +the default cache entry.

+

This policy was introduced in CMake version 3.20. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0118.html b/cmake/doc/cmake/html/policy/CMP0118.html new file mode 100644 index 0000000000000000000000000000000000000000..28c9a46f3bcf3792a16e434bb6913678873699df --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0118.html @@ -0,0 +1,168 @@ + + + + + + + + CMP0118 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0118

+
+

Added in version 3.20.

+
+

GENERATED sources may be used across directories without manual marking.

+

In CMake 3.19 and below, the GENERATED source file property, +like other source file properties, was scoped in every directory separately. +If a source file was generated in one directory, projects had to manually +set the GENERATED property in another directory in order to use the file.

+

Whether or not a source file is generated is an all-or-nothing global +property of the source: a source is either generated or it is not. +CMake 3.20 and above prefer to allow source files generated in one directory +to be used in other directories without manually marking them as GENERATED. +Additionally, the GENERATED property may now be set only to boolean +values, and may not be turned off once turned on. This policy provides +compatibility for projects that have not been updated for this behavior.

+

The OLD behavior of this policy is to allow generated files to be used +only in directories in which their GENERATED property has been turned on. +The NEW behavior of this policy is to allow generated files to be used +in other directories without explicitly turning on the GENERATED property +for those directories.

+
+

Added in version 3.30: Policy CMP0163 additionally makes the GENERATED source +file property visible to get_property() and +get_source_file_property() calls in other directories.

+
+

This policy was introduced in CMake version 3.20. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns about setting the GENERATED property to a non-boolean value, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0119.html b/cmake/doc/cmake/html/policy/CMP0119.html new file mode 100644 index 0000000000000000000000000000000000000000..cf3b922b0fd827fd8a8071e998fd857fe084c02a --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0119.html @@ -0,0 +1,167 @@ + + + + + + + + CMP0119 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0119

+
+

Added in version 3.20.

+
+

LANGUAGE source file property explicitly compiles as specified +language.

+

The LANGUAGE source file property is documented to mean that the +source file is written in the specified language. In CMake 3.19 and below, +setting this property causes CMake to compile the source file using the +compiler for the specified language. However, it only passes an explicit +flag to tell the compiler to treat the source as the specified language +for MSVC-like, XL, and Embarcadero compilers for the CXX language. +CMake 3.20 and above prefer to also explicitly tell the compiler to use +the specified language using a flag such as -x c on all compilers +for which such flags are known.

+

This policy provides compatibility for projects that have not been updated +to expect this behavior. For example, some projects were setting the +LANGUAGE property to C on assembly-language .S source files +in order to compile them using the C compiler. Such projects should be +updated to use enable_language(ASM), for which CMake will often choose +the C compiler as the assembler on relevant platforms anyway.

+

The OLD behavior for this policy is to interpret the LANGUAGE <LANG> +property using its undocumented meaning to "use the <LANG> compiler". +The NEW behavior for this policy is to interpret the LANGUAGE <LANG> +property using its documented meaning to "compile as a <LANG> source".

+

This policy was introduced in CMake version 3.20. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0120.html b/cmake/doc/cmake/html/policy/CMP0120.html new file mode 100644 index 0000000000000000000000000000000000000000..e4b3c23b0421634212106b2d1c2e503f7edee360 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0120.html @@ -0,0 +1,177 @@ + + + + + + + + CMP0120 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0120

+
+

Added in version 3.20.

+
+

The WriteCompilerDetectionHeader module is removed.

+

CMake versions 3.1 through 3.19 provide this module to generate a +C++ compatibility layer by re-using information from CMake's table of +preprocessor checks for cmake-compile-features(7). However:

+
    +
  • Those granular features have been superseded by meta-features for +Requiring Language Standards such as cxx_std_11. Therefore +no new granular feature checks will be added and projects will need to +use other means to conditionally use new C++ features.

  • +
  • The module exposes some of CMake's implementation details directly +to C++ translation units.

  • +
  • The module's approach effectively provides a header file with CMake, +thus tying the version of the header to the version of CMake. +Many projects found that the WriteCompilerDetectionHeader was +best used by manually generating its header locally with a recent version +of CMake and then bundling it with the project source so that it could +be used with older CMake versions.

  • +
+

For reasons including the above, CMake 3.20 and above prefer to not +provide the WriteCompilerDetectionHeader module. This policy +provides compatibility for projects that have not been ported away from +it. Projects using the module should be updated to stop using it. +Alternatives include:

+
    +
  • Bundle a copy of the generated header in the project's source.

  • +
  • Use a third-party alternative, such as the CC0-licensed Hedley.

  • +
  • Drop support for compilers too old to provide the features natively.

  • +
+

The OLD behavior of this policy is for inclusion of the deprecated +WriteCompilerDetectionHeader module to work. The NEW +behavior is for inclusion of the module to fail as if it does not exist.

+

This policy was introduced in CMake version 3.20. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0121.html b/cmake/doc/cmake/html/policy/CMP0121.html new file mode 100644 index 0000000000000000000000000000000000000000..13db15a06d5db209665c791523d4b96a02518afa --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0121.html @@ -0,0 +1,154 @@ + + + + + + + + CMP0121 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0121

+
+

Added in version 3.21.

+
+

The list() command now detects invalid indices.

+

Prior to CMake version 3.21, the list() command's GET, +INSERT, SUBLIST, and REMOVE_AT subcommands did not detect invalid +index arguments.

+

The OLD behavior of this policy is for invalid indices to be treated as +their integer value (if any) at the start of the string. For example, +2good4you is a 2 and not_an_integer is a 0. The NEW +behavior is for invalid indices to trigger an error.

+

This policy was introduced in CMake version 3.21. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0122.html b/cmake/doc/cmake/html/policy/CMP0122.html new file mode 100644 index 0000000000000000000000000000000000000000..6cda7a4c616159a3ef1123d8676e398b9af9cec2 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0122.html @@ -0,0 +1,150 @@ + + + + + + + + CMP0122 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0122

+
+

Added in version 3.21.

+
+

UseSWIG use library name conventions for CSharp language.

+

Starting with CMake 3.21, UseSWIG generates now a library using +default naming conventions. This policy provides compatibility with projects +that expect the legacy behavior.

+

This policy was introduced in CMake version 3.21. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0123.html b/cmake/doc/cmake/html/policy/CMP0123.html new file mode 100644 index 0000000000000000000000000000000000000000..f9c02e34584b337a8fa43c8fa4e642971a8fceb4 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0123.html @@ -0,0 +1,164 @@ + + + + + + + + CMP0123 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0123

+
+

Added in version 3.21.

+
+

ARMClang cpu/arch compile and link flags must be set explicitly.

+

CMake 3.20 and lower automatically maps the CMAKE_SYSTEM_PROCESSOR +variable and an undocumented CMAKE_SYSTEM_ARCH to compile and link options +for ARMClang. For example, the -mcpu=cortex-m33 flag is added when +CMAKE_SYSTEM_PROCESSOR equals cortex-m33. CMake requires +projects to set either variable or it raises a fatal error. However, the +project may need to additionally specify CPU features using e.g. +-mcpu=cortex-m33+nodsp, conflicting with the -mcpu=cortex-m33 added +by CMake. This results in either link errors or unusable binaries.

+

CMake 3.21 and above prefer instead to not add any cpu/arch compile and link +flags automatically. Instead, projects must specify them explicitly. +This policy provides compatibility for projects that have not been updated.

+

The OLD behavior of this policy requires projects that use ARMClang +to set either CMAKE_SYSTEM_PROCESSOR or CMAKE_SYSTEM_ARCH +and it automatically adds a compile option -mcpu= or -march= and +a link option --cpu= based on those variables. The NEW behavior +does not add compile or link options, and projects are responsible for +setting correct options.

+

This policy was introduced in CMake version 3.21. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0124.html b/cmake/doc/cmake/html/policy/CMP0124.html new file mode 100644 index 0000000000000000000000000000000000000000..22f76e58c4ed2ec54a7bf639f145829d1187159d --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0124.html @@ -0,0 +1,179 @@ + + + + + + + + CMP0124 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0124

+
+

Added in version 3.21.

+
+

foreach() loop variables are only available in the loop scope.

+

CMake 3.20 and below always leave the loop variable set at the end of the +loop, either to the value it had before the loop, if any, or to the empty +string. CMake 3.21 and above prefer to leave the loop variable in the +state it had before the loop started, either set or unset. This policy +provides compatibility for projects that expect the loop variable to always +be left set.

+

The OLD behavior for this policy is to set the loop variable at the +end of the loop, either to its original value, or to an empty value. +The NEW behavior for this policy is to restore the loop variable to +the state it had before the loop started, either set or unset.

+

For example:

+
set(items a b c)
+
+set(var1 "value")
+unset(var2)
+
+foreach(var1 IN LISTS items)
+endforeach()
+
+foreach(var2 IN LISTS items)
+endforeach()
+
+if(DEFINED var1)
+  message("var1: ${var1}")
+endif()
+if(DEFINED var2)
+  message("var2: ${var2}")
+endif()
+
+
+

Under the OLD behavior, this code prints var1: value and var2:. +Under the NEW behavior, this code prints only var1: value.

+

This policy was introduced in CMake version 3.21. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0125.html b/cmake/doc/cmake/html/policy/CMP0125.html new file mode 100644 index 0000000000000000000000000000000000000000..d1b9ea8f9e381f023b08f07149c93e9ed2047ef8 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0125.html @@ -0,0 +1,174 @@ + + + + + + + + CMP0125 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0125

+
+

Added in version 3.21.

+
+

The find_file(), find_path(), find_library() and +find_program() commands cache their result in the variable specified +by their first argument. Prior to CMake 3.21, if a cache variable of that +name already existed before the call but the cache variable had no type, any +non-cache variable of the same name would be discarded and the cache variable +was always used (see also CMP0126 for a different but similar +behavior). This contradicts the convention that a non-cache variable should +take precedence over a cache variable of the same name. Such a situation can +arise if a user sets a cache variable on the command line without specifying +a type, such as cmake -DMYVAR=blah ... instead of +cmake -DMYVAR:FILEPATH=blah.

+

Related to the above, if a cache variable of the specified name already exists +and it does have a type, the various find_...() commands would return +that value unchanged. In particular, if it contained a relative path, it +would not be converted to an absolute path in this situation.

+

When policy CMP0125 is set to OLD or is unset, the behavior is as +described above. When it is set to NEW, the behavior is as follows:

+
    +
  • If a non-cache variable of the specified name exists when the find_...() +command is called, its value will be used regardless of whether a cache +variable of the same name already exists or not. A cache variable will not +be created in this case if no such cache variable existed before. +If a cache variable of the specified name did already exist, the cache will +be updated to match the non-cache variable.

  • +
  • The various find...() commands will always provide an absolute path in +the result variable, except where a relative path provided by a cache or +non-cache variable cannot be resolved to an existing path.

  • +
+

This policy was introduced in CMake version 3.21. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0126.html b/cmake/doc/cmake/html/policy/CMP0126.html new file mode 100644 index 0000000000000000000000000000000000000000..0d84837cabaa8fa73070f183da7202cab522de0e --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0126.html @@ -0,0 +1,170 @@ + + + + + + + + CMP0126 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0126

+
+

Added in version 3.21.

+
+

When this policy is set to NEW, the set(CACHE) command does not +remove any normal variable of the same name from the current scope. +The OLD behavior removes any normal variable of the same name from the +current scope in the following situations:

+
    +
  • No cache variable of that name existed previously.

  • +
  • A cache variable of that name existed previously, but it had no type. +This can occur when the variable was set on the command line using a form +like cmake -DMYVAR=blah instead of cmake -DMYVAR:STRING=blah.

  • +
  • The FORCE or INTERNAL keywords were used when setting the cache +variable.

  • +
+

Note that the NEW behavior has an important difference to the similar +NEW behavior of policy CMP0077. The set(CACHE) +command always sets the cache variable if it did not exist previously, +regardless of the CMP0126 policy setting. The option() command +will not set the cache variable if a non-cache variable of the same name +already exists and CMP0077 is set to NEW.

+

This policy was introduced in CMake version 3.21. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn by default, and uses OLD behavior.

+

See documentation of the +CMAKE_POLICY_WARNING_CMP0126 +variable to control the warning.

+

The CMAKE_POLICY_DEFAULT_CMP0126 +variable may be used to set the policy for a third-party project in a +subdirectory without modifying it.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0127.html b/cmake/doc/cmake/html/policy/CMP0127.html new file mode 100644 index 0000000000000000000000000000000000000000..6c11f54bbf5019c235e8f100d34d2c4243063e67 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0127.html @@ -0,0 +1,166 @@ + + + + + + + + CMP0127 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0127

+
+

Added in version 3.22.

+
+

cmake_dependent_option() supports full Condition Syntax.

+

The <depends> parameter accepts a semicolon-separated list of conditions. CMake 3.21 and lower evaluates each +condition as if(${condition}), which does not properly handle +conditions with nested paren groups. CMake 3.22 and above instead prefer +to evaluate each condition as if(<condition>), where <condition> +is re-parsed as if literally written in a call to if(). This +allows expressions like:

+
"A AND (B OR C)"
+
+
+

but requires expressions like:

+
"FOO MATCHES (UPPER|lower)"
+
+
+

to be re-written as:

+
"FOO MATCHES \"(UPPER|lower)\""
+
+
+

Policy CMP0127 provides compatibility for projects that have not +been updated to expect the new behavior.

+

This policy was introduced in CMake version 3.22. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0128.html b/cmake/doc/cmake/html/policy/CMP0128.html new file mode 100644 index 0000000000000000000000000000000000000000..6310a1e285c3ad9fefb85efc57e8db8311798605 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0128.html @@ -0,0 +1,201 @@ + + + + + + + + CMP0128 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0128

+
+

Added in version 3.22.

+
+

When this policy is set to NEW:

+ +

The OLD behavior:

+ +

Code may need to be updated for the NEW behavior in the following cases:

+
    +
  • If a standard mode flag previously overridden by CMake's and not used during +compiler detection now takes effect due to CMake no longer adding one as the +default detected is appropriate.

    +

    Such code should be converted to either:

    + +
  • +
  • If extensions were disabled without <LANG>_STANDARD being set +CMake previously wouldn't actually disable extensions.

    +

    Such code should be updated to not disable extensions if they are required.

    +
  • +
  • If extensions were enabled/disabled when <LANG>_STANDARD was +satisfied by the compiler's default CMake previously wouldn't actually +enable/disable extensions.

    +

    Such code should be updated to set the correct extensions mode.

    +
  • +
+

If compiler flags affecting the standard mode are used during compiler +detection (for example in a toolchain file +using CMAKE_<LANG>_FLAGS_INIT) then they will affect the detected +default standard and +extensions.

+

This policy was introduced in CMake version 3.22. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn by default, and uses OLD behavior.

+

See documentation of the +CMAKE_POLICY_WARNING_CMP0128 +variable to control the warning.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0129.html b/cmake/doc/cmake/html/policy/CMP0129.html new file mode 100644 index 0000000000000000000000000000000000000000..bf89658e4f141c09c249016f2bcf097b882292eb --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0129.html @@ -0,0 +1,166 @@ + + + + + + + + CMP0129 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0129

+
+

Added in version 3.23.

+
+

Compiler id for MCST LCC compilers is now LCC, not GNU.

+

CMake 3.23 and above recognize MCST LCC compiler as a different from GNU, +with its own command line and set of capabilities. +CMake now prefers to present this to projects by setting the +CMAKE_<LANG>_COMPILER_ID variable to LCC instead +of GNU. However, existing projects may assume the compiler id for +LCC is GNU as it was in CMake versions prior to 3.23. +Therefore this policy determines for MCST LCC compiler which +compiler id to report in the CMAKE_<LANG>_COMPILER_ID +variable after language <LANG> is enabled by the project() +or enable_language() command. The policy must be set prior +to the invocation of either command.

+

The OLD behavior for this policy is to use compiler id GNU (and set +CMAKE_<LANG>_COMPILER_VERSION to the supported GNU compiler version.) +NEW behavior for this policy is to use compiler id LCC, and set +CMAKE_<LANG>_SIMULATE_ID to GNU, and +CMAKE_<LANG>_SIMULATE_VERSION to the supported GNU compiler version.

+

This policy was introduced in CMake version 3.23. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn by default, and uses OLD behavior.

+

See documentation of the +CMAKE_POLICY_WARNING_CMP0129 +variable to control the warning.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0130.html b/cmake/doc/cmake/html/policy/CMP0130.html new file mode 100644 index 0000000000000000000000000000000000000000..b106f527a6af551c844e4ef84bec020fde0037fa --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0130.html @@ -0,0 +1,162 @@ + + + + + + + + CMP0130 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0130

+
+

Added in version 3.24.

+
+

while() diagnoses condition evaluation errors.

+

CMake 3.23 and below accidentally tolerated errors encountered while +evaluating the condition passed to the while() command +(but not the if() command). For example, the code

+
set(paren "(")
+while(${paren})
+endwhile()
+
+
+

creates an unbalanced parenthesis during condition evaluation.

+

CMake 3.24 and above prefer to diagnose such errors. This policy +provides compatibility for projects that have not been updated to +fix their condition errors.

+

The OLD behavior for this policy is to ignore errors in +while() conditions. The NEW behavior for this +policy is to diagnose errors in while() conditions.

+

This policy was introduced in CMake version 3.24. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0131.html b/cmake/doc/cmake/html/policy/CMP0131.html new file mode 100644 index 0000000000000000000000000000000000000000..6af47439579d71cb05fcb8d26bb3d2228edd63cf --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0131.html @@ -0,0 +1,162 @@ + + + + + + + + CMP0131 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0131

+
+

Added in version 3.24.

+
+

LINK_LIBRARIES supports the $<LINK_ONLY:...> +generator expression.

+

CMake 3.23 and below documented the $<LINK_ONLY:...> generator +expression only for use in INTERFACE_LINK_LIBRARIES. +When used in LINK_LIBRARIES, the content guarded inside +$<LINK_ONLY:...> was always used, even when collecting non-linking +usage requirements such as INTERFACE_COMPILE_DEFINITIONS.

+

CMake 3.24 and above prefer to support $<LINK_ONLY:...>, when +used in LINK_LIBRARIES, by using the guarded content only +for link dependencies and not other usage requirements. This policy +provides compatibility for projects that have not been updated to +account for this change.

+

The OLD behavior for this policy is to use LINK_LIBRARIES +content guarded by $<LINK_ONLY:...> even for non-linking +usage requirements. The NEW behavior for this policy is to use +the guarded content only for link dependencies.

+

This policy was introduced in CMake version 3.24. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0132.html b/cmake/doc/cmake/html/policy/CMP0132.html new file mode 100644 index 0000000000000000000000000000000000000000..459c1921b842e3c2dde9c5b459927fa4d4ea0bbe --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0132.html @@ -0,0 +1,160 @@ + + + + + + + + CMP0132 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0132

+
+

Added in version 3.24.

+
+

Do not set compiler environment variables on first run.

+

Apart from when using the Xcode generator and some Visual Studio generators, +CMake 3.23 and below will set environment variables like CC, +CXX, etc. when the corresponding language is enabled. +This only occurs on the very first time CMake is run in a build directory, +and the environment variables are only defined at configure time, not build +time. On subsequent CMake runs, these environment variables are not set, +opening up the opportunity for different behavior between the first and +subsequent CMake runs. CMake 3.24 and above prefer to not set these +environment variables when a language is enabled, even on the first run in +a build directory.

+

The OLD behavior for this policy sets the relevant environment variable +on the first run when a language is enabled. The NEW behavior for this +policy does not set any such environment variables.

+

This policy was introduced in CMake version 3.24. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0133.html b/cmake/doc/cmake/html/policy/CMP0133.html new file mode 100644 index 0000000000000000000000000000000000000000..e65c4cff7571b6734668d2ed2be4aff6646b57f0 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0133.html @@ -0,0 +1,164 @@ + + + + + + + + CMP0133 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0133

+
+

Added in version 3.24.

+
+

The CPack module disables SLA by default in the +CPack DragNDrop Generator.

+

The CPack DragNDrop Generator in CMake 3.22 and below attach a +Software License Agreement (SLA) to .dmg files using the file specified +by CPACK_RESOURCE_FILE_LICENSE, if set to a non-default value. +macOS 12.0 deprecated the tools used to do this, so CMake 3.23 added +the CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE option to +control the behavior. CMake 3.23 enables that option by default for +compatibility with older versions. CMake 3.24 and above prefer to not +enable the CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE option by +default. This policy provides compatibility with projects that have not +been updated to account for the lack of a SLA in their .dmg packages.

+

The OLD behavior for this policy is to enable +CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE by default. +The NEW behavior for this policy is to not enable it by default.

+

This policy was introduced in CMake version 3.24. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn by default, and uses OLD behavior.

+

See documentation of the +CMAKE_POLICY_WARNING_CMP0133 +variable to control the warning.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0134.html b/cmake/doc/cmake/html/policy/CMP0134.html new file mode 100644 index 0000000000000000000000000000000000000000..c07fa6614b480e5841671b3d707cefa749941f5e --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0134.html @@ -0,0 +1,172 @@ + + + + + + + + CMP0134 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0134

+
+

Added in version 3.24.

+
+

The default registry view is TARGET for the find_file(), +find_path(), find_library(), and find_package() +commands and BOTH for the find_program() command.

+

The default registry views in CMake 3.23 and below are selected using the +following rules:

+ +

The OLD behavior for this policy is to use registry views 64 and +64_32 or 32_64 and 32 as default, depending of +CMAKE_SIZEOF_VOID_P variable value. +The NEW behavior for this policy is to use registry views TARGET and +BOTH as default.

+

This policy was introduced in CMake version 3.24. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0135.html b/cmake/doc/cmake/html/policy/CMP0135.html new file mode 100644 index 0000000000000000000000000000000000000000..facbc6f2928080daf4f30e8006ab242ccbeda69e --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0135.html @@ -0,0 +1,162 @@ + + + + + + + + CMP0135 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0135

+
+

Added in version 3.24.

+
+

When using the URL download method with the ExternalProject_Add() +or FetchContent_Declare() commands, CMake 3.23 and below sets the +timestamps of the extracted contents to the same as the timestamps in the +archive. When the URL changes, the new archive is downloaded and extracted, +but the timestamps of the extracted contents might not be newer than the +previous contents. Anything that depends on the extracted contents might not +be rebuilt, even though the contents may change.

+

CMake 3.24 and above prefers to set the timestamps of all extracted contents +to the time of the extraction. This ensures that anything that depends on the +extracted contents will be rebuilt whenever the URL changes.

+

The DOWNLOAD_EXTRACT_TIMESTAMP option to the ExternalProject_Add() +and FetchContent_Declare() commands can be used to explicitly specify +how timestamps should be handled. When DOWNLOAD_EXTRACT_TIMESTAMP is not +given, this policy controls the default behavior. The OLD behavior for +this policy is to restore the timestamps from the archive. The NEW +behavior sets the timestamps of extracted contents to the time of extraction.

+

This policy was introduced in CMake version 3.24. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0136.html b/cmake/doc/cmake/html/policy/CMP0136.html new file mode 100644 index 0000000000000000000000000000000000000000..c268a2759d210fd40d805eceffe3860036de2959 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0136.html @@ -0,0 +1,179 @@ + + + + + + + + CMP0136 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0136

+
+

Added in version 3.24.

+
+

Watcom runtime library flags are selected by an abstraction.

+

Compilers targeting the Watcom ABI have flags to select the Watcom runtime +library.

+

In CMake 3.23 and below, Watcom runtime library selection flags are added to +the default CMAKE_<LANG>_FLAGS_<CONFIG> cache entries by CMake +automatically. This allows users to edit their cache entries to adjust the +flags. However, the presence of such default flags is problematic for +projects that want to choose a different runtime library programmatically. +In particular, it requires string editing of the +CMAKE_<LANG>_FLAGS_<CONFIG> variables with knowledge of the +CMake builtin defaults so they can be replaced.

+

CMake 3.24 and above prefer to leave the Watcom runtime library selection flags +out of the default CMAKE_<LANG>_FLAGS_<CONFIG> values and instead +offer a first-class abstraction. The CMAKE_WATCOM_RUNTIME_LIBRARY +variable and WATCOM_RUNTIME_LIBRARY target property may be set to +select the Watcom runtime library. If they are not set then CMake uses the +default value MultiThreadedDLL on Windows and SingleThreaded on other +platforms, which is equivalent to the original flags.

+

This policy provides compatibility with projects that have not been updated +to be aware of the abstraction. The policy setting takes effect as of the +first project() or enable_language() command that enables +a language whose compiler targets the Watcom ABI.

+
+

Note

+

Once the policy has taken effect at the top of a project, that choice +must be used throughout the tree. In projects that have nested projects +in subdirectories, be sure to convert everything together.

+
+

The OLD behavior for this policy is to place Watcom runtime library +flags in the default CMAKE_<LANG>_FLAGS_<CONFIG> cache +entries and ignore the CMAKE_WATCOM_RUNTIME_LIBRARY abstraction. +The NEW behavior for this policy is to not place Watcom runtime +library flags in the default cache entries and use the abstraction instead.

+

This policy was introduced in CMake version 3.24. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0137.html b/cmake/doc/cmake/html/policy/CMP0137.html new file mode 100644 index 0000000000000000000000000000000000000000..a6b2d7a3ee52f4a85bc49d2cdedcb7ca25f6b990 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0137.html @@ -0,0 +1,162 @@ + + + + + + + + CMP0137 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0137

+
+

Added in version 3.24.

+
+

try_compile() passes platform variables in project mode.

+

The try_compile() command source file signature propagates CMake variables containing platform settings, +and those specified by the CMAKE_TRY_COMPILE_PLATFORM_VARIABLES +variable, into the generated test project. This helps the test project drive +the toolchain the same way the calling project will. In CMake 3.23 and below, +the whole-project signature does not +propagate platform variables automatically. CMake 3.24 and above prefer to +propagate platform variables in the whole-project signature. This policy provides compatibility with projects that +have not been updated to expect the behavior.

+

The OLD behavior for this policy is to not pass any additional variables to +the whole-project signature. +The NEW behavior for this policy is to pass the same variables that the +source file signature does.

+

Regardless of the policy setting, the +CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES variable may be set +to suppress passing the platform variables through either signature.

+

This policy was introduced in CMake version 3.24. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0138.html b/cmake/doc/cmake/html/policy/CMP0138.html new file mode 100644 index 0000000000000000000000000000000000000000..886180cdeb6840fd6344da92e19b5034a470a0cb --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0138.html @@ -0,0 +1,163 @@ + + + + + + + + CMP0138 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0138

+
+

Added in version 3.24.

+
+

CheckIPOSupported uses flags from calling project.

+

The CheckIPOSupported module check_ipo_supported() +command compiles a test project to determine whether the toolchain +supports INTERPROCEDURAL_OPTIMIZATION. CMake 3.23 and +below run the check with the default values of the +CMAKE_<LANG>_FLAGS and CMAKE_<LANG>_FLAGS_<CONFIG> +variables for the current environment and toolchain settings. +However, some projects may modify these flag variables to add +flags that affect availability of the toolchain's IPO features. +CMake 3.24 and above prefer to honor the calling project's values +for these variables. This policy provides compatibility for projects +that have not been updated to expect this behavior.

+

The OLD behavior for this policy is to ignore the calling +project's values of CMAKE_<LANG>_FLAGS and +CMAKE_<LANG>_FLAGS_<CONFIG>. The NEW behavior +for this policy is to use the values of those variables as +compiler flags in the test project.

+

This policy was introduced in CMake version 3.24. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0139.html b/cmake/doc/cmake/html/policy/CMP0139.html new file mode 100644 index 0000000000000000000000000000000000000000..a0de87c813e170d0d932d03c49858c9f9d6f76f0 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0139.html @@ -0,0 +1,150 @@ + + + + + + + + CMP0139 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0139

+
+

Added in version 3.24.

+
+

The if() command supports path comparisons using PATH_EQUAL +operator.

+

The OLD behavior for this policy is to ignore the PATH_EQUAL operator. +The NEW behavior is to interpret the PATH_EQUAL operator.

+

This policy was introduced in CMake version 3.24. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0140.html b/cmake/doc/cmake/html/policy/CMP0140.html new file mode 100644 index 0000000000000000000000000000000000000000..9be5423b42274228d58a995366de29ecf1421318 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0140.html @@ -0,0 +1,150 @@ + + + + + + + + CMP0140 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0140

+
+

Added in version 3.25.

+
+

The return() command checks its parameters.

+

The OLD behavior for this policy is to ignore any parameters given to the +command. +The NEW behavior is to check the validity of the parameters.

+

This policy was introduced in CMake version 3.25. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0141.html b/cmake/doc/cmake/html/policy/CMP0141.html new file mode 100644 index 0000000000000000000000000000000000000000..dbac5c1bbdce9c2cb638cfed71fa23dcde9c213b --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0141.html @@ -0,0 +1,184 @@ + + + + + + + + CMP0141 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0141

+
+

Added in version 3.25.

+
+

MSVC debug information format flags are selected by an abstraction.

+

Compilers targeting the MSVC ABI have flags to select the debug information +format. Debug information format selection typically varies with build +configuration.

+

In CMake 3.24 and below, debug information format flags are added to +the default CMAKE_<LANG>_FLAGS_<CONFIG> cache entries by CMake +automatically. This allows users to edit their cache entries to adjust the +flags. However, the presence of such default flags is problematic for +projects that want to choose a different runtime library programmatically. +In particular, it requires string editing of the +CMAKE_<LANG>_FLAGS_<CONFIG> variables with knowledge of the +CMake builtin defaults so they can be replaced.

+

CMake 3.25 and above prefer to leave the debug information format flags +out of the default CMAKE_<LANG>_FLAGS_<CONFIG> values and instead +offer a first-class abstraction. The +CMAKE_MSVC_DEBUG_INFORMATION_FORMAT variable and +MSVC_DEBUG_INFORMATION_FORMAT target property may be set to +select the MSVC debug information format. If they are not set, CMake +enables debug information in debug configurations using the default value +$<$<CONFIG:Debug,RelWithDebInfo>:ProgramDatabase>, if supported by the +compiler, and otherwise $<$<CONFIG:Debug,RelWithDebInfo>:Embedded>.

+

This policy provides compatibility with projects that have not been updated +to be aware of the abstraction. The policy setting takes effect as of the +first project() or enable_language() command that enables +a language whose compiler targets the MSVC ABI.

+
+

Note

+

Once the policy has taken effect at the top of a project, that choice +will be used throughout the tree. In projects that have nested projects +in subdirectories, be sure to confirm if everything is working with the +selected policy behavior.

+
+

The OLD behavior for this policy is to place MSVC debug information +format flags in the default CMAKE_<LANG>_FLAGS_<CONFIG> cache +entries and ignore the CMAKE_MSVC_DEBUG_INFORMATION_FORMAT +abstraction. The NEW behavior for this policy is to not place MSVC +debug information format flags in the default cache entries and use +the abstraction instead.

+

This policy was introduced in CMake version 3.25. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0142.html b/cmake/doc/cmake/html/policy/CMP0142.html new file mode 100644 index 0000000000000000000000000000000000000000..622551b8aa01bc69a298c50b21846d1e08b27e81 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0142.html @@ -0,0 +1,159 @@ + + + + + + + + CMP0142 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0142

+
+

Added in version 3.25.

+
+

The Xcode generator does not append per-config suffixes to +library search paths.

+

In CMake 3.24 and below, the Xcode generator preceded each +entry of a library search path with a copy of itself appended with +$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME). This was left from +very early versions of CMake in which per-config directories were not well +modeled. Such paths often do not exist, resulting in warnings from the +toolchain. CMake 3.25 and above prefer to not add such library search +paths. This policy provides compatibility for projects that may have been +accidentally relying on the old behavior.

+

The OLD behavior for this policy is to append +$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) to all library search paths. +The NEW behavior is to not modify library search paths.

+

This policy was introduced in CMake version 3.25. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0143.html b/cmake/doc/cmake/html/policy/CMP0143.html new file mode 100644 index 0000000000000000000000000000000000000000..6b842bc5081a0dfd9ba5679862059e5aa6bf198a --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0143.html @@ -0,0 +1,161 @@ + + + + + + + + CMP0143 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0143

+
+

Added in version 3.26.

+
+

USE_FOLDERS global property is treated as ON by default.

+

When using CMake 3.25 or earlier, USE_FOLDERS is treated +as OFF by default unless projects enable the feature. For example:

+
cmake_minimum_required(VERSION 3.25)
+project(foobar LANGUAGES CXX)
+set_property(GLOBAL PROPERTY USE_FOLDERS ON)
+
+
+

CMake 3.26 and later prefer to enable the feature by default.

+

Note that it is the policy setting at the end of the top level +CMakeLists.txt file that matters. The policy setting applies globally +to the whole project.

+

This policy provides compatibility with projects that have not been updated +to expect enabling of folders. Enabling folders causes projects to appear +differently in IDEs.

+

This policy was introduced in CMake version 3.26. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0144.html b/cmake/doc/cmake/html/policy/CMP0144.html new file mode 100644 index 0000000000000000000000000000000000000000..0df8103e2b68dab316db39ec6dae569c9005e2c9 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0144.html @@ -0,0 +1,158 @@ + + + + + + + + CMP0144 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0144

+
+

Added in version 3.27.

+
+

find_package() uses upper-case <PACKAGENAME>_ROOT variables.

+

In CMake 3.27 and above the find_package(<PackageName>) command now +searches prefixes specified by the upper-case <PACKAGENAME>_ROOT +CMake variable and the <PACKAGENAME>_ROOT environment variable +in addition to the case-preserved <PackageName>_ROOT and +<PackageName>_ROOT variables used since policy CMP0074. +This policy provides compatibility with projects that have not been +updated to avoid using <PACKAGENAME>_ROOT variables for other purposes.

+

The OLD behavior for this policy is to ignore <PACKAGENAME>_ROOT +variables if the original <PackageName> has lower-case characters. +The NEW behavior for this policy is to use <PACKAGENAME>_ROOT +variables.

+

This policy was introduced in CMake version 3.27. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0145.html b/cmake/doc/cmake/html/policy/CMP0145.html new file mode 100644 index 0000000000000000000000000000000000000000..60bf6d448df7549bb57d6ffb4a7521c5e47642a7 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0145.html @@ -0,0 +1,161 @@ + + + + + + + + CMP0145 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0145

+
+

Added in version 3.27.

+
+

The Dart and FindDart modules are removed.

+

These modules were added very early in CMake's development to support +driving tests with a "DART" tool, but DART has not been distributed or +maintained for many years. Projects would include(Dart) to use it, +and the Dart module would run find_package(Dart) internally. +Since ctest(1) was created, the Dart module has just been +a compatibility shim that finds Dart to support some legacy +functionality and then forwards to the CTest module.

+

CMake 3.27 and above prefer to not provide the Dart or +FindDart modules. This policy provides compatibility for +projects that have not been ported away from them. Projects using the +Dart module should be updated to use the CTest module directly.

+

The OLD behavior of this policy is for include(Dart) and +find_package(Dart) to load the deprecated modules. The NEW +behavior is for uses of the modules to fail as if they do not exist.

+

This policy was introduced in CMake version 3.27. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0146.html b/cmake/doc/cmake/html/policy/CMP0146.html new file mode 100644 index 0000000000000000000000000000000000000000..b3ad4cbbc5722f4188043afbbcf8c8a25843912a --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0146.html @@ -0,0 +1,160 @@ + + + + + + + + CMP0146 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0146

+
+

Added in version 3.27.

+
+

The FindCUDA module is removed.

+

The FindCUDA module has been deprecated since CMake 3.10. +CMake 3.27 and above prefer to not provide the module. +This policy provides compatibility for projects that have not been +ported away from it.

+

Projects using the FindCUDA module should be updated to use +CMake's first-class CUDA language support. List CUDA among the +languages named in the top-level call to the project() command, +or call the enable_language() command with CUDA. +Then one can add CUDA (.cu) sources directly to targets, +similar to other languages.

+

The OLD behavior of this policy is for find_package(CUDA) to +load the deprecated module. The NEW behavior is for uses of the +module to fail as if it does not exist.

+

This policy was introduced in CMake version 3.27. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0147.html b/cmake/doc/cmake/html/policy/CMP0147.html new file mode 100644 index 0000000000000000000000000000000000000000..89e9e4a381f98b11a846d16ab2c349b730656b77 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0147.html @@ -0,0 +1,156 @@ + + + + + + + + CMP0147 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0147

+
+

Added in version 3.27.

+
+

Visual Studio Generators build custom commands in parallel.

+

Visual Studio 15.8 (2017) and newer support building custom commands in +parallel. CMake 3.27 and above prefer to enable this behavior by adding +a BuildInParallel setting to custom commands in .vcxproj files. +This policy provides compatibility for projects that have not been updated +to expect this, e.g., because their custom commands were accidentally +relying on serial execution by MSBuild.

+

The OLD behavior for this policy is to not add BuildInParallel. +The NEW behavior for this policy is to add BuildInParallel for +VS 15.8 and newer.

+

This policy was introduced in CMake version 3.27. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0148.html b/cmake/doc/cmake/html/policy/CMP0148.html new file mode 100644 index 0000000000000000000000000000000000000000..eaa857f68dabc3b7a74a6192442952922fedbfb8 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0148.html @@ -0,0 +1,161 @@ + + + + + + + + CMP0148 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0148

+
+

Added in version 3.27.

+
+

The FindPythonInterp and FindPythonLibs modules are removed.

+

These modules have been deprecated since CMake 3.12. +CMake 3.27 and above prefer to not provide the modules. +This policy provides compatibility for projects that have not been +ported away from them.

+

Projects using the FindPythonInterp and/or FindPythonLibs +modules should be updated to use one of their replacements:

+ +

The OLD behavior of this policy is for find_package(PythonInterp) +and find_package(PythonLibs) to load the deprecated modules. The NEW +behavior is for uses of the modules to fail as if they do not exist.

+

This policy was introduced in CMake version 3.27. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0149.html b/cmake/doc/cmake/html/policy/CMP0149.html new file mode 100644 index 0000000000000000000000000000000000000000..95174447f1baed5044fc61390a22e03beef7c075 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0149.html @@ -0,0 +1,183 @@ + + + + + + + + CMP0149 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0149

+
+

Added in version 3.27.

+
+

Visual Studio Generators select latest Windows SDK by default.

+

Visual Studio Generators select a Windows SDK version to put in the +WindowsTargetPlatformVersion setting in .vcxproj files. +CMake sets the CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION +variable to the selected SDK version.

+

Prior to CMake 3.27, the SDK version was always selected by the value of +the CMAKE_SYSTEM_VERSION variable. Users or toolchain files +could set that variable to one of the exact Windows SDK versions available +on the host system. Since CMAKE_SYSTEM_VERSION defaults to +CMAKE_HOST_SYSTEM_VERSION, and it is not guaranteed that a +matching Windows SDK version is available, CMake had to fall back to +using the latest Windows SDK version if no exact match was available. +This approach was problematic:

+
    +
  • The latest Windows SDK might or might not be selected based on whether +the host version of Windows happens to match an available SDK version.

  • +
  • An old Windows SDK version might be selected that has not been updated +for newer language standards such as C11.

  • +
+

CMake 3.27 and higher prefer to ignore the exact value of +CMAKE_SYSTEM_VERSION and by default select the latest SDK +version available. An exact SDK version may be specified explicitly +using a version= field in the CMAKE_GENERATOR_PLATFORM +variable. See Visual Studio Platform Selection.

+

This policy provides compatibility for projects, toolchain files, and +build scripts that have not been ported away from using +CMAKE_SYSTEM_VERSION to specify an exact SDK version.

+
+

Note

+

This policy must be set before the first project() or +enable_language() command invocation at the top of the +project. That is when Visual Studio Generators select a +Windows SDK.

+
+

The OLD behavior for this policy is to use the exact value of +CMAKE_SYSTEM_VERSION if possible. The NEW behavior +for this policy is to ignore it.

+

This policy was introduced in CMake version 3.27. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0150.html b/cmake/doc/cmake/html/policy/CMP0150.html new file mode 100644 index 0000000000000000000000000000000000000000..ed981584ed9d3603b3698fcd8ee5e1ccd4e1200c --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0150.html @@ -0,0 +1,172 @@ + + + + + + + + CMP0150 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0150

+
+

Added in version 3.27.

+
+

ExternalProject_Add() and FetchContent_Declare() commands +treat relative GIT_REPOSITORY paths as being relative to the parent +project's remote.

+

Earlier versions of these commands always treated relative paths in +GIT_REPOSITORY as local paths, but the base directory it was treated +as relative to was both undocumented and unintuitive. The OLD behavior +for this policy is to interpret relative paths used for GIT_REPOSITORY +as local paths relative to the following:

+ +

The NEW behavior is to determine the remote from the parent project and +interpret the path relative to that remote. The value of +CMAKE_CURRENT_SOURCE_DIR when ExternalProject_Add() or +FetchContent_Declare() is called determines the parent project. +The remote is selected according to the following (the first match is used):

+
    +
  • If the parent project is checked out on a branch with an upstream remote +defined, use that remote.

  • +
  • If only one remote is defined, use that remote.

  • +
  • If multiple remotes are defined and one of them is named origin, use +origin's remote but also issue a warning.

  • +
+

If an appropriate remote cannot be determined from the above, a fatal error +will be raised.

+

This policy was introduced in CMake version 3.27. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns when a relative path is encountered, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0151.html b/cmake/doc/cmake/html/policy/CMP0151.html new file mode 100644 index 0000000000000000000000000000000000000000..35a4d5a345d1e7683d0b77e92fa78ce3cc103518 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0151.html @@ -0,0 +1,159 @@ + + + + + + + + CMP0151 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0151

+
+

Added in version 3.27.

+
+

AUTOMOC include directory is a system include directory by default.

+

Headers generated for AUTOMOC are placed in target-specific include +directories. CMake 3.26 and older added these as normal include directories. +CMake 3.27 and newer prefer to add them as system include directories. +This policy provides compatibility for projects that have not been updated +to expect this.

+

If the AUTOGEN_USE_SYSTEM_INCLUDE target property is set, +perhaps via the CMAKE_AUTOGEN_USE_SYSTEM_INCLUDE variable, +then its value is used regardless of the setting of this policy.

+

The OLD behavior for this policy is to add autogen include directory to +the target's include directories. +The NEW behavior for this policy is to add autogen include directory to +the target's system include directories.

+

This policy was introduced in CMake version 3.27. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0152.html b/cmake/doc/cmake/html/policy/CMP0152.html new file mode 100644 index 0000000000000000000000000000000000000000..0dc73b74bbfc6ea72e1cb9a000c0b3af69e30f9d --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0152.html @@ -0,0 +1,154 @@ + + + + + + + + CMP0152 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0152

+
+

Added in version 3.28.

+
+

file(REAL_PATH) resolves symlinks before collapsing ../ components.

+

In CMake 3.27 and below, file(REAL_PATH) collapsed any ../ +components in a path before resolving symlinks. This produced incorrect +results when the ../ collapsed away a symlink.

+

The OLD behavior for this policy is to collapse ../ components before +resolving symlinks. +The NEW behavior for this policy is to resolve all symlinks before +collapsing ../ components.

+

This policy was introduced in CMake version 3.28. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0153.html b/cmake/doc/cmake/html/policy/CMP0153.html new file mode 100644 index 0000000000000000000000000000000000000000..e87ff65ee561d31a7a10b428e6817d6c9a7bb58a --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0153.html @@ -0,0 +1,153 @@ + + + + + + + + CMP0153 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0153

+
+

Added in version 3.28.

+
+

The exec_program() command should not be called.

+

This command has long been superseded by the execute_process() +command and has been deprecated since CMake 3.0.

+

CMake >= 3.28 prefer that this command never be called. +The OLD behavior for this policy is to allow the command to be called. +The NEW behavior for this policy is to issue a FATAL_ERROR when the +command is called.

+

This policy was introduced in CMake version 3.28. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0154.html b/cmake/doc/cmake/html/policy/CMP0154.html new file mode 100644 index 0000000000000000000000000000000000000000..c18b33fac64fbbc7ab7a4c0be27e93c3637971eb --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0154.html @@ -0,0 +1,187 @@ + + + + + + + + CMP0154 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0154

+
+

Added in version 3.28.

+
+

Generated files are private by default in targets using File Sets.

+

CMake 3.27 and below assume that any file generated as an output or byproduct +of add_custom_command() or add_custom_target() may be a +public header file meant for inclusion by dependents' source files. This +requires Ninja Generators to add conservative order-only dependencies +that prevent a target's source files from compiling before custom commands +from the target's dependencies are finished, even if those custom commands +only produce sources private to their own target.

+

File Sets, introduced by CMake 3.23, provide a way to express the +visibility of generated header files. CMake 3.28 and above prefer to +assume that, in targets using file sets, generated files are private to +their own target by default. Generated public headers must be specified +as members of a PUBLIC (or INTERFACE) FILE_SET, typically of +type HEADERS. With this information, Ninja Generators may omit +the above-mentioned conservative dependencies and produce more efficient +build graphs.

+

Additionally, if the custom command's output is a member of a file set of type +CXX_MODULES, it will additionally not be required to exist before +compiling other sources in the same target. Since these files should not be +included at compile time directly, they may not be implicitly required to +exist for other compilation rules.

+

This policy provides compatibility for projects using file sets in targets +with generated header files that have not been updated. Such projects +should be updated to express generated public headers in a file set. +For example:

+
add_custom_command(
+  OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/foo.h
+  ...
+)
+target_sources(foo
+  PUBLIC FILE_SET HEADERS
+    BASE_DIRS ${CMAKE_CURRENT_BINARY_DIR}
+    FILES     ${CMAKE_CURRENT_BINARY_DIR}/foo.h
+)
+
+
+

The OLD behavior for this policy is to assume generated files are +public, even in targets using file sets, and for Ninja Generators +to produce conservative build graphs. The NEW behavior for this +policy is to assume generated files are private in targets using file sets, +and for Ninja Generators to produce more efficient build graphs.

+

This policy was introduced in CMake version 3.28. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0155.html b/cmake/doc/cmake/html/policy/CMP0155.html new file mode 100644 index 0000000000000000000000000000000000000000..2cacdca0d34405c3d2e295427091be9ad710cd44 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0155.html @@ -0,0 +1,160 @@ + + + + + + + + CMP0155 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0155

+
+

Added in version 3.28.

+
+

C++ sources in targets with at least C++20 are scanned for imports +when supported.

+

CMake 3.27 and below assume that C++ sources do not import modules. +CMake 3.28 and above prefer to assume that C++ sources in targets using C++20 +or higher might import modules, and must be scanned before compiling, +unless explicitly disabled. This policy provides compatibility for projects +that use C++20 or higher, without modules, that have not been updated to turn +off scanning, e.g., via the CMAKE_CXX_SCAN_FOR_MODULES variable. +See the cmake-cxxmodules(7) manual for more details on C++ module +support.

+

The OLD behavior for this policy is to assume that C++ 20 and newer +sources do not import modules. The NEW behavior for this policy is to +assume that C++ 20 and newer files may import modules if the compiler +understands how to scan for their dependencies, and need to be scanned.

+

This policy was introduced in CMake version 3.28. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0156.html b/cmake/doc/cmake/html/policy/CMP0156.html new file mode 100644 index 0000000000000000000000000000000000000000..b8f6dbccd1043772f1394b3a89ed2b90e01710a0 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0156.html @@ -0,0 +1,180 @@ + + + + + + + + CMP0156 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0156

+
+

Added in version 3.29.

+
+

De-duplicate libraries on link lines based on linker capabilities.

+

Traditional linkers maintain a set of undefined symbols during linking. The +linker processes each file in the order in which it appears on the command +line, until the set of undefined symbols becomes empty. An object file is +linked into the output object when it is encountered, with its undefined +symbols added to the set. Upon encountering an archive file a traditional +linker searches the objects contained therein, and processes those that satisfy +symbols in the unresolved set.

+

Handling mutually dependent archives may be awkward when using a traditional +linker. Archive files may have to be specified multiple times.

+

Some linkers (for instance Apple or Windows linkers, as well as LLVM LLD) +record all symbols found in objects and archives as they iterate over command +line arguments. When one of these linkers encounters an undefined symbol that +can be resolved by an object file contained in a previously processed archive +file, it immediately extracts and links it into the output object.

+

CMake 3.28 and below may generate link lines that repeat static libraries as +a traditional linker would need, even when using a linker that does not need it. +They may also de-duplicate shared libraries by keeping their last occurrence, +which on Windows platforms can change DLL load order.

+

CMake 3.29 and above prefer to apply different strategies based on linker +capabilities. So, when targeting Apple and Windows platforms, all +libraries are de-duplicated. Moreover, on Windows platforms, libraries +are de-duplicated by keeping their first occurrence, thus respecting the +project-specified order. This policy provides compatibility with projects +that have not been updated to expect the latter behavior.

+
+

Note

+

When this policy is set to NEW, the policy CMP0179 controls +which occurrence of the static libraries is kept when they are de-duplicated.

+
+

The OLD behavior for this policy is to always repeat static libraries +as if using a traditional linker, and always de-duplicate shared libraries +by keeping the last occurrence of each. The NEW behavior for this policy +is to apply different strategies based on linker capabilities.

+

This policy was introduced in CMake version 3.29. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0157.html b/cmake/doc/cmake/html/policy/CMP0157.html new file mode 100644 index 0000000000000000000000000000000000000000..3582525262857e46c4e5f8ebec7fe0027228720e --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0157.html @@ -0,0 +1,176 @@ + + + + + + + + CMP0157 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0157

+
+

Added in version 3.29.

+
+

Swift compilation mode is selected by an abstraction.

+

The Swift compiler can compile modules in different modes. The desired build +mode depends whether the developer is iterating and wants to incrementally make +changes, or if they are building a release for distribution and want more +optimizations applied to the resulting binary.

+

CMake versions 3.26 through 3.28 build Swift binaries with whole-module +optimizations enabled when configured in a non-debug build type. +For CMake versions earlier than 3.26, the developer needs to specify +the necessary flag manually for the Ninja Generators, and cannot +not specify whole-module optimizations to the Xcode generator.

+

CMake versions 3.29 and above prefer to set the compilation mode using +the Swift_COMPILATION_MODE target property, which can be +initialized by the CMAKE_Swift_COMPILATION_MODE variable.

+

This policy provides compatibility for projects that have not been updated. +The policy setting takes effect as of the first project() or +enable_language() command that enables the Swift language.

+
+

Note

+

Once the policy has taken effect at the top of a project, that choice +must be used throughout the tree. In projects that have nested projects +in subdirectories, be sure to convert everything together.

+
+

The OLD behavior for this policy builds all Swift targets in +wholemodule mode for non-debug configurations. Ninja Generators +prepend the -wmo flag to the default set of Swift flags. +The Xcode generator sets the SWIFT_COMPILATION_MODE +attribute to wholemodule in the generated Xcode project file.

+

The NEW behavior for this policy is to apply the compilation mode specified +in the Swift_COMPILATION_MODE target property, initialized as each +target is created by the CMAKE_Swift_COMPILATION_MODE variable.

+

This policy was introduced in CMake version 3.29. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0158.html b/cmake/doc/cmake/html/policy/CMP0158.html new file mode 100644 index 0000000000000000000000000000000000000000..5730c144a2efbc3f5266ffae5c4811b7a9fdba1e --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0158.html @@ -0,0 +1,161 @@ + + + + + + + + CMP0158 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0158

+
+

Added in version 3.29.

+
+

add_test() honors CMAKE_CROSSCOMPILING_EMULATOR only +when cross-compiling.

+

In CMake 3.28 and below, add_test() unconditionally used the +CROSSCOMPILING_EMULATOR target property (initialized by the +CMAKE_CROSSCOMPILING_EMULATOR variable) to run test commands +naming executable targets. CMake 3.29 and above prefer to use the emulator +only when the CMAKE_CROSSCOMPILING variable is enabled. The +CMAKE_TEST_LAUNCHER variable may be used instead when not +cross-compiling. This policy provides compatibility for projects that +have not been updated.

+

The OLD behavior for this policy is for add_test() to use +the CROSSCOMPILING_EMULATOR target property unconditionally. +The NEW behavior for this policy is for add_test() to use +the CROSSCOMPILING_EMULATOR target property only when +cross-compiling.

+

This policy was introduced in CMake version 3.29. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0159.html b/cmake/doc/cmake/html/policy/CMP0159.html new file mode 100644 index 0000000000000000000000000000000000000000..786e12f1ad9d5e6a6c37956fd85f7cd6416dc97b --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0159.html @@ -0,0 +1,156 @@ + + + + + + + + CMP0159 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0159

+
+

Added in version 3.29.

+
+

file(STRINGS) with REGEX updates CMAKE_MATCH_<n>.

+

In CMake 3.28 and below the file(STRINGS) command's REGEX +option does not affect CMAKE_MATCH_<n> variables. CMake 3.29 +and above prefer to update the CMAKE_MATCH_<n> variables using +captures from the last match in the file, similar to the +string(REGEX MATCHALL) command. This policy provides +compatibility for projects that have not been updated to expect the behavior.

+

The OLD behavior for this policy is for file(STRINGS) with +REGEX to not store capture groups in CMAKE_MATCH_<n> +variables. The NEW behavior is to store the capture groups.

+

This policy was introduced in CMake version 3.29. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0160.html b/cmake/doc/cmake/html/policy/CMP0160.html new file mode 100644 index 0000000000000000000000000000000000000000..17903091f5d5c7121709ea1aa183ccded01b7e3c --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0160.html @@ -0,0 +1,173 @@ + + + + + + + + CMP0160 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0160

+
+

Added in version 3.29.

+
+

More read-only target properties now error when trying to set them.

+

The set_target_properties() and set_property() commands +are intended to error out on all read-only properties. However, CMake 3.28 and +below only did this for the following properties:

+ +

This policy enforces the read-only nature of the following target properties:

+ +

The OLD behavior for this policy is to only error out for the properties +MANUALLY_ADDED_DEPENDENCIES, NAME, and TYPE. +The NEW behavior for this policy is to error out on all target properties +that are documented as read-only.

+

This policy was introduced in CMake version 3.29. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0161.html b/cmake/doc/cmake/html/policy/CMP0161.html new file mode 100644 index 0000000000000000000000000000000000000000..79e28a5c4eae2e3036149146072f77af0a58e050 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0161.html @@ -0,0 +1,168 @@ + + + + + + + + CMP0161 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0161

+
+

Added in version 3.29.

+
+

The CPACK_PRODUCTBUILD_DOMAINS variable defaults to true.

+

Before CMake 3.29, the CPACK_PRODUCTBUILD_DOMAINS variable is +unset by default. When using the CPack productbuild Generator, +this disables the use of the domains attribute in the productbuild +Distribution XML, and falls back to the auth attribute instead. +These attributes control where a productbuild package is allowed to be +installed. But the auth attribute has been deprecated by Apple, +so projects should migrate to using domains instead.

+

CMake 3.29 and above prefer to use a default value of true for +CPACK_PRODUCTBUILD_DOMAINS, which means domains will be used +by default unless the project explicitly sets +CPACK_PRODUCTBUILD_DOMAINS to false. +This policy provides compatibility with projects that enabled the +CPack productbuild Generator, but did not explicitly set +CPACK_PRODUCTBUILD_DOMAINS.

+

The OLD behavior for this policy is to leave +CPACK_PRODUCTBUILD_DOMAINS unset if it hasn't been set. +The NEW behavior for this policy is to use a default value of true for +CPACK_PRODUCTBUILD_DOMAINS.

+

This policy was introduced in CMake version 3.29. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+

Note that a warning will only be emitted if the +CPACK_BINARY_PRODUCTBUILD variable is +set to true and the project is being built for an Apple platform.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0162.html b/cmake/doc/cmake/html/policy/CMP0162.html new file mode 100644 index 0000000000000000000000000000000000000000..dc488c66b334c4e7b598a1001e4032451ced6de9 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0162.html @@ -0,0 +1,177 @@ + + + + + + + + CMP0162 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0162

+
+

Added in version 3.30.

+
+

Visual Studio Generators add UseDebugLibraries indicators by default.

+

The "Use Debug Libraries" setting in Visual Studio projects indicates what +configurations are considered debug configurations. In standalone projects, +this may affect MSBuild's default selection of MSVC runtime library, +optimization flags, runtime checks, and similar settings. CMake typically +generates all those settings explicitly based on the project's specification, +so CMake 3.29 and below do not write any UseDebugLibraries indicators to +.vcxproj files.

+

CMake 3.30 and above prefer to write UseDebugLibraries indicators because +they are useful for reference by both humans and tools, and may also affect +the behavior of platform-specific SDKs. The indicator for each configuration +of a target is determined as follows:

+
    +
  • If the target compiles sources for a known MSVC runtime library +(such as that specified by MSVC_RUNTIME_LIBRARY), +then UseDebugLibraries is true for configurations that +compile for a "Debug" runtime library, and false for others.

  • +
  • Otherwise, such as in targets created by add_custom_target(), +UseDebugLibraries is true for the Debug configuration, +and false for others.

  • +
+

This policy provides compatibility for projects that have not been updated to +expect the indicators. The policy setting is recorded by each target as it is +created and used to determine the default behavior for that target's +.vcxproj file.

+

The OLD behavior for this policy is to not generate UseDebugLibraries +indicators by default. The NEW behavior for this policy is to generate +UseDebugLibraries indicators by default.

+

If the CMAKE_VS_USE_DEBUG_LIBRARIES variable and/or +VS_USE_DEBUG_LIBRARIES target property is set, it explicitly +controls UseDebugLibraries generation regardless of this policy.

+

This policy was introduced in CMake version 3.30. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0163.html b/cmake/doc/cmake/html/policy/CMP0163.html new file mode 100644 index 0000000000000000000000000000000000000000..99f9ce6c7bb5795a18a09336c17468c7107547b3 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0163.html @@ -0,0 +1,168 @@ + + + + + + + + CMP0163 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0163

+
+

Added in version 3.30.

+
+

The GENERATED source file property is now visible in all directories.

+

In CMake 3.29 and below, the GENERATED source file property, +like other source file properties, was scoped in every directory separately. +Although policy CMP0118 allowed sources marked GENERATED in one +directory to be used in other directories without manually marking them as +GENERATED again, the GENERATED property was still not visible to +get_property() and get_source_file_property() calls.

+

Whether or not a source file is generated is an all-or-nothing global +property of the source: a source is either generated or it is not. +CMake 3.30 and above prefer to treat the GENERATED source file +property as globally scoped. Once it is set in one directory, it is +immediately visible to get_property() and +get_source_file_property() calls in other directories. +This policy provides compatibility for projects that have not been +updated for this behavior.

+

The OLD behavior of this policy is for the GENERATED source file +property to be visible only in the directories in which it is set. The +NEW behavior of this policy is to allow the GENERATED source file +property to be visible in all directories once set in any directory. +Furthermore, the NEW behavior of this policy implies the NEW +behavior of policy CMP0118: the GENERATED property may +be set only to boolean values, and may not be turned off once turned on.

+

This policy was introduced in CMake version 3.30. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0164.html b/cmake/doc/cmake/html/policy/CMP0164.html new file mode 100644 index 0000000000000000000000000000000000000000..3b8863d44a22a161a7851a5d6073643f88a5813f --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0164.html @@ -0,0 +1,163 @@ + + + + + + + + CMP0164 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0164

+
+

Added in version 3.30.

+
+

add_library() rejects SHARED libraries when not supported by +the platform.

+

In CMake 3.29 and below, on platforms that do not support shared libraries +(TARGET_SUPPORTS_SHARED_LIBS is false), the +add_library() command automatically converts SHARED libraries to +STATIC libraries to help users build projects on such platforms. However, +the semantics of shared and static libraries are different enough that such +automatic conversion cannot work in general. Projects using shared libraries +need to be ported to such platforms on a case-by-case basis.

+

In CMake 3.30 and above, add_library() prefers to reject creation +of shared libraries on platforms that do not support them, and fail with a +fatal error message. This policy provides compatibility for projects that +happened to work with the automatic conversion to static libraries and have +not been updated with an explicit port.

+

The OLD behavior for this policy is to implicitly create a static +library with a developer warning. The NEW behavior for this policy is +to fail.

+

This policy was introduced in CMake version 3.30. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn about the behavior change, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0165.html b/cmake/doc/cmake/html/policy/CMP0165.html new file mode 100644 index 0000000000000000000000000000000000000000..60fa00297ab985f1725a8538be322edc7fbf4978 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0165.html @@ -0,0 +1,159 @@ + + + + + + + + CMP0165 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0165

+
+

Added in version 3.30.

+
+

enable_language() must not be called before project().

+

In CMake 3.29 and below, if a project called enable_language() +before the first call to project(), the language would be enabled +but possibly using unset details that were expected to be set. +In CMake 3.30 and above, enable_language() prefers to reject this +case and stop with a fatal error instead if it detects that project() +has not yet been called. This policy provides compatibility for projects that +happened to work when enable_language() was called before +project() and have not been updated to call these commands in the +required order.

+

The OLD behavior for this policy is to allow enable_language() +to be called before project(). The NEW behavior for this policy +is to fail with a fatal error in such cases.

+

This policy was introduced in CMake version 3.30. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0166.html b/cmake/doc/cmake/html/policy/CMP0166.html new file mode 100644 index 0000000000000000000000000000000000000000..82057931998ae4998d827a71a5e4a201c4b100b1 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0166.html @@ -0,0 +1,172 @@ + + + + + + + + CMP0166 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0166

+
+

Added in version 3.30.

+
+

TARGET_PROPERTY evaluates link properties transitively over private +dependencies of static libraries.

+

In CMake 3.29 and below, the TARGET_PROPERTY generator expression +evaluates properties INTERFACE_LINK_OPTIONS, +INTERFACE_LINK_DIRECTORIES, and INTERFACE_LINK_DEPENDS +as if they were Transitive Compile Properties rather than +Transitive Link Properties, even when policy CMP0099 is +set to NEW. Private dependencies of static libraries, which appear in +their INTERFACE_LINK_LIBRARIES guarded by LINK_ONLY +generator expressions, are not followed. This is inconsistent with +evaluation of the same target properties during buildsystem generation.

+

CMake 3.30 and above prefer that TARGET_PROPERTY evaluates +properties INTERFACE_LINK_OPTIONS, +INTERFACE_LINK_DIRECTORIES, and INTERFACE_LINK_DEPENDS +as Transitive Link Properties such that private dependencies of static +libraries, which appear in their INTERFACE_LINK_LIBRARIES guarded +by LINK_ONLY generator expressions, are followed. +This policy provides compatibility for projects that have not been updated +to expect the new behavior.

+

The OLD behavior for this policy is for TARGET_PROPERTY to +evaluate properties INTERFACE_LINK_OPTIONS, +INTERFACE_LINK_DIRECTORIES, and INTERFACE_LINK_DEPENDS +as if they were Transitive Compile Properties by not following private +dependencies of static libraries. The NEW behavior for this policy is +to evaluate them as Transitive Link Properties by following private +dependencies of static libraries.

+

This policy was introduced in CMake version 3.30. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0167.html b/cmake/doc/cmake/html/policy/CMP0167.html new file mode 100644 index 0000000000000000000000000000000000000000..f013b325b8bcaa08358ccdf3df753d77810b1aa6 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0167.html @@ -0,0 +1,160 @@ + + + + + + + + CMP0167 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0167

+
+

Added in version 3.30.

+
+

The FindBoost module is removed.

+

CMake 3.29 and below provide a FindBoost module, but it needs constant +updates to keep up with upstream Boost releases. Upstream Boost 1.70 +and above provide a BoostConfig.cmake package configuration file. +find_package(Boost CONFIG) finds the upstream package directly, +without the find module.

+

CMake 3.30 and above prefer to not provide the FindBoost module +so that find_package(Boost) calls, without the CONFIG or +NO_MODULE options, find the upstream BoostConfig.cmake directly. +This policy provides compatibility for projects that have not been ported +to use the upstream Boost package.

+

The OLD behavior of this policy is for find_package(Boost) to +load CMake's FindBoost module. The NEW behavior is for +find_package(Boost) to search for the upstream BoostConfig.cmake.

+

This policy was introduced in CMake version 3.30. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0168.html b/cmake/doc/cmake/html/policy/CMP0168.html new file mode 100644 index 0000000000000000000000000000000000000000..5eff8ee68f341d3008c4d9886bc9cde279633ca2 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0168.html @@ -0,0 +1,205 @@ + + + + + + + + CMP0168 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0168

+
+

Added in version 3.30.

+
+

The FetchContent module implements steps directly instead of through +a sub-build.

+

CMake 3.29 and below implement FetchContent as a separate sub-build. +This required configuring that separate project and using a build tool. +This approach can be very slow with some generators and operating systems. +CMake 3.30 and above prefer to implement the download, update, and patch +steps directly as part of the main project.

+

The NEW behavior has the following characteristics:

+
    +
  • No sub-build is used. All operations are implemented directly from the +main project's CMake configure step. When running in CMake script mode, +no build tool needs to be available.

  • +
  • Generator expressions and GNU Make variables of the form $(SOMEVAR) are +not supported. They should not be used in any argument to +FetchContent_Declare() or FetchContent_Populate().

  • +
  • All LOG_... and USES_TERMINAL_... options, the QUIET option, and +the FETCHCONTENT_QUIET variable are ignored. +FetchContent output is always part of the main project's configure +output. This also means it now respects the message logging level (see +CMAKE_MESSAGE_LOG_LEVEL and +--log-level). The default message log level +should be comparable to using QUIET with the OLD policy setting, +except that warnings will now be shown.

  • +
  • The PREFIX, TMP_DIR, STAMP_DIR, LOG_DIR, and DOWNLOAD_DIR +options and their associated directory properties are ignored. The +FetchContent module controls those locations internally.

  • +
  • cmake --fresh will remove the stamp and script files used for +tracking and populating the dependency. This will force the dependency's +download, update, and patch steps to be re-executed. The directory used for +downloads is not affected by cmake --fresh, so any previously +downloaded files for the URL download method can still be re-used.

  • +
+

The OLD behavior has the following characteristics:

+
    +
  • A sub-build is always used to implement the download, update, and patch +steps. A build tool must be available, even when using +FetchContent_Populate() in CMake script mode.

  • +
  • Generator expressions and GNU Make variables of the form $(SOMEVAR) can +be used, although such use is almost always inappropriate. They are evaluated +in the sub-build, so they do not see any information from the main build.

  • +
  • All logging, terminal control, and directory options related to the download, +update, or patch steps are supported.

  • +
  • If the QUIET option is used, or the FETCHCONTENT_QUIET +variable is set to true, warnings will not be shown in the output.

  • +
  • cmake --fresh has no effect on the dependency's stamp or script +files. Previously executed steps will only re-run if details about the +dependency have changed.

  • +
+

There's a reasonably good chance that users can set the +CMAKE_POLICY_DEFAULT_CMP0168 +variable to NEW to globally switch to the NEW behavior while waiting +for the project and its dependencies to be updated use the NEW policy +setting by default. Projects don't typically make use of the features that the +NEW behavior no longer supports, and even those projects that do will often +still work fine when those options are ignored. Before setting this behavior +globally, check whether any FetchContent_Declare() or +FetchContent_Populate() calls use the ignored options in a way that +would change observable behavior, other than putting temporary or +internally-generated files in different locations.

+

This policy was introduced in CMake version 3.30. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0169.html b/cmake/doc/cmake/html/policy/CMP0169.html new file mode 100644 index 0000000000000000000000000000000000000000..1c1a4ff167deb56a3f4449e787f1c6aedab7c798 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0169.html @@ -0,0 +1,180 @@ + + + + + + + + CMP0169 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0169

+
+

Added in version 3.30.

+
+

Calling FetchContent_Populate() with a single argument (the name of +a declared dependency) is deprecated.

+

Prior to the introduction of FetchContent_MakeAvailable(), projects +populated previously declared content (with FetchContent_Declare()) +using the following pattern:

+
FetchContent_GetProperties(depname)
+if(NOT depname_POPULATED)
+  FetchContent_Populate(depname)
+  add_subdirectory(${depname_SOURCE_DIR} ${depname_BINARY_DIR})
+endif()
+
+
+

The above pattern does not support a number of features that have been added +to FetchContent over time. It ignores options like SYSTEM and +EXCLUDE_FROM_ALL which may be given to FetchContent_Declare(), +but can't be made known to the above project code. It also does not support +dependency providers. +Projects should call FetchContent_MakeAvailable() instead of using +the above pattern.

+

CMake 3.30 and above prefers to reject calls to +FetchContent_Populate() with the name of a declared dependency. +This policy provides compatibility for projects that have not been updated +to call FetchContent_MakeAvailable() instead.

+

The OLD behavior of this policy allows FetchContent_Populate() +to be called with the name of a declared dependency. +The NEW behavior halts with a fatal error in such cases.

+
+

Note

+

Calling FetchContent_Populate() with the full population details +as command arguments rather than just a dependency name remains fully +supported. Only the form calling FetchContent_Populate() with a +single argument (the name of a previously declared dependency) is deprecated +with this policy.

+
+

This policy was introduced in CMake version 3.30. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0170.html b/cmake/doc/cmake/html/policy/CMP0170.html new file mode 100644 index 0000000000000000000000000000000000000000..0eaff40f4a1fcc2740518be0e9902580f159fde0 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0170.html @@ -0,0 +1,163 @@ + + + + + + + + CMP0170 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0170

+
+

Added in version 3.30.

+
+

When FETCHCONTENT_FULLY_DISCONNECTED is set to true, +FetchContent_MakeAvailable() and FetchContent_Populate() +enforce the constraint that their source directory must already be populated. +The requirement has always been documented, but it was not checked or enforced +with CMake 3.29 or older. This sometimes led to hard-to-trace errors when a +project expected a dependency to have been populated, but its population was +silently skipped.

+

CMake 3.30 and above prefers to check and enforce the constraint. +This policy provides compatibility for situations where the user cannot easily +prevent FETCHCONTENT_FULLY_DISCONNECTED from being inappropriately set +to true.

+

The OLD behavior of this policy allows FETCHCONTENT_FULLY_DISCONNECTED +to be set to true even if a dependency's source directory has not been +populated. +The NEW behavior halts with a fatal error if +FETCHCONTENT_FULLY_DISCONNECTED is set to true and a dependency population +would be skipped, but that dependency's source directory doesn't exist.

+

This policy was introduced in CMake version 3.30. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0171.html b/cmake/doc/cmake/html/policy/CMP0171.html new file mode 100644 index 0000000000000000000000000000000000000000..dbe0d195557f3bc11f10ef271d0c4997a7f3aa17 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0171.html @@ -0,0 +1,159 @@ + + + + + + + + CMP0171 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0171

+
+

Added in version 3.31.

+
+

codegen is a reserved target name.

+

CMake 3.30 and earlier did not reserve codegen as a builtin target name, +leaving projects free to create their own target with that name. +CMake 3.31 and later prefer to reserve codegen as a builtin target name +to drive custom commands created with the CODEGEN option to +add_custom_command(). In order to support building the codegen +target in scripted environments, e.g., cmake --build . --target codegen, +the codegen target needs to be generated even if no custom commands +use the CODEGEN option. This policy provides compatibility for projects +that have not been updated to avoid creating a target named codegen.

+

The OLD behavior of this policy allows projects to create a target +with the name codegen. The NEW behavior halts with a fatal error +if a target with the name codegen is created.

+

This policy was introduced in CMake version 3.31. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0172.html b/cmake/doc/cmake/html/policy/CMP0172.html new file mode 100644 index 0000000000000000000000000000000000000000..586e2c8a5ee8c3bd9c6494834fff80ec5d17176f --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0172.html @@ -0,0 +1,170 @@ + + + + + + + + CMP0172 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0172

+
+

Added in version 3.31.

+
+

The CPack module enables per-machine installation by default +in the CPack WIX Generator.

+

The CPack WIX Generator's CPACK_WIX_INSTALL_SCOPE +option controls the scope of the generated Windows Installer package. +When CPACK_WIX_VERSION is set to 4 or higher, the default scope +is perMachine. However, when using WIX 3 the default scope is NONE, +and CPack does not set any InstallScope in the package specification. +The resulting installer requires administrative privileges and installs +into the system-wide ProgramFiles directory, but the start menu entry +and uninstaller registration are created only for the current user.

+

The CPack module in CMake 3.30 and older does not specify any +CPACK_WIX_INSTALL_SCOPE value by default, so CPack uses no +installation scope by default with WIX 3. CMake 3.31 and newer instead +prefer to set CPACK_WIX_INSTALL_SCOPE to perMachine by +default to make the behavior consistent across all WIX versions. This +policy provides compatibility for projects that have not been updated +to expect perMachine behavior.

+

The OLD behavior for this policy is to not set +CPACK_WIX_INSTALL_SCOPE by default. The NEW behavior for +this policy is to set CPACK_WIX_INSTALL_SCOPE to perMachine +by default.

+

This policy was introduced in CMake version 3.31. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn by default, and uses OLD behavior.

+

See documentation of the +CMAKE_POLICY_WARNING_CMP0172 +variable to control the warning.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0173.html b/cmake/doc/cmake/html/policy/CMP0173.html new file mode 100644 index 0000000000000000000000000000000000000000..8ffb7226ab65ffb6ce7d8764b444d2669c34dad0 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0173.html @@ -0,0 +1,155 @@ + + + + + + + + CMP0173 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0173

+
+

Added in version 3.31.

+
+

The CMakeFindFrameworks module is removed.

+

CMake's framework handling has evolved well beyond what the +CMakeFindFrameworks module supports. The module lacks any handling of +XCFrameworks, it never documented the one command it provides, and +find_library() provides superior capabilities in all respects.

+

The OLD behavior of this policy is for CMakeFindFrameworks to +continue to provide the undocumented cmake_find_frameworks() command. +The NEW behavior halts with a fatal error if anything tries to include +the module.

+

This policy was introduced in CMake version 3.31. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0174.html b/cmake/doc/cmake/html/policy/CMP0174.html new file mode 100644 index 0000000000000000000000000000000000000000..7f4bf208cb09f36c6bd8f9f3dbeb2b7bd8820cbb --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0174.html @@ -0,0 +1,168 @@ + + + + + + + + CMP0174 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0174

+
+

Added in version 3.31.

+
+

cmake_parse_arguments(PARSE_ARGV) defines a variable for an empty +string after a single-value keyword.

+

One of the main reasons for using the PARSE_ARGV form of the +cmake_parse_arguments() command is to more robustly handle corner +cases related to empty values. The non-PARSE_ARGV form doesn't preserve +empty arguments, but the PARSE_ARGV form does. For each single-value +keyword given, a variable should be defined if the keyword is present, even +if it is followed by an empty string.

+

Prior to CMake 3.31, no variable would be defined if the value given after a +single-value keyword was an empty string. This meant the code could not detect +the difference between the keyword not being given, and it being given but with +an empty value, except by iterating over all the arguments and checking if the +keyword is present.

+

For the OLD behavior of this policy, +cmake_parse_arguments(PARSE_ARGV) does not define a variable for a +single-value keyword followed by an empty string, or followed by no value at +all.

+

For the NEW behavior, cmake_parse_arguments(PARSE_ARGV) always +defines a variable for each keyword given in the arguments, even a single-value +keyword with an empty string as its value or no value at all. With the +NEW behavior, the code can robustly check if a single-value keyword was +given using just if(DEFINED <prefix>_<keyword>).

+

This policy was introduced in CMake version 3.31. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0175.html b/cmake/doc/cmake/html/policy/CMP0175.html new file mode 100644 index 0000000000000000000000000000000000000000..4c39ae4172f93a81efae7fbaa43759df13f5c96b --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0175.html @@ -0,0 +1,174 @@ + + + + + + + + CMP0175 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0175

+
+

Added in version 3.31.

+
+

add_custom_command() rejects invalid arguments.

+

CMake 3.30 and earlier silently ignored unsupported keywords and missing or +invalid arguments for the different forms of the add_custom_command() +command. CMake 3.31 implements more rigorous argument checking and will flag +invalid or missing arguments as errors.

+

The OLD behavior of this policy will accept the same invalid keywords or +arguments as CMake 3.30 and earlier. The NEW behavior will flag the +following as errors that previously went unreported:

+
    +
  • The OUTPUT form does not accept PRE_BUILD, PRE_LINK, or +POST_BUILD keywords.

  • +
  • When the APPEND keyword is given, the OUTPUT form also does not +accept BYPRODUCTS, COMMAND_EXPAND_LISTS, DEPENDS_EXPLICIT_ONLY, +DEPFILE, JOB_POOL, JOB_SERVER_AWARE, USES_TERMINAL, or +VERBATIM keywords.

  • +
  • The TARGET form requires exactly one of PRE_BUILD, PRE_LINK, or +POST_BUILD to be given. Previously, if none were given, POST_BUILD +was assumed, or if multiple keywords were given, the last one was used.

  • +
  • The TARGET form does not accept DEPENDS, DEPENDS_EXPLICIT_ONLY, +DEPFILE, IMPLICIT_DEPENDS, MAIN_DEPENDENCY, JOB_POOL, or +JOB_SERVER_AWARE keywords.

  • +
  • The TARGET form now requires at least one COMMAND to be given.

  • +
  • If a keyword expects a value to be given after it, but no value is provided, +that was previously treated as though the keyword was not given at all.

  • +
  • The COMMENT keyword expects exactly one value after it. If multiple +values are given, or if the COMMENT keyword is given more than once, +this is an error.

  • +
+

This policy was introduced in CMake version 3.31. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0176.html b/cmake/doc/cmake/html/policy/CMP0176.html new file mode 100644 index 0000000000000000000000000000000000000000..1bd79a2c65f4cb604438c7bb73e74b3f604ec73e --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0176.html @@ -0,0 +1,159 @@ + + + + + + + + CMP0176 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0176

+
+

Added in version 3.31.

+
+

execute_process() ENCODING is UTF-8 by default.

+

The ENCODING option is meaningful only on Windows. It specifies the +character encoding expected in the process's output on stdout and stderr. +In CMake 3.14 and below the default encoding was NONE, which corresponds +to CMake's internal UTF-8 encoding. In CMake 3.15 through CMake 3.30 the +default encoding was accidentally changed to AUTO, but the change went +unnoticed and was not documented.

+

CMake 3.31 and above prefer the ENCODING default to be UTF-8. +This policy provides compatibility with projects that may have been +relying on the default being AUTO.

+

The OLD behavior of this policy is for execute_process() +to use AUTO by default if no ENCODING is specified. The NEW +behavior for this policy is to use UTF-8 as the default ENCODING.

+

This policy was introduced in CMake version 3.31. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0177.html b/cmake/doc/cmake/html/policy/CMP0177.html new file mode 100644 index 0000000000000000000000000000000000000000..6d517a29085c92ad19172bb88854cf62a93fb14b --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0177.html @@ -0,0 +1,169 @@ + + + + + + + + CMP0177 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0177

+
+

Added in version 3.31.

+
+

install() DESTINATION paths are normalized.

+

The install() command has a number of different forms, and most of +them take a DESTINATION keyword, some in more than one place. +CMake 3.30 and earlier used the value given after the DESTINATION keyword +as provided with no transformations. The install(EXPORT) form +assumes the path contains no .. or . path components when computing +a path relative to the DESTINATION, and if the project provided a path +that violated that assumption, the computed path would be incorrect.

+

CMake 3.31 normalizes all DESTINATION values given in any form of the +install() command, except for the INCLUDES DESTINATION of the +install(TARGETS) form. The normalization performed is the same +as for the cmake_path() command (see Normalization).

+

The OLD behavior of this policy performs no translation on the +DESTINATION values of any install() command. They are used +exactly as provided. If a destination path contains .. or . path +components, install(EXPORT) will use the same wrong paths as +CMake 3.30 and earlier.

+

The NEW behavior will normalize all DESTINATION values except for +INCLUDES DESTINATION. If a destination path contains a generator +expression, it will be wrapped in a $<PATH:CMAKE_PATH,NORMALIZE,...> +generator expression.

+

This policy was introduced in CMake version 3.31. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake will warn if it detects a path that would be different +if normalized, and uses OLD behavior. If a destination path contains a +generator expression, no such warning will be issued regardless of the value.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0178.html b/cmake/doc/cmake/html/policy/CMP0178.html new file mode 100644 index 0000000000000000000000000000000000000000..e9f95a063dbdab74683d9c29c6c61f23f9e32a16 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0178.html @@ -0,0 +1,169 @@ + + + + + + + + CMP0178 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0178

+
+

Added in version 3.31.

+
+

Test command lines preserve empty arguments.

+

Empty values in the TEST_LAUNCHER and +CROSSCOMPILING_EMULATOR target properties are now preserved +for tests added by the following:

+ +

For the gtest_add_tests() and gtest_discover_tests() +commands, empty elements in the values passed after the EXTRA_ARGS +keyword are also now preserved.

+

The OLD behavior of this policy silently discards empty list items +from the TEST_LAUNCHER and CROSSCOMPILING_EMULATOR +target properties in the above-mentioned cases. It also silently discards +empty items from the values given after EXTRA_ARGS for the +gtest_add_tests() and gtest_discover_tests() commands.

+

The NEW behavior of this policy preserves empty list items in the +TEST_LAUNCHER and CROSSCOMPILING_EMULATOR target +properties, and in values given after EXTRA_ARGS for +gtest_add_tests() and gtest_discover_tests().

+

This policy was introduced in CMake version 3.31. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake warns, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0179.html b/cmake/doc/cmake/html/policy/CMP0179.html new file mode 100644 index 0000000000000000000000000000000000000000..c9ceb8c1007cabc7e89bc13098d717aa713a08d4 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0179.html @@ -0,0 +1,159 @@ + + + + + + + + CMP0179 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0179

+
+

Added in version 3.31.

+
+

De-duplication of static libraries on link lines keeps first occurrence. +This policy is only relevant when policy CMP0156 is set to NEW.

+

Based on the linker capabilities, the static libraries can +be de-duplicated. See policy CMP0156 for more information.

+

CMake 3.30 and below may choose to keep, on some platforms, the last occurrence +of the static libraries rather than the fist occurrence when they are +de-duplicated.

+

CMake 3.31 and above prefer to keep, on all platforms, the first occurrence of +the static libraries when they are de-duplicated.

+

The OLD behavior for this policy is to keep, on some platforms, the last +occurrence of the static libraries when they are de-duplicated. The NEW +behavior for this policy is to keep the first occurrence of the static +libraries when they are de-duplicated, regardless of the platform.

+

This policy was introduced in CMake version 3.31. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/policy/CMP0180.html b/cmake/doc/cmake/html/policy/CMP0180.html new file mode 100644 index 0000000000000000000000000000000000000000..82a30b4ff1b2dcaad460e6860462fd621ea424d0 --- /dev/null +++ b/cmake/doc/cmake/html/policy/CMP0180.html @@ -0,0 +1,168 @@ + + + + + + + + CMP0180 — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMP0180

+
+

Added in version 3.31.

+
+

project() always sets <PROJECT-NAME>_* as normal variables.

+

In CMake 3.29 and below, the project() command set +<PROJECT-NAME>_SOURCE_DIR, <PROJECT-NAME>_BINARY_DIR, +and <PROJECT-NAME>_IS_TOP_LEVEL as cache entries, but not as +normal variables. CMake 3.30 started setting them as normal variables, +but only if they are already set as normal variables. This was needed to +preserve support for some FetchContent use cases under policy +CMP0169's NEW behavior, while also preserving behavior of nested +directories that call project() with the same project name. +See release notes for 3.30.3, 3.30.4, and 3.30.5 for details.

+

CMake 3.31 and later prefer to always set <PROJECT-NAME>_SOURCE_DIR, +<PROJECT-NAME>_BINARY_DIR, and <PROJECT-NAME>_IS_TOP_LEVEL, as both +cache entries and normal variables, regardless of what cache or normal +variables already exist. This policy provides compatibility for projects +that have not been updated to expect this behavior.

+

The OLD behavior for this policy will only set normal variables for +<PROJECT-NAME>_SOURCE_DIR, <PROJECT-NAME>_BINARY_DIR, and +<PROJECT-NAME>_IS_TOP_LEVEL if there is already a normal variable by that +name when project() is called. +The NEW behavior for this policy will always set normal variables for +<PROJECT-NAME>_SOURCE_DIR, <PROJECT-NAME>_BINARY_DIR, and +<PROJECT-NAME>_IS_TOP_LEVEL when project() is called.

+

This policy was introduced in CMake version 3.31. +It may be set by cmake_policy() or cmake_minimum_required(). +If it is not set, CMake does not warn, and uses OLD behavior.

+
+

Note

+

The OLD behavior of a policy is +deprecated by definition +and may be removed in a future version of CMake.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_cache/ADVANCED.html b/cmake/doc/cmake/html/prop_cache/ADVANCED.html new file mode 100644 index 0000000000000000000000000000000000000000..c7e85896887d2ec82d5f5199f36b77043496ceac --- /dev/null +++ b/cmake/doc/cmake/html/prop_cache/ADVANCED.html @@ -0,0 +1,138 @@ + + + + + + + + ADVANCED — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ADVANCED

+

True if entry should be hidden by default in GUIs.

+

This is a boolean value indicating whether the entry is considered +interesting only for advanced configuration. The mark_as_advanced() +command modifies this property.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_cache/HELPSTRING.html b/cmake/doc/cmake/html/prop_cache/HELPSTRING.html new file mode 100644 index 0000000000000000000000000000000000000000..c5b5572ce5eb08353c0c43ab54581a1eb60d3990 --- /dev/null +++ b/cmake/doc/cmake/html/prop_cache/HELPSTRING.html @@ -0,0 +1,137 @@ + + + + + + + + HELPSTRING — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

HELPSTRING

+

Help associated with entry in GUIs.

+

This string summarizes the purpose of an entry to help users set it +through a CMake GUI.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_cache/MODIFIED.html b/cmake/doc/cmake/html/prop_cache/MODIFIED.html new file mode 100644 index 0000000000000000000000000000000000000000..bfff0311bebfa370efb47a449a44c1fab8dc3b13 --- /dev/null +++ b/cmake/doc/cmake/html/prop_cache/MODIFIED.html @@ -0,0 +1,137 @@ + + + + + + + + MODIFIED — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

MODIFIED

+

Internal management property. Do not set or get.

+

This is an internal cache entry property managed by CMake to track +interactive user modification of entries. Ignore it.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_cache/STRINGS.html b/cmake/doc/cmake/html/prop_cache/STRINGS.html new file mode 100644 index 0000000000000000000000000000000000000000..b2f734b1512ddbe801174bfa8e6261df46b3cff2 --- /dev/null +++ b/cmake/doc/cmake/html/prop_cache/STRINGS.html @@ -0,0 +1,139 @@ + + + + + + + + STRINGS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

STRINGS

+

Enumerate possible STRING entry values for GUI selection.

+

For cache entries with type STRING, this enumerates a set of values. +CMake GUIs may use this to provide a selection widget instead of a +generic string entry field. This is for convenience only. CMake does +not enforce that the value matches one of those listed.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_cache/TYPE.html b/cmake/doc/cmake/html/prop_cache/TYPE.html new file mode 100644 index 0000000000000000000000000000000000000000..bdee0f56f1ff676b935323222f75cc04e4a81c64 --- /dev/null +++ b/cmake/doc/cmake/html/prop_cache/TYPE.html @@ -0,0 +1,149 @@ + + + + + + + + TYPE — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

TYPE

+

Widget type for entry in GUIs.

+

Cache entry values are always strings, but CMake GUIs present widgets +to help users set values. The GUIs use this property as a hint to +determine the widget type. Valid TYPE values are:

+
BOOL          = Boolean ON/OFF value.
+PATH          = Path to a directory.
+FILEPATH      = Path to a file.
+STRING        = Generic string value.
+INTERNAL      = Do not present in GUI at all.
+STATIC        = Value managed by CMake, do not change.
+UNINITIALIZED = Type not yet specified.
+
+
+

Generally the TYPE of a cache entry should be set by the command which +creates it ( set(), option(), find_library(), etc.).

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_cache/VALUE.html b/cmake/doc/cmake/html/prop_cache/VALUE.html new file mode 100644 index 0000000000000000000000000000000000000000..78d510fdab75d593ca7e5a60c589788ea5645ba9 --- /dev/null +++ b/cmake/doc/cmake/html/prop_cache/VALUE.html @@ -0,0 +1,137 @@ + + + + + + + + VALUE — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

VALUE

+

Value of a cache entry.

+

This property maps to the actual value of a cache entry. Setting this +property always sets the value without checking, so use with care.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/ADDITIONAL_CLEAN_FILES.html b/cmake/doc/cmake/html/prop_dir/ADDITIONAL_CLEAN_FILES.html new file mode 100644 index 0000000000000000000000000000000000000000..9d884954310fa23461be0760d86f4f14ab9fe74c --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/ADDITIONAL_CLEAN_FILES.html @@ -0,0 +1,151 @@ + + + + + + + + ADDITIONAL_CLEAN_FILES — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ADDITIONAL_CLEAN_FILES

+
+

Added in version 3.15.

+
+

A ;-list of files or directories that will be +removed as a part of the global clean target. It is useful for +specifying generated files or directories that are used by multiple targets +or by CMake itself, or that are generated in ways which cannot be captured as +outputs or byproducts of custom commands.

+

If an additional clean file is specific to a single target only, then the +ADDITIONAL_CLEAN_FILES target property would usually be a better +choice than this directory property.

+

Relative paths are allowed and are interpreted relative to the +current binary directory.

+

Contents of ADDITIONAL_CLEAN_FILES may use +generator expressions.

+

This property only works for the Ninja and the Makefile +generators. It is ignored by other generators.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/ADDITIONAL_MAKE_CLEAN_FILES.html b/cmake/doc/cmake/html/prop_dir/ADDITIONAL_MAKE_CLEAN_FILES.html new file mode 100644 index 0000000000000000000000000000000000000000..8b6e756ed8ef7f1510fe51c9ec4c8bb34ef2eb35 --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/ADDITIONAL_MAKE_CLEAN_FILES.html @@ -0,0 +1,144 @@ + + + + + + + + ADDITIONAL_MAKE_CLEAN_FILES — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ADDITIONAL_MAKE_CLEAN_FILES

+
+

Deprecated since version 3.15: Use ADDITIONAL_CLEAN_FILES instead.

+
+

Additional files to remove during the clean stage.

+

A ;-list of files that will be removed as a +part of the make clean target.

+

Arguments to ADDITIONAL_MAKE_CLEAN_FILES may use +generator expressions.

+

This property only works for the Makefile generators. +It is ignored on other generators.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/BINARY_DIR.html b/cmake/doc/cmake/html/prop_dir/BINARY_DIR.html new file mode 100644 index 0000000000000000000000000000000000000000..38f946c4957d14218a2146ce842e0737a78d81dd --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/BINARY_DIR.html @@ -0,0 +1,139 @@ + + + + + + + + BINARY_DIR — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

BINARY_DIR

+
+

Added in version 3.7.

+
+

This read-only directory property reports absolute path to the binary +directory corresponding to the source on which it is read.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/BUILDSYSTEM_TARGETS.html b/cmake/doc/cmake/html/prop_dir/BUILDSYSTEM_TARGETS.html new file mode 100644 index 0000000000000000000000000000000000000000..b0d5af0d9e46d1b3b25772b765b873d36088fc01 --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/BUILDSYSTEM_TARGETS.html @@ -0,0 +1,146 @@ + + + + + + + + BUILDSYSTEM_TARGETS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

BUILDSYSTEM_TARGETS

+
+

Added in version 3.7.

+
+

This read-only directory property contains a +semicolon-separated list of buildsystem targets added in the +directory by calls to the add_library(), add_executable(), +and add_custom_target() commands. The list does not include any +Imported Targets or Alias Targets, but does include +Interface Libraries. Each entry in the list is the logical name +of a target, suitable to pass to the get_property() command +TARGET option.

+

See also the IMPORTED_TARGETS directory property.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/CACHE_VARIABLES.html b/cmake/doc/cmake/html/prop_dir/CACHE_VARIABLES.html new file mode 100644 index 0000000000000000000000000000000000000000..097342105311f2596b7f508812865edf6f06a0ee --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/CACHE_VARIABLES.html @@ -0,0 +1,137 @@ + + + + + + + + CACHE_VARIABLES — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CACHE_VARIABLES

+

List of cache variables available in the current directory.

+

This read-only property specifies the list of CMake cache variables +currently defined. It is intended for debugging purposes.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/CLEAN_NO_CUSTOM.html b/cmake/doc/cmake/html/prop_dir/CLEAN_NO_CUSTOM.html new file mode 100644 index 0000000000000000000000000000000000000000..00896e707e4cf0f7c7ede606f5eb9370a89c09f3 --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/CLEAN_NO_CUSTOM.html @@ -0,0 +1,137 @@ + + + + + + + + CLEAN_NO_CUSTOM — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CLEAN_NO_CUSTOM

+

Set to true to tell Makefile Generators not to remove the outputs of +custom commands for this directory during the make clean operation. +This is ignored on other generators because it is not possible to implement.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/CMAKE_CONFIGURE_DEPENDS.html b/cmake/doc/cmake/html/prop_dir/CMAKE_CONFIGURE_DEPENDS.html new file mode 100644 index 0000000000000000000000000000000000000000..58414b21f929dcbfd7ca82893f9f01e7dbef1973 --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/CMAKE_CONFIGURE_DEPENDS.html @@ -0,0 +1,139 @@ + + + + + + + + CMAKE_CONFIGURE_DEPENDS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

CMAKE_CONFIGURE_DEPENDS

+

Tell CMake about additional input files to the configuration process. +If any named file is modified the build system will re-run CMake to +re-configure the file and generate the build system again.

+

Specify files as a semicolon-separated list of paths. Relative paths +are interpreted as relative to the current source directory.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/COMPILE_DEFINITIONS.html b/cmake/doc/cmake/html/prop_dir/COMPILE_DEFINITIONS.html new file mode 100644 index 0000000000000000000000000000000000000000..b2ba8d5158c2c46305e8d92d760ed6f13c767360 --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/COMPILE_DEFINITIONS.html @@ -0,0 +1,175 @@ + + + + + + + + COMPILE_DEFINITIONS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

COMPILE_DEFINITIONS

+

Preprocessor definitions for compiling a directory's sources.

+

This property specifies the list of options given so far to the +add_compile_definitions() (or add_definitions()) command.

+

The COMPILE_DEFINITIONS property may be set to a semicolon-separated +list of preprocessor definitions using the syntax VAR or VAR=value. +Function-style definitions are not supported. CMake will +automatically escape the value correctly for the native build system +(note that CMake language syntax may require escapes to specify some +values).

+

This property will be initialized in each directory by its value in the +directory's parent.

+

CMake will automatically drop some definitions that are not supported +by the native build tool.

+
+

Added in version 3.26: Any leading -D on an item will be removed.

+
+

Disclaimer: Most native build tools have poor support for escaping +certain values. CMake has work-arounds for many cases but some values +may just not be possible to pass correctly. If a value does not seem +to be escaped correctly, do not attempt to work-around the problem by +adding escape sequences to the value. Your work-around may break in a +future version of CMake that has improved escape support. Instead +consider defining the macro in a (configured) header file. Then +report the limitation. Known limitations include:

+
#          - broken almost everywhere
+;          - broken in VS IDE 7.0 and Borland Makefiles
+,          - broken in VS IDE
+%          - broken in some cases in NMake
+& |        - broken in some cases on MinGW
+^ < > \"   - broken in most Make tools on Windows
+
+
+

CMake does not reject these values outright because they do work in +some cases. Use with caution.

+

Contents of COMPILE_DEFINITIONS may use "generator expressions" with +the syntax $<...>. See the cmake-generator-expressions(7) +manual for available expressions. See the cmake-buildsystem(7) +manual for more on defining buildsystem properties.

+

The corresponding COMPILE_DEFINITIONS_<CONFIG> property may +be set to specify per-configuration definitions. Generator expressions +should be preferred instead of setting the alternative property.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/COMPILE_DEFINITIONS_CONFIG.html b/cmake/doc/cmake/html/prop_dir/COMPILE_DEFINITIONS_CONFIG.html new file mode 100644 index 0000000000000000000000000000000000000000..a68b7c212f6090bed11a17a4ea5852cd416cfe5c --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/COMPILE_DEFINITIONS_CONFIG.html @@ -0,0 +1,145 @@ + + + + + + + + COMPILE_DEFINITIONS_<CONFIG> — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

COMPILE_DEFINITIONS_<CONFIG>

+

Ignored. See CMake Policy CMP0043.

+

Per-configuration preprocessor definitions in a directory.

+

This is the configuration-specific version of COMPILE_DEFINITIONS +where <CONFIG> is an upper-case name (ex. COMPILE_DEFINITIONS_DEBUG).

+

This property will be initialized in each directory by its value in +the directory's parent.

+

Contents of COMPILE_DEFINITIONS_<CONFIG> may use "generator expressions" +with the syntax $<...>. See the cmake-generator-expressions(7) +manual for available expressions. See the cmake-buildsystem(7) +manual for more on defining buildsystem properties.

+

Generator expressions should be preferred instead of setting this property.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/COMPILE_OPTIONS.html b/cmake/doc/cmake/html/prop_dir/COMPILE_OPTIONS.html new file mode 100644 index 0000000000000000000000000000000000000000..a4eaf69fdd56b692bf318fa12d047508b02fb2ae --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/COMPILE_OPTIONS.html @@ -0,0 +1,144 @@ + + + + + + + + COMPILE_OPTIONS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

COMPILE_OPTIONS

+

List of options to pass to the compiler.

+

This property holds a semicolon-separated list of options +given so far to the add_compile_options() command.

+

This property is used to initialize the COMPILE_OPTIONS target +property when a target is created, which is used by the generators to set +the options for the compiler.

+

Contents of COMPILE_OPTIONS may use "generator expressions" with the +syntax $<...>. See the cmake-generator-expressions(7) manual +for available expressions. See the cmake-buildsystem(7) manual +for more on defining buildsystem properties.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/DEFINITIONS.html b/cmake/doc/cmake/html/prop_dir/DEFINITIONS.html new file mode 100644 index 0000000000000000000000000000000000000000..a7bc854b3cce890357501e158d4f43fef6f7513d --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/DEFINITIONS.html @@ -0,0 +1,142 @@ + + + + + + + + DEFINITIONS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

DEFINITIONS

+

For CMake 2.4 compatibility only. Use COMPILE_DEFINITIONS +instead.

+

This read-only property specifies the list of flags given so far to +the add_definitions() command. It is intended for debugging +purposes. Use the COMPILE_DEFINITIONS directory property +instead.

+

This built-in read-only property does not exist if policy +CMP0059 is set to NEW.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/EXCLUDE_FROM_ALL.html b/cmake/doc/cmake/html/prop_dir/EXCLUDE_FROM_ALL.html new file mode 100644 index 0000000000000000000000000000000000000000..72f84cbdc9f0ab1012b07ed35fdaf8b45d04ded4 --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/EXCLUDE_FROM_ALL.html @@ -0,0 +1,163 @@ + + + + + + + + EXCLUDE_FROM_ALL — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

EXCLUDE_FROM_ALL

+

Set this directory property to a true value on a subdirectory to exclude +its targets from the "all" target of its ancestors. If excluded, running +e.g. make in the parent directory will not build targets the +subdirectory by default. This does not affect the "all" target of the +subdirectory itself. Running e.g. make inside the subdirectory will +still build its targets.

+

EXCLUDE_FROM_ALL is meant for when the subdirectory contains +a separate part of the project that is useful, but not necessary, +such as a set of examples, or e.g. an integrated 3rd party library. +Typically the subdirectory should contain its own project() +command invocation so that a full build system will be generated in the +subdirectory (such as a Visual Studio IDE solution file). Note that +inter-target dependencies supersede this exclusion. If a target built by +the parent project depends on a target in the subdirectory, the dependee +target will be included in the parent project build system to satisfy +the dependency.

+

If the EXCLUDE_FROM_ALL argument is provided, it has the following effects:

+
    +
  • Targets defined in the subdirectory or below will not be +included in the ALL target of the parent directory. +Those targets must be built explicitly by the user, +or be a dependency of another target that will be built.

  • +
  • Targets defined in the subdirectory or below will be +excluded from IDE project files.

  • +
  • Any install rules defined in the subdirectory or below will +be ignored when installing the parent directory.

  • +
+

Note that these effects are not the same as those for the +EXCLUDE_FROM_ALL target property.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.html b/cmake/doc/cmake/html/prop_dir/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.html new file mode 100644 index 0000000000000000000000000000000000000000..bf5afbfd649cf83dde7474d4cdb02b2024330976 --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.html @@ -0,0 +1,157 @@ + + + + + + + + IMPLICIT_DEPENDS_INCLUDE_TRANSFORM — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

IMPLICIT_DEPENDS_INCLUDE_TRANSFORM

+

Specify #include line transforms for dependencies in a directory.

+

This property specifies rules to transform macro-like #include lines +during implicit dependency scanning of C and C++ source files. The +list of rules must be semicolon-separated with each entry of the form +A_MACRO(%)=value-with-% (the % must be literal). During dependency +scanning occurrences of A_MACRO(...) on #include lines will be +replaced by the value given with the macro argument substituted for +%. For example, the entry

+
MYDIR(%)=<mydir/%>
+
+
+

will convert lines of the form

+
#include MYDIR(myheader.h)
+
+
+

to

+
#include <mydir/myheader.h>
+
+
+

allowing the dependency to be followed.

+

This property applies to sources in all targets within a directory. +The property value is initialized in each directory by its value in +the directory's parent.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/IMPORTED_TARGETS.html b/cmake/doc/cmake/html/prop_dir/IMPORTED_TARGETS.html new file mode 100644 index 0000000000000000000000000000000000000000..766bf6242432e0c3fe670a881d43fb24e9308a6a --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/IMPORTED_TARGETS.html @@ -0,0 +1,145 @@ + + + + + + + + IMPORTED_TARGETS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

IMPORTED_TARGETS

+
+

Added in version 3.21.

+
+

This read-only directory property contains a +semicolon-separated list of +Imported Targets added in the directory by calls to the +add_library() and add_executable() commands. +Each entry in the list is the logical name of a target, suitable +to pass to the get_property() command TARGET option +when called in the same directory.

+

See also the BUILDSYSTEM_TARGETS directory property.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/INCLUDE_DIRECTORIES.html b/cmake/doc/cmake/html/prop_dir/INCLUDE_DIRECTORIES.html new file mode 100644 index 0000000000000000000000000000000000000000..a5971fa8dacc3fc5bbb289d576ad33d96078eb31 --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/INCLUDE_DIRECTORIES.html @@ -0,0 +1,158 @@ + + + + + + + + INCLUDE_DIRECTORIES — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

INCLUDE_DIRECTORIES

+

List of preprocessor include file search directories.

+

This property specifies the list of directories given so far to the +include_directories() command.

+

This property is used to populate the INCLUDE_DIRECTORIES +target property, which is used by the generators to set the include +directories for the compiler.

+

In addition to accepting values from that command, values may be set +directly on any directory using the set_property() command, and can be +set on the current directory using the set_directory_properties() +command. A directory gets its initial value from its parent directory if it has +one. The initial value of the INCLUDE_DIRECTORIES target property +comes from the value of this property. Both directory and target property +values are adjusted by calls to the include_directories() command. +Calls to set_property() or set_directory_properties(), +however, will update the directory property value without updating target +property values. Therefore direct property updates must be made before +calls to add_executable() or add_library() for targets +they are meant to affect.

+

The target property values are used by the generators to set the +include paths for the compiler.

+

Contents of INCLUDE_DIRECTORIES may use "generator expressions" with +the syntax $<...>. See the cmake-generator-expressions(7) +manual for available expressions. See the cmake-buildsystem(7) +manual for more on defining buildsystem properties.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/INCLUDE_REGULAR_EXPRESSION.html b/cmake/doc/cmake/html/prop_dir/INCLUDE_REGULAR_EXPRESSION.html new file mode 100644 index 0000000000000000000000000000000000000000..0472108870abb6e70a7839ef72f75c7722c90bb3 --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/INCLUDE_REGULAR_EXPRESSION.html @@ -0,0 +1,139 @@ + + + + + + + + INCLUDE_REGULAR_EXPRESSION — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

INCLUDE_REGULAR_EXPRESSION

+

Include file scanning regular expression.

+

This property specifies the regular expression used during +dependency scanning to match include files that should be followed. +See the include_regular_expression() command for a high-level +interface to set this property.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/INTERPROCEDURAL_OPTIMIZATION.html b/cmake/doc/cmake/html/prop_dir/INTERPROCEDURAL_OPTIMIZATION.html new file mode 100644 index 0000000000000000000000000000000000000000..38de8d564a5ab2f8c523f2641cf22238c14a8251 --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/INTERPROCEDURAL_OPTIMIZATION.html @@ -0,0 +1,136 @@ + + + + + + + + INTERPROCEDURAL_OPTIMIZATION — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

INTERPROCEDURAL_OPTIMIZATION

+

This directory property does not exist anymore.

+

See the target property INTERPROCEDURAL_OPTIMIZATION instead.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/INTERPROCEDURAL_OPTIMIZATION_CONFIG.html b/cmake/doc/cmake/html/prop_dir/INTERPROCEDURAL_OPTIMIZATION_CONFIG.html new file mode 100644 index 0000000000000000000000000000000000000000..8d4acb75484821b6c7799a5393752e47bc42169d --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/INTERPROCEDURAL_OPTIMIZATION_CONFIG.html @@ -0,0 +1,136 @@ + + + + + + + + INTERPROCEDURAL_OPTIMIZATION_<CONFIG> — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

INTERPROCEDURAL_OPTIMIZATION_<CONFIG>

+

This directory property does not exist anymore.

+

See the target property INTERPROCEDURAL_OPTIMIZATION_<CONFIG> instead.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/LABELS.html b/cmake/doc/cmake/html/prop_dir/LABELS.html new file mode 100644 index 0000000000000000000000000000000000000000..c3dc68d1eee4828a0fd1c356e2e6edf70110752b --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/LABELS.html @@ -0,0 +1,145 @@ + + + + + + + + LABELS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

LABELS

+
+

Added in version 3.10.

+
+

Specify a list of text labels associated with a directory and all of its +subdirectories. This is equivalent to setting the LABELS target +property and the LABELS test property on all targets and tests in +the current directory and subdirectories. Note: Launchers must enabled to +propagate labels to targets.

+

The CMAKE_DIRECTORY_LABELS variable can be used to initialize this +property.

+

The list is reported in dashboard submissions.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/LINK_DIRECTORIES.html b/cmake/doc/cmake/html/prop_dir/LINK_DIRECTORIES.html new file mode 100644 index 0000000000000000000000000000000000000000..129b3025e1c905d1b679dfa326953b7df124f979 --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/LINK_DIRECTORIES.html @@ -0,0 +1,145 @@ + + + + + + + + LINK_DIRECTORIES — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/LINK_OPTIONS.html b/cmake/doc/cmake/html/prop_dir/LINK_OPTIONS.html new file mode 100644 index 0000000000000000000000000000000000000000..b9ebac37f852f11527424a2ce309835ccb88aa5a --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/LINK_OPTIONS.html @@ -0,0 +1,148 @@ + + + + + + + + LINK_OPTIONS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/LISTFILE_STACK.html b/cmake/doc/cmake/html/prop_dir/LISTFILE_STACK.html new file mode 100644 index 0000000000000000000000000000000000000000..5025e1eb750f209ae591fa68ea50f9eece7cc0d2 --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/LISTFILE_STACK.html @@ -0,0 +1,140 @@ + + + + + + + + LISTFILE_STACK — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

LISTFILE_STACK

+

The current stack of listfiles being processed.

+

This property is mainly useful when trying to debug errors in your +CMake scripts. It returns a list of what list files are currently +being processed, in order. So if one listfile does an +include() command then that is effectively pushing the +included listfile onto the stack.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/MACROS.html b/cmake/doc/cmake/html/prop_dir/MACROS.html new file mode 100644 index 0000000000000000000000000000000000000000..e50d61769ddc62e3c7a6f394b4bec2f9052650ce --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/MACROS.html @@ -0,0 +1,138 @@ + + + + + + + + MACROS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

MACROS

+

List of macro commands available in the current directory.

+

This read-only property specifies the list of CMake macros currently +defined. It is intended for debugging purposes. See the macro() +command.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/PARENT_DIRECTORY.html b/cmake/doc/cmake/html/prop_dir/PARENT_DIRECTORY.html new file mode 100644 index 0000000000000000000000000000000000000000..744b85aaea82f4010b4a4af1e0b840a98eb7c79f --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/PARENT_DIRECTORY.html @@ -0,0 +1,138 @@ + + + + + + + + PARENT_DIRECTORY — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

PARENT_DIRECTORY

+

Source directory that added current subdirectory.

+

This read-only property specifies the source directory that added the +current source directory as a subdirectory of the build. In the +top-level directory the value is the empty-string.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/RULE_LAUNCH_COMPILE.html b/cmake/doc/cmake/html/prop_dir/RULE_LAUNCH_COMPILE.html new file mode 100644 index 0000000000000000000000000000000000000000..9079174091d0444e44af226f924aa4d84237b87a --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/RULE_LAUNCH_COMPILE.html @@ -0,0 +1,144 @@ + + + + + + + + RULE_LAUNCH_COMPILE — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

RULE_LAUNCH_COMPILE

+

Specify a launcher for compile rules.

+
+

Note

+

This property is intended for internal use by ctest(1). Projects +and developers should use the <LANG>_COMPILER_LAUNCHER target +properties or the associated CMAKE_<LANG>_COMPILER_LAUNCHER +variables instead.

+
+

See the global property of the same name +for details. This overrides the global property for a directory.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/RULE_LAUNCH_CUSTOM.html b/cmake/doc/cmake/html/prop_dir/RULE_LAUNCH_CUSTOM.html new file mode 100644 index 0000000000000000000000000000000000000000..d3eb3fecd83be32105302585e04482554ee76421 --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/RULE_LAUNCH_CUSTOM.html @@ -0,0 +1,137 @@ + + + + + + + + RULE_LAUNCH_CUSTOM — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

RULE_LAUNCH_CUSTOM

+

Specify a launcher for custom rules.

+

See the global property of the same name for details. This overrides +the global property for a directory.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/RULE_LAUNCH_LINK.html b/cmake/doc/cmake/html/prop_dir/RULE_LAUNCH_LINK.html new file mode 100644 index 0000000000000000000000000000000000000000..ce580a0898970f5c20d9ae6ad2668a1945731a45 --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/RULE_LAUNCH_LINK.html @@ -0,0 +1,144 @@ + + + + + + + + RULE_LAUNCH_LINK — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/SOURCE_DIR.html b/cmake/doc/cmake/html/prop_dir/SOURCE_DIR.html new file mode 100644 index 0000000000000000000000000000000000000000..974c9a6e616726725d8afcff11be243e81c07b0d --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/SOURCE_DIR.html @@ -0,0 +1,139 @@ + + + + + + + + SOURCE_DIR — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

SOURCE_DIR

+
+

Added in version 3.7.

+
+

This read-only directory property reports absolute path to the source +directory on which it is read.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/SUBDIRECTORIES.html b/cmake/doc/cmake/html/prop_dir/SUBDIRECTORIES.html new file mode 100644 index 0000000000000000000000000000000000000000..4e2f472f501cc38a9440db1fa6e0451417cb50b2 --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/SUBDIRECTORIES.html @@ -0,0 +1,149 @@ + + + + + + + + SUBDIRECTORIES — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

SUBDIRECTORIES

+
+

Added in version 3.7.

+
+

This read-only directory property contains a +semicolon-separated list of subdirectories processed so far by +the add_subdirectory() or subdirs() commands. Each entry is +the absolute path to the source directory (containing the CMakeLists.txt +file). This is suitable to pass to the get_property() command +DIRECTORY option.

+
+

Note

+

The subdirs() command does not process its arguments until +after the calling directory is fully processed. Therefore looking +up this property in the current directory will not see them.

+
+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/SYSTEM.html b/cmake/doc/cmake/html/prop_dir/SYSTEM.html new file mode 100644 index 0000000000000000000000000000000000000000..a716735d5320bb518704d31f7af2bc8d87ab71ae --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/SYSTEM.html @@ -0,0 +1,142 @@ + + + + + + + + SYSTEM — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

SYSTEM

+
+

Added in version 3.25.

+
+

This directory property is used to initialize the SYSTEM +target property for non-imported targets created in that directory. +It is set to true by add_subdirectory() and +FetchContent_Declare() when the SYSTEM option is given +as an argument to those commands.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/TESTS.html b/cmake/doc/cmake/html/prop_dir/TESTS.html new file mode 100644 index 0000000000000000000000000000000000000000..e507bc05de0e37fe1fa70502e28461a2e4643099 --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/TESTS.html @@ -0,0 +1,141 @@ + + + + + + + + TESTS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

TESTS

+
+

Added in version 3.12.

+
+

List of tests.

+

This read-only property holds a +semicolon-separated list of tests +defined so far, in the current directory, by the add_test() command.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/TEST_INCLUDE_FILE.html b/cmake/doc/cmake/html/prop_dir/TEST_INCLUDE_FILE.html new file mode 100644 index 0000000000000000000000000000000000000000..3cd7f61f3460db5d2c11fc404ae009242f1440c2 --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/TEST_INCLUDE_FILE.html @@ -0,0 +1,138 @@ + + + + + + + + TEST_INCLUDE_FILE — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

TEST_INCLUDE_FILE

+

Deprecated. Use TEST_INCLUDE_FILES instead.

+

A cmake file that will be included when ctest is run.

+

If you specify TEST_INCLUDE_FILE, that file will be included and +processed when ctest is run on the directory.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/TEST_INCLUDE_FILES.html b/cmake/doc/cmake/html/prop_dir/TEST_INCLUDE_FILES.html new file mode 100644 index 0000000000000000000000000000000000000000..5fbe7dcbf018fbcf785f8b4f0f594fbcdc33c957 --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/TEST_INCLUDE_FILES.html @@ -0,0 +1,140 @@ + + + + + + + + TEST_INCLUDE_FILES — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

TEST_INCLUDE_FILES

+
+

Added in version 3.10.

+
+

A list of cmake files that will be included when ctest is run.

+

If you specify TEST_INCLUDE_FILES, those files will be included and +processed when ctest is run on the directory.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/VARIABLES.html b/cmake/doc/cmake/html/prop_dir/VARIABLES.html new file mode 100644 index 0000000000000000000000000000000000000000..3a6c94d823ccadce69ba6cee9b1abd62e230dca7 --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/VARIABLES.html @@ -0,0 +1,137 @@ + + + + + + + + VARIABLES — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

VARIABLES

+

List of variables defined in the current directory.

+

This read-only property specifies the list of CMake variables +currently defined. It is intended for debugging purposes.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/VS_GLOBAL_SECTION_POST_section.html b/cmake/doc/cmake/html/prop_dir/VS_GLOBAL_SECTION_POST_section.html new file mode 100644 index 0000000000000000000000000000000000000000..a511d3cba877ff3be1f89ec89357b8c52dc664fa --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/VS_GLOBAL_SECTION_POST_section.html @@ -0,0 +1,157 @@ + + + + + + + + VS_GLOBAL_SECTION_POST_<section> — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

VS_GLOBAL_SECTION_POST_<section>

+

Specify a postSolution global section in Visual Studio.

+

Setting a property like this generates an entry of the following form +in the solution file:

+
GlobalSection(<section>) = postSolution
+  <contents based on property value>
+EndGlobalSection
+
+
+

The property must be set to a semicolon-separated list of key=value +pairs. Each such pair will be transformed into an entry in the +solution global section. Whitespace around key and value is ignored. +List elements which do not contain an equal sign are skipped.

+

This property only works for Visual Studio Generators; it is ignored +on other generators. The property only applies when set on a +directory whose CMakeLists.txt contains a project() command.

+

Note that CMake generates postSolution sections ExtensibilityGlobals +and ExtensibilityAddIns by default. If you set the corresponding +property, it will override the default section. For example, setting +VS_GLOBAL_SECTION_POST_ExtensibilityGlobals will override the default +contents of the ExtensibilityGlobals section, while keeping +ExtensibilityAddIns on its default. However, CMake will always +add a SolutionGuid to the ExtensibilityGlobals section +if it is not specified explicitly.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/VS_GLOBAL_SECTION_PRE_section.html b/cmake/doc/cmake/html/prop_dir/VS_GLOBAL_SECTION_PRE_section.html new file mode 100644 index 0000000000000000000000000000000000000000..c15a9667a20cc603a0a499932ba02b36647b14b7 --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/VS_GLOBAL_SECTION_PRE_section.html @@ -0,0 +1,149 @@ + + + + + + + + VS_GLOBAL_SECTION_PRE_<section> — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

VS_GLOBAL_SECTION_PRE_<section>

+

Specify a preSolution global section in Visual Studio.

+

Setting a property like this generates an entry of the following form +in the solution file:

+
GlobalSection(<section>) = preSolution
+  <contents based on property value>
+EndGlobalSection
+
+
+

The property must be set to a semicolon-separated list of key=value +pairs. Each such pair will be transformed into an entry in the +solution global section. Whitespace around key and value is ignored. +List elements which do not contain an equal sign are skipped.

+

This property only works for Visual Studio Generators; it is ignored +on other generators. The property only applies when set on a +directory whose CMakeLists.txt contains a project() command.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_dir/VS_STARTUP_PROJECT.html b/cmake/doc/cmake/html/prop_dir/VS_STARTUP_PROJECT.html new file mode 100644 index 0000000000000000000000000000000000000000..27a719c2378a1bdfe40805239ef47b986a0fff70 --- /dev/null +++ b/cmake/doc/cmake/html/prop_dir/VS_STARTUP_PROJECT.html @@ -0,0 +1,149 @@ + + + + + + + + VS_STARTUP_PROJECT — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

VS_STARTUP_PROJECT

+
+

Added in version 3.6.

+
+

Specify the default startup project in a Visual Studio solution.

+

The Visual Studio Generators create a .sln file for each directory +whose CMakeLists.txt file calls the project() command. Set this +property in the same directory as a project() command call (e.g. in +the top-level CMakeLists.txt file) to specify the default startup project +for the corresponding solution file.

+

The property must be set to the name of an existing target. This +will cause that project to be listed first in the generated solution +file causing Visual Studio to make it the startup project if the +solution has never been opened before.

+

If this property is not specified, then the ALL_BUILD project +will be the default.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_gbl/ALLOW_DUPLICATE_CUSTOM_TARGETS.html b/cmake/doc/cmake/html/prop_gbl/ALLOW_DUPLICATE_CUSTOM_TARGETS.html new file mode 100644 index 0000000000000000000000000000000000000000..86f2b48ca7b793bfa351b787e1ec998a0d5a1449 --- /dev/null +++ b/cmake/doc/cmake/html/prop_gbl/ALLOW_DUPLICATE_CUSTOM_TARGETS.html @@ -0,0 +1,150 @@ + + + + + + + + ALLOW_DUPLICATE_CUSTOM_TARGETS — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

ALLOW_DUPLICATE_CUSTOM_TARGETS

+

Allow duplicate custom targets to be created.

+

Normally CMake requires that all targets built in a project have +globally unique logical names (see policy CMP0002). +This is necessary to generate meaningful project file names in +Xcode and Visual Studio Generators IDE +generators. It also allows the target names to be referenced +unambiguously.

+

Makefile generators are capable of supporting duplicate add_custom_target() +names. For projects that care only about Makefile Generators and do +not wish to support Xcode or Visual Studio Generators IDE +generators, one may set this property to True +to allow duplicate custom targets. The property +allows multiple add_custom_target() command calls in different +directories to specify the same target name. However, setting this +property will cause non-Makefile generators to produce an error and +refuse to generate the project.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_gbl/AUTOGEN_SOURCE_GROUP.html b/cmake/doc/cmake/html/prop_gbl/AUTOGEN_SOURCE_GROUP.html new file mode 100644 index 0000000000000000000000000000000000000000..e7b2ebebec55d803c71478040046c917b9011c43 --- /dev/null +++ b/cmake/doc/cmake/html/prop_gbl/AUTOGEN_SOURCE_GROUP.html @@ -0,0 +1,148 @@ + + + + + + + + AUTOGEN_SOURCE_GROUP — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

AUTOGEN_SOURCE_GROUP

+
+

Added in version 3.9.

+
+

Name of the source_group() for AUTOMOC, +AUTORCC and AUTOUIC generated files.

+

Files generated by AUTOMOC, AUTORCC and +AUTOUIC are not always known at configure time and therefore can't +be passed to source_group(). +AUTOGEN_SOURCE_GROUP can be used instead to generate or select +a source group for AUTOMOC, AUTORCC and +AUTOUIC generated files.

+

For AUTOMOC, AUTORCC and AUTOUIC specific +overrides see AUTOMOC_SOURCE_GROUP, AUTORCC_SOURCE_GROUP +and AUTOUIC_SOURCE_GROUP respectively.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/prop_gbl/AUTOGEN_TARGETS_FOLDER.html b/cmake/doc/cmake/html/prop_gbl/AUTOGEN_TARGETS_FOLDER.html new file mode 100644 index 0000000000000000000000000000000000000000..f75ac42f238765016904af704cf0ffa1526a15c5 --- /dev/null +++ b/cmake/doc/cmake/html/prop_gbl/AUTOGEN_TARGETS_FOLDER.html @@ -0,0 +1,139 @@ + + + + + + + + AUTOGEN_TARGETS_FOLDER — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

AUTOGEN_TARGETS_FOLDER

+

Name of FOLDER for *_autogen targets that are added +automatically by CMake for targets for which AUTOMOC is enabled.

+

If not set, CMake uses the FOLDER property of the parent target as a +default value for this property. See also the documentation for the +FOLDER target property and the AUTOMOC target property.

+
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/search.html b/cmake/doc/cmake/html/search.html new file mode 100644 index 0000000000000000000000000000000000000000..9e6d7ba55f3b402a3450265317afcad5c1a239d1 --- /dev/null +++ b/cmake/doc/cmake/html/search.html @@ -0,0 +1,120 @@ + + + + + + + Search — CMake 3.31.5 Documentation + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +

Search

+ + + + +

+ Searching for multiple words only shows matches that contain + all words. +

+ + +
+ + + +
+ + +
+ + +
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/cmake/doc/cmake/html/searchindex.js b/cmake/doc/cmake/html/searchindex.js new file mode 100644 index 0000000000000000000000000000000000000000..a0fca8d583428fed27ac99911d0b39eba3b137df --- /dev/null +++ b/cmake/doc/cmake/html/searchindex.js @@ -0,0 +1 @@ +Search.setIndex({"alltitles": {"\"cache\" version 2": [[273, "cache-version-2"]], "\"cmakeFiles\" version 1": [[273, "cmakefiles-version-1"]], "\"codemodel\" version 2": [[273, "codemodel-version-2"]], "\"codemodel\" version 2 \"backtrace graph\"": [[273, "codemodel-version-2-backtrace-graph"]], "\"codemodel\" version 2 \"directory\" object": [[273, "codemodel-version-2-directory-object"]], "\"codemodel\" version 2 \"target\" object": [[273, "codemodel-version-2-target-object"]], "\"configureLog\" version 1": [[273, "configurelog-version-1"]], "\"toolchains\" version 1": [[273, "toolchains-version-1"]], "3.10.1": [[1319, "id1"]], "3.10.3": [[1319, "release-notes-3-10-3"]], "3.11.1": [[1320, "id1"]], "3.11.2": [[1320, "id2"]], "3.11.3": [[1320, "id3"]], "3.13.2": [[1322, "id1"]], "3.13.3": [[1322, "id2"]], "3.13.4": [[1322, "id3"]], "3.13.5": [[1322, "id4"]], "3.14.1": [[1323, "id1"]], "3.14.3": [[1323, "id2"]], "3.14.4": [[1323, "id3"]], "3.14.5": [[1323, "id4"]], "3.14.6": [[1323, "id5"]], "3.14.7": [[1323, "id6"]], "3.15.1": [[1324, "id1"]], "3.15.2": [[1324, "id2"]], "3.15.3": [[1324, "id3"]], "3.15.4": [[1324, "id4"]], "3.16.2": [[1325, "id1"]], "3.16.5": [[1325, "id2"]], "3.16.7": [[1325, "id3"]], "3.16.9": [[1325, "id4"]], "3.17.1": [[1326, "id1"]], "3.17.3": [[1326, "id2"]], "3.17.5": [[1326, "id3"]], "3.18.1": [[1327, "id1"]], "3.18.2": [[1327, "id2"]], "3.18.3": [[1327, "id3"]], "3.19.1": [[1328, "id1"]], "3.19.2": [[1328, "id2"]], "3.19.3": [[1328, "id3"]], "3.19.4": [[1328, "id4"]], "3.19.5": [[1328, "id5"]], "3.19.6": [[1328, "id6"]], "3.19.7": [[1328, "id7"]], "3.20.1": [[1330, "id2"]], "3.20.2": [[1330, "id3"]], "3.20.3, 3.20.4, 3.20.5, 3.20.6": [[1330, "id4"]], "3.21.1": [[1331, "id1"]], "3.21.2": [[1331, "id2"]], "3.21.3": [[1331, "id3"]], "3.21.4": [[1331, "id4"]], "3.21.5, 3.21.6, 3.21.7": [[1331, "id5"]], "3.22.1": [[1332, "id1"]], "3.22.2": [[1332, "id2"]], "3.22.3": [[1332, "id3"]], "3.22.4, 3.22.5, 3.22.6": [[1332, "id4"]], "3.23.1": [[1333, "id1"]], "3.23.2": [[1333, "id2"]], "3.23.3, 3.23.4, 3.23.5": [[1333, "id3"]], "3.24.1, 3.24.2": [[1334, "id1"]], "3.24.3": [[1334, "id2"]], "3.24.4": [[1334, "id3"]], "3.25.1": [[1335, "id1"]], "3.25.2": [[1335, "id2"]], "3.25.3": [[1335, "id3"]], "3.26.1, 3.26.2, 3.26.3, 3.26.4, 3.26.5": [[1336, "id1"]], "3.26.6": [[1336, "id2"]], "3.27.1": [[1337, "id1"]], "3.27.2": [[1337, "id2"]], "3.27.3, 3.27.4, 3.27.5, 3.27.6, 3.27.7, 3.27.8": [[1337, "id3"]], "3.27.9": [[1337, "id4"]], "3.28.1, 3.28.2, 3.28.3": [[1338, "id1"]], "3.28.4": [[1338, "id2"]], "3.28.5": [[1338, "id3"]], "3.28.6": [[1338, "id4"]], "3.29.1": [[1339, "id1"]], "3.29.2, 3.29.3, 3.29.4": [[1339, "id2"]], "3.29.5": [[1339, "id3"]], "3.29.6, 3.29.7, 3.29.8, 3.29.9": [[1339, "id4"]], "3.30.1, 3.30.2": [[1341, "id2"]], "3.30.3": [[1341, "id3"]], "3.30.4": [[1341, "id4"]], "3.30.5": [[1341, "id5"]], "3.30.6, 3.30.7": [[1341, "id6"]], "3.31.1, 3.31.2, 3.31.3, 3.31.4, 3.31.5": [[1342, "id1"]], "3.9.1": [[1348, "id1"]], "3.9.2": [[1348, "id2"]], "_OUTPUT_NAME": [[984, "config-output-name"]], "_POSTFIX": [[985, "config-postfix"]], "_CLANG_TIDY": [[1121, "lang-clang-tidy"]], "_CLANG_TIDY_EXPORT_FIXES_DIR": [[1122, "lang-clang-tidy-export-fixes-dir"]], "_COMPILER_LAUNCHER": [[1123, "lang-compiler-launcher"]], "_CPPCHECK": [[1124, "lang-cppcheck"]], "_CPPLINT": [[1125, "lang-cpplint"]], "_EXTENSIONS": [[1126, "lang-extensions"]], "_INCLUDE_WHAT_YOU_USE": [[1127, "lang-include-what-you-use"]], "_LINKER_LAUNCHER": [[1128, "lang-linker-launcher"]], "_STANDARD": [[1129, "lang-standard"]], "_STANDARD_REQUIRED": [[1130, "lang-standard-required"]], "_VISIBILITY_PRESET": [[1131, "lang-visibility-preset"]], "_BINARY_DIR": [[2058, "project-name-binary-dir"]], "_DESCRIPTION": [[2059, "project-name-description"]], "_HOMEPAGE_URL": [[2060, "project-name-homepage-url"]], "_IS_TOP_LEVEL": [[2061, "project-name-is-top-level"]], "_SOURCE_DIR": [[2062, "project-name-source-dir"]], "_VERSION": [[2063, "project-name-version"]], "_VERSION_MAJOR": [[2064, "project-name-version-major"]], "_VERSION_MINOR": [[2065, "project-name-version-minor"]], "_VERSION_PATCH": [[2066, "project-name-version-patch"]], "_VERSION_TWEAK": [[2067, "project-name-version-tweak"]], "_ROOT": [[212, "packagename-root"], [2079, "packagename-root"]], "A Sample Find Module": [[271, "a-sample-find-module"]], "ABSTRACT": [[832, "abstract"]], "ADDITIONAL_CLEAN_FILES": [[747, "additional-clean-files"], [915, "additional-clean-files"]], "ADDITIONAL_MAKE_CLEAN_FILES": [[748, "additional-make-clean-files"]], "ADSP_ROOT": [[144, "adsp-root"]], "ADVANCED": [[741, "advanced"]], "AIX_EXPORT_ALL_SYMBOLS": [[916, "aix-export-all-symbols"]], "AIX_SHARED_LIBRARY_ARCHIVE": [[917, "aix-shared-library-archive"]], "ALIASED_TARGET": [[918, "aliased-target"]], "ALIAS_GLOBAL": [[919, "alias-global"]], "ALLOW_DUPLICATE_CUSTOM_TARGETS": [[784, "allow-duplicate-custom-targets"]], "ANDROID": [[1350, "android"]], "ANDROID_ANT_ADDITIONAL_OPTIONS": [[920, "android-ant-additional-options"]], "ANDROID_API": [[921, "android-api"]], "ANDROID_API_MIN": [[922, "android-api-min"]], "ANDROID_ARCH": [[923, "android-arch"]], "ANDROID_ASSETS_DIRECTORIES": [[924, "android-assets-directories"]], "ANDROID_GUI": [[925, "android-gui"]], "ANDROID_JAR_DEPENDENCIES": [[926, "android-jar-dependencies"]], "ANDROID_JAR_DIRECTORIES": [[927, "android-jar-directories"]], "ANDROID_JAVA_SOURCE_DIR": [[928, "android-java-source-dir"]], "ANDROID_NATIVE_LIB_DEPENDENCIES": [[929, "android-native-lib-dependencies"]], "ANDROID_NATIVE_LIB_DIRECTORIES": [[930, "android-native-lib-directories"]], "ANDROID_PROCESS_MAX": [[931, "android-process-max"]], "ANDROID_PROGUARD": [[932, "android-proguard"]], "ANDROID_PROGUARD_CONFIG_PATH": [[933, "android-proguard-config-path"]], "ANDROID_SECURE_PROPS_PATH": [[934, "android-secure-props-path"]], "ANDROID_SKIP_ANT_STEP": [[935, "android-skip-ant-step"]], "ANDROID_STL_TYPE": [[936, "android-stl-type"]], "API v1": [[273, "api-v1"]], "APPLE": [[1351, "apple"]], "ARCHIVE_OUTPUT_DIRECTORY": [[937, "archive-output-directory"]], "ARCHIVE_OUTPUT_DIRECTORY_": [[938, "archive-output-directory-config"]], "ARCHIVE_OUTPUT_NAME": [[939, "archive-output-name"]], "ARCHIVE_OUTPUT_NAME_": [[940, "archive-output-name-config"]], "ASM": [[145, "asm-dialect"]], "ASMFLAGS": [[146, "asm-dialect-flags"]], "ATTACHED_FILES": [[886, "attached-files"]], "ATTACHED_FILES_ON_FAIL": [[887, "attached-files-on-fail"]], "AUTOGEN_BETTER_GRAPH_MULTI_CONFIG": [[941, "autogen-better-graph-multi-config"]], "AUTOGEN_BUILD_DIR": [[942, "autogen-build-dir"]], "AUTOGEN_COMMAND_LINE_LENGTH_MAX": [[943, "autogen-command-line-length-max"]], "AUTOGEN_ORIGIN_DEPENDS": [[944, "autogen-origin-depends"]], "AUTOGEN_PARALLEL": [[945, "autogen-parallel"]], "AUTOGEN_SOURCE_GROUP": [[785, "autogen-source-group"]], "AUTOGEN_TARGETS_FOLDER": [[786, "autogen-targets-folder"]], "AUTOGEN_TARGET_DEPENDS": [[946, "autogen-target-depends"]], "AUTOGEN_USE_SYSTEM_INCLUDE": [[947, "autogen-use-system-include"]], "AUTOMOC": [[283, "automoc"], [948, "automoc"]], "AUTOMOC_COMPILER_PREDEFINES": [[949, "automoc-compiler-predefines"]], "AUTOMOC_DEPEND_FILTERS": [[950, "automoc-depend-filters"]], "AUTOMOC_EXECUTABLE": [[951, "automoc-executable"]], "AUTOMOC_MACRO_NAMES": [[952, "automoc-macro-names"]], "AUTOMOC_MOC_OPTIONS": [[953, "automoc-moc-options"]], "AUTOMOC_PATH_PREFIX": [[954, "automoc-path-prefix"]], "AUTOMOC_SOURCE_GROUP": [[787, "automoc-source-group"]], "AUTOMOC_TARGETS_FOLDER": [[788, "automoc-targets-folder"]], "AUTORCC": [[283, "autorcc"], [955, "autorcc"]], "AUTORCC_EXECUTABLE": [[956, "autorcc-executable"]], "AUTORCC_OPTIONS": [[833, "autorcc-options"], [957, "autorcc-options"]], "AUTORCC_SOURCE_GROUP": [[789, "autorcc-source-group"]], "AUTOUIC": [[283, "autouic"], [958, "autouic"]], "AUTOUIC_EXECUTABLE": [[959, "autouic-executable"]], "AUTOUIC_OPTIONS": [[834, "autouic-options"], [960, "autouic-options"]], "AUTOUIC_SEARCH_PATHS": [[961, "autouic-search-paths"]], "AUTOUIC_SOURCE_GROUP": [[790, "autouic-source-group"]], "Accessing Windows Registry": [[271, "accessing-windows-registry"]], "Add component": [[313, "add-component"]], "Add component group": [[313, "add-component-group"]], "Add installation type": [[313, "add-installation-type"]], "AddFileDependencies": [[291, "addfiledependencies"]], "Adding Components": [[248, "adding-components"]], "Additional Labels": [[37, "additional-labels"]], "Additional Manglings": [[534, "additional-manglings"]], "Additional Test Measurements": [[37, "additional-test-measurements"]], "Advanced variables for using MPI": [[446, "advanced-variables-for-using-mpi"]], "Alias Executables": [[6, "alias-executables"]], "Alias Libraries": [[7, "alias-libraries"]], "Alias Targets": [[266, "alias-targets"]], "Allowed Values": [[167, "allowed-values"]], "AndroidTestUtilities": [[292, "androidtestutilities"]], "Apple Frameworks": [[266, "apple-frameworks"]], "Archive Output Artifacts": [[266, "archive-output-artifacts"]], "Archiving": [[55, "archiving"]], "Argument Caveats": [[86, "argument-caveats"]], "Arguments": [[1, "arguments"], [63, "arguments"], [86, "arguments"], [113, "arguments"], [383, "arguments"]], "Artifacts Specification": [[473, "artifacts-specification"], [474, "artifacts-specification"], [475, "artifacts-specification"]], "Attached Files": [[37, "attached-files"]], "Autogen": [[1319, "autogen"], [1320, "autogen"], [1323, "autogen"], [1325, "autogen"], [1326, "autogen"], [1330, "autogen"], [1337, "autogen"]], "Availability of Compiler Extensions": [[268, "availability-of-compiler-extensions"]], "BINARY_DIR": [[749, "binary-dir"], [962, "binary-dir"]], "BLAS/LAPACK Vendors": [[376, "blas-lapack-vendors"]], "BORLAND": [[1352, "borland"]], "BSD": [[1353, "bsd"]], "BUILDSYSTEM_TARGETS": [[750, "buildsystem-targets"]], "BUILD_RPATH": [[963, "build-rpath"]], "BUILD_RPATH_USE_ORIGIN": [[964, "build-rpath-use-origin"]], "BUILD_SHARED_LIBS": [[1354, "build-shared-libs"]], "BUILD_WITH_INSTALL_NAME_DIR": [[965, "build-with-install-name-dir"]], "BUILD_WITH_INSTALL_RPATH": [[966, "build-with-install-rpath"]], "BUNDLE": [[967, "bundle"]], "BUNDLE_EXTENSION": [[968, "bundle-extension"]], "Background Image": [[141, "background-image"]], "Backward Compatibility": [[388, "backward-compatibility"], [446, "backward-compatibility"]], "Basic Expressions": [[71, "basic-expressions"]], "Basic Signature": [[58, "basic-signature"]], "Behavior when Cross Compiling": [[121, "behavior-when-cross-compiling"]], "Binary Executables": [[266, "binary-executables"]], "Binary Library Types": [[266, "binary-library-types"]], "Binary Targets": [[266, "binary-targets"]], "Boost CMake": [[379, "boost-cmake"]], "Borland Makefiles": [[219, "borland-makefiles"]], "Bracket Argument": [[277, "bracket-argument"]], "Bracket Comment": [[277, "bracket-comment"]], "Build Configurations": [[266, "build-configurations"]], "Build Events": [[2, "build-events"]], "Build Preset": [[281, "build-preset"]], "Build Specification and Usage Requirements": [[266, "build-specification-and-usage-requirements"]], "Build Specification with Generator Expressions": [[266, "build-specification-with-generator-expressions"]], "Build Step Options": [[368, "build-step-options"]], "Build a Project": [[287, "build-a-project"]], "Build and Run": [[249, "build-and-run"], [249, "id5"], [249, "id11"], [251, "build-and-run"], [252, "build-and-run"], [253, "build-and-run"], [254, "build-and-run"], [254, "id4"], [256, "build-and-run"], [256, "id5"], [257, "build-and-run"], [257, "id5"]], "Build and Test Mode": [[290, "build-and-test-mode"]], "Building": [[247, "building"]], "Building Debian packages on Windows": [[132, "building-debian-packages-on-windows"]], "Building and Installing a Package": [[248, "building-and-installing-a-package"]], "Builtin Targets": [[229, "builtin-targets"]], "BundleUtilities": [[293, "bundleutilities"]], "Bundling": [[247, "bundling"]], "C & C++": [[1347, "c-c"]], "C#": [[1347, "c"]], "CACHE": [[1355, "cache"]], "CACHE_VARIABLES": [[751, "cache-variables"]], "CC": [[147, "cc"]], "CCMAKE_COLORS": [[148, "ccmake-colors"]], "CFLAGS": [[149, "cflags"]], "CLEAN_NO_CUSTOM": [[752, "clean-no-custom"]], "CMAKE__POSTFIX": [[1446, "cmake-config-postfix"]], "CMAKE__ANDROID_TOOLCHAIN_MACHINE": [[1620, "cmake-lang-android-toolchain-machine"]], "CMAKE__ANDROID_TOOLCHAIN_PREFIX": [[1621, "cmake-lang-android-toolchain-prefix"]], "CMAKE__ANDROID_TOOLCHAIN_SUFFIX": [[1622, "cmake-lang-android-toolchain-suffix"]], "CMAKE__ARCHIVE_APPEND": [[1623, "cmake-lang-archive-append"]], "CMAKE__ARCHIVE_CREATE": [[1624, "cmake-lang-archive-create"]], "CMAKE__ARCHIVE_FINISH": [[1625, "cmake-lang-archive-finish"]], "CMAKE__BYTE_ORDER": [[1626, "cmake-lang-byte-order"]], "CMAKE__CLANG_TIDY": [[1627, "cmake-lang-clang-tidy"]], "CMAKE__CLANG_TIDY_EXPORT_FIXES_DIR": [[1628, "cmake-lang-clang-tidy-export-fixes-dir"]], "CMAKE__COMPILER": [[1629, "cmake-lang-compiler"]], "CMAKE__COMPILER_ABI": [[1630, "cmake-lang-compiler-abi"]], "CMAKE__COMPILER_AR": [[1631, "cmake-lang-compiler-ar"]], "CMAKE__COMPILER_ARCHITECTURE_ID": [[1632, "cmake-lang-compiler-architecture-id"]], "CMAKE__COMPILER_EXTERNAL_TOOLCHAIN": [[1633, "cmake-lang-compiler-external-toolchain"]], "CMAKE__COMPILER_FRONTEND_VARIANT": [[1634, "cmake-lang-compiler-frontend-variant"]], "CMAKE__COMPILER_ID": [[1635, "cmake-lang-compiler-id"]], "CMAKE__COMPILER_LAUNCHER": [[170, "cmake-lang-compiler-launcher"], [1636, "cmake-lang-compiler-launcher"]], "CMAKE__COMPILER_LINKER": [[1637, "cmake-lang-compiler-linker"]], "CMAKE__COMPILER_LINKER_FRONTEND_VARIANT": [[1638, "cmake-lang-compiler-linker-frontend-variant"]], "CMAKE__COMPILER_LINKER_ID": [[1639, "cmake-lang-compiler-linker-id"]], "CMAKE__COMPILER_LINKER_VERSION": [[1640, "cmake-lang-compiler-linker-version"]], "CMAKE__COMPILER_LOADED": [[1641, "cmake-lang-compiler-loaded"]], "CMAKE__COMPILER_PREDEFINES_COMMAND": [[1642, "cmake-lang-compiler-predefines-command"]], "CMAKE__COMPILER_RANLIB": [[1643, "cmake-lang-compiler-ranlib"]], "CMAKE__COMPILER_TARGET": [[1644, "cmake-lang-compiler-target"]], "CMAKE__COMPILER_VERSION": [[1645, "cmake-lang-compiler-version"]], "CMAKE__COMPILER_VERSION_INTERNAL": [[1646, "cmake-lang-compiler-version-internal"]], "CMAKE__COMPILE_OBJECT": [[1647, "cmake-lang-compile-object"]], "CMAKE__CPPCHECK": [[1648, "cmake-lang-cppcheck"]], "CMAKE__CPPLINT": [[1649, "cmake-lang-cpplint"]], "CMAKE__CREATE_SHARED_LIBRARY": [[1650, "cmake-lang-create-shared-library"]], "CMAKE__CREATE_SHARED_LIBRARY_ARCHIVE": [[1651, "cmake-lang-create-shared-library-archive"]], "CMAKE__CREATE_SHARED_MODULE": [[1652, "cmake-lang-create-shared-module"]], "CMAKE__CREATE_STATIC_LIBRARY": [[1653, "cmake-lang-create-static-library"]], "CMAKE__EXTENSIONS": [[1654, "cmake-lang-extensions"]], "CMAKE__EXTENSIONS_DEFAULT": [[1655, "cmake-lang-extensions-default"]], "CMAKE__FLAGS": [[1656, "cmake-lang-flags"]], "CMAKE__FLAGS_": [[1657, "cmake-lang-flags-config"]], "CMAKE__FLAGS__INIT": [[1658, "cmake-lang-flags-config-init"]], "CMAKE__FLAGS_DEBUG": [[1659, "cmake-lang-flags-debug"]], "CMAKE__FLAGS_DEBUG_INIT": [[1660, "cmake-lang-flags-debug-init"]], "CMAKE__FLAGS_INIT": [[1661, "cmake-lang-flags-init"]], "CMAKE__FLAGS_MINSIZEREL": [[1662, "cmake-lang-flags-minsizerel"]], "CMAKE__FLAGS_MINSIZEREL_INIT": [[1663, "cmake-lang-flags-minsizerel-init"]], "CMAKE__FLAGS_RELEASE": [[1664, "cmake-lang-flags-release"]], "CMAKE__FLAGS_RELEASE_INIT": [[1665, "cmake-lang-flags-release-init"]], "CMAKE__FLAGS_RELWITHDEBINFO": [[1666, "cmake-lang-flags-relwithdebinfo"]], "CMAKE__FLAGS_RELWITHDEBINFO_INIT": [[1667, "cmake-lang-flags-relwithdebinfo-init"]], "CMAKE__HOST_COMPILER": [[1668, "cmake-lang-host-compiler"]], "CMAKE__HOST_COMPILER_ID": [[1669, "cmake-lang-host-compiler-id"]], "CMAKE__HOST_COMPILER_VERSION": [[1670, "cmake-lang-host-compiler-version"]], "CMAKE__IGNORE_EXTENSIONS": [[1671, "cmake-lang-ignore-extensions"]], "CMAKE__IMPLICIT_INCLUDE_DIRECTORIES": [[1672, "cmake-lang-implicit-include-directories"]], "CMAKE__IMPLICIT_LINK_DIRECTORIES": [[1673, "cmake-lang-implicit-link-directories"]], "CMAKE__IMPLICIT_LINK_DIRECTORIES_EXCLUDE": [[171, "cmake-lang-implicit-link-directories-exclude"]], "CMAKE__IMPLICIT_LINK_FRAMEWORK_DIRECTORIES": [[1674, "cmake-lang-implicit-link-framework-directories"]], "CMAKE__IMPLICIT_LINK_LIBRARIES": [[1675, "cmake-lang-implicit-link-libraries"]], "CMAKE__INCLUDE_WHAT_YOU_USE": [[1676, "cmake-lang-include-what-you-use"]], "CMAKE__LIBRARY_ARCHITECTURE": [[1677, "cmake-lang-library-architecture"]], "CMAKE__LINKER_LAUNCHER": [[172, "cmake-lang-linker-launcher"], [1678, "cmake-lang-linker-launcher"]], "CMAKE__LINKER_PREFERENCE": [[1679, "cmake-lang-linker-preference"]], "CMAKE__LINKER_PREFERENCE_PROPAGATES": [[1680, "cmake-lang-linker-preference-propagates"]], "CMAKE__LINKER_WRAPPER_FLAG": [[1681, "cmake-lang-linker-wrapper-flag"]], "CMAKE__LINKER_WRAPPER_FLAG_SEP": [[1682, "cmake-lang-linker-wrapper-flag-sep"]], "CMAKE__LINK_EXECUTABLE": [[1683, "cmake-lang-link-executable"]], "CMAKE__LINK_GROUP_USING_": [[1684, "cmake-lang-link-group-using-feature"]], "CMAKE__LINK_GROUP_USING__SUPPORTED": [[1685, "cmake-lang-link-group-using-feature-supported"]], "CMAKE__LINK_LIBRARY__ATTRIBUTES": [[1686, "cmake-lang-link-library-feature-attributes"]], "CMAKE__LINK_LIBRARY_FILE_FLAG": [[1687, "cmake-lang-link-library-file-flag"]], "CMAKE__LINK_LIBRARY_FLAG": [[1688, "cmake-lang-link-library-flag"]], "CMAKE__LINK_LIBRARY_SUFFIX": [[1689, "cmake-lang-link-library-suffix"]], "CMAKE__LINK_LIBRARY_USING_": [[1690, "cmake-lang-link-library-using-feature"]], "CMAKE__LINK_LIBRARY_USING__SUPPORTED": [[1691, "cmake-lang-link-library-using-feature-supported"]], "CMAKE__LINK_WHAT_YOU_USE_FLAG": [[1692, "cmake-lang-link-what-you-use-flag"]], "CMAKE__OUTPUT_EXTENSION": [[1693, "cmake-lang-output-extension"]], "CMAKE__PLATFORM_ID": [[1694, "cmake-lang-platform-id"]], "CMAKE__SIMULATE_ID": [[1695, "cmake-lang-simulate-id"]], "CMAKE__SIMULATE_VERSION": [[1696, "cmake-lang-simulate-version"]], "CMAKE__SIZEOF_DATA_PTR": [[1697, "cmake-lang-sizeof-data-ptr"]], "CMAKE__SOURCE_FILE_EXTENSIONS": [[1698, "cmake-lang-source-file-extensions"]], "CMAKE__STANDARD": [[1699, "cmake-lang-standard"]], "CMAKE__STANDARD_DEFAULT": [[1700, "cmake-lang-standard-default"]], "CMAKE__STANDARD_INCLUDE_DIRECTORIES": [[1701, "cmake-lang-standard-include-directories"]], "CMAKE__STANDARD_LATEST": [[1702, "cmake-lang-standard-latest"]], "CMAKE__STANDARD_LIBRARIES": [[1703, "cmake-lang-standard-libraries"]], "CMAKE__STANDARD_LINK_DIRECTORIES": [[1704, "cmake-lang-standard-link-directories"]], "CMAKE__STANDARD_REQUIRED": [[1705, "cmake-lang-standard-required"]], "CMAKE__USING_LINKER_": [[1707, "cmake-lang-using-linker-type"]], "CMAKE__USING_LINKER_MODE": [[1706, "cmake-lang-using-linker-mode"]], "CMAKE__VISIBILITY_PRESET": [[1708, "cmake-lang-visibility-preset"]], "CMAKE_ABSOLUTE_DESTINATION_FILES": [[1356, "cmake-absolute-destination-files"]], "CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY": [[1357, "cmake-add-custom-command-depends-explicit-only"]], "CMAKE_ADSP_ROOT": [[1358, "cmake-adsp-root"]], "CMAKE_AIX_EXPORT_ALL_SYMBOLS": [[1359, "cmake-aix-export-all-symbols"]], "CMAKE_AIX_SHARED_LIBRARY_ARCHIVE": [[1360, "cmake-aix-shared-library-archive"]], "CMAKE_ANDROID_ANT_ADDITIONAL_OPTIONS": [[1361, "cmake-android-ant-additional-options"]], "CMAKE_ANDROID_API": [[1362, "cmake-android-api"]], "CMAKE_ANDROID_API_MIN": [[1363, "cmake-android-api-min"]], "CMAKE_ANDROID_ARCH": [[1364, "cmake-android-arch"]], "CMAKE_ANDROID_ARCH_ABI": [[1365, "cmake-android-arch-abi"]], "CMAKE_ANDROID_ARM_MODE": [[1366, "cmake-android-arm-mode"]], "CMAKE_ANDROID_ARM_NEON": [[1367, "cmake-android-arm-neon"]], "CMAKE_ANDROID_ASSETS_DIRECTORIES": [[1368, "cmake-android-assets-directories"]], "CMAKE_ANDROID_EXCEPTIONS": [[1369, "cmake-android-exceptions"]], "CMAKE_ANDROID_GUI": [[1370, "cmake-android-gui"]], "CMAKE_ANDROID_JAR_DEPENDENCIES": [[1371, "cmake-android-jar-dependencies"]], "CMAKE_ANDROID_JAR_DIRECTORIES": [[1372, "cmake-android-jar-directories"]], "CMAKE_ANDROID_JAVA_SOURCE_DIR": [[1373, "cmake-android-java-source-dir"]], "CMAKE_ANDROID_NATIVE_LIB_DEPENDENCIES": [[1374, "cmake-android-native-lib-dependencies"]], "CMAKE_ANDROID_NATIVE_LIB_DIRECTORIES": [[1375, "cmake-android-native-lib-directories"]], "CMAKE_ANDROID_NDK": [[1376, "cmake-android-ndk"]], "CMAKE_ANDROID_NDK_DEPRECATED_HEADERS": [[1377, "cmake-android-ndk-deprecated-headers"]], "CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG": [[1378, "cmake-android-ndk-toolchain-host-tag"]], "CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION": [[1379, "cmake-android-ndk-toolchain-version"]], "CMAKE_ANDROID_NDK_VERSION": [[1380, "cmake-android-ndk-version"]], "CMAKE_ANDROID_PROCESS_MAX": [[1381, "cmake-android-process-max"]], "CMAKE_ANDROID_PROGUARD": [[1382, "cmake-android-proguard"]], "CMAKE_ANDROID_PROGUARD_CONFIG_PATH": [[1383, "cmake-android-proguard-config-path"]], "CMAKE_ANDROID_RTTI": [[1384, "cmake-android-rtti"]], "CMAKE_ANDROID_SECURE_PROPS_PATH": [[1385, "cmake-android-secure-props-path"]], "CMAKE_ANDROID_SKIP_ANT_STEP": [[1386, "cmake-android-skip-ant-step"]], "CMAKE_ANDROID_STANDALONE_TOOLCHAIN": [[1387, "cmake-android-standalone-toolchain"]], "CMAKE_ANDROID_STL_TYPE": [[1388, "cmake-android-stl-type"]], "CMAKE_APPBUNDLE_PATH": [[150, "cmake-appbundle-path"], [1389, "cmake-appbundle-path"]], "CMAKE_APPLE_SILICON_PROCESSOR": [[151, "cmake-apple-silicon-processor"], [1390, "cmake-apple-silicon-processor"]], "CMAKE_AR": [[1391, "cmake-ar"]], "CMAKE_ARCHIVE_OUTPUT_DIRECTORY": [[1392, "cmake-archive-output-directory"]], "CMAKE_ARCHIVE_OUTPUT_DIRECTORY_": [[1393, "cmake-archive-output-directory-config"]], "CMAKE_ARGC": [[1394, "cmake-argc"]], "CMAKE_ARGV0": [[1395, "cmake-argv0"]], "CMAKE_AUTOGEN_BETTER_GRAPH_MULTI_CONFIG": [[1396, "cmake-autogen-better-graph-multi-config"]], "CMAKE_AUTOGEN_COMMAND_LINE_LENGTH_MAX": [[1397, "cmake-autogen-command-line-length-max"]], "CMAKE_AUTOGEN_ORIGIN_DEPENDS": [[1398, "cmake-autogen-origin-depends"]], "CMAKE_AUTOGEN_PARALLEL": [[1399, "cmake-autogen-parallel"]], "CMAKE_AUTOGEN_USE_SYSTEM_INCLUDE": [[1400, "cmake-autogen-use-system-include"]], "CMAKE_AUTOGEN_VERBOSE": [[1401, "cmake-autogen-verbose"]], "CMAKE_AUTOMOC": [[1402, "cmake-automoc"]], "CMAKE_AUTOMOC_COMPILER_PREDEFINES": [[1403, "cmake-automoc-compiler-predefines"]], "CMAKE_AUTOMOC_DEPEND_FILTERS": [[1404, "cmake-automoc-depend-filters"]], "CMAKE_AUTOMOC_EXECUTABLE": [[1405, "cmake-automoc-executable"]], "CMAKE_AUTOMOC_MACRO_NAMES": [[1406, "cmake-automoc-macro-names"]], "CMAKE_AUTOMOC_MOC_OPTIONS": [[1407, "cmake-automoc-moc-options"]], "CMAKE_AUTOMOC_PATH_PREFIX": [[1408, "cmake-automoc-path-prefix"]], "CMAKE_AUTOMOC_RELAXED_MODE": [[1409, "cmake-automoc-relaxed-mode"]], "CMAKE_AUTORCC": [[1410, "cmake-autorcc"]], "CMAKE_AUTORCC_EXECUTABLE": [[1411, "cmake-autorcc-executable"]], "CMAKE_AUTORCC_OPTIONS": [[1412, "cmake-autorcc-options"]], "CMAKE_AUTOUIC": [[1413, "cmake-autouic"]], "CMAKE_AUTOUIC_EXECUTABLE": [[1414, "cmake-autouic-executable"]], "CMAKE_AUTOUIC_OPTIONS": [[1415, "cmake-autouic-options"]], "CMAKE_AUTOUIC_SEARCH_PATHS": [[1416, "cmake-autouic-search-paths"]], "CMAKE_BACKWARDS_COMPATIBILITY": [[1417, "cmake-backwards-compatibility"]], "CMAKE_BINARY_DIR": [[1418, "cmake-binary-dir"]], "CMAKE_BUILD_PARALLEL_LEVEL": [[152, "cmake-build-parallel-level"]], "CMAKE_BUILD_RPATH": [[1419, "cmake-build-rpath"]], "CMAKE_BUILD_RPATH_USE_ORIGIN": [[1420, "cmake-build-rpath-use-origin"]], "CMAKE_BUILD_TOOL": [[1421, "cmake-build-tool"]], "CMAKE_BUILD_TYPE": [[153, "cmake-build-type"], [1422, "cmake-build-type"]], "CMAKE_BUILD_WITH_INSTALL_NAME_DIR": [[1423, "cmake-build-with-install-name-dir"]], "CMAKE_BUILD_WITH_INSTALL_RPATH": [[1424, "cmake-build-with-install-rpath"]], "CMAKE_CACHEFILE_DIR": [[1425, "cmake-cachefile-dir"]], "CMAKE_CACHE_MAJOR_VERSION": [[1426, "cmake-cache-major-version"]], "CMAKE_CACHE_MINOR_VERSION": [[1427, "cmake-cache-minor-version"]], "CMAKE_CACHE_PATCH_VERSION": [[1428, "cmake-cache-patch-version"]], "CMAKE_CFG_INTDIR": [[1429, "cmake-cfg-intdir"]], "CMAKE_CLANG_VFS_OVERLAY": [[1430, "cmake-clang-vfs-overlay"]], "CMAKE_CL_64": [[1431, "cmake-cl-64"]], "CMAKE_CODEBLOCKS_COMPILER_ID": [[1432, "cmake-codeblocks-compiler-id"]], "CMAKE_CODEBLOCKS_EXCLUDE_EXTERNAL_FILES": [[1433, "cmake-codeblocks-exclude-external-files"]], "CMAKE_CODELITE_USE_TARGETS": [[1434, "cmake-codelite-use-targets"]], "CMAKE_COLOR_DIAGNOSTICS": [[154, "cmake-color-diagnostics"], [1435, "cmake-color-diagnostics"]], "CMAKE_COLOR_MAKEFILE": [[1436, "cmake-color-makefile"]], "CMAKE_COMMAND": [[1437, "cmake-command"]], "CMAKE_COMPILER_2005": [[1438, "cmake-compiler-2005"]], "CMAKE_COMPILER_IS_GNUCC": [[1439, "cmake-compiler-is-gnucc"]], "CMAKE_COMPILER_IS_GNUCXX": [[1440, "cmake-compiler-is-gnucxx"]], "CMAKE_COMPILER_IS_GNUG77": [[1441, "cmake-compiler-is-gnug77"]], "CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY": [[1442, "cmake-compile-pdb-output-directory"]], "CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_": [[1443, "cmake-compile-pdb-output-directory-config"]], "CMAKE_COMPILE_WARNING_AS_ERROR": [[1444, "cmake-compile-warning-as-error"]], "CMAKE_CONFIGURATION_TYPES": [[155, "cmake-configuration-types"], [1445, "cmake-configuration-types"]], "CMAKE_CONFIGURE_DEPENDS": [[753, "cmake-configure-depends"]], "CMAKE_CONFIG_DIR": [[156, "cmake-config-dir"]], "CMAKE_CONFIG_TYPE": [[157, "cmake-config-type"]], "CMAKE_CPACK_COMMAND": [[1447, "cmake-cpack-command"]], "CMAKE_CROSSCOMPILING": [[1448, "cmake-crosscompiling"]], "CMAKE_CROSSCOMPILING_EMULATOR": [[158, "cmake-crosscompiling-emulator"], [1449, "cmake-crosscompiling-emulator"]], "CMAKE_CROSS_CONFIGS": [[1450, "cmake-cross-configs"]], "CMAKE_CTEST_ARGUMENTS": [[1451, "cmake-ctest-arguments"]], "CMAKE_CTEST_COMMAND": [[1452, "cmake-ctest-command"]], "CMAKE_CUDA_ARCHITECTURES": [[1453, "cmake-cuda-architectures"]], "CMAKE_CUDA_COMPILE_FEATURES": [[1454, "cmake-cuda-compile-features"]], "CMAKE_CUDA_EXTENSIONS": [[1455, "cmake-cuda-extensions"]], "CMAKE_CUDA_HOST_COMPILER": [[1456, "cmake-cuda-host-compiler"]], "CMAKE_CUDA_KNOWN_FEATURES": [[791, "cmake-cuda-known-features"]], "CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS": [[1457, "cmake-cuda-resolve-device-symbols"]], "CMAKE_CUDA_RUNTIME_LIBRARY": [[1458, "cmake-cuda-runtime-library"]], "CMAKE_CUDA_SEPARABLE_COMPILATION": [[1459, "cmake-cuda-separable-compilation"]], "CMAKE_CUDA_STANDARD": [[1460, "cmake-cuda-standard"]], "CMAKE_CUDA_STANDARD_REQUIRED": [[1461, "cmake-cuda-standard-required"]], "CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES": [[1462, "cmake-cuda-toolkit-include-directories"]], "CMAKE_CURRENT_BINARY_DIR": [[1463, "cmake-current-binary-dir"]], "CMAKE_CURRENT_FUNCTION": [[1464, "cmake-current-function"]], "CMAKE_CURRENT_FUNCTION_LIST_DIR": [[1465, "cmake-current-function-list-dir"]], "CMAKE_CURRENT_FUNCTION_LIST_FILE": [[1466, "cmake-current-function-list-file"]], "CMAKE_CURRENT_FUNCTION_LIST_LINE": [[1467, "cmake-current-function-list-line"]], "CMAKE_CURRENT_LIST_DIR": [[1468, "cmake-current-list-dir"]], "CMAKE_CURRENT_LIST_FILE": [[1469, "cmake-current-list-file"]], "CMAKE_CURRENT_LIST_LINE": [[1470, "cmake-current-list-line"]], "CMAKE_CURRENT_SOURCE_DIR": [[1471, "cmake-current-source-dir"]], "CMAKE_CXX_COMPILER_IMPORT_STD": [[1472, "cmake-cxx-compiler-import-std"]], "CMAKE_CXX_COMPILE_FEATURES": [[1473, "cmake-cxx-compile-features"]], "CMAKE_CXX_EXTENSIONS": [[1474, "cmake-cxx-extensions"]], "CMAKE_CXX_KNOWN_FEATURES": [[792, "cmake-cxx-known-features"]], "CMAKE_CXX_MODULE_STD": [[1475, "cmake-cxx-module-std"]], "CMAKE_CXX_SCAN_FOR_MODULES": [[1476, "cmake-cxx-scan-for-modules"]], "CMAKE_CXX_STANDARD": [[1477, "cmake-cxx-standard"]], "CMAKE_CXX_STANDARD_REQUIRED": [[1478, "cmake-cxx-standard-required"]], "CMAKE_C_COMPILE_FEATURES": [[1479, "cmake-c-compile-features"]], "CMAKE_C_EXTENSIONS": [[1480, "cmake-c-extensions"]], "CMAKE_C_KNOWN_FEATURES": [[793, "cmake-c-known-features"]], "CMAKE_C_STANDARD": [[1481, "cmake-c-standard"]], "CMAKE_C_STANDARD_REQUIRED": [[1482, "cmake-c-standard-required"]], "CMAKE_DEBUG_POSTFIX": [[1483, "cmake-debug-postfix"]], "CMAKE_DEBUG_TARGET_PROPERTIES": [[1484, "cmake-debug-target-properties"]], "CMAKE_DEFAULT_BUILD_TYPE": [[1485, "cmake-default-build-type"]], "CMAKE_DEFAULT_CONFIGS": [[1486, "cmake-default-configs"]], "CMAKE_DEPENDS_IN_PROJECT_ONLY": [[1487, "cmake-depends-in-project-only"]], "CMAKE_DEPENDS_USE_COMPILER": [[1488, "cmake-depends-use-compiler"]], "CMAKE_DIRECTORY_LABELS": [[1489, "cmake-directory-labels"]], "CMAKE_DISABLE_FIND_PACKAGE_": [[1490, "cmake-disable-find-package-packagename"]], "CMAKE_DISABLE_PRECOMPILE_HEADERS": [[1491, "cmake-disable-precompile-headers"]], "CMAKE_DLL_NAME_WITH_SOVERSION": [[1492, "cmake-dll-name-with-soversion"]], "CMAKE_DL_LIBS": [[1493, "cmake-dl-libs"]], "CMAKE_DOTNET_SDK": [[1494, "cmake-dotnet-sdk"]], "CMAKE_DOTNET_TARGET_FRAMEWORK": [[1495, "cmake-dotnet-target-framework"]], "CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION": [[1496, "cmake-dotnet-target-framework-version"]], "CMAKE_ECLIPSE_GENERATE_LINKED_RESOURCES": [[1497, "cmake-eclipse-generate-linked-resources"]], "CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT": [[1498, "cmake-eclipse-generate-source-project"]], "CMAKE_ECLIPSE_MAKE_ARGUMENTS": [[1499, "cmake-eclipse-make-arguments"]], "CMAKE_ECLIPSE_RESOURCE_ENCODING": [[1500, "cmake-eclipse-resource-encoding"]], "CMAKE_ECLIPSE_VERSION": [[1501, "cmake-eclipse-version"]], "CMAKE_EDIT_COMMAND": [[1502, "cmake-edit-command"]], "CMAKE_ENABLE_EXPORTS": [[1503, "cmake-enable-exports"]], "CMAKE_ERROR_DEPRECATED": [[1504, "cmake-error-deprecated"]], "CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION": [[1505, "cmake-error-on-absolute-install-destination"]], "CMAKE_EXECUTABLE_ENABLE_EXPORTS": [[1506, "cmake-executable-enable-exports"]], "CMAKE_EXECUTABLE_SUFFIX": [[1507, "cmake-executable-suffix"]], "CMAKE_EXECUTABLE_SUFFIX_": [[1508, "cmake-executable-suffix-lang"]], "CMAKE_EXECUTE_PROCESS_COMMAND_ECHO": [[1509, "cmake-execute-process-command-echo"]], "CMAKE_EXE_LINKER_FLAGS": [[1510, "cmake-exe-linker-flags"]], "CMAKE_EXE_LINKER_FLAGS_": [[1511, "cmake-exe-linker-flags-config"]], "CMAKE_EXE_LINKER_FLAGS__INIT": [[1512, "cmake-exe-linker-flags-config-init"]], "CMAKE_EXE_LINKER_FLAGS_INIT": [[1513, "cmake-exe-linker-flags-init"]], "CMAKE_EXPORT_BUILD_DATABASE": [[159, "cmake-export-build-database"], [1514, "cmake-export-build-database"]], "CMAKE_EXPORT_COMPILE_COMMANDS": [[160, "cmake-export-compile-commands"], [1515, "cmake-export-compile-commands"]], "CMAKE_EXPORT_FIND_PACKAGE_NAME": [[1516, "cmake-export-find-package-name"]], "CMAKE_EXPORT_NO_PACKAGE_REGISTRY": [[1517, "cmake-export-no-package-registry"]], "CMAKE_EXPORT_PACKAGE_REGISTRY": [[1518, "cmake-export-package-registry"]], "CMAKE_EXTRA_GENERATOR": [[1519, "cmake-extra-generator"]], "CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES": [[1520, "cmake-extra-shared-library-suffixes"]], "CMAKE_FIND_APPBUNDLE": [[1521, "cmake-find-appbundle"]], "CMAKE_FIND_DEBUG_MODE": [[1522, "cmake-find-debug-mode"]], "CMAKE_FIND_FRAMEWORK": [[1523, "cmake-find-framework"]], "CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX": [[1524, "cmake-find-library-custom-lib-suffix"]], "CMAKE_FIND_LIBRARY_PREFIXES": [[1525, "cmake-find-library-prefixes"]], "CMAKE_FIND_LIBRARY_SUFFIXES": [[1526, "cmake-find-library-suffixes"]], "CMAKE_FIND_NO_INSTALL_PREFIX": [[1527, "cmake-find-no-install-prefix"]], "CMAKE_FIND_PACKAGE_NAME": [[1528, "cmake-find-package-name"]], "CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY": [[1529, "cmake-find-package-no-package-registry"]], "CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY": [[1530, "cmake-find-package-no-system-package-registry"]], "CMAKE_FIND_PACKAGE_PREFER_CONFIG": [[1531, "cmake-find-package-prefer-config"]], "CMAKE_FIND_PACKAGE_REDIRECTS_DIR": [[1532, "cmake-find-package-redirects-dir"]], "CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS": [[1533, "cmake-find-package-resolve-symlinks"]], "CMAKE_FIND_PACKAGE_SORT_DIRECTION": [[1534, "cmake-find-package-sort-direction"]], "CMAKE_FIND_PACKAGE_SORT_ORDER": [[1535, "cmake-find-package-sort-order"]], "CMAKE_FIND_PACKAGE_TARGETS_GLOBAL": [[1536, "cmake-find-package-targets-global"]], "CMAKE_FIND_PACKAGE_WARN_NO_MODULE": [[1537, "cmake-find-package-warn-no-module"]], "CMAKE_FIND_ROOT_PATH": [[1538, "cmake-find-root-path"]], "CMAKE_FIND_ROOT_PATH_MODE_INCLUDE": [[1539, "cmake-find-root-path-mode-include"]], "CMAKE_FIND_ROOT_PATH_MODE_LIBRARY": [[1540, "cmake-find-root-path-mode-library"]], "CMAKE_FIND_ROOT_PATH_MODE_PACKAGE": [[1541, "cmake-find-root-path-mode-package"]], "CMAKE_FIND_ROOT_PATH_MODE_PROGRAM": [[1542, "cmake-find-root-path-mode-program"]], "CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH": [[1543, "cmake-find-use-cmake-environment-path"]], "CMAKE_FIND_USE_CMAKE_PATH": [[1544, "cmake-find-use-cmake-path"]], "CMAKE_FIND_USE_CMAKE_SYSTEM_PATH": [[1545, "cmake-find-use-cmake-system-path"]], "CMAKE_FIND_USE_INSTALL_PREFIX": [[1546, "cmake-find-use-install-prefix"]], "CMAKE_FIND_USE_PACKAGE_REGISTRY": [[1547, "cmake-find-use-package-registry"]], "CMAKE_FIND_USE_PACKAGE_ROOT_PATH": [[1548, "cmake-find-use-package-root-path"]], "CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH": [[1549, "cmake-find-use-system-environment-path"]], "CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY": [[1550, "cmake-find-use-system-package-registry"]], "CMAKE_FOLDER": [[1551, "cmake-folder"]], "CMAKE_FRAMEWORK": [[1552, "cmake-framework"]], "CMAKE_FRAMEWORK_MULTI_CONFIG_POSTFIX_": [[1553, "cmake-framework-multi-config-postfix-config"]], "CMAKE_FRAMEWORK_PATH": [[161, "cmake-framework-path"], [1554, "cmake-framework-path"]], "CMAKE_Fortran_FORMAT": [[1555, "cmake-fortran-format"]], "CMAKE_Fortran_MODDIR_DEFAULT": [[1556, "cmake-fortran-moddir-default"]], "CMAKE_Fortran_MODDIR_FLAG": [[1557, "cmake-fortran-moddir-flag"]], "CMAKE_Fortran_MODOUT_FLAG": [[1558, "cmake-fortran-modout-flag"]], "CMAKE_Fortran_MODULE_DIRECTORY": [[1559, "cmake-fortran-module-directory"]], "CMAKE_Fortran_PREPROCESS": [[1560, "cmake-fortran-preprocess"]], "CMAKE_GENERATOR": [[162, "cmake-generator"], [1561, "cmake-generator"]], "CMAKE_GENERATOR_INSTANCE": [[163, "cmake-generator-instance"], [1562, "cmake-generator-instance"]], "CMAKE_GENERATOR_PLATFORM": [[164, "cmake-generator-platform"], [1563, "cmake-generator-platform"]], "CMAKE_GENERATOR_TOOLSET": [[165, "cmake-generator-toolset"], [1564, "cmake-generator-toolset"]], "CMAKE_GHS_NO_SOURCE_GROUP_FILE": [[1565, "cmake-ghs-no-source-group-file"]], "CMAKE_GLOBAL_AUTOGEN_TARGET": [[1566, "cmake-global-autogen-target"]], "CMAKE_GLOBAL_AUTOGEN_TARGET_NAME": [[1567, "cmake-global-autogen-target-name"]], "CMAKE_GLOBAL_AUTORCC_TARGET": [[1568, "cmake-global-autorcc-target"]], "CMAKE_GLOBAL_AUTORCC_TARGET_NAME": [[1569, "cmake-global-autorcc-target-name"]], "CMAKE_GNUtoMS": [[1570, "cmake-gnutoms"]], "CMAKE_HIP_ARCHITECTURES": [[1571, "cmake-hip-architectures"]], "CMAKE_HIP_COMPILE_FEATURES": [[1572, "cmake-hip-compile-features"]], "CMAKE_HIP_EXTENSIONS": [[1573, "cmake-hip-extensions"]], "CMAKE_HIP_KNOWN_FEATURES": [[794, "cmake-hip-known-features"]], "CMAKE_HIP_PLATFORM": [[1574, "cmake-hip-platform"]], "CMAKE_HIP_STANDARD": [[1575, "cmake-hip-standard"]], "CMAKE_HIP_STANDARD_REQUIRED": [[1576, "cmake-hip-standard-required"]], "CMAKE_HOME_DIRECTORY": [[1577, "cmake-home-directory"]], "CMAKE_HOST_APPLE": [[1578, "cmake-host-apple"]], "CMAKE_HOST_BSD": [[1579, "cmake-host-bsd"]], "CMAKE_HOST_EXECUTABLE_SUFFIX": [[1580, "cmake-host-executable-suffix"]], "CMAKE_HOST_LINUX": [[1581, "cmake-host-linux"]], "CMAKE_HOST_SOLARIS": [[1582, "cmake-host-solaris"]], "CMAKE_HOST_SYSTEM": [[1583, "cmake-host-system"]], "CMAKE_HOST_SYSTEM_NAME": [[1584, "cmake-host-system-name"]], "CMAKE_HOST_SYSTEM_PROCESSOR": [[1585, "cmake-host-system-processor"]], "CMAKE_HOST_SYSTEM_VERSION": [[1586, "cmake-host-system-version"]], "CMAKE_HOST_UNIX": [[1587, "cmake-host-unix"]], "CMAKE_HOST_WIN32": [[1588, "cmake-host-win32"]], "CMAKE_IGNORE_PATH": [[1589, "cmake-ignore-path"]], "CMAKE_IGNORE_PREFIX_PATH": [[1590, "cmake-ignore-prefix-path"]], "CMAKE_IMPORT_LIBRARY_PREFIX": [[1591, "cmake-import-library-prefix"]], "CMAKE_IMPORT_LIBRARY_SUFFIX": [[1592, "cmake-import-library-suffix"]], "CMAKE_INCLUDE_CURRENT_DIR": [[1593, "cmake-include-current-dir"]], "CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE": [[1594, "cmake-include-current-dir-in-interface"]], "CMAKE_INCLUDE_DIRECTORIES_BEFORE": [[1595, "cmake-include-directories-before"]], "CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE": [[1596, "cmake-include-directories-project-before"]], "CMAKE_INCLUDE_PATH": [[166, "cmake-include-path"], [1597, "cmake-include-path"]], "CMAKE_INSTALL_DEFAULT_COMPONENT_NAME": [[1598, "cmake-install-default-component-name"]], "CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS": [[1599, "cmake-install-default-directory-permissions"]], "CMAKE_INSTALL_MESSAGE": [[1600, "cmake-install-message"]], "CMAKE_INSTALL_MODE": [[167, "cmake-install-mode"]], "CMAKE_INSTALL_NAME_DIR": [[1601, "cmake-install-name-dir"]], "CMAKE_INSTALL_PARALLEL_LEVEL": [[168, "cmake-install-parallel-level"]], "CMAKE_INSTALL_PREFIX": [[169, "cmake-install-prefix"], [1602, "cmake-install-prefix"]], "CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT": [[1603, "cmake-install-prefix-initialized-to-default"]], "CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH": [[1604, "cmake-install-remove-environment-rpath"]], "CMAKE_INSTALL_RPATH": [[1605, "cmake-install-rpath"]], "CMAKE_INSTALL_RPATH_USE_LINK_PATH": [[1606, "cmake-install-rpath-use-link-path"]], "CMAKE_INTERNAL_PLATFORM_ABI": [[1607, "cmake-internal-platform-abi"]], "CMAKE_INTERPROCEDURAL_OPTIMIZATION": [[1608, "cmake-interprocedural-optimization"]], "CMAKE_INTERPROCEDURAL_OPTIMIZATION_": [[1609, "cmake-interprocedural-optimization-config"]], "CMAKE_IOS_INSTALL_COMBINED": [[1610, "cmake-ios-install-combined"]], "CMAKE_ISPC_HEADER_DIRECTORY": [[1611, "cmake-ispc-header-directory"]], "CMAKE_ISPC_HEADER_SUFFIX": [[1612, "cmake-ispc-header-suffix"]], "CMAKE_ISPC_INSTRUCTION_SETS": [[1613, "cmake-ispc-instruction-sets"]], "CMAKE_JOB_POOLS": [[1614, "cmake-job-pools"]], "CMAKE_JOB_POOL_COMPILE": [[1615, "cmake-job-pool-compile"]], "CMAKE_JOB_POOL_LINK": [[1616, "cmake-job-pool-link"]], "CMAKE_JOB_POOL_PRECOMPILE_HEADER": [[1617, "cmake-job-pool-precompile-header"]], "CMAKE_KATE_FILES_MODE": [[1618, "cmake-kate-files-mode"]], "CMAKE_KATE_MAKE_ARGUMENTS": [[1619, "cmake-kate-make-arguments"]], "CMAKE_LIBRARY_ARCHITECTURE": [[1709, "cmake-library-architecture"]], "CMAKE_LIBRARY_ARCHITECTURE_REGEX": [[1710, "cmake-library-architecture-regex"]], "CMAKE_LIBRARY_OUTPUT_DIRECTORY": [[1711, "cmake-library-output-directory"]], "CMAKE_LIBRARY_OUTPUT_DIRECTORY_": [[1712, "cmake-library-output-directory-config"]], "CMAKE_LIBRARY_PATH": [[173, "cmake-library-path"], [1713, "cmake-library-path"]], "CMAKE_LIBRARY_PATH_FLAG": [[1714, "cmake-library-path-flag"]], "CMAKE_LINKER_TYPE": [[1715, "cmake-linker-type"]], "CMAKE_LINK_DEF_FILE_FLAG": [[1716, "cmake-link-def-file-flag"]], "CMAKE_LINK_DEPENDS_NO_SHARED": [[1717, "cmake-link-depends-no-shared"]], "CMAKE_LINK_DEPENDS_USE_LINKER": [[1718, "cmake-link-depends-use-linker"]], "CMAKE_LINK_DIRECTORIES_BEFORE": [[1719, "cmake-link-directories-before"]], "CMAKE_LINK_GROUP_USING_": [[1720, "cmake-link-group-using-feature"]], "CMAKE_LINK_GROUP_USING__SUPPORTED": [[1721, "cmake-link-group-using-feature-supported"]], "CMAKE_LINK_INTERFACE_LIBRARIES": [[1722, "cmake-link-interface-libraries"]], "CMAKE_LINK_LIBRARIES_ONLY_TARGETS": [[1723, "cmake-link-libraries-only-targets"]], "CMAKE_LINK_LIBRARIES_STRATEGY": [[1724, "cmake-link-libraries-strategy"]], "CMAKE_LINK_LIBRARY__ATTRIBUTES": [[1725, "cmake-link-library-feature-attributes"]], "CMAKE_LINK_LIBRARY_FILE_FLAG": [[1726, "cmake-link-library-file-flag"]], "CMAKE_LINK_LIBRARY_FLAG": [[1727, "cmake-link-library-flag"]], "CMAKE_LINK_LIBRARY_SUFFIX": [[1728, "cmake-link-library-suffix"]], "CMAKE_LINK_LIBRARY_USING_": [[1729, "cmake-link-library-using-feature"]], "CMAKE_LINK_LIBRARY_USING__SUPPORTED": [[1730, "cmake-link-library-using-feature-supported"]], "CMAKE_LINK_SEARCH_END_STATIC": [[1731, "cmake-link-search-end-static"]], "CMAKE_LINK_SEARCH_START_STATIC": [[1732, "cmake-link-search-start-static"]], "CMAKE_LINK_WHAT_YOU_USE": [[1733, "cmake-link-what-you-use"]], "CMAKE_LINK_WHAT_YOU_USE_CHECK": [[1734, "cmake-link-what-you-use-check"]], "CMAKE_MACOSX_BUNDLE": [[1735, "cmake-macosx-bundle"]], "CMAKE_MACOSX_RPATH": [[1736, "cmake-macosx-rpath"]], "CMAKE_MAJOR_VERSION": [[1737, "cmake-major-version"]], "CMAKE_MAKE_PROGRAM": [[1738, "cmake-make-program"]], "CMAKE_MAP_IMPORTED_CONFIG_": [[1739, "cmake-map-imported-config-config"]], "CMAKE_MATCH_": [[1741, "cmake-match-n"]], "CMAKE_MATCH_COUNT": [[1740, "cmake-match-count"]], "CMAKE_MAXIMUM_RECURSION_DEPTH": [[174, "cmake-maximum-recursion-depth"], [1742, "cmake-maximum-recursion-depth"]], "CMAKE_MESSAGE_CONTEXT": [[1743, "cmake-message-context"]], "CMAKE_MESSAGE_CONTEXT_SHOW": [[1744, "cmake-message-context-show"]], "CMAKE_MESSAGE_INDENT": [[1745, "cmake-message-indent"]], "CMAKE_MESSAGE_LOG_LEVEL": [[1746, "cmake-message-log-level"]], "CMAKE_MFC_FLAG": [[1747, "cmake-mfc-flag"]], "CMAKE_MINIMUM_REQUIRED_VERSION": [[1748, "cmake-minimum-required-version"]], "CMAKE_MINOR_VERSION": [[1749, "cmake-minor-version"]], "CMAKE_MODULE_LINKER_FLAGS": [[1750, "cmake-module-linker-flags"]], "CMAKE_MODULE_LINKER_FLAGS_": [[1751, "cmake-module-linker-flags-config"]], "CMAKE_MODULE_LINKER_FLAGS__INIT": [[1752, "cmake-module-linker-flags-config-init"]], "CMAKE_MODULE_LINKER_FLAGS_INIT": [[1753, "cmake-module-linker-flags-init"]], "CMAKE_MODULE_PATH": [[1754, "cmake-module-path"]], "CMAKE_MSVCIDE_RUN_PATH": [[175, "cmake-msvcide-run-path"], [1755, "cmake-msvcide-run-path"]], "CMAKE_MSVC_DEBUG_INFORMATION_FORMAT": [[1756, "cmake-msvc-debug-information-format"]], "CMAKE_MSVC_RUNTIME_LIBRARY": [[1757, "cmake-msvc-runtime-library"]], "CMAKE_NETRC": [[1758, "cmake-netrc"]], "CMAKE_NETRC_FILE": [[1759, "cmake-netrc-file"]], "CMAKE_NINJA_OUTPUT_PATH_PREFIX": [[1760, "cmake-ninja-output-path-prefix"]], "CMAKE_NOT_USING_CONFIG_FLAGS": [[1761, "cmake-not-using-config-flags"]], "CMAKE_NO_BUILTIN_CHRPATH": [[1762, "cmake-no-builtin-chrpath"]], "CMAKE_NO_SYSTEM_FROM_IMPORTED": [[1763, "cmake-no-system-from-imported"]], "CMAKE_NO_VERBOSE": [[176, "cmake-no-verbose"]], "CMAKE_OBJCXX_EXTENSIONS": [[1764, "cmake-objcxx-extensions"]], "CMAKE_OBJCXX_STANDARD": [[1765, "cmake-objcxx-standard"]], "CMAKE_OBJCXX_STANDARD_REQUIRED": [[1766, "cmake-objcxx-standard-required"]], "CMAKE_OBJC_EXTENSIONS": [[1767, "cmake-objc-extensions"]], "CMAKE_OBJC_STANDARD": [[1768, "cmake-objc-standard"]], "CMAKE_OBJC_STANDARD_REQUIRED": [[1769, "cmake-objc-standard-required"]], "CMAKE_OBJECT_PATH_MAX": [[1770, "cmake-object-path-max"]], "CMAKE_OPTIMIZE_DEPENDENCIES": [[1771, "cmake-optimize-dependencies"]], "CMAKE_OSX_ARCHITECTURES": [[177, "cmake-osx-architectures"], [1772, "cmake-osx-architectures"]], "CMAKE_OSX_DEPLOYMENT_TARGET": [[1773, "cmake-osx-deployment-target"]], "CMAKE_OSX_SYSROOT": [[1774, "cmake-osx-sysroot"]], "CMAKE_PARENT_LIST_FILE": [[1775, "cmake-parent-list-file"]], "CMAKE_PATCH_VERSION": [[1776, "cmake-patch-version"]], "CMAKE_PCH_INSTANTIATE_TEMPLATES": [[1777, "cmake-pch-instantiate-templates"]], "CMAKE_PCH_WARN_INVALID": [[1778, "cmake-pch-warn-invalid"]], "CMAKE_PDB_OUTPUT_DIRECTORY": [[1779, "cmake-pdb-output-directory"]], "CMAKE_PDB_OUTPUT_DIRECTORY_": [[1780, "cmake-pdb-output-directory-config"]], "CMAKE_PLATFORM_NO_VERSIONED_SONAME": [[1781, "cmake-platform-no-versioned-soname"]], "CMAKE_POLICY_DEFAULT_CMP": [[1782, "cmake-policy-default-cmp-nnnn"]], "CMAKE_POLICY_WARNING_CMP": [[1783, "cmake-policy-warning-cmp-nnnn"]], "CMAKE_POSITION_INDEPENDENT_CODE": [[1784, "cmake-position-independent-code"]], "CMAKE_PREFIX_PATH": [[178, "cmake-prefix-path"], [1785, "cmake-prefix-path"]], "CMAKE_PROGRAM_PATH": [[179, "cmake-program-path"], [1786, "cmake-program-path"]], "CMAKE_PROJECT__INCLUDE": [[1792, "cmake-project-project-name-include"]], "CMAKE_PROJECT__INCLUDE_BEFORE": [[1793, "cmake-project-project-name-include-before"]], "CMAKE_PROJECT_DESCRIPTION": [[1787, "cmake-project-description"]], "CMAKE_PROJECT_HOMEPAGE_URL": [[1788, "cmake-project-homepage-url"]], "CMAKE_PROJECT_INCLUDE": [[1789, "cmake-project-include"]], "CMAKE_PROJECT_INCLUDE_BEFORE": [[1790, "cmake-project-include-before"]], "CMAKE_PROJECT_NAME": [[1791, "cmake-project-name"]], "CMAKE_PROJECT_TOP_LEVEL_INCLUDES": [[1794, "cmake-project-top-level-includes"]], "CMAKE_PROJECT_VERSION": [[1795, "cmake-project-version"]], "CMAKE_PROJECT_VERSION_MAJOR": [[1796, "cmake-project-version-major"]], "CMAKE_PROJECT_VERSION_MINOR": [[1797, "cmake-project-version-minor"]], "CMAKE_PROJECT_VERSION_PATCH": [[1798, "cmake-project-version-patch"]], "CMAKE_PROJECT_VERSION_TWEAK": [[1799, "cmake-project-version-tweak"]], "CMAKE_RANLIB": [[1800, "cmake-ranlib"]], "CMAKE_REQUIRE_FIND_PACKAGE_": [[1801, "cmake-require-find-package-packagename"]], "CMAKE_ROLE": [[795, "cmake-role"]], "CMAKE_ROOT": [[1802, "cmake-root"]], "CMAKE_RULE_MESSAGES": [[1803, "cmake-rule-messages"]], "CMAKE_RUNTIME_OUTPUT_DIRECTORY": [[1804, "cmake-runtime-output-directory"]], "CMAKE_RUNTIME_OUTPUT_DIRECTORY_": [[1805, "cmake-runtime-output-directory-config"]], "CMAKE_SCRIPT_MODE_FILE": [[1806, "cmake-script-mode-file"]], "CMAKE_SHARED_LIBRARY_ARCHIVE_SUFFIX": [[1807, "cmake-shared-library-archive-suffix"]], "CMAKE_SHARED_LIBRARY_ENABLE_EXPORTS": [[1808, "cmake-shared-library-enable-exports"]], "CMAKE_SHARED_LIBRARY_PREFIX": [[1809, "cmake-shared-library-prefix"]], "CMAKE_SHARED_LIBRARY_SUFFIX": [[1810, "cmake-shared-library-suffix"]], "CMAKE_SHARED_LINKER_FLAGS": [[1811, "cmake-shared-linker-flags"]], "CMAKE_SHARED_LINKER_FLAGS_": [[1812, "cmake-shared-linker-flags-config"]], "CMAKE_SHARED_LINKER_FLAGS__INIT": [[1813, "cmake-shared-linker-flags-config-init"]], "CMAKE_SHARED_LINKER_FLAGS_INIT": [[1814, "cmake-shared-linker-flags-init"]], "CMAKE_SHARED_MODULE_PREFIX": [[1815, "cmake-shared-module-prefix"]], "CMAKE_SHARED_MODULE_SUFFIX": [[1816, "cmake-shared-module-suffix"]], "CMAKE_SIZEOF_VOID_P": [[1817, "cmake-sizeof-void-p"]], "CMAKE_SKIP_BUILD_RPATH": [[1818, "cmake-skip-build-rpath"]], "CMAKE_SKIP_INSTALL_ALL_DEPENDENCY": [[1819, "cmake-skip-install-all-dependency"]], "CMAKE_SKIP_INSTALL_RPATH": [[1820, "cmake-skip-install-rpath"]], "CMAKE_SKIP_INSTALL_RULES": [[1821, "cmake-skip-install-rules"]], "CMAKE_SKIP_RPATH": [[1822, "cmake-skip-rpath"]], "CMAKE_SKIP_TEST_ALL_DEPENDENCY": [[1823, "cmake-skip-test-all-dependency"]], "CMAKE_SOURCE_DIR": [[1824, "cmake-source-dir"]], "CMAKE_STAGING_PREFIX": [[1825, "cmake-staging-prefix"]], "CMAKE_STATIC_LIBRARY_PREFIX": [[1826, "cmake-static-library-prefix"]], "CMAKE_STATIC_LIBRARY_SUFFIX": [[1827, "cmake-static-library-suffix"]], "CMAKE_STATIC_LINKER_FLAGS": [[1828, "cmake-static-linker-flags"]], "CMAKE_STATIC_LINKER_FLAGS_": [[1829, "cmake-static-linker-flags-config"]], "CMAKE_STATIC_LINKER_FLAGS__INIT": [[1830, "cmake-static-linker-flags-config-init"]], "CMAKE_STATIC_LINKER_FLAGS_INIT": [[1831, "cmake-static-linker-flags-init"]], "CMAKE_SUBLIME_TEXT_2_ENV_SETTINGS": [[1832, "cmake-sublime-text-2-env-settings"]], "CMAKE_SUBLIME_TEXT_2_EXCLUDE_BUILD_TREE": [[1833, "cmake-sublime-text-2-exclude-build-tree"]], "CMAKE_SUPPRESS_REGENERATION": [[1834, "cmake-suppress-regeneration"]], "CMAKE_SYSROOT": [[1835, "cmake-sysroot"]], "CMAKE_SYSROOT_COMPILE": [[1836, "cmake-sysroot-compile"]], "CMAKE_SYSROOT_LINK": [[1837, "cmake-sysroot-link"]], "CMAKE_SYSTEM": [[1838, "cmake-system"]], "CMAKE_SYSTEM_APPBUNDLE_PATH": [[1839, "cmake-system-appbundle-path"]], "CMAKE_SYSTEM_FRAMEWORK_PATH": [[1840, "cmake-system-framework-path"]], "CMAKE_SYSTEM_IGNORE_PATH": [[1841, "cmake-system-ignore-path"]], "CMAKE_SYSTEM_IGNORE_PREFIX_PATH": [[1842, "cmake-system-ignore-prefix-path"]], "CMAKE_SYSTEM_INCLUDE_PATH": [[1843, "cmake-system-include-path"]], "CMAKE_SYSTEM_LIBRARY_PATH": [[1844, "cmake-system-library-path"]], "CMAKE_SYSTEM_NAME": [[1845, "cmake-system-name"]], "CMAKE_SYSTEM_PREFIX_PATH": [[1846, "cmake-system-prefix-path"]], "CMAKE_SYSTEM_PROCESSOR": [[1847, "cmake-system-processor"]], "CMAKE_SYSTEM_PROGRAM_PATH": [[1848, "cmake-system-program-path"]], "CMAKE_SYSTEM_VERSION": [[1849, "cmake-system-version"]], "CMAKE_Swift_COMPILATION_MODE": [[1850, "cmake-swift-compilation-mode"]], "CMAKE_Swift_LANGUAGE_VERSION": [[1851, "cmake-swift-language-version"]], "CMAKE_Swift_MODULE_DIRECTORY": [[1852, "cmake-swift-module-directory"]], "CMAKE_Swift_NUM_THREADS": [[1853, "cmake-swift-num-threads"]], "CMAKE_TASKING_TOOLSET": [[1854, "cmake-tasking-toolset"]], "CMAKE_TEST_LAUNCHER": [[180, "cmake-test-launcher"], [1855, "cmake-test-launcher"]], "CMAKE_TLS_CAINFO": [[1856, "cmake-tls-cainfo"]], "CMAKE_TLS_VERIFY": [[181, "cmake-tls-verify"], [1857, "cmake-tls-verify"]], "CMAKE_TLS_VERSION": [[182, "cmake-tls-version"], [1858, "cmake-tls-version"]], "CMAKE_TOOLCHAIN_FILE": [[183, "cmake-toolchain-file"], [1859, "cmake-toolchain-file"]], "CMAKE_TRY_COMPILE_CONFIGURATION": [[1860, "cmake-try-compile-configuration"]], "CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES": [[1861, "cmake-try-compile-no-platform-variables"]], "CMAKE_TRY_COMPILE_PLATFORM_VARIABLES": [[1862, "cmake-try-compile-platform-variables"]], "CMAKE_TRY_COMPILE_TARGET_TYPE": [[1863, "cmake-try-compile-target-type"]], "CMAKE_TWEAK_VERSION": [[1864, "cmake-tweak-version"]], "CMAKE_UNITY_BUILD": [[1865, "cmake-unity-build"]], "CMAKE_UNITY_BUILD_BATCH_SIZE": [[1866, "cmake-unity-build-batch-size"]], "CMAKE_UNITY_BUILD_UNIQUE_ID": [[1867, "cmake-unity-build-unique-id"]], "CMAKE_USER_MAKE_RULES_OVERRIDE": [[1868, "cmake-user-make-rules-override"]], "CMAKE_USER_MAKE_RULES_OVERRIDE_": [[1869, "cmake-user-make-rules-override-lang"]], "CMAKE_USE_RELATIVE_PATHS": [[1870, "cmake-use-relative-paths"]], "CMAKE_VERBOSE_MAKEFILE": [[1871, "cmake-verbose-makefile"]], "CMAKE_VERIFY_INTERFACE_HEADER_SETS": [[1872, "cmake-verify-interface-header-sets"]], "CMAKE_VERSION": [[1873, "cmake-version"]], "CMAKE_VISIBILITY_INLINES_HIDDEN": [[1874, "cmake-visibility-inlines-hidden"]], "CMAKE_VS_DEBUGGER_COMMAND": [[1875, "cmake-vs-debugger-command"]], "CMAKE_VS_DEBUGGER_COMMAND_ARGUMENTS": [[1876, "cmake-vs-debugger-command-arguments"]], "CMAKE_VS_DEBUGGER_ENVIRONMENT": [[1877, "cmake-vs-debugger-environment"]], "CMAKE_VS_DEBUGGER_WORKING_DIRECTORY": [[1878, "cmake-vs-debugger-working-directory"]], "CMAKE_VS_DEVENV_COMMAND": [[1879, "cmake-vs-devenv-command"]], "CMAKE_VS_GLOBALS": [[1880, "cmake-vs-globals"]], "CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD": [[1881, "cmake-vs-include-install-to-default-build"]], "CMAKE_VS_INCLUDE_PACKAGE_TO_DEFAULT_BUILD": [[1882, "cmake-vs-include-package-to-default-build"]], "CMAKE_VS_INTEL_Fortran_PROJECT_VERSION": [[1883, "cmake-vs-intel-fortran-project-version"]], "CMAKE_VS_JUST_MY_CODE_DEBUGGING": [[1884, "cmake-vs-just-my-code-debugging"]], "CMAKE_VS_MSBUILD_COMMAND": [[1885, "cmake-vs-msbuild-command"]], "CMAKE_VS_NO_COMPILE_BATCHING": [[1886, "cmake-vs-no-compile-batching"]], "CMAKE_VS_NUGET_PACKAGE_RESTORE": [[1887, "cmake-vs-nuget-package-restore"]], "CMAKE_VS_NsightTegra_VERSION": [[1888, "cmake-vs-nsighttegra-version"]], "CMAKE_VS_PLATFORM_NAME": [[1889, "cmake-vs-platform-name"]], "CMAKE_VS_PLATFORM_NAME_DEFAULT": [[1890, "cmake-vs-platform-name-default"]], "CMAKE_VS_PLATFORM_TOOLSET": [[1891, "cmake-vs-platform-toolset"]], "CMAKE_VS_PLATFORM_TOOLSET_CUDA": [[1892, "cmake-vs-platform-toolset-cuda"]], "CMAKE_VS_PLATFORM_TOOLSET_CUDA_CUSTOM_DIR": [[1893, "cmake-vs-platform-toolset-cuda-custom-dir"]], "CMAKE_VS_PLATFORM_TOOLSET_FORTRAN": [[1894, "cmake-vs-platform-toolset-fortran"]], "CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE": [[1895, "cmake-vs-platform-toolset-host-architecture"]], "CMAKE_VS_PLATFORM_TOOLSET_VERSION": [[1896, "cmake-vs-platform-toolset-version"]], "CMAKE_VS_SDK_EXCLUDE_DIRECTORIES": [[1897, "cmake-vs-sdk-exclude-directories"]], "CMAKE_VS_SDK_EXECUTABLE_DIRECTORIES": [[1898, "cmake-vs-sdk-executable-directories"]], "CMAKE_VS_SDK_INCLUDE_DIRECTORIES": [[1899, "cmake-vs-sdk-include-directories"]], "CMAKE_VS_SDK_LIBRARY_DIRECTORIES": [[1900, "cmake-vs-sdk-library-directories"]], "CMAKE_VS_SDK_LIBRARY_WINRT_DIRECTORIES": [[1901, "cmake-vs-sdk-library-winrt-directories"]], "CMAKE_VS_SDK_REFERENCE_DIRECTORIES": [[1902, "cmake-vs-sdk-reference-directories"]], "CMAKE_VS_SDK_SOURCE_DIRECTORIES": [[1903, "cmake-vs-sdk-source-directories"]], "CMAKE_VS_TARGET_FRAMEWORK_IDENTIFIER": [[1904, "cmake-vs-target-framework-identifier"]], "CMAKE_VS_TARGET_FRAMEWORK_TARGETS_VERSION": [[1905, "cmake-vs-target-framework-targets-version"]], "CMAKE_VS_TARGET_FRAMEWORK_VERSION": [[1906, "cmake-vs-target-framework-version"]], "CMAKE_VS_USE_DEBUG_LIBRARIES": [[1907, "cmake-vs-use-debug-libraries"]], "CMAKE_VS_VERSION_BUILD_NUMBER": [[1908, "cmake-vs-version-build-number"]], "CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION": [[1909, "cmake-vs-windows-target-platform-min-version"]], "CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION": [[1910, "cmake-vs-windows-target-platform-version"]], "CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM": [[1911, "cmake-vs-windows-target-platform-version-maximum"]], "CMAKE_VS_WINRT_BY_DEFAULT": [[1912, "cmake-vs-winrt-by-default"]], "CMAKE_WARN_DEPRECATED": [[1913, "cmake-warn-deprecated"]], "CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION": [[1914, "cmake-warn-on-absolute-install-destination"]], "CMAKE_WATCOM_RUNTIME_LIBRARY": [[1915, "cmake-watcom-runtime-library"]], "CMAKE_WIN32_EXECUTABLE": [[1916, "cmake-win32-executable"]], "CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS": [[1917, "cmake-windows-export-all-symbols"]], "CMAKE_WINDOWS_KMDF_VERSION": [[1918, "cmake-windows-kmdf-version"]], "CMAKE_XCODE_ATTRIBUTE_": [[1919, "cmake-xcode-attribute-an-attribute"]], "CMAKE_XCODE_BUILD_SYSTEM": [[1920, "cmake-xcode-build-system"]], "CMAKE_XCODE_GENERATE_SCHEME": [[1921, "cmake-xcode-generate-scheme"]], "CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY": [[1922, "cmake-xcode-generate-top-level-project-only"]], "CMAKE_XCODE_LINK_BUILD_PHASE_MODE": [[1923, "cmake-xcode-link-build-phase-mode"]], "CMAKE_XCODE_PLATFORM_TOOLSET": [[1924, "cmake-xcode-platform-toolset"]], "CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER": [[1925, "cmake-xcode-scheme-address-sanitizer"]], "CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN": [[1926, "cmake-xcode-scheme-address-sanitizer-use-after-return"]], "CMAKE_XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING": [[1927, "cmake-xcode-scheme-debug-document-versioning"]], "CMAKE_XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER": [[1928, "cmake-xcode-scheme-disable-main-thread-checker"]], "CMAKE_XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS": [[1929, "cmake-xcode-scheme-dynamic-library-loads"]], "CMAKE_XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE": [[1930, "cmake-xcode-scheme-dynamic-linker-api-usage"]], "CMAKE_XCODE_SCHEME_ENABLE_GPU_API_VALIDATION": [[1931, "cmake-xcode-scheme-enable-gpu-api-validation"]], "CMAKE_XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE": [[1932, "cmake-xcode-scheme-enable-gpu-frame-capture-mode"]], "CMAKE_XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION": [[1933, "cmake-xcode-scheme-enable-gpu-shader-validation"]], "CMAKE_XCODE_SCHEME_ENVIRONMENT": [[1934, "cmake-xcode-scheme-environment"]], "CMAKE_XCODE_SCHEME_GUARD_MALLOC": [[1935, "cmake-xcode-scheme-guard-malloc"]], "CMAKE_XCODE_SCHEME_LAUNCH_CONFIGURATION": [[1936, "cmake-xcode-scheme-launch-configuration"]], "CMAKE_XCODE_SCHEME_LAUNCH_MODE": [[1937, "cmake-xcode-scheme-launch-mode"]], "CMAKE_XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP": [[1938, "cmake-xcode-scheme-main-thread-checker-stop"]], "CMAKE_XCODE_SCHEME_MALLOC_GUARD_EDGES": [[1939, "cmake-xcode-scheme-malloc-guard-edges"]], "CMAKE_XCODE_SCHEME_MALLOC_SCRIBBLE": [[1940, "cmake-xcode-scheme-malloc-scribble"]], "CMAKE_XCODE_SCHEME_MALLOC_STACK": [[1941, "cmake-xcode-scheme-malloc-stack"]], "CMAKE_XCODE_SCHEME_THREAD_SANITIZER": [[1942, "cmake-xcode-scheme-thread-sanitizer"]], "CMAKE_XCODE_SCHEME_THREAD_SANITIZER_STOP": [[1943, "cmake-xcode-scheme-thread-sanitizer-stop"]], "CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER": [[1944, "cmake-xcode-scheme-undefined-behaviour-sanitizer"]], "CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP": [[1945, "cmake-xcode-scheme-undefined-behaviour-sanitizer-stop"]], "CMAKE_XCODE_SCHEME_WORKING_DIRECTORY": [[1946, "cmake-xcode-scheme-working-directory"]], "CMAKE_XCODE_SCHEME_ZOMBIE_OBJECTS": [[1947, "cmake-xcode-scheme-zombie-objects"]], "CMAKE_XCODE_XCCONFIG": [[1948, "cmake-xcode-xcconfig"]], "CMP0000": [[560, "cmp0000"]], "CMP0001": [[561, "cmp0001"]], "CMP0002": [[562, "cmp0002"]], "CMP0003": [[563, "cmp0003"]], "CMP0004": [[564, "cmp0004"]], "CMP0005": [[565, "cmp0005"]], "CMP0006": [[566, "cmp0006"]], "CMP0007": [[567, "cmp0007"]], "CMP0008": [[568, "cmp0008"]], "CMP0009": [[569, "cmp0009"]], "CMP0010": [[570, "cmp0010"]], "CMP0011": [[571, "cmp0011"]], "CMP0012": [[572, "cmp0012"]], "CMP0013": [[573, "cmp0013"]], "CMP0014": [[574, "cmp0014"]], "CMP0015": [[575, "cmp0015"]], "CMP0016": [[576, "cmp0016"]], "CMP0017": [[577, "cmp0017"]], "CMP0018": [[578, "cmp0018"]], "CMP0019": [[579, "cmp0019"]], "CMP0020": [[580, "cmp0020"]], "CMP0021": [[581, "cmp0021"]], "CMP0022": [[582, "cmp0022"]], "CMP0023": [[583, "cmp0023"]], "CMP0024": [[584, "cmp0024"]], "CMP0025": [[585, "cmp0025"]], "CMP0026": [[586, "cmp0026"]], "CMP0027": [[587, "cmp0027"]], "CMP0028": [[588, "cmp0028"]], "CMP0029": [[589, "cmp0029"]], "CMP0030": [[590, "cmp0030"]], "CMP0031": [[591, "cmp0031"]], "CMP0032": [[592, "cmp0032"]], "CMP0033": [[593, "cmp0033"]], "CMP0034": [[594, "cmp0034"]], "CMP0035": [[595, "cmp0035"]], "CMP0036": [[596, "cmp0036"]], "CMP0037": [[597, "cmp0037"]], "CMP0038": [[598, "cmp0038"]], "CMP0039": [[599, "cmp0039"]], "CMP0040": [[600, "cmp0040"]], "CMP0041": [[601, "cmp0041"]], "CMP0042": [[602, "cmp0042"]], "CMP0043": [[603, "cmp0043"]], "CMP0044": [[604, "cmp0044"]], "CMP0045": [[605, "cmp0045"]], "CMP0046": [[606, "cmp0046"]], "CMP0047": [[607, "cmp0047"]], "CMP0048": [[608, "cmp0048"]], "CMP0049": [[609, "cmp0049"]], "CMP0050": [[610, "cmp0050"]], "CMP0051": [[611, "cmp0051"]], "CMP0052": [[612, "cmp0052"]], "CMP0053": [[613, "cmp0053"]], "CMP0054": [[614, "cmp0054"]], "CMP0055": [[615, "cmp0055"]], "CMP0056": [[616, "cmp0056"]], "CMP0057": [[617, "cmp0057"]], "CMP0058": [[618, "cmp0058"]], "CMP0059": [[619, "cmp0059"]], "CMP0060": [[620, "cmp0060"]], "CMP0061": [[621, "cmp0061"]], "CMP0062": [[622, "cmp0062"]], "CMP0063": [[623, "cmp0063"]], "CMP0064": [[624, "cmp0064"]], "CMP0065": [[625, "cmp0065"]], "CMP0066": [[626, "cmp0066"]], "CMP0067": [[627, "cmp0067"]], "CMP0068": [[628, "cmp0068"]], "CMP0069": [[629, "cmp0069"]], "CMP0070": [[630, "cmp0070"]], "CMP0071": [[631, "cmp0071"]], "CMP0072": [[632, "cmp0072"]], "CMP0073": [[633, "cmp0073"]], "CMP0074": [[634, "cmp0074"]], "CMP0075": [[635, "cmp0075"]], "CMP0076": [[636, "cmp0076"]], "CMP0077": [[637, "cmp0077"]], "CMP0078": [[638, "cmp0078"]], "CMP0079": [[639, "cmp0079"]], "CMP0080": [[640, "cmp0080"]], "CMP0081": [[641, "cmp0081"]], "CMP0082": [[642, "cmp0082"]], "CMP0083": [[643, "cmp0083"]], "CMP0084": [[644, "cmp0084"]], "CMP0085": [[645, "cmp0085"]], "CMP0086": [[646, "cmp0086"]], "CMP0087": [[647, "cmp0087"]], "CMP0088": [[648, "cmp0088"]], "CMP0089": [[649, "cmp0089"]], "CMP0090": [[650, "cmp0090"]], "CMP0091": [[651, "cmp0091"]], "CMP0092": [[652, "cmp0092"]], "CMP0093": [[653, "cmp0093"]], "CMP0094": [[654, "cmp0094"]], "CMP0095": [[655, "cmp0095"]], "CMP0096": [[656, "cmp0096"]], "CMP0097": [[657, "cmp0097"]], "CMP0098": [[658, "cmp0098"]], "CMP0099": [[659, "cmp0099"]], "CMP0100": [[660, "cmp0100"]], "CMP0101": [[661, "cmp0101"]], "CMP0102": [[662, "cmp0102"]], "CMP0103": [[663, "cmp0103"]], "CMP0104": [[664, "cmp0104"]], "CMP0105": [[665, "cmp0105"]], "CMP0106": [[666, "cmp0106"]], "CMP0107": [[667, "cmp0107"]], "CMP0108": [[668, "cmp0108"]], "CMP0109": [[669, "cmp0109"]], "CMP0110": [[670, "cmp0110"]], "CMP0111": [[671, "cmp0111"]], "CMP0112": [[672, "cmp0112"]], "CMP0113": [[673, "cmp0113"]], "CMP0114": [[674, "cmp0114"]], "CMP0115": [[675, "cmp0115"]], "CMP0116": [[676, "cmp0116"]], "CMP0117": [[677, "cmp0117"]], "CMP0118": [[678, "cmp0118"]], "CMP0119": [[679, "cmp0119"]], "CMP0120": [[680, "cmp0120"]], "CMP0121": [[681, "cmp0121"]], "CMP0122": [[682, "cmp0122"]], "CMP0123": [[683, "cmp0123"]], "CMP0124": [[684, "cmp0124"]], "CMP0125": [[685, "cmp0125"]], "CMP0126": [[686, "cmp0126"]], "CMP0127": [[687, "cmp0127"]], "CMP0128": [[688, "cmp0128"]], "CMP0129": [[689, "cmp0129"]], "CMP0130": [[690, "cmp0130"]], "CMP0131": [[691, "cmp0131"]], "CMP0132": [[692, "cmp0132"]], "CMP0133": [[693, "cmp0133"]], "CMP0134": [[694, "cmp0134"]], "CMP0135": [[695, "cmp0135"]], "CMP0136": [[696, "cmp0136"]], "CMP0137": [[697, "cmp0137"]], "CMP0138": [[698, "cmp0138"]], "CMP0139": [[699, "cmp0139"]], "CMP0140": [[700, "cmp0140"]], "CMP0141": [[701, "cmp0141"]], "CMP0142": [[702, "cmp0142"]], "CMP0143": [[703, "cmp0143"]], "CMP0144": [[704, "cmp0144"]], "CMP0145": [[705, "cmp0145"]], "CMP0146": [[706, "cmp0146"]], "CMP0147": [[707, "cmp0147"]], "CMP0148": [[708, "cmp0148"]], "CMP0149": [[709, "cmp0149"]], "CMP0150": [[710, "cmp0150"]], "CMP0151": [[711, "cmp0151"]], "CMP0152": [[712, "cmp0152"]], "CMP0153": [[713, "cmp0153"]], "CMP0154": [[714, "cmp0154"]], "CMP0155": [[715, "cmp0155"]], "CMP0156": [[716, "cmp0156"]], "CMP0157": [[717, "cmp0157"]], "CMP0158": [[718, "cmp0158"]], "CMP0159": [[719, "cmp0159"]], "CMP0160": [[720, "cmp0160"]], "CMP0161": [[721, "cmp0161"]], "CMP0162": [[722, "cmp0162"]], "CMP0163": [[723, "cmp0163"]], "CMP0164": [[724, "cmp0164"]], "CMP0165": [[725, "cmp0165"]], "CMP0166": [[726, "cmp0166"]], "CMP0167": [[727, "cmp0167"]], "CMP0168": [[728, "cmp0168"]], "CMP0169": [[729, "cmp0169"]], "CMP0170": [[730, "cmp0170"]], "CMP0171": [[731, "cmp0171"]], "CMP0172": [[732, "cmp0172"]], "CMP0173": [[733, "cmp0173"]], "CMP0174": [[734, "cmp0174"]], "CMP0175": [[735, "cmp0175"]], "CMP0176": [[736, "cmp0176"]], "CMP0177": [[737, "cmp0177"]], "CMP0178": [[738, "cmp0178"]], "CMP0179": [[739, "cmp0179"]], "CMP0180": [[740, "cmp0180"]], "CMake 3.0 Release Notes": [[1317, "cmake-3-0-release-notes"]], "CMake 3.1 Release Notes": [[1318, "cmake-3-1-release-notes"]], "CMake 3.10 Release Notes": [[1319, "cmake-3-10-release-notes"]], "CMake 3.11 Release Notes": [[1320, "cmake-3-11-release-notes"]], "CMake 3.12 Release Notes": [[1321, "cmake-3-12-release-notes"]], "CMake 3.13 Release Notes": [[1322, "cmake-3-13-release-notes"]], "CMake 3.14 Release Notes": [[1323, "cmake-3-14-release-notes"]], "CMake 3.15 Release Notes": [[1324, "cmake-3-15-release-notes"]], "CMake 3.16 Release Notes": [[1325, "cmake-3-16-release-notes"]], "CMake 3.17 Release Notes": [[1326, "cmake-3-17-release-notes"]], "CMake 3.18 Release Notes": [[1327, "cmake-3-18-release-notes"]], "CMake 3.19 Release Notes": [[1328, "cmake-3-19-release-notes"]], "CMake 3.2 Release Notes": [[1329, "cmake-3-2-release-notes"]], "CMake 3.20 Release Notes": [[1330, "cmake-3-20-release-notes"]], "CMake 3.21 Release Notes": [[1331, "cmake-3-21-release-notes"]], "CMake 3.22 Release Notes": [[1332, "cmake-3-22-release-notes"]], "CMake 3.23 Release Notes": [[1333, "cmake-3-23-release-notes"]], "CMake 3.24 Release Notes": [[1334, "cmake-3-24-release-notes"]], "CMake 3.25 Release Notes": [[1335, "cmake-3-25-release-notes"]], "CMake 3.26 Release Notes": [[1336, "cmake-3-26-release-notes"]], "CMake 3.27 Release Notes": [[1337, "cmake-3-27-release-notes"]], "CMake 3.28 Release Notes": [[1338, "cmake-3-28-release-notes"]], "CMake 3.29 Release Notes": [[1339, "cmake-3-29-release-notes"]], "CMake 3.3 Release Notes": [[1340, "cmake-3-3-release-notes"]], "CMake 3.30 Release Notes": [[1341, "cmake-3-30-release-notes"]], "CMake 3.31 Release Notes": [[1342, "cmake-3-31-release-notes"]], "CMake 3.4 Release Notes": [[1343, "cmake-3-4-release-notes"]], "CMake 3.5 Release Notes": [[1344, "cmake-3-5-release-notes"]], "CMake 3.6 Release Notes": [[1345, "cmake-3-6-release-notes"]], "CMake 3.7 Release Notes": [[1346, "cmake-3-7-release-notes"]], "CMake 3.8 Release Notes": [[1347, "cmake-3-8-release-notes"]], "CMake 3.9 Release Notes": [[1348, "cmake-3-9-release-notes"]], "CMake Commands": [[555, "cmake-commands"]], "CMake Generators": [[275, "cmake-generators"]], "CMake Policy Stack": [[23, "cmake-policy-stack"]], "CMake Release Notes": [[1349, "cmake-release-notes"]], "CMake Tutorial": [[261, "cmake-tutorial"]], "CMake Variables": [[555, "cmake-variables"]], "CMakeAddFortranSubdirectory": [[294, "cmakeaddfortransubdirectory"]], "CMakeBackwardCompatibilityCXX": [[295, "cmakebackwardcompatibilitycxx"]], "CMakeDependentOption": [[296, "cmakedependentoption"]], "CMakeDetermineVSServicePack": [[297, "cmakedeterminevsservicepack"]], "CMakeExpandImportedTargets": [[298, "cmakeexpandimportedtargets"]], "CMakeFindDependencyMacro": [[299, "cmakefinddependencymacro"]], "CMakeFindFrameworks": [[300, "cmakefindframeworks"]], "CMakeFindPackageMode": [[301, "cmakefindpackagemode"]], "CMakeForceCompiler": [[302, "cmakeforcecompiler"]], "CMakeGraphVizOptions": [[303, "cmakegraphvizoptions"]], "CMakePackageConfigHelpers": [[304, "cmakepackageconfighelpers"]], "CMakeParseArguments": [[305, "cmakeparsearguments"]], "CMakePrintHelpers": [[306, "cmakeprinthelpers"]], "CMakePrintSystemInformation": [[307, "cmakeprintsysteminformation"]], "CMakePushCheckState": [[308, "cmakepushcheckstate"]], "CMakeVerifyManifest": [[309, "cmakeverifymanifest"]], "COMMON_LANGUAGE_RUNTIME": [[969, "common-language-runtime"]], "COMPATIBLE_INTERFACE_BOOL": [[970, "compatible-interface-bool"]], "COMPATIBLE_INTERFACE_NUMBER_MAX": [[971, "compatible-interface-number-max"]], "COMPATIBLE_INTERFACE_NUMBER_MIN": [[972, "compatible-interface-number-min"]], "COMPATIBLE_INTERFACE_STRING": [[973, "compatible-interface-string"]], "COMPILE_DEFINITIONS": [[754, "compile-definitions"], [835, "compile-definitions"], [974, "compile-definitions"]], "COMPILE_DEFINITIONS_": [[755, "compile-definitions-config"], [836, "compile-definitions-config"], [975, "compile-definitions-config"]], "COMPILE_FEATURES": [[976, "compile-features"]], "COMPILE_FLAGS": [[837, "compile-flags"], [977, "compile-flags"]], "COMPILE_OPTIONS": [[756, "compile-options"], [838, "compile-options"], [978, "compile-options"]], "COMPILE_PDB_NAME": [[979, "compile-pdb-name"]], "COMPILE_PDB_NAME_": [[980, "compile-pdb-name-config"]], "COMPILE_PDB_OUTPUT_DIRECTORY": [[981, "compile-pdb-output-directory"]], "COMPILE_PDB_OUTPUT_DIRECTORY_": [[982, "compile-pdb-output-directory-config"]], "COMPILE_WARNING_AS_ERROR": [[983, "compile-warning-as-error"]], "COST": [[888, "cost"]], "CPACK_ABSOLUTE_DESTINATION_FILES": [[1949, "cpack-absolute-destination-files"]], "CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY": [[1950, "cpack-component-include-toplevel-directory"]], "CPACK_CUSTOM_INSTALL_VARIABLES": [[1951, "cpack-custom-install-variables"]], "CPACK_DESKTOP_SHORTCUTS": [[826, "cpack-desktop-shortcuts"]], "CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION": [[1952, "cpack-error-on-absolute-install-destination"]], "CPACK_INCLUDE_TOPLEVEL_DIRECTORY": [[1953, "cpack-include-toplevel-directory"]], "CPACK_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS": [[1954, "cpack-install-default-directory-permissions"]], "CPACK_NEVER_OVERWRITE": [[827, "cpack-never-overwrite"]], "CPACK_PACKAGING_INSTALL_PREFIX": [[1955, "cpack-packaging-install-prefix"]], "CPACK_PERMANENT": [[828, "cpack-permanent"]], "CPACK_SET_DESTDIR": [[1956, "cpack-set-destdir"]], "CPACK_STARTUP_SHORTCUTS": [[829, "cpack-startup-shortcuts"]], "CPACK_START_MENU_SHORTCUTS": [[830, "cpack-start-menu-shortcuts"]], "CPACK_WARN_ON_ABSOLUTE_INSTALL_DESTINATION": [[1957, "cpack-warn-on-absolute-install-destination"]], "CPACK_WIX_ACL": [[831, "cpack-wix-acl"]], "CPack": [[310, "cpack"], [1318, "cpack"], [1319, "cpack"], [1320, "cpack"], [1321, "cpack"], [1322, "cpack"], [1324, "cpack"], [1325, "cpack"], [1326, "cpack"], [1327, "cpack"], [1328, "cpack"], [1329, "cpack"], [1330, "cpack"], [1331, "cpack"], [1332, "cpack"], [1333, "cpack"], [1334, "cpack"], [1335, "cpack"], [1337, "cpack"], [1339, "cpack"], [1340, "cpack"], [1341, "cpack"], [1342, "cpack"], [1343, "cpack"], [1344, "cpack"], [1345, "cpack"], [1346, "cpack"], [1347, "cpack"], [1348, "cpack"]], "CPack Archive Generator": [[129, "cpack-archive-generator"]], "CPack Bundle Generator": [[130, "cpack-bundle-generator"]], "CPack Cygwin Generator": [[131, "cpack-cygwin-generator"]], "CPack DEB Generator": [[132, "cpack-deb-generator"]], "CPack DragNDrop Generator": [[133, "cpack-dragndrop-generator"]], "CPack External Generator": [[134, "cpack-external-generator"]], "CPack FreeBSD Generator": [[135, "cpack-freebsd-generator"]], "CPack Generators": [[310, "cpack-generators"]], "CPack IFW Generator": [[136, "cpack-ifw-generator"]], "CPack Inno Setup Generator": [[137, "cpack-inno-setup-generator"]], "CPack NSIS Generator": [[138, "cpack-nsis-generator"]], "CPack NuGet Generator": [[139, "cpack-nuget-generator"]], "CPack PackageMaker Generator": [[140, "cpack-packagemaker-generator"]], "CPack RPM Generator": [[142, "cpack-rpm-generator"]], "CPack WIX Generator": [[143, "cpack-wix-generator"]], "CPack productbuild Generator": [[141, "cpack-productbuild-generator"]], "CPackArchive": [[311, "cpackarchive"]], "CPackBundle": [[312, "cpackbundle"]], "CPackComponent": [[313, "cpackcomponent"]], "CPackCygwin": [[314, "cpackcygwin"]], "CPackDMG": [[315, "cpackdmg"]], "CPackDeb": [[316, "cpackdeb"]], "CPackFreeBSD": [[317, "cpackfreebsd"]], "CPackIFW": [[318, "cpackifw"]], "CPackIFWConfigureFile": [[319, "cpackifwconfigurefile"]], "CPackNSIS": [[320, "cpacknsis"]], "CPackNuGet": [[321, "cpacknuget"]], "CPackProductBuild": [[322, "cpackproductbuild"]], "CPackRPM": [[323, "cpackrpm"]], "CPackWIX": [[324, "cpackwix"]], "CROSSCOMPILING_EMULATOR": [[986, "crosscompiling-emulator"]], "CSFLAGS": [[184, "csflags"]], "CSharpUtilities": [[325, "csharputilities"]], "CTEST_BINARY_DIRECTORY": [[1958, "ctest-binary-directory"]], "CTEST_BUILD_COMMAND": [[1959, "ctest-build-command"]], "CTEST_BUILD_NAME": [[1960, "ctest-build-name"]], "CTEST_BZR_COMMAND": [[1961, "ctest-bzr-command"]], "CTEST_BZR_UPDATE_OPTIONS": [[1962, "ctest-bzr-update-options"]], "CTEST_CHANGE_ID": [[1963, "ctest-change-id"]], "CTEST_CHECKOUT_COMMAND": [[1964, "ctest-checkout-command"]], "CTEST_CONFIGURATION_TYPE": [[1965, "ctest-configuration-type"]], "CTEST_CONFIGURE_COMMAND": [[1966, "ctest-configure-command"]], "CTEST_COVERAGE_COMMAND": [[1967, "ctest-coverage-command"]], "CTEST_COVERAGE_EXTRA_FLAGS": [[1968, "ctest-coverage-extra-flags"]], "CTEST_CURL_OPTIONS": [[1969, "ctest-curl-options"]], "CTEST_CUSTOM_COVERAGE_EXCLUDE": [[1970, "ctest-custom-coverage-exclude"]], "CTEST_CUSTOM_ERROR_EXCEPTION": [[1971, "ctest-custom-error-exception"]], "CTEST_CUSTOM_ERROR_MATCH": [[1972, "ctest-custom-error-match"]], "CTEST_CUSTOM_ERROR_POST_CONTEXT": [[1973, "ctest-custom-error-post-context"]], "CTEST_CUSTOM_ERROR_PRE_CONTEXT": [[1974, "ctest-custom-error-pre-context"]], "CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE": [[1975, "ctest-custom-maximum-failed-test-output-size"]], "CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS": [[1976, "ctest-custom-maximum-number-of-errors"]], "CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS": [[1977, "ctest-custom-maximum-number-of-warnings"]], "CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE": [[1978, "ctest-custom-maximum-passed-test-output-size"]], "CTEST_CUSTOM_MEMCHECK_IGNORE": [[1979, "ctest-custom-memcheck-ignore"]], "CTEST_CUSTOM_POST_MEMCHECK": [[1980, "ctest-custom-post-memcheck"]], "CTEST_CUSTOM_POST_TEST": [[1981, "ctest-custom-post-test"]], "CTEST_CUSTOM_PRE_MEMCHECK": [[1982, "ctest-custom-pre-memcheck"]], "CTEST_CUSTOM_PRE_TEST": [[1983, "ctest-custom-pre-test"]], "CTEST_CUSTOM_TESTS_IGNORE": [[1984, "ctest-custom-tests-ignore"]], "CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION": [[1985, "ctest-custom-test-output-truncation"]], "CTEST_CUSTOM_WARNING_EXCEPTION": [[1986, "ctest-custom-warning-exception"]], "CTEST_CUSTOM_WARNING_MATCH": [[1987, "ctest-custom-warning-match"]], "CTEST_CVS_CHECKOUT": [[1988, "ctest-cvs-checkout"]], "CTEST_CVS_COMMAND": [[1989, "ctest-cvs-command"]], "CTEST_CVS_UPDATE_OPTIONS": [[1990, "ctest-cvs-update-options"]], "CTEST_DROP_LOCATION": [[1991, "ctest-drop-location"]], "CTEST_DROP_METHOD": [[1992, "ctest-drop-method"]], "CTEST_DROP_SITE": [[1993, "ctest-drop-site"]], "CTEST_DROP_SITE_CDASH": [[1994, "ctest-drop-site-cdash"]], "CTEST_DROP_SITE_PASSWORD": [[1995, "ctest-drop-site-password"]], "CTEST_DROP_SITE_USER": [[1996, "ctest-drop-site-user"]], "CTEST_EXTRA_COVERAGE_GLOB": [[1997, "ctest-extra-coverage-glob"]], "CTEST_GIT_COMMAND": [[1998, "ctest-git-command"]], "CTEST_GIT_INIT_SUBMODULES": [[1999, "ctest-git-init-submodules"]], "CTEST_GIT_UPDATE_CUSTOM": [[2000, "ctest-git-update-custom"]], "CTEST_GIT_UPDATE_OPTIONS": [[2001, "ctest-git-update-options"]], "CTEST_HG_COMMAND": [[2002, "ctest-hg-command"]], "CTEST_HG_UPDATE_OPTIONS": [[2003, "ctest-hg-update-options"]], "CTEST_INTERACTIVE_DEBUG_MODE": [[185, "ctest-interactive-debug-mode"]], "CTEST_LABELS_FOR_SUBPROJECTS": [[2004, "ctest-labels-for-subprojects"]], "CTEST_MEMORYCHECK_COMMAND": [[2005, "ctest-memorycheck-command"]], "CTEST_MEMORYCHECK_COMMAND_OPTIONS": [[2006, "ctest-memorycheck-command-options"]], "CTEST_MEMORYCHECK_SANITIZER_OPTIONS": [[2007, "ctest-memorycheck-sanitizer-options"]], "CTEST_MEMORYCHECK_SUPPRESSIONS_FILE": [[2008, "ctest-memorycheck-suppressions-file"]], "CTEST_MEMORYCHECK_TYPE": [[2009, "ctest-memorycheck-type"]], "CTEST_NIGHTLY_START_TIME": [[2010, "ctest-nightly-start-time"]], "CTEST_NO_TESTS_ACTION": [[186, "ctest-no-tests-action"]], "CTEST_OUTPUT_ON_FAILURE": [[187, "ctest-output-on-failure"]], "CTEST_P4_CLIENT": [[2011, "ctest-p4-client"]], "CTEST_P4_COMMAND": [[2012, "ctest-p4-command"]], "CTEST_P4_OPTIONS": [[2013, "ctest-p4-options"]], "CTEST_P4_UPDATE_OPTIONS": [[2014, "ctest-p4-update-options"]], "CTEST_PARALLEL_LEVEL": [[188, "ctest-parallel-level"]], "CTEST_PROGRESS_OUTPUT": [[189, "ctest-progress-output"]], "CTEST_RESOURCE_SPEC_FILE": [[2015, "ctest-resource-spec-file"]], "CTEST_RUN_CURRENT_SCRIPT": [[2016, "ctest-run-current-script"]], "CTEST_SCP_COMMAND": [[2017, "ctest-scp-command"]], "CTEST_SCRIPT_DIRECTORY": [[2018, "ctest-script-directory"]], "CTEST_SITE": [[2019, "ctest-site"]], "CTEST_SOURCE_DIRECTORY": [[2020, "ctest-source-directory"]], "CTEST_SUBMIT_INACTIVITY_TIMEOUT": [[2021, "ctest-submit-inactivity-timeout"]], "CTEST_SUBMIT_URL": [[2022, "ctest-submit-url"]], "CTEST_SVN_COMMAND": [[2023, "ctest-svn-command"]], "CTEST_SVN_OPTIONS": [[2024, "ctest-svn-options"]], "CTEST_SVN_UPDATE_OPTIONS": [[2025, "ctest-svn-update-options"]], "CTEST_TEST_LOAD": [[2026, "ctest-test-load"]], "CTEST_TEST_TIMEOUT": [[2027, "ctest-test-timeout"]], "CTEST_TLS_VERIFY": [[2028, "ctest-tls-verify"]], "CTEST_TLS_VERSION": [[2029, "ctest-tls-version"]], "CTEST_TRIGGER_SITE": [[2030, "ctest-trigger-site"]], "CTEST_UPDATE_COMMAND": [[2031, "ctest-update-command"]], "CTEST_UPDATE_OPTIONS": [[2032, "ctest-update-options"]], "CTEST_UPDATE_VERSION_ONLY": [[2033, "ctest-update-version-only"]], "CTEST_UPDATE_VERSION_OVERRIDE": [[2034, "ctest-update-version-override"]], "CTEST_USE_LAUNCHERS": [[2035, "ctest-use-launchers"]], "CTEST_USE_LAUNCHERS_DEFAULT": [[190, "ctest-use-launchers-default"]], "CTest": [[326, "ctest"], [1318, "ctest"], [1319, "ctest"], [1320, "ctest"], [1321, "ctest"], [1322, "ctest"], [1323, "ctest"], [1324, "ctest"], [1325, "ctest"], [1326, "ctest"], [1327, "ctest"], [1328, "ctest"], [1329, "ctest"], [1330, "ctest"], [1331, "ctest"], [1332, "ctest"], [1333, "ctest"], [1334, "ctest"], [1336, "ctest"], [1337, "ctest"], [1338, "ctest"], [1339, "ctest"], [1340, "ctest"], [1341, "ctest"], [1342, "ctest"], [1343, "ctest"], [1345, "ctest"], [1346, "ctest"], [1347, "ctest"], [1348, "ctest"]], "CTest Build Step": [[290, "ctest-build-step"]], "CTest Commands": [[267, "ctest-commands"]], "CTest Configure Step": [[290, "ctest-configure-step"]], "CTest Coverage Step": [[290, "ctest-coverage-step"]], "CTest MemCheck Step": [[290, "ctest-memcheck-step"]], "CTest Start Step": [[290, "ctest-start-step"]], "CTest Submit Step": [[290, "ctest-submit-step"]], "CTest Test Step": [[290, "ctest-test-step"]], "CTest Update Step": [[290, "ctest-update-step"]], "CTestCoverageCollectGCOV": [[327, "ctestcoveragecollectgcov"]], "CTestScriptMode": [[328, "ctestscriptmode"]], "CTestUseLaunchers": [[329, "ctestuselaunchers"]], "CUDA": [[1347, "cuda"]], "CUDA Driver Library": [[383, "cuda-driver-library"]], "CUDA Runtime Library": [[383, "cuda-runtime-library"]], "CUDAARCHS": [[191, "cudaarchs"]], "CUDACXX": [[192, "cudacxx"]], "CUDAFLAGS": [[193, "cudaflags"]], "CUDAHOSTCXX": [[194, "cudahostcxx"]], "CUDA_ARCHITECTURES": [[987, "cuda-architectures"]], "CUDA_CUBIN_COMPILATION": [[988, "cuda-cubin-compilation"]], "CUDA_EXTENSIONS": [[989, "cuda-extensions"]], "CUDA_FATBIN_COMPILATION": [[990, "cuda-fatbin-compilation"]], "CUDA_OPTIX_COMPILATION": [[991, "cuda-optix-compilation"]], "CUDA_PTX_COMPILATION": [[992, "cuda-ptx-compilation"]], "CUDA_RESOLVE_DEVICE_SYMBOLS": [[993, "cuda-resolve-device-symbols"]], "CUDA_RUNTIME_LIBRARY": [[994, "cuda-runtime-library"]], "CUDA_SEPARABLE_COMPILATION": [[995, "cuda-separable-compilation"]], "CUDA_STANDARD": [[996, "cuda-standard"]], "CUDA_STANDARD_REQUIRED": [[997, "cuda-standard-required"]], "CURL CMake": [[384, "curl-cmake"]], "CVS": [[368, "cvs"]], "CXX": [[195, "cxx"]], "CXXFLAGS": [[196, "cxxflags"]], "CXX_EXTENSIONS": [[998, "cxx-extensions"]], "CXX_MODULE_DIRS": [[999, "cxx-module-dirs"]], "CXX_MODULE_DIRS_": [[1000, "cxx-module-dirs-name"]], "CXX_MODULE_SET": [[1001, "cxx-module-set"]], "CXX_MODULE_SETS": [[1002, "cxx-module-sets"]], "CXX_MODULE_SET_": [[1003, "cxx-module-set-name"]], "CXX_MODULE_STD": [[1004, "cxx-module-std"]], "CXX_SCAN_FOR_MODULES": [[839, "cxx-scan-for-modules"], [1005, "cxx-scan-for-modules"]], "CXX_STANDARD": [[1006, "cxx-standard"]], "CXX_STANDARD_REQUIRED": [[1007, "cxx-standard-required"]], "CYGWIN": [[2036, "cygwin"]], "C_EXTENSIONS": [[1008, "c-extensions"]], "C_STANDARD": [[1009, "c-standard"]], "C_STANDARD_REQUIRED": [[1010, "c-standard-required"]], "Cache Variables": [[396, "cache-variables"], [398, "cache-variables"], [406, "cache-variables"], [407, "cache-variables"], [426, "cache-variables"]], "Cache variables": [[371, "cache-variables"], [377, "cache-variables"], [379, "cache-variables"], [387, "cache-variables"], [403, "cache-variables"], [404, "cache-variables"], [410, "cache-variables"], [427, "cache-variables"], [428, "cache-variables"], [437, "cache-variables"], [450, "cache-variables"], [454, "cache-variables"], [456, "cache-variables"], [484, "cache-variables"], [497, "cache-variables"], [509, "cache-variables"], [510, "cache-variables"]], "Cache variables for MPI": [[446, "cache-variables-for-mpi"]], "Cached variables": [[447, "cached-variables"]], "Calling Commands": [[18, "calling-commands"]], "Case Sensitivity": [[266, "case-sensitivity"]], "Caveats": [[167, "caveats"]], "CheckCCompilerFlag": [[330, "checkccompilerflag"]], "CheckCSourceCompiles": [[331, "checkcsourcecompiles"]], "CheckCSourceRuns": [[332, "checkcsourceruns"]], "CheckCXXCompilerFlag": [[333, "checkcxxcompilerflag"]], "CheckCXXSourceCompiles": [[334, "checkcxxsourcecompiles"]], "CheckCXXSourceRuns": [[335, "checkcxxsourceruns"]], "CheckCXXSymbolExists": [[336, "checkcxxsymbolexists"]], "CheckCompilerFlag": [[337, "checkcompilerflag"]], "CheckFortranCompilerFlag": [[338, "checkfortrancompilerflag"]], "CheckFortranFunctionExists": [[339, "checkfortranfunctionexists"]], "CheckFortranSourceCompiles": [[340, "checkfortransourcecompiles"]], "CheckFortranSourceRuns": [[341, "checkfortransourceruns"]], "CheckFunctionExists": [[342, "checkfunctionexists"]], "CheckIPOSupported": [[343, "checkiposupported"]], "CheckIncludeFile": [[344, "checkincludefile"]], "CheckIncludeFileCXX": [[345, "checkincludefilecxx"]], "CheckIncludeFiles": [[346, "checkincludefiles"]], "CheckLanguage": [[347, "checklanguage"]], "CheckLibraryExists": [[348, "checklibraryexists"]], "CheckLinkerFlag": [[349, "checklinkerflag"]], "CheckOBJCCompilerFlag": [[350, "checkobjccompilerflag"]], "CheckOBJCSourceCompiles": [[351, "checkobjcsourcecompiles"]], "CheckOBJCSourceRuns": [[352, "checkobjcsourceruns"]], "CheckOBJCXXCompilerFlag": [[353, "checkobjcxxcompilerflag"]], "CheckOBJCXXSourceCompiles": [[354, "checkobjcxxsourcecompiles"]], "CheckOBJCXXSourceRuns": [[355, "checkobjcxxsourceruns"]], "CheckPIESupported": [[356, "checkpiesupported"]], "CheckPrototypeDefinition": [[357, "checkprototypedefinition"]], "CheckSourceCompiles": [[358, "checksourcecompiles"]], "CheckSourceRuns": [[359, "checksourceruns"]], "CheckStructHasMember": [[360, "checkstructhasmember"]], "CheckSymbolExists": [[361, "checksymbolexists"]], "CheckTypeSize": [[362, "checktypesize"]], "CheckVariableExists": [[363, "checkvariableexists"]], "Checking Policy Settings": [[23, "checking-policy-settings"]], "Checking for Language Standard Support": [[1702, "checking-for-language-standard-support"]], "Choosing a generator in cmake-gui": [[262, "choosing-a-generator-in-cmake-gui"]], "Cobertura": [[1967, "cobertura"]], "Code Injection": [[93, "code-injection"]], "Code Signing": [[285, "code-signing"]], "CodeBlocks": [[220, "codeblocks"]], "CodeLite": [[221, "codelite"]], "Command Arguments": [[277, "command-arguments"]], "Command Definitions": [[277, "command-definitions"]], "Command Invocations": [[277, "command-invocations"]], "Command Line cmake tool": [[262, "command-line-cmake-tool"]], "Command line -G option": [[262, "command-line-g-option"]], "Command line environment": [[262, "command-line-environment"]], "Command-Line": [[1321, "command-line"], [1322, "command-line"], [1323, "command-line"], [1324, "command-line"], [1325, "command-line"], [1326, "command-line"], [1327, "command-line"], [1328, "command-line"], [1331, "command-line"], [1333, "command-line"], [1334, "command-line"], [1335, "command-line"], [1336, "command-line"], [1339, "command-line"], [1342, "command-line"], [1344, "command-line"]], "Command-Line Build Tool Generators": [[275, "command-line-build-tool-generators"]], "Command-Line Tools": [[264, "command-line-tools"]], "Commands": [[313, "commands"], [318, "commands"], [319, "commands"], [370, "commands"], [382, "commands"], [473, "commands"], [474, "commands"], [475, "commands"], [1317, "commands"], [1318, "commands"], [1319, "commands"], [1320, "commands"], [1321, "commands"], [1322, "commands"], [1323, "commands"], [1324, "commands"], [1325, "commands"], [1326, "commands"], [1327, "commands"], [1328, "commands"], [1329, "commands"], [1330, "commands"], [1331, "commands"], [1332, "commands"], [1333, "commands"], [1334, "commands"], [1335, "commands"], [1336, "commands"], [1337, "commands"], [1338, "commands"], [1339, "commands"], [1340, "commands"], [1341, "commands"], [1342, "commands"], [1343, "commands"], [1344, "commands"], [1345, "commands"], [1346, "commands"], [1347, "commands"], [1348, "commands"]], "Comments": [[277, "comments"]], "Comparison": [[108, "comparison"]], "Comparisons": [[71, "comparisons"]], "Compatibility": [[391, "compatibility"]], "Compatibility Implementation Macros": [[559, "compatibility-implementation-macros"]], "Compatible Interface Properties": [[266, "compatible-interface-properties"]], "Compilation Strategy": [[270, "compilation-strategy"]], "Compilation and Scripting Specific Variables": [[137, "compilation-and-scripting-specific-variables"]], "Compile Context": [[274, "compile-context"]], "Compile Feature Requirements": [[268, "compile-feature-requirements"]], "Compile Features": [[274, "compile-features"]], "Compiler Language, ID, and Frontend-Variant": [[274, "compiler-language-id-and-frontend-variant"]], "Compiler Support": [[270, "compiler-support"]], "Compiler Version": [[274, "compiler-version"]], "Compilers": [[1324, "compilers"], [1325, "compilers"], [1326, "compilers"], [1330, "compilers"], [1331, "compilers"], [1333, "compilers"], [1334, "compilers"], [1335, "compilers"], [1338, "compilers"], [1339, "compilers"], [1342, "compilers"]], "Complex Dependency Hierarchies": [[370, "complex-dependency-hierarchies"]], "Components": [[136, "components"], [470, "components"]], "Components Specific Variables": [[137, "components-specific-variables"]], "Condition": [[281, "condition"]], "Condition Syntax": [[71, "condition-syntax"]], "Conditional Blocks": [[277, "conditional-blocks"]], "Conditional Compilation Options": [[268, "conditional-compilation-options"]], "Conditional Expressions": [[274, "conditional-expressions"]], "Config Mode Search Procedure": [[58, "config-mode-search-procedure"]], "Config Mode Version Selection": [[58, "config-mode-version-selection"]], "Config-file Packages": [[279, "config-file-packages"]], "Config-file packages": [[263, "config-file-packages"]], "Configuration Expressions": [[274, "configuration-expressions"]], "Configure Log": [[90, "configure-log"], [1336, "configure-log"]], "Configure Preset": [[281, "configure-preset"]], "Configure Step Options": [[368, "configure-step-options"]], "Configure downloads": [[313, "configure-downloads"]], "Configuring": [[247, "configuring"]], "Configuring Exports": [[53, "configuring-exports"]], "Contents": [[6, "contents"], [7, "contents"], [22, "contents"], [24, "contents"], [58, "contents"], [77, "contents"], [116, "contents"], [120, "contents"], [121, "contents"], [136, "contents"], [247, "contents"], [248, "contents"], [262, "contents"], [263, "contents"], [266, "contents"], [267, "contents"], [268, "contents"], [269, "contents"], [271, "contents"], [272, "contents"], [273, "contents"], [274, "contents"], [275, "contents"], [277, "contents"], [279, "contents"], [280, "contents"], [281, "contents"], [282, "contents"], [283, "contents"], [285, "contents"], [286, "contents"], [288, "contents"], [290, "contents"], [313, "contents"], [367, "contents"], [368, "contents"], [370, "contents"], [555, "contents"], [1317, "contents"], [1318, "contents"], [1319, "contents"], [1320, "contents"], [1321, "contents"], [1322, "contents"], [1323, "contents"], [1324, "contents"], [1325, "contents"], [1326, "contents"], [1327, "contents"], [1328, "contents"], [1329, "contents"], [1330, "contents"], [1331, "contents"], [1332, "contents"], [1333, "contents"], [1334, "contents"], [1335, "contents"], [1336, "contents"], [1337, "contents"], [1338, "contents"], [1339, "contents"], [1340, "contents"], [1341, "contents"], [1342, "contents"], [1343, "contents"], [1344, "contents"], [1345, "contents"], [1346, "contents"], [1347, "contents"], [1348, "contents"]], "Control Structures": [[277, "control-structures"]], "Conventions": [[21, "conventions"]], "Creating A Path Variable": [[21, "creating-a-path-variable"]], "Creating And Installing JARs": [[551, "creating-and-installing-jars"]], "Creating Java Documentation": [[551, "creating-java-documentation"]], "Creating Packages": [[248, "creating-packages"], [279, "creating-packages"]], "Creating Relocatable Packages": [[114, "creating-relocatable-packages"], [116, "creating-relocatable-packages"], [248, "creating-relocatable-packages"], [279, "creating-relocatable-packages"], [1100, "creating-relocatable-packages"], [1103, "creating-relocatable-packages"], [1143, "creating-relocatable-packages"], [1144, "creating-relocatable-packages"]], "Creating a Package Configuration File": [[248, "creating-a-package-configuration-file"], [279, "creating-a-package-configuration-file"]], "Creating a Package Configuration File for the Build Tree": [[279, "creating-a-package-configuration-file-for-the-build-tree"]], "Creating a Package Version File": [[248, "creating-a-package-version-file"]], "Cross Compiling": [[285, "cross-compiling"]], "Cross Compiling for ADSP SHARC/Blackfin": [[285, "cross-compiling-for-adsp-sharc-blackfin"]], "Cross Compiling for Android": [[285, "cross-compiling-for-android"]], "Cross Compiling for Android with NVIDIA Nsight Tegra Visual Studio Edition": [[285, "cross-compiling-for-android-with-nvidia-nsight-tegra-visual-studio-edition"]], "Cross Compiling for Android with a Standalone Toolchain": [[285, "cross-compiling-for-android-with-a-standalone-toolchain"]], "Cross Compiling for Android with the NDK": [[285, "cross-compiling-for-android-with-the-ndk"]], "Cross Compiling for Linux": [[285, "cross-compiling-for-linux"]], "Cross Compiling for QNX": [[285, "cross-compiling-for-qnx"]], "Cross Compiling for Windows 10 Universal Applications": [[285, "cross-compiling-for-windows-10-universal-applications"]], "Cross Compiling for Windows CE": [[285, "cross-compiling-for-windows-ce"]], "Cross Compiling for Windows Phone": [[285, "cross-compiling-for-windows-phone"]], "Cross Compiling for Windows Store": [[285, "cross-compiling-for-windows-store"]], "Cross Compiling for iOS, tvOS, visionOS, or watchOS": [[285, "cross-compiling-for-ios-tvos-visionos-or-watchos"]], "Cross Compiling for the Cray Linux Environment": [[285, "cross-compiling-for-the-cray-linux-environment"]], "Cross Compiling using Clang": [[285, "cross-compiling-using-clang"]], "Custom Commands": [[230, "custom-commands"]], "Custom Details": [[37, "custom-details"]], "Custom Fetch Scripts": [[367, "custom-fetch-scripts"]], "Custom Transitive Properties": [[266, "custom-transitive-properties"]], "Cyclic Dependencies of Static Libraries": [[116, "cyclic-dependencies-of-static-libraries"]], "DASHBOARD_TEST_FROM_CTEST": [[197, "dashboard-test-from-ctest"]], "DEBUG_CONFIGURATIONS": [[796, "debug-configurations"]], "DEBUG_POSTFIX": [[1011, "debug-postfix"]], "DEFINE_SYMBOL": [[1012, "define-symbol"]], "DEFINITIONS": [[757, "definitions"]], "DEPENDS": [[889, "depends"]], "DEPLOYMENT_ADDITIONAL_FILES": [[1013, "deployment-additional-files"]], "DEPLOYMENT_REMOTE_DIRECTORY": [[1014, "deployment-remote-directory"]], "DEPRECATION": [[1015, "deprecation"]], "DESTDIR": [[198, "destdir"]], "DISABLED": [[890, "disabled"]], "DISABLED_FEATURES": [[797, "disabled-features"]], "DISABLE_PRECOMPILE_HEADERS": [[1016, "disable-precompile-headers"]], "DLL_NAME_WITH_SOVERSION": [[1017, "dll-name-with-soversion"]], "DOTNET_SDK": [[1018, "dotnet-sdk"]], "DOTNET_TARGET_FRAMEWORK": [[1019, "dotnet-target-framework"]], "DOTNET_TARGET_FRAMEWORK_VERSION": [[1020, "dotnet-target-framework-version"]], "Dart": [[364, "dart"]], "Dashboard Client": [[290, "dashboard-client"]], "Dashboard Client Configuration": [[290, "dashboard-client-configuration"]], "Dashboard Client Modes": [[290, "dashboard-client-modes"]], "Dashboard Client Steps": [[290, "dashboard-client-steps"]], "Dashboard Client via CTest Command-Line": [[290, "dashboard-client-via-ctest-command-line"]], "Dashboard Client via CTest Script": [[290, "dashboard-client-via-ctest-script"]], "Debug": [[136, "debug"]], "Debugger": [[1337, "debugger"]], "Debugging": [[274, "debugging"]], "Decomposition": [[21, "decomposition"]], "Deeper integration with CTest": [[410, "deeper-integration-with-ctest"]], "Default And Custom Configurations": [[266, "default-and-custom-configurations"]], "Deferred Call Examples": [[18, "deferred-call-examples"]], "Deferring Calls": [[18, "deferring-calls"]], "Dependencies specification": [[139, "dependencies-specification"]], "Dependency Providers": [[18, "dependency-providers"], [263, "dependency-providers"]], "DeployQt4": [[365, "deployqt4"]], "Deprecated Commands": [[267, "deprecated-commands"], [555, "deprecated-commands"]], "Deprecated Expressions": [[274, "deprecated-expressions"]], "Deprecated Find Modules": [[278, "deprecated-find-modules"]], "Deprecated Hint Variables": [[394, "deprecated-hint-variables"]], "Deprecated Modules": [[278, "deprecated-modules"]], "Deprecated Properties on Directories": [[282, "deprecated-properties-on-directories"]], "Deprecated Properties on Source Files": [[282, "deprecated-properties-on-source-files"]], "Deprecated Properties on Targets": [[282, "deprecated-properties-on-targets"]], "Deprecated Result Variables": [[394, "deprecated-result-variables"]], "Deprecated Utility Modules": [[278, "deprecated-utility-modules"]], "Deprecated Variables for CTest": [[286, "deprecated-variables-for-ctest"]], "Deprecated Variables for Languages": [[286, "deprecated-variables-for-languages"]], "Deprecated Variables that Change Behavior": [[286, "deprecated-variables-that-change-behavior"]], "Deprecated Variables that Control the Build": [[286, "deprecated-variables-that-control-the-build"]], "Deprecated Variables that Describe the System": [[286, "deprecated-variables-that-describe-the-system"]], "Deprecated Variables that Provide Information": [[286, "deprecated-variables-that-provide-information"]], "Deprecated and Removed Features": [[1317, "deprecated-and-removed-features"], [1318, "deprecated-and-removed-features"], [1319, "deprecated-and-removed-features"], [1320, "deprecated-and-removed-features"], [1321, "deprecated-and-removed-features"], [1322, "deprecated-and-removed-features"], [1323, "deprecated-and-removed-features"], [1324, "deprecated-and-removed-features"], [1325, "deprecated-and-removed-features"], [1326, "deprecated-and-removed-features"], [1327, "deprecated-and-removed-features"], [1328, "deprecated-and-removed-features"], [1329, "deprecated-and-removed-features"], [1330, "deprecated-and-removed-features"], [1331, "deprecated-and-removed-features"], [1332, "deprecated-and-removed-features"], [1333, "deprecated-and-removed-features"], [1334, "deprecated-and-removed-features"], [1335, "deprecated-and-removed-features"], [1336, "deprecated-and-removed-features"], [1337, "deprecated-and-removed-features"], [1338, "deprecated-and-removed-features"], [1340, "deprecated-and-removed-features"], [1341, "deprecated-and-removed-features"], [1342, "deprecated-and-removed-features"], [1343, "deprecated-and-removed-features"], [1344, "deprecated-and-removed-features"], [1345, "deprecated-and-removed-features"], [1346, "deprecated-and-removed-features"], [1347, "deprecated-and-removed-features"], [1348, "deprecated-and-removed-features"]], "Description": [[265, "description"], [276, "description"], [287, "description"], [289, "description"], [290, "description"], [910, "description"]], "Direct Link Dependencies as Usage Requirements": [[1104, "direct-link-dependencies-as-usage-requirements"]], "Direct Link Dependency Ordering": [[1104, "direct-link-dependency-ordering"]], "Directories": [[277, "directories"]], "Directory Options": [[368, "directory-options"]], "Directory-Scoped Commands": [[266, "directory-scoped-commands"]], "Disabling the Package Registry": [[279, "disabling-the-package-registry"]], "Distribution XML Template": [[141, "distribution-xml-template"]], "Documentation": [[366, "documentation"], [1328, "documentation"]], "Documentation Changes": [[1317, "documentation-changes"], [1318, "documentation-changes"]], "Documentation of Deprecated Usage": [[382, "documentation-of-deprecated-usage"]], "Download Step Options": [[368, "download-step-options"]], "Downloading And Building From Source With FetchContent": [[263, "downloading-and-building-from-source-with-fetchcontent"]], "Dynamically-Generated Resource Specification File": [[290, "dynamically-generated-resource-specification-file"]], "ECLIPSE_EXTRA_CPROJECT_CONTENTS": [[798, "eclipse-extra-cproject-contents"]], "ECLIPSE_EXTRA_NATURES": [[799, "eclipse-extra-natures"]], "ENABLED_FEATURES": [[800, "enabled-features"]], "ENABLED_LANGUAGES": [[801, "enabled-languages"]], "ENABLE_EXPORTS": [[1021, "enable-exports"]], "ENV": [[2037, "env"]], "ENVIRONMENT": [[891, "environment"]], "ENVIRONMENT_MODIFICATION": [[892, "environment-modification"]], "EXAMPLE": [[833, "example"], [834, "example"], [853, "example"], [854, "example"], [855, "example"], [856, "example"], [953, "example"], [957, "example"], [960, "example"], [1412, "example"], [1415, "example"]], "EXCLUDE_FROM_ALL": [[758, "exclude-from-all"], [1022, "exclude-from-all"]], "EXCLUDE_FROM_DEFAULT_BUILD": [[1023, "exclude-from-default-build"]], "EXCLUDE_FROM_DEFAULT_BUILD_": [[1024, "exclude-from-default-build-config"]], "EXECUTABLE_OUTPUT_PATH": [[2038, "executable-output-path"]], "EXPORT_BUILD_DATABASE": [[1025, "export-build-database"]], "EXPORT_COMPILE_COMMANDS": [[1026, "export-compile-commands"]], "EXPORT_FIND_PACKAGE_NAME": [[1027, "export-find-package-name"]], "EXPORT_NAME": [[1028, "export-name"]], "EXPORT_NO_SYSTEM": [[1029, "export-no-system"]], "EXPORT_PROPERTIES": [[1030, "export-properties"]], "EXTERNAL_OBJECT": [[840, "external-object"]], "EchoString": [[1031, "echostring"]], "Eclipse CDT4": [[222, "eclipse-cdt4"]], "Encoding": [[277, "encoding"]], "Environment Variables": [[277, "environment-variables"], [290, "environment-variables"], [396, "environment-variables"]], "Environment Variables for CTest": [[272, "environment-variables-for-ctest"]], "Environment Variables for Languages": [[272, "environment-variables-for-languages"]], "Environment Variables for the CMake curses interface": [[272, "environment-variables-for-the-cmake-curses-interface"]], "Environment Variables that Change Behavior": [[272, "environment-variables-that-change-behavior"]], "Environment Variables that Control the Build": [[272, "environment-variables-that-control-the-build"]], "Escape Sequences": [[277, "escape-sequences"]], "Escaped Characters": [[274, "escaped-characters"]], "Evaluating Code": [[18, "evaluating-code"]], "Event Kind message": [[269, "event-kind-message"]], "Event Kind try_compile": [[269, "event-kind-try-compile"]], "Event Kind try_run": [[269, "event-kind-try-run"]], "Event Kinds": [[269, "event-kinds"]], "Example": [[1, "example"], [16, "example"], [24, "example"], [857, "example"], [952, "example"], [1165, "example"], [1257, "example"], [1406, "example"], [1725, "example"], [1886, "example"], [1951, "example"]], "Example 1": [[950, "example-1"], [1092, "example-1"], [1258, "example-1"]], "Example 2": [[950, "example-2"], [1092, "example-2"], [1258, "example-2"]], "Example Generating Package Files": [[304, "example-generating-package-files"]], "Example Usage": [[389, "example-usage"], [396, "example-usage"], [409, "example-usage"], [424, "example-usage"], [534, "example-usage"], [559, "example-usage"]], "Example usage": [[139, "example-usage"], [410, "example-usage"]], "Example: Generating Files for Multiple Targets": [[2, "example-generating-files-for-multiple-targets"]], "Example: Install Targets to Per-Config Destinations": [[77, "example-install-targets-to-per-config-destinations"]], "Example: Install Targets with Per-Artifact Components": [[77, "example-install-targets-with-per-artifact-components"]], "Example: Opt-In Static Plugins": [[1104, "example-opt-in-static-plugins"]], "Example: Static Plugins": [[1104, "example-static-plugins"]], "Examples": [[77, "examples"], [343, "examples"], [356, "examples"], [368, "examples"], [370, "examples"], [379, "examples"], [629, "examples"], [643, "examples"], [664, "examples"], [889, "examples"], [903, "examples"], [987, "examples"], [1050, "examples"], [1116, "examples"], [1267, "examples"], [1453, "examples"], [1684, "examples"], [1690, "examples"], [1720, "examples"], [1729, "examples"]], "Examples: Build Events": [[2, "examples-build-events"]], "Examples: Generating Files": [[2, "examples-generating-files"]], "Exercise 1 - Adding Compiler Warning Flags with Generator Expressions": [[251, "exercise-1-adding-compiler-warning-flags-with-generator-expressions"]], "Exercise 1 - Adding Usage Requirements for a Library": [[254, "exercise-1-adding-usage-requirements-for-a-library"]], "Exercise 1 - Assessing Dependency Availability": [[253, "exercise-1-assessing-dependency-availability"]], "Exercise 1 - Building a Basic Project": [[249, "exercise-1-building-a-basic-project"]], "Exercise 1 - Creating a Library": [[256, "exercise-1-creating-a-library"]], "Exercise 1 - Install Rules": [[257, "exercise-1-install-rules"]], "Exercise 1 - Send Results to a Testing Dashboard": [[252, "exercise-1-send-results-to-a-testing-dashboard"]], "Exercise 2 - Adding an Option": [[256, "exercise-2-adding-an-option"]], "Exercise 2 - Setting the C++ Standard with Interface Libraries": [[254, "exercise-2-setting-the-c-standard-with-interface-libraries"]], "Exercise 2 - Specifying the C++ Standard": [[249, "exercise-2-specifying-the-c-standard"]], "Exercise 2 - Testing Support": [[257, "exercise-2-testing-support"]], "Exercise 3 - Adding a Version Number and Configured Header File": [[249, "exercise-3-adding-a-version-number-and-configured-header-file"]], "Existence Checks": [[71, "existence-checks"]], "Explicit Step Management": [[368, "explicit-step-management"]], "Export And Install Expressions": [[274, "export-and-install-expressions"]], "Exporting JAR Targets": [[551, "exporting-jar-targets"]], "Exporting Packages": [[53, "exporting-packages"]], "Exporting Targets": [[53, "exporting-targets"], [248, "exporting-targets"]], "Exporting Targets from the Build Tree": [[248, "exporting-targets-from-the-build-tree"]], "Exporting Targets matching install(EXPORT)": [[53, "exporting-targets-matching-install-export"]], "Exporting Targets to Android.mk": [[53, "exporting-targets-to-android-mk"]], "Extension and stem examples": [[21, "extension-and-stem-examples"]], "External Project Definition": [[368, "external-project-definition"]], "ExternalData": [[367, "externaldata"]], "ExternalProject": [[368, "externalproject"]], "Extra Generators": [[275, "extra-generators"]], "FAIL_REGULAR_EXPRESSION": [[893, "fail-regular-expression"]], "FC": [[199, "fc"]], "FFLAGS": [[200, "fflags"]], "FIND_LIBRARY_USE_LIB32_PATHS": [[802, "find-library-use-lib32-paths"]], "FIND_LIBRARY_USE_LIB64_PATHS": [[803, "find-library-use-lib64-paths"]], "FIND_LIBRARY_USE_LIBX32_PATHS": [[804, "find-library-use-libx32-paths"]], "FIND_LIBRARY_USE_OPENBSD_VERSIONING": [[805, "find-library-use-openbsd-versioning"]], "FIXTURES_CLEANUP": [[894, "fixtures-cleanup"]], "FIXTURES_REQUIRED": [[895, "fixtures-required"]], "FIXTURES_SETUP": [[896, "fixtures-setup"]], "FOLDER": [[1032, "folder"]], "FRAMEWORK": [[1033, "framework"]], "FRAMEWORK_MULTI_CONFIG_POSTFIX_": [[1034, "framework-multi-config-postfix-config"]], "FRAMEWORK_VERSION": [[1035, "framework-version"]], "Fallback Interface Variables": [[17, "fallback-interface-variables"]], "Feature Attributes Definition": [[1725, "feature-attributes-definition"]], "Feature Definitions": [[1684, "feature-definitions"], [1690, "feature-definitions"], [1720, "feature-definitions"], [1729, "feature-definitions"]], "Feature Test Macros": [[559, "feature-test-macros"]], "FeatureSummary": [[369, "featuresummary"]], "FetchContent": [[370, "fetchcontent"]], "FetchContent And find_package() Integration": [[263, "fetchcontent-and-find-package-integration"]], "File Operations": [[71, "file-operations"]], "File Sets": [[119, "file-sets"]], "File Specific Variables": [[137, "file-specific-variables"]], "File-Based API": [[1323, "file-based-api"], [1328, "file-based-api"], [1330, "file-based-api"], [1331, "file-based-api"], [1333, "file-based-api"], [1336, "file-based-api"], [1337, "file-based-api"], [1339, "file-based-api"], [1341, "file-based-api"]], "Filename examples": [[21, "filename-examples"]], "Files to Edit": [[249, "files-to-edit"], [249, "id3"], [249, "id9"], [251, "files-to-edit"], [252, "files-to-edit"], [253, "files-to-edit"], [254, "files-to-edit"], [254, "id2"], [256, "files-to-edit"], [256, "id3"], [257, "files-to-edit"], [257, "id3"]], "Filesystem": [[55, "filesystem"]], "Find Module Files": [[263, "find-module-files"]], "Find Modules": [[271, "find-modules"], [278, "find-modules"]], "Find Using Windows Registry": [[271, "find-using-windows-registry"]], "Find-module Packages": [[279, "find-module-packages"]], "FindALSA": [[371, "findalsa"]], "FindASPELL": [[372, "findaspell"]], "FindAVIFile": [[373, "findavifile"]], "FindArmadillo": [[374, "findarmadillo"]], "FindBISON": [[375, "findbison"]], "FindBLAS": [[376, "findblas"]], "FindBZip2": [[377, "findbzip2"]], "FindBacktrace": [[378, "findbacktrace"]], "FindBoost": [[379, "findboost"]], "FindBullet": [[380, "findbullet"]], "FindCABLE": [[381, "findcable"]], "FindCUDA": [[382, "findcuda"]], "FindCUDAToolkit": [[383, "findcudatoolkit"]], "FindCURL": [[384, "findcurl"]], "FindCVS": [[385, "findcvs"]], "FindCoin3D": [[386, "findcoin3d"]], "FindCups": [[387, "findcups"]], "FindCurses": [[388, "findcurses"]], "FindCxxTest": [[389, "findcxxtest"]], "FindCygwin": [[390, "findcygwin"]], "FindDCMTK": [[391, "finddcmtk"]], "FindDart": [[392, "finddart"]], "FindDevIL": [[393, "finddevil"]], "FindDoxygen": [[394, "finddoxygen"]], "FindEXPAT": [[395, "findexpat"]], "FindEnvModules": [[396, "findenvmodules"]], "FindFLEX": [[397, "findflex"]], "FindFLTK": [[398, "findfltk"]], "FindFLTK2": [[399, "findfltk2"]], "FindFontconfig": [[400, "findfontconfig"]], "FindFreetype": [[401, "findfreetype"]], "FindGCCXML": [[402, "findgccxml"]], "FindGDAL": [[403, "findgdal"]], "FindGIF": [[404, "findgif"]], "FindGLEW": [[405, "findglew"]], "FindGLUT": [[406, "findglut"]], "FindGSL": [[407, "findgsl"]], "FindGTK": [[408, "findgtk"]], "FindGTK2": [[409, "findgtk2"]], "FindGTest": [[410, "findgtest"]], "FindGettext": [[411, "findgettext"]], "FindGit": [[412, "findgit"]], "FindGnuTLS": [[413, "findgnutls"]], "FindGnuplot": [[414, "findgnuplot"]], "FindHDF5": [[415, "findhdf5"]], "FindHSPELL": [[416, "findhspell"]], "FindHTMLHelp": [[417, "findhtmlhelp"]], "FindHg": [[418, "findhg"]], "FindICU": [[419, "findicu"]], "FindITK": [[420, "finditk"]], "FindIce": [[421, "findice"]], "FindIconv": [[422, "findiconv"]], "FindIcotool": [[423, "findicotool"]], "FindImageMagick": [[424, "findimagemagick"]], "FindIntl": [[425, "findintl"]], "FindJNI": [[426, "findjni"]], "FindJPEG": [[427, "findjpeg"]], "FindJasper": [[428, "findjasper"]], "FindJava": [[429, "findjava"]], "FindKDE3": [[430, "findkde3"]], "FindKDE4": [[431, "findkde4"]], "FindLAPACK": [[432, "findlapack"]], "FindLATEX": [[433, "findlatex"]], "FindLTTngUST": [[434, "findlttngust"]], "FindLibArchive": [[435, "findlibarchive"]], "FindLibLZMA": [[436, "findliblzma"]], "FindLibXml2": [[437, "findlibxml2"]], "FindLibXslt": [[438, "findlibxslt"]], "FindLibinput": [[439, "findlibinput"]], "FindLua": [[440, "findlua"]], "FindLua50": [[441, "findlua50"]], "FindLua51": [[442, "findlua51"]], "FindMFC": [[443, "findmfc"]], "FindMPEG": [[444, "findmpeg"]], "FindMPEG2": [[445, "findmpeg2"]], "FindMPI": [[446, "findmpi"]], "FindMatlab": [[447, "findmatlab"]], "FindMotif": [[448, "findmotif"]], "FindMsys": [[449, "findmsys"]], "FindODBC": [[450, "findodbc"]], "FindOpenACC": [[451, "findopenacc"]], "FindOpenAL": [[452, "findopenal"]], "FindOpenCL": [[453, "findopencl"]], "FindOpenGL": [[454, "findopengl"]], "FindOpenMP": [[455, "findopenmp"]], "FindOpenSP": [[456, "findopensp"]], "FindOpenSSL": [[457, "findopenssl"]], "FindOpenSceneGraph": [[458, "findopenscenegraph"]], "FindOpenThreads": [[459, "findopenthreads"]], "FindPHP4": [[460, "findphp4"]], "FindPNG": [[461, "findpng"]], "FindPackageHandleStandardArgs": [[462, "findpackagehandlestandardargs"]], "FindPackageMessage": [[463, "findpackagemessage"]], "FindPatch": [[464, "findpatch"]], "FindPerl": [[465, "findperl"]], "FindPerlLibs": [[466, "findperllibs"]], "FindPhysFS": [[467, "findphysfs"]], "FindPike": [[468, "findpike"]], "FindPkgConfig": [[469, "findpkgconfig"]], "FindPostgreSQL": [[470, "findpostgresql"]], "FindProducer": [[471, "findproducer"]], "FindProtobuf": [[472, "findprotobuf"]], "FindPython": [[473, "findpython"]], "FindPython2": [[474, "findpython2"]], "FindPython3": [[475, "findpython3"]], "FindPythonInterp": [[476, "findpythoninterp"]], "FindPythonLibs": [[477, "findpythonlibs"]], "FindQt": [[478, "findqt"]], "FindQt3": [[479, "findqt3"]], "FindQt4": [[480, "findqt4"]], "FindQuickTime": [[481, "findquicktime"]], "FindRTI": [[482, "findrti"]], "FindRuby": [[483, "findruby"]], "FindSDL": [[484, "findsdl"]], "FindSDL_gfx": [[485, "findsdl-gfx"]], "FindSDL_image": [[486, "findsdl-image"]], "FindSDL_mixer": [[487, "findsdl-mixer"]], "FindSDL_net": [[488, "findsdl-net"]], "FindSDL_sound": [[489, "findsdl-sound"]], "FindSDL_ttf": [[490, "findsdl-ttf"]], "FindSQLite3": [[491, "findsqlite3"]], "FindSWIG": [[492, "findswig"]], "FindSelfPackers": [[493, "findselfpackers"]], "FindSquish": [[494, "findsquish"]], "FindSubversion": [[495, "findsubversion"]], "FindTCL": [[496, "findtcl"]], "FindTIFF": [[497, "findtiff"]], "FindTclStub": [[498, "findtclstub"]], "FindTclsh": [[499, "findtclsh"]], "FindThreads": [[500, "findthreads"]], "FindUnixCommands": [[501, "findunixcommands"]], "FindVTK": [[502, "findvtk"]], "FindVulkan": [[503, "findvulkan"]], "FindWget": [[504, "findwget"]], "FindWish": [[505, "findwish"]], "FindX11": [[506, "findx11"]], "FindXCTest": [[507, "findxctest"]], "FindXMLRPC": [[508, "findxmlrpc"]], "FindXalanC": [[509, "findxalanc"]], "FindXercesC": [[510, "findxercesc"]], "FindZLIB": [[511, "findzlib"]], "Finding JARs": [[551, "finding-jars"]], "Finding and Using Qt4": [[480, "finding-and-using-qt4"]], "Findosg": [[512, "findosg"]], "FindosgAnimation": [[513, "findosganimation"]], "FindosgDB": [[514, "findosgdb"]], "FindosgFX": [[515, "findosgfx"]], "FindosgGA": [[516, "findosgga"]], "FindosgIntrospection": [[517, "findosgintrospection"]], "FindosgManipulator": [[518, "findosgmanipulator"]], "FindosgParticle": [[519, "findosgparticle"]], "FindosgPresentation": [[520, "findosgpresentation"]], "FindosgProducer": [[521, "findosgproducer"]], "FindosgQt": [[522, "findosgqt"]], "FindosgShadow": [[523, "findosgshadow"]], "FindosgSim": [[524, "findosgsim"]], "FindosgTerrain": [[525, "findosgterrain"]], "FindosgText": [[526, "findosgtext"]], "FindosgUtil": [[527, "findosgutil"]], "FindosgViewer": [[528, "findosgviewer"]], "FindosgVolume": [[529, "findosgvolume"]], "FindosgWidget": [[530, "findosgwidget"]], "Findosg_functions": [[531, "findosg-functions"]], "FindwxWidgets": [[532, "findwxwidgets"]], "FindwxWindows": [[533, "findwxwindows"]], "Format": [[281, "format"]], "Fortran Support": [[229, "fortran-support"]], "FortranCInterface": [[534, "fortrancinterface"]], "Fortran_BUILDING_INSTRINSIC_MODULES": [[1036, "fortran-building-instrinsic-modules"]], "Fortran_FORMAT": [[841, "fortran-format"], [1037, "fortran-format"]], "Fortran_MODULE_DIRECTORY": [[1038, "fortran-module-directory"]], "Fortran_PREPROCESS": [[842, "fortran-preprocess"], [1039, "fortran-preprocess"]], "Full Signature": [[58, "full-signature"]], "Functions": [[369, "functions"], [394, "functions"]], "GENERATED": [[843, "generated"]], "GENERATED_RESOURCE_SPEC_FILE": [[897, "generated-resource-spec-file"]], "GENERATOR_FILE_NAME": [[1040, "generator-file-name"]], "GENERATOR_IS_MULTI_CONFIG": [[806, "generator-is-multi-config"]], "GHSMULTI": [[2039, "ghsmulti"]], "GHS_INTEGRITY_APP": [[1041, "ghs-integrity-app"]], "GHS_NO_SOURCE_GROUP_FILE": [[1042, "ghs-no-source-group-file"]], "GLOBAL_DEPENDS_DEBUG_MODE": [[807, "global-depends-debug-mode"]], "GLOBAL_DEPENDS_NO_CYCLES": [[808, "global-depends-no-cycles"]], "GNUInstallDirs": [[535, "gnuinstalldirs"]], "GNUtoMS": [[1043, "gnutoms"]], "GUI": [[1328, "gui"], [1344, "gui"]], "General": [[137, "general"]], "General messages": [[90, "general-messages"]], "Generate a Project Buildsystem": [[287, "generate-a-project-buildsystem"]], "GenerateExportHeader": [[536, "generateexportheader"]], "Generated Installation Script": [[77, "generated-installation-script"]], "Generating Files": [[2, "generating-files"]], "Generating Graphviz files": [[303, "generating-graphviz-files"]], "Generating a Buildsystem": [[262, "generating-a-buildsystem"]], "Generating a Package Configuration File": [[304, "generating-a-package-configuration-file"]], "Generating a Package Version File": [[304, "generating-a-package-version-file"]], "Generating an Apple Architecture Selection File": [[304, "generating-an-apple-architecture-selection-file"]], "Generating an Apple Platform Selection File": [[304, "generating-an-apple-platform-selection-file"]], "Generation": [[21, "generation"], [108, "generation"]], "Generator Expression Reference": [[274, "generator-expression-reference"]], "Generator Expressions": [[1317, "generator-expressions"], [1318, "generator-expressions"], [1321, "generator-expressions"], [1323, "generator-expressions"], [1324, "generator-expressions"], [1327, "generator-expressions"], [1331, "generator-expressions"], [1334, "generator-expressions"], [1336, "generator-expressions"], [1337, "generator-expressions"], [1338, "generator-expressions"], [1340, "generator-expressions"], [1341, "generator-expressions"], [1343, "generator-expressions"]], "Generator Support": [[270, "generator-support"]], "Generators": [[288, "generators"], [1317, "generators"], [1318, "generators"], [1319, "generators"], [1320, "generators"], [1321, "generators"], [1322, "generators"], [1323, "generators"], [1324, "generators"], [1326, "generators"], [1328, "generators"], [1330, "generators"], [1331, "generators"], [1333, "generators"], [1334, "generators"], [1337, "generators"], [1339, "generators"], [1340, "generators"], [1341, "generators"], [1342, "generators"], [1343, "generators"], [1345, "generators"], [1346, "generators"], [1347, "generators"], [1348, "generators"]], "GetPrerequisites": [[537, "getprerequisites"]], "Getting Started": [[249, "getting-started"], [249, "id4"], [249, "id10"], [251, "getting-started"], [252, "getting-started"], [253, "getting-started"], [254, "getting-started"], [254, "id3"], [256, "getting-started"], [256, "id4"], [257, "getting-started"], [257, "id4"]], "Getting current message log level": [[18, "getting-current-message-log-level"]], "Git": [[368, "git"]], "Global Properties": [[369, "global-properties"]], "Goal": [[249, "goal"], [249, "id1"], [249, "id7"], [251, "goal"], [252, "goal"], [253, "goal"], [254, "goal"], [254, "id1"], [256, "goal"], [256, "id1"], [257, "goal"], [257, "id1"]], "GoogleTest": [[538, "googletest"]], "Green Hills MULTI": [[223, "green-hills-multi"]], "Guides": [[264, "guides"]], "HAS_CXX": [[1044, "has-cxx"]], "HEADER_DIRS": [[1045, "header-dirs"]], "HEADER_DIRS_": [[1046, "header-dirs-name"]], "HEADER_FILE_ONLY": [[844, "header-file-only"]], "HEADER_SET": [[1047, "header-set"]], "HEADER_SETS": [[1048, "header-sets"]], "HEADER_SET_": [[1049, "header-set-name"]], "HELPSTRING": [[742, "helpstring"]], "HIPCXX": [[201, "hipcxx"]], "HIPFLAGS": [[202, "hipflags"]], "HIPHOSTCXX": [[203, "hiphostcxx"]], "HIP_ARCHITECTURES": [[1050, "hip-architectures"]], "HIP_EXTENSIONS": [[1051, "hip-extensions"]], "HIP_STANDARD": [[1052, "hip-standard"]], "HIP_STANDARD_REQUIRED": [[1053, "hip-standard-required"]], "Handling Compiler Driver Differences": [[8, "handling-compiler-driver-differences"], [117, "handling-compiler-driver-differences"], [1152, "handling-compiler-driver-differences"]], "Handling Runtime Binaries": [[55, "handling-runtime-binaries"]], "Hash Algorithms": [[367, "hash-algorithms"]], "Hashing": [[21, "hashing"], [108, "hashing"]], "Header Generation": [[551, "header-generation"]], "Header and source file processing": [[958, "header-and-source-file-processing"]], "Header file processing": [[948, "header-file-processing"]], "Helper functions which are used by the above ones": [[325, "helper-functions-which-are-used-by-the-above-ones"]], "Helpful Materials": [[254, "helpful-materials"], [257, "helpful-materials"], [257, "id2"]], "Helpful Resources": [[249, "helpful-resources"], [249, "id2"], [249, "id8"], [251, "helpful-resources"], [252, "helpful-resources"], [253, "helpful-resources"], [254, "helpful-resources"], [256, "helpful-resources"], [256, "id2"]], "High level meta features indicating C standard support": [[793, "high-level-meta-features-indicating-c-standard-support"]], "High level meta features indicating C++ standard support": [[792, "high-level-meta-features-indicating-c-standard-support"]], "Hints": [[379, "hints"], [384, "hints"], [395, "hints"], [401, "hints"], [403, "hints"], [404, "hints"], [407, "hints"], [415, "hints"], [452, "hints"], [457, "hints"], [473, "hints"], [474, "hints"], [475, "hints"], [483, "hints"], [503, "hints"], [511, "hints"]], "Hints for Finding QtIFW": [[136, "hints-for-finding-qtifw"]], "Host And Device Specific Link Options": [[8, "host-and-device-specific-link-options"], [117, "host-and-device-specific-link-options"], [1152, "host-and-device-specific-link-options"]], "IDE Build Tool Generators": [[275, "ide-build-tool-generators"]], "IDE Integration Guide": [[247, "guide:IDE Integration Guide"]], "IDEs with CMake integration": [[247, "ides-with-cmake-integration"]], "IMPLICIT_DEPENDS_INCLUDE_TRANSFORM": [[759, "implicit-depends-include-transform"], [1054, "implicit-depends-include-transform"]], "IMPORTED": [[1055, "imported"]], "IMPORTED Targets": [[371, "imported-targets"], [377, "imported-targets"], [384, "imported-targets"], [393, "imported-targets"], [403, "imported-targets"], [406, "imported-targets"], [413, "imported-targets"], [428, "imported-targets"], [437, "imported-targets"], [438, "imported-targets"], [452, "imported-targets"], [453, "imported-targets"], [454, "imported-targets"], [456, "imported-targets"], [470, "imported-targets"], [480, "imported-targets"], [503, "imported-targets"], [511, "imported-targets"]], "IMPORTED targets": [[491, "imported-targets"]], "IMPORTED_COMMON_LANGUAGE_RUNTIME": [[1056, "imported-common-language-runtime"]], "IMPORTED_CONFIGURATIONS": [[1057, "imported-configurations"]], "IMPORTED_CXX_MODULES_COMPILE_DEFINITIONS": [[1058, "imported-cxx-modules-compile-definitions"]], "IMPORTED_CXX_MODULES_COMPILE_FEATURES": [[1059, "imported-cxx-modules-compile-features"]], "IMPORTED_CXX_MODULES_COMPILE_OPTIONS": [[1060, "imported-cxx-modules-compile-options"]], "IMPORTED_CXX_MODULES_INCLUDE_DIRECTORIES": [[1061, "imported-cxx-modules-include-directories"]], "IMPORTED_CXX_MODULES_LINK_LIBRARIES": [[1062, "imported-cxx-modules-link-libraries"]], "IMPORTED_GLOBAL": [[1063, "imported-global"]], "IMPORTED_IMPLIB": [[1064, "imported-implib"]], "IMPORTED_IMPLIB_": [[1065, "imported-implib-config"]], "IMPORTED_LIBNAME": [[1066, "imported-libname"]], "IMPORTED_LIBNAME_": [[1067, "imported-libname-config"]], "IMPORTED_LINK_DEPENDENT_LIBRARIES": [[1068, "imported-link-dependent-libraries"]], "IMPORTED_LINK_DEPENDENT_LIBRARIES_": [[1069, "imported-link-dependent-libraries-config"]], "IMPORTED_LINK_INTERFACE_LANGUAGES": [[1070, "imported-link-interface-languages"]], "IMPORTED_LINK_INTERFACE_LANGUAGES_": [[1071, "imported-link-interface-languages-config"]], "IMPORTED_LINK_INTERFACE_LIBRARIES": [[1072, "imported-link-interface-libraries"]], "IMPORTED_LINK_INTERFACE_LIBRARIES_": [[1073, "imported-link-interface-libraries-config"]], "IMPORTED_LINK_INTERFACE_MULTIPLICITY": [[1074, "imported-link-interface-multiplicity"]], "IMPORTED_LINK_INTERFACE_MULTIPLICITY_": [[1075, "imported-link-interface-multiplicity-config"]], "IMPORTED_LOCATION": [[1076, "imported-location"]], "IMPORTED_LOCATION_": [[1077, "imported-location-config"]], "IMPORTED_NO_SONAME": [[1078, "imported-no-soname"]], "IMPORTED_NO_SONAME_": [[1079, "imported-no-soname-config"]], "IMPORTED_NO_SYSTEM": [[1080, "imported-no-system"]], "IMPORTED_OBJECTS": [[1081, "imported-objects"]], "IMPORTED_OBJECTS_": [[1082, "imported-objects-config"]], "IMPORTED_SONAME": [[1083, "imported-soname"]], "IMPORTED_SONAME_": [[1084, "imported-soname-config"]], "IMPORTED_TARGETS": [[760, "imported-targets"]], "IMPORT_PREFIX": [[1085, "import-prefix"]], "IMPORT_SUFFIX": [[1086, "import-suffix"]], "INCLUDE_DIRECTORIES": [[761, "include-directories"], [845, "include-directories"], [1087, "include-directories"]], "INCLUDE_REGULAR_EXPRESSION": [[762, "include-regular-expression"]], "INSTALL_NAME_DIR": [[1088, "install-name-dir"]], "INSTALL_PARALLEL": [[809, "install-parallel"]], "INSTALL_REMOVE_ENVIRONMENT_RPATH": [[1089, "install-remove-environment-rpath"]], "INSTALL_RPATH": [[1090, "install-rpath"]], "INSTALL_RPATH_USE_LINK_PATH": [[1091, "install-rpath-use-link-path"]], "INTERFACE_AUTOMOC_MACRO_NAMES": [[1092, "interface-automoc-macro-names"]], "INTERFACE_AUTOUIC_OPTIONS": [[1093, "interface-autouic-options"]], "INTERFACE_COMPILE_DEFINITIONS": [[1094, "interface-compile-definitions"]], "INTERFACE_COMPILE_FEATURES": [[1095, "interface-compile-features"]], "INTERFACE_COMPILE_OPTIONS": [[1096, "interface-compile-options"]], "INTERFACE_CXX_MODULE_SETS": [[1097, "interface-cxx-module-sets"]], "INTERFACE_HEADER_SETS": [[1098, "interface-header-sets"]], "INTERFACE_HEADER_SETS_TO_VERIFY": [[1099, "interface-header-sets-to-verify"]], "INTERFACE_INCLUDE_DIRECTORIES": [[1100, "interface-include-directories"]], "INTERFACE_LINK_DEPENDS": [[1101, "interface-link-depends"]], "INTERFACE_LINK_DIRECTORIES": [[1102, "interface-link-directories"]], "INTERFACE_LINK_LIBRARIES": [[1103, "interface-link-libraries"]], "INTERFACE_LINK_LIBRARIES_DIRECT": [[1104, "interface-link-libraries-direct"]], "INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE": [[1105, "interface-link-libraries-direct-exclude"]], "INTERFACE_LINK_OPTIONS": [[1106, "interface-link-options"]], "INTERFACE_POSITION_INDEPENDENT_CODE": [[1107, "interface-position-independent-code"]], "INTERFACE_PRECOMPILE_HEADERS": [[1108, "interface-precompile-headers"]], "INTERFACE_SOURCES": [[1109, "interface-sources"]], "INTERFACE_SYSTEM_INCLUDE_DIRECTORIES": [[1110, "interface-system-include-directories"]], "INTERPROCEDURAL_OPTIMIZATION": [[763, "interprocedural-optimization"], [1111, "interprocedural-optimization"]], "INTERPROCEDURAL_OPTIMIZATION_": [[764, "interprocedural-optimization-config"], [1112, "interprocedural-optimization-config"]], "IN_TRY_COMPILE": [[810, "in-try-compile"]], "IOS": [[2040, "ios"]], "IOS_INSTALL_COMBINED": [[1113, "ios-install-combined"]], "ISPC": [[204, "ispc"]], "ISPCFLAGS": [[205, "ispcflags"]], "ISPC_HEADER_DIRECTORY": [[1114, "ispc-header-directory"]], "ISPC_HEADER_SUFFIX": [[1115, "ispc-header-suffix"]], "ISPC_INSTRUCTION_SETS": [[1116, "ispc-instruction-sets"]], "Image Measurements": [[37, "image-measurements"]], "Imported Executables": [[6, "imported-executables"]], "Imported Libraries": [[7, "imported-libraries"]], "Imported Targets": [[263, "imported-targets"], [266, "imported-targets"], [378, "imported-targets"], [379, "imported-targets"], [395, "imported-targets"], [400, "imported-targets"], [401, "imported-targets"], [405, "imported-targets"], [407, "imported-targets"], [409, "imported-targets"], [426, "imported-targets"], [436, "imported-targets"], [439, "imported-targets"], [451, "imported-targets"], [457, "imported-targets"], [473, "imported-targets"], [474, "imported-targets"], [475, "imported-targets"], [500, "imported-targets"]], "Imported target": [[434, "imported-target"]], "Imported targets": [[376, "imported-targets"], [383, "imported-targets"], [387, "imported-targets"], [404, "imported-targets"], [410, "imported-targets"], [424, "imported-targets"], [427, "imported-targets"], [432, "imported-targets"], [447, "imported-targets"], [450, "imported-targets"], [461, "imported-targets"], [484, "imported-targets"], [497, "imported-targets"], [509, "imported-targets"], [510, "imported-targets"], [532, "imported-targets"]], "Importing Executables": [[248, "importing-executables"]], "Importing Libraries": [[248, "importing-libraries"]], "Importing Targets": [[248, "importing-targets"]], "Importing and Exporting Guide": [[248, "importing-and-exporting-guide"]], "Include Directories and Usage Requirements": [[266, "include-directories-and-usage-requirements"]], "Included moc output files": [[948, "included-moc-output-files"]], "Includes": [[281, "includes"]], "Including header moc files in sources": [[948, "including-header-moc-files-in-sources"]], "Index and Search": [[264, "index-and-search"]], "Individual features from C++ 11": [[792, "individual-features-from-c-11"]], "Individual features from C++ 14": [[792, "individual-features-from-c-14"]], "Individual features from C++ 98": [[792, "individual-features-from-c-98"]], "Input Variables": [[376, "input-variables"], [382, "input-variables"], [389, "input-variables"], [398, "input-variables"], [405, "input-variables"], [409, "input-variables"], [432, "input-variables"], [451, "input-variables"], [455, "input-variables"]], "Install Step Options": [[368, "install-step-options"]], "Install a Project": [[287, "install-a-project"]], "InstallRequiredSystemLibraries": [[539, "installrequiredsystemlibraries"]], "Instance Selection": [[237, "instance-selection"], [238, "instance-selection"], [239, "instance-selection"]], "Integrating With find_package()": [[370, "integrating-with-find-package"]], "Integration with External Packaging Tools": [[134, "integration-with-external-packaging-tools"]], "Intel MKL": [[376, "intel-mkl"], [432, "intel-mkl"]], "Interactive Dialogs": [[264, "interactive-dialogs"]], "Interface Libraries": [[7, "interface-libraries"], [266, "interface-libraries"]], "Internal Variables": [[286, "internal-variables"]], "Internationalization": [[136, "internationalization"]], "Introducing Byproducts": [[618, "introducing-byproducts"]], "Introduction": [[18, "introduction"], [22, "introduction"], [77, "introduction"], [83, "introduction"], [247, "introduction"], [248, "introduction"], [261, "introduction"], [262, "introduction"], [263, "introduction"], [264, "introduction"], [266, "introduction"], [268, "introduction"], [269, "introduction"], [271, "introduction"], [273, "introduction"], [274, "introduction"], [275, "introduction"], [279, "introduction"], [280, "introduction"], [281, "introduction"], [283, "introduction"], [285, "introduction"], [292, "introduction"], [310, "introduction"], [313, "introduction"], [367, "introduction"]], "Introduction to CMake Buildsystems": [[287, "introduction-to-cmake-buildsystems"]], "Invocation": [[63, "invocation"], [86, "invocation"]], "Invoking the Buildsystem": [[262, "invoking-the-buildsystem"]], "JOB_POOLS": [[811, "job-pools"]], "JOB_POOL_COMPILE": [[1117, "job-pool-compile"]], "JOB_POOL_LINK": [[1118, "job-pool-link"]], "JOB_POOL_PRECOMPILE_HEADER": [[1119, "job-pool-precompile-header"]], "JSON": [[108, "json"]], "JSON Format": [[134, "json-format"]], "Job Server Integration": [[290, "job-server-integration"]], "KEEP_EXTENSION": [[846, "keep-extension"]], "Kate": [[224, "kate"]], "Known issues": [[447, "known-issues"]], "LABELS": [[765, "labels"], [847, "labels"], [898, "labels"], [1120, "labels"]], "LANGUAGE": [[848, "language"]], "LDFLAGS": [[206, "ldflags"]], "LIBRARY_OUTPUT_DIRECTORY": [[1132, "library-output-directory"]], "LIBRARY_OUTPUT_DIRECTORY_": [[1133, "library-output-directory-config"]], "LIBRARY_OUTPUT_NAME": [[1134, "library-output-name"]], "LIBRARY_OUTPUT_NAME_": [[1135, "library-output-name-config"]], "LIBRARY_OUTPUT_PATH": [[2041, "library-output-path"]], "LINKER_LANGUAGE": [[1136, "linker-language"]], "LINKER_TYPE": [[1137, "linker-type"]], "LINK_DEPENDS": [[1138, "link-depends"]], "LINK_DEPENDS_NO_SHARED": [[1139, "link-depends-no-shared"]], "LINK_DIRECTORIES": [[766, "link-directories"], [1140, "link-directories"]], "LINK_FLAGS": [[1141, "link-flags"]], "LINK_FLAGS_": [[1142, "link-flags-config"]], "LINK_INTERFACE_LIBRARIES": [[1143, "link-interface-libraries"]], "LINK_INTERFACE_LIBRARIES_": [[1144, "link-interface-libraries-config"]], "LINK_INTERFACE_MULTIPLICITY": [[1145, "link-interface-multiplicity"]], "LINK_INTERFACE_MULTIPLICITY_": [[1146, "link-interface-multiplicity-config"]], "LINK_LIBRARIES": [[1147, "link-libraries"]], "LINK_LIBRARIES_ONLY_TARGETS": [[1148, "link-libraries-only-targets"]], "LINK_LIBRARIES_STRATEGY": [[1149, "link-libraries-strategy"]], "LINK_LIBRARY_OVERRIDE": [[1150, "link-library-override"]], "LINK_LIBRARY_OVERRIDE_": [[1151, "link-library-override-library"]], "LINK_OPTIONS": [[767, "link-options"], [1152, "link-options"]], "LINK_SEARCH_END_STATIC": [[1153, "link-search-end-static"]], "LINK_SEARCH_START_STATIC": [[1154, "link-search-start-static"]], "LINK_WHAT_YOU_USE": [[1155, "link-what-you-use"]], "LINUX": [[2042, "linux"]], "LISTFILE_STACK": [[768, "listfile-stack"]], "LOCATION": [[849, "location"], [1156, "location"]], "LOCATION_": [[1157, "location-config"]], "Label Matching": [[290, "label-matching"]], "Label and Subproject Summary": [[290, "label-and-subproject-summary"]], "Language Standard Flags": [[268, "language-standard-flags"]], "Languages": [[285, "languages"], [1324, "languages"], [1325, "languages"], [1326, "languages"], [1327, "languages"], [1328, "languages"], [1330, "languages"], [1331, "languages"], [1335, "languages"], [1336, "languages"], [1337, "languages"], [1338, "languages"], [1341, "languages"], [1347, "languages"], [1348, "languages"]], "Legacy CPack Modules": [[278, "legacy-cpack-modules"]], "Legacy Macros": [[369, "legacy-macros"]], "Legacy Variables": [[377, "legacy-variables"], [436, "legacy-variables"], [511, "legacy-variables"]], "Libraries for Dependents Only (Legacy)": [[116, "libraries-for-dependents-only-legacy"]], "Libraries for a Target and/or its Dependents": [[116, "libraries-for-a-target-and-or-its-dependents"]], "Libraries for a Target and/or its Dependents (Legacy)": [[116, "libraries-for-a-target-and-or-its-dependents-legacy"]], "Libraries for both a Target and its Dependents": [[116, "libraries-for-both-a-target-and-its-dependents"]], "Library Output Artifacts": [[266, "library-output-artifacts"]], "Limitations": [[246, "limitations"], [270, "limitations"], [450, "limitations"]], "Line Comment": [[277, "line-comment"]], "Link Context": [[274, "link-context"]], "Link Features": [[274, "link-features"]], "Link Libraries and Generator Expressions": [[266, "link-libraries-and-generator-expressions"]], "Linker Language And ID": [[274, "linker-language-and-id"]], "Linking Object Libraries": [[116, "linking-object-libraries"]], "Linking Object Libraries via $": [[116, "linking-object-libraries-via-target-objects"]], "Linking a library as weak": [[1690, "linking-a-library-as-weak"], [1729, "linking-a-library-as-weak"]], "Linux-specific": [[454, "linux-specific"]], "List Comparisons": [[274, "list-comparisons"]], "List Expressions": [[274, "list-expressions"]], "List Ordering": [[274, "list-ordering"]], "List Queries": [[274, "list-queries"]], "List Transformations": [[274, "list-transformations"]], "Lists": [[277, "lists"]], "Loading a whole static library": [[1690, "loading-a-whole-static-library"], [1729, "loading-a-whole-static-library"]], "Locking": [[55, "locking"]], "Log Structure": [[269, "log-structure"]], "Log Versioning": [[269, "log-versioning"]], "Logic Operators": [[71, "logic-operators"]], "Logical Operators": [[274, "logical-operators"]], "Loops": [[277, "loops"]], "Low level individual compile features": [[792, "low-level-individual-compile-features"], [793, "low-level-individual-compile-features"]], "MACHO_COMPATIBILITY_VERSION": [[1158, "macho-compatibility-version"]], "MACHO_CURRENT_VERSION": [[1159, "macho-current-version"]], "MACOSX_BUNDLE": [[1160, "macosx-bundle"]], "MACOSX_BUNDLE_INFO_PLIST": [[1161, "macosx-bundle-info-plist"]], "MACOSX_DEPLOYMENT_TARGET": [[207, "macosx-deployment-target"]], "MACOSX_FRAMEWORK_INFO_PLIST": [[1162, "macosx-framework-info-plist"]], "MACOSX_PACKAGE_LOCATION": [[850, "macosx-package-location"]], "MACOSX_RPATH": [[1163, "macosx-rpath"]], "MACROS": [[769, "macros"]], "MANUALLY_ADDED_DEPENDENCIES": [[1164, "manually-added-dependencies"]], "MAP_IMPORTED_CONFIG_": [[1165, "map-imported-config-config"]], "MEASUREMENT": [[899, "measurement"]], "MINGW": [[2043, "mingw"]], "MODIFIED": [[743, "modified"]], "MSVC": [[2044, "msvc"]], "MSVC10": [[2045, "msvc10"]], "MSVC11": [[2046, "msvc11"]], "MSVC12": [[2047, "msvc12"]], "MSVC14": [[2048, "msvc14"]], "MSVC60": [[2049, "msvc60"]], "MSVC70": [[2050, "msvc70"]], "MSVC71": [[2051, "msvc71"]], "MSVC80": [[2052, "msvc80"]], "MSVC90": [[2053, "msvc90"]], "MSVC_DEBUG_INFORMATION_FORMAT": [[1166, "msvc-debug-information-format"]], "MSVC_IDE": [[2054, "msvc-ide"]], "MSVC_RUNTIME_LIBRARY": [[1167, "msvc-runtime-library"]], "MSVC_TOOLSET_VERSION": [[2055, "msvc-toolset-version"]], "MSVC_VERSION": [[2056, "msvc-version"]], "MSYS": [[2057, "msys"]], "MSYS Makefiles": [[225, "msys-makefiles"]], "MULTI Project Variables": [[223, "multi-project-variables"]], "Mach-O Versions": [[1208, "mach-o-versions"], [1230, "mach-o-versions"]], "Macro Expansion": [[281, "macro-expansion"]], "Macro vs Function": [[86, "macro-vs-function"]], "MacroAddFileDependencies": [[540, "macroaddfiledependencies"]], "Macros": [[535, "macros"]], "Main Form": [[118, "main-form"]], "Main functions provided by the module": [[325, "main-functions-provided-by-the-module"]], "Makefile Generators": [[275, "makefile-generators"]], "Manipulation": [[108, "manipulation"]], "Mercurial": [[368, "mercurial"]], "MinGW Makefiles": [[226, "mingw-makefiles"]], "Miscellaneous Options": [[368, "miscellaneous-options"]], "Modification": [[21, "modification"], [83, "modification"]], "Modifiers": [[948, "modifiers"], [955, "modifiers"], [958, "modifiers"]], "Module Commands": [[389, "module-commands"]], "Module Functions": [[292, "module-functions"], [367, "module-functions"], [507, "module-functions"], [534, "module-functions"]], "Module Input Variables": [[447, "module-input-variables"]], "Module Variables": [[367, "module-variables"], [507, "module-variables"], [534, "module-variables"]], "Modules": [[277, "modules"], [1317, "modules"], [1318, "modules"], [1319, "modules"], [1320, "modules"], [1321, "modules"], [1322, "modules"], [1323, "modules"], [1324, "modules"], [1325, "modules"], [1326, "modules"], [1327, "modules"], [1328, "modules"], [1329, "modules"], [1330, "modules"], [1331, "modules"], [1332, "modules"], [1333, "modules"], [1334, "modules"], [1335, "modules"], [1336, "modules"], [1337, "modules"], [1338, "modules"], [1339, "modules"], [1340, "modules"], [1341, "modules"], [1342, "modules"], [1343, "modules"], [1344, "modules"], [1345, "modules"], [1346, "modules"], [1347, "modules"], [1348, "modules"]], "Multi-level Expression Evaluation": [[274, "multi-level-expression-evaluation"]], "NAME": [[1168, "name"]], "NMake Makefiles": [[227, "nmake-makefiles"]], "NMake Makefiles JOM": [[228, "nmake-makefiles-jom"]], "NO_SONAME": [[1169, "no-soname"]], "NO_SYSTEM_FROM_IMPORTED": [[1170, "no-system-from-imported"]], "NPP": [[383, "npp"]], "NVIDIA Nsight Tegra": [[1318, "nvidia-nsight-tegra"]], "Native Conversion": [[21, "native-conversion"]], "New Diagnostics": [[1317, "new-diagnostics"], [1318, "new-diagnostics"], [1329, "new-diagnostics"]], "New Features": [[1317, "new-features"], [1318, "new-features"], [1319, "new-features"], [1320, "new-features"], [1321, "new-features"], [1322, "new-features"], [1323, "new-features"], [1324, "new-features"], [1325, "new-features"], [1326, "new-features"], [1327, "new-features"], [1328, "new-features"], [1329, "new-features"], [1330, "new-features"], [1331, "new-features"], [1332, "new-features"], [1333, "new-features"], [1334, "new-features"], [1335, "new-features"], [1336, "new-features"], [1337, "new-features"], [1338, "new-features"], [1339, "new-features"], [1340, "new-features"], [1341, "new-features"], [1342, "new-features"], [1343, "new-features"], [1344, "new-features"], [1345, "new-features"], [1346, "new-features"], [1347, "new-features"], [1348, "new-features"]], "Ninja": [[229, "ninja"]], "Ninja Generators": [[275, "ninja-generators"]], "Ninja Multi-Config": [[2, "ninja-multi-config"], [3, "ninja-multi-config"], [230, "ninja-multi-config"]], "Normal Executables": [[6, "normal-executables"]], "Normal Libraries": [[7, "normal-libraries"], [266, "normal-libraries"]], "Normalization": [[21, "normalization"]], "Not included moc output files": [[948, "not-included-moc-output-files"]], "OBJC": [[208, "objc"]], "OBJCFLAGS": [[209, "objcflags"]], "OBJCXX": [[210, "objcxx"]], "OBJCXXFLAGS": [[211, "objcxxflags"]], "OBJCXX_EXTENSIONS": [[1171, "objcxx-extensions"]], "OBJCXX_STANDARD": [[1172, "objcxx-standard"]], "OBJCXX_STANDARD_REQUIRED": [[1173, "objcxx-standard-required"]], "OBJC_EXTENSIONS": [[1174, "objc-extensions"]], "OBJC_STANDARD": [[1175, "objc-standard"]], "OBJC_STANDARD_REQUIRED": [[1176, "objc-standard-required"]], "OBJECT_DEPENDS": [[851, "object-depends"]], "OBJECT_OUTPUTS": [[852, "object-outputs"]], "ODR (One definition rule) errors": [[1223, "odr-one-definition-rule-errors"]], "OPTIMIZE_DEPENDENCIES": [[1177, "optimize-dependencies"]], "OS and BSP Selection": [[223, "os-and-bsp-selection"]], "OSX_ARCHITECTURES": [[1178, "osx-architectures"]], "OSX_ARCHITECTURES_": [[1179, "osx-architectures-config"]], "OUTPUT_NAME": [[1180, "output-name"]], "OUTPUT_NAME_": [[1181, "output-name-config"]], "Object Kind \"cache\"": [[273, "object-kind-cache"]], "Object Kind \"cmakeFiles\"": [[273, "object-kind-cmakefiles"]], "Object Kind \"codemodel\"": [[273, "object-kind-codemodel"]], "Object Kind \"configureLog\"": [[273, "object-kind-configurelog"]], "Object Kind \"toolchains\"": [[273, "object-kind-toolchains"]], "Object Kinds": [[273, "object-kinds"]], "Object Libraries": [[7, "object-libraries"], [266, "object-libraries"]], "Obsolete Variables": [[406, "obsolete-variables"]], "Obsolete variables": [[427, "obsolete-variables"], [461, "obsolete-variables"], [484, "obsolete-variables"]], "Obtaining Project Properties": [[368, "obtaining-project-properties"]], "Online installer": [[136, "online-installer"]], "Open a Project": [[287, "open-a-project"]], "OpenCL": [[383, "opencl"]], "Option De-duplication": [[1, "option-de-duplication"], [8, "option-de-duplication"], [113, "option-de-duplication"], [117, "option-de-duplication"], [978, "option-de-duplication"], [1060, "option-de-duplication"], [1152, "option-de-duplication"], [1211, "option-de-duplication"]], "Optional COMPONENTS": [[454, "optional-components"], [457, "optional-components"], [497, "optional-components"], [503, "optional-components"]], "Optional Compile Features": [[268, "optional-compile-features"]], "Optional metadata variables": [[139, "optional-metadata-variables"]], "Options": [[24, "options"], [93, "options"], [120, "options"], [121, "options"], [265, "options"], [276, "options"], [287, "options"], [289, "options"], [383, "options"]], "Ordering": [[83, "ordering"]], "Organization": [[277, "organization"]], "Other": [[1317, "other"], [1318, "other"], [1319, "other"], [1320, "other"], [1321, "other"], [1326, "other"], [1327, "other"], [1328, "other"], [1329, "other"], [1340, "other"], [1343, "other"], [1344, "other"], [1345, "other"], [1346, "other"], [1347, "other"], [1348, "other"]], "Other Behavior Settings": [[120, "other-behavior-settings"], [121, "other-behavior-settings"]], "Other Changes": [[1317, "other-changes"], [1318, "other-changes"], [1319, "other-changes"], [1320, "other-changes"], [1321, "other-changes"], [1322, "other-changes"], [1323, "other-changes"], [1324, "other-changes"], [1325, "other-changes"], [1326, "other-changes"], [1327, "other-changes"], [1328, "other-changes"], [1329, "other-changes"], [1330, "other-changes"], [1331, "other-changes"], [1332, "other-changes"], [1333, "other-changes"], [1334, "other-changes"], [1335, "other-changes"], [1336, "other-changes"], [1337, "other-changes"], [1338, "other-changes"], [1339, "other-changes"], [1340, "other-changes"], [1341, "other-changes"], [1342, "other-changes"], [1343, "other-changes"], [1344, "other-changes"], [1345, "other-changes"], [1346, "other-changes"], [1347, "other-changes"], [1348, "other-changes"]], "Other Generators": [[275, "other-generators"]], "Other Settings": [[136, "other-settings"]], "Other Variables": [[379, "other-variables"]], "Output Artifacts": [[266, "output-artifacts"]], "Output Logging Options": [[368, "output-logging-options"]], "Output file location": [[948, "output-file-location"]], "Overriding Where To Find CMakeLists.txt": [[370, "overriding-where-to-find-cmakelists-txt"]], "Overview": [[116, "overview"], [136, "overview"], [370, "overview"]], "PACKAGES_FOUND": [[812, "packages-found"]], "PACKAGES_NOT_FOUND": [[813, "packages-not-found"]], "PARENT_DIRECTORY": [[770, "parent-directory"]], "PASS_REGULAR_EXPRESSION": [[900, "pass-regular-expression"]], "PCH_INSTANTIATE_TEMPLATES": [[1182, "pch-instantiate-templates"]], "PCH_WARN_INVALID": [[1183, "pch-warn-invalid"]], "PDB_NAME": [[1184, "pdb-name"]], "PDB_NAME_": [[1185, "pdb-name-config"]], "PDB_OUTPUT_DIRECTORY": [[1186, "pdb-output-directory"]], "PDB_OUTPUT_DIRECTORY_": [[1187, "pdb-output-directory-config"]], "POSITION_INDEPENDENT_CODE": [[1188, "position-independent-code"]], "POST_INSTALL_SCRIPT": [[1189, "post-install-script"]], "PRECOMPILE_HEADERS": [[1190, "precompile-headers"]], "PRECOMPILE_HEADERS_REUSE_FROM": [[1191, "precompile-headers-reuse-from"]], "PREDEFINED_TARGETS_FOLDER": [[814, "predefined-targets-folder"]], "PREFIX": [[1192, "prefix"]], "PRE_INSTALL_SCRIPT": [[1193, "pre-install-script"]], "PRIVATE_HEADER": [[1194, "private-header"]], "PROCESSORS": [[901, "processors"]], "PROCESSOR_AFFINITY": [[902, "processor-affinity"]], "PROJECT_BINARY_DIR": [[2068, "project-binary-dir"]], "PROJECT_DESCRIPTION": [[2069, "project-description"]], "PROJECT_HOMEPAGE_URL": [[2070, "project-homepage-url"]], "PROJECT_IS_TOP_LEVEL": [[2071, "project-is-top-level"]], "PROJECT_LABEL": [[1195, "project-label"]], "PROJECT_NAME": [[2072, "project-name"]], "PROJECT_SOURCE_DIR": [[2073, "project-source-dir"]], "PROJECT_VERSION": [[2074, "project-version"]], "PROJECT_VERSION_MAJOR": [[2075, "project-version-major"]], "PROJECT_VERSION_MINOR": [[2076, "project-version-minor"]], "PROJECT_VERSION_PATCH": [[2077, "project-version-patch"]], "PROJECT_VERSION_TWEAK": [[2078, "project-version-tweak"]], "PROPAGATE_TOP_LEVEL_INCLUDES_TO_TRY_COMPILE": [[815, "propagate-top-level-includes-to-try-compile"]], "PUBLIC_HEADER": [[1196, "public-header"]], "Package": [[136, "package"]], "Package Configuration File": [[279, "package-configuration-file"]], "Package Dependency Search Optimizations": [[299, "package-dependency-search-optimizations"]], "Package File Interface Variables": [[58, "package-file-interface-variables"]], "Package Layout": [[279, "package-layout"]], "Package Preset": [[281, "package-preset"]], "Package Registry": [[279, "package-registry"]], "Package Registry Example": [[279, "package-registry-example"]], "Package Registry Ownership": [[279, "package-registry-ownership"]], "Package Version File": [[279, "package-version-file"]], "Packaging of Symbolic Links": [[142, "packaging-of-symbolic-links"]], "Packaging of debug information": [[132, "packaging-of-debug-information"], [142, "packaging-of-debug-information"]], "Packaging of sources (SRPM)": [[142, "packaging-of-sources-srpm"]], "Patch Step Options": [[368, "patch-step-options"]], "Path Comparisons": [[71, "path-comparisons"], [274, "path-comparisons"]], "Path Conversion": [[55, "path-conversion"]], "Path Decomposition": [[274, "path-decomposition"]], "Path Expressions": [[274, "path-expressions"]], "Path Queries": [[274, "path-queries"]], "Path Structure And Terminology": [[21, "path-structure-and-terminology"]], "Path Transformations": [[274, "path-transformations"]], "Path traversal examples": [[21, "path-traversal-examples"]], "Platform": [[274, "platform"]], "Platform Selection": [[223, "platform-selection"], [236, "platform-selection"], [237, "platform-selection"], [238, "platform-selection"], [239, "platform-selection"]], "Platforms": [[1319, "platforms"], [1320, "platforms"], [1323, "platforms"], [1325, "platforms"], [1328, "platforms"], [1330, "platforms"], [1331, "platforms"], [1334, "platforms"], [1337, "platforms"], [1338, "platforms"], [1344, "platforms"], [1345, "platforms"], [1346, "platforms"], [1347, "platforms"]], "Policies Introduced by CMake 2.6": [[280, "policies-introduced-by-cmake-2-6"]], "Policies Introduced by CMake 2.8": [[280, "policies-introduced-by-cmake-2-8"]], "Policies Introduced by CMake 3.0": [[280, "policies-introduced-by-cmake-3-0"]], "Policies Introduced by CMake 3.1": [[280, "policies-introduced-by-cmake-3-1"]], "Policies Introduced by CMake 3.10": [[280, "policies-introduced-by-cmake-3-10"]], "Policies Introduced by CMake 3.11": [[280, "policies-introduced-by-cmake-3-11"]], "Policies Introduced by CMake 3.12": [[280, "policies-introduced-by-cmake-3-12"]], "Policies Introduced by CMake 3.13": [[280, "policies-introduced-by-cmake-3-13"]], "Policies Introduced by CMake 3.14": [[280, "policies-introduced-by-cmake-3-14"]], "Policies Introduced by CMake 3.15": [[280, "policies-introduced-by-cmake-3-15"]], "Policies Introduced by CMake 3.16": [[280, "policies-introduced-by-cmake-3-16"]], "Policies Introduced by CMake 3.17": [[280, "policies-introduced-by-cmake-3-17"]], "Policies Introduced by CMake 3.18": [[280, "policies-introduced-by-cmake-3-18"]], "Policies Introduced by CMake 3.19": [[280, "policies-introduced-by-cmake-3-19"]], "Policies Introduced by CMake 3.2": [[280, "policies-introduced-by-cmake-3-2"]], "Policies Introduced by CMake 3.20": [[280, "policies-introduced-by-cmake-3-20"]], "Policies Introduced by CMake 3.21": [[280, "policies-introduced-by-cmake-3-21"]], "Policies Introduced by CMake 3.22": [[280, "policies-introduced-by-cmake-3-22"]], "Policies Introduced by CMake 3.23": [[280, "policies-introduced-by-cmake-3-23"]], "Policies Introduced by CMake 3.24": [[280, "policies-introduced-by-cmake-3-24"]], "Policies Introduced by CMake 3.25": [[280, "policies-introduced-by-cmake-3-25"]], "Policies Introduced by CMake 3.26": [[280, "policies-introduced-by-cmake-3-26"]], "Policies Introduced by CMake 3.27": [[280, "policies-introduced-by-cmake-3-27"]], "Policies Introduced by CMake 3.28": [[280, "policies-introduced-by-cmake-3-28"]], "Policies Introduced by CMake 3.29": [[280, "policies-introduced-by-cmake-3-29"]], "Policies Introduced by CMake 3.3": [[280, "policies-introduced-by-cmake-3-3"]], "Policies Introduced by CMake 3.30": [[280, "policies-introduced-by-cmake-3-30"]], "Policies Introduced by CMake 3.31": [[280, "policies-introduced-by-cmake-3-31"]], "Policies Introduced by CMake 3.4": [[280, "policies-introduced-by-cmake-3-4"]], "Policies Introduced by CMake 3.7": [[280, "policies-introduced-by-cmake-3-7"]], "Policies Introduced by CMake 3.8": [[280, "policies-introduced-by-cmake-3-8"]], "Policies Introduced by CMake 3.9": [[280, "policies-introduced-by-cmake-3-9"]], "Policy Settings": [[19, "policy-settings"]], "Populating Content In CMake Script Mode": [[370, "populating-content-in-cmake-script-mode"]], "Populating Content Without Adding It To The Build": [[370, "populating-content-without-adding-it-to-the-build"]], "Predefined Features": [[1684, "predefined-features"], [1690, "predefined-features"], [1720, "predefined-features"], [1729, "predefined-features"]], "Presets": [[247, "presets"], [262, "presets"], [1328, "presets"], [1330, "presets"], [1331, "presets"], [1333, "presets"], [1334, "presets"], [1335, "presets"], [1337, "presets"], [1338, "presets"], [1341, "presets"], [1342, "presets"]], "Primary Comparison Expressions": [[274, "primary-comparison-expressions"]], "ProcessorCount": [[541, "processorcount"]], "Project Commands": [[267, "project-commands"]], "Project Types": [[236, "project-types"], [237, "project-types"], [238, "project-types"], [239, "project-types"]], "Properties": [[1317, "properties"], [1318, "properties"], [1319, "properties"], [1320, "properties"], [1321, "properties"], [1322, "properties"], [1323, "properties"], [1324, "properties"], [1325, "properties"], [1326, "properties"], [1327, "properties"], [1328, "properties"], [1329, "properties"], [1330, "properties"], [1331, "properties"], [1332, "properties"], [1333, "properties"], [1334, "properties"], [1335, "properties"], [1336, "properties"], [1337, "properties"], [1338, "properties"], [1339, "properties"], [1340, "properties"], [1341, "properties"], [1342, "properties"], [1343, "properties"], [1344, "properties"], [1345, "properties"], [1346, "properties"], [1347, "properties"], [1348, "properties"]], "Properties of Global Scope": [[282, "properties-of-global-scope"]], "Properties on Cache Entries": [[282, "properties-on-cache-entries"]], "Properties on Directories": [[282, "properties-on-directories"]], "Properties on Installed Files": [[282, "properties-on-installed-files"]], "Properties on Source Files": [[282, "properties-on-source-files"], [555, "properties-on-source-files"]], "Properties on Targets": [[282, "properties-on-targets"], [555, "properties-on-targets"]], "Properties on Tests": [[282, "properties-on-tests"]], "Property Origin Debugging": [[266, "property-origin-debugging"]], "Property Redefinition": [[40, "property-redefinition"]], "Provided Functions": [[396, "provided-functions"]], "Provided commands": [[447, "provided-commands"]], "Provider Examples": [[18, "provider-examples"]], "Provider commands": [[18, "provider-commands"]], "Pseudo Targets": [[266, "pseudo-targets"]], "Qt Build Tools": [[283, "qt-build-tools"], [480, "qt-build-tools"]], "Qt Macros": [[480, "qt-macros"]], "Qt version detection": [[948, "qt-version-detection"]], "QtIFW Tools": [[136, "qtifw-tools"]], "Query": [[21, "query"]], "Query Windows Registry": [[271, "query-windows-registry"]], "Query Windows registry": [[17, "query-windows-registry"]], "Query host system specific information": [[17, "query-host-system-specific-information"]], "Quoted Argument": [[277, "quoted-argument"]], "RC": [[213, "rc"]], "RCFLAGS": [[214, "rcflags"]], "REPORT_UNDEFINED_PROPERTIES": [[816, "report-undefined-properties"]], "REQUIRED_FILES": [[903, "required-files"]], "RESOURCE": [[1197, "resource"]], "RESOURCE_GROUPS": [[904, "resource-groups"]], "RESOURCE_GROUPS Property": [[290, "resource-groups-property"]], "RESOURCE_LOCK": [[905, "resource-lock"]], "RULE_LAUNCH_COMPILE": [[771, "rule-launch-compile"], [817, "rule-launch-compile"], [1198, "rule-launch-compile"]], "RULE_LAUNCH_CUSTOM": [[772, "rule-launch-custom"], [818, "rule-launch-custom"], [1199, "rule-launch-custom"]], "RULE_LAUNCH_LINK": [[773, "rule-launch-link"], [819, "rule-launch-link"], [1200, "rule-launch-link"]], "RULE_MESSAGES": [[820, "rule-messages"]], "RUNTIME_OUTPUT_DIRECTORY": [[1201, "runtime-output-directory"]], "RUNTIME_OUTPUT_DIRECTORY_": [[1202, "runtime-output-directory-config"]], "RUNTIME_OUTPUT_NAME": [[1203, "runtime-output-name"]], "RUNTIME_OUTPUT_NAME_": [[1204, "runtime-output-name-config"]], "RUN_SERIAL": [[906, "run-serial"]], "Read-only Target Properties": [[555, "read-only-target-properties"]], "Reading": [[55, "reading"], [83, "reading"]], "Reference": [[447, "reference"]], "Reference Manuals": [[264, "reference-manuals"]], "Referencing Associated Files": [[367, "referencing-associated-files"]], "Referencing Directories": [[367, "referencing-directories"]], "Referencing File Series": [[367, "referencing-file-series"]], "Referencing Files": [[367, "referencing-files"]], "Referencing Single Files": [[367, "referencing-single-files"]], "Regex Specification": [[108, "regex-specification"]], "Relative part examples": [[21, "relative-part-examples"]], "Release Notes": [[264, "release-notes"]], "Releases": [[1349, "releases"]], "Reporting checks": [[90, "reporting-checks"]], "Reproducible builds": [[954, "reproducible-builds"]], "Reproducible packages": [[132, "reproducible-packages"]], "Required metadata variables": [[139, "required-metadata-variables"]], "Requiring Language Standards": [[268, "requiring-language-standards"]], "Resource Allocation": [[290, "resource-allocation"]], "Resource Specification File": [[290, "resource-specification-file"]], "Result Variables": [[371, "result-variables"], [376, "result-variables"], [377, "result-variables"], [379, "result-variables"], [382, "result-variables"], [384, "result-variables"], [388, "result-variables"], [389, "result-variables"], [393, "result-variables"], [395, "result-variables"], [396, "result-variables"], [398, "result-variables"], [400, "result-variables"], [401, "result-variables"], [403, "result-variables"], [405, "result-variables"], [406, "result-variables"], [407, "result-variables"], [409, "result-variables"], [413, "result-variables"], [415, "result-variables"], [424, "result-variables"], [426, "result-variables"], [428, "result-variables"], [432, "result-variables"], [439, "result-variables"], [452, "result-variables"], [453, "result-variables"], [454, "result-variables"], [455, "result-variables"], [456, "result-variables"], [457, "result-variables"], [470, "result-variables"], [473, "result-variables"], [474, "result-variables"], [475, "result-variables"], [480, "result-variables"], [483, "result-variables"], [500, "result-variables"], [503, "result-variables"], [511, "result-variables"], [535, "result-variables"]], "Result variables": [[383, "result-variables"], [387, "result-variables"], [404, "result-variables"], [410, "result-variables"], [427, "result-variables"], [434, "result-variables"], [436, "result-variables"], [437, "result-variables"], [438, "result-variables"], [447, "result-variables"], [450, "result-variables"], [461, "result-variables"], [484, "result-variables"], [491, "result-variables"], [497, "result-variables"], [509, "result-variables"], [510, "result-variables"]], "Return Value (Exit Code)": [[287, "return-value-exit-code"]], "Reusing Precompile Headers": [[118, "reusing-precompile-headers"]], "Root examples": [[21, "root-examples"]], "Run Tests": [[290, "run-tests"]], "Run a Command-Line Tool": [[287, "run-a-command-line-tool"]], "Run a Script": [[287, "run-a-script"]], "Run a Workflow Preset": [[287, "run-a-workflow-preset"]], "Run the Find-Package Tool": [[287, "run-the-find-package-tool"]], "Running Tests": [[262, "running-tests"]], "Runtime Output Artifacts": [[266, "runtime-output-artifacts"]], "SKIP_AUTOGEN": [[853, "skip-autogen"]], "SKIP_AUTOMOC": [[854, "skip-automoc"]], "SKIP_AUTORCC": [[855, "skip-autorcc"]], "SKIP_AUTOUIC": [[856, "skip-autouic"]], "SKIP_BUILD_RPATH": [[1205, "skip-build-rpath"]], "SKIP_LINTING": [[857, "skip-linting"]], "SKIP_PRECOMPILE_HEADERS": [[858, "skip-precompile-headers"]], "SKIP_REGULAR_EXPRESSION": [[907, "skip-regular-expression"]], "SKIP_RETURN_CODE": [[908, "skip-return-code"]], "SKIP_UNITY_BUILD_INCLUSION": [[859, "skip-unity-build-inclusion"]], "SOURCES": [[1206, "sources"]], "SOURCE_DIR": [[774, "source-dir"], [1207, "source-dir"]], "SOVERSION": [[1208, "soversion"]], "SSL_CERT_DIR": [[215, "ssl-cert-dir"]], "SSL_CERT_FILE": [[216, "ssl-cert-file"]], "STATIC_LIBRARY_FLAGS": [[1209, "static-library-flags"]], "STATIC_LIBRARY_FLAGS_": [[1210, "static-library-flags-config"]], "STATIC_LIBRARY_OPTIONS": [[1211, "static-library-options"]], "STRINGS": [[744, "strings"]], "SUBDIRECTORIES": [[775, "subdirectories"]], "SUFFIX": [[1212, "suffix"]], "SWIFTC": [[217, "swiftc"]], "SYMBOLIC": [[860, "symbolic"]], "SYSTEM": [[776, "system"], [1213, "system"]], "Scanning Control": [[270, "scanning-control"]], "Schema": [[281, "schema"]], "Scripting Commands": [[267, "scripting-commands"]], "Scripts": [[277, "scripts"]], "Search": [[83, "search"]], "Search Behavior": [[383, "search-behavior"]], "Search Modes": [[58, "search-modes"]], "Search and Replace": [[108, "search-and-replace"]], "Search and Replace With Plain Strings": [[108, "search-and-replace-with-plain-strings"]], "Search and Replace With Regular Expressions": [[108, "search-and-replace-with-regular-expressions"]], "See Also": [[0, "see-also"], [1, "see-also"], [2, "see-also"], [3, "see-also"], [4, "see-also"], [5, "see-also"], [6, "see-also"], [7, "see-also"], [8, "see-also"], [12, "see-also"], [19, "see-also"], [20, "see-also"], [23, "see-also"], [24, "see-also"], [40, "see-also"], [62, "see-also"], [63, "see-also"], [64, "see-also"], [65, "see-also"], [66, "see-also"], [67, "see-also"], [68, "see-also"], [69, "see-also"], [70, "see-also"], [73, "see-also"], [81, "see-also"], [86, "see-also"], [90, "see-also"], [98, "see-also"], [100, "see-also"], [101, "see-also"], [102, "see-also"], [103, "see-also"], [104, "see-also"], [105, "see-also"], [111, "see-also"], [112, "see-also"], [113, "see-also"], [114, "see-also"], [115, "see-also"], [116, "see-also"], [117, "see-also"], [118, "see-also"], [119, "see-also"], [120, "see-also"], [122, "see-also"], [127, "see-also"], [136, "see-also"], [229, "see-also"], [265, "see-also"], [276, "see-also"], [287, "see-also"], [289, "see-also"], [290, "see-also"]], "See also": [[71, "see-also"]], "SelectLibraryConfigurations": [[542, "selectlibraryconfigurations"]], "Selecting a Target": [[262, "selecting-a-target"]], "Set Cache Entry": [[100, "set-cache-entry"]], "Set Environment Variable": [[100, "set-environment-variable"]], "Set Normal Variable": [[100, "set-normal-variable"]], "Setting Build Variables": [[262, "setting-build-variables"]], "Setting Policies Explicitly": [[23, "setting-policies-explicitly"]], "Setting Policies by CMake Version": [[23, "setting-policies-by-cmake-version"]], "Setting variables on the command line": [[262, "setting-variables-on-the-command-line"]], "Setting variables with cmake-gui": [[262, "setting-variables-with-cmake-gui"]], "Setup Specific Variables": [[137, "setup-specific-variables"]], "Shell Paths": [[274, "shell-paths"]], "Show as JSON Object Model": [[290, "show-as-json-object-model"]], "Signatures": [[22, "signatures"], [77, "signatures"]], "Software Installation": [[262, "software-installation"]], "Solution": [[249, "solution"], [249, "id6"], [249, "id12"], [251, "solution"], [252, "solution"], [253, "solution"], [254, "solution"], [254, "id5"], [256, "solution"], [256, "id6"], [257, "solution"], [257, "id6"]], "Solving cross-references between two static libraries": [[1684, "solving-cross-references-between-two-static-libraries"], [1720, "solving-cross-references-between-two-static-libraries"]], "Source Files": [[277, "source-files"]], "Source file processing": [[948, "source-file-processing"]], "Special Cases": [[535, "special-cases"]], "Specifying a Build Program": [[262, "specifying-a-build-program"]], "SquishTestScript": [[543, "squishtestscript"]], "Standard Variable Names": [[271, "standard-variable-names"]], "Step 10: Selecting Static or Shared Libraries": [[260, "step-10-selecting-static-or-shared-libraries"]], "Step 11: Adding Export Configuration": [[250, "step-11-adding-export-configuration"]], "Step 12: Packaging Debug and Release": [[258, "step-12-packaging-debug-and-release"]], "Step 1: A Basic Starting Point": [[249, "step-1-a-basic-starting-point"]], "Step 2: Adding a Library": [[256, "step-2-adding-a-library"]], "Step 3: Adding Usage Requirements for a Library": [[254, "step-3-adding-usage-requirements-for-a-library"]], "Step 4: Adding Generator Expressions": [[251, "step-4-adding-generator-expressions"]], "Step 5: Installing and Testing": [[257, "step-5-installing-and-testing"]], "Step 6: Adding Support for a Testing Dashboard": [[252, "step-6-adding-support-for-a-testing-dashboard"]], "Step 7: Adding System Introspection": [[253, "step-7-adding-system-introspection"]], "Step 8: Adding a Custom Command and Generated File": [[255, "step-8-adding-a-custom-command-and-generated-file"]], "Step 9: Packaging an Installer": [[259, "step-9-packaging-an-installer"]], "Steps": [[261, "steps"]], "String Comparisons": [[274, "string-comparisons"]], "String Transformations": [[274, "string-transformations"]], "Sublime Text 2": [[231, "sublime-text-2"]], "Submit to CDash Upload API": [[36, "submit-to-cdash-upload-api"]], "Subversion": [[368, "subversion"]], "Supported Compilers": [[268, "supported-compilers"]], "Swift Support": [[229, "swift-support"], [246, "swift-support"]], "Swift_COMPILATION_MODE": [[1214, "swift-compilation-mode"]], "Swift_DEPENDENCIES_FILE": [[861, "swift-dependencies-file"], [1215, "swift-dependencies-file"]], "Swift_DIAGNOSTICS_FILE": [[862, "swift-diagnostics-file"]], "Swift_LANGUAGE_VERSION": [[1216, "swift-language-version"]], "Swift_MODULE_DIRECTORY": [[1217, "swift-module-directory"]], "Swift_MODULE_NAME": [[1218, "swift-module-name"]], "Switching Between Device and Simulator": [[285, "switching-between-device-and-simulator"]], "Symbol Macros": [[559, "symbol-macros"]], "Synopsis": [[17, "synopsis"], [18, "synopsis"], [21, "synopsis"], [22, "synopsis"], [53, "synopsis"], [55, "synopsis"], [71, "synopsis"], [77, "synopsis"], [83, "synopsis"], [90, "synopsis"], [93, "synopsis"], [108, "synopsis"], [265, "synopsis"], [276, "synopsis"], [287, "synopsis"], [289, "synopsis"], [290, "synopsis"], [551, "synopsis"]], "Syntax": [[277, "syntax"], [1317, "syntax"], [1318, "syntax"], [1329, "syntax"]], "System Name for Cross Compiling": [[1845, "system-name-for-cross-compiling"]], "System Name for Host Builds": [[1845, "system-name-for-host-builds"]], "System Names Known to CMake": [[1845, "system-names-known-to-cmake"]], "System Package Registry": [[279, "system-package-registry"]], "System Version for Cross Compiling": [[1849, "system-version-for-cross-compiling"]], "System Version for Host Builds": [[1849, "system-version-for-host-builds"]], "TARGET_ARCHIVES_MAY_BE_SHARED_LIBS": [[821, "target-archives-may-be-shared-libs"]], "TARGET_MESSAGES": [[822, "target-messages"]], "TARGET_SUPPORTS_SHARED_LIBS": [[823, "target-supports-shared-libs"]], "TESTS": [[777, "tests"]], "TEST_INCLUDE_FILE": [[778, "test-include-file"]], "TEST_INCLUDE_FILES": [[779, "test-include-files"]], "TEST_LAUNCHER": [[1219, "test-launcher"]], "TIMEOUT": [[909, "timeout"]], "TIMEOUT_AFTER_MATCH": [[910, "timeout-after-match"]], "TIMEOUT_SIGNAL_GRACE_PERIOD": [[911, "timeout-signal-grace-period"]], "TIMEOUT_SIGNAL_NAME": [[912, "timeout-signal-name"]], "TRANSITIVE_COMPILE_PROPERTIES": [[1220, "transitive-compile-properties"]], "TRANSITIVE_LINK_PROPERTIES": [[1221, "transitive-link-properties"]], "TYPE": [[745, "type"], [1222, "type"]], "Target Artifacts": [[274, "target-artifacts"]], "Target Build Specification": [[266, "target-build-specification"]], "Target Commands": [[266, "target-commands"]], "Target Compile Properties": [[266, "target-compile-properties"]], "Target Link Properties": [[266, "target-link-properties"]], "Target Meta-Data": [[274, "target-meta-data"]], "Target Options": [[368, "target-options"]], "Target Properties": [[223, "target-properties"], [274, "target-properties"]], "Target Usage Requirements": [[266, "target-usage-requirements"]], "Target-Dependent Expressions": [[274, "target-dependent-expressions"]], "Targets package and package_source": [[310, "targets-package-and-package-source"]], "Terminal Access Options": [[368, "terminal-access-options"]], "Terminating Scripts": [[18, "terminating-scripts"]], "Test Preset": [[281, "test-preset"]], "Test Step Options": [[368, "test-step-options"]], "TestBigEndian": [[544, "testbigendian"]], "TestCXXAcceptsFlag": [[545, "testcxxacceptsflag"]], "TestForANSIForScope": [[546, "testforansiforscope"]], "TestForANSIStreamHeaders": [[547, "testforansistreamheaders"]], "TestForSSTREAM": [[548, "testforsstream"]], "TestForSTDNamespace": [[549, "testforstdnamespace"]], "Testing": [[247, "testing"]], "Text Block Encoding": [[269, "text-block-encoding"]], "The _autogen target": [[283, "the-origin-autogen-target"]], "The _autogen_timestamp_deps target": [[283, "the-origin-autogen-timestamp-deps-target"]], "The CMake Cache": [[262, "the-cmake-cache"]], "Three-Component MSVC Toolset Versions": [[1896, "three-component-msvc-toolset-versions"]], "Toolchain And Language Expressions": [[274, "toolchain-and-language-expressions"]], "Toolchain Features": [[285, "toolchain-features"]], "Toolchain-Specific Behavior": [[1149, "toolchain-specific-behavior"]], "Toolset Selection": [[223, "toolset-selection"], [236, "toolset-selection"], [237, "toolset-selection"], [238, "toolset-selection"], [239, "toolset-selection"]], "Toolset and Build System Selection": [[246, "toolset-and-build-system-selection"]], "Transfer": [[55, "transfer"]], "Transformations": [[24, "transformations"]], "Transitive Compile Properties": [[266, "transitive-compile-properties"]], "Transitive Link Properties": [[266, "transitive-link-properties"]], "Troubleshooting": [[391, "troubleshooting"]], "Try Compiling Source Files": [[120, "try-compiling-source-files"]], "Try Compiling Whole Projects": [[120, "try-compiling-whole-projects"]], "Try Compiling and Running Source Files": [[121, "try-compiling-and-running-source-files"]], "Typical Case": [[370, "typical-case"]], "Typical Usage": [[58, "typical-usage"]], "UNITY_BUILD": [[1223, "unity-build"]], "UNITY_BUILD_BATCH_SIZE": [[1224, "unity-build-batch-size"]], "UNITY_BUILD_CODE_AFTER_INCLUDE": [[1225, "unity-build-code-after-include"]], "UNITY_BUILD_CODE_BEFORE_INCLUDE": [[1226, "unity-build-code-before-include"]], "UNITY_BUILD_MODE": [[1227, "unity-build-mode"]], "UNITY_BUILD_UNIQUE_ID": [[1228, "unity-build-unique-id"]], "UNITY_GROUP": [[863, "unity-group"]], "UNIX": [[2080, "unix"]], "URL": [[368, "url"]], "USE_FOLDERS": [[824, "use-folders"]], "Unix Makefiles": [[232, "unix-makefiles"]], "Unix Platforms": [[1585, "unix-platforms"]], "Unquoted Argument": [[277, "unquoted-argument"]], "Unset Environment Variable": [[122, "unset-environment-variable"]], "Unset Normal Variable or Cache Entry": [[122, "unset-normal-variable-or-cache-entry"]], "Update Step Options": [[368, "update-step-options"]], "Updates": [[1319, "updates"], [1320, "updates"], [1322, "updates"], [1323, "updates"], [1324, "updates"], [1325, "updates"], [1326, "updates"], [1327, "updates"], [1328, "updates"], [1330, "updates"], [1331, "updates"], [1332, "updates"], [1333, "updates"], [1334, "updates"], [1335, "updates"], [1336, "updates"], [1337, "updates"], [1338, "updates"], [1339, "updates"], [1341, "updates"], [1342, "updates"], [1348, "updates"]], "Usage": [[93, "usage"], [910, "usage"], [1629, "usage"]], "Usage Scenarios": [[167, "usage-scenarios"]], "Usage of mpiexec": [[446, "usage-of-mpiexec"]], "Use cases": [[946, "use-cases"]], "UseEcos": [[550, "useecos"]], "UseJava": [[551, "usejava"]], "UseJavaClassFilelist": [[552, "usejavaclassfilelist"]], "UseJavaSymlinks": [[553, "usejavasymlinks"]], "UsePkgConfig": [[554, "usepkgconfig"]], "UseSWIG": [[555, "useswig"]], "Use_wxWindows": [[556, "use-wxwindows"]], "User Interaction Guide": [[262, "user-interaction-guide"]], "User Package Registry": [[279, "user-package-registry"]], "UsewxWidgets": [[557, "usewxwidgets"]], "Using Dependencies Guide": [[263, "using-dependencies-guide"]], "Using Packages": [[279, "using-packages"]], "Using Pre-built Packages With find_package()": [[263, "using-pre-built-packages-with-find-package"]], "Using presets in cmake-gui": [[262, "using-presets-in-cmake-gui"]], "Using presets on the command-line": [[262, "using-presets-on-the-command-line"]], "Using the Package Configuration File": [[248, "using-the-package-configuration-file"]], "Utility Modules": [[278, "utility-modules"]], "VALUE": [[746, "value"]], "VARIABLES": [[780, "variables"]], "VERBOSE": [[218, "verbose"]], "VERIFY_INTERFACE_HEADER_SETS": [[1229, "verify-interface-header-sets"]], "VERSION": [[1230, "version"]], "VISIBILITY_INLINES_HIDDEN": [[1231, "visibility-inlines-hidden"]], "VS_CONFIGURATION_TYPE": [[1232, "vs-configuration-type"]], "VS_COPY_TO_OUT_DIR": [[864, "vs-copy-to-out-dir"]], "VS_CSHARP_": [[865, "vs-csharp-tagname"]], "VS_DEBUGGER_COMMAND": [[1233, "vs-debugger-command"]], "VS_DEBUGGER_COMMAND_ARGUMENTS": [[1234, "vs-debugger-command-arguments"]], "VS_DEBUGGER_ENVIRONMENT": [[1235, "vs-debugger-environment"]], "VS_DEBUGGER_WORKING_DIRECTORY": [[1236, "vs-debugger-working-directory"]], "VS_DEPLOYMENT_CONTENT": [[866, "vs-deployment-content"]], "VS_DEPLOYMENT_LOCATION": [[867, "vs-deployment-location"]], "VS_DESKTOP_EXTENSIONS_VERSION": [[1237, "vs-desktop-extensions-version"]], "VS_DOTNET_DOCUMENTATION_FILE": [[1238, "vs-dotnet-documentation-file"]], "VS_DOTNET_REFERENCEPROP__TAG_": [[1239, "vs-dotnet-referenceprop-refname-tag-tagname"]], "VS_DOTNET_REFERENCES": [[1240, "vs-dotnet-references"]], "VS_DOTNET_REFERENCES_COPY_LOCAL": [[1241, "vs-dotnet-references-copy-local"]], "VS_DOTNET_REFERENCE_": [[1242, "vs-dotnet-reference-refname"]], "VS_DOTNET_STARTUP_OBJECT": [[1243, "vs-dotnet-startup-object"]], "VS_DOTNET_TARGET_FRAMEWORK_VERSION": [[1244, "vs-dotnet-target-framework-version"]], "VS_DPI_AWARE": [[1245, "vs-dpi-aware"]], "VS_FILTER_PROPS": [[1246, "vs-filter-props"]], "VS_FRAMEWORK_REFERENCES": [[1247, "vs-framework-references"]], "VS_GLOBAL_": [[1251, "vs-global-variable"]], "VS_GLOBAL_KEYWORD": [[1248, "vs-global-keyword"]], "VS_GLOBAL_PROJECT_TYPES": [[1249, "vs-global-project-types"]], "VS_GLOBAL_ROOTNAMESPACE": [[1250, "vs-global-rootnamespace"]], "VS_GLOBAL_SECTION_POST_
": [[781, "vs-global-section-post-section"]], "VS_GLOBAL_SECTION_PRE_
": [[782, "vs-global-section-pre-section"]], "VS_INCLUDE_IN_VSIX": [[868, "vs-include-in-vsix"]], "VS_IOT_EXTENSIONS_VERSION": [[1252, "vs-iot-extensions-version"]], "VS_IOT_STARTUP_TASK": [[1253, "vs-iot-startup-task"]], "VS_JUST_MY_CODE_DEBUGGING": [[1254, "vs-just-my-code-debugging"]], "VS_KEYWORD": [[1255, "vs-keyword"]], "VS_MOBILE_EXTENSIONS_VERSION": [[1256, "vs-mobile-extensions-version"]], "VS_NO_COMPILE_BATCHING": [[1257, "vs-no-compile-batching"]], "VS_NO_SOLUTION_DEPLOY": [[1258, "vs-no-solution-deploy"]], "VS_PACKAGE_REFERENCES": [[1259, "vs-package-references"]], "VS_PLATFORM_TOOLSET": [[1260, "vs-platform-toolset"]], "VS_PROJECT_IMPORT": [[1261, "vs-project-import"]], "VS_RESOURCE_GENERATOR": [[869, "vs-resource-generator"]], "VS_SCC_AUXPATH": [[1262, "vs-scc-auxpath"]], "VS_SCC_LOCALPATH": [[1263, "vs-scc-localpath"]], "VS_SCC_PROJECTNAME": [[1264, "vs-scc-projectname"]], "VS_SCC_PROVIDER": [[1265, "vs-scc-provider"]], "VS_SDK_REFERENCES": [[1266, "vs-sdk-references"]], "VS_SETTINGS": [[870, "vs-settings"]], "VS_SHADER_DISABLE_OPTIMIZATIONS": [[871, "vs-shader-disable-optimizations"]], "VS_SHADER_ENABLE_DEBUG": [[872, "vs-shader-enable-debug"]], "VS_SHADER_ENTRYPOINT": [[873, "vs-shader-entrypoint"]], "VS_SHADER_FLAGS": [[874, "vs-shader-flags"]], "VS_SHADER_MODEL": [[875, "vs-shader-model"]], "VS_SHADER_OBJECT_FILE_NAME": [[876, "vs-shader-object-file-name"]], "VS_SHADER_OUTPUT_HEADER_FILE": [[877, "vs-shader-output-header-file"]], "VS_SHADER_TYPE": [[878, "vs-shader-type"]], "VS_SHADER_VARIABLE_NAME": [[879, "vs-shader-variable-name"]], "VS_SOLUTION_DEPLOY": [[1267, "vs-solution-deploy"]], "VS_SOURCE_SETTINGS_": [[1268, "vs-source-settings-tool"]], "VS_STARTUP_PROJECT": [[783, "vs-startup-project"]], "VS_TOOL_OVERRIDE": [[880, "vs-tool-override"]], "VS_USER_PROPS": [[1269, "vs-user-props"]], "VS_USE_DEBUG_LIBRARIES": [[1270, "vs-use-debug-libraries"]], "VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION": [[1271, "vs-windows-target-platform-min-version"]], "VS_WINRT_COMPONENT": [[1272, "vs-winrt-component"]], "VS_WINRT_EXTENSIONS": [[1273, "vs-winrt-extensions"]], "VS_WINRT_REFERENCES": [[1274, "vs-winrt-references"]], "VS_XAML_TYPE": [[881, "vs-xaml-type"]], "Variable Expansion": [[71, "variable-expansion"]], "Variable Expansion Operators": [[286, "variable-expansion-operators"]], "Variable References": [[277, "variable-references"]], "Variables": [[136, "variables"], [277, "variables"], [313, "variables"], [356, "variables"], [370, "variables"], [451, "variables"], [1317, "variables"], [1318, "variables"], [1319, "variables"], [1320, "variables"], [1321, "variables"], [1322, "variables"], [1323, "variables"], [1324, "variables"], [1325, "variables"], [1326, "variables"], [1327, "variables"], [1328, "variables"], [1329, "variables"], [1330, "variables"], [1331, "variables"], [1332, "variables"], [1333, "variables"], [1334, "variables"], [1335, "variables"], [1336, "variables"], [1337, "variables"], [1338, "variables"], [1339, "variables"], [1340, "variables"], [1341, "variables"], [1342, "variables"], [1343, "variables"], [1344, "variables"], [1345, "variables"], [1346, "variables"], [1347, "variables"], [1348, "variables"]], "Variables Affecting Behavior": [[469, "variables-affecting-behavior"], [500, "variables-affecting-behavior"]], "Variables affecting the CPack Cygwin generator": [[131, "variables-affecting-the-cpack-cygwin-generator"]], "Variables affecting the CPack FreeBSD (pkg) generator": [[135, "variables-affecting-the-cpack-freebsd-pkg-generator"]], "Variables and Properties": [[285, "variables-and-properties"]], "Variables common to all CPack Generators": [[310, "variables-common-to-all-cpack-generators"]], "Variables defined by the module": [[447, "variables-defined-by-the-module"]], "Variables for Advanced Use": [[310, "variables-for-advanced-use"]], "Variables for CPack": [[286, "variables-for-cpack"]], "Variables for CTest": [[286, "variables-for-ctest"]], "Variables for Languages": [[286, "variables-for-languages"]], "Variables for Source Package Generators": [[310, "variables-for-source-package-generators"]], "Variables for locating MPI": [[446, "variables-for-locating-mpi"]], "Variables for locating SDL": [[484, "variables-for-locating-sdl"]], "Variables for using MPI": [[446, "variables-for-using-mpi"]], "Variables specific to CPack Archive generator": [[129, "variables-specific-to-cpack-archive-generator"]], "Variables specific to CPack Bundle generator": [[130, "variables-specific-to-cpack-bundle-generator"]], "Variables specific to CPack Cygwin generator": [[131, "variables-specific-to-cpack-cygwin-generator"]], "Variables specific to CPack Debian (DEB) generator": [[132, "variables-specific-to-cpack-debian-deb-generator"]], "Variables specific to CPack DragNDrop generator": [[133, "variables-specific-to-cpack-dragndrop-generator"]], "Variables specific to CPack External generator": [[134, "variables-specific-to-cpack-external-generator"]], "Variables specific to CPack FreeBSD (pkg) generator": [[135, "variables-specific-to-cpack-freebsd-pkg-generator"]], "Variables specific to CPack Inno Setup generator": [[137, "variables-specific-to-cpack-inno-setup-generator"]], "Variables specific to CPack NSIS generator": [[138, "variables-specific-to-cpack-nsis-generator"]], "Variables specific to CPack NuGet generator": [[139, "variables-specific-to-cpack-nuget-generator"]], "Variables specific to CPack RPM generator": [[142, "variables-specific-to-cpack-rpm-generator"]], "Variables specific to CPack WIX generator": [[143, "variables-specific-to-cpack-wix-generator"]], "Variables specific to CPack productbuild generator": [[141, "variables-specific-to-cpack-productbuild-generator"]], "Variables specific to the Graphviz support": [[303, "variables-specific-to-the-graphviz-support"]], "Variables that Change Behavior": [[286, "variables-that-change-behavior"]], "Variables that Control the Build": [[286, "variables-that-control-the-build"]], "Variables that Describe the System": [[286, "variables-that-describe-the-system"]], "Variables that Provide Information": [[286, "variables-that-provide-information"]], "Variables used by CPack Archive generator": [[129, "variables-used-by-cpack-archive-generator"]], "Version 1.0": [[134, "version-1-0"]], "Version Comparisons": [[71, "version-comparisons"], [274, "version-comparisons"]], "View Help": [[287, "view-help"], [290, "view-help"]], "Visual Studio 10 2010": [[233, "visual-studio-10-2010"]], "Visual Studio 11 2012": [[234, "visual-studio-11-2012"]], "Visual Studio 12 2013": [[235, "visual-studio-12-2013"]], "Visual Studio 14 2015": [[236, "visual-studio-14-2015"]], "Visual Studio 15 2017": [[237, "visual-studio-15-2017"]], "Visual Studio 16 2019": [[238, "visual-studio-16-2019"]], "Visual Studio 17 2022": [[239, "visual-studio-17-2022"]], "Visual Studio 6": [[240, "visual-studio-6"]], "Visual Studio 7": [[241, "visual-studio-7"]], "Visual Studio 7 .NET 2003": [[242, "visual-studio-7-net-2003"]], "Visual Studio 8 2005": [[243, "visual-studio-8-2005"]], "Visual Studio 9 2008": [[244, "visual-studio-9-2008"]], "Visual Studio Generators": [[275, "visual-studio-generators"], [283, "visual-studio-generators"]], "Visual Studio Instance Selection": [[1562, "visual-studio-instance-selection"]], "Visual Studio Platform Selection": [[1563, "visual-studio-platform-selection"]], "Visual Studio Toolset Customization": [[1564, "visual-studio-toolset-customization"]], "Visual Studio Toolset Selection": [[1564, "visual-studio-toolset-selection"]], "WASI": [[2081, "wasi"]], "WATCOM_RUNTIME_LIBRARY": [[1275, "watcom-runtime-library"]], "WILL_FAIL": [[913, "will-fail"]], "WIN32": [[2082, "win32"]], "WIN32_EXECUTABLE": [[1276, "win32-executable"]], "WINCE": [[2083, "wince"]], "WINDOWS_EXPORT_ALL_SYMBOLS": [[1277, "windows-export-all-symbols"]], "WINDOWS_PHONE": [[2084, "windows-phone"]], "WINDOWS_STORE": [[2085, "windows-store"]], "WORKING_DIRECTORY": [[914, "working-directory"]], "WRAP_EXCLUDE": [[882, "wrap-exclude"]], "Watcom WMake": [[245, "watcom-wmake"]], "When To Set The Environment Variable": [[167, "when-to-set-the-environment-variable"]], "Whitespace And Quoting": [[274, "whitespace-and-quoting"]], "WiX .NET Tools": [[143, "wix-net-tools"]], "WiX Toolset v3": [[143, "wix-toolset-v3"]], "WiX Toolsets": [[143, "wix-toolsets"]], "Windows 10 SDK Maximum Version for VS 2015": [[236, "windows-10-sdk-maximum-version-for-vs-2015"]], "Windows Phone and Windows Store": [[1318, "windows-phone-and-windows-store"]], "Windows Platforms": [[1585, "windows-platforms"]], "Windows Versions": [[1208, "windows-versions"], [1230, "windows-versions"]], "Windows-specific Command-Line Tools": [[287, "windows-specific-command-line-tools"]], "Workflow Preset": [[281, "workflow-preset"]], "WriteBasicConfigVersionFile": [[558, "writebasicconfigversionfile"]], "WriteCompilerDetectionHeader": [[559, "writecompilerdetectionheader"]], "Writing": [[55, "writing"]], "XCODE": [[2086, "xcode"]], "XCODE_ATTRIBUTE_": [[1278, "xcode-attribute-an-attribute"]], "XCODE_EMBED_": [[1281, "xcode-embed-type"]], "XCODE_EMBED__CODE_SIGN_ON_COPY": [[1282, "xcode-embed-type-code-sign-on-copy"]], "XCODE_EMBED__PATH": [[1283, "xcode-embed-type-path"]], "XCODE_EMBED__REMOVE_HEADERS_ON_COPY": [[1284, "xcode-embed-type-remove-headers-on-copy"]], "XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY": [[1279, "xcode-embed-frameworks-code-sign-on-copy"]], "XCODE_EMBED_FRAMEWORKS_REMOVE_HEADERS_ON_COPY": [[1280, "xcode-embed-frameworks-remove-headers-on-copy"]], "XCODE_EMIT_EFFECTIVE_PLATFORM_NAME": [[825, "xcode-emit-effective-platform-name"]], "XCODE_EXPLICIT_FILE_TYPE": [[883, "xcode-explicit-file-type"], [1285, "xcode-explicit-file-type"]], "XCODE_FILE_ATTRIBUTES": [[884, "xcode-file-attributes"]], "XCODE_GENERATE_SCHEME": [[1286, "xcode-generate-scheme"]], "XCODE_LAST_KNOWN_FILE_TYPE": [[885, "xcode-last-known-file-type"]], "XCODE_LINK_BUILD_PHASE_MODE": [[1287, "xcode-link-build-phase-mode"]], "XCODE_PRODUCT_TYPE": [[1288, "xcode-product-type"]], "XCODE_SCHEME_ADDRESS_SANITIZER": [[1289, "xcode-scheme-address-sanitizer"]], "XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN": [[1290, "xcode-scheme-address-sanitizer-use-after-return"]], "XCODE_SCHEME_ARGUMENTS": [[1291, "xcode-scheme-arguments"]], "XCODE_SCHEME_DEBUG_AS_ROOT": [[1292, "xcode-scheme-debug-as-root"]], "XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING": [[1293, "xcode-scheme-debug-document-versioning"]], "XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER": [[1294, "xcode-scheme-disable-main-thread-checker"]], "XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS": [[1295, "xcode-scheme-dynamic-library-loads"]], "XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE": [[1296, "xcode-scheme-dynamic-linker-api-usage"]], "XCODE_SCHEME_ENABLE_GPU_API_VALIDATION": [[1297, "xcode-scheme-enable-gpu-api-validation"]], "XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE": [[1298, "xcode-scheme-enable-gpu-frame-capture-mode"]], "XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION": [[1299, "xcode-scheme-enable-gpu-shader-validation"]], "XCODE_SCHEME_ENVIRONMENT": [[1300, "xcode-scheme-environment"]], "XCODE_SCHEME_EXECUTABLE": [[1301, "xcode-scheme-executable"]], "XCODE_SCHEME_GUARD_MALLOC": [[1302, "xcode-scheme-guard-malloc"]], "XCODE_SCHEME_LAUNCH_CONFIGURATION": [[1303, "xcode-scheme-launch-configuration"]], "XCODE_SCHEME_LAUNCH_MODE": [[1304, "xcode-scheme-launch-mode"]], "XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP": [[1305, "xcode-scheme-main-thread-checker-stop"]], "XCODE_SCHEME_MALLOC_GUARD_EDGES": [[1306, "xcode-scheme-malloc-guard-edges"]], "XCODE_SCHEME_MALLOC_SCRIBBLE": [[1307, "xcode-scheme-malloc-scribble"]], "XCODE_SCHEME_MALLOC_STACK": [[1308, "xcode-scheme-malloc-stack"]], "XCODE_SCHEME_THREAD_SANITIZER": [[1309, "xcode-scheme-thread-sanitizer"]], "XCODE_SCHEME_THREAD_SANITIZER_STOP": [[1310, "xcode-scheme-thread-sanitizer-stop"]], "XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER": [[1311, "xcode-scheme-undefined-behaviour-sanitizer"]], "XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP": [[1312, "xcode-scheme-undefined-behaviour-sanitizer-stop"]], "XCODE_SCHEME_WORKING_DIRECTORY": [[1313, "xcode-scheme-working-directory"]], "XCODE_SCHEME_ZOMBIE_OBJECTS": [[1314, "xcode-scheme-zombie-objects"]], "XCODE_VERSION": [[2087, "xcode-version"]], "XCODE_XCCONFIG": [[1315, "xcode-xcconfig"]], "XCTEST": [[1316, "xctest"]], "Xcode": [[246, "xcode"]], "Xcode Generator Considerations": [[1081, "xcode-generator-considerations"], [1082, "xcode-generator-considerations"]], "add_compile_definitions": [[0, "add-compile-definitions"]], "add_compile_options": [[1, "add-compile-options"]], "add_custom_command": [[2, "add-custom-command"]], "add_custom_target": [[3, "add-custom-target"]], "add_definitions": [[4, "add-definitions"]], "add_dependencies": [[5, "add-dependencies"]], "add_executable": [[6, "add-executable"]], "add_library": [[7, "add-library"]], "add_link_options": [[8, "add-link-options"]], "add_subdirectory": [[9, "add-subdirectory"]], "add_test": [[10, "add-test"]], "aux_source_directory": [[11, "aux-source-directory"]], "block": [[12, "block"]], "break": [[13, "break"]], "build_command": [[14, "build-command"]], "build_name": [[15, "build-name"]], "ccmake(1)": [[265, "ccmake-1"]], "cmake(1)": [[287, "cmake-1"]], "cmake-buildsystem(7)": [[266, "cmake-buildsystem-7"]], "cmake-commands(7)": [[267, "cmake-commands-7"]], "cmake-compile-features(7)": [[268, "cmake-compile-features-7"]], "cmake-configure-log(7)": [[269, "cmake-configure-log-7"]], "cmake-cxxmodules(7)": [[270, "cmake-cxxmodules-7"]], "cmake-developer(7)": [[271, "cmake-developer-7"]], "cmake-env-variables(7)": [[272, "cmake-env-variables-7"]], "cmake-file-api(7)": [[273, "cmake-file-api-7"]], "cmake-generator-expressions(7)": [[274, "cmake-generator-expressions-7"]], "cmake-generators(7)": [[275, "cmake-generators-7"]], "cmake-gui tool": [[262, "cmake-gui-tool"]], "cmake-gui(1)": [[276, "cmake-gui-1"]], "cmake-language(7)": [[277, "cmake-language-7"]], "cmake-modules(7)": [[278, "cmake-modules-7"]], "cmake-packages(7)": [[279, "cmake-packages-7"]], "cmake-policies(7)": [[280, "cmake-policies-7"]], "cmake-presets(7)": [[281, "cmake-presets-7"]], "cmake-properties(7)": [[282, "cmake-properties-7"]], "cmake-qt(7)": [[283, "cmake-qt-7"]], "cmake-server(7)": [[284, "cmake-server-7"]], "cmake-toolchains(7)": [[285, "cmake-toolchains-7"]], "cmake-variables(7)": [[286, "cmake-variables-7"]], "cmake_file_api": [[16, "cmake-file-api"]], "cmake_host_system_information": [[17, "cmake-host-system-information"]], "cmake_language": [[18, "cmake-language"]], "cmake_minimum_required": [[19, "cmake-minimum-required"]], "cmake_parse_arguments": [[20, "cmake-parse-arguments"]], "cmake_path": [[21, "cmake-path"]], "cmake_pkg_config": [[22, "cmake-pkg-config"]], "cmake_policy": [[23, "cmake-policy"]], "configure_file": [[24, "configure-file"]], "continue": [[25, "continue"]], "cpack(1)": [[289, "cpack-1"]], "cpack-generators(7)": [[288, "cpack-generators-7"]], "create_test_sourcelist": [[26, "create-test-sourcelist"]], "ctest(1)": [[290, "ctest-1"]], "ctest_build": [[27, "ctest-build"]], "ctest_configure": [[28, "ctest-configure"]], "ctest_coverage": [[29, "ctest-coverage"]], "ctest_empty_binary_directory": [[30, "ctest-empty-binary-directory"]], "ctest_memcheck": [[31, "ctest-memcheck"]], "ctest_read_custom_files": [[32, "ctest-read-custom-files"]], "ctest_run_script": [[33, "ctest-run-script"]], "ctest_sleep": [[34, "ctest-sleep"]], "ctest_start": [[35, "ctest-start"]], "ctest_submit": [[36, "ctest-submit"]], "ctest_test": [[37, "ctest-test"]], "ctest_update": [[38, "ctest-update"]], "ctest_upload": [[39, "ctest-upload"]], "cuBLAS": [[383, "cublas"]], "cuDLA": [[383, "cudla"]], "cuFFT": [[383, "cufft"]], "cuFile": [[383, "cufile"]], "cuLIBOS": [[383, "culibos"]], "cuRAND": [[383, "curand"]], "cuSOLVER": [[383, "cusolver"]], "cuSPARSE": [[383, "cusparse"]], "cupti": [[383, "cupti"]], "define_property": [[40, "define-property"]], "else": [[41, "else"]], "elseif": [[42, "elseif"]], "enable_language": [[43, "enable-language"]], "enable_testing": [[44, "enable-testing"]], "endblock": [[45, "endblock"]], "endforeach": [[46, "endforeach"]], "endfunction": [[47, "endfunction"]], "endif": [[48, "endif"]], "endmacro": [[49, "endmacro"]], "endwhile": [[50, "endwhile"]], "exec_program": [[51, "exec-program"]], "execute_process": [[52, "execute-process"]], "export": [[53, "export"]], "export_library_dependencies": [[54, "export-library-dependencies"]], "file": [[55, "file"]], "find_file": [[56, "find-file"]], "find_library": [[57, "find-library"]], "find_package": [[58, "find-package"]], "find_path": [[59, "find-path"]], "find_program": [[60, "find-program"]], "fltk_wrap_ui": [[61, "fltk-wrap-ui"]], "foreach": [[62, "foreach"]], "function": [[63, "function"]], "get_cmake_property": [[64, "get-cmake-property"]], "get_directory_property": [[65, "get-directory-property"]], "get_filename_component": [[66, "get-filename-component"]], "get_property": [[67, "get-property"]], "get_source_file_property": [[68, "get-source-file-property"]], "get_target_property": [[69, "get-target-property"]], "get_test_property": [[70, "get-test-property"]], "if": [[71, "if"]], "import std Support": [[270, "import-std-support"]], "include": [[72, "include"]], "include_directories": [[73, "include-directories"]], "include_external_msproject": [[74, "include-external-msproject"]], "include_guard": [[75, "include-guard"]], "include_regular_expression": [[76, "include-regular-expression"]], "install": [[77, "install"]], "install_files": [[78, "install-files"]], "install_programs": [[79, "install-programs"]], "install_targets": [[80, "install-targets"]], "link_directories": [[81, "link-directories"]], "link_libraries": [[82, "link-libraries"]], "list": [[83, "list"]], "load_cache": [[84, "load-cache"]], "load_command": [[85, "load-command"]], "macOS Platforms": [[1585, "macos-platforms"]], "macOS-Specific": [[454, "macos-specific"]], "macro": [[86, "macro"]], "make_directory": [[87, "make-directory"]], "mark_as_advanced": [[88, "mark-as-advanced"]], "math": [[89, "math"]], "message": [[90, "message"]], "message-v1 Event": [[269, "message-v1-event"]], "nvBLAS": [[383, "nvblas"]], "nvFatBin": [[383, "nvfatbin"]], "nvGRAPH": [[383, "nvgraph"]], "nvJPEG": [[383, "nvjpeg"]], "nvJitLink": [[383, "nvjitlink"]], "nvPTX Compiler": [[383, "nvptx-compiler"]], "nvRTC": [[383, "nvrtc"]], "nvToolsExt": [[383, "nvtoolsext"]], "nvidia-ML": [[383, "nvidia-ml"]], "nvtx3": [[383, "nvtx3"]], "option": [[91, "option"]], "output_required_files": [[92, "output-required-files"]], "project": [[93, "project"]], "qt_wrap_cpp": [[94, "qt-wrap-cpp"]], "qt_wrap_ui": [[95, "qt-wrap-ui"]], "qtmain.lib on Windows": [[283, "qtmain-lib-on-windows"]], "remove": [[96, "remove"]], "remove_definitions": [[97, "remove-definitions"]], "return": [[98, "return"]], "separate_arguments": [[99, "separate-arguments"]], "set": [[100, "set"]], "set_directory_properties": [[101, "set-directory-properties"]], "set_property": [[102, "set-property"]], "set_source_files_properties": [[103, "set-source-files-properties"]], "set_target_properties": [[104, "set-target-properties"]], "set_tests_properties": [[105, "set-tests-properties"]], "site_name": [[106, "site-name"]], "source_group": [[107, "source-group"]], "string": [[108, "string"]], "subdir_depends": [[109, "subdir-depends"]], "subdirs": [[110, "subdirs"]], "target_compile_definitions": [[111, "target-compile-definitions"]], "target_compile_features": [[112, "target-compile-features"]], "target_compile_options": [[113, "target-compile-options"]], "target_include_directories": [[114, "target-include-directories"]], "target_link_directories": [[115, "target-link-directories"]], "target_link_libraries": [[116, "target-link-libraries"]], "target_link_options": [[117, "target-link-options"]], "target_precompile_headers": [[118, "target-precompile-headers"]], "target_sources": [[119, "target-sources"]], "try_compile": [[120, "try-compile"]], "try_compile-v1 Event": [[269, "try-compile-v1-event"]], "try_run": [[121, "try-run"]], "try_run-v1 Event": [[269, "try-run-v1-event"]], "unset": [[122, "unset"]], "use_mangled_mesa": [[123, "use-mangled-mesa"]], "utility_source": [[124, "utility-source"]], "v1 Client Stateful Query Files": [[273, "v1-client-stateful-query-files"]], "v1 Client Stateless Query Files": [[273, "v1-client-stateless-query-files"]], "v1 Reply File Reference": [[273, "v1-reply-file-reference"]], "v1 Reply Files": [[273, "v1-reply-files"]], "v1 Reply Index File": [[273, "v1-reply-index-file"]], "v1 Shared Stateless Query Files": [[273, "v1-shared-stateless-query-files"]], "variable_requires": [[125, "variable-requires"]], "variable_watch": [[126, "variable-watch"]], "while": [[127, "while"]], "write_file": [[128, "write-file"]]}, "docnames": ["command/add_compile_definitions", "command/add_compile_options", "command/add_custom_command", "command/add_custom_target", "command/add_definitions", "command/add_dependencies", "command/add_executable", "command/add_library", "command/add_link_options", "command/add_subdirectory", "command/add_test", "command/aux_source_directory", "command/block", "command/break", "command/build_command", "command/build_name", "command/cmake_file_api", "command/cmake_host_system_information", "command/cmake_language", "command/cmake_minimum_required", "command/cmake_parse_arguments", "command/cmake_path", "command/cmake_pkg_config", "command/cmake_policy", "command/configure_file", "command/continue", "command/create_test_sourcelist", "command/ctest_build", "command/ctest_configure", "command/ctest_coverage", "command/ctest_empty_binary_directory", "command/ctest_memcheck", "command/ctest_read_custom_files", "command/ctest_run_script", "command/ctest_sleep", "command/ctest_start", "command/ctest_submit", "command/ctest_test", "command/ctest_update", "command/ctest_upload", "command/define_property", "command/else", "command/elseif", "command/enable_language", "command/enable_testing", "command/endblock", "command/endforeach", "command/endfunction", "command/endif", "command/endmacro", "command/endwhile", "command/exec_program", "command/execute_process", "command/export", "command/export_library_dependencies", "command/file", "command/find_file", "command/find_library", "command/find_package", "command/find_path", "command/find_program", "command/fltk_wrap_ui", "command/foreach", "command/function", "command/get_cmake_property", "command/get_directory_property", "command/get_filename_component", "command/get_property", "command/get_source_file_property", "command/get_target_property", "command/get_test_property", "command/if", "command/include", "command/include_directories", "command/include_external_msproject", "command/include_guard", "command/include_regular_expression", "command/install", "command/install_files", "command/install_programs", "command/install_targets", "command/link_directories", "command/link_libraries", "command/list", "command/load_cache", "command/load_command", "command/macro", "command/make_directory", "command/mark_as_advanced", "command/math", "command/message", "command/option", "command/output_required_files", "command/project", "command/qt_wrap_cpp", "command/qt_wrap_ui", "command/remove", "command/remove_definitions", "command/return", "command/separate_arguments", "command/set", "command/set_directory_properties", "command/set_property", "command/set_source_files_properties", "command/set_target_properties", "command/set_tests_properties", "command/site_name", "command/source_group", "command/string", "command/subdir_depends", "command/subdirs", "command/target_compile_definitions", "command/target_compile_features", "command/target_compile_options", "command/target_include_directories", "command/target_link_directories", "command/target_link_libraries", "command/target_link_options", "command/target_precompile_headers", "command/target_sources", "command/try_compile", "command/try_run", "command/unset", "command/use_mangled_mesa", "command/utility_source", "command/variable_requires", "command/variable_watch", "command/while", "command/write_file", "cpack_gen/archive", "cpack_gen/bundle", "cpack_gen/cygwin", "cpack_gen/deb", "cpack_gen/dmg", "cpack_gen/external", "cpack_gen/freebsd", "cpack_gen/ifw", "cpack_gen/innosetup", "cpack_gen/nsis", "cpack_gen/nuget", "cpack_gen/packagemaker", "cpack_gen/productbuild", "cpack_gen/rpm", "cpack_gen/wix", "envvar/ADSP_ROOT", "envvar/ASM_DIALECT", "envvar/ASM_DIALECTFLAGS", "envvar/CC", "envvar/CCMAKE_COLORS", "envvar/CFLAGS", "envvar/CMAKE_APPBUNDLE_PATH", "envvar/CMAKE_APPLE_SILICON_PROCESSOR", "envvar/CMAKE_BUILD_PARALLEL_LEVEL", "envvar/CMAKE_BUILD_TYPE", "envvar/CMAKE_COLOR_DIAGNOSTICS", "envvar/CMAKE_CONFIGURATION_TYPES", "envvar/CMAKE_CONFIG_DIR", "envvar/CMAKE_CONFIG_TYPE", "envvar/CMAKE_CROSSCOMPILING_EMULATOR", "envvar/CMAKE_EXPORT_BUILD_DATABASE", "envvar/CMAKE_EXPORT_COMPILE_COMMANDS", "envvar/CMAKE_FRAMEWORK_PATH", "envvar/CMAKE_GENERATOR", "envvar/CMAKE_GENERATOR_INSTANCE", "envvar/CMAKE_GENERATOR_PLATFORM", "envvar/CMAKE_GENERATOR_TOOLSET", "envvar/CMAKE_INCLUDE_PATH", "envvar/CMAKE_INSTALL_MODE", "envvar/CMAKE_INSTALL_PARALLEL_LEVEL", "envvar/CMAKE_INSTALL_PREFIX", "envvar/CMAKE_LANG_COMPILER_LAUNCHER", "envvar/CMAKE_LANG_IMPLICIT_LINK_DIRECTORIES_EXCLUDE", "envvar/CMAKE_LANG_LINKER_LAUNCHER", "envvar/CMAKE_LIBRARY_PATH", "envvar/CMAKE_MAXIMUM_RECURSION_DEPTH", "envvar/CMAKE_MSVCIDE_RUN_PATH", "envvar/CMAKE_NO_VERBOSE", "envvar/CMAKE_OSX_ARCHITECTURES", "envvar/CMAKE_PREFIX_PATH", "envvar/CMAKE_PROGRAM_PATH", "envvar/CMAKE_TEST_LAUNCHER", "envvar/CMAKE_TLS_VERIFY", "envvar/CMAKE_TLS_VERSION", "envvar/CMAKE_TOOLCHAIN_FILE", "envvar/CSFLAGS", "envvar/CTEST_INTERACTIVE_DEBUG_MODE", "envvar/CTEST_NO_TESTS_ACTION", "envvar/CTEST_OUTPUT_ON_FAILURE", "envvar/CTEST_PARALLEL_LEVEL", "envvar/CTEST_PROGRESS_OUTPUT", "envvar/CTEST_USE_LAUNCHERS_DEFAULT", "envvar/CUDAARCHS", "envvar/CUDACXX", "envvar/CUDAFLAGS", "envvar/CUDAHOSTCXX", "envvar/CXX", "envvar/CXXFLAGS", "envvar/DASHBOARD_TEST_FROM_CTEST", "envvar/DESTDIR", "envvar/FC", "envvar/FFLAGS", "envvar/HIPCXX", "envvar/HIPFLAGS", "envvar/HIPHOSTCXX", "envvar/ISPC", "envvar/ISPCFLAGS", "envvar/LDFLAGS", "envvar/MACOSX_DEPLOYMENT_TARGET", "envvar/OBJC", "envvar/OBJCFLAGS", "envvar/OBJCXX", "envvar/OBJCXXFLAGS", "envvar/PackageName_ROOT", "envvar/RC", "envvar/RCFLAGS", "envvar/SSL_CERT_DIR", "envvar/SSL_CERT_FILE", "envvar/SWIFTC", "envvar/VERBOSE", "generator/Borland Makefiles", "generator/CodeBlocks", "generator/CodeLite", "generator/Eclipse CDT4", "generator/Green Hills MULTI", "generator/Kate", "generator/MSYS Makefiles", "generator/MinGW Makefiles", "generator/NMake Makefiles", "generator/NMake Makefiles JOM", "generator/Ninja", "generator/Ninja Multi-Config", "generator/Sublime Text 2", "generator/Unix Makefiles", "generator/Visual Studio 10 2010", "generator/Visual Studio 11 2012", "generator/Visual Studio 12 2013", "generator/Visual Studio 14 2015", "generator/Visual Studio 15 2017", "generator/Visual Studio 16 2019", "generator/Visual Studio 17 2022", "generator/Visual Studio 6", "generator/Visual Studio 7", "generator/Visual Studio 7 .NET 2003", "generator/Visual Studio 8 2005", "generator/Visual Studio 9 2008", "generator/Watcom WMake", "generator/Xcode", "guide/ide-integration/index", "guide/importing-exporting/index", "guide/tutorial/A Basic Starting Point", "guide/tutorial/Adding Export Configuration", "guide/tutorial/Adding Generator Expressions", "guide/tutorial/Adding Support for a Testing Dashboard", "guide/tutorial/Adding System Introspection", "guide/tutorial/Adding Usage Requirements for a Library", "guide/tutorial/Adding a Custom Command and Generated File", "guide/tutorial/Adding a Library", "guide/tutorial/Installing and Testing", "guide/tutorial/Packaging Debug and Release", "guide/tutorial/Packaging an Installer", "guide/tutorial/Selecting Static or Shared Libraries", "guide/tutorial/index", "guide/user-interaction/index", "guide/using-dependencies/index", "index", "manual/ccmake.1", "manual/cmake-buildsystem.7", "manual/cmake-commands.7", "manual/cmake-compile-features.7", "manual/cmake-configure-log.7", "manual/cmake-cxxmodules.7", "manual/cmake-developer.7", "manual/cmake-env-variables.7", "manual/cmake-file-api.7", "manual/cmake-generator-expressions.7", "manual/cmake-generators.7", "manual/cmake-gui.1", "manual/cmake-language.7", "manual/cmake-modules.7", "manual/cmake-packages.7", "manual/cmake-policies.7", "manual/cmake-presets.7", "manual/cmake-properties.7", "manual/cmake-qt.7", "manual/cmake-server.7", "manual/cmake-toolchains.7", "manual/cmake-variables.7", "manual/cmake.1", "manual/cpack-generators.7", "manual/cpack.1", "manual/ctest.1", "module/AddFileDependencies", "module/AndroidTestUtilities", "module/BundleUtilities", "module/CMakeAddFortranSubdirectory", "module/CMakeBackwardCompatibilityCXX", "module/CMakeDependentOption", "module/CMakeDetermineVSServicePack", "module/CMakeExpandImportedTargets", "module/CMakeFindDependencyMacro", "module/CMakeFindFrameworks", "module/CMakeFindPackageMode", "module/CMakeForceCompiler", "module/CMakeGraphVizOptions", "module/CMakePackageConfigHelpers", "module/CMakeParseArguments", "module/CMakePrintHelpers", "module/CMakePrintSystemInformation", "module/CMakePushCheckState", "module/CMakeVerifyManifest", "module/CPack", "module/CPackArchive", "module/CPackBundle", "module/CPackComponent", "module/CPackCygwin", "module/CPackDMG", "module/CPackDeb", "module/CPackFreeBSD", "module/CPackIFW", "module/CPackIFWConfigureFile", "module/CPackNSIS", "module/CPackNuGet", "module/CPackProductBuild", "module/CPackRPM", "module/CPackWIX", "module/CSharpUtilities", "module/CTest", "module/CTestCoverageCollectGCOV", "module/CTestScriptMode", "module/CTestUseLaunchers", "module/CheckCCompilerFlag", "module/CheckCSourceCompiles", "module/CheckCSourceRuns", "module/CheckCXXCompilerFlag", "module/CheckCXXSourceCompiles", "module/CheckCXXSourceRuns", "module/CheckCXXSymbolExists", "module/CheckCompilerFlag", "module/CheckFortranCompilerFlag", "module/CheckFortranFunctionExists", "module/CheckFortranSourceCompiles", "module/CheckFortranSourceRuns", "module/CheckFunctionExists", "module/CheckIPOSupported", "module/CheckIncludeFile", "module/CheckIncludeFileCXX", "module/CheckIncludeFiles", "module/CheckLanguage", "module/CheckLibraryExists", "module/CheckLinkerFlag", "module/CheckOBJCCompilerFlag", "module/CheckOBJCSourceCompiles", "module/CheckOBJCSourceRuns", "module/CheckOBJCXXCompilerFlag", "module/CheckOBJCXXSourceCompiles", "module/CheckOBJCXXSourceRuns", "module/CheckPIESupported", "module/CheckPrototypeDefinition", "module/CheckSourceCompiles", "module/CheckSourceRuns", "module/CheckStructHasMember", "module/CheckSymbolExists", "module/CheckTypeSize", "module/CheckVariableExists", "module/Dart", "module/DeployQt4", "module/Documentation", "module/ExternalData", "module/ExternalProject", "module/FeatureSummary", "module/FetchContent", "module/FindALSA", "module/FindASPELL", "module/FindAVIFile", "module/FindArmadillo", "module/FindBISON", "module/FindBLAS", "module/FindBZip2", "module/FindBacktrace", "module/FindBoost", "module/FindBullet", "module/FindCABLE", "module/FindCUDA", "module/FindCUDAToolkit", "module/FindCURL", "module/FindCVS", "module/FindCoin3D", "module/FindCups", "module/FindCurses", "module/FindCxxTest", "module/FindCygwin", "module/FindDCMTK", "module/FindDart", "module/FindDevIL", "module/FindDoxygen", "module/FindEXPAT", "module/FindEnvModules", "module/FindFLEX", "module/FindFLTK", "module/FindFLTK2", "module/FindFontconfig", "module/FindFreetype", "module/FindGCCXML", "module/FindGDAL", "module/FindGIF", "module/FindGLEW", "module/FindGLUT", "module/FindGSL", "module/FindGTK", "module/FindGTK2", "module/FindGTest", "module/FindGettext", "module/FindGit", "module/FindGnuTLS", "module/FindGnuplot", "module/FindHDF5", "module/FindHSPELL", "module/FindHTMLHelp", "module/FindHg", "module/FindICU", "module/FindITK", "module/FindIce", "module/FindIconv", "module/FindIcotool", "module/FindImageMagick", "module/FindIntl", "module/FindJNI", "module/FindJPEG", "module/FindJasper", "module/FindJava", "module/FindKDE3", "module/FindKDE4", "module/FindLAPACK", "module/FindLATEX", "module/FindLTTngUST", "module/FindLibArchive", "module/FindLibLZMA", "module/FindLibXml2", "module/FindLibXslt", "module/FindLibinput", "module/FindLua", "module/FindLua50", "module/FindLua51", "module/FindMFC", "module/FindMPEG", "module/FindMPEG2", "module/FindMPI", "module/FindMatlab", "module/FindMotif", "module/FindMsys", "module/FindODBC", "module/FindOpenACC", "module/FindOpenAL", "module/FindOpenCL", "module/FindOpenGL", "module/FindOpenMP", "module/FindOpenSP", "module/FindOpenSSL", "module/FindOpenSceneGraph", "module/FindOpenThreads", "module/FindPHP4", "module/FindPNG", "module/FindPackageHandleStandardArgs", "module/FindPackageMessage", "module/FindPatch", "module/FindPerl", "module/FindPerlLibs", "module/FindPhysFS", "module/FindPike", "module/FindPkgConfig", "module/FindPostgreSQL", "module/FindProducer", "module/FindProtobuf", "module/FindPython", "module/FindPython2", "module/FindPython3", "module/FindPythonInterp", "module/FindPythonLibs", "module/FindQt", "module/FindQt3", "module/FindQt4", "module/FindQuickTime", "module/FindRTI", "module/FindRuby", "module/FindSDL", "module/FindSDL_gfx", "module/FindSDL_image", "module/FindSDL_mixer", "module/FindSDL_net", "module/FindSDL_sound", "module/FindSDL_ttf", "module/FindSQLite3", "module/FindSWIG", "module/FindSelfPackers", "module/FindSquish", "module/FindSubversion", "module/FindTCL", "module/FindTIFF", "module/FindTclStub", "module/FindTclsh", "module/FindThreads", "module/FindUnixCommands", "module/FindVTK", "module/FindVulkan", "module/FindWget", "module/FindWish", "module/FindX11", "module/FindXCTest", "module/FindXMLRPC", "module/FindXalanC", "module/FindXercesC", "module/FindZLIB", "module/Findosg", "module/FindosgAnimation", "module/FindosgDB", "module/FindosgFX", "module/FindosgGA", "module/FindosgIntrospection", "module/FindosgManipulator", "module/FindosgParticle", "module/FindosgPresentation", "module/FindosgProducer", "module/FindosgQt", "module/FindosgShadow", "module/FindosgSim", "module/FindosgTerrain", "module/FindosgText", "module/FindosgUtil", "module/FindosgViewer", "module/FindosgVolume", "module/FindosgWidget", "module/Findosg_functions", "module/FindwxWidgets", "module/FindwxWindows", "module/FortranCInterface", "module/GNUInstallDirs", "module/GenerateExportHeader", "module/GetPrerequisites", "module/GoogleTest", "module/InstallRequiredSystemLibraries", "module/MacroAddFileDependencies", "module/ProcessorCount", "module/SelectLibraryConfigurations", "module/SquishTestScript", "module/TestBigEndian", "module/TestCXXAcceptsFlag", "module/TestForANSIForScope", "module/TestForANSIStreamHeaders", "module/TestForSSTREAM", "module/TestForSTDNamespace", "module/UseEcos", "module/UseJava", "module/UseJavaClassFilelist", "module/UseJavaSymlinks", "module/UsePkgConfig", "module/UseSWIG", "module/Use_wxWindows", "module/UsewxWidgets", "module/WriteBasicConfigVersionFile", "module/WriteCompilerDetectionHeader", "policy/CMP0000", "policy/CMP0001", "policy/CMP0002", "policy/CMP0003", "policy/CMP0004", "policy/CMP0005", "policy/CMP0006", "policy/CMP0007", "policy/CMP0008", "policy/CMP0009", "policy/CMP0010", "policy/CMP0011", "policy/CMP0012", "policy/CMP0013", "policy/CMP0014", "policy/CMP0015", "policy/CMP0016", "policy/CMP0017", "policy/CMP0018", "policy/CMP0019", "policy/CMP0020", "policy/CMP0021", "policy/CMP0022", "policy/CMP0023", "policy/CMP0024", "policy/CMP0025", "policy/CMP0026", "policy/CMP0027", "policy/CMP0028", "policy/CMP0029", "policy/CMP0030", "policy/CMP0031", "policy/CMP0032", "policy/CMP0033", "policy/CMP0034", "policy/CMP0035", "policy/CMP0036", "policy/CMP0037", "policy/CMP0038", "policy/CMP0039", "policy/CMP0040", "policy/CMP0041", "policy/CMP0042", "policy/CMP0043", "policy/CMP0044", "policy/CMP0045", "policy/CMP0046", "policy/CMP0047", "policy/CMP0048", "policy/CMP0049", "policy/CMP0050", "policy/CMP0051", "policy/CMP0052", "policy/CMP0053", "policy/CMP0054", "policy/CMP0055", "policy/CMP0056", "policy/CMP0057", "policy/CMP0058", "policy/CMP0059", "policy/CMP0060", "policy/CMP0061", "policy/CMP0062", "policy/CMP0063", "policy/CMP0064", "policy/CMP0065", "policy/CMP0066", "policy/CMP0067", "policy/CMP0068", "policy/CMP0069", "policy/CMP0070", "policy/CMP0071", "policy/CMP0072", "policy/CMP0073", "policy/CMP0074", "policy/CMP0075", "policy/CMP0076", "policy/CMP0077", "policy/CMP0078", "policy/CMP0079", "policy/CMP0080", "policy/CMP0081", "policy/CMP0082", "policy/CMP0083", "policy/CMP0084", "policy/CMP0085", "policy/CMP0086", "policy/CMP0087", "policy/CMP0088", "policy/CMP0089", "policy/CMP0090", "policy/CMP0091", "policy/CMP0092", "policy/CMP0093", "policy/CMP0094", "policy/CMP0095", "policy/CMP0096", "policy/CMP0097", "policy/CMP0098", "policy/CMP0099", "policy/CMP0100", "policy/CMP0101", "policy/CMP0102", "policy/CMP0103", "policy/CMP0104", "policy/CMP0105", "policy/CMP0106", "policy/CMP0107", "policy/CMP0108", "policy/CMP0109", "policy/CMP0110", "policy/CMP0111", "policy/CMP0112", "policy/CMP0113", "policy/CMP0114", "policy/CMP0115", "policy/CMP0116", "policy/CMP0117", "policy/CMP0118", "policy/CMP0119", "policy/CMP0120", "policy/CMP0121", "policy/CMP0122", "policy/CMP0123", "policy/CMP0124", "policy/CMP0125", "policy/CMP0126", "policy/CMP0127", "policy/CMP0128", "policy/CMP0129", "policy/CMP0130", "policy/CMP0131", "policy/CMP0132", "policy/CMP0133", "policy/CMP0134", "policy/CMP0135", "policy/CMP0136", "policy/CMP0137", "policy/CMP0138", "policy/CMP0139", "policy/CMP0140", "policy/CMP0141", "policy/CMP0142", "policy/CMP0143", "policy/CMP0144", "policy/CMP0145", "policy/CMP0146", "policy/CMP0147", "policy/CMP0148", "policy/CMP0149", "policy/CMP0150", "policy/CMP0151", "policy/CMP0152", "policy/CMP0153", "policy/CMP0154", "policy/CMP0155", "policy/CMP0156", "policy/CMP0157", "policy/CMP0158", "policy/CMP0159", "policy/CMP0160", "policy/CMP0161", "policy/CMP0162", "policy/CMP0163", "policy/CMP0164", "policy/CMP0165", "policy/CMP0166", "policy/CMP0167", "policy/CMP0168", "policy/CMP0169", "policy/CMP0170", "policy/CMP0171", "policy/CMP0172", "policy/CMP0173", "policy/CMP0174", "policy/CMP0175", "policy/CMP0176", "policy/CMP0177", "policy/CMP0178", "policy/CMP0179", "policy/CMP0180", "prop_cache/ADVANCED", "prop_cache/HELPSTRING", "prop_cache/MODIFIED", "prop_cache/STRINGS", "prop_cache/TYPE", "prop_cache/VALUE", "prop_dir/ADDITIONAL_CLEAN_FILES", "prop_dir/ADDITIONAL_MAKE_CLEAN_FILES", "prop_dir/BINARY_DIR", "prop_dir/BUILDSYSTEM_TARGETS", "prop_dir/CACHE_VARIABLES", "prop_dir/CLEAN_NO_CUSTOM", "prop_dir/CMAKE_CONFIGURE_DEPENDS", "prop_dir/COMPILE_DEFINITIONS", "prop_dir/COMPILE_DEFINITIONS_CONFIG", "prop_dir/COMPILE_OPTIONS", "prop_dir/DEFINITIONS", "prop_dir/EXCLUDE_FROM_ALL", "prop_dir/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM", "prop_dir/IMPORTED_TARGETS", "prop_dir/INCLUDE_DIRECTORIES", "prop_dir/INCLUDE_REGULAR_EXPRESSION", "prop_dir/INTERPROCEDURAL_OPTIMIZATION", "prop_dir/INTERPROCEDURAL_OPTIMIZATION_CONFIG", "prop_dir/LABELS", "prop_dir/LINK_DIRECTORIES", "prop_dir/LINK_OPTIONS", "prop_dir/LISTFILE_STACK", "prop_dir/MACROS", "prop_dir/PARENT_DIRECTORY", "prop_dir/RULE_LAUNCH_COMPILE", "prop_dir/RULE_LAUNCH_CUSTOM", "prop_dir/RULE_LAUNCH_LINK", "prop_dir/SOURCE_DIR", "prop_dir/SUBDIRECTORIES", "prop_dir/SYSTEM", "prop_dir/TESTS", "prop_dir/TEST_INCLUDE_FILE", "prop_dir/TEST_INCLUDE_FILES", "prop_dir/VARIABLES", "prop_dir/VS_GLOBAL_SECTION_POST_section", "prop_dir/VS_GLOBAL_SECTION_PRE_section", "prop_dir/VS_STARTUP_PROJECT", "prop_gbl/ALLOW_DUPLICATE_CUSTOM_TARGETS", "prop_gbl/AUTOGEN_SOURCE_GROUP", "prop_gbl/AUTOGEN_TARGETS_FOLDER", "prop_gbl/AUTOMOC_SOURCE_GROUP", "prop_gbl/AUTOMOC_TARGETS_FOLDER", "prop_gbl/AUTORCC_SOURCE_GROUP", "prop_gbl/AUTOUIC_SOURCE_GROUP", "prop_gbl/CMAKE_CUDA_KNOWN_FEATURES", "prop_gbl/CMAKE_CXX_KNOWN_FEATURES", "prop_gbl/CMAKE_C_KNOWN_FEATURES", "prop_gbl/CMAKE_HIP_KNOWN_FEATURES", "prop_gbl/CMAKE_ROLE", "prop_gbl/DEBUG_CONFIGURATIONS", "prop_gbl/DISABLED_FEATURES", "prop_gbl/ECLIPSE_EXTRA_CPROJECT_CONTENTS", "prop_gbl/ECLIPSE_EXTRA_NATURES", "prop_gbl/ENABLED_FEATURES", "prop_gbl/ENABLED_LANGUAGES", "prop_gbl/FIND_LIBRARY_USE_LIB32_PATHS", "prop_gbl/FIND_LIBRARY_USE_LIB64_PATHS", "prop_gbl/FIND_LIBRARY_USE_LIBX32_PATHS", "prop_gbl/FIND_LIBRARY_USE_OPENBSD_VERSIONING", "prop_gbl/GENERATOR_IS_MULTI_CONFIG", "prop_gbl/GLOBAL_DEPENDS_DEBUG_MODE", "prop_gbl/GLOBAL_DEPENDS_NO_CYCLES", "prop_gbl/INSTALL_PARALLEL", "prop_gbl/IN_TRY_COMPILE", "prop_gbl/JOB_POOLS", "prop_gbl/PACKAGES_FOUND", "prop_gbl/PACKAGES_NOT_FOUND", "prop_gbl/PREDEFINED_TARGETS_FOLDER", "prop_gbl/PROPAGATE_TOP_LEVEL_INCLUDES_TO_TRY_COMPILE", "prop_gbl/REPORT_UNDEFINED_PROPERTIES", "prop_gbl/RULE_LAUNCH_COMPILE", "prop_gbl/RULE_LAUNCH_CUSTOM", "prop_gbl/RULE_LAUNCH_LINK", "prop_gbl/RULE_MESSAGES", "prop_gbl/TARGET_ARCHIVES_MAY_BE_SHARED_LIBS", "prop_gbl/TARGET_MESSAGES", "prop_gbl/TARGET_SUPPORTS_SHARED_LIBS", "prop_gbl/USE_FOLDERS", "prop_gbl/XCODE_EMIT_EFFECTIVE_PLATFORM_NAME", "prop_inst/CPACK_DESKTOP_SHORTCUTS", "prop_inst/CPACK_NEVER_OVERWRITE", "prop_inst/CPACK_PERMANENT", "prop_inst/CPACK_STARTUP_SHORTCUTS", "prop_inst/CPACK_START_MENU_SHORTCUTS", "prop_inst/CPACK_WIX_ACL", "prop_sf/ABSTRACT", "prop_sf/AUTORCC_OPTIONS", "prop_sf/AUTOUIC_OPTIONS", "prop_sf/COMPILE_DEFINITIONS", "prop_sf/COMPILE_DEFINITIONS_CONFIG", "prop_sf/COMPILE_FLAGS", "prop_sf/COMPILE_OPTIONS", "prop_sf/CXX_SCAN_FOR_MODULES", "prop_sf/EXTERNAL_OBJECT", "prop_sf/Fortran_FORMAT", "prop_sf/Fortran_PREPROCESS", "prop_sf/GENERATED", "prop_sf/HEADER_FILE_ONLY", "prop_sf/INCLUDE_DIRECTORIES", "prop_sf/KEEP_EXTENSION", "prop_sf/LABELS", "prop_sf/LANGUAGE", "prop_sf/LOCATION", "prop_sf/MACOSX_PACKAGE_LOCATION", "prop_sf/OBJECT_DEPENDS", "prop_sf/OBJECT_OUTPUTS", "prop_sf/SKIP_AUTOGEN", "prop_sf/SKIP_AUTOMOC", "prop_sf/SKIP_AUTORCC", "prop_sf/SKIP_AUTOUIC", "prop_sf/SKIP_LINTING", "prop_sf/SKIP_PRECOMPILE_HEADERS", "prop_sf/SKIP_UNITY_BUILD_INCLUSION", "prop_sf/SYMBOLIC", "prop_sf/Swift_DEPENDENCIES_FILE", "prop_sf/Swift_DIAGNOSTICS_FILE", "prop_sf/UNITY_GROUP", "prop_sf/VS_COPY_TO_OUT_DIR", "prop_sf/VS_CSHARP_tagname", "prop_sf/VS_DEPLOYMENT_CONTENT", "prop_sf/VS_DEPLOYMENT_LOCATION", "prop_sf/VS_INCLUDE_IN_VSIX", "prop_sf/VS_RESOURCE_GENERATOR", "prop_sf/VS_SETTINGS", "prop_sf/VS_SHADER_DISABLE_OPTIMIZATIONS", "prop_sf/VS_SHADER_ENABLE_DEBUG", "prop_sf/VS_SHADER_ENTRYPOINT", "prop_sf/VS_SHADER_FLAGS", "prop_sf/VS_SHADER_MODEL", "prop_sf/VS_SHADER_OBJECT_FILE_NAME", "prop_sf/VS_SHADER_OUTPUT_HEADER_FILE", "prop_sf/VS_SHADER_TYPE", "prop_sf/VS_SHADER_VARIABLE_NAME", "prop_sf/VS_TOOL_OVERRIDE", "prop_sf/VS_XAML_TYPE", "prop_sf/WRAP_EXCLUDE", "prop_sf/XCODE_EXPLICIT_FILE_TYPE", "prop_sf/XCODE_FILE_ATTRIBUTES", "prop_sf/XCODE_LAST_KNOWN_FILE_TYPE", "prop_test/ATTACHED_FILES", "prop_test/ATTACHED_FILES_ON_FAIL", "prop_test/COST", "prop_test/DEPENDS", "prop_test/DISABLED", "prop_test/ENVIRONMENT", "prop_test/ENVIRONMENT_MODIFICATION", "prop_test/FAIL_REGULAR_EXPRESSION", "prop_test/FIXTURES_CLEANUP", "prop_test/FIXTURES_REQUIRED", "prop_test/FIXTURES_SETUP", "prop_test/GENERATED_RESOURCE_SPEC_FILE", "prop_test/LABELS", "prop_test/MEASUREMENT", "prop_test/PASS_REGULAR_EXPRESSION", "prop_test/PROCESSORS", "prop_test/PROCESSOR_AFFINITY", "prop_test/REQUIRED_FILES", "prop_test/RESOURCE_GROUPS", "prop_test/RESOURCE_LOCK", "prop_test/RUN_SERIAL", "prop_test/SKIP_REGULAR_EXPRESSION", "prop_test/SKIP_RETURN_CODE", "prop_test/TIMEOUT", "prop_test/TIMEOUT_AFTER_MATCH", "prop_test/TIMEOUT_SIGNAL_GRACE_PERIOD", "prop_test/TIMEOUT_SIGNAL_NAME", "prop_test/WILL_FAIL", "prop_test/WORKING_DIRECTORY", "prop_tgt/ADDITIONAL_CLEAN_FILES", "prop_tgt/AIX_EXPORT_ALL_SYMBOLS", "prop_tgt/AIX_SHARED_LIBRARY_ARCHIVE", "prop_tgt/ALIASED_TARGET", "prop_tgt/ALIAS_GLOBAL", "prop_tgt/ANDROID_ANT_ADDITIONAL_OPTIONS", "prop_tgt/ANDROID_API", "prop_tgt/ANDROID_API_MIN", "prop_tgt/ANDROID_ARCH", "prop_tgt/ANDROID_ASSETS_DIRECTORIES", "prop_tgt/ANDROID_GUI", "prop_tgt/ANDROID_JAR_DEPENDENCIES", "prop_tgt/ANDROID_JAR_DIRECTORIES", "prop_tgt/ANDROID_JAVA_SOURCE_DIR", "prop_tgt/ANDROID_NATIVE_LIB_DEPENDENCIES", "prop_tgt/ANDROID_NATIVE_LIB_DIRECTORIES", "prop_tgt/ANDROID_PROCESS_MAX", "prop_tgt/ANDROID_PROGUARD", "prop_tgt/ANDROID_PROGUARD_CONFIG_PATH", "prop_tgt/ANDROID_SECURE_PROPS_PATH", "prop_tgt/ANDROID_SKIP_ANT_STEP", "prop_tgt/ANDROID_STL_TYPE", "prop_tgt/ARCHIVE_OUTPUT_DIRECTORY", "prop_tgt/ARCHIVE_OUTPUT_DIRECTORY_CONFIG", "prop_tgt/ARCHIVE_OUTPUT_NAME", "prop_tgt/ARCHIVE_OUTPUT_NAME_CONFIG", "prop_tgt/AUTOGEN_BETTER_GRAPH_MULTI_CONFIG", "prop_tgt/AUTOGEN_BUILD_DIR", "prop_tgt/AUTOGEN_COMMAND_LINE_LENGTH_MAX", "prop_tgt/AUTOGEN_ORIGIN_DEPENDS", "prop_tgt/AUTOGEN_PARALLEL", "prop_tgt/AUTOGEN_TARGET_DEPENDS", "prop_tgt/AUTOGEN_USE_SYSTEM_INCLUDE", "prop_tgt/AUTOMOC", "prop_tgt/AUTOMOC_COMPILER_PREDEFINES", "prop_tgt/AUTOMOC_DEPEND_FILTERS", "prop_tgt/AUTOMOC_EXECUTABLE", "prop_tgt/AUTOMOC_MACRO_NAMES", "prop_tgt/AUTOMOC_MOC_OPTIONS", "prop_tgt/AUTOMOC_PATH_PREFIX", "prop_tgt/AUTORCC", "prop_tgt/AUTORCC_EXECUTABLE", "prop_tgt/AUTORCC_OPTIONS", "prop_tgt/AUTOUIC", "prop_tgt/AUTOUIC_EXECUTABLE", "prop_tgt/AUTOUIC_OPTIONS", "prop_tgt/AUTOUIC_SEARCH_PATHS", "prop_tgt/BINARY_DIR", "prop_tgt/BUILD_RPATH", "prop_tgt/BUILD_RPATH_USE_ORIGIN", "prop_tgt/BUILD_WITH_INSTALL_NAME_DIR", "prop_tgt/BUILD_WITH_INSTALL_RPATH", "prop_tgt/BUNDLE", "prop_tgt/BUNDLE_EXTENSION", "prop_tgt/COMMON_LANGUAGE_RUNTIME", "prop_tgt/COMPATIBLE_INTERFACE_BOOL", "prop_tgt/COMPATIBLE_INTERFACE_NUMBER_MAX", "prop_tgt/COMPATIBLE_INTERFACE_NUMBER_MIN", "prop_tgt/COMPATIBLE_INTERFACE_STRING", "prop_tgt/COMPILE_DEFINITIONS", "prop_tgt/COMPILE_DEFINITIONS_CONFIG", "prop_tgt/COMPILE_FEATURES", "prop_tgt/COMPILE_FLAGS", "prop_tgt/COMPILE_OPTIONS", "prop_tgt/COMPILE_PDB_NAME", "prop_tgt/COMPILE_PDB_NAME_CONFIG", "prop_tgt/COMPILE_PDB_OUTPUT_DIRECTORY", "prop_tgt/COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG", "prop_tgt/COMPILE_WARNING_AS_ERROR", "prop_tgt/CONFIG_OUTPUT_NAME", "prop_tgt/CONFIG_POSTFIX", "prop_tgt/CROSSCOMPILING_EMULATOR", "prop_tgt/CUDA_ARCHITECTURES", "prop_tgt/CUDA_CUBIN_COMPILATION", "prop_tgt/CUDA_EXTENSIONS", "prop_tgt/CUDA_FATBIN_COMPILATION", "prop_tgt/CUDA_OPTIX_COMPILATION", "prop_tgt/CUDA_PTX_COMPILATION", "prop_tgt/CUDA_RESOLVE_DEVICE_SYMBOLS", "prop_tgt/CUDA_RUNTIME_LIBRARY", "prop_tgt/CUDA_SEPARABLE_COMPILATION", "prop_tgt/CUDA_STANDARD", "prop_tgt/CUDA_STANDARD_REQUIRED", "prop_tgt/CXX_EXTENSIONS", "prop_tgt/CXX_MODULE_DIRS", "prop_tgt/CXX_MODULE_DIRS_NAME", "prop_tgt/CXX_MODULE_SET", "prop_tgt/CXX_MODULE_SETS", "prop_tgt/CXX_MODULE_SET_NAME", "prop_tgt/CXX_MODULE_STD", "prop_tgt/CXX_SCAN_FOR_MODULES", "prop_tgt/CXX_STANDARD", "prop_tgt/CXX_STANDARD_REQUIRED", "prop_tgt/C_EXTENSIONS", "prop_tgt/C_STANDARD", "prop_tgt/C_STANDARD_REQUIRED", "prop_tgt/DEBUG_POSTFIX", "prop_tgt/DEFINE_SYMBOL", "prop_tgt/DEPLOYMENT_ADDITIONAL_FILES", "prop_tgt/DEPLOYMENT_REMOTE_DIRECTORY", "prop_tgt/DEPRECATION", "prop_tgt/DISABLE_PRECOMPILE_HEADERS", "prop_tgt/DLL_NAME_WITH_SOVERSION", "prop_tgt/DOTNET_SDK", "prop_tgt/DOTNET_TARGET_FRAMEWORK", "prop_tgt/DOTNET_TARGET_FRAMEWORK_VERSION", "prop_tgt/ENABLE_EXPORTS", "prop_tgt/EXCLUDE_FROM_ALL", "prop_tgt/EXCLUDE_FROM_DEFAULT_BUILD", "prop_tgt/EXCLUDE_FROM_DEFAULT_BUILD_CONFIG", "prop_tgt/EXPORT_BUILD_DATABASE", "prop_tgt/EXPORT_COMPILE_COMMANDS", "prop_tgt/EXPORT_FIND_PACKAGE_NAME", "prop_tgt/EXPORT_NAME", "prop_tgt/EXPORT_NO_SYSTEM", "prop_tgt/EXPORT_PROPERTIES", "prop_tgt/EchoString", "prop_tgt/FOLDER", "prop_tgt/FRAMEWORK", "prop_tgt/FRAMEWORK_MULTI_CONFIG_POSTFIX_CONFIG", "prop_tgt/FRAMEWORK_VERSION", "prop_tgt/Fortran_BUILDING_INSTRINSIC_MODULES", "prop_tgt/Fortran_FORMAT", "prop_tgt/Fortran_MODULE_DIRECTORY", "prop_tgt/Fortran_PREPROCESS", "prop_tgt/GENERATOR_FILE_NAME", "prop_tgt/GHS_INTEGRITY_APP", "prop_tgt/GHS_NO_SOURCE_GROUP_FILE", "prop_tgt/GNUtoMS", "prop_tgt/HAS_CXX", "prop_tgt/HEADER_DIRS", "prop_tgt/HEADER_DIRS_NAME", "prop_tgt/HEADER_SET", "prop_tgt/HEADER_SETS", "prop_tgt/HEADER_SET_NAME", "prop_tgt/HIP_ARCHITECTURES", "prop_tgt/HIP_EXTENSIONS", "prop_tgt/HIP_STANDARD", "prop_tgt/HIP_STANDARD_REQUIRED", "prop_tgt/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM", "prop_tgt/IMPORTED", "prop_tgt/IMPORTED_COMMON_LANGUAGE_RUNTIME", "prop_tgt/IMPORTED_CONFIGURATIONS", "prop_tgt/IMPORTED_CXX_MODULES_COMPILE_DEFINITIONS", "prop_tgt/IMPORTED_CXX_MODULES_COMPILE_FEATURES", "prop_tgt/IMPORTED_CXX_MODULES_COMPILE_OPTIONS", "prop_tgt/IMPORTED_CXX_MODULES_INCLUDE_DIRECTORIES", "prop_tgt/IMPORTED_CXX_MODULES_LINK_LIBRARIES", "prop_tgt/IMPORTED_GLOBAL", "prop_tgt/IMPORTED_IMPLIB", "prop_tgt/IMPORTED_IMPLIB_CONFIG", "prop_tgt/IMPORTED_LIBNAME", "prop_tgt/IMPORTED_LIBNAME_CONFIG", "prop_tgt/IMPORTED_LINK_DEPENDENT_LIBRARIES", "prop_tgt/IMPORTED_LINK_DEPENDENT_LIBRARIES_CONFIG", "prop_tgt/IMPORTED_LINK_INTERFACE_LANGUAGES", "prop_tgt/IMPORTED_LINK_INTERFACE_LANGUAGES_CONFIG", "prop_tgt/IMPORTED_LINK_INTERFACE_LIBRARIES", "prop_tgt/IMPORTED_LINK_INTERFACE_LIBRARIES_CONFIG", "prop_tgt/IMPORTED_LINK_INTERFACE_MULTIPLICITY", "prop_tgt/IMPORTED_LINK_INTERFACE_MULTIPLICITY_CONFIG", "prop_tgt/IMPORTED_LOCATION", "prop_tgt/IMPORTED_LOCATION_CONFIG", "prop_tgt/IMPORTED_NO_SONAME", "prop_tgt/IMPORTED_NO_SONAME_CONFIG", "prop_tgt/IMPORTED_NO_SYSTEM", "prop_tgt/IMPORTED_OBJECTS", "prop_tgt/IMPORTED_OBJECTS_CONFIG", "prop_tgt/IMPORTED_SONAME", "prop_tgt/IMPORTED_SONAME_CONFIG", "prop_tgt/IMPORT_PREFIX", "prop_tgt/IMPORT_SUFFIX", "prop_tgt/INCLUDE_DIRECTORIES", "prop_tgt/INSTALL_NAME_DIR", "prop_tgt/INSTALL_REMOVE_ENVIRONMENT_RPATH", "prop_tgt/INSTALL_RPATH", "prop_tgt/INSTALL_RPATH_USE_LINK_PATH", "prop_tgt/INTERFACE_AUTOMOC_MACRO_NAMES", "prop_tgt/INTERFACE_AUTOUIC_OPTIONS", "prop_tgt/INTERFACE_COMPILE_DEFINITIONS", "prop_tgt/INTERFACE_COMPILE_FEATURES", "prop_tgt/INTERFACE_COMPILE_OPTIONS", "prop_tgt/INTERFACE_CXX_MODULE_SETS", "prop_tgt/INTERFACE_HEADER_SETS", "prop_tgt/INTERFACE_HEADER_SETS_TO_VERIFY", "prop_tgt/INTERFACE_INCLUDE_DIRECTORIES", "prop_tgt/INTERFACE_LINK_DEPENDS", "prop_tgt/INTERFACE_LINK_DIRECTORIES", "prop_tgt/INTERFACE_LINK_LIBRARIES", "prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT", "prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE", "prop_tgt/INTERFACE_LINK_OPTIONS", "prop_tgt/INTERFACE_POSITION_INDEPENDENT_CODE", "prop_tgt/INTERFACE_PRECOMPILE_HEADERS", "prop_tgt/INTERFACE_SOURCES", "prop_tgt/INTERFACE_SYSTEM_INCLUDE_DIRECTORIES", "prop_tgt/INTERPROCEDURAL_OPTIMIZATION", "prop_tgt/INTERPROCEDURAL_OPTIMIZATION_CONFIG", "prop_tgt/IOS_INSTALL_COMBINED", "prop_tgt/ISPC_HEADER_DIRECTORY", "prop_tgt/ISPC_HEADER_SUFFIX", "prop_tgt/ISPC_INSTRUCTION_SETS", "prop_tgt/JOB_POOL_COMPILE", "prop_tgt/JOB_POOL_LINK", "prop_tgt/JOB_POOL_PRECOMPILE_HEADER", "prop_tgt/LABELS", "prop_tgt/LANG_CLANG_TIDY", "prop_tgt/LANG_CLANG_TIDY_EXPORT_FIXES_DIR", "prop_tgt/LANG_COMPILER_LAUNCHER", "prop_tgt/LANG_CPPCHECK", "prop_tgt/LANG_CPPLINT", "prop_tgt/LANG_EXTENSIONS", "prop_tgt/LANG_INCLUDE_WHAT_YOU_USE", "prop_tgt/LANG_LINKER_LAUNCHER", "prop_tgt/LANG_STANDARD", "prop_tgt/LANG_STANDARD_REQUIRED", "prop_tgt/LANG_VISIBILITY_PRESET", "prop_tgt/LIBRARY_OUTPUT_DIRECTORY", "prop_tgt/LIBRARY_OUTPUT_DIRECTORY_CONFIG", "prop_tgt/LIBRARY_OUTPUT_NAME", "prop_tgt/LIBRARY_OUTPUT_NAME_CONFIG", "prop_tgt/LINKER_LANGUAGE", "prop_tgt/LINKER_TYPE", "prop_tgt/LINK_DEPENDS", "prop_tgt/LINK_DEPENDS_NO_SHARED", "prop_tgt/LINK_DIRECTORIES", "prop_tgt/LINK_FLAGS", "prop_tgt/LINK_FLAGS_CONFIG", "prop_tgt/LINK_INTERFACE_LIBRARIES", "prop_tgt/LINK_INTERFACE_LIBRARIES_CONFIG", "prop_tgt/LINK_INTERFACE_MULTIPLICITY", "prop_tgt/LINK_INTERFACE_MULTIPLICITY_CONFIG", "prop_tgt/LINK_LIBRARIES", "prop_tgt/LINK_LIBRARIES_ONLY_TARGETS", "prop_tgt/LINK_LIBRARIES_STRATEGY", "prop_tgt/LINK_LIBRARY_OVERRIDE", "prop_tgt/LINK_LIBRARY_OVERRIDE_LIBRARY", "prop_tgt/LINK_OPTIONS", "prop_tgt/LINK_SEARCH_END_STATIC", "prop_tgt/LINK_SEARCH_START_STATIC", "prop_tgt/LINK_WHAT_YOU_USE", "prop_tgt/LOCATION", "prop_tgt/LOCATION_CONFIG", "prop_tgt/MACHO_COMPATIBILITY_VERSION", "prop_tgt/MACHO_CURRENT_VERSION", "prop_tgt/MACOSX_BUNDLE", "prop_tgt/MACOSX_BUNDLE_INFO_PLIST", "prop_tgt/MACOSX_FRAMEWORK_INFO_PLIST", "prop_tgt/MACOSX_RPATH", "prop_tgt/MANUALLY_ADDED_DEPENDENCIES", "prop_tgt/MAP_IMPORTED_CONFIG_CONFIG", "prop_tgt/MSVC_DEBUG_INFORMATION_FORMAT", "prop_tgt/MSVC_RUNTIME_LIBRARY", "prop_tgt/NAME", "prop_tgt/NO_SONAME", "prop_tgt/NO_SYSTEM_FROM_IMPORTED", "prop_tgt/OBJCXX_EXTENSIONS", "prop_tgt/OBJCXX_STANDARD", "prop_tgt/OBJCXX_STANDARD_REQUIRED", "prop_tgt/OBJC_EXTENSIONS", "prop_tgt/OBJC_STANDARD", "prop_tgt/OBJC_STANDARD_REQUIRED", "prop_tgt/OPTIMIZE_DEPENDENCIES", "prop_tgt/OSX_ARCHITECTURES", "prop_tgt/OSX_ARCHITECTURES_CONFIG", "prop_tgt/OUTPUT_NAME", "prop_tgt/OUTPUT_NAME_CONFIG", "prop_tgt/PCH_INSTANTIATE_TEMPLATES", "prop_tgt/PCH_WARN_INVALID", "prop_tgt/PDB_NAME", "prop_tgt/PDB_NAME_CONFIG", "prop_tgt/PDB_OUTPUT_DIRECTORY", "prop_tgt/PDB_OUTPUT_DIRECTORY_CONFIG", "prop_tgt/POSITION_INDEPENDENT_CODE", "prop_tgt/POST_INSTALL_SCRIPT", "prop_tgt/PRECOMPILE_HEADERS", "prop_tgt/PRECOMPILE_HEADERS_REUSE_FROM", "prop_tgt/PREFIX", "prop_tgt/PRE_INSTALL_SCRIPT", "prop_tgt/PRIVATE_HEADER", "prop_tgt/PROJECT_LABEL", "prop_tgt/PUBLIC_HEADER", "prop_tgt/RESOURCE", "prop_tgt/RULE_LAUNCH_COMPILE", "prop_tgt/RULE_LAUNCH_CUSTOM", "prop_tgt/RULE_LAUNCH_LINK", "prop_tgt/RUNTIME_OUTPUT_DIRECTORY", "prop_tgt/RUNTIME_OUTPUT_DIRECTORY_CONFIG", "prop_tgt/RUNTIME_OUTPUT_NAME", "prop_tgt/RUNTIME_OUTPUT_NAME_CONFIG", "prop_tgt/SKIP_BUILD_RPATH", "prop_tgt/SOURCES", "prop_tgt/SOURCE_DIR", "prop_tgt/SOVERSION", "prop_tgt/STATIC_LIBRARY_FLAGS", "prop_tgt/STATIC_LIBRARY_FLAGS_CONFIG", "prop_tgt/STATIC_LIBRARY_OPTIONS", "prop_tgt/SUFFIX", "prop_tgt/SYSTEM", "prop_tgt/Swift_COMPILATION_MODE", "prop_tgt/Swift_DEPENDENCIES_FILE", "prop_tgt/Swift_LANGUAGE_VERSION", "prop_tgt/Swift_MODULE_DIRECTORY", "prop_tgt/Swift_MODULE_NAME", "prop_tgt/TEST_LAUNCHER", "prop_tgt/TRANSITIVE_COMPILE_PROPERTIES", "prop_tgt/TRANSITIVE_LINK_PROPERTIES", "prop_tgt/TYPE", "prop_tgt/UNITY_BUILD", "prop_tgt/UNITY_BUILD_BATCH_SIZE", "prop_tgt/UNITY_BUILD_CODE_AFTER_INCLUDE", "prop_tgt/UNITY_BUILD_CODE_BEFORE_INCLUDE", "prop_tgt/UNITY_BUILD_MODE", "prop_tgt/UNITY_BUILD_UNIQUE_ID", "prop_tgt/VERIFY_INTERFACE_HEADER_SETS", "prop_tgt/VERSION", "prop_tgt/VISIBILITY_INLINES_HIDDEN", "prop_tgt/VS_CONFIGURATION_TYPE", "prop_tgt/VS_DEBUGGER_COMMAND", "prop_tgt/VS_DEBUGGER_COMMAND_ARGUMENTS", "prop_tgt/VS_DEBUGGER_ENVIRONMENT", "prop_tgt/VS_DEBUGGER_WORKING_DIRECTORY", "prop_tgt/VS_DESKTOP_EXTENSIONS_VERSION", "prop_tgt/VS_DOTNET_DOCUMENTATION_FILE", "prop_tgt/VS_DOTNET_REFERENCEPROP_refname_TAG_tagname", "prop_tgt/VS_DOTNET_REFERENCES", "prop_tgt/VS_DOTNET_REFERENCES_COPY_LOCAL", "prop_tgt/VS_DOTNET_REFERENCE_refname", "prop_tgt/VS_DOTNET_STARTUP_OBJECT", "prop_tgt/VS_DOTNET_TARGET_FRAMEWORK_VERSION", "prop_tgt/VS_DPI_AWARE", "prop_tgt/VS_FILTER_PROPS", "prop_tgt/VS_FRAMEWORK_REFERENCES", "prop_tgt/VS_GLOBAL_KEYWORD", "prop_tgt/VS_GLOBAL_PROJECT_TYPES", "prop_tgt/VS_GLOBAL_ROOTNAMESPACE", "prop_tgt/VS_GLOBAL_variable", "prop_tgt/VS_IOT_EXTENSIONS_VERSION", "prop_tgt/VS_IOT_STARTUP_TASK", "prop_tgt/VS_JUST_MY_CODE_DEBUGGING", "prop_tgt/VS_KEYWORD", "prop_tgt/VS_MOBILE_EXTENSIONS_VERSION", "prop_tgt/VS_NO_COMPILE_BATCHING", "prop_tgt/VS_NO_SOLUTION_DEPLOY", "prop_tgt/VS_PACKAGE_REFERENCES", "prop_tgt/VS_PLATFORM_TOOLSET", "prop_tgt/VS_PROJECT_IMPORT", "prop_tgt/VS_SCC_AUXPATH", "prop_tgt/VS_SCC_LOCALPATH", "prop_tgt/VS_SCC_PROJECTNAME", "prop_tgt/VS_SCC_PROVIDER", "prop_tgt/VS_SDK_REFERENCES", "prop_tgt/VS_SOLUTION_DEPLOY", "prop_tgt/VS_SOURCE_SETTINGS_tool", "prop_tgt/VS_USER_PROPS", "prop_tgt/VS_USE_DEBUG_LIBRARIES", "prop_tgt/VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION", "prop_tgt/VS_WINRT_COMPONENT", "prop_tgt/VS_WINRT_EXTENSIONS", "prop_tgt/VS_WINRT_REFERENCES", "prop_tgt/WATCOM_RUNTIME_LIBRARY", "prop_tgt/WIN32_EXECUTABLE", "prop_tgt/WINDOWS_EXPORT_ALL_SYMBOLS", "prop_tgt/XCODE_ATTRIBUTE_an-attribute", "prop_tgt/XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY", "prop_tgt/XCODE_EMBED_FRAMEWORKS_REMOVE_HEADERS_ON_COPY", "prop_tgt/XCODE_EMBED_type", "prop_tgt/XCODE_EMBED_type_CODE_SIGN_ON_COPY", "prop_tgt/XCODE_EMBED_type_PATH", "prop_tgt/XCODE_EMBED_type_REMOVE_HEADERS_ON_COPY", "prop_tgt/XCODE_EXPLICIT_FILE_TYPE", "prop_tgt/XCODE_GENERATE_SCHEME", "prop_tgt/XCODE_LINK_BUILD_PHASE_MODE", "prop_tgt/XCODE_PRODUCT_TYPE", "prop_tgt/XCODE_SCHEME_ADDRESS_SANITIZER", "prop_tgt/XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN", "prop_tgt/XCODE_SCHEME_ARGUMENTS", "prop_tgt/XCODE_SCHEME_DEBUG_AS_ROOT", "prop_tgt/XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING", "prop_tgt/XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER", "prop_tgt/XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS", "prop_tgt/XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE", "prop_tgt/XCODE_SCHEME_ENABLE_GPU_API_VALIDATION", "prop_tgt/XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE", "prop_tgt/XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION", "prop_tgt/XCODE_SCHEME_ENVIRONMENT", "prop_tgt/XCODE_SCHEME_EXECUTABLE", "prop_tgt/XCODE_SCHEME_GUARD_MALLOC", "prop_tgt/XCODE_SCHEME_LAUNCH_CONFIGURATION", "prop_tgt/XCODE_SCHEME_LAUNCH_MODE", "prop_tgt/XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP", "prop_tgt/XCODE_SCHEME_MALLOC_GUARD_EDGES", "prop_tgt/XCODE_SCHEME_MALLOC_SCRIBBLE", "prop_tgt/XCODE_SCHEME_MALLOC_STACK", "prop_tgt/XCODE_SCHEME_THREAD_SANITIZER", "prop_tgt/XCODE_SCHEME_THREAD_SANITIZER_STOP", "prop_tgt/XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER", "prop_tgt/XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP", "prop_tgt/XCODE_SCHEME_WORKING_DIRECTORY", "prop_tgt/XCODE_SCHEME_ZOMBIE_OBJECTS", "prop_tgt/XCODE_XCCONFIG", "prop_tgt/XCTEST", "release/3.0", "release/3.1", "release/3.10", "release/3.11", "release/3.12", "release/3.13", "release/3.14", "release/3.15", "release/3.16", "release/3.17", "release/3.18", "release/3.19", "release/3.2", "release/3.20", "release/3.21", "release/3.22", "release/3.23", "release/3.24", "release/3.25", "release/3.26", "release/3.27", "release/3.28", "release/3.29", "release/3.3", "release/3.30", "release/3.31", "release/3.4", "release/3.5", "release/3.6", "release/3.7", "release/3.8", "release/3.9", "release/index", "variable/ANDROID", "variable/APPLE", "variable/BORLAND", "variable/BSD", "variable/BUILD_SHARED_LIBS", "variable/CACHE", "variable/CMAKE_ABSOLUTE_DESTINATION_FILES", "variable/CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY", "variable/CMAKE_ADSP_ROOT", "variable/CMAKE_AIX_EXPORT_ALL_SYMBOLS", "variable/CMAKE_AIX_SHARED_LIBRARY_ARCHIVE", "variable/CMAKE_ANDROID_ANT_ADDITIONAL_OPTIONS", "variable/CMAKE_ANDROID_API", "variable/CMAKE_ANDROID_API_MIN", "variable/CMAKE_ANDROID_ARCH", "variable/CMAKE_ANDROID_ARCH_ABI", "variable/CMAKE_ANDROID_ARM_MODE", "variable/CMAKE_ANDROID_ARM_NEON", "variable/CMAKE_ANDROID_ASSETS_DIRECTORIES", "variable/CMAKE_ANDROID_EXCEPTIONS", "variable/CMAKE_ANDROID_GUI", "variable/CMAKE_ANDROID_JAR_DEPENDENCIES", "variable/CMAKE_ANDROID_JAR_DIRECTORIES", "variable/CMAKE_ANDROID_JAVA_SOURCE_DIR", "variable/CMAKE_ANDROID_NATIVE_LIB_DEPENDENCIES", "variable/CMAKE_ANDROID_NATIVE_LIB_DIRECTORIES", "variable/CMAKE_ANDROID_NDK", "variable/CMAKE_ANDROID_NDK_DEPRECATED_HEADERS", "variable/CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG", "variable/CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION", "variable/CMAKE_ANDROID_NDK_VERSION", "variable/CMAKE_ANDROID_PROCESS_MAX", "variable/CMAKE_ANDROID_PROGUARD", "variable/CMAKE_ANDROID_PROGUARD_CONFIG_PATH", "variable/CMAKE_ANDROID_RTTI", "variable/CMAKE_ANDROID_SECURE_PROPS_PATH", "variable/CMAKE_ANDROID_SKIP_ANT_STEP", "variable/CMAKE_ANDROID_STANDALONE_TOOLCHAIN", "variable/CMAKE_ANDROID_STL_TYPE", "variable/CMAKE_APPBUNDLE_PATH", "variable/CMAKE_APPLE_SILICON_PROCESSOR", "variable/CMAKE_AR", "variable/CMAKE_ARCHIVE_OUTPUT_DIRECTORY", "variable/CMAKE_ARCHIVE_OUTPUT_DIRECTORY_CONFIG", "variable/CMAKE_ARGC", "variable/CMAKE_ARGV0", "variable/CMAKE_AUTOGEN_BETTER_GRAPH_MULTI_CONFIG", "variable/CMAKE_AUTOGEN_COMMAND_LINE_LENGTH_MAX", "variable/CMAKE_AUTOGEN_ORIGIN_DEPENDS", "variable/CMAKE_AUTOGEN_PARALLEL", "variable/CMAKE_AUTOGEN_USE_SYSTEM_INCLUDE", "variable/CMAKE_AUTOGEN_VERBOSE", "variable/CMAKE_AUTOMOC", "variable/CMAKE_AUTOMOC_COMPILER_PREDEFINES", "variable/CMAKE_AUTOMOC_DEPEND_FILTERS", "variable/CMAKE_AUTOMOC_EXECUTABLE", "variable/CMAKE_AUTOMOC_MACRO_NAMES", "variable/CMAKE_AUTOMOC_MOC_OPTIONS", "variable/CMAKE_AUTOMOC_PATH_PREFIX", "variable/CMAKE_AUTOMOC_RELAXED_MODE", "variable/CMAKE_AUTORCC", "variable/CMAKE_AUTORCC_EXECUTABLE", "variable/CMAKE_AUTORCC_OPTIONS", "variable/CMAKE_AUTOUIC", "variable/CMAKE_AUTOUIC_EXECUTABLE", "variable/CMAKE_AUTOUIC_OPTIONS", "variable/CMAKE_AUTOUIC_SEARCH_PATHS", "variable/CMAKE_BACKWARDS_COMPATIBILITY", "variable/CMAKE_BINARY_DIR", "variable/CMAKE_BUILD_RPATH", "variable/CMAKE_BUILD_RPATH_USE_ORIGIN", "variable/CMAKE_BUILD_TOOL", "variable/CMAKE_BUILD_TYPE", "variable/CMAKE_BUILD_WITH_INSTALL_NAME_DIR", "variable/CMAKE_BUILD_WITH_INSTALL_RPATH", "variable/CMAKE_CACHEFILE_DIR", "variable/CMAKE_CACHE_MAJOR_VERSION", "variable/CMAKE_CACHE_MINOR_VERSION", "variable/CMAKE_CACHE_PATCH_VERSION", "variable/CMAKE_CFG_INTDIR", "variable/CMAKE_CLANG_VFS_OVERLAY", "variable/CMAKE_CL_64", "variable/CMAKE_CODEBLOCKS_COMPILER_ID", "variable/CMAKE_CODEBLOCKS_EXCLUDE_EXTERNAL_FILES", "variable/CMAKE_CODELITE_USE_TARGETS", "variable/CMAKE_COLOR_DIAGNOSTICS", "variable/CMAKE_COLOR_MAKEFILE", "variable/CMAKE_COMMAND", "variable/CMAKE_COMPILER_2005", "variable/CMAKE_COMPILER_IS_GNUCC", "variable/CMAKE_COMPILER_IS_GNUCXX", "variable/CMAKE_COMPILER_IS_GNUG77", "variable/CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY", "variable/CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG", "variable/CMAKE_COMPILE_WARNING_AS_ERROR", "variable/CMAKE_CONFIGURATION_TYPES", "variable/CMAKE_CONFIG_POSTFIX", "variable/CMAKE_CPACK_COMMAND", "variable/CMAKE_CROSSCOMPILING", "variable/CMAKE_CROSSCOMPILING_EMULATOR", "variable/CMAKE_CROSS_CONFIGS", "variable/CMAKE_CTEST_ARGUMENTS", "variable/CMAKE_CTEST_COMMAND", "variable/CMAKE_CUDA_ARCHITECTURES", "variable/CMAKE_CUDA_COMPILE_FEATURES", "variable/CMAKE_CUDA_EXTENSIONS", "variable/CMAKE_CUDA_HOST_COMPILER", "variable/CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS", "variable/CMAKE_CUDA_RUNTIME_LIBRARY", "variable/CMAKE_CUDA_SEPARABLE_COMPILATION", "variable/CMAKE_CUDA_STANDARD", "variable/CMAKE_CUDA_STANDARD_REQUIRED", "variable/CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES", "variable/CMAKE_CURRENT_BINARY_DIR", "variable/CMAKE_CURRENT_FUNCTION", "variable/CMAKE_CURRENT_FUNCTION_LIST_DIR", "variable/CMAKE_CURRENT_FUNCTION_LIST_FILE", "variable/CMAKE_CURRENT_FUNCTION_LIST_LINE", "variable/CMAKE_CURRENT_LIST_DIR", "variable/CMAKE_CURRENT_LIST_FILE", "variable/CMAKE_CURRENT_LIST_LINE", "variable/CMAKE_CURRENT_SOURCE_DIR", "variable/CMAKE_CXX_COMPILER_IMPORT_STD", "variable/CMAKE_CXX_COMPILE_FEATURES", "variable/CMAKE_CXX_EXTENSIONS", "variable/CMAKE_CXX_MODULE_STD", "variable/CMAKE_CXX_SCAN_FOR_MODULES", "variable/CMAKE_CXX_STANDARD", "variable/CMAKE_CXX_STANDARD_REQUIRED", "variable/CMAKE_C_COMPILE_FEATURES", "variable/CMAKE_C_EXTENSIONS", "variable/CMAKE_C_STANDARD", "variable/CMAKE_C_STANDARD_REQUIRED", "variable/CMAKE_DEBUG_POSTFIX", "variable/CMAKE_DEBUG_TARGET_PROPERTIES", "variable/CMAKE_DEFAULT_BUILD_TYPE", "variable/CMAKE_DEFAULT_CONFIGS", "variable/CMAKE_DEPENDS_IN_PROJECT_ONLY", "variable/CMAKE_DEPENDS_USE_COMPILER", "variable/CMAKE_DIRECTORY_LABELS", "variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName", "variable/CMAKE_DISABLE_PRECOMPILE_HEADERS", "variable/CMAKE_DLL_NAME_WITH_SOVERSION", "variable/CMAKE_DL_LIBS", "variable/CMAKE_DOTNET_SDK", "variable/CMAKE_DOTNET_TARGET_FRAMEWORK", "variable/CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION", "variable/CMAKE_ECLIPSE_GENERATE_LINKED_RESOURCES", "variable/CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT", "variable/CMAKE_ECLIPSE_MAKE_ARGUMENTS", "variable/CMAKE_ECLIPSE_RESOURCE_ENCODING", "variable/CMAKE_ECLIPSE_VERSION", "variable/CMAKE_EDIT_COMMAND", "variable/CMAKE_ENABLE_EXPORTS", "variable/CMAKE_ERROR_DEPRECATED", "variable/CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION", "variable/CMAKE_EXECUTABLE_ENABLE_EXPORTS", "variable/CMAKE_EXECUTABLE_SUFFIX", "variable/CMAKE_EXECUTABLE_SUFFIX_LANG", "variable/CMAKE_EXECUTE_PROCESS_COMMAND_ECHO", "variable/CMAKE_EXE_LINKER_FLAGS", "variable/CMAKE_EXE_LINKER_FLAGS_CONFIG", "variable/CMAKE_EXE_LINKER_FLAGS_CONFIG_INIT", "variable/CMAKE_EXE_LINKER_FLAGS_INIT", "variable/CMAKE_EXPORT_BUILD_DATABASE", "variable/CMAKE_EXPORT_COMPILE_COMMANDS", "variable/CMAKE_EXPORT_FIND_PACKAGE_NAME", "variable/CMAKE_EXPORT_NO_PACKAGE_REGISTRY", "variable/CMAKE_EXPORT_PACKAGE_REGISTRY", "variable/CMAKE_EXTRA_GENERATOR", "variable/CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES", "variable/CMAKE_FIND_APPBUNDLE", "variable/CMAKE_FIND_DEBUG_MODE", "variable/CMAKE_FIND_FRAMEWORK", "variable/CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX", "variable/CMAKE_FIND_LIBRARY_PREFIXES", "variable/CMAKE_FIND_LIBRARY_SUFFIXES", "variable/CMAKE_FIND_NO_INSTALL_PREFIX", "variable/CMAKE_FIND_PACKAGE_NAME", "variable/CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY", "variable/CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY", "variable/CMAKE_FIND_PACKAGE_PREFER_CONFIG", "variable/CMAKE_FIND_PACKAGE_REDIRECTS_DIR", "variable/CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS", "variable/CMAKE_FIND_PACKAGE_SORT_DIRECTION", "variable/CMAKE_FIND_PACKAGE_SORT_ORDER", "variable/CMAKE_FIND_PACKAGE_TARGETS_GLOBAL", "variable/CMAKE_FIND_PACKAGE_WARN_NO_MODULE", "variable/CMAKE_FIND_ROOT_PATH", "variable/CMAKE_FIND_ROOT_PATH_MODE_INCLUDE", "variable/CMAKE_FIND_ROOT_PATH_MODE_LIBRARY", "variable/CMAKE_FIND_ROOT_PATH_MODE_PACKAGE", "variable/CMAKE_FIND_ROOT_PATH_MODE_PROGRAM", "variable/CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", "variable/CMAKE_FIND_USE_CMAKE_PATH", "variable/CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", "variable/CMAKE_FIND_USE_INSTALL_PREFIX", "variable/CMAKE_FIND_USE_PACKAGE_REGISTRY", "variable/CMAKE_FIND_USE_PACKAGE_ROOT_PATH", "variable/CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", "variable/CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", "variable/CMAKE_FOLDER", "variable/CMAKE_FRAMEWORK", "variable/CMAKE_FRAMEWORK_MULTI_CONFIG_POSTFIX_CONFIG", "variable/CMAKE_FRAMEWORK_PATH", "variable/CMAKE_Fortran_FORMAT", "variable/CMAKE_Fortran_MODDIR_DEFAULT", "variable/CMAKE_Fortran_MODDIR_FLAG", "variable/CMAKE_Fortran_MODOUT_FLAG", "variable/CMAKE_Fortran_MODULE_DIRECTORY", "variable/CMAKE_Fortran_PREPROCESS", "variable/CMAKE_GENERATOR", "variable/CMAKE_GENERATOR_INSTANCE", "variable/CMAKE_GENERATOR_PLATFORM", "variable/CMAKE_GENERATOR_TOOLSET", "variable/CMAKE_GHS_NO_SOURCE_GROUP_FILE", "variable/CMAKE_GLOBAL_AUTOGEN_TARGET", "variable/CMAKE_GLOBAL_AUTOGEN_TARGET_NAME", "variable/CMAKE_GLOBAL_AUTORCC_TARGET", "variable/CMAKE_GLOBAL_AUTORCC_TARGET_NAME", "variable/CMAKE_GNUtoMS", "variable/CMAKE_HIP_ARCHITECTURES", "variable/CMAKE_HIP_COMPILE_FEATURES", "variable/CMAKE_HIP_EXTENSIONS", "variable/CMAKE_HIP_PLATFORM", "variable/CMAKE_HIP_STANDARD", "variable/CMAKE_HIP_STANDARD_REQUIRED", "variable/CMAKE_HOME_DIRECTORY", "variable/CMAKE_HOST_APPLE", "variable/CMAKE_HOST_BSD", "variable/CMAKE_HOST_EXECUTABLE_SUFFIX", "variable/CMAKE_HOST_LINUX", "variable/CMAKE_HOST_SOLARIS", "variable/CMAKE_HOST_SYSTEM", "variable/CMAKE_HOST_SYSTEM_NAME", "variable/CMAKE_HOST_SYSTEM_PROCESSOR", "variable/CMAKE_HOST_SYSTEM_VERSION", "variable/CMAKE_HOST_UNIX", "variable/CMAKE_HOST_WIN32", "variable/CMAKE_IGNORE_PATH", "variable/CMAKE_IGNORE_PREFIX_PATH", "variable/CMAKE_IMPORT_LIBRARY_PREFIX", "variable/CMAKE_IMPORT_LIBRARY_SUFFIX", "variable/CMAKE_INCLUDE_CURRENT_DIR", "variable/CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE", "variable/CMAKE_INCLUDE_DIRECTORIES_BEFORE", "variable/CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE", "variable/CMAKE_INCLUDE_PATH", "variable/CMAKE_INSTALL_DEFAULT_COMPONENT_NAME", "variable/CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS", "variable/CMAKE_INSTALL_MESSAGE", "variable/CMAKE_INSTALL_NAME_DIR", "variable/CMAKE_INSTALL_PREFIX", "variable/CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT", "variable/CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH", "variable/CMAKE_INSTALL_RPATH", "variable/CMAKE_INSTALL_RPATH_USE_LINK_PATH", "variable/CMAKE_INTERNAL_PLATFORM_ABI", "variable/CMAKE_INTERPROCEDURAL_OPTIMIZATION", "variable/CMAKE_INTERPROCEDURAL_OPTIMIZATION_CONFIG", "variable/CMAKE_IOS_INSTALL_COMBINED", "variable/CMAKE_ISPC_HEADER_DIRECTORY", "variable/CMAKE_ISPC_HEADER_SUFFIX", "variable/CMAKE_ISPC_INSTRUCTION_SETS", "variable/CMAKE_JOB_POOLS", "variable/CMAKE_JOB_POOL_COMPILE", "variable/CMAKE_JOB_POOL_LINK", "variable/CMAKE_JOB_POOL_PRECOMPILE_HEADER", "variable/CMAKE_KATE_FILES_MODE", "variable/CMAKE_KATE_MAKE_ARGUMENTS", "variable/CMAKE_LANG_ANDROID_TOOLCHAIN_MACHINE", "variable/CMAKE_LANG_ANDROID_TOOLCHAIN_PREFIX", "variable/CMAKE_LANG_ANDROID_TOOLCHAIN_SUFFIX", "variable/CMAKE_LANG_ARCHIVE_APPEND", "variable/CMAKE_LANG_ARCHIVE_CREATE", "variable/CMAKE_LANG_ARCHIVE_FINISH", "variable/CMAKE_LANG_BYTE_ORDER", "variable/CMAKE_LANG_CLANG_TIDY", "variable/CMAKE_LANG_CLANG_TIDY_EXPORT_FIXES_DIR", "variable/CMAKE_LANG_COMPILER", "variable/CMAKE_LANG_COMPILER_ABI", "variable/CMAKE_LANG_COMPILER_AR", "variable/CMAKE_LANG_COMPILER_ARCHITECTURE_ID", "variable/CMAKE_LANG_COMPILER_EXTERNAL_TOOLCHAIN", "variable/CMAKE_LANG_COMPILER_FRONTEND_VARIANT", "variable/CMAKE_LANG_COMPILER_ID", "variable/CMAKE_LANG_COMPILER_LAUNCHER", "variable/CMAKE_LANG_COMPILER_LINKER", "variable/CMAKE_LANG_COMPILER_LINKER_FRONTEND_VARIANT", "variable/CMAKE_LANG_COMPILER_LINKER_ID", "variable/CMAKE_LANG_COMPILER_LINKER_VERSION", "variable/CMAKE_LANG_COMPILER_LOADED", "variable/CMAKE_LANG_COMPILER_PREDEFINES_COMMAND", "variable/CMAKE_LANG_COMPILER_RANLIB", "variable/CMAKE_LANG_COMPILER_TARGET", "variable/CMAKE_LANG_COMPILER_VERSION", "variable/CMAKE_LANG_COMPILER_VERSION_INTERNAL", "variable/CMAKE_LANG_COMPILE_OBJECT", "variable/CMAKE_LANG_CPPCHECK", "variable/CMAKE_LANG_CPPLINT", "variable/CMAKE_LANG_CREATE_SHARED_LIBRARY", "variable/CMAKE_LANG_CREATE_SHARED_LIBRARY_ARCHIVE", "variable/CMAKE_LANG_CREATE_SHARED_MODULE", "variable/CMAKE_LANG_CREATE_STATIC_LIBRARY", "variable/CMAKE_LANG_EXTENSIONS", "variable/CMAKE_LANG_EXTENSIONS_DEFAULT", "variable/CMAKE_LANG_FLAGS", "variable/CMAKE_LANG_FLAGS_CONFIG", "variable/CMAKE_LANG_FLAGS_CONFIG_INIT", "variable/CMAKE_LANG_FLAGS_DEBUG", "variable/CMAKE_LANG_FLAGS_DEBUG_INIT", "variable/CMAKE_LANG_FLAGS_INIT", "variable/CMAKE_LANG_FLAGS_MINSIZEREL", "variable/CMAKE_LANG_FLAGS_MINSIZEREL_INIT", "variable/CMAKE_LANG_FLAGS_RELEASE", "variable/CMAKE_LANG_FLAGS_RELEASE_INIT", "variable/CMAKE_LANG_FLAGS_RELWITHDEBINFO", "variable/CMAKE_LANG_FLAGS_RELWITHDEBINFO_INIT", "variable/CMAKE_LANG_HOST_COMPILER", "variable/CMAKE_LANG_HOST_COMPILER_ID", "variable/CMAKE_LANG_HOST_COMPILER_VERSION", "variable/CMAKE_LANG_IGNORE_EXTENSIONS", "variable/CMAKE_LANG_IMPLICIT_INCLUDE_DIRECTORIES", "variable/CMAKE_LANG_IMPLICIT_LINK_DIRECTORIES", "variable/CMAKE_LANG_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES", "variable/CMAKE_LANG_IMPLICIT_LINK_LIBRARIES", "variable/CMAKE_LANG_INCLUDE_WHAT_YOU_USE", "variable/CMAKE_LANG_LIBRARY_ARCHITECTURE", "variable/CMAKE_LANG_LINKER_LAUNCHER", "variable/CMAKE_LANG_LINKER_PREFERENCE", "variable/CMAKE_LANG_LINKER_PREFERENCE_PROPAGATES", "variable/CMAKE_LANG_LINKER_WRAPPER_FLAG", "variable/CMAKE_LANG_LINKER_WRAPPER_FLAG_SEP", "variable/CMAKE_LANG_LINK_EXECUTABLE", "variable/CMAKE_LANG_LINK_GROUP_USING_FEATURE", "variable/CMAKE_LANG_LINK_GROUP_USING_FEATURE_SUPPORTED", "variable/CMAKE_LANG_LINK_LIBRARY_FEATURE_ATTRIBUTES", "variable/CMAKE_LANG_LINK_LIBRARY_FILE_FLAG", "variable/CMAKE_LANG_LINK_LIBRARY_FLAG", "variable/CMAKE_LANG_LINK_LIBRARY_SUFFIX", "variable/CMAKE_LANG_LINK_LIBRARY_USING_FEATURE", "variable/CMAKE_LANG_LINK_LIBRARY_USING_FEATURE_SUPPORTED", "variable/CMAKE_LANG_LINK_WHAT_YOU_USE_FLAG", "variable/CMAKE_LANG_OUTPUT_EXTENSION", "variable/CMAKE_LANG_PLATFORM_ID", "variable/CMAKE_LANG_SIMULATE_ID", "variable/CMAKE_LANG_SIMULATE_VERSION", "variable/CMAKE_LANG_SIZEOF_DATA_PTR", "variable/CMAKE_LANG_SOURCE_FILE_EXTENSIONS", "variable/CMAKE_LANG_STANDARD", "variable/CMAKE_LANG_STANDARD_DEFAULT", "variable/CMAKE_LANG_STANDARD_INCLUDE_DIRECTORIES", "variable/CMAKE_LANG_STANDARD_LATEST", "variable/CMAKE_LANG_STANDARD_LIBRARIES", "variable/CMAKE_LANG_STANDARD_LINK_DIRECTORIES", "variable/CMAKE_LANG_STANDARD_REQUIRED", "variable/CMAKE_LANG_USING_LINKER_MODE", "variable/CMAKE_LANG_USING_LINKER_TYPE", "variable/CMAKE_LANG_VISIBILITY_PRESET", "variable/CMAKE_LIBRARY_ARCHITECTURE", "variable/CMAKE_LIBRARY_ARCHITECTURE_REGEX", "variable/CMAKE_LIBRARY_OUTPUT_DIRECTORY", "variable/CMAKE_LIBRARY_OUTPUT_DIRECTORY_CONFIG", "variable/CMAKE_LIBRARY_PATH", "variable/CMAKE_LIBRARY_PATH_FLAG", "variable/CMAKE_LINKER_TYPE", "variable/CMAKE_LINK_DEF_FILE_FLAG", "variable/CMAKE_LINK_DEPENDS_NO_SHARED", "variable/CMAKE_LINK_DEPENDS_USE_LINKER", "variable/CMAKE_LINK_DIRECTORIES_BEFORE", "variable/CMAKE_LINK_GROUP_USING_FEATURE", "variable/CMAKE_LINK_GROUP_USING_FEATURE_SUPPORTED", "variable/CMAKE_LINK_INTERFACE_LIBRARIES", "variable/CMAKE_LINK_LIBRARIES_ONLY_TARGETS", "variable/CMAKE_LINK_LIBRARIES_STRATEGY", "variable/CMAKE_LINK_LIBRARY_FEATURE_ATTRIBUTES", "variable/CMAKE_LINK_LIBRARY_FILE_FLAG", "variable/CMAKE_LINK_LIBRARY_FLAG", "variable/CMAKE_LINK_LIBRARY_SUFFIX", "variable/CMAKE_LINK_LIBRARY_USING_FEATURE", "variable/CMAKE_LINK_LIBRARY_USING_FEATURE_SUPPORTED", "variable/CMAKE_LINK_SEARCH_END_STATIC", "variable/CMAKE_LINK_SEARCH_START_STATIC", "variable/CMAKE_LINK_WHAT_YOU_USE", "variable/CMAKE_LINK_WHAT_YOU_USE_CHECK", "variable/CMAKE_MACOSX_BUNDLE", "variable/CMAKE_MACOSX_RPATH", "variable/CMAKE_MAJOR_VERSION", "variable/CMAKE_MAKE_PROGRAM", "variable/CMAKE_MAP_IMPORTED_CONFIG_CONFIG", "variable/CMAKE_MATCH_COUNT", "variable/CMAKE_MATCH_n", "variable/CMAKE_MAXIMUM_RECURSION_DEPTH", "variable/CMAKE_MESSAGE_CONTEXT", "variable/CMAKE_MESSAGE_CONTEXT_SHOW", "variable/CMAKE_MESSAGE_INDENT", "variable/CMAKE_MESSAGE_LOG_LEVEL", "variable/CMAKE_MFC_FLAG", "variable/CMAKE_MINIMUM_REQUIRED_VERSION", "variable/CMAKE_MINOR_VERSION", "variable/CMAKE_MODULE_LINKER_FLAGS", "variable/CMAKE_MODULE_LINKER_FLAGS_CONFIG", "variable/CMAKE_MODULE_LINKER_FLAGS_CONFIG_INIT", "variable/CMAKE_MODULE_LINKER_FLAGS_INIT", "variable/CMAKE_MODULE_PATH", "variable/CMAKE_MSVCIDE_RUN_PATH", "variable/CMAKE_MSVC_DEBUG_INFORMATION_FORMAT", "variable/CMAKE_MSVC_RUNTIME_LIBRARY", "variable/CMAKE_NETRC", "variable/CMAKE_NETRC_FILE", "variable/CMAKE_NINJA_OUTPUT_PATH_PREFIX", "variable/CMAKE_NOT_USING_CONFIG_FLAGS", "variable/CMAKE_NO_BUILTIN_CHRPATH", "variable/CMAKE_NO_SYSTEM_FROM_IMPORTED", "variable/CMAKE_OBJCXX_EXTENSIONS", "variable/CMAKE_OBJCXX_STANDARD", "variable/CMAKE_OBJCXX_STANDARD_REQUIRED", "variable/CMAKE_OBJC_EXTENSIONS", "variable/CMAKE_OBJC_STANDARD", "variable/CMAKE_OBJC_STANDARD_REQUIRED", "variable/CMAKE_OBJECT_PATH_MAX", "variable/CMAKE_OPTIMIZE_DEPENDENCIES", "variable/CMAKE_OSX_ARCHITECTURES", "variable/CMAKE_OSX_DEPLOYMENT_TARGET", "variable/CMAKE_OSX_SYSROOT", "variable/CMAKE_PARENT_LIST_FILE", "variable/CMAKE_PATCH_VERSION", "variable/CMAKE_PCH_INSTANTIATE_TEMPLATES", "variable/CMAKE_PCH_WARN_INVALID", "variable/CMAKE_PDB_OUTPUT_DIRECTORY", "variable/CMAKE_PDB_OUTPUT_DIRECTORY_CONFIG", "variable/CMAKE_PLATFORM_NO_VERSIONED_SONAME", "variable/CMAKE_POLICY_DEFAULT_CMPNNNN", "variable/CMAKE_POLICY_WARNING_CMPNNNN", "variable/CMAKE_POSITION_INDEPENDENT_CODE", "variable/CMAKE_PREFIX_PATH", "variable/CMAKE_PROGRAM_PATH", "variable/CMAKE_PROJECT_DESCRIPTION", "variable/CMAKE_PROJECT_HOMEPAGE_URL", "variable/CMAKE_PROJECT_INCLUDE", "variable/CMAKE_PROJECT_INCLUDE_BEFORE", "variable/CMAKE_PROJECT_NAME", "variable/CMAKE_PROJECT_PROJECT-NAME_INCLUDE", "variable/CMAKE_PROJECT_PROJECT-NAME_INCLUDE_BEFORE", "variable/CMAKE_PROJECT_TOP_LEVEL_INCLUDES", "variable/CMAKE_PROJECT_VERSION", "variable/CMAKE_PROJECT_VERSION_MAJOR", "variable/CMAKE_PROJECT_VERSION_MINOR", "variable/CMAKE_PROJECT_VERSION_PATCH", "variable/CMAKE_PROJECT_VERSION_TWEAK", "variable/CMAKE_RANLIB", "variable/CMAKE_REQUIRE_FIND_PACKAGE_PackageName", "variable/CMAKE_ROOT", "variable/CMAKE_RULE_MESSAGES", "variable/CMAKE_RUNTIME_OUTPUT_DIRECTORY", "variable/CMAKE_RUNTIME_OUTPUT_DIRECTORY_CONFIG", "variable/CMAKE_SCRIPT_MODE_FILE", "variable/CMAKE_SHARED_LIBRARY_ARCHIVE_SUFFIX", "variable/CMAKE_SHARED_LIBRARY_ENABLE_EXPORTS", "variable/CMAKE_SHARED_LIBRARY_PREFIX", "variable/CMAKE_SHARED_LIBRARY_SUFFIX", "variable/CMAKE_SHARED_LINKER_FLAGS", "variable/CMAKE_SHARED_LINKER_FLAGS_CONFIG", "variable/CMAKE_SHARED_LINKER_FLAGS_CONFIG_INIT", "variable/CMAKE_SHARED_LINKER_FLAGS_INIT", "variable/CMAKE_SHARED_MODULE_PREFIX", "variable/CMAKE_SHARED_MODULE_SUFFIX", "variable/CMAKE_SIZEOF_VOID_P", "variable/CMAKE_SKIP_BUILD_RPATH", "variable/CMAKE_SKIP_INSTALL_ALL_DEPENDENCY", "variable/CMAKE_SKIP_INSTALL_RPATH", "variable/CMAKE_SKIP_INSTALL_RULES", "variable/CMAKE_SKIP_RPATH", "variable/CMAKE_SKIP_TEST_ALL_DEPENDENCY", "variable/CMAKE_SOURCE_DIR", "variable/CMAKE_STAGING_PREFIX", "variable/CMAKE_STATIC_LIBRARY_PREFIX", "variable/CMAKE_STATIC_LIBRARY_SUFFIX", "variable/CMAKE_STATIC_LINKER_FLAGS", "variable/CMAKE_STATIC_LINKER_FLAGS_CONFIG", "variable/CMAKE_STATIC_LINKER_FLAGS_CONFIG_INIT", "variable/CMAKE_STATIC_LINKER_FLAGS_INIT", "variable/CMAKE_SUBLIME_TEXT_2_ENV_SETTINGS", "variable/CMAKE_SUBLIME_TEXT_2_EXCLUDE_BUILD_TREE", "variable/CMAKE_SUPPRESS_REGENERATION", "variable/CMAKE_SYSROOT", "variable/CMAKE_SYSROOT_COMPILE", "variable/CMAKE_SYSROOT_LINK", "variable/CMAKE_SYSTEM", "variable/CMAKE_SYSTEM_APPBUNDLE_PATH", "variable/CMAKE_SYSTEM_FRAMEWORK_PATH", "variable/CMAKE_SYSTEM_IGNORE_PATH", "variable/CMAKE_SYSTEM_IGNORE_PREFIX_PATH", "variable/CMAKE_SYSTEM_INCLUDE_PATH", "variable/CMAKE_SYSTEM_LIBRARY_PATH", "variable/CMAKE_SYSTEM_NAME", "variable/CMAKE_SYSTEM_PREFIX_PATH", "variable/CMAKE_SYSTEM_PROCESSOR", "variable/CMAKE_SYSTEM_PROGRAM_PATH", "variable/CMAKE_SYSTEM_VERSION", "variable/CMAKE_Swift_COMPILATION_MODE", "variable/CMAKE_Swift_LANGUAGE_VERSION", "variable/CMAKE_Swift_MODULE_DIRECTORY", "variable/CMAKE_Swift_NUM_THREADS", "variable/CMAKE_TASKING_TOOLSET", "variable/CMAKE_TEST_LAUNCHER", "variable/CMAKE_TLS_CAINFO", "variable/CMAKE_TLS_VERIFY", "variable/CMAKE_TLS_VERSION", "variable/CMAKE_TOOLCHAIN_FILE", "variable/CMAKE_TRY_COMPILE_CONFIGURATION", "variable/CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES", "variable/CMAKE_TRY_COMPILE_PLATFORM_VARIABLES", "variable/CMAKE_TRY_COMPILE_TARGET_TYPE", "variable/CMAKE_TWEAK_VERSION", "variable/CMAKE_UNITY_BUILD", "variable/CMAKE_UNITY_BUILD_BATCH_SIZE", "variable/CMAKE_UNITY_BUILD_UNIQUE_ID", "variable/CMAKE_USER_MAKE_RULES_OVERRIDE", "variable/CMAKE_USER_MAKE_RULES_OVERRIDE_LANG", "variable/CMAKE_USE_RELATIVE_PATHS", "variable/CMAKE_VERBOSE_MAKEFILE", "variable/CMAKE_VERIFY_INTERFACE_HEADER_SETS", "variable/CMAKE_VERSION", "variable/CMAKE_VISIBILITY_INLINES_HIDDEN", "variable/CMAKE_VS_DEBUGGER_COMMAND", "variable/CMAKE_VS_DEBUGGER_COMMAND_ARGUMENTS", "variable/CMAKE_VS_DEBUGGER_ENVIRONMENT", "variable/CMAKE_VS_DEBUGGER_WORKING_DIRECTORY", "variable/CMAKE_VS_DEVENV_COMMAND", "variable/CMAKE_VS_GLOBALS", "variable/CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD", "variable/CMAKE_VS_INCLUDE_PACKAGE_TO_DEFAULT_BUILD", "variable/CMAKE_VS_INTEL_Fortran_PROJECT_VERSION", "variable/CMAKE_VS_JUST_MY_CODE_DEBUGGING", "variable/CMAKE_VS_MSBUILD_COMMAND", "variable/CMAKE_VS_NO_COMPILE_BATCHING", "variable/CMAKE_VS_NUGET_PACKAGE_RESTORE", "variable/CMAKE_VS_NsightTegra_VERSION", "variable/CMAKE_VS_PLATFORM_NAME", "variable/CMAKE_VS_PLATFORM_NAME_DEFAULT", "variable/CMAKE_VS_PLATFORM_TOOLSET", "variable/CMAKE_VS_PLATFORM_TOOLSET_CUDA", "variable/CMAKE_VS_PLATFORM_TOOLSET_CUDA_CUSTOM_DIR", "variable/CMAKE_VS_PLATFORM_TOOLSET_FORTRAN", "variable/CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE", "variable/CMAKE_VS_PLATFORM_TOOLSET_VERSION", "variable/CMAKE_VS_SDK_EXCLUDE_DIRECTORIES", "variable/CMAKE_VS_SDK_EXECUTABLE_DIRECTORIES", "variable/CMAKE_VS_SDK_INCLUDE_DIRECTORIES", "variable/CMAKE_VS_SDK_LIBRARY_DIRECTORIES", "variable/CMAKE_VS_SDK_LIBRARY_WINRT_DIRECTORIES", "variable/CMAKE_VS_SDK_REFERENCE_DIRECTORIES", "variable/CMAKE_VS_SDK_SOURCE_DIRECTORIES", "variable/CMAKE_VS_TARGET_FRAMEWORK_IDENTIFIER", "variable/CMAKE_VS_TARGET_FRAMEWORK_TARGETS_VERSION", "variable/CMAKE_VS_TARGET_FRAMEWORK_VERSION", "variable/CMAKE_VS_USE_DEBUG_LIBRARIES", "variable/CMAKE_VS_VERSION_BUILD_NUMBER", "variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION", "variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION", "variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM", "variable/CMAKE_VS_WINRT_BY_DEFAULT", "variable/CMAKE_WARN_DEPRECATED", "variable/CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION", "variable/CMAKE_WATCOM_RUNTIME_LIBRARY", "variable/CMAKE_WIN32_EXECUTABLE", "variable/CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS", "variable/CMAKE_WINDOWS_KMDF_VERSION", "variable/CMAKE_XCODE_ATTRIBUTE_an-attribute", "variable/CMAKE_XCODE_BUILD_SYSTEM", "variable/CMAKE_XCODE_GENERATE_SCHEME", "variable/CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY", "variable/CMAKE_XCODE_LINK_BUILD_PHASE_MODE", "variable/CMAKE_XCODE_PLATFORM_TOOLSET", "variable/CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER", "variable/CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN", "variable/CMAKE_XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING", "variable/CMAKE_XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER", "variable/CMAKE_XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS", "variable/CMAKE_XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE", "variable/CMAKE_XCODE_SCHEME_ENABLE_GPU_API_VALIDATION", "variable/CMAKE_XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE", "variable/CMAKE_XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION", "variable/CMAKE_XCODE_SCHEME_ENVIRONMENT", "variable/CMAKE_XCODE_SCHEME_GUARD_MALLOC", "variable/CMAKE_XCODE_SCHEME_LAUNCH_CONFIGURATION", "variable/CMAKE_XCODE_SCHEME_LAUNCH_MODE", "variable/CMAKE_XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP", "variable/CMAKE_XCODE_SCHEME_MALLOC_GUARD_EDGES", "variable/CMAKE_XCODE_SCHEME_MALLOC_SCRIBBLE", "variable/CMAKE_XCODE_SCHEME_MALLOC_STACK", "variable/CMAKE_XCODE_SCHEME_THREAD_SANITIZER", "variable/CMAKE_XCODE_SCHEME_THREAD_SANITIZER_STOP", "variable/CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER", "variable/CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP", "variable/CMAKE_XCODE_SCHEME_WORKING_DIRECTORY", "variable/CMAKE_XCODE_SCHEME_ZOMBIE_OBJECTS", "variable/CMAKE_XCODE_XCCONFIG", "variable/CPACK_ABSOLUTE_DESTINATION_FILES", "variable/CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY", "variable/CPACK_CUSTOM_INSTALL_VARIABLES", "variable/CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION", "variable/CPACK_INCLUDE_TOPLEVEL_DIRECTORY", "variable/CPACK_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS", "variable/CPACK_PACKAGING_INSTALL_PREFIX", "variable/CPACK_SET_DESTDIR", "variable/CPACK_WARN_ON_ABSOLUTE_INSTALL_DESTINATION", "variable/CTEST_BINARY_DIRECTORY", "variable/CTEST_BUILD_COMMAND", "variable/CTEST_BUILD_NAME", "variable/CTEST_BZR_COMMAND", "variable/CTEST_BZR_UPDATE_OPTIONS", "variable/CTEST_CHANGE_ID", "variable/CTEST_CHECKOUT_COMMAND", "variable/CTEST_CONFIGURATION_TYPE", "variable/CTEST_CONFIGURE_COMMAND", "variable/CTEST_COVERAGE_COMMAND", "variable/CTEST_COVERAGE_EXTRA_FLAGS", "variable/CTEST_CURL_OPTIONS", "variable/CTEST_CUSTOM_COVERAGE_EXCLUDE", "variable/CTEST_CUSTOM_ERROR_EXCEPTION", "variable/CTEST_CUSTOM_ERROR_MATCH", "variable/CTEST_CUSTOM_ERROR_POST_CONTEXT", "variable/CTEST_CUSTOM_ERROR_PRE_CONTEXT", "variable/CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE", "variable/CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS", "variable/CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS", "variable/CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE", "variable/CTEST_CUSTOM_MEMCHECK_IGNORE", "variable/CTEST_CUSTOM_POST_MEMCHECK", "variable/CTEST_CUSTOM_POST_TEST", "variable/CTEST_CUSTOM_PRE_MEMCHECK", "variable/CTEST_CUSTOM_PRE_TEST", "variable/CTEST_CUSTOM_TESTS_IGNORE", "variable/CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION", "variable/CTEST_CUSTOM_WARNING_EXCEPTION", "variable/CTEST_CUSTOM_WARNING_MATCH", "variable/CTEST_CVS_CHECKOUT", "variable/CTEST_CVS_COMMAND", "variable/CTEST_CVS_UPDATE_OPTIONS", "variable/CTEST_DROP_LOCATION", "variable/CTEST_DROP_METHOD", "variable/CTEST_DROP_SITE", "variable/CTEST_DROP_SITE_CDASH", "variable/CTEST_DROP_SITE_PASSWORD", "variable/CTEST_DROP_SITE_USER", "variable/CTEST_EXTRA_COVERAGE_GLOB", "variable/CTEST_GIT_COMMAND", "variable/CTEST_GIT_INIT_SUBMODULES", "variable/CTEST_GIT_UPDATE_CUSTOM", "variable/CTEST_GIT_UPDATE_OPTIONS", "variable/CTEST_HG_COMMAND", "variable/CTEST_HG_UPDATE_OPTIONS", "variable/CTEST_LABELS_FOR_SUBPROJECTS", "variable/CTEST_MEMORYCHECK_COMMAND", "variable/CTEST_MEMORYCHECK_COMMAND_OPTIONS", "variable/CTEST_MEMORYCHECK_SANITIZER_OPTIONS", "variable/CTEST_MEMORYCHECK_SUPPRESSIONS_FILE", "variable/CTEST_MEMORYCHECK_TYPE", "variable/CTEST_NIGHTLY_START_TIME", "variable/CTEST_P4_CLIENT", "variable/CTEST_P4_COMMAND", "variable/CTEST_P4_OPTIONS", "variable/CTEST_P4_UPDATE_OPTIONS", "variable/CTEST_RESOURCE_SPEC_FILE", "variable/CTEST_RUN_CURRENT_SCRIPT", "variable/CTEST_SCP_COMMAND", "variable/CTEST_SCRIPT_DIRECTORY", "variable/CTEST_SITE", "variable/CTEST_SOURCE_DIRECTORY", "variable/CTEST_SUBMIT_INACTIVITY_TIMEOUT", "variable/CTEST_SUBMIT_URL", "variable/CTEST_SVN_COMMAND", "variable/CTEST_SVN_OPTIONS", "variable/CTEST_SVN_UPDATE_OPTIONS", "variable/CTEST_TEST_LOAD", "variable/CTEST_TEST_TIMEOUT", "variable/CTEST_TLS_VERIFY", "variable/CTEST_TLS_VERSION", "variable/CTEST_TRIGGER_SITE", "variable/CTEST_UPDATE_COMMAND", "variable/CTEST_UPDATE_OPTIONS", "variable/CTEST_UPDATE_VERSION_ONLY", "variable/CTEST_UPDATE_VERSION_OVERRIDE", "variable/CTEST_USE_LAUNCHERS", "variable/CYGWIN", "variable/ENV", "variable/EXECUTABLE_OUTPUT_PATH", "variable/GHSMULTI", "variable/IOS", "variable/LIBRARY_OUTPUT_PATH", "variable/LINUX", "variable/MINGW", "variable/MSVC", "variable/MSVC10", "variable/MSVC11", "variable/MSVC12", "variable/MSVC14", "variable/MSVC60", "variable/MSVC70", "variable/MSVC71", "variable/MSVC80", "variable/MSVC90", "variable/MSVC_IDE", "variable/MSVC_TOOLSET_VERSION", "variable/MSVC_VERSION", "variable/MSYS", "variable/PROJECT-NAME_BINARY_DIR", "variable/PROJECT-NAME_DESCRIPTION", "variable/PROJECT-NAME_HOMEPAGE_URL", "variable/PROJECT-NAME_IS_TOP_LEVEL", "variable/PROJECT-NAME_SOURCE_DIR", "variable/PROJECT-NAME_VERSION", "variable/PROJECT-NAME_VERSION_MAJOR", "variable/PROJECT-NAME_VERSION_MINOR", "variable/PROJECT-NAME_VERSION_PATCH", "variable/PROJECT-NAME_VERSION_TWEAK", "variable/PROJECT_BINARY_DIR", "variable/PROJECT_DESCRIPTION", "variable/PROJECT_HOMEPAGE_URL", "variable/PROJECT_IS_TOP_LEVEL", "variable/PROJECT_NAME", "variable/PROJECT_SOURCE_DIR", "variable/PROJECT_VERSION", "variable/PROJECT_VERSION_MAJOR", "variable/PROJECT_VERSION_MINOR", "variable/PROJECT_VERSION_PATCH", "variable/PROJECT_VERSION_TWEAK", "variable/PackageName_ROOT", "variable/UNIX", "variable/WASI", "variable/WIN32", "variable/WINCE", "variable/WINDOWS_PHONE", "variable/WINDOWS_STORE", "variable/XCODE", "variable/XCODE_VERSION"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["command/add_compile_definitions.rst", "command/add_compile_options.rst", "command/add_custom_command.rst", "command/add_custom_target.rst", "command/add_definitions.rst", "command/add_dependencies.rst", "command/add_executable.rst", "command/add_library.rst", "command/add_link_options.rst", "command/add_subdirectory.rst", "command/add_test.rst", "command/aux_source_directory.rst", "command/block.rst", "command/break.rst", "command/build_command.rst", "command/build_name.rst", "command/cmake_file_api.rst", "command/cmake_host_system_information.rst", "command/cmake_language.rst", "command/cmake_minimum_required.rst", "command/cmake_parse_arguments.rst", "command/cmake_path.rst", "command/cmake_pkg_config.rst", "command/cmake_policy.rst", "command/configure_file.rst", "command/continue.rst", "command/create_test_sourcelist.rst", "command/ctest_build.rst", "command/ctest_configure.rst", "command/ctest_coverage.rst", "command/ctest_empty_binary_directory.rst", "command/ctest_memcheck.rst", "command/ctest_read_custom_files.rst", "command/ctest_run_script.rst", "command/ctest_sleep.rst", "command/ctest_start.rst", "command/ctest_submit.rst", "command/ctest_test.rst", "command/ctest_update.rst", "command/ctest_upload.rst", "command/define_property.rst", "command/else.rst", "command/elseif.rst", "command/enable_language.rst", "command/enable_testing.rst", "command/endblock.rst", "command/endforeach.rst", "command/endfunction.rst", "command/endif.rst", "command/endmacro.rst", "command/endwhile.rst", "command/exec_program.rst", "command/execute_process.rst", "command/export.rst", "command/export_library_dependencies.rst", "command/file.rst", "command/find_file.rst", "command/find_library.rst", "command/find_package.rst", "command/find_path.rst", "command/find_program.rst", "command/fltk_wrap_ui.rst", "command/foreach.rst", "command/function.rst", "command/get_cmake_property.rst", "command/get_directory_property.rst", "command/get_filename_component.rst", "command/get_property.rst", "command/get_source_file_property.rst", "command/get_target_property.rst", "command/get_test_property.rst", "command/if.rst", "command/include.rst", "command/include_directories.rst", "command/include_external_msproject.rst", "command/include_guard.rst", "command/include_regular_expression.rst", "command/install.rst", "command/install_files.rst", "command/install_programs.rst", "command/install_targets.rst", "command/link_directories.rst", "command/link_libraries.rst", "command/list.rst", "command/load_cache.rst", "command/load_command.rst", "command/macro.rst", "command/make_directory.rst", "command/mark_as_advanced.rst", "command/math.rst", "command/message.rst", "command/option.rst", "command/output_required_files.rst", "command/project.rst", "command/qt_wrap_cpp.rst", "command/qt_wrap_ui.rst", "command/remove.rst", "command/remove_definitions.rst", "command/return.rst", "command/separate_arguments.rst", "command/set.rst", "command/set_directory_properties.rst", "command/set_property.rst", "command/set_source_files_properties.rst", "command/set_target_properties.rst", "command/set_tests_properties.rst", "command/site_name.rst", "command/source_group.rst", "command/string.rst", "command/subdir_depends.rst", "command/subdirs.rst", "command/target_compile_definitions.rst", "command/target_compile_features.rst", "command/target_compile_options.rst", "command/target_include_directories.rst", "command/target_link_directories.rst", "command/target_link_libraries.rst", "command/target_link_options.rst", "command/target_precompile_headers.rst", "command/target_sources.rst", "command/try_compile.rst", "command/try_run.rst", "command/unset.rst", "command/use_mangled_mesa.rst", "command/utility_source.rst", "command/variable_requires.rst", "command/variable_watch.rst", "command/while.rst", "command/write_file.rst", "cpack_gen/archive.rst", "cpack_gen/bundle.rst", "cpack_gen/cygwin.rst", "cpack_gen/deb.rst", "cpack_gen/dmg.rst", "cpack_gen/external.rst", "cpack_gen/freebsd.rst", "cpack_gen/ifw.rst", "cpack_gen/innosetup.rst", "cpack_gen/nsis.rst", "cpack_gen/nuget.rst", "cpack_gen/packagemaker.rst", "cpack_gen/productbuild.rst", "cpack_gen/rpm.rst", "cpack_gen/wix.rst", "envvar/ADSP_ROOT.rst", "envvar/ASM_DIALECT.rst", "envvar/ASM_DIALECTFLAGS.rst", "envvar/CC.rst", "envvar/CCMAKE_COLORS.rst", "envvar/CFLAGS.rst", "envvar/CMAKE_APPBUNDLE_PATH.rst", "envvar/CMAKE_APPLE_SILICON_PROCESSOR.rst", "envvar/CMAKE_BUILD_PARALLEL_LEVEL.rst", "envvar/CMAKE_BUILD_TYPE.rst", "envvar/CMAKE_COLOR_DIAGNOSTICS.rst", "envvar/CMAKE_CONFIGURATION_TYPES.rst", "envvar/CMAKE_CONFIG_DIR.rst", "envvar/CMAKE_CONFIG_TYPE.rst", "envvar/CMAKE_CROSSCOMPILING_EMULATOR.rst", "envvar/CMAKE_EXPORT_BUILD_DATABASE.rst", "envvar/CMAKE_EXPORT_COMPILE_COMMANDS.rst", "envvar/CMAKE_FRAMEWORK_PATH.rst", "envvar/CMAKE_GENERATOR.rst", "envvar/CMAKE_GENERATOR_INSTANCE.rst", "envvar/CMAKE_GENERATOR_PLATFORM.rst", "envvar/CMAKE_GENERATOR_TOOLSET.rst", "envvar/CMAKE_INCLUDE_PATH.rst", "envvar/CMAKE_INSTALL_MODE.rst", "envvar/CMAKE_INSTALL_PARALLEL_LEVEL.rst", "envvar/CMAKE_INSTALL_PREFIX.rst", "envvar/CMAKE_LANG_COMPILER_LAUNCHER.rst", "envvar/CMAKE_LANG_IMPLICIT_LINK_DIRECTORIES_EXCLUDE.rst", "envvar/CMAKE_LANG_LINKER_LAUNCHER.rst", "envvar/CMAKE_LIBRARY_PATH.rst", "envvar/CMAKE_MAXIMUM_RECURSION_DEPTH.rst", "envvar/CMAKE_MSVCIDE_RUN_PATH.rst", "envvar/CMAKE_NO_VERBOSE.rst", "envvar/CMAKE_OSX_ARCHITECTURES.rst", "envvar/CMAKE_PREFIX_PATH.rst", "envvar/CMAKE_PROGRAM_PATH.rst", "envvar/CMAKE_TEST_LAUNCHER.rst", "envvar/CMAKE_TLS_VERIFY.rst", "envvar/CMAKE_TLS_VERSION.rst", "envvar/CMAKE_TOOLCHAIN_FILE.rst", "envvar/CSFLAGS.rst", "envvar/CTEST_INTERACTIVE_DEBUG_MODE.rst", "envvar/CTEST_NO_TESTS_ACTION.rst", "envvar/CTEST_OUTPUT_ON_FAILURE.rst", "envvar/CTEST_PARALLEL_LEVEL.rst", "envvar/CTEST_PROGRESS_OUTPUT.rst", "envvar/CTEST_USE_LAUNCHERS_DEFAULT.rst", "envvar/CUDAARCHS.rst", "envvar/CUDACXX.rst", "envvar/CUDAFLAGS.rst", "envvar/CUDAHOSTCXX.rst", "envvar/CXX.rst", "envvar/CXXFLAGS.rst", "envvar/DASHBOARD_TEST_FROM_CTEST.rst", "envvar/DESTDIR.rst", "envvar/FC.rst", "envvar/FFLAGS.rst", "envvar/HIPCXX.rst", "envvar/HIPFLAGS.rst", "envvar/HIPHOSTCXX.rst", "envvar/ISPC.rst", "envvar/ISPCFLAGS.rst", "envvar/LDFLAGS.rst", "envvar/MACOSX_DEPLOYMENT_TARGET.rst", "envvar/OBJC.rst", "envvar/OBJCFLAGS.rst", "envvar/OBJCXX.rst", "envvar/OBJCXXFLAGS.rst", "envvar/PackageName_ROOT.rst", "envvar/RC.rst", "envvar/RCFLAGS.rst", "envvar/SSL_CERT_DIR.rst", "envvar/SSL_CERT_FILE.rst", "envvar/SWIFTC.rst", "envvar/VERBOSE.rst", "generator/Borland Makefiles.rst", "generator/CodeBlocks.rst", "generator/CodeLite.rst", "generator/Eclipse CDT4.rst", "generator/Green Hills MULTI.rst", "generator/Kate.rst", "generator/MSYS Makefiles.rst", "generator/MinGW Makefiles.rst", "generator/NMake Makefiles.rst", "generator/NMake Makefiles JOM.rst", "generator/Ninja.rst", "generator/Ninja Multi-Config.rst", "generator/Sublime Text 2.rst", "generator/Unix Makefiles.rst", "generator/Visual Studio 10 2010.rst", "generator/Visual Studio 11 2012.rst", "generator/Visual Studio 12 2013.rst", "generator/Visual Studio 14 2015.rst", "generator/Visual Studio 15 2017.rst", "generator/Visual Studio 16 2019.rst", "generator/Visual Studio 17 2022.rst", "generator/Visual Studio 6.rst", "generator/Visual Studio 7.rst", "generator/Visual Studio 7 .NET 2003.rst", "generator/Visual Studio 8 2005.rst", "generator/Visual Studio 9 2008.rst", "generator/Watcom WMake.rst", "generator/Xcode.rst", "guide/ide-integration/index.rst", "guide/importing-exporting/index.rst", "guide/tutorial/A Basic Starting Point.rst", "guide/tutorial/Adding Export Configuration.rst", "guide/tutorial/Adding Generator Expressions.rst", "guide/tutorial/Adding Support for a Testing Dashboard.rst", "guide/tutorial/Adding System Introspection.rst", "guide/tutorial/Adding Usage Requirements for a Library.rst", "guide/tutorial/Adding a Custom Command and Generated File.rst", "guide/tutorial/Adding a Library.rst", "guide/tutorial/Installing and Testing.rst", "guide/tutorial/Packaging Debug and Release.rst", "guide/tutorial/Packaging an Installer.rst", "guide/tutorial/Selecting Static or Shared Libraries.rst", "guide/tutorial/index.rst", "guide/user-interaction/index.rst", "guide/using-dependencies/index.rst", "index.rst", "manual/ccmake.1.rst", "manual/cmake-buildsystem.7.rst", "manual/cmake-commands.7.rst", "manual/cmake-compile-features.7.rst", "manual/cmake-configure-log.7.rst", "manual/cmake-cxxmodules.7.rst", "manual/cmake-developer.7.rst", "manual/cmake-env-variables.7.rst", "manual/cmake-file-api.7.rst", "manual/cmake-generator-expressions.7.rst", "manual/cmake-generators.7.rst", "manual/cmake-gui.1.rst", "manual/cmake-language.7.rst", "manual/cmake-modules.7.rst", "manual/cmake-packages.7.rst", "manual/cmake-policies.7.rst", "manual/cmake-presets.7.rst", "manual/cmake-properties.7.rst", "manual/cmake-qt.7.rst", "manual/cmake-server.7.rst", "manual/cmake-toolchains.7.rst", "manual/cmake-variables.7.rst", "manual/cmake.1.rst", "manual/cpack-generators.7.rst", "manual/cpack.1.rst", "manual/ctest.1.rst", "module/AddFileDependencies.rst", "module/AndroidTestUtilities.rst", "module/BundleUtilities.rst", "module/CMakeAddFortranSubdirectory.rst", "module/CMakeBackwardCompatibilityCXX.rst", "module/CMakeDependentOption.rst", "module/CMakeDetermineVSServicePack.rst", "module/CMakeExpandImportedTargets.rst", "module/CMakeFindDependencyMacro.rst", "module/CMakeFindFrameworks.rst", "module/CMakeFindPackageMode.rst", "module/CMakeForceCompiler.rst", "module/CMakeGraphVizOptions.rst", "module/CMakePackageConfigHelpers.rst", "module/CMakeParseArguments.rst", "module/CMakePrintHelpers.rst", "module/CMakePrintSystemInformation.rst", "module/CMakePushCheckState.rst", "module/CMakeVerifyManifest.rst", "module/CPack.rst", "module/CPackArchive.rst", "module/CPackBundle.rst", "module/CPackComponent.rst", "module/CPackCygwin.rst", "module/CPackDMG.rst", "module/CPackDeb.rst", "module/CPackFreeBSD.rst", "module/CPackIFW.rst", "module/CPackIFWConfigureFile.rst", "module/CPackNSIS.rst", "module/CPackNuGet.rst", "module/CPackProductBuild.rst", "module/CPackRPM.rst", "module/CPackWIX.rst", "module/CSharpUtilities.rst", "module/CTest.rst", "module/CTestCoverageCollectGCOV.rst", "module/CTestScriptMode.rst", "module/CTestUseLaunchers.rst", "module/CheckCCompilerFlag.rst", "module/CheckCSourceCompiles.rst", "module/CheckCSourceRuns.rst", "module/CheckCXXCompilerFlag.rst", "module/CheckCXXSourceCompiles.rst", "module/CheckCXXSourceRuns.rst", "module/CheckCXXSymbolExists.rst", "module/CheckCompilerFlag.rst", "module/CheckFortranCompilerFlag.rst", "module/CheckFortranFunctionExists.rst", "module/CheckFortranSourceCompiles.rst", "module/CheckFortranSourceRuns.rst", "module/CheckFunctionExists.rst", "module/CheckIPOSupported.rst", "module/CheckIncludeFile.rst", "module/CheckIncludeFileCXX.rst", "module/CheckIncludeFiles.rst", "module/CheckLanguage.rst", "module/CheckLibraryExists.rst", "module/CheckLinkerFlag.rst", "module/CheckOBJCCompilerFlag.rst", "module/CheckOBJCSourceCompiles.rst", "module/CheckOBJCSourceRuns.rst", "module/CheckOBJCXXCompilerFlag.rst", "module/CheckOBJCXXSourceCompiles.rst", "module/CheckOBJCXXSourceRuns.rst", "module/CheckPIESupported.rst", "module/CheckPrototypeDefinition.rst", "module/CheckSourceCompiles.rst", "module/CheckSourceRuns.rst", "module/CheckStructHasMember.rst", "module/CheckSymbolExists.rst", "module/CheckTypeSize.rst", "module/CheckVariableExists.rst", "module/Dart.rst", "module/DeployQt4.rst", "module/Documentation.rst", "module/ExternalData.rst", "module/ExternalProject.rst", "module/FeatureSummary.rst", "module/FetchContent.rst", "module/FindALSA.rst", "module/FindASPELL.rst", "module/FindAVIFile.rst", "module/FindArmadillo.rst", "module/FindBISON.rst", "module/FindBLAS.rst", "module/FindBZip2.rst", "module/FindBacktrace.rst", "module/FindBoost.rst", "module/FindBullet.rst", "module/FindCABLE.rst", "module/FindCUDA.rst", "module/FindCUDAToolkit.rst", "module/FindCURL.rst", "module/FindCVS.rst", "module/FindCoin3D.rst", "module/FindCups.rst", "module/FindCurses.rst", "module/FindCxxTest.rst", "module/FindCygwin.rst", "module/FindDCMTK.rst", "module/FindDart.rst", "module/FindDevIL.rst", "module/FindDoxygen.rst", "module/FindEXPAT.rst", "module/FindEnvModules.rst", "module/FindFLEX.rst", "module/FindFLTK.rst", "module/FindFLTK2.rst", "module/FindFontconfig.rst", "module/FindFreetype.rst", "module/FindGCCXML.rst", "module/FindGDAL.rst", "module/FindGIF.rst", "module/FindGLEW.rst", "module/FindGLUT.rst", "module/FindGSL.rst", "module/FindGTK.rst", "module/FindGTK2.rst", "module/FindGTest.rst", "module/FindGettext.rst", "module/FindGit.rst", "module/FindGnuTLS.rst", "module/FindGnuplot.rst", "module/FindHDF5.rst", "module/FindHSPELL.rst", "module/FindHTMLHelp.rst", "module/FindHg.rst", "module/FindICU.rst", "module/FindITK.rst", "module/FindIce.rst", "module/FindIconv.rst", "module/FindIcotool.rst", "module/FindImageMagick.rst", "module/FindIntl.rst", "module/FindJNI.rst", "module/FindJPEG.rst", "module/FindJasper.rst", "module/FindJava.rst", "module/FindKDE3.rst", "module/FindKDE4.rst", "module/FindLAPACK.rst", "module/FindLATEX.rst", "module/FindLTTngUST.rst", "module/FindLibArchive.rst", "module/FindLibLZMA.rst", "module/FindLibXml2.rst", "module/FindLibXslt.rst", "module/FindLibinput.rst", "module/FindLua.rst", "module/FindLua50.rst", "module/FindLua51.rst", "module/FindMFC.rst", "module/FindMPEG.rst", "module/FindMPEG2.rst", "module/FindMPI.rst", "module/FindMatlab.rst", "module/FindMotif.rst", "module/FindMsys.rst", "module/FindODBC.rst", "module/FindOpenACC.rst", "module/FindOpenAL.rst", "module/FindOpenCL.rst", "module/FindOpenGL.rst", "module/FindOpenMP.rst", "module/FindOpenSP.rst", "module/FindOpenSSL.rst", "module/FindOpenSceneGraph.rst", "module/FindOpenThreads.rst", "module/FindPHP4.rst", "module/FindPNG.rst", "module/FindPackageHandleStandardArgs.rst", "module/FindPackageMessage.rst", "module/FindPatch.rst", "module/FindPerl.rst", "module/FindPerlLibs.rst", "module/FindPhysFS.rst", "module/FindPike.rst", "module/FindPkgConfig.rst", "module/FindPostgreSQL.rst", "module/FindProducer.rst", "module/FindProtobuf.rst", "module/FindPython.rst", "module/FindPython2.rst", "module/FindPython3.rst", "module/FindPythonInterp.rst", "module/FindPythonLibs.rst", "module/FindQt.rst", "module/FindQt3.rst", "module/FindQt4.rst", "module/FindQuickTime.rst", "module/FindRTI.rst", "module/FindRuby.rst", "module/FindSDL.rst", "module/FindSDL_gfx.rst", "module/FindSDL_image.rst", "module/FindSDL_mixer.rst", "module/FindSDL_net.rst", "module/FindSDL_sound.rst", "module/FindSDL_ttf.rst", "module/FindSQLite3.rst", "module/FindSWIG.rst", "module/FindSelfPackers.rst", "module/FindSquish.rst", "module/FindSubversion.rst", "module/FindTCL.rst", "module/FindTIFF.rst", "module/FindTclStub.rst", "module/FindTclsh.rst", "module/FindThreads.rst", "module/FindUnixCommands.rst", "module/FindVTK.rst", "module/FindVulkan.rst", "module/FindWget.rst", "module/FindWish.rst", "module/FindX11.rst", "module/FindXCTest.rst", "module/FindXMLRPC.rst", "module/FindXalanC.rst", "module/FindXercesC.rst", "module/FindZLIB.rst", "module/Findosg.rst", "module/FindosgAnimation.rst", "module/FindosgDB.rst", "module/FindosgFX.rst", "module/FindosgGA.rst", "module/FindosgIntrospection.rst", "module/FindosgManipulator.rst", "module/FindosgParticle.rst", "module/FindosgPresentation.rst", "module/FindosgProducer.rst", "module/FindosgQt.rst", "module/FindosgShadow.rst", "module/FindosgSim.rst", "module/FindosgTerrain.rst", "module/FindosgText.rst", "module/FindosgUtil.rst", "module/FindosgViewer.rst", "module/FindosgVolume.rst", "module/FindosgWidget.rst", "module/Findosg_functions.rst", "module/FindwxWidgets.rst", "module/FindwxWindows.rst", "module/FortranCInterface.rst", "module/GNUInstallDirs.rst", "module/GenerateExportHeader.rst", "module/GetPrerequisites.rst", "module/GoogleTest.rst", "module/InstallRequiredSystemLibraries.rst", "module/MacroAddFileDependencies.rst", "module/ProcessorCount.rst", "module/SelectLibraryConfigurations.rst", "module/SquishTestScript.rst", "module/TestBigEndian.rst", "module/TestCXXAcceptsFlag.rst", "module/TestForANSIForScope.rst", "module/TestForANSIStreamHeaders.rst", "module/TestForSSTREAM.rst", "module/TestForSTDNamespace.rst", "module/UseEcos.rst", "module/UseJava.rst", "module/UseJavaClassFilelist.rst", "module/UseJavaSymlinks.rst", "module/UsePkgConfig.rst", "module/UseSWIG.rst", "module/Use_wxWindows.rst", "module/UsewxWidgets.rst", "module/WriteBasicConfigVersionFile.rst", "module/WriteCompilerDetectionHeader.rst", "policy/CMP0000.rst", "policy/CMP0001.rst", "policy/CMP0002.rst", "policy/CMP0003.rst", "policy/CMP0004.rst", "policy/CMP0005.rst", "policy/CMP0006.rst", "policy/CMP0007.rst", "policy/CMP0008.rst", "policy/CMP0009.rst", "policy/CMP0010.rst", "policy/CMP0011.rst", "policy/CMP0012.rst", "policy/CMP0013.rst", "policy/CMP0014.rst", "policy/CMP0015.rst", "policy/CMP0016.rst", "policy/CMP0017.rst", "policy/CMP0018.rst", "policy/CMP0019.rst", "policy/CMP0020.rst", "policy/CMP0021.rst", "policy/CMP0022.rst", "policy/CMP0023.rst", "policy/CMP0024.rst", "policy/CMP0025.rst", "policy/CMP0026.rst", "policy/CMP0027.rst", "policy/CMP0028.rst", "policy/CMP0029.rst", "policy/CMP0030.rst", "policy/CMP0031.rst", "policy/CMP0032.rst", "policy/CMP0033.rst", "policy/CMP0034.rst", "policy/CMP0035.rst", "policy/CMP0036.rst", "policy/CMP0037.rst", "policy/CMP0038.rst", "policy/CMP0039.rst", "policy/CMP0040.rst", "policy/CMP0041.rst", "policy/CMP0042.rst", "policy/CMP0043.rst", "policy/CMP0044.rst", "policy/CMP0045.rst", "policy/CMP0046.rst", "policy/CMP0047.rst", "policy/CMP0048.rst", "policy/CMP0049.rst", "policy/CMP0050.rst", "policy/CMP0051.rst", "policy/CMP0052.rst", "policy/CMP0053.rst", "policy/CMP0054.rst", "policy/CMP0055.rst", "policy/CMP0056.rst", "policy/CMP0057.rst", "policy/CMP0058.rst", "policy/CMP0059.rst", "policy/CMP0060.rst", "policy/CMP0061.rst", "policy/CMP0062.rst", "policy/CMP0063.rst", "policy/CMP0064.rst", "policy/CMP0065.rst", "policy/CMP0066.rst", "policy/CMP0067.rst", "policy/CMP0068.rst", "policy/CMP0069.rst", "policy/CMP0070.rst", "policy/CMP0071.rst", "policy/CMP0072.rst", "policy/CMP0073.rst", "policy/CMP0074.rst", "policy/CMP0075.rst", "policy/CMP0076.rst", "policy/CMP0077.rst", "policy/CMP0078.rst", "policy/CMP0079.rst", "policy/CMP0080.rst", "policy/CMP0081.rst", "policy/CMP0082.rst", "policy/CMP0083.rst", "policy/CMP0084.rst", "policy/CMP0085.rst", "policy/CMP0086.rst", "policy/CMP0087.rst", "policy/CMP0088.rst", "policy/CMP0089.rst", "policy/CMP0090.rst", "policy/CMP0091.rst", "policy/CMP0092.rst", "policy/CMP0093.rst", "policy/CMP0094.rst", "policy/CMP0095.rst", "policy/CMP0096.rst", "policy/CMP0097.rst", "policy/CMP0098.rst", "policy/CMP0099.rst", "policy/CMP0100.rst", "policy/CMP0101.rst", "policy/CMP0102.rst", "policy/CMP0103.rst", "policy/CMP0104.rst", "policy/CMP0105.rst", "policy/CMP0106.rst", "policy/CMP0107.rst", "policy/CMP0108.rst", "policy/CMP0109.rst", "policy/CMP0110.rst", "policy/CMP0111.rst", "policy/CMP0112.rst", "policy/CMP0113.rst", "policy/CMP0114.rst", "policy/CMP0115.rst", "policy/CMP0116.rst", "policy/CMP0117.rst", "policy/CMP0118.rst", "policy/CMP0119.rst", "policy/CMP0120.rst", "policy/CMP0121.rst", "policy/CMP0122.rst", "policy/CMP0123.rst", "policy/CMP0124.rst", "policy/CMP0125.rst", "policy/CMP0126.rst", "policy/CMP0127.rst", "policy/CMP0128.rst", "policy/CMP0129.rst", "policy/CMP0130.rst", "policy/CMP0131.rst", "policy/CMP0132.rst", "policy/CMP0133.rst", "policy/CMP0134.rst", "policy/CMP0135.rst", "policy/CMP0136.rst", "policy/CMP0137.rst", "policy/CMP0138.rst", "policy/CMP0139.rst", "policy/CMP0140.rst", "policy/CMP0141.rst", "policy/CMP0142.rst", "policy/CMP0143.rst", "policy/CMP0144.rst", "policy/CMP0145.rst", "policy/CMP0146.rst", "policy/CMP0147.rst", "policy/CMP0148.rst", "policy/CMP0149.rst", "policy/CMP0150.rst", "policy/CMP0151.rst", "policy/CMP0152.rst", "policy/CMP0153.rst", "policy/CMP0154.rst", "policy/CMP0155.rst", "policy/CMP0156.rst", "policy/CMP0157.rst", "policy/CMP0158.rst", "policy/CMP0159.rst", "policy/CMP0160.rst", "policy/CMP0161.rst", "policy/CMP0162.rst", "policy/CMP0163.rst", "policy/CMP0164.rst", "policy/CMP0165.rst", "policy/CMP0166.rst", "policy/CMP0167.rst", "policy/CMP0168.rst", "policy/CMP0169.rst", "policy/CMP0170.rst", "policy/CMP0171.rst", "policy/CMP0172.rst", "policy/CMP0173.rst", "policy/CMP0174.rst", "policy/CMP0175.rst", "policy/CMP0176.rst", "policy/CMP0177.rst", "policy/CMP0178.rst", "policy/CMP0179.rst", "policy/CMP0180.rst", "prop_cache/ADVANCED.rst", "prop_cache/HELPSTRING.rst", "prop_cache/MODIFIED.rst", "prop_cache/STRINGS.rst", "prop_cache/TYPE.rst", "prop_cache/VALUE.rst", "prop_dir/ADDITIONAL_CLEAN_FILES.rst", "prop_dir/ADDITIONAL_MAKE_CLEAN_FILES.rst", "prop_dir/BINARY_DIR.rst", "prop_dir/BUILDSYSTEM_TARGETS.rst", "prop_dir/CACHE_VARIABLES.rst", "prop_dir/CLEAN_NO_CUSTOM.rst", "prop_dir/CMAKE_CONFIGURE_DEPENDS.rst", "prop_dir/COMPILE_DEFINITIONS.rst", "prop_dir/COMPILE_DEFINITIONS_CONFIG.rst", "prop_dir/COMPILE_OPTIONS.rst", "prop_dir/DEFINITIONS.rst", "prop_dir/EXCLUDE_FROM_ALL.rst", "prop_dir/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.rst", "prop_dir/IMPORTED_TARGETS.rst", "prop_dir/INCLUDE_DIRECTORIES.rst", "prop_dir/INCLUDE_REGULAR_EXPRESSION.rst", "prop_dir/INTERPROCEDURAL_OPTIMIZATION.rst", "prop_dir/INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst", "prop_dir/LABELS.rst", "prop_dir/LINK_DIRECTORIES.rst", "prop_dir/LINK_OPTIONS.rst", "prop_dir/LISTFILE_STACK.rst", "prop_dir/MACROS.rst", "prop_dir/PARENT_DIRECTORY.rst", "prop_dir/RULE_LAUNCH_COMPILE.rst", "prop_dir/RULE_LAUNCH_CUSTOM.rst", "prop_dir/RULE_LAUNCH_LINK.rst", "prop_dir/SOURCE_DIR.rst", "prop_dir/SUBDIRECTORIES.rst", "prop_dir/SYSTEM.rst", "prop_dir/TESTS.rst", "prop_dir/TEST_INCLUDE_FILE.rst", "prop_dir/TEST_INCLUDE_FILES.rst", "prop_dir/VARIABLES.rst", "prop_dir/VS_GLOBAL_SECTION_POST_section.rst", "prop_dir/VS_GLOBAL_SECTION_PRE_section.rst", "prop_dir/VS_STARTUP_PROJECT.rst", "prop_gbl/ALLOW_DUPLICATE_CUSTOM_TARGETS.rst", "prop_gbl/AUTOGEN_SOURCE_GROUP.rst", "prop_gbl/AUTOGEN_TARGETS_FOLDER.rst", "prop_gbl/AUTOMOC_SOURCE_GROUP.rst", "prop_gbl/AUTOMOC_TARGETS_FOLDER.rst", "prop_gbl/AUTORCC_SOURCE_GROUP.rst", "prop_gbl/AUTOUIC_SOURCE_GROUP.rst", "prop_gbl/CMAKE_CUDA_KNOWN_FEATURES.rst", "prop_gbl/CMAKE_CXX_KNOWN_FEATURES.rst", "prop_gbl/CMAKE_C_KNOWN_FEATURES.rst", "prop_gbl/CMAKE_HIP_KNOWN_FEATURES.rst", "prop_gbl/CMAKE_ROLE.rst", "prop_gbl/DEBUG_CONFIGURATIONS.rst", "prop_gbl/DISABLED_FEATURES.rst", "prop_gbl/ECLIPSE_EXTRA_CPROJECT_CONTENTS.rst", "prop_gbl/ECLIPSE_EXTRA_NATURES.rst", "prop_gbl/ENABLED_FEATURES.rst", "prop_gbl/ENABLED_LANGUAGES.rst", "prop_gbl/FIND_LIBRARY_USE_LIB32_PATHS.rst", "prop_gbl/FIND_LIBRARY_USE_LIB64_PATHS.rst", "prop_gbl/FIND_LIBRARY_USE_LIBX32_PATHS.rst", "prop_gbl/FIND_LIBRARY_USE_OPENBSD_VERSIONING.rst", "prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst", "prop_gbl/GLOBAL_DEPENDS_DEBUG_MODE.rst", "prop_gbl/GLOBAL_DEPENDS_NO_CYCLES.rst", "prop_gbl/INSTALL_PARALLEL.rst", "prop_gbl/IN_TRY_COMPILE.rst", "prop_gbl/JOB_POOLS.rst", "prop_gbl/PACKAGES_FOUND.rst", "prop_gbl/PACKAGES_NOT_FOUND.rst", "prop_gbl/PREDEFINED_TARGETS_FOLDER.rst", "prop_gbl/PROPAGATE_TOP_LEVEL_INCLUDES_TO_TRY_COMPILE.rst", "prop_gbl/REPORT_UNDEFINED_PROPERTIES.rst", "prop_gbl/RULE_LAUNCH_COMPILE.rst", "prop_gbl/RULE_LAUNCH_CUSTOM.rst", "prop_gbl/RULE_LAUNCH_LINK.rst", "prop_gbl/RULE_MESSAGES.rst", "prop_gbl/TARGET_ARCHIVES_MAY_BE_SHARED_LIBS.rst", "prop_gbl/TARGET_MESSAGES.rst", "prop_gbl/TARGET_SUPPORTS_SHARED_LIBS.rst", "prop_gbl/USE_FOLDERS.rst", "prop_gbl/XCODE_EMIT_EFFECTIVE_PLATFORM_NAME.rst", "prop_inst/CPACK_DESKTOP_SHORTCUTS.rst", "prop_inst/CPACK_NEVER_OVERWRITE.rst", "prop_inst/CPACK_PERMANENT.rst", "prop_inst/CPACK_STARTUP_SHORTCUTS.rst", "prop_inst/CPACK_START_MENU_SHORTCUTS.rst", "prop_inst/CPACK_WIX_ACL.rst", "prop_sf/ABSTRACT.rst", "prop_sf/AUTORCC_OPTIONS.rst", "prop_sf/AUTOUIC_OPTIONS.rst", "prop_sf/COMPILE_DEFINITIONS.rst", "prop_sf/COMPILE_DEFINITIONS_CONFIG.rst", "prop_sf/COMPILE_FLAGS.rst", "prop_sf/COMPILE_OPTIONS.rst", "prop_sf/CXX_SCAN_FOR_MODULES.rst", "prop_sf/EXTERNAL_OBJECT.rst", "prop_sf/Fortran_FORMAT.rst", "prop_sf/Fortran_PREPROCESS.rst", "prop_sf/GENERATED.rst", "prop_sf/HEADER_FILE_ONLY.rst", "prop_sf/INCLUDE_DIRECTORIES.rst", "prop_sf/KEEP_EXTENSION.rst", "prop_sf/LABELS.rst", "prop_sf/LANGUAGE.rst", "prop_sf/LOCATION.rst", "prop_sf/MACOSX_PACKAGE_LOCATION.rst", "prop_sf/OBJECT_DEPENDS.rst", "prop_sf/OBJECT_OUTPUTS.rst", "prop_sf/SKIP_AUTOGEN.rst", "prop_sf/SKIP_AUTOMOC.rst", "prop_sf/SKIP_AUTORCC.rst", "prop_sf/SKIP_AUTOUIC.rst", "prop_sf/SKIP_LINTING.rst", "prop_sf/SKIP_PRECOMPILE_HEADERS.rst", "prop_sf/SKIP_UNITY_BUILD_INCLUSION.rst", "prop_sf/SYMBOLIC.rst", "prop_sf/Swift_DEPENDENCIES_FILE.rst", "prop_sf/Swift_DIAGNOSTICS_FILE.rst", "prop_sf/UNITY_GROUP.rst", "prop_sf/VS_COPY_TO_OUT_DIR.rst", "prop_sf/VS_CSHARP_tagname.rst", "prop_sf/VS_DEPLOYMENT_CONTENT.rst", "prop_sf/VS_DEPLOYMENT_LOCATION.rst", "prop_sf/VS_INCLUDE_IN_VSIX.rst", "prop_sf/VS_RESOURCE_GENERATOR.rst", "prop_sf/VS_SETTINGS.rst", "prop_sf/VS_SHADER_DISABLE_OPTIMIZATIONS.rst", "prop_sf/VS_SHADER_ENABLE_DEBUG.rst", "prop_sf/VS_SHADER_ENTRYPOINT.rst", "prop_sf/VS_SHADER_FLAGS.rst", "prop_sf/VS_SHADER_MODEL.rst", "prop_sf/VS_SHADER_OBJECT_FILE_NAME.rst", "prop_sf/VS_SHADER_OUTPUT_HEADER_FILE.rst", "prop_sf/VS_SHADER_TYPE.rst", "prop_sf/VS_SHADER_VARIABLE_NAME.rst", "prop_sf/VS_TOOL_OVERRIDE.rst", "prop_sf/VS_XAML_TYPE.rst", "prop_sf/WRAP_EXCLUDE.rst", "prop_sf/XCODE_EXPLICIT_FILE_TYPE.rst", "prop_sf/XCODE_FILE_ATTRIBUTES.rst", "prop_sf/XCODE_LAST_KNOWN_FILE_TYPE.rst", "prop_test/ATTACHED_FILES.rst", "prop_test/ATTACHED_FILES_ON_FAIL.rst", "prop_test/COST.rst", "prop_test/DEPENDS.rst", "prop_test/DISABLED.rst", "prop_test/ENVIRONMENT.rst", "prop_test/ENVIRONMENT_MODIFICATION.rst", "prop_test/FAIL_REGULAR_EXPRESSION.rst", "prop_test/FIXTURES_CLEANUP.rst", "prop_test/FIXTURES_REQUIRED.rst", "prop_test/FIXTURES_SETUP.rst", "prop_test/GENERATED_RESOURCE_SPEC_FILE.rst", "prop_test/LABELS.rst", "prop_test/MEASUREMENT.rst", "prop_test/PASS_REGULAR_EXPRESSION.rst", "prop_test/PROCESSORS.rst", "prop_test/PROCESSOR_AFFINITY.rst", "prop_test/REQUIRED_FILES.rst", "prop_test/RESOURCE_GROUPS.rst", "prop_test/RESOURCE_LOCK.rst", "prop_test/RUN_SERIAL.rst", "prop_test/SKIP_REGULAR_EXPRESSION.rst", "prop_test/SKIP_RETURN_CODE.rst", "prop_test/TIMEOUT.rst", "prop_test/TIMEOUT_AFTER_MATCH.rst", "prop_test/TIMEOUT_SIGNAL_GRACE_PERIOD.rst", "prop_test/TIMEOUT_SIGNAL_NAME.rst", "prop_test/WILL_FAIL.rst", "prop_test/WORKING_DIRECTORY.rst", "prop_tgt/ADDITIONAL_CLEAN_FILES.rst", "prop_tgt/AIX_EXPORT_ALL_SYMBOLS.rst", "prop_tgt/AIX_SHARED_LIBRARY_ARCHIVE.rst", "prop_tgt/ALIASED_TARGET.rst", "prop_tgt/ALIAS_GLOBAL.rst", "prop_tgt/ANDROID_ANT_ADDITIONAL_OPTIONS.rst", "prop_tgt/ANDROID_API.rst", "prop_tgt/ANDROID_API_MIN.rst", "prop_tgt/ANDROID_ARCH.rst", "prop_tgt/ANDROID_ASSETS_DIRECTORIES.rst", "prop_tgt/ANDROID_GUI.rst", "prop_tgt/ANDROID_JAR_DEPENDENCIES.rst", "prop_tgt/ANDROID_JAR_DIRECTORIES.rst", "prop_tgt/ANDROID_JAVA_SOURCE_DIR.rst", "prop_tgt/ANDROID_NATIVE_LIB_DEPENDENCIES.rst", "prop_tgt/ANDROID_NATIVE_LIB_DIRECTORIES.rst", "prop_tgt/ANDROID_PROCESS_MAX.rst", "prop_tgt/ANDROID_PROGUARD.rst", "prop_tgt/ANDROID_PROGUARD_CONFIG_PATH.rst", "prop_tgt/ANDROID_SECURE_PROPS_PATH.rst", "prop_tgt/ANDROID_SKIP_ANT_STEP.rst", "prop_tgt/ANDROID_STL_TYPE.rst", "prop_tgt/ARCHIVE_OUTPUT_DIRECTORY.rst", "prop_tgt/ARCHIVE_OUTPUT_DIRECTORY_CONFIG.rst", "prop_tgt/ARCHIVE_OUTPUT_NAME.rst", "prop_tgt/ARCHIVE_OUTPUT_NAME_CONFIG.rst", "prop_tgt/AUTOGEN_BETTER_GRAPH_MULTI_CONFIG.rst", "prop_tgt/AUTOGEN_BUILD_DIR.rst", "prop_tgt/AUTOGEN_COMMAND_LINE_LENGTH_MAX.rst", "prop_tgt/AUTOGEN_ORIGIN_DEPENDS.rst", "prop_tgt/AUTOGEN_PARALLEL.rst", "prop_tgt/AUTOGEN_TARGET_DEPENDS.rst", "prop_tgt/AUTOGEN_USE_SYSTEM_INCLUDE.rst", "prop_tgt/AUTOMOC.rst", "prop_tgt/AUTOMOC_COMPILER_PREDEFINES.rst", "prop_tgt/AUTOMOC_DEPEND_FILTERS.rst", "prop_tgt/AUTOMOC_EXECUTABLE.rst", "prop_tgt/AUTOMOC_MACRO_NAMES.rst", "prop_tgt/AUTOMOC_MOC_OPTIONS.rst", "prop_tgt/AUTOMOC_PATH_PREFIX.rst", "prop_tgt/AUTORCC.rst", "prop_tgt/AUTORCC_EXECUTABLE.rst", "prop_tgt/AUTORCC_OPTIONS.rst", "prop_tgt/AUTOUIC.rst", "prop_tgt/AUTOUIC_EXECUTABLE.rst", "prop_tgt/AUTOUIC_OPTIONS.rst", "prop_tgt/AUTOUIC_SEARCH_PATHS.rst", "prop_tgt/BINARY_DIR.rst", "prop_tgt/BUILD_RPATH.rst", "prop_tgt/BUILD_RPATH_USE_ORIGIN.rst", "prop_tgt/BUILD_WITH_INSTALL_NAME_DIR.rst", "prop_tgt/BUILD_WITH_INSTALL_RPATH.rst", "prop_tgt/BUNDLE.rst", "prop_tgt/BUNDLE_EXTENSION.rst", "prop_tgt/COMMON_LANGUAGE_RUNTIME.rst", "prop_tgt/COMPATIBLE_INTERFACE_BOOL.rst", "prop_tgt/COMPATIBLE_INTERFACE_NUMBER_MAX.rst", "prop_tgt/COMPATIBLE_INTERFACE_NUMBER_MIN.rst", "prop_tgt/COMPATIBLE_INTERFACE_STRING.rst", "prop_tgt/COMPILE_DEFINITIONS.rst", "prop_tgt/COMPILE_DEFINITIONS_CONFIG.rst", "prop_tgt/COMPILE_FEATURES.rst", "prop_tgt/COMPILE_FLAGS.rst", "prop_tgt/COMPILE_OPTIONS.rst", "prop_tgt/COMPILE_PDB_NAME.rst", "prop_tgt/COMPILE_PDB_NAME_CONFIG.rst", "prop_tgt/COMPILE_PDB_OUTPUT_DIRECTORY.rst", "prop_tgt/COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.rst", "prop_tgt/COMPILE_WARNING_AS_ERROR.rst", "prop_tgt/CONFIG_OUTPUT_NAME.rst", "prop_tgt/CONFIG_POSTFIX.rst", "prop_tgt/CROSSCOMPILING_EMULATOR.rst", "prop_tgt/CUDA_ARCHITECTURES.rst", "prop_tgt/CUDA_CUBIN_COMPILATION.rst", "prop_tgt/CUDA_EXTENSIONS.rst", "prop_tgt/CUDA_FATBIN_COMPILATION.rst", "prop_tgt/CUDA_OPTIX_COMPILATION.rst", "prop_tgt/CUDA_PTX_COMPILATION.rst", "prop_tgt/CUDA_RESOLVE_DEVICE_SYMBOLS.rst", "prop_tgt/CUDA_RUNTIME_LIBRARY.rst", "prop_tgt/CUDA_SEPARABLE_COMPILATION.rst", "prop_tgt/CUDA_STANDARD.rst", "prop_tgt/CUDA_STANDARD_REQUIRED.rst", "prop_tgt/CXX_EXTENSIONS.rst", "prop_tgt/CXX_MODULE_DIRS.rst", "prop_tgt/CXX_MODULE_DIRS_NAME.rst", "prop_tgt/CXX_MODULE_SET.rst", "prop_tgt/CXX_MODULE_SETS.rst", "prop_tgt/CXX_MODULE_SET_NAME.rst", "prop_tgt/CXX_MODULE_STD.rst", "prop_tgt/CXX_SCAN_FOR_MODULES.rst", "prop_tgt/CXX_STANDARD.rst", "prop_tgt/CXX_STANDARD_REQUIRED.rst", "prop_tgt/C_EXTENSIONS.rst", "prop_tgt/C_STANDARD.rst", "prop_tgt/C_STANDARD_REQUIRED.rst", "prop_tgt/DEBUG_POSTFIX.rst", "prop_tgt/DEFINE_SYMBOL.rst", "prop_tgt/DEPLOYMENT_ADDITIONAL_FILES.rst", "prop_tgt/DEPLOYMENT_REMOTE_DIRECTORY.rst", "prop_tgt/DEPRECATION.rst", "prop_tgt/DISABLE_PRECOMPILE_HEADERS.rst", "prop_tgt/DLL_NAME_WITH_SOVERSION.rst", "prop_tgt/DOTNET_SDK.rst", "prop_tgt/DOTNET_TARGET_FRAMEWORK.rst", "prop_tgt/DOTNET_TARGET_FRAMEWORK_VERSION.rst", "prop_tgt/ENABLE_EXPORTS.rst", "prop_tgt/EXCLUDE_FROM_ALL.rst", "prop_tgt/EXCLUDE_FROM_DEFAULT_BUILD.rst", "prop_tgt/EXCLUDE_FROM_DEFAULT_BUILD_CONFIG.rst", "prop_tgt/EXPORT_BUILD_DATABASE.rst", "prop_tgt/EXPORT_COMPILE_COMMANDS.rst", "prop_tgt/EXPORT_FIND_PACKAGE_NAME.rst", "prop_tgt/EXPORT_NAME.rst", "prop_tgt/EXPORT_NO_SYSTEM.rst", "prop_tgt/EXPORT_PROPERTIES.rst", "prop_tgt/EchoString.rst", "prop_tgt/FOLDER.rst", "prop_tgt/FRAMEWORK.rst", "prop_tgt/FRAMEWORK_MULTI_CONFIG_POSTFIX_CONFIG.rst", "prop_tgt/FRAMEWORK_VERSION.rst", "prop_tgt/Fortran_BUILDING_INSTRINSIC_MODULES.rst", "prop_tgt/Fortran_FORMAT.rst", "prop_tgt/Fortran_MODULE_DIRECTORY.rst", "prop_tgt/Fortran_PREPROCESS.rst", "prop_tgt/GENERATOR_FILE_NAME.rst", "prop_tgt/GHS_INTEGRITY_APP.rst", "prop_tgt/GHS_NO_SOURCE_GROUP_FILE.rst", "prop_tgt/GNUtoMS.rst", "prop_tgt/HAS_CXX.rst", "prop_tgt/HEADER_DIRS.rst", "prop_tgt/HEADER_DIRS_NAME.rst", "prop_tgt/HEADER_SET.rst", "prop_tgt/HEADER_SETS.rst", "prop_tgt/HEADER_SET_NAME.rst", "prop_tgt/HIP_ARCHITECTURES.rst", "prop_tgt/HIP_EXTENSIONS.rst", "prop_tgt/HIP_STANDARD.rst", "prop_tgt/HIP_STANDARD_REQUIRED.rst", "prop_tgt/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.rst", "prop_tgt/IMPORTED.rst", "prop_tgt/IMPORTED_COMMON_LANGUAGE_RUNTIME.rst", "prop_tgt/IMPORTED_CONFIGURATIONS.rst", "prop_tgt/IMPORTED_CXX_MODULES_COMPILE_DEFINITIONS.rst", "prop_tgt/IMPORTED_CXX_MODULES_COMPILE_FEATURES.rst", "prop_tgt/IMPORTED_CXX_MODULES_COMPILE_OPTIONS.rst", "prop_tgt/IMPORTED_CXX_MODULES_INCLUDE_DIRECTORIES.rst", "prop_tgt/IMPORTED_CXX_MODULES_LINK_LIBRARIES.rst", "prop_tgt/IMPORTED_GLOBAL.rst", "prop_tgt/IMPORTED_IMPLIB.rst", "prop_tgt/IMPORTED_IMPLIB_CONFIG.rst", "prop_tgt/IMPORTED_LIBNAME.rst", "prop_tgt/IMPORTED_LIBNAME_CONFIG.rst", "prop_tgt/IMPORTED_LINK_DEPENDENT_LIBRARIES.rst", "prop_tgt/IMPORTED_LINK_DEPENDENT_LIBRARIES_CONFIG.rst", "prop_tgt/IMPORTED_LINK_INTERFACE_LANGUAGES.rst", "prop_tgt/IMPORTED_LINK_INTERFACE_LANGUAGES_CONFIG.rst", "prop_tgt/IMPORTED_LINK_INTERFACE_LIBRARIES.rst", "prop_tgt/IMPORTED_LINK_INTERFACE_LIBRARIES_CONFIG.rst", "prop_tgt/IMPORTED_LINK_INTERFACE_MULTIPLICITY.rst", "prop_tgt/IMPORTED_LINK_INTERFACE_MULTIPLICITY_CONFIG.rst", "prop_tgt/IMPORTED_LOCATION.rst", "prop_tgt/IMPORTED_LOCATION_CONFIG.rst", "prop_tgt/IMPORTED_NO_SONAME.rst", "prop_tgt/IMPORTED_NO_SONAME_CONFIG.rst", "prop_tgt/IMPORTED_NO_SYSTEM.rst", "prop_tgt/IMPORTED_OBJECTS.rst", "prop_tgt/IMPORTED_OBJECTS_CONFIG.rst", "prop_tgt/IMPORTED_SONAME.rst", "prop_tgt/IMPORTED_SONAME_CONFIG.rst", "prop_tgt/IMPORT_PREFIX.rst", "prop_tgt/IMPORT_SUFFIX.rst", "prop_tgt/INCLUDE_DIRECTORIES.rst", "prop_tgt/INSTALL_NAME_DIR.rst", "prop_tgt/INSTALL_REMOVE_ENVIRONMENT_RPATH.rst", "prop_tgt/INSTALL_RPATH.rst", "prop_tgt/INSTALL_RPATH_USE_LINK_PATH.rst", "prop_tgt/INTERFACE_AUTOMOC_MACRO_NAMES.rst", "prop_tgt/INTERFACE_AUTOUIC_OPTIONS.rst", "prop_tgt/INTERFACE_COMPILE_DEFINITIONS.rst", "prop_tgt/INTERFACE_COMPILE_FEATURES.rst", "prop_tgt/INTERFACE_COMPILE_OPTIONS.rst", "prop_tgt/INTERFACE_CXX_MODULE_SETS.rst", "prop_tgt/INTERFACE_HEADER_SETS.rst", "prop_tgt/INTERFACE_HEADER_SETS_TO_VERIFY.rst", "prop_tgt/INTERFACE_INCLUDE_DIRECTORIES.rst", "prop_tgt/INTERFACE_LINK_DEPENDS.rst", "prop_tgt/INTERFACE_LINK_DIRECTORIES.rst", "prop_tgt/INTERFACE_LINK_LIBRARIES.rst", "prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT.rst", "prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE.rst", "prop_tgt/INTERFACE_LINK_OPTIONS.rst", "prop_tgt/INTERFACE_POSITION_INDEPENDENT_CODE.rst", "prop_tgt/INTERFACE_PRECOMPILE_HEADERS.rst", "prop_tgt/INTERFACE_SOURCES.rst", "prop_tgt/INTERFACE_SYSTEM_INCLUDE_DIRECTORIES.rst", "prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst", "prop_tgt/INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst", "prop_tgt/IOS_INSTALL_COMBINED.rst", "prop_tgt/ISPC_HEADER_DIRECTORY.rst", "prop_tgt/ISPC_HEADER_SUFFIX.rst", "prop_tgt/ISPC_INSTRUCTION_SETS.rst", "prop_tgt/JOB_POOL_COMPILE.rst", "prop_tgt/JOB_POOL_LINK.rst", "prop_tgt/JOB_POOL_PRECOMPILE_HEADER.rst", "prop_tgt/LABELS.rst", "prop_tgt/LANG_CLANG_TIDY.rst", "prop_tgt/LANG_CLANG_TIDY_EXPORT_FIXES_DIR.rst", "prop_tgt/LANG_COMPILER_LAUNCHER.rst", "prop_tgt/LANG_CPPCHECK.rst", "prop_tgt/LANG_CPPLINT.rst", "prop_tgt/LANG_EXTENSIONS.rst", "prop_tgt/LANG_INCLUDE_WHAT_YOU_USE.rst", "prop_tgt/LANG_LINKER_LAUNCHER.rst", "prop_tgt/LANG_STANDARD.rst", "prop_tgt/LANG_STANDARD_REQUIRED.rst", "prop_tgt/LANG_VISIBILITY_PRESET.rst", "prop_tgt/LIBRARY_OUTPUT_DIRECTORY.rst", "prop_tgt/LIBRARY_OUTPUT_DIRECTORY_CONFIG.rst", "prop_tgt/LIBRARY_OUTPUT_NAME.rst", "prop_tgt/LIBRARY_OUTPUT_NAME_CONFIG.rst", "prop_tgt/LINKER_LANGUAGE.rst", "prop_tgt/LINKER_TYPE.rst", "prop_tgt/LINK_DEPENDS.rst", "prop_tgt/LINK_DEPENDS_NO_SHARED.rst", "prop_tgt/LINK_DIRECTORIES.rst", "prop_tgt/LINK_FLAGS.rst", "prop_tgt/LINK_FLAGS_CONFIG.rst", "prop_tgt/LINK_INTERFACE_LIBRARIES.rst", "prop_tgt/LINK_INTERFACE_LIBRARIES_CONFIG.rst", "prop_tgt/LINK_INTERFACE_MULTIPLICITY.rst", "prop_tgt/LINK_INTERFACE_MULTIPLICITY_CONFIG.rst", "prop_tgt/LINK_LIBRARIES.rst", "prop_tgt/LINK_LIBRARIES_ONLY_TARGETS.rst", "prop_tgt/LINK_LIBRARIES_STRATEGY.rst", "prop_tgt/LINK_LIBRARY_OVERRIDE.rst", "prop_tgt/LINK_LIBRARY_OVERRIDE_LIBRARY.rst", "prop_tgt/LINK_OPTIONS.rst", "prop_tgt/LINK_SEARCH_END_STATIC.rst", "prop_tgt/LINK_SEARCH_START_STATIC.rst", "prop_tgt/LINK_WHAT_YOU_USE.rst", "prop_tgt/LOCATION.rst", "prop_tgt/LOCATION_CONFIG.rst", "prop_tgt/MACHO_COMPATIBILITY_VERSION.rst", "prop_tgt/MACHO_CURRENT_VERSION.rst", "prop_tgt/MACOSX_BUNDLE.rst", "prop_tgt/MACOSX_BUNDLE_INFO_PLIST.rst", "prop_tgt/MACOSX_FRAMEWORK_INFO_PLIST.rst", "prop_tgt/MACOSX_RPATH.rst", "prop_tgt/MANUALLY_ADDED_DEPENDENCIES.rst", "prop_tgt/MAP_IMPORTED_CONFIG_CONFIG.rst", "prop_tgt/MSVC_DEBUG_INFORMATION_FORMAT.rst", "prop_tgt/MSVC_RUNTIME_LIBRARY.rst", "prop_tgt/NAME.rst", "prop_tgt/NO_SONAME.rst", "prop_tgt/NO_SYSTEM_FROM_IMPORTED.rst", "prop_tgt/OBJCXX_EXTENSIONS.rst", "prop_tgt/OBJCXX_STANDARD.rst", "prop_tgt/OBJCXX_STANDARD_REQUIRED.rst", "prop_tgt/OBJC_EXTENSIONS.rst", "prop_tgt/OBJC_STANDARD.rst", "prop_tgt/OBJC_STANDARD_REQUIRED.rst", "prop_tgt/OPTIMIZE_DEPENDENCIES.rst", "prop_tgt/OSX_ARCHITECTURES.rst", "prop_tgt/OSX_ARCHITECTURES_CONFIG.rst", "prop_tgt/OUTPUT_NAME.rst", "prop_tgt/OUTPUT_NAME_CONFIG.rst", "prop_tgt/PCH_INSTANTIATE_TEMPLATES.rst", "prop_tgt/PCH_WARN_INVALID.rst", "prop_tgt/PDB_NAME.rst", "prop_tgt/PDB_NAME_CONFIG.rst", "prop_tgt/PDB_OUTPUT_DIRECTORY.rst", "prop_tgt/PDB_OUTPUT_DIRECTORY_CONFIG.rst", "prop_tgt/POSITION_INDEPENDENT_CODE.rst", "prop_tgt/POST_INSTALL_SCRIPT.rst", "prop_tgt/PRECOMPILE_HEADERS.rst", "prop_tgt/PRECOMPILE_HEADERS_REUSE_FROM.rst", "prop_tgt/PREFIX.rst", "prop_tgt/PRE_INSTALL_SCRIPT.rst", "prop_tgt/PRIVATE_HEADER.rst", "prop_tgt/PROJECT_LABEL.rst", "prop_tgt/PUBLIC_HEADER.rst", "prop_tgt/RESOURCE.rst", "prop_tgt/RULE_LAUNCH_COMPILE.rst", "prop_tgt/RULE_LAUNCH_CUSTOM.rst", "prop_tgt/RULE_LAUNCH_LINK.rst", "prop_tgt/RUNTIME_OUTPUT_DIRECTORY.rst", "prop_tgt/RUNTIME_OUTPUT_DIRECTORY_CONFIG.rst", "prop_tgt/RUNTIME_OUTPUT_NAME.rst", "prop_tgt/RUNTIME_OUTPUT_NAME_CONFIG.rst", "prop_tgt/SKIP_BUILD_RPATH.rst", "prop_tgt/SOURCES.rst", "prop_tgt/SOURCE_DIR.rst", "prop_tgt/SOVERSION.rst", "prop_tgt/STATIC_LIBRARY_FLAGS.rst", "prop_tgt/STATIC_LIBRARY_FLAGS_CONFIG.rst", "prop_tgt/STATIC_LIBRARY_OPTIONS.rst", "prop_tgt/SUFFIX.rst", "prop_tgt/SYSTEM.rst", "prop_tgt/Swift_COMPILATION_MODE.rst", "prop_tgt/Swift_DEPENDENCIES_FILE.rst", "prop_tgt/Swift_LANGUAGE_VERSION.rst", "prop_tgt/Swift_MODULE_DIRECTORY.rst", "prop_tgt/Swift_MODULE_NAME.rst", "prop_tgt/TEST_LAUNCHER.rst", "prop_tgt/TRANSITIVE_COMPILE_PROPERTIES.rst", "prop_tgt/TRANSITIVE_LINK_PROPERTIES.rst", "prop_tgt/TYPE.rst", "prop_tgt/UNITY_BUILD.rst", "prop_tgt/UNITY_BUILD_BATCH_SIZE.rst", "prop_tgt/UNITY_BUILD_CODE_AFTER_INCLUDE.rst", "prop_tgt/UNITY_BUILD_CODE_BEFORE_INCLUDE.rst", "prop_tgt/UNITY_BUILD_MODE.rst", "prop_tgt/UNITY_BUILD_UNIQUE_ID.rst", "prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst", "prop_tgt/VERSION.rst", "prop_tgt/VISIBILITY_INLINES_HIDDEN.rst", "prop_tgt/VS_CONFIGURATION_TYPE.rst", "prop_tgt/VS_DEBUGGER_COMMAND.rst", "prop_tgt/VS_DEBUGGER_COMMAND_ARGUMENTS.rst", "prop_tgt/VS_DEBUGGER_ENVIRONMENT.rst", "prop_tgt/VS_DEBUGGER_WORKING_DIRECTORY.rst", "prop_tgt/VS_DESKTOP_EXTENSIONS_VERSION.rst", "prop_tgt/VS_DOTNET_DOCUMENTATION_FILE.rst", "prop_tgt/VS_DOTNET_REFERENCEPROP_refname_TAG_tagname.rst", "prop_tgt/VS_DOTNET_REFERENCES.rst", "prop_tgt/VS_DOTNET_REFERENCES_COPY_LOCAL.rst", "prop_tgt/VS_DOTNET_REFERENCE_refname.rst", "prop_tgt/VS_DOTNET_STARTUP_OBJECT.rst", "prop_tgt/VS_DOTNET_TARGET_FRAMEWORK_VERSION.rst", "prop_tgt/VS_DPI_AWARE.rst", "prop_tgt/VS_FILTER_PROPS.rst", "prop_tgt/VS_FRAMEWORK_REFERENCES.rst", "prop_tgt/VS_GLOBAL_KEYWORD.rst", "prop_tgt/VS_GLOBAL_PROJECT_TYPES.rst", "prop_tgt/VS_GLOBAL_ROOTNAMESPACE.rst", "prop_tgt/VS_GLOBAL_variable.rst", "prop_tgt/VS_IOT_EXTENSIONS_VERSION.rst", "prop_tgt/VS_IOT_STARTUP_TASK.rst", "prop_tgt/VS_JUST_MY_CODE_DEBUGGING.rst", "prop_tgt/VS_KEYWORD.rst", "prop_tgt/VS_MOBILE_EXTENSIONS_VERSION.rst", "prop_tgt/VS_NO_COMPILE_BATCHING.rst", "prop_tgt/VS_NO_SOLUTION_DEPLOY.rst", "prop_tgt/VS_PACKAGE_REFERENCES.rst", "prop_tgt/VS_PLATFORM_TOOLSET.rst", "prop_tgt/VS_PROJECT_IMPORT.rst", "prop_tgt/VS_SCC_AUXPATH.rst", "prop_tgt/VS_SCC_LOCALPATH.rst", "prop_tgt/VS_SCC_PROJECTNAME.rst", "prop_tgt/VS_SCC_PROVIDER.rst", "prop_tgt/VS_SDK_REFERENCES.rst", "prop_tgt/VS_SOLUTION_DEPLOY.rst", "prop_tgt/VS_SOURCE_SETTINGS_tool.rst", "prop_tgt/VS_USER_PROPS.rst", "prop_tgt/VS_USE_DEBUG_LIBRARIES.rst", "prop_tgt/VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION.rst", "prop_tgt/VS_WINRT_COMPONENT.rst", "prop_tgt/VS_WINRT_EXTENSIONS.rst", "prop_tgt/VS_WINRT_REFERENCES.rst", "prop_tgt/WATCOM_RUNTIME_LIBRARY.rst", "prop_tgt/WIN32_EXECUTABLE.rst", "prop_tgt/WINDOWS_EXPORT_ALL_SYMBOLS.rst", "prop_tgt/XCODE_ATTRIBUTE_an-attribute.rst", "prop_tgt/XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY.rst", "prop_tgt/XCODE_EMBED_FRAMEWORKS_REMOVE_HEADERS_ON_COPY.rst", "prop_tgt/XCODE_EMBED_type.rst", "prop_tgt/XCODE_EMBED_type_CODE_SIGN_ON_COPY.rst", "prop_tgt/XCODE_EMBED_type_PATH.rst", "prop_tgt/XCODE_EMBED_type_REMOVE_HEADERS_ON_COPY.rst", "prop_tgt/XCODE_EXPLICIT_FILE_TYPE.rst", "prop_tgt/XCODE_GENERATE_SCHEME.rst", "prop_tgt/XCODE_LINK_BUILD_PHASE_MODE.rst", "prop_tgt/XCODE_PRODUCT_TYPE.rst", "prop_tgt/XCODE_SCHEME_ADDRESS_SANITIZER.rst", "prop_tgt/XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN.rst", "prop_tgt/XCODE_SCHEME_ARGUMENTS.rst", "prop_tgt/XCODE_SCHEME_DEBUG_AS_ROOT.rst", "prop_tgt/XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING.rst", "prop_tgt/XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER.rst", "prop_tgt/XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS.rst", "prop_tgt/XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE.rst", "prop_tgt/XCODE_SCHEME_ENABLE_GPU_API_VALIDATION.rst", "prop_tgt/XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE.rst", "prop_tgt/XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION.rst", "prop_tgt/XCODE_SCHEME_ENVIRONMENT.rst", "prop_tgt/XCODE_SCHEME_EXECUTABLE.rst", "prop_tgt/XCODE_SCHEME_GUARD_MALLOC.rst", "prop_tgt/XCODE_SCHEME_LAUNCH_CONFIGURATION.rst", "prop_tgt/XCODE_SCHEME_LAUNCH_MODE.rst", "prop_tgt/XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP.rst", "prop_tgt/XCODE_SCHEME_MALLOC_GUARD_EDGES.rst", "prop_tgt/XCODE_SCHEME_MALLOC_SCRIBBLE.rst", "prop_tgt/XCODE_SCHEME_MALLOC_STACK.rst", "prop_tgt/XCODE_SCHEME_THREAD_SANITIZER.rst", "prop_tgt/XCODE_SCHEME_THREAD_SANITIZER_STOP.rst", "prop_tgt/XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER.rst", "prop_tgt/XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP.rst", "prop_tgt/XCODE_SCHEME_WORKING_DIRECTORY.rst", "prop_tgt/XCODE_SCHEME_ZOMBIE_OBJECTS.rst", "prop_tgt/XCODE_XCCONFIG.rst", "prop_tgt/XCTEST.rst", "release/3.0.rst", "release/3.1.rst", "release/3.10.rst", "release/3.11.rst", "release/3.12.rst", "release/3.13.rst", "release/3.14.rst", "release/3.15.rst", "release/3.16.rst", "release/3.17.rst", "release/3.18.rst", "release/3.19.rst", "release/3.2.rst", "release/3.20.rst", "release/3.21.rst", "release/3.22.rst", "release/3.23.rst", "release/3.24.rst", "release/3.25.rst", "release/3.26.rst", "release/3.27.rst", "release/3.28.rst", "release/3.29.rst", "release/3.3.rst", "release/3.30.rst", "release/3.31.rst", "release/3.4.rst", "release/3.5.rst", "release/3.6.rst", "release/3.7.rst", "release/3.8.rst", "release/3.9.rst", "release/index.rst", "variable/ANDROID.rst", "variable/APPLE.rst", "variable/BORLAND.rst", "variable/BSD.rst", "variable/BUILD_SHARED_LIBS.rst", "variable/CACHE.rst", "variable/CMAKE_ABSOLUTE_DESTINATION_FILES.rst", "variable/CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY.rst", "variable/CMAKE_ADSP_ROOT.rst", "variable/CMAKE_AIX_EXPORT_ALL_SYMBOLS.rst", "variable/CMAKE_AIX_SHARED_LIBRARY_ARCHIVE.rst", "variable/CMAKE_ANDROID_ANT_ADDITIONAL_OPTIONS.rst", "variable/CMAKE_ANDROID_API.rst", "variable/CMAKE_ANDROID_API_MIN.rst", "variable/CMAKE_ANDROID_ARCH.rst", "variable/CMAKE_ANDROID_ARCH_ABI.rst", "variable/CMAKE_ANDROID_ARM_MODE.rst", "variable/CMAKE_ANDROID_ARM_NEON.rst", "variable/CMAKE_ANDROID_ASSETS_DIRECTORIES.rst", "variable/CMAKE_ANDROID_EXCEPTIONS.rst", "variable/CMAKE_ANDROID_GUI.rst", "variable/CMAKE_ANDROID_JAR_DEPENDENCIES.rst", "variable/CMAKE_ANDROID_JAR_DIRECTORIES.rst", "variable/CMAKE_ANDROID_JAVA_SOURCE_DIR.rst", "variable/CMAKE_ANDROID_NATIVE_LIB_DEPENDENCIES.rst", "variable/CMAKE_ANDROID_NATIVE_LIB_DIRECTORIES.rst", "variable/CMAKE_ANDROID_NDK.rst", "variable/CMAKE_ANDROID_NDK_DEPRECATED_HEADERS.rst", "variable/CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG.rst", "variable/CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION.rst", "variable/CMAKE_ANDROID_NDK_VERSION.rst", "variable/CMAKE_ANDROID_PROCESS_MAX.rst", "variable/CMAKE_ANDROID_PROGUARD.rst", "variable/CMAKE_ANDROID_PROGUARD_CONFIG_PATH.rst", "variable/CMAKE_ANDROID_RTTI.rst", "variable/CMAKE_ANDROID_SECURE_PROPS_PATH.rst", "variable/CMAKE_ANDROID_SKIP_ANT_STEP.rst", "variable/CMAKE_ANDROID_STANDALONE_TOOLCHAIN.rst", "variable/CMAKE_ANDROID_STL_TYPE.rst", "variable/CMAKE_APPBUNDLE_PATH.rst", "variable/CMAKE_APPLE_SILICON_PROCESSOR.rst", "variable/CMAKE_AR.rst", "variable/CMAKE_ARCHIVE_OUTPUT_DIRECTORY.rst", "variable/CMAKE_ARCHIVE_OUTPUT_DIRECTORY_CONFIG.rst", "variable/CMAKE_ARGC.rst", "variable/CMAKE_ARGV0.rst", "variable/CMAKE_AUTOGEN_BETTER_GRAPH_MULTI_CONFIG.rst", "variable/CMAKE_AUTOGEN_COMMAND_LINE_LENGTH_MAX.rst", "variable/CMAKE_AUTOGEN_ORIGIN_DEPENDS.rst", "variable/CMAKE_AUTOGEN_PARALLEL.rst", "variable/CMAKE_AUTOGEN_USE_SYSTEM_INCLUDE.rst", "variable/CMAKE_AUTOGEN_VERBOSE.rst", "variable/CMAKE_AUTOMOC.rst", "variable/CMAKE_AUTOMOC_COMPILER_PREDEFINES.rst", "variable/CMAKE_AUTOMOC_DEPEND_FILTERS.rst", "variable/CMAKE_AUTOMOC_EXECUTABLE.rst", "variable/CMAKE_AUTOMOC_MACRO_NAMES.rst", "variable/CMAKE_AUTOMOC_MOC_OPTIONS.rst", "variable/CMAKE_AUTOMOC_PATH_PREFIX.rst", "variable/CMAKE_AUTOMOC_RELAXED_MODE.rst", "variable/CMAKE_AUTORCC.rst", "variable/CMAKE_AUTORCC_EXECUTABLE.rst", "variable/CMAKE_AUTORCC_OPTIONS.rst", "variable/CMAKE_AUTOUIC.rst", "variable/CMAKE_AUTOUIC_EXECUTABLE.rst", "variable/CMAKE_AUTOUIC_OPTIONS.rst", "variable/CMAKE_AUTOUIC_SEARCH_PATHS.rst", "variable/CMAKE_BACKWARDS_COMPATIBILITY.rst", "variable/CMAKE_BINARY_DIR.rst", "variable/CMAKE_BUILD_RPATH.rst", "variable/CMAKE_BUILD_RPATH_USE_ORIGIN.rst", "variable/CMAKE_BUILD_TOOL.rst", "variable/CMAKE_BUILD_TYPE.rst", "variable/CMAKE_BUILD_WITH_INSTALL_NAME_DIR.rst", "variable/CMAKE_BUILD_WITH_INSTALL_RPATH.rst", "variable/CMAKE_CACHEFILE_DIR.rst", "variable/CMAKE_CACHE_MAJOR_VERSION.rst", "variable/CMAKE_CACHE_MINOR_VERSION.rst", "variable/CMAKE_CACHE_PATCH_VERSION.rst", "variable/CMAKE_CFG_INTDIR.rst", "variable/CMAKE_CLANG_VFS_OVERLAY.rst", "variable/CMAKE_CL_64.rst", "variable/CMAKE_CODEBLOCKS_COMPILER_ID.rst", "variable/CMAKE_CODEBLOCKS_EXCLUDE_EXTERNAL_FILES.rst", "variable/CMAKE_CODELITE_USE_TARGETS.rst", "variable/CMAKE_COLOR_DIAGNOSTICS.rst", "variable/CMAKE_COLOR_MAKEFILE.rst", "variable/CMAKE_COMMAND.rst", "variable/CMAKE_COMPILER_2005.rst", "variable/CMAKE_COMPILER_IS_GNUCC.rst", "variable/CMAKE_COMPILER_IS_GNUCXX.rst", "variable/CMAKE_COMPILER_IS_GNUG77.rst", "variable/CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY.rst", "variable/CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.rst", "variable/CMAKE_COMPILE_WARNING_AS_ERROR.rst", "variable/CMAKE_CONFIGURATION_TYPES.rst", "variable/CMAKE_CONFIG_POSTFIX.rst", "variable/CMAKE_CPACK_COMMAND.rst", "variable/CMAKE_CROSSCOMPILING.rst", "variable/CMAKE_CROSSCOMPILING_EMULATOR.rst", "variable/CMAKE_CROSS_CONFIGS.rst", "variable/CMAKE_CTEST_ARGUMENTS.rst", "variable/CMAKE_CTEST_COMMAND.rst", "variable/CMAKE_CUDA_ARCHITECTURES.rst", "variable/CMAKE_CUDA_COMPILE_FEATURES.rst", "variable/CMAKE_CUDA_EXTENSIONS.rst", "variable/CMAKE_CUDA_HOST_COMPILER.rst", "variable/CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS.rst", "variable/CMAKE_CUDA_RUNTIME_LIBRARY.rst", "variable/CMAKE_CUDA_SEPARABLE_COMPILATION.rst", "variable/CMAKE_CUDA_STANDARD.rst", "variable/CMAKE_CUDA_STANDARD_REQUIRED.rst", "variable/CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES.rst", "variable/CMAKE_CURRENT_BINARY_DIR.rst", "variable/CMAKE_CURRENT_FUNCTION.rst", "variable/CMAKE_CURRENT_FUNCTION_LIST_DIR.rst", "variable/CMAKE_CURRENT_FUNCTION_LIST_FILE.rst", "variable/CMAKE_CURRENT_FUNCTION_LIST_LINE.rst", "variable/CMAKE_CURRENT_LIST_DIR.rst", "variable/CMAKE_CURRENT_LIST_FILE.rst", "variable/CMAKE_CURRENT_LIST_LINE.rst", "variable/CMAKE_CURRENT_SOURCE_DIR.rst", "variable/CMAKE_CXX_COMPILER_IMPORT_STD.rst", "variable/CMAKE_CXX_COMPILE_FEATURES.rst", "variable/CMAKE_CXX_EXTENSIONS.rst", "variable/CMAKE_CXX_MODULE_STD.rst", "variable/CMAKE_CXX_SCAN_FOR_MODULES.rst", "variable/CMAKE_CXX_STANDARD.rst", "variable/CMAKE_CXX_STANDARD_REQUIRED.rst", "variable/CMAKE_C_COMPILE_FEATURES.rst", "variable/CMAKE_C_EXTENSIONS.rst", "variable/CMAKE_C_STANDARD.rst", "variable/CMAKE_C_STANDARD_REQUIRED.rst", "variable/CMAKE_DEBUG_POSTFIX.rst", "variable/CMAKE_DEBUG_TARGET_PROPERTIES.rst", "variable/CMAKE_DEFAULT_BUILD_TYPE.rst", "variable/CMAKE_DEFAULT_CONFIGS.rst", "variable/CMAKE_DEPENDS_IN_PROJECT_ONLY.rst", "variable/CMAKE_DEPENDS_USE_COMPILER.rst", "variable/CMAKE_DIRECTORY_LABELS.rst", "variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.rst", "variable/CMAKE_DISABLE_PRECOMPILE_HEADERS.rst", "variable/CMAKE_DLL_NAME_WITH_SOVERSION.rst", "variable/CMAKE_DL_LIBS.rst", "variable/CMAKE_DOTNET_SDK.rst", "variable/CMAKE_DOTNET_TARGET_FRAMEWORK.rst", "variable/CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION.rst", "variable/CMAKE_ECLIPSE_GENERATE_LINKED_RESOURCES.rst", "variable/CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT.rst", "variable/CMAKE_ECLIPSE_MAKE_ARGUMENTS.rst", "variable/CMAKE_ECLIPSE_RESOURCE_ENCODING.rst", "variable/CMAKE_ECLIPSE_VERSION.rst", "variable/CMAKE_EDIT_COMMAND.rst", "variable/CMAKE_ENABLE_EXPORTS.rst", "variable/CMAKE_ERROR_DEPRECATED.rst", "variable/CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION.rst", "variable/CMAKE_EXECUTABLE_ENABLE_EXPORTS.rst", "variable/CMAKE_EXECUTABLE_SUFFIX.rst", "variable/CMAKE_EXECUTABLE_SUFFIX_LANG.rst", "variable/CMAKE_EXECUTE_PROCESS_COMMAND_ECHO.rst", "variable/CMAKE_EXE_LINKER_FLAGS.rst", "variable/CMAKE_EXE_LINKER_FLAGS_CONFIG.rst", "variable/CMAKE_EXE_LINKER_FLAGS_CONFIG_INIT.rst", "variable/CMAKE_EXE_LINKER_FLAGS_INIT.rst", "variable/CMAKE_EXPORT_BUILD_DATABASE.rst", "variable/CMAKE_EXPORT_COMPILE_COMMANDS.rst", "variable/CMAKE_EXPORT_FIND_PACKAGE_NAME.rst", "variable/CMAKE_EXPORT_NO_PACKAGE_REGISTRY.rst", "variable/CMAKE_EXPORT_PACKAGE_REGISTRY.rst", "variable/CMAKE_EXTRA_GENERATOR.rst", "variable/CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES.rst", "variable/CMAKE_FIND_APPBUNDLE.rst", "variable/CMAKE_FIND_DEBUG_MODE.rst", "variable/CMAKE_FIND_FRAMEWORK.rst", "variable/CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX.rst", "variable/CMAKE_FIND_LIBRARY_PREFIXES.rst", "variable/CMAKE_FIND_LIBRARY_SUFFIXES.rst", "variable/CMAKE_FIND_NO_INSTALL_PREFIX.rst", "variable/CMAKE_FIND_PACKAGE_NAME.rst", "variable/CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY.rst", "variable/CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY.rst", "variable/CMAKE_FIND_PACKAGE_PREFER_CONFIG.rst", "variable/CMAKE_FIND_PACKAGE_REDIRECTS_DIR.rst", "variable/CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS.rst", "variable/CMAKE_FIND_PACKAGE_SORT_DIRECTION.rst", "variable/CMAKE_FIND_PACKAGE_SORT_ORDER.rst", "variable/CMAKE_FIND_PACKAGE_TARGETS_GLOBAL.rst", "variable/CMAKE_FIND_PACKAGE_WARN_NO_MODULE.rst", "variable/CMAKE_FIND_ROOT_PATH.rst", "variable/CMAKE_FIND_ROOT_PATH_MODE_INCLUDE.rst", "variable/CMAKE_FIND_ROOT_PATH_MODE_LIBRARY.rst", "variable/CMAKE_FIND_ROOT_PATH_MODE_PACKAGE.rst", "variable/CMAKE_FIND_ROOT_PATH_MODE_PROGRAM.rst", "variable/CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH.rst", "variable/CMAKE_FIND_USE_CMAKE_PATH.rst", "variable/CMAKE_FIND_USE_CMAKE_SYSTEM_PATH.rst", "variable/CMAKE_FIND_USE_INSTALL_PREFIX.rst", "variable/CMAKE_FIND_USE_PACKAGE_REGISTRY.rst", "variable/CMAKE_FIND_USE_PACKAGE_ROOT_PATH.rst", "variable/CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH.rst", "variable/CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY.rst", "variable/CMAKE_FOLDER.rst", "variable/CMAKE_FRAMEWORK.rst", "variable/CMAKE_FRAMEWORK_MULTI_CONFIG_POSTFIX_CONFIG.rst", "variable/CMAKE_FRAMEWORK_PATH.rst", "variable/CMAKE_Fortran_FORMAT.rst", "variable/CMAKE_Fortran_MODDIR_DEFAULT.rst", "variable/CMAKE_Fortran_MODDIR_FLAG.rst", "variable/CMAKE_Fortran_MODOUT_FLAG.rst", "variable/CMAKE_Fortran_MODULE_DIRECTORY.rst", "variable/CMAKE_Fortran_PREPROCESS.rst", "variable/CMAKE_GENERATOR.rst", "variable/CMAKE_GENERATOR_INSTANCE.rst", "variable/CMAKE_GENERATOR_PLATFORM.rst", "variable/CMAKE_GENERATOR_TOOLSET.rst", "variable/CMAKE_GHS_NO_SOURCE_GROUP_FILE.rst", "variable/CMAKE_GLOBAL_AUTOGEN_TARGET.rst", "variable/CMAKE_GLOBAL_AUTOGEN_TARGET_NAME.rst", "variable/CMAKE_GLOBAL_AUTORCC_TARGET.rst", "variable/CMAKE_GLOBAL_AUTORCC_TARGET_NAME.rst", "variable/CMAKE_GNUtoMS.rst", "variable/CMAKE_HIP_ARCHITECTURES.rst", "variable/CMAKE_HIP_COMPILE_FEATURES.rst", "variable/CMAKE_HIP_EXTENSIONS.rst", "variable/CMAKE_HIP_PLATFORM.rst", "variable/CMAKE_HIP_STANDARD.rst", "variable/CMAKE_HIP_STANDARD_REQUIRED.rst", "variable/CMAKE_HOME_DIRECTORY.rst", "variable/CMAKE_HOST_APPLE.rst", "variable/CMAKE_HOST_BSD.rst", "variable/CMAKE_HOST_EXECUTABLE_SUFFIX.rst", "variable/CMAKE_HOST_LINUX.rst", "variable/CMAKE_HOST_SOLARIS.rst", "variable/CMAKE_HOST_SYSTEM.rst", "variable/CMAKE_HOST_SYSTEM_NAME.rst", "variable/CMAKE_HOST_SYSTEM_PROCESSOR.rst", "variable/CMAKE_HOST_SYSTEM_VERSION.rst", "variable/CMAKE_HOST_UNIX.rst", "variable/CMAKE_HOST_WIN32.rst", "variable/CMAKE_IGNORE_PATH.rst", "variable/CMAKE_IGNORE_PREFIX_PATH.rst", "variable/CMAKE_IMPORT_LIBRARY_PREFIX.rst", "variable/CMAKE_IMPORT_LIBRARY_SUFFIX.rst", "variable/CMAKE_INCLUDE_CURRENT_DIR.rst", "variable/CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE.rst", "variable/CMAKE_INCLUDE_DIRECTORIES_BEFORE.rst", "variable/CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE.rst", "variable/CMAKE_INCLUDE_PATH.rst", "variable/CMAKE_INSTALL_DEFAULT_COMPONENT_NAME.rst", "variable/CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS.rst", "variable/CMAKE_INSTALL_MESSAGE.rst", "variable/CMAKE_INSTALL_NAME_DIR.rst", "variable/CMAKE_INSTALL_PREFIX.rst", "variable/CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT.rst", "variable/CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH.rst", "variable/CMAKE_INSTALL_RPATH.rst", "variable/CMAKE_INSTALL_RPATH_USE_LINK_PATH.rst", "variable/CMAKE_INTERNAL_PLATFORM_ABI.rst", "variable/CMAKE_INTERPROCEDURAL_OPTIMIZATION.rst", "variable/CMAKE_INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst", "variable/CMAKE_IOS_INSTALL_COMBINED.rst", "variable/CMAKE_ISPC_HEADER_DIRECTORY.rst", "variable/CMAKE_ISPC_HEADER_SUFFIX.rst", "variable/CMAKE_ISPC_INSTRUCTION_SETS.rst", "variable/CMAKE_JOB_POOLS.rst", "variable/CMAKE_JOB_POOL_COMPILE.rst", "variable/CMAKE_JOB_POOL_LINK.rst", "variable/CMAKE_JOB_POOL_PRECOMPILE_HEADER.rst", "variable/CMAKE_KATE_FILES_MODE.rst", "variable/CMAKE_KATE_MAKE_ARGUMENTS.rst", "variable/CMAKE_LANG_ANDROID_TOOLCHAIN_MACHINE.rst", "variable/CMAKE_LANG_ANDROID_TOOLCHAIN_PREFIX.rst", "variable/CMAKE_LANG_ANDROID_TOOLCHAIN_SUFFIX.rst", "variable/CMAKE_LANG_ARCHIVE_APPEND.rst", "variable/CMAKE_LANG_ARCHIVE_CREATE.rst", "variable/CMAKE_LANG_ARCHIVE_FINISH.rst", "variable/CMAKE_LANG_BYTE_ORDER.rst", "variable/CMAKE_LANG_CLANG_TIDY.rst", "variable/CMAKE_LANG_CLANG_TIDY_EXPORT_FIXES_DIR.rst", "variable/CMAKE_LANG_COMPILER.rst", "variable/CMAKE_LANG_COMPILER_ABI.rst", "variable/CMAKE_LANG_COMPILER_AR.rst", "variable/CMAKE_LANG_COMPILER_ARCHITECTURE_ID.rst", "variable/CMAKE_LANG_COMPILER_EXTERNAL_TOOLCHAIN.rst", "variable/CMAKE_LANG_COMPILER_FRONTEND_VARIANT.rst", "variable/CMAKE_LANG_COMPILER_ID.rst", "variable/CMAKE_LANG_COMPILER_LAUNCHER.rst", "variable/CMAKE_LANG_COMPILER_LINKER.rst", "variable/CMAKE_LANG_COMPILER_LINKER_FRONTEND_VARIANT.rst", "variable/CMAKE_LANG_COMPILER_LINKER_ID.rst", "variable/CMAKE_LANG_COMPILER_LINKER_VERSION.rst", "variable/CMAKE_LANG_COMPILER_LOADED.rst", "variable/CMAKE_LANG_COMPILER_PREDEFINES_COMMAND.rst", "variable/CMAKE_LANG_COMPILER_RANLIB.rst", "variable/CMAKE_LANG_COMPILER_TARGET.rst", "variable/CMAKE_LANG_COMPILER_VERSION.rst", "variable/CMAKE_LANG_COMPILER_VERSION_INTERNAL.rst", "variable/CMAKE_LANG_COMPILE_OBJECT.rst", "variable/CMAKE_LANG_CPPCHECK.rst", "variable/CMAKE_LANG_CPPLINT.rst", "variable/CMAKE_LANG_CREATE_SHARED_LIBRARY.rst", "variable/CMAKE_LANG_CREATE_SHARED_LIBRARY_ARCHIVE.rst", "variable/CMAKE_LANG_CREATE_SHARED_MODULE.rst", "variable/CMAKE_LANG_CREATE_STATIC_LIBRARY.rst", "variable/CMAKE_LANG_EXTENSIONS.rst", "variable/CMAKE_LANG_EXTENSIONS_DEFAULT.rst", "variable/CMAKE_LANG_FLAGS.rst", "variable/CMAKE_LANG_FLAGS_CONFIG.rst", "variable/CMAKE_LANG_FLAGS_CONFIG_INIT.rst", "variable/CMAKE_LANG_FLAGS_DEBUG.rst", "variable/CMAKE_LANG_FLAGS_DEBUG_INIT.rst", "variable/CMAKE_LANG_FLAGS_INIT.rst", "variable/CMAKE_LANG_FLAGS_MINSIZEREL.rst", "variable/CMAKE_LANG_FLAGS_MINSIZEREL_INIT.rst", "variable/CMAKE_LANG_FLAGS_RELEASE.rst", "variable/CMAKE_LANG_FLAGS_RELEASE_INIT.rst", "variable/CMAKE_LANG_FLAGS_RELWITHDEBINFO.rst", "variable/CMAKE_LANG_FLAGS_RELWITHDEBINFO_INIT.rst", "variable/CMAKE_LANG_HOST_COMPILER.rst", "variable/CMAKE_LANG_HOST_COMPILER_ID.rst", "variable/CMAKE_LANG_HOST_COMPILER_VERSION.rst", "variable/CMAKE_LANG_IGNORE_EXTENSIONS.rst", "variable/CMAKE_LANG_IMPLICIT_INCLUDE_DIRECTORIES.rst", "variable/CMAKE_LANG_IMPLICIT_LINK_DIRECTORIES.rst", "variable/CMAKE_LANG_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES.rst", "variable/CMAKE_LANG_IMPLICIT_LINK_LIBRARIES.rst", "variable/CMAKE_LANG_INCLUDE_WHAT_YOU_USE.rst", "variable/CMAKE_LANG_LIBRARY_ARCHITECTURE.rst", "variable/CMAKE_LANG_LINKER_LAUNCHER.rst", "variable/CMAKE_LANG_LINKER_PREFERENCE.rst", "variable/CMAKE_LANG_LINKER_PREFERENCE_PROPAGATES.rst", "variable/CMAKE_LANG_LINKER_WRAPPER_FLAG.rst", "variable/CMAKE_LANG_LINKER_WRAPPER_FLAG_SEP.rst", "variable/CMAKE_LANG_LINK_EXECUTABLE.rst", "variable/CMAKE_LANG_LINK_GROUP_USING_FEATURE.rst", "variable/CMAKE_LANG_LINK_GROUP_USING_FEATURE_SUPPORTED.rst", "variable/CMAKE_LANG_LINK_LIBRARY_FEATURE_ATTRIBUTES.rst", "variable/CMAKE_LANG_LINK_LIBRARY_FILE_FLAG.rst", "variable/CMAKE_LANG_LINK_LIBRARY_FLAG.rst", "variable/CMAKE_LANG_LINK_LIBRARY_SUFFIX.rst", "variable/CMAKE_LANG_LINK_LIBRARY_USING_FEATURE.rst", "variable/CMAKE_LANG_LINK_LIBRARY_USING_FEATURE_SUPPORTED.rst", "variable/CMAKE_LANG_LINK_WHAT_YOU_USE_FLAG.rst", "variable/CMAKE_LANG_OUTPUT_EXTENSION.rst", "variable/CMAKE_LANG_PLATFORM_ID.rst", "variable/CMAKE_LANG_SIMULATE_ID.rst", "variable/CMAKE_LANG_SIMULATE_VERSION.rst", "variable/CMAKE_LANG_SIZEOF_DATA_PTR.rst", "variable/CMAKE_LANG_SOURCE_FILE_EXTENSIONS.rst", "variable/CMAKE_LANG_STANDARD.rst", "variable/CMAKE_LANG_STANDARD_DEFAULT.rst", "variable/CMAKE_LANG_STANDARD_INCLUDE_DIRECTORIES.rst", "variable/CMAKE_LANG_STANDARD_LATEST.rst", "variable/CMAKE_LANG_STANDARD_LIBRARIES.rst", "variable/CMAKE_LANG_STANDARD_LINK_DIRECTORIES.rst", "variable/CMAKE_LANG_STANDARD_REQUIRED.rst", "variable/CMAKE_LANG_USING_LINKER_MODE.rst", "variable/CMAKE_LANG_USING_LINKER_TYPE.rst", "variable/CMAKE_LANG_VISIBILITY_PRESET.rst", "variable/CMAKE_LIBRARY_ARCHITECTURE.rst", "variable/CMAKE_LIBRARY_ARCHITECTURE_REGEX.rst", "variable/CMAKE_LIBRARY_OUTPUT_DIRECTORY.rst", "variable/CMAKE_LIBRARY_OUTPUT_DIRECTORY_CONFIG.rst", "variable/CMAKE_LIBRARY_PATH.rst", "variable/CMAKE_LIBRARY_PATH_FLAG.rst", "variable/CMAKE_LINKER_TYPE.rst", "variable/CMAKE_LINK_DEF_FILE_FLAG.rst", "variable/CMAKE_LINK_DEPENDS_NO_SHARED.rst", "variable/CMAKE_LINK_DEPENDS_USE_LINKER.rst", "variable/CMAKE_LINK_DIRECTORIES_BEFORE.rst", "variable/CMAKE_LINK_GROUP_USING_FEATURE.rst", "variable/CMAKE_LINK_GROUP_USING_FEATURE_SUPPORTED.rst", "variable/CMAKE_LINK_INTERFACE_LIBRARIES.rst", "variable/CMAKE_LINK_LIBRARIES_ONLY_TARGETS.rst", "variable/CMAKE_LINK_LIBRARIES_STRATEGY.rst", "variable/CMAKE_LINK_LIBRARY_FEATURE_ATTRIBUTES.rst", "variable/CMAKE_LINK_LIBRARY_FILE_FLAG.rst", "variable/CMAKE_LINK_LIBRARY_FLAG.rst", "variable/CMAKE_LINK_LIBRARY_SUFFIX.rst", "variable/CMAKE_LINK_LIBRARY_USING_FEATURE.rst", "variable/CMAKE_LINK_LIBRARY_USING_FEATURE_SUPPORTED.rst", "variable/CMAKE_LINK_SEARCH_END_STATIC.rst", "variable/CMAKE_LINK_SEARCH_START_STATIC.rst", "variable/CMAKE_LINK_WHAT_YOU_USE.rst", "variable/CMAKE_LINK_WHAT_YOU_USE_CHECK.rst", "variable/CMAKE_MACOSX_BUNDLE.rst", "variable/CMAKE_MACOSX_RPATH.rst", "variable/CMAKE_MAJOR_VERSION.rst", "variable/CMAKE_MAKE_PROGRAM.rst", "variable/CMAKE_MAP_IMPORTED_CONFIG_CONFIG.rst", "variable/CMAKE_MATCH_COUNT.rst", "variable/CMAKE_MATCH_n.rst", "variable/CMAKE_MAXIMUM_RECURSION_DEPTH.rst", "variable/CMAKE_MESSAGE_CONTEXT.rst", "variable/CMAKE_MESSAGE_CONTEXT_SHOW.rst", "variable/CMAKE_MESSAGE_INDENT.rst", "variable/CMAKE_MESSAGE_LOG_LEVEL.rst", "variable/CMAKE_MFC_FLAG.rst", "variable/CMAKE_MINIMUM_REQUIRED_VERSION.rst", "variable/CMAKE_MINOR_VERSION.rst", "variable/CMAKE_MODULE_LINKER_FLAGS.rst", "variable/CMAKE_MODULE_LINKER_FLAGS_CONFIG.rst", "variable/CMAKE_MODULE_LINKER_FLAGS_CONFIG_INIT.rst", "variable/CMAKE_MODULE_LINKER_FLAGS_INIT.rst", "variable/CMAKE_MODULE_PATH.rst", "variable/CMAKE_MSVCIDE_RUN_PATH.rst", "variable/CMAKE_MSVC_DEBUG_INFORMATION_FORMAT.rst", "variable/CMAKE_MSVC_RUNTIME_LIBRARY.rst", "variable/CMAKE_NETRC.rst", "variable/CMAKE_NETRC_FILE.rst", "variable/CMAKE_NINJA_OUTPUT_PATH_PREFIX.rst", "variable/CMAKE_NOT_USING_CONFIG_FLAGS.rst", "variable/CMAKE_NO_BUILTIN_CHRPATH.rst", "variable/CMAKE_NO_SYSTEM_FROM_IMPORTED.rst", "variable/CMAKE_OBJCXX_EXTENSIONS.rst", "variable/CMAKE_OBJCXX_STANDARD.rst", "variable/CMAKE_OBJCXX_STANDARD_REQUIRED.rst", "variable/CMAKE_OBJC_EXTENSIONS.rst", "variable/CMAKE_OBJC_STANDARD.rst", "variable/CMAKE_OBJC_STANDARD_REQUIRED.rst", "variable/CMAKE_OBJECT_PATH_MAX.rst", "variable/CMAKE_OPTIMIZE_DEPENDENCIES.rst", "variable/CMAKE_OSX_ARCHITECTURES.rst", "variable/CMAKE_OSX_DEPLOYMENT_TARGET.rst", "variable/CMAKE_OSX_SYSROOT.rst", "variable/CMAKE_PARENT_LIST_FILE.rst", "variable/CMAKE_PATCH_VERSION.rst", "variable/CMAKE_PCH_INSTANTIATE_TEMPLATES.rst", "variable/CMAKE_PCH_WARN_INVALID.rst", "variable/CMAKE_PDB_OUTPUT_DIRECTORY.rst", "variable/CMAKE_PDB_OUTPUT_DIRECTORY_CONFIG.rst", "variable/CMAKE_PLATFORM_NO_VERSIONED_SONAME.rst", "variable/CMAKE_POLICY_DEFAULT_CMPNNNN.rst", "variable/CMAKE_POLICY_WARNING_CMPNNNN.rst", "variable/CMAKE_POSITION_INDEPENDENT_CODE.rst", "variable/CMAKE_PREFIX_PATH.rst", "variable/CMAKE_PROGRAM_PATH.rst", "variable/CMAKE_PROJECT_DESCRIPTION.rst", "variable/CMAKE_PROJECT_HOMEPAGE_URL.rst", "variable/CMAKE_PROJECT_INCLUDE.rst", "variable/CMAKE_PROJECT_INCLUDE_BEFORE.rst", "variable/CMAKE_PROJECT_NAME.rst", "variable/CMAKE_PROJECT_PROJECT-NAME_INCLUDE.rst", "variable/CMAKE_PROJECT_PROJECT-NAME_INCLUDE_BEFORE.rst", "variable/CMAKE_PROJECT_TOP_LEVEL_INCLUDES.rst", "variable/CMAKE_PROJECT_VERSION.rst", "variable/CMAKE_PROJECT_VERSION_MAJOR.rst", "variable/CMAKE_PROJECT_VERSION_MINOR.rst", "variable/CMAKE_PROJECT_VERSION_PATCH.rst", "variable/CMAKE_PROJECT_VERSION_TWEAK.rst", "variable/CMAKE_RANLIB.rst", "variable/CMAKE_REQUIRE_FIND_PACKAGE_PackageName.rst", "variable/CMAKE_ROOT.rst", "variable/CMAKE_RULE_MESSAGES.rst", "variable/CMAKE_RUNTIME_OUTPUT_DIRECTORY.rst", "variable/CMAKE_RUNTIME_OUTPUT_DIRECTORY_CONFIG.rst", "variable/CMAKE_SCRIPT_MODE_FILE.rst", "variable/CMAKE_SHARED_LIBRARY_ARCHIVE_SUFFIX.rst", "variable/CMAKE_SHARED_LIBRARY_ENABLE_EXPORTS.rst", "variable/CMAKE_SHARED_LIBRARY_PREFIX.rst", "variable/CMAKE_SHARED_LIBRARY_SUFFIX.rst", "variable/CMAKE_SHARED_LINKER_FLAGS.rst", "variable/CMAKE_SHARED_LINKER_FLAGS_CONFIG.rst", "variable/CMAKE_SHARED_LINKER_FLAGS_CONFIG_INIT.rst", "variable/CMAKE_SHARED_LINKER_FLAGS_INIT.rst", "variable/CMAKE_SHARED_MODULE_PREFIX.rst", "variable/CMAKE_SHARED_MODULE_SUFFIX.rst", "variable/CMAKE_SIZEOF_VOID_P.rst", "variable/CMAKE_SKIP_BUILD_RPATH.rst", "variable/CMAKE_SKIP_INSTALL_ALL_DEPENDENCY.rst", "variable/CMAKE_SKIP_INSTALL_RPATH.rst", "variable/CMAKE_SKIP_INSTALL_RULES.rst", "variable/CMAKE_SKIP_RPATH.rst", "variable/CMAKE_SKIP_TEST_ALL_DEPENDENCY.rst", "variable/CMAKE_SOURCE_DIR.rst", "variable/CMAKE_STAGING_PREFIX.rst", "variable/CMAKE_STATIC_LIBRARY_PREFIX.rst", "variable/CMAKE_STATIC_LIBRARY_SUFFIX.rst", "variable/CMAKE_STATIC_LINKER_FLAGS.rst", "variable/CMAKE_STATIC_LINKER_FLAGS_CONFIG.rst", "variable/CMAKE_STATIC_LINKER_FLAGS_CONFIG_INIT.rst", "variable/CMAKE_STATIC_LINKER_FLAGS_INIT.rst", "variable/CMAKE_SUBLIME_TEXT_2_ENV_SETTINGS.rst", "variable/CMAKE_SUBLIME_TEXT_2_EXCLUDE_BUILD_TREE.rst", "variable/CMAKE_SUPPRESS_REGENERATION.rst", "variable/CMAKE_SYSROOT.rst", "variable/CMAKE_SYSROOT_COMPILE.rst", "variable/CMAKE_SYSROOT_LINK.rst", "variable/CMAKE_SYSTEM.rst", "variable/CMAKE_SYSTEM_APPBUNDLE_PATH.rst", "variable/CMAKE_SYSTEM_FRAMEWORK_PATH.rst", "variable/CMAKE_SYSTEM_IGNORE_PATH.rst", "variable/CMAKE_SYSTEM_IGNORE_PREFIX_PATH.rst", "variable/CMAKE_SYSTEM_INCLUDE_PATH.rst", "variable/CMAKE_SYSTEM_LIBRARY_PATH.rst", "variable/CMAKE_SYSTEM_NAME.rst", "variable/CMAKE_SYSTEM_PREFIX_PATH.rst", "variable/CMAKE_SYSTEM_PROCESSOR.rst", "variable/CMAKE_SYSTEM_PROGRAM_PATH.rst", "variable/CMAKE_SYSTEM_VERSION.rst", "variable/CMAKE_Swift_COMPILATION_MODE.rst", "variable/CMAKE_Swift_LANGUAGE_VERSION.rst", "variable/CMAKE_Swift_MODULE_DIRECTORY.rst", "variable/CMAKE_Swift_NUM_THREADS.rst", "variable/CMAKE_TASKING_TOOLSET.rst", "variable/CMAKE_TEST_LAUNCHER.rst", "variable/CMAKE_TLS_CAINFO.rst", "variable/CMAKE_TLS_VERIFY.rst", "variable/CMAKE_TLS_VERSION.rst", "variable/CMAKE_TOOLCHAIN_FILE.rst", "variable/CMAKE_TRY_COMPILE_CONFIGURATION.rst", "variable/CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES.rst", "variable/CMAKE_TRY_COMPILE_PLATFORM_VARIABLES.rst", "variable/CMAKE_TRY_COMPILE_TARGET_TYPE.rst", "variable/CMAKE_TWEAK_VERSION.rst", "variable/CMAKE_UNITY_BUILD.rst", "variable/CMAKE_UNITY_BUILD_BATCH_SIZE.rst", "variable/CMAKE_UNITY_BUILD_UNIQUE_ID.rst", "variable/CMAKE_USER_MAKE_RULES_OVERRIDE.rst", "variable/CMAKE_USER_MAKE_RULES_OVERRIDE_LANG.rst", "variable/CMAKE_USE_RELATIVE_PATHS.rst", "variable/CMAKE_VERBOSE_MAKEFILE.rst", "variable/CMAKE_VERIFY_INTERFACE_HEADER_SETS.rst", "variable/CMAKE_VERSION.rst", "variable/CMAKE_VISIBILITY_INLINES_HIDDEN.rst", "variable/CMAKE_VS_DEBUGGER_COMMAND.rst", "variable/CMAKE_VS_DEBUGGER_COMMAND_ARGUMENTS.rst", "variable/CMAKE_VS_DEBUGGER_ENVIRONMENT.rst", "variable/CMAKE_VS_DEBUGGER_WORKING_DIRECTORY.rst", "variable/CMAKE_VS_DEVENV_COMMAND.rst", "variable/CMAKE_VS_GLOBALS.rst", "variable/CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD.rst", "variable/CMAKE_VS_INCLUDE_PACKAGE_TO_DEFAULT_BUILD.rst", "variable/CMAKE_VS_INTEL_Fortran_PROJECT_VERSION.rst", "variable/CMAKE_VS_JUST_MY_CODE_DEBUGGING.rst", "variable/CMAKE_VS_MSBUILD_COMMAND.rst", "variable/CMAKE_VS_NO_COMPILE_BATCHING.rst", "variable/CMAKE_VS_NUGET_PACKAGE_RESTORE.rst", "variable/CMAKE_VS_NsightTegra_VERSION.rst", "variable/CMAKE_VS_PLATFORM_NAME.rst", "variable/CMAKE_VS_PLATFORM_NAME_DEFAULT.rst", "variable/CMAKE_VS_PLATFORM_TOOLSET.rst", "variable/CMAKE_VS_PLATFORM_TOOLSET_CUDA.rst", "variable/CMAKE_VS_PLATFORM_TOOLSET_CUDA_CUSTOM_DIR.rst", "variable/CMAKE_VS_PLATFORM_TOOLSET_FORTRAN.rst", "variable/CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE.rst", "variable/CMAKE_VS_PLATFORM_TOOLSET_VERSION.rst", "variable/CMAKE_VS_SDK_EXCLUDE_DIRECTORIES.rst", "variable/CMAKE_VS_SDK_EXECUTABLE_DIRECTORIES.rst", "variable/CMAKE_VS_SDK_INCLUDE_DIRECTORIES.rst", "variable/CMAKE_VS_SDK_LIBRARY_DIRECTORIES.rst", "variable/CMAKE_VS_SDK_LIBRARY_WINRT_DIRECTORIES.rst", "variable/CMAKE_VS_SDK_REFERENCE_DIRECTORIES.rst", "variable/CMAKE_VS_SDK_SOURCE_DIRECTORIES.rst", "variable/CMAKE_VS_TARGET_FRAMEWORK_IDENTIFIER.rst", "variable/CMAKE_VS_TARGET_FRAMEWORK_TARGETS_VERSION.rst", "variable/CMAKE_VS_TARGET_FRAMEWORK_VERSION.rst", "variable/CMAKE_VS_USE_DEBUG_LIBRARIES.rst", "variable/CMAKE_VS_VERSION_BUILD_NUMBER.rst", "variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION.rst", "variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION.rst", "variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM.rst", "variable/CMAKE_VS_WINRT_BY_DEFAULT.rst", "variable/CMAKE_WARN_DEPRECATED.rst", "variable/CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION.rst", "variable/CMAKE_WATCOM_RUNTIME_LIBRARY.rst", "variable/CMAKE_WIN32_EXECUTABLE.rst", "variable/CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS.rst", "variable/CMAKE_WINDOWS_KMDF_VERSION.rst", "variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst", "variable/CMAKE_XCODE_BUILD_SYSTEM.rst", "variable/CMAKE_XCODE_GENERATE_SCHEME.rst", "variable/CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY.rst", "variable/CMAKE_XCODE_LINK_BUILD_PHASE_MODE.rst", "variable/CMAKE_XCODE_PLATFORM_TOOLSET.rst", "variable/CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER.rst", "variable/CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN.rst", "variable/CMAKE_XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING.rst", "variable/CMAKE_XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER.rst", "variable/CMAKE_XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS.rst", "variable/CMAKE_XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE.rst", "variable/CMAKE_XCODE_SCHEME_ENABLE_GPU_API_VALIDATION.rst", "variable/CMAKE_XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE.rst", "variable/CMAKE_XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION.rst", "variable/CMAKE_XCODE_SCHEME_ENVIRONMENT.rst", "variable/CMAKE_XCODE_SCHEME_GUARD_MALLOC.rst", "variable/CMAKE_XCODE_SCHEME_LAUNCH_CONFIGURATION.rst", "variable/CMAKE_XCODE_SCHEME_LAUNCH_MODE.rst", "variable/CMAKE_XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP.rst", "variable/CMAKE_XCODE_SCHEME_MALLOC_GUARD_EDGES.rst", "variable/CMAKE_XCODE_SCHEME_MALLOC_SCRIBBLE.rst", "variable/CMAKE_XCODE_SCHEME_MALLOC_STACK.rst", "variable/CMAKE_XCODE_SCHEME_THREAD_SANITIZER.rst", "variable/CMAKE_XCODE_SCHEME_THREAD_SANITIZER_STOP.rst", "variable/CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER.rst", "variable/CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP.rst", "variable/CMAKE_XCODE_SCHEME_WORKING_DIRECTORY.rst", "variable/CMAKE_XCODE_SCHEME_ZOMBIE_OBJECTS.rst", "variable/CMAKE_XCODE_XCCONFIG.rst", "variable/CPACK_ABSOLUTE_DESTINATION_FILES.rst", "variable/CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY.rst", "variable/CPACK_CUSTOM_INSTALL_VARIABLES.rst", "variable/CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION.rst", "variable/CPACK_INCLUDE_TOPLEVEL_DIRECTORY.rst", "variable/CPACK_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS.rst", "variable/CPACK_PACKAGING_INSTALL_PREFIX.rst", "variable/CPACK_SET_DESTDIR.rst", "variable/CPACK_WARN_ON_ABSOLUTE_INSTALL_DESTINATION.rst", "variable/CTEST_BINARY_DIRECTORY.rst", "variable/CTEST_BUILD_COMMAND.rst", "variable/CTEST_BUILD_NAME.rst", "variable/CTEST_BZR_COMMAND.rst", "variable/CTEST_BZR_UPDATE_OPTIONS.rst", "variable/CTEST_CHANGE_ID.rst", "variable/CTEST_CHECKOUT_COMMAND.rst", "variable/CTEST_CONFIGURATION_TYPE.rst", "variable/CTEST_CONFIGURE_COMMAND.rst", "variable/CTEST_COVERAGE_COMMAND.rst", "variable/CTEST_COVERAGE_EXTRA_FLAGS.rst", "variable/CTEST_CURL_OPTIONS.rst", "variable/CTEST_CUSTOM_COVERAGE_EXCLUDE.rst", "variable/CTEST_CUSTOM_ERROR_EXCEPTION.rst", "variable/CTEST_CUSTOM_ERROR_MATCH.rst", "variable/CTEST_CUSTOM_ERROR_POST_CONTEXT.rst", "variable/CTEST_CUSTOM_ERROR_PRE_CONTEXT.rst", "variable/CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE.rst", "variable/CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS.rst", "variable/CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS.rst", "variable/CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE.rst", "variable/CTEST_CUSTOM_MEMCHECK_IGNORE.rst", "variable/CTEST_CUSTOM_POST_MEMCHECK.rst", "variable/CTEST_CUSTOM_POST_TEST.rst", "variable/CTEST_CUSTOM_PRE_MEMCHECK.rst", "variable/CTEST_CUSTOM_PRE_TEST.rst", "variable/CTEST_CUSTOM_TESTS_IGNORE.rst", "variable/CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION.rst", "variable/CTEST_CUSTOM_WARNING_EXCEPTION.rst", "variable/CTEST_CUSTOM_WARNING_MATCH.rst", "variable/CTEST_CVS_CHECKOUT.rst", "variable/CTEST_CVS_COMMAND.rst", "variable/CTEST_CVS_UPDATE_OPTIONS.rst", "variable/CTEST_DROP_LOCATION.rst", "variable/CTEST_DROP_METHOD.rst", "variable/CTEST_DROP_SITE.rst", "variable/CTEST_DROP_SITE_CDASH.rst", "variable/CTEST_DROP_SITE_PASSWORD.rst", "variable/CTEST_DROP_SITE_USER.rst", "variable/CTEST_EXTRA_COVERAGE_GLOB.rst", "variable/CTEST_GIT_COMMAND.rst", "variable/CTEST_GIT_INIT_SUBMODULES.rst", "variable/CTEST_GIT_UPDATE_CUSTOM.rst", "variable/CTEST_GIT_UPDATE_OPTIONS.rst", "variable/CTEST_HG_COMMAND.rst", "variable/CTEST_HG_UPDATE_OPTIONS.rst", "variable/CTEST_LABELS_FOR_SUBPROJECTS.rst", "variable/CTEST_MEMORYCHECK_COMMAND.rst", "variable/CTEST_MEMORYCHECK_COMMAND_OPTIONS.rst", "variable/CTEST_MEMORYCHECK_SANITIZER_OPTIONS.rst", "variable/CTEST_MEMORYCHECK_SUPPRESSIONS_FILE.rst", "variable/CTEST_MEMORYCHECK_TYPE.rst", "variable/CTEST_NIGHTLY_START_TIME.rst", "variable/CTEST_P4_CLIENT.rst", "variable/CTEST_P4_COMMAND.rst", "variable/CTEST_P4_OPTIONS.rst", "variable/CTEST_P4_UPDATE_OPTIONS.rst", "variable/CTEST_RESOURCE_SPEC_FILE.rst", "variable/CTEST_RUN_CURRENT_SCRIPT.rst", "variable/CTEST_SCP_COMMAND.rst", "variable/CTEST_SCRIPT_DIRECTORY.rst", "variable/CTEST_SITE.rst", "variable/CTEST_SOURCE_DIRECTORY.rst", "variable/CTEST_SUBMIT_INACTIVITY_TIMEOUT.rst", "variable/CTEST_SUBMIT_URL.rst", "variable/CTEST_SVN_COMMAND.rst", "variable/CTEST_SVN_OPTIONS.rst", "variable/CTEST_SVN_UPDATE_OPTIONS.rst", "variable/CTEST_TEST_LOAD.rst", "variable/CTEST_TEST_TIMEOUT.rst", "variable/CTEST_TLS_VERIFY.rst", "variable/CTEST_TLS_VERSION.rst", "variable/CTEST_TRIGGER_SITE.rst", "variable/CTEST_UPDATE_COMMAND.rst", "variable/CTEST_UPDATE_OPTIONS.rst", "variable/CTEST_UPDATE_VERSION_ONLY.rst", "variable/CTEST_UPDATE_VERSION_OVERRIDE.rst", "variable/CTEST_USE_LAUNCHERS.rst", "variable/CYGWIN.rst", "variable/ENV.rst", "variable/EXECUTABLE_OUTPUT_PATH.rst", "variable/GHSMULTI.rst", "variable/IOS.rst", "variable/LIBRARY_OUTPUT_PATH.rst", "variable/LINUX.rst", "variable/MINGW.rst", "variable/MSVC.rst", "variable/MSVC10.rst", "variable/MSVC11.rst", "variable/MSVC12.rst", "variable/MSVC14.rst", "variable/MSVC60.rst", "variable/MSVC70.rst", "variable/MSVC71.rst", "variable/MSVC80.rst", "variable/MSVC90.rst", "variable/MSVC_IDE.rst", "variable/MSVC_TOOLSET_VERSION.rst", "variable/MSVC_VERSION.rst", "variable/MSYS.rst", "variable/PROJECT-NAME_BINARY_DIR.rst", "variable/PROJECT-NAME_DESCRIPTION.rst", "variable/PROJECT-NAME_HOMEPAGE_URL.rst", "variable/PROJECT-NAME_IS_TOP_LEVEL.rst", "variable/PROJECT-NAME_SOURCE_DIR.rst", "variable/PROJECT-NAME_VERSION.rst", "variable/PROJECT-NAME_VERSION_MAJOR.rst", "variable/PROJECT-NAME_VERSION_MINOR.rst", "variable/PROJECT-NAME_VERSION_PATCH.rst", "variable/PROJECT-NAME_VERSION_TWEAK.rst", "variable/PROJECT_BINARY_DIR.rst", "variable/PROJECT_DESCRIPTION.rst", "variable/PROJECT_HOMEPAGE_URL.rst", "variable/PROJECT_IS_TOP_LEVEL.rst", "variable/PROJECT_NAME.rst", "variable/PROJECT_SOURCE_DIR.rst", "variable/PROJECT_VERSION.rst", "variable/PROJECT_VERSION_MAJOR.rst", "variable/PROJECT_VERSION_MINOR.rst", "variable/PROJECT_VERSION_PATCH.rst", "variable/PROJECT_VERSION_TWEAK.rst", "variable/PackageName_ROOT.rst", "variable/UNIX.rst", "variable/WASI.rst", "variable/WIN32.rst", "variable/WINCE.rst", "variable/WINDOWS_PHONE.rst", "variable/WINDOWS_STORE.rst", "variable/XCODE.rst", "variable/XCODE_VERSION.rst"], "indexentries": {"--": [[287, "cmdoption-cmake--build-0", false], [287, "cmdoption-cmake-E_cat-0", false], [287, "cmdoption-cmake-E_env-0", false], [287, "cmdoption-cmake-E_tar-0", false]], "--add-notes": [[290, "cmdoption-ctest-A", false]], "--browse-manual": [[276, "cmdoption-cmake-gui-browse-manual", false]], "--build": [[287, "cmdoption-cmake-build", false]], "--build-and-test": [[290, "cmdoption-ctest-build-and-test", false]], "--build-config": [[290, "cmdoption-ctest-C", false]], "--build-config-sample": [[290, "cmdoption-ctest-build-config-sample", false]], "--build-exe-dir": [[290, "cmdoption-ctest-build-exe-dir", false]], "--build-generator": [[290, "cmdoption-ctest-build-generator", false]], "--build-generator-platform": [[290, "cmdoption-ctest-build-generator-platform", false]], "--build-generator-toolset": [[290, "cmdoption-ctest-build-generator-toolset", false]], "--build-makeprogram": [[290, "cmdoption-ctest-build-makeprogram", false]], "--build-noclean": [[290, "cmdoption-ctest-build-noclean", false]], "--build-nocmake": [[290, "cmdoption-ctest-build-nocmake", false]], "--build-options": [[290, "cmdoption-ctest-build-options", false]], "--build-project": [[290, "cmdoption-ctest-build-project", false]], "--build-run-dir": [[290, "cmdoption-ctest-build-run-dir", false]], "--build-target": [[290, "cmdoption-ctest-build-target", false]], "--build-two-config": [[290, "cmdoption-ctest-build-two-config", false]], "--check-system-vars": [[287, "cmdoption-cmake-check-system-vars", false]], "--clean-first": [[287, "cmdoption-cmake-build-clean-first", false]], "--compile-no-warning-as-error": [[287, "cmdoption-cmake-compile-no-warning-as-error", false]], "--component": [[287, "cmdoption-cmake-install-component", false]], "--config": [[287, "cmdoption-cmake-build-config", false], [287, "cmdoption-cmake-install-config", false], [289, "cmdoption-cpack-config", false]], "--dashboard": [[290, "cmdoption-ctest-D", false]], "--debug": [[289, "cmdoption-cpack-debug", false], [290, "cmdoption-ctest-debug", false]], "--debug-find": [[287, "cmdoption-cmake-debug-find", false]], "--debug-find-pkg": [[287, "cmdoption-cmake-debug-find-pkg", false]], "--debug-find-var": [[287, "cmdoption-cmake-debug-find-var", false]], "--debug-output": [[287, "cmdoption-cmake-debug-output", false]], "--debug-trycompile": [[287, "cmdoption-cmake-debug-trycompile", false]], "--debugger": [[287, "cmdoption-cmake-debugger", false]], "--debugger-dap-log": [[287, "cmdoption-cmake-debugger-dap-log", false]], "--debugger-pipe": [[287, "cmdoption-cmake-debugger-pipe", false]], "--default-directory-permissions": [[287, "cmdoption-cmake-install-default-directory-permissions", false]], "--exclude-from-file": [[290, "cmdoption-ctest-exclude-from-file", false]], "--exclude-regex": [[290, "cmdoption-ctest-E", false]], "--extra-submit": [[290, "cmdoption-ctest-extra-submit", false]], "--extra-verbose": [[290, "cmdoption-ctest-VV", false]], "--files-from": [[287, "cmdoption-cmake-E_tar-files-from", false]], "--fixture-exclude-any": [[290, "cmdoption-ctest-FA", false]], "--fixture-exclude-cleanup": [[290, "cmdoption-ctest-FC", false]], "--fixture-exclude-setup": [[290, "cmdoption-ctest-FS", false]], "--force-new-ctest-process": [[290, "cmdoption-ctest-force-new-ctest-process", false]], "--format": [[287, "cmdoption-cmake-E_tar-format", false]], "--fresh": [[287, "cmdoption-cmake-fresh", false], [287, "cmdoption-cmake-workflow-fresh", false]], "--graphviz": [[287, "cmdoption-cmake-graphviz", false]], "--group": [[290, "cmdoption-ctest-group", false]], "--help": [[265, "cmdoption-ccmake-1", false], [265, "cmdoption-ccmake-h", false], [276, "cmdoption-cmake-gui-1", false], [276, "cmdoption-cmake-gui-h", false], [287, "cmdoption-cmake-1", false], [287, "cmdoption-cmake-h", false], [289, "cmdoption-cpack-2", false], [289, "cmdoption-cpack-h", false], [290, "cmdoption-ctest-2", false], [290, "cmdoption-ctest-h", false]], "--help-command": [[265, "cmdoption-ccmake-help-command", false], [276, "cmdoption-cmake-gui-help-command", false], [287, "cmdoption-cmake-help-command", false], [289, "cmdoption-cpack-help-command", false], [290, "cmdoption-ctest-help-command", false]], "--help-command-list": [[265, "cmdoption-ccmake-help-command-list", false], [276, "cmdoption-cmake-gui-help-command-list", false], [287, "cmdoption-cmake-help-command-list", false], [289, "cmdoption-cpack-help-command-list", false], [290, "cmdoption-ctest-help-command-list", false]], "--help-commands": [[265, "cmdoption-ccmake-help-commands", false], [276, "cmdoption-cmake-gui-help-commands", false], [287, "cmdoption-cmake-help-commands", false], [289, "cmdoption-cpack-help-commands", false], [290, "cmdoption-ctest-help-commands", false]], "--help-full": [[265, "cmdoption-ccmake-help-full", false], [276, "cmdoption-cmake-gui-help-full", false], [287, "cmdoption-cmake-help-full", false], [289, "cmdoption-cpack-help-full", false], [290, "cmdoption-ctest-help-full", false]], "--help-manual": [[265, "cmdoption-ccmake-help-manual", false], [276, "cmdoption-cmake-gui-help-manual", false], [287, "cmdoption-cmake-help-manual", false], [289, "cmdoption-cpack-help-manual", false], [290, "cmdoption-ctest-help-manual", false]], "--help-manual-list": [[265, "cmdoption-ccmake-help-manual-list", false], [276, "cmdoption-cmake-gui-help-manual-list", false], [287, "cmdoption-cmake-help-manual-list", false], [289, "cmdoption-cpack-help-manual-list", false], [290, "cmdoption-ctest-help-manual-list", false]], "--help-module": [[265, "cmdoption-ccmake-help-module", false], [276, "cmdoption-cmake-gui-help-module", false], [287, "cmdoption-cmake-help-module", false], [289, "cmdoption-cpack-help-module", false], [290, "cmdoption-ctest-help-module", false]], "--help-module-list": [[265, "cmdoption-ccmake-help-module-list", false], [276, "cmdoption-cmake-gui-help-module-list", false], [287, "cmdoption-cmake-help-module-list", false], [289, "cmdoption-cpack-help-module-list", false], [290, "cmdoption-ctest-help-module-list", false]], "--help-modules": [[265, "cmdoption-ccmake-help-modules", false], [276, "cmdoption-cmake-gui-help-modules", false], [287, "cmdoption-cmake-help-modules", false], [289, "cmdoption-cpack-help-modules", false], [290, "cmdoption-ctest-help-modules", false]], "--help-policies": [[265, "cmdoption-ccmake-help-policies", false], [276, "cmdoption-cmake-gui-help-policies", false], [287, "cmdoption-cmake-help-policies", false], [289, "cmdoption-cpack-help-policies", false], [290, "cmdoption-ctest-help-policies", false]], "--help-policy": [[265, "cmdoption-ccmake-help-policy", false], [276, "cmdoption-cmake-gui-help-policy", false], [287, "cmdoption-cmake-help-policy", false], [289, "cmdoption-cpack-help-policy", false], [290, "cmdoption-ctest-help-policy", false]], "--help-policy-list": [[265, "cmdoption-ccmake-help-policy-list", false], [276, "cmdoption-cmake-gui-help-policy-list", false], [287, "cmdoption-cmake-help-policy-list", false], [289, "cmdoption-cpack-help-policy-list", false], [290, "cmdoption-ctest-help-policy-list", false]], "--help-properties": [[265, "cmdoption-ccmake-help-properties", false], [276, "cmdoption-cmake-gui-help-properties", false], [287, "cmdoption-cmake-help-properties", false], [289, "cmdoption-cpack-help-properties", false], [290, "cmdoption-ctest-help-properties", false]], "--help-property": [[265, "cmdoption-ccmake-help-property", false], [276, "cmdoption-cmake-gui-help-property", false], [287, "cmdoption-cmake-help-property", false], [289, "cmdoption-cpack-help-property", false], [290, "cmdoption-ctest-help-property", false]], "--help-property-list": [[265, "cmdoption-ccmake-help-property-list", false], [276, "cmdoption-cmake-gui-help-property-list", false], [287, "cmdoption-cmake-help-property-list", false], [289, "cmdoption-cpack-help-property-list", false], [290, "cmdoption-ctest-help-property-list", false]], "--help-variable": [[265, "cmdoption-ccmake-help-variable", false], [276, "cmdoption-cmake-gui-help-variable", false], [287, "cmdoption-cmake-help-variable", false], [289, "cmdoption-cpack-help-variable", false], [290, "cmdoption-ctest-help-variable", false]], "--help-variable-list": [[265, "cmdoption-ccmake-help-variable-list", false], [276, "cmdoption-cmake-gui-help-variable-list", false], [287, "cmdoption-cmake-help-variable-list", false], [289, "cmdoption-cpack-help-variable-list", false], [290, "cmdoption-ctest-help-variable-list", false]], "--help-variables": [[265, "cmdoption-ccmake-help-variables", false], [276, "cmdoption-cmake-gui-help-variables", false], [287, "cmdoption-cmake-help-variables", false], [289, "cmdoption-cpack-help-variables", false], [290, "cmdoption-ctest-help-variables", false]], "--http-header": [[290, "cmdoption-ctest-http-header", false]], "--http1.0": [[290, "cmdoption-ctest-http1.0", false]], "--ignore-eol": [[287, "cmdoption-cmake-E_compare_files-ignore-eol", false]], "--install": [[287, "cmdoption-cmake-install", false]], "--install-prefix": [[265, "cmdoption-ccmake-install-prefix", false], [287, "cmdoption-cmake-install-prefix", false]], "--interactive-debug-mode": [[290, "cmdoption-ctest-interactive-debug-mode", false]], "--label-exclude": [[290, "cmdoption-ctest-LE", false]], "--label-regex": [[290, "cmdoption-ctest-L", false]], "--list-presets": [[287, "cmdoption-cmake-build-list-presets", false], [287, "cmdoption-cmake-list-presets", false], [287, "cmdoption-cmake-workflow-list-presets", false], [289, "cmdoption-cpack-list-presets", false], [290, "cmdoption-ctest-list-presets", false]], "--log-context": [[287, "cmdoption-cmake-log-context", false]], "--log-level": [[287, "cmdoption-cmake-log-level", false]], "--max-width": [[290, "cmdoption-ctest-max-width", false]], "--modify": [[287, "cmdoption-cmake-E_env-modify", false]], "--mtime": [[287, "cmdoption-cmake-E_tar-mtime", false]], "--no-compress-output": [[290, "cmdoption-ctest-no-compress-output", false]], "--no-label-summary": [[290, "cmdoption-ctest-no-label-summary", false]], "--no-subproject-summary": [[290, "cmdoption-ctest-no-subproject-summary", false]], "--no-tests": [[290, "cmdoption-ctest-no-tests", false]], "--no-warn-unused-cli": [[287, "cmdoption-cmake-no-warn-unused-cli", false]], "--output-junit": [[290, "cmdoption-ctest-output-junit", false]], "--output-log": [[290, "cmdoption-ctest-O", false]], "--output-on-failure": [[290, "cmdoption-ctest-output-on-failure", false]], "--overwrite": [[290, "cmdoption-ctest-overwrite", false]], "--parallel": [[287, "cmdoption-cmake-build-j", false], [287, "cmdoption-cmake-install-j", false], [290, "cmdoption-ctest-j", false]], "--prefix": [[287, "cmdoption-cmake--install-0", false]], "--preset": [[276, "cmdoption-cmake-gui-preset", false], [287, "cmdoption-cmake-build-preset", false], [287, "cmdoption-cmake-preset", false], [287, "cmdoption-cmake-workflow-preset", false], [289, "cmdoption-cpack-preset", false], [290, "cmdoption-ctest-preset", false]], "--print-config-dir": [[287, "cmdoption-cmake-print-config-dir", false]], "--print-labels": [[290, "cmdoption-ctest-print-labels", false]], "--profiling-format": [[287, "cmdoption-cmake-profiling-format", false]], "--profiling-output": [[287, "cmdoption-cmake-profiling-output", false]], "--progress": [[290, "cmdoption-ctest-progress", false]], "--quiet": [[290, "cmdoption-ctest-Q", false]], "--repeat": [[290, "cmdoption-ctest-repeat", false]], "--repeat-until-fail": [[290, "cmdoption-ctest-repeat-until-fail", false]], "--rerun-failed": [[290, "cmdoption-ctest-rerun-failed", false]], "--resolve-package-references": [[287, "cmdoption-cmake-build-resolve-package-references", false]], "--resource-spec-file": [[290, "cmdoption-ctest-resource-spec-file", false]], "--schedule-random": [[290, "cmdoption-ctest-schedule-random", false]], "--script": [[290, "cmdoption-ctest-S", false]], "--script-new-process": [[290, "cmdoption-ctest-SP", false]], "--show-only": [[290, "cmdoption-ctest-N", false]], "--stop-on-failure": [[290, "cmdoption-ctest-stop-on-failure", false]], "--stop-time": [[290, "cmdoption-ctest-stop-time", false]], "--strip": [[287, "cmdoption-cmake-install-strip", false]], "--submit-index": [[290, "cmdoption-ctest-submit-index", false]], "--system-information": [[287, "cmdoption-cmake-system-information", false]], "--target": [[287, "cmdoption-cmake-build-t", false]], "--test-action": [[290, "cmdoption-ctest-T", false]], "--test-command": [[290, "cmdoption-ctest-test-command", false]], "--test-dir": [[290, "cmdoption-ctest-test-dir", false]], "--test-load": [[290, "cmdoption-ctest-test-load", false]], "--test-model": [[290, "cmdoption-ctest-M", false]], "--test-output-size-failed": [[290, "cmdoption-ctest-test-output-size-failed", false]], "--test-output-size-passed": [[290, "cmdoption-ctest-test-output-size-passed", false]], "--test-output-truncation": [[290, "cmdoption-ctest-test-output-truncation", false]], "--test-timeout": [[290, "cmdoption-ctest-test-timeout", false]], "--tests-from-file": [[290, "cmdoption-ctest-tests-from-file", false]], "--tests-information": [[290, "cmdoption-ctest-I", false]], "--tests-regex": [[290, "cmdoption-ctest-R", false]], "--timeout": [[290, "cmdoption-ctest-timeout", false]], "--tomorrow-tag": [[290, "cmdoption-ctest-tomorrow-tag", false]], "--toolchain": [[265, "cmdoption-ccmake-toolchain", false], [287, "cmdoption-cmake-toolchain", false]], "--touch": [[287, "cmdoption-cmake-E_tar-touch", false]], "--trace": [[287, "cmdoption-cmake-trace", false], [289, "cmdoption-cpack-trace", false]], "--trace-expand": [[287, "cmdoption-cmake-trace-expand", false], [289, "cmdoption-cpack-trace-expand", false]], "--trace-format": [[287, "cmdoption-cmake-trace-format", false]], "--trace-redirect": [[287, "cmdoption-cmake-trace-redirect", false]], "--trace-source": [[287, "cmdoption-cmake-trace-source", false]], "--union": [[290, "cmdoption-ctest-U", false]], "--unset": [[287, "cmdoption-cmake-E_env-unset", false]], "--use-stderr": [[287, "cmdoption-cmake-build-use-stderr", false]], "--vendor": [[289, "cmdoption-cpack-vendor", false]], "--verbose": [[287, "cmdoption-cmake-build-v", false], [287, "cmdoption-cmake-install-v", false], [289, "cmdoption-cpack-V", false], [290, "cmdoption-ctest-V", false]], "--version": [[265, "cmdoption-ccmake-version", false], [276, "cmdoption-cmake-gui-version", false], [287, "cmdoption-cmake-version", false], [289, "cmdoption-cpack-version", false], [290, "cmdoption-ctest-version", false]], "--warn-uninitialized": [[287, "cmdoption-cmake-warn-uninitialized", false]], "--warn-unused-vars": [[287, "cmdoption-cmake-warn-unused-vars", false]], "--workflow": [[287, "cmdoption-cmake-workflow", false]], "--zstd": [[287, "cmdoption-cmake-E_tar-zstd", false]], "-a": [[265, "cmdoption-ccmake-A", false], [287, "cmdoption-cmake-A", false], [290, "cmdoption-ctest-A", false]], "-b": [[265, "cmdoption-ccmake-B", false], [276, "cmdoption-cmake-gui-B", false], [287, "cmdoption-cmake-B", false], [289, "cmdoption-cpack-B", false]], "-c": [[265, "cmdoption-ccmake-C", false], [287, "cmdoption-cmake-C", false], [289, "cmdoption-cpack-C", false], [290, "cmdoption-ctest-C", false]], "-d": [[265, "cmdoption-ccmake-D", false], [287, "cmdoption-cmake-D", false], [287, "cmdoption-cmake-P-D", false], [289, "cmdoption-cpack-D", false], [290, "cmdoption-ctest-3", false], [290, "cmdoption-ctest-D", false]], "-e": [[287, "cmdoption-cmake-E", false], [290, "cmdoption-ctest-E", false]], "-f": [[290, "cmdoption-ctest-F", false]], "-fa": [[290, "cmdoption-ctest-FA", false]], "-fc": [[290, "cmdoption-ctest-FC", false]], "-fs": [[290, "cmdoption-ctest-FS", false]], "-g": [[265, "cmdoption-ccmake-G", false], [287, "cmdoption-cmake-G", false], [289, "cmdoption-cpack-G", false]], "-h": [[265, "cmdoption-ccmake-h", false], [265, "cmdoption-ccmake-h", false], [276, "cmdoption-cmake-gui-h", false], [276, "cmdoption-cmake-gui-h", false], [287, "cmdoption-cmake-h", false], [287, "cmdoption-cmake-h", false], [289, "cmdoption-cpack-h", false], [289, "cmdoption-cpack-h", false], [290, "cmdoption-ctest-h", false], [290, "cmdoption-ctest-h", false]], "-help": [[265, "cmdoption-ccmake-h", false], [276, "cmdoption-cmake-gui-h", false], [287, "cmdoption-cmake-h", false], [289, "cmdoption-cpack-h", false], [290, "cmdoption-ctest-h", false]], "-i": [[290, "cmdoption-ctest-I", false]], "-j": [[287, "cmdoption-cmake-build-j", false], [287, "cmdoption-cmake-install-j", false], [290, "cmdoption-ctest-j", false]], "-l": [[290, "cmdoption-ctest-L", false]], "-l[a][h]": [[287, "cmdoption-cmake-L-A-H", false]], "-le": [[290, "cmdoption-ctest-LE", false]], "-lr[a][h]": [[287, "cmdoption-cmake-LR-A-H", false]], "-m": [[290, "cmdoption-ctest-M", false]], "-n": [[287, "cmdoption-cmake-N", false], [290, "cmdoption-ctest-N", false]], "-o": [[290, "cmdoption-ctest-O", false]], "-p": [[287, "cmdoption-cmake-P", false], [289, "cmdoption-cpack-P", false]], "-q": [[290, "cmdoption-ctest-Q", false]], "-r": [[289, "cmdoption-cpack-R", false], [290, "cmdoption-ctest-R", false]], "-s": [[265, "cmdoption-ccmake-S", false], [276, "cmdoption-cmake-gui-S", false], [287, "cmdoption-cmake-S", false], [290, "cmdoption-ctest-S", false]], "-sp": [[290, "cmdoption-ctest-SP", false]], "-t": [[265, "cmdoption-ccmake-T", false], [287, "cmdoption-cmake-T", false], [287, "cmdoption-cmake-build-t", false], [290, "cmdoption-ctest-T", false]], "-u": [[265, "cmdoption-ccmake-U", false], [287, "cmdoption-cmake-U", false], [290, "cmdoption-ctest-U", false]], "-usage": [[265, "cmdoption-ccmake-h", false], [276, "cmdoption-cmake-gui-h", false], [287, "cmdoption-cmake-h", false], [289, "cmdoption-cpack-h", false], [290, "cmdoption-ctest-h", false]], "-v": [[287, "cmdoption-cmake-build-v", false], [287, "cmdoption-cmake-install-v", false], [289, "cmdoption-cpack-V", false], [290, "cmdoption-ctest-V", false]], "-version": [[265, "cmdoption-ccmake-version", false], [276, "cmdoption-cmake-gui-version", false], [287, "cmdoption-cmake-version", false], [289, "cmdoption-cpack-version", false], [290, "cmdoption-ctest-version", false]], "-vv": [[290, "cmdoption-ctest-VV", false]], "-wdeprecated": [[265, "cmdoption-ccmake-Wdeprecated", false], [287, "cmdoption-cmake-Wdeprecated", false]], "-wdev": [[265, "cmdoption-ccmake-Wdev", false], [287, "cmdoption-cmake-Wdev", false]], "-werror": [[265, "cmdoption-ccmake-Werror", false], [287, "cmdoption-cmake-Werror", false]], "-wno-deprecated": [[265, "cmdoption-ccmake-Wno-deprecated", false], [287, "cmdoption-cmake-Wno-deprecated", false]], "-wno-dev": [[265, "cmdoption-ccmake-Wno-dev", false], [287, "cmdoption-cmake-Wno-dev", false]], "-wno-error": [[265, "cmdoption-ccmake-Wno-error", false], [287, "cmdoption-cmake-Wno-error", false]], "/?": [[265, "cmdoption-ccmake-h", false], [276, "cmdoption-cmake-gui-h", false], [287, "cmdoption-cmake-h", false], [289, "cmdoption-cpack-h", false], [290, "cmdoption-ctest-h", false]], "/v": [[265, "cmdoption-ccmake-version", false], [276, "cmdoption-cmake-gui-version", false], [287, "cmdoption-cmake-version", false], [289, "cmdoption-cpack-version", false], [290, "cmdoption-ctest-version", false]], "_output_name": [[984, "prop_tgt:_OUTPUT_NAME", true]], "_postfix": [[274, "index-0-prop_tgt:_POSTFIX", false], [274, "index-1-prop_tgt:_POSTFIX", false], [274, "index-2-prop_tgt:_POSTFIX", false], [274, "index-3-prop_tgt:_POSTFIX", false], [274, "index-4-prop_tgt:_POSTFIX", false], [274, "index-5-prop_tgt:_POSTFIX", false], [985, "prop_tgt:_POSTFIX", true], [1011, "index-0-prop_tgt:_POSTFIX", false], [1011, "index-1-prop_tgt:_POSTFIX", false], [1446, "index-0-prop_tgt:_POSTFIX", false]], "_clang_tidy": [[857, "index-0-prop_tgt:_CLANG_TIDY", false], [857, "index-1-prop_tgt:_CLANG_TIDY", false], [1121, "prop_tgt:_CLANG_TIDY", true], [1122, "index-0-prop_tgt:_CLANG_TIDY", false], [1122, "index-1-prop_tgt:_CLANG_TIDY", false], [1124, "index-0-prop_tgt:_CLANG_TIDY", false], [1125, "index-0-prop_tgt:_CLANG_TIDY", false], [1127, "index-0-prop_tgt:_CLANG_TIDY", false], [1330, "index-0-prop_tgt:_CLANG_TIDY", false], [1335, "index-0-prop_tgt:_CLANG_TIDY", false], [1337, "index-0-prop_tgt:_CLANG_TIDY", false], [1345, "index-0-prop_tgt:_CLANG_TIDY", false], [1347, "index-0-prop_tgt:_CLANG_TIDY", false], [1627, "index-0-prop_tgt:_CLANG_TIDY", false]], "_clang_tidy_export_fixes_dir": [[1122, "prop_tgt:_CLANG_TIDY_EXPORT_FIXES_DIR", true], [1336, "index-0-prop_tgt:_CLANG_TIDY_EXPORT_FIXES_DIR", false], [1628, "index-0-prop_tgt:_CLANG_TIDY_EXPORT_FIXES_DIR", false]], "_compiler_launcher": [[771, "index-0-prop_tgt:_COMPILER_LAUNCHER", false], [817, "index-0-prop_tgt:_COMPILER_LAUNCHER", false], [1123, "prop_tgt:_COMPILER_LAUNCHER", true], [1198, "index-0-prop_tgt:_COMPILER_LAUNCHER", false], [1319, "index-0-prop_tgt:_COMPILER_LAUNCHER", false], [1320, "index-0-prop_tgt:_COMPILER_LAUNCHER", false], [1335, "index-0-prop_tgt:_COMPILER_LAUNCHER", false], [1343, "index-0-prop_tgt:_COMPILER_LAUNCHER", false], [1636, "index-0-prop_tgt:_COMPILER_LAUNCHER", false]], "_cppcheck": [[857, "index-0-prop_tgt:_CPPCHECK", false], [857, "index-1-prop_tgt:_CPPCHECK", false], [1121, "index-0-prop_tgt:_CPPCHECK", false], [1124, "prop_tgt:_CPPCHECK", true], [1125, "index-0-prop_tgt:_CPPCHECK", false], [1127, "index-0-prop_tgt:_CPPCHECK", false], [1319, "index-0-prop_tgt:_CPPCHECK", false], [1323, "index-0-prop_tgt:_CPPCHECK", false], [1337, "index-0-prop_tgt:_CPPCHECK", false], [1648, "index-0-prop_tgt:_CPPCHECK", false]], "_cpplint": [[857, "index-0-prop_tgt:_CPPLINT", false], [857, "index-1-prop_tgt:_CPPLINT", false], [1121, "index-0-prop_tgt:_CPPLINT", false], [1124, "index-0-prop_tgt:_CPPLINT", false], [1125, "prop_tgt:_CPPLINT", true], [1127, "index-0-prop_tgt:_CPPLINT", false], [1337, "index-0-prop_tgt:_CPPLINT", false], [1347, "index-0-prop_tgt:_CPPLINT", false], [1649, "index-0-prop_tgt:_CPPLINT", false]], "_extensions": [[268, "index-0-prop_tgt:_EXTENSIONS", false], [268, "index-1-prop_tgt:_EXTENSIONS", false], [268, "index-2-prop_tgt:_EXTENSIONS", false], [688, "index-0-prop_tgt:_EXTENSIONS", false], [688, "index-1-prop_tgt:_EXTENSIONS", false], [688, "index-2-prop_tgt:_EXTENSIONS", false], [688, "index-3-prop_tgt:_EXTENSIONS", false], [688, "index-4-prop_tgt:_EXTENSIONS", false], [791, "index-0-prop_tgt:_EXTENSIONS", false], [792, "index-0-prop_tgt:_EXTENSIONS", false], [793, "index-0-prop_tgt:_EXTENSIONS", false], [794, "index-0-prop_tgt:_EXTENSIONS", false], [1126, "prop_tgt:_EXTENSIONS", true], [1129, "index-0-prop_tgt:_EXTENSIONS", false], [1332, "index-0-prop_tgt:_EXTENSIONS", false], [1654, "index-0-prop_tgt:_EXTENSIONS", false], [1655, "index-0-prop_tgt:_EXTENSIONS", false]], "_include_what_you_use": [[857, "index-0-prop_tgt:_INCLUDE_WHAT_YOU_USE", false], [857, "index-1-prop_tgt:_INCLUDE_WHAT_YOU_USE", false], [1121, "index-0-prop_tgt:_INCLUDE_WHAT_YOU_USE", false], [1124, "index-0-prop_tgt:_INCLUDE_WHAT_YOU_USE", false], [1125, "index-0-prop_tgt:_INCLUDE_WHAT_YOU_USE", false], [1127, "prop_tgt:_INCLUDE_WHAT_YOU_USE", true], [1337, "index-0-prop_tgt:_INCLUDE_WHAT_YOU_USE", false], [1340, "index-0-prop_tgt:_INCLUDE_WHAT_YOU_USE", false], [1676, "index-0-prop_tgt:_INCLUDE_WHAT_YOU_USE", false]], "_linker_launcher": [[773, "index-0-prop_tgt:_LINKER_LAUNCHER", false], [819, "index-0-prop_tgt:_LINKER_LAUNCHER", false], [1128, "prop_tgt:_LINKER_LAUNCHER", true], [1200, "index-0-prop_tgt:_LINKER_LAUNCHER", false], [1331, "index-0-prop_tgt:_LINKER_LAUNCHER", false], [1337, "index-0-prop_tgt:_LINKER_LAUNCHER", false], [1678, "index-0-prop_tgt:_LINKER_LAUNCHER", false]], "_standard": [[268, "index-0-prop_tgt:_STANDARD", false], [688, "index-0-prop_tgt:_STANDARD", false], [688, "index-1-prop_tgt:_STANDARD", false], [688, "index-2-prop_tgt:_STANDARD", false], [688, "index-3-prop_tgt:_STANDARD", false], [688, "index-4-prop_tgt:_STANDARD", false], [688, "index-5-prop_tgt:_STANDARD", false], [791, "index-0-prop_tgt:_STANDARD", false], [792, "index-0-prop_tgt:_STANDARD", false], [793, "index-0-prop_tgt:_STANDARD", false], [794, "index-0-prop_tgt:_STANDARD", false], [1126, "index-0-prop_tgt:_STANDARD", false], [1129, "prop_tgt:_STANDARD", true], [1130, "index-0-prop_tgt:_STANDARD", false], [1130, "index-1-prop_tgt:_STANDARD", false], [1130, "index-2-prop_tgt:_STANDARD", false], [1130, "index-3-prop_tgt:_STANDARD", false], [1130, "index-4-prop_tgt:_STANDARD", false], [1699, "index-0-prop_tgt:_STANDARD", false], [1702, "index-0-prop_tgt:_STANDARD", false], [1702, "index-1-prop_tgt:_STANDARD", false]], "_standard_required": [[688, "index-0-prop_tgt:_STANDARD_REQUIRED", false], [1129, "index-0-prop_tgt:_STANDARD_REQUIRED", false], [1129, "index-1-prop_tgt:_STANDARD_REQUIRED", false], [1130, "prop_tgt:_STANDARD_REQUIRED", true], [1705, "index-0-prop_tgt:_STANDARD_REQUIRED", false]], "_visibility_preset": [[285, "index-0-prop_tgt:_VISIBILITY_PRESET", false], [536, "index-0-prop_tgt:_VISIBILITY_PRESET", false], [536, "index-1-prop_tgt:_VISIBILITY_PRESET", false], [623, "index-0-prop_tgt:_VISIBILITY_PRESET", false], [1131, "prop_tgt:_VISIBILITY_PRESET", true], [1317, "index-0-prop_tgt:_VISIBILITY_PRESET", false], [1340, "index-0-prop_tgt:_VISIBILITY_PRESET", false], [1708, "index-0-prop_tgt:_VISIBILITY_PRESET", false]], "_root": [[56, "index-0-envvar:_ROOT", false], [56, "index-0-variable:_ROOT", false], [56, "index-0-envvar:_ROOT", false], [56, "index-0-variable:_ROOT", false], [56, "index-1-envvar:_ROOT", false], [56, "index-1-variable:_ROOT", false], [56, "index-2-envvar:_ROOT", false], [56, "index-2-variable:_ROOT", false], [56, "index-3-envvar:_ROOT", false], [56, "index-3-variable:_ROOT", false], [57, "index-0-envvar:_ROOT", false], [57, "index-0-variable:_ROOT", false], [57, "index-0-envvar:_ROOT", false], [57, "index-0-variable:_ROOT", false], [57, "index-1-envvar:_ROOT", false], [57, "index-1-variable:_ROOT", false], [57, "index-2-envvar:_ROOT", false], [57, "index-2-variable:_ROOT", false], [57, "index-3-envvar:_ROOT", false], [57, "index-3-variable:_ROOT", false], [58, "index-0-envvar:_ROOT", false], [58, "index-0-variable:_ROOT", false], [58, "index-0-envvar:_ROOT", false], [58, "index-0-variable:_ROOT", false], [59, "index-0-envvar:_ROOT", false], [59, "index-0-variable:_ROOT", false], [59, "index-0-envvar:_ROOT", false], [59, "index-0-variable:_ROOT", false], [59, "index-1-envvar:_ROOT", false], [59, "index-1-variable:_ROOT", false], [59, "index-2-envvar:_ROOT", false], [59, "index-2-variable:_ROOT", false], [59, "index-3-envvar:_ROOT", false], [59, "index-3-variable:_ROOT", false], [60, "index-0-envvar:_ROOT", false], [60, "index-0-variable:_ROOT", false], [60, "index-0-envvar:_ROOT", false], [60, "index-0-variable:_ROOT", false], [60, "index-1-envvar:_ROOT", false], [60, "index-1-variable:_ROOT", false], [60, "index-2-envvar:_ROOT", false], [60, "index-2-variable:_ROOT", false], [60, "index-3-envvar:_ROOT", false], [60, "index-3-variable:_ROOT", false], [212, "envvar:_ROOT", true], [212, "envvar:_ROOT", true], [212, "index-0-variable:_ROOT", false], [447, "index-0-variable:_ROOT", false], [634, "index-0-envvar:_ROOT", false], [634, "index-0-variable:_ROOT", false], [704, "index-0-envvar:_ROOT", false], [704, "index-0-variable:_ROOT", false], [704, "index-0-envvar:_ROOT", false], [704, "index-0-variable:_ROOT", false], [1321, "index-0-envvar:_ROOT", false], [1321, "index-0-variable:_ROOT", false], [1325, "index-0-variable:_ROOT", false], [1337, "index-0-envvar:_ROOT", false], [1337, "index-0-variable:_ROOT", false], [1548, "index-0-variable:_ROOT", false], [2079, "variable:_ROOT", true], [2079, "index-0-envvar:_ROOT", false], [2079, "variable:_ROOT", true]], "_binary_dir": [[93, "index-0-variable:_BINARY_DIR", false], [740, "index-0-variable:_BINARY_DIR", false], [1341, "index-0-variable:_BINARY_DIR", false], [1341, "index-1-variable:_BINARY_DIR", false], [1341, "index-2-variable:_BINARY_DIR", false], [1342, "index-0-variable:_BINARY_DIR", false], [2058, "variable:_BINARY_DIR", true]], "_description": [[93, "index-0-variable:_DESCRIPTION", false], [2059, "variable:_DESCRIPTION", true]], "_homepage_url": [[93, "index-0-variable:_HOMEPAGE_URL", false], [1321, "index-0-variable:_HOMEPAGE_URL", false], [2060, "variable:_HOMEPAGE_URL", true]], "_is_top_level": [[93, "index-0-variable:_IS_TOP_LEVEL", false], [740, "index-0-variable:_IS_TOP_LEVEL", false], [1331, "index-0-variable:_IS_TOP_LEVEL", false], [1341, "index-0-variable:_IS_TOP_LEVEL", false], [1341, "index-1-variable:_IS_TOP_LEVEL", false], [1341, "index-2-variable:_IS_TOP_LEVEL", false], [1342, "index-0-variable:_IS_TOP_LEVEL", false], [2061, "variable:_IS_TOP_LEVEL", true]], "_source_dir": [[93, "index-0-variable:_SOURCE_DIR", false], [740, "index-0-variable:_SOURCE_DIR", false], [1341, "index-0-variable:_SOURCE_DIR", false], [1341, "index-1-variable:_SOURCE_DIR", false], [1341, "index-2-variable:_SOURCE_DIR", false], [1342, "index-0-variable:_SOURCE_DIR", false], [2062, "variable:_SOURCE_DIR", true]], "_version": [[93, "index-0-variable:_VERSION", false], [2063, "variable:_VERSION", true], [2064, "index-0-variable:_VERSION", false], [2065, "index-0-variable:_VERSION", false], [2066, "index-0-variable:_VERSION", false], [2067, "index-0-variable:_VERSION", false]], "_version_major": [[93, "index-0-variable:_VERSION_MAJOR", false], [249, "index-0-variable:_VERSION_MAJOR", false], [2063, "index-0-variable:_VERSION_MAJOR", false], [2064, "variable:_VERSION_MAJOR", true]], "_version_minor": [[93, "index-0-variable:_VERSION_MINOR", false], [249, "index-0-variable:_VERSION_MINOR", false], [2063, "index-0-variable:_VERSION_MINOR", false], [2065, "variable:_VERSION_MINOR", true]], "_version_patch": [[93, "index-0-variable:_VERSION_PATCH", false], [2063, "index-0-variable:_VERSION_PATCH", false], [2066, "variable:_VERSION_PATCH", true]], "_version_tweak": [[93, "index-0-variable:_VERSION_TWEAK", false], [2063, "index-0-variable:_VERSION_TWEAK", false], [2067, "variable:_VERSION_TWEAK", true]], "abstract": [[832, "prop_sf:ABSTRACT", true]], "add_compile_definitions": [[0, "command:add_compile_definitions", true], [1, "index-0-command:add_compile_definitions", false], [4, "index-0-command:add_compile_definitions", false], [111, "index-0-command:add_compile_definitions", false], [266, "index-0-command:add_compile_definitions", false], [754, "index-0-command:add_compile_definitions", false], [1321, "index-0-command:add_compile_definitions", false]], "add_compile_options": [[1, "command:add_compile_options", true], [4, "index-0-command:add_compile_options", false], [113, "index-0-command:add_compile_options", false], [266, "index-0-command:add_compile_options", false], [756, "index-0-command:add_compile_options", false], [838, "index-0-command:add_compile_options", false], [1321, "index-0-command:add_compile_options", false], [1656, "index-0-command:add_compile_options", false], [1657, "index-0-command:add_compile_options", false]], "add_custom_command": [[2, "command:add_custom_command", true], [2, "index-0-command:add_custom_command", false], [3, "index-0-command:add_custom_command", false], [3, "index-1-command:add_custom_command", false], [3, "index-2-command:add_custom_command", false], [5, "index-0-command:add_custom_command", false], [6, "index-0-command:add_custom_command", false], [7, "index-0-command:add_custom_command", false], [52, "index-0-command:add_custom_command", false], [94, "index-0-command:add_custom_command", false], [95, "index-0-command:add_custom_command", false], [230, "index-0-command:add_custom_command", false], [248, "index-0-command:add_custom_command", false], [248, "index-1-command:add_custom_command", false], [248, "index-2-command:add_custom_command", false], [266, "index-0-command:add_custom_command", false], [266, "index-1-command:add_custom_command", false], [266, "index-2-command:add_custom_command", false], [266, "index-3-command:add_custom_command", false], [274, "index-0-command:add_custom_command", false], [274, "index-1-command:add_custom_command", false], [274, "index-2-command:add_custom_command", false], [274, "index-3-command:add_custom_command", false], [283, "index-0-command:add_custom_command", false], [368, "index-0-command:add_custom_command", false], [368, "index-1-command:add_custom_command", false], [368, "index-2-command:add_custom_command", false], [368, "index-3-command:add_custom_command", false], [368, "index-4-command:add_custom_command", false], [594, "index-0-command:add_custom_command", false], [600, "index-0-command:add_custom_command", false], [600, "index-1-command:add_custom_command", false], [600, "index-2-command:add_custom_command", false], [610, "index-0-command:add_custom_command", false], [610, "index-1-command:add_custom_command", false], [618, "index-0-command:add_custom_command", false], [648, "index-0-command:add_custom_command", false], [658, "index-0-command:add_custom_command", false], [676, "index-0-command:add_custom_command", false], [676, "index-1-command:add_custom_command", false], [676, "index-2-command:add_custom_command", false], [676, "index-3-command:add_custom_command", false], [714, "index-0-command:add_custom_command", false], [731, "index-0-command:add_custom_command", false], [735, "index-0-command:add_custom_command", false], [735, "index-1-command:add_custom_command", false], [811, "index-0-command:add_custom_command", false], [843, "index-0-command:add_custom_command", false], [843, "index-1-command:add_custom_command", false], [843, "index-2-command:add_custom_command", false], [955, "index-0-command:add_custom_command", false], [986, "index-0-command:add_custom_command", false], [1018, "index-0-command:add_custom_command", false], [1156, "index-0-command:add_custom_command", false], [1156, "index-1-command:add_custom_command", false], [1156, "index-2-command:add_custom_command", false], [1317, "index-0-command:add_custom_command", false], [1317, "index-1-command:add_custom_command", false], [1318, "index-0-command:add_custom_command", false], [1322, "index-0-command:add_custom_command", false], [1324, "index-0-command:add_custom_command", false], [1324, "index-1-command:add_custom_command", false], [1326, "index-0-command:add_custom_command", false], [1329, "index-0-command:add_custom_command", false], [1329, "index-1-command:add_custom_command", false], [1330, "index-0-command:add_custom_command", false], [1330, "index-1-command:add_custom_command", false], [1330, "index-2-command:add_custom_command", false], [1331, "index-0-command:add_custom_command", false], [1331, "index-1-command:add_custom_command", false], [1333, "index-0-command:add_custom_command", false], [1336, "index-0-command:add_custom_command", false], [1337, "index-0-command:add_custom_command", false], [1337, "index-1-command:add_custom_command", false], [1338, "index-0-command:add_custom_command", false], [1340, "index-0-command:add_custom_command", false], [1342, "index-0-command:add_custom_command", false], [1342, "index-1-command:add_custom_command", false], [1345, "index-0-command:add_custom_command", false], [1345, "index-1-command:add_custom_command", false], [1345, "index-2-command:add_custom_command", false], [1346, "index-0-command:add_custom_command", false], [1347, "index-0-command:add_custom_command", false], [1348, "index-0-command:add_custom_command", false], [1357, "index-0-command:add_custom_command", false], [1357, "index-1-command:add_custom_command", false], [1429, "index-0-command:add_custom_command", false], [1755, "index-0-command:add_custom_command", false]], "add_custom_target": [[2, "index-0-command:add_custom_target", false], [2, "index-1-command:add_custom_target", false], [2, "index-2-command:add_custom_target", false], [2, "index-3-command:add_custom_target", false], [3, "command:add_custom_target", true], [5, "index-0-command:add_custom_target", false], [5, "index-1-command:add_custom_target", false], [7, "index-0-command:add_custom_target", false], [52, "index-0-command:add_custom_target", false], [71, "index-0-command:add_custom_target", false], [119, "index-0-command:add_custom_target", false], [119, "index-1-command:add_custom_target", false], [230, "index-0-command:add_custom_target", false], [266, "index-0-command:add_custom_target", false], [273, "index-0-command:add_custom_target", false], [273, "index-1-command:add_custom_target", false], [274, "index-0-command:add_custom_target", false], [274, "index-1-command:add_custom_target", false], [274, "index-2-command:add_custom_target", false], [274, "index-3-command:add_custom_target", false], [283, "index-0-command:add_custom_target", false], [283, "index-1-command:add_custom_target", false], [283, "index-2-command:add_custom_target", false], [394, "index-0-command:add_custom_target", false], [394, "index-1-command:add_custom_target", false], [562, "index-0-command:add_custom_target", false], [597, "index-0-command:add_custom_target", false], [618, "index-0-command:add_custom_target", false], [714, "index-0-command:add_custom_target", false], [722, "index-0-command:add_custom_target", false], [750, "index-0-command:add_custom_target", false], [784, "index-0-command:add_custom_target", false], [784, "index-1-command:add_custom_target", false], [811, "index-0-command:add_custom_target", false], [843, "index-0-command:add_custom_target", false], [955, "index-0-command:add_custom_target", false], [986, "index-0-command:add_custom_target", false], [1206, "index-0-command:add_custom_target", false], [1317, "index-0-command:add_custom_target", false], [1322, "index-0-command:add_custom_target", false], [1323, "index-0-command:add_custom_target", false], [1324, "index-0-command:add_custom_target", false], [1324, "index-1-command:add_custom_target", false], [1326, "index-0-command:add_custom_target", false], [1329, "index-0-command:add_custom_target", false], [1329, "index-1-command:add_custom_target", false], [1330, "index-0-command:add_custom_target", false], [1330, "index-1-command:add_custom_target", false], [1336, "index-0-command:add_custom_target", false], [1338, "index-0-command:add_custom_target", false], [1340, "index-0-command:add_custom_target", false], [1345, "index-0-command:add_custom_target", false], [1347, "index-0-command:add_custom_target", false], [1755, "index-0-command:add_custom_target", false]], "add_definitions": [[4, "command:add_definitions", true], [97, "index-0-command:add_definitions", false], [97, "index-1-command:add_definitions", false], [120, "index-0-command:add_definitions", false], [379, "index-0-command:add_definitions", false], [619, "index-0-command:add_definitions", false], [754, "index-0-command:add_definitions", false], [757, "index-0-command:add_definitions", false], [1321, "index-0-command:add_definitions", false], [1340, "index-0-command:add_definitions", false]], "add_dependencies": [[3, "index-0-command:add_dependencies", false], [3, "index-1-command:add_dependencies", false], [5, "command:add_dependencies", true], [74, "index-0-command:add_dependencies", false], [77, "index-0-command:add_dependencies", false], [273, "index-0-command:add_dependencies", false], [368, "index-0-command:add_dependencies", false], [368, "index-1-command:add_dependencies", false], [606, "index-0-command:add_dependencies", false], [606, "index-1-command:add_dependencies", false], [851, "index-0-command:add_dependencies", false], [944, "index-0-command:add_dependencies", false], [946, "index-0-command:add_dependencies", false], [1164, "index-0-command:add_dependencies", false], [1177, "index-0-command:add_dependencies", false], [1317, "index-0-command:add_dependencies", false], [1340, "index-0-command:add_dependencies", false], [1347, "index-0-command:add_dependencies", false]], "add_executable": [[2, "index-0-command:add_executable", false], [2, "index-1-command:add_executable", false], [3, "index-0-command:add_executable", false], [5, "index-0-command:add_executable", false], [6, "command:add_executable", true], [7, "index-0-command:add_executable", false], [7, "index-1-command:add_executable", false], [10, "index-0-command:add_executable", false], [55, "index-0-command:add_executable", false], [71, "index-0-command:add_executable", false], [82, "index-0-command:add_executable", false], [111, "index-0-command:add_executable", false], [112, "index-0-command:add_executable", false], [113, "index-0-command:add_executable", false], [114, "index-0-command:add_executable", false], [115, "index-0-command:add_executable", false], [116, "index-0-command:add_executable", false], [117, "index-0-command:add_executable", false], [118, "index-0-command:add_executable", false], [119, "index-0-command:add_executable", false], [119, "index-1-command:add_executable", false], [248, "index-0-command:add_executable", false], [248, "index-1-command:add_executable", false], [249, "index-0-command:add_executable", false], [249, "index-1-command:add_executable", false], [249, "index-2-command:add_executable", false], [249, "index-3-command:add_executable", false], [263, "index-0-command:add_executable", false], [266, "index-0-command:add_executable", false], [266, "index-1-command:add_executable", false], [266, "index-2-command:add_executable", false], [266, "index-3-command:add_executable", false], [266, "index-4-command:add_executable", false], [266, "index-5-command:add_executable", false], [266, "index-6-command:add_executable", false], [273, "index-0-command:add_executable", false], [273, "index-1-command:add_executable", false], [274, "index-0-command:add_executable", false], [325, "index-0-command:add_executable", false], [382, "index-0-command:add_executable", false], [394, "index-0-command:add_executable", false], [447, "index-0-command:add_executable", false], [447, "index-1-command:add_executable", false], [472, "index-0-command:add_executable", false], [562, "index-0-command:add_executable", false], [564, "index-0-command:add_executable", false], [594, "index-0-command:add_executable", false], [597, "index-0-command:add_executable", false], [750, "index-0-command:add_executable", false], [760, "index-0-command:add_executable", false], [761, "index-0-command:add_executable", false], [844, "index-0-command:add_executable", false], [844, "index-1-command:add_executable", false], [919, "index-0-command:add_executable", false], [925, "index-0-command:add_executable", false], [948, "index-0-command:add_executable", false], [948, "index-1-command:add_executable", false], [948, "index-2-command:add_executable", false], [1055, "index-0-command:add_executable", false], [1063, "index-0-command:add_executable", false], [1063, "index-1-command:add_executable", false], [1206, "index-0-command:add_executable", false], [1223, "index-0-command:add_executable", false], [1317, "index-0-command:add_executable", false], [1318, "index-0-command:add_executable", false], [1320, "index-0-command:add_executable", false], [1320, "index-1-command:add_executable", false], [1327, "index-0-command:add_executable", false], [1347, "index-0-command:add_executable", false], [1503, "index-0-command:add_executable", false], [1506, "index-0-command:add_executable", false], [1715, "index-0-command:add_executable", false], [1863, "index-0-command:add_executable", false]], "add_feature_info": [[369, "command:add_feature_info", true], [1347, "index-0-command:add_feature_info", false]], "add_jar": [[551, "command:add_jar", true]], "add_library": [[2, "index-0-command:add_library", false], [5, "index-0-command:add_library", false], [6, "index-0-command:add_library", false], [7, "command:add_library", true], [7, "index-0-command:add_library", false], [55, "index-0-command:add_library", false], [55, "index-1-command:add_library", false], [71, "index-0-command:add_library", false], [82, "index-0-command:add_library", false], [111, "index-0-command:add_library", false], [112, "index-0-command:add_library", false], [113, "index-0-command:add_library", false], [114, "index-0-command:add_library", false], [115, "index-0-command:add_library", false], [116, "index-0-command:add_library", false], [116, "index-1-command:add_library", false], [117, "index-0-command:add_library", false], [118, "index-0-command:add_library", false], [119, "index-0-command:add_library", false], [119, "index-1-command:add_library", false], [248, "index-0-command:add_library", false], [248, "index-1-command:add_library", false], [254, "index-0-command:add_library", false], [256, "index-0-command:add_library", false], [256, "index-1-command:add_library", false], [256, "index-2-command:add_library", false], [256, "index-3-command:add_library", false], [260, "index-0-command:add_library", false], [262, "index-0-command:add_library", false], [263, "index-0-command:add_library", false], [266, "index-0-command:add_library", false], [266, "index-1-command:add_library", false], [266, "index-10-command:add_library", false], [266, "index-2-command:add_library", false], [266, "index-3-command:add_library", false], [266, "index-4-command:add_library", false], [266, "index-5-command:add_library", false], [266, "index-6-command:add_library", false], [266, "index-7-command:add_library", false], [266, "index-8-command:add_library", false], [266, "index-9-command:add_library", false], [271, "index-0-command:add_library", false], [273, "index-0-command:add_library", false], [273, "index-1-command:add_library", false], [274, "index-0-command:add_library", false], [274, "index-1-command:add_library", false], [325, "index-0-command:add_library", false], [382, "index-0-command:add_library", false], [394, "index-0-command:add_library", false], [447, "index-0-command:add_library", false], [447, "index-1-command:add_library", false], [472, "index-0-command:add_library", false], [473, "index-0-command:add_library", false], [474, "index-0-command:add_library", false], [475, "index-0-command:add_library", false], [555, "index-0-command:add_library", false], [555, "index-1-command:add_library", false], [562, "index-0-command:add_library", false], [564, "index-0-command:add_library", false], [597, "index-0-command:add_library", false], [724, "index-0-command:add_library", false], [724, "index-1-command:add_library", false], [724, "index-2-command:add_library", false], [750, "index-0-command:add_library", false], [760, "index-0-command:add_library", false], [761, "index-0-command:add_library", false], [844, "index-0-command:add_library", false], [844, "index-1-command:add_library", false], [917, "index-0-command:add_library", false], [919, "index-0-command:add_library", false], [948, "index-0-command:add_library", false], [948, "index-1-command:add_library", false], [948, "index-2-command:add_library", false], [1055, "index-0-command:add_library", false], [1063, "index-0-command:add_library", false], [1063, "index-1-command:add_library", false], [1206, "index-0-command:add_library", false], [1223, "index-0-command:add_library", false], [1317, "index-0-command:add_library", false], [1317, "index-1-command:add_library", false], [1318, "index-0-command:add_library", false], [1320, "index-0-command:add_library", false], [1320, "index-1-command:add_library", false], [1320, "index-2-command:add_library", false], [1320, "index-3-command:add_library", false], [1324, "index-0-command:add_library", false], [1325, "index-0-command:add_library", false], [1327, "index-0-command:add_library", false], [1328, "index-0-command:add_library", false], [1330, "index-0-command:add_library", false], [1341, "index-0-command:add_library", false], [1343, "index-0-command:add_library", false], [1347, "index-0-command:add_library", false], [1348, "index-0-command:add_library", false], [1354, "index-0-command:add_library", false], [1354, "index-1-command:add_library", false], [1354, "index-2-command:add_library", false], [1360, "index-0-command:add_library", false], [1715, "index-0-command:add_library", false], [1808, "index-0-command:add_library", false], [1863, "index-0-command:add_library", false]], "add_link_options": [[1, "index-0-command:add_link_options", false], [1, "index-1-command:add_link_options", false], [8, "command:add_link_options", true], [767, "index-0-command:add_link_options", false], [1322, "index-0-command:add_link_options", false], [1322, "index-1-command:add_link_options", false], [1656, "index-0-command:add_link_options", false], [1657, "index-0-command:add_link_options", false], [1681, "index-0-command:add_link_options", false], [1682, "index-0-command:add_link_options", false]], "add_subdirectory": [[9, "command:add_subdirectory", true], [18, "index-0-command:add_subdirectory", false], [65, "index-0-command:add_subdirectory", false], [67, "index-0-command:add_subdirectory", false], [67, "index-1-command:add_subdirectory", false], [68, "index-0-command:add_subdirectory", false], [70, "index-0-command:add_subdirectory", false], [75, "index-0-command:add_subdirectory", false], [77, "index-0-command:add_subdirectory", false], [77, "index-1-command:add_subdirectory", false], [102, "index-0-command:add_subdirectory", false], [102, "index-1-command:add_subdirectory", false], [103, "index-0-command:add_subdirectory", false], [105, "index-0-command:add_subdirectory", false], [110, "index-0-command:add_subdirectory", false], [110, "index-1-command:add_subdirectory", false], [256, "index-0-command:add_subdirectory", false], [256, "index-1-command:add_subdirectory", false], [256, "index-2-command:add_subdirectory", false], [273, "index-0-command:add_subdirectory", false], [277, "index-0-command:add_subdirectory", false], [370, "index-0-command:add_subdirectory", false], [370, "index-1-command:add_subdirectory", false], [370, "index-2-command:add_subdirectory", false], [370, "index-3-command:add_subdirectory", false], [370, "index-4-command:add_subdirectory", false], [370, "index-5-command:add_subdirectory", false], [574, "index-0-command:add_subdirectory", false], [642, "index-0-command:add_subdirectory", false], [642, "index-1-command:add_subdirectory", false], [642, "index-2-command:add_subdirectory", false], [642, "index-3-command:add_subdirectory", false], [642, "index-4-command:add_subdirectory", false], [647, "index-0-command:add_subdirectory", false], [676, "index-0-command:add_subdirectory", false], [775, "index-0-command:add_subdirectory", false], [776, "index-0-command:add_subdirectory", false], [1320, "index-0-command:add_subdirectory", false], [1323, "index-0-command:add_subdirectory", false], [1335, "index-0-command:add_subdirectory", false], [1338, "index-0-command:add_subdirectory", false], [1354, "index-0-command:add_subdirectory", false], [1463, "index-0-command:add_subdirectory", false], [1742, "index-0-command:add_subdirectory", false], [1782, "index-0-command:add_subdirectory", false], [1872, "index-0-command:add_subdirectory", false], [2058, "index-0-command:add_subdirectory", false], [2061, "index-0-command:add_subdirectory", false], [2061, "index-1-command:add_subdirectory", false], [2062, "index-0-command:add_subdirectory", false], [2071, "index-0-command:add_subdirectory", false], [2071, "index-1-command:add_subdirectory", false], [2073, "index-0-command:add_subdirectory", false]], "add_test": [[10, "command:add_test", true], [44, "index-0-command:add_test", false], [71, "index-0-command:add_test", false], [102, "index-0-command:add_test", false], [105, "index-0-command:add_test", false], [105, "index-1-command:add_test", false], [257, "index-0-command:add_test", false], [257, "index-1-command:add_test", false], [257, "index-2-command:add_test", false], [257, "index-3-command:add_test", false], [290, "index-0-command:add_test", false], [367, "index-0-command:add_test", false], [367, "index-1-command:add_test", false], [447, "index-0-command:add_test", false], [538, "index-0-command:add_test", false], [624, "index-0-command:add_test", false], [670, "index-0-command:add_test", false], [670, "index-1-command:add_test", false], [718, "index-0-command:add_test", false], [718, "index-1-command:add_test", false], [718, "index-2-command:add_test", false], [718, "index-3-command:add_test", false], [738, "index-0-command:add_test", false], [777, "index-0-command:add_test", false], [914, "index-0-command:add_test", false], [986, "index-0-command:add_test", false], [1219, "index-0-command:add_test", false], [1321, "index-0-command:add_test", false], [1325, "index-0-command:add_test", false], [1327, "index-0-command:add_test", false], [1328, "index-0-command:add_test", false], [1339, "index-0-command:add_test", false], [1339, "index-1-command:add_test", false], [1342, "index-0-command:add_test", false], [1343, "index-0-command:add_test", false], [1855, "index-0-command:add_test", false]], "addfiledependencies": [[291, "module:AddFileDependencies", true], [1330, "index-0-module:AddFileDependencies", false]], "additional_clean_files": [[747, "index-0-prop_tgt:ADDITIONAL_CLEAN_FILES", false], [747, "prop_dir:ADDITIONAL_CLEAN_FILES", true], [748, "index-0-prop_dir:ADDITIONAL_CLEAN_FILES", false], [915, "index-0-prop_dir:ADDITIONAL_CLEAN_FILES", false], [915, "prop_tgt:ADDITIONAL_CLEAN_FILES", true], [942, "index-0-prop_tgt:ADDITIONAL_CLEAN_FILES", false], [1324, "index-0-prop_dir:ADDITIONAL_CLEAN_FILES", false], [1324, "index-0-prop_tgt:ADDITIONAL_CLEAN_FILES", false], [1324, "index-1-prop_dir:ADDITIONAL_CLEAN_FILES", false]], "additional_make_clean_files": [[748, "prop_dir:ADDITIONAL_MAKE_CLEAN_FILES", true], [1317, "index-0-prop_dir:ADDITIONAL_MAKE_CLEAN_FILES", false], [1324, "index-0-prop_dir:ADDITIONAL_MAKE_CLEAN_FILES", false]], "adsp_root": [[144, "envvar:ADSP_ROOT", true], [285, "index-0-envvar:ADSP_ROOT", false], [1358, "index-0-envvar:ADSP_ROOT", false]], "advanced": [[287, "index-0-prop_cache:ADVANCED", false], [287, "index-1-prop_cache:ADVANCED", false], [741, "prop_cache:ADVANCED", true]], "aix_export_all_symbols": [[916, "prop_tgt:AIX_EXPORT_ALL_SYMBOLS", true], [1326, "index-0-prop_tgt:AIX_EXPORT_ALL_SYMBOLS", false], [1359, "index-0-prop_tgt:AIX_EXPORT_ALL_SYMBOLS", false]], "aix_shared_library_archive": [[917, "prop_tgt:AIX_SHARED_LIBRARY_ARCHIVE", true], [1342, "index-0-prop_tgt:AIX_SHARED_LIBRARY_ARCHIVE", false], [1360, "index-0-prop_tgt:AIX_SHARED_LIBRARY_ARCHIVE", false]], "alias_global": [[6, "index-0-prop_tgt:ALIAS_GLOBAL", false], [7, "index-0-prop_tgt:ALIAS_GLOBAL", false], [720, "index-0-prop_tgt:ALIAS_GLOBAL", false], [919, "prop_tgt:ALIAS_GLOBAL", true], [1063, "index-0-prop_tgt:ALIAS_GLOBAL", false]], "aliased_target": [[266, "index-0-prop_tgt:ALIASED_TARGET", false], [918, "prop_tgt:ALIASED_TARGET", true]], "allow_duplicate_custom_targets": [[562, "index-0-prop_gbl:ALLOW_DUPLICATE_CUSTOM_TARGETS", false], [784, "prop_gbl:ALLOW_DUPLICATE_CUSTOM_TARGETS", true]], "and": [[274, "genex:AND", true], [1338, "index-0-genex:AND", false]], "android": [[1350, "variable:ANDROID", true]], "android_add_test_data": [[292, "command:android_add_test_data", true]], "android_ant_additional_options": [[285, "index-0-prop_tgt:ANDROID_ANT_ADDITIONAL_OPTIONS", false], [920, "prop_tgt:ANDROID_ANT_ADDITIONAL_OPTIONS", true], [1343, "index-0-prop_tgt:ANDROID_ANT_ADDITIONAL_OPTIONS", false], [1361, "index-0-prop_tgt:ANDROID_ANT_ADDITIONAL_OPTIONS", false]], "android_api": [[285, "index-0-prop_tgt:ANDROID_API", false], [921, "prop_tgt:ANDROID_API", true], [1362, "index-0-prop_tgt:ANDROID_API", false]], "android_api_min": [[285, "index-0-prop_tgt:ANDROID_API_MIN", false], [922, "prop_tgt:ANDROID_API_MIN", true], [1329, "index-0-prop_tgt:ANDROID_API_MIN", false], [1363, "index-0-prop_tgt:ANDROID_API_MIN", false]], "android_arch": [[285, "index-0-prop_tgt:ANDROID_ARCH", false], [923, "prop_tgt:ANDROID_ARCH", true], [1343, "index-0-prop_tgt:ANDROID_ARCH", false], [1364, "index-0-prop_tgt:ANDROID_ARCH", false]], "android_assets_directories": [[285, "index-0-prop_tgt:ANDROID_ASSETS_DIRECTORIES", false], [924, "prop_tgt:ANDROID_ASSETS_DIRECTORIES", true], [1343, "index-0-prop_tgt:ANDROID_ASSETS_DIRECTORIES", false], [1368, "index-0-prop_tgt:ANDROID_ASSETS_DIRECTORIES", false]], "android_gui": [[285, "index-0-prop_tgt:ANDROID_GUI", false], [925, "prop_tgt:ANDROID_GUI", true], [1370, "index-0-prop_tgt:ANDROID_GUI", false]], "android_jar_dependencies": [[285, "index-0-prop_tgt:ANDROID_JAR_DEPENDENCIES", false], [926, "prop_tgt:ANDROID_JAR_DEPENDENCIES", true], [1343, "index-0-prop_tgt:ANDROID_JAR_DEPENDENCIES", false], [1371, "index-0-prop_tgt:ANDROID_JAR_DEPENDENCIES", false]], "android_jar_directories": [[285, "index-0-prop_tgt:ANDROID_JAR_DIRECTORIES", false], [927, "prop_tgt:ANDROID_JAR_DIRECTORIES", true], [1343, "index-0-prop_tgt:ANDROID_JAR_DIRECTORIES", false], [1372, "index-0-prop_tgt:ANDROID_JAR_DIRECTORIES", false]], "android_java_source_dir": [[285, "index-0-prop_tgt:ANDROID_JAVA_SOURCE_DIR", false], [928, "prop_tgt:ANDROID_JAVA_SOURCE_DIR", true], [1343, "index-0-prop_tgt:ANDROID_JAVA_SOURCE_DIR", false], [1373, "index-0-prop_tgt:ANDROID_JAVA_SOURCE_DIR", false]], "android_native_lib_dependencies": [[285, "index-0-prop_tgt:ANDROID_NATIVE_LIB_DEPENDENCIES", false], [929, "prop_tgt:ANDROID_NATIVE_LIB_DEPENDENCIES", true], [1343, "index-0-prop_tgt:ANDROID_NATIVE_LIB_DEPENDENCIES", false], [1374, "index-0-prop_tgt:ANDROID_NATIVE_LIB_DEPENDENCIES", false]], "android_native_lib_directories": [[285, "index-0-prop_tgt:ANDROID_NATIVE_LIB_DIRECTORIES", false], [930, "prop_tgt:ANDROID_NATIVE_LIB_DIRECTORIES", true], [1343, "index-0-prop_tgt:ANDROID_NATIVE_LIB_DIRECTORIES", false], [1375, "index-0-prop_tgt:ANDROID_NATIVE_LIB_DIRECTORIES", false]], "android_process_max": [[285, "index-0-prop_tgt:ANDROID_PROCESS_MAX", false], [931, "prop_tgt:ANDROID_PROCESS_MAX", true], [1343, "index-0-prop_tgt:ANDROID_PROCESS_MAX", false], [1381, "index-0-prop_tgt:ANDROID_PROCESS_MAX", false]], "android_proguard": [[285, "index-0-prop_tgt:ANDROID_PROGUARD", false], [932, "prop_tgt:ANDROID_PROGUARD", true], [1343, "index-0-prop_tgt:ANDROID_PROGUARD", false], [1382, "index-0-prop_tgt:ANDROID_PROGUARD", false]], "android_proguard_config_path": [[285, "index-0-prop_tgt:ANDROID_PROGUARD_CONFIG_PATH", false], [933, "prop_tgt:ANDROID_PROGUARD_CONFIG_PATH", true], [1343, "index-0-prop_tgt:ANDROID_PROGUARD_CONFIG_PATH", false], [1383, "index-0-prop_tgt:ANDROID_PROGUARD_CONFIG_PATH", false]], "android_secure_props_path": [[285, "index-0-prop_tgt:ANDROID_SECURE_PROPS_PATH", false], [934, "prop_tgt:ANDROID_SECURE_PROPS_PATH", true], [1343, "index-0-prop_tgt:ANDROID_SECURE_PROPS_PATH", false], [1385, "index-0-prop_tgt:ANDROID_SECURE_PROPS_PATH", false]], "android_skip_ant_step": [[285, "index-0-prop_tgt:ANDROID_SKIP_ANT_STEP", false], [935, "prop_tgt:ANDROID_SKIP_ANT_STEP", true], [1343, "index-0-prop_tgt:ANDROID_SKIP_ANT_STEP", false], [1386, "index-0-prop_tgt:ANDROID_SKIP_ANT_STEP", false]], "android_stl_type": [[285, "index-0-prop_tgt:ANDROID_STL_TYPE", false], [936, "prop_tgt:ANDROID_STL_TYPE", true], [1343, "index-0-prop_tgt:ANDROID_STL_TYPE", false], [1388, "index-0-prop_tgt:ANDROID_STL_TYPE", false]], "androidtestutilities": [[292, "module:AndroidTestUtilities", true], [1346, "index-0-module:AndroidTestUtilities", false]], "angle-r": [[118, "index-0-genex:ANGLE-R", false], [118, "index-1-genex:ANGLE-R", false], [274, "genex:ANGLE-R", true]], "apple": [[1351, "variable:APPLE", true], [2080, "index-0-variable:APPLE", false]], "archive_output_directory": [[7, "index-0-prop_tgt:ARCHIVE_OUTPUT_DIRECTORY", false], [266, "index-0-prop_tgt:ARCHIVE_OUTPUT_DIRECTORY", false], [937, "prop_tgt:ARCHIVE_OUTPUT_DIRECTORY", true], [938, "index-0-prop_tgt:ARCHIVE_OUTPUT_DIRECTORY", false], [1343, "index-0-prop_tgt:ARCHIVE_OUTPUT_DIRECTORY", false], [1392, "index-0-prop_tgt:ARCHIVE_OUTPUT_DIRECTORY", false], [2041, "index-0-prop_tgt:ARCHIVE_OUTPUT_DIRECTORY", false]], "archive_output_directory_": [[937, "index-0-prop_tgt:ARCHIVE_OUTPUT_DIRECTORY_", false], [938, "prop_tgt:ARCHIVE_OUTPUT_DIRECTORY_", true], [1393, "index-0-prop_tgt:ARCHIVE_OUTPUT_DIRECTORY_", false]], "archive_output_name": [[266, "index-0-prop_tgt:ARCHIVE_OUTPUT_NAME", false], [274, "index-0-prop_tgt:ARCHIVE_OUTPUT_NAME", false], [274, "index-1-prop_tgt:ARCHIVE_OUTPUT_NAME", false], [274, "index-2-prop_tgt:ARCHIVE_OUTPUT_NAME", false], [274, "index-3-prop_tgt:ARCHIVE_OUTPUT_NAME", false], [274, "index-4-prop_tgt:ARCHIVE_OUTPUT_NAME", false], [939, "prop_tgt:ARCHIVE_OUTPUT_NAME", true], [940, "index-0-prop_tgt:ARCHIVE_OUTPUT_NAME", false], [1180, "index-0-prop_tgt:ARCHIVE_OUTPUT_NAME", false]], "archive_output_name_": [[274, "index-0-prop_tgt:ARCHIVE_OUTPUT_NAME_", false], [274, "index-1-prop_tgt:ARCHIVE_OUTPUT_NAME_", false], [274, "index-2-prop_tgt:ARCHIVE_OUTPUT_NAME_", false], [274, "index-3-prop_tgt:ARCHIVE_OUTPUT_NAME_", false], [274, "index-4-prop_tgt:ARCHIVE_OUTPUT_NAME_", false], [939, "index-0-prop_tgt:ARCHIVE_OUTPUT_NAME_", false], [940, "prop_tgt:ARCHIVE_OUTPUT_NAME_", true], [1180, "index-0-prop_tgt:ARCHIVE_OUTPUT_NAME_", false]], "asm": [[145, "envvar:ASM", true]], "asmflags": [[146, "envvar:ASMFLAGS", true]], "attached_files": [[37, "index-0-prop_test:ATTACHED_FILES", false], [886, "prop_test:ATTACHED_FILES", true], [887, "index-0-prop_test:ATTACHED_FILES", false], [1331, "index-0-prop_test:ATTACHED_FILES", false]], "attached_files_on_fail": [[37, "index-0-prop_test:ATTACHED_FILES_ON_FAIL", false], [887, "prop_test:ATTACHED_FILES_ON_FAIL", true], [1331, "index-0-prop_test:ATTACHED_FILES_ON_FAIL", false]], "autogen_better_graph_multi_config": [[941, "prop_tgt:AUTOGEN_BETTER_GRAPH_MULTI_CONFIG", true], [1396, "index-0-prop_tgt:AUTOGEN_BETTER_GRAPH_MULTI_CONFIG", false]], "autogen_build_dir": [[283, "index-0-prop_tgt:AUTOGEN_BUILD_DIR", false], [283, "index-1-prop_tgt:AUTOGEN_BUILD_DIR", false], [283, "index-2-prop_tgt:AUTOGEN_BUILD_DIR", false], [942, "prop_tgt:AUTOGEN_BUILD_DIR", true], [948, "index-0-prop_tgt:AUTOGEN_BUILD_DIR", false], [949, "index-0-prop_tgt:AUTOGEN_BUILD_DIR", false], [958, "index-0-prop_tgt:AUTOGEN_BUILD_DIR", false], [1348, "index-0-prop_tgt:AUTOGEN_BUILD_DIR", false]], "autogen_command_line_length_max": [[943, "prop_tgt:AUTOGEN_COMMAND_LINE_LENGTH_MAX", true], [948, "index-0-prop_tgt:AUTOGEN_COMMAND_LINE_LENGTH_MAX", false], [958, "index-0-prop_tgt:AUTOGEN_COMMAND_LINE_LENGTH_MAX", false]], "autogen_origin_depends": [[283, "index-0-prop_tgt:AUTOGEN_ORIGIN_DEPENDS", false], [944, "prop_tgt:AUTOGEN_ORIGIN_DEPENDS", true], [946, "index-0-prop_tgt:AUTOGEN_ORIGIN_DEPENDS", false], [1323, "index-0-prop_tgt:AUTOGEN_ORIGIN_DEPENDS", false], [1398, "index-0-prop_tgt:AUTOGEN_ORIGIN_DEPENDS", false], [1566, "index-0-prop_tgt:AUTOGEN_ORIGIN_DEPENDS", false]], "autogen_parallel": [[945, "prop_tgt:AUTOGEN_PARALLEL", true], [948, "index-0-prop_tgt:AUTOGEN_PARALLEL", false], [958, "index-0-prop_tgt:AUTOGEN_PARALLEL", false], [1320, "index-0-prop_tgt:AUTOGEN_PARALLEL", false], [1399, "index-0-prop_tgt:AUTOGEN_PARALLEL", false]], "autogen_source_group": [[785, "prop_gbl:AUTOGEN_SOURCE_GROUP", true], [787, "index-0-prop_gbl:AUTOGEN_SOURCE_GROUP", false], [789, "index-0-prop_gbl:AUTOGEN_SOURCE_GROUP", false], [790, "index-0-prop_gbl:AUTOGEN_SOURCE_GROUP", false], [843, "index-0-prop_gbl:AUTOGEN_SOURCE_GROUP", false], [948, "index-0-prop_gbl:AUTOGEN_SOURCE_GROUP", false], [955, "index-0-prop_gbl:AUTOGEN_SOURCE_GROUP", false], [1348, "index-0-prop_gbl:AUTOGEN_SOURCE_GROUP", false]], "autogen_target_depends": [[283, "index-0-prop_tgt:AUTOGEN_TARGET_DEPENDS", false], [283, "index-1-prop_tgt:AUTOGEN_TARGET_DEPENDS", false], [944, "index-0-prop_tgt:AUTOGEN_TARGET_DEPENDS", false], [944, "index-1-prop_tgt:AUTOGEN_TARGET_DEPENDS", false], [946, "prop_tgt:AUTOGEN_TARGET_DEPENDS", true], [950, "index-0-prop_tgt:AUTOGEN_TARGET_DEPENDS", false], [950, "index-1-prop_tgt:AUTOGEN_TARGET_DEPENDS", false], [950, "index-2-prop_tgt:AUTOGEN_TARGET_DEPENDS", false]], "autogen_targets_folder": [[786, "prop_gbl:AUTOGEN_TARGETS_FOLDER", true], [788, "index-0-prop_gbl:AUTOGEN_TARGETS_FOLDER", false], [948, "index-0-prop_gbl:AUTOGEN_TARGETS_FOLDER", false], [955, "index-0-prop_gbl:AUTOGEN_TARGETS_FOLDER", false], [958, "index-0-prop_gbl:AUTOGEN_TARGETS_FOLDER", false]], "autogen_use_system_include": [[711, "index-0-prop_tgt:AUTOGEN_USE_SYSTEM_INCLUDE", false], [947, "prop_tgt:AUTOGEN_USE_SYSTEM_INCLUDE", true], [1337, "index-0-prop_tgt:AUTOGEN_USE_SYSTEM_INCLUDE", false], [1400, "index-0-prop_tgt:AUTOGEN_USE_SYSTEM_INCLUDE", false]], "automoc": [[94, "index-0-prop_tgt:AUTOMOC", false], [266, "index-0-prop_tgt:AUTOMOC", false], [266, "index-1-prop_tgt:AUTOMOC", false], [283, "index-0-prop_tgt:AUTOMOC", false], [283, "index-1-prop_tgt:AUTOMOC", false], [283, "index-2-prop_tgt:AUTOMOC", false], [283, "index-3-prop_tgt:AUTOMOC", false], [283, "index-4-prop_tgt:AUTOMOC", false], [631, "index-0-prop_tgt:AUTOMOC", false], [631, "index-1-prop_tgt:AUTOMOC", false], [631, "index-2-prop_tgt:AUTOMOC", false], [631, "index-3-prop_tgt:AUTOMOC", false], [631, "index-4-prop_tgt:AUTOMOC", false], [631, "index-5-prop_tgt:AUTOMOC", false], [660, "index-0-prop_tgt:AUTOMOC", false], [660, "index-1-prop_tgt:AUTOMOC", false], [660, "index-2-prop_tgt:AUTOMOC", false], [660, "index-3-prop_tgt:AUTOMOC", false], [660, "index-4-prop_tgt:AUTOMOC", false], [660, "index-5-prop_tgt:AUTOMOC", false], [660, "index-6-prop_tgt:AUTOMOC", false], [785, "index-0-prop_tgt:AUTOMOC", false], [785, "index-1-prop_tgt:AUTOMOC", false], [785, "index-2-prop_tgt:AUTOMOC", false], [785, "index-3-prop_tgt:AUTOMOC", false], [786, "index-0-prop_tgt:AUTOMOC", false], [786, "index-1-prop_tgt:AUTOMOC", false], [787, "index-0-prop_tgt:AUTOMOC", false], [787, "index-1-prop_tgt:AUTOMOC", false], [788, "index-0-prop_tgt:AUTOMOC", false], [788, "index-1-prop_tgt:AUTOMOC", false], [843, "index-0-prop_tgt:AUTOMOC", false], [843, "index-1-prop_tgt:AUTOMOC", false], [853, "index-0-prop_tgt:AUTOMOC", false], [854, "index-0-prop_tgt:AUTOMOC", false], [942, "index-0-prop_tgt:AUTOMOC", false], [944, "index-0-prop_tgt:AUTOMOC", false], [945, "index-0-prop_tgt:AUTOMOC", false], [946, "index-0-prop_tgt:AUTOMOC", false], [946, "index-1-prop_tgt:AUTOMOC", false], [946, "index-2-prop_tgt:AUTOMOC", false], [948, "prop_tgt:AUTOMOC", true], [949, "index-0-prop_tgt:AUTOMOC", false], [949, "index-1-prop_tgt:AUTOMOC", false], [950, "index-0-prop_tgt:AUTOMOC", false], [950, "index-1-prop_tgt:AUTOMOC", false], [951, "index-0-prop_tgt:AUTOMOC", false], [952, "index-0-prop_tgt:AUTOMOC", false], [952, "index-1-prop_tgt:AUTOMOC", false], [952, "index-2-prop_tgt:AUTOMOC", false], [953, "index-0-prop_tgt:AUTOMOC", false], [953, "index-1-prop_tgt:AUTOMOC", false], [954, "index-0-prop_tgt:AUTOMOC", false], [955, "index-0-prop_tgt:AUTOMOC", false], [955, "index-1-prop_tgt:AUTOMOC", false], [955, "index-2-prop_tgt:AUTOMOC", false], [958, "index-0-prop_tgt:AUTOMOC", false], [958, "index-1-prop_tgt:AUTOMOC", false], [958, "index-2-prop_tgt:AUTOMOC", false], [1092, "index-0-prop_tgt:AUTOMOC", false], [1092, "index-1-prop_tgt:AUTOMOC", false], [1229, "index-0-prop_tgt:AUTOMOC", false], [1319, "index-0-prop_tgt:AUTOMOC", false], [1319, "index-1-prop_tgt:AUTOMOC", false], [1319, "index-2-prop_tgt:AUTOMOC", false], [1319, "index-3-prop_tgt:AUTOMOC", false], [1319, "index-4-prop_tgt:AUTOMOC", false], [1320, "index-0-prop_tgt:AUTOMOC", false], [1322, "index-0-prop_tgt:AUTOMOC", false], [1322, "index-1-prop_tgt:AUTOMOC", false], [1325, "index-0-prop_tgt:AUTOMOC", false], [1325, "index-1-prop_tgt:AUTOMOC", false], [1326, "index-0-prop_tgt:AUTOMOC", false], [1345, "index-0-prop_tgt:AUTOMOC", false], [1347, "index-0-prop_tgt:AUTOMOC", false], [1347, "index-1-prop_tgt:AUTOMOC", false], [1348, "index-0-prop_tgt:AUTOMOC", false], [1348, "index-1-prop_tgt:AUTOMOC", false], [1348, "index-2-prop_tgt:AUTOMOC", false], [1348, "index-3-prop_tgt:AUTOMOC", false], [1348, "index-4-prop_tgt:AUTOMOC", false], [1399, "index-0-prop_tgt:AUTOMOC", false], [1401, "index-0-prop_tgt:AUTOMOC", false], [1402, "index-0-prop_tgt:AUTOMOC", false], [1408, "index-0-prop_tgt:AUTOMOC", false], [1409, "index-0-prop_tgt:AUTOMOC", false], [1409, "index-1-prop_tgt:AUTOMOC", false], [1566, "index-0-prop_tgt:AUTOMOC", false], [1566, "index-1-prop_tgt:AUTOMOC", false], [1642, "index-0-prop_tgt:AUTOMOC", false]], "automoc_compiler_predefines": [[948, "index-0-prop_tgt:AUTOMOC_COMPILER_PREDEFINES", false], [949, "prop_tgt:AUTOMOC_COMPILER_PREDEFINES", true], [1319, "index-0-prop_tgt:AUTOMOC_COMPILER_PREDEFINES", false], [1403, "index-0-prop_tgt:AUTOMOC_COMPILER_PREDEFINES", false], [1642, "index-0-prop_tgt:AUTOMOC_COMPILER_PREDEFINES", false]], "automoc_depend_filters": [[283, "index-0-prop_tgt:AUTOMOC_DEPEND_FILTERS", false], [948, "index-0-prop_tgt:AUTOMOC_DEPEND_FILTERS", false], [948, "index-1-prop_tgt:AUTOMOC_DEPEND_FILTERS", false], [948, "index-2-prop_tgt:AUTOMOC_DEPEND_FILTERS", false], [950, "prop_tgt:AUTOMOC_DEPEND_FILTERS", true], [1348, "index-0-prop_tgt:AUTOMOC_DEPEND_FILTERS", false], [1404, "index-0-prop_tgt:AUTOMOC_DEPEND_FILTERS", false]], "automoc_executable": [[948, "index-0-prop_tgt:AUTOMOC_EXECUTABLE", false], [951, "prop_tgt:AUTOMOC_EXECUTABLE", true], [1323, "index-0-prop_tgt:AUTOMOC_EXECUTABLE", false], [1405, "index-0-prop_tgt:AUTOMOC_EXECUTABLE", false]], "automoc_macro_names": [[266, "index-0-prop_tgt:AUTOMOC_MACRO_NAMES", false], [283, "index-0-prop_tgt:AUTOMOC_MACRO_NAMES", false], [283, "index-1-prop_tgt:AUTOMOC_MACRO_NAMES", false], [948, "index-0-prop_tgt:AUTOMOC_MACRO_NAMES", false], [948, "index-1-prop_tgt:AUTOMOC_MACRO_NAMES", false], [948, "index-2-prop_tgt:AUTOMOC_MACRO_NAMES", false], [952, "prop_tgt:AUTOMOC_MACRO_NAMES", true], [1092, "index-0-prop_tgt:AUTOMOC_MACRO_NAMES", false], [1092, "index-1-prop_tgt:AUTOMOC_MACRO_NAMES", false], [1319, "index-0-prop_tgt:AUTOMOC_MACRO_NAMES", false], [1406, "index-0-prop_tgt:AUTOMOC_MACRO_NAMES", false]], "automoc_moc_options": [[283, "index-0-prop_tgt:AUTOMOC_MOC_OPTIONS", false], [948, "index-0-prop_tgt:AUTOMOC_MOC_OPTIONS", false], [953, "prop_tgt:AUTOMOC_MOC_OPTIONS", true], [1407, "index-0-prop_tgt:AUTOMOC_MOC_OPTIONS", false]], "automoc_path_prefix": [[954, "prop_tgt:AUTOMOC_PATH_PREFIX", true], [1325, "index-0-prop_tgt:AUTOMOC_PATH_PREFIX", false], [1408, "index-0-prop_tgt:AUTOMOC_PATH_PREFIX", false]], "automoc_source_group": [[785, "index-0-prop_gbl:AUTOMOC_SOURCE_GROUP", false], [787, "prop_gbl:AUTOMOC_SOURCE_GROUP", true], [843, "index-0-prop_gbl:AUTOMOC_SOURCE_GROUP", false], [1348, "index-0-prop_gbl:AUTOMOC_SOURCE_GROUP", false]], "automoc_targets_folder": [[788, "prop_gbl:AUTOMOC_TARGETS_FOLDER", true]], "autorcc": [[283, "index-0-prop_tgt:AUTORCC", false], [283, "index-1-prop_tgt:AUTORCC", false], [283, "index-2-prop_tgt:AUTORCC", false], [785, "index-0-prop_tgt:AUTORCC", false], [785, "index-1-prop_tgt:AUTORCC", false], [785, "index-2-prop_tgt:AUTORCC", false], [785, "index-3-prop_tgt:AUTORCC", false], [789, "index-0-prop_tgt:AUTORCC", false], [789, "index-1-prop_tgt:AUTORCC", false], [833, "index-0-prop_tgt:AUTORCC", false], [833, "index-1-prop_tgt:AUTORCC", false], [843, "index-0-prop_tgt:AUTORCC", false], [843, "index-1-prop_tgt:AUTORCC", false], [853, "index-0-prop_tgt:AUTORCC", false], [855, "index-0-prop_tgt:AUTORCC", false], [942, "index-0-prop_tgt:AUTORCC", false], [948, "index-0-prop_tgt:AUTORCC", false], [948, "index-1-prop_tgt:AUTORCC", false], [948, "index-2-prop_tgt:AUTORCC", false], [955, "prop_tgt:AUTORCC", true], [956, "index-0-prop_tgt:AUTORCC", false], [957, "index-0-prop_tgt:AUTORCC", false], [957, "index-1-prop_tgt:AUTORCC", false], [958, "index-0-prop_tgt:AUTORCC", false], [958, "index-1-prop_tgt:AUTORCC", false], [1229, "index-0-prop_tgt:AUTORCC", false], [1322, "index-0-prop_tgt:AUTORCC", false], [1347, "index-0-prop_tgt:AUTORCC", false], [1348, "index-0-prop_tgt:AUTORCC", false], [1348, "index-1-prop_tgt:AUTORCC", false], [1401, "index-0-prop_tgt:AUTORCC", false], [1410, "index-0-prop_tgt:AUTORCC", false], [1568, "index-0-prop_tgt:AUTORCC", false], [1568, "index-1-prop_tgt:AUTORCC", false]], "autorcc_executable": [[955, "index-0-prop_tgt:AUTORCC_EXECUTABLE", false], [956, "prop_tgt:AUTORCC_EXECUTABLE", true], [1323, "index-0-prop_tgt:AUTORCC_EXECUTABLE", false], [1411, "index-0-prop_tgt:AUTORCC_EXECUTABLE", false]], "autorcc_options": [[283, "index-0-prop_sf:AUTORCC_OPTIONS", false], [283, "index-0-prop_tgt:AUTORCC_OPTIONS", false], [283, "index-1-prop_tgt:AUTORCC_OPTIONS", false], [833, "index-0-prop_tgt:AUTORCC_OPTIONS", false], [833, "prop_sf:AUTORCC_OPTIONS", true], [955, "index-0-prop_sf:AUTORCC_OPTIONS", false], [955, "index-0-prop_tgt:AUTORCC_OPTIONS", false], [957, "index-0-prop_sf:AUTORCC_OPTIONS", false], [957, "prop_tgt:AUTORCC_OPTIONS", true], [1412, "index-0-prop_tgt:AUTORCC_OPTIONS", false]], "autorcc_source_group": [[785, "index-0-prop_gbl:AUTORCC_SOURCE_GROUP", false], [789, "prop_gbl:AUTORCC_SOURCE_GROUP", true], [843, "index-0-prop_gbl:AUTORCC_SOURCE_GROUP", false], [1348, "index-0-prop_gbl:AUTORCC_SOURCE_GROUP", false]], "autouic": [[95, "index-0-prop_tgt:AUTOUIC", false], [266, "index-0-prop_tgt:AUTOUIC", false], [266, "index-1-prop_tgt:AUTOUIC", false], [283, "index-0-prop_tgt:AUTOUIC", false], [283, "index-1-prop_tgt:AUTOUIC", false], [283, "index-2-prop_tgt:AUTOUIC", false], [283, "index-3-prop_tgt:AUTOUIC", false], [283, "index-4-prop_tgt:AUTOUIC", false], [283, "index-5-prop_tgt:AUTOUIC", false], [631, "index-0-prop_tgt:AUTOUIC", false], [631, "index-1-prop_tgt:AUTOUIC", false], [631, "index-2-prop_tgt:AUTOUIC", false], [631, "index-3-prop_tgt:AUTOUIC", false], [631, "index-4-prop_tgt:AUTOUIC", false], [631, "index-5-prop_tgt:AUTOUIC", false], [660, "index-0-prop_tgt:AUTOUIC", false], [660, "index-1-prop_tgt:AUTOUIC", false], [660, "index-2-prop_tgt:AUTOUIC", false], [660, "index-3-prop_tgt:AUTOUIC", false], [660, "index-4-prop_tgt:AUTOUIC", false], [660, "index-5-prop_tgt:AUTOUIC", false], [660, "index-6-prop_tgt:AUTOUIC", false], [785, "index-0-prop_tgt:AUTOUIC", false], [785, "index-1-prop_tgt:AUTOUIC", false], [785, "index-2-prop_tgt:AUTOUIC", false], [785, "index-3-prop_tgt:AUTOUIC", false], [790, "index-0-prop_tgt:AUTOUIC", false], [790, "index-1-prop_tgt:AUTOUIC", false], [834, "index-0-prop_tgt:AUTOUIC", false], [834, "index-1-prop_tgt:AUTOUIC", false], [843, "index-0-prop_tgt:AUTOUIC", false], [843, "index-1-prop_tgt:AUTOUIC", false], [853, "index-0-prop_tgt:AUTOUIC", false], [856, "index-0-prop_tgt:AUTOUIC", false], [942, "index-0-prop_tgt:AUTOUIC", false], [944, "index-0-prop_tgt:AUTOUIC", false], [945, "index-0-prop_tgt:AUTOUIC", false], [946, "index-0-prop_tgt:AUTOUIC", false], [946, "index-1-prop_tgt:AUTOUIC", false], [946, "index-2-prop_tgt:AUTOUIC", false], [948, "index-0-prop_tgt:AUTOUIC", false], [948, "index-1-prop_tgt:AUTOUIC", false], [948, "index-2-prop_tgt:AUTOUIC", false], [955, "index-0-prop_tgt:AUTOUIC", false], [955, "index-1-prop_tgt:AUTOUIC", false], [958, "prop_tgt:AUTOUIC", true], [959, "index-0-prop_tgt:AUTOUIC", false], [960, "index-0-prop_tgt:AUTOUIC", false], [960, "index-1-prop_tgt:AUTOUIC", false], [961, "index-0-prop_tgt:AUTOUIC", false], [1229, "index-0-prop_tgt:AUTOUIC", false], [1319, "index-0-prop_tgt:AUTOUIC", false], [1319, "index-1-prop_tgt:AUTOUIC", false], [1319, "index-2-prop_tgt:AUTOUIC", false], [1320, "index-0-prop_tgt:AUTOUIC", false], [1322, "index-0-prop_tgt:AUTOUIC", false], [1326, "index-0-prop_tgt:AUTOUIC", false], [1347, "index-0-prop_tgt:AUTOUIC", false], [1347, "index-1-prop_tgt:AUTOUIC", false], [1348, "index-0-prop_tgt:AUTOUIC", false], [1348, "index-1-prop_tgt:AUTOUIC", false], [1399, "index-0-prop_tgt:AUTOUIC", false], [1401, "index-0-prop_tgt:AUTOUIC", false], [1413, "index-0-prop_tgt:AUTOUIC", false], [1566, "index-0-prop_tgt:AUTOUIC", false], [1566, "index-1-prop_tgt:AUTOUIC", false]], "autouic_executable": [[958, "index-0-prop_tgt:AUTOUIC_EXECUTABLE", false], [959, "prop_tgt:AUTOUIC_EXECUTABLE", true], [1323, "index-0-prop_tgt:AUTOUIC_EXECUTABLE", false], [1414, "index-0-prop_tgt:AUTOUIC_EXECUTABLE", false]], "autouic_options": [[266, "index-0-prop_tgt:AUTOUIC_OPTIONS", false], [283, "index-0-prop_sf:AUTOUIC_OPTIONS", false], [283, "index-0-prop_tgt:AUTOUIC_OPTIONS", false], [283, "index-1-prop_tgt:AUTOUIC_OPTIONS", false], [283, "index-2-prop_tgt:AUTOUIC_OPTIONS", false], [834, "index-0-prop_tgt:AUTOUIC_OPTIONS", false], [834, "prop_sf:AUTOUIC_OPTIONS", true], [958, "index-0-prop_sf:AUTOUIC_OPTIONS", false], [958, "index-0-prop_tgt:AUTOUIC_OPTIONS", false], [960, "index-0-prop_sf:AUTOUIC_OPTIONS", false], [960, "prop_tgt:AUTOUIC_OPTIONS", true], [1093, "index-0-prop_tgt:AUTOUIC_OPTIONS", false], [1415, "index-0-prop_tgt:AUTOUIC_OPTIONS", false], [1484, "index-0-prop_tgt:AUTOUIC_OPTIONS", false]], "autouic_search_paths": [[283, "index-0-prop_tgt:AUTOUIC_SEARCH_PATHS", false], [958, "index-0-prop_tgt:AUTOUIC_SEARCH_PATHS", false], [961, "prop_tgt:AUTOUIC_SEARCH_PATHS", true], [1348, "index-0-prop_tgt:AUTOUIC_SEARCH_PATHS", false], [1416, "index-0-prop_tgt:AUTOUIC_SEARCH_PATHS", false]], "autouic_source_group": [[785, "index-0-prop_gbl:AUTOUIC_SOURCE_GROUP", false], [790, "prop_gbl:AUTOUIC_SOURCE_GROUP", true], [843, "index-0-prop_gbl:AUTOUIC_SOURCE_GROUP", false]], "aux_source_directory": [[11, "command:aux_source_directory", true]], "binary_dir": [[720, "index-0-prop_tgt:BINARY_DIR", false], [749, "prop_dir:BINARY_DIR", true], [962, "prop_tgt:BINARY_DIR", true], [1343, "index-0-prop_tgt:BINARY_DIR", false], [1346, "index-0-prop_dir:BINARY_DIR", false]], "block": [[12, "command:block", true], [12, "index-0-command:block", false], [23, "index-0-command:block", false], [45, "index-0-command:block", false], [45, "index-1-command:block", false], [98, "index-0-command:block", false], [98, "index-1-command:block", false], [98, "index-2-command:block", false], [98, "index-3-command:block", false], [100, "index-0-command:block", false], [100, "index-1-command:block", false], [277, "index-0-command:block", false], [1335, "index-0-command:block", false]], "bool": [[274, "genex:BOOL", true]], "borland": [[1352, "variable:BORLAND", true]], "borland makefiles": [[2, "index-0-generator:Borland Makefiles", false], [219, "generator:Borland Makefiles", true]], "break": [[12, "index-0-command:break", false], [13, "command:break", true], [25, "index-0-command:break", false], [62, "index-0-command:break", false], [62, "index-1-command:break", false], [127, "index-0-command:break", false], [127, "index-1-command:break", false], [277, "index-0-command:break", false], [615, "index-0-command:break", false], [615, "index-1-command:break", false], [615, "index-2-command:break", false], [1329, "index-0-command:break", false]], "bsd": [[1335, "index-0-variable:BSD", false], [1353, "variable:BSD", true]], "build_command": [[14, "command:build_command", true], [290, "index-0-command:build_command", false], [621, "index-0-command:build_command", false], [1317, "index-0-command:build_command", false], [1331, "index-0-command:build_command", false], [1340, "index-0-command:build_command", false]], "build_interface": [[114, "index-0-genex:BUILD_INTERFACE", false], [114, "index-1-genex:BUILD_INTERFACE", false], [118, "index-0-genex:BUILD_INTERFACE", false], [119, "index-0-genex:BUILD_INTERFACE", false], [119, "index-1-genex:BUILD_INTERFACE", false], [274, "genex:BUILD_INTERFACE", true]], "build_local_interface": [[274, "genex:BUILD_LOCAL_INTERFACE", true], [1336, "index-0-genex:BUILD_LOCAL_INTERFACE", false]], "build_name": [[15, "command:build_name", true], [596, "index-0-command:build_name", false], [1317, "index-0-command:build_name", false]], "build_rpath": [[963, "prop_tgt:BUILD_RPATH", true], [964, "index-0-prop_tgt:BUILD_RPATH", false], [1090, "index-0-prop_tgt:BUILD_RPATH", false], [1205, "index-0-prop_tgt:BUILD_RPATH", false], [1325, "index-0-prop_tgt:BUILD_RPATH", false], [1347, "index-0-prop_tgt:BUILD_RPATH", false], [1419, "index-0-prop_tgt:BUILD_RPATH", false], [1762, "index-0-prop_tgt:BUILD_RPATH", false], [1818, "index-0-prop_tgt:BUILD_RPATH", false], [1820, "index-0-prop_tgt:BUILD_RPATH", false], [1822, "index-0-prop_tgt:BUILD_RPATH", false]], "build_rpath_use_origin": [[963, "index-0-prop_tgt:BUILD_RPATH_USE_ORIGIN", false], [964, "prop_tgt:BUILD_RPATH_USE_ORIGIN", true], [1323, "index-0-prop_tgt:BUILD_RPATH_USE_ORIGIN", false], [1420, "index-0-prop_tgt:BUILD_RPATH_USE_ORIGIN", false]], "build_shared_libs": [[7, "index-0-variable:BUILD_SHARED_LIBS", false], [260, "index-0-variable:BUILD_SHARED_LIBS", false], [260, "index-1-variable:BUILD_SHARED_LIBS", false], [262, "index-0-variable:BUILD_SHARED_LIBS", false], [266, "index-0-variable:BUILD_SHARED_LIBS", false], [294, "index-0-variable:BUILD_SHARED_LIBS", false], [382, "index-0-variable:BUILD_SHARED_LIBS", false], [555, "index-0-variable:BUILD_SHARED_LIBS", false], [1354, "variable:BUILD_SHARED_LIBS", true]], "build_with_install_name_dir": [[628, "index-0-prop_tgt:BUILD_WITH_INSTALL_NAME_DIR", false], [965, "prop_tgt:BUILD_WITH_INSTALL_NAME_DIR", true], [966, "index-0-prop_tgt:BUILD_WITH_INSTALL_NAME_DIR", false], [1088, "index-0-prop_tgt:BUILD_WITH_INSTALL_NAME_DIR", false], [1348, "index-0-prop_tgt:BUILD_WITH_INSTALL_NAME_DIR", false], [1423, "index-0-prop_tgt:BUILD_WITH_INSTALL_NAME_DIR", false]], "build_with_install_rpath": [[628, "index-0-prop_tgt:BUILD_WITH_INSTALL_RPATH", false], [628, "index-1-prop_tgt:BUILD_WITH_INSTALL_RPATH", false], [963, "index-0-prop_tgt:BUILD_WITH_INSTALL_RPATH", false], [965, "index-0-prop_tgt:BUILD_WITH_INSTALL_RPATH", false], [966, "prop_tgt:BUILD_WITH_INSTALL_RPATH", true], [1090, "index-0-prop_tgt:BUILD_WITH_INSTALL_RPATH", false], [1348, "index-0-prop_tgt:BUILD_WITH_INSTALL_RPATH", false], [1348, "index-1-prop_tgt:BUILD_WITH_INSTALL_RPATH", false], [1424, "index-0-prop_tgt:BUILD_WITH_INSTALL_RPATH", false]], "buildsystem_targets": [[750, "prop_dir:BUILDSYSTEM_TARGETS", true], [760, "index-0-prop_dir:BUILDSYSTEM_TARGETS", false], [1346, "index-0-prop_dir:BUILDSYSTEM_TARGETS", false]], "bundle": [[58, "index-0-prop_tgt:BUNDLE", false], [77, "index-0-prop_tgt:BUNDLE", false], [77, "index-1-prop_tgt:BUNDLE", false], [850, "index-0-prop_tgt:BUNDLE", false], [850, "index-1-prop_tgt:BUNDLE", false], [967, "prop_tgt:BUNDLE", true], [968, "index-0-prop_tgt:BUNDLE", false], [1197, "index-0-prop_tgt:BUNDLE", false], [1197, "index-1-prop_tgt:BUNDLE", false], [1316, "index-0-prop_tgt:BUNDLE", false]], "bundle_extension": [[968, "prop_tgt:BUNDLE_EXTENSION", true], [1346, "index-0-prop_tgt:BUNDLE_EXTENSION", false]], "bundleutilities": [[293, "module:BundleUtilities", true], [640, "index-0-module:BundleUtilities", false], [640, "index-1-module:BundleUtilities", false], [640, "index-2-module:BundleUtilities", false], [640, "index-3-module:BundleUtilities", false], [1318, "index-0-module:BundleUtilities", false], [1322, "index-0-module:BundleUtilities", false]], "c": [[287, "cmdoption-cmake-E_tar-arg-c", false]], "c_compiler_frontend_variant": [[274, "genex:C_COMPILER_FRONTEND_VARIANT", true], [1341, "index-0-genex:C_COMPILER_FRONTEND_VARIANT", false]], "c_compiler_id": [[274, "genex:C_COMPILER_ID", true], [1324, "index-0-genex:C_COMPILER_ID", false]], "c_compiler_version": [[274, "genex:C_COMPILER_VERSION", true]], "c_extensions": [[120, "index-0-prop_tgt:C_EXTENSIONS", false], [1008, "prop_tgt:C_EXTENSIONS", true], [1009, "index-0-prop_tgt:C_EXTENSIONS", false], [1126, "index-0-prop_tgt:C_EXTENSIONS", false], [1174, "index-0-prop_tgt:C_EXTENSIONS", false], [1174, "index-1-prop_tgt:C_EXTENSIONS", false], [1318, "index-0-prop_tgt:C_EXTENSIONS", false], [1480, "index-0-prop_tgt:C_EXTENSIONS", false]], "c_standard": [[120, "index-0-prop_tgt:C_STANDARD", false], [268, "index-0-prop_tgt:C_STANDARD", false], [268, "index-1-prop_tgt:C_STANDARD", false], [274, "index-0-prop_tgt:C_STANDARD", false], [1008, "index-0-prop_tgt:C_STANDARD", false], [1009, "prop_tgt:C_STANDARD", true], [1010, "index-0-prop_tgt:C_STANDARD", false], [1010, "index-1-prop_tgt:C_STANDARD", false], [1010, "index-2-prop_tgt:C_STANDARD", false], [1129, "index-0-prop_tgt:C_STANDARD", false], [1175, "index-0-prop_tgt:C_STANDARD", false], [1175, "index-1-prop_tgt:C_STANDARD", false], [1318, "index-0-prop_tgt:C_STANDARD", false], [1331, "index-0-prop_tgt:C_STANDARD", false], [1348, "index-0-prop_tgt:C_STANDARD", false], [1481, "index-0-prop_tgt:C_STANDARD", false]], "c_standard_required": [[120, "index-0-prop_tgt:C_STANDARD_REQUIRED", false], [1009, "index-0-prop_tgt:C_STANDARD_REQUIRED", false], [1010, "prop_tgt:C_STANDARD_REQUIRED", true], [1130, "index-0-prop_tgt:C_STANDARD_REQUIRED", false], [1176, "index-0-prop_tgt:C_STANDARD_REQUIRED", false], [1176, "index-1-prop_tgt:C_STANDARD_REQUIRED", false], [1482, "index-0-prop_tgt:C_STANDARD_REQUIRED", false]], "cache": [[277, "index-0-variable:CACHE", false], [1355, "variable:CACHE", true]], "cache property": [[100, "index-0-prop_cache:STRINGS", false], [262, "index-0-prop_cache:STRINGS", false], [287, "index-0-prop_cache:ADVANCED", false], [287, "index-1-prop_cache:ADVANCED", false], [741, "prop_cache:ADVANCED", true], [742, "prop_cache:HELPSTRING", true], [743, "prop_cache:MODIFIED", true], [744, "prop_cache:STRINGS", true], [745, "prop_cache:TYPE", true], [746, "prop_cache:VALUE", true], [1317, "index-0-prop_cache:STRINGS", false]], "cache_variables": [[751, "prop_dir:CACHE_VARIABLES", true]], "capabilities": [[287, "cmdoption-cmake-E-arg-capabilities", false]], "cat": [[287, "cmdoption-cmake-E-arg-cat", false]], "cc": [[147, "envvar:CC", true], [208, "index-0-envvar:CC", false], [692, "index-0-envvar:CC", false], [1325, "index-0-envvar:CC", false], [1326, "index-0-envvar:CC", false], [1328, "index-0-envvar:CC", false], [1334, "index-0-envvar:CC", false]], "ccmake command line option": [[265, "cmdoption-ccmake-1", false], [265, "cmdoption-ccmake-A", false], [265, "cmdoption-ccmake-B", false], [265, "cmdoption-ccmake-C", false], [265, "cmdoption-ccmake-D", false], [265, "cmdoption-ccmake-G", false], [265, "cmdoption-ccmake-S", false], [265, "cmdoption-ccmake-T", false], [265, "cmdoption-ccmake-U", false], [265, "cmdoption-ccmake-Wdeprecated", false], [265, "cmdoption-ccmake-Wdev", false], [265, "cmdoption-ccmake-Werror", false], [265, "cmdoption-ccmake-Wno-deprecated", false], [265, "cmdoption-ccmake-Wno-dev", false], [265, "cmdoption-ccmake-Wno-error", false], [265, "cmdoption-ccmake-h", false], [265, "cmdoption-ccmake-help-command", false], [265, "cmdoption-ccmake-help-command-list", false], [265, "cmdoption-ccmake-help-commands", false], [265, "cmdoption-ccmake-help-full", false], [265, "cmdoption-ccmake-help-manual", false], [265, "cmdoption-ccmake-help-manual-list", false], [265, "cmdoption-ccmake-help-module", false], [265, "cmdoption-ccmake-help-module-list", false], [265, "cmdoption-ccmake-help-modules", false], [265, "cmdoption-ccmake-help-policies", false], [265, "cmdoption-ccmake-help-policy", false], [265, "cmdoption-ccmake-help-policy-list", false], [265, "cmdoption-ccmake-help-properties", false], [265, "cmdoption-ccmake-help-property", false], [265, "cmdoption-ccmake-help-property-list", false], [265, "cmdoption-ccmake-help-variable", false], [265, "cmdoption-ccmake-help-variable-list", false], [265, "cmdoption-ccmake-help-variables", false], [265, "cmdoption-ccmake-install-prefix", false], [265, "cmdoption-ccmake-toolchain", false], [265, "cmdoption-ccmake-version", false]], "ccmake(1)": [[90, "index-0-manual:ccmake(1)", false], [256, "index-0-manual:ccmake(1)", false], [256, "index-1-manual:ccmake(1)", false], [262, "index-0-manual:ccmake(1)", false], [262, "index-1-manual:ccmake(1)", false], [263, "index-0-manual:ccmake(1)", false], [265, "manual:ccmake(1)", true], [287, "index-0-manual:ccmake(1)", false], [1317, "index-0-manual:ccmake(1)", false], [1317, "index-1-manual:ccmake(1)", false], [1317, "index-2-manual:ccmake(1)", false], [1326, "index-0-manual:ccmake(1)", false], [1326, "index-1-manual:ccmake(1)", false], [1327, "index-0-manual:ccmake(1)", false], [1327, "index-1-manual:ccmake(1)", false], [1332, "index-0-manual:ccmake(1)", false], [1333, "index-0-manual:ccmake(1)", false], [1346, "index-0-manual:ccmake(1)", false], [1502, "index-0-manual:ccmake(1)", false], [1502, "index-1-manual:ccmake(1)", false]], "ccmake_colors": [[148, "envvar:CCMAKE_COLORS", true], [1327, "index-0-envvar:CCMAKE_COLORS", false]], "cflags": [[149, "envvar:CFLAGS", true], [1328, "index-0-envvar:CFLAGS", false], [1656, "index-0-envvar:CFLAGS", false]], "chdir": [[287, "cmdoption-cmake-E-arg-chdir", false]], "check_c_compiler_flag": [[330, "command:check_c_compiler_flag", true]], "check_c_source_compiles": [[331, "command:check_c_source_compiles", true]], "check_c_source_runs": [[332, "command:check_c_source_runs", true]], "check_compiler_flag": [[330, "index-0-command:check_compiler_flag", false], [333, "index-0-command:check_compiler_flag", false], [337, "command:check_compiler_flag", true], [338, "index-0-command:check_compiler_flag", false], [350, "index-0-command:check_compiler_flag", false], [353, "index-0-command:check_compiler_flag", false]], "check_cxx_compiler_flag": [[333, "command:check_cxx_compiler_flag", true]], "check_cxx_source_compiles": [[334, "command:check_cxx_source_compiles", true]], "check_cxx_source_runs": [[335, "command:check_cxx_source_runs", true]], "check_cxx_symbol_exists": [[336, "command:check_cxx_symbol_exists", true]], "check_fortran_compiler_flag": [[338, "command:check_fortran_compiler_flag", true]], "check_fortran_function_exists": [[339, "command:check_fortran_function_exists", true]], "check_fortran_source_compiles": [[340, "command:check_fortran_source_compiles", true]], "check_fortran_source_runs": [[341, "command:check_fortran_source_runs", true], [1323, "index-0-command:check_fortran_source_runs", false]], "check_function_exists": [[342, "command:check_function_exists", true]], "check_include_file": [[344, "command:check_include_file", true]], "check_include_file_cxx": [[345, "command:check_include_file_cxx", true]], "check_include_files": [[346, "command:check_include_files", true], [1320, "index-0-command:check_include_files", false]], "check_ipo_supported": [[343, "command:check_ipo_supported", true], [698, "index-0-command:check_ipo_supported", false], [1334, "index-0-command:check_ipo_supported", false]], "check_language": [[347, "command:check_language", true]], "check_library_exists": [[348, "command:check_library_exists", true]], "check_linker_flag": [[349, "command:check_linker_flag", true]], "check_objc_compiler_flag": [[350, "command:check_objc_compiler_flag", true]], "check_objc_source_compiles": [[351, "command:check_objc_source_compiles", true]], "check_objc_source_runs": [[352, "command:check_objc_source_runs", true]], "check_objcxx_compiler_flag": [[353, "command:check_objcxx_compiler_flag", true]], "check_objcxx_source_compiles": [[354, "command:check_objcxx_source_compiles", true]], "check_objcxx_source_runs": [[355, "command:check_objcxx_source_runs", true]], "check_pie_supported": [[356, "command:check_pie_supported", true]], "check_prototype_definition": [[357, "command:check_prototype_definition", true]], "check_source_compiles": [[331, "index-0-command:check_source_compiles", false], [334, "index-0-command:check_source_compiles", false], [340, "index-0-command:check_source_compiles", false], [349, "index-0-command:check_source_compiles", false], [351, "index-0-command:check_source_compiles", false], [354, "index-0-command:check_source_compiles", false], [358, "command:check_source_compiles", true]], "check_source_runs": [[331, "index-0-command:check_source_runs", false], [332, "index-0-command:check_source_runs", false], [334, "index-0-command:check_source_runs", false], [335, "index-0-command:check_source_runs", false], [340, "index-0-command:check_source_runs", false], [341, "index-0-command:check_source_runs", false], [351, "index-0-command:check_source_runs", false], [352, "index-0-command:check_source_runs", false], [354, "index-0-command:check_source_runs", false], [355, "index-0-command:check_source_runs", false], [358, "index-0-command:check_source_runs", false], [359, "command:check_source_runs", true]], "check_struct_has_member": [[360, "command:check_struct_has_member", true]], "check_symbol_exists": [[336, "index-0-command:check_symbol_exists", false], [361, "command:check_symbol_exists", true]], "check_type_size": [[362, "command:check_type_size", true]], "check_variable_exists": [[363, "command:check_variable_exists", true]], "checkccompilerflag": [[330, "module:CheckCCompilerFlag", true], [1328, "index-0-module:CheckCCompilerFlag", false], [1340, "index-0-module:CheckCCompilerFlag", false], [1342, "index-0-module:CheckCCompilerFlag", false]], "checkcompilerflag": [[337, "module:CheckCompilerFlag", true], [1328, "index-0-module:CheckCompilerFlag", false], [1342, "index-0-module:CheckCompilerFlag", false]], "checkcsourcecompiles": [[331, "module:CheckCSourceCompiles", true], [1323, "index-0-module:CheckCSourceCompiles", false], [1328, "index-0-module:CheckCSourceCompiles", false], [1342, "index-0-module:CheckCSourceCompiles", false]], "checkcsourceruns": [[332, "module:CheckCSourceRuns", true], [1328, "index-0-module:CheckCSourceRuns", false], [1342, "index-0-module:CheckCSourceRuns", false]], "checkcxxcompilerflag": [[333, "module:CheckCXXCompilerFlag", true], [545, "index-0-module:CheckCXXCompilerFlag", false], [1328, "index-0-module:CheckCXXCompilerFlag", false], [1342, "index-0-module:CheckCXXCompilerFlag", false]], "checkcxxsourcecompiles": [[253, "index-0-module:CheckCXXSourceCompiles", false], [253, "index-1-module:CheckCXXSourceCompiles", false], [253, "index-2-module:CheckCXXSourceCompiles", false], [334, "module:CheckCXXSourceCompiles", true], [1328, "index-0-module:CheckCXXSourceCompiles", false], [1342, "index-0-module:CheckCXXSourceCompiles", false]], "checkcxxsourceruns": [[335, "module:CheckCXXSourceRuns", true], [1328, "index-0-module:CheckCXXSourceRuns", false], [1342, "index-0-module:CheckCXXSourceRuns", false]], "checkcxxsymbolexists": [[285, "index-0-module:CheckCXXSymbolExists", false], [336, "module:CheckCXXSymbolExists", true], [361, "index-0-module:CheckCXXSymbolExists", false], [1342, "index-0-module:CheckCXXSymbolExists", false]], "checkfortrancompilerflag": [[338, "module:CheckFortranCompilerFlag", true], [1340, "index-0-module:CheckFortranCompilerFlag", false], [1342, "index-0-module:CheckFortranCompilerFlag", false]], "checkfortranfunctionexists": [[339, "module:CheckFortranFunctionExists", true], [1342, "index-0-module:CheckFortranFunctionExists", false]], "checkfortransourcecompiles": [[340, "module:CheckFortranSourceCompiles", true], [1318, "index-0-module:CheckFortranSourceCompiles", false], [1342, "index-0-module:CheckFortranSourceCompiles", false], [1346, "index-0-module:CheckFortranSourceCompiles", false]], "checkfortransourceruns": [[341, "module:CheckFortranSourceRuns", true], [1323, "index-0-module:CheckFortranSourceRuns", false], [1342, "index-0-module:CheckFortranSourceRuns", false]], "checkfunctionexists": [[342, "module:CheckFunctionExists", true], [1342, "index-0-module:CheckFunctionExists", false], [1343, "index-0-module:CheckFunctionExists", false]], "checkincludefile": [[285, "index-0-module:CheckIncludeFile", false], [344, "module:CheckIncludeFile", true], [345, "index-0-module:CheckIncludeFile", false], [346, "index-0-module:CheckIncludeFile", false], [635, "index-0-module:CheckIncludeFile", false], [1320, "index-0-module:CheckIncludeFile", false], [1321, "index-0-module:CheckIncludeFile", false], [1342, "index-0-module:CheckIncludeFile", false]], "checkincludefilecxx": [[344, "index-0-module:CheckIncludeFileCXX", false], [345, "module:CheckIncludeFileCXX", true], [346, "index-0-module:CheckIncludeFileCXX", false], [635, "index-0-module:CheckIncludeFileCXX", false], [1320, "index-0-module:CheckIncludeFileCXX", false], [1321, "index-0-module:CheckIncludeFileCXX", false], [1342, "index-0-module:CheckIncludeFileCXX", false]], "checkincludefiles": [[344, "index-0-module:CheckIncludeFiles", false], [345, "index-0-module:CheckIncludeFiles", false], [346, "module:CheckIncludeFiles", true], [635, "index-0-module:CheckIncludeFiles", false], [1320, "index-0-module:CheckIncludeFiles", false], [1320, "index-1-module:CheckIncludeFiles", false], [1321, "index-0-module:CheckIncludeFiles", false], [1342, "index-0-module:CheckIncludeFiles", false]], "checkiposupported": [[343, "module:CheckIPOSupported", true], [629, "index-0-module:CheckIPOSupported", false], [629, "index-1-module:CheckIPOSupported", false], [698, "index-0-module:CheckIPOSupported", false], [698, "index-1-module:CheckIPOSupported", false], [1111, "index-0-module:CheckIPOSupported", false], [1322, "index-0-module:CheckIPOSupported", false], [1334, "index-0-module:CheckIPOSupported", false], [1348, "index-0-module:CheckIPOSupported", false], [1348, "index-1-module:CheckIPOSupported", false], [1348, "index-2-module:CheckIPOSupported", false]], "checklanguage": [[43, "index-0-module:CheckLanguage", false], [347, "module:CheckLanguage", true]], "checklibraryexists": [[348, "module:CheckLibraryExists", true], [1342, "index-0-module:CheckLibraryExists", false], [1343, "index-0-module:CheckLibraryExists", false]], "checklinkerflag": [[349, "module:CheckLinkerFlag", true], [1327, "index-0-module:CheckLinkerFlag", false], [1328, "index-0-module:CheckLinkerFlag", false]], "checkobjccompilerflag": [[350, "module:CheckOBJCCompilerFlag", true], [1342, "index-0-module:CheckOBJCCompilerFlag", false], [1342, "index-1-module:CheckOBJCCompilerFlag", false]], "checkobjcsourcecompiles": [[351, "module:CheckOBJCSourceCompiles", true], [1342, "index-0-module:CheckOBJCSourceCompiles", false]], "checkobjcsourceruns": [[352, "module:CheckOBJCSourceRuns", true], [1342, "index-0-module:CheckOBJCSourceRuns", false]], "checkobjcxxcompilerflag": [[353, "module:CheckOBJCXXCompilerFlag", true], [1342, "index-0-module:CheckOBJCXXCompilerFlag", false]], "checkobjcxxsourcecompiles": [[354, "module:CheckOBJCXXSourceCompiles", true], [1342, "index-0-module:CheckOBJCXXSourceCompiles", false]], "checkobjcxxsourceruns": [[355, "module:CheckOBJCXXSourceRuns", true], [1342, "index-0-module:CheckOBJCXXSourceRuns", false]], "checkpiesupported": [[120, "index-0-module:CheckPIESupported", false], [356, "module:CheckPIESupported", true], [643, "index-0-module:CheckPIESupported", false], [643, "index-1-module:CheckPIESupported", false], [643, "index-2-module:CheckPIESupported", false], [1188, "index-0-module:CheckPIESupported", false], [1323, "index-0-module:CheckPIESupported", false], [1333, "index-0-module:CheckPIESupported", false]], "checkprototypedefinition": [[357, "module:CheckPrototypeDefinition", true], [1342, "index-0-module:CheckPrototypeDefinition", false]], "checksourcecompiles": [[285, "index-0-module:CheckSourceCompiles", false], [336, "index-0-module:CheckSourceCompiles", false], [336, "index-1-module:CheckSourceCompiles", false], [339, "index-0-module:CheckSourceCompiles", false], [342, "index-0-module:CheckSourceCompiles", false], [348, "index-0-module:CheckSourceCompiles", false], [349, "index-0-module:CheckSourceCompiles", false], [358, "module:CheckSourceCompiles", true], [361, "index-0-module:CheckSourceCompiles", false], [1328, "index-0-module:CheckSourceCompiles", false], [1342, "index-0-module:CheckSourceCompiles", false]], "checksourceruns": [[359, "module:CheckSourceRuns", true], [1328, "index-0-module:CheckSourceRuns", false], [1342, "index-0-module:CheckSourceRuns", false]], "checkstructhasmember": [[360, "module:CheckStructHasMember", true], [1317, "index-0-module:CheckStructHasMember", false], [1342, "index-0-module:CheckStructHasMember", false]], "checksymbolexists": [[342, "index-0-module:CheckSymbolExists", false], [348, "index-0-module:CheckSymbolExists", false], [361, "module:CheckSymbolExists", true], [1342, "index-0-module:CheckSymbolExists", false], [1343, "index-0-module:CheckSymbolExists", false]], "checktypesize": [[336, "index-0-module:CheckTypeSize", false], [361, "index-0-module:CheckTypeSize", false], [362, "module:CheckTypeSize", true], [1317, "index-0-module:CheckTypeSize", false], [1342, "index-0-module:CheckTypeSize", false], [1345, "index-0-module:CheckTypeSize", false]], "checkvariableexists": [[363, "module:CheckVariableExists", true], [1342, "index-0-module:CheckVariableExists", false]], "clean_no_custom": [[752, "prop_dir:CLEAN_NO_CUSTOM", true]], "cmake command line option": [[287, "cmdoption-cmake-1", false], [287, "cmdoption-cmake-A", false], [287, "cmdoption-cmake-B", false], [287, "cmdoption-cmake-C", false], [287, "cmdoption-cmake-D", false], [287, "cmdoption-cmake-E", false], [287, "cmdoption-cmake-G", false], [287, "cmdoption-cmake-L-A-H", false], [287, "cmdoption-cmake-LR-A-H", false], [287, "cmdoption-cmake-N", false], [287, "cmdoption-cmake-P", false], [287, "cmdoption-cmake-S", false], [287, "cmdoption-cmake-T", false], [287, "cmdoption-cmake-U", false], [287, "cmdoption-cmake-Wdeprecated", false], [287, "cmdoption-cmake-Wdev", false], [287, "cmdoption-cmake-Werror", false], [287, "cmdoption-cmake-Wno-deprecated", false], [287, "cmdoption-cmake-Wno-dev", false], [287, "cmdoption-cmake-Wno-error", false], [287, "cmdoption-cmake-build", false], [287, "cmdoption-cmake-check-system-vars", false], [287, "cmdoption-cmake-compile-no-warning-as-error", false], [287, "cmdoption-cmake-debug-find", false], [287, "cmdoption-cmake-debug-find-pkg", false], [287, "cmdoption-cmake-debug-find-var", false], [287, "cmdoption-cmake-debug-output", false], [287, "cmdoption-cmake-debug-trycompile", false], [287, "cmdoption-cmake-debugger", false], [287, "cmdoption-cmake-debugger-dap-log", false], [287, "cmdoption-cmake-debugger-pipe", false], [287, "cmdoption-cmake-fresh", false], [287, "cmdoption-cmake-graphviz", false], [287, "cmdoption-cmake-h", false], [287, "cmdoption-cmake-help-command", false], [287, "cmdoption-cmake-help-command-list", false], [287, "cmdoption-cmake-help-commands", false], [287, "cmdoption-cmake-help-full", false], [287, "cmdoption-cmake-help-manual", false], [287, "cmdoption-cmake-help-manual-list", false], [287, "cmdoption-cmake-help-module", false], [287, "cmdoption-cmake-help-module-list", false], [287, "cmdoption-cmake-help-modules", false], [287, "cmdoption-cmake-help-policies", false], [287, "cmdoption-cmake-help-policy", false], [287, "cmdoption-cmake-help-policy-list", false], [287, "cmdoption-cmake-help-properties", false], [287, "cmdoption-cmake-help-property", false], [287, "cmdoption-cmake-help-property-list", false], [287, "cmdoption-cmake-help-variable", false], [287, "cmdoption-cmake-help-variable-list", false], [287, "cmdoption-cmake-help-variables", false], [287, "cmdoption-cmake-install", false], [287, "cmdoption-cmake-install-prefix", false], [287, "cmdoption-cmake-list-presets", false], [287, "cmdoption-cmake-log-context", false], [287, "cmdoption-cmake-log-level", false], [287, "cmdoption-cmake-no-warn-unused-cli", false], [287, "cmdoption-cmake-preset", false], [287, "cmdoption-cmake-print-config-dir", false], [287, "cmdoption-cmake-profiling-format", false], [287, "cmdoption-cmake-profiling-output", false], [287, "cmdoption-cmake-system-information", false], [287, "cmdoption-cmake-toolchain", false], [287, "cmdoption-cmake-trace", false], [287, "cmdoption-cmake-trace-expand", false], [287, "cmdoption-cmake-trace-format", false], [287, "cmdoption-cmake-trace-redirect", false], [287, "cmdoption-cmake-trace-source", false], [287, "cmdoption-cmake-version", false], [287, "cmdoption-cmake-warn-uninitialized", false], [287, "cmdoption-cmake-warn-unused-vars", false], [287, "cmdoption-cmake-workflow", false]], "cmake tutorial": [[261, "guide:CMake Tutorial", true], [264, "index-0-guide:CMake Tutorial", false]], "cmake(1)": [[14, "index-0-manual:cmake(1)", false], [18, "index-0-manual:cmake(1)", false], [90, "index-0-manual:cmake(1)", false], [100, "index-0-manual:cmake(1)", false], [120, "index-0-manual:cmake(1)", false], [142, "index-0-manual:cmake(1)", false], [142, "index-1-manual:cmake(1)", false], [198, "index-0-manual:cmake(1)", false], [246, "index-0-manual:cmake(1)", false], [247, "index-0-manual:cmake(1)", false], [247, "index-1-manual:cmake(1)", false], [247, "index-2-manual:cmake(1)", false], [247, "index-3-manual:cmake(1)", false], [248, "index-0-manual:cmake(1)", false], [248, "index-1-manual:cmake(1)", false], [249, "index-0-manual:cmake(1)", false], [249, "index-1-manual:cmake(1)", false], [251, "index-0-manual:cmake(1)", false], [252, "index-0-manual:cmake(1)", false], [253, "index-0-manual:cmake(1)", false], [254, "index-0-manual:cmake(1)", false], [255, "index-0-manual:cmake(1)", false], [256, "index-0-manual:cmake(1)", false], [257, "index-0-manual:cmake(1)", false], [257, "index-1-manual:cmake(1)", false], [258, "index-0-manual:cmake(1)", false], [262, "index-0-manual:cmake(1)", false], [262, "index-1-manual:cmake(1)", false], [262, "index-10-manual:cmake(1)", false], [262, "index-2-manual:cmake(1)", false], [262, "index-3-manual:cmake(1)", false], [262, "index-4-manual:cmake(1)", false], [262, "index-5-manual:cmake(1)", false], [262, "index-6-manual:cmake(1)", false], [262, "index-7-manual:cmake(1)", false], [262, "index-8-manual:cmake(1)", false], [262, "index-9-manual:cmake(1)", false], [263, "index-0-manual:cmake(1)", false], [264, "index-0-manual:cmake(1)", false], [266, "index-0-manual:cmake(1)", false], [266, "index-1-manual:cmake(1)", false], [266, "index-2-manual:cmake(1)", false], [268, "index-0-manual:cmake(1)", false], [275, "index-0-manual:cmake(1)", false], [275, "index-1-manual:cmake(1)", false], [277, "index-0-manual:cmake(1)", false], [279, "index-0-manual:cmake(1)", false], [279, "index-1-manual:cmake(1)", false], [283, "index-0-manual:cmake(1)", false], [283, "index-1-manual:cmake(1)", false], [283, "index-2-manual:cmake(1)", false], [283, "index-3-manual:cmake(1)", false], [284, "index-0-manual:cmake(1)", false], [285, "index-0-manual:cmake(1)", false], [287, "manual:cmake(1)", true], [289, "index-0-manual:cmake(1)", false], [289, "index-1-manual:cmake(1)", false], [368, "index-0-manual:cmake(1)", false], [368, "index-1-manual:cmake(1)", false], [480, "index-0-manual:cmake(1)", false], [480, "index-1-manual:cmake(1)", false], [983, "index-0-manual:cmake(1)", false], [1223, "index-0-manual:cmake(1)", false], [1317, "index-0-manual:cmake(1)", false], [1317, "index-1-manual:cmake(1)", false], [1317, "index-2-manual:cmake(1)", false], [1317, "index-3-manual:cmake(1)", false], [1317, "index-4-manual:cmake(1)", false], [1318, "index-0-manual:cmake(1)", false], [1318, "index-1-manual:cmake(1)", false], [1318, "index-2-manual:cmake(1)", false], [1318, "index-3-manual:cmake(1)", false], [1318, "index-4-manual:cmake(1)", false], [1319, "index-0-manual:cmake(1)", false], [1320, "index-0-manual:cmake(1)", false], [1321, "index-0-manual:cmake(1)", false], [1321, "index-1-manual:cmake(1)", false], [1321, "index-2-manual:cmake(1)", false], [1322, "index-0-manual:cmake(1)", false], [1322, "index-1-manual:cmake(1)", false], [1322, "index-2-manual:cmake(1)", false], [1323, "index-0-manual:cmake(1)", false], [1323, "index-1-manual:cmake(1)", false], [1324, "index-0-manual:cmake(1)", false], [1324, "index-1-manual:cmake(1)", false], [1324, "index-2-manual:cmake(1)", false], [1324, "index-3-manual:cmake(1)", false], [1324, "index-4-manual:cmake(1)", false], [1324, "index-5-manual:cmake(1)", false], [1325, "index-0-manual:cmake(1)", false], [1325, "index-1-manual:cmake(1)", false], [1325, "index-2-manual:cmake(1)", false], [1325, "index-3-manual:cmake(1)", false], [1325, "index-4-manual:cmake(1)", false], [1326, "index-0-manual:cmake(1)", false], [1326, "index-1-manual:cmake(1)", false], [1326, "index-2-manual:cmake(1)", false], [1326, "index-3-manual:cmake(1)", false], [1326, "index-4-manual:cmake(1)", false], [1327, "index-0-manual:cmake(1)", false], [1327, "index-1-manual:cmake(1)", false], [1327, "index-2-manual:cmake(1)", false], [1328, "index-0-manual:cmake(1)", false], [1328, "index-1-manual:cmake(1)", false], [1328, "index-2-manual:cmake(1)", false], [1328, "index-3-manual:cmake(1)", false], [1329, "index-0-manual:cmake(1)", false], [1329, "index-1-manual:cmake(1)", false], [1329, "index-2-manual:cmake(1)", false], [1330, "index-0-manual:cmake(1)", false], [1331, "index-0-manual:cmake(1)", false], [1331, "index-1-manual:cmake(1)", false], [1331, "index-2-manual:cmake(1)", false], [1333, "index-0-manual:cmake(1)", false], [1333, "index-1-manual:cmake(1)", false], [1333, "index-2-manual:cmake(1)", false], [1333, "index-3-manual:cmake(1)", false], [1334, "index-0-manual:cmake(1)", false], [1334, "index-1-manual:cmake(1)", false], [1334, "index-2-manual:cmake(1)", false], [1334, "index-3-manual:cmake(1)", false], [1334, "index-4-manual:cmake(1)", false], [1336, "index-0-manual:cmake(1)", false], [1337, "index-0-manual:cmake(1)", false], [1339, "index-0-manual:cmake(1)", false], [1340, "index-0-manual:cmake(1)", false], [1343, "index-0-manual:cmake(1)", false], [1344, "index-0-manual:cmake(1)", false], [1344, "index-1-manual:cmake(1)", false], [1344, "index-2-manual:cmake(1)", false], [1344, "index-3-manual:cmake(1)", false], [1344, "index-4-manual:cmake(1)", false], [1344, "index-5-manual:cmake(1)", false], [1344, "index-6-manual:cmake(1)", false], [1345, "index-0-manual:cmake(1)", false], [1346, "index-0-manual:cmake(1)", false], [1346, "index-1-manual:cmake(1)", false], [1347, "index-0-manual:cmake(1)", false], [1437, "index-0-manual:cmake(1)", false], [1437, "index-1-manual:cmake(1)", false], [1448, "index-0-manual:cmake(1)", false], [1602, "index-0-manual:cmake(1)", false], [1744, "index-0-manual:cmake(1)", false], [1746, "index-0-manual:cmake(1)", false], [1783, "index-0-manual:cmake(1)", false], [1859, "index-0-manual:cmake(1)", false], [1865, "index-0-manual:cmake(1)", false], [1872, "index-0-manual:cmake(1)", false], [1913, "index-0-manual:cmake(1)", false]], "cmake--build command line option": [[287, "cmdoption-cmake--build-0", false], [287, "cmdoption-cmake-build-clean-first", false], [287, "cmdoption-cmake-build-config", false], [287, "cmdoption-cmake-build-j", false], [287, "cmdoption-cmake-build-list-presets", false], [287, "cmdoption-cmake-build-preset", false], [287, "cmdoption-cmake-build-resolve-package-references", false], [287, "cmdoption-cmake-build-t", false], [287, "cmdoption-cmake-build-use-stderr", false], [287, "cmdoption-cmake-build-v", false]], "cmake--install command line option": [[287, "cmdoption-cmake--install-0", false], [287, "cmdoption-cmake-install-component", false], [287, "cmdoption-cmake-install-config", false], [287, "cmdoption-cmake-install-default-directory-permissions", false], [287, "cmdoption-cmake-install-j", false], [287, "cmdoption-cmake-install-strip", false], [287, "cmdoption-cmake-install-v", false]], "cmake--workflow command line option": [[287, "cmdoption-cmake-workflow-fresh", false], [287, "cmdoption-cmake-workflow-list-presets", false], [287, "cmdoption-cmake-workflow-preset", false]], "cmake-buildsystem(7)": [[0, "index-0-manual:cmake-buildsystem(7)", false], [0, "index-1-manual:cmake-buildsystem(7)", false], [1, "index-0-manual:cmake-buildsystem(7)", false], [1, "index-1-manual:cmake-buildsystem(7)", false], [4, "index-0-manual:cmake-buildsystem(7)", false], [6, "index-0-manual:cmake-buildsystem(7)", false], [7, "index-0-manual:cmake-buildsystem(7)", false], [8, "index-0-manual:cmake-buildsystem(7)", false], [8, "index-1-manual:cmake-buildsystem(7)", false], [73, "index-0-manual:cmake-buildsystem(7)", false], [73, "index-1-manual:cmake-buildsystem(7)", false], [81, "index-0-manual:cmake-buildsystem(7)", false], [111, "index-0-manual:cmake-buildsystem(7)", false], [111, "index-1-manual:cmake-buildsystem(7)", false], [113, "index-0-manual:cmake-buildsystem(7)", false], [113, "index-1-manual:cmake-buildsystem(7)", false], [114, "index-0-manual:cmake-buildsystem(7)", false], [114, "index-1-manual:cmake-buildsystem(7)", false], [115, "index-0-manual:cmake-buildsystem(7)", false], [115, "index-1-manual:cmake-buildsystem(7)", false], [116, "index-0-manual:cmake-buildsystem(7)", false], [117, "index-0-manual:cmake-buildsystem(7)", false], [117, "index-1-manual:cmake-buildsystem(7)", false], [119, "index-0-manual:cmake-buildsystem(7)", false], [264, "index-0-manual:cmake-buildsystem(7)", false], [266, "manual:cmake-buildsystem(7)", true], [268, "index-0-manual:cmake-buildsystem(7)", false], [268, "index-1-manual:cmake-buildsystem(7)", false], [283, "index-0-manual:cmake-buildsystem(7)", false], [285, "index-0-manual:cmake-buildsystem(7)", false], [287, "index-0-manual:cmake-buildsystem(7)", false], [754, "index-0-manual:cmake-buildsystem(7)", false], [755, "index-0-manual:cmake-buildsystem(7)", false], [756, "index-0-manual:cmake-buildsystem(7)", false], [761, "index-0-manual:cmake-buildsystem(7)", false], [766, "index-0-manual:cmake-buildsystem(7)", false], [767, "index-0-manual:cmake-buildsystem(7)", false], [974, "index-0-manual:cmake-buildsystem(7)", false], [975, "index-0-manual:cmake-buildsystem(7)", false], [978, "index-0-manual:cmake-buildsystem(7)", false], [1087, "index-0-manual:cmake-buildsystem(7)", false], [1094, "index-0-manual:cmake-buildsystem(7)", false], [1095, "index-0-manual:cmake-buildsystem(7)", false], [1096, "index-0-manual:cmake-buildsystem(7)", false], [1100, "index-0-manual:cmake-buildsystem(7)", false], [1101, "index-0-manual:cmake-buildsystem(7)", false], [1102, "index-0-manual:cmake-buildsystem(7)", false], [1103, "index-0-manual:cmake-buildsystem(7)", false], [1106, "index-0-manual:cmake-buildsystem(7)", false], [1107, "index-0-manual:cmake-buildsystem(7)", false], [1108, "index-0-manual:cmake-buildsystem(7)", false], [1109, "index-0-manual:cmake-buildsystem(7)", false], [1110, "index-0-manual:cmake-buildsystem(7)", false], [1138, "index-0-manual:cmake-buildsystem(7)", false], [1140, "index-0-manual:cmake-buildsystem(7)", false], [1147, "index-0-manual:cmake-buildsystem(7)", false], [1152, "index-0-manual:cmake-buildsystem(7)", false], [1206, "index-0-manual:cmake-buildsystem(7)", false], [1211, "index-0-manual:cmake-buildsystem(7)", false], [1278, "index-0-manual:cmake-buildsystem(7)", false], [1317, "index-0-manual:cmake-buildsystem(7)", false], [1317, "index-1-manual:cmake-buildsystem(7)", false], [1919, "index-0-manual:cmake-buildsystem(7)", false]], "cmake-commands(7)": [[265, "index-0-manual:cmake-commands(7)", false], [265, "index-1-manual:cmake-commands(7)", false], [267, "manual:cmake-commands(7)", true], [276, "index-0-manual:cmake-commands(7)", false], [276, "index-1-manual:cmake-commands(7)", false], [277, "index-0-manual:cmake-commands(7)", false], [286, "index-0-manual:cmake-commands(7)", false], [287, "index-0-manual:cmake-commands(7)", false], [287, "index-1-manual:cmake-commands(7)", false], [289, "index-0-manual:cmake-commands(7)", false], [289, "index-1-manual:cmake-commands(7)", false], [290, "index-0-manual:cmake-commands(7)", false], [290, "index-1-manual:cmake-commands(7)", false], [1317, "index-0-manual:cmake-commands(7)", false]], "cmake-compile-features(7)": [[112, "index-0-manual:cmake-compile-features(7)", false], [112, "index-1-manual:cmake-compile-features(7)", false], [266, "index-0-manual:cmake-compile-features(7)", false], [266, "index-1-manual:cmake-compile-features(7)", false], [268, "manual:cmake-compile-features(7)", true], [274, "index-0-manual:cmake-compile-features(7)", false], [559, "index-0-manual:cmake-compile-features(7)", false], [559, "index-1-manual:cmake-compile-features(7)", false], [680, "index-0-manual:cmake-compile-features(7)", false], [791, "index-0-manual:cmake-compile-features(7)", false], [792, "index-0-manual:cmake-compile-features(7)", false], [792, "index-1-manual:cmake-compile-features(7)", false], [793, "index-0-manual:cmake-compile-features(7)", false], [794, "index-0-manual:cmake-compile-features(7)", false], [976, "index-0-manual:cmake-compile-features(7)", false], [989, "index-0-manual:cmake-compile-features(7)", false], [996, "index-0-manual:cmake-compile-features(7)", false], [997, "index-0-manual:cmake-compile-features(7)", false], [998, "index-0-manual:cmake-compile-features(7)", false], [1006, "index-0-manual:cmake-compile-features(7)", false], [1007, "index-0-manual:cmake-compile-features(7)", false], [1008, "index-0-manual:cmake-compile-features(7)", false], [1009, "index-0-manual:cmake-compile-features(7)", false], [1010, "index-0-manual:cmake-compile-features(7)", false], [1051, "index-0-manual:cmake-compile-features(7)", false], [1052, "index-0-manual:cmake-compile-features(7)", false], [1053, "index-0-manual:cmake-compile-features(7)", false], [1095, "index-0-manual:cmake-compile-features(7)", false], [1126, "index-0-manual:cmake-compile-features(7)", false], [1129, "index-0-manual:cmake-compile-features(7)", false], [1129, "index-1-manual:cmake-compile-features(7)", false], [1130, "index-0-manual:cmake-compile-features(7)", false], [1130, "index-1-manual:cmake-compile-features(7)", false], [1171, "index-0-manual:cmake-compile-features(7)", false], [1172, "index-0-manual:cmake-compile-features(7)", false], [1173, "index-0-manual:cmake-compile-features(7)", false], [1174, "index-0-manual:cmake-compile-features(7)", false], [1175, "index-0-manual:cmake-compile-features(7)", false], [1176, "index-0-manual:cmake-compile-features(7)", false], [1318, "index-0-manual:cmake-compile-features(7)", false], [1321, "index-0-manual:cmake-compile-features(7)", false], [1321, "index-1-manual:cmake-compile-features(7)", false], [1321, "index-2-manual:cmake-compile-features(7)", false], [1326, "index-0-manual:cmake-compile-features(7)", false], [1327, "index-0-manual:cmake-compile-features(7)", false], [1327, "index-1-manual:cmake-compile-features(7)", false], [1327, "index-2-manual:cmake-compile-features(7)", false], [1329, "index-0-manual:cmake-compile-features(7)", false], [1330, "index-0-manual:cmake-compile-features(7)", false], [1331, "index-0-manual:cmake-compile-features(7)", false], [1332, "index-0-manual:cmake-compile-features(7)", false], [1332, "index-1-manual:cmake-compile-features(7)", false], [1340, "index-0-manual:cmake-compile-features(7)", false], [1341, "index-0-manual:cmake-compile-features(7)", false], [1343, "index-0-manual:cmake-compile-features(7)", false], [1344, "index-0-manual:cmake-compile-features(7)", false], [1345, "index-0-manual:cmake-compile-features(7)", false], [1347, "index-0-manual:cmake-compile-features(7)", false], [1347, "index-1-manual:cmake-compile-features(7)", false], [1347, "index-2-manual:cmake-compile-features(7)", false], [1347, "index-3-manual:cmake-compile-features(7)", false], [1454, "index-0-manual:cmake-compile-features(7)", false], [1455, "index-0-manual:cmake-compile-features(7)", false], [1460, "index-0-manual:cmake-compile-features(7)", false], [1461, "index-0-manual:cmake-compile-features(7)", false], [1473, "index-0-manual:cmake-compile-features(7)", false], [1474, "index-0-manual:cmake-compile-features(7)", false], [1477, "index-0-manual:cmake-compile-features(7)", false], [1478, "index-0-manual:cmake-compile-features(7)", false], [1479, "index-0-manual:cmake-compile-features(7)", false], [1480, "index-0-manual:cmake-compile-features(7)", false], [1481, "index-0-manual:cmake-compile-features(7)", false], [1482, "index-0-manual:cmake-compile-features(7)", false], [1572, "index-0-manual:cmake-compile-features(7)", false], [1573, "index-0-manual:cmake-compile-features(7)", false], [1575, "index-0-manual:cmake-compile-features(7)", false], [1576, "index-0-manual:cmake-compile-features(7)", false], [1654, "index-0-manual:cmake-compile-features(7)", false], [1699, "index-0-manual:cmake-compile-features(7)", false], [1702, "index-0-manual:cmake-compile-features(7)", false], [1705, "index-0-manual:cmake-compile-features(7)", false], [1764, "index-0-manual:cmake-compile-features(7)", false], [1765, "index-0-manual:cmake-compile-features(7)", false], [1766, "index-0-manual:cmake-compile-features(7)", false], [1767, "index-0-manual:cmake-compile-features(7)", false], [1768, "index-0-manual:cmake-compile-features(7)", false], [1769, "index-0-manual:cmake-compile-features(7)", false]], "cmake-configure-log(7)": [[120, "index-0-manual:cmake-configure-log(7)", false], [120, "index-1-manual:cmake-configure-log(7)", false], [269, "manual:cmake-configure-log(7)", true], [273, "index-0-manual:cmake-configure-log(7)", false], [273, "index-1-manual:cmake-configure-log(7)", false], [273, "index-2-manual:cmake-configure-log(7)", false], [1336, "index-0-manual:cmake-configure-log(7)", false], [1336, "index-1-manual:cmake-configure-log(7)", false], [1336, "index-2-manual:cmake-configure-log(7)", false], [1336, "index-3-manual:cmake-configure-log(7)", false], [1336, "index-4-manual:cmake-configure-log(7)", false], [1336, "index-5-manual:cmake-configure-log(7)", false]], "cmake-cxxmodules(7)": [[270, "manual:cmake-cxxmodules(7)", true], [715, "index-0-manual:cmake-cxxmodules(7)", false], [859, "index-0-manual:cmake-cxxmodules(7)", false], [1223, "index-0-manual:cmake-cxxmodules(7)", false], [1338, "index-0-manual:cmake-cxxmodules(7)", false]], "cmake-developer(7)": [[271, "manual:cmake-developer(7)", true], [279, "index-0-manual:cmake-developer(7)", false], [1317, "index-0-manual:cmake-developer(7)", false], [1333, "index-0-manual:cmake-developer(7)", false]], "cmake-e command line option": [[287, "cmdoption-cmake-E-arg-capabilities", false], [287, "cmdoption-cmake-E-arg-cat", false], [287, "cmdoption-cmake-E-arg-chdir", false], [287, "cmdoption-cmake-E-arg-compare_files", false], [287, "cmdoption-cmake-E-arg-copy", false], [287, "cmdoption-cmake-E-arg-copy_directory", false], [287, "cmdoption-cmake-E-arg-copy_directory_if_different", false], [287, "cmdoption-cmake-E-arg-copy_if_different", false], [287, "cmdoption-cmake-E-arg-create_hardlink", false], [287, "cmdoption-cmake-E-arg-create_symlink", false], [287, "cmdoption-cmake-E-arg-delete_regv", false], [287, "cmdoption-cmake-E-arg-echo", false], [287, "cmdoption-cmake-E-arg-echo_append", false], [287, "cmdoption-cmake-E-arg-env", false], [287, "cmdoption-cmake-E-arg-env_vs8_wince", false], [287, "cmdoption-cmake-E-arg-env_vs9_wince", false], [287, "cmdoption-cmake-E-arg-environment", false], [287, "cmdoption-cmake-E-arg-false", false], [287, "cmdoption-cmake-E-arg-make_directory", false], [287, "cmdoption-cmake-E-arg-md5sum", false], [287, "cmdoption-cmake-E-arg-remove", false], [287, "cmdoption-cmake-E-arg-remove_directory", false], [287, "cmdoption-cmake-E-arg-rename", false], [287, "cmdoption-cmake-E-arg-rm", false], [287, "cmdoption-cmake-E-arg-sha1sum", false], [287, "cmdoption-cmake-E-arg-sha224sum", false], [287, "cmdoption-cmake-E-arg-sha256sum", false], [287, "cmdoption-cmake-E-arg-sha384sum", false], [287, "cmdoption-cmake-E-arg-sha512sum", false], [287, "cmdoption-cmake-E-arg-sleep", false], [287, "cmdoption-cmake-E-arg-tar", false], [287, "cmdoption-cmake-E-arg-time", false], [287, "cmdoption-cmake-E-arg-touch", false], [287, "cmdoption-cmake-E-arg-touch_nocreate", false], [287, "cmdoption-cmake-E-arg-true", false], [287, "cmdoption-cmake-E-arg-write_regv", false]], "cmake-e_cat command line option": [[287, "cmdoption-cmake-E_cat-0", false]], "cmake-e_compare_files command line option": [[287, "cmdoption-cmake-E_compare_files-ignore-eol", false]], "cmake-e_env command line option": [[287, "cmdoption-cmake-E_env-0", false], [287, "cmdoption-cmake-E_env-arg-NAME", false], [287, "cmdoption-cmake-E_env-modify", false], [287, "cmdoption-cmake-E_env-unset", false]], "cmake-e_tar command line option": [[287, "cmdoption-cmake-E_tar-0", false], [287, "cmdoption-cmake-E_tar-arg-J", false], [287, "cmdoption-cmake-E_tar-arg-c", false], [287, "cmdoption-cmake-E_tar-arg-j", false], [287, "cmdoption-cmake-E_tar-arg-t", false], [287, "cmdoption-cmake-E_tar-arg-v", false], [287, "cmdoption-cmake-E_tar-arg-x", false], [287, "cmdoption-cmake-E_tar-arg-z", false], [287, "cmdoption-cmake-E_tar-files-from", false], [287, "cmdoption-cmake-E_tar-format", false], [287, "cmdoption-cmake-E_tar-mtime", false], [287, "cmdoption-cmake-E_tar-touch", false], [287, "cmdoption-cmake-E_tar-zstd", false]], "cmake-env-variables(7)": [[100, "index-0-manual:cmake-env-variables(7)", false], [122, "index-0-manual:cmake-env-variables(7)", false], [272, "manual:cmake-env-variables(7)", true], [277, "index-0-manual:cmake-env-variables(7)", false]], "cmake-file-api(7)": [[16, "index-0-manual:cmake-file-api(7)", false], [156, "index-0-manual:cmake-file-api(7)", false], [220, "index-0-manual:cmake-file-api(7)", false], [221, "index-0-manual:cmake-file-api(7)", false], [222, "index-0-manual:cmake-file-api(7)", false], [224, "index-0-manual:cmake-file-api(7)", false], [231, "index-0-manual:cmake-file-api(7)", false], [247, "index-0-manual:cmake-file-api(7)", false], [247, "index-1-manual:cmake-file-api(7)", false], [247, "index-2-manual:cmake-file-api(7)", false], [247, "index-3-manual:cmake-file-api(7)", false], [247, "index-4-manual:cmake-file-api(7)", false], [269, "index-0-manual:cmake-file-api(7)", false], [269, "index-1-manual:cmake-file-api(7)", false], [269, "index-2-manual:cmake-file-api(7)", false], [273, "manual:cmake-file-api(7)", true], [275, "index-0-manual:cmake-file-api(7)", false], [284, "index-0-manual:cmake-file-api(7)", false], [287, "index-0-manual:cmake-file-api(7)", false], [1323, "index-0-manual:cmake-file-api(7)", false], [1324, "index-0-manual:cmake-file-api(7)", false], [1326, "index-0-manual:cmake-file-api(7)", false], [1327, "index-0-manual:cmake-file-api(7)", false], [1327, "index-1-manual:cmake-file-api(7)", false], [1328, "index-0-manual:cmake-file-api(7)", false], [1328, "index-1-manual:cmake-file-api(7)", false], [1330, "index-0-manual:cmake-file-api(7)", false], [1330, "index-1-manual:cmake-file-api(7)", false], [1331, "index-0-manual:cmake-file-api(7)", false], [1331, "index-1-manual:cmake-file-api(7)", false], [1333, "index-0-manual:cmake-file-api(7)", false], [1333, "index-1-manual:cmake-file-api(7)", false], [1336, "index-0-manual:cmake-file-api(7)", false], [1336, "index-1-manual:cmake-file-api(7)", false], [1336, "index-2-manual:cmake-file-api(7)", false], [1336, "index-3-manual:cmake-file-api(7)", false], [1337, "index-0-manual:cmake-file-api(7)", false], [1337, "index-1-manual:cmake-file-api(7)", false], [1337, "index-2-manual:cmake-file-api(7)", false], [1337, "index-3-manual:cmake-file-api(7)", false], [1337, "index-4-manual:cmake-file-api(7)", false], [1339, "index-0-manual:cmake-file-api(7)", false], [1339, "index-1-manual:cmake-file-api(7)", false], [1341, "index-0-manual:cmake-file-api(7)", false], [1519, "index-0-manual:cmake-file-api(7)", false]], "cmake-generator-expressions(7)": [[0, "index-0-manual:cmake-generator-expressions(7)", false], [1, "index-0-manual:cmake-generator-expressions(7)", false], [2, "index-0-manual:cmake-generator-expressions(7)", false], [2, "index-1-manual:cmake-generator-expressions(7)", false], [2, "index-2-manual:cmake-generator-expressions(7)", false], [2, "index-3-manual:cmake-generator-expressions(7)", false], [2, "index-4-manual:cmake-generator-expressions(7)", false], [2, "index-5-manual:cmake-generator-expressions(7)", false], [2, "index-6-manual:cmake-generator-expressions(7)", false], [2, "index-7-manual:cmake-generator-expressions(7)", false], [3, "index-0-manual:cmake-generator-expressions(7)", false], [3, "index-1-manual:cmake-generator-expressions(7)", false], [3, "index-2-manual:cmake-generator-expressions(7)", false], [3, "index-3-manual:cmake-generator-expressions(7)", false], [3, "index-4-manual:cmake-generator-expressions(7)", false], [6, "index-0-manual:cmake-generator-expressions(7)", false], [7, "index-0-manual:cmake-generator-expressions(7)", false], [8, "index-0-manual:cmake-generator-expressions(7)", false], [10, "index-0-manual:cmake-generator-expressions(7)", false], [10, "index-1-manual:cmake-generator-expressions(7)", false], [10, "index-2-manual:cmake-generator-expressions(7)", false], [10, "index-3-manual:cmake-generator-expressions(7)", false], [10, "index-4-manual:cmake-generator-expressions(7)", false], [55, "index-0-manual:cmake-generator-expressions(7)", false], [73, "index-0-manual:cmake-generator-expressions(7)", false], [77, "index-0-manual:cmake-generator-expressions(7)", false], [77, "index-1-manual:cmake-generator-expressions(7)", false], [77, "index-2-manual:cmake-generator-expressions(7)", false], [77, "index-3-manual:cmake-generator-expressions(7)", false], [77, "index-4-manual:cmake-generator-expressions(7)", false], [77, "index-5-manual:cmake-generator-expressions(7)", false], [77, "index-6-manual:cmake-generator-expressions(7)", false], [81, "index-0-manual:cmake-generator-expressions(7)", false], [83, "index-0-manual:cmake-generator-expressions(7)", false], [102, "index-0-manual:cmake-generator-expressions(7)", false], [105, "index-0-manual:cmake-generator-expressions(7)", false], [108, "index-0-manual:cmake-generator-expressions(7)", false], [111, "index-0-manual:cmake-generator-expressions(7)", false], [112, "index-0-manual:cmake-generator-expressions(7)", false], [113, "index-0-manual:cmake-generator-expressions(7)", false], [114, "index-0-manual:cmake-generator-expressions(7)", false], [115, "index-0-manual:cmake-generator-expressions(7)", false], [116, "index-0-manual:cmake-generator-expressions(7)", false], [117, "index-0-manual:cmake-generator-expressions(7)", false], [118, "index-0-manual:cmake-generator-expressions(7)", false], [119, "index-0-manual:cmake-generator-expressions(7)", false], [119, "index-1-manual:cmake-generator-expressions(7)", false], [119, "index-2-manual:cmake-generator-expressions(7)", false], [248, "index-0-manual:cmake-generator-expressions(7)", false], [251, "index-0-manual:cmake-generator-expressions(7)", false], [251, "index-1-manual:cmake-generator-expressions(7)", false], [251, "index-2-manual:cmake-generator-expressions(7)", false], [251, "index-3-manual:cmake-generator-expressions(7)", false], [251, "index-4-manual:cmake-generator-expressions(7)", false], [251, "index-5-manual:cmake-generator-expressions(7)", false], [254, "index-0-manual:cmake-generator-expressions(7)", false], [266, "index-0-manual:cmake-generator-expressions(7)", false], [266, "index-1-manual:cmake-generator-expressions(7)", false], [266, "index-2-manual:cmake-generator-expressions(7)", false], [268, "index-0-manual:cmake-generator-expressions(7)", false], [274, "manual:cmake-generator-expressions(7)", true], [277, "index-0-manual:cmake-generator-expressions(7)", false], [279, "index-0-manual:cmake-generator-expressions(7)", false], [298, "index-0-manual:cmake-generator-expressions(7)", false], [368, "index-0-manual:cmake-generator-expressions(7)", false], [368, "index-1-manual:cmake-generator-expressions(7)", false], [368, "index-2-manual:cmake-generator-expressions(7)", false], [368, "index-3-manual:cmake-generator-expressions(7)", false], [368, "index-4-manual:cmake-generator-expressions(7)", false], [368, "index-5-manual:cmake-generator-expressions(7)", false], [368, "index-6-manual:cmake-generator-expressions(7)", false], [368, "index-7-manual:cmake-generator-expressions(7)", false], [368, "index-8-manual:cmake-generator-expressions(7)", false], [368, "index-9-manual:cmake-generator-expressions(7)", false], [382, "index-0-manual:cmake-generator-expressions(7)", false], [473, "index-0-manual:cmake-generator-expressions(7)", false], [474, "index-0-manual:cmake-generator-expressions(7)", false], [475, "index-0-manual:cmake-generator-expressions(7)", false], [597, "index-0-manual:cmake-generator-expressions(7)", false], [603, "index-0-manual:cmake-generator-expressions(7)", false], [604, "index-0-manual:cmake-generator-expressions(7)", false], [611, "index-0-manual:cmake-generator-expressions(7)", false], [747, "index-0-manual:cmake-generator-expressions(7)", false], [748, "index-0-manual:cmake-generator-expressions(7)", false], [754, "index-0-manual:cmake-generator-expressions(7)", false], [755, "index-0-manual:cmake-generator-expressions(7)", false], [756, "index-0-manual:cmake-generator-expressions(7)", false], [761, "index-0-manual:cmake-generator-expressions(7)", false], [766, "index-0-manual:cmake-generator-expressions(7)", false], [767, "index-0-manual:cmake-generator-expressions(7)", false], [825, "index-0-manual:cmake-generator-expressions(7)", false], [835, "index-0-manual:cmake-generator-expressions(7)", false], [835, "index-1-manual:cmake-generator-expressions(7)", false], [837, "index-0-manual:cmake-generator-expressions(7)", false], [838, "index-0-manual:cmake-generator-expressions(7)", false], [845, "index-0-manual:cmake-generator-expressions(7)", false], [852, "index-0-manual:cmake-generator-expressions(7)", false], [866, "index-0-manual:cmake-generator-expressions(7)", false], [870, "index-0-manual:cmake-generator-expressions(7)", false], [915, "index-0-manual:cmake-generator-expressions(7)", false], [927, "index-0-manual:cmake-generator-expressions(7)", false], [929, "index-0-manual:cmake-generator-expressions(7)", false], [930, "index-0-manual:cmake-generator-expressions(7)", false], [937, "index-0-manual:cmake-generator-expressions(7)", false], [938, "index-0-manual:cmake-generator-expressions(7)", false], [960, "index-0-manual:cmake-generator-expressions(7)", false], [963, "index-0-manual:cmake-generator-expressions(7)", false], [974, "index-0-manual:cmake-generator-expressions(7)", false], [975, "index-0-manual:cmake-generator-expressions(7)", false], [976, "index-0-manual:cmake-generator-expressions(7)", false], [978, "index-0-manual:cmake-generator-expressions(7)", false], [986, "index-0-manual:cmake-generator-expressions(7)", false], [994, "index-0-manual:cmake-generator-expressions(7)", false], [999, "index-0-manual:cmake-generator-expressions(7)", false], [1000, "index-0-manual:cmake-generator-expressions(7)", false], [1001, "index-0-manual:cmake-generator-expressions(7)", false], [1003, "index-0-manual:cmake-generator-expressions(7)", false], [1004, "index-0-manual:cmake-generator-expressions(7)", false], [1022, "index-0-manual:cmake-generator-expressions(7)", false], [1045, "index-0-manual:cmake-generator-expressions(7)", false], [1046, "index-0-manual:cmake-generator-expressions(7)", false], [1047, "index-0-manual:cmake-generator-expressions(7)", false], [1049, "index-0-manual:cmake-generator-expressions(7)", false], [1087, "index-0-manual:cmake-generator-expressions(7)", false], [1087, "index-1-manual:cmake-generator-expressions(7)", false], [1088, "index-0-manual:cmake-generator-expressions(7)", false], [1090, "index-0-manual:cmake-generator-expressions(7)", false], [1093, "index-0-manual:cmake-generator-expressions(7)", false], [1094, "index-0-manual:cmake-generator-expressions(7)", false], [1095, "index-0-manual:cmake-generator-expressions(7)", false], [1096, "index-0-manual:cmake-generator-expressions(7)", false], [1100, "index-0-manual:cmake-generator-expressions(7)", false], [1101, "index-0-manual:cmake-generator-expressions(7)", false], [1102, "index-0-manual:cmake-generator-expressions(7)", false], [1103, "index-0-manual:cmake-generator-expressions(7)", false], [1104, "index-0-manual:cmake-generator-expressions(7)", false], [1105, "index-0-manual:cmake-generator-expressions(7)", false], [1106, "index-0-manual:cmake-generator-expressions(7)", false], [1107, "index-0-manual:cmake-generator-expressions(7)", false], [1108, "index-0-manual:cmake-generator-expressions(7)", false], [1109, "index-0-manual:cmake-generator-expressions(7)", false], [1110, "index-0-manual:cmake-generator-expressions(7)", false], [1121, "index-0-manual:cmake-generator-expressions(7)", false], [1123, "index-0-manual:cmake-generator-expressions(7)", false], [1124, "index-0-manual:cmake-generator-expressions(7)", false], [1125, "index-0-manual:cmake-generator-expressions(7)", false], [1127, "index-0-manual:cmake-generator-expressions(7)", false], [1128, "index-0-manual:cmake-generator-expressions(7)", false], [1132, "index-0-manual:cmake-generator-expressions(7)", false], [1133, "index-0-manual:cmake-generator-expressions(7)", false], [1137, "index-0-manual:cmake-generator-expressions(7)", false], [1138, "index-0-manual:cmake-generator-expressions(7)", false], [1140, "index-0-manual:cmake-generator-expressions(7)", false], [1147, "index-0-manual:cmake-generator-expressions(7)", false], [1150, "index-0-manual:cmake-generator-expressions(7)", false], [1151, "index-0-manual:cmake-generator-expressions(7)", false], [1152, "index-0-manual:cmake-generator-expressions(7)", false], [1156, "index-0-manual:cmake-generator-expressions(7)", false], [1166, "index-0-manual:cmake-generator-expressions(7)", false], [1167, "index-0-manual:cmake-generator-expressions(7)", false], [1180, "index-0-manual:cmake-generator-expressions(7)", false], [1186, "index-0-manual:cmake-generator-expressions(7)", false], [1187, "index-0-manual:cmake-generator-expressions(7)", false], [1190, "index-0-manual:cmake-generator-expressions(7)", false], [1201, "index-0-manual:cmake-generator-expressions(7)", false], [1202, "index-0-manual:cmake-generator-expressions(7)", false], [1206, "index-0-manual:cmake-generator-expressions(7)", false], [1211, "index-0-manual:cmake-generator-expressions(7)", false], [1214, "index-0-manual:cmake-generator-expressions(7)", false], [1219, "index-0-manual:cmake-generator-expressions(7)", false], [1232, "index-0-manual:cmake-generator-expressions(7)", false], [1233, "index-0-manual:cmake-generator-expressions(7)", false], [1234, "index-0-manual:cmake-generator-expressions(7)", false], [1235, "index-0-manual:cmake-generator-expressions(7)", false], [1236, "index-0-manual:cmake-generator-expressions(7)", false], [1267, "index-0-manual:cmake-generator-expressions(7)", false], [1268, "index-0-manual:cmake-generator-expressions(7)", false], [1270, "index-0-manual:cmake-generator-expressions(7)", false], [1275, "index-0-manual:cmake-generator-expressions(7)", false], [1276, "index-0-manual:cmake-generator-expressions(7)", false], [1278, "index-0-manual:cmake-generator-expressions(7)", false], [1315, "index-0-manual:cmake-generator-expressions(7)", false], [1317, "index-0-manual:cmake-generator-expressions(7)", false], [1317, "index-1-manual:cmake-generator-expressions(7)", false], [1317, "index-10-manual:cmake-generator-expressions(7)", false], [1317, "index-11-manual:cmake-generator-expressions(7)", false], [1317, "index-2-manual:cmake-generator-expressions(7)", false], [1317, "index-3-manual:cmake-generator-expressions(7)", false], [1317, "index-4-manual:cmake-generator-expressions(7)", false], [1317, "index-5-manual:cmake-generator-expressions(7)", false], [1317, "index-6-manual:cmake-generator-expressions(7)", false], [1317, "index-7-manual:cmake-generator-expressions(7)", false], [1317, "index-8-manual:cmake-generator-expressions(7)", false], [1317, "index-9-manual:cmake-generator-expressions(7)", false], [1318, "index-0-manual:cmake-generator-expressions(7)", false], [1318, "index-1-manual:cmake-generator-expressions(7)", false], [1318, "index-2-manual:cmake-generator-expressions(7)", false], [1318, "index-3-manual:cmake-generator-expressions(7)", false], [1318, "index-4-manual:cmake-generator-expressions(7)", false], [1318, "index-5-manual:cmake-generator-expressions(7)", false], [1318, "index-6-manual:cmake-generator-expressions(7)", false], [1320, "index-0-manual:cmake-generator-expressions(7)", false], [1320, "index-1-manual:cmake-generator-expressions(7)", false], [1320, "index-2-manual:cmake-generator-expressions(7)", false], [1321, "index-0-manual:cmake-generator-expressions(7)", false], [1321, "index-1-manual:cmake-generator-expressions(7)", false], [1321, "index-2-manual:cmake-generator-expressions(7)", false], [1321, "index-3-manual:cmake-generator-expressions(7)", false], [1321, "index-4-manual:cmake-generator-expressions(7)", false], [1322, "index-0-manual:cmake-generator-expressions(7)", false], [1323, "index-0-manual:cmake-generator-expressions(7)", false], [1323, "index-1-manual:cmake-generator-expressions(7)", false], [1324, "index-0-manual:cmake-generator-expressions(7)", false], [1325, "index-0-manual:cmake-generator-expressions(7)", false], [1325, "index-1-manual:cmake-generator-expressions(7)", false], [1326, "index-0-manual:cmake-generator-expressions(7)", false], [1327, "index-0-manual:cmake-generator-expressions(7)", false], [1328, "index-0-manual:cmake-generator-expressions(7)", false], [1328, "index-1-manual:cmake-generator-expressions(7)", false], [1330, "index-0-manual:cmake-generator-expressions(7)", false], [1330, "index-1-manual:cmake-generator-expressions(7)", false], [1331, "index-0-manual:cmake-generator-expressions(7)", false], [1335, "index-0-manual:cmake-generator-expressions(7)", false], [1336, "index-0-manual:cmake-generator-expressions(7)", false], [1337, "index-0-manual:cmake-generator-expressions(7)", false], [1337, "index-1-manual:cmake-generator-expressions(7)", false], [1338, "index-0-manual:cmake-generator-expressions(7)", false], [1339, "index-0-manual:cmake-generator-expressions(7)", false], [1340, "index-0-manual:cmake-generator-expressions(7)", false], [1340, "index-1-manual:cmake-generator-expressions(7)", false], [1343, "index-0-manual:cmake-generator-expressions(7)", false], [1343, "index-1-manual:cmake-generator-expressions(7)", false], [1343, "index-2-manual:cmake-generator-expressions(7)", false], [1343, "index-3-manual:cmake-generator-expressions(7)", false], [1343, "index-4-manual:cmake-generator-expressions(7)", false], [1344, "index-0-manual:cmake-generator-expressions(7)", false], [1347, "index-0-manual:cmake-generator-expressions(7)", false], [1348, "index-0-manual:cmake-generator-expressions(7)", false], [1449, "index-0-manual:cmake-generator-expressions(7)", false], [1458, "index-0-manual:cmake-generator-expressions(7)", false], [1747, "index-0-manual:cmake-generator-expressions(7)", false], [1756, "index-0-manual:cmake-generator-expressions(7)", false], [1757, "index-0-manual:cmake-generator-expressions(7)", false], [1850, "index-0-manual:cmake-generator-expressions(7)", false], [1907, "index-0-manual:cmake-generator-expressions(7)", false], [1915, "index-0-manual:cmake-generator-expressions(7)", false], [1919, "index-0-manual:cmake-generator-expressions(7)", false], [1948, "index-0-manual:cmake-generator-expressions(7)", false]], "cmake-generators(7)": [[55, "index-0-manual:cmake-generators(7)", false], [262, "index-0-manual:cmake-generators(7)", false], [262, "index-1-manual:cmake-generators(7)", false], [265, "index-0-manual:cmake-generators(7)", false], [266, "index-0-manual:cmake-generators(7)", false], [275, "manual:cmake-generators(7)", true], [281, "index-0-manual:cmake-generators(7)", false], [283, "index-0-manual:cmake-generators(7)", false], [287, "index-0-manual:cmake-generators(7)", false], [287, "index-1-manual:cmake-generators(7)", false], [290, "index-0-manual:cmake-generators(7)", false], [865, "index-0-manual:cmake-generators(7)", false], [866, "index-0-manual:cmake-generators(7)", false], [867, "index-0-manual:cmake-generators(7)", false], [1317, "index-0-manual:cmake-generators(7)", false], [1497, "index-0-manual:cmake-generators(7)", false], [1498, "index-0-manual:cmake-generators(7)", false], [1499, "index-0-manual:cmake-generators(7)", false], [1501, "index-0-manual:cmake-generators(7)", false], [1519, "index-0-manual:cmake-generators(7)", false], [1561, "index-0-manual:cmake-generators(7)", false], [1618, "index-0-manual:cmake-generators(7)", false], [1619, "index-0-manual:cmake-generators(7)", false]], "cmake-gui command line option": [[276, "cmdoption-cmake-gui-1", false], [276, "cmdoption-cmake-gui-B", false], [276, "cmdoption-cmake-gui-S", false], [276, "cmdoption-cmake-gui-browse-manual", false], [276, "cmdoption-cmake-gui-h", false], [276, "cmdoption-cmake-gui-help-command", false], [276, "cmdoption-cmake-gui-help-command-list", false], [276, "cmdoption-cmake-gui-help-commands", false], [276, "cmdoption-cmake-gui-help-full", false], [276, "cmdoption-cmake-gui-help-manual", false], [276, "cmdoption-cmake-gui-help-manual-list", false], [276, "cmdoption-cmake-gui-help-module", false], [276, "cmdoption-cmake-gui-help-module-list", false], [276, "cmdoption-cmake-gui-help-modules", false], [276, "cmdoption-cmake-gui-help-policies", false], [276, "cmdoption-cmake-gui-help-policy", false], [276, "cmdoption-cmake-gui-help-policy-list", false], [276, "cmdoption-cmake-gui-help-properties", false], [276, "cmdoption-cmake-gui-help-property", false], [276, "cmdoption-cmake-gui-help-property-list", false], [276, "cmdoption-cmake-gui-help-variable", false], [276, "cmdoption-cmake-gui-help-variable-list", false], [276, "cmdoption-cmake-gui-help-variables", false], [276, "cmdoption-cmake-gui-preset", false], [276, "cmdoption-cmake-gui-version", false]], "cmake-gui(1)": [[90, "index-0-manual:cmake-gui(1)", false], [100, "index-0-manual:cmake-gui(1)", false], [100, "index-1-manual:cmake-gui(1)", false], [100, "index-2-manual:cmake-gui(1)", false], [100, "index-3-manual:cmake-gui(1)", false], [100, "index-4-manual:cmake-gui(1)", false], [100, "index-5-manual:cmake-gui(1)", false], [249, "index-0-manual:cmake-gui(1)", false], [251, "index-0-manual:cmake-gui(1)", false], [252, "index-0-manual:cmake-gui(1)", false], [253, "index-0-manual:cmake-gui(1)", false], [254, "index-0-manual:cmake-gui(1)", false], [255, "index-0-manual:cmake-gui(1)", false], [256, "index-0-manual:cmake-gui(1)", false], [256, "index-1-manual:cmake-gui(1)", false], [256, "index-2-manual:cmake-gui(1)", false], [257, "index-0-manual:cmake-gui(1)", false], [262, "index-0-manual:cmake-gui(1)", false], [262, "index-1-manual:cmake-gui(1)", false], [262, "index-2-manual:cmake-gui(1)", false], [262, "index-3-manual:cmake-gui(1)", false], [262, "index-4-manual:cmake-gui(1)", false], [262, "index-5-manual:cmake-gui(1)", false], [262, "index-6-manual:cmake-gui(1)", false], [262, "index-7-manual:cmake-gui(1)", false], [262, "index-8-manual:cmake-gui(1)", false], [262, "index-9-manual:cmake-gui(1)", false], [263, "index-0-manual:cmake-gui(1)", false], [264, "index-0-manual:cmake-gui(1)", false], [273, "index-0-manual:cmake-gui(1)", false], [275, "index-0-manual:cmake-gui(1)", false], [276, "manual:cmake-gui(1)", true], [281, "index-0-manual:cmake-gui(1)", false], [287, "index-0-manual:cmake-gui(1)", false], [287, "index-1-manual:cmake-gui(1)", false], [1317, "index-0-manual:cmake-gui(1)", false], [1317, "index-1-manual:cmake-gui(1)", false], [1317, "index-2-manual:cmake-gui(1)", false], [1318, "index-0-manual:cmake-gui(1)", false], [1323, "index-0-manual:cmake-gui(1)", false], [1327, "index-0-manual:cmake-gui(1)", false], [1327, "index-1-manual:cmake-gui(1)", false], [1328, "index-0-manual:cmake-gui(1)", false], [1328, "index-1-manual:cmake-gui(1)", false], [1328, "index-2-manual:cmake-gui(1)", false], [1340, "index-0-manual:cmake-gui(1)", false], [1340, "index-1-manual:cmake-gui(1)", false], [1344, "index-0-manual:cmake-gui(1)", false], [1344, "index-1-manual:cmake-gui(1)", false], [1344, "index-2-manual:cmake-gui(1)", false], [1346, "index-0-manual:cmake-gui(1)", false], [1502, "index-0-manual:cmake-gui(1)", false], [1502, "index-1-manual:cmake-gui(1)", false], [1561, "index-0-manual:cmake-gui(1)", false]], "cmake-language(7)": [[118, "index-0-manual:cmake-language(7)", false], [271, "index-0-manual:cmake-language(7)", false], [277, "manual:cmake-language(7)", true], [287, "index-0-manual:cmake-language(7)", false], [287, "index-1-manual:cmake-language(7)", false], [287, "index-2-manual:cmake-language(7)", false], [289, "index-0-manual:cmake-language(7)", false], [290, "index-0-manual:cmake-language(7)", false], [613, "index-0-manual:cmake-language(7)", false], [613, "index-1-manual:cmake-language(7)", false], [1317, "index-0-manual:cmake-language(7)", false], [1318, "index-0-manual:cmake-language(7)", false], [1318, "index-1-manual:cmake-language(7)", false], [1329, "index-0-manual:cmake-language(7)", false], [2037, "index-0-manual:cmake-language(7)", false]], "cmake-modules(7)": [[263, "index-0-manual:cmake-modules(7)", false], [265, "index-0-manual:cmake-modules(7)", false], [265, "index-1-manual:cmake-modules(7)", false], [276, "index-0-manual:cmake-modules(7)", false], [276, "index-1-manual:cmake-modules(7)", false], [277, "index-0-manual:cmake-modules(7)", false], [278, "manual:cmake-modules(7)", true], [279, "index-0-manual:cmake-modules(7)", false], [287, "index-0-manual:cmake-modules(7)", false], [287, "index-1-manual:cmake-modules(7)", false], [289, "index-0-manual:cmake-modules(7)", false], [289, "index-1-manual:cmake-modules(7)", false], [290, "index-0-manual:cmake-modules(7)", false], [290, "index-1-manual:cmake-modules(7)", false], [1317, "index-0-manual:cmake-modules(7)", false]], "cmake-p command line option": [[287, "cmdoption-cmake-P-D", false]], "cmake-packages(7)": [[58, "index-0-manual:cmake-packages(7)", false], [58, "index-1-manual:cmake-packages(7)", false], [114, "index-0-manual:cmake-packages(7)", false], [116, "index-0-manual:cmake-packages(7)", false], [248, "index-0-manual:cmake-packages(7)", false], [264, "index-0-manual:cmake-packages(7)", false], [266, "index-0-manual:cmake-packages(7)", false], [266, "index-1-manual:cmake-packages(7)", false], [266, "index-2-manual:cmake-packages(7)", false], [279, "manual:cmake-packages(7)", true], [283, "index-0-manual:cmake-packages(7)", false], [391, "index-0-manual:cmake-packages(7)", false], [1100, "index-0-manual:cmake-packages(7)", false], [1103, "index-0-manual:cmake-packages(7)", false], [1143, "index-0-manual:cmake-packages(7)", false], [1144, "index-0-manual:cmake-packages(7)", false], [1317, "index-0-manual:cmake-packages(7)", false], [1317, "index-1-manual:cmake-packages(7)", false]], "cmake-policies(7)": [[23, "index-0-manual:cmake-policies(7)", false], [23, "index-1-manual:cmake-policies(7)", false], [265, "index-0-manual:cmake-policies(7)", false], [265, "index-1-manual:cmake-policies(7)", false], [276, "index-0-manual:cmake-policies(7)", false], [276, "index-1-manual:cmake-policies(7)", false], [280, "manual:cmake-policies(7)", true], [287, "index-0-manual:cmake-policies(7)", false], [287, "index-1-manual:cmake-policies(7)", false], [289, "index-0-manual:cmake-policies(7)", false], [289, "index-1-manual:cmake-policies(7)", false], [290, "index-0-manual:cmake-policies(7)", false], [290, "index-1-manual:cmake-policies(7)", false], [560, "index-0-manual:cmake-policies(7)", false], [561, "index-0-manual:cmake-policies(7)", false], [562, "index-0-manual:cmake-policies(7)", false], [563, "index-0-manual:cmake-policies(7)", false], [564, "index-0-manual:cmake-policies(7)", false], [565, "index-0-manual:cmake-policies(7)", false], [566, "index-0-manual:cmake-policies(7)", false], [567, "index-0-manual:cmake-policies(7)", false], [568, "index-0-manual:cmake-policies(7)", false], [569, "index-0-manual:cmake-policies(7)", false], [570, "index-0-manual:cmake-policies(7)", false], [571, "index-0-manual:cmake-policies(7)", false], [572, "index-0-manual:cmake-policies(7)", false], [573, "index-0-manual:cmake-policies(7)", false], [574, "index-0-manual:cmake-policies(7)", false], [575, "index-0-manual:cmake-policies(7)", false], [576, "index-0-manual:cmake-policies(7)", false], [577, "index-0-manual:cmake-policies(7)", false], [578, "index-0-manual:cmake-policies(7)", false], [579, "index-0-manual:cmake-policies(7)", false], [580, "index-0-manual:cmake-policies(7)", false], [581, "index-0-manual:cmake-policies(7)", false], [582, "index-0-manual:cmake-policies(7)", false], [583, "index-0-manual:cmake-policies(7)", false], [584, "index-0-manual:cmake-policies(7)", false], [585, "index-0-manual:cmake-policies(7)", false], [586, "index-0-manual:cmake-policies(7)", false], [587, "index-0-manual:cmake-policies(7)", false], [588, "index-0-manual:cmake-policies(7)", false], [589, "index-0-manual:cmake-policies(7)", false], [590, "index-0-manual:cmake-policies(7)", false], [591, "index-0-manual:cmake-policies(7)", false], [592, "index-0-manual:cmake-policies(7)", false], [593, "index-0-manual:cmake-policies(7)", false], [594, "index-0-manual:cmake-policies(7)", false], [595, "index-0-manual:cmake-policies(7)", false], [596, "index-0-manual:cmake-policies(7)", false], [597, "index-0-manual:cmake-policies(7)", false], [598, "index-0-manual:cmake-policies(7)", false], [599, "index-0-manual:cmake-policies(7)", false], [600, "index-0-manual:cmake-policies(7)", false], [601, "index-0-manual:cmake-policies(7)", false], [602, "index-0-manual:cmake-policies(7)", false], [603, "index-0-manual:cmake-policies(7)", false], [604, "index-0-manual:cmake-policies(7)", false], [605, "index-0-manual:cmake-policies(7)", false], [606, "index-0-manual:cmake-policies(7)", false], [607, "index-0-manual:cmake-policies(7)", false], [608, "index-0-manual:cmake-policies(7)", false], [609, "index-0-manual:cmake-policies(7)", false], [610, "index-0-manual:cmake-policies(7)", false], [611, "index-0-manual:cmake-policies(7)", false], [612, "index-0-manual:cmake-policies(7)", false], [613, "index-0-manual:cmake-policies(7)", false], [614, "index-0-manual:cmake-policies(7)", false], [615, "index-0-manual:cmake-policies(7)", false], [616, "index-0-manual:cmake-policies(7)", false], [617, "index-0-manual:cmake-policies(7)", false], [618, "index-0-manual:cmake-policies(7)", false], [619, "index-0-manual:cmake-policies(7)", false], [620, "index-0-manual:cmake-policies(7)", false], [621, "index-0-manual:cmake-policies(7)", false], [622, "index-0-manual:cmake-policies(7)", false], [623, "index-0-manual:cmake-policies(7)", false], [624, "index-0-manual:cmake-policies(7)", false], [625, "index-0-manual:cmake-policies(7)", false], [626, "index-0-manual:cmake-policies(7)", false], [627, "index-0-manual:cmake-policies(7)", false], [628, "index-0-manual:cmake-policies(7)", false], [629, "index-0-manual:cmake-policies(7)", false], [630, "index-0-manual:cmake-policies(7)", false], [631, "index-0-manual:cmake-policies(7)", false], [632, "index-0-manual:cmake-policies(7)", false], [633, "index-0-manual:cmake-policies(7)", false], [634, "index-0-manual:cmake-policies(7)", false], [635, "index-0-manual:cmake-policies(7)", false], [636, "index-0-manual:cmake-policies(7)", false], [637, "index-0-manual:cmake-policies(7)", false], [638, "index-0-manual:cmake-policies(7)", false], [639, "index-0-manual:cmake-policies(7)", false], [640, "index-0-manual:cmake-policies(7)", false], [641, "index-0-manual:cmake-policies(7)", false], [642, "index-0-manual:cmake-policies(7)", false], [643, "index-0-manual:cmake-policies(7)", false], [644, "index-0-manual:cmake-policies(7)", false], [645, "index-0-manual:cmake-policies(7)", false], [646, "index-0-manual:cmake-policies(7)", false], [647, "index-0-manual:cmake-policies(7)", false], [648, "index-0-manual:cmake-policies(7)", false], [649, "index-0-manual:cmake-policies(7)", false], [650, "index-0-manual:cmake-policies(7)", false], [651, "index-0-manual:cmake-policies(7)", false], [652, "index-0-manual:cmake-policies(7)", false], [653, "index-0-manual:cmake-policies(7)", false], [654, "index-0-manual:cmake-policies(7)", false], [655, "index-0-manual:cmake-policies(7)", false], [656, "index-0-manual:cmake-policies(7)", false], [657, "index-0-manual:cmake-policies(7)", false], [658, "index-0-manual:cmake-policies(7)", false], [659, "index-0-manual:cmake-policies(7)", false], [660, "index-0-manual:cmake-policies(7)", false], [661, "index-0-manual:cmake-policies(7)", false], [662, "index-0-manual:cmake-policies(7)", false], [663, "index-0-manual:cmake-policies(7)", false], [664, "index-0-manual:cmake-policies(7)", false], [665, "index-0-manual:cmake-policies(7)", false], [666, "index-0-manual:cmake-policies(7)", false], [667, "index-0-manual:cmake-policies(7)", false], [668, "index-0-manual:cmake-policies(7)", false], [669, "index-0-manual:cmake-policies(7)", false], [670, "index-0-manual:cmake-policies(7)", false], [671, "index-0-manual:cmake-policies(7)", false], [672, "index-0-manual:cmake-policies(7)", false], [673, "index-0-manual:cmake-policies(7)", false], [674, "index-0-manual:cmake-policies(7)", false], [675, "index-0-manual:cmake-policies(7)", false], [676, "index-0-manual:cmake-policies(7)", false], [677, "index-0-manual:cmake-policies(7)", false], [678, "index-0-manual:cmake-policies(7)", false], [679, "index-0-manual:cmake-policies(7)", false], [680, "index-0-manual:cmake-policies(7)", false], [681, "index-0-manual:cmake-policies(7)", false], [682, "index-0-manual:cmake-policies(7)", false], [683, "index-0-manual:cmake-policies(7)", false], [684, "index-0-manual:cmake-policies(7)", false], [685, "index-0-manual:cmake-policies(7)", false], [686, "index-0-manual:cmake-policies(7)", false], [687, "index-0-manual:cmake-policies(7)", false], [688, "index-0-manual:cmake-policies(7)", false], [689, "index-0-manual:cmake-policies(7)", false], [690, "index-0-manual:cmake-policies(7)", false], [691, "index-0-manual:cmake-policies(7)", false], [692, "index-0-manual:cmake-policies(7)", false], [693, "index-0-manual:cmake-policies(7)", false], [694, "index-0-manual:cmake-policies(7)", false], [695, "index-0-manual:cmake-policies(7)", false], [696, "index-0-manual:cmake-policies(7)", false], [697, "index-0-manual:cmake-policies(7)", false], [698, "index-0-manual:cmake-policies(7)", false], [699, "index-0-manual:cmake-policies(7)", false], [700, "index-0-manual:cmake-policies(7)", false], [701, "index-0-manual:cmake-policies(7)", false], [702, "index-0-manual:cmake-policies(7)", false], [703, "index-0-manual:cmake-policies(7)", false], [704, "index-0-manual:cmake-policies(7)", false], [705, "index-0-manual:cmake-policies(7)", false], [706, "index-0-manual:cmake-policies(7)", false], [707, "index-0-manual:cmake-policies(7)", false], [708, "index-0-manual:cmake-policies(7)", false], [709, "index-0-manual:cmake-policies(7)", false], [710, "index-0-manual:cmake-policies(7)", false], [711, "index-0-manual:cmake-policies(7)", false], [712, "index-0-manual:cmake-policies(7)", false], [713, "index-0-manual:cmake-policies(7)", false], [714, "index-0-manual:cmake-policies(7)", false], [715, "index-0-manual:cmake-policies(7)", false], [716, "index-0-manual:cmake-policies(7)", false], [717, "index-0-manual:cmake-policies(7)", false], [718, "index-0-manual:cmake-policies(7)", false], [719, "index-0-manual:cmake-policies(7)", false], [720, "index-0-manual:cmake-policies(7)", false], [721, "index-0-manual:cmake-policies(7)", false], [722, "index-0-manual:cmake-policies(7)", false], [723, "index-0-manual:cmake-policies(7)", false], [724, "index-0-manual:cmake-policies(7)", false], [725, "index-0-manual:cmake-policies(7)", false], [726, "index-0-manual:cmake-policies(7)", false], [727, "index-0-manual:cmake-policies(7)", false], [728, "index-0-manual:cmake-policies(7)", false], [729, "index-0-manual:cmake-policies(7)", false], [730, "index-0-manual:cmake-policies(7)", false], [731, "index-0-manual:cmake-policies(7)", false], [732, "index-0-manual:cmake-policies(7)", false], [733, "index-0-manual:cmake-policies(7)", false], [734, "index-0-manual:cmake-policies(7)", false], [735, "index-0-manual:cmake-policies(7)", false], [736, "index-0-manual:cmake-policies(7)", false], [737, "index-0-manual:cmake-policies(7)", false], [738, "index-0-manual:cmake-policies(7)", false], [739, "index-0-manual:cmake-policies(7)", false], [740, "index-0-manual:cmake-policies(7)", false], [1317, "index-0-manual:cmake-policies(7)", false], [1320, "index-0-manual:cmake-policies(7)", false], [1322, "index-0-manual:cmake-policies(7)", false], [1323, "index-0-manual:cmake-policies(7)", false], [1324, "index-0-manual:cmake-policies(7)", false], [1325, "index-0-manual:cmake-policies(7)", false], [1326, "index-0-manual:cmake-policies(7)", false], [1327, "index-0-manual:cmake-policies(7)", false], [1328, "index-0-manual:cmake-policies(7)", false], [1348, "index-0-manual:cmake-policies(7)", false]], "cmake-presets(7)": [[262, "index-0-manual:cmake-presets(7)", false], [276, "index-0-manual:cmake-presets(7)", false], [281, "manual:cmake-presets(7)", true], [285, "index-0-manual:cmake-presets(7)", false], [287, "index-0-manual:cmake-presets(7)", false], [287, "index-1-manual:cmake-presets(7)", false], [287, "index-2-manual:cmake-presets(7)", false], [287, "index-3-manual:cmake-presets(7)", false], [287, "index-4-manual:cmake-presets(7)", false], [289, "index-0-manual:cmake-presets(7)", false], [289, "index-1-manual:cmake-presets(7)", false], [290, "index-0-manual:cmake-presets(7)", false], [1328, "index-0-manual:cmake-presets(7)", false], [1328, "index-1-manual:cmake-presets(7)", false], [1330, "index-0-manual:cmake-presets(7)", false], [1331, "index-0-manual:cmake-presets(7)", false], [1331, "index-1-manual:cmake-presets(7)", false], [1331, "index-2-manual:cmake-presets(7)", false], [1331, "index-3-manual:cmake-presets(7)", false], [1333, "index-0-manual:cmake-presets(7)", false], [1333, "index-1-manual:cmake-presets(7)", false], [1333, "index-2-manual:cmake-presets(7)", false], [1333, "index-3-manual:cmake-presets(7)", false], [1334, "index-0-manual:cmake-presets(7)", false], [1334, "index-1-manual:cmake-presets(7)", false], [1334, "index-2-manual:cmake-presets(7)", false], [1335, "index-0-manual:cmake-presets(7)", false], [1335, "index-1-manual:cmake-presets(7)", false], [1335, "index-2-manual:cmake-presets(7)", false], [1335, "index-3-manual:cmake-presets(7)", false], [1337, "index-0-manual:cmake-presets(7)", false], [1337, "index-1-manual:cmake-presets(7)", false], [1338, "index-0-manual:cmake-presets(7)", false], [1341, "index-0-manual:cmake-presets(7)", false], [1342, "index-0-manual:cmake-presets(7)", false], [1342, "index-1-manual:cmake-presets(7)", false]], "cmake-properties(7)": [[64, "index-0-manual:cmake-properties(7)", false], [102, "index-0-manual:cmake-properties(7)", false], [265, "index-0-manual:cmake-properties(7)", false], [265, "index-1-manual:cmake-properties(7)", false], [276, "index-0-manual:cmake-properties(7)", false], [276, "index-1-manual:cmake-properties(7)", false], [282, "manual:cmake-properties(7)", true], [287, "index-0-manual:cmake-properties(7)", false], [287, "index-1-manual:cmake-properties(7)", false], [289, "index-0-manual:cmake-properties(7)", false], [289, "index-1-manual:cmake-properties(7)", false], [290, "index-0-manual:cmake-properties(7)", false], [290, "index-1-manual:cmake-properties(7)", false], [1317, "index-0-manual:cmake-properties(7)", false]], "cmake-qt(7)": [[283, "manual:cmake-qt(7)", true], [478, "index-0-manual:cmake-qt(7)", false], [480, "index-0-manual:cmake-qt(7)", false], [941, "index-0-manual:cmake-qt(7)", false], [942, "index-0-manual:cmake-qt(7)", false], [943, "index-0-manual:cmake-qt(7)", false], [944, "index-0-manual:cmake-qt(7)", false], [945, "index-0-manual:cmake-qt(7)", false], [946, "index-0-manual:cmake-qt(7)", false], [947, "index-0-manual:cmake-qt(7)", false], [948, "index-0-manual:cmake-qt(7)", false], [949, "index-0-manual:cmake-qt(7)", false], [950, "index-0-manual:cmake-qt(7)", false], [951, "index-0-manual:cmake-qt(7)", false], [952, "index-0-manual:cmake-qt(7)", false], [953, "index-0-manual:cmake-qt(7)", false], [954, "index-0-manual:cmake-qt(7)", false], [955, "index-0-manual:cmake-qt(7)", false], [956, "index-0-manual:cmake-qt(7)", false], [957, "index-0-manual:cmake-qt(7)", false], [958, "index-0-manual:cmake-qt(7)", false], [959, "index-0-manual:cmake-qt(7)", false], [960, "index-0-manual:cmake-qt(7)", false], [961, "index-0-manual:cmake-qt(7)", false], [1092, "index-0-manual:cmake-qt(7)", false], [1317, "index-0-manual:cmake-qt(7)", false], [1317, "index-1-manual:cmake-qt(7)", false], [1566, "index-0-manual:cmake-qt(7)", false], [1567, "index-0-manual:cmake-qt(7)", false], [1568, "index-0-manual:cmake-qt(7)", false], [1569, "index-0-manual:cmake-qt(7)", false]], "cmake-server(7)": [[247, "index-0-manual:cmake-server(7)", false], [273, "index-0-manual:cmake-server(7)", false], [273, "index-1-manual:cmake-server(7)", false], [284, "manual:cmake-server(7)", true], [1319, "index-0-manual:cmake-server(7)", false], [1323, "index-0-manual:cmake-server(7)", false], [1324, "index-0-manual:cmake-server(7)", false], [1330, "index-0-manual:cmake-server(7)", false], [1346, "index-0-manual:cmake-server(7)", false]], "cmake-toolchains(7)": [[262, "index-0-manual:cmake-toolchains(7)", false], [285, "manual:cmake-toolchains(7)", true], [688, "index-0-manual:cmake-toolchains(7)", false], [1317, "index-0-manual:cmake-toolchains(7)", false], [1331, "index-0-manual:cmake-toolchains(7)", false]], "cmake-variables(7)": [[265, "index-0-manual:cmake-variables(7)", false], [265, "index-1-manual:cmake-variables(7)", false], [276, "index-0-manual:cmake-variables(7)", false], [276, "index-1-manual:cmake-variables(7)", false], [277, "index-0-manual:cmake-variables(7)", false], [286, "manual:cmake-variables(7)", true], [287, "index-0-manual:cmake-variables(7)", false], [287, "index-1-manual:cmake-variables(7)", false], [289, "index-0-manual:cmake-variables(7)", false], [289, "index-1-manual:cmake-variables(7)", false], [290, "index-0-manual:cmake-variables(7)", false], [290, "index-1-manual:cmake-variables(7)", false], [1317, "index-0-manual:cmake-variables(7)", false]], "cmake__postfix": [[985, "index-0-variable:CMAKE__POSTFIX", false], [1446, "variable:CMAKE__POSTFIX", true], [1483, "index-0-variable:CMAKE__POSTFIX", false], [1483, "index-1-variable:CMAKE__POSTFIX", false]], "cmake__android_toolchain_machine": [[1620, "variable:CMAKE__ANDROID_TOOLCHAIN_MACHINE", true], [1621, "index-0-variable:CMAKE__ANDROID_TOOLCHAIN_MACHINE", false], [1622, "index-0-variable:CMAKE__ANDROID_TOOLCHAIN_MACHINE", false]], "cmake__android_toolchain_prefix": [[285, "index-0-variable:CMAKE__ANDROID_TOOLCHAIN_PREFIX", false], [285, "index-1-variable:CMAKE__ANDROID_TOOLCHAIN_PREFIX", false], [1620, "index-0-variable:CMAKE__ANDROID_TOOLCHAIN_PREFIX", false], [1621, "variable:CMAKE__ANDROID_TOOLCHAIN_PREFIX", true], [1622, "index-0-variable:CMAKE__ANDROID_TOOLCHAIN_PREFIX", false]], "cmake__android_toolchain_suffix": [[285, "index-0-variable:CMAKE__ANDROID_TOOLCHAIN_SUFFIX", false], [285, "index-1-variable:CMAKE__ANDROID_TOOLCHAIN_SUFFIX", false], [1620, "index-0-variable:CMAKE__ANDROID_TOOLCHAIN_SUFFIX", false], [1621, "index-0-variable:CMAKE__ANDROID_TOOLCHAIN_SUFFIX", false], [1622, "variable:CMAKE__ANDROID_TOOLCHAIN_SUFFIX", true]], "cmake__archive_append": [[1623, "variable:CMAKE__ARCHIVE_APPEND", true], [1624, "index-0-variable:CMAKE__ARCHIVE_APPEND", false], [1625, "index-0-variable:CMAKE__ARCHIVE_APPEND", false]], "cmake__archive_create": [[1623, "index-0-variable:CMAKE__ARCHIVE_CREATE", false], [1624, "variable:CMAKE__ARCHIVE_CREATE", true], [1625, "index-0-variable:CMAKE__ARCHIVE_CREATE", false]], "cmake__archive_finish": [[1623, "index-0-variable:CMAKE__ARCHIVE_FINISH", false], [1624, "index-0-variable:CMAKE__ARCHIVE_FINISH", false], [1625, "variable:CMAKE__ARCHIVE_FINISH", true]], "cmake__byte_order": [[544, "index-0-variable:CMAKE__BYTE_ORDER", false], [1330, "index-0-variable:CMAKE__BYTE_ORDER", false], [1330, "index-1-variable:CMAKE__BYTE_ORDER", false], [1626, "variable:CMAKE__BYTE_ORDER", true]], "cmake__clang_tidy": [[1121, "index-0-variable:CMAKE__CLANG_TIDY", false], [1330, "index-0-variable:CMAKE__CLANG_TIDY", false], [1345, "index-0-variable:CMAKE__CLANG_TIDY", false], [1627, "variable:CMAKE__CLANG_TIDY", true]], "cmake__clang_tidy_export_fixes_dir": [[1122, "index-0-variable:CMAKE__CLANG_TIDY_EXPORT_FIXES_DIR", false], [1336, "index-0-variable:CMAKE__CLANG_TIDY_EXPORT_FIXES_DIR", false], [1628, "variable:CMAKE__CLANG_TIDY_EXPORT_FIXES_DIR", true]], "cmake__compile_object": [[1343, "index-0-variable:CMAKE__COMPILE_OBJECT", false], [1647, "variable:CMAKE__COMPILE_OBJECT", true]], "cmake__compiler": [[15, "index-0-variable:CMAKE__COMPILER", false], [145, "index-0-variable:CMAKE__COMPILER", false], [145, "index-1-variable:CMAKE__COMPILER", false], [147, "index-0-variable:CMAKE__COMPILER", false], [147, "index-1-variable:CMAKE__COMPILER", false], [192, "index-0-variable:CMAKE__COMPILER", false], [192, "index-1-variable:CMAKE__COMPILER", false], [195, "index-0-variable:CMAKE__COMPILER", false], [195, "index-1-variable:CMAKE__COMPILER", false], [199, "index-0-variable:CMAKE__COMPILER", false], [199, "index-1-variable:CMAKE__COMPILER", false], [201, "index-0-variable:CMAKE__COMPILER", false], [201, "index-1-variable:CMAKE__COMPILER", false], [204, "index-0-variable:CMAKE__COMPILER", false], [204, "index-1-variable:CMAKE__COMPILER", false], [208, "index-0-variable:CMAKE__COMPILER", false], [208, "index-1-variable:CMAKE__COMPILER", false], [210, "index-0-variable:CMAKE__COMPILER", false], [210, "index-1-variable:CMAKE__COMPILER", false], [213, "index-0-variable:CMAKE__COMPILER", false], [213, "index-1-variable:CMAKE__COMPILER", false], [217, "index-0-variable:CMAKE__COMPILER", false], [217, "index-1-variable:CMAKE__COMPILER", false], [273, "index-0-variable:CMAKE__COMPILER", false], [285, "index-0-variable:CMAKE__COMPILER", false], [285, "index-1-variable:CMAKE__COMPILER", false], [285, "index-2-variable:CMAKE__COMPILER", false], [302, "index-0-variable:CMAKE__COMPILER", false], [302, "index-1-variable:CMAKE__COMPILER", false], [302, "index-2-variable:CMAKE__COMPILER", false], [347, "index-0-variable:CMAKE__COMPILER", false], [347, "index-1-variable:CMAKE__COMPILER", false], [347, "index-2-variable:CMAKE__COMPILER", false], [347, "index-3-variable:CMAKE__COMPILER", false], [383, "index-0-variable:CMAKE__COMPILER", false], [383, "index-1-variable:CMAKE__COMPILER", false], [596, "index-0-variable:CMAKE__COMPILER", false], [1317, "index-0-variable:CMAKE__COMPILER", false], [1328, "index-0-variable:CMAKE__COMPILER", false], [1341, "index-0-variable:CMAKE__COMPILER", false], [1574, "index-0-variable:CMAKE__COMPILER", false], [1629, "variable:CMAKE__COMPILER", true], [1668, "index-0-variable:CMAKE__COMPILER", false], [1794, "index-0-variable:CMAKE__COMPILER", false], [1847, "index-0-variable:CMAKE__COMPILER", false]], "cmake__compiler_abi": [[1630, "variable:CMAKE__COMPILER_ABI", true]], "cmake__compiler_ar": [[1348, "index-0-variable:CMAKE__COMPILER_AR", false], [1631, "variable:CMAKE__COMPILER_AR", true]], "cmake__compiler_architecture_id": [[1632, "variable:CMAKE__COMPILER_ARCHITECTURE_ID", true], [1854, "index-0-variable:CMAKE__COMPILER_ARCHITECTURE_ID", false]], "cmake__compiler_external_toolchain": [[285, "index-0-variable:CMAKE__COMPILER_EXTERNAL_TOOLCHAIN", false], [1633, "variable:CMAKE__COMPILER_EXTERNAL_TOOLCHAIN", true]], "cmake__compiler_frontend_variant": [[274, "index-0-variable:CMAKE__COMPILER_FRONTEND_VARIANT", false], [1336, "index-0-variable:CMAKE__COMPILER_FRONTEND_VARIANT", false], [1341, "index-0-variable:CMAKE__COMPILER_FRONTEND_VARIANT", false], [1634, "variable:CMAKE__COMPILER_FRONTEND_VARIANT", true]], "cmake__compiler_id": [[268, "index-0-variable:CMAKE__COMPILER_ID", false], [268, "index-1-variable:CMAKE__COMPILER_ID", false], [268, "index-2-variable:CMAKE__COMPILER_ID", false], [268, "index-3-variable:CMAKE__COMPILER_ID", false], [268, "index-4-variable:CMAKE__COMPILER_ID", false], [273, "index-0-variable:CMAKE__COMPILER_ID", false], [274, "index-0-variable:CMAKE__COMPILER_ID", false], [285, "index-0-variable:CMAKE__COMPILER_ID", false], [285, "index-1-variable:CMAKE__COMPILER_ID", false], [302, "index-0-variable:CMAKE__COMPILER_ID", false], [302, "index-1-variable:CMAKE__COMPILER_ID", false], [302, "index-2-variable:CMAKE__COMPILER_ID", false], [559, "index-0-variable:CMAKE__COMPILER_ID", false], [585, "index-0-variable:CMAKE__COMPILER_ID", false], [585, "index-1-variable:CMAKE__COMPILER_ID", false], [604, "index-0-variable:CMAKE__COMPILER_ID", false], [607, "index-0-variable:CMAKE__COMPILER_ID", false], [607, "index-1-variable:CMAKE__COMPILER_ID", false], [649, "index-0-variable:CMAKE__COMPILER_ID", false], [649, "index-1-variable:CMAKE__COMPILER_ID", false], [664, "index-0-variable:CMAKE__COMPILER_ID", false], [664, "index-1-variable:CMAKE__COMPILER_ID", false], [664, "index-2-variable:CMAKE__COMPILER_ID", false], [689, "index-0-variable:CMAKE__COMPILER_ID", false], [689, "index-1-variable:CMAKE__COMPILER_ID", false], [983, "index-0-variable:CMAKE__COMPILER_ID", false], [1317, "index-0-variable:CMAKE__COMPILER_ID", false], [1317, "index-1-variable:CMAKE__COMPILER_ID", false], [1318, "index-0-variable:CMAKE__COMPILER_ID", false], [1324, "index-0-variable:CMAKE__COMPILER_ID", false], [1327, "index-0-variable:CMAKE__COMPILER_ID", false], [1338, "index-0-variable:CMAKE__COMPILER_ID", false], [1338, "index-1-variable:CMAKE__COMPILER_ID", false], [1339, "index-0-variable:CMAKE__COMPILER_ID", false], [1342, "index-0-variable:CMAKE__COMPILER_ID", false], [1342, "index-1-variable:CMAKE__COMPILER_ID", false], [1343, "index-0-variable:CMAKE__COMPILER_ID", false], [1348, "index-0-variable:CMAKE__COMPILER_ID", false], [1432, "index-0-variable:CMAKE__COMPILER_ID", false], [1439, "index-0-variable:CMAKE__COMPILER_ID", false], [1440, "index-0-variable:CMAKE__COMPILER_ID", false], [1441, "index-0-variable:CMAKE__COMPILER_ID", false], [1453, "index-0-variable:CMAKE__COMPILER_ID", false], [1634, "index-0-variable:CMAKE__COMPILER_ID", false], [1635, "variable:CMAKE__COMPILER_ID", true], [1668, "index-0-variable:CMAKE__COMPILER_ID", false], [1668, "index-1-variable:CMAKE__COMPILER_ID", false], [1669, "index-0-variable:CMAKE__COMPILER_ID", false], [1669, "index-1-variable:CMAKE__COMPILER_ID", false], [1670, "index-0-variable:CMAKE__COMPILER_ID", false], [1695, "index-0-variable:CMAKE__COMPILER_ID", false]], "cmake__compiler_launcher": [[170, "envvar:CMAKE__COMPILER_LAUNCHER", true], [170, "index-0-variable:CMAKE__COMPILER_LAUNCHER", false], [771, "index-0-variable:CMAKE__COMPILER_LAUNCHER", false], [817, "index-0-variable:CMAKE__COMPILER_LAUNCHER", false], [1123, "index-0-variable:CMAKE__COMPILER_LAUNCHER", false], [1198, "index-0-variable:CMAKE__COMPILER_LAUNCHER", false], [1219, "index-0-variable:CMAKE__COMPILER_LAUNCHER", false], [1319, "index-0-variable:CMAKE__COMPILER_LAUNCHER", false], [1320, "index-0-variable:CMAKE__COMPILER_LAUNCHER", false], [1326, "index-0-envvar:CMAKE__COMPILER_LAUNCHER", false], [1326, "index-0-variable:CMAKE__COMPILER_LAUNCHER", false], [1343, "index-0-variable:CMAKE__COMPILER_LAUNCHER", false], [1636, "index-0-envvar:CMAKE__COMPILER_LAUNCHER", false], [1636, "variable:CMAKE__COMPILER_LAUNCHER", true]], "cmake__compiler_linker": [[1339, "index-0-variable:CMAKE__COMPILER_LINKER", false], [1637, "variable:CMAKE__COMPILER_LINKER", true]], "cmake__compiler_linker_frontend_variant": [[1339, "index-0-variable:CMAKE__COMPILER_LINKER_FRONTEND_VARIANT", false], [1638, "variable:CMAKE__COMPILER_LINKER_FRONTEND_VARIANT", true]], "cmake__compiler_linker_id": [[1339, "index-0-variable:CMAKE__COMPILER_LINKER_ID", false], [1638, "index-0-variable:CMAKE__COMPILER_LINKER_ID", false], [1639, "variable:CMAKE__COMPILER_LINKER_ID", true]], "cmake__compiler_linker_version": [[1339, "index-0-variable:CMAKE__COMPILER_LINKER_VERSION", false], [1640, "variable:CMAKE__COMPILER_LINKER_VERSION", true]], "cmake__compiler_loaded": [[1641, "variable:CMAKE__COMPILER_LOADED", true]], "cmake__compiler_predefines_command": [[949, "index-0-variable:CMAKE__COMPILER_PREDEFINES_COMMAND", false], [949, "index-1-variable:CMAKE__COMPILER_PREDEFINES_COMMAND", false], [1642, "index-0-variable:CMAKE__COMPILER_PREDEFINES_COMMAND", false], [1642, "variable:CMAKE__COMPILER_PREDEFINES_COMMAND", true]], "cmake__compiler_ranlib": [[1348, "index-0-variable:CMAKE__COMPILER_RANLIB", false], [1643, "variable:CMAKE__COMPILER_RANLIB", true]], "cmake__compiler_target": [[273, "index-0-variable:CMAKE__COMPILER_TARGET", false], [285, "index-0-variable:CMAKE__COMPILER_TARGET", false], [285, "index-1-variable:CMAKE__COMPILER_TARGET", false], [1317, "index-0-variable:CMAKE__COMPILER_TARGET", false], [1644, "variable:CMAKE__COMPILER_TARGET", true], [1847, "index-0-variable:CMAKE__COMPILER_TARGET", false]], "cmake__compiler_version": [[273, "index-0-variable:CMAKE__COMPILER_VERSION", false], [274, "index-0-variable:CMAKE__COMPILER_VERSION", false], [274, "index-1-variable:CMAKE__COMPILER_VERSION", false], [285, "index-0-variable:CMAKE__COMPILER_VERSION", false], [297, "index-0-variable:CMAKE__COMPILER_VERSION", false], [689, "index-0-variable:CMAKE__COMPILER_VERSION", false], [1318, "index-0-variable:CMAKE__COMPILER_VERSION", false], [1318, "index-1-variable:CMAKE__COMPILER_VERSION", false], [1340, "index-0-variable:CMAKE__COMPILER_VERSION", false], [1645, "variable:CMAKE__COMPILER_VERSION", true], [1670, "index-0-variable:CMAKE__COMPILER_VERSION", false], [1696, "index-0-variable:CMAKE__COMPILER_VERSION", false], [1854, "index-0-variable:CMAKE__COMPILER_VERSION", false], [1854, "index-1-variable:CMAKE__COMPILER_VERSION", false], [2056, "index-0-variable:CMAKE__COMPILER_VERSION", false]], "cmake__compiler_version_internal": [[1646, "variable:CMAKE__COMPILER_VERSION_INTERNAL", true]], "cmake__cppcheck": [[1124, "index-0-variable:CMAKE__CPPCHECK", false], [1319, "index-0-variable:CMAKE__CPPCHECK", false], [1323, "index-0-variable:CMAKE__CPPCHECK", false], [1648, "variable:CMAKE__CPPCHECK", true]], "cmake__cpplint": [[1125, "index-0-variable:CMAKE__CPPLINT", false], [1347, "index-0-variable:CMAKE__CPPLINT", false], [1649, "variable:CMAKE__CPPLINT", true]], "cmake__create_shared_library": [[1650, "variable:CMAKE__CREATE_SHARED_LIBRARY", true]], "cmake__create_shared_library_archive": [[1651, "variable:CMAKE__CREATE_SHARED_LIBRARY_ARCHIVE", true]], "cmake__create_shared_module": [[1652, "variable:CMAKE__CREATE_SHARED_MODULE", true]], "cmake__create_static_library": [[1623, "index-0-variable:CMAKE__CREATE_STATIC_LIBRARY", false], [1624, "index-0-variable:CMAKE__CREATE_STATIC_LIBRARY", false], [1625, "index-0-variable:CMAKE__CREATE_STATIC_LIBRARY", false], [1653, "variable:CMAKE__CREATE_STATIC_LIBRARY", true]], "cmake__extensions": [[688, "index-0-variable:CMAKE__EXTENSIONS", false], [688, "index-1-variable:CMAKE__EXTENSIONS", false], [1126, "index-0-variable:CMAKE__EXTENSIONS", false], [1654, "variable:CMAKE__EXTENSIONS", true], [1655, "index-0-variable:CMAKE__EXTENSIONS", false]], "cmake__extensions_default": [[268, "index-0-variable:CMAKE__EXTENSIONS_DEFAULT", false], [688, "index-0-variable:CMAKE__EXTENSIONS_DEFAULT", false], [688, "index-1-variable:CMAKE__EXTENSIONS_DEFAULT", false], [989, "index-0-variable:CMAKE__EXTENSIONS_DEFAULT", false], [998, "index-0-variable:CMAKE__EXTENSIONS_DEFAULT", false], [1008, "index-0-variable:CMAKE__EXTENSIONS_DEFAULT", false], [1051, "index-0-variable:CMAKE__EXTENSIONS_DEFAULT", false], [1126, "index-0-variable:CMAKE__EXTENSIONS_DEFAULT", false], [1171, "index-0-variable:CMAKE__EXTENSIONS_DEFAULT", false], [1174, "index-0-variable:CMAKE__EXTENSIONS_DEFAULT", false], [1332, "index-0-variable:CMAKE__EXTENSIONS_DEFAULT", false], [1654, "index-0-variable:CMAKE__EXTENSIONS_DEFAULT", false], [1655, "variable:CMAKE__EXTENSIONS_DEFAULT", true]], "cmake__flags": [[1, "index-0-variable:CMAKE__FLAGS", false], [8, "index-0-variable:CMAKE__FLAGS", false], [113, "index-0-variable:CMAKE__FLAGS", false], [117, "index-0-variable:CMAKE__FLAGS", false], [146, "index-0-variable:CMAKE__FLAGS", false], [146, "index-1-variable:CMAKE__FLAGS", false], [146, "index-2-variable:CMAKE__FLAGS", false], [149, "index-0-variable:CMAKE__FLAGS", false], [149, "index-1-variable:CMAKE__FLAGS", false], [149, "index-2-variable:CMAKE__FLAGS", false], [184, "index-0-variable:CMAKE__FLAGS", false], [184, "index-1-variable:CMAKE__FLAGS", false], [184, "index-2-variable:CMAKE__FLAGS", false], [193, "index-0-variable:CMAKE__FLAGS", false], [193, "index-1-variable:CMAKE__FLAGS", false], [193, "index-2-variable:CMAKE__FLAGS", false], [196, "index-0-variable:CMAKE__FLAGS", false], [196, "index-1-variable:CMAKE__FLAGS", false], [196, "index-2-variable:CMAKE__FLAGS", false], [200, "index-0-variable:CMAKE__FLAGS", false], [200, "index-1-variable:CMAKE__FLAGS", false], [200, "index-2-variable:CMAKE__FLAGS", false], [202, "index-0-variable:CMAKE__FLAGS", false], [202, "index-1-variable:CMAKE__FLAGS", false], [202, "index-2-variable:CMAKE__FLAGS", false], [205, "index-0-variable:CMAKE__FLAGS", false], [205, "index-1-variable:CMAKE__FLAGS", false], [205, "index-2-variable:CMAKE__FLAGS", false], [209, "index-0-variable:CMAKE__FLAGS", false], [209, "index-1-variable:CMAKE__FLAGS", false], [209, "index-2-variable:CMAKE__FLAGS", false], [211, "index-0-variable:CMAKE__FLAGS", false], [211, "index-1-variable:CMAKE__FLAGS", false], [211, "index-2-variable:CMAKE__FLAGS", false], [214, "index-0-variable:CMAKE__FLAGS", false], [214, "index-1-variable:CMAKE__FLAGS", false], [214, "index-2-variable:CMAKE__FLAGS", false], [268, "index-0-variable:CMAKE__FLAGS", false], [285, "index-0-variable:CMAKE__FLAGS", false], [330, "index-0-variable:CMAKE__FLAGS", false], [331, "index-0-variable:CMAKE__FLAGS", false], [332, "index-0-variable:CMAKE__FLAGS", false], [333, "index-0-variable:CMAKE__FLAGS", false], [334, "index-0-variable:CMAKE__FLAGS", false], [335, "index-0-variable:CMAKE__FLAGS", false], [336, "index-0-variable:CMAKE__FLAGS", false], [337, "index-0-variable:CMAKE__FLAGS", false], [338, "index-0-variable:CMAKE__FLAGS", false], [340, "index-0-variable:CMAKE__FLAGS", false], [341, "index-0-variable:CMAKE__FLAGS", false], [342, "index-0-variable:CMAKE__FLAGS", false], [343, "index-0-variable:CMAKE__FLAGS", false], [344, "index-0-variable:CMAKE__FLAGS", false], [345, "index-0-variable:CMAKE__FLAGS", false], [346, "index-0-variable:CMAKE__FLAGS", false], [348, "index-0-variable:CMAKE__FLAGS", false], [349, "index-0-variable:CMAKE__FLAGS", false], [350, "index-0-variable:CMAKE__FLAGS", false], [351, "index-0-variable:CMAKE__FLAGS", false], [352, "index-0-variable:CMAKE__FLAGS", false], [353, "index-0-variable:CMAKE__FLAGS", false], [354, "index-0-variable:CMAKE__FLAGS", false], [355, "index-0-variable:CMAKE__FLAGS", false], [357, "index-0-variable:CMAKE__FLAGS", false], [358, "index-0-variable:CMAKE__FLAGS", false], [359, "index-0-variable:CMAKE__FLAGS", false], [360, "index-0-variable:CMAKE__FLAGS", false], [361, "index-0-variable:CMAKE__FLAGS", false], [362, "index-0-variable:CMAKE__FLAGS", false], [363, "index-0-variable:CMAKE__FLAGS", false], [382, "index-0-variable:CMAKE__FLAGS", false], [536, "index-0-variable:CMAKE__FLAGS", false], [616, "index-0-variable:CMAKE__FLAGS", false], [626, "index-0-variable:CMAKE__FLAGS", false], [652, "index-0-variable:CMAKE__FLAGS", false], [652, "index-1-variable:CMAKE__FLAGS", false], [652, "index-2-variable:CMAKE__FLAGS", false], [652, "index-3-variable:CMAKE__FLAGS", false], [652, "index-4-variable:CMAKE__FLAGS", false], [652, "index-5-variable:CMAKE__FLAGS", false], [677, "index-0-variable:CMAKE__FLAGS", false], [677, "index-1-variable:CMAKE__FLAGS", false], [677, "index-2-variable:CMAKE__FLAGS", false], [677, "index-3-variable:CMAKE__FLAGS", false], [677, "index-4-variable:CMAKE__FLAGS", false], [677, "index-5-variable:CMAKE__FLAGS", false], [698, "index-0-variable:CMAKE__FLAGS", false], [698, "index-1-variable:CMAKE__FLAGS", false], [978, "index-0-variable:CMAKE__FLAGS", false], [1324, "index-0-variable:CMAKE__FLAGS", false], [1328, "index-0-variable:CMAKE__FLAGS", false], [1330, "index-0-variable:CMAKE__FLAGS", false], [1334, "index-0-variable:CMAKE__FLAGS", false], [1346, "index-0-variable:CMAKE__FLAGS", false], [1656, "variable:CMAKE__FLAGS", true], [1657, "index-0-variable:CMAKE__FLAGS", false], [1661, "index-0-variable:CMAKE__FLAGS", false], [1862, "index-0-variable:CMAKE__FLAGS", false], [1868, "index-0-variable:CMAKE__FLAGS", false]], "cmake__flags_": [[1, "index-0-variable:CMAKE__FLAGS_", false], [8, "index-0-variable:CMAKE__FLAGS_", false], [113, "index-0-variable:CMAKE__FLAGS_", false], [117, "index-0-variable:CMAKE__FLAGS_", false], [266, "index-0-variable:CMAKE__FLAGS_", false], [268, "index-0-variable:CMAKE__FLAGS_", false], [343, "index-0-variable:CMAKE__FLAGS_", false], [651, "index-0-variable:CMAKE__FLAGS_", false], [651, "index-1-variable:CMAKE__FLAGS_", false], [651, "index-2-variable:CMAKE__FLAGS_", false], [651, "index-3-variable:CMAKE__FLAGS_", false], [696, "index-0-variable:CMAKE__FLAGS_", false], [696, "index-1-variable:CMAKE__FLAGS_", false], [696, "index-2-variable:CMAKE__FLAGS_", false], [696, "index-3-variable:CMAKE__FLAGS_", false], [698, "index-0-variable:CMAKE__FLAGS_", false], [698, "index-1-variable:CMAKE__FLAGS_", false], [701, "index-0-variable:CMAKE__FLAGS_", false], [701, "index-1-variable:CMAKE__FLAGS_", false], [701, "index-2-variable:CMAKE__FLAGS_", false], [701, "index-3-variable:CMAKE__FLAGS_", false], [978, "index-0-variable:CMAKE__FLAGS_", false], [1334, "index-0-variable:CMAKE__FLAGS_", false], [1656, "index-0-variable:CMAKE__FLAGS_", false], [1657, "variable:CMAKE__FLAGS_", true], [1658, "index-0-variable:CMAKE__FLAGS_", false], [1659, "index-0-variable:CMAKE__FLAGS_", false], [1662, "index-0-variable:CMAKE__FLAGS_", false], [1664, "index-0-variable:CMAKE__FLAGS_", false], [1666, "index-0-variable:CMAKE__FLAGS_", false]], "cmake__flags__init": [[1658, "variable:CMAKE__FLAGS__INIT", true], [1660, "index-0-variable:CMAKE__FLAGS__INIT", false], [1661, "index-0-variable:CMAKE__FLAGS__INIT", false], [1663, "index-0-variable:CMAKE__FLAGS__INIT", false], [1665, "index-0-variable:CMAKE__FLAGS__INIT", false], [1667, "index-0-variable:CMAKE__FLAGS__INIT", false]], "cmake__flags_debug": [[626, "index-0-variable:CMAKE__FLAGS_DEBUG", false], [626, "index-1-variable:CMAKE__FLAGS_DEBUG", false], [626, "index-2-variable:CMAKE__FLAGS_DEBUG", false], [1346, "index-0-variable:CMAKE__FLAGS_DEBUG", false], [1659, "variable:CMAKE__FLAGS_DEBUG", true]], "cmake__flags_debug_init": [[1660, "variable:CMAKE__FLAGS_DEBUG_INIT", true]], "cmake__flags_init": [[146, "index-0-variable:CMAKE__FLAGS_INIT", false], [149, "index-0-variable:CMAKE__FLAGS_INIT", false], [184, "index-0-variable:CMAKE__FLAGS_INIT", false], [193, "index-0-variable:CMAKE__FLAGS_INIT", false], [196, "index-0-variable:CMAKE__FLAGS_INIT", false], [200, "index-0-variable:CMAKE__FLAGS_INIT", false], [202, "index-0-variable:CMAKE__FLAGS_INIT", false], [205, "index-0-variable:CMAKE__FLAGS_INIT", false], [209, "index-0-variable:CMAKE__FLAGS_INIT", false], [211, "index-0-variable:CMAKE__FLAGS_INIT", false], [214, "index-0-variable:CMAKE__FLAGS_INIT", false], [688, "index-0-variable:CMAKE__FLAGS_INIT", false], [1328, "index-0-variable:CMAKE__FLAGS_INIT", false], [1346, "index-0-variable:CMAKE__FLAGS_INIT", false], [1658, "index-0-variable:CMAKE__FLAGS_INIT", false], [1661, "variable:CMAKE__FLAGS_INIT", true], [1868, "index-0-variable:CMAKE__FLAGS_INIT", false]], "cmake__flags_minsizerel": [[1662, "variable:CMAKE__FLAGS_MINSIZEREL", true]], "cmake__flags_minsizerel_init": [[1663, "variable:CMAKE__FLAGS_MINSIZEREL_INIT", true]], "cmake__flags_release": [[1664, "variable:CMAKE__FLAGS_RELEASE", true]], "cmake__flags_release_init": [[1665, "variable:CMAKE__FLAGS_RELEASE_INIT", true]], "cmake__flags_relwithdebinfo": [[1666, "variable:CMAKE__FLAGS_RELWITHDEBINFO", true]], "cmake__flags_relwithdebinfo_init": [[1667, "variable:CMAKE__FLAGS_RELWITHDEBINFO_INIT", true]], "cmake__host_compiler": [[194, "index-0-variable:CMAKE__HOST_COMPILER", false], [194, "index-1-variable:CMAKE__HOST_COMPILER", false], [203, "index-0-variable:CMAKE__HOST_COMPILER", false], [347, "index-0-variable:CMAKE__HOST_COMPILER", false], [347, "index-1-variable:CMAKE__HOST_COMPILER", false], [347, "index-2-variable:CMAKE__HOST_COMPILER", false], [1456, "index-0-variable:CMAKE__HOST_COMPILER", false], [1668, "variable:CMAKE__HOST_COMPILER", true], [1669, "index-0-variable:CMAKE__HOST_COMPILER", false], [1670, "index-0-variable:CMAKE__HOST_COMPILER", false]], "cmake__host_compiler_id": [[1342, "index-0-variable:CMAKE__HOST_COMPILER_ID", false], [1668, "index-0-variable:CMAKE__HOST_COMPILER_ID", false], [1669, "variable:CMAKE__HOST_COMPILER_ID", true]], "cmake__host_compiler_version": [[1342, "index-0-variable:CMAKE__HOST_COMPILER_VERSION", false], [1668, "index-0-variable:CMAKE__HOST_COMPILER_VERSION", false], [1670, "variable:CMAKE__HOST_COMPILER_VERSION", true]], "cmake__ignore_extensions": [[1671, "variable:CMAKE__IGNORE_EXTENSIONS", true]], "cmake__implicit_include_directories": [[273, "index-0-variable:CMAKE__IMPLICIT_INCLUDE_DIRECTORIES", false], [1672, "variable:CMAKE__IMPLICIT_INCLUDE_DIRECTORIES", true]], "cmake__implicit_link_directories": [[171, "index-0-variable:CMAKE__IMPLICIT_LINK_DIRECTORIES", false], [273, "index-0-variable:CMAKE__IMPLICIT_LINK_DIRECTORIES", false], [1673, "variable:CMAKE__IMPLICIT_LINK_DIRECTORIES", true], [1675, "index-0-variable:CMAKE__IMPLICIT_LINK_DIRECTORIES", false]], "cmake__implicit_link_directories_exclude": [[171, "envvar:CMAKE__IMPLICIT_LINK_DIRECTORIES_EXCLUDE", true], [1673, "index-0-envvar:CMAKE__IMPLICIT_LINK_DIRECTORIES_EXCLUDE", false]], "cmake__implicit_link_framework_directories": [[273, "index-0-variable:CMAKE__IMPLICIT_LINK_FRAMEWORK_DIRECTORIES", false], [1674, "variable:CMAKE__IMPLICIT_LINK_FRAMEWORK_DIRECTORIES", true]], "cmake__implicit_link_libraries": [[273, "index-0-variable:CMAKE__IMPLICIT_LINK_LIBRARIES", false], [1673, "index-0-variable:CMAKE__IMPLICIT_LINK_LIBRARIES", false], [1675, "variable:CMAKE__IMPLICIT_LINK_LIBRARIES", true]], "cmake__include_what_you_use": [[1127, "index-0-variable:CMAKE__INCLUDE_WHAT_YOU_USE", false], [1340, "index-0-variable:CMAKE__INCLUDE_WHAT_YOU_USE", false], [1676, "variable:CMAKE__INCLUDE_WHAT_YOU_USE", true]], "cmake__library_architecture": [[1677, "variable:CMAKE__LIBRARY_ARCHITECTURE", true], [1709, "index-0-variable:CMAKE__LIBRARY_ARCHITECTURE", false], [1710, "index-0-variable:CMAKE__LIBRARY_ARCHITECTURE", false]], "cmake__link_executable": [[1683, "variable:CMAKE__LINK_EXECUTABLE", true]], "cmake__link_group_using_": [[274, "index-0-variable:CMAKE__LINK_GROUP_USING_", false], [274, "index-1-variable:CMAKE__LINK_GROUP_USING_", false], [1334, "index-0-variable:CMAKE__LINK_GROUP_USING_", false], [1684, "variable:CMAKE__LINK_GROUP_USING_", true], [1685, "index-0-variable:CMAKE__LINK_GROUP_USING_", false], [1720, "index-0-variable:CMAKE__LINK_GROUP_USING_", false]], "cmake__link_group_using__supported": [[274, "index-0-variable:CMAKE__LINK_GROUP_USING__SUPPORTED", false], [274, "index-1-variable:CMAKE__LINK_GROUP_USING__SUPPORTED", false], [1684, "index-0-variable:CMAKE__LINK_GROUP_USING__SUPPORTED", false], [1685, "variable:CMAKE__LINK_GROUP_USING__SUPPORTED", true], [1720, "index-0-variable:CMAKE__LINK_GROUP_USING__SUPPORTED", false], [1721, "index-0-variable:CMAKE__LINK_GROUP_USING__SUPPORTED", false]], "cmake__link_library__attributes": [[1341, "index-0-variable:CMAKE__LINK_LIBRARY__ATTRIBUTES", false], [1686, "variable:CMAKE__LINK_LIBRARY__ATTRIBUTES", true], [1690, "index-0-variable:CMAKE__LINK_LIBRARY__ATTRIBUTES", false], [1725, "index-0-variable:CMAKE__LINK_LIBRARY__ATTRIBUTES", false], [1725, "index-1-variable:CMAKE__LINK_LIBRARY__ATTRIBUTES", false], [1729, "index-0-variable:CMAKE__LINK_LIBRARY__ATTRIBUTES", false]], "cmake__link_library_file_flag": [[1687, "variable:CMAKE__LINK_LIBRARY_FILE_FLAG", true]], "cmake__link_library_flag": [[1688, "variable:CMAKE__LINK_LIBRARY_FLAG", true]], "cmake__link_library_suffix": [[1689, "variable:CMAKE__LINK_LIBRARY_SUFFIX", true]], "cmake__link_library_using_": [[274, "index-0-variable:CMAKE__LINK_LIBRARY_USING_", false], [274, "index-1-variable:CMAKE__LINK_LIBRARY_USING_", false], [1150, "index-0-variable:CMAKE__LINK_LIBRARY_USING_", false], [1151, "index-0-variable:CMAKE__LINK_LIBRARY_USING_", false], [1334, "index-0-variable:CMAKE__LINK_LIBRARY_USING_", false], [1690, "variable:CMAKE__LINK_LIBRARY_USING_", true], [1691, "index-0-variable:CMAKE__LINK_LIBRARY_USING_", false], [1725, "index-0-variable:CMAKE__LINK_LIBRARY_USING_", false]], "cmake__link_library_using__supported": [[274, "index-0-variable:CMAKE__LINK_LIBRARY_USING__SUPPORTED", false], [274, "index-1-variable:CMAKE__LINK_LIBRARY_USING__SUPPORTED", false], [1690, "index-0-variable:CMAKE__LINK_LIBRARY_USING__SUPPORTED", false], [1691, "variable:CMAKE__LINK_LIBRARY_USING__SUPPORTED", true], [1725, "index-0-variable:CMAKE__LINK_LIBRARY_USING__SUPPORTED", false], [1729, "index-0-variable:CMAKE__LINK_LIBRARY_USING__SUPPORTED", false], [1730, "index-0-variable:CMAKE__LINK_LIBRARY_USING__SUPPORTED", false]], "cmake__link_what_you_use_flag": [[1155, "index-0-variable:CMAKE__LINK_WHAT_YOU_USE_FLAG", false], [1332, "index-0-variable:CMAKE__LINK_WHAT_YOU_USE_FLAG", false], [1692, "variable:CMAKE__LINK_WHAT_YOU_USE_FLAG", true], [1734, "index-0-variable:CMAKE__LINK_WHAT_YOU_USE_FLAG", false]], "cmake__linker_launcher": [[172, "envvar:CMAKE__LINKER_LAUNCHER", true], [172, "index-0-variable:CMAKE__LINKER_LAUNCHER", false], [773, "index-0-variable:CMAKE__LINKER_LAUNCHER", false], [819, "index-0-variable:CMAKE__LINKER_LAUNCHER", false], [1128, "index-0-variable:CMAKE__LINKER_LAUNCHER", false], [1200, "index-0-variable:CMAKE__LINKER_LAUNCHER", false], [1331, "index-0-variable:CMAKE__LINKER_LAUNCHER", false], [1678, "index-0-envvar:CMAKE__LINKER_LAUNCHER", false], [1678, "variable:CMAKE__LINKER_LAUNCHER", true]], "cmake__linker_preference": [[1136, "index-0-variable:CMAKE__LINKER_PREFERENCE", false], [1679, "variable:CMAKE__LINKER_PREFERENCE", true], [1680, "index-0-variable:CMAKE__LINKER_PREFERENCE", false]], "cmake__linker_preference_propagates": [[1679, "index-0-variable:CMAKE__LINKER_PREFERENCE_PROPAGATES", false], [1680, "variable:CMAKE__LINKER_PREFERENCE_PROPAGATES", true]], "cmake__linker_wrapper_flag": [[8, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG", false], [117, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG", false], [1152, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG", false], [1681, "variable:CMAKE__LINKER_WRAPPER_FLAG", true], [1682, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG", false], [1684, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG", false], [1690, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG", false], [1720, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG", false], [1729, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG", false]], "cmake__linker_wrapper_flag_sep": [[8, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG_SEP", false], [117, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG_SEP", false], [1152, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG_SEP", false], [1681, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG_SEP", false], [1682, "variable:CMAKE__LINKER_WRAPPER_FLAG_SEP", true], [1684, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG_SEP", false], [1690, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG_SEP", false], [1720, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG_SEP", false], [1729, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG_SEP", false]], "cmake__output_extension": [[1693, "variable:CMAKE__OUTPUT_EXTENSION", true]], "cmake__platform_id": [[1694, "variable:CMAKE__PLATFORM_ID", true]], "cmake__simulate_id": [[689, "index-0-variable:CMAKE__SIMULATE_ID", false], [1695, "variable:CMAKE__SIMULATE_ID", true]], "cmake__simulate_version": [[689, "index-0-variable:CMAKE__SIMULATE_VERSION", false], [1696, "variable:CMAKE__SIMULATE_VERSION", true]], "cmake__sizeof_data_ptr": [[1697, "variable:CMAKE__SIZEOF_DATA_PTR", true]], "cmake__source_file_extensions": [[273, "index-0-variable:CMAKE__SOURCE_FILE_EXTENSIONS", false], [1698, "variable:CMAKE__SOURCE_FILE_EXTENSIONS", true]], "cmake__standard": [[268, "index-0-variable:CMAKE__STANDARD", false], [1129, "index-0-variable:CMAKE__STANDARD", false], [1336, "index-0-variable:CMAKE__STANDARD", false], [1699, "variable:CMAKE__STANDARD", true]], "cmake__standard_default": [[688, "index-0-variable:CMAKE__STANDARD_DEFAULT", false], [1700, "variable:CMAKE__STANDARD_DEFAULT", true]], "cmake__standard_include_directories": [[1345, "index-0-variable:CMAKE__STANDARD_INCLUDE_DIRECTORIES", false], [1701, "variable:CMAKE__STANDARD_INCLUDE_DIRECTORIES", true], [1703, "index-0-variable:CMAKE__STANDARD_INCLUDE_DIRECTORIES", false]], "cmake__standard_latest": [[1341, "index-0-variable:CMAKE__STANDARD_LATEST", false], [1702, "variable:CMAKE__STANDARD_LATEST", true]], "cmake__standard_libraries": [[1345, "index-0-variable:CMAKE__STANDARD_LIBRARIES", false], [1701, "index-0-variable:CMAKE__STANDARD_LIBRARIES", false], [1703, "variable:CMAKE__STANDARD_LIBRARIES", true], [1704, "index-0-variable:CMAKE__STANDARD_LIBRARIES", false]], "cmake__standard_link_directories": [[1342, "index-0-variable:CMAKE__STANDARD_LINK_DIRECTORIES", false], [1704, "variable:CMAKE__STANDARD_LINK_DIRECTORIES", true]], "cmake__standard_required": [[1130, "index-0-variable:CMAKE__STANDARD_REQUIRED", false], [1705, "variable:CMAKE__STANDARD_REQUIRED", true]], "cmake__using_linker_": [[1137, "index-0-variable:CMAKE__USING_LINKER_", false], [1706, "index-0-variable:CMAKE__USING_LINKER_", false], [1706, "index-1-variable:CMAKE__USING_LINKER_", false], [1706, "index-2-variable:CMAKE__USING_LINKER_", false], [1707, "variable:CMAKE__USING_LINKER_", true]], "cmake__using_linker_mode": [[1706, "variable:CMAKE__USING_LINKER_MODE", true], [1707, "index-0-variable:CMAKE__USING_LINKER_MODE", false]], "cmake__visibility_preset": [[536, "index-0-variable:CMAKE__VISIBILITY_PRESET", false], [1131, "index-0-variable:CMAKE__VISIBILITY_PRESET", false], [1708, "variable:CMAKE__VISIBILITY_PRESET", true]], "cmake_absolute_destination_files": [[1356, "variable:CMAKE_ABSOLUTE_DESTINATION_FILES", true], [1949, "index-0-variable:CMAKE_ABSOLUTE_DESTINATION_FILES", false]], "cmake_add_custom_command_depends_explicit_only": [[2, "index-0-variable:CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY", false], [1337, "index-0-variable:CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY", false], [1357, "variable:CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY", true]], "cmake_adsp_root": [[144, "index-0-variable:CMAKE_ADSP_ROOT", false], [285, "index-0-variable:CMAKE_ADSP_ROOT", false], [1358, "variable:CMAKE_ADSP_ROOT", true]], "cmake_aix_export_all_symbols": [[916, "index-0-variable:CMAKE_AIX_EXPORT_ALL_SYMBOLS", false], [1326, "index-0-variable:CMAKE_AIX_EXPORT_ALL_SYMBOLS", false], [1359, "variable:CMAKE_AIX_EXPORT_ALL_SYMBOLS", true]], "cmake_aix_shared_library_archive": [[917, "index-0-variable:CMAKE_AIX_SHARED_LIBRARY_ARCHIVE", false], [1342, "index-0-variable:CMAKE_AIX_SHARED_LIBRARY_ARCHIVE", false], [1360, "variable:CMAKE_AIX_SHARED_LIBRARY_ARCHIVE", true]], "cmake_android_ant_additional_options": [[920, "index-0-variable:CMAKE_ANDROID_ANT_ADDITIONAL_OPTIONS", false], [1361, "variable:CMAKE_ANDROID_ANT_ADDITIONAL_OPTIONS", true]], "cmake_android_api": [[285, "index-0-variable:CMAKE_ANDROID_API", false], [921, "index-0-variable:CMAKE_ANDROID_API", false], [1362, "variable:CMAKE_ANDROID_API", true]], "cmake_android_api_min": [[922, "index-0-variable:CMAKE_ANDROID_API_MIN", false], [1363, "variable:CMAKE_ANDROID_API_MIN", true]], "cmake_android_arch": [[285, "index-0-variable:CMAKE_ANDROID_ARCH", false], [923, "index-0-variable:CMAKE_ANDROID_ARCH", false], [1364, "variable:CMAKE_ANDROID_ARCH", true]], "cmake_android_arch_abi": [[285, "index-0-variable:CMAKE_ANDROID_ARCH_ABI", false], [285, "index-1-variable:CMAKE_ANDROID_ARCH_ABI", false], [1364, "index-0-variable:CMAKE_ANDROID_ARCH_ABI", false], [1365, "variable:CMAKE_ANDROID_ARCH_ABI", true], [1366, "index-0-variable:CMAKE_ANDROID_ARCH_ABI", false], [1367, "index-0-variable:CMAKE_ANDROID_ARCH_ABI", false], [1379, "index-0-variable:CMAKE_ANDROID_ARCH_ABI", false]], "cmake_android_arm_mode": [[285, "index-0-variable:CMAKE_ANDROID_ARM_MODE", false], [285, "index-1-variable:CMAKE_ANDROID_ARM_MODE", false], [1365, "index-0-variable:CMAKE_ANDROID_ARM_MODE", false], [1366, "variable:CMAKE_ANDROID_ARM_MODE", true]], "cmake_android_arm_neon": [[285, "index-0-variable:CMAKE_ANDROID_ARM_NEON", false], [285, "index-1-variable:CMAKE_ANDROID_ARM_NEON", false], [1365, "index-0-variable:CMAKE_ANDROID_ARM_NEON", false], [1367, "variable:CMAKE_ANDROID_ARM_NEON", true]], "cmake_android_assets_directories": [[924, "index-0-variable:CMAKE_ANDROID_ASSETS_DIRECTORIES", false], [1368, "variable:CMAKE_ANDROID_ASSETS_DIRECTORIES", true]], "cmake_android_exceptions": [[1369, "variable:CMAKE_ANDROID_EXCEPTIONS", true]], "cmake_android_gui": [[925, "index-0-variable:CMAKE_ANDROID_GUI", false], [1370, "variable:CMAKE_ANDROID_GUI", true]], "cmake_android_jar_dependencies": [[926, "index-0-variable:CMAKE_ANDROID_JAR_DEPENDENCIES", false], [1371, "variable:CMAKE_ANDROID_JAR_DEPENDENCIES", true]], "cmake_android_jar_directories": [[927, "index-0-variable:CMAKE_ANDROID_JAR_DIRECTORIES", false], [1372, "variable:CMAKE_ANDROID_JAR_DIRECTORIES", true]], "cmake_android_java_source_dir": [[928, "index-0-variable:CMAKE_ANDROID_JAVA_SOURCE_DIR", false], [1373, "variable:CMAKE_ANDROID_JAVA_SOURCE_DIR", true]], "cmake_android_native_lib_dependencies": [[929, "index-0-variable:CMAKE_ANDROID_NATIVE_LIB_DEPENDENCIES", false], [1374, "variable:CMAKE_ANDROID_NATIVE_LIB_DEPENDENCIES", true]], "cmake_android_native_lib_directories": [[930, "index-0-variable:CMAKE_ANDROID_NATIVE_LIB_DIRECTORIES", false], [1375, "variable:CMAKE_ANDROID_NATIVE_LIB_DIRECTORIES", true]], "cmake_android_ndk": [[285, "index-0-variable:CMAKE_ANDROID_NDK", false], [285, "index-1-variable:CMAKE_ANDROID_NDK", false], [285, "index-2-variable:CMAKE_ANDROID_NDK", false], [285, "index-3-variable:CMAKE_ANDROID_NDK", false], [285, "index-4-variable:CMAKE_ANDROID_NDK", false], [1376, "variable:CMAKE_ANDROID_NDK", true]], "cmake_android_ndk_deprecated_headers": [[285, "index-0-variable:CMAKE_ANDROID_NDK_DEPRECATED_HEADERS", false], [1348, "index-0-variable:CMAKE_ANDROID_NDK_DEPRECATED_HEADERS", false], [1377, "variable:CMAKE_ANDROID_NDK_DEPRECATED_HEADERS", true]], "cmake_android_ndk_toolchain_host_tag": [[1378, "variable:CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG", true]], "cmake_android_ndk_toolchain_version": [[285, "index-0-variable:CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION", false], [1379, "variable:CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION", true]], "cmake_android_ndk_version": [[285, "index-0-variable:CMAKE_ANDROID_NDK_VERSION", false], [1330, "index-0-variable:CMAKE_ANDROID_NDK_VERSION", false], [1380, "variable:CMAKE_ANDROID_NDK_VERSION", true]], "cmake_android_process_max": [[931, "index-0-variable:CMAKE_ANDROID_PROCESS_MAX", false], [1381, "variable:CMAKE_ANDROID_PROCESS_MAX", true]], "cmake_android_proguard": [[932, "index-0-variable:CMAKE_ANDROID_PROGUARD", false], [1382, "variable:CMAKE_ANDROID_PROGUARD", true]], "cmake_android_proguard_config_path": [[933, "index-0-variable:CMAKE_ANDROID_PROGUARD_CONFIG_PATH", false], [1383, "variable:CMAKE_ANDROID_PROGUARD_CONFIG_PATH", true]], "cmake_android_rtti": [[1384, "variable:CMAKE_ANDROID_RTTI", true]], "cmake_android_secure_props_path": [[934, "index-0-variable:CMAKE_ANDROID_SECURE_PROPS_PATH", false], [1385, "variable:CMAKE_ANDROID_SECURE_PROPS_PATH", true]], "cmake_android_skip_ant_step": [[935, "index-0-variable:CMAKE_ANDROID_SKIP_ANT_STEP", false], [1386, "variable:CMAKE_ANDROID_SKIP_ANT_STEP", true]], "cmake_android_standalone_toolchain": [[285, "index-0-variable:CMAKE_ANDROID_STANDALONE_TOOLCHAIN", false], [285, "index-1-variable:CMAKE_ANDROID_STANDALONE_TOOLCHAIN", false], [285, "index-2-variable:CMAKE_ANDROID_STANDALONE_TOOLCHAIN", false], [285, "index-3-variable:CMAKE_ANDROID_STANDALONE_TOOLCHAIN", false], [285, "index-4-variable:CMAKE_ANDROID_STANDALONE_TOOLCHAIN", false], [1387, "variable:CMAKE_ANDROID_STANDALONE_TOOLCHAIN", true]], "cmake_android_stl_type": [[285, "index-0-variable:CMAKE_ANDROID_STL_TYPE", false], [936, "index-0-variable:CMAKE_ANDROID_STL_TYPE", false], [1388, "variable:CMAKE_ANDROID_STL_TYPE", true]], "cmake_appbundle_path": [[58, "index-0-envvar:CMAKE_APPBUNDLE_PATH", false], [58, "index-0-variable:CMAKE_APPBUNDLE_PATH", false], [60, "index-0-envvar:CMAKE_APPBUNDLE_PATH", false], [60, "index-0-variable:CMAKE_APPBUNDLE_PATH", false], [60, "index-1-envvar:CMAKE_APPBUNDLE_PATH", false], [60, "index-1-variable:CMAKE_APPBUNDLE_PATH", false], [150, "envvar:CMAKE_APPBUNDLE_PATH", true], [150, "index-0-variable:CMAKE_APPBUNDLE_PATH", false], [469, "index-0-variable:CMAKE_APPBUNDLE_PATH", false], [469, "index-1-variable:CMAKE_APPBUNDLE_PATH", false], [1389, "index-0-envvar:CMAKE_APPBUNDLE_PATH", false], [1389, "variable:CMAKE_APPBUNDLE_PATH", true], [1839, "index-0-variable:CMAKE_APPBUNDLE_PATH", false]], "cmake_apple_silicon_processor": [[151, "envvar:CMAKE_APPLE_SILICON_PROCESSOR", true], [151, "index-0-variable:CMAKE_APPLE_SILICON_PROCESSOR", false], [1328, "index-0-envvar:CMAKE_APPLE_SILICON_PROCESSOR", false], [1328, "index-0-variable:CMAKE_APPLE_SILICON_PROCESSOR", false], [1328, "index-1-envvar:CMAKE_APPLE_SILICON_PROCESSOR", false], [1328, "index-1-variable:CMAKE_APPLE_SILICON_PROCESSOR", false], [1390, "index-0-envvar:CMAKE_APPLE_SILICON_PROCESSOR", false], [1390, "variable:CMAKE_APPLE_SILICON_PROCESSOR", true], [1585, "index-0-envvar:CMAKE_APPLE_SILICON_PROCESSOR", false], [1585, "index-0-variable:CMAKE_APPLE_SILICON_PROCESSOR", false]], "cmake_ar": [[1391, "variable:CMAKE_AR", true], [1631, "index-0-variable:CMAKE_AR", false]], "cmake_archive_output_directory": [[937, "index-0-variable:CMAKE_ARCHIVE_OUTPUT_DIRECTORY", false], [937, "index-1-variable:CMAKE_ARCHIVE_OUTPUT_DIRECTORY", false], [1330, "index-0-variable:CMAKE_ARCHIVE_OUTPUT_DIRECTORY", false], [1392, "variable:CMAKE_ARCHIVE_OUTPUT_DIRECTORY", true]], "cmake_archive_output_directory_": [[938, "index-0-variable:CMAKE_ARCHIVE_OUTPUT_DIRECTORY_", false], [1393, "variable:CMAKE_ARCHIVE_OUTPUT_DIRECTORY_", true]], "cmake_argc": [[1394, "variable:CMAKE_ARGC", true], [1395, "index-0-variable:CMAKE_ARGC", false]], "cmake_argv0": [[287, "index-0-variable:CMAKE_ARGV0", false], [1394, "index-0-variable:CMAKE_ARGV0", false], [1395, "variable:CMAKE_ARGV0", true]], "cmake_autogen_better_graph_multi_config": [[941, "index-0-variable:CMAKE_AUTOGEN_BETTER_GRAPH_MULTI_CONFIG", false], [1396, "variable:CMAKE_AUTOGEN_BETTER_GRAPH_MULTI_CONFIG", true]], "cmake_autogen_command_line_length_max": [[943, "index-0-variable:CMAKE_AUTOGEN_COMMAND_LINE_LENGTH_MAX", false], [1397, "variable:CMAKE_AUTOGEN_COMMAND_LINE_LENGTH_MAX", true]], "cmake_autogen_origin_depends": [[944, "index-0-variable:CMAKE_AUTOGEN_ORIGIN_DEPENDS", false], [1323, "index-0-variable:CMAKE_AUTOGEN_ORIGIN_DEPENDS", false], [1398, "variable:CMAKE_AUTOGEN_ORIGIN_DEPENDS", true]], "cmake_autogen_parallel": [[945, "index-0-variable:CMAKE_AUTOGEN_PARALLEL", false], [1320, "index-0-variable:CMAKE_AUTOGEN_PARALLEL", false], [1399, "variable:CMAKE_AUTOGEN_PARALLEL", true]], "cmake_autogen_use_system_include": [[711, "index-0-variable:CMAKE_AUTOGEN_USE_SYSTEM_INCLUDE", false], [947, "index-0-variable:CMAKE_AUTOGEN_USE_SYSTEM_INCLUDE", false], [1337, "index-0-variable:CMAKE_AUTOGEN_USE_SYSTEM_INCLUDE", false], [1400, "variable:CMAKE_AUTOGEN_USE_SYSTEM_INCLUDE", true]], "cmake_autogen_verbose": [[1322, "index-0-variable:CMAKE_AUTOGEN_VERBOSE", false], [1401, "variable:CMAKE_AUTOGEN_VERBOSE", true]], "cmake_automoc": [[283, "index-0-variable:CMAKE_AUTOMOC", false], [948, "index-0-variable:CMAKE_AUTOMOC", false], [1348, "index-0-variable:CMAKE_AUTOMOC", false], [1402, "variable:CMAKE_AUTOMOC", true], [1404, "index-0-variable:CMAKE_AUTOMOC", false], [1406, "index-0-variable:CMAKE_AUTOMOC", false], [1407, "index-0-variable:CMAKE_AUTOMOC", false]], "cmake_automoc_compiler_predefines": [[949, "index-0-variable:CMAKE_AUTOMOC_COMPILER_PREDEFINES", false], [1319, "index-0-variable:CMAKE_AUTOMOC_COMPILER_PREDEFINES", false], [1403, "variable:CMAKE_AUTOMOC_COMPILER_PREDEFINES", true]], "cmake_automoc_depend_filters": [[950, "index-0-variable:CMAKE_AUTOMOC_DEPEND_FILTERS", false], [950, "index-1-variable:CMAKE_AUTOMOC_DEPEND_FILTERS", false], [950, "index-2-variable:CMAKE_AUTOMOC_DEPEND_FILTERS", false], [1348, "index-0-variable:CMAKE_AUTOMOC_DEPEND_FILTERS", false], [1404, "variable:CMAKE_AUTOMOC_DEPEND_FILTERS", true]], "cmake_automoc_executable": [[1337, "index-0-variable:CMAKE_AUTOMOC_EXECUTABLE", false], [1405, "variable:CMAKE_AUTOMOC_EXECUTABLE", true]], "cmake_automoc_macro_names": [[950, "index-0-variable:CMAKE_AUTOMOC_MACRO_NAMES", false], [952, "index-0-variable:CMAKE_AUTOMOC_MACRO_NAMES", false], [1319, "index-0-variable:CMAKE_AUTOMOC_MACRO_NAMES", false], [1406, "variable:CMAKE_AUTOMOC_MACRO_NAMES", true]], "cmake_automoc_moc_options": [[283, "index-0-variable:CMAKE_AUTOMOC_MOC_OPTIONS", false], [953, "index-0-variable:CMAKE_AUTOMOC_MOC_OPTIONS", false], [1407, "variable:CMAKE_AUTOMOC_MOC_OPTIONS", true]], "cmake_automoc_path_prefix": [[954, "index-0-variable:CMAKE_AUTOMOC_PATH_PREFIX", false], [1325, "index-0-variable:CMAKE_AUTOMOC_PATH_PREFIX", false], [1325, "index-1-variable:CMAKE_AUTOMOC_PATH_PREFIX", false], [1326, "index-0-variable:CMAKE_AUTOMOC_PATH_PREFIX", false], [1327, "index-0-variable:CMAKE_AUTOMOC_PATH_PREFIX", false], [1408, "variable:CMAKE_AUTOMOC_PATH_PREFIX", true]], "cmake_automoc_relaxed_mode": [[1324, "index-0-variable:CMAKE_AUTOMOC_RELAXED_MODE", false], [1409, "variable:CMAKE_AUTOMOC_RELAXED_MODE", true]], "cmake_autorcc": [[283, "index-0-variable:CMAKE_AUTORCC", false], [955, "index-0-variable:CMAKE_AUTORCC", false], [1410, "variable:CMAKE_AUTORCC", true], [1412, "index-0-variable:CMAKE_AUTORCC", false]], "cmake_autorcc_executable": [[1337, "index-0-variable:CMAKE_AUTORCC_EXECUTABLE", false], [1411, "variable:CMAKE_AUTORCC_EXECUTABLE", true]], "cmake_autorcc_options": [[283, "index-0-variable:CMAKE_AUTORCC_OPTIONS", false], [957, "index-0-variable:CMAKE_AUTORCC_OPTIONS", false], [1412, "variable:CMAKE_AUTORCC_OPTIONS", true]], "cmake_autouic": [[283, "index-0-variable:CMAKE_AUTOUIC", false], [958, "index-0-variable:CMAKE_AUTOUIC", false], [1348, "index-0-variable:CMAKE_AUTOUIC", false], [1413, "variable:CMAKE_AUTOUIC", true], [1415, "index-0-variable:CMAKE_AUTOUIC", false], [1416, "index-0-variable:CMAKE_AUTOUIC", false]], "cmake_autouic_executable": [[1337, "index-0-variable:CMAKE_AUTOUIC_EXECUTABLE", false], [1414, "variable:CMAKE_AUTOUIC_EXECUTABLE", true]], "cmake_autouic_options": [[283, "index-0-variable:CMAKE_AUTOUIC_OPTIONS", false], [960, "index-0-variable:CMAKE_AUTOUIC_OPTIONS", false], [1415, "variable:CMAKE_AUTOUIC_OPTIONS", true]], "cmake_autouic_search_paths": [[961, "index-0-variable:CMAKE_AUTOUIC_SEARCH_PATHS", false], [1348, "index-0-variable:CMAKE_AUTOUIC_SEARCH_PATHS", false], [1416, "variable:CMAKE_AUTOUIC_SEARCH_PATHS", true]], "cmake_backwards_compatibility": [[1417, "variable:CMAKE_BACKWARDS_COMPATIBILITY", true]], "cmake_binary_dir": [[142, "index-0-variable:CMAKE_BINARY_DIR", false], [265, "index-0-variable:CMAKE_BINARY_DIR", false], [285, "index-0-variable:CMAKE_BINARY_DIR", false], [287, "index-0-variable:CMAKE_BINARY_DIR", false], [287, "index-1-variable:CMAKE_BINARY_DIR", false], [303, "index-0-variable:CMAKE_BINARY_DIR", false], [676, "index-0-variable:CMAKE_BINARY_DIR", false], [1325, "index-0-variable:CMAKE_BINARY_DIR", false], [1418, "variable:CMAKE_BINARY_DIR", true], [1425, "index-0-variable:CMAKE_BINARY_DIR", false], [1463, "index-0-variable:CMAKE_BINARY_DIR", false], [1471, "index-0-variable:CMAKE_BINARY_DIR", false], [1596, "index-0-variable:CMAKE_BINARY_DIR", false], [1760, "index-0-variable:CMAKE_BINARY_DIR", false], [1760, "index-1-variable:CMAKE_BINARY_DIR", false], [1824, "index-0-variable:CMAKE_BINARY_DIR", false], [1824, "index-1-variable:CMAKE_BINARY_DIR", false]], "cmake_build_parallel_level": [[27, "index-0-envvar:CMAKE_BUILD_PARALLEL_LEVEL", false], [152, "envvar:CMAKE_BUILD_PARALLEL_LEVEL", true], [287, "index-0-envvar:CMAKE_BUILD_PARALLEL_LEVEL", false]], "cmake_build_rpath": [[963, "index-0-variable:CMAKE_BUILD_RPATH", false], [1347, "index-0-variable:CMAKE_BUILD_RPATH", false], [1419, "variable:CMAKE_BUILD_RPATH", true]], "cmake_build_rpath_use_origin": [[964, "index-0-variable:CMAKE_BUILD_RPATH_USE_ORIGIN", false], [1323, "index-0-variable:CMAKE_BUILD_RPATH_USE_ORIGIN", false], [1420, "variable:CMAKE_BUILD_RPATH_USE_ORIGIN", true]], "cmake_build_tool": [[1421, "variable:CMAKE_BUILD_TOOL", true]], "cmake_build_type": [[120, "index-0-variable:CMAKE_BUILD_TYPE", false], [121, "index-0-variable:CMAKE_BUILD_TYPE", false], [132, "index-0-variable:CMAKE_BUILD_TYPE", false], [142, "index-0-variable:CMAKE_BUILD_TYPE", false], [153, "envvar:CMAKE_BUILD_TYPE", true], [153, "index-0-variable:CMAKE_BUILD_TYPE", false], [223, "index-0-variable:CMAKE_BUILD_TYPE", false], [230, "index-0-variable:CMAKE_BUILD_TYPE", false], [247, "index-0-variable:CMAKE_BUILD_TYPE", false], [258, "index-0-variable:CMAKE_BUILD_TYPE", false], [262, "index-0-variable:CMAKE_BUILD_TYPE", false], [262, "index-1-variable:CMAKE_BUILD_TYPE", false], [262, "index-2-variable:CMAKE_BUILD_TYPE", false], [266, "index-0-variable:CMAKE_BUILD_TYPE", false], [266, "index-1-variable:CMAKE_BUILD_TYPE", false], [266, "index-2-variable:CMAKE_BUILD_TYPE", false], [266, "index-3-variable:CMAKE_BUILD_TYPE", false], [266, "index-4-variable:CMAKE_BUILD_TYPE", false], [273, "index-0-variable:CMAKE_BUILD_TYPE", false], [806, "index-0-variable:CMAKE_BUILD_TYPE", false], [1330, "index-0-variable:CMAKE_BUILD_TYPE", false], [1332, "index-0-envvar:CMAKE_BUILD_TYPE", false], [1332, "index-0-variable:CMAKE_BUILD_TYPE", false], [1422, "index-0-envvar:CMAKE_BUILD_TYPE", false], [1422, "variable:CMAKE_BUILD_TYPE", true], [1445, "index-0-variable:CMAKE_BUILD_TYPE", false]], "cmake_build_with_install_name_dir": [[965, "index-0-variable:CMAKE_BUILD_WITH_INSTALL_NAME_DIR", false], [1348, "index-0-variable:CMAKE_BUILD_WITH_INSTALL_NAME_DIR", false], [1423, "variable:CMAKE_BUILD_WITH_INSTALL_NAME_DIR", true]], "cmake_build_with_install_rpath": [[966, "index-0-variable:CMAKE_BUILD_WITH_INSTALL_RPATH", false], [1424, "variable:CMAKE_BUILD_WITH_INSTALL_RPATH", true]], "cmake_c_compile_features": [[112, "index-0-variable:CMAKE_C_COMPILE_FEATURES", false], [268, "index-0-variable:CMAKE_C_COMPILE_FEATURES", false], [793, "index-0-variable:CMAKE_C_COMPILE_FEATURES", false], [976, "index-0-variable:CMAKE_C_COMPILE_FEATURES", false], [1479, "variable:CMAKE_C_COMPILE_FEATURES", true]], "cmake_c_extensions": [[120, "index-0-variable:CMAKE_C_EXTENSIONS", false], [627, "index-0-variable:CMAKE_C_EXTENSIONS", false], [1008, "index-0-variable:CMAKE_C_EXTENSIONS", false], [1318, "index-0-variable:CMAKE_C_EXTENSIONS", false], [1480, "variable:CMAKE_C_EXTENSIONS", true], [1654, "index-0-variable:CMAKE_C_EXTENSIONS", false]], "cmake_c_known_features": [[268, "index-0-prop_gbl:CMAKE_C_KNOWN_FEATURES", false], [268, "index-1-prop_gbl:CMAKE_C_KNOWN_FEATURES", false], [559, "index-0-prop_gbl:CMAKE_C_KNOWN_FEATURES", false], [793, "prop_gbl:CMAKE_C_KNOWN_FEATURES", true], [1347, "index-0-prop_gbl:CMAKE_C_KNOWN_FEATURES", false], [1479, "index-0-prop_gbl:CMAKE_C_KNOWN_FEATURES", false]], "cmake_c_standard": [[120, "index-0-variable:CMAKE_C_STANDARD", false], [627, "index-0-variable:CMAKE_C_STANDARD", false], [1009, "index-0-variable:CMAKE_C_STANDARD", false], [1318, "index-0-variable:CMAKE_C_STANDARD", false], [1481, "variable:CMAKE_C_STANDARD", true], [1699, "index-0-variable:CMAKE_C_STANDARD", false]], "cmake_c_standard_required": [[120, "index-0-variable:CMAKE_C_STANDARD_REQUIRED", false], [627, "index-0-variable:CMAKE_C_STANDARD_REQUIRED", false], [1010, "index-0-variable:CMAKE_C_STANDARD_REQUIRED", false], [1482, "variable:CMAKE_C_STANDARD_REQUIRED", true], [1705, "index-0-variable:CMAKE_C_STANDARD_REQUIRED", false]], "cmake_cache_major_version": [[1426, "variable:CMAKE_CACHE_MAJOR_VERSION", true]], "cmake_cache_minor_version": [[1427, "variable:CMAKE_CACHE_MINOR_VERSION", true]], "cmake_cache_patch_version": [[1428, "variable:CMAKE_CACHE_PATCH_VERSION", true]], "cmake_cachefile_dir": [[1425, "variable:CMAKE_CACHEFILE_DIR", true]], "cmake_cfg_intdir": [[1340, "index-0-variable:CMAKE_CFG_INTDIR", false], [1429, "variable:CMAKE_CFG_INTDIR", true]], "cmake_cl_64": [[1431, "variable:CMAKE_CL_64", true]], "cmake_clang_vfs_overlay": [[1328, "index-0-variable:CMAKE_CLANG_VFS_OVERLAY", false], [1430, "variable:CMAKE_CLANG_VFS_OVERLAY", true]], "cmake_codeblocks_compiler_id": [[1320, "index-0-variable:CMAKE_CODEBLOCKS_COMPILER_ID", false], [1432, "variable:CMAKE_CODEBLOCKS_COMPILER_ID", true]], "cmake_codeblocks_exclude_external_files": [[220, "index-0-variable:CMAKE_CODEBLOCKS_EXCLUDE_EXTERNAL_FILES", false], [1319, "index-0-variable:CMAKE_CODEBLOCKS_EXCLUDE_EXTERNAL_FILES", false], [1433, "variable:CMAKE_CODEBLOCKS_EXCLUDE_EXTERNAL_FILES", true]], "cmake_codelite_use_targets": [[221, "index-0-variable:CMAKE_CODELITE_USE_TARGETS", false], [1346, "index-0-variable:CMAKE_CODELITE_USE_TARGETS", false], [1347, "index-0-variable:CMAKE_CODELITE_USE_TARGETS", false], [1434, "variable:CMAKE_CODELITE_USE_TARGETS", true]], "cmake_color_diagnostics": [[154, "envvar:CMAKE_COLOR_DIAGNOSTICS", true], [154, "index-0-variable:CMAKE_COLOR_DIAGNOSTICS", false], [1334, "index-0-envvar:CMAKE_COLOR_DIAGNOSTICS", false], [1334, "index-0-variable:CMAKE_COLOR_DIAGNOSTICS", false], [1334, "index-1-variable:CMAKE_COLOR_DIAGNOSTICS", false], [1435, "index-0-envvar:CMAKE_COLOR_DIAGNOSTICS", false], [1435, "variable:CMAKE_COLOR_DIAGNOSTICS", true]], "cmake_color_makefile": [[1334, "index-0-variable:CMAKE_COLOR_MAKEFILE", false], [1435, "index-0-variable:CMAKE_COLOR_MAKEFILE", false], [1435, "index-1-variable:CMAKE_COLOR_MAKEFILE", false], [1435, "index-2-variable:CMAKE_COLOR_MAKEFILE", false], [1436, "variable:CMAKE_COLOR_MAKEFILE", true]], "cmake_command": [[290, "index-0-variable:CMAKE_COMMAND", false], [1437, "variable:CMAKE_COMMAND", true]], "cmake_compile_pdb_output_directory": [[981, "index-0-variable:CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY", false], [1442, "variable:CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY", true], [1443, "index-0-variable:CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY", false]], "cmake_compile_pdb_output_directory_": [[982, "index-0-variable:CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_", false], [1443, "variable:CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_", true]], "cmake_compile_warning_as_error": [[287, "index-0-variable:CMAKE_COMPILE_WARNING_AS_ERROR", false], [983, "index-0-variable:CMAKE_COMPILE_WARNING_AS_ERROR", false], [1334, "index-0-variable:CMAKE_COMPILE_WARNING_AS_ERROR", false], [1334, "index-1-variable:CMAKE_COMPILE_WARNING_AS_ERROR", false], [1444, "variable:CMAKE_COMPILE_WARNING_AS_ERROR", true]], "cmake_compiler_2005": [[1438, "variable:CMAKE_COMPILER_2005", true]], "cmake_compiler_is_gnucc": [[1439, "variable:CMAKE_COMPILER_IS_GNUCC", true]], "cmake_compiler_is_gnucxx": [[1440, "variable:CMAKE_COMPILER_IS_GNUCXX", true]], "cmake_compiler_is_gnug77": [[1441, "variable:CMAKE_COMPILER_IS_GNUG77", true]], "cmake_config_dir": [[156, "envvar:CMAKE_CONFIG_DIR", true], [273, "index-0-envvar:CMAKE_CONFIG_DIR", false], [287, "index-0-envvar:CMAKE_CONFIG_DIR", false]], "cmake_config_type": [[157, "envvar:CMAKE_CONFIG_TYPE", true], [290, "index-0-envvar:CMAKE_CONFIG_TYPE", false]], "cmake_configuration_types": [[155, "envvar:CMAKE_CONFIGURATION_TYPES", true], [155, "index-0-variable:CMAKE_CONFIGURATION_TYPES", false], [230, "index-0-variable:CMAKE_CONFIGURATION_TYPES", false], [230, "index-1-variable:CMAKE_CONFIGURATION_TYPES", false], [230, "index-2-variable:CMAKE_CONFIGURATION_TYPES", false], [266, "index-0-variable:CMAKE_CONFIGURATION_TYPES", false], [266, "index-1-variable:CMAKE_CONFIGURATION_TYPES", false], [266, "index-2-variable:CMAKE_CONFIGURATION_TYPES", false], [266, "index-3-variable:CMAKE_CONFIGURATION_TYPES", false], [273, "index-0-variable:CMAKE_CONFIGURATION_TYPES", false], [806, "index-0-variable:CMAKE_CONFIGURATION_TYPES", false], [1034, "index-0-variable:CMAKE_CONFIGURATION_TYPES", false], [1332, "index-0-envvar:CMAKE_CONFIGURATION_TYPES", false], [1332, "index-0-variable:CMAKE_CONFIGURATION_TYPES", false], [1422, "index-0-variable:CMAKE_CONFIGURATION_TYPES", false], [1445, "index-0-envvar:CMAKE_CONFIGURATION_TYPES", false], [1445, "variable:CMAKE_CONFIGURATION_TYPES", true], [1450, "index-0-variable:CMAKE_CONFIGURATION_TYPES", false], [1450, "index-1-variable:CMAKE_CONFIGURATION_TYPES", false], [1485, "index-0-variable:CMAKE_CONFIGURATION_TYPES", false], [1485, "index-1-variable:CMAKE_CONFIGURATION_TYPES", false]], "cmake_configure_depends": [[753, "prop_dir:CMAKE_CONFIGURE_DEPENDS", true], [1317, "index-0-prop_dir:CMAKE_CONFIGURE_DEPENDS", false]], "cmake_cpack_command": [[1447, "variable:CMAKE_CPACK_COMMAND", true]], "cmake_cross_configs": [[230, "index-0-variable:CMAKE_CROSS_CONFIGS", false], [230, "index-1-variable:CMAKE_CROSS_CONFIGS", false], [1450, "variable:CMAKE_CROSS_CONFIGS", true], [1486, "index-0-variable:CMAKE_CROSS_CONFIGS", false], [1486, "index-1-variable:CMAKE_CROSS_CONFIGS", false], [1486, "index-2-variable:CMAKE_CROSS_CONFIGS", false]], "cmake_crosscompiling": [[2, "index-0-variable:CMAKE_CROSSCOMPILING", false], [3, "index-0-variable:CMAKE_CROSSCOMPILING", false], [10, "index-0-variable:CMAKE_CROSSCOMPILING", false], [121, "index-0-variable:CMAKE_CROSSCOMPILING", false], [121, "index-1-variable:CMAKE_CROSSCOMPILING", false], [285, "index-0-variable:CMAKE_CROSSCOMPILING", false], [718, "index-0-variable:CMAKE_CROSSCOMPILING", false], [718, "index-1-variable:CMAKE_CROSSCOMPILING", false], [718, "index-2-variable:CMAKE_CROSSCOMPILING", false], [1448, "variable:CMAKE_CROSSCOMPILING", true], [1449, "index-0-variable:CMAKE_CROSSCOMPILING", false]], "cmake_crosscompiling_emulator": [[121, "index-0-variable:CMAKE_CROSSCOMPILING_EMULATOR", false], [158, "envvar:CMAKE_CROSSCOMPILING_EMULATOR", true], [158, "index-0-variable:CMAKE_CROSSCOMPILING_EMULATOR", false], [158, "index-1-variable:CMAKE_CROSSCOMPILING_EMULATOR", false], [718, "index-0-variable:CMAKE_CROSSCOMPILING_EMULATOR", false], [718, "index-1-variable:CMAKE_CROSSCOMPILING_EMULATOR", false], [986, "index-0-variable:CMAKE_CROSSCOMPILING_EMULATOR", false], [1324, "index-0-variable:CMAKE_CROSSCOMPILING_EMULATOR", false], [1338, "index-0-envvar:CMAKE_CROSSCOMPILING_EMULATOR", false], [1338, "index-0-variable:CMAKE_CROSSCOMPILING_EMULATOR", false], [1339, "index-0-variable:CMAKE_CROSSCOMPILING_EMULATOR", false], [1340, "index-0-variable:CMAKE_CROSSCOMPILING_EMULATOR", false], [1449, "index-0-envvar:CMAKE_CROSSCOMPILING_EMULATOR", false], [1449, "variable:CMAKE_CROSSCOMPILING_EMULATOR", true]], "cmake_ctest_arguments": [[1326, "index-0-variable:CMAKE_CTEST_ARGUMENTS", false], [1451, "variable:CMAKE_CTEST_ARGUMENTS", true]], "cmake_ctest_command": [[1452, "variable:CMAKE_CTEST_COMMAND", true]], "cmake_cuda_architectures": [[191, "index-0-variable:CMAKE_CUDA_ARCHITECTURES", false], [664, "index-0-variable:CMAKE_CUDA_ARCHITECTURES", false], [664, "index-1-variable:CMAKE_CUDA_ARCHITECTURES", false], [664, "index-2-variable:CMAKE_CUDA_ARCHITECTURES", false], [664, "index-3-variable:CMAKE_CUDA_ARCHITECTURES", false], [987, "index-0-variable:CMAKE_CUDA_ARCHITECTURES", false], [1327, "index-0-variable:CMAKE_CUDA_ARCHITECTURES", false], [1327, "index-1-variable:CMAKE_CUDA_ARCHITECTURES", false], [1328, "index-0-variable:CMAKE_CUDA_ARCHITECTURES", false], [1330, "index-0-variable:CMAKE_CUDA_ARCHITECTURES", false], [1333, "index-0-variable:CMAKE_CUDA_ARCHITECTURES", false], [1333, "index-1-variable:CMAKE_CUDA_ARCHITECTURES", false], [1334, "index-0-variable:CMAKE_CUDA_ARCHITECTURES", false], [1453, "variable:CMAKE_CUDA_ARCHITECTURES", true]], "cmake_cuda_compile_features": [[112, "index-0-variable:CMAKE_CUDA_COMPILE_FEATURES", false], [268, "index-0-variable:CMAKE_CUDA_COMPILE_FEATURES", false], [791, "index-0-variable:CMAKE_CUDA_COMPILE_FEATURES", false], [976, "index-0-variable:CMAKE_CUDA_COMPILE_FEATURES", false], [1454, "variable:CMAKE_CUDA_COMPILE_FEATURES", true]], "cmake_cuda_extensions": [[120, "index-0-variable:CMAKE_CUDA_EXTENSIONS", false], [627, "index-0-variable:CMAKE_CUDA_EXTENSIONS", false], [989, "index-0-variable:CMAKE_CUDA_EXTENSIONS", false], [1455, "variable:CMAKE_CUDA_EXTENSIONS", true], [1654, "index-0-variable:CMAKE_CUDA_EXTENSIONS", false]], "cmake_cuda_host_compiler": [[1328, "index-0-variable:CMAKE_CUDA_HOST_COMPILER", false], [1456, "variable:CMAKE_CUDA_HOST_COMPILER", true]], "cmake_cuda_known_features": [[268, "index-0-prop_gbl:CMAKE_CUDA_KNOWN_FEATURES", false], [791, "prop_gbl:CMAKE_CUDA_KNOWN_FEATURES", true], [1326, "index-0-prop_gbl:CMAKE_CUDA_KNOWN_FEATURES", false], [1454, "index-0-prop_gbl:CMAKE_CUDA_KNOWN_FEATURES", false]], "cmake_cuda_resolve_device_symbols": [[993, "index-0-variable:CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS", false], [993, "index-1-variable:CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS", false], [1325, "index-0-variable:CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS", false], [1457, "variable:CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS", true]], "cmake_cuda_runtime_library": [[120, "index-0-variable:CMAKE_CUDA_RUNTIME_LIBRARY", false], [1326, "index-0-variable:CMAKE_CUDA_RUNTIME_LIBRARY", false], [1458, "variable:CMAKE_CUDA_RUNTIME_LIBRARY", true]], "cmake_cuda_separable_compilation": [[995, "index-0-variable:CMAKE_CUDA_SEPARABLE_COMPILATION", false], [1320, "index-0-variable:CMAKE_CUDA_SEPARABLE_COMPILATION", false], [1459, "variable:CMAKE_CUDA_SEPARABLE_COMPILATION", true]], "cmake_cuda_standard": [[120, "index-0-variable:CMAKE_CUDA_STANDARD", false], [627, "index-0-variable:CMAKE_CUDA_STANDARD", false], [996, "index-0-variable:CMAKE_CUDA_STANDARD", false], [1460, "variable:CMAKE_CUDA_STANDARD", true], [1699, "index-0-variable:CMAKE_CUDA_STANDARD", false]], "cmake_cuda_standard_required": [[120, "index-0-variable:CMAKE_CUDA_STANDARD_REQUIRED", false], [627, "index-0-variable:CMAKE_CUDA_STANDARD_REQUIRED", false], [997, "index-0-variable:CMAKE_CUDA_STANDARD_REQUIRED", false], [1461, "variable:CMAKE_CUDA_STANDARD_REQUIRED", true], [1705, "index-0-variable:CMAKE_CUDA_STANDARD_REQUIRED", false]], "cmake_cuda_toolkit_include_directories": [[1462, "variable:CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES", true]], "cmake_current_binary_dir": [[2, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [2, "index-1-variable:CMAKE_CURRENT_BINARY_DIR", false], [2, "index-2-variable:CMAKE_CURRENT_BINARY_DIR", false], [10, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [24, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [55, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [55, "index-1-variable:CMAKE_CURRENT_BINARY_DIR", false], [310, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [368, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [368, "index-1-variable:CMAKE_CURRENT_BINARY_DIR", false], [370, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [370, "index-1-variable:CMAKE_CURRENT_BINARY_DIR", false], [375, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [382, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [382, "index-1-variable:CMAKE_CURRENT_BINARY_DIR", false], [394, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [397, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [551, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [551, "index-1-variable:CMAKE_CURRENT_BINARY_DIR", false], [555, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [648, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [648, "index-1-variable:CMAKE_CURRENT_BINARY_DIR", false], [658, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [658, "index-1-variable:CMAKE_CURRENT_BINARY_DIR", false], [676, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [676, "index-1-variable:CMAKE_CURRENT_BINARY_DIR", false], [676, "index-2-variable:CMAKE_CURRENT_BINARY_DIR", false], [914, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [942, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [962, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [1114, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [1323, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [1326, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [1328, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [1347, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [1418, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [1463, "variable:CMAKE_CURRENT_BINARY_DIR", true], [1471, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [1593, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [1594, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [1824, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false]], "cmake_current_function": [[86, "index-0-variable:CMAKE_CURRENT_FUNCTION", false], [1326, "index-0-variable:CMAKE_CURRENT_FUNCTION", false], [1464, "variable:CMAKE_CURRENT_FUNCTION", true], [1465, "index-0-variable:CMAKE_CURRENT_FUNCTION", false], [1466, "index-0-variable:CMAKE_CURRENT_FUNCTION", false], [1467, "index-0-variable:CMAKE_CURRENT_FUNCTION", false]], "cmake_current_function_list_dir": [[86, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_DIR", false], [1326, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_DIR", false], [1464, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_DIR", false], [1465, "variable:CMAKE_CURRENT_FUNCTION_LIST_DIR", true], [1466, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_DIR", false], [1467, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_DIR", false]], "cmake_current_function_list_file": [[86, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_FILE", false], [1326, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_FILE", false], [1464, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_FILE", false], [1465, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_FILE", false], [1466, "variable:CMAKE_CURRENT_FUNCTION_LIST_FILE", true], [1467, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_FILE", false]], "cmake_current_function_list_line": [[86, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_LINE", false], [1326, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_LINE", false], [1464, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_LINE", false], [1465, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_LINE", false], [1466, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_LINE", false], [1467, "variable:CMAKE_CURRENT_FUNCTION_LIST_LINE", true]], "cmake_current_list_dir": [[285, "index-0-variable:CMAKE_CURRENT_LIST_DIR", false], [1468, "variable:CMAKE_CURRENT_LIST_DIR", true]], "cmake_current_list_file": [[75, "index-0-variable:CMAKE_CURRENT_LIST_FILE", false], [1468, "index-0-variable:CMAKE_CURRENT_LIST_FILE", false], [1468, "index-1-variable:CMAKE_CURRENT_LIST_FILE", false], [1469, "variable:CMAKE_CURRENT_LIST_FILE", true], [1775, "index-0-variable:CMAKE_CURRENT_LIST_FILE", false]], "cmake_current_list_line": [[1470, "variable:CMAKE_CURRENT_LIST_LINE", true]], "cmake_current_source_dir": [[2, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [21, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [21, "index-1-variable:CMAKE_CURRENT_SOURCE_DIR", false], [24, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [55, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [55, "index-1-variable:CMAKE_CURRENT_SOURCE_DIR", false], [66, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [114, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [118, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [119, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [119, "index-1-variable:CMAKE_CURRENT_SOURCE_DIR", false], [119, "index-2-variable:CMAKE_CURRENT_SOURCE_DIR", false], [119, "index-3-variable:CMAKE_CURRENT_SOURCE_DIR", false], [119, "index-4-variable:CMAKE_CURRENT_SOURCE_DIR", false], [254, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [254, "index-1-variable:CMAKE_CURRENT_SOURCE_DIR", false], [310, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [394, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [551, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [551, "index-1-variable:CMAKE_CURRENT_SOURCE_DIR", false], [636, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [710, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [1207, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [1418, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [1463, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [1471, "variable:CMAKE_CURRENT_SOURCE_DIR", true], [1593, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [1594, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [1824, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false]], "cmake_cxx_compile_features": [[112, "index-0-variable:CMAKE_CXX_COMPILE_FEATURES", false], [268, "index-0-variable:CMAKE_CXX_COMPILE_FEATURES", false], [792, "index-0-variable:CMAKE_CXX_COMPILE_FEATURES", false], [976, "index-0-variable:CMAKE_CXX_COMPILE_FEATURES", false], [1473, "variable:CMAKE_CXX_COMPILE_FEATURES", true]], "cmake_cxx_compiler_import_std": [[270, "index-0-variable:CMAKE_CXX_COMPILER_IMPORT_STD", false], [1472, "variable:CMAKE_CXX_COMPILER_IMPORT_STD", true]], "cmake_cxx_extensions": [[120, "index-0-variable:CMAKE_CXX_EXTENSIONS", false], [627, "index-0-variable:CMAKE_CXX_EXTENSIONS", false], [998, "index-0-variable:CMAKE_CXX_EXTENSIONS", false], [1318, "index-0-variable:CMAKE_CXX_EXTENSIONS", false], [1474, "variable:CMAKE_CXX_EXTENSIONS", true], [1654, "index-0-variable:CMAKE_CXX_EXTENSIONS", false]], "cmake_cxx_known_features": [[268, "index-0-prop_gbl:CMAKE_CXX_KNOWN_FEATURES", false], [268, "index-1-prop_gbl:CMAKE_CXX_KNOWN_FEATURES", false], [268, "index-2-prop_gbl:CMAKE_CXX_KNOWN_FEATURES", false], [559, "index-0-prop_gbl:CMAKE_CXX_KNOWN_FEATURES", false], [792, "prop_gbl:CMAKE_CXX_KNOWN_FEATURES", true], [1347, "index-0-prop_gbl:CMAKE_CXX_KNOWN_FEATURES", false], [1473, "index-0-prop_gbl:CMAKE_CXX_KNOWN_FEATURES", false]], "cmake_cxx_module_std": [[1475, "variable:CMAKE_CXX_MODULE_STD", true]], "cmake_cxx_scan_for_modules": [[270, "index-0-variable:CMAKE_CXX_SCAN_FOR_MODULES", false], [715, "index-0-variable:CMAKE_CXX_SCAN_FOR_MODULES", false], [1005, "index-0-variable:CMAKE_CXX_SCAN_FOR_MODULES", false], [1476, "variable:CMAKE_CXX_SCAN_FOR_MODULES", true]], "cmake_cxx_standard": [[120, "index-0-variable:CMAKE_CXX_STANDARD", false], [249, "index-0-variable:CMAKE_CXX_STANDARD", false], [249, "index-1-variable:CMAKE_CXX_STANDARD", false], [249, "index-2-variable:CMAKE_CXX_STANDARD", false], [249, "index-3-variable:CMAKE_CXX_STANDARD", false], [249, "index-4-variable:CMAKE_CXX_STANDARD", false], [254, "index-0-variable:CMAKE_CXX_STANDARD", false], [268, "index-0-variable:CMAKE_CXX_STANDARD", false], [559, "index-0-variable:CMAKE_CXX_STANDARD", false], [627, "index-0-variable:CMAKE_CXX_STANDARD", false], [1006, "index-0-variable:CMAKE_CXX_STANDARD", false], [1318, "index-0-variable:CMAKE_CXX_STANDARD", false], [1324, "index-0-variable:CMAKE_CXX_STANDARD", false], [1347, "index-0-variable:CMAKE_CXX_STANDARD", false], [1477, "variable:CMAKE_CXX_STANDARD", true], [1699, "index-0-variable:CMAKE_CXX_STANDARD", false]], "cmake_cxx_standard_required": [[120, "index-0-variable:CMAKE_CXX_STANDARD_REQUIRED", false], [249, "index-0-variable:CMAKE_CXX_STANDARD_REQUIRED", false], [249, "index-1-variable:CMAKE_CXX_STANDARD_REQUIRED", false], [249, "index-2-variable:CMAKE_CXX_STANDARD_REQUIRED", false], [254, "index-0-variable:CMAKE_CXX_STANDARD_REQUIRED", false], [627, "index-0-variable:CMAKE_CXX_STANDARD_REQUIRED", false], [1007, "index-0-variable:CMAKE_CXX_STANDARD_REQUIRED", false], [1478, "variable:CMAKE_CXX_STANDARD_REQUIRED", true], [1705, "index-0-variable:CMAKE_CXX_STANDARD_REQUIRED", false]], "cmake_debug_postfix": [[258, "index-0-variable:CMAKE_DEBUG_POSTFIX", false], [1483, "variable:CMAKE_DEBUG_POSTFIX", true]], "cmake_debug_target_properties": [[266, "index-0-variable:CMAKE_DEBUG_TARGET_PROPERTIES", false], [283, "index-0-variable:CMAKE_DEBUG_TARGET_PROPERTIES", false], [1318, "index-0-variable:CMAKE_DEBUG_TARGET_PROPERTIES", false], [1484, "variable:CMAKE_DEBUG_TARGET_PROPERTIES", true]], "cmake_default_build_type": [[230, "index-0-variable:CMAKE_DEFAULT_BUILD_TYPE", false], [230, "index-1-variable:CMAKE_DEFAULT_BUILD_TYPE", false], [1485, "variable:CMAKE_DEFAULT_BUILD_TYPE", true], [1486, "index-0-variable:CMAKE_DEFAULT_BUILD_TYPE", false], [1486, "index-1-variable:CMAKE_DEFAULT_BUILD_TYPE", false], [1486, "index-2-variable:CMAKE_DEFAULT_BUILD_TYPE", false], [1486, "index-3-variable:CMAKE_DEFAULT_BUILD_TYPE", false]], "cmake_default_configs": [[230, "index-0-variable:CMAKE_DEFAULT_CONFIGS", false], [1486, "variable:CMAKE_DEFAULT_CONFIGS", true]], "cmake_dependent_option": [[296, "command:cmake_dependent_option", true], [687, "index-0-command:cmake_dependent_option", false], [1332, "index-0-command:cmake_dependent_option", false]], "cmake_depends_in_project_only": [[1345, "index-0-variable:CMAKE_DEPENDS_IN_PROJECT_ONLY", false], [1487, "variable:CMAKE_DEPENDS_IN_PROJECT_ONLY", true]], "cmake_depends_use_compiler": [[1488, "variable:CMAKE_DEPENDS_USE_COMPILER", true]], "cmake_directory_labels": [[765, "index-0-variable:CMAKE_DIRECTORY_LABELS", false], [1319, "index-0-variable:CMAKE_DIRECTORY_LABELS", false], [1489, "variable:CMAKE_DIRECTORY_LABELS", true]], "cmake_disable_find_package_": [[58, "index-0-variable:CMAKE_DISABLE_FIND_PACKAGE_", false], [279, "index-0-variable:CMAKE_DISABLE_FIND_PACKAGE_", false], [1490, "variable:CMAKE_DISABLE_FIND_PACKAGE_", true], [1801, "index-0-variable:CMAKE_DISABLE_FIND_PACKAGE_", false]], "cmake_disable_precompile_headers": [[1016, "index-0-variable:CMAKE_DISABLE_PRECOMPILE_HEADERS", false], [1491, "variable:CMAKE_DISABLE_PRECOMPILE_HEADERS", true]], "cmake_dl_libs": [[1493, "variable:CMAKE_DL_LIBS", true]], "cmake_dll_name_with_soversion": [[1337, "index-0-variable:CMAKE_DLL_NAME_WITH_SOVERSION", false], [1492, "variable:CMAKE_DLL_NAME_WITH_SOVERSION", true]], "cmake_dotnet_sdk": [[1018, "index-0-variable:CMAKE_DOTNET_SDK", false], [1333, "index-0-variable:CMAKE_DOTNET_SDK", false], [1494, "variable:CMAKE_DOTNET_SDK", true]], "cmake_dotnet_target_framework": [[1019, "index-0-variable:CMAKE_DOTNET_TARGET_FRAMEWORK", false], [1020, "index-0-variable:CMAKE_DOTNET_TARGET_FRAMEWORK", false], [1326, "index-0-variable:CMAKE_DOTNET_TARGET_FRAMEWORK", false], [1495, "variable:CMAKE_DOTNET_TARGET_FRAMEWORK", true], [1496, "index-0-variable:CMAKE_DOTNET_TARGET_FRAMEWORK", false]], "cmake_dotnet_target_framework_version": [[1020, "index-0-variable:CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION", false], [1321, "index-0-variable:CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION", false], [1496, "variable:CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION", true], [1906, "index-0-variable:CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION", false]], "cmake_eclipse_generate_linked_resources": [[1497, "variable:CMAKE_ECLIPSE_GENERATE_LINKED_RESOURCES", true]], "cmake_eclipse_generate_source_project": [[1498, "variable:CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT", true]], "cmake_eclipse_make_arguments": [[1499, "variable:CMAKE_ECLIPSE_MAKE_ARGUMENTS", true]], "cmake_eclipse_resource_encoding": [[1325, "index-0-variable:CMAKE_ECLIPSE_RESOURCE_ENCODING", false], [1500, "variable:CMAKE_ECLIPSE_RESOURCE_ENCODING", true]], "cmake_eclipse_version": [[1501, "variable:CMAKE_ECLIPSE_VERSION", true]], "cmake_edit_command": [[1502, "variable:CMAKE_EDIT_COMMAND", true]], "cmake_enable_exports": [[120, "index-0-variable:CMAKE_ENABLE_EXPORTS", false], [1021, "index-0-variable:CMAKE_ENABLE_EXPORTS", false], [1503, "variable:CMAKE_ENABLE_EXPORTS", true], [1506, "index-0-variable:CMAKE_ENABLE_EXPORTS", false]], "cmake_error_deprecated": [[90, "index-0-variable:CMAKE_ERROR_DEPRECATED", false], [1317, "index-0-variable:CMAKE_ERROR_DEPRECATED", false], [1344, "index-0-variable:CMAKE_ERROR_DEPRECATED", false], [1504, "variable:CMAKE_ERROR_DEPRECATED", true]], "cmake_error_on_absolute_install_destination": [[1505, "variable:CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION", true], [1952, "index-0-variable:CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION", false]], "cmake_exe_linker_flags": [[120, "index-0-variable:CMAKE_EXE_LINKER_FLAGS", false], [616, "index-0-variable:CMAKE_EXE_LINKER_FLAGS", false], [616, "index-1-variable:CMAKE_EXE_LINKER_FLAGS", false], [616, "index-2-variable:CMAKE_EXE_LINKER_FLAGS", false], [1325, "index-0-variable:CMAKE_EXE_LINKER_FLAGS", false], [1329, "index-0-variable:CMAKE_EXE_LINKER_FLAGS", false], [1346, "index-0-variable:CMAKE_EXE_LINKER_FLAGS", false], [1510, "variable:CMAKE_EXE_LINKER_FLAGS", true], [1513, "index-0-variable:CMAKE_EXE_LINKER_FLAGS", false]], "cmake_exe_linker_flags_": [[1511, "variable:CMAKE_EXE_LINKER_FLAGS_", true], [1512, "index-0-variable:CMAKE_EXE_LINKER_FLAGS_", false]], "cmake_exe_linker_flags__init": [[1512, "variable:CMAKE_EXE_LINKER_FLAGS__INIT", true], [1513, "index-0-variable:CMAKE_EXE_LINKER_FLAGS__INIT", false]], "cmake_exe_linker_flags_init": [[206, "index-0-variable:CMAKE_EXE_LINKER_FLAGS_INIT", false], [1346, "index-0-variable:CMAKE_EXE_LINKER_FLAGS_INIT", false], [1512, "index-0-variable:CMAKE_EXE_LINKER_FLAGS_INIT", false], [1513, "variable:CMAKE_EXE_LINKER_FLAGS_INIT", true]], "cmake_executable_enable_exports": [[1021, "index-0-variable:CMAKE_EXECUTABLE_ENABLE_EXPORTS", false], [1021, "index-1-variable:CMAKE_EXECUTABLE_ENABLE_EXPORTS", false], [1503, "index-0-variable:CMAKE_EXECUTABLE_ENABLE_EXPORTS", false], [1506, "variable:CMAKE_EXECUTABLE_ENABLE_EXPORTS", true]], "cmake_executable_suffix": [[1507, "variable:CMAKE_EXECUTABLE_SUFFIX", true], [1508, "index-0-variable:CMAKE_EXECUTABLE_SUFFIX", false], [1580, "index-0-variable:CMAKE_EXECUTABLE_SUFFIX", false], [1580, "index-1-variable:CMAKE_EXECUTABLE_SUFFIX", false]], "cmake_executable_suffix_": [[1507, "index-0-variable:CMAKE_EXECUTABLE_SUFFIX_", false], [1508, "variable:CMAKE_EXECUTABLE_SUFFIX_", true]], "cmake_execute_process_command_echo": [[52, "index-0-variable:CMAKE_EXECUTE_PROCESS_COMMAND_ECHO", false], [1324, "index-0-variable:CMAKE_EXECUTE_PROCESS_COMMAND_ECHO", false], [1509, "variable:CMAKE_EXECUTE_PROCESS_COMMAND_ECHO", true]], "cmake_export_build_database": [[159, "envvar:CMAKE_EXPORT_BUILD_DATABASE", true], [159, "index-0-variable:CMAKE_EXPORT_BUILD_DATABASE", false], [159, "index-1-variable:CMAKE_EXPORT_BUILD_DATABASE", false], [262, "index-0-variable:CMAKE_EXPORT_BUILD_DATABASE", false], [1025, "index-0-variable:CMAKE_EXPORT_BUILD_DATABASE", false], [1342, "index-0-envvar:CMAKE_EXPORT_BUILD_DATABASE", false], [1342, "index-0-variable:CMAKE_EXPORT_BUILD_DATABASE", false], [1514, "index-0-envvar:CMAKE_EXPORT_BUILD_DATABASE", false], [1514, "variable:CMAKE_EXPORT_BUILD_DATABASE", true]], "cmake_export_compile_commands": [[160, "envvar:CMAKE_EXPORT_COMPILE_COMMANDS", true], [160, "index-0-variable:CMAKE_EXPORT_COMPILE_COMMANDS", false], [160, "index-1-variable:CMAKE_EXPORT_COMPILE_COMMANDS", false], [262, "index-0-variable:CMAKE_EXPORT_COMPILE_COMMANDS", false], [1026, "index-0-variable:CMAKE_EXPORT_COMPILE_COMMANDS", false], [1326, "index-0-envvar:CMAKE_EXPORT_COMPILE_COMMANDS", false], [1326, "index-0-variable:CMAKE_EXPORT_COMPILE_COMMANDS", false], [1330, "index-0-variable:CMAKE_EXPORT_COMPILE_COMMANDS", false], [1336, "index-0-variable:CMAKE_EXPORT_COMPILE_COMMANDS", false], [1515, "index-0-envvar:CMAKE_EXPORT_COMPILE_COMMANDS", false], [1515, "variable:CMAKE_EXPORT_COMPILE_COMMANDS", true], [1865, "index-0-variable:CMAKE_EXPORT_COMPILE_COMMANDS", false]], "cmake_export_find_package_name": [[370, "index-0-variable:CMAKE_EXPORT_FIND_PACKAGE_NAME", false], [1027, "index-0-variable:CMAKE_EXPORT_FIND_PACKAGE_NAME", false], [1516, "variable:CMAKE_EXPORT_FIND_PACKAGE_NAME", true]], "cmake_export_no_package_registry": [[53, "index-0-variable:CMAKE_EXPORT_NO_PACKAGE_REGISTRY", false], [279, "index-0-variable:CMAKE_EXPORT_NO_PACKAGE_REGISTRY", false], [650, "index-0-variable:CMAKE_EXPORT_NO_PACKAGE_REGISTRY", false], [650, "index-1-variable:CMAKE_EXPORT_NO_PACKAGE_REGISTRY", false], [1318, "index-0-variable:CMAKE_EXPORT_NO_PACKAGE_REGISTRY", false], [1517, "variable:CMAKE_EXPORT_NO_PACKAGE_REGISTRY", true], [1518, "index-0-variable:CMAKE_EXPORT_NO_PACKAGE_REGISTRY", false]], "cmake_export_package_registry": [[53, "index-0-variable:CMAKE_EXPORT_PACKAGE_REGISTRY", false], [279, "index-0-variable:CMAKE_EXPORT_PACKAGE_REGISTRY", false], [650, "index-0-variable:CMAKE_EXPORT_PACKAGE_REGISTRY", false], [650, "index-1-variable:CMAKE_EXPORT_PACKAGE_REGISTRY", false], [1324, "index-0-variable:CMAKE_EXPORT_PACKAGE_REGISTRY", false], [1517, "index-0-variable:CMAKE_EXPORT_PACKAGE_REGISTRY", false], [1518, "variable:CMAKE_EXPORT_PACKAGE_REGISTRY", true]], "cmake_extra_generator": [[1519, "variable:CMAKE_EXTRA_GENERATOR", true]], "cmake_extra_shared_library_suffixes": [[1520, "variable:CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES", true]], "cmake_file_api": [[16, "command:cmake_file_api", true], [273, "index-0-command:cmake_file_api", false], [1337, "index-0-command:cmake_file_api", false]], "cmake_find_appbundle": [[56, "index-0-variable:CMAKE_FIND_APPBUNDLE", false], [57, "index-0-variable:CMAKE_FIND_APPBUNDLE", false], [58, "index-0-variable:CMAKE_FIND_APPBUNDLE", false], [59, "index-0-variable:CMAKE_FIND_APPBUNDLE", false], [60, "index-0-variable:CMAKE_FIND_APPBUNDLE", false], [1521, "variable:CMAKE_FIND_APPBUNDLE", true]], "cmake_find_debug_mode": [[287, "index-0-variable:CMAKE_FIND_DEBUG_MODE", false], [1326, "index-0-variable:CMAKE_FIND_DEBUG_MODE", false], [1522, "variable:CMAKE_FIND_DEBUG_MODE", true]], "cmake_find_framework": [[56, "index-0-variable:CMAKE_FIND_FRAMEWORK", false], [57, "index-0-variable:CMAKE_FIND_FRAMEWORK", false], [58, "index-0-variable:CMAKE_FIND_FRAMEWORK", false], [59, "index-0-variable:CMAKE_FIND_FRAMEWORK", false], [60, "index-0-variable:CMAKE_FIND_FRAMEWORK", false], [452, "index-0-variable:CMAKE_FIND_FRAMEWORK", false], [473, "index-0-variable:CMAKE_FIND_FRAMEWORK", false], [473, "index-1-variable:CMAKE_FIND_FRAMEWORK", false], [474, "index-0-variable:CMAKE_FIND_FRAMEWORK", false], [474, "index-1-variable:CMAKE_FIND_FRAMEWORK", false], [475, "index-0-variable:CMAKE_FIND_FRAMEWORK", false], [475, "index-1-variable:CMAKE_FIND_FRAMEWORK", false], [1523, "variable:CMAKE_FIND_FRAMEWORK", true]], "cmake_find_library_custom_lib_suffix": [[57, "index-0-variable:CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX", false], [802, "index-0-variable:CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX", false], [803, "index-0-variable:CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX", false], [804, "index-0-variable:CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX", false], [1348, "index-0-variable:CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX", false], [1524, "variable:CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX", true]], "cmake_find_library_prefixes": [[1525, "variable:CMAKE_FIND_LIBRARY_PREFIXES", true], [1526, "index-0-variable:CMAKE_FIND_LIBRARY_PREFIXES", false]], "cmake_find_library_suffixes": [[1526, "variable:CMAKE_FIND_LIBRARY_SUFFIXES", true]], "cmake_find_no_install_prefix": [[1317, "index-0-variable:CMAKE_FIND_NO_INSTALL_PREFIX", false], [1527, "variable:CMAKE_FIND_NO_INSTALL_PREFIX", true], [1546, "index-0-variable:CMAKE_FIND_NO_INSTALL_PREFIX", false], [1602, "index-0-variable:CMAKE_FIND_NO_INSTALL_PREFIX", false], [1825, "index-0-variable:CMAKE_FIND_NO_INSTALL_PREFIX", false], [1846, "index-0-variable:CMAKE_FIND_NO_INSTALL_PREFIX", false]], "cmake_find_package_name": [[1528, "variable:CMAKE_FIND_PACKAGE_NAME", true]], "cmake_find_package_no_package_registry": [[58, "index-0-variable:CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY", false], [279, "index-0-variable:CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY", false], [1318, "index-0-variable:CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY", false], [1325, "index-0-variable:CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY", false], [1529, "variable:CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY", true], [1547, "index-0-variable:CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY", false], [1547, "index-1-variable:CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY", false]], "cmake_find_package_no_system_package_registry": [[58, "index-0-variable:CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY", false], [279, "index-0-variable:CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY", false], [1318, "index-0-variable:CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY", false], [1530, "variable:CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY", true], [1550, "index-0-variable:CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY", false], [1550, "index-1-variable:CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY", false]], "cmake_find_package_prefer_config": [[58, "index-0-variable:CMAKE_FIND_PACKAGE_PREFER_CONFIG", false], [1324, "index-0-variable:CMAKE_FIND_PACKAGE_PREFER_CONFIG", false], [1324, "index-1-variable:CMAKE_FIND_PACKAGE_PREFER_CONFIG", false], [1531, "variable:CMAKE_FIND_PACKAGE_PREFER_CONFIG", true], [1537, "index-0-variable:CMAKE_FIND_PACKAGE_PREFER_CONFIG", false]], "cmake_find_package_redirects_dir": [[58, "index-0-variable:CMAKE_FIND_PACKAGE_REDIRECTS_DIR", false], [263, "index-0-variable:CMAKE_FIND_PACKAGE_REDIRECTS_DIR", false], [370, "index-0-variable:CMAKE_FIND_PACKAGE_REDIRECTS_DIR", false], [370, "index-1-variable:CMAKE_FIND_PACKAGE_REDIRECTS_DIR", false], [370, "index-2-variable:CMAKE_FIND_PACKAGE_REDIRECTS_DIR", false], [370, "index-3-variable:CMAKE_FIND_PACKAGE_REDIRECTS_DIR", false], [370, "index-4-variable:CMAKE_FIND_PACKAGE_REDIRECTS_DIR", false], [1334, "index-0-variable:CMAKE_FIND_PACKAGE_REDIRECTS_DIR", false], [1532, "variable:CMAKE_FIND_PACKAGE_REDIRECTS_DIR", true]], "cmake_find_package_resolve_symlinks": [[58, "index-0-variable:CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS", false], [1323, "index-0-variable:CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS", false], [1533, "variable:CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS", true]], "cmake_find_package_sort_direction": [[58, "index-0-variable:CMAKE_FIND_PACKAGE_SORT_DIRECTION", false], [58, "index-1-variable:CMAKE_FIND_PACKAGE_SORT_DIRECTION", false], [1346, "index-0-variable:CMAKE_FIND_PACKAGE_SORT_DIRECTION", false], [1346, "index-1-variable:CMAKE_FIND_PACKAGE_SORT_DIRECTION", false], [1534, "variable:CMAKE_FIND_PACKAGE_SORT_DIRECTION", true], [1535, "index-0-variable:CMAKE_FIND_PACKAGE_SORT_DIRECTION", false]], "cmake_find_package_sort_order": [[58, "index-0-variable:CMAKE_FIND_PACKAGE_SORT_ORDER", false], [58, "index-1-variable:CMAKE_FIND_PACKAGE_SORT_ORDER", false], [1346, "index-0-variable:CMAKE_FIND_PACKAGE_SORT_ORDER", false], [1346, "index-1-variable:CMAKE_FIND_PACKAGE_SORT_ORDER", false], [1534, "index-0-variable:CMAKE_FIND_PACKAGE_SORT_ORDER", false], [1534, "index-1-variable:CMAKE_FIND_PACKAGE_SORT_ORDER", false], [1535, "variable:CMAKE_FIND_PACKAGE_SORT_ORDER", true]], "cmake_find_package_targets_global": [[58, "index-0-variable:CMAKE_FIND_PACKAGE_TARGETS_GLOBAL", false], [370, "index-0-variable:CMAKE_FIND_PACKAGE_TARGETS_GLOBAL", false], [370, "index-1-variable:CMAKE_FIND_PACKAGE_TARGETS_GLOBAL", false], [1334, "index-0-variable:CMAKE_FIND_PACKAGE_TARGETS_GLOBAL", false], [1536, "variable:CMAKE_FIND_PACKAGE_TARGETS_GLOBAL", true]], "cmake_find_package_warn_no_module": [[1537, "variable:CMAKE_FIND_PACKAGE_WARN_NO_MODULE", true]], "cmake_find_root_path": [[56, "index-0-variable:CMAKE_FIND_ROOT_PATH", false], [56, "index-1-variable:CMAKE_FIND_ROOT_PATH", false], [56, "index-2-variable:CMAKE_FIND_ROOT_PATH", false], [56, "index-3-variable:CMAKE_FIND_ROOT_PATH", false], [57, "index-0-variable:CMAKE_FIND_ROOT_PATH", false], [57, "index-1-variable:CMAKE_FIND_ROOT_PATH", false], [57, "index-2-variable:CMAKE_FIND_ROOT_PATH", false], [57, "index-3-variable:CMAKE_FIND_ROOT_PATH", false], [58, "index-0-variable:CMAKE_FIND_ROOT_PATH", false], [58, "index-1-variable:CMAKE_FIND_ROOT_PATH", false], [58, "index-2-variable:CMAKE_FIND_ROOT_PATH", false], [58, "index-3-variable:CMAKE_FIND_ROOT_PATH", false], [59, "index-0-variable:CMAKE_FIND_ROOT_PATH", false], [59, "index-1-variable:CMAKE_FIND_ROOT_PATH", false], [59, "index-2-variable:CMAKE_FIND_ROOT_PATH", false], [59, "index-3-variable:CMAKE_FIND_ROOT_PATH", false], [60, "index-0-variable:CMAKE_FIND_ROOT_PATH", false], [60, "index-1-variable:CMAKE_FIND_ROOT_PATH", false], [60, "index-2-variable:CMAKE_FIND_ROOT_PATH", false], [60, "index-3-variable:CMAKE_FIND_ROOT_PATH", false], [285, "index-0-variable:CMAKE_FIND_ROOT_PATH", false], [1538, "variable:CMAKE_FIND_ROOT_PATH", true], [1539, "index-0-variable:CMAKE_FIND_ROOT_PATH", false], [1539, "index-1-variable:CMAKE_FIND_ROOT_PATH", false], [1539, "index-2-variable:CMAKE_FIND_ROOT_PATH", false], [1539, "index-3-variable:CMAKE_FIND_ROOT_PATH", false], [1540, "index-0-variable:CMAKE_FIND_ROOT_PATH", false], [1540, "index-1-variable:CMAKE_FIND_ROOT_PATH", false], [1540, "index-2-variable:CMAKE_FIND_ROOT_PATH", false], [1540, "index-3-variable:CMAKE_FIND_ROOT_PATH", false], [1541, "index-0-variable:CMAKE_FIND_ROOT_PATH", false], [1541, "index-1-variable:CMAKE_FIND_ROOT_PATH", false], [1541, "index-2-variable:CMAKE_FIND_ROOT_PATH", false], [1541, "index-3-variable:CMAKE_FIND_ROOT_PATH", false], [1542, "index-0-variable:CMAKE_FIND_ROOT_PATH", false], [1542, "index-1-variable:CMAKE_FIND_ROOT_PATH", false], [1542, "index-2-variable:CMAKE_FIND_ROOT_PATH", false], [1542, "index-3-variable:CMAKE_FIND_ROOT_PATH", false]], "cmake_find_root_path_mode_include": [[56, "index-0-variable:CMAKE_FIND_ROOT_PATH_MODE_INCLUDE", false], [56, "index-1-variable:CMAKE_FIND_ROOT_PATH_MODE_INCLUDE", false], [59, "index-0-variable:CMAKE_FIND_ROOT_PATH_MODE_INCLUDE", false], [59, "index-1-variable:CMAKE_FIND_ROOT_PATH_MODE_INCLUDE", false], [1539, "variable:CMAKE_FIND_ROOT_PATH_MODE_INCLUDE", true]], "cmake_find_root_path_mode_library": [[57, "index-0-variable:CMAKE_FIND_ROOT_PATH_MODE_LIBRARY", false], [57, "index-1-variable:CMAKE_FIND_ROOT_PATH_MODE_LIBRARY", false], [1540, "variable:CMAKE_FIND_ROOT_PATH_MODE_LIBRARY", true]], "cmake_find_root_path_mode_package": [[58, "index-0-variable:CMAKE_FIND_ROOT_PATH_MODE_PACKAGE", false], [58, "index-1-variable:CMAKE_FIND_ROOT_PATH_MODE_PACKAGE", false], [1541, "variable:CMAKE_FIND_ROOT_PATH_MODE_PACKAGE", true]], "cmake_find_root_path_mode_program": [[60, "index-0-variable:CMAKE_FIND_ROOT_PATH_MODE_PROGRAM", false], [60, "index-1-variable:CMAKE_FIND_ROOT_PATH_MODE_PROGRAM", false], [1542, "variable:CMAKE_FIND_ROOT_PATH_MODE_PROGRAM", true]], "cmake_find_use_cmake_environment_path": [[56, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [57, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [58, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [59, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [60, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [1325, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [1543, "variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", true], [1544, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [1545, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [1546, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [1547, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [1548, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [1549, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [1550, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false]], "cmake_find_use_cmake_path": [[56, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [57, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [58, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [59, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [60, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [1325, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [1543, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [1544, "variable:CMAKE_FIND_USE_CMAKE_PATH", true], [1545, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [1546, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [1547, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [1548, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [1549, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [1550, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false]], "cmake_find_use_cmake_system_path": [[56, "index-0-variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", false], [57, "index-0-variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", false], [58, "index-0-variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", false], [59, "index-0-variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", false], [60, "index-0-variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", false], [1325, "index-0-variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", false], [1543, "index-0-variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", false], [1544, "index-0-variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", false], [1545, "variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", true], [1547, "index-0-variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", false], [1548, "index-0-variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", false], [1549, "index-0-variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", false], [1550, "index-0-variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", false]], "cmake_find_use_install_prefix": [[56, "index-0-variable:CMAKE_FIND_USE_INSTALL_PREFIX", false], [57, "index-0-variable:CMAKE_FIND_USE_INSTALL_PREFIX", false], [58, "index-0-variable:CMAKE_FIND_USE_INSTALL_PREFIX", false], [59, "index-0-variable:CMAKE_FIND_USE_INSTALL_PREFIX", false], [60, "index-0-variable:CMAKE_FIND_USE_INSTALL_PREFIX", false], [1334, "index-0-variable:CMAKE_FIND_USE_INSTALL_PREFIX", false], [1543, "index-0-variable:CMAKE_FIND_USE_INSTALL_PREFIX", false], [1545, "index-0-variable:CMAKE_FIND_USE_INSTALL_PREFIX", false], [1546, "variable:CMAKE_FIND_USE_INSTALL_PREFIX", true], [1547, "index-0-variable:CMAKE_FIND_USE_INSTALL_PREFIX", false], [1548, "index-0-variable:CMAKE_FIND_USE_INSTALL_PREFIX", false], [1549, "index-0-variable:CMAKE_FIND_USE_INSTALL_PREFIX", false], [1550, "index-0-variable:CMAKE_FIND_USE_INSTALL_PREFIX", false]], "cmake_find_use_package_registry": [[58, "index-0-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [279, "index-0-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [279, "index-1-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [1325, "index-0-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [1325, "index-1-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [1529, "index-0-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [1529, "index-1-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [1529, "index-2-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [1543, "index-0-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [1544, "index-0-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [1545, "index-0-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [1546, "index-0-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [1547, "variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", true], [1548, "index-0-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [1549, "index-0-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [1550, "index-0-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false]], "cmake_find_use_package_root_path": [[56, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [57, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [58, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [59, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [60, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [1325, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [1543, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [1544, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [1545, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [1546, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [1547, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [1548, "variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", true], [1549, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [1550, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false]], "cmake_find_use_system_environment_path": [[56, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [57, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [58, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [59, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [60, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [1325, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [1543, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [1544, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [1545, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [1546, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [1547, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [1548, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [1549, "variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", true], [1550, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false]], "cmake_find_use_system_package_registry": [[58, "index-0-variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", false], [1325, "index-0-variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", false], [1530, "index-0-variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", false], [1530, "index-1-variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", false], [1530, "index-2-variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", false], [1543, "index-0-variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", false], [1544, "index-0-variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", false], [1545, "index-0-variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", false], [1546, "index-0-variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", false], [1547, "index-0-variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", false], [1548, "index-0-variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", false], [1549, "index-0-variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", false], [1550, "variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", true]], "cmake_folder": [[1032, "index-0-variable:CMAKE_FOLDER", false], [1321, "index-0-variable:CMAKE_FOLDER", false], [1551, "variable:CMAKE_FOLDER", true]], "cmake_fortran_format": [[1037, "index-0-variable:CMAKE_Fortran_FORMAT", false], [1555, "variable:CMAKE_Fortran_FORMAT", true]], "cmake_fortran_moddir_default": [[1556, "variable:CMAKE_Fortran_MODDIR_DEFAULT", true]], "cmake_fortran_moddir_flag": [[1557, "variable:CMAKE_Fortran_MODDIR_FLAG", true]], "cmake_fortran_modout_flag": [[1558, "variable:CMAKE_Fortran_MODOUT_FLAG", true]], "cmake_fortran_module_directory": [[1038, "index-0-variable:CMAKE_Fortran_MODULE_DIRECTORY", false], [1559, "variable:CMAKE_Fortran_MODULE_DIRECTORY", true]], "cmake_fortran_preprocess": [[1039, "index-0-variable:CMAKE_Fortran_PREPROCESS", false], [1560, "variable:CMAKE_Fortran_PREPROCESS", true]], "cmake_framework": [[1033, "index-0-variable:CMAKE_FRAMEWORK", false], [1324, "index-0-variable:CMAKE_FRAMEWORK", false], [1552, "variable:CMAKE_FRAMEWORK", true]], "cmake_framework_multi_config_postfix_": [[1034, "index-0-variable:CMAKE_FRAMEWORK_MULTI_CONFIG_POSTFIX_", false], [1327, "index-0-variable:CMAKE_FRAMEWORK_MULTI_CONFIG_POSTFIX_", false], [1553, "variable:CMAKE_FRAMEWORK_MULTI_CONFIG_POSTFIX_", true]], "cmake_framework_path": [[56, "index-0-envvar:CMAKE_FRAMEWORK_PATH", false], [56, "index-0-variable:CMAKE_FRAMEWORK_PATH", false], [56, "index-1-envvar:CMAKE_FRAMEWORK_PATH", false], [56, "index-1-variable:CMAKE_FRAMEWORK_PATH", false], [57, "index-0-envvar:CMAKE_FRAMEWORK_PATH", false], [57, "index-0-variable:CMAKE_FRAMEWORK_PATH", false], [57, "index-1-envvar:CMAKE_FRAMEWORK_PATH", false], [57, "index-1-variable:CMAKE_FRAMEWORK_PATH", false], [58, "index-0-envvar:CMAKE_FRAMEWORK_PATH", false], [58, "index-0-variable:CMAKE_FRAMEWORK_PATH", false], [59, "index-0-envvar:CMAKE_FRAMEWORK_PATH", false], [59, "index-0-variable:CMAKE_FRAMEWORK_PATH", false], [59, "index-1-envvar:CMAKE_FRAMEWORK_PATH", false], [59, "index-1-variable:CMAKE_FRAMEWORK_PATH", false], [161, "envvar:CMAKE_FRAMEWORK_PATH", true], [161, "index-0-variable:CMAKE_FRAMEWORK_PATH", false], [469, "index-0-variable:CMAKE_FRAMEWORK_PATH", false], [469, "index-1-variable:CMAKE_FRAMEWORK_PATH", false], [1554, "index-0-envvar:CMAKE_FRAMEWORK_PATH", false], [1554, "variable:CMAKE_FRAMEWORK_PATH", true], [1840, "index-0-variable:CMAKE_FRAMEWORK_PATH", false]], "cmake_generator": [[162, "envvar:CMAKE_GENERATOR", true], [162, "index-0-variable:CMAKE_GENERATOR", false], [163, "index-0-envvar:CMAKE_GENERATOR", false], [164, "index-0-envvar:CMAKE_GENERATOR", false], [165, "index-0-envvar:CMAKE_GENERATOR", false], [265, "index-0-envvar:CMAKE_GENERATOR", false], [287, "index-0-envvar:CMAKE_GENERATOR", false], [310, "index-0-variable:CMAKE_GENERATOR", false], [370, "index-0-variable:CMAKE_GENERATOR", false], [640, "index-0-variable:CMAKE_GENERATOR", false], [1324, "index-0-envvar:CMAKE_GENERATOR", false], [1327, "index-0-envvar:CMAKE_GENERATOR", false], [1519, "index-0-variable:CMAKE_GENERATOR", false], [1561, "index-0-envvar:CMAKE_GENERATOR", false], [1561, "variable:CMAKE_GENERATOR", true], [1738, "index-0-variable:CMAKE_GENERATOR", false]], "cmake_generator_instance": [[162, "index-0-envvar:CMAKE_GENERATOR_INSTANCE", false], [163, "envvar:CMAKE_GENERATOR_INSTANCE", true], [163, "index-0-variable:CMAKE_GENERATOR_INSTANCE", false], [237, "index-0-variable:CMAKE_GENERATOR_INSTANCE", false], [238, "index-0-variable:CMAKE_GENERATOR_INSTANCE", false], [239, "index-0-variable:CMAKE_GENERATOR_INSTANCE", false], [368, "index-0-variable:CMAKE_GENERATOR_INSTANCE", false], [1320, "index-0-variable:CMAKE_GENERATOR_INSTANCE", false], [1324, "index-0-envvar:CMAKE_GENERATOR_INSTANCE", false], [1333, "index-0-variable:CMAKE_GENERATOR_INSTANCE", false], [1562, "index-0-envvar:CMAKE_GENERATOR_INSTANCE", false], [1562, "variable:CMAKE_GENERATOR_INSTANCE", true], [1908, "index-0-variable:CMAKE_GENERATOR_INSTANCE", false]], "cmake_generator_platform": [[162, "index-0-envvar:CMAKE_GENERATOR_PLATFORM", false], [164, "envvar:CMAKE_GENERATOR_PLATFORM", true], [164, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [223, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [223, "index-1-variable:CMAKE_GENERATOR_PLATFORM", false], [236, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [237, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [238, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [239, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [265, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [273, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [285, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [287, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [287, "index-1-variable:CMAKE_GENERATOR_PLATFORM", false], [368, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [709, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [1318, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [1322, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [1323, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [1323, "index-1-variable:CMAKE_GENERATOR_PLATFORM", false], [1324, "index-0-envvar:CMAKE_GENERATOR_PLATFORM", false], [1327, "index-0-envvar:CMAKE_GENERATOR_PLATFORM", false], [1331, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [1337, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [1337, "index-1-variable:CMAKE_GENERATOR_PLATFORM", false], [1563, "index-0-envvar:CMAKE_GENERATOR_PLATFORM", false], [1563, "variable:CMAKE_GENERATOR_PLATFORM", true], [1889, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [1890, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [1910, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false]], "cmake_generator_toolset": [[162, "index-0-envvar:CMAKE_GENERATOR_TOOLSET", false], [165, "envvar:CMAKE_GENERATOR_TOOLSET", true], [165, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [223, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [223, "index-1-variable:CMAKE_GENERATOR_TOOLSET", false], [233, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [234, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [235, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [236, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [236, "index-1-variable:CMAKE_GENERATOR_TOOLSET", false], [237, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [237, "index-1-variable:CMAKE_GENERATOR_TOOLSET", false], [238, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [238, "index-1-variable:CMAKE_GENERATOR_TOOLSET", false], [239, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [239, "index-1-variable:CMAKE_GENERATOR_TOOLSET", false], [244, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [246, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [265, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [285, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [285, "index-1-variable:CMAKE_GENERATOR_TOOLSET", false], [287, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [368, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1318, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1321, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1322, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1324, "index-0-envvar:CMAKE_GENERATOR_TOOLSET", false], [1326, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1327, "index-0-envvar:CMAKE_GENERATOR_TOOLSET", false], [1328, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1339, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1347, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1564, "index-0-envvar:CMAKE_GENERATOR_TOOLSET", false], [1564, "variable:CMAKE_GENERATOR_TOOLSET", true], [1738, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1891, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1892, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1893, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1894, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1895, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1896, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false]], "cmake_get_os_release_fallback_result": [[17, "variable:CMAKE_GET_OS_RELEASE_FALLBACK_RESULT", true]], "cmake_get_os_release_fallback_result_": [[17, "variable:CMAKE_GET_OS_RELEASE_FALLBACK_RESULT_", true]], "cmake_get_os_release_fallback_scripts": [[17, "variable:CMAKE_GET_OS_RELEASE_FALLBACK_SCRIPTS", true]], "cmake_get_runtime_dependencies_command": [[55, "variable:CMAKE_GET_RUNTIME_DEPENDENCIES_COMMAND", true]], "cmake_get_runtime_dependencies_platform": [[55, "index-0-variable:CMAKE_GET_RUNTIME_DEPENDENCIES_PLATFORM", false], [55, "variable:CMAKE_GET_RUNTIME_DEPENDENCIES_PLATFORM", true]], "cmake_get_runtime_dependencies_tool": [[55, "variable:CMAKE_GET_RUNTIME_DEPENDENCIES_TOOL", true]], "cmake_ghs_no_source_group_file": [[1042, "index-0-variable:CMAKE_GHS_NO_SOURCE_GROUP_FILE", false], [1323, "index-0-variable:CMAKE_GHS_NO_SOURCE_GROUP_FILE", false], [1565, "variable:CMAKE_GHS_NO_SOURCE_GROUP_FILE", true]], "cmake_global_autogen_target": [[283, "index-0-variable:CMAKE_GLOBAL_AUTOGEN_TARGET", false], [944, "index-0-variable:CMAKE_GLOBAL_AUTOGEN_TARGET", false], [948, "index-0-variable:CMAKE_GLOBAL_AUTOGEN_TARGET", false], [958, "index-0-variable:CMAKE_GLOBAL_AUTOGEN_TARGET", false], [1323, "index-0-variable:CMAKE_GLOBAL_AUTOGEN_TARGET", false], [1566, "variable:CMAKE_GLOBAL_AUTOGEN_TARGET", true], [1567, "index-0-variable:CMAKE_GLOBAL_AUTOGEN_TARGET", false]], "cmake_global_autogen_target_name": [[1323, "index-0-variable:CMAKE_GLOBAL_AUTOGEN_TARGET_NAME", false], [1566, "index-0-variable:CMAKE_GLOBAL_AUTOGEN_TARGET_NAME", false], [1567, "variable:CMAKE_GLOBAL_AUTOGEN_TARGET_NAME", true]], "cmake_global_autorcc_target": [[955, "index-0-variable:CMAKE_GLOBAL_AUTORCC_TARGET", false], [1323, "index-0-variable:CMAKE_GLOBAL_AUTORCC_TARGET", false], [1568, "variable:CMAKE_GLOBAL_AUTORCC_TARGET", true], [1569, "index-0-variable:CMAKE_GLOBAL_AUTORCC_TARGET", false]], "cmake_global_autorcc_target_name": [[1323, "index-0-variable:CMAKE_GLOBAL_AUTORCC_TARGET_NAME", false], [1568, "index-0-variable:CMAKE_GLOBAL_AUTORCC_TARGET_NAME", false], [1569, "variable:CMAKE_GLOBAL_AUTORCC_TARGET_NAME", true]], "cmake_gnutoms": [[294, "index-0-variable:CMAKE_GNUtoMS", false], [1570, "variable:CMAKE_GNUtoMS", true]], "cmake_hip_architectures": [[1050, "index-0-variable:CMAKE_HIP_ARCHITECTURES", false], [1571, "variable:CMAKE_HIP_ARCHITECTURES", true], [1574, "index-0-variable:CMAKE_HIP_ARCHITECTURES", false]], "cmake_hip_compile_features": [[794, "index-0-variable:CMAKE_HIP_COMPILE_FEATURES", false], [1572, "variable:CMAKE_HIP_COMPILE_FEATURES", true]], "cmake_hip_extensions": [[1051, "index-0-variable:CMAKE_HIP_EXTENSIONS", false], [1573, "variable:CMAKE_HIP_EXTENSIONS", true], [1654, "index-0-variable:CMAKE_HIP_EXTENSIONS", false]], "cmake_hip_known_features": [[794, "prop_gbl:CMAKE_HIP_KNOWN_FEATURES", true], [1572, "index-0-prop_gbl:CMAKE_HIP_KNOWN_FEATURES", false]], "cmake_hip_platform": [[347, "index-0-variable:CMAKE_HIP_PLATFORM", false], [1050, "index-0-variable:CMAKE_HIP_PLATFORM", false], [1338, "index-0-variable:CMAKE_HIP_PLATFORM", false], [1338, "index-1-variable:CMAKE_HIP_PLATFORM", false], [1571, "index-0-variable:CMAKE_HIP_PLATFORM", false], [1571, "index-1-variable:CMAKE_HIP_PLATFORM", false], [1574, "variable:CMAKE_HIP_PLATFORM", true]], "cmake_hip_standard": [[1052, "index-0-variable:CMAKE_HIP_STANDARD", false], [1575, "variable:CMAKE_HIP_STANDARD", true], [1699, "index-0-variable:CMAKE_HIP_STANDARD", false]], "cmake_hip_standard_required": [[1053, "index-0-variable:CMAKE_HIP_STANDARD_REQUIRED", false], [1576, "variable:CMAKE_HIP_STANDARD_REQUIRED", true], [1705, "index-0-variable:CMAKE_HIP_STANDARD_REQUIRED", false]], "cmake_home_directory": [[1577, "variable:CMAKE_HOME_DIRECTORY", true]], "cmake_host_apple": [[1578, "variable:CMAKE_HOST_APPLE", true]], "cmake_host_bsd": [[1335, "index-0-variable:CMAKE_HOST_BSD", false], [1579, "variable:CMAKE_HOST_BSD", true]], "cmake_host_executable_suffix": [[1342, "index-0-variable:CMAKE_HOST_EXECUTABLE_SUFFIX", false], [1507, "index-0-variable:CMAKE_HOST_EXECUTABLE_SUFFIX", false], [1580, "variable:CMAKE_HOST_EXECUTABLE_SUFFIX", true]], "cmake_host_linux": [[1335, "index-0-variable:CMAKE_HOST_LINUX", false], [1581, "variable:CMAKE_HOST_LINUX", true]], "cmake_host_solaris": [[1345, "index-0-variable:CMAKE_HOST_SOLARIS", false], [1582, "variable:CMAKE_HOST_SOLARIS", true]], "cmake_host_system": [[1583, "variable:CMAKE_HOST_SYSTEM", true]], "cmake_host_system_information": [[17, "command:cmake_host_system_information", true], [271, "index-0-command:cmake_host_system_information", false], [447, "index-0-command:cmake_host_system_information", false], [447, "index-1-command:cmake_host_system_information", false], [541, "index-0-command:cmake_host_system_information", false], [1319, "index-0-command:cmake_host_system_information", false], [1332, "index-0-command:cmake_host_system_information", false], [1334, "index-0-command:cmake_host_system_information", false], [1338, "index-0-command:cmake_host_system_information", false]], "cmake_host_system_name": [[17, "index-0-variable:CMAKE_HOST_SYSTEM_NAME", false], [281, "index-0-variable:CMAKE_HOST_SYSTEM_NAME", false], [1331, "index-0-variable:CMAKE_HOST_SYSTEM_NAME", false], [1448, "index-0-variable:CMAKE_HOST_SYSTEM_NAME", false], [1448, "index-1-variable:CMAKE_HOST_SYSTEM_NAME", false], [1583, "index-0-variable:CMAKE_HOST_SYSTEM_NAME", false], [1583, "index-1-variable:CMAKE_HOST_SYSTEM_NAME", false], [1584, "variable:CMAKE_HOST_SYSTEM_NAME", true], [1845, "index-0-variable:CMAKE_HOST_SYSTEM_NAME", false]], "cmake_host_system_processor": [[17, "index-0-variable:CMAKE_HOST_SYSTEM_PROCESSOR", false], [151, "index-0-variable:CMAKE_HOST_SYSTEM_PROCESSOR", false], [1317, "index-0-variable:CMAKE_HOST_SYSTEM_PROCESSOR", false], [1328, "index-0-variable:CMAKE_HOST_SYSTEM_PROCESSOR", false], [1328, "index-1-variable:CMAKE_HOST_SYSTEM_PROCESSOR", false], [1390, "index-0-variable:CMAKE_HOST_SYSTEM_PROCESSOR", false], [1585, "variable:CMAKE_HOST_SYSTEM_PROCESSOR", true], [1847, "index-0-variable:CMAKE_HOST_SYSTEM_PROCESSOR", false]], "cmake_host_system_version": [[709, "index-0-variable:CMAKE_HOST_SYSTEM_VERSION", false], [1583, "index-0-variable:CMAKE_HOST_SYSTEM_VERSION", false], [1583, "index-1-variable:CMAKE_HOST_SYSTEM_VERSION", false], [1586, "variable:CMAKE_HOST_SYSTEM_VERSION", true], [1849, "index-0-variable:CMAKE_HOST_SYSTEM_VERSION", false]], "cmake_host_unix": [[1587, "variable:CMAKE_HOST_UNIX", true]], "cmake_host_win32": [[1588, "variable:CMAKE_HOST_WIN32", true]], "cmake_ignore_path": [[56, "index-0-variable:CMAKE_IGNORE_PATH", false], [57, "index-0-variable:CMAKE_IGNORE_PATH", false], [58, "index-0-variable:CMAKE_IGNORE_PATH", false], [59, "index-0-variable:CMAKE_IGNORE_PATH", false], [60, "index-0-variable:CMAKE_IGNORE_PATH", false], [1589, "variable:CMAKE_IGNORE_PATH", true], [1590, "index-0-variable:CMAKE_IGNORE_PATH", false], [1590, "index-1-variable:CMAKE_IGNORE_PATH", false], [1590, "index-2-variable:CMAKE_IGNORE_PATH", false], [1785, "index-0-variable:CMAKE_IGNORE_PATH", false], [1841, "index-0-variable:CMAKE_IGNORE_PATH", false], [1841, "index-1-variable:CMAKE_IGNORE_PATH", false]], "cmake_ignore_prefix_path": [[56, "index-0-variable:CMAKE_IGNORE_PREFIX_PATH", false], [57, "index-0-variable:CMAKE_IGNORE_PREFIX_PATH", false], [58, "index-0-variable:CMAKE_IGNORE_PREFIX_PATH", false], [59, "index-0-variable:CMAKE_IGNORE_PREFIX_PATH", false], [60, "index-0-variable:CMAKE_IGNORE_PREFIX_PATH", false], [1333, "index-0-variable:CMAKE_IGNORE_PREFIX_PATH", false], [1589, "index-0-variable:CMAKE_IGNORE_PREFIX_PATH", false], [1589, "index-1-variable:CMAKE_IGNORE_PREFIX_PATH", false], [1589, "index-2-variable:CMAKE_IGNORE_PREFIX_PATH", false], [1589, "index-3-variable:CMAKE_IGNORE_PREFIX_PATH", false], [1590, "variable:CMAKE_IGNORE_PREFIX_PATH", true], [1842, "index-0-variable:CMAKE_IGNORE_PREFIX_PATH", false], [1842, "index-1-variable:CMAKE_IGNORE_PREFIX_PATH", false]], "cmake_import_library_prefix": [[1591, "variable:CMAKE_IMPORT_LIBRARY_PREFIX", true]], "cmake_import_library_suffix": [[1592, "variable:CMAKE_IMPORT_LIBRARY_SUFFIX", true]], "cmake_include_current_dir": [[266, "index-0-variable:CMAKE_INCLUDE_CURRENT_DIR", false], [266, "index-1-variable:CMAKE_INCLUDE_CURRENT_DIR", false], [1593, "variable:CMAKE_INCLUDE_CURRENT_DIR", true]], "cmake_include_current_dir_in_interface": [[266, "index-0-variable:CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE", false], [266, "index-1-variable:CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE", false], [1594, "variable:CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE", true]], "cmake_include_directories_before": [[73, "index-0-variable:CMAKE_INCLUDE_DIRECTORIES_BEFORE", false], [1595, "variable:CMAKE_INCLUDE_DIRECTORIES_BEFORE", true]], "cmake_include_directories_project_before": [[1596, "variable:CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE", true]], "cmake_include_path": [[56, "index-0-envvar:CMAKE_INCLUDE_PATH", false], [56, "index-0-variable:CMAKE_INCLUDE_PATH", false], [56, "index-1-envvar:CMAKE_INCLUDE_PATH", false], [56, "index-1-variable:CMAKE_INCLUDE_PATH", false], [59, "index-0-envvar:CMAKE_INCLUDE_PATH", false], [59, "index-0-variable:CMAKE_INCLUDE_PATH", false], [59, "index-1-envvar:CMAKE_INCLUDE_PATH", false], [59, "index-1-variable:CMAKE_INCLUDE_PATH", false], [166, "envvar:CMAKE_INCLUDE_PATH", true], [166, "index-0-variable:CMAKE_INCLUDE_PATH", false], [1589, "index-0-variable:CMAKE_INCLUDE_PATH", false], [1590, "index-0-variable:CMAKE_INCLUDE_PATH", false], [1597, "index-0-envvar:CMAKE_INCLUDE_PATH", false], [1597, "variable:CMAKE_INCLUDE_PATH", true], [1785, "index-0-variable:CMAKE_INCLUDE_PATH", false], [1843, "index-0-variable:CMAKE_INCLUDE_PATH", false]], "cmake_install_default_component_name": [[77, "index-0-variable:CMAKE_INSTALL_DEFAULT_COMPONENT_NAME", false], [1598, "variable:CMAKE_INSTALL_DEFAULT_COMPONENT_NAME", true]], "cmake_install_default_directory_permissions": [[77, "index-0-variable:CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS", false], [1320, "index-0-variable:CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS", false], [1320, "index-1-variable:CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS", false], [1599, "variable:CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS", true], [1954, "index-0-variable:CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS", false], [1954, "index-1-variable:CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS", false]], "cmake_install_message": [[77, "index-0-variable:CMAKE_INSTALL_MESSAGE", false], [1318, "index-0-variable:CMAKE_INSTALL_MESSAGE", false], [1600, "variable:CMAKE_INSTALL_MESSAGE", true]], "cmake_install_mode": [[55, "index-0-envvar:CMAKE_INSTALL_MODE", false], [77, "index-0-envvar:CMAKE_INSTALL_MODE", false], [167, "envvar:CMAKE_INSTALL_MODE", true], [368, "index-0-envvar:CMAKE_INSTALL_MODE", false], [368, "index-1-envvar:CMAKE_INSTALL_MODE", false], [1332, "index-0-envvar:CMAKE_INSTALL_MODE", false]], "cmake_install_name_dir": [[602, "index-0-variable:CMAKE_INSTALL_NAME_DIR", false], [1088, "index-0-variable:CMAKE_INSTALL_NAME_DIR", false], [1601, "variable:CMAKE_INSTALL_NAME_DIR", true]], "cmake_install_parallel_level": [[168, "envvar:CMAKE_INSTALL_PARALLEL_LEVEL", true], [287, "index-0-envvar:CMAKE_INSTALL_PARALLEL_LEVEL", false], [809, "index-0-envvar:CMAKE_INSTALL_PARALLEL_LEVEL", false]], "cmake_install_prefix": [[58, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [77, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [77, "index-1-variable:CMAKE_INSTALL_PREFIX", false], [77, "index-2-variable:CMAKE_INSTALL_PREFIX", false], [78, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [79, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [80, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [169, "envvar:CMAKE_INSTALL_PREFIX", true], [169, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [198, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [248, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [248, "index-1-variable:CMAKE_INSTALL_PREFIX", false], [248, "index-2-variable:CMAKE_INSTALL_PREFIX", false], [257, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [262, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [262, "index-1-variable:CMAKE_INSTALL_PREFIX", false], [262, "index-2-variable:CMAKE_INSTALL_PREFIX", false], [265, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [273, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [279, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [279, "index-1-variable:CMAKE_INSTALL_PREFIX", false], [285, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [287, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [287, "index-1-variable:CMAKE_INSTALL_PREFIX", false], [304, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [304, "index-1-variable:CMAKE_INSTALL_PREFIX", false], [304, "index-2-variable:CMAKE_INSTALL_PREFIX", false], [304, "index-3-variable:CMAKE_INSTALL_PREFIX", false], [310, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [535, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [535, "index-1-variable:CMAKE_INSTALL_PREFIX", false], [535, "index-2-variable:CMAKE_INSTALL_PREFIX", false], [535, "index-3-variable:CMAKE_INSTALL_PREFIX", false], [1317, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1317, "index-1-variable:CMAKE_INSTALL_PREFIX", false], [1318, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1329, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1334, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1339, "index-0-envvar:CMAKE_INSTALL_PREFIX", false], [1339, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1527, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1546, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1599, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1602, "index-0-envvar:CMAKE_INSTALL_PREFIX", false], [1602, "variable:CMAKE_INSTALL_PREFIX", true], [1603, "index-0-envvar:CMAKE_INSTALL_PREFIX", false], [1603, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1825, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1846, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1955, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1956, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1956, "index-1-variable:CMAKE_INSTALL_PREFIX", false]], "cmake_install_prefix_initialized_to_default": [[1602, "index-0-variable:CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT", false], [1603, "variable:CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT", true]], "cmake_install_remove_environment_rpath": [[1089, "index-0-variable:CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH", false], [1325, "index-0-variable:CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH", false], [1604, "variable:CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH", true]], "cmake_install_rpath": [[132, "index-0-variable:CMAKE_INSTALL_RPATH", false], [132, "index-1-variable:CMAKE_INSTALL_RPATH", false], [132, "index-2-variable:CMAKE_INSTALL_RPATH", false], [655, "index-0-variable:CMAKE_INSTALL_RPATH", false], [1090, "index-0-variable:CMAKE_INSTALL_RPATH", false], [1419, "index-0-variable:CMAKE_INSTALL_RPATH", false], [1605, "variable:CMAKE_INSTALL_RPATH", true]], "cmake_install_rpath_use_link_path": [[1091, "index-0-variable:CMAKE_INSTALL_RPATH_USE_LINK_PATH", false], [1606, "variable:CMAKE_INSTALL_RPATH_USE_LINK_PATH", true]], "cmake_internal_platform_abi": [[1607, "variable:CMAKE_INTERNAL_PLATFORM_ABI", true]], "cmake_interprocedural_optimization": [[629, "index-0-variable:CMAKE_INTERPROCEDURAL_OPTIMIZATION", false], [1111, "index-0-variable:CMAKE_INTERPROCEDURAL_OPTIMIZATION", false], [1335, "index-0-variable:CMAKE_INTERPROCEDURAL_OPTIMIZATION", false], [1348, "index-0-variable:CMAKE_INTERPROCEDURAL_OPTIMIZATION", false], [1608, "variable:CMAKE_INTERPROCEDURAL_OPTIMIZATION", true]], "cmake_interprocedural_optimization_": [[1112, "index-0-variable:CMAKE_INTERPROCEDURAL_OPTIMIZATION_", false], [1609, "variable:CMAKE_INTERPROCEDURAL_OPTIMIZATION_", true]], "cmake_ios_install_combined": [[285, "index-0-variable:CMAKE_IOS_INSTALL_COMBINED", false], [285, "index-1-variable:CMAKE_IOS_INSTALL_COMBINED", false], [1338, "index-0-variable:CMAKE_IOS_INSTALL_COMBINED", false], [1610, "variable:CMAKE_IOS_INSTALL_COMBINED", true]], "cmake_ispc_header_directory": [[1114, "index-0-variable:CMAKE_ISPC_HEADER_DIRECTORY", false], [1611, "variable:CMAKE_ISPC_HEADER_DIRECTORY", true]], "cmake_ispc_header_suffix": [[1115, "index-0-variable:CMAKE_ISPC_HEADER_SUFFIX", false], [1328, "index-0-variable:CMAKE_ISPC_HEADER_SUFFIX", false], [1612, "variable:CMAKE_ISPC_HEADER_SUFFIX", true]], "cmake_ispc_instruction_sets": [[1116, "index-0-variable:CMAKE_ISPC_INSTRUCTION_SETS", false], [1613, "variable:CMAKE_ISPC_INSTRUCTION_SETS", true]], "cmake_job_pool_compile": [[811, "index-0-variable:CMAKE_JOB_POOL_COMPILE", false], [1117, "index-0-variable:CMAKE_JOB_POOL_COMPILE", false], [1615, "variable:CMAKE_JOB_POOL_COMPILE", true]], "cmake_job_pool_link": [[811, "index-0-variable:CMAKE_JOB_POOL_LINK", false], [1118, "index-0-variable:CMAKE_JOB_POOL_LINK", false], [1616, "variable:CMAKE_JOB_POOL_LINK", true]], "cmake_job_pool_precompile_header": [[1119, "index-0-variable:CMAKE_JOB_POOL_PRECOMPILE_HEADER", false], [1119, "index-1-variable:CMAKE_JOB_POOL_PRECOMPILE_HEADER", false], [1617, "variable:CMAKE_JOB_POOL_PRECOMPILE_HEADER", true]], "cmake_job_pools": [[811, "index-0-variable:CMAKE_JOB_POOLS", false], [1320, "index-0-variable:CMAKE_JOB_POOLS", false], [1614, "variable:CMAKE_JOB_POOLS", true]], "cmake_kate_files_mode": [[1618, "variable:CMAKE_KATE_FILES_MODE", true]], "cmake_kate_make_arguments": [[1619, "variable:CMAKE_KATE_MAKE_ARGUMENTS", true]], "cmake_language": [[18, "command:cmake_language", true], [63, "index-0-command:cmake_language", false], [86, "index-0-command:cmake_language", false], [90, "index-0-command:cmake_language", false], [98, "index-0-command:cmake_language", false], [263, "index-0-command:cmake_language", false], [287, "index-0-command:cmake_language", false], [287, "index-1-command:cmake_language", false], [1327, "index-0-command:cmake_language", false], [1328, "index-0-command:cmake_language", false], [1334, "index-0-command:cmake_language", false], [1335, "index-0-command:cmake_language", false], [1339, "index-0-command:cmake_language", false], [1470, "index-0-command:cmake_language", false], [1746, "index-0-command:cmake_language", false]], "cmake_library_architecture": [[56, "index-0-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [56, "index-1-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [56, "index-2-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [56, "index-3-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [56, "index-4-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [56, "index-5-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [56, "index-6-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [56, "index-7-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [56, "index-8-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [56, "index-9-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [57, "index-0-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [57, "index-1-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [57, "index-2-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [57, "index-3-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [57, "index-4-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [57, "index-5-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [57, "index-6-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [57, "index-7-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [57, "index-8-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [57, "index-9-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [58, "index-0-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [59, "index-0-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [59, "index-1-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [59, "index-2-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [59, "index-3-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [59, "index-4-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [59, "index-5-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [59, "index-6-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [59, "index-7-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [59, "index-8-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [59, "index-9-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [1709, "variable:CMAKE_LIBRARY_ARCHITECTURE", true]], "cmake_library_architecture_regex": [[1710, "variable:CMAKE_LIBRARY_ARCHITECTURE_REGEX", true]], "cmake_library_output_directory": [[1132, "index-0-variable:CMAKE_LIBRARY_OUTPUT_DIRECTORY", false], [1132, "index-1-variable:CMAKE_LIBRARY_OUTPUT_DIRECTORY", false], [1330, "index-0-variable:CMAKE_LIBRARY_OUTPUT_DIRECTORY", false], [1711, "variable:CMAKE_LIBRARY_OUTPUT_DIRECTORY", true]], "cmake_library_output_directory_": [[1133, "index-0-variable:CMAKE_LIBRARY_OUTPUT_DIRECTORY_", false], [1712, "variable:CMAKE_LIBRARY_OUTPUT_DIRECTORY_", true]], "cmake_library_path": [[57, "index-0-envvar:CMAKE_LIBRARY_PATH", false], [57, "index-0-variable:CMAKE_LIBRARY_PATH", false], [57, "index-1-envvar:CMAKE_LIBRARY_PATH", false], [57, "index-1-variable:CMAKE_LIBRARY_PATH", false], [173, "envvar:CMAKE_LIBRARY_PATH", true], [173, "index-0-variable:CMAKE_LIBRARY_PATH", false], [1589, "index-0-variable:CMAKE_LIBRARY_PATH", false], [1590, "index-0-variable:CMAKE_LIBRARY_PATH", false], [1713, "index-0-envvar:CMAKE_LIBRARY_PATH", false], [1713, "variable:CMAKE_LIBRARY_PATH", true], [1785, "index-0-variable:CMAKE_LIBRARY_PATH", false], [1844, "index-0-variable:CMAKE_LIBRARY_PATH", false]], "cmake_library_path_flag": [[1714, "variable:CMAKE_LIBRARY_PATH_FLAG", true]], "cmake_link_def_file_flag": [[1716, "variable:CMAKE_LINK_DEF_FILE_FLAG", true]], "cmake_link_depends_no_shared": [[1139, "index-0-variable:CMAKE_LINK_DEPENDS_NO_SHARED", false], [1717, "variable:CMAKE_LINK_DEPENDS_NO_SHARED", true]], "cmake_link_depends_use_linker": [[1337, "index-0-variable:CMAKE_LINK_DEPENDS_USE_LINKER", false], [1718, "variable:CMAKE_LINK_DEPENDS_USE_LINKER", true]], "cmake_link_directories_before": [[81, "index-0-variable:CMAKE_LINK_DIRECTORIES_BEFORE", false], [1719, "variable:CMAKE_LINK_DIRECTORIES_BEFORE", true]], "cmake_link_group_using_": [[274, "index-0-variable:CMAKE_LINK_GROUP_USING_", false], [274, "index-1-variable:CMAKE_LINK_GROUP_USING_", false], [1334, "index-0-variable:CMAKE_LINK_GROUP_USING_", false], [1684, "index-0-variable:CMAKE_LINK_GROUP_USING_", false], [1685, "index-0-variable:CMAKE_LINK_GROUP_USING_", false], [1720, "variable:CMAKE_LINK_GROUP_USING_", true], [1721, "index-0-variable:CMAKE_LINK_GROUP_USING_", false]], "cmake_link_group_using__supported": [[274, "index-0-variable:CMAKE_LINK_GROUP_USING__SUPPORTED", false], [274, "index-1-variable:CMAKE_LINK_GROUP_USING__SUPPORTED", false], [1685, "index-0-variable:CMAKE_LINK_GROUP_USING__SUPPORTED", false], [1685, "index-1-variable:CMAKE_LINK_GROUP_USING__SUPPORTED", false], [1720, "index-0-variable:CMAKE_LINK_GROUP_USING__SUPPORTED", false], [1721, "variable:CMAKE_LINK_GROUP_USING__SUPPORTED", true]], "cmake_link_interface_libraries": [[1143, "index-0-variable:CMAKE_LINK_INTERFACE_LIBRARIES", false], [1722, "variable:CMAKE_LINK_INTERFACE_LIBRARIES", true]], "cmake_link_libraries_only_targets": [[1148, "index-0-variable:CMAKE_LINK_LIBRARIES_ONLY_TARGETS", false], [1333, "index-0-variable:CMAKE_LINK_LIBRARIES_ONLY_TARGETS", false], [1723, "variable:CMAKE_LINK_LIBRARIES_ONLY_TARGETS", true]], "cmake_link_libraries_strategy": [[116, "index-0-variable:CMAKE_LINK_LIBRARIES_STRATEGY", false], [1147, "index-0-variable:CMAKE_LINK_LIBRARIES_STRATEGY", false], [1149, "index-0-variable:CMAKE_LINK_LIBRARIES_STRATEGY", false], [1342, "index-0-variable:CMAKE_LINK_LIBRARIES_STRATEGY", false], [1724, "variable:CMAKE_LINK_LIBRARIES_STRATEGY", true]], "cmake_link_library__attributes": [[1341, "index-0-variable:CMAKE_LINK_LIBRARY__ATTRIBUTES", false], [1686, "index-0-variable:CMAKE_LINK_LIBRARY__ATTRIBUTES", false], [1686, "index-1-variable:CMAKE_LINK_LIBRARY__ATTRIBUTES", false], [1690, "index-0-variable:CMAKE_LINK_LIBRARY__ATTRIBUTES", false], [1725, "variable:CMAKE_LINK_LIBRARY__ATTRIBUTES", true], [1729, "index-0-variable:CMAKE_LINK_LIBRARY__ATTRIBUTES", false]], "cmake_link_library_file_flag": [[1726, "variable:CMAKE_LINK_LIBRARY_FILE_FLAG", true]], "cmake_link_library_flag": [[1727, "variable:CMAKE_LINK_LIBRARY_FLAG", true]], "cmake_link_library_suffix": [[1728, "variable:CMAKE_LINK_LIBRARY_SUFFIX", true]], "cmake_link_library_using_": [[274, "index-0-variable:CMAKE_LINK_LIBRARY_USING_", false], [274, "index-1-variable:CMAKE_LINK_LIBRARY_USING_", false], [1150, "index-0-variable:CMAKE_LINK_LIBRARY_USING_", false], [1151, "index-0-variable:CMAKE_LINK_LIBRARY_USING_", false], [1334, "index-0-variable:CMAKE_LINK_LIBRARY_USING_", false], [1690, "index-0-variable:CMAKE_LINK_LIBRARY_USING_", false], [1725, "index-0-variable:CMAKE_LINK_LIBRARY_USING_", false], [1729, "variable:CMAKE_LINK_LIBRARY_USING_", true], [1730, "index-0-variable:CMAKE_LINK_LIBRARY_USING_", false]], "cmake_link_library_using__supported": [[274, "index-0-variable:CMAKE_LINK_LIBRARY_USING__SUPPORTED", false], [274, "index-1-variable:CMAKE_LINK_LIBRARY_USING__SUPPORTED", false], [1691, "index-0-variable:CMAKE_LINK_LIBRARY_USING__SUPPORTED", false], [1725, "index-0-variable:CMAKE_LINK_LIBRARY_USING__SUPPORTED", false], [1729, "index-0-variable:CMAKE_LINK_LIBRARY_USING__SUPPORTED", false], [1730, "variable:CMAKE_LINK_LIBRARY_USING__SUPPORTED", true]], "cmake_link_search_end_static": [[120, "index-0-variable:CMAKE_LINK_SEARCH_END_STATIC", false], [1153, "index-0-variable:CMAKE_LINK_SEARCH_END_STATIC", false], [1343, "index-0-variable:CMAKE_LINK_SEARCH_END_STATIC", false], [1731, "variable:CMAKE_LINK_SEARCH_END_STATIC", true], [1732, "index-0-variable:CMAKE_LINK_SEARCH_END_STATIC", false]], "cmake_link_search_start_static": [[120, "index-0-variable:CMAKE_LINK_SEARCH_START_STATIC", false], [1154, "index-0-variable:CMAKE_LINK_SEARCH_START_STATIC", false], [1343, "index-0-variable:CMAKE_LINK_SEARCH_START_STATIC", false], [1731, "index-0-variable:CMAKE_LINK_SEARCH_START_STATIC", false], [1732, "variable:CMAKE_LINK_SEARCH_START_STATIC", true]], "cmake_link_what_you_use": [[1155, "index-0-variable:CMAKE_LINK_WHAT_YOU_USE", false], [1346, "index-0-variable:CMAKE_LINK_WHAT_YOU_USE", false], [1733, "variable:CMAKE_LINK_WHAT_YOU_USE", true]], "cmake_link_what_you_use_check": [[1155, "index-0-variable:CMAKE_LINK_WHAT_YOU_USE_CHECK", false], [1332, "index-0-variable:CMAKE_LINK_WHAT_YOU_USE_CHECK", false], [1692, "index-0-variable:CMAKE_LINK_WHAT_YOU_USE_CHECK", false], [1734, "variable:CMAKE_LINK_WHAT_YOU_USE_CHECK", true]], "cmake_linker_type": [[1137, "index-0-variable:CMAKE_LINKER_TYPE", false], [1339, "index-0-variable:CMAKE_LINKER_TYPE", false], [1339, "index-1-variable:CMAKE_LINKER_TYPE", false], [1637, "index-0-variable:CMAKE_LINKER_TYPE", false], [1707, "index-0-variable:CMAKE_LINKER_TYPE", false], [1715, "variable:CMAKE_LINKER_TYPE", true]], "cmake_macosx_bundle": [[1160, "index-0-variable:CMAKE_MACOSX_BUNDLE", false], [1735, "variable:CMAKE_MACOSX_BUNDLE", true]], "cmake_macosx_rpath": [[1163, "index-0-variable:CMAKE_MACOSX_RPATH", false], [1736, "variable:CMAKE_MACOSX_RPATH", true]], "cmake_major_version": [[1737, "variable:CMAKE_MAJOR_VERSION", true], [1873, "index-0-variable:CMAKE_MAJOR_VERSION", false]], "cmake_make_program": [[262, "index-0-variable:CMAKE_MAKE_PROGRAM", false], [262, "index-1-variable:CMAKE_MAKE_PROGRAM", false], [262, "index-2-variable:CMAKE_MAKE_PROGRAM", false], [262, "index-3-variable:CMAKE_MAKE_PROGRAM", false], [262, "index-4-variable:CMAKE_MAKE_PROGRAM", false], [370, "index-0-variable:CMAKE_MAKE_PROGRAM", false], [1317, "index-0-variable:CMAKE_MAKE_PROGRAM", false], [1329, "index-0-variable:CMAKE_MAKE_PROGRAM", false], [1421, "index-0-variable:CMAKE_MAKE_PROGRAM", false], [1738, "variable:CMAKE_MAKE_PROGRAM", true], [1879, "index-0-variable:CMAKE_MAKE_PROGRAM", false], [1885, "index-0-variable:CMAKE_MAKE_PROGRAM", false]], "cmake_map_imported_config_": [[53, "index-0-variable:CMAKE_MAP_IMPORTED_CONFIG_", false], [77, "index-0-variable:CMAKE_MAP_IMPORTED_CONFIG_", false], [1165, "index-0-variable:CMAKE_MAP_IMPORTED_CONFIG_", false], [1317, "index-0-variable:CMAKE_MAP_IMPORTED_CONFIG_", false], [1739, "variable:CMAKE_MAP_IMPORTED_CONFIG_", true]], "cmake_match_": [[55, "index-0-variable:CMAKE_MATCH_", false], [71, "index-0-variable:CMAKE_MATCH_", false], [108, "index-0-variable:CMAKE_MATCH_", false], [719, "index-0-variable:CMAKE_MATCH_", false], [719, "index-1-variable:CMAKE_MATCH_", false], [719, "index-2-variable:CMAKE_MATCH_", false], [719, "index-3-variable:CMAKE_MATCH_", false], [1740, "index-0-variable:CMAKE_MATCH_", false], [1741, "variable:CMAKE_MATCH_", true]], "cmake_match_count": [[1329, "index-0-variable:CMAKE_MATCH_COUNT", false], [1740, "variable:CMAKE_MATCH_COUNT", true], [1741, "index-0-variable:CMAKE_MATCH_COUNT", false]], "cmake_maximum_recursion_depth": [[174, "envvar:CMAKE_MAXIMUM_RECURSION_DEPTH", true], [174, "index-0-variable:CMAKE_MAXIMUM_RECURSION_DEPTH", false], [1323, "index-0-variable:CMAKE_MAXIMUM_RECURSION_DEPTH", false], [1742, "index-0-envvar:CMAKE_MAXIMUM_RECURSION_DEPTH", false], [1742, "variable:CMAKE_MAXIMUM_RECURSION_DEPTH", true]], "cmake_message_context": [[90, "index-0-variable:CMAKE_MESSAGE_CONTEXT", false], [90, "index-1-variable:CMAKE_MESSAGE_CONTEXT", false], [1326, "index-0-variable:CMAKE_MESSAGE_CONTEXT", false], [1743, "variable:CMAKE_MESSAGE_CONTEXT", true], [1744, "index-0-variable:CMAKE_MESSAGE_CONTEXT", false]], "cmake_message_context_show": [[90, "index-0-variable:CMAKE_MESSAGE_CONTEXT_SHOW", false], [287, "index-0-variable:CMAKE_MESSAGE_CONTEXT_SHOW", false], [287, "index-1-variable:CMAKE_MESSAGE_CONTEXT_SHOW", false], [1326, "index-0-variable:CMAKE_MESSAGE_CONTEXT_SHOW", false], [1743, "index-0-variable:CMAKE_MESSAGE_CONTEXT_SHOW", false], [1744, "variable:CMAKE_MESSAGE_CONTEXT_SHOW", true]], "cmake_message_indent": [[90, "index-0-variable:CMAKE_MESSAGE_INDENT", false], [90, "index-1-variable:CMAKE_MESSAGE_INDENT", false], [1325, "index-0-variable:CMAKE_MESSAGE_INDENT", false], [1745, "variable:CMAKE_MESSAGE_INDENT", true]], "cmake_message_log_level": [[18, "index-0-variable:CMAKE_MESSAGE_LOG_LEVEL", false], [90, "index-0-variable:CMAKE_MESSAGE_LOG_LEVEL", false], [287, "index-0-variable:CMAKE_MESSAGE_LOG_LEVEL", false], [370, "index-0-variable:CMAKE_MESSAGE_LOG_LEVEL", false], [370, "index-1-variable:CMAKE_MESSAGE_LOG_LEVEL", false], [728, "index-0-variable:CMAKE_MESSAGE_LOG_LEVEL", false], [1326, "index-0-variable:CMAKE_MESSAGE_LOG_LEVEL", false], [1746, "variable:CMAKE_MESSAGE_LOG_LEVEL", true]], "cmake_mfc_flag": [[1276, "index-0-variable:CMAKE_MFC_FLAG", false], [1328, "index-0-variable:CMAKE_MFC_FLAG", false], [1747, "variable:CMAKE_MFC_FLAG", true]], "cmake_minimum_required": [[19, "command:cmake_minimum_required", true], [19, "index-0-command:cmake_minimum_required", false], [19, "index-1-command:cmake_minimum_required", false], [19, "index-2-command:cmake_minimum_required", false], [23, "index-0-command:cmake_minimum_required", false], [23, "index-1-command:cmake_minimum_required", false], [23, "index-2-command:cmake_minimum_required", false], [23, "index-3-command:cmake_minimum_required", false], [23, "index-4-command:cmake_minimum_required", false], [23, "index-5-command:cmake_minimum_required", false], [93, "index-0-command:cmake_minimum_required", false], [248, "index-0-command:cmake_minimum_required", false], [248, "index-1-command:cmake_minimum_required", false], [249, "index-0-command:cmake_minimum_required", false], [249, "index-1-command:cmake_minimum_required", false], [249, "index-2-command:cmake_minimum_required", false], [249, "index-3-command:cmake_minimum_required", false], [251, "index-0-command:cmake_minimum_required", false], [251, "index-1-command:cmake_minimum_required", false], [251, "index-2-command:cmake_minimum_required", false], [273, "index-0-command:cmake_minimum_required", false], [280, "index-0-command:cmake_minimum_required", false], [458, "index-0-command:cmake_minimum_required", false], [560, "index-0-command:cmake_minimum_required", false], [560, "index-1-command:cmake_minimum_required", false], [561, "index-0-command:cmake_minimum_required", false], [562, "index-0-command:cmake_minimum_required", false], [563, "index-0-command:cmake_minimum_required", false], [564, "index-0-command:cmake_minimum_required", false], [565, "index-0-command:cmake_minimum_required", false], [566, "index-0-command:cmake_minimum_required", false], [567, "index-0-command:cmake_minimum_required", false], [568, "index-0-command:cmake_minimum_required", false], [569, "index-0-command:cmake_minimum_required", false], [570, "index-0-command:cmake_minimum_required", false], [571, "index-0-command:cmake_minimum_required", false], [572, "index-0-command:cmake_minimum_required", false], [573, "index-0-command:cmake_minimum_required", false], [574, "index-0-command:cmake_minimum_required", false], [575, "index-0-command:cmake_minimum_required", false], [576, "index-0-command:cmake_minimum_required", false], [577, "index-0-command:cmake_minimum_required", false], [578, "index-0-command:cmake_minimum_required", false], [579, "index-0-command:cmake_minimum_required", false], [580, "index-0-command:cmake_minimum_required", false], [581, "index-0-command:cmake_minimum_required", false], [582, "index-0-command:cmake_minimum_required", false], [583, "index-0-command:cmake_minimum_required", false], [584, "index-0-command:cmake_minimum_required", false], [585, "index-0-command:cmake_minimum_required", false], [586, "index-0-command:cmake_minimum_required", false], [587, "index-0-command:cmake_minimum_required", false], [588, "index-0-command:cmake_minimum_required", false], [589, "index-0-command:cmake_minimum_required", false], [590, "index-0-command:cmake_minimum_required", false], [591, "index-0-command:cmake_minimum_required", false], [592, "index-0-command:cmake_minimum_required", false], [593, "index-0-command:cmake_minimum_required", false], [594, "index-0-command:cmake_minimum_required", false], [595, "index-0-command:cmake_minimum_required", false], [596, "index-0-command:cmake_minimum_required", false], [597, "index-0-command:cmake_minimum_required", false], [598, "index-0-command:cmake_minimum_required", false], [599, "index-0-command:cmake_minimum_required", false], [600, "index-0-command:cmake_minimum_required", false], [601, "index-0-command:cmake_minimum_required", false], [602, "index-0-command:cmake_minimum_required", false], [603, "index-0-command:cmake_minimum_required", false], [604, "index-0-command:cmake_minimum_required", false], [605, "index-0-command:cmake_minimum_required", false], [606, "index-0-command:cmake_minimum_required", false], [607, "index-0-command:cmake_minimum_required", false], [608, "index-0-command:cmake_minimum_required", false], [609, "index-0-command:cmake_minimum_required", false], [610, "index-0-command:cmake_minimum_required", false], [611, "index-0-command:cmake_minimum_required", false], [612, "index-0-command:cmake_minimum_required", false], [613, "index-0-command:cmake_minimum_required", false], [614, "index-0-command:cmake_minimum_required", false], [615, "index-0-command:cmake_minimum_required", false], [616, "index-0-command:cmake_minimum_required", false], [617, "index-0-command:cmake_minimum_required", false], [618, "index-0-command:cmake_minimum_required", false], [619, "index-0-command:cmake_minimum_required", false], [620, "index-0-command:cmake_minimum_required", false], [621, "index-0-command:cmake_minimum_required", false], [622, "index-0-command:cmake_minimum_required", false], [623, "index-0-command:cmake_minimum_required", false], [624, "index-0-command:cmake_minimum_required", false], [625, "index-0-command:cmake_minimum_required", false], [626, "index-0-command:cmake_minimum_required", false], [627, "index-0-command:cmake_minimum_required", false], [628, "index-0-command:cmake_minimum_required", false], [629, "index-0-command:cmake_minimum_required", false], [630, "index-0-command:cmake_minimum_required", false], [631, "index-0-command:cmake_minimum_required", false], [632, "index-0-command:cmake_minimum_required", false], [633, "index-0-command:cmake_minimum_required", false], [634, "index-0-command:cmake_minimum_required", false], [635, "index-0-command:cmake_minimum_required", false], [636, "index-0-command:cmake_minimum_required", false], [637, "index-0-command:cmake_minimum_required", false], [638, "index-0-command:cmake_minimum_required", false], [639, "index-0-command:cmake_minimum_required", false], [640, "index-0-command:cmake_minimum_required", false], [641, "index-0-command:cmake_minimum_required", false], [642, "index-0-command:cmake_minimum_required", false], [643, "index-0-command:cmake_minimum_required", false], [644, "index-0-command:cmake_minimum_required", false], [645, "index-0-command:cmake_minimum_required", false], [646, "index-0-command:cmake_minimum_required", false], [647, "index-0-command:cmake_minimum_required", false], [648, "index-0-command:cmake_minimum_required", false], [649, "index-0-command:cmake_minimum_required", false], [650, "index-0-command:cmake_minimum_required", false], [651, "index-0-command:cmake_minimum_required", false], [652, "index-0-command:cmake_minimum_required", false], [653, "index-0-command:cmake_minimum_required", false], [654, "index-0-command:cmake_minimum_required", false], [655, "index-0-command:cmake_minimum_required", false], [656, "index-0-command:cmake_minimum_required", false], [657, "index-0-command:cmake_minimum_required", false], [658, "index-0-command:cmake_minimum_required", false], [659, "index-0-command:cmake_minimum_required", false], [660, "index-0-command:cmake_minimum_required", false], [661, "index-0-command:cmake_minimum_required", false], [662, "index-0-command:cmake_minimum_required", false], [663, "index-0-command:cmake_minimum_required", false], [664, "index-0-command:cmake_minimum_required", false], [665, "index-0-command:cmake_minimum_required", false], [666, "index-0-command:cmake_minimum_required", false], [667, "index-0-command:cmake_minimum_required", false], [668, "index-0-command:cmake_minimum_required", false], [669, "index-0-command:cmake_minimum_required", false], [670, "index-0-command:cmake_minimum_required", false], [671, "index-0-command:cmake_minimum_required", false], [672, "index-0-command:cmake_minimum_required", false], [673, "index-0-command:cmake_minimum_required", false], [674, "index-0-command:cmake_minimum_required", false], [675, "index-0-command:cmake_minimum_required", false], [676, "index-0-command:cmake_minimum_required", false], [677, "index-0-command:cmake_minimum_required", false], [678, "index-0-command:cmake_minimum_required", false], [679, "index-0-command:cmake_minimum_required", false], [680, "index-0-command:cmake_minimum_required", false], [681, "index-0-command:cmake_minimum_required", false], [682, "index-0-command:cmake_minimum_required", false], [683, "index-0-command:cmake_minimum_required", false], [684, "index-0-command:cmake_minimum_required", false], [685, "index-0-command:cmake_minimum_required", false], [686, "index-0-command:cmake_minimum_required", false], [687, "index-0-command:cmake_minimum_required", false], [688, "index-0-command:cmake_minimum_required", false], [689, "index-0-command:cmake_minimum_required", false], [690, "index-0-command:cmake_minimum_required", false], [691, "index-0-command:cmake_minimum_required", false], [692, "index-0-command:cmake_minimum_required", false], [693, "index-0-command:cmake_minimum_required", false], [694, "index-0-command:cmake_minimum_required", false], [695, "index-0-command:cmake_minimum_required", false], [696, "index-0-command:cmake_minimum_required", false], [697, "index-0-command:cmake_minimum_required", false], [698, "index-0-command:cmake_minimum_required", false], [699, "index-0-command:cmake_minimum_required", false], [700, "index-0-command:cmake_minimum_required", false], [701, "index-0-command:cmake_minimum_required", false], [702, "index-0-command:cmake_minimum_required", false], [703, "index-0-command:cmake_minimum_required", false], [704, "index-0-command:cmake_minimum_required", false], [705, "index-0-command:cmake_minimum_required", false], [706, "index-0-command:cmake_minimum_required", false], [707, "index-0-command:cmake_minimum_required", false], [708, "index-0-command:cmake_minimum_required", false], [709, "index-0-command:cmake_minimum_required", false], [710, "index-0-command:cmake_minimum_required", false], [711, "index-0-command:cmake_minimum_required", false], [712, "index-0-command:cmake_minimum_required", false], [713, "index-0-command:cmake_minimum_required", false], [714, "index-0-command:cmake_minimum_required", false], [715, "index-0-command:cmake_minimum_required", false], [716, "index-0-command:cmake_minimum_required", false], [717, "index-0-command:cmake_minimum_required", false], [718, "index-0-command:cmake_minimum_required", false], [719, "index-0-command:cmake_minimum_required", false], [720, "index-0-command:cmake_minimum_required", false], [721, "index-0-command:cmake_minimum_required", false], [722, "index-0-command:cmake_minimum_required", false], [723, "index-0-command:cmake_minimum_required", false], [724, "index-0-command:cmake_minimum_required", false], [725, "index-0-command:cmake_minimum_required", false], [726, "index-0-command:cmake_minimum_required", false], [727, "index-0-command:cmake_minimum_required", false], [728, "index-0-command:cmake_minimum_required", false], [729, "index-0-command:cmake_minimum_required", false], [730, "index-0-command:cmake_minimum_required", false], [731, "index-0-command:cmake_minimum_required", false], [732, "index-0-command:cmake_minimum_required", false], [733, "index-0-command:cmake_minimum_required", false], [734, "index-0-command:cmake_minimum_required", false], [735, "index-0-command:cmake_minimum_required", false], [736, "index-0-command:cmake_minimum_required", false], [737, "index-0-command:cmake_minimum_required", false], [738, "index-0-command:cmake_minimum_required", false], [739, "index-0-command:cmake_minimum_required", false], [740, "index-0-command:cmake_minimum_required", false], [1321, "index-0-command:cmake_minimum_required", false], [1328, "index-0-command:cmake_minimum_required", false], [1336, "index-0-command:cmake_minimum_required", false], [1337, "index-0-command:cmake_minimum_required", false], [1342, "index-0-command:cmake_minimum_required", false], [1748, "index-0-command:cmake_minimum_required", false], [1782, "index-0-command:cmake_minimum_required", false], [1783, "index-0-command:cmake_minimum_required", false]], "cmake_minimum_required_version": [[19, "index-0-variable:CMAKE_MINIMUM_REQUIRED_VERSION", false], [19, "index-1-variable:CMAKE_MINIMUM_REQUIRED_VERSION", false], [280, "index-0-variable:CMAKE_MINIMUM_REQUIRED_VERSION", false], [469, "index-0-variable:CMAKE_MINIMUM_REQUIRED_VERSION", false], [559, "index-0-variable:CMAKE_MINIMUM_REQUIRED_VERSION", false], [1748, "variable:CMAKE_MINIMUM_REQUIRED_VERSION", true]], "cmake_minor_version": [[1749, "variable:CMAKE_MINOR_VERSION", true], [1873, "index-0-variable:CMAKE_MINOR_VERSION", false]], "cmake_module_linker_flags": [[1325, "index-0-variable:CMAKE_MODULE_LINKER_FLAGS", false], [1346, "index-0-variable:CMAKE_MODULE_LINKER_FLAGS", false], [1750, "variable:CMAKE_MODULE_LINKER_FLAGS", true], [1753, "index-0-variable:CMAKE_MODULE_LINKER_FLAGS", false]], "cmake_module_linker_flags_": [[1751, "variable:CMAKE_MODULE_LINKER_FLAGS_", true], [1752, "index-0-variable:CMAKE_MODULE_LINKER_FLAGS_", false]], "cmake_module_linker_flags__init": [[1752, "variable:CMAKE_MODULE_LINKER_FLAGS__INIT", true], [1753, "index-0-variable:CMAKE_MODULE_LINKER_FLAGS__INIT", false]], "cmake_module_linker_flags_init": [[206, "index-0-variable:CMAKE_MODULE_LINKER_FLAGS_INIT", false], [1346, "index-0-variable:CMAKE_MODULE_LINKER_FLAGS_INIT", false], [1752, "index-0-variable:CMAKE_MODULE_LINKER_FLAGS_INIT", false], [1753, "variable:CMAKE_MODULE_LINKER_FLAGS_INIT", true]], "cmake_module_path": [[58, "index-0-variable:CMAKE_MODULE_PATH", false], [72, "index-0-variable:CMAKE_MODULE_PATH", false], [72, "index-1-variable:CMAKE_MODULE_PATH", false], [141, "index-0-variable:CMAKE_MODULE_PATH", false], [262, "index-0-variable:CMAKE_MODULE_PATH", false], [263, "index-0-variable:CMAKE_MODULE_PATH", false], [263, "index-1-variable:CMAKE_MODULE_PATH", false], [263, "index-2-variable:CMAKE_MODULE_PATH", false], [277, "index-0-variable:CMAKE_MODULE_PATH", false], [278, "index-0-variable:CMAKE_MODULE_PATH", false], [458, "index-0-variable:CMAKE_MODULE_PATH", false], [577, "index-0-variable:CMAKE_MODULE_PATH", false], [577, "index-1-variable:CMAKE_MODULE_PATH", false], [644, "index-0-variable:CMAKE_MODULE_PATH", false], [1161, "index-0-variable:CMAKE_MODULE_PATH", false], [1162, "index-0-variable:CMAKE_MODULE_PATH", false], [1339, "index-0-variable:CMAKE_MODULE_PATH", false], [1537, "index-0-variable:CMAKE_MODULE_PATH", false], [1754, "index-0-variable:CMAKE_MODULE_PATH", false], [1754, "variable:CMAKE_MODULE_PATH", true], [1789, "index-0-variable:CMAKE_MODULE_PATH", false], [1790, "index-0-variable:CMAKE_MODULE_PATH", false], [1792, "index-0-variable:CMAKE_MODULE_PATH", false], [1793, "index-0-variable:CMAKE_MODULE_PATH", false], [1794, "index-0-variable:CMAKE_MODULE_PATH", false]], "cmake_msvc_debug_information_format": [[120, "index-0-variable:CMAKE_MSVC_DEBUG_INFORMATION_FORMAT", false], [701, "index-0-variable:CMAKE_MSVC_DEBUG_INFORMATION_FORMAT", false], [701, "index-1-variable:CMAKE_MSVC_DEBUG_INFORMATION_FORMAT", false], [1166, "index-0-variable:CMAKE_MSVC_DEBUG_INFORMATION_FORMAT", false], [1335, "index-0-variable:CMAKE_MSVC_DEBUG_INFORMATION_FORMAT", false], [1756, "variable:CMAKE_MSVC_DEBUG_INFORMATION_FORMAT", true]], "cmake_msvc_runtime_library": [[120, "index-0-variable:CMAKE_MSVC_RUNTIME_LIBRARY", false], [651, "index-0-variable:CMAKE_MSVC_RUNTIME_LIBRARY", false], [651, "index-1-variable:CMAKE_MSVC_RUNTIME_LIBRARY", false], [1167, "index-0-variable:CMAKE_MSVC_RUNTIME_LIBRARY", false], [1324, "index-0-variable:CMAKE_MSVC_RUNTIME_LIBRARY", false], [1757, "variable:CMAKE_MSVC_RUNTIME_LIBRARY", true], [1907, "index-0-variable:CMAKE_MSVC_RUNTIME_LIBRARY", false], [1907, "index-1-variable:CMAKE_MSVC_RUNTIME_LIBRARY", false]], "cmake_msvcide_run_path": [[175, "envvar:CMAKE_MSVCIDE_RUN_PATH", true], [175, "index-0-variable:CMAKE_MSVCIDE_RUN_PATH", false], [1755, "variable:CMAKE_MSVCIDE_RUN_PATH", true]], "cmake_netrc": [[55, "index-0-variable:CMAKE_NETRC", false], [368, "index-0-variable:CMAKE_NETRC", false], [370, "index-0-variable:CMAKE_NETRC", false], [1320, "index-0-variable:CMAKE_NETRC", false], [1332, "index-0-variable:CMAKE_NETRC", false], [1758, "variable:CMAKE_NETRC", true]], "cmake_netrc_file": [[55, "index-0-variable:CMAKE_NETRC_FILE", false], [368, "index-0-variable:CMAKE_NETRC_FILE", false], [370, "index-0-variable:CMAKE_NETRC_FILE", false], [1320, "index-0-variable:CMAKE_NETRC_FILE", false], [1332, "index-0-variable:CMAKE_NETRC_FILE", false], [1759, "variable:CMAKE_NETRC_FILE", true]], "cmake_ninja_output_path_prefix": [[1345, "index-0-variable:CMAKE_NINJA_OUTPUT_PATH_PREFIX", false], [1760, "variable:CMAKE_NINJA_OUTPUT_PATH_PREFIX", true]], "cmake_no_builtin_chrpath": [[1090, "index-0-variable:CMAKE_NO_BUILTIN_CHRPATH", false], [1762, "variable:CMAKE_NO_BUILTIN_CHRPATH", true]], "cmake_no_system_from_imported": [[1170, "index-0-variable:CMAKE_NO_SYSTEM_FROM_IMPORTED", false], [1763, "variable:CMAKE_NO_SYSTEM_FROM_IMPORTED", true]], "cmake_no_verbose": [[176, "envvar:CMAKE_NO_VERBOSE", true], [218, "index-0-envvar:CMAKE_NO_VERBOSE", false]], "cmake_not_using_config_flags": [[1761, "variable:CMAKE_NOT_USING_CONFIG_FLAGS", true]], "cmake_objc_extensions": [[120, "index-0-variable:CMAKE_OBJC_EXTENSIONS", false], [1174, "index-0-variable:CMAKE_OBJC_EXTENSIONS", false], [1654, "index-0-variable:CMAKE_OBJC_EXTENSIONS", false], [1767, "variable:CMAKE_OBJC_EXTENSIONS", true]], "cmake_objc_standard": [[120, "index-0-variable:CMAKE_OBJC_STANDARD", false], [1175, "index-0-variable:CMAKE_OBJC_STANDARD", false], [1699, "index-0-variable:CMAKE_OBJC_STANDARD", false], [1768, "variable:CMAKE_OBJC_STANDARD", true]], "cmake_objc_standard_required": [[120, "index-0-variable:CMAKE_OBJC_STANDARD_REQUIRED", false], [1176, "index-0-variable:CMAKE_OBJC_STANDARD_REQUIRED", false], [1705, "index-0-variable:CMAKE_OBJC_STANDARD_REQUIRED", false], [1769, "variable:CMAKE_OBJC_STANDARD_REQUIRED", true]], "cmake_objcxx_extensions": [[120, "index-0-variable:CMAKE_OBJCXX_EXTENSIONS", false], [1171, "index-0-variable:CMAKE_OBJCXX_EXTENSIONS", false], [1654, "index-0-variable:CMAKE_OBJCXX_EXTENSIONS", false], [1764, "variable:CMAKE_OBJCXX_EXTENSIONS", true]], "cmake_objcxx_standard": [[120, "index-0-variable:CMAKE_OBJCXX_STANDARD", false], [1172, "index-0-variable:CMAKE_OBJCXX_STANDARD", false], [1699, "index-0-variable:CMAKE_OBJCXX_STANDARD", false], [1765, "variable:CMAKE_OBJCXX_STANDARD", true]], "cmake_objcxx_standard_required": [[120, "index-0-variable:CMAKE_OBJCXX_STANDARD_REQUIRED", false], [1173, "index-0-variable:CMAKE_OBJCXX_STANDARD_REQUIRED", false], [1705, "index-0-variable:CMAKE_OBJCXX_STANDARD_REQUIRED", false], [1766, "variable:CMAKE_OBJCXX_STANDARD_REQUIRED", true]], "cmake_object_path_max": [[1770, "variable:CMAKE_OBJECT_PATH_MAX", true]], "cmake_optimize_dependencies": [[1177, "index-0-variable:CMAKE_OPTIMIZE_DEPENDENCIES", false], [1328, "index-0-variable:CMAKE_OPTIMIZE_DEPENDENCIES", false], [1357, "index-0-variable:CMAKE_OPTIMIZE_DEPENDENCIES", false], [1771, "variable:CMAKE_OPTIMIZE_DEPENDENCIES", true]], "cmake_osx_architectures": [[53, "index-0-variable:CMAKE_OSX_ARCHITECTURES", false], [177, "envvar:CMAKE_OSX_ARCHITECTURES", true], [177, "index-0-variable:CMAKE_OSX_ARCHITECTURES", false], [285, "index-0-variable:CMAKE_OSX_ARCHITECTURES", false], [304, "index-0-variable:CMAKE_OSX_ARCHITECTURES", false], [304, "index-1-variable:CMAKE_OSX_ARCHITECTURES", false], [304, "index-2-variable:CMAKE_OSX_ARCHITECTURES", false], [362, "index-0-variable:CMAKE_OSX_ARCHITECTURES", false], [1081, "index-0-variable:CMAKE_OSX_ARCHITECTURES", false], [1178, "index-0-variable:CMAKE_OSX_ARCHITECTURES", false], [1327, "index-0-variable:CMAKE_OSX_ARCHITECTURES", false], [1328, "index-0-variable:CMAKE_OSX_ARCHITECTURES", false], [1585, "index-0-variable:CMAKE_OSX_ARCHITECTURES", false], [1626, "index-0-variable:CMAKE_OSX_ARCHITECTURES", false], [1772, "variable:CMAKE_OSX_ARCHITECTURES", true]], "cmake_osx_deployment_target": [[207, "index-0-variable:CMAKE_OSX_DEPLOYMENT_TARGET", false], [285, "index-0-variable:CMAKE_OSX_DEPLOYMENT_TARGET", false], [1320, "index-0-variable:CMAKE_OSX_DEPLOYMENT_TARGET", false], [1773, "variable:CMAKE_OSX_DEPLOYMENT_TARGET", true], [1774, "index-0-variable:CMAKE_OSX_DEPLOYMENT_TARGET", false]], "cmake_osx_sysroot": [[285, "index-0-variable:CMAKE_OSX_SYSROOT", false], [1113, "index-0-variable:CMAKE_OSX_SYSROOT", false], [1320, "index-0-variable:CMAKE_OSX_SYSROOT", false], [1328, "index-0-variable:CMAKE_OSX_SYSROOT", false], [1333, "index-0-variable:CMAKE_OSX_SYSROOT", false], [1448, "index-0-variable:CMAKE_OSX_SYSROOT", false], [1773, "index-0-variable:CMAKE_OSX_SYSROOT", false], [1774, "variable:CMAKE_OSX_SYSROOT", true]], "cmake_parent_list_file": [[1469, "index-0-variable:CMAKE_PARENT_LIST_FILE", false], [1775, "variable:CMAKE_PARENT_LIST_FILE", true]], "cmake_parse_arguments": [[20, "command:cmake_parse_arguments", true], [63, "index-0-command:cmake_parse_arguments", false], [86, "index-0-command:cmake_parse_arguments", false], [277, "index-0-command:cmake_parse_arguments", false], [305, "index-0-command:cmake_parse_arguments", false], [734, "index-0-command:cmake_parse_arguments", false], [734, "index-1-command:cmake_parse_arguments", false], [734, "index-2-command:cmake_parse_arguments", false], [734, "index-3-command:cmake_parse_arguments", false], [1324, "index-0-command:cmake_parse_arguments", false], [1342, "index-0-command:cmake_parse_arguments", false], [1344, "index-0-command:cmake_parse_arguments", false], [1346, "index-0-command:cmake_parse_arguments", false]], "cmake_patch_version": [[1776, "variable:CMAKE_PATCH_VERSION", true], [1873, "index-0-variable:CMAKE_PATCH_VERSION", false]], "cmake_path": [[21, "command:cmake_path", true], [55, "index-0-command:cmake_path", false], [55, "index-1-command:cmake_path", false], [66, "index-0-command:cmake_path", false], [66, "index-1-command:cmake_path", false], [77, "index-0-command:cmake_path", false], [274, "index-0-command:cmake_path", false], [274, "index-1-command:cmake_path", false], [274, "index-2-command:cmake_path", false], [274, "index-3-command:cmake_path", false], [737, "index-0-command:cmake_path", false], [1330, "index-0-command:cmake_path", false]], "cmake_pch_instantiate_templates": [[1182, "index-0-variable:CMAKE_PCH_INSTANTIATE_TEMPLATES", false], [1328, "index-0-variable:CMAKE_PCH_INSTANTIATE_TEMPLATES", false], [1777, "variable:CMAKE_PCH_INSTANTIATE_TEMPLATES", true]], "cmake_pch_warn_invalid": [[1183, "index-0-variable:CMAKE_PCH_WARN_INVALID", false], [1327, "index-0-variable:CMAKE_PCH_WARN_INVALID", false], [1778, "variable:CMAKE_PCH_WARN_INVALID", true]], "cmake_pdb_output_directory": [[1186, "index-0-variable:CMAKE_PDB_OUTPUT_DIRECTORY", false], [1779, "variable:CMAKE_PDB_OUTPUT_DIRECTORY", true], [1780, "index-0-variable:CMAKE_PDB_OUTPUT_DIRECTORY", false]], "cmake_pdb_output_directory_": [[1187, "index-0-variable:CMAKE_PDB_OUTPUT_DIRECTORY_", false], [1780, "variable:CMAKE_PDB_OUTPUT_DIRECTORY_", true]], "cmake_pkg_config": [[22, "command:cmake_pkg_config", true], [1342, "index-0-command:cmake_pkg_config", false]], "cmake_platform_no_versioned_soname": [[1017, "index-0-variable:CMAKE_PLATFORM_NO_VERSIONED_SONAME", false], [1492, "index-0-variable:CMAKE_PLATFORM_NO_VERSIONED_SONAME", false], [1781, "variable:CMAKE_PLATFORM_NO_VERSIONED_SONAME", true]], "cmake_policy": [[12, "index-0-command:cmake_policy", false], [12, "index-1-command:cmake_policy", false], [12, "index-2-command:cmake_policy", false], [19, "index-0-command:cmake_policy", false], [19, "index-1-command:cmake_policy", false], [19, "index-2-command:cmake_policy", false], [19, "index-3-command:cmake_policy", false], [19, "index-4-command:cmake_policy", false], [23, "command:cmake_policy", true], [23, "index-0-command:cmake_policy", false], [23, "index-1-command:cmake_policy", false], [23, "index-2-command:cmake_policy", false], [23, "index-3-command:cmake_policy", false], [23, "index-4-command:cmake_policy", false], [23, "index-5-command:cmake_policy", false], [58, "index-0-command:cmake_policy", false], [63, "index-0-command:cmake_policy", false], [72, "index-0-command:cmake_policy", false], [86, "index-0-command:cmake_policy", false], [280, "index-0-command:cmake_policy", false], [280, "index-1-command:cmake_policy", false], [560, "index-0-command:cmake_policy", false], [561, "index-0-command:cmake_policy", false], [561, "index-1-command:cmake_policy", false], [562, "index-0-command:cmake_policy", false], [563, "index-0-command:cmake_policy", false], [564, "index-0-command:cmake_policy", false], [565, "index-0-command:cmake_policy", false], [566, "index-0-command:cmake_policy", false], [567, "index-0-command:cmake_policy", false], [568, "index-0-command:cmake_policy", false], [569, "index-0-command:cmake_policy", false], [570, "index-0-command:cmake_policy", false], [571, "index-0-command:cmake_policy", false], [571, "index-1-command:cmake_policy", false], [572, "index-0-command:cmake_policy", false], [573, "index-0-command:cmake_policy", false], [574, "index-0-command:cmake_policy", false], [574, "index-1-command:cmake_policy", false], [575, "index-0-command:cmake_policy", false], [576, "index-0-command:cmake_policy", false], [577, "index-0-command:cmake_policy", false], [578, "index-0-command:cmake_policy", false], [579, "index-0-command:cmake_policy", false], [580, "index-0-command:cmake_policy", false], [581, "index-0-command:cmake_policy", false], [582, "index-0-command:cmake_policy", false], [583, "index-0-command:cmake_policy", false], [584, "index-0-command:cmake_policy", false], [585, "index-0-command:cmake_policy", false], [586, "index-0-command:cmake_policy", false], [587, "index-0-command:cmake_policy", false], [588, "index-0-command:cmake_policy", false], [589, "index-0-command:cmake_policy", false], [590, "index-0-command:cmake_policy", false], [591, "index-0-command:cmake_policy", false], [592, "index-0-command:cmake_policy", false], [593, "index-0-command:cmake_policy", false], [594, "index-0-command:cmake_policy", false], [595, "index-0-command:cmake_policy", false], [596, "index-0-command:cmake_policy", false], [597, "index-0-command:cmake_policy", false], [598, "index-0-command:cmake_policy", false], [599, "index-0-command:cmake_policy", false], [600, "index-0-command:cmake_policy", false], [601, "index-0-command:cmake_policy", false], [602, "index-0-command:cmake_policy", false], [603, "index-0-command:cmake_policy", false], [604, "index-0-command:cmake_policy", false], [605, "index-0-command:cmake_policy", false], [606, "index-0-command:cmake_policy", false], [607, "index-0-command:cmake_policy", false], [608, "index-0-command:cmake_policy", false], [609, "index-0-command:cmake_policy", false], [610, "index-0-command:cmake_policy", false], [611, "index-0-command:cmake_policy", false], [612, "index-0-command:cmake_policy", false], [613, "index-0-command:cmake_policy", false], [614, "index-0-command:cmake_policy", false], [615, "index-0-command:cmake_policy", false], [616, "index-0-command:cmake_policy", false], [617, "index-0-command:cmake_policy", false], [618, "index-0-command:cmake_policy", false], [619, "index-0-command:cmake_policy", false], [620, "index-0-command:cmake_policy", false], [621, "index-0-command:cmake_policy", false], [622, "index-0-command:cmake_policy", false], [623, "index-0-command:cmake_policy", false], [624, "index-0-command:cmake_policy", false], [625, "index-0-command:cmake_policy", false], [626, "index-0-command:cmake_policy", false], [627, "index-0-command:cmake_policy", false], [628, "index-0-command:cmake_policy", false], [629, "index-0-command:cmake_policy", false], [630, "index-0-command:cmake_policy", false], [631, "index-0-command:cmake_policy", false], [632, "index-0-command:cmake_policy", false], [633, "index-0-command:cmake_policy", false], [634, "index-0-command:cmake_policy", false], [635, "index-0-command:cmake_policy", false], [636, "index-0-command:cmake_policy", false], [637, "index-0-command:cmake_policy", false], [638, "index-0-command:cmake_policy", false], [639, "index-0-command:cmake_policy", false], [640, "index-0-command:cmake_policy", false], [641, "index-0-command:cmake_policy", false], [642, "index-0-command:cmake_policy", false], [643, "index-0-command:cmake_policy", false], [644, "index-0-command:cmake_policy", false], [645, "index-0-command:cmake_policy", false], [646, "index-0-command:cmake_policy", false], [647, "index-0-command:cmake_policy", false], [648, "index-0-command:cmake_policy", false], [649, "index-0-command:cmake_policy", false], [650, "index-0-command:cmake_policy", false], [651, "index-0-command:cmake_policy", false], [652, "index-0-command:cmake_policy", false], [653, "index-0-command:cmake_policy", false], [654, "index-0-command:cmake_policy", false], [655, "index-0-command:cmake_policy", false], [656, "index-0-command:cmake_policy", false], [657, "index-0-command:cmake_policy", false], [658, "index-0-command:cmake_policy", false], [659, "index-0-command:cmake_policy", false], [660, "index-0-command:cmake_policy", false], [661, "index-0-command:cmake_policy", false], [662, "index-0-command:cmake_policy", false], [663, "index-0-command:cmake_policy", false], [664, "index-0-command:cmake_policy", false], [665, "index-0-command:cmake_policy", false], [666, "index-0-command:cmake_policy", false], [667, "index-0-command:cmake_policy", false], [668, "index-0-command:cmake_policy", false], [669, "index-0-command:cmake_policy", false], [670, "index-0-command:cmake_policy", false], [671, "index-0-command:cmake_policy", false], [672, "index-0-command:cmake_policy", false], [673, "index-0-command:cmake_policy", false], [674, "index-0-command:cmake_policy", false], [675, "index-0-command:cmake_policy", false], [676, "index-0-command:cmake_policy", false], [677, "index-0-command:cmake_policy", false], [678, "index-0-command:cmake_policy", false], [679, "index-0-command:cmake_policy", false], [680, "index-0-command:cmake_policy", false], [681, "index-0-command:cmake_policy", false], [682, "index-0-command:cmake_policy", false], [683, "index-0-command:cmake_policy", false], [684, "index-0-command:cmake_policy", false], [685, "index-0-command:cmake_policy", false], [686, "index-0-command:cmake_policy", false], [687, "index-0-command:cmake_policy", false], [688, "index-0-command:cmake_policy", false], [689, "index-0-command:cmake_policy", false], [690, "index-0-command:cmake_policy", false], [691, "index-0-command:cmake_policy", false], [692, "index-0-command:cmake_policy", false], [693, "index-0-command:cmake_policy", false], [694, "index-0-command:cmake_policy", false], [695, "index-0-command:cmake_policy", false], [696, "index-0-command:cmake_policy", false], [697, "index-0-command:cmake_policy", false], [698, "index-0-command:cmake_policy", false], [699, "index-0-command:cmake_policy", false], [700, "index-0-command:cmake_policy", false], [701, "index-0-command:cmake_policy", false], [702, "index-0-command:cmake_policy", false], [703, "index-0-command:cmake_policy", false], [704, "index-0-command:cmake_policy", false], [705, "index-0-command:cmake_policy", false], [706, "index-0-command:cmake_policy", false], [707, "index-0-command:cmake_policy", false], [708, "index-0-command:cmake_policy", false], [709, "index-0-command:cmake_policy", false], [710, "index-0-command:cmake_policy", false], [711, "index-0-command:cmake_policy", false], [712, "index-0-command:cmake_policy", false], [713, "index-0-command:cmake_policy", false], [714, "index-0-command:cmake_policy", false], [715, "index-0-command:cmake_policy", false], [716, "index-0-command:cmake_policy", false], [717, "index-0-command:cmake_policy", false], [718, "index-0-command:cmake_policy", false], [719, "index-0-command:cmake_policy", false], [720, "index-0-command:cmake_policy", false], [721, "index-0-command:cmake_policy", false], [722, "index-0-command:cmake_policy", false], [723, "index-0-command:cmake_policy", false], [724, "index-0-command:cmake_policy", false], [725, "index-0-command:cmake_policy", false], [726, "index-0-command:cmake_policy", false], [727, "index-0-command:cmake_policy", false], [728, "index-0-command:cmake_policy", false], [729, "index-0-command:cmake_policy", false], [730, "index-0-command:cmake_policy", false], [731, "index-0-command:cmake_policy", false], [732, "index-0-command:cmake_policy", false], [733, "index-0-command:cmake_policy", false], [734, "index-0-command:cmake_policy", false], [735, "index-0-command:cmake_policy", false], [736, "index-0-command:cmake_policy", false], [737, "index-0-command:cmake_policy", false], [738, "index-0-command:cmake_policy", false], [739, "index-0-command:cmake_policy", false], [740, "index-0-command:cmake_policy", false], [1321, "index-0-command:cmake_policy", false], [1328, "index-0-command:cmake_policy", false], [1337, "index-0-command:cmake_policy", false], [1342, "index-0-command:cmake_policy", false], [1782, "index-0-command:cmake_policy", false], [1782, "index-1-command:cmake_policy", false], [1783, "index-0-command:cmake_policy", false]], "cmake_policy_default_cmp": [[23, "index-0-variable:CMAKE_POLICY_DEFAULT_CMP", false], [280, "index-0-variable:CMAKE_POLICY_DEFAULT_CMP", false], [616, "index-0-variable:CMAKE_POLICY_DEFAULT_CMP", false], [637, "index-0-variable:CMAKE_POLICY_DEFAULT_CMP", false], [686, "index-0-variable:CMAKE_POLICY_DEFAULT_CMP", false], [728, "index-0-variable:CMAKE_POLICY_DEFAULT_CMP", false], [1782, "variable:CMAKE_POLICY_DEFAULT_CMP", true]], "cmake_policy_warning_cmp": [[585, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [607, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [616, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [620, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [625, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [626, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [627, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [642, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [649, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [662, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [672, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [676, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [686, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [688, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [689, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [693, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [732, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [1783, "variable:CMAKE_POLICY_WARNING_CMP", true]], "cmake_position_independent_code": [[120, "index-0-variable:CMAKE_POSITION_INDEPENDENT_CODE", false], [1188, "index-0-variable:CMAKE_POSITION_INDEPENDENT_CODE", false], [1784, "variable:CMAKE_POSITION_INDEPENDENT_CODE", true]], "cmake_prefix_path": [[56, "index-0-envvar:CMAKE_PREFIX_PATH", false], [56, "index-0-variable:CMAKE_PREFIX_PATH", false], [56, "index-1-envvar:CMAKE_PREFIX_PATH", false], [56, "index-1-variable:CMAKE_PREFIX_PATH", false], [56, "index-2-envvar:CMAKE_PREFIX_PATH", false], [56, "index-2-variable:CMAKE_PREFIX_PATH", false], [57, "index-0-envvar:CMAKE_PREFIX_PATH", false], [57, "index-0-variable:CMAKE_PREFIX_PATH", false], [57, "index-1-envvar:CMAKE_PREFIX_PATH", false], [57, "index-1-variable:CMAKE_PREFIX_PATH", false], [57, "index-2-envvar:CMAKE_PREFIX_PATH", false], [57, "index-2-variable:CMAKE_PREFIX_PATH", false], [58, "index-0-envvar:CMAKE_PREFIX_PATH", false], [58, "index-0-variable:CMAKE_PREFIX_PATH", false], [59, "index-0-envvar:CMAKE_PREFIX_PATH", false], [59, "index-0-variable:CMAKE_PREFIX_PATH", false], [59, "index-1-envvar:CMAKE_PREFIX_PATH", false], [59, "index-1-variable:CMAKE_PREFIX_PATH", false], [59, "index-2-envvar:CMAKE_PREFIX_PATH", false], [59, "index-2-variable:CMAKE_PREFIX_PATH", false], [60, "index-0-envvar:CMAKE_PREFIX_PATH", false], [60, "index-0-variable:CMAKE_PREFIX_PATH", false], [60, "index-1-envvar:CMAKE_PREFIX_PATH", false], [60, "index-1-variable:CMAKE_PREFIX_PATH", false], [60, "index-2-envvar:CMAKE_PREFIX_PATH", false], [60, "index-2-variable:CMAKE_PREFIX_PATH", false], [178, "envvar:CMAKE_PREFIX_PATH", true], [178, "index-0-variable:CMAKE_PREFIX_PATH", false], [248, "index-0-variable:CMAKE_PREFIX_PATH", false], [262, "index-0-variable:CMAKE_PREFIX_PATH", false], [263, "index-0-variable:CMAKE_PREFIX_PATH", false], [263, "index-1-variable:CMAKE_PREFIX_PATH", false], [263, "index-2-variable:CMAKE_PREFIX_PATH", false], [263, "index-3-variable:CMAKE_PREFIX_PATH", false], [279, "index-0-variable:CMAKE_PREFIX_PATH", false], [458, "index-0-variable:CMAKE_PREFIX_PATH", false], [469, "index-0-variable:CMAKE_PREFIX_PATH", false], [469, "index-1-variable:CMAKE_PREFIX_PATH", false], [1589, "index-0-variable:CMAKE_PREFIX_PATH", false], [1590, "index-0-variable:CMAKE_PREFIX_PATH", false], [1597, "index-0-variable:CMAKE_PREFIX_PATH", false], [1713, "index-0-variable:CMAKE_PREFIX_PATH", false], [1785, "index-0-envvar:CMAKE_PREFIX_PATH", false], [1785, "variable:CMAKE_PREFIX_PATH", true], [1786, "index-0-variable:CMAKE_PREFIX_PATH", false], [1846, "index-0-variable:CMAKE_PREFIX_PATH", false]], "cmake_program_path": [[60, "index-0-envvar:CMAKE_PROGRAM_PATH", false], [60, "index-0-variable:CMAKE_PROGRAM_PATH", false], [60, "index-1-envvar:CMAKE_PROGRAM_PATH", false], [60, "index-1-variable:CMAKE_PROGRAM_PATH", false], [179, "envvar:CMAKE_PROGRAM_PATH", true], [179, "index-0-variable:CMAKE_PROGRAM_PATH", false], [1589, "index-0-variable:CMAKE_PROGRAM_PATH", false], [1590, "index-0-variable:CMAKE_PROGRAM_PATH", false], [1785, "index-0-variable:CMAKE_PROGRAM_PATH", false], [1786, "index-0-envvar:CMAKE_PROGRAM_PATH", false], [1786, "variable:CMAKE_PROGRAM_PATH", true], [1848, "index-0-variable:CMAKE_PROGRAM_PATH", false]], "cmake_project__include": [[93, "index-0-variable:CMAKE_PROJECT__INCLUDE", false], [370, "index-0-variable:CMAKE_PROJECT__INCLUDE", false], [1339, "index-0-variable:CMAKE_PROJECT__INCLUDE", false], [1789, "index-0-variable:CMAKE_PROJECT__INCLUDE", false], [1790, "index-0-variable:CMAKE_PROJECT__INCLUDE", false], [1792, "variable:CMAKE_PROJECT__INCLUDE", true], [1793, "index-0-variable:CMAKE_PROJECT__INCLUDE", false], [1794, "index-0-variable:CMAKE_PROJECT__INCLUDE", false]], "cmake_project__include_before": [[93, "index-0-variable:CMAKE_PROJECT__INCLUDE_BEFORE", false], [1339, "index-0-variable:CMAKE_PROJECT__INCLUDE_BEFORE", false], [1789, "index-0-variable:CMAKE_PROJECT__INCLUDE_BEFORE", false], [1790, "index-0-variable:CMAKE_PROJECT__INCLUDE_BEFORE", false], [1792, "index-0-variable:CMAKE_PROJECT__INCLUDE_BEFORE", false], [1793, "variable:CMAKE_PROJECT__INCLUDE_BEFORE", true], [1794, "index-0-variable:CMAKE_PROJECT__INCLUDE_BEFORE", false]], "cmake_project_description": [[93, "index-0-variable:CMAKE_PROJECT_DESCRIPTION", false], [310, "index-0-variable:CMAKE_PROJECT_DESCRIPTION", false], [1787, "variable:CMAKE_PROJECT_DESCRIPTION", true], [2069, "index-0-variable:CMAKE_PROJECT_DESCRIPTION", false]], "cmake_project_homepage_url": [[93, "index-0-variable:CMAKE_PROJECT_HOMEPAGE_URL", false], [132, "index-0-variable:CMAKE_PROJECT_HOMEPAGE_URL", false], [142, "index-0-variable:CMAKE_PROJECT_HOMEPAGE_URL", false], [310, "index-0-variable:CMAKE_PROJECT_HOMEPAGE_URL", false], [1321, "index-0-variable:CMAKE_PROJECT_HOMEPAGE_URL", false], [1788, "variable:CMAKE_PROJECT_HOMEPAGE_URL", true], [2070, "index-0-variable:CMAKE_PROJECT_HOMEPAGE_URL", false]], "cmake_project_include": [[93, "index-0-variable:CMAKE_PROJECT_INCLUDE", false], [370, "index-0-variable:CMAKE_PROJECT_INCLUDE", false], [1324, "index-0-variable:CMAKE_PROJECT_INCLUDE", false], [1339, "index-0-variable:CMAKE_PROJECT_INCLUDE", false], [1789, "variable:CMAKE_PROJECT_INCLUDE", true], [1790, "index-0-variable:CMAKE_PROJECT_INCLUDE", false], [1792, "index-0-variable:CMAKE_PROJECT_INCLUDE", false], [1793, "index-0-variable:CMAKE_PROJECT_INCLUDE", false], [1794, "index-0-variable:CMAKE_PROJECT_INCLUDE", false]], "cmake_project_include_before": [[93, "index-0-variable:CMAKE_PROJECT_INCLUDE_BEFORE", false], [1324, "index-0-variable:CMAKE_PROJECT_INCLUDE_BEFORE", false], [1339, "index-0-variable:CMAKE_PROJECT_INCLUDE_BEFORE", false], [1789, "index-0-variable:CMAKE_PROJECT_INCLUDE_BEFORE", false], [1790, "variable:CMAKE_PROJECT_INCLUDE_BEFORE", true], [1792, "index-0-variable:CMAKE_PROJECT_INCLUDE_BEFORE", false], [1793, "index-0-variable:CMAKE_PROJECT_INCLUDE_BEFORE", false], [1794, "index-0-variable:CMAKE_PROJECT_INCLUDE_BEFORE", false]], "cmake_project_name": [[93, "index-0-variable:CMAKE_PROJECT_NAME", false], [135, "index-0-variable:CMAKE_PROJECT_NAME", false], [303, "index-0-variable:CMAKE_PROJECT_NAME", false], [310, "index-0-variable:CMAKE_PROJECT_NAME", false], [1791, "variable:CMAKE_PROJECT_NAME", true], [2072, "index-0-variable:CMAKE_PROJECT_NAME", false]], "cmake_project_top_level_includes": [[18, "index-0-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [18, "index-1-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [93, "index-0-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [120, "index-0-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [120, "index-1-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [263, "index-0-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [263, "index-1-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [815, "index-0-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [815, "index-1-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [1334, "index-0-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [1341, "index-0-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [1789, "index-0-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [1790, "index-0-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [1792, "index-0-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [1793, "index-0-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [1794, "variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", true], [1859, "index-0-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false]], "cmake_project_version": [[93, "index-0-variable:CMAKE_PROJECT_VERSION", false], [1321, "index-0-variable:CMAKE_PROJECT_VERSION", false], [1795, "variable:CMAKE_PROJECT_VERSION", true], [1796, "index-0-variable:CMAKE_PROJECT_VERSION", false], [1797, "index-0-variable:CMAKE_PROJECT_VERSION", false], [1798, "index-0-variable:CMAKE_PROJECT_VERSION", false], [1799, "index-0-variable:CMAKE_PROJECT_VERSION", false]], "cmake_project_version_major": [[310, "index-0-variable:CMAKE_PROJECT_VERSION_MAJOR", false], [1321, "index-0-variable:CMAKE_PROJECT_VERSION_MAJOR", false], [1321, "index-1-variable:CMAKE_PROJECT_VERSION_MAJOR", false], [1796, "variable:CMAKE_PROJECT_VERSION_MAJOR", true]], "cmake_project_version_minor": [[310, "index-0-variable:CMAKE_PROJECT_VERSION_MINOR", false], [1321, "index-0-variable:CMAKE_PROJECT_VERSION_MINOR", false], [1321, "index-1-variable:CMAKE_PROJECT_VERSION_MINOR", false], [1797, "variable:CMAKE_PROJECT_VERSION_MINOR", true]], "cmake_project_version_patch": [[310, "index-0-variable:CMAKE_PROJECT_VERSION_PATCH", false], [1321, "index-0-variable:CMAKE_PROJECT_VERSION_PATCH", false], [1321, "index-1-variable:CMAKE_PROJECT_VERSION_PATCH", false], [1798, "variable:CMAKE_PROJECT_VERSION_PATCH", true]], "cmake_project_version_tweak": [[1321, "index-0-variable:CMAKE_PROJECT_VERSION_TWEAK", false], [1799, "variable:CMAKE_PROJECT_VERSION_TWEAK", true]], "cmake_ranlib": [[1643, "index-0-variable:CMAKE_RANLIB", false], [1800, "variable:CMAKE_RANLIB", true]], "cmake_require_find_package_": [[58, "index-0-variable:CMAKE_REQUIRE_FIND_PACKAGE_", false], [279, "index-0-variable:CMAKE_REQUIRE_FIND_PACKAGE_", false], [1332, "index-0-variable:CMAKE_REQUIRE_FIND_PACKAGE_", false], [1490, "index-0-variable:CMAKE_REQUIRE_FIND_PACKAGE_", false], [1801, "variable:CMAKE_REQUIRE_FIND_PACKAGE_", true]], "cmake_role": [[412, "index-0-prop_gbl:CMAKE_ROLE", false], [473, "index-0-prop_gbl:CMAKE_ROLE", false], [473, "index-1-prop_gbl:CMAKE_ROLE", false], [474, "index-0-prop_gbl:CMAKE_ROLE", false], [474, "index-1-prop_gbl:CMAKE_ROLE", false], [475, "index-0-prop_gbl:CMAKE_ROLE", false], [475, "index-1-prop_gbl:CMAKE_ROLE", false], [795, "prop_gbl:CMAKE_ROLE", true], [1323, "index-0-prop_gbl:CMAKE_ROLE", false]], "cmake_root": [[273, "index-0-variable:CMAKE_ROOT", false], [1802, "variable:CMAKE_ROOT", true]], "cmake_rule_messages": [[820, "index-0-variable:CMAKE_RULE_MESSAGES", false], [1803, "variable:CMAKE_RULE_MESSAGES", true]], "cmake_runtime_output_directory": [[1201, "index-0-variable:CMAKE_RUNTIME_OUTPUT_DIRECTORY", false], [1201, "index-1-variable:CMAKE_RUNTIME_OUTPUT_DIRECTORY", false], [1330, "index-0-variable:CMAKE_RUNTIME_OUTPUT_DIRECTORY", false], [1804, "variable:CMAKE_RUNTIME_OUTPUT_DIRECTORY", true], [1868, "index-0-variable:CMAKE_RUNTIME_OUTPUT_DIRECTORY", false]], "cmake_runtime_output_directory_": [[1202, "index-0-variable:CMAKE_RUNTIME_OUTPUT_DIRECTORY_", false], [1805, "variable:CMAKE_RUNTIME_OUTPUT_DIRECTORY_", true]], "cmake_script_mode_file": [[1806, "variable:CMAKE_SCRIPT_MODE_FILE", true]], "cmake_shared_library_archive_suffix": [[1807, "variable:CMAKE_SHARED_LIBRARY_ARCHIVE_SUFFIX", true]], "cmake_shared_library_enable_exports": [[1021, "index-0-variable:CMAKE_SHARED_LIBRARY_ENABLE_EXPORTS", false], [1808, "variable:CMAKE_SHARED_LIBRARY_ENABLE_EXPORTS", true]], "cmake_shared_library_prefix": [[1809, "variable:CMAKE_SHARED_LIBRARY_PREFIX", true]], "cmake_shared_library_suffix": [[1520, "index-0-variable:CMAKE_SHARED_LIBRARY_SUFFIX", false], [1810, "variable:CMAKE_SHARED_LIBRARY_SUFFIX", true]], "cmake_shared_linker_flags": [[1325, "index-0-variable:CMAKE_SHARED_LINKER_FLAGS", false], [1346, "index-0-variable:CMAKE_SHARED_LINKER_FLAGS", false], [1811, "variable:CMAKE_SHARED_LINKER_FLAGS", true], [1814, "index-0-variable:CMAKE_SHARED_LINKER_FLAGS", false]], "cmake_shared_linker_flags_": [[1812, "variable:CMAKE_SHARED_LINKER_FLAGS_", true], [1813, "index-0-variable:CMAKE_SHARED_LINKER_FLAGS_", false]], "cmake_shared_linker_flags__init": [[1813, "variable:CMAKE_SHARED_LINKER_FLAGS__INIT", true], [1814, "index-0-variable:CMAKE_SHARED_LINKER_FLAGS__INIT", false]], "cmake_shared_linker_flags_init": [[206, "index-0-variable:CMAKE_SHARED_LINKER_FLAGS_INIT", false], [1346, "index-0-variable:CMAKE_SHARED_LINKER_FLAGS_INIT", false], [1813, "index-0-variable:CMAKE_SHARED_LINKER_FLAGS_INIT", false], [1814, "variable:CMAKE_SHARED_LINKER_FLAGS_INIT", true]], "cmake_shared_module_prefix": [[1815, "variable:CMAKE_SHARED_MODULE_PREFIX", true]], "cmake_shared_module_suffix": [[1816, "variable:CMAKE_SHARED_MODULE_SUFFIX", true]], "cmake_sizeof_void_p": [[17, "index-0-variable:CMAKE_SIZEOF_VOID_P", false], [17, "index-1-variable:CMAKE_SIZEOF_VOID_P", false], [17, "index-2-variable:CMAKE_SIZEOF_VOID_P", false], [56, "index-0-variable:CMAKE_SIZEOF_VOID_P", false], [56, "index-1-variable:CMAKE_SIZEOF_VOID_P", false], [56, "index-2-variable:CMAKE_SIZEOF_VOID_P", false], [57, "index-0-variable:CMAKE_SIZEOF_VOID_P", false], [57, "index-1-variable:CMAKE_SIZEOF_VOID_P", false], [57, "index-2-variable:CMAKE_SIZEOF_VOID_P", false], [58, "index-0-variable:CMAKE_SIZEOF_VOID_P", false], [58, "index-1-variable:CMAKE_SIZEOF_VOID_P", false], [58, "index-2-variable:CMAKE_SIZEOF_VOID_P", false], [58, "index-3-variable:CMAKE_SIZEOF_VOID_P", false], [58, "index-4-variable:CMAKE_SIZEOF_VOID_P", false], [59, "index-0-variable:CMAKE_SIZEOF_VOID_P", false], [59, "index-1-variable:CMAKE_SIZEOF_VOID_P", false], [59, "index-2-variable:CMAKE_SIZEOF_VOID_P", false], [60, "index-0-variable:CMAKE_SIZEOF_VOID_P", false], [60, "index-1-variable:CMAKE_SIZEOF_VOID_P", false], [60, "index-2-variable:CMAKE_SIZEOF_VOID_P", false], [137, "index-0-variable:CMAKE_SIZEOF_VOID_P", false], [694, "index-0-variable:CMAKE_SIZEOF_VOID_P", false], [694, "index-1-variable:CMAKE_SIZEOF_VOID_P", false], [694, "index-2-variable:CMAKE_SIZEOF_VOID_P", false], [1431, "index-0-variable:CMAKE_SIZEOF_VOID_P", false], [1817, "variable:CMAKE_SIZEOF_VOID_P", true]], "cmake_skip_build_rpath": [[1205, "index-0-variable:CMAKE_SKIP_BUILD_RPATH", false], [1818, "variable:CMAKE_SKIP_BUILD_RPATH", true], [1820, "index-0-variable:CMAKE_SKIP_BUILD_RPATH", false], [1822, "index-0-variable:CMAKE_SKIP_BUILD_RPATH", false]], "cmake_skip_install_all_dependency": [[1819, "variable:CMAKE_SKIP_INSTALL_ALL_DEPENDENCY", true], [1823, "index-0-variable:CMAKE_SKIP_INSTALL_ALL_DEPENDENCY", false]], "cmake_skip_install_rpath": [[628, "index-0-variable:CMAKE_SKIP_INSTALL_RPATH", false], [628, "index-1-variable:CMAKE_SKIP_INSTALL_RPATH", false], [1818, "index-0-variable:CMAKE_SKIP_INSTALL_RPATH", false], [1820, "variable:CMAKE_SKIP_INSTALL_RPATH", true], [1822, "index-0-variable:CMAKE_SKIP_INSTALL_RPATH", false]], "cmake_skip_install_rules": [[1821, "variable:CMAKE_SKIP_INSTALL_RULES", true]], "cmake_skip_rpath": [[628, "index-0-variable:CMAKE_SKIP_RPATH", false], [628, "index-1-variable:CMAKE_SKIP_RPATH", false], [963, "index-0-variable:CMAKE_SKIP_RPATH", false], [964, "index-0-variable:CMAKE_SKIP_RPATH", false], [1090, "index-0-variable:CMAKE_SKIP_RPATH", false], [1818, "index-0-variable:CMAKE_SKIP_RPATH", false], [1820, "index-0-variable:CMAKE_SKIP_RPATH", false], [1822, "variable:CMAKE_SKIP_RPATH", true]], "cmake_skip_test_all_dependency": [[1339, "index-0-variable:CMAKE_SKIP_TEST_ALL_DEPENDENCY", false], [1819, "index-0-variable:CMAKE_SKIP_TEST_ALL_DEPENDENCY", false], [1823, "variable:CMAKE_SKIP_TEST_ALL_DEPENDENCY", true]], "cmake_source_dir": [[142, "index-0-variable:CMAKE_SOURCE_DIR", false], [265, "index-0-variable:CMAKE_SOURCE_DIR", false], [281, "index-0-variable:CMAKE_SOURCE_DIR", false], [285, "index-0-variable:CMAKE_SOURCE_DIR", false], [287, "index-0-variable:CMAKE_SOURCE_DIR", false], [287, "index-1-variable:CMAKE_SOURCE_DIR", false], [303, "index-0-variable:CMAKE_SOURCE_DIR", false], [1325, "index-0-variable:CMAKE_SOURCE_DIR", false], [1418, "index-0-variable:CMAKE_SOURCE_DIR", false], [1418, "index-1-variable:CMAKE_SOURCE_DIR", false], [1463, "index-0-variable:CMAKE_SOURCE_DIR", false], [1471, "index-0-variable:CMAKE_SOURCE_DIR", false], [1498, "index-0-variable:CMAKE_SOURCE_DIR", false], [1577, "index-0-variable:CMAKE_SOURCE_DIR", false], [1577, "index-1-variable:CMAKE_SOURCE_DIR", false], [1596, "index-0-variable:CMAKE_SOURCE_DIR", false], [1824, "variable:CMAKE_SOURCE_DIR", true], [2018, "index-0-variable:CMAKE_SOURCE_DIR", false]], "cmake_staging_prefix": [[56, "index-0-variable:CMAKE_STAGING_PREFIX", false], [56, "index-1-variable:CMAKE_STAGING_PREFIX", false], [57, "index-0-variable:CMAKE_STAGING_PREFIX", false], [57, "index-1-variable:CMAKE_STAGING_PREFIX", false], [58, "index-0-variable:CMAKE_STAGING_PREFIX", false], [58, "index-1-variable:CMAKE_STAGING_PREFIX", false], [58, "index-2-variable:CMAKE_STAGING_PREFIX", false], [59, "index-0-variable:CMAKE_STAGING_PREFIX", false], [59, "index-1-variable:CMAKE_STAGING_PREFIX", false], [60, "index-0-variable:CMAKE_STAGING_PREFIX", false], [60, "index-1-variable:CMAKE_STAGING_PREFIX", false], [262, "index-0-variable:CMAKE_STAGING_PREFIX", false], [285, "index-0-variable:CMAKE_STAGING_PREFIX", false], [1317, "index-0-variable:CMAKE_STAGING_PREFIX", false], [1527, "index-0-variable:CMAKE_STAGING_PREFIX", false], [1546, "index-0-variable:CMAKE_STAGING_PREFIX", false], [1825, "variable:CMAKE_STAGING_PREFIX", true], [1846, "index-0-variable:CMAKE_STAGING_PREFIX", false]], "cmake_static_library_prefix": [[1826, "variable:CMAKE_STATIC_LIBRARY_PREFIX", true]], "cmake_static_library_suffix": [[1827, "variable:CMAKE_STATIC_LIBRARY_SUFFIX", true]], "cmake_static_linker_flags": [[1828, "variable:CMAKE_STATIC_LINKER_FLAGS", true], [1829, "index-0-variable:CMAKE_STATIC_LINKER_FLAGS", false], [1831, "index-0-variable:CMAKE_STATIC_LINKER_FLAGS", false]], "cmake_static_linker_flags_": [[1828, "index-0-variable:CMAKE_STATIC_LINKER_FLAGS_", false], [1829, "variable:CMAKE_STATIC_LINKER_FLAGS_", true], [1830, "index-0-variable:CMAKE_STATIC_LINKER_FLAGS_", false]], "cmake_static_linker_flags__init": [[1830, "variable:CMAKE_STATIC_LINKER_FLAGS__INIT", true], [1831, "index-0-variable:CMAKE_STATIC_LINKER_FLAGS__INIT", false]], "cmake_static_linker_flags_init": [[1830, "index-0-variable:CMAKE_STATIC_LINKER_FLAGS_INIT", false], [1831, "variable:CMAKE_STATIC_LINKER_FLAGS_INIT", true]], "cmake_sublime_text_2_env_settings": [[1347, "index-0-variable:CMAKE_SUBLIME_TEXT_2_ENV_SETTINGS", false], [1832, "variable:CMAKE_SUBLIME_TEXT_2_ENV_SETTINGS", true]], "cmake_sublime_text_2_exclude_build_tree": [[1347, "index-0-variable:CMAKE_SUBLIME_TEXT_2_EXCLUDE_BUILD_TREE", false], [1833, "variable:CMAKE_SUBLIME_TEXT_2_EXCLUDE_BUILD_TREE", true]], "cmake_suppress_regeneration": [[1321, "index-0-variable:CMAKE_SUPPRESS_REGENERATION", false], [1834, "variable:CMAKE_SUPPRESS_REGENERATION", true]], "cmake_swift_compilation_mode": [[717, "index-0-variable:CMAKE_Swift_COMPILATION_MODE", false], [717, "index-1-variable:CMAKE_Swift_COMPILATION_MODE", false], [1214, "index-0-variable:CMAKE_Swift_COMPILATION_MODE", false], [1850, "variable:CMAKE_Swift_COMPILATION_MODE", true]], "cmake_swift_language_version": [[1216, "index-0-variable:CMAKE_Swift_LANGUAGE_VERSION", false], [1346, "index-0-variable:CMAKE_Swift_LANGUAGE_VERSION", false], [1851, "variable:CMAKE_Swift_LANGUAGE_VERSION", true]], "cmake_swift_module_directory": [[1217, "index-0-variable:CMAKE_Swift_MODULE_DIRECTORY", false], [1852, "variable:CMAKE_Swift_MODULE_DIRECTORY", true]], "cmake_swift_num_threads": [[1853, "variable:CMAKE_Swift_NUM_THREADS", true]], "cmake_sysroot": [[56, "index-0-variable:CMAKE_SYSROOT", false], [56, "index-1-variable:CMAKE_SYSROOT", false], [56, "index-2-variable:CMAKE_SYSROOT", false], [57, "index-0-variable:CMAKE_SYSROOT", false], [57, "index-1-variable:CMAKE_SYSROOT", false], [57, "index-2-variable:CMAKE_SYSROOT", false], [58, "index-0-variable:CMAKE_SYSROOT", false], [58, "index-1-variable:CMAKE_SYSROOT", false], [58, "index-2-variable:CMAKE_SYSROOT", false], [59, "index-0-variable:CMAKE_SYSROOT", false], [59, "index-1-variable:CMAKE_SYSROOT", false], [59, "index-2-variable:CMAKE_SYSROOT", false], [60, "index-0-variable:CMAKE_SYSROOT", false], [60, "index-1-variable:CMAKE_SYSROOT", false], [60, "index-2-variable:CMAKE_SYSROOT", false], [273, "index-0-variable:CMAKE_SYSROOT", false], [273, "index-1-variable:CMAKE_SYSROOT", false], [285, "index-0-variable:CMAKE_SYSROOT", false], [285, "index-1-variable:CMAKE_SYSROOT", false], [285, "index-2-variable:CMAKE_SYSROOT", false], [285, "index-3-variable:CMAKE_SYSROOT", false], [1317, "index-0-variable:CMAKE_SYSROOT", false], [1333, "index-0-variable:CMAKE_SYSROOT", false], [1539, "index-0-variable:CMAKE_SYSROOT", false], [1540, "index-0-variable:CMAKE_SYSROOT", false], [1541, "index-0-variable:CMAKE_SYSROOT", false], [1542, "index-0-variable:CMAKE_SYSROOT", false], [1825, "index-0-variable:CMAKE_SYSROOT", false], [1835, "variable:CMAKE_SYSROOT", true], [1836, "index-0-variable:CMAKE_SYSROOT", false], [1837, "index-0-variable:CMAKE_SYSROOT", false]], "cmake_sysroot_compile": [[273, "index-0-variable:CMAKE_SYSROOT_COMPILE", false], [1348, "index-0-variable:CMAKE_SYSROOT_COMPILE", false], [1835, "index-0-variable:CMAKE_SYSROOT_COMPILE", false], [1836, "variable:CMAKE_SYSROOT_COMPILE", true]], "cmake_sysroot_link": [[273, "index-0-variable:CMAKE_SYSROOT_LINK", false], [1348, "index-0-variable:CMAKE_SYSROOT_LINK", false], [1835, "index-0-variable:CMAKE_SYSROOT_LINK", false], [1837, "variable:CMAKE_SYSROOT_LINK", true]], "cmake_system": [[15, "index-0-variable:CMAKE_SYSTEM", false], [596, "index-0-variable:CMAKE_SYSTEM", false], [1838, "variable:CMAKE_SYSTEM", true]], "cmake_system_appbundle_path": [[58, "index-0-variable:CMAKE_SYSTEM_APPBUNDLE_PATH", false], [60, "index-0-variable:CMAKE_SYSTEM_APPBUNDLE_PATH", false], [60, "index-1-variable:CMAKE_SYSTEM_APPBUNDLE_PATH", false], [1839, "variable:CMAKE_SYSTEM_APPBUNDLE_PATH", true]], "cmake_system_framework_path": [[56, "index-0-variable:CMAKE_SYSTEM_FRAMEWORK_PATH", false], [56, "index-1-variable:CMAKE_SYSTEM_FRAMEWORK_PATH", false], [57, "index-0-variable:CMAKE_SYSTEM_FRAMEWORK_PATH", false], [57, "index-1-variable:CMAKE_SYSTEM_FRAMEWORK_PATH", false], [58, "index-0-variable:CMAKE_SYSTEM_FRAMEWORK_PATH", false], [59, "index-0-variable:CMAKE_SYSTEM_FRAMEWORK_PATH", false], [59, "index-1-variable:CMAKE_SYSTEM_FRAMEWORK_PATH", false], [1840, "variable:CMAKE_SYSTEM_FRAMEWORK_PATH", true]], "cmake_system_ignore_path": [[56, "index-0-variable:CMAKE_SYSTEM_IGNORE_PATH", false], [57, "index-0-variable:CMAKE_SYSTEM_IGNORE_PATH", false], [58, "index-0-variable:CMAKE_SYSTEM_IGNORE_PATH", false], [59, "index-0-variable:CMAKE_SYSTEM_IGNORE_PATH", false], [60, "index-0-variable:CMAKE_SYSTEM_IGNORE_PATH", false], [1589, "index-0-variable:CMAKE_SYSTEM_IGNORE_PATH", false], [1841, "variable:CMAKE_SYSTEM_IGNORE_PATH", true], [1842, "index-0-variable:CMAKE_SYSTEM_IGNORE_PATH", false], [1842, "index-1-variable:CMAKE_SYSTEM_IGNORE_PATH", false], [1842, "index-2-variable:CMAKE_SYSTEM_IGNORE_PATH", false], [1846, "index-0-variable:CMAKE_SYSTEM_IGNORE_PATH", false]], "cmake_system_ignore_prefix_path": [[56, "index-0-variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH", false], [57, "index-0-variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH", false], [58, "index-0-variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH", false], [59, "index-0-variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH", false], [60, "index-0-variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH", false], [1333, "index-0-variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH", false], [1590, "index-0-variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH", false], [1841, "index-0-variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH", false], [1841, "index-1-variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH", false], [1841, "index-2-variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH", false], [1841, "index-3-variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH", false], [1842, "variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH", true]], "cmake_system_include_path": [[56, "index-0-variable:CMAKE_SYSTEM_INCLUDE_PATH", false], [56, "index-1-variable:CMAKE_SYSTEM_INCLUDE_PATH", false], [59, "index-0-variable:CMAKE_SYSTEM_INCLUDE_PATH", false], [59, "index-1-variable:CMAKE_SYSTEM_INCLUDE_PATH", false], [1597, "index-0-variable:CMAKE_SYSTEM_INCLUDE_PATH", false], [1841, "index-0-variable:CMAKE_SYSTEM_INCLUDE_PATH", false], [1842, "index-0-variable:CMAKE_SYSTEM_INCLUDE_PATH", false], [1843, "variable:CMAKE_SYSTEM_INCLUDE_PATH", true], [1846, "index-0-variable:CMAKE_SYSTEM_INCLUDE_PATH", false]], "cmake_system_library_path": [[57, "index-0-variable:CMAKE_SYSTEM_LIBRARY_PATH", false], [57, "index-1-variable:CMAKE_SYSTEM_LIBRARY_PATH", false], [1713, "index-0-variable:CMAKE_SYSTEM_LIBRARY_PATH", false], [1841, "index-0-variable:CMAKE_SYSTEM_LIBRARY_PATH", false], [1842, "index-0-variable:CMAKE_SYSTEM_LIBRARY_PATH", false], [1844, "variable:CMAKE_SYSTEM_LIBRARY_PATH", true], [1846, "index-0-variable:CMAKE_SYSTEM_LIBRARY_PATH", false]], "cmake_system_name": [[274, "index-0-variable:CMAKE_SYSTEM_NAME", false], [274, "index-1-variable:CMAKE_SYSTEM_NAME", false], [285, "index-0-variable:CMAKE_SYSTEM_NAME", false], [285, "index-1-variable:CMAKE_SYSTEM_NAME", false], [285, "index-2-variable:CMAKE_SYSTEM_NAME", false], [285, "index-3-variable:CMAKE_SYSTEM_NAME", false], [285, "index-4-variable:CMAKE_SYSTEM_NAME", false], [285, "index-5-variable:CMAKE_SYSTEM_NAME", false], [285, "index-6-variable:CMAKE_SYSTEM_NAME", false], [285, "index-7-variable:CMAKE_SYSTEM_NAME", false], [310, "index-0-variable:CMAKE_SYSTEM_NAME", false], [1318, "index-0-variable:CMAKE_SYSTEM_NAME", false], [1318, "index-1-variable:CMAKE_SYSTEM_NAME", false], [1328, "index-0-variable:CMAKE_SYSTEM_NAME", false], [1331, "index-0-variable:CMAKE_SYSTEM_NAME", false], [1338, "index-0-variable:CMAKE_SYSTEM_NAME", false], [1350, "index-0-variable:CMAKE_SYSTEM_NAME", false], [1448, "index-0-variable:CMAKE_SYSTEM_NAME", false], [1448, "index-1-variable:CMAKE_SYSTEM_NAME", false], [1448, "index-2-variable:CMAKE_SYSTEM_NAME", false], [1448, "index-3-variable:CMAKE_SYSTEM_NAME", false], [1584, "index-0-variable:CMAKE_SYSTEM_NAME", false], [1735, "index-0-variable:CMAKE_SYSTEM_NAME", false], [1838, "index-0-variable:CMAKE_SYSTEM_NAME", false], [1838, "index-1-variable:CMAKE_SYSTEM_NAME", false], [1845, "variable:CMAKE_SYSTEM_NAME", true], [1849, "index-0-variable:CMAKE_SYSTEM_NAME", false], [1849, "index-1-variable:CMAKE_SYSTEM_NAME", false], [1849, "index-2-variable:CMAKE_SYSTEM_NAME", false], [1888, "index-0-variable:CMAKE_SYSTEM_NAME", false], [1918, "index-0-variable:CMAKE_SYSTEM_NAME", false], [2039, "index-0-variable:CMAKE_SYSTEM_NAME", false], [2040, "index-0-variable:CMAKE_SYSTEM_NAME", false], [2080, "index-0-variable:CMAKE_SYSTEM_NAME", false], [2081, "index-0-variable:CMAKE_SYSTEM_NAME", false], [2083, "index-0-variable:CMAKE_SYSTEM_NAME", false], [2084, "index-0-variable:CMAKE_SYSTEM_NAME", false], [2085, "index-0-variable:CMAKE_SYSTEM_NAME", false]], "cmake_system_prefix_path": [[56, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [56, "index-1-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [56, "index-2-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [57, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [57, "index-1-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [57, "index-2-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [58, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [59, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [59, "index-1-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [59, "index-2-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [60, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [60, "index-1-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [60, "index-2-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [1317, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [1338, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [1527, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [1527, "index-1-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [1527, "index-2-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [1602, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [1785, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [1841, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [1842, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [1843, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [1844, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [1846, "variable:CMAKE_SYSTEM_PREFIX_PATH", true], [1848, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false]], "cmake_system_processor": [[285, "index-0-variable:CMAKE_SYSTEM_PROCESSOR", false], [285, "index-1-variable:CMAKE_SYSTEM_PROCESSOR", false], [285, "index-2-variable:CMAKE_SYSTEM_PROCESSOR", false], [683, "index-0-variable:CMAKE_SYSTEM_PROCESSOR", false], [683, "index-1-variable:CMAKE_SYSTEM_PROCESSOR", false], [683, "index-2-variable:CMAKE_SYSTEM_PROCESSOR", false], [1331, "index-0-variable:CMAKE_SYSTEM_PROCESSOR", false], [1334, "index-0-variable:CMAKE_SYSTEM_PROCESSOR", false], [1847, "variable:CMAKE_SYSTEM_PROCESSOR", true]], "cmake_system_program_path": [[60, "index-0-variable:CMAKE_SYSTEM_PROGRAM_PATH", false], [60, "index-1-variable:CMAKE_SYSTEM_PROGRAM_PATH", false], [1786, "index-0-variable:CMAKE_SYSTEM_PROGRAM_PATH", false], [1841, "index-0-variable:CMAKE_SYSTEM_PROGRAM_PATH", false], [1842, "index-0-variable:CMAKE_SYSTEM_PROGRAM_PATH", false], [1846, "index-0-variable:CMAKE_SYSTEM_PROGRAM_PATH", false], [1848, "variable:CMAKE_SYSTEM_PROGRAM_PATH", true]], "cmake_system_version": [[285, "index-0-variable:CMAKE_SYSTEM_VERSION", false], [285, "index-1-variable:CMAKE_SYSTEM_VERSION", false], [285, "index-2-variable:CMAKE_SYSTEM_VERSION", false], [285, "index-3-variable:CMAKE_SYSTEM_VERSION", false], [709, "index-0-variable:CMAKE_SYSTEM_VERSION", false], [709, "index-1-variable:CMAKE_SYSTEM_VERSION", false], [709, "index-2-variable:CMAKE_SYSTEM_VERSION", false], [709, "index-3-variable:CMAKE_SYSTEM_VERSION", false], [709, "index-4-variable:CMAKE_SYSTEM_VERSION", false], [1318, "index-0-variable:CMAKE_SYSTEM_VERSION", false], [1343, "index-0-variable:CMAKE_SYSTEM_VERSION", false], [1362, "index-0-variable:CMAKE_SYSTEM_VERSION", false], [1838, "index-0-variable:CMAKE_SYSTEM_VERSION", false], [1838, "index-1-variable:CMAKE_SYSTEM_VERSION", false], [1845, "index-0-variable:CMAKE_SYSTEM_VERSION", false], [1845, "index-1-variable:CMAKE_SYSTEM_VERSION", false], [1849, "variable:CMAKE_SYSTEM_VERSION", true], [1910, "index-0-variable:CMAKE_SYSTEM_VERSION", false]], "cmake_tasking_toolset": [[1335, "index-0-variable:CMAKE_TASKING_TOOLSET", false], [1854, "variable:CMAKE_TASKING_TOOLSET", true]], "cmake_test_launcher": [[180, "envvar:CMAKE_TEST_LAUNCHER", true], [180, "index-0-variable:CMAKE_TEST_LAUNCHER", false], [180, "index-1-variable:CMAKE_TEST_LAUNCHER", false], [718, "index-0-variable:CMAKE_TEST_LAUNCHER", false], [1219, "index-0-variable:CMAKE_TEST_LAUNCHER", false], [1339, "index-0-variable:CMAKE_TEST_LAUNCHER", false], [1855, "index-0-envvar:CMAKE_TEST_LAUNCHER", false], [1855, "variable:CMAKE_TEST_LAUNCHER", true]], "cmake_testdriver_after_testmain": [[26, "variable:CMAKE_TESTDRIVER_AFTER_TESTMAIN", true]], "cmake_testdriver_before_testmain": [[26, "variable:CMAKE_TESTDRIVER_BEFORE_TESTMAIN", true]], "cmake_tls_cainfo": [[55, "index-0-variable:CMAKE_TLS_CAINFO", false], [368, "index-0-variable:CMAKE_TLS_CAINFO", false], [370, "index-0-variable:CMAKE_TLS_CAINFO", false], [1332, "index-0-variable:CMAKE_TLS_CAINFO", false], [1856, "variable:CMAKE_TLS_CAINFO", true]], "cmake_tls_verify": [[55, "index-0-envvar:CMAKE_TLS_VERIFY", false], [55, "index-0-variable:CMAKE_TLS_VERIFY", false], [55, "index-1-envvar:CMAKE_TLS_VERIFY", false], [181, "envvar:CMAKE_TLS_VERIFY", true], [181, "index-0-variable:CMAKE_TLS_VERIFY", false], [290, "index-0-envvar:CMAKE_TLS_VERIFY", false], [368, "index-0-envvar:CMAKE_TLS_VERIFY", false], [368, "index-0-variable:CMAKE_TLS_VERIFY", false], [368, "index-1-envvar:CMAKE_TLS_VERIFY", false], [368, "index-1-variable:CMAKE_TLS_VERIFY", false], [368, "index-2-envvar:CMAKE_TLS_VERIFY", false], [370, "index-0-variable:CMAKE_TLS_VERIFY", false], [1332, "index-0-variable:CMAKE_TLS_VERIFY", false], [1341, "index-0-envvar:CMAKE_TLS_VERIFY", false], [1341, "index-0-variable:CMAKE_TLS_VERIFY", false], [1342, "index-0-envvar:CMAKE_TLS_VERIFY", false], [1342, "index-0-variable:CMAKE_TLS_VERIFY", false], [1857, "index-0-envvar:CMAKE_TLS_VERIFY", false], [1857, "index-1-envvar:CMAKE_TLS_VERIFY", false], [1857, "variable:CMAKE_TLS_VERIFY", true], [2028, "index-0-envvar:CMAKE_TLS_VERIFY", false], [2028, "index-0-variable:CMAKE_TLS_VERIFY", false], [2028, "index-1-envvar:CMAKE_TLS_VERIFY", false]], "cmake_tls_version": [[55, "index-0-envvar:CMAKE_TLS_VERSION", false], [55, "index-0-variable:CMAKE_TLS_VERSION", false], [55, "index-1-variable:CMAKE_TLS_VERSION", false], [182, "envvar:CMAKE_TLS_VERSION", true], [182, "index-0-variable:CMAKE_TLS_VERSION", false], [368, "index-0-envvar:CMAKE_TLS_VERSION", false], [368, "index-0-variable:CMAKE_TLS_VERSION", false], [368, "index-1-envvar:CMAKE_TLS_VERSION", false], [368, "index-1-variable:CMAKE_TLS_VERSION", false], [1341, "index-0-envvar:CMAKE_TLS_VERSION", false], [1341, "index-0-variable:CMAKE_TLS_VERSION", false], [1341, "index-1-envvar:CMAKE_TLS_VERSION", false], [1341, "index-1-variable:CMAKE_TLS_VERSION", false], [1342, "index-0-variable:CMAKE_TLS_VERSION", false], [1858, "index-0-envvar:CMAKE_TLS_VERSION", false], [1858, "variable:CMAKE_TLS_VERSION", true], [2029, "index-0-envvar:CMAKE_TLS_VERSION", false], [2029, "index-0-variable:CMAKE_TLS_VERSION", false]], "cmake_toolchain_file": [[93, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [183, "envvar:CMAKE_TOOLCHAIN_FILE", true], [183, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [183, "index-1-variable:CMAKE_TOOLCHAIN_FILE", false], [262, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [265, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [281, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [287, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [370, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1317, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1318, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1318, "index-1-variable:CMAKE_TOOLCHAIN_FILE", false], [1318, "index-2-variable:CMAKE_TOOLCHAIN_FILE", false], [1331, "index-0-envvar:CMAKE_TOOLCHAIN_FILE", false], [1331, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1346, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1346, "index-1-variable:CMAKE_TOOLCHAIN_FILE", false], [1512, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1513, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1562, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1563, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1564, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1633, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1644, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1658, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1661, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1673, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1675, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1701, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1703, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1704, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1752, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1753, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1794, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1813, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1814, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1830, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1831, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1835, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1836, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1837, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1847, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1854, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1859, "index-0-envvar:CMAKE_TOOLCHAIN_FILE", false], [1859, "variable:CMAKE_TOOLCHAIN_FILE", true], [1862, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1880, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1912, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1918, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false]], "cmake_try_compile_configuration": [[120, "index-0-variable:CMAKE_TRY_COMPILE_CONFIGURATION", false], [121, "index-0-variable:CMAKE_TRY_COMPILE_CONFIGURATION", false], [1860, "variable:CMAKE_TRY_COMPILE_CONFIGURATION", true]], "cmake_try_compile_no_platform_variables": [[120, "index-0-variable:CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES", false], [697, "index-0-variable:CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES", false], [1334, "index-0-variable:CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES", false], [1861, "variable:CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES", true], [1862, "index-0-variable:CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES", false]], "cmake_try_compile_platform_variables": [[120, "index-0-variable:CMAKE_TRY_COMPILE_PLATFORM_VARIABLES", false], [120, "index-1-variable:CMAKE_TRY_COMPILE_PLATFORM_VARIABLES", false], [269, "index-0-variable:CMAKE_TRY_COMPILE_PLATFORM_VARIABLES", false], [697, "index-0-variable:CMAKE_TRY_COMPILE_PLATFORM_VARIABLES", false], [1345, "index-0-variable:CMAKE_TRY_COMPILE_PLATFORM_VARIABLES", false], [1862, "variable:CMAKE_TRY_COMPILE_PLATFORM_VARIABLES", true]], "cmake_try_compile_target_type": [[120, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [120, "index-1-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [120, "index-2-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [120, "index-3-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [120, "index-4-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [285, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [302, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [330, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [331, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [333, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [334, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [337, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [338, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [340, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [350, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [351, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [353, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [354, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [358, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [1345, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [1863, "variable:CMAKE_TRY_COMPILE_TARGET_TYPE", true]], "cmake_tweak_version": [[1864, "variable:CMAKE_TWEAK_VERSION", true], [1873, "index-0-variable:CMAKE_TWEAK_VERSION", false]], "cmake_unity_build": [[1223, "index-0-variable:CMAKE_UNITY_BUILD", false], [1223, "index-1-variable:CMAKE_UNITY_BUILD", false], [1223, "index-2-variable:CMAKE_UNITY_BUILD", false], [1325, "index-0-variable:CMAKE_UNITY_BUILD", false], [1515, "index-0-variable:CMAKE_UNITY_BUILD", false], [1865, "variable:CMAKE_UNITY_BUILD", true]], "cmake_unity_build_batch_size": [[1224, "index-0-variable:CMAKE_UNITY_BUILD_BATCH_SIZE", false], [1866, "variable:CMAKE_UNITY_BUILD_BATCH_SIZE", true]], "cmake_unity_build_unique_id": [[1867, "variable:CMAKE_UNITY_BUILD_UNIQUE_ID", true]], "cmake_use_relative_paths": [[1343, "index-0-variable:CMAKE_USE_RELATIVE_PATHS", false], [1870, "variable:CMAKE_USE_RELATIVE_PATHS", true]], "cmake_user_make_rules_override": [[1868, "variable:CMAKE_USER_MAKE_RULES_OVERRIDE", true], [1869, "index-0-variable:CMAKE_USER_MAKE_RULES_OVERRIDE", false]], "cmake_user_make_rules_override_": [[1868, "index-0-variable:CMAKE_USER_MAKE_RULES_OVERRIDE_", false], [1869, "variable:CMAKE_USER_MAKE_RULES_OVERRIDE_", true]], "cmake_verbose_makefile": [[287, "index-0-variable:CMAKE_VERBOSE_MAKEFILE", false], [1871, "variable:CMAKE_VERBOSE_MAKEFILE", true]], "cmake_verify_interface_header_sets": [[370, "index-0-variable:CMAKE_VERIFY_INTERFACE_HEADER_SETS", false], [370, "index-1-variable:CMAKE_VERIFY_INTERFACE_HEADER_SETS", false], [1229, "index-0-variable:CMAKE_VERIFY_INTERFACE_HEADER_SETS", false], [1334, "index-0-variable:CMAKE_VERIFY_INTERFACE_HEADER_SETS", false], [1872, "variable:CMAKE_VERIFY_INTERFACE_HEADER_SETS", true]], "cmake_version": [[197, "index-0-variable:CMAKE_VERSION", false], [1317, "index-0-variable:CMAKE_VERSION", false], [1318, "index-0-variable:CMAKE_VERSION", false], [1737, "index-0-variable:CMAKE_VERSION", false], [1749, "index-0-variable:CMAKE_VERSION", false], [1776, "index-0-variable:CMAKE_VERSION", false], [1864, "index-0-variable:CMAKE_VERSION", false], [1873, "variable:CMAKE_VERSION", true]], "cmake_visibility_inlines_hidden": [[536, "index-0-variable:CMAKE_VISIBILITY_INLINES_HIDDEN", false], [1231, "index-0-variable:CMAKE_VISIBILITY_INLINES_HIDDEN", false], [1874, "variable:CMAKE_VISIBILITY_INLINES_HIDDEN", true]], "cmake_vs_debugger_command": [[1233, "index-0-variable:CMAKE_VS_DEBUGGER_COMMAND", false], [1337, "index-0-variable:CMAKE_VS_DEBUGGER_COMMAND", false], [1875, "variable:CMAKE_VS_DEBUGGER_COMMAND", true]], "cmake_vs_debugger_command_arguments": [[1234, "index-0-variable:CMAKE_VS_DEBUGGER_COMMAND_ARGUMENTS", false], [1337, "index-0-variable:CMAKE_VS_DEBUGGER_COMMAND_ARGUMENTS", false], [1876, "variable:CMAKE_VS_DEBUGGER_COMMAND_ARGUMENTS", true]], "cmake_vs_debugger_environment": [[1235, "index-0-variable:CMAKE_VS_DEBUGGER_ENVIRONMENT", false], [1337, "index-0-variable:CMAKE_VS_DEBUGGER_ENVIRONMENT", false], [1877, "variable:CMAKE_VS_DEBUGGER_ENVIRONMENT", true]], "cmake_vs_debugger_working_directory": [[1236, "index-0-variable:CMAKE_VS_DEBUGGER_WORKING_DIRECTORY", false], [1337, "index-0-variable:CMAKE_VS_DEBUGGER_WORKING_DIRECTORY", false], [1878, "variable:CMAKE_VS_DEBUGGER_WORKING_DIRECTORY", true]], "cmake_vs_devenv_command": [[1738, "index-0-variable:CMAKE_VS_DEVENV_COMMAND", false], [1879, "variable:CMAKE_VS_DEVENV_COMMAND", true], [1885, "index-0-variable:CMAKE_VS_DEVENV_COMMAND", false]], "cmake_vs_globals": [[1322, "index-0-variable:CMAKE_VS_GLOBALS", false], [1326, "index-0-variable:CMAKE_VS_GLOBALS", false], [1880, "variable:CMAKE_VS_GLOBALS", true]], "cmake_vs_include_install_to_default_build": [[1340, "index-0-variable:CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD", false], [1347, "index-0-variable:CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD", false], [1881, "variable:CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD", true]], "cmake_vs_include_package_to_default_build": [[1347, "index-0-variable:CMAKE_VS_INCLUDE_PACKAGE_TO_DEFAULT_BUILD", false], [1882, "variable:CMAKE_VS_INCLUDE_PACKAGE_TO_DEFAULT_BUILD", true]], "cmake_vs_intel_fortran_project_version": [[1883, "variable:CMAKE_VS_INTEL_Fortran_PROJECT_VERSION", true]], "cmake_vs_just_my_code_debugging": [[1254, "index-0-variable:CMAKE_VS_JUST_MY_CODE_DEBUGGING", false], [1324, "index-0-variable:CMAKE_VS_JUST_MY_CODE_DEBUGGING", false], [1884, "variable:CMAKE_VS_JUST_MY_CODE_DEBUGGING", true]], "cmake_vs_msbuild_command": [[1738, "index-0-variable:CMAKE_VS_MSBUILD_COMMAND", false], [1879, "index-0-variable:CMAKE_VS_MSBUILD_COMMAND", false], [1885, "variable:CMAKE_VS_MSBUILD_COMMAND", true]], "cmake_vs_no_compile_batching": [[1257, "index-0-variable:CMAKE_VS_NO_COMPILE_BATCHING", false], [1334, "index-0-variable:CMAKE_VS_NO_COMPILE_BATCHING", false], [1886, "variable:CMAKE_VS_NO_COMPILE_BATCHING", true]], "cmake_vs_nsighttegra_version": [[1888, "variable:CMAKE_VS_NsightTegra_VERSION", true]], "cmake_vs_nuget_package_restore": [[1333, "index-0-variable:CMAKE_VS_NUGET_PACKAGE_RESTORE", false], [1887, "variable:CMAKE_VS_NUGET_PACKAGE_RESTORE", true]], "cmake_vs_platform_name": [[1563, "index-0-variable:CMAKE_VS_PLATFORM_NAME", false], [1564, "index-0-variable:CMAKE_VS_PLATFORM_NAME", false], [1889, "variable:CMAKE_VS_PLATFORM_NAME", true], [1890, "index-0-variable:CMAKE_VS_PLATFORM_NAME", false]], "cmake_vs_platform_name_default": [[238, "index-0-variable:CMAKE_VS_PLATFORM_NAME_DEFAULT", false], [239, "index-0-variable:CMAKE_VS_PLATFORM_NAME_DEFAULT", false], [1323, "index-0-variable:CMAKE_VS_PLATFORM_NAME_DEFAULT", false], [1323, "index-1-variable:CMAKE_VS_PLATFORM_NAME_DEFAULT", false], [1889, "index-0-variable:CMAKE_VS_PLATFORM_NAME_DEFAULT", false], [1890, "variable:CMAKE_VS_PLATFORM_NAME_DEFAULT", true]], "cmake_vs_platform_toolset": [[1564, "index-0-variable:CMAKE_VS_PLATFORM_TOOLSET", false], [1564, "index-1-variable:CMAKE_VS_PLATFORM_TOOLSET", false], [1891, "variable:CMAKE_VS_PLATFORM_TOOLSET", true]], "cmake_vs_platform_toolset_cuda": [[1564, "index-0-variable:CMAKE_VS_PLATFORM_TOOLSET_CUDA", false], [1892, "variable:CMAKE_VS_PLATFORM_TOOLSET_CUDA", true]], "cmake_vs_platform_toolset_cuda_custom_dir": [[1564, "index-0-variable:CMAKE_VS_PLATFORM_TOOLSET_CUDA_CUSTOM_DIR", false], [1893, "variable:CMAKE_VS_PLATFORM_TOOLSET_CUDA_CUSTOM_DIR", true]], "cmake_vs_platform_toolset_fortran": [[1564, "index-0-variable:CMAKE_VS_PLATFORM_TOOLSET_FORTRAN", false], [1894, "variable:CMAKE_VS_PLATFORM_TOOLSET_FORTRAN", true]], "cmake_vs_platform_toolset_host_architecture": [[1564, "index-0-variable:CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE", false], [1895, "variable:CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE", true]], "cmake_vs_platform_toolset_version": [[1328, "index-0-variable:CMAKE_VS_PLATFORM_TOOLSET_VERSION", false], [1564, "index-0-variable:CMAKE_VS_PLATFORM_TOOLSET_VERSION", false], [1896, "variable:CMAKE_VS_PLATFORM_TOOLSET_VERSION", true]], "cmake_vs_sdk_exclude_directories": [[1321, "index-0-variable:CMAKE_VS_SDK_EXCLUDE_DIRECTORIES", false], [1897, "variable:CMAKE_VS_SDK_EXCLUDE_DIRECTORIES", true]], "cmake_vs_sdk_executable_directories": [[1321, "index-0-variable:CMAKE_VS_SDK_EXECUTABLE_DIRECTORIES", false], [1898, "variable:CMAKE_VS_SDK_EXECUTABLE_DIRECTORIES", true]], "cmake_vs_sdk_include_directories": [[1321, "index-0-variable:CMAKE_VS_SDK_INCLUDE_DIRECTORIES", false], [1899, "variable:CMAKE_VS_SDK_INCLUDE_DIRECTORIES", true]], "cmake_vs_sdk_library_directories": [[1321, "index-0-variable:CMAKE_VS_SDK_LIBRARY_DIRECTORIES", false], [1900, "variable:CMAKE_VS_SDK_LIBRARY_DIRECTORIES", true]], "cmake_vs_sdk_library_winrt_directories": [[1321, "index-0-variable:CMAKE_VS_SDK_LIBRARY_WINRT_DIRECTORIES", false], [1901, "variable:CMAKE_VS_SDK_LIBRARY_WINRT_DIRECTORIES", true]], "cmake_vs_sdk_reference_directories": [[1321, "index-0-variable:CMAKE_VS_SDK_REFERENCE_DIRECTORIES", false], [1902, "variable:CMAKE_VS_SDK_REFERENCE_DIRECTORIES", true]], "cmake_vs_sdk_source_directories": [[1321, "index-0-variable:CMAKE_VS_SDK_SOURCE_DIRECTORIES", false], [1903, "variable:CMAKE_VS_SDK_SOURCE_DIRECTORIES", true]], "cmake_vs_target_framework_identifier": [[1904, "variable:CMAKE_VS_TARGET_FRAMEWORK_IDENTIFIER", true], [1905, "index-0-variable:CMAKE_VS_TARGET_FRAMEWORK_IDENTIFIER", false], [1906, "index-0-variable:CMAKE_VS_TARGET_FRAMEWORK_IDENTIFIER", false]], "cmake_vs_target_framework_targets_version": [[1904, "index-0-variable:CMAKE_VS_TARGET_FRAMEWORK_TARGETS_VERSION", false], [1905, "variable:CMAKE_VS_TARGET_FRAMEWORK_TARGETS_VERSION", true], [1906, "index-0-variable:CMAKE_VS_TARGET_FRAMEWORK_TARGETS_VERSION", false]], "cmake_vs_target_framework_version": [[1904, "index-0-variable:CMAKE_VS_TARGET_FRAMEWORK_VERSION", false], [1905, "index-0-variable:CMAKE_VS_TARGET_FRAMEWORK_VERSION", false], [1906, "variable:CMAKE_VS_TARGET_FRAMEWORK_VERSION", true]], "cmake_vs_use_debug_libraries": [[722, "index-0-variable:CMAKE_VS_USE_DEBUG_LIBRARIES", false], [1270, "index-0-variable:CMAKE_VS_USE_DEBUG_LIBRARIES", false], [1341, "index-0-variable:CMAKE_VS_USE_DEBUG_LIBRARIES", false], [1907, "variable:CMAKE_VS_USE_DEBUG_LIBRARIES", true]], "cmake_vs_version_build_number": [[1336, "index-0-variable:CMAKE_VS_VERSION_BUILD_NUMBER", false], [1562, "index-0-variable:CMAKE_VS_VERSION_BUILD_NUMBER", false], [1908, "variable:CMAKE_VS_VERSION_BUILD_NUMBER", true]], "cmake_vs_windows_target_platform_min_version": [[1271, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION", false], [1337, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION", false], [1909, "variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION", true]], "cmake_vs_windows_target_platform_version": [[285, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION", false], [709, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION", false], [1237, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION", false], [1252, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION", false], [1256, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION", false], [1271, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION", false], [1563, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION", false], [1563, "index-1-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION", false], [1910, "variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION", true], [1911, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION", false]], "cmake_vs_windows_target_platform_version_maximum": [[236, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM", false], [236, "index-1-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM", false], [1328, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM", false], [1328, "index-1-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM", false], [1563, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM", false], [1910, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM", false], [1911, "variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM", true]], "cmake_vs_winrt_by_default": [[1912, "variable:CMAKE_VS_WINRT_BY_DEFAULT", true]], "cmake_warn_deprecated": [[90, "index-0-variable:CMAKE_WARN_DEPRECATED", false], [1317, "index-0-variable:CMAKE_WARN_DEPRECATED", false], [1344, "index-0-variable:CMAKE_WARN_DEPRECATED", false], [1344, "index-1-variable:CMAKE_WARN_DEPRECATED", false], [1347, "index-0-variable:CMAKE_WARN_DEPRECATED", false], [1913, "variable:CMAKE_WARN_DEPRECATED", true]], "cmake_warn_on_absolute_install_destination": [[1914, "variable:CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION", true], [1957, "index-0-variable:CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION", false]], "cmake_watcom_runtime_library": [[120, "index-0-variable:CMAKE_WATCOM_RUNTIME_LIBRARY", false], [696, "index-0-variable:CMAKE_WATCOM_RUNTIME_LIBRARY", false], [696, "index-1-variable:CMAKE_WATCOM_RUNTIME_LIBRARY", false], [1334, "index-0-variable:CMAKE_WATCOM_RUNTIME_LIBRARY", false], [1915, "variable:CMAKE_WATCOM_RUNTIME_LIBRARY", true]], "cmake_win32_executable": [[1276, "index-0-variable:CMAKE_WIN32_EXECUTABLE", false], [1916, "variable:CMAKE_WIN32_EXECUTABLE", true]], "cmake_windows_export_all_symbols": [[1277, "index-0-variable:CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS", false], [1325, "index-0-variable:CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS", false], [1917, "variable:CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS", true]], "cmake_windows_kmdf_version": [[1918, "variable:CMAKE_WINDOWS_KMDF_VERSION", true]], "cmake_xcode_attribute_": [[1021, "index-0-variable:CMAKE_XCODE_ATTRIBUTE_", false], [1278, "index-0-variable:CMAKE_XCODE_ATTRIBUTE_", false], [1919, "variable:CMAKE_XCODE_ATTRIBUTE_", true]], "cmake_xcode_build_system": [[246, "index-0-variable:CMAKE_XCODE_BUILD_SYSTEM", false], [1328, "index-0-variable:CMAKE_XCODE_BUILD_SYSTEM", false], [1920, "variable:CMAKE_XCODE_BUILD_SYSTEM", true]], "cmake_xcode_generate_scheme": [[1286, "index-0-variable:CMAKE_XCODE_GENERATE_SCHEME", false], [1322, "index-0-variable:CMAKE_XCODE_GENERATE_SCHEME", false], [1324, "index-0-variable:CMAKE_XCODE_GENERATE_SCHEME", false], [1348, "index-0-variable:CMAKE_XCODE_GENERATE_SCHEME", false], [1921, "variable:CMAKE_XCODE_GENERATE_SCHEME", true]], "cmake_xcode_generate_top_level_project_only": [[1281, "index-0-variable:CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY", false], [1320, "index-0-variable:CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY", false], [1922, "variable:CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY", true]], "cmake_xcode_link_build_phase_mode": [[1287, "index-0-variable:CMAKE_XCODE_LINK_BUILD_PHASE_MODE", false], [1328, "index-0-variable:CMAKE_XCODE_LINK_BUILD_PHASE_MODE", false], [1923, "variable:CMAKE_XCODE_LINK_BUILD_PHASE_MODE", true]], "cmake_xcode_platform_toolset": [[246, "index-0-variable:CMAKE_XCODE_PLATFORM_TOOLSET", false], [1924, "variable:CMAKE_XCODE_PLATFORM_TOOLSET", true]], "cmake_xcode_scheme_address_sanitizer": [[1289, "index-0-variable:CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER", false], [1925, "variable:CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER", true]], "cmake_xcode_scheme_address_sanitizer_use_after_return": [[1290, "index-0-variable:CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN", false], [1926, "variable:CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN", true]], "cmake_xcode_scheme_debug_document_versioning": [[1293, "index-0-variable:CMAKE_XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING", false], [1927, "variable:CMAKE_XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING", true]], "cmake_xcode_scheme_disable_main_thread_checker": [[1294, "index-0-variable:CMAKE_XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER", false], [1928, "variable:CMAKE_XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER", true]], "cmake_xcode_scheme_dynamic_library_loads": [[1295, "index-0-variable:CMAKE_XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS", false], [1929, "variable:CMAKE_XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS", true]], "cmake_xcode_scheme_dynamic_linker_api_usage": [[1296, "index-0-variable:CMAKE_XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE", false], [1930, "variable:CMAKE_XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE", true]], "cmake_xcode_scheme_enable_gpu_api_validation": [[1297, "index-0-variable:CMAKE_XCODE_SCHEME_ENABLE_GPU_API_VALIDATION", false], [1335, "index-0-variable:CMAKE_XCODE_SCHEME_ENABLE_GPU_API_VALIDATION", false], [1931, "variable:CMAKE_XCODE_SCHEME_ENABLE_GPU_API_VALIDATION", true]], "cmake_xcode_scheme_enable_gpu_frame_capture_mode": [[1298, "index-0-variable:CMAKE_XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE", false], [1333, "index-0-variable:CMAKE_XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE", false], [1932, "variable:CMAKE_XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE", true]], "cmake_xcode_scheme_enable_gpu_shader_validation": [[1299, "index-0-variable:CMAKE_XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION", false], [1335, "index-0-variable:CMAKE_XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION", false], [1933, "variable:CMAKE_XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION", true]], "cmake_xcode_scheme_environment": [[1326, "index-0-variable:CMAKE_XCODE_SCHEME_ENVIRONMENT", false], [1934, "variable:CMAKE_XCODE_SCHEME_ENVIRONMENT", true]], "cmake_xcode_scheme_guard_malloc": [[1302, "index-0-variable:CMAKE_XCODE_SCHEME_GUARD_MALLOC", false], [1935, "variable:CMAKE_XCODE_SCHEME_GUARD_MALLOC", true]], "cmake_xcode_scheme_launch_configuration": [[1303, "index-0-variable:CMAKE_XCODE_SCHEME_LAUNCH_CONFIGURATION", false], [1335, "index-0-variable:CMAKE_XCODE_SCHEME_LAUNCH_CONFIGURATION", false], [1936, "variable:CMAKE_XCODE_SCHEME_LAUNCH_CONFIGURATION", true]], "cmake_xcode_scheme_launch_mode": [[1304, "index-0-variable:CMAKE_XCODE_SCHEME_LAUNCH_MODE", false], [1335, "index-0-variable:CMAKE_XCODE_SCHEME_LAUNCH_MODE", false], [1937, "variable:CMAKE_XCODE_SCHEME_LAUNCH_MODE", true]], "cmake_xcode_scheme_main_thread_checker_stop": [[1305, "index-0-variable:CMAKE_XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP", false], [1938, "variable:CMAKE_XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP", true]], "cmake_xcode_scheme_malloc_guard_edges": [[1306, "index-0-variable:CMAKE_XCODE_SCHEME_MALLOC_GUARD_EDGES", false], [1939, "variable:CMAKE_XCODE_SCHEME_MALLOC_GUARD_EDGES", true]], "cmake_xcode_scheme_malloc_scribble": [[1307, "index-0-variable:CMAKE_XCODE_SCHEME_MALLOC_SCRIBBLE", false], [1940, "variable:CMAKE_XCODE_SCHEME_MALLOC_SCRIBBLE", true]], "cmake_xcode_scheme_malloc_stack": [[1308, "index-0-variable:CMAKE_XCODE_SCHEME_MALLOC_STACK", false], [1941, "variable:CMAKE_XCODE_SCHEME_MALLOC_STACK", true]], "cmake_xcode_scheme_thread_sanitizer": [[1309, "index-0-variable:CMAKE_XCODE_SCHEME_THREAD_SANITIZER", false], [1942, "variable:CMAKE_XCODE_SCHEME_THREAD_SANITIZER", true]], "cmake_xcode_scheme_thread_sanitizer_stop": [[1310, "index-0-variable:CMAKE_XCODE_SCHEME_THREAD_SANITIZER_STOP", false], [1943, "variable:CMAKE_XCODE_SCHEME_THREAD_SANITIZER_STOP", true]], "cmake_xcode_scheme_undefined_behaviour_sanitizer": [[1311, "index-0-variable:CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER", false], [1944, "variable:CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER", true]], "cmake_xcode_scheme_undefined_behaviour_sanitizer_stop": [[1312, "index-0-variable:CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP", false], [1945, "variable:CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP", true]], "cmake_xcode_scheme_working_directory": [[1313, "index-0-variable:CMAKE_XCODE_SCHEME_WORKING_DIRECTORY", false], [1326, "index-0-variable:CMAKE_XCODE_SCHEME_WORKING_DIRECTORY", false], [1946, "variable:CMAKE_XCODE_SCHEME_WORKING_DIRECTORY", true]], "cmake_xcode_scheme_zombie_objects": [[1314, "index-0-variable:CMAKE_XCODE_SCHEME_ZOMBIE_OBJECTS", false], [1947, "variable:CMAKE_XCODE_SCHEME_ZOMBIE_OBJECTS", true]], "cmake_xcode_xcconfig": [[1315, "index-0-variable:CMAKE_XCODE_XCCONFIG", false], [1334, "index-0-variable:CMAKE_XCODE_XCCONFIG", false], [1948, "variable:CMAKE_XCODE_XCCONFIG", true]], "cmakeaddfortransubdirectory": [[294, "module:CMakeAddFortranSubdirectory", true]], "cmakebackwardcompatibilitycxx": [[295, "module:CMakeBackwardCompatibilityCXX", true]], "cmakedependentoption": [[91, "index-0-module:CMakeDependentOption", false], [296, "module:CMakeDependentOption", true], [1332, "index-0-module:CMakeDependentOption", false]], "cmakedeterminevsservicepack": [[297, "module:CMakeDetermineVSServicePack", true], [1318, "index-0-module:CMakeDetermineVSServicePack", false]], "cmakeexpandimportedtargets": [[298, "module:CMakeExpandImportedTargets", true], [1343, "index-0-module:CMakeExpandImportedTargets", false]], "cmakefinddependencymacro": [[248, "index-0-module:CMakeFindDependencyMacro", false], [279, "index-0-module:CMakeFindDependencyMacro", false], [299, "module:CMakeFindDependencyMacro", true], [1317, "index-0-module:CMakeFindDependencyMacro", false], [1348, "index-0-module:CMakeFindDependencyMacro", false]], "cmakefindframeworks": [[300, "module:CMakeFindFrameworks", true], [733, "index-0-module:CMakeFindFrameworks", false], [733, "index-1-module:CMakeFindFrameworks", false], [1342, "index-0-module:CMakeFindFrameworks", false]], "cmakefindpackagemode": [[301, "module:CMakeFindPackageMode", true]], "cmakeforcecompiler": [[302, "module:CMakeForceCompiler", true], [1345, "index-0-module:CMakeForceCompiler", false]], "cmakegraphvizoptions": [[281, "index-0-module:CMakeGraphVizOptions", false], [287, "index-0-module:CMakeGraphVizOptions", false], [287, "index-1-module:CMakeGraphVizOptions", false], [303, "module:CMakeGraphVizOptions", true]], "cmakepackageconfighelpers": [[58, "index-0-module:CMakePackageConfigHelpers", false], [248, "index-0-module:CMakePackageConfigHelpers", false], [248, "index-1-module:CMakePackageConfigHelpers", false], [248, "index-2-module:CMakePackageConfigHelpers", false], [279, "index-0-module:CMakePackageConfigHelpers", false], [304, "module:CMakePackageConfigHelpers", true], [558, "index-0-module:CMakePackageConfigHelpers", false], [1318, "index-0-module:CMakePackageConfigHelpers", false], [1320, "index-0-module:CMakePackageConfigHelpers", false], [1323, "index-0-module:CMakePackageConfigHelpers", false], [1328, "index-0-module:CMakePackageConfigHelpers", false], [1339, "index-0-module:CMakePackageConfigHelpers", false], [1342, "index-0-module:CMakePackageConfigHelpers", false]], "cmakeparsearguments": [[20, "index-0-module:CMakeParseArguments", false], [305, "module:CMakeParseArguments", true], [1344, "index-0-module:CMakeParseArguments", false]], "cmakeprinthelpers": [[306, "module:CMakePrintHelpers", true]], "cmakeprintsysteminformation": [[307, "module:CMakePrintSystemInformation", true]], "cmakepushcheckstate": [[308, "module:CMakePushCheckState", true], [1342, "index-0-module:CMakePushCheckState", false], [1345, "index-0-module:CMakePushCheckState", false]], "cmakeverifymanifest": [[309, "module:CMakeVerifyManifest", true]], "cmp0000": [[19, "index-0-policy:CMP0000", false], [93, "index-0-policy:CMP0000", false], [560, "policy:CMP0000", true]], "cmp0001": [[561, "policy:CMP0001", true], [1417, "index-0-policy:CMP0001", false]], "cmp0002": [[562, "policy:CMP0002", true], [784, "index-0-policy:CMP0002", false]], "cmp0003": [[116, "index-0-policy:CMP0003", false], [563, "policy:CMP0003", true], [620, "index-0-policy:CMP0003", false], [620, "index-1-policy:CMP0003", false]], "cmp0004": [[116, "index-0-policy:CMP0004", false], [564, "policy:CMP0004", true]], "cmp0005": [[565, "policy:CMP0005", true]], "cmp0006": [[566, "policy:CMP0006", true]], "cmp0007": [[567, "policy:CMP0007", true]], "cmp0008": [[568, "policy:CMP0008", true]], "cmp0009": [[55, "index-0-policy:CMP0009", false], [55, "index-1-policy:CMP0009", false], [569, "policy:CMP0009", true]], "cmp0010": [[570, "policy:CMP0010", true], [613, "index-0-policy:CMP0010", false]], "cmp0011": [[23, "index-0-policy:CMP0011", false], [571, "policy:CMP0011", true]], "cmp0012": [[572, "policy:CMP0012", true]], "cmp0013": [[573, "policy:CMP0013", true]], "cmp0014": [[574, "policy:CMP0014", true]], "cmp0015": [[81, "index-0-policy:CMP0015", false], [575, "policy:CMP0015", true]], "cmp0016": [[576, "policy:CMP0016", true]], "cmp0017": [[72, "index-0-policy:CMP0017", false], [577, "policy:CMP0017", true]], "cmp0018": [[578, "policy:CMP0018", true]], "cmp0019": [[579, "policy:CMP0019", true]], "cmp0020": [[580, "policy:CMP0020", true]], "cmp0021": [[581, "policy:CMP0021", true]], "cmp0022": [[53, "index-0-policy:CMP0022", false], [53, "index-1-policy:CMP0022", false], [77, "index-0-policy:CMP0022", false], [116, "index-0-policy:CMP0022", false], [116, "index-1-policy:CMP0022", false], [116, "index-2-policy:CMP0022", false], [116, "index-3-policy:CMP0022", false], [116, "index-4-policy:CMP0022", false], [298, "index-0-policy:CMP0022", false], [582, "policy:CMP0022", true], [1103, "index-0-policy:CMP0022", false], [1103, "index-1-policy:CMP0022", false], [1143, "index-0-policy:CMP0022", false], [1144, "index-0-policy:CMP0022", false], [1147, "index-0-policy:CMP0022", false]], "cmp0023": [[583, "policy:CMP0023", true]], "cmp0024": [[584, "policy:CMP0024", true], [1317, "index-0-policy:CMP0024", false]], "cmp0025": [[585, "policy:CMP0025", true], [1317, "index-0-policy:CMP0025", false], [1783, "index-0-policy:CMP0025", false]], "cmp0026": [[586, "policy:CMP0026", true], [1317, "index-0-policy:CMP0026", false]], "cmp0027": [[587, "policy:CMP0027", true], [1317, "index-0-policy:CMP0027", false]], "cmp0028": [[116, "index-0-policy:CMP0028", false], [271, "index-0-policy:CMP0028", false], [588, "policy:CMP0028", true], [1148, "index-0-policy:CMP0028", false], [1317, "index-0-policy:CMP0028", false]], "cmp0029": [[109, "index-0-policy:CMP0029", false], [589, "policy:CMP0029", true], [1317, "index-0-policy:CMP0029", false]], "cmp0030": [[123, "index-0-policy:CMP0030", false], [590, "policy:CMP0030", true], [1317, "index-0-policy:CMP0030", false]], "cmp0031": [[85, "index-0-policy:CMP0031", false], [591, "policy:CMP0031", true], [1317, "index-0-policy:CMP0031", false]], "cmp0032": [[92, "index-0-policy:CMP0032", false], [592, "policy:CMP0032", true], [1317, "index-0-policy:CMP0032", false]], "cmp0033": [[54, "index-0-policy:CMP0033", false], [593, "policy:CMP0033", true], [633, "index-0-policy:CMP0033", false], [1317, "index-0-policy:CMP0033", false]], "cmp0034": [[124, "index-0-policy:CMP0034", false], [594, "policy:CMP0034", true], [1317, "index-0-policy:CMP0034", false]], "cmp0035": [[125, "index-0-policy:CMP0035", false], [595, "policy:CMP0035", true], [1317, "index-0-policy:CMP0035", false]], "cmp0036": [[15, "index-0-policy:CMP0036", false], [596, "policy:CMP0036", true], [1317, "index-0-policy:CMP0036", false]], "cmp0037": [[597, "policy:CMP0037", true], [1317, "index-0-policy:CMP0037", false], [1320, "index-0-policy:CMP0037", false]], "cmp0038": [[598, "policy:CMP0038", true], [1317, "index-0-policy:CMP0038", false]], "cmp0039": [[599, "policy:CMP0039", true], [1317, "index-0-policy:CMP0039", false]], "cmp0040": [[600, "policy:CMP0040", true], [1317, "index-0-policy:CMP0040", false]], "cmp0041": [[266, "index-0-policy:CMP0041", false], [601, "policy:CMP0041", true], [1317, "index-0-policy:CMP0041", false]], "cmp0042": [[602, "policy:CMP0042", true], [1088, "index-0-policy:CMP0042", false], [1163, "index-0-policy:CMP0042", false], [1317, "index-0-policy:CMP0042", false]], "cmp0043": [[603, "policy:CMP0043", true], [755, "index-0-policy:CMP0043", false], [836, "index-0-policy:CMP0043", false], [975, "index-0-policy:CMP0043", false], [1317, "index-0-policy:CMP0043", false]], "cmp0044": [[604, "policy:CMP0044", true], [1317, "index-0-policy:CMP0044", false]], "cmp0045": [[605, "policy:CMP0045", true], [1317, "index-0-policy:CMP0045", false]], "cmp0046": [[606, "policy:CMP0046", true], [1317, "index-0-policy:CMP0046", false]], "cmp0047": [[607, "policy:CMP0047", true], [1317, "index-0-policy:CMP0047", false], [1783, "index-0-policy:CMP0047", false]], "cmp0048": [[93, "index-0-policy:CMP0048", false], [608, "policy:CMP0048", true], [656, "index-0-policy:CMP0048", false], [1317, "index-0-policy:CMP0048", false]], "cmp0049": [[609, "policy:CMP0049", true], [1317, "index-0-policy:CMP0049", false]], "cmp0050": [[610, "policy:CMP0050", true], [1317, "index-0-policy:CMP0050", false]], "cmp0051": [[611, "policy:CMP0051", true], [1318, "index-0-policy:CMP0051", false]], "cmp0052": [[612, "policy:CMP0052", true], [1318, "index-0-policy:CMP0052", false]], "cmp0053": [[277, "index-0-policy:CMP0053", false], [277, "index-1-policy:CMP0053", false], [570, "index-0-policy:CMP0053", false], [613, "policy:CMP0053", true], [1318, "index-0-policy:CMP0053", false], [2037, "index-0-policy:CMP0053", false]], "cmp0054": [[71, "index-0-policy:CMP0054", false], [71, "index-1-policy:CMP0054", false], [71, "index-2-policy:CMP0054", false], [614, "policy:CMP0054", true], [1318, "index-0-policy:CMP0054", false]], "cmp0055": [[615, "policy:CMP0055", true], [1329, "index-0-policy:CMP0055", false]], "cmp0056": [[120, "index-0-policy:CMP0056", false], [616, "policy:CMP0056", true], [1329, "index-0-policy:CMP0056", false], [1783, "index-0-policy:CMP0056", false]], "cmp0057": [[617, "policy:CMP0057", true]], "cmp0058": [[2, "index-0-policy:CMP0058", false], [3, "index-0-policy:CMP0058", false], [618, "policy:CMP0058", true], [1340, "index-0-policy:CMP0058", false]], "cmp0059": [[619, "policy:CMP0059", true], [757, "index-0-policy:CMP0059", false], [1340, "index-0-policy:CMP0059", false]], "cmp0060": [[116, "index-0-policy:CMP0060", false], [620, "policy:CMP0060", true], [1340, "index-0-policy:CMP0060", false], [1673, "index-0-policy:CMP0060", false], [1783, "index-0-policy:CMP0060", false]], "cmp0061": [[14, "index-0-policy:CMP0061", false], [621, "policy:CMP0061", true], [1340, "index-0-policy:CMP0061", false]], "cmp0062": [[622, "policy:CMP0062", true], [1340, "index-0-policy:CMP0062", false]], "cmp0063": [[623, "policy:CMP0063", true], [1131, "index-0-policy:CMP0063", false], [1231, "index-0-policy:CMP0063", false], [1340, "index-0-policy:CMP0063", false]], "cmp0064": [[624, "policy:CMP0064", true], [1343, "index-0-policy:CMP0064", false]], "cmp0065": [[120, "index-0-policy:CMP0065", false], [625, "policy:CMP0065", true], [1343, "index-0-policy:CMP0065", false], [1783, "index-0-policy:CMP0065", false]], "cmp0066": [[626, "policy:CMP0066", true], [1346, "index-0-policy:CMP0066", false], [1783, "index-0-policy:CMP0066", false]], "cmp0067": [[120, "index-0-policy:CMP0067", false], [627, "policy:CMP0067", true], [1347, "index-0-policy:CMP0067", false], [1783, "index-0-policy:CMP0067", false]], "cmp0068": [[628, "policy:CMP0068", true], [965, "index-0-policy:CMP0068", false], [966, "index-0-policy:CMP0068", false], [1088, "index-0-policy:CMP0068", false], [1348, "index-0-policy:CMP0068", false]], "cmp0069": [[343, "index-0-policy:CMP0069", false], [343, "index-1-policy:CMP0069", false], [629, "policy:CMP0069", true], [1111, "index-0-policy:CMP0069", false], [1348, "index-0-policy:CMP0069", false]], "cmp0070": [[55, "index-0-policy:CMP0070", false], [55, "index-1-policy:CMP0070", false], [630, "policy:CMP0070", true], [1319, "index-0-policy:CMP0070", false]], "cmp0071": [[283, "index-0-policy:CMP0071", false], [631, "policy:CMP0071", true], [946, "index-0-policy:CMP0071", false], [1319, "index-0-policy:CMP0071", false], [1320, "index-0-policy:CMP0071", false]], "cmp0072": [[454, "index-0-policy:CMP0072", false], [632, "policy:CMP0072", true], [1320, "index-0-policy:CMP0072", false]], "cmp0073": [[633, "policy:CMP0073", true], [1321, "index-0-policy:CMP0073", false]], "cmp0074": [[56, "index-0-policy:CMP0074", false], [57, "index-0-policy:CMP0074", false], [58, "index-0-policy:CMP0074", false], [59, "index-0-policy:CMP0074", false], [60, "index-0-policy:CMP0074", false], [212, "index-0-policy:CMP0074", false], [634, "policy:CMP0074", true], [704, "index-0-policy:CMP0074", false], [1321, "index-0-policy:CMP0074", false], [2079, "index-0-policy:CMP0074", false]], "cmp0075": [[635, "policy:CMP0075", true], [1321, "index-0-policy:CMP0075", false], [1321, "index-1-policy:CMP0075", false], [1321, "index-2-policy:CMP0075", false]], "cmp0076": [[119, "index-0-policy:CMP0076", false], [636, "policy:CMP0076", true], [1322, "index-0-policy:CMP0076", false]], "cmp0077": [[91, "index-0-policy:CMP0077", false], [370, "index-0-policy:CMP0077", false], [637, "policy:CMP0077", true], [686, "index-0-policy:CMP0077", false], [686, "index-1-policy:CMP0077", false], [1322, "index-0-policy:CMP0077", false]], "cmp0078": [[555, "index-0-policy:CMP0078", false], [555, "index-1-policy:CMP0078", false], [555, "index-2-policy:CMP0078", false], [638, "policy:CMP0078", true], [1322, "index-0-policy:CMP0078", false]], "cmp0079": [[116, "index-0-policy:CMP0079", false], [639, "policy:CMP0079", true], [1322, "index-0-policy:CMP0079", false], [1322, "index-1-policy:CMP0079", false], [1323, "index-0-policy:CMP0079", false]], "cmp0080": [[640, "policy:CMP0080", true], [1322, "index-0-policy:CMP0080", false]], "cmp0081": [[641, "policy:CMP0081", true], [1322, "index-0-policy:CMP0081", false]], "cmp0082": [[77, "index-0-policy:CMP0082", false], [642, "policy:CMP0082", true], [1323, "index-0-policy:CMP0082", false], [1783, "index-0-policy:CMP0082", false]], "cmp0083": [[120, "index-0-policy:CMP0083", false], [120, "index-1-policy:CMP0083", false], [356, "index-0-policy:CMP0083", false], [356, "index-1-policy:CMP0083", false], [643, "policy:CMP0083", true], [1188, "index-0-policy:CMP0083", false], [1323, "index-0-policy:CMP0083", false]], "cmp0084": [[478, "index-0-policy:CMP0084", false], [644, "policy:CMP0084", true], [1323, "index-0-policy:CMP0084", false]], "cmp0085": [[645, "policy:CMP0085", true], [1323, "index-0-policy:CMP0085", false]], "cmp0086": [[555, "index-0-policy:CMP0086", false], [646, "policy:CMP0086", true], [1323, "index-0-policy:CMP0086", false]], "cmp0087": [[647, "policy:CMP0087", true], [1323, "index-0-policy:CMP0087", false]], "cmp0088": [[375, "index-0-policy:CMP0088", false], [648, "policy:CMP0088", true], [1323, "index-0-policy:CMP0088", false], [1323, "index-1-policy:CMP0088", false]], "cmp0089": [[649, "policy:CMP0089", true], [1324, "index-0-policy:CMP0089", false], [1783, "index-0-policy:CMP0089", false]], "cmp0090": [[53, "index-0-policy:CMP0090", false], [279, "index-0-policy:CMP0090", false], [279, "index-1-policy:CMP0090", false], [650, "policy:CMP0090", true], [1324, "index-0-policy:CMP0090", false], [1517, "index-0-policy:CMP0090", false], [1517, "index-1-policy:CMP0090", false], [1518, "index-0-policy:CMP0090", false], [1518, "index-1-policy:CMP0090", false]], "cmp0091": [[651, "policy:CMP0091", true], [1167, "index-0-policy:CMP0091", false], [1324, "index-0-policy:CMP0091", false], [1757, "index-0-policy:CMP0091", false]], "cmp0092": [[652, "policy:CMP0092", true], [1324, "index-0-policy:CMP0092", false]], "cmp0093": [[379, "index-0-policy:CMP0093", false], [653, "policy:CMP0093", true], [1324, "index-0-policy:CMP0093", false]], "cmp0094": [[473, "index-0-policy:CMP0094", false], [473, "index-1-policy:CMP0094", false], [474, "index-0-policy:CMP0094", false], [474, "index-1-policy:CMP0094", false], [475, "index-0-policy:CMP0094", false], [475, "index-1-policy:CMP0094", false], [654, "policy:CMP0094", true], [1324, "index-0-policy:CMP0094", false]], "cmp0095": [[655, "policy:CMP0095", true], [1090, "index-0-policy:CMP0095", false], [1325, "index-0-policy:CMP0095", false]], "cmp0096": [[656, "policy:CMP0096", true], [1325, "index-0-policy:CMP0096", false]], "cmp0097": [[368, "index-0-policy:CMP0097", false], [657, "policy:CMP0097", true], [1325, "index-0-policy:CMP0097", false]], "cmp0098": [[397, "index-0-policy:CMP0098", false], [658, "policy:CMP0098", true], [1326, "index-0-policy:CMP0098", false]], "cmp0099": [[274, "index-0-policy:CMP0099", false], [659, "policy:CMP0099", true], [726, "index-0-policy:CMP0099", false], [1326, "index-0-policy:CMP0099", false]], "cmp0100": [[660, "policy:CMP0100", true], [1326, "index-0-policy:CMP0100", false]], "cmp0101": [[113, "index-0-policy:CMP0101", false], [661, "policy:CMP0101", true], [1326, "index-0-policy:CMP0101", false]], "cmp0102": [[88, "index-0-policy:CMP0102", false], [662, "policy:CMP0102", true], [1783, "index-0-policy:CMP0102", false]], "cmp0103": [[663, "policy:CMP0103", true], [1327, "index-0-policy:CMP0103", false]], "cmp0104": [[664, "policy:CMP0104", true], [987, "index-0-policy:CMP0104", false], [1327, "index-0-policy:CMP0104", false], [1327, "index-1-policy:CMP0104", false], [1333, "index-0-policy:CMP0104", false], [1453, "index-0-policy:CMP0104", false]], "cmp0105": [[8, "index-0-policy:CMP0105", false], [117, "index-0-policy:CMP0105", false], [274, "index-0-policy:CMP0105", false], [665, "policy:CMP0105", true], [1152, "index-0-policy:CMP0105", false], [1152, "index-1-policy:CMP0105", false], [1327, "index-0-policy:CMP0105", false], [1333, "index-0-policy:CMP0105", false]], "cmp0106": [[366, "index-0-policy:CMP0106", false], [666, "policy:CMP0106", true], [1327, "index-0-policy:CMP0106", false]], "cmp0107": [[667, "policy:CMP0107", true], [1327, "index-0-policy:CMP0107", false]], "cmp0108": [[668, "policy:CMP0108", true], [1327, "index-0-policy:CMP0108", false]], "cmp0109": [[60, "index-0-policy:CMP0109", false], [669, "policy:CMP0109", true], [1328, "index-0-policy:CMP0109", false]], "cmp0110": [[10, "index-0-policy:CMP0110", false], [670, "policy:CMP0110", true], [1328, "index-0-policy:CMP0110", false]], "cmp0111": [[671, "policy:CMP0111", true], [1328, "index-0-policy:CMP0111", false]], "cmp0112": [[2, "index-0-policy:CMP0112", false], [3, "index-0-policy:CMP0112", false], [274, "index-0-policy:CMP0112", false], [274, "index-1-policy:CMP0112", false], [274, "index-10-policy:CMP0112", false], [274, "index-2-policy:CMP0112", false], [274, "index-3-policy:CMP0112", false], [274, "index-4-policy:CMP0112", false], [274, "index-5-policy:CMP0112", false], [274, "index-6-policy:CMP0112", false], [274, "index-7-policy:CMP0112", false], [274, "index-8-policy:CMP0112", false], [274, "index-9-policy:CMP0112", false], [672, "policy:CMP0112", true], [1328, "index-0-policy:CMP0112", false], [1783, "index-0-policy:CMP0112", false]], "cmp0113": [[673, "policy:CMP0113", true], [674, "index-0-policy:CMP0113", false], [1328, "index-0-policy:CMP0113", false]], "cmp0114": [[368, "index-0-policy:CMP0114", false], [368, "index-1-policy:CMP0114", false], [368, "index-2-policy:CMP0114", false], [368, "index-3-policy:CMP0114", false], [368, "index-4-policy:CMP0114", false], [368, "index-5-policy:CMP0114", false], [368, "index-6-policy:CMP0114", false], [674, "policy:CMP0114", true], [1328, "index-0-policy:CMP0114", false]], "cmp0115": [[675, "policy:CMP0115", true], [1206, "index-0-policy:CMP0115", false], [1330, "index-0-policy:CMP0115", false]], "cmp0116": [[2, "index-0-policy:CMP0116", false], [676, "policy:CMP0116", true], [1330, "index-0-policy:CMP0116", false], [1783, "index-0-policy:CMP0116", false]], "cmp0117": [[677, "policy:CMP0117", true], [1330, "index-0-policy:CMP0117", false]], "cmp0118": [[678, "policy:CMP0118", true], [723, "index-0-policy:CMP0118", false], [723, "index-1-policy:CMP0118", false], [843, "index-0-policy:CMP0118", false], [1206, "index-0-policy:CMP0118", false], [1330, "index-0-policy:CMP0118", false], [1341, "index-0-policy:CMP0118", false]], "cmp0119": [[679, "policy:CMP0119", true], [848, "index-0-policy:CMP0119", false], [1330, "index-0-policy:CMP0119", false]], "cmp0120": [[268, "index-0-policy:CMP0120", false], [559, "index-0-policy:CMP0120", false], [559, "index-1-policy:CMP0120", false], [680, "policy:CMP0120", true], [1330, "index-0-policy:CMP0120", false]], "cmp0121": [[681, "policy:CMP0121", true], [1331, "index-0-policy:CMP0121", false]], "cmp0122": [[555, "index-0-policy:CMP0122", false], [682, "policy:CMP0122", true], [1331, "index-0-policy:CMP0122", false]], "cmp0123": [[683, "policy:CMP0123", true], [1331, "index-0-policy:CMP0123", false]], "cmp0124": [[62, "index-0-policy:CMP0124", false], [684, "policy:CMP0124", true], [1331, "index-0-policy:CMP0124", false]], "cmp0125": [[685, "policy:CMP0125", true], [1331, "index-0-policy:CMP0125", false]], "cmp0126": [[100, "index-0-policy:CMP0126", false], [637, "index-0-policy:CMP0126", false], [685, "index-0-policy:CMP0126", false], [686, "policy:CMP0126", true], [1331, "index-0-policy:CMP0126", false], [1772, "index-0-policy:CMP0126", false], [1773, "index-0-policy:CMP0126", false], [1774, "index-0-policy:CMP0126", false], [1783, "index-0-policy:CMP0126", false]], "cmp0127": [[296, "index-0-policy:CMP0127", false], [687, "policy:CMP0127", true], [1332, "index-0-policy:CMP0127", false]], "cmp0128": [[268, "index-0-policy:CMP0128", false], [688, "policy:CMP0128", true], [989, "index-0-policy:CMP0128", false], [998, "index-0-policy:CMP0128", false], [1008, "index-0-policy:CMP0128", false], [1051, "index-0-policy:CMP0128", false], [1126, "index-0-policy:CMP0128", false], [1171, "index-0-policy:CMP0128", false], [1174, "index-0-policy:CMP0128", false], [1332, "index-0-policy:CMP0128", false], [1332, "index-1-policy:CMP0128", false], [1332, "index-2-policy:CMP0128", false], [1655, "index-0-policy:CMP0128", false], [1783, "index-0-policy:CMP0128", false]], "cmp0129": [[689, "policy:CMP0129", true], [1333, "index-0-policy:CMP0129", false], [1783, "index-0-policy:CMP0129", false]], "cmp0130": [[690, "policy:CMP0130", true], [1334, "index-0-policy:CMP0130", false]], "cmp0131": [[274, "index-0-policy:CMP0131", false], [691, "policy:CMP0131", true], [1147, "index-0-policy:CMP0131", false], [1334, "index-0-policy:CMP0131", false]], "cmp0132": [[692, "policy:CMP0132", true], [1334, "index-0-policy:CMP0132", false]], "cmp0133": [[133, "index-0-policy:CMP0133", false], [693, "policy:CMP0133", true], [1334, "index-0-policy:CMP0133", false], [1783, "index-0-policy:CMP0133", false]], "cmp0134": [[56, "index-0-policy:CMP0134", false], [56, "index-1-policy:CMP0134", false], [57, "index-0-policy:CMP0134", false], [57, "index-1-policy:CMP0134", false], [58, "index-0-policy:CMP0134", false], [58, "index-1-policy:CMP0134", false], [59, "index-0-policy:CMP0134", false], [59, "index-1-policy:CMP0134", false], [60, "index-0-policy:CMP0134", false], [60, "index-1-policy:CMP0134", false], [694, "policy:CMP0134", true]], "cmp0135": [[368, "index-0-policy:CMP0135", false], [695, "policy:CMP0135", true], [1334, "index-0-policy:CMP0135", false]], "cmp0136": [[696, "policy:CMP0136", true], [1275, "index-0-policy:CMP0136", false], [1334, "index-0-policy:CMP0136", false], [1915, "index-0-policy:CMP0136", false]], "cmp0137": [[120, "index-0-policy:CMP0137", false], [697, "policy:CMP0137", true], [1334, "index-0-policy:CMP0137", false], [1861, "index-0-policy:CMP0137", false], [1862, "index-0-policy:CMP0137", false]], "cmp0138": [[343, "index-0-policy:CMP0138", false], [698, "policy:CMP0138", true], [1334, "index-0-policy:CMP0138", false]], "cmp0139": [[699, "policy:CMP0139", true], [1334, "index-0-policy:CMP0139", false]], "cmp0140": [[98, "index-0-policy:CMP0140", false], [700, "policy:CMP0140", true], [1335, "index-0-policy:CMP0140", false]], "cmp0141": [[120, "index-0-policy:CMP0141", false], [701, "policy:CMP0141", true], [1166, "index-0-policy:CMP0141", false], [1335, "index-0-policy:CMP0141", false], [1756, "index-0-policy:CMP0141", false]], "cmp0142": [[702, "policy:CMP0142", true], [1335, "index-0-policy:CMP0142", false]], "cmp0143": [[703, "policy:CMP0143", true], [824, "index-0-policy:CMP0143", false], [1336, "index-0-policy:CMP0143", false]], "cmp0144": [[56, "index-0-policy:CMP0144", false], [56, "index-1-policy:CMP0144", false], [57, "index-0-policy:CMP0144", false], [57, "index-1-policy:CMP0144", false], [58, "index-0-policy:CMP0144", false], [58, "index-1-policy:CMP0144", false], [59, "index-0-policy:CMP0144", false], [59, "index-1-policy:CMP0144", false], [60, "index-0-policy:CMP0144", false], [60, "index-1-policy:CMP0144", false], [212, "index-0-policy:CMP0144", false], [704, "policy:CMP0144", true], [1337, "index-0-policy:CMP0144", false], [2079, "index-0-policy:CMP0144", false]], "cmp0145": [[364, "index-0-policy:CMP0145", false], [392, "index-0-policy:CMP0145", false], [705, "policy:CMP0145", true], [1337, "index-0-policy:CMP0145", false]], "cmp0146": [[382, "index-0-policy:CMP0146", false], [706, "policy:CMP0146", true], [1337, "index-0-policy:CMP0146", false]], "cmp0147": [[707, "policy:CMP0147", true], [1337, "index-0-policy:CMP0147", false]], "cmp0148": [[476, "index-0-policy:CMP0148", false], [477, "index-0-policy:CMP0148", false], [708, "policy:CMP0148", true], [1337, "index-0-policy:CMP0148", false]], "cmp0149": [[709, "policy:CMP0149", true], [1337, "index-0-policy:CMP0149", false], [1337, "index-1-policy:CMP0149", false], [1910, "index-0-policy:CMP0149", false], [1910, "index-1-policy:CMP0149", false]], "cmp0150": [[368, "index-0-policy:CMP0150", false], [710, "policy:CMP0150", true], [1337, "index-0-policy:CMP0150", false]], "cmp0151": [[711, "policy:CMP0151", true], [947, "index-0-policy:CMP0151", false]], "cmp0152": [[55, "index-0-policy:CMP0152", false], [712, "policy:CMP0152", true]], "cmp0153": [[51, "index-0-policy:CMP0153", false], [713, "policy:CMP0153", true], [1338, "index-0-policy:CMP0153", false]], "cmp0154": [[2, "index-0-policy:CMP0154", false], [2, "index-1-policy:CMP0154", false], [3, "index-0-policy:CMP0154", false], [714, "policy:CMP0154", true], [1338, "index-0-policy:CMP0154", false]], "cmp0155": [[270, "index-0-policy:CMP0155", false], [715, "policy:CMP0155", true]], "cmp0156": [[716, "policy:CMP0156", true], [739, "index-0-policy:CMP0156", false], [739, "index-1-policy:CMP0156", false], [1149, "index-0-policy:CMP0156", false], [1339, "index-0-policy:CMP0156", false], [1342, "index-0-policy:CMP0156", false]], "cmp0157": [[717, "policy:CMP0157", true], [1214, "index-0-policy:CMP0157", false], [1850, "index-0-policy:CMP0157", false]], "cmp0158": [[10, "index-0-policy:CMP0158", false], [718, "policy:CMP0158", true], [1339, "index-0-policy:CMP0158", false]], "cmp0159": [[55, "index-0-policy:CMP0159", false], [719, "policy:CMP0159", true]], "cmp0160": [[720, "policy:CMP0160", true]], "cmp0161": [[141, "index-0-policy:CMP0161", false], [721, "policy:CMP0161", true], [1339, "index-0-policy:CMP0161", false]], "cmp0162": [[722, "policy:CMP0162", true], [1270, "index-0-policy:CMP0162", false], [1341, "index-0-policy:CMP0162", false], [1907, "index-0-policy:CMP0162", false]], "cmp0163": [[678, "index-0-policy:CMP0163", false], [723, "policy:CMP0163", true], [843, "index-0-policy:CMP0163", false], [1206, "index-0-policy:CMP0163", false], [1341, "index-0-policy:CMP0163", false]], "cmp0164": [[7, "index-0-policy:CMP0164", false], [724, "policy:CMP0164", true], [1341, "index-0-policy:CMP0164", false]], "cmp0165": [[43, "index-0-policy:CMP0165", false], [725, "policy:CMP0165", true], [1341, "index-0-policy:CMP0165", false]], "cmp0166": [[274, "index-0-policy:CMP0166", false], [274, "index-1-policy:CMP0166", false], [659, "index-0-policy:CMP0166", false], [726, "policy:CMP0166", true], [1341, "index-0-policy:CMP0166", false]], "cmp0167": [[379, "index-0-policy:CMP0167", false], [727, "policy:CMP0167", true], [1341, "index-0-policy:CMP0167", false]], "cmp0168": [[287, "index-0-policy:CMP0168", false], [370, "index-0-policy:CMP0168", false], [370, "index-1-policy:CMP0168", false], [370, "index-2-policy:CMP0168", false], [370, "index-3-policy:CMP0168", false], [370, "index-4-policy:CMP0168", false], [370, "index-5-policy:CMP0168", false], [728, "policy:CMP0168", true], [1341, "index-0-policy:CMP0168", false]], "cmp0169": [[370, "index-0-policy:CMP0169", false], [729, "policy:CMP0169", true], [740, "index-0-policy:CMP0169", false], [1341, "index-0-policy:CMP0169", false], [1341, "index-1-policy:CMP0169", false]], "cmp0170": [[370, "index-0-policy:CMP0170", false], [370, "index-1-policy:CMP0170", false], [730, "policy:CMP0170", true], [1341, "index-0-policy:CMP0170", false]], "cmp0171": [[2, "index-0-policy:CMP0171", false], [731, "policy:CMP0171", true], [1342, "index-0-policy:CMP0171", false], [1342, "index-1-policy:CMP0171", false]], "cmp0172": [[143, "index-0-policy:CMP0172", false], [732, "policy:CMP0172", true], [1342, "index-0-policy:CMP0172", false], [1783, "index-0-policy:CMP0172", false]], "cmp0173": [[300, "index-0-policy:CMP0173", false], [733, "policy:CMP0173", true], [1342, "index-0-policy:CMP0173", false]], "cmp0174": [[20, "index-0-policy:CMP0174", false], [20, "index-1-policy:CMP0174", false], [734, "policy:CMP0174", true], [1342, "index-0-policy:CMP0174", false]], "cmp0175": [[2, "index-0-policy:CMP0175", false], [2, "index-1-policy:CMP0175", false], [2, "index-10-policy:CMP0175", false], [2, "index-2-policy:CMP0175", false], [2, "index-3-policy:CMP0175", false], [2, "index-4-policy:CMP0175", false], [2, "index-5-policy:CMP0175", false], [2, "index-6-policy:CMP0175", false], [2, "index-7-policy:CMP0175", false], [2, "index-8-policy:CMP0175", false], [2, "index-9-policy:CMP0175", false], [735, "policy:CMP0175", true]], "cmp0176": [[52, "index-0-policy:CMP0176", false], [736, "policy:CMP0176", true], [1342, "index-0-policy:CMP0176", false]], "cmp0177": [[737, "policy:CMP0177", true], [1342, "index-0-policy:CMP0177", false]], "cmp0178": [[367, "index-0-policy:CMP0178", false], [538, "index-0-policy:CMP0178", false], [538, "index-1-policy:CMP0178", false], [538, "index-2-policy:CMP0178", false], [538, "index-3-policy:CMP0178", false], [738, "policy:CMP0178", true], [1342, "index-0-policy:CMP0178", false]], "cmp0179": [[716, "index-0-policy:CMP0179", false], [739, "policy:CMP0179", true], [1149, "index-0-policy:CMP0179", false], [1342, "index-0-policy:CMP0179", false]], "cmp0180": [[93, "index-0-policy:CMP0180", false], [740, "policy:CMP0180", true], [1342, "index-0-policy:CMP0180", false]], "codeblocks": [[220, "generator:CodeBlocks", true], [228, "index-0-generator:CodeBlocks", false], [1319, "index-0-generator:CodeBlocks", false], [1320, "index-0-generator:CodeBlocks", false], [1347, "index-0-generator:CodeBlocks", false]], "codelite": [[221, "generator:CodeLite", true], [1317, "index-0-generator:CodeLite", false], [1346, "index-0-generator:CodeLite", false], [1347, "index-0-generator:CodeLite", false]], "comma": [[274, "genex:COMMA", true]], "command": [[0, "command:add_compile_definitions", true], [0, "index-0-command:target_compile_definitions", false], [1, "command:add_compile_options", true], [1, "index-0-command:add_compile_definitions", false], [1, "index-0-command:add_link_options", false], [1, "index-0-command:include_directories", false], [1, "index-0-command:separate_arguments", false], [1, "index-0-command:target_compile_options", false], [1, "index-1-command:add_link_options", false], [2, "command:add_custom_command", true], [2, "index-0-command:add_custom_command", false], [2, "index-0-command:add_custom_target", false], [2, "index-0-command:add_executable", false], [2, "index-0-command:add_library", false], [2, "index-0-command:configure_file", false], [2, "index-0-command:file", false], [2, "index-1-command:add_custom_target", false], [2, "index-1-command:add_executable", false], [2, "index-2-command:add_custom_target", false], [2, "index-3-command:add_custom_target", false], [3, "command:add_custom_target", true], [3, "index-0-command:add_custom_command", false], [3, "index-0-command:add_dependencies", false], [3, "index-0-command:add_executable", false], [3, "index-0-command:configure_file", false], [3, "index-0-command:file", false], [3, "index-1-command:add_custom_command", false], [3, "index-1-command:add_dependencies", false], [3, "index-2-command:add_custom_command", false], [4, "command:add_definitions", true], [4, "index-0-command:add_compile_definitions", false], [4, "index-0-command:add_compile_options", false], [4, "index-0-command:include_directories", false], [5, "command:add_dependencies", true], [5, "index-0-command:add_custom_command", false], [5, "index-0-command:add_custom_target", false], [5, "index-0-command:add_executable", false], [5, "index-0-command:add_library", false], [5, "index-1-command:add_custom_target", false], [6, "command:add_executable", true], [6, "index-0-command:add_custom_command", false], [6, "index-0-command:add_library", false], [6, "index-0-command:if", false], [6, "index-0-command:set_property", false], [6, "index-0-command:set_target_properties", false], [6, "index-0-command:target_link_libraries", false], [6, "index-0-command:target_sources", false], [7, "command:add_library", true], [7, "index-0-command:add_custom_command", false], [7, "index-0-command:add_custom_target", false], [7, "index-0-command:add_executable", false], [7, "index-0-command:add_library", false], [7, "index-0-command:find_library", false], [7, "index-0-command:if", false], [7, "index-0-command:install", false], [7, "index-0-command:set_property", false], [7, "index-0-command:set_target_properties", false], [7, "index-0-command:target_compile_definitions", false], [7, "index-0-command:target_compile_options", false], [7, "index-0-command:target_include_directories", false], [7, "index-0-command:target_link_libraries", false], [7, "index-0-command:target_link_options", false], [7, "index-0-command:target_sources", false], [7, "index-1-command:add_executable", false], [7, "index-1-command:set_property", false], [7, "index-1-command:target_link_libraries", false], [7, "index-1-command:target_sources", false], [7, "index-2-command:target_link_libraries", false], [7, "index-2-command:target_sources", false], [7, "index-3-command:target_link_libraries", false], [7, "index-4-command:target_link_libraries", false], [8, "command:add_link_options", true], [8, "index-0-command:link_libraries", false], [8, "index-0-command:separate_arguments", false], [8, "index-0-command:target_link_libraries", false], [8, "index-0-command:target_link_options", false], [8, "index-1-command:link_libraries", false], [8, "index-1-command:target_link_libraries", false], [9, "command:add_subdirectory", true], [10, "command:add_test", true], [10, "index-0-command:add_executable", false], [10, "index-0-command:enable_testing", false], [10, "index-0-command:set_property", false], [10, "index-0-command:set_tests_properties", false], [11, "command:aux_source_directory", true], [12, "command:block", true], [12, "index-0-command:block", false], [12, "index-0-command:break", false], [12, "index-0-command:cmake_policy", false], [12, "index-0-command:continue", false], [12, "index-0-command:endblock", false], [12, "index-0-command:foreach", false], [12, "index-0-command:return", false], [12, "index-0-command:set", false], [12, "index-0-command:unset", false], [12, "index-0-command:while", false], [12, "index-1-command:cmake_policy", false], [12, "index-1-command:endblock", false], [12, "index-2-command:cmake_policy", false], [12, "index-2-command:endblock", false], [13, "command:break", true], [13, "index-0-command:continue", false], [13, "index-0-command:foreach", false], [13, "index-0-command:while", false], [14, "command:build_command", true], [15, "command:build_name", true], [16, "command:cmake_file_api", true], [17, "command:cmake_host_system_information", true], [18, "command:cmake_language", true], [18, "index-0-command:add_subdirectory", false], [18, "index-0-command:fetchcontent_declare", false], [18, "index-0-command:fetchcontent_makeavailable", false], [18, "index-0-command:fetchcontent_setpopulated", false], [18, "index-0-command:find_package", false], [18, "index-0-command:function", false], [18, "index-0-command:list", false], [18, "index-0-command:macro", false], [18, "index-0-command:message", false], [18, "index-0-command:project", false], [18, "index-0-command:return", false], [18, "index-0-command:try_compile", false], [18, "index-1-command:fetchcontent_declare", false], [18, "index-1-command:fetchcontent_makeavailable", false], [18, "index-1-command:fetchcontent_setpopulated", false], [18, "index-1-command:find_package", false], [18, "index-1-command:message", false], [18, "index-2-command:fetchcontent_makeavailable", false], [18, "index-2-command:find_package", false], [18, "index-3-command:fetchcontent_makeavailable", false], [18, "index-3-command:find_package", false], [18, "index-4-command:fetchcontent_makeavailable", false], [18, "index-4-command:find_package", false], [18, "index-5-command:fetchcontent_makeavailable", false], [18, "index-5-command:find_package", false], [18, "index-6-command:find_package", false], [18, "index-7-command:find_package", false], [18, "index-8-command:find_package", false], [19, "command:cmake_minimum_required", true], [19, "index-0-command:cmake_minimum_required", false], [19, "index-0-command:cmake_policy", false], [19, "index-0-command:function", false], [19, "index-0-command:project", false], [19, "index-1-command:cmake_minimum_required", false], [19, "index-1-command:cmake_policy", false], [19, "index-2-command:cmake_minimum_required", false], [19, "index-2-command:cmake_policy", false], [19, "index-3-command:cmake_policy", false], [19, "index-4-command:cmake_policy", false], [20, "command:cmake_parse_arguments", true], [20, "index-0-command:function", false], [20, "index-0-command:install", false], [20, "index-0-command:macro", false], [20, "index-1-command:function", false], [20, "index-1-command:install", false], [20, "index-1-command:macro", false], [20, "index-2-command:function", false], [20, "index-2-command:install", false], [21, "command:cmake_path", true], [21, "index-0-command:file", false], [21, "index-0-command:set", false], [21, "index-1-command:file", false], [22, "command:cmake_pkg_config", true], [23, "command:cmake_policy", true], [23, "index-0-command:block", false], [23, "index-0-command:cmake_minimum_required", false], [23, "index-0-command:cmake_policy", false], [23, "index-0-command:find_package", false], [23, "index-0-command:function", false], [23, "index-0-command:include", false], [23, "index-0-command:macro", false], [23, "index-0-command:return", false], [23, "index-1-command:cmake_minimum_required", false], [23, "index-1-command:cmake_policy", false], [23, "index-2-command:cmake_minimum_required", false], [23, "index-2-command:cmake_policy", false], [23, "index-3-command:cmake_minimum_required", false], [23, "index-3-command:cmake_policy", false], [23, "index-4-command:cmake_minimum_required", false], [23, "index-4-command:cmake_policy", false], [23, "index-5-command:cmake_minimum_required", false], [23, "index-5-command:cmake_policy", false], [24, "command:configure_file", true], [24, "index-0-command:file", false], [24, "index-0-command:if", false], [24, "index-0-command:target_include_directories", false], [25, "command:continue", true], [25, "index-0-command:break", false], [25, "index-0-command:foreach", false], [25, "index-0-command:while", false], [26, "command:create_test_sourcelist", true], [27, "command:ctest_build", true], [27, "index-0-command:ctest_start", false], [27, "index-0-command:ctest_submit", false], [28, "command:ctest_configure", true], [28, "index-0-command:ctest_start", false], [28, "index-0-command:ctest_submit", false], [29, "command:ctest_coverage", true], [29, "index-0-command:ctest_start", false], [29, "index-0-command:ctest_submit", false], [30, "command:ctest_empty_binary_directory", true], [31, "command:ctest_memcheck", true], [31, "index-0-command:ctest_submit", false], [31, "index-0-command:ctest_test", false], [32, "command:ctest_read_custom_files", true], [33, "command:ctest_run_script", true], [34, "command:ctest_sleep", true], [35, "command:ctest_start", true], [36, "command:ctest_submit", true], [37, "command:ctest_test", true], [37, "index-0-command:ctest_start", false], [37, "index-0-command:ctest_submit", false], [38, "command:ctest_update", true], [38, "index-0-command:ctest_submit", false], [39, "command:ctest_upload", true], [40, "command:define_property", true], [40, "index-0-command:define_property", false], [40, "index-0-command:get_directory_property", false], [40, "index-0-command:get_property", false], [40, "index-0-command:get_source_file_property", false], [40, "index-0-command:get_target_property", false], [40, "index-0-command:get_test_property", false], [40, "index-0-command:set_property", false], [40, "index-1-command:get_property", false], [40, "index-1-command:set_property", false], [40, "index-2-command:get_property", false], [40, "index-2-command:set_property", false], [40, "index-3-command:get_property", false], [40, "index-3-command:set_property", false], [40, "index-4-command:get_property", false], [40, "index-5-command:get_property", false], [40, "index-6-command:get_property", false], [41, "command:else", true], [41, "index-0-command:if", false], [42, "command:elseif", true], [42, "index-0-command:if", false], [43, "command:enable_language", true], [43, "index-0-command:project", false], [43, "index-1-command:project", false], [43, "index-2-command:project", false], [44, "command:enable_testing", true], [44, "index-0-command:add_test", false], [45, "command:endblock", true], [45, "index-0-command:block", false], [45, "index-1-command:block", false], [46, "command:endforeach", true], [46, "index-0-command:foreach", false], [47, "command:endfunction", true], [47, "index-0-command:function", false], [48, "command:endif", true], [48, "index-0-command:if", false], [49, "command:endmacro", true], [49, "index-0-command:macro", false], [50, "command:endwhile", true], [50, "index-0-command:while", false], [51, "command:exec_program", true], [51, "index-0-command:execute_process", false], [51, "index-1-command:execute_process", false], [52, "command:execute_process", true], [52, "index-0-command:add_custom_command", false], [52, "index-0-command:add_custom_target", false], [53, "command:export", true], [53, "index-0-command:export", false], [53, "index-0-command:find_dependency", false], [53, "index-0-command:find_package", false], [53, "index-0-command:install", false], [53, "index-1-command:export", false], [53, "index-1-command:find_dependency", false], [53, "index-1-command:install", false], [53, "index-2-command:export", false], [53, "index-2-command:find_dependency", false], [53, "index-2-command:install", false], [53, "index-3-command:find_dependency", false], [53, "index-3-command:install", false], [53, "index-4-command:install", false], [53, "index-5-command:install", false], [54, "command:export_library_dependencies", true], [54, "index-0-command:export", false], [54, "index-0-command:install", false], [54, "index-1-command:export", false], [54, "index-1-command:install", false], [55, "command:file", true], [55, "index-0-command:add_executable", false], [55, "index-0-command:add_library", false], [55, "index-0-command:cmake_path", false], [55, "index-0-command:configure_file", false], [55, "index-0-command:file", false], [55, "index-0-command:install", false], [55, "index-0-command:string", false], [55, "index-1-command:add_library", false], [55, "index-1-command:cmake_path", false], [55, "index-1-command:configure_file", false], [55, "index-1-command:file", false], [55, "index-1-command:install", false], [55, "index-1-command:string", false], [55, "index-2-command:configure_file", false], [55, "index-2-command:file", false], [55, "index-2-command:install", false], [55, "index-2-command:string", false], [55, "index-3-command:configure_file", false], [55, "index-3-command:install", false], [55, "index-4-command:configure_file", false], [55, "index-4-command:install", false], [56, "command:find_file", true], [56, "index-0-command:find_package", false], [56, "index-0-command:function", false], [56, "index-0-command:macro", false], [56, "index-1-command:find_package", false], [56, "index-2-command:find_package", false], [56, "index-3-command:find_package", false], [57, "command:find_library", true], [57, "index-0-command:find_package", false], [57, "index-0-command:function", false], [57, "index-0-command:macro", false], [57, "index-0-command:project", false], [57, "index-1-command:find_package", false], [57, "index-1-command:project", false], [57, "index-2-command:find_package", false], [57, "index-2-command:project", false], [57, "index-3-command:find_package", false], [58, "command:find_package", true], [58, "index-0-command:cmake_policy", false], [58, "index-0-command:fetchcontent_declare", false], [58, "index-0-command:fetchcontent_makeavailable", false], [59, "command:find_path", true], [59, "index-0-command:find_package", false], [59, "index-0-command:function", false], [59, "index-0-command:macro", false], [59, "index-1-command:find_package", false], [59, "index-2-command:find_package", false], [59, "index-3-command:find_package", false], [60, "command:find_program", true], [60, "index-0-command:find_package", false], [60, "index-0-command:function", false], [60, "index-0-command:macro", false], [60, "index-1-command:find_package", false], [60, "index-2-command:find_package", false], [60, "index-3-command:find_package", false], [61, "command:fltk_wrap_ui", true], [62, "command:foreach", true], [62, "index-0-command:break", false], [62, "index-0-command:continue", false], [62, "index-0-command:endforeach", false], [62, "index-0-command:while", false], [62, "index-1-command:break", false], [62, "index-1-command:continue", false], [62, "index-1-command:endforeach", false], [63, "command:function", true], [63, "index-0-command:cmake_language", false], [63, "index-0-command:cmake_parse_arguments", false], [63, "index-0-command:cmake_policy", false], [63, "index-0-command:endfunction", false], [63, "index-0-command:macro", false], [63, "index-0-command:return", false], [63, "index-0-command:set", false], [63, "index-1-command:endfunction", false], [64, "command:get_cmake_property", true], [64, "index-0-command:get_property", false], [64, "index-0-command:install", false], [65, "command:get_directory_property", true], [65, "index-0-command:add_subdirectory", false], [65, "index-0-command:define_property", false], [65, "index-0-command:get_property", false], [65, "index-1-command:define_property", false], [66, "command:get_filename_component", true], [66, "index-0-command:cmake_path", false], [66, "index-0-command:file", false], [66, "index-0-command:separate_arguments", false], [66, "index-1-command:cmake_path", false], [67, "command:get_property", true], [67, "index-0-command:add_subdirectory", false], [67, "index-0-command:define_property", false], [67, "index-0-command:get_directory_property", false], [67, "index-0-command:get_source_file_property", false], [67, "index-0-command:get_target_property", false], [67, "index-0-command:get_test_property", false], [67, "index-0-command:set_property", false], [67, "index-1-command:add_subdirectory", false], [67, "index-1-command:define_property", false], [67, "index-2-command:define_property", false], [68, "command:get_source_file_property", true], [68, "index-0-command:add_subdirectory", false], [68, "index-0-command:define_property", false], [68, "index-0-command:get_property", false], [68, "index-0-command:set_source_files_properties", false], [68, "index-1-command:define_property", false], [68, "index-1-command:set_source_files_properties", false], [68, "index-2-command:define_property", false], [69, "command:get_target_property", true], [69, "index-0-command:define_property", false], [69, "index-0-command:get_property", false], [69, "index-0-command:set_target_properties", false], [69, "index-1-command:define_property", false], [69, "index-1-command:set_target_properties", false], [69, "index-2-command:define_property", false], [70, "command:get_test_property", true], [70, "index-0-command:add_subdirectory", false], [70, "index-0-command:define_property", false], [70, "index-0-command:get_property", false], [70, "index-1-command:define_property", false], [70, "index-2-command:define_property", false], [71, "command:if", true], [71, "index-0-command:add_custom_target", false], [71, "index-0-command:add_executable", false], [71, "index-0-command:add_library", false], [71, "index-0-command:add_test", false], [71, "index-0-command:else", false], [71, "index-0-command:elseif", false], [71, "index-0-command:endif", false], [71, "index-0-command:while", false], [71, "index-1-command:else", false], [71, "index-1-command:endif", false], [72, "command:include", true], [72, "index-0-command:cmake_policy", false], [73, "command:include_directories", true], [73, "index-0-command:target_include_directories", false], [73, "index-1-command:target_include_directories", false], [74, "command:include_external_msproject", true], [74, "index-0-command:add_dependencies", false], [75, "command:include_guard", true], [75, "index-0-command:add_subdirectory", false], [75, "index-0-command:include", false], [75, "index-0-command:return", false], [76, "command:include_regular_expression", true], [77, "command:install", true], [77, "index-0-command:add_dependencies", false], [77, "index-0-command:add_subdirectory", false], [77, "index-0-command:cmake_path", false], [77, "index-0-command:export", false], [77, "index-0-command:file", false], [77, "index-0-command:find_dependency", false], [77, "index-0-command:find_package", false], [77, "index-0-command:install", false], [77, "index-0-command:install_files", false], [77, "index-0-command:install_programs", false], [77, "index-0-command:install_targets", false], [77, "index-0-command:target_link_libraries", false], [77, "index-0-command:target_sources", false], [77, "index-1-command:add_subdirectory", false], [77, "index-1-command:export", false], [77, "index-1-command:file", false], [77, "index-1-command:find_dependency", false], [77, "index-1-command:install", false], [77, "index-1-command:install_files", false], [77, "index-1-command:install_programs", false], [77, "index-1-command:install_targets", false], [77, "index-1-command:target_sources", false], [77, "index-10-command:install", false], [77, "index-11-command:install", false], [77, "index-12-command:install", false], [77, "index-13-command:install", false], [77, "index-14-command:install", false], [77, "index-15-command:install", false], [77, "index-16-command:install", false], [77, "index-2-command:export", false], [77, "index-2-command:file", false], [77, "index-2-command:find_dependency", false], [77, "index-2-command:install", false], [77, "index-2-command:target_sources", false], [77, "index-3-command:export", false], [77, "index-3-command:install", false], [77, "index-3-command:target_sources", false], [77, "index-4-command:export", false], [77, "index-4-command:install", false], [77, "index-5-command:install", false], [77, "index-6-command:install", false], [77, "index-7-command:install", false], [77, "index-8-command:install", false], [77, "index-9-command:install", false], [78, "command:install_files", true], [78, "index-0-command:file", false], [78, "index-0-command:install", false], [78, "index-1-command:install", false], [78, "index-2-command:install", false], [79, "command:install_programs", true], [79, "index-0-command:file", false], [79, "index-0-command:install", false], [79, "index-1-command:install", false], [79, "index-2-command:install", false], [79, "index-3-command:install", false], [80, "command:install_targets", true], [80, "index-0-command:install", false], [80, "index-1-command:install", false], [81, "command:link_directories", true], [81, "index-0-command:find_library", false], [81, "index-0-command:target_link_directories", false], [81, "index-0-command:target_link_libraries", false], [81, "index-1-command:target_link_directories", false], [81, "index-1-command:target_link_libraries", false], [82, "command:link_libraries", true], [82, "index-0-command:add_executable", false], [82, "index-0-command:add_library", false], [82, "index-0-command:target_link_libraries", false], [82, "index-1-command:target_link_libraries", false], [83, "command:list", true], [83, "index-0-command:set", false], [83, "index-0-command:string", false], [83, "index-1-command:set", false], [83, "index-1-command:string", false], [83, "index-2-command:set", false], [83, "index-2-command:string", false], [83, "index-3-command:set", false], [83, "index-3-command:string", false], [83, "index-4-command:string", false], [83, "index-5-command:string", false], [83, "index-6-command:string", false], [83, "index-7-command:string", false], [83, "index-8-command:string", false], [83, "index-9-command:string", false], [84, "command:load_cache", true], [85, "command:load_command", true], [85, "index-0-command:try_compile", false], [86, "command:macro", true], [86, "index-0-command:cmake_language", false], [86, "index-0-command:cmake_parse_arguments", false], [86, "index-0-command:cmake_policy", false], [86, "index-0-command:endmacro", false], [86, "index-0-command:function", false], [86, "index-0-command:return", false], [86, "index-1-command:endmacro", false], [86, "index-1-command:function", false], [86, "index-1-command:return", false], [86, "index-2-command:endmacro", false], [87, "command:make_directory", true], [87, "index-0-command:file", false], [88, "command:mark_as_advanced", true], [89, "command:math", true], [90, "command:message", true], [90, "index-0-command:cmake_language", false], [90, "index-0-command:try_compile", false], [90, "index-0-command:try_run", false], [91, "command:option", true], [92, "command:output_required_files", true], [93, "command:project", true], [93, "index-0-command:cmake_minimum_required", false], [93, "index-0-command:fetchcontent_makeavailable", false], [93, "index-0-command:include", false], [94, "command:qt_wrap_cpp", true], [94, "index-0-command:add_custom_command", false], [95, "command:qt_wrap_ui", true], [95, "index-0-command:add_custom_command", false], [96, "command:remove", true], [96, "index-0-command:list", false], [97, "command:remove_definitions", true], [97, "index-0-command:add_definitions", false], [97, "index-1-command:add_definitions", false], [98, "command:return", true], [98, "index-0-command:block", false], [98, "index-0-command:cmake_language", false], [98, "index-0-command:find_package", false], [98, "index-0-command:function", false], [98, "index-0-command:include", false], [98, "index-0-command:macro", false], [98, "index-0-command:set", false], [98, "index-0-command:unset", false], [98, "index-1-command:block", false], [98, "index-1-command:function", false], [98, "index-2-command:block", false], [98, "index-3-command:block", false], [99, "command:separate_arguments", true], [100, "command:set", true], [100, "index-0-command:block", false], [100, "index-0-command:function", false], [100, "index-0-command:return", false], [100, "index-0-command:set", false], [100, "index-0-command:unset", false], [100, "index-1-command:block", false], [100, "index-1-command:unset", false], [100, "index-2-command:unset", false], [101, "command:set_directory_properties", true], [101, "index-0-command:define_property", false], [101, "index-0-command:get_directory_property", false], [101, "index-0-command:set_property", false], [101, "index-1-command:set_property", false], [102, "command:set_property", true], [102, "index-0-command:add_subdirectory", false], [102, "index-0-command:add_test", false], [102, "index-0-command:define_property", false], [102, "index-0-command:get_property", false], [102, "index-0-command:set_directory_properties", false], [102, "index-0-command:set_source_files_properties", false], [102, "index-0-command:set_target_properties", false], [102, "index-0-command:set_tests_properties", false], [102, "index-1-command:add_subdirectory", false], [102, "index-1-command:define_property", false], [103, "command:set_source_files_properties", true], [103, "index-0-command:add_subdirectory", false], [103, "index-0-command:define_property", false], [103, "index-0-command:get_source_file_property", false], [103, "index-0-command:set_property", false], [103, "index-1-command:get_source_file_property", false], [104, "command:set_target_properties", true], [104, "index-0-command:define_property", false], [104, "index-0-command:get_property", false], [104, "index-0-command:get_target_property", false], [104, "index-0-command:set_property", false], [104, "index-1-command:get_target_property", false], [105, "command:set_tests_properties", true], [105, "index-0-command:add_subdirectory", false], [105, "index-0-command:add_test", false], [105, "index-0-command:define_property", false], [105, "index-0-command:set_property", false], [105, "index-1-command:add_test", false], [106, "command:site_name", true], [107, "command:source_group", true], [108, "command:string", true], [108, "index-0-command:configure_file", false], [108, "index-0-command:if", false], [108, "index-0-command:list", false], [109, "command:subdir_depends", true], [110, "command:subdirs", true], [110, "index-0-command:add_subdirectory", false], [110, "index-1-command:add_subdirectory", false], [111, "command:target_compile_definitions", true], [111, "index-0-command:add_compile_definitions", false], [111, "index-0-command:add_executable", false], [111, "index-0-command:add_library", false], [111, "index-0-command:target_compile_features", false], [111, "index-0-command:target_compile_options", false], [111, "index-0-command:target_include_directories", false], [111, "index-0-command:target_link_directories", false], [111, "index-0-command:target_link_libraries", false], [111, "index-0-command:target_link_options", false], [111, "index-0-command:target_precompile_headers", false], [111, "index-0-command:target_sources", false], [112, "command:target_compile_features", true], [112, "index-0-command:add_executable", false], [112, "index-0-command:add_library", false], [112, "index-0-command:target_compile_definitions", false], [112, "index-0-command:target_compile_options", false], [112, "index-0-command:target_include_directories", false], [112, "index-0-command:target_link_directories", false], [112, "index-0-command:target_link_libraries", false], [112, "index-0-command:target_link_options", false], [112, "index-0-command:target_precompile_headers", false], [112, "index-0-command:target_sources", false], [113, "command:target_compile_options", true], [113, "index-0-command:add_compile_options", false], [113, "index-0-command:add_executable", false], [113, "index-0-command:add_library", false], [113, "index-0-command:separate_arguments", false], [113, "index-0-command:target_compile_definitions", false], [113, "index-0-command:target_compile_features", false], [113, "index-0-command:target_include_directories", false], [113, "index-0-command:target_link_directories", false], [113, "index-0-command:target_link_libraries", false], [113, "index-0-command:target_link_options", false], [113, "index-0-command:target_precompile_headers", false], [113, "index-0-command:target_sources", false], [113, "index-1-command:target_link_options", false], [114, "command:target_include_directories", true], [114, "index-0-command:add_executable", false], [114, "index-0-command:add_library", false], [114, "index-0-command:include_directories", false], [114, "index-0-command:target_compile_definitions", false], [114, "index-0-command:target_compile_features", false], [114, "index-0-command:target_compile_options", false], [114, "index-0-command:target_link_directories", false], [114, "index-0-command:target_link_libraries", false], [114, "index-0-command:target_link_options", false], [114, "index-0-command:target_precompile_headers", false], [114, "index-0-command:target_sources", false], [115, "command:target_link_directories", true], [115, "index-0-command:add_executable", false], [115, "index-0-command:add_library", false], [115, "index-0-command:find_library", false], [115, "index-0-command:link_directories", false], [115, "index-0-command:target_compile_definitions", false], [115, "index-0-command:target_compile_features", false], [115, "index-0-command:target_compile_options", false], [115, "index-0-command:target_include_directories", false], [115, "index-0-command:target_link_libraries", false], [115, "index-0-command:target_link_options", false], [115, "index-0-command:target_precompile_headers", false], [115, "index-0-command:target_sources", false], [115, "index-1-command:target_link_libraries", false], [116, "command:target_link_libraries", true], [116, "index-0-command:add_executable", false], [116, "index-0-command:add_library", false], [116, "index-0-command:target_compile_definitions", false], [116, "index-0-command:target_compile_features", false], [116, "index-0-command:target_compile_options", false], [116, "index-0-command:target_include_directories", false], [116, "index-0-command:target_link_directories", false], [116, "index-0-command:target_link_options", false], [116, "index-0-command:target_precompile_headers", false], [116, "index-0-command:target_sources", false], [116, "index-1-command:add_library", false], [116, "index-1-command:target_link_options", false], [116, "index-2-command:target_link_options", false], [117, "command:target_link_options", true], [117, "index-0-command:add_executable", false], [117, "index-0-command:add_library", false], [117, "index-0-command:link_libraries", false], [117, "index-0-command:separate_arguments", false], [117, "index-0-command:target_compile_definitions", false], [117, "index-0-command:target_compile_features", false], [117, "index-0-command:target_compile_options", false], [117, "index-0-command:target_include_directories", false], [117, "index-0-command:target_link_directories", false], [117, "index-0-command:target_link_libraries", false], [117, "index-0-command:target_precompile_headers", false], [117, "index-0-command:target_sources", false], [117, "index-1-command:target_link_libraries", false], [118, "command:target_precompile_headers", true], [118, "index-0-command:add_executable", false], [118, "index-0-command:add_library", false], [118, "index-0-command:install", false], [118, "index-0-command:target_compile_definitions", false], [118, "index-0-command:target_compile_features", false], [118, "index-0-command:target_compile_options", false], [118, "index-0-command:target_include_directories", false], [118, "index-0-command:target_link_directories", false], [118, "index-0-command:target_link_libraries", false], [118, "index-0-command:target_link_options", false], [118, "index-0-command:target_sources", false], [119, "command:target_sources", true], [119, "index-0-command:add_custom_target", false], [119, "index-0-command:add_executable", false], [119, "index-0-command:add_library", false], [119, "index-0-command:export", false], [119, "index-0-command:install", false], [119, "index-0-command:target_compile_definitions", false], [119, "index-0-command:target_compile_features", false], [119, "index-0-command:target_compile_options", false], [119, "index-0-command:target_include_directories", false], [119, "index-0-command:target_link_directories", false], [119, "index-0-command:target_link_libraries", false], [119, "index-0-command:target_link_options", false], [119, "index-0-command:target_precompile_headers", false], [119, "index-1-command:add_custom_target", false], [119, "index-1-command:add_executable", false], [119, "index-1-command:add_library", false], [119, "index-1-command:install", false], [120, "command:try_compile", true], [120, "index-0-command:add_definitions", false], [120, "index-0-command:target_link_options", false], [120, "index-0-command:try_run", false], [121, "command:try_run", true], [121, "index-0-command:if", false], [121, "index-0-command:try_compile", false], [122, "command:unset", true], [122, "index-0-command:set", false], [122, "index-1-command:set", false], [123, "command:use_mangled_mesa", true], [124, "command:utility_source", true], [125, "command:variable_requires", true], [125, "index-0-command:if", false], [126, "command:variable_watch", true], [126, "index-0-command:if", false], [126, "index-0-command:list", false], [127, "command:while", true], [127, "index-0-command:break", false], [127, "index-0-command:continue", false], [127, "index-0-command:endwhile", false], [127, "index-0-command:foreach", false], [127, "index-0-command:if", false], [127, "index-1-command:break", false], [127, "index-1-command:continue", false], [127, "index-1-command:endwhile", false], [127, "index-2-command:endwhile", false], [127, "index-3-command:endwhile", false], [128, "command:write_file", true], [128, "index-0-command:configure_file", false], [128, "index-0-command:file", false], [128, "index-1-command:file", false], [128, "index-2-command:file", false], [129, "index-0-command:install", false], [129, "index-0-command:install_files", false], [129, "index-0-command:install_programs", false], [129, "index-0-command:install_targets", false], [132, "index-0-command:set_target_properties", false], [134, "index-0-command:cpack_add_component", false], [134, "index-0-command:cpack_add_component_group", false], [134, "index-0-command:cpack_add_install_type", false], [134, "index-1-command:cpack_add_component", false], [134, "index-1-command:cpack_add_component_group", false], [134, "index-10-command:cpack_add_component", false], [134, "index-2-command:cpack_add_component", false], [134, "index-2-command:cpack_add_component_group", false], [134, "index-3-command:cpack_add_component", false], [134, "index-3-command:cpack_add_component_group", false], [134, "index-4-command:cpack_add_component", false], [134, "index-4-command:cpack_add_component_group", false], [134, "index-5-command:cpack_add_component", false], [134, "index-5-command:cpack_add_component_group", false], [134, "index-6-command:cpack_add_component", false], [134, "index-7-command:cpack_add_component", false], [134, "index-8-command:cpack_add_component", false], [134, "index-9-command:cpack_add_component", false], [135, "index-0-command:project", false], [136, "index-0-command:cpack_add_component", false], [136, "index-0-command:cpack_configure_downloads", false], [136, "index-0-command:cpack_ifw_add_package_resources", false], [136, "index-0-command:cpack_ifw_add_repository", false], [136, "index-0-command:cpack_ifw_update_repository", false], [136, "index-0-command:find_program", false], [136, "index-1-command:cpack_configure_downloads", false], [136, "index-1-command:cpack_ifw_add_repository", false], [136, "index-2-command:cpack_configure_downloads", false], [137, "index-0-command:install", false], [137, "index-1-command:install", false], [141, "index-0-command:configure_file", false], [142, "index-0-command:message", false], [143, "index-0-command:find_package", false], [150, "index-0-command:find_package", false], [150, "index-0-command:find_program", false], [161, "index-0-command:find_file", false], [161, "index-0-command:find_library", false], [161, "index-0-command:find_package", false], [161, "index-0-command:find_path", false], [166, "index-0-command:find_file", false], [166, "index-0-command:find_path", false], [167, "index-0-command:file", false], [167, "index-0-command:install", false], [167, "index-1-command:file", false], [167, "index-1-command:install", false], [173, "index-0-command:find_library", false], [178, "index-0-command:find_file", false], [178, "index-0-command:find_library", false], [178, "index-0-command:find_package", false], [178, "index-0-command:find_path", false], [178, "index-0-command:find_program", false], [179, "index-0-command:find_program", false], [181, "index-0-command:file", false], [181, "index-1-command:file", false], [181, "index-2-command:file", false], [182, "index-0-command:file", false], [182, "index-1-command:file", false], [182, "index-2-command:file", false], [212, "index-0-command:find_package", false], [212, "index-1-command:find_package", false], [212, "index-2-command:find_package", false], [220, "index-0-command:project", false], [221, "index-0-command:project", false], [230, "index-0-command:add_custom_command", false], [230, "index-0-command:add_custom_target", false], [231, "index-0-command:project", false], [246, "index-0-command:enable_language", false], [246, "index-0-command:project", false], [248, "index-0-command:add_custom_command", false], [248, "index-0-command:add_executable", false], [248, "index-0-command:add_library", false], [248, "index-0-command:cmake_minimum_required", false], [248, "index-0-command:configure_file", false], [248, "index-0-command:configure_package_config_file", false], [248, "index-0-command:export", false], [248, "index-0-command:find_package", false], [248, "index-0-command:include", false], [248, "index-0-command:install", false], [248, "index-0-command:project", false], [248, "index-0-command:set_property", false], [248, "index-0-command:target_include_directories", false], [248, "index-0-command:target_link_libraries", false], [248, "index-0-command:write_basic_package_version_file", false], [248, "index-1-command:add_custom_command", false], [248, "index-1-command:add_executable", false], [248, "index-1-command:add_library", false], [248, "index-1-command:cmake_minimum_required", false], [248, "index-1-command:export", false], [248, "index-1-command:find_package", false], [248, "index-1-command:install", false], [248, "index-1-command:project", false], [248, "index-1-command:target_include_directories", false], [248, "index-2-command:add_custom_command", false], [248, "index-2-command:find_package", false], [248, "index-2-command:install", false], [248, "index-3-command:find_package", false], [248, "index-3-command:install", false], [248, "index-4-command:find_package", false], [248, "index-4-command:install", false], [248, "index-5-command:install", false], [248, "index-6-command:install", false], [248, "index-7-command:install", false], [248, "index-8-command:install", false], [249, "index-0-command:add_executable", false], [249, "index-0-command:cmake_minimum_required", false], [249, "index-0-command:configure_file", false], [249, "index-0-command:project", false], [249, "index-0-command:set", false], [249, "index-0-command:target_include_directories", false], [249, "index-1-command:add_executable", false], [249, "index-1-command:cmake_minimum_required", false], [249, "index-1-command:configure_file", false], [249, "index-1-command:project", false], [249, "index-1-command:target_include_directories", false], [249, "index-2-command:add_executable", false], [249, "index-2-command:cmake_minimum_required", false], [249, "index-2-command:configure_file", false], [249, "index-2-command:project", false], [249, "index-3-command:add_executable", false], [249, "index-3-command:cmake_minimum_required", false], [249, "index-3-command:configure_file", false], [249, "index-3-command:project", false], [249, "index-4-command:configure_file", false], [249, "index-4-command:project", false], [249, "index-5-command:configure_file", false], [250, "index-0-command:configure_file", false], [250, "index-0-command:configure_package_config_file", false], [250, "index-0-command:find_package", false], [250, "index-0-command:install", false], [250, "index-0-command:target_include_directories", false], [250, "index-0-command:write_basic_package_version_file", false], [250, "index-1-command:find_package", false], [250, "index-1-command:target_include_directories", false], [251, "index-0-command:cmake_minimum_required", false], [251, "index-0-command:set", false], [251, "index-0-command:target_compile_definitions", false], [251, "index-0-command:target_compile_options", false], [251, "index-0-command:target_include_directories", false], [251, "index-0-command:target_link_libraries", false], [251, "index-1-command:cmake_minimum_required", false], [251, "index-1-command:target_compile_options", false], [251, "index-2-command:cmake_minimum_required", false], [252, "index-0-command:enable_testing", false], [252, "index-0-command:include", false], [253, "index-0-command:target_compile_definitions", false], [253, "index-1-command:target_compile_definitions", false], [253, "index-2-command:target_compile_definitions", false], [254, "index-0-command:add_library", false], [254, "index-0-command:set", false], [254, "index-0-command:target_compile_definitions", false], [254, "index-0-command:target_compile_features", false], [254, "index-0-command:target_compile_options", false], [254, "index-0-command:target_include_directories", false], [254, "index-0-command:target_link_directories", false], [254, "index-0-command:target_link_libraries", false], [254, "index-0-command:target_link_options", false], [254, "index-0-command:target_precompile_headers", false], [254, "index-0-command:target_sources", false], [254, "index-1-command:target_compile_features", false], [254, "index-1-command:target_include_directories", false], [254, "index-1-command:target_link_libraries", false], [254, "index-2-command:target_include_directories", false], [254, "index-2-command:target_link_libraries", false], [254, "index-3-command:target_include_directories", false], [255, "index-0-command:target_link_libraries", false], [256, "index-0-command:add_library", false], [256, "index-0-command:add_subdirectory", false], [256, "index-0-command:if", false], [256, "index-0-command:option", false], [256, "index-0-command:target_compile_definitions", false], [256, "index-0-command:target_include_directories", false], [256, "index-0-command:target_link_libraries", false], [256, "index-0-command:target_sources", false], [256, "index-1-command:add_library", false], [256, "index-1-command:add_subdirectory", false], [256, "index-1-command:if", false], [256, "index-1-command:option", false], [256, "index-1-command:target_compile_definitions", false], [256, "index-1-command:target_include_directories", false], [256, "index-1-command:target_link_libraries", false], [256, "index-2-command:add_library", false], [256, "index-2-command:add_subdirectory", false], [256, "index-2-command:if", false], [256, "index-2-command:option", false], [256, "index-2-command:target_include_directories", false], [256, "index-2-command:target_link_libraries", false], [256, "index-3-command:add_library", false], [257, "index-0-command:add_test", false], [257, "index-0-command:enable_testing", false], [257, "index-0-command:function", false], [257, "index-0-command:install", false], [257, "index-0-command:set_tests_properties", false], [257, "index-1-command:add_test", false], [257, "index-1-command:enable_testing", false], [257, "index-1-command:install", false], [257, "index-2-command:add_test", false], [257, "index-3-command:add_test", false], [260, "index-0-command:add_library", false], [260, "index-0-command:option", false], [262, "index-0-command:add_library", false], [262, "index-0-command:install", false], [262, "index-0-command:option", false], [262, "index-1-command:install", false], [263, "index-0-command:add_executable", false], [263, "index-0-command:add_library", false], [263, "index-0-command:cmake_language", false], [263, "index-0-command:fetchcontent_declare", false], [263, "index-0-command:fetchcontent_makeavailable", false], [263, "index-0-command:find_package", false], [263, "index-0-command:include", false], [263, "index-0-command:project", false], [263, "index-0-command:target_link_libraries", false], [263, "index-1-command:fetchcontent_declare", false], [263, "index-1-command:fetchcontent_makeavailable", false], [263, "index-1-command:find_package", false], [263, "index-10-command:find_package", false], [263, "index-11-command:find_package", false], [263, "index-12-command:find_package", false], [263, "index-13-command:find_package", false], [263, "index-14-command:find_package", false], [263, "index-15-command:find_package", false], [263, "index-16-command:find_package", false], [263, "index-17-command:find_package", false], [263, "index-18-command:find_package", false], [263, "index-19-command:find_package", false], [263, "index-2-command:fetchcontent_makeavailable", false], [263, "index-2-command:find_package", false], [263, "index-20-command:find_package", false], [263, "index-21-command:find_package", false], [263, "index-22-command:find_package", false], [263, "index-3-command:find_package", false], [263, "index-4-command:find_package", false], [263, "index-5-command:find_package", false], [263, "index-6-command:find_package", false], [263, "index-7-command:find_package", false], [263, "index-8-command:find_package", false], [263, "index-9-command:find_package", false], [265, "index-0-command:set", false], [265, "index-1-command:set", false], [266, "index-0-command:add_compile_definitions", false], [266, "index-0-command:add_compile_options", false], [266, "index-0-command:add_custom_command", false], [266, "index-0-command:add_custom_target", false], [266, "index-0-command:add_executable", false], [266, "index-0-command:add_library", false], [266, "index-0-command:export", false], [266, "index-0-command:file", false], [266, "index-0-command:include_directories", false], [266, "index-0-command:install", false], [266, "index-0-command:target_compile_definitions", false], [266, "index-0-command:target_compile_features", false], [266, "index-0-command:target_compile_options", false], [266, "index-0-command:target_include_directories", false], [266, "index-0-command:target_link_directories", false], [266, "index-0-command:target_link_libraries", false], [266, "index-0-command:target_link_options", false], [266, "index-0-command:target_precompile_headers", false], [266, "index-0-command:target_sources", false], [266, "index-1-command:add_custom_command", false], [266, "index-1-command:add_executable", false], [266, "index-1-command:add_library", false], [266, "index-1-command:install", false], [266, "index-1-command:target_compile_definitions", false], [266, "index-1-command:target_compile_options", false], [266, "index-1-command:target_include_directories", false], [266, "index-1-command:target_link_libraries", false], [266, "index-1-command:target_sources", false], [266, "index-10-command:add_library", false], [266, "index-2-command:add_custom_command", false], [266, "index-2-command:add_executable", false], [266, "index-2-command:add_library", false], [266, "index-2-command:install", false], [266, "index-2-command:target_compile_definitions", false], [266, "index-2-command:target_compile_options", false], [266, "index-2-command:target_include_directories", false], [266, "index-2-command:target_link_libraries", false], [266, "index-2-command:target_sources", false], [266, "index-3-command:add_custom_command", false], [266, "index-3-command:add_executable", false], [266, "index-3-command:add_library", false], [266, "index-3-command:install", false], [266, "index-3-command:target_compile_definitions", false], [266, "index-3-command:target_compile_options", false], [266, "index-3-command:target_include_directories", false], [266, "index-3-command:target_link_libraries", false], [266, "index-3-command:target_sources", false], [266, "index-4-command:add_executable", false], [266, "index-4-command:add_library", false], [266, "index-4-command:target_include_directories", false], [266, "index-4-command:target_link_libraries", false], [266, "index-5-command:add_executable", false], [266, "index-5-command:add_library", false], [266, "index-5-command:target_link_libraries", false], [266, "index-6-command:add_executable", false], [266, "index-6-command:add_library", false], [266, "index-6-command:target_link_libraries", false], [266, "index-7-command:add_library", false], [266, "index-7-command:target_link_libraries", false], [266, "index-8-command:add_library", false], [266, "index-8-command:target_link_libraries", false], [266, "index-9-command:add_library", false], [266, "index-9-command:target_link_libraries", false], [268, "index-0-command:target_compile_features", false], [268, "index-0-command:target_compile_options", false], [268, "index-0-command:target_include_directories", false], [268, "index-0-command:target_link_libraries", false], [268, "index-1-command:target_compile_features", false], [268, "index-2-command:target_compile_features", false], [268, "index-3-command:target_compile_features", false], [268, "index-4-command:target_compile_features", false], [269, "index-0-command:message", false], [269, "index-0-command:try_compile", false], [269, "index-0-command:try_run", false], [269, "index-1-command:message", false], [269, "index-1-command:try_compile", false], [269, "index-2-command:try_compile", false], [269, "index-3-command:try_compile", false], [271, "index-0-command:add_library", false], [271, "index-0-command:cmake_host_system_information", false], [271, "index-0-command:find_file", false], [271, "index-0-command:find_library", false], [271, "index-0-command:find_package", false], [271, "index-0-command:find_package_handle_standard_args", false], [271, "index-0-command:find_path", false], [271, "index-0-command:find_program", false], [271, "index-0-command:message", false], [271, "index-0-command:target_link_libraries", false], [271, "index-1-command:find_library", false], [271, "index-1-command:find_package", false], [271, "index-1-command:find_path", false], [271, "index-1-command:find_program", false], [271, "index-2-command:find_library", false], [271, "index-2-command:find_package", false], [271, "index-2-command:find_path", false], [271, "index-3-command:find_library", false], [271, "index-3-command:find_package", false], [271, "index-3-command:find_path", false], [271, "index-4-command:find_package", false], [271, "index-5-command:find_package", false], [271, "index-6-command:find_package", false], [273, "index-0-command:add_custom_target", false], [273, "index-0-command:add_dependencies", false], [273, "index-0-command:add_executable", false], [273, "index-0-command:add_library", false], [273, "index-0-command:add_subdirectory", false], [273, "index-0-command:cmake_file_api", false], [273, "index-0-command:cmake_minimum_required", false], [273, "index-0-command:file", false], [273, "index-0-command:install", false], [273, "index-0-command:project", false], [273, "index-0-command:source_group", false], [273, "index-0-command:subdirs", false], [273, "index-0-command:target_compile_definitions", false], [273, "index-0-command:target_include_directories", false], [273, "index-0-command:target_link_libraries", false], [273, "index-0-command:target_precompile_headers", false], [273, "index-0-command:target_sources", false], [273, "index-1-command:add_custom_target", false], [273, "index-1-command:add_executable", false], [273, "index-1-command:add_library", false], [273, "index-1-command:file", false], [273, "index-1-command:install", false], [273, "index-1-command:project", false], [273, "index-1-command:source_group", false], [273, "index-1-command:target_link_libraries", false], [273, "index-1-command:target_precompile_headers", false], [273, "index-1-command:target_sources", false], [273, "index-10-command:install", false], [273, "index-11-command:install", false], [273, "index-12-command:install", false], [273, "index-13-command:install", false], [273, "index-14-command:install", false], [273, "index-15-command:install", false], [273, "index-16-command:install", false], [273, "index-17-command:install", false], [273, "index-18-command:install", false], [273, "index-19-command:install", false], [273, "index-2-command:file", false], [273, "index-2-command:install", false], [273, "index-2-command:project", false], [273, "index-20-command:install", false], [273, "index-3-command:file", false], [273, "index-3-command:install", false], [273, "index-4-command:file", false], [273, "index-4-command:install", false], [273, "index-5-command:file", false], [273, "index-5-command:install", false], [273, "index-6-command:file", false], [273, "index-6-command:install", false], [273, "index-7-command:file", false], [273, "index-7-command:install", false], [273, "index-8-command:file", false], [273, "index-8-command:install", false], [273, "index-9-command:file", false], [273, "index-9-command:install", false], [274, "index-0-command:add_custom_command", false], [274, "index-0-command:add_custom_target", false], [274, "index-0-command:add_executable", false], [274, "index-0-command:add_library", false], [274, "index-0-command:cmake_path", false], [274, "index-0-command:export", false], [274, "index-0-command:file", false], [274, "index-0-command:install", false], [274, "index-0-command:link_libraries", false], [274, "index-0-command:list", false], [274, "index-0-command:message", false], [274, "index-0-command:string", false], [274, "index-0-command:target_compile_definitions", false], [274, "index-0-command:target_include_directories", false], [274, "index-0-command:target_link_libraries", false], [274, "index-1-command:add_custom_command", false], [274, "index-1-command:add_custom_target", false], [274, "index-1-command:add_library", false], [274, "index-1-command:cmake_path", false], [274, "index-1-command:file", false], [274, "index-1-command:install", false], [274, "index-1-command:link_libraries", false], [274, "index-1-command:list", false], [274, "index-1-command:target_link_libraries", false], [274, "index-2-command:add_custom_command", false], [274, "index-2-command:add_custom_target", false], [274, "index-2-command:cmake_path", false], [274, "index-2-command:install", false], [274, "index-2-command:list", false], [274, "index-2-command:target_link_libraries", false], [274, "index-3-command:add_custom_command", false], [274, "index-3-command:add_custom_target", false], [274, "index-3-command:cmake_path", false], [274, "index-3-command:install", false], [274, "index-3-command:list", false], [274, "index-3-command:target_link_libraries", false], [274, "index-4-command:install", false], [274, "index-4-command:list", false], [274, "index-4-command:target_link_libraries", false], [274, "index-5-command:install", false], [274, "index-5-command:list", false], [274, "index-6-command:install", false], [274, "index-6-command:list", false], [274, "index-7-command:list", false], [274, "index-8-command:list", false], [277, "index-0-command:add_subdirectory", false], [277, "index-0-command:block", false], [277, "index-0-command:break", false], [277, "index-0-command:cmake_parse_arguments", false], [277, "index-0-command:continue", false], [277, "index-0-command:else", false], [277, "index-0-command:elseif", false], [277, "index-0-command:endforeach", false], [277, "index-0-command:endfunction", false], [277, "index-0-command:endif", false], [277, "index-0-command:endmacro", false], [277, "index-0-command:endwhile", false], [277, "index-0-command:foreach", false], [277, "index-0-command:function", false], [277, "index-0-command:if", false], [277, "index-0-command:include", false], [277, "index-0-command:macro", false], [277, "index-0-command:set", false], [277, "index-0-command:unset", false], [277, "index-0-command:while", false], [277, "index-1-command:function", false], [277, "index-1-command:if", false], [277, "index-1-command:macro", false], [277, "index-1-command:set", false], [277, "index-1-command:unset", false], [277, "index-2-command:function", false], [277, "index-2-command:if", false], [277, "index-2-command:set", false], [277, "index-2-command:unset", false], [277, "index-3-command:set", false], [278, "index-0-command:find_package", false], [278, "index-0-command:include", false], [279, "index-0-command:export", false], [279, "index-0-command:find_package", false], [279, "index-0-command:install", false], [279, "index-0-command:target_link_libraries", false], [279, "index-1-command:export", false], [279, "index-1-command:find_package", false], [279, "index-1-command:install", false], [279, "index-1-command:target_link_libraries", false], [279, "index-10-command:find_package", false], [279, "index-11-command:find_package", false], [279, "index-12-command:find_package", false], [279, "index-13-command:find_package", false], [279, "index-14-command:find_package", false], [279, "index-15-command:find_package", false], [279, "index-16-command:find_package", false], [279, "index-17-command:find_package", false], [279, "index-18-command:find_package", false], [279, "index-19-command:find_package", false], [279, "index-2-command:export", false], [279, "index-2-command:find_package", false], [279, "index-2-command:install", false], [279, "index-3-command:export", false], [279, "index-3-command:find_package", false], [279, "index-3-command:install", false], [279, "index-4-command:export", false], [279, "index-4-command:find_package", false], [279, "index-5-command:export", false], [279, "index-5-command:find_package", false], [279, "index-6-command:export", false], [279, "index-6-command:find_package", false], [279, "index-7-command:find_package", false], [279, "index-8-command:find_package", false], [279, "index-9-command:find_package", false], [280, "index-0-command:cmake_minimum_required", false], [280, "index-0-command:cmake_policy", false], [280, "index-0-command:find_package", false], [280, "index-0-command:if", false], [280, "index-0-command:include", false], [280, "index-1-command:cmake_policy", false], [283, "index-0-command:add_custom_command", false], [283, "index-0-command:add_custom_target", false], [283, "index-1-command:add_custom_target", false], [283, "index-2-command:add_custom_target", false], [285, "index-0-command:enable_language", false], [285, "index-0-command:find_library", false], [285, "index-0-command:find_package", false], [285, "index-0-command:project", false], [285, "index-0-command:try_compile", false], [285, "index-1-command:find_package", false], [285, "index-1-command:project", false], [285, "index-1-command:try_compile", false], [285, "index-2-command:project", false], [285, "index-3-command:project", false], [287, "index-0-command:cmake_language", false], [287, "index-0-command:find_package", false], [287, "index-0-command:message", false], [287, "index-0-command:set", false], [287, "index-0-command:try_compile", false], [287, "index-0-command:try_run", false], [287, "index-1-command:cmake_language", false], [287, "index-1-command:find_package", false], [287, "index-1-command:message", false], [287, "index-1-command:set", false], [287, "index-1-command:try_compile", false], [287, "index-1-command:try_run", false], [287, "index-2-command:message", false], [287, "index-2-command:try_compile", false], [287, "index-3-command:message", false], [287, "index-3-command:try_compile", false], [290, "index-0-command:add_test", false], [290, "index-0-command:build_command", false], [290, "index-0-command:ctest_build", false], [290, "index-0-command:ctest_configure", false], [290, "index-0-command:ctest_coverage", false], [290, "index-0-command:ctest_memcheck", false], [290, "index-0-command:ctest_start", false], [290, "index-0-command:ctest_submit", false], [290, "index-0-command:ctest_test", false], [290, "index-0-command:ctest_update", false], [290, "index-0-command:enable_testing", false], [290, "index-0-command:site_name", false], [290, "index-1-command:ctest_submit", false], [290, "index-1-command:ctest_test", false], [290, "index-2-command:ctest_submit", false], [290, "index-2-command:ctest_test", false], [290, "index-3-command:ctest_test", false], [290, "index-4-command:ctest_test", false], [291, "index-0-command:set_property", false], [292, "command:android_add_test_data", true], [293, "index-0-command:install", false], [293, "index-0-command:message", false], [293, "index-1-command:install", false], [296, "command:cmake_dependent_option", true], [298, "index-0-command:try_compile", false], [298, "index-0-command:try_run", false], [298, "index-1-command:try_compile", false], [298, "index-1-command:try_run", false], [299, "command:find_dependency", true], [299, "index-0-command:find_package", false], [299, "index-0-command:return", false], [299, "index-1-command:find_package", false], [299, "index-1-command:return", false], [299, "index-2-command:find_package", false], [299, "index-3-command:find_package", false], [299, "index-4-command:find_package", false], [299, "index-5-command:find_package", false], [304, "command:configure_package_config_file", true], [304, "command:generate_apple_architecture_selection_file", true], [304, "command:generate_apple_platform_selection_file", true], [304, "command:write_basic_package_version_file", true], [304, "index-0-command:configure_file", false], [304, "index-0-command:configure_package_config_file", false], [304, "index-0-command:export", false], [304, "index-0-command:find_dependency", false], [304, "index-0-command:find_package", false], [304, "index-0-command:install", false], [304, "index-0-command:set", false], [304, "index-0-command:write_basic_package_version_file", false], [304, "index-1-command:configure_file", false], [304, "index-1-command:find_package", false], [304, "index-1-command:install", false], [304, "index-2-command:configure_file", false], [304, "index-2-command:find_package", false], [304, "index-3-command:configure_file", false], [304, "index-4-command:configure_file", false], [305, "index-0-command:cmake_parse_arguments", false], [310, "index-0-command:find_program", false], [310, "index-0-command:install", false], [310, "index-0-command:install_files", false], [310, "index-0-command:install_programs", false], [310, "index-0-command:install_targets", false], [310, "index-0-command:option", false], [310, "index-0-command:project", false], [310, "index-1-command:find_program", false], [310, "index-1-command:install", false], [310, "index-1-command:project", false], [310, "index-2-command:find_program", false], [310, "index-2-command:install", false], [310, "index-2-command:project", false], [310, "index-3-command:project", false], [310, "index-4-command:project", false], [313, "command:cpack_add_component", true], [313, "command:cpack_add_component_group", true], [313, "command:cpack_add_install_type", true], [313, "command:cpack_configure_downloads", true], [313, "index-0-command:get_cmake_property", false], [313, "index-0-command:install", false], [313, "index-0-command:list", false], [313, "index-1-command:install", false], [318, "command:cpack_ifw_add_package_resources", true], [318, "command:cpack_ifw_add_repository", true], [318, "command:cpack_ifw_configure_component", true], [318, "command:cpack_ifw_configure_component_group", true], [318, "command:cpack_ifw_update_repository", true], [318, "index-0-command:cpack_add_component", false], [318, "index-0-command:cpack_add_component_group", false], [318, "index-1-command:cpack_add_component", false], [318, "index-1-command:cpack_add_component_group", false], [318, "index-2-command:cpack_add_component", false], [318, "index-2-command:cpack_add_component_group", false], [318, "index-3-command:cpack_add_component", false], [318, "index-4-command:cpack_add_component", false], [319, "command:cpack_ifw_configure_file", true], [319, "index-0-command:configure_file", false], [325, "command:csharp_get_dependentupon_name", true], [325, "command:csharp_get_filename_key_base", true], [325, "command:csharp_get_filename_keys", true], [325, "command:csharp_set_designer_cs_properties", true], [325, "command:csharp_set_windows_forms_properties", true], [325, "command:csharp_set_xaml_cs_properties", true], [325, "index-0-command:add_executable", false], [325, "index-0-command:add_library", false], [325, "index-0-command:csharp_get_dependentupon_name", false], [325, "index-0-command:csharp_get_filename_key_base", false], [325, "index-0-command:csharp_get_filename_keys", false], [325, "index-0-command:csharp_set_designer_cs_properties", false], [325, "index-0-command:csharp_set_windows_forms_properties", false], [325, "index-0-command:csharp_set_xaml_cs_properties", false], [325, "index-1-command:csharp_set_windows_forms_properties", false], [327, "command:ctest_coverage_collect_gcov", true], [327, "index-0-command:ctest_submit", false], [330, "command:check_c_compiler_flag", true], [330, "index-0-command:check_compiler_flag", false], [330, "index-0-command:try_compile", false], [330, "index-1-command:try_compile", false], [330, "index-2-command:try_compile", false], [330, "index-3-command:try_compile", false], [331, "command:check_c_source_compiles", true], [331, "index-0-command:check_source_compiles", false], [331, "index-0-command:check_source_runs", false], [331, "index-0-command:try_compile", false], [331, "index-1-command:try_compile", false], [331, "index-2-command:try_compile", false], [331, "index-3-command:try_compile", false], [332, "command:check_c_source_runs", true], [332, "index-0-command:check_source_runs", false], [332, "index-0-command:try_compile", false], [332, "index-1-command:try_compile", false], [332, "index-2-command:try_compile", false], [333, "command:check_cxx_compiler_flag", true], [333, "index-0-command:check_compiler_flag", false], [333, "index-0-command:try_compile", false], [333, "index-1-command:try_compile", false], [333, "index-2-command:try_compile", false], [333, "index-3-command:try_compile", false], [334, "command:check_cxx_source_compiles", true], [334, "index-0-command:check_source_compiles", false], [334, "index-0-command:check_source_runs", false], [334, "index-0-command:try_compile", false], [334, "index-1-command:try_compile", false], [334, "index-2-command:try_compile", false], [334, "index-3-command:try_compile", false], [335, "command:check_cxx_source_runs", true], [335, "index-0-command:check_source_runs", false], [335, "index-0-command:try_compile", false], [335, "index-1-command:try_compile", false], [335, "index-2-command:try_compile", false], [336, "command:check_cxx_symbol_exists", true], [336, "index-0-command:check_symbol_exists", false], [336, "index-0-command:try_compile", false], [336, "index-1-command:try_compile", false], [336, "index-2-command:try_compile", false], [337, "command:check_compiler_flag", true], [337, "index-0-command:try_compile", false], [337, "index-1-command:try_compile", false], [337, "index-2-command:try_compile", false], [337, "index-3-command:try_compile", false], [338, "command:check_fortran_compiler_flag", true], [338, "index-0-command:check_compiler_flag", false], [338, "index-0-command:try_compile", false], [338, "index-1-command:try_compile", false], [338, "index-2-command:try_compile", false], [338, "index-3-command:try_compile", false], [339, "command:check_fortran_function_exists", true], [339, "index-0-command:try_compile", false], [339, "index-1-command:try_compile", false], [339, "index-2-command:try_compile", false], [340, "command:check_fortran_source_compiles", true], [340, "index-0-command:check_source_compiles", false], [340, "index-0-command:check_source_runs", false], [340, "index-0-command:try_compile", false], [340, "index-1-command:try_compile", false], [340, "index-2-command:try_compile", false], [340, "index-3-command:try_compile", false], [341, "command:check_fortran_source_runs", true], [341, "index-0-command:check_source_runs", false], [341, "index-0-command:try_compile", false], [341, "index-1-command:try_compile", false], [341, "index-2-command:try_compile", false], [342, "command:check_function_exists", true], [342, "index-0-command:try_compile", false], [342, "index-1-command:try_compile", false], [342, "index-2-command:try_compile", false], [343, "command:check_ipo_supported", true], [344, "command:check_include_file", true], [344, "index-0-command:try_compile", false], [344, "index-1-command:try_compile", false], [344, "index-2-command:try_compile", false], [345, "command:check_include_file_cxx", true], [345, "index-0-command:try_compile", false], [345, "index-1-command:try_compile", false], [345, "index-2-command:try_compile", false], [346, "command:check_include_files", true], [346, "index-0-command:try_compile", false], [346, "index-1-command:try_compile", false], [346, "index-2-command:try_compile", false], [347, "command:check_language", true], [347, "index-0-command:enable_language", false], [347, "index-0-command:project", false], [348, "command:check_library_exists", true], [348, "index-0-command:try_compile", false], [348, "index-1-command:try_compile", false], [348, "index-2-command:try_compile", false], [349, "command:check_linker_flag", true], [349, "index-0-command:check_source_compiles", false], [349, "index-0-command:target_link_options", false], [349, "index-0-command:try_compile", false], [350, "command:check_objc_compiler_flag", true], [350, "index-0-command:check_compiler_flag", false], [350, "index-0-command:try_compile", false], [350, "index-1-command:try_compile", false], [350, "index-2-command:try_compile", false], [350, "index-3-command:try_compile", false], [351, "command:check_objc_source_compiles", true], [351, "index-0-command:check_source_compiles", false], [351, "index-0-command:check_source_runs", false], [351, "index-0-command:try_compile", false], [351, "index-1-command:try_compile", false], [351, "index-2-command:try_compile", false], [351, "index-3-command:try_compile", false], [352, "command:check_objc_source_runs", true], [352, "index-0-command:check_source_runs", false], [352, "index-0-command:try_compile", false], [352, "index-1-command:try_compile", false], [352, "index-2-command:try_compile", false], [353, "command:check_objcxx_compiler_flag", true], [353, "index-0-command:check_compiler_flag", false], [353, "index-0-command:try_compile", false], [353, "index-1-command:try_compile", false], [353, "index-2-command:try_compile", false], [353, "index-3-command:try_compile", false], [354, "command:check_objcxx_source_compiles", true], [354, "index-0-command:check_source_compiles", false], [354, "index-0-command:check_source_runs", false], [354, "index-0-command:try_compile", false], [354, "index-1-command:try_compile", false], [354, "index-2-command:try_compile", false], [354, "index-3-command:try_compile", false], [355, "command:check_objcxx_source_runs", true], [355, "index-0-command:check_source_runs", false], [355, "index-0-command:try_compile", false], [355, "index-1-command:try_compile", false], [355, "index-2-command:try_compile", false], [356, "command:check_pie_supported", true], [357, "command:check_prototype_definition", true], [357, "index-0-command:try_compile", false], [357, "index-1-command:try_compile", false], [357, "index-2-command:try_compile", false], [358, "command:check_source_compiles", true], [358, "index-0-command:check_source_runs", false], [358, "index-0-command:try_compile", false], [358, "index-1-command:try_compile", false], [358, "index-2-command:try_compile", false], [358, "index-3-command:try_compile", false], [359, "command:check_source_runs", true], [359, "index-0-command:try_compile", false], [359, "index-1-command:try_compile", false], [359, "index-2-command:try_compile", false], [360, "command:check_struct_has_member", true], [360, "index-0-command:try_compile", false], [360, "index-1-command:try_compile", false], [360, "index-2-command:try_compile", false], [361, "command:check_symbol_exists", true], [361, "index-0-command:try_compile", false], [361, "index-1-command:try_compile", false], [361, "index-2-command:try_compile", false], [362, "command:check_type_size", true], [362, "index-0-command:try_compile", false], [362, "index-1-command:try_compile", false], [362, "index-2-command:try_compile", false], [363, "command:check_variable_exists", true], [363, "index-0-command:try_compile", false], [363, "index-1-command:try_compile", false], [367, "command:externaldata_add_target", true], [367, "command:externaldata_add_test", true], [367, "command:externaldata_expand_arguments", true], [367, "index-0-command:add_test", false], [367, "index-0-command:file", false], [367, "index-1-command:add_test", false], [368, "command:externalproject_add", true], [368, "command:externalproject_add_step", true], [368, "command:externalproject_add_stepdependencies", true], [368, "command:externalproject_add_steptargets", true], [368, "command:externalproject_get_property", true], [368, "index-0-command:add_custom_command", false], [368, "index-0-command:add_dependencies", false], [368, "index-0-command:externalproject_add", false], [368, "index-0-command:externalproject_add_step", false], [368, "index-0-command:externalproject_add_steptargets", false], [368, "index-0-command:externalproject_get_property", false], [368, "index-0-command:file", false], [368, "index-0-command:install", false], [368, "index-0-command:set", false], [368, "index-1-command:add_custom_command", false], [368, "index-1-command:add_dependencies", false], [368, "index-1-command:externalproject_add", false], [368, "index-1-command:externalproject_add_step", false], [368, "index-1-command:externalproject_add_steptargets", false], [368, "index-1-command:externalproject_get_property", false], [368, "index-1-command:file", false], [368, "index-10-command:externalproject_add", false], [368, "index-2-command:add_custom_command", false], [368, "index-2-command:externalproject_add", false], [368, "index-2-command:externalproject_add_step", false], [368, "index-2-command:externalproject_add_steptargets", false], [368, "index-2-command:file", false], [368, "index-3-command:add_custom_command", false], [368, "index-3-command:externalproject_add", false], [368, "index-3-command:externalproject_add_step", false], [368, "index-3-command:externalproject_add_steptargets", false], [368, "index-3-command:file", false], [368, "index-4-command:add_custom_command", false], [368, "index-4-command:externalproject_add", false], [368, "index-4-command:externalproject_add_steptargets", false], [368, "index-4-command:file", false], [368, "index-5-command:externalproject_add", false], [368, "index-5-command:file", false], [368, "index-6-command:externalproject_add", false], [368, "index-6-command:file", false], [368, "index-7-command:externalproject_add", false], [368, "index-8-command:externalproject_add", false], [368, "index-9-command:externalproject_add", false], [369, "command:add_feature_info", true], [369, "command:feature_summary", true], [369, "command:print_disabled_features", true], [369, "command:print_enabled_features", true], [369, "command:set_feature_info", true], [369, "command:set_package_info", true], [369, "command:set_package_properties", true], [369, "index-0-command:feature_summary", false], [369, "index-0-command:find_package", false], [369, "index-1-command:feature_summary", false], [370, "command:fetchcontent_declare", true], [370, "command:fetchcontent_getproperties", true], [370, "command:fetchcontent_makeavailable", true], [370, "command:fetchcontent_populate", true], [370, "command:fetchcontent_setpopulated", true], [370, "index-0-command:add_subdirectory", false], [370, "index-0-command:externalproject_add", false], [370, "index-0-command:fetchcontent_declare", false], [370, "index-0-command:fetchcontent_getproperties", false], [370, "index-0-command:fetchcontent_makeavailable", false], [370, "index-0-command:fetchcontent_populate", false], [370, "index-0-command:file", false], [370, "index-0-command:find_package", false], [370, "index-0-command:include", false], [370, "index-0-command:project", false], [370, "index-1-command:add_subdirectory", false], [370, "index-1-command:externalproject_add", false], [370, "index-1-command:fetchcontent_declare", false], [370, "index-1-command:fetchcontent_getproperties", false], [370, "index-1-command:fetchcontent_makeavailable", false], [370, "index-1-command:fetchcontent_populate", false], [370, "index-1-command:find_package", false], [370, "index-1-command:include", false], [370, "index-1-command:project", false], [370, "index-10-command:fetchcontent_declare", false], [370, "index-10-command:fetchcontent_makeavailable", false], [370, "index-10-command:find_package", false], [370, "index-11-command:fetchcontent_declare", false], [370, "index-11-command:fetchcontent_makeavailable", false], [370, "index-11-command:find_package", false], [370, "index-12-command:fetchcontent_declare", false], [370, "index-12-command:fetchcontent_makeavailable", false], [370, "index-12-command:find_package", false], [370, "index-13-command:fetchcontent_declare", false], [370, "index-13-command:fetchcontent_makeavailable", false], [370, "index-13-command:find_package", false], [370, "index-14-command:fetchcontent_declare", false], [370, "index-14-command:fetchcontent_makeavailable", false], [370, "index-14-command:find_package", false], [370, "index-15-command:fetchcontent_declare", false], [370, "index-15-command:fetchcontent_makeavailable", false], [370, "index-15-command:find_package", false], [370, "index-16-command:fetchcontent_declare", false], [370, "index-16-command:fetchcontent_makeavailable", false], [370, "index-16-command:find_package", false], [370, "index-17-command:fetchcontent_makeavailable", false], [370, "index-17-command:find_package", false], [370, "index-18-command:fetchcontent_makeavailable", false], [370, "index-18-command:find_package", false], [370, "index-19-command:fetchcontent_makeavailable", false], [370, "index-19-command:find_package", false], [370, "index-2-command:add_subdirectory", false], [370, "index-2-command:externalproject_add", false], [370, "index-2-command:fetchcontent_declare", false], [370, "index-2-command:fetchcontent_getproperties", false], [370, "index-2-command:fetchcontent_makeavailable", false], [370, "index-2-command:fetchcontent_populate", false], [370, "index-2-command:find_package", false], [370, "index-20-command:fetchcontent_makeavailable", false], [370, "index-20-command:find_package", false], [370, "index-21-command:fetchcontent_makeavailable", false], [370, "index-21-command:find_package", false], [370, "index-22-command:fetchcontent_makeavailable", false], [370, "index-22-command:find_package", false], [370, "index-3-command:add_subdirectory", false], [370, "index-3-command:externalproject_add", false], [370, "index-3-command:fetchcontent_declare", false], [370, "index-3-command:fetchcontent_getproperties", false], [370, "index-3-command:fetchcontent_makeavailable", false], [370, "index-3-command:fetchcontent_populate", false], [370, "index-3-command:find_package", false], [370, "index-4-command:add_subdirectory", false], [370, "index-4-command:externalproject_add", false], [370, "index-4-command:fetchcontent_declare", false], [370, "index-4-command:fetchcontent_makeavailable", false], [370, "index-4-command:fetchcontent_populate", false], [370, "index-4-command:find_package", false], [370, "index-5-command:add_subdirectory", false], [370, "index-5-command:externalproject_add", false], [370, "index-5-command:fetchcontent_declare", false], [370, "index-5-command:fetchcontent_makeavailable", false], [370, "index-5-command:find_package", false], [370, "index-6-command:externalproject_add", false], [370, "index-6-command:fetchcontent_declare", false], [370, "index-6-command:fetchcontent_makeavailable", false], [370, "index-6-command:find_package", false], [370, "index-7-command:externalproject_add", false], [370, "index-7-command:fetchcontent_declare", false], [370, "index-7-command:fetchcontent_makeavailable", false], [370, "index-7-command:find_package", false], [370, "index-8-command:fetchcontent_declare", false], [370, "index-8-command:fetchcontent_makeavailable", false], [370, "index-8-command:find_package", false], [370, "index-9-command:fetchcontent_declare", false], [370, "index-9-command:fetchcontent_makeavailable", false], [370, "index-9-command:find_package", false], [375, "index-0-command:find_package", false], [378, "index-0-command:configure_file", false], [379, "index-0-command:add_definitions", false], [379, "index-0-command:find_package", false], [379, "index-0-command:target_link_libraries", false], [379, "index-1-command:find_package", false], [379, "index-1-command:target_link_libraries", false], [379, "index-2-command:find_package", false], [382, "index-0-command:add_executable", false], [382, "index-0-command:add_library", false], [382, "index-0-command:enable_language", false], [382, "index-0-command:find_package", false], [382, "index-0-command:include_directories", false], [382, "index-0-command:project", false], [382, "index-0-command:set_target_properties", false], [382, "index-0-command:target_link_libraries", false], [382, "index-1-command:find_package", false], [382, "index-1-command:target_link_libraries", false], [382, "index-2-command:target_link_libraries", false], [382, "index-3-command:target_link_libraries", false], [383, "index-0-command:find_program", false], [383, "index-1-command:find_program", false], [384, "index-0-command:find_package", false], [389, "command:cxxtest_add_test", true], [391, "index-0-command:find_package", false], [391, "index-1-command:find_package", false], [394, "command:doxygen_add_docs", true], [394, "index-0-command:add_custom_target", false], [394, "index-0-command:add_executable", false], [394, "index-0-command:add_library", false], [394, "index-0-command:file", false], [394, "index-0-command:find_package", false], [394, "index-0-command:get_filename_component", false], [394, "index-1-command:add_custom_target", false], [396, "command:env_module", true], [396, "command:env_module_avail", true], [396, "command:env_module_list", true], [396, "command:env_module_swap", true], [397, "index-0-command:find_package", false], [409, "index-0-command:find_package", false], [410, "index-0-command:gtest_add_tests", false], [410, "index-0-command:gtest_discover_tests", false], [410, "index-1-command:gtest_add_tests", false], [424, "index-0-command:find_package", false], [424, "index-1-command:find_package", false], [429, "index-0-command:find_package", false], [446, "index-0-command:try_run", false], [447, "command:matlab_add_mex", true], [447, "command:matlab_add_unit_test", true], [447, "command:matlab_extract_all_installed_versions_from_registry", true], [447, "command:matlab_get_all_valid_matlab_roots_from_registry", true], [447, "command:matlab_get_mex_suffix", true], [447, "command:matlab_get_release_name_from_version", true], [447, "command:matlab_get_version_from_matlab_run", true], [447, "command:matlab_get_version_from_release_name", true], [447, "index-0-command:add_executable", false], [447, "index-0-command:add_library", false], [447, "index-0-command:add_test", false], [447, "index-0-command:cmake_host_system_information", false], [447, "index-0-command:find_package", false], [447, "index-0-command:matlab_add_mex", false], [447, "index-0-command:matlab_add_unit_test", false], [447, "index-0-command:matlab_extract_all_installed_versions_from_registry", false], [447, "index-0-command:matlab_get_all_valid_matlab_roots_from_registry", false], [447, "index-0-command:matlab_get_mex_suffix", false], [447, "index-0-command:matlab_get_release_name_from_version", false], [447, "index-0-command:matlab_get_version_from_matlab_run", false], [447, "index-0-command:matlab_get_version_from_release_name", false], [447, "index-1-command:add_executable", false], [447, "index-1-command:add_library", false], [447, "index-1-command:cmake_host_system_information", false], [447, "index-1-command:find_package", false], [447, "index-1-command:matlab_add_mex", false], [447, "index-1-command:matlab_add_unit_test", false], [447, "index-1-command:matlab_extract_all_installed_versions_from_registry", false], [447, "index-1-command:matlab_get_all_valid_matlab_roots_from_registry", false], [447, "index-1-command:matlab_get_release_name_from_version", false], [447, "index-1-command:matlab_get_version_from_release_name", false], [447, "index-2-command:find_package", false], [447, "index-2-command:matlab_get_release_name_from_version", false], [447, "index-3-command:find_package", false], [447, "index-4-command:find_package", false], [447, "index-5-command:find_package", false], [457, "index-0-command:find_package", false], [458, "index-0-command:cmake_minimum_required", false], [458, "index-0-command:find_library", false], [462, "command:find_package_check_version", true], [462, "command:find_package_handle_standard_args", true], [462, "index-0-command:find_package", false], [462, "index-0-command:message", false], [462, "index-1-command:find_package", false], [462, "index-2-command:find_package", false], [462, "index-3-command:find_package", false], [462, "index-4-command:find_package", false], [462, "index-5-command:find_package", false], [469, "command:pkg_check_modules", true], [469, "command:pkg_get_variable", true], [469, "command:pkg_search_module", true], [469, "index-0-command:find_program", false], [469, "index-0-command:pkg_check_modules", false], [469, "index-0-command:pkg_get_variable", false], [469, "index-0-command:pkg_search_module", false], [469, "index-0-command:target_link_libraries", false], [469, "index-1-command:pkg_check_modules", false], [469, "index-1-command:pkg_get_variable", false], [469, "index-1-command:pkg_search_module", false], [469, "index-2-command:pkg_check_modules", false], [472, "command:protobuf_generate", true], [472, "command:protobuf_generate_cpp", true], [472, "command:protobuf_generate_python", true], [472, "index-0-command:add_executable", false], [472, "index-0-command:add_library", false], [472, "index-0-command:find_package", false], [473, "index-0-command:add_library", false], [473, "index-0-command:find_package", false], [474, "index-0-command:add_library", false], [474, "index-0-command:find_package", false], [475, "index-0-command:add_library", false], [475, "index-0-command:find_package", false], [480, "index-0-command:if", false], [480, "index-0-command:target_link_libraries", false], [492, "index-0-command:find_package", false], [492, "index-1-command:find_package", false], [497, "index-0-command:find_package", false], [507, "command:xctest_add_bundle", true], [507, "command:xctest_add_test", true], [532, "index-0-command:find_package", false], [534, "command:fortrancinterface_header", true], [534, "command:fortrancinterface_verify", true], [535, "command:gnuinstalldirs_get_absolute_install_dir", true], [535, "index-0-command:install", false], [535, "index-1-command:install", false], [537, "index-0-command:file", false], [538, "command:gtest_add_tests", true], [538, "command:gtest_discover_tests", true], [538, "index-0-command:add_test", false], [538, "index-0-command:execute_process", false], [538, "index-0-command:gtest_add_tests", false], [538, "index-0-command:gtest_discover_tests", false], [538, "index-1-command:gtest_add_tests", false], [538, "index-1-command:gtest_discover_tests", false], [538, "index-2-command:gtest_add_tests", false], [539, "index-0-command:install", false], [539, "index-1-command:install", false], [539, "index-2-command:install", false], [540, "index-0-command:set_property", false], [541, "index-0-command:cmake_host_system_information", false], [544, "command:test_big_endian", true], [551, "command:add_jar", true], [551, "command:create_javadoc", true], [551, "command:create_javah", true], [551, "command:export_jars", true], [551, "command:find_jar", true], [551, "command:install_jar", true], [551, "command:install_jar_exports", true], [551, "command:install_jni_symlink", true], [551, "index-0-command:export", false], [551, "index-0-command:install", false], [551, "index-0-command:target_link_libraries", false], [555, "command:swig_add_library", true], [555, "command:swig_link_libraries", true], [555, "index-0-command:add_library", false], [555, "index-0-command:swig_add_library", false], [555, "index-0-command:target_link_libraries", false], [555, "index-1-command:add_library", false], [555, "index-1-command:target_link_libraries", false], [555, "index-2-command:target_link_libraries", false], [555, "index-3-command:target_link_libraries", false], [558, "index-0-command:write_basic_package_version_file", false], [560, "index-0-command:cmake_minimum_required", false], [560, "index-0-command:cmake_policy", false], [560, "index-1-command:cmake_minimum_required", false], [561, "index-0-command:cmake_minimum_required", false], [561, "index-0-command:cmake_policy", false], [561, "index-1-command:cmake_policy", false], [562, "index-0-command:add_custom_target", false], [562, "index-0-command:add_executable", false], [562, "index-0-command:add_library", false], [562, "index-0-command:cmake_minimum_required", false], [562, "index-0-command:cmake_policy", false], [563, "index-0-command:cmake_minimum_required", false], [563, "index-0-command:cmake_policy", false], [564, "index-0-command:add_executable", false], [564, "index-0-command:add_library", false], [564, "index-0-command:cmake_minimum_required", false], [564, "index-0-command:cmake_policy", false], [565, "index-0-command:cmake_minimum_required", false], [565, "index-0-command:cmake_policy", false], [566, "index-0-command:cmake_minimum_required", false], [566, "index-0-command:cmake_policy", false], [566, "index-0-command:install", false], [566, "index-1-command:install", false], [567, "index-0-command:cmake_minimum_required", false], [567, "index-0-command:cmake_policy", false], [568, "index-0-command:cmake_minimum_required", false], [568, "index-0-command:cmake_policy", false], [569, "index-0-command:cmake_minimum_required", false], [569, "index-0-command:cmake_policy", false], [569, "index-0-command:file", false], [569, "index-1-command:file", false], [570, "index-0-command:cmake_minimum_required", false], [570, "index-0-command:cmake_policy", false], [571, "index-0-command:cmake_minimum_required", false], [571, "index-0-command:cmake_policy", false], [571, "index-0-command:find_package", false], [571, "index-0-command:include", false], [571, "index-1-command:cmake_policy", false], [571, "index-1-command:find_package", false], [571, "index-1-command:include", false], [571, "index-2-command:find_package", false], [571, "index-2-command:include", false], [572, "index-0-command:cmake_minimum_required", false], [572, "index-0-command:cmake_policy", false], [572, "index-0-command:if", false], [572, "index-1-command:if", false], [573, "index-0-command:cmake_minimum_required", false], [573, "index-0-command:cmake_policy", false], [574, "index-0-command:add_subdirectory", false], [574, "index-0-command:cmake_minimum_required", false], [574, "index-0-command:cmake_policy", false], [574, "index-0-command:subdirs", false], [574, "index-1-command:cmake_policy", false], [575, "index-0-command:cmake_minimum_required", false], [575, "index-0-command:cmake_policy", false], [575, "index-0-command:include_directories", false], [575, "index-0-command:link_directories", false], [575, "index-1-command:link_directories", false], [575, "index-2-command:link_directories", false], [576, "index-0-command:cmake_minimum_required", false], [576, "index-0-command:cmake_policy", false], [576, "index-0-command:target_link_libraries", false], [576, "index-1-command:target_link_libraries", false], [577, "index-0-command:cmake_minimum_required", false], [577, "index-0-command:cmake_policy", false], [577, "index-0-command:find_package", false], [577, "index-0-command:include", false], [578, "index-0-command:cmake_minimum_required", false], [578, "index-0-command:cmake_policy", false], [579, "index-0-command:cmake_minimum_required", false], [579, "index-0-command:cmake_policy", false], [580, "index-0-command:cmake_minimum_required", false], [580, "index-0-command:cmake_policy", false], [581, "index-0-command:cmake_minimum_required", false], [581, "index-0-command:cmake_policy", false], [582, "index-0-command:cmake_minimum_required", false], [582, "index-0-command:cmake_policy", false], [582, "index-0-command:install", false], [582, "index-0-command:target_link_libraries", false], [582, "index-1-command:target_link_libraries", false], [583, "index-0-command:cmake_minimum_required", false], [583, "index-0-command:cmake_policy", false], [583, "index-0-command:target_link_libraries", false], [583, "index-1-command:target_link_libraries", false], [583, "index-2-command:target_link_libraries", false], [583, "index-3-command:target_link_libraries", false], [583, "index-4-command:target_link_libraries", false], [584, "index-0-command:cmake_minimum_required", false], [584, "index-0-command:cmake_policy", false], [584, "index-0-command:export", false], [584, "index-0-command:include", false], [584, "index-1-command:export", false], [584, "index-2-command:export", false], [584, "index-3-command:export", false], [584, "index-4-command:export", false], [585, "index-0-command:cmake_minimum_required", false], [585, "index-0-command:cmake_policy", false], [585, "index-0-command:enable_language", false], [585, "index-0-command:project", false], [586, "index-0-command:cmake_minimum_required", false], [586, "index-0-command:cmake_policy", false], [586, "index-0-command:file", false], [587, "index-0-command:cmake_minimum_required", false], [587, "index-0-command:cmake_policy", false], [587, "index-0-command:target_link_libraries", false], [588, "index-0-command:cmake_minimum_required", false], [588, "index-0-command:cmake_policy", false], [588, "index-0-command:target_link_libraries", false], [589, "index-0-command:cmake_minimum_required", false], [589, "index-0-command:cmake_policy", false], [589, "index-0-command:subdir_depends", false], [590, "index-0-command:cmake_minimum_required", false], [590, "index-0-command:cmake_policy", false], [590, "index-0-command:use_mangled_mesa", false], [591, "index-0-command:cmake_minimum_required", false], [591, "index-0-command:cmake_policy", false], [591, "index-0-command:function", false], [591, "index-0-command:load_command", false], [591, "index-0-command:macro", false], [592, "index-0-command:cmake_minimum_required", false], [592, "index-0-command:cmake_policy", false], [592, "index-0-command:output_required_files", false], [593, "index-0-command:cmake_minimum_required", false], [593, "index-0-command:cmake_policy", false], [593, "index-0-command:export", false], [593, "index-0-command:export_library_dependencies", false], [593, "index-0-command:install", false], [594, "index-0-command:add_custom_command", false], [594, "index-0-command:add_executable", false], [594, "index-0-command:cmake_minimum_required", false], [594, "index-0-command:cmake_policy", false], [594, "index-0-command:utility_source", false], [595, "index-0-command:cmake_minimum_required", false], [595, "index-0-command:cmake_policy", false], [595, "index-0-command:if", false], [595, "index-0-command:variable_requires", false], [596, "index-0-command:build_name", false], [596, "index-0-command:cmake_minimum_required", false], [596, "index-0-command:cmake_policy", false], [597, "index-0-command:add_custom_target", false], [597, "index-0-command:add_executable", false], [597, "index-0-command:add_library", false], [597, "index-0-command:cmake_minimum_required", false], [597, "index-0-command:cmake_policy", false], [598, "index-0-command:cmake_minimum_required", false], [598, "index-0-command:cmake_policy", false], [598, "index-0-command:target_link_libraries", false], [599, "index-0-command:cmake_minimum_required", false], [599, "index-0-command:cmake_policy", false], [599, "index-0-command:target_link_libraries", false], [600, "index-0-command:add_custom_command", false], [600, "index-0-command:cmake_minimum_required", false], [600, "index-0-command:cmake_policy", false], [600, "index-1-command:add_custom_command", false], [600, "index-2-command:add_custom_command", false], [601, "index-0-command:cmake_minimum_required", false], [601, "index-0-command:cmake_policy", false], [602, "index-0-command:cmake_minimum_required", false], [602, "index-0-command:cmake_policy", false], [603, "index-0-command:cmake_minimum_required", false], [603, "index-0-command:cmake_policy", false], [603, "index-0-command:target_compile_definitions", false], [604, "index-0-command:cmake_minimum_required", false], [604, "index-0-command:cmake_policy", false], [605, "index-0-command:cmake_minimum_required", false], [605, "index-0-command:cmake_policy", false], [605, "index-0-command:get_target_property", false], [606, "index-0-command:add_dependencies", false], [606, "index-0-command:cmake_minimum_required", false], [606, "index-0-command:cmake_policy", false], [606, "index-1-command:add_dependencies", false], [607, "index-0-command:cmake_minimum_required", false], [607, "index-0-command:cmake_policy", false], [607, "index-0-command:enable_language", false], [607, "index-0-command:project", false], [608, "index-0-command:cmake_minimum_required", false], [608, "index-0-command:cmake_policy", false], [608, "index-0-command:project", false], [608, "index-1-command:project", false], [608, "index-2-command:project", false], [608, "index-3-command:project", false], [608, "index-4-command:project", false], [609, "index-0-command:cmake_minimum_required", false], [609, "index-0-command:cmake_policy", false], [610, "index-0-command:add_custom_command", false], [610, "index-0-command:cmake_minimum_required", false], [610, "index-0-command:cmake_policy", false], [610, "index-1-command:add_custom_command", false], [611, "index-0-command:cmake_minimum_required", false], [611, "index-0-command:cmake_policy", false], [611, "index-0-command:file", false], [611, "index-0-command:string", false], [612, "index-0-command:cmake_minimum_required", false], [612, "index-0-command:cmake_policy", false], [613, "index-0-command:cmake_minimum_required", false], [613, "index-0-command:cmake_policy", false], [613, "index-0-command:configure_file", false], [613, "index-0-command:string", false], [614, "index-0-command:cmake_minimum_required", false], [614, "index-0-command:cmake_policy", false], [614, "index-0-command:if", false], [614, "index-1-command:if", false], [615, "index-0-command:break", false], [615, "index-0-command:cmake_minimum_required", false], [615, "index-0-command:cmake_policy", false], [615, "index-1-command:break", false], [615, "index-2-command:break", false], [616, "index-0-command:cmake_minimum_required", false], [616, "index-0-command:cmake_policy", false], [616, "index-0-command:try_compile", false], [616, "index-1-command:try_compile", false], [617, "index-0-command:cmake_minimum_required", false], [617, "index-0-command:cmake_policy", false], [617, "index-0-command:if", false], [618, "index-0-command:add_custom_command", false], [618, "index-0-command:add_custom_target", false], [618, "index-0-command:cmake_minimum_required", false], [618, "index-0-command:cmake_policy", false], [619, "index-0-command:add_definitions", false], [619, "index-0-command:cmake_minimum_required", false], [619, "index-0-command:cmake_policy", false], [620, "index-0-command:cmake_minimum_required", false], [620, "index-0-command:cmake_policy", false], [620, "index-0-command:find_library", false], [620, "index-0-command:target_link_libraries", false], [620, "index-1-command:find_library", false], [621, "index-0-command:build_command", false], [621, "index-0-command:cmake_minimum_required", false], [621, "index-0-command:cmake_policy", false], [621, "index-0-command:ctest_build", false], [622, "index-0-command:cmake_minimum_required", false], [622, "index-0-command:cmake_policy", false], [622, "index-0-command:export", false], [622, "index-0-command:install", false], [622, "index-1-command:export", false], [622, "index-1-command:install", false], [622, "index-2-command:export", false], [622, "index-2-command:install", false], [622, "index-3-command:export", false], [622, "index-4-command:export", false], [623, "index-0-command:cmake_minimum_required", false], [623, "index-0-command:cmake_policy", false], [624, "index-0-command:add_test", false], [624, "index-0-command:cmake_minimum_required", false], [624, "index-0-command:cmake_policy", false], [624, "index-0-command:if", false], [624, "index-1-command:if", false], [625, "index-0-command:cmake_minimum_required", false], [625, "index-0-command:cmake_policy", false], [626, "index-0-command:cmake_minimum_required", false], [626, "index-0-command:cmake_policy", false], [626, "index-0-command:try_compile", false], [626, "index-1-command:try_compile", false], [627, "index-0-command:cmake_minimum_required", false], [627, "index-0-command:cmake_policy", false], [627, "index-0-command:try_compile", false], [627, "index-1-command:try_compile", false], [628, "index-0-command:cmake_minimum_required", false], [628, "index-0-command:cmake_policy", false], [629, "index-0-command:cmake_minimum_required", false], [629, "index-0-command:cmake_policy", false], [630, "index-0-command:cmake_minimum_required", false], [630, "index-0-command:cmake_policy", false], [630, "index-0-command:file", false], [631, "index-0-command:cmake_minimum_required", false], [631, "index-0-command:cmake_policy", false], [632, "index-0-command:cmake_minimum_required", false], [632, "index-0-command:cmake_policy", false], [633, "index-0-command:cmake_minimum_required", false], [633, "index-0-command:cmake_policy", false], [633, "index-0-command:export_library_dependencies", false], [634, "index-0-command:cmake_minimum_required", false], [634, "index-0-command:cmake_policy", false], [634, "index-0-command:find_package", false], [634, "index-1-command:find_package", false], [635, "index-0-command:cmake_minimum_required", false], [635, "index-0-command:cmake_policy", false], [636, "index-0-command:cmake_minimum_required", false], [636, "index-0-command:cmake_policy", false], [636, "index-0-command:target_sources", false], [636, "index-1-command:target_sources", false], [637, "index-0-command:cmake_minimum_required", false], [637, "index-0-command:cmake_policy", false], [637, "index-0-command:option", false], [637, "index-0-command:set", false], [637, "index-1-command:option", false], [637, "index-2-command:option", false], [637, "index-3-command:option", false], [637, "index-4-command:option", false], [637, "index-5-command:option", false], [637, "index-6-command:option", false], [637, "index-7-command:option", false], [638, "index-0-command:cmake_minimum_required", false], [638, "index-0-command:cmake_policy", false], [639, "index-0-command:cmake_minimum_required", false], [639, "index-0-command:cmake_policy", false], [639, "index-0-command:target_link_libraries", false], [639, "index-1-command:target_link_libraries", false], [639, "index-2-command:target_link_libraries", false], [639, "index-3-command:target_link_libraries", false], [639, "index-4-command:target_link_libraries", false], [639, "index-5-command:target_link_libraries", false], [640, "index-0-command:cmake_minimum_required", false], [640, "index-0-command:cmake_policy", false], [641, "index-0-command:cmake_minimum_required", false], [641, "index-0-command:cmake_policy", false], [642, "index-0-command:add_subdirectory", false], [642, "index-0-command:cmake_minimum_required", false], [642, "index-0-command:cmake_policy", false], [642, "index-1-command:add_subdirectory", false], [642, "index-2-command:add_subdirectory", false], [642, "index-3-command:add_subdirectory", false], [642, "index-4-command:add_subdirectory", false], [643, "index-0-command:cmake_minimum_required", false], [643, "index-0-command:cmake_policy", false], [644, "index-0-command:cmake_minimum_required", false], [644, "index-0-command:cmake_policy", false], [644, "index-0-command:find_package", false], [644, "index-1-command:find_package", false], [644, "index-2-command:find_package", false], [644, "index-3-command:find_package", false], [645, "index-0-command:cmake_minimum_required", false], [645, "index-0-command:cmake_policy", false], [645, "index-0-command:if", false], [646, "index-0-command:cmake_minimum_required", false], [646, "index-0-command:cmake_policy", false], [647, "index-0-command:add_subdirectory", false], [647, "index-0-command:cmake_minimum_required", false], [647, "index-0-command:cmake_policy", false], [647, "index-0-command:include", false], [647, "index-0-command:install", false], [647, "index-1-command:install", false], [647, "index-10-command:install", false], [647, "index-11-command:install", false], [647, "index-2-command:install", false], [647, "index-3-command:install", false], [647, "index-4-command:install", false], [647, "index-5-command:install", false], [647, "index-6-command:install", false], [647, "index-7-command:install", false], [647, "index-8-command:install", false], [647, "index-9-command:install", false], [648, "index-0-command:add_custom_command", false], [648, "index-0-command:cmake_minimum_required", false], [648, "index-0-command:cmake_policy", false], [649, "index-0-command:cmake_minimum_required", false], [649, "index-0-command:cmake_policy", false], [649, "index-0-command:enable_language", false], [649, "index-0-command:project", false], [650, "index-0-command:cmake_minimum_required", false], [650, "index-0-command:cmake_policy", false], [650, "index-0-command:export", false], [650, "index-1-command:export", false], [650, "index-2-command:export", false], [650, "index-3-command:export", false], [650, "index-4-command:export", false], [651, "index-0-command:cmake_minimum_required", false], [651, "index-0-command:cmake_policy", false], [651, "index-0-command:enable_language", false], [651, "index-0-command:project", false], [652, "index-0-command:cmake_minimum_required", false], [652, "index-0-command:cmake_policy", false], [652, "index-0-command:enable_language", false], [652, "index-0-command:project", false], [653, "index-0-command:cmake_minimum_required", false], [653, "index-0-command:cmake_policy", false], [654, "index-0-command:cmake_minimum_required", false], [654, "index-0-command:cmake_policy", false], [655, "index-0-command:cmake_minimum_required", false], [655, "index-0-command:cmake_policy", false], [656, "index-0-command:cmake_minimum_required", false], [656, "index-0-command:cmake_policy", false], [656, "index-0-command:project", false], [656, "index-1-command:project", false], [657, "index-0-command:cmake_minimum_required", false], [657, "index-0-command:cmake_policy", false], [657, "index-0-command:externalproject_add", false], [657, "index-0-command:fetchcontent_declare", false], [657, "index-1-command:externalproject_add", false], [657, "index-1-command:fetchcontent_declare", false], [657, "index-2-command:fetchcontent_declare", false], [658, "index-0-command:add_custom_command", false], [658, "index-0-command:cmake_minimum_required", false], [658, "index-0-command:cmake_policy", false], [659, "index-0-command:cmake_minimum_required", false], [659, "index-0-command:cmake_policy", false], [660, "index-0-command:cmake_minimum_required", false], [660, "index-0-command:cmake_policy", false], [661, "index-0-command:cmake_minimum_required", false], [661, "index-0-command:cmake_policy", false], [661, "index-0-command:target_compile_options", false], [661, "index-1-command:target_compile_options", false], [662, "index-0-command:cmake_minimum_required", false], [662, "index-0-command:cmake_policy", false], [662, "index-0-command:find_path", false], [662, "index-0-command:mark_as_advanced", false], [662, "index-1-command:mark_as_advanced", false], [663, "index-0-command:cmake_minimum_required", false], [663, "index-0-command:cmake_policy", false], [663, "index-0-command:export", false], [663, "index-1-command:export", false], [663, "index-2-command:export", false], [663, "index-3-command:export", false], [664, "index-0-command:cmake_minimum_required", false], [664, "index-0-command:cmake_policy", false], [665, "index-0-command:cmake_minimum_required", false], [665, "index-0-command:cmake_policy", false], [666, "index-0-command:cmake_minimum_required", false], [666, "index-0-command:cmake_policy", false], [667, "index-0-command:cmake_minimum_required", false], [667, "index-0-command:cmake_policy", false], [668, "index-0-command:cmake_minimum_required", false], [668, "index-0-command:cmake_policy", false], [669, "index-0-command:cmake_minimum_required", false], [669, "index-0-command:cmake_policy", false], [669, "index-0-command:find_program", false], [669, "index-1-command:find_program", false], [670, "index-0-command:add_test", false], [670, "index-0-command:cmake_minimum_required", false], [670, "index-0-command:cmake_policy", false], [670, "index-1-command:add_test", false], [671, "index-0-command:cmake_minimum_required", false], [671, "index-0-command:cmake_policy", false], [672, "index-0-command:cmake_minimum_required", false], [672, "index-0-command:cmake_policy", false], [673, "index-0-command:cmake_minimum_required", false], [673, "index-0-command:cmake_policy", false], [674, "index-0-command:cmake_minimum_required", false], [674, "index-0-command:cmake_policy", false], [674, "index-0-command:externalproject_add", false], [674, "index-0-command:externalproject_add_step", false], [674, "index-0-command:externalproject_add_steptargets", false], [674, "index-1-command:externalproject_add", false], [674, "index-1-command:externalproject_add_step", false], [674, "index-1-command:externalproject_add_steptargets", false], [674, "index-2-command:externalproject_add", false], [674, "index-2-command:externalproject_add_step", false], [674, "index-2-command:externalproject_add_steptargets", false], [674, "index-3-command:externalproject_add", false], [674, "index-4-command:externalproject_add", false], [674, "index-5-command:externalproject_add", false], [674, "index-6-command:externalproject_add", false], [674, "index-7-command:externalproject_add", false], [674, "index-8-command:externalproject_add", false], [675, "index-0-command:cmake_minimum_required", false], [675, "index-0-command:cmake_policy", false], [676, "index-0-command:add_custom_command", false], [676, "index-0-command:add_subdirectory", false], [676, "index-0-command:cmake_minimum_required", false], [676, "index-0-command:cmake_policy", false], [676, "index-1-command:add_custom_command", false], [676, "index-2-command:add_custom_command", false], [676, "index-3-command:add_custom_command", false], [677, "index-0-command:cmake_minimum_required", false], [677, "index-0-command:cmake_policy", false], [677, "index-0-command:enable_language", false], [677, "index-0-command:project", false], [678, "index-0-command:cmake_minimum_required", false], [678, "index-0-command:cmake_policy", false], [678, "index-0-command:get_property", false], [678, "index-0-command:get_source_file_property", false], [679, "index-0-command:cmake_minimum_required", false], [679, "index-0-command:cmake_policy", false], [680, "index-0-command:cmake_minimum_required", false], [680, "index-0-command:cmake_policy", false], [681, "index-0-command:cmake_minimum_required", false], [681, "index-0-command:cmake_policy", false], [681, "index-0-command:list", false], [681, "index-1-command:list", false], [682, "index-0-command:cmake_minimum_required", false], [682, "index-0-command:cmake_policy", false], [683, "index-0-command:cmake_minimum_required", false], [683, "index-0-command:cmake_policy", false], [684, "index-0-command:cmake_minimum_required", false], [684, "index-0-command:cmake_policy", false], [684, "index-0-command:foreach", false], [685, "index-0-command:cmake_minimum_required", false], [685, "index-0-command:cmake_policy", false], [685, "index-0-command:find_file", false], [685, "index-0-command:find_library", false], [685, "index-0-command:find_path", false], [685, "index-0-command:find_program", false], [686, "index-0-command:cmake_minimum_required", false], [686, "index-0-command:cmake_policy", false], [686, "index-0-command:option", false], [686, "index-0-command:set", false], [686, "index-1-command:set", false], [687, "index-0-command:cmake_dependent_option", false], [687, "index-0-command:cmake_minimum_required", false], [687, "index-0-command:cmake_policy", false], [687, "index-0-command:if", false], [688, "index-0-command:cmake_minimum_required", false], [688, "index-0-command:cmake_policy", false], [689, "index-0-command:cmake_minimum_required", false], [689, "index-0-command:cmake_policy", false], [689, "index-0-command:enable_language", false], [689, "index-0-command:project", false], [690, "index-0-command:cmake_minimum_required", false], [690, "index-0-command:cmake_policy", false], [690, "index-0-command:if", false], [690, "index-0-command:while", false], [690, "index-1-command:while", false], [690, "index-2-command:while", false], [690, "index-3-command:while", false], [691, "index-0-command:cmake_minimum_required", false], [691, "index-0-command:cmake_policy", false], [692, "index-0-command:cmake_minimum_required", false], [692, "index-0-command:cmake_policy", false], [693, "index-0-command:cmake_minimum_required", false], [693, "index-0-command:cmake_policy", false], [694, "index-0-command:cmake_minimum_required", false], [694, "index-0-command:cmake_policy", false], [694, "index-0-command:find_file", false], [694, "index-0-command:find_library", false], [694, "index-0-command:find_package", false], [694, "index-0-command:find_path", false], [694, "index-0-command:find_program", false], [694, "index-1-command:find_program", false], [694, "index-2-command:find_program", false], [694, "index-3-command:find_program", false], [694, "index-4-command:find_program", false], [695, "index-0-command:cmake_minimum_required", false], [695, "index-0-command:cmake_policy", false], [695, "index-0-command:externalproject_add", false], [695, "index-0-command:fetchcontent_declare", false], [695, "index-1-command:externalproject_add", false], [695, "index-1-command:fetchcontent_declare", false], [696, "index-0-command:cmake_minimum_required", false], [696, "index-0-command:cmake_policy", false], [696, "index-0-command:enable_language", false], [696, "index-0-command:project", false], [697, "index-0-command:cmake_minimum_required", false], [697, "index-0-command:cmake_policy", false], [697, "index-0-command:try_compile", false], [697, "index-1-command:try_compile", false], [698, "index-0-command:check_ipo_supported", false], [698, "index-0-command:cmake_minimum_required", false], [698, "index-0-command:cmake_policy", false], [699, "index-0-command:cmake_minimum_required", false], [699, "index-0-command:cmake_policy", false], [699, "index-0-command:if", false], [700, "index-0-command:cmake_minimum_required", false], [700, "index-0-command:cmake_policy", false], [700, "index-0-command:return", false], [701, "index-0-command:cmake_minimum_required", false], [701, "index-0-command:cmake_policy", false], [701, "index-0-command:enable_language", false], [701, "index-0-command:project", false], [702, "index-0-command:cmake_minimum_required", false], [702, "index-0-command:cmake_policy", false], [703, "index-0-command:cmake_minimum_required", false], [703, "index-0-command:cmake_policy", false], [704, "index-0-command:cmake_minimum_required", false], [704, "index-0-command:cmake_policy", false], [704, "index-0-command:find_package", false], [704, "index-1-command:find_package", false], [705, "index-0-command:cmake_minimum_required", false], [705, "index-0-command:cmake_policy", false], [706, "index-0-command:cmake_minimum_required", false], [706, "index-0-command:cmake_policy", false], [706, "index-0-command:enable_language", false], [706, "index-0-command:project", false], [707, "index-0-command:cmake_minimum_required", false], [707, "index-0-command:cmake_policy", false], [708, "index-0-command:cmake_minimum_required", false], [708, "index-0-command:cmake_policy", false], [709, "index-0-command:cmake_minimum_required", false], [709, "index-0-command:cmake_policy", false], [709, "index-0-command:enable_language", false], [709, "index-0-command:project", false], [710, "index-0-command:cmake_minimum_required", false], [710, "index-0-command:cmake_policy", false], [710, "index-0-command:externalproject_add", false], [710, "index-0-command:fetchcontent_declare", false], [710, "index-1-command:externalproject_add", false], [710, "index-1-command:fetchcontent_declare", false], [710, "index-2-command:externalproject_add", false], [710, "index-2-command:fetchcontent_declare", false], [711, "index-0-command:cmake_minimum_required", false], [711, "index-0-command:cmake_policy", false], [712, "index-0-command:cmake_minimum_required", false], [712, "index-0-command:cmake_policy", false], [712, "index-0-command:file", false], [712, "index-1-command:file", false], [713, "index-0-command:cmake_minimum_required", false], [713, "index-0-command:cmake_policy", false], [713, "index-0-command:exec_program", false], [713, "index-0-command:execute_process", false], [714, "index-0-command:add_custom_command", false], [714, "index-0-command:add_custom_target", false], [714, "index-0-command:cmake_minimum_required", false], [714, "index-0-command:cmake_policy", false], [715, "index-0-command:cmake_minimum_required", false], [715, "index-0-command:cmake_policy", false], [716, "index-0-command:cmake_minimum_required", false], [716, "index-0-command:cmake_policy", false], [717, "index-0-command:cmake_minimum_required", false], [717, "index-0-command:cmake_policy", false], [717, "index-0-command:enable_language", false], [717, "index-0-command:project", false], [718, "index-0-command:add_test", false], [718, "index-0-command:cmake_minimum_required", false], [718, "index-0-command:cmake_policy", false], [718, "index-1-command:add_test", false], [718, "index-2-command:add_test", false], [718, "index-3-command:add_test", false], [719, "index-0-command:cmake_minimum_required", false], [719, "index-0-command:cmake_policy", false], [719, "index-0-command:file", false], [719, "index-0-command:string", false], [719, "index-1-command:file", false], [719, "index-2-command:file", false], [720, "index-0-command:cmake_minimum_required", false], [720, "index-0-command:cmake_policy", false], [720, "index-0-command:set_property", false], [720, "index-0-command:set_target_properties", false], [721, "index-0-command:cmake_minimum_required", false], [721, "index-0-command:cmake_policy", false], [722, "index-0-command:add_custom_target", false], [722, "index-0-command:cmake_minimum_required", false], [722, "index-0-command:cmake_policy", false], [723, "index-0-command:cmake_minimum_required", false], [723, "index-0-command:cmake_policy", false], [723, "index-0-command:get_property", false], [723, "index-0-command:get_source_file_property", false], [723, "index-1-command:get_property", false], [723, "index-1-command:get_source_file_property", false], [724, "index-0-command:add_library", false], [724, "index-0-command:cmake_minimum_required", false], [724, "index-0-command:cmake_policy", false], [724, "index-1-command:add_library", false], [724, "index-2-command:add_library", false], [725, "index-0-command:cmake_minimum_required", false], [725, "index-0-command:cmake_policy", false], [725, "index-0-command:enable_language", false], [725, "index-0-command:project", false], [725, "index-1-command:enable_language", false], [725, "index-1-command:project", false], [725, "index-2-command:enable_language", false], [725, "index-2-command:project", false], [725, "index-3-command:enable_language", false], [725, "index-3-command:project", false], [725, "index-4-command:enable_language", false], [725, "index-4-command:project", false], [726, "index-0-command:cmake_minimum_required", false], [726, "index-0-command:cmake_policy", false], [727, "index-0-command:cmake_minimum_required", false], [727, "index-0-command:cmake_policy", false], [728, "index-0-command:cmake_minimum_required", false], [728, "index-0-command:cmake_policy", false], [728, "index-0-command:fetchcontent_declare", false], [728, "index-0-command:fetchcontent_populate", false], [728, "index-1-command:fetchcontent_declare", false], [728, "index-1-command:fetchcontent_populate", false], [728, "index-2-command:fetchcontent_populate", false], [729, "index-0-command:cmake_minimum_required", false], [729, "index-0-command:cmake_policy", false], [729, "index-0-command:fetchcontent_declare", false], [729, "index-0-command:fetchcontent_makeavailable", false], [729, "index-0-command:fetchcontent_populate", false], [729, "index-1-command:fetchcontent_declare", false], [729, "index-1-command:fetchcontent_makeavailable", false], [729, "index-1-command:fetchcontent_populate", false], [729, "index-2-command:fetchcontent_makeavailable", false], [729, "index-2-command:fetchcontent_populate", false], [729, "index-3-command:fetchcontent_populate", false], [729, "index-4-command:fetchcontent_populate", false], [730, "index-0-command:cmake_minimum_required", false], [730, "index-0-command:cmake_policy", false], [730, "index-0-command:fetchcontent_makeavailable", false], [730, "index-0-command:fetchcontent_populate", false], [731, "index-0-command:add_custom_command", false], [731, "index-0-command:cmake_minimum_required", false], [731, "index-0-command:cmake_policy", false], [732, "index-0-command:cmake_minimum_required", false], [732, "index-0-command:cmake_policy", false], [733, "index-0-command:cmake_minimum_required", false], [733, "index-0-command:cmake_policy", false], [733, "index-0-command:find_library", false], [734, "index-0-command:cmake_minimum_required", false], [734, "index-0-command:cmake_parse_arguments", false], [734, "index-0-command:cmake_policy", false], [734, "index-1-command:cmake_parse_arguments", false], [734, "index-2-command:cmake_parse_arguments", false], [734, "index-3-command:cmake_parse_arguments", false], [735, "index-0-command:add_custom_command", false], [735, "index-0-command:cmake_minimum_required", false], [735, "index-0-command:cmake_policy", false], [735, "index-1-command:add_custom_command", false], [736, "index-0-command:cmake_minimum_required", false], [736, "index-0-command:cmake_policy", false], [736, "index-0-command:execute_process", false], [736, "index-1-command:execute_process", false], [737, "index-0-command:cmake_minimum_required", false], [737, "index-0-command:cmake_path", false], [737, "index-0-command:cmake_policy", false], [737, "index-0-command:install", false], [737, "index-1-command:install", false], [737, "index-2-command:install", false], [737, "index-3-command:install", false], [737, "index-4-command:install", false], [737, "index-5-command:install", false], [737, "index-6-command:install", false], [738, "index-0-command:add_test", false], [738, "index-0-command:cmake_minimum_required", false], [738, "index-0-command:cmake_policy", false], [738, "index-0-command:externaldata_add_test", false], [738, "index-0-command:gtest_add_tests", false], [738, "index-0-command:gtest_discover_tests", false], [738, "index-1-command:gtest_add_tests", false], [738, "index-1-command:gtest_discover_tests", false], [738, "index-2-command:gtest_add_tests", false], [738, "index-2-command:gtest_discover_tests", false], [738, "index-3-command:gtest_add_tests", false], [738, "index-3-command:gtest_discover_tests", false], [739, "index-0-command:cmake_minimum_required", false], [739, "index-0-command:cmake_policy", false], [740, "index-0-command:cmake_minimum_required", false], [740, "index-0-command:cmake_policy", false], [740, "index-0-command:project", false], [740, "index-1-command:project", false], [740, "index-2-command:project", false], [740, "index-3-command:project", false], [740, "index-4-command:project", false], [741, "index-0-command:mark_as_advanced", false], [745, "index-0-command:find_library", false], [745, "index-0-command:option", false], [745, "index-0-command:set", false], [750, "index-0-command:add_custom_target", false], [750, "index-0-command:add_executable", false], [750, "index-0-command:add_library", false], [750, "index-0-command:get_property", false], [754, "index-0-command:add_compile_definitions", false], [754, "index-0-command:add_definitions", false], [756, "index-0-command:add_compile_options", false], [757, "index-0-command:add_definitions", false], [758, "index-0-command:project", false], [760, "index-0-command:add_executable", false], [760, "index-0-command:add_library", false], [760, "index-0-command:get_property", false], [761, "index-0-command:add_executable", false], [761, "index-0-command:add_library", false], [761, "index-0-command:include_directories", false], [761, "index-0-command:set_directory_properties", false], [761, "index-0-command:set_property", false], [761, "index-1-command:include_directories", false], [761, "index-1-command:set_directory_properties", false], [761, "index-1-command:set_property", false], [762, "index-0-command:include_regular_expression", false], [766, "index-0-command:link_directories", false], [767, "index-0-command:add_link_options", false], [768, "index-0-command:include", false], [769, "index-0-command:macro", false], [775, "index-0-command:add_subdirectory", false], [775, "index-0-command:get_property", false], [775, "index-0-command:subdirs", false], [775, "index-1-command:subdirs", false], [776, "index-0-command:add_subdirectory", false], [776, "index-0-command:fetchcontent_declare", false], [777, "index-0-command:add_test", false], [781, "index-0-command:project", false], [782, "index-0-command:project", false], [783, "index-0-command:project", false], [783, "index-1-command:project", false], [784, "index-0-command:add_custom_target", false], [784, "index-1-command:add_custom_target", false], [785, "index-0-command:source_group", false], [785, "index-1-command:source_group", false], [787, "index-0-command:source_group", false], [789, "index-0-command:source_group", false], [790, "index-0-command:source_group", false], [791, "index-0-command:target_compile_features", false], [792, "index-0-command:target_compile_features", false], [793, "index-0-command:target_compile_features", false], [794, "index-0-command:target_compile_features", false], [796, "index-0-command:target_link_libraries", false], [796, "index-1-command:target_link_libraries", false], [802, "index-0-command:find_library", false], [802, "index-1-command:find_library", false], [803, "index-0-command:find_library", false], [803, "index-1-command:find_library", false], [804, "index-0-command:find_library", false], [804, "index-1-command:find_library", false], [805, "index-0-command:find_library", false], [805, "index-1-command:find_library", false], [809, "index-0-command:install", false], [809, "index-1-command:install", false], [809, "index-2-command:install", false], [810, "index-0-command:try_compile", false], [810, "index-0-command:try_run", false], [811, "index-0-command:add_custom_command", false], [811, "index-0-command:add_custom_target", false], [815, "index-0-command:try_compile", false], [815, "index-1-command:try_compile", false], [815, "index-2-command:try_compile", false], [838, "index-0-command:add_compile_options", false], [838, "index-0-command:target_compile_options", false], [843, "index-0-command:add_custom_command", false], [843, "index-0-command:add_custom_target", false], [843, "index-1-command:add_custom_command", false], [843, "index-2-command:add_custom_command", false], [844, "index-0-command:add_executable", false], [844, "index-0-command:add_library", false], [844, "index-0-command:target_sources", false], [844, "index-1-command:add_executable", false], [844, "index-1-command:add_library", false], [851, "index-0-command:add_dependencies", false], [857, "index-0-command:set_source_files_properties", false], [901, "index-0-command:ctest_test", false], [914, "index-0-command:add_test", false], [917, "index-0-command:add_library", false], [919, "index-0-command:add_executable", false], [919, "index-0-command:add_library", false], [925, "index-0-command:add_executable", false], [944, "index-0-command:add_dependencies", false], [946, "index-0-command:add_dependencies", false], [948, "index-0-command:add_executable", false], [948, "index-0-command:add_library", false], [948, "index-1-command:add_executable", false], [948, "index-1-command:add_library", false], [948, "index-2-command:add_executable", false], [948, "index-2-command:add_library", false], [954, "index-0-command:target_include_directories", false], [954, "index-1-command:target_include_directories", false], [954, "index-2-command:target_include_directories", false], [955, "index-0-command:add_custom_command", false], [955, "index-0-command:add_custom_target", false], [977, "index-0-command:target_compile_options", false], [978, "index-0-command:separate_arguments", false], [978, "index-0-command:target_compile_options", false], [986, "index-0-command:add_custom_command", false], [986, "index-0-command:add_custom_target", false], [986, "index-0-command:add_test", false], [999, "index-0-command:target_sources", false], [1000, "index-0-command:target_sources", false], [1001, "index-0-command:target_sources", false], [1002, "index-0-command:target_sources", false], [1003, "index-0-command:target_sources", false], [1018, "index-0-command:add_custom_command", false], [1021, "index-0-command:target_link_libraries", false], [1022, "index-0-command:install", false], [1027, "index-0-command:export", false], [1027, "index-0-command:find_dependency", false], [1027, "index-0-command:find_package", false], [1027, "index-0-command:install", false], [1028, "index-0-command:export", false], [1028, "index-0-command:install", false], [1029, "index-0-command:export", false], [1029, "index-0-command:install", false], [1030, "index-0-command:export", false], [1030, "index-0-command:install", false], [1040, "index-0-command:include_external_msproject", false], [1043, "index-0-command:enable_language", false], [1043, "index-0-command:export", false], [1043, "index-0-command:install", false], [1043, "index-0-command:project", false], [1043, "index-1-command:install", false], [1045, "index-0-command:target_sources", false], [1046, "index-0-command:target_sources", false], [1047, "index-0-command:target_sources", false], [1048, "index-0-command:target_sources", false], [1049, "index-0-command:target_sources", false], [1055, "index-0-command:add_executable", false], [1055, "index-0-command:add_library", false], [1060, "index-0-command:separate_arguments", false], [1063, "index-0-command:add_executable", false], [1063, "index-0-command:add_library", false], [1063, "index-1-command:add_executable", false], [1063, "index-1-command:add_library", false], [1080, "index-0-command:export", false], [1080, "index-0-command:install", false], [1080, "index-1-command:export", false], [1080, "index-1-command:install", false], [1087, "index-0-command:include_directories", false], [1087, "index-0-command:set_property", false], [1087, "index-0-command:target_include_directories", false], [1093, "index-0-command:target_link_libraries", false], [1094, "index-0-command:target_compile_definitions", false], [1094, "index-0-command:target_link_libraries", false], [1094, "index-1-command:target_compile_definitions", false], [1095, "index-0-command:target_compile_features", false], [1095, "index-0-command:target_link_libraries", false], [1095, "index-1-command:target_compile_features", false], [1096, "index-0-command:target_compile_options", false], [1096, "index-0-command:target_link_libraries", false], [1096, "index-1-command:target_compile_options", false], [1097, "index-0-command:export", false], [1097, "index-0-command:install", false], [1097, "index-0-command:target_sources", false], [1097, "index-1-command:install", false], [1098, "index-0-command:export", false], [1098, "index-0-command:install", false], [1098, "index-0-command:target_sources", false], [1098, "index-1-command:install", false], [1100, "index-0-command:target_include_directories", false], [1100, "index-0-command:target_link_libraries", false], [1100, "index-1-command:target_include_directories", false], [1101, "index-0-command:target_link_libraries", false], [1102, "index-0-command:target_link_directories", false], [1102, "index-0-command:target_link_libraries", false], [1102, "index-1-command:target_link_directories", false], [1103, "index-0-command:export", false], [1103, "index-0-command:install", false], [1103, "index-0-command:target_link_libraries", false], [1103, "index-1-command:target_link_libraries", false], [1103, "index-2-command:target_link_libraries", false], [1104, "index-0-command:target_link_libraries", false], [1105, "index-0-command:target_link_libraries", false], [1106, "index-0-command:target_link_libraries", false], [1106, "index-0-command:target_link_options", false], [1106, "index-1-command:target_link_options", false], [1108, "index-0-command:target_precompile_headers", false], [1108, "index-1-command:target_precompile_headers", false], [1109, "index-0-command:target_link_libraries", false], [1109, "index-0-command:target_sources", false], [1110, "index-0-command:target_include_directories", false], [1110, "index-0-command:target_link_libraries", false], [1110, "index-1-command:target_include_directories", false], [1140, "index-0-command:target_link_directories", false], [1143, "index-0-command:target_link_libraries", false], [1147, "index-0-command:export", false], [1147, "index-0-command:install", false], [1147, "index-0-command:set_property", false], [1147, "index-0-command:target_link_libraries", false], [1147, "index-1-command:target_link_libraries", false], [1147, "index-2-command:target_link_libraries", false], [1148, "index-0-command:target_link_libraries", false], [1149, "index-0-command:target_link_libraries", false], [1152, "index-0-command:separate_arguments", false], [1152, "index-0-command:target_link_options", false], [1156, "index-0-command:add_custom_command", false], [1156, "index-1-command:add_custom_command", false], [1156, "index-2-command:add_custom_command", false], [1164, "index-0-command:add_dependencies", false], [1166, "index-0-command:enable_language", false], [1166, "index-0-command:project", false], [1167, "index-0-command:enable_language", false], [1167, "index-0-command:project", false], [1177, "index-0-command:add_dependencies", false], [1189, "index-0-command:install", false], [1190, "index-0-command:target_precompile_headers", false], [1191, "index-0-command:target_precompile_headers", false], [1193, "index-0-command:install", false], [1194, "index-0-command:install", false], [1196, "index-0-command:install", false], [1197, "index-0-command:install", false], [1206, "index-0-command:add_custom_target", false], [1206, "index-0-command:add_executable", false], [1206, "index-0-command:add_library", false], [1206, "index-0-command:target_sources", false], [1211, "index-0-command:separate_arguments", false], [1211, "index-0-command:set_property", false], [1211, "index-0-command:set_target_properties", false], [1214, "index-0-command:enable_language", false], [1214, "index-0-command:project", false], [1219, "index-0-command:add_test", false], [1223, "index-0-command:add_executable", false], [1223, "index-0-command:add_library", false], [1223, "index-0-command:target_sources", false], [1239, "index-0-command:target_link_libraries", false], [1275, "index-0-command:enable_language", false], [1275, "index-0-command:project", false], [1281, "index-0-command:project", false], [1281, "index-1-command:project", false], [1281, "index-2-command:project", false], [1316, "index-0-command:xctest_add_bundle", false], [1317, "index-0-command:add_custom_command", false], [1317, "index-0-command:add_custom_target", false], [1317, "index-0-command:add_dependencies", false], [1317, "index-0-command:add_executable", false], [1317, "index-0-command:add_library", false], [1317, "index-0-command:build_command", false], [1317, "index-0-command:build_name", false], [1317, "index-0-command:configure_file", false], [1317, "index-0-command:ctest_update", false], [1317, "index-0-command:enable_language", false], [1317, "index-0-command:export", false], [1317, "index-0-command:export_library_dependencies", false], [1317, "index-0-command:find_package", false], [1317, "index-0-command:get_target_property", false], [1317, "index-0-command:include", false], [1317, "index-0-command:include_external_msproject", false], [1317, "index-0-command:install", false], [1317, "index-0-command:load_command", false], [1317, "index-0-command:message", false], [1317, "index-0-command:output_required_files", false], [1317, "index-0-command:project", false], [1317, "index-0-command:set", false], [1317, "index-0-command:string", false], [1317, "index-0-command:subdir_depends", false], [1317, "index-0-command:target_compile_options", false], [1317, "index-0-command:target_link_libraries", false], [1317, "index-0-command:unset", false], [1317, "index-0-command:use_mangled_mesa", false], [1317, "index-0-command:utility_source", false], [1317, "index-0-command:variable_requires", false], [1317, "index-1-command:add_custom_command", false], [1317, "index-1-command:add_library", false], [1317, "index-1-command:export", false], [1317, "index-1-command:find_package", false], [1317, "index-1-command:install", false], [1317, "index-1-command:project", false], [1317, "index-1-command:target_link_libraries", false], [1318, "index-0-command:add_custom_command", false], [1318, "index-0-command:add_executable", false], [1318, "index-0-command:add_library", false], [1318, "index-0-command:configure_package_config_file", false], [1318, "index-0-command:ctest_coverage", false], [1318, "index-0-command:ctest_memcheck", false], [1318, "index-0-command:execute_process", false], [1318, "index-0-command:export", false], [1318, "index-0-command:file", false], [1318, "index-0-command:find_package", false], [1318, "index-0-command:get_property", false], [1318, "index-0-command:if", false], [1318, "index-0-command:install", false], [1318, "index-0-command:set_property", false], [1318, "index-0-command:string", false], [1318, "index-0-command:target_compile_features", false], [1318, "index-0-command:target_link_libraries", false], [1318, "index-0-command:target_sources", false], [1318, "index-0-command:variable_watch", false], [1318, "index-1-command:ctest_coverage", false], [1318, "index-1-command:string", false], [1319, "index-0-command:cmake_host_system_information", false], [1319, "index-0-command:configure_file", false], [1319, "index-0-command:cpack_ifw_configure_component", false], [1319, "index-0-command:cpack_ifw_configure_component_group", false], [1319, "index-0-command:execute_process", false], [1319, "index-0-command:file", false], [1319, "index-0-command:get_filename_component", false], [1319, "index-0-command:gtest_discover_tests", false], [1319, "index-0-command:include_guard", false], [1319, "index-0-command:protobuf_generate_cpp", false], [1319, "index-0-command:string", false], [1319, "index-1-command:gtest_discover_tests", false], [1319, "index-1-command:string", false], [1319, "index-2-command:gtest_discover_tests", false], [1320, "index-0-command:add_executable", false], [1320, "index-0-command:add_library", false], [1320, "index-0-command:add_subdirectory", false], [1320, "index-0-command:check_include_files", false], [1320, "index-0-command:ctest_start", false], [1320, "index-0-command:doxygen_add_docs", false], [1320, "index-0-command:externalproject_add", false], [1320, "index-0-command:file", false], [1320, "index-0-command:install", false], [1320, "index-0-command:project", false], [1320, "index-0-command:target_compile_definitions", false], [1320, "index-0-command:target_compile_features", false], [1320, "index-0-command:target_compile_options", false], [1320, "index-0-command:target_include_directories", false], [1320, "index-0-command:target_link_libraries", false], [1320, "index-0-command:target_sources", false], [1320, "index-0-command:write_basic_package_version_file", false], [1320, "index-1-command:add_executable", false], [1320, "index-1-command:add_library", false], [1320, "index-1-command:file", false], [1320, "index-1-command:target_sources", false], [1320, "index-2-command:add_library", false], [1320, "index-2-command:file", false], [1320, "index-3-command:add_library", false], [1320, "index-3-command:file", false], [1320, "index-4-command:file", false], [1320, "index-5-command:file", false], [1320, "index-6-command:file", false], [1321, "index-0-command:add_compile_definitions", false], [1321, "index-0-command:add_compile_options", false], [1321, "index-0-command:add_definitions", false], [1321, "index-0-command:add_test", false], [1321, "index-0-command:cmake_minimum_required", false], [1321, "index-0-command:cmake_policy", false], [1321, "index-0-command:ctest_start", false], [1321, "index-0-command:execute_process", false], [1321, "index-0-command:export", false], [1321, "index-0-command:file", false], [1321, "index-0-command:find_package", false], [1321, "index-0-command:install", false], [1321, "index-0-command:list", false], [1321, "index-0-command:project", false], [1321, "index-0-command:string", false], [1321, "index-0-command:swig_add_library", false], [1321, "index-0-command:target_compile_options", false], [1321, "index-0-command:target_link_libraries", false], [1321, "index-1-command:file", false], [1321, "index-1-command:install", false], [1321, "index-1-command:list", false], [1321, "index-1-command:target_link_libraries", false], [1321, "index-2-command:file", false], [1321, "index-2-command:install", false], [1321, "index-2-command:list", false], [1321, "index-3-command:file", false], [1322, "index-0-command:add_custom_command", false], [1322, "index-0-command:add_custom_target", false], [1322, "index-0-command:add_link_options", false], [1322, "index-0-command:install", false], [1322, "index-0-command:link_directories", false], [1322, "index-0-command:list", false], [1322, "index-0-command:math", false], [1322, "index-0-command:option", false], [1322, "index-0-command:target_link_directories", false], [1322, "index-0-command:target_link_libraries", false], [1322, "index-0-command:target_link_options", false], [1322, "index-0-command:target_sources", false], [1322, "index-1-command:add_link_options", false], [1322, "index-1-command:target_link_directories", false], [1322, "index-1-command:target_link_libraries", false], [1322, "index-1-command:target_link_options", false], [1323, "index-0-command:add_custom_target", false], [1323, "index-0-command:add_subdirectory", false], [1323, "index-0-command:check_fortran_source_runs", false], [1323, "index-0-command:ctest_submit", false], [1323, "index-0-command:externalproject_add", false], [1323, "index-0-command:fetchcontent_makeavailable", false], [1323, "index-0-command:file", false], [1323, "index-0-command:find_package", false], [1323, "index-0-command:get_filename_component", false], [1323, "index-0-command:if", false], [1323, "index-0-command:include_directories", false], [1323, "index-0-command:install", false], [1323, "index-0-command:list", false], [1323, "index-0-command:project", false], [1323, "index-0-command:target_include_directories", false], [1323, "index-0-command:target_link_libraries", false], [1323, "index-0-command:try_compile", false], [1323, "index-0-command:try_run", false], [1323, "index-0-command:write_basic_package_version_file", false], [1323, "index-1-command:ctest_submit", false], [1323, "index-1-command:externalproject_add", false], [1323, "index-1-command:file", false], [1323, "index-1-command:find_package", false], [1323, "index-1-command:install", false], [1323, "index-1-command:list", false], [1323, "index-2-command:externalproject_add", false], [1323, "index-2-command:file", false], [1323, "index-2-command:install", false], [1323, "index-3-command:install", false], [1323, "index-4-command:install", false], [1323, "index-5-command:install", false], [1323, "index-6-command:install", false], [1324, "index-0-command:add_custom_command", false], [1324, "index-0-command:add_custom_target", false], [1324, "index-0-command:add_library", false], [1324, "index-0-command:cmake_parse_arguments", false], [1324, "index-0-command:ctest_submit", false], [1324, "index-0-command:ctest_update", false], [1324, "index-0-command:execute_process", false], [1324, "index-0-command:export", false], [1324, "index-0-command:file", false], [1324, "index-0-command:find_package", false], [1324, "index-0-command:install", false], [1324, "index-0-command:list", false], [1324, "index-0-command:message", false], [1324, "index-0-command:project", false], [1324, "index-0-command:string", false], [1324, "index-0-command:target_compile_features", false], [1324, "index-1-command:add_custom_command", false], [1324, "index-1-command:add_custom_target", false], [1324, "index-1-command:file", false], [1324, "index-1-command:find_package", false], [1324, "index-2-command:file", false], [1324, "index-2-command:find_package", false], [1324, "index-3-command:find_package", false], [1325, "index-0-command:add_library", false], [1325, "index-0-command:add_test", false], [1325, "index-0-command:doxygen_add_docs", false], [1325, "index-0-command:enable_language", false], [1325, "index-0-command:externalproject_add", false], [1325, "index-0-command:file", false], [1325, "index-0-command:find_file", false], [1325, "index-0-command:find_library", false], [1325, "index-0-command:find_package", false], [1325, "index-0-command:find_package_handle_standard_args", false], [1325, "index-0-command:find_path", false], [1325, "index-0-command:find_program", false], [1325, "index-0-command:install", false], [1325, "index-0-command:message", false], [1325, "index-0-command:pkg_search_module", false], [1325, "index-0-command:project", false], [1325, "index-0-command:target_include_directories", false], [1325, "index-0-command:target_link_libraries", false], [1325, "index-0-command:target_precompile_headers", false], [1325, "index-1-command:file", false], [1325, "index-1-command:find_package", false], [1325, "index-1-command:project", false], [1325, "index-1-command:target_precompile_headers", false], [1326, "index-0-command:add_custom_command", false], [1326, "index-0-command:add_custom_target", false], [1326, "index-0-command:ctest_test", false], [1326, "index-0-command:externalproject_add", false], [1326, "index-0-command:find_library", false], [1326, "index-0-command:foreach", false], [1326, "index-0-command:function", false], [1326, "index-0-command:load_cache", false], [1326, "index-0-command:message", false], [1326, "index-0-command:target_compile_options", false], [1326, "index-1-command:message", false], [1327, "index-0-command:add_executable", false], [1327, "index-0-command:add_library", false], [1327, "index-0-command:add_test", false], [1327, "index-0-command:cmake_language", false], [1327, "index-0-command:configure_file", false], [1327, "index-0-command:ctest_coverage_collect_gcov", false], [1327, "index-0-command:ctest_submit", false], [1327, "index-0-command:ctest_test", false], [1327, "index-0-command:execute_process", false], [1327, "index-0-command:export", false], [1327, "index-0-command:externalproject_add", false], [1327, "index-0-command:fetchcontent_declare", false], [1327, "index-0-command:fetchcontent_makeavailable", false], [1327, "index-0-command:file", false], [1327, "index-0-command:find_file", false], [1327, "index-0-command:find_library", false], [1327, "index-0-command:find_path", false], [1327, "index-0-command:find_program", false], [1327, "index-0-command:get_property", false], [1327, "index-0-command:get_source_file_property", false], [1327, "index-0-command:gtest_discover_tests", false], [1327, "index-0-command:list", false], [1327, "index-0-command:set_property", false], [1327, "index-0-command:set_source_files_properties", false], [1327, "index-0-command:source_group", false], [1327, "index-0-command:string", false], [1327, "index-1-command:file", false], [1327, "index-2-command:file", false], [1327, "index-3-command:file", false], [1327, "index-4-command:file", false], [1328, "index-0-command:add_library", false], [1328, "index-0-command:add_test", false], [1328, "index-0-command:cmake_language", false], [1328, "index-0-command:cmake_minimum_required", false], [1328, "index-0-command:cmake_policy", false], [1328, "index-0-command:configure_file", false], [1328, "index-0-command:enable_language", false], [1328, "index-0-command:execute_process", false], [1328, "index-0-command:file", false], [1328, "index-0-command:find_package", false], [1328, "index-0-command:find_program", false], [1328, "index-0-command:get_directory_property", false], [1328, "index-0-command:get_property", false], [1328, "index-0-command:project", false], [1328, "index-0-command:separate_arguments", false], [1328, "index-0-command:set_property", false], [1328, "index-0-command:string", false], [1328, "index-0-command:target_sources", false], [1328, "index-1-command:file", false], [1328, "index-1-command:find_package", false], [1328, "index-2-command:file", false], [1328, "index-3-command:file", false], [1328, "index-4-command:file", false], [1328, "index-5-command:file", false], [1329, "index-0-command:add_custom_command", false], [1329, "index-0-command:add_custom_target", false], [1329, "index-0-command:break", false], [1329, "index-0-command:continue", false], [1329, "index-0-command:ctest_coverage", false], [1329, "index-0-command:ctest_submit", false], [1329, "index-0-command:externalproject_add", false], [1329, "index-0-command:file", false], [1329, "index-0-command:if", false], [1329, "index-0-command:install", false], [1329, "index-0-command:string", false], [1329, "index-0-command:try_compile", false], [1329, "index-0-command:try_run", false], [1329, "index-1-command:add_custom_command", false], [1329, "index-1-command:add_custom_target", false], [1329, "index-1-command:ctest_coverage", false], [1329, "index-1-command:externalproject_add", false], [1329, "index-1-command:file", false], [1329, "index-1-command:try_compile", false], [1329, "index-2-command:ctest_coverage", false], [1329, "index-2-command:externalproject_add", false], [1329, "index-2-command:file", false], [1329, "index-3-command:file", false], [1329, "index-4-command:file", false], [1329, "index-5-command:file", false], [1330, "index-0-command:add_custom_command", false], [1330, "index-0-command:add_custom_target", false], [1330, "index-0-command:add_library", false], [1330, "index-0-command:cmake_path", false], [1330, "index-0-command:configure_file", false], [1330, "index-0-command:externaldata_add_target", false], [1330, "index-0-command:externalproject_add", false], [1330, "index-0-command:file", false], [1330, "index-0-command:install", false], [1330, "index-0-command:set_property", false], [1330, "index-0-command:target_include_directories", false], [1330, "index-0-command:target_sources", false], [1330, "index-0-command:try_run", false], [1330, "index-1-command:add_custom_command", false], [1330, "index-1-command:add_custom_target", false], [1330, "index-1-command:file", false], [1330, "index-2-command:add_custom_command", false], [1331, "index-0-command:add_custom_command", false], [1331, "index-0-command:build_command", false], [1331, "index-0-command:cpack_ifw_configure_component", false], [1331, "index-0-command:cpack_ifw_configure_component_group", false], [1331, "index-0-command:ctest_build", false], [1331, "index-0-command:enable_language", false], [1331, "index-0-command:file", false], [1331, "index-0-command:find_file", false], [1331, "index-0-command:find_library", false], [1331, "index-0-command:find_path", false], [1331, "index-0-command:find_program", false], [1331, "index-0-command:foreach", false], [1331, "index-0-command:install", false], [1331, "index-0-command:list", false], [1331, "index-0-command:project", false], [1331, "index-0-command:set", false], [1331, "index-0-command:target_link_libraries", false], [1331, "index-1-command:add_custom_command", false], [1331, "index-1-command:enable_language", false], [1331, "index-1-command:file", false], [1331, "index-1-command:find_file", false], [1331, "index-1-command:find_library", false], [1331, "index-1-command:find_path", false], [1331, "index-1-command:find_program", false], [1331, "index-1-command:install", false], [1331, "index-1-command:project", false], [1331, "index-2-command:file", false], [1331, "index-2-command:install", false], [1331, "index-2-command:project", false], [1331, "index-3-command:file", false], [1331, "index-3-command:install", false], [1331, "index-4-command:file", false], [1331, "index-4-command:install", false], [1331, "index-5-command:file", false], [1332, "index-0-command:cmake_dependent_option", false], [1332, "index-0-command:cmake_host_system_information", false], [1332, "index-0-command:ctest_memcheck", false], [1332, "index-0-command:file", false], [1332, "index-0-command:find_package", false], [1332, "index-0-command:gtest_discover_tests", false], [1332, "index-0-command:install", false], [1332, "index-0-command:string", false], [1332, "index-0-command:while", false], [1333, "index-0-command:add_custom_command", false], [1333, "index-0-command:define_property", false], [1333, "index-0-command:externalproject_add", false], [1333, "index-0-command:file", false], [1333, "index-0-command:find_file", false], [1333, "index-0-command:find_library", false], [1333, "index-0-command:find_package", false], [1333, "index-0-command:find_path", false], [1333, "index-0-command:find_program", false], [1333, "index-0-command:install", false], [1333, "index-0-command:string", false], [1333, "index-0-command:target_sources", false], [1333, "index-1-command:define_property", false], [1333, "index-1-command:find_package", false], [1333, "index-1-command:target_sources", false], [1333, "index-2-command:target_sources", false], [1334, "index-0-command:check_ipo_supported", false], [1334, "index-0-command:cmake_host_system_information", false], [1334, "index-0-command:cmake_language", false], [1334, "index-0-command:externalproject_add", false], [1334, "index-0-command:fetchcontent_makeavailable", false], [1334, "index-0-command:file", false], [1334, "index-0-command:find_file", false], [1334, "index-0-command:find_library", false], [1334, "index-0-command:find_package", false], [1334, "index-0-command:find_path", false], [1334, "index-0-command:find_program", false], [1334, "index-0-command:if", false], [1334, "index-0-command:matlab_add_mex", false], [1334, "index-0-command:project", false], [1334, "index-0-command:try_compile", false], [1334, "index-0-command:while", false], [1334, "index-1-command:fetchcontent_makeavailable", false], [1334, "index-1-command:find_file", false], [1334, "index-1-command:find_library", false], [1334, "index-1-command:find_package", false], [1334, "index-1-command:find_path", false], [1334, "index-1-command:find_program", false], [1334, "index-1-command:try_compile", false], [1334, "index-2-command:fetchcontent_makeavailable", false], [1334, "index-2-command:find_file", false], [1334, "index-2-command:find_library", false], [1334, "index-2-command:find_package", false], [1334, "index-2-command:find_path", false], [1334, "index-2-command:find_program", false], [1334, "index-3-command:find_package", false], [1334, "index-4-command:find_package", false], [1334, "index-5-command:find_package", false], [1334, "index-6-command:find_package", false], [1334, "index-7-command:find_package", false], [1334, "index-8-command:find_package", false], [1334, "index-9-command:find_package", false], [1335, "index-0-command:add_subdirectory", false], [1335, "index-0-command:block", false], [1335, "index-0-command:cmake_language", false], [1335, "index-0-command:endblock", false], [1335, "index-0-command:export", false], [1335, "index-0-command:fetchcontent_declare", false], [1335, "index-0-command:fetchcontent_makeavailable", false], [1335, "index-0-command:find_file", false], [1335, "index-0-command:find_library", false], [1335, "index-0-command:find_package", false], [1335, "index-0-command:find_path", false], [1335, "index-0-command:find_program", false], [1335, "index-0-command:install", false], [1335, "index-0-command:return", false], [1335, "index-0-command:try_compile", false], [1335, "index-0-command:try_run", false], [1335, "index-1-command:find_library", false], [1335, "index-1-command:try_compile", false], [1335, "index-1-command:try_run", false], [1335, "index-2-command:try_run", false], [1336, "index-0-command:add_custom_command", false], [1336, "index-0-command:add_custom_target", false], [1336, "index-0-command:cmake_minimum_required", false], [1336, "index-0-command:externalproject_add", false], [1336, "index-0-command:file", false], [1336, "index-0-command:message", false], [1336, "index-0-command:project", false], [1336, "index-0-command:string", false], [1336, "index-0-command:target_compile_features", false], [1336, "index-0-command:target_compile_options", false], [1336, "index-0-command:try_compile", false], [1336, "index-0-command:try_run", false], [1336, "index-1-command:try_compile", false], [1336, "index-1-command:try_run", false], [1336, "index-2-command:try_compile", false], [1336, "index-2-command:try_run", false], [1337, "index-0-command:add_custom_command", false], [1337, "index-0-command:cmake_file_api", false], [1337, "index-0-command:cmake_minimum_required", false], [1337, "index-0-command:cmake_policy", false], [1337, "index-0-command:doxygen_add_docs", false], [1337, "index-0-command:file", false], [1337, "index-0-command:find_package", false], [1337, "index-0-command:install", false], [1337, "index-1-command:add_custom_command", false], [1337, "index-1-command:install", false], [1338, "index-0-command:add_custom_command", false], [1338, "index-0-command:add_custom_target", false], [1338, "index-0-command:add_subdirectory", false], [1338, "index-0-command:cmake_host_system_information", false], [1338, "index-0-command:exec_program", false], [1338, "index-0-command:execute_process", false], [1338, "index-0-command:externalproject_add", false], [1338, "index-0-command:externalproject_add_step", false], [1338, "index-0-command:fetchcontent_declare", false], [1338, "index-0-command:fetchcontent_makeavailable", false], [1338, "index-0-command:find_file", false], [1338, "index-0-command:find_library", false], [1338, "index-0-command:find_path", false], [1338, "index-0-command:get_property", false], [1338, "index-0-command:get_test_property", false], [1338, "index-0-command:pkg_get_variable", false], [1338, "index-0-command:set_property", false], [1338, "index-0-command:set_tests_properties", false], [1338, "index-0-command:target_link_libraries", false], [1338, "index-1-command:find_library", false], [1339, "index-0-command:add_test", false], [1339, "index-0-command:cmake_language", false], [1339, "index-0-command:create_test_sourcelist", false], [1339, "index-0-command:ctest_test", false], [1339, "index-0-command:export", false], [1339, "index-0-command:find_library", false], [1339, "index-0-command:generate_apple_architecture_selection_file", false], [1339, "index-0-command:generate_apple_platform_selection_file", false], [1339, "index-0-command:if", false], [1339, "index-0-command:try_compile", false], [1339, "index-0-command:try_run", false], [1339, "index-1-command:add_test", false], [1339, "index-1-command:find_library", false], [1340, "index-0-command:add_custom_command", false], [1340, "index-0-command:add_custom_target", false], [1340, "index-0-command:add_definitions", false], [1340, "index-0-command:add_dependencies", false], [1340, "index-0-command:build_command", false], [1340, "index-0-command:ctest_build", false], [1340, "index-0-command:ctest_coverage", false], [1340, "index-0-command:execute_process", false], [1340, "index-0-command:export", false], [1340, "index-0-command:file", false], [1340, "index-0-command:find_file", false], [1340, "index-0-command:find_library", false], [1340, "index-0-command:find_package", false], [1340, "index-0-command:find_path", false], [1340, "index-0-command:if", false], [1340, "index-0-command:install", false], [1340, "index-1-command:export", false], [1340, "index-1-command:file", false], [1340, "index-1-command:install", false], [1340, "index-2-command:install", false], [1341, "index-0-command:add_library", false], [1341, "index-0-command:ctest_submit", false], [1341, "index-0-command:enable_language", false], [1341, "index-0-command:externalproject_add", false], [1341, "index-0-command:fetchcontent_makeavailable", false], [1341, "index-0-command:fetchcontent_populate", false], [1341, "index-0-command:file", false], [1341, "index-0-command:project", false], [1341, "index-0-command:try_compile", false], [1341, "index-1-command:fetchcontent_makeavailable", false], [1341, "index-1-command:fetchcontent_populate", false], [1341, "index-1-command:file", false], [1341, "index-1-command:project", false], [1341, "index-1-command:try_compile", false], [1341, "index-2-command:fetchcontent_populate", false], [1341, "index-2-command:file", false], [1341, "index-2-command:project", false], [1341, "index-3-command:file", false], [1341, "index-3-command:project", false], [1341, "index-4-command:file", false], [1341, "index-4-command:project", false], [1341, "index-5-command:project", false], [1341, "index-6-command:project", false], [1341, "index-7-command:project", false], [1341, "index-8-command:project", false], [1342, "index-0-command:add_custom_command", false], [1342, "index-0-command:add_test", false], [1342, "index-0-command:cmake_minimum_required", false], [1342, "index-0-command:cmake_parse_arguments", false], [1342, "index-0-command:cmake_pkg_config", false], [1342, "index-0-command:cmake_policy", false], [1342, "index-0-command:ctest_submit", false], [1342, "index-0-command:execute_process", false], [1342, "index-0-command:externaldata_add_test", false], [1342, "index-0-command:file", false], [1342, "index-0-command:find_library", false], [1342, "index-0-command:generate_apple_platform_selection_file", false], [1342, "index-0-command:gtest_add_tests", false], [1342, "index-0-command:gtest_discover_tests", false], [1342, "index-0-command:install", false], [1342, "index-0-command:project", false], [1342, "index-1-command:add_custom_command", false], [1342, "index-1-command:ctest_submit", false], [1342, "index-1-command:file", false], [1342, "index-1-command:gtest_discover_tests", false], [1342, "index-1-command:install", false], [1342, "index-2-command:file", false], [1342, "index-2-command:install", false], [1342, "index-3-command:file", false], [1342, "index-3-command:install", false], [1342, "index-4-command:file", false], [1342, "index-5-command:file", false], [1342, "index-6-command:file", false], [1343, "index-0-command:add_library", false], [1343, "index-0-command:add_test", false], [1343, "index-0-command:ctest_test", false], [1343, "index-0-command:enable_language", false], [1343, "index-0-command:externalproject_add", false], [1343, "index-0-command:find_program", false], [1343, "index-0-command:get_filename_component", false], [1343, "index-0-command:if", false], [1343, "index-0-command:install", false], [1343, "index-0-command:pkg_get_variable", false], [1343, "index-0-command:project", false], [1343, "index-0-command:protobuf_generate_python", false], [1343, "index-0-command:string", false], [1343, "index-1-command:install", false], [1343, "index-2-command:install", false], [1344, "index-0-command:cmake_parse_arguments", false], [1344, "index-0-command:install", false], [1345, "index-0-command:add_custom_command", false], [1345, "index-0-command:add_custom_target", false], [1345, "index-0-command:cpack_ifw_update_repository", false], [1345, "index-0-command:ctest_submit", false], [1345, "index-0-command:ctest_update", false], [1345, "index-0-command:file", false], [1345, "index-0-command:find_file", false], [1345, "index-0-command:find_library", false], [1345, "index-0-command:find_package", false], [1345, "index-0-command:find_path", false], [1345, "index-0-command:install", false], [1345, "index-0-command:list", false], [1345, "index-0-command:string", false], [1345, "index-0-command:try_compile", false], [1345, "index-1-command:add_custom_command", false], [1345, "index-1-command:ctest_update", false], [1345, "index-1-command:file", false], [1345, "index-1-command:try_compile", false], [1345, "index-2-command:add_custom_command", false], [1345, "index-2-command:file", false], [1346, "index-0-command:add_custom_command", false], [1346, "index-0-command:cmake_parse_arguments", false], [1346, "index-0-command:cpack_ifw_add_package_resources", false], [1346, "index-0-command:cpack_ifw_configure_component", false], [1346, "index-0-command:cpack_ifw_configure_component_group", false], [1346, "index-0-command:ctest_build", false], [1346, "index-0-command:ctest_configure", false], [1346, "index-0-command:ctest_coverage", false], [1346, "index-0-command:ctest_test", false], [1346, "index-0-command:ctest_upload", false], [1346, "index-0-command:export", false], [1346, "index-0-command:file", false], [1346, "index-0-command:find_library", false], [1346, "index-0-command:find_package", false], [1346, "index-0-command:function", false], [1346, "index-0-command:gnuinstalldirs_get_absolute_install_dir", false], [1346, "index-0-command:if", false], [1346, "index-0-command:install", false], [1346, "index-0-command:matlab_add_mex", false], [1346, "index-0-command:matlab_add_unit_test", false], [1346, "index-0-command:string", false], [1346, "index-0-command:try_compile", false], [1346, "index-1-command:file", false], [1346, "index-1-command:find_package", false], [1346, "index-2-command:file", false], [1346, "index-2-command:find_package", false], [1346, "index-3-command:find_package", false], [1347, "index-0-command:add_custom_command", false], [1347, "index-0-command:add_custom_target", false], [1347, "index-0-command:add_dependencies", false], [1347, "index-0-command:add_executable", false], [1347, "index-0-command:add_feature_info", false], [1347, "index-0-command:add_library", false], [1347, "index-0-command:cpack_ifw_configure_component", false], [1347, "index-0-command:cpack_ifw_configure_component_group", false], [1347, "index-0-command:cpack_ifw_configure_file", false], [1347, "index-0-command:ctest_memcheck", false], [1347, "index-0-command:ctest_update", false], [1347, "index-0-command:enable_language", false], [1347, "index-0-command:execute_process", false], [1347, "index-0-command:feature_summary", false], [1347, "index-0-command:math", false], [1347, "index-0-command:pkg_check_modules", false], [1347, "index-0-command:print_disabled_features", false], [1347, "index-0-command:print_enabled_features", false], [1347, "index-0-command:project", false], [1347, "index-0-command:set_feature_info", false], [1347, "index-0-command:set_package_info", false], [1347, "index-0-command:set_package_properties", false], [1347, "index-0-command:source_group", false], [1347, "index-0-command:string", false], [1347, "index-0-command:target_link_libraries", false], [1347, "index-0-command:try_compile", false], [1347, "index-1-command:cpack_ifw_configure_component", false], [1347, "index-1-command:cpack_ifw_configure_component_group", false], [1347, "index-1-command:ctest_memcheck", false], [1347, "index-1-command:enable_language", false], [1347, "index-1-command:project", false], [1347, "index-1-command:string", false], [1347, "index-1-command:target_link_libraries", false], [1347, "index-1-command:try_compile", false], [1347, "index-2-command:cpack_ifw_configure_component", false], [1347, "index-2-command:cpack_ifw_configure_component_group", false], [1347, "index-2-command:ctest_memcheck", false], [1347, "index-2-command:try_compile", false], [1347, "index-3-command:ctest_memcheck", false], [1347, "index-4-command:ctest_memcheck", false], [1348, "index-0-command:add_custom_command", false], [1348, "index-0-command:add_library", false], [1348, "index-0-command:cpack_add_component", false], [1348, "index-0-command:cpack_ifw_configure_component", false], [1348, "index-0-command:cpack_ifw_configure_component_group", false], [1348, "index-0-command:ctest_submit", false], [1348, "index-0-command:doxygen_add_docs", false], [1348, "index-0-command:feature_summary", false], [1348, "index-0-command:file", false], [1348, "index-0-command:find_library", false], [1348, "index-0-command:find_package", false], [1348, "index-0-command:gtest_add_tests", false], [1348, "index-0-command:include_external_msproject", false], [1348, "index-0-command:install", false], [1348, "index-0-command:project", false], [1348, "index-0-command:protobuf_generate_cpp", false], [1348, "index-0-command:separate_arguments", false], [1348, "index-0-command:source_group", false], [1348, "index-1-command:find_library", false], [1348, "index-1-command:find_package", false], [1348, "index-1-command:install", false], [1354, "index-0-command:add_library", false], [1354, "index-0-command:add_subdirectory", false], [1354, "index-0-command:option", false], [1354, "index-1-command:add_library", false], [1354, "index-1-command:option", false], [1354, "index-2-command:add_library", false], [1354, "index-2-command:option", false], [1355, "index-0-command:set", false], [1355, "index-0-command:unset", false], [1357, "index-0-command:add_custom_command", false], [1357, "index-1-command:add_custom_command", false], [1360, "index-0-command:add_library", false], [1389, "index-0-command:find_package", false], [1389, "index-0-command:find_program", false], [1422, "index-0-command:enable_language", false], [1422, "index-0-command:project", false], [1429, "index-0-command:add_custom_command", false], [1445, "index-0-command:enable_language", false], [1445, "index-0-command:project", false], [1449, "index-0-command:try_run", false], [1449, "index-1-command:try_run", false], [1463, "index-0-command:add_subdirectory", false], [1464, "index-0-command:function", false], [1465, "index-0-command:function", false], [1466, "index-0-command:function", false], [1467, "index-0-command:function", false], [1470, "index-0-command:cmake_language", false], [1472, "index-0-command:if", false], [1490, "index-0-command:find_package", false], [1490, "index-1-command:find_package", false], [1490, "index-2-command:find_package", false], [1503, "index-0-command:add_executable", false], [1506, "index-0-command:add_executable", false], [1509, "index-0-command:execute_process", false], [1517, "index-0-command:export", false], [1517, "index-1-command:export", false], [1518, "index-0-command:export", false], [1518, "index-1-command:export", false], [1522, "index-0-command:find_file", false], [1522, "index-0-command:find_library", false], [1522, "index-0-command:find_package", false], [1522, "index-0-command:find_path", false], [1522, "index-0-command:find_program", false], [1524, "index-0-command:find_library", false], [1525, "index-0-command:find_library", false], [1526, "index-0-command:find_library", false], [1527, "index-0-command:enable_language", false], [1527, "index-0-command:project", false], [1528, "index-0-command:find_package", false], [1529, "index-0-command:find_package", false], [1529, "index-1-command:find_package", false], [1530, "index-0-command:find_package", false], [1530, "index-1-command:find_package", false], [1531, "index-0-command:find_package", false], [1531, "index-1-command:find_package", false], [1531, "index-2-command:find_package", false], [1531, "index-3-command:find_package", false], [1532, "index-0-command:fetchcontent_makeavailable", false], [1532, "index-0-command:find_package", false], [1532, "index-1-command:find_package", false], [1532, "index-2-command:find_package", false], [1533, "index-0-command:find_package", false], [1535, "index-0-command:find_package", false], [1535, "index-1-command:find_package", false], [1536, "index-0-command:find_package", false], [1536, "index-1-command:find_package", false], [1537, "index-0-command:find_package", false], [1537, "index-1-command:find_package", false], [1537, "index-2-command:find_package", false], [1537, "index-3-command:find_package", false], [1538, "index-0-command:find_library", false], [1538, "index-0-command:find_package", false], [1539, "index-0-command:find_file", false], [1539, "index-0-command:find_path", false], [1539, "index-1-command:find_file", false], [1539, "index-1-command:find_path", false], [1540, "index-0-command:find_library", false], [1540, "index-1-command:find_library", false], [1541, "index-0-command:find_package", false], [1541, "index-1-command:find_package", false], [1542, "index-0-command:find_program", false], [1542, "index-1-command:find_program", false], [1543, "index-0-command:find_file", false], [1543, "index-0-command:find_library", false], [1543, "index-0-command:find_package", false], [1543, "index-0-command:find_path", false], [1543, "index-0-command:find_program", false], [1544, "index-0-command:find_file", false], [1544, "index-0-command:find_library", false], [1544, "index-0-command:find_package", false], [1544, "index-0-command:find_path", false], [1544, "index-0-command:find_program", false], [1545, "index-0-command:find_file", false], [1545, "index-0-command:find_library", false], [1545, "index-0-command:find_package", false], [1545, "index-0-command:find_path", false], [1545, "index-0-command:find_program", false], [1546, "index-0-command:find_file", false], [1546, "index-0-command:find_library", false], [1546, "index-0-command:find_package", false], [1546, "index-0-command:find_path", false], [1546, "index-0-command:find_program", false], [1547, "index-0-command:find_package", false], [1547, "index-1-command:find_package", false], [1547, "index-2-command:find_package", false], [1548, "index-0-command:find_file", false], [1548, "index-0-command:find_library", false], [1548, "index-0-command:find_package", false], [1548, "index-0-command:find_path", false], [1548, "index-0-command:find_program", false], [1549, "index-0-command:find_file", false], [1549, "index-0-command:find_library", false], [1549, "index-0-command:find_package", false], [1549, "index-0-command:find_path", false], [1549, "index-0-command:find_program", false], [1550, "index-0-command:find_package", false], [1550, "index-1-command:find_package", false], [1550, "index-2-command:find_package", false], [1554, "index-0-command:find_file", false], [1554, "index-0-command:find_library", false], [1554, "index-0-command:find_package", false], [1554, "index-0-command:find_path", false], [1589, "index-0-command:find_file", false], [1589, "index-0-command:find_library", false], [1589, "index-0-command:find_package", false], [1589, "index-0-command:find_path", false], [1589, "index-0-command:find_program", false], [1590, "index-0-command:find_file", false], [1590, "index-0-command:find_library", false], [1590, "index-0-command:find_package", false], [1590, "index-0-command:find_path", false], [1590, "index-0-command:find_program", false], [1595, "index-0-command:include_directories", false], [1595, "index-1-command:include_directories", false], [1597, "index-0-command:find_file", false], [1597, "index-0-command:find_path", false], [1598, "index-0-command:install", false], [1598, "index-1-command:install", false], [1599, "index-0-command:file", false], [1599, "index-0-command:install", false], [1599, "index-1-command:install", false], [1599, "index-2-command:install", false], [1600, "index-0-command:file", false], [1600, "index-0-command:install", false], [1602, "index-0-command:find_file", false], [1602, "index-0-command:find_library", false], [1602, "index-0-command:find_package", false], [1602, "index-0-command:find_path", false], [1602, "index-0-command:find_program", false], [1602, "index-0-command:install", false], [1602, "index-0-command:project", false], [1641, "index-0-command:enable_language", false], [1641, "index-0-command:project", false], [1656, "index-0-command:add_compile_options", false], [1656, "index-0-command:add_link_options", false], [1656, "index-0-command:target_compile_options", false], [1656, "index-0-command:target_link_options", false], [1657, "index-0-command:add_compile_options", false], [1657, "index-0-command:add_link_options", false], [1657, "index-0-command:target_compile_options", false], [1657, "index-0-command:target_link_options", false], [1668, "index-0-command:enable_language", false], [1668, "index-0-command:project", false], [1673, "index-0-command:enable_language", false], [1673, "index-0-command:project", false], [1673, "index-0-command:target_link_libraries", false], [1675, "index-0-command:enable_language", false], [1675, "index-0-command:project", false], [1681, "index-0-command:add_link_options", false], [1681, "index-0-command:target_link_options", false], [1682, "index-0-command:add_link_options", false], [1682, "index-0-command:target_link_options", false], [1713, "index-0-command:find_library", false], [1715, "index-0-command:add_executable", false], [1715, "index-0-command:add_library", false], [1715, "index-0-command:try_compile", false], [1719, "index-0-command:link_directories", false], [1719, "index-1-command:link_directories", false], [1723, "index-0-command:target_link_libraries", false], [1731, "index-0-command:try_compile", false], [1732, "index-0-command:try_compile", false], [1742, "index-0-command:add_subdirectory", false], [1742, "index-0-command:ctest_read_custom_files", false], [1742, "index-0-command:ctest_run_script", false], [1742, "index-0-command:find_package", false], [1742, "index-0-command:function", false], [1742, "index-0-command:include", false], [1742, "index-0-command:macro", false], [1742, "index-0-command:try_compile", false], [1742, "index-0-command:variable_watch", false], [1742, "index-1-command:function", false], [1742, "index-1-command:macro", false], [1743, "index-0-command:message", false], [1744, "index-0-command:message", false], [1745, "index-0-command:message", false], [1746, "index-0-command:cmake_language", false], [1746, "index-0-command:message", false], [1748, "index-0-command:cmake_minimum_required", false], [1754, "index-0-command:find_package", false], [1754, "index-0-command:include", false], [1755, "index-0-command:add_custom_command", false], [1755, "index-0-command:add_custom_target", false], [1756, "index-0-command:enable_language", false], [1756, "index-0-command:project", false], [1756, "index-0-command:try_compile", false], [1757, "index-0-command:enable_language", false], [1757, "index-0-command:project", false], [1757, "index-0-command:try_compile", false], [1758, "index-0-command:file", false], [1758, "index-1-command:file", false], [1758, "index-2-command:file", false], [1759, "index-0-command:file", false], [1759, "index-1-command:file", false], [1759, "index-2-command:file", false], [1772, "index-0-command:enable_language", false], [1772, "index-0-command:project", false], [1773, "index-0-command:enable_language", false], [1773, "index-0-command:project", false], [1774, "index-0-command:enable_language", false], [1774, "index-0-command:project", false], [1775, "index-0-command:find_package", false], [1775, "index-0-command:include", false], [1782, "index-0-command:add_subdirectory", false], [1782, "index-0-command:cmake_minimum_required", false], [1782, "index-0-command:cmake_policy", false], [1782, "index-1-command:cmake_policy", false], [1783, "index-0-command:cmake_minimum_required", false], [1783, "index-0-command:cmake_policy", false], [1784, "index-0-command:try_compile", false], [1785, "index-0-command:find_file", false], [1785, "index-0-command:find_library", false], [1785, "index-0-command:find_package", false], [1785, "index-0-command:find_path", false], [1785, "index-0-command:find_program", false], [1786, "index-0-command:find_program", false], [1787, "index-0-command:project", false], [1787, "index-1-command:project", false], [1787, "index-2-command:project", false], [1787, "index-3-command:project", false], [1788, "index-0-command:project", false], [1788, "index-1-command:project", false], [1788, "index-2-command:project", false], [1788, "index-3-command:project", false], [1789, "index-0-command:project", false], [1789, "index-1-command:project", false], [1790, "index-0-command:project", false], [1790, "index-1-command:project", false], [1791, "index-0-command:project", false], [1791, "index-1-command:project", false], [1791, "index-2-command:project", false], [1791, "index-3-command:project", false], [1792, "index-0-command:project", false], [1792, "index-1-command:project", false], [1793, "index-0-command:project", false], [1793, "index-1-command:project", false], [1794, "index-0-command:project", false], [1794, "index-1-command:project", false], [1795, "index-0-command:project", false], [1795, "index-1-command:project", false], [1795, "index-2-command:project", false], [1795, "index-3-command:project", false], [1796, "index-0-command:project", false], [1796, "index-1-command:project", false], [1797, "index-0-command:project", false], [1797, "index-1-command:project", false], [1798, "index-0-command:project", false], [1798, "index-1-command:project", false], [1799, "index-0-command:project", false], [1799, "index-1-command:project", false], [1801, "index-0-command:find_package", false], [1801, "index-1-command:find_package", false], [1801, "index-2-command:find_package", false], [1808, "index-0-command:add_library", false], [1839, "index-0-command:find_package", false], [1839, "index-0-command:find_program", false], [1840, "index-0-command:find_file", false], [1840, "index-0-command:find_library", false], [1840, "index-0-command:find_package", false], [1840, "index-0-command:find_path", false], [1841, "index-0-command:find_file", false], [1841, "index-0-command:find_library", false], [1841, "index-0-command:find_package", false], [1841, "index-0-command:find_path", false], [1841, "index-0-command:find_program", false], [1842, "index-0-command:find_file", false], [1842, "index-0-command:find_library", false], [1842, "index-0-command:find_package", false], [1842, "index-0-command:find_path", false], [1842, "index-0-command:find_program", false], [1843, "index-0-command:find_file", false], [1843, "index-0-command:find_path", false], [1844, "index-0-command:find_library", false], [1846, "index-0-command:find_file", false], [1846, "index-0-command:find_library", false], [1846, "index-0-command:find_package", false], [1846, "index-0-command:find_path", false], [1846, "index-0-command:find_program", false], [1846, "index-0-command:project", false], [1848, "index-0-command:find_program", false], [1850, "index-0-command:enable_language", false], [1850, "index-0-command:project", false], [1855, "index-0-command:add_test", false], [1856, "index-0-command:file", false], [1856, "index-1-command:file", false], [1856, "index-2-command:file", false], [1857, "index-0-command:file", false], [1857, "index-1-command:file", false], [1857, "index-2-command:file", false], [1858, "index-0-command:file", false], [1858, "index-1-command:file", false], [1858, "index-2-command:file", false], [1860, "index-0-command:try_compile", false], [1860, "index-0-command:try_run", false], [1860, "index-1-command:try_compile", false], [1860, "index-1-command:try_run", false], [1861, "index-0-command:try_compile", false], [1861, "index-1-command:try_compile", false], [1862, "index-0-command:try_compile", false], [1862, "index-1-command:try_compile", false], [1862, "index-2-command:try_compile", false], [1863, "index-0-command:add_executable", false], [1863, "index-0-command:add_library", false], [1863, "index-0-command:try_compile", false], [1868, "index-0-command:enable_language", false], [1868, "index-0-command:include", false], [1868, "index-0-command:project", false], [1868, "index-0-command:try_compile", false], [1868, "index-0-command:try_run", false], [1871, "index-0-command:project", false], [1872, "index-0-command:add_subdirectory", false], [1872, "index-0-command:fetchcontent_makeavailable", false], [1873, "index-0-command:if", false], [1907, "index-0-command:try_compile", false], [1915, "index-0-command:enable_language", false], [1915, "index-0-command:project", false], [1915, "index-0-command:try_compile", false], [1922, "index-0-command:project", false], [1956, "index-0-command:install", false], [1964, "index-0-command:ctest_start", false], [1967, "index-0-command:configure_file", false], [1970, "index-0-command:ctest_coverage", false], [1970, "index-0-command:ctest_read_custom_files", false], [1971, "index-0-command:ctest_build", false], [1971, "index-0-command:ctest_read_custom_files", false], [1972, "index-0-command:ctest_build", false], [1972, "index-0-command:ctest_read_custom_files", false], [1973, "index-0-command:ctest_build", false], [1973, "index-0-command:ctest_read_custom_files", false], [1974, "index-0-command:ctest_build", false], [1974, "index-0-command:ctest_read_custom_files", false], [1975, "index-0-command:ctest_read_custom_files", false], [1975, "index-0-command:ctest_test", false], [1976, "index-0-command:ctest_read_custom_files", false], [1976, "index-0-command:ctest_test", false], [1977, "index-0-command:ctest_read_custom_files", false], [1977, "index-0-command:ctest_test", false], [1978, "index-0-command:ctest_read_custom_files", false], [1978, "index-0-command:ctest_test", false], [1979, "index-0-command:ctest_memcheck", false], [1979, "index-0-command:ctest_read_custom_files", false], [1980, "index-0-command:ctest_memcheck", false], [1980, "index-0-command:ctest_read_custom_files", false], [1981, "index-0-command:ctest_read_custom_files", false], [1981, "index-0-command:ctest_test", false], [1982, "index-0-command:ctest_memcheck", false], [1982, "index-0-command:ctest_read_custom_files", false], [1983, "index-0-command:ctest_read_custom_files", false], [1983, "index-0-command:ctest_test", false], [1984, "index-0-command:ctest_read_custom_files", false], [1984, "index-0-command:ctest_test", false], [1985, "index-0-command:ctest_read_custom_files", false], [1986, "index-0-command:ctest_build", false], [1986, "index-0-command:ctest_read_custom_files", false], [1987, "index-0-command:ctest_build", false], [1987, "index-0-command:ctest_read_custom_files", false], [1997, "index-0-command:ctest_coverage", false], [1997, "index-0-command:ctest_read_custom_files", false], [2015, "index-0-command:ctest_test", false], [2026, "index-0-command:ctest_test", false], [2037, "index-0-command:if", false], [2054, "index-0-command:enable_language", false], [2054, "index-0-command:project", false], [2058, "index-0-command:add_subdirectory", false], [2058, "index-0-command:project", false], [2059, "index-0-command:project", false], [2060, "index-0-command:project", false], [2061, "index-0-command:add_subdirectory", false], [2061, "index-0-command:fetchcontent_makeavailable", false], [2061, "index-0-command:project", false], [2061, "index-1-command:add_subdirectory", false], [2061, "index-1-command:fetchcontent_makeavailable", false], [2061, "index-1-command:project", false], [2061, "index-2-command:project", false], [2061, "index-3-command:project", false], [2061, "index-4-command:project", false], [2062, "index-0-command:add_subdirectory", false], [2062, "index-0-command:project", false], [2063, "index-0-command:project", false], [2064, "index-0-command:project", false], [2065, "index-0-command:project", false], [2066, "index-0-command:project", false], [2067, "index-0-command:project", false], [2068, "index-0-command:project", false], [2069, "index-0-command:project", false], [2070, "index-0-command:project", false], [2071, "index-0-command:add_subdirectory", false], [2071, "index-0-command:fetchcontent_makeavailable", false], [2071, "index-0-command:project", false], [2071, "index-1-command:add_subdirectory", false], [2071, "index-1-command:fetchcontent_makeavailable", false], [2071, "index-1-command:project", false], [2071, "index-2-command:project", false], [2071, "index-3-command:project", false], [2071, "index-4-command:project", false], [2072, "index-0-command:project", false], [2073, "index-0-command:add_subdirectory", false], [2073, "index-0-command:project", false], [2073, "index-1-command:project", false], [2074, "index-0-command:project", false], [2075, "index-0-command:project", false], [2076, "index-0-command:project", false], [2077, "index-0-command:project", false], [2078, "index-0-command:project", false], [2079, "index-0-command:find_package", false], [2079, "index-1-command:find_package", false], [2079, "index-2-command:find_package", false]], "command_config": [[230, "index-0-genex:COMMAND_CONFIG", false], [274, "genex:COMMAND_CONFIG", true], [1330, "index-0-genex:COMMAND_CONFIG", false]], "common_language_runtime": [[969, "prop_tgt:COMMON_LANGUAGE_RUNTIME", true], [1018, "index-0-prop_tgt:COMMON_LANGUAGE_RUNTIME", false], [1056, "index-0-prop_tgt:COMMON_LANGUAGE_RUNTIME", false], [1321, "index-0-prop_tgt:COMMON_LANGUAGE_RUNTIME", false]], "compare_files": [[287, "cmdoption-cmake-E-arg-compare_files", false]], "compatible_interface_bool": [[266, "index-0-prop_tgt:COMPATIBLE_INTERFACE_BOOL", false], [266, "index-1-prop_tgt:COMPATIBLE_INTERFACE_BOOL", false], [970, "prop_tgt:COMPATIBLE_INTERFACE_BOOL", true]], "compatible_interface_number_max": [[266, "index-0-prop_tgt:COMPATIBLE_INTERFACE_NUMBER_MAX", false], [266, "index-1-prop_tgt:COMPATIBLE_INTERFACE_NUMBER_MAX", false], [971, "prop_tgt:COMPATIBLE_INTERFACE_NUMBER_MAX", true], [1317, "index-0-prop_tgt:COMPATIBLE_INTERFACE_NUMBER_MAX", false]], "compatible_interface_number_min": [[266, "index-0-prop_tgt:COMPATIBLE_INTERFACE_NUMBER_MIN", false], [266, "index-1-prop_tgt:COMPATIBLE_INTERFACE_NUMBER_MIN", false], [972, "prop_tgt:COMPATIBLE_INTERFACE_NUMBER_MIN", true], [1317, "index-0-prop_tgt:COMPATIBLE_INTERFACE_NUMBER_MIN", false]], "compatible_interface_string": [[248, "index-0-prop_tgt:COMPATIBLE_INTERFACE_STRING", false], [248, "index-1-prop_tgt:COMPATIBLE_INTERFACE_STRING", false], [266, "index-0-prop_tgt:COMPATIBLE_INTERFACE_STRING", false], [266, "index-1-prop_tgt:COMPATIBLE_INTERFACE_STRING", false], [279, "index-0-prop_tgt:COMPATIBLE_INTERFACE_STRING", false], [973, "prop_tgt:COMPATIBLE_INTERFACE_STRING", true], [1484, "index-0-prop_tgt:COMPATIBLE_INTERFACE_STRING", false]], "compile_definitions": [[0, "index-0-prop_dir:COMPILE_DEFINITIONS", false], [0, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [4, "index-0-prop_dir:COMPILE_DEFINITIONS", false], [4, "index-0-prop_sf:COMPILE_DEFINITIONS", false], [4, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [4, "index-1-prop_dir:COMPILE_DEFINITIONS", false], [111, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [251, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [266, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [266, "index-1-prop_tgt:COMPILE_DEFINITIONS", false], [266, "index-2-prop_tgt:COMPILE_DEFINITIONS", false], [274, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [283, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [555, "index-0-prop_sf:COMPILE_DEFINITIONS", false], [555, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [555, "index-1-prop_sf:COMPILE_DEFINITIONS", false], [555, "index-2-prop_sf:COMPILE_DEFINITIONS", false], [603, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [603, "index-1-prop_tgt:COMPILE_DEFINITIONS", false], [619, "index-0-prop_dir:COMPILE_DEFINITIONS", false], [754, "prop_dir:COMPILE_DEFINITIONS", true], [755, "index-0-prop_dir:COMPILE_DEFINITIONS", false], [757, "index-0-prop_dir:COMPILE_DEFINITIONS", false], [757, "index-1-prop_dir:COMPILE_DEFINITIONS", false], [835, "prop_sf:COMPILE_DEFINITIONS", true], [836, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [837, "index-0-prop_sf:COMPILE_DEFINITIONS", false], [838, "index-0-prop_sf:COMPILE_DEFINITIONS", false], [974, "prop_tgt:COMPILE_DEFINITIONS", true], [975, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [977, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [1094, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [1223, "index-0-prop_sf:COMPILE_DEFINITIONS", false], [1317, "index-0-prop_dir:COMPILE_DEFINITIONS", false], [1317, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [1320, "index-0-prop_sf:COMPILE_DEFINITIONS", false], [1320, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [1320, "index-1-prop_tgt:COMPILE_DEFINITIONS", false], [1323, "index-0-prop_sf:COMPILE_DEFINITIONS", false], [1484, "index-0-prop_tgt:COMPILE_DEFINITIONS", false]], "compile_definitions_": [[603, "index-0-prop_dir:COMPILE_DEFINITIONS_", false], [603, "index-0-prop_tgt:COMPILE_DEFINITIONS_", false], [603, "index-1-prop_tgt:COMPILE_DEFINITIONS_", false], [603, "index-2-prop_tgt:COMPILE_DEFINITIONS_", false], [603, "index-3-prop_tgt:COMPILE_DEFINITIONS_", false], [754, "index-0-prop_dir:COMPILE_DEFINITIONS_", false], [755, "prop_dir:COMPILE_DEFINITIONS_", true], [836, "prop_sf:COMPILE_DEFINITIONS_", true], [974, "index-0-prop_tgt:COMPILE_DEFINITIONS_", false], [975, "prop_tgt:COMPILE_DEFINITIONS_", true], [1317, "index-0-prop_dir:COMPILE_DEFINITIONS_", false], [1317, "index-0-prop_tgt:COMPILE_DEFINITIONS_", false]], "compile_features": [[55, "index-0-genex:COMPILE_FEATURES", false], [112, "index-0-prop_tgt:COMPILE_FEATURES", false], [266, "index-0-prop_tgt:COMPILE_FEATURES", false], [266, "index-1-prop_tgt:COMPILE_FEATURES", false], [274, "genex:COMPILE_FEATURES", true], [976, "prop_tgt:COMPILE_FEATURES", true], [1095, "index-0-prop_tgt:COMPILE_FEATURES", false], [1318, "index-0-prop_tgt:COMPILE_FEATURES", false], [1318, "index-1-prop_tgt:COMPILE_FEATURES", false], [1484, "index-0-prop_tgt:COMPILE_FEATURES", false]], "compile_flags": [[555, "index-0-prop_sf:COMPILE_FLAGS", false], [837, "prop_sf:COMPILE_FLAGS", true], [838, "index-0-prop_sf:COMPILE_FLAGS", false], [977, "prop_tgt:COMPILE_FLAGS", true], [1223, "index-0-prop_sf:COMPILE_FLAGS", false], [1317, "index-0-prop_tgt:COMPILE_FLAGS", false], [1347, "index-0-prop_sf:COMPILE_FLAGS", false]], "compile_lang_and_id": [[274, "genex:COMPILE_LANG_AND_ID", true], [1324, "index-0-genex:COMPILE_LANG_AND_ID", false], [1324, "index-1-genex:COMPILE_LANG_AND_ID", false]], "compile_language": [[1, "index-0-genex:COMPILE_LANGUAGE", false], [1, "index-1-genex:COMPILE_LANGUAGE", false], [1, "index-2-genex:COMPILE_LANGUAGE", false], [113, "index-0-genex:COMPILE_LANGUAGE", false], [118, "index-0-genex:COMPILE_LANGUAGE", false], [118, "index-1-genex:COMPILE_LANGUAGE", false], [274, "genex:COMPILE_LANGUAGE", true], [978, "index-0-genex:COMPILE_LANGUAGE", false], [1324, "index-0-genex:COMPILE_LANGUAGE", false]], "compile_only": [[274, "genex:COMPILE_ONLY", true], [1337, "index-0-genex:COMPILE_ONLY", false]], "compile_options": [[1, "index-0-prop_dir:COMPILE_OPTIONS", false], [1, "index-0-prop_sf:COMPILE_OPTIONS", false], [113, "index-0-prop_sf:COMPILE_OPTIONS", false], [113, "index-0-prop_tgt:COMPILE_OPTIONS", false], [113, "index-1-prop_tgt:COMPILE_OPTIONS", false], [266, "index-0-prop_tgt:COMPILE_OPTIONS", false], [266, "index-1-prop_tgt:COMPILE_OPTIONS", false], [266, "index-2-prop_tgt:COMPILE_OPTIONS", false], [555, "index-0-prop_sf:COMPILE_OPTIONS", false], [555, "index-0-prop_tgt:COMPILE_OPTIONS", false], [555, "index-1-prop_sf:COMPILE_OPTIONS", false], [661, "index-0-prop_tgt:COMPILE_OPTIONS", false], [661, "index-1-prop_tgt:COMPILE_OPTIONS", false], [756, "index-0-prop_tgt:COMPILE_OPTIONS", false], [756, "prop_dir:COMPILE_OPTIONS", true], [837, "index-0-prop_sf:COMPILE_OPTIONS", false], [838, "prop_sf:COMPILE_OPTIONS", true], [977, "index-0-prop_tgt:COMPILE_OPTIONS", false], [978, "index-0-prop_dir:COMPILE_OPTIONS", false], [978, "prop_tgt:COMPILE_OPTIONS", true], [1096, "index-0-prop_tgt:COMPILE_OPTIONS", false], [1223, "index-0-prop_sf:COMPILE_OPTIONS", false], [1317, "index-0-prop_tgt:COMPILE_OPTIONS", false], [1320, "index-0-prop_sf:COMPILE_OPTIONS", false], [1320, "index-0-prop_tgt:COMPILE_OPTIONS", false], [1320, "index-1-prop_tgt:COMPILE_OPTIONS", false], [1323, "index-0-prop_sf:COMPILE_OPTIONS", false], [1484, "index-0-prop_tgt:COMPILE_OPTIONS", false]], "compile_pdb_name": [[979, "prop_tgt:COMPILE_PDB_NAME", true], [980, "index-0-prop_tgt:COMPILE_PDB_NAME", false], [1184, "index-0-prop_tgt:COMPILE_PDB_NAME", false], [1184, "index-1-prop_tgt:COMPILE_PDB_NAME", false], [1318, "index-0-prop_tgt:COMPILE_PDB_NAME", false]], "compile_pdb_name_": [[980, "prop_tgt:COMPILE_PDB_NAME_", true], [1185, "index-0-prop_tgt:COMPILE_PDB_NAME_", false], [1185, "index-1-prop_tgt:COMPILE_PDB_NAME_", false]], "compile_pdb_output_directory": [[981, "prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY", true], [982, "index-0-prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY", false], [1186, "index-0-prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY", false], [1186, "index-1-prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY", false], [1318, "index-0-prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY", false], [1442, "index-0-prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY", false]], "compile_pdb_output_directory_": [[982, "prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY_", true], [1187, "index-0-prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY_", false], [1187, "index-1-prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY_", false], [1443, "index-0-prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY_", false]], "compile_warning_as_error": [[287, "index-0-prop_tgt:COMPILE_WARNING_AS_ERROR", false], [983, "prop_tgt:COMPILE_WARNING_AS_ERROR", true], [1334, "index-0-prop_tgt:COMPILE_WARNING_AS_ERROR", false], [1334, "index-1-prop_tgt:COMPILE_WARNING_AS_ERROR", false], [1444, "index-0-prop_tgt:COMPILE_WARNING_AS_ERROR", false]], "condition": [[274, "genex:condition", true]], "config": [[55, "index-0-genex:CONFIG", false], [230, "index-0-genex:CONFIG", false], [266, "index-0-genex:CONFIG", false], [266, "index-1-genex:CONFIG", false], [266, "index-2-genex:CONFIG", false], [274, "genex:CONFIG", true], [274, "index-0-genex:CONFIG", false], [1429, "index-0-genex:CONFIG", false]], "configuration": [[274, "genex:CONFIGURATION", true], [274, "index-0-genex:CONFIGURATION", false]], "configure_file": [[2, "index-0-command:configure_file", false], [3, "index-0-command:configure_file", false], [24, "command:configure_file", true], [55, "index-0-command:configure_file", false], [55, "index-1-command:configure_file", false], [55, "index-2-command:configure_file", false], [55, "index-3-command:configure_file", false], [55, "index-4-command:configure_file", false], [108, "index-0-command:configure_file", false], [128, "index-0-command:configure_file", false], [141, "index-0-command:configure_file", false], [248, "index-0-command:configure_file", false], [249, "index-0-command:configure_file", false], [249, "index-1-command:configure_file", false], [249, "index-2-command:configure_file", false], [249, "index-3-command:configure_file", false], [249, "index-4-command:configure_file", false], [249, "index-5-command:configure_file", false], [250, "index-0-command:configure_file", false], [304, "index-0-command:configure_file", false], [304, "index-1-command:configure_file", false], [304, "index-2-command:configure_file", false], [304, "index-3-command:configure_file", false], [304, "index-4-command:configure_file", false], [319, "index-0-command:configure_file", false], [378, "index-0-command:configure_file", false], [613, "index-0-command:configure_file", false], [1317, "index-0-command:configure_file", false], [1319, "index-0-command:configure_file", false], [1327, "index-0-command:configure_file", false], [1328, "index-0-command:configure_file", false], [1330, "index-0-command:configure_file", false], [1967, "index-0-command:configure_file", false]], "configure_package_config_file": [[248, "index-0-command:configure_package_config_file", false], [250, "index-0-command:configure_package_config_file", false], [304, "command:configure_package_config_file", true], [304, "index-0-command:configure_package_config_file", false], [1318, "index-0-command:configure_package_config_file", false]], "continue": [[12, "index-0-command:continue", false], [13, "index-0-command:continue", false], [25, "command:continue", true], [62, "index-0-command:continue", false], [62, "index-1-command:continue", false], [127, "index-0-command:continue", false], [127, "index-1-command:continue", false], [277, "index-0-command:continue", false], [1329, "index-0-command:continue", false]], "copy": [[287, "cmdoption-cmake-E-arg-copy", false]], "copy_directory": [[287, "cmdoption-cmake-E-arg-copy_directory", false]], "copy_directory_if_different": [[287, "cmdoption-cmake-E-arg-copy_directory_if_different", false]], "copy_if_different": [[287, "cmdoption-cmake-E-arg-copy_if_different", false]], "cost": [[888, "prop_test:COST", true]], "cpack": [[132, "index-0-module:CPack", false], [132, "index-1-module:CPack", false], [132, "index-2-module:CPack", false], [133, "index-0-module:CPack", false], [135, "index-0-module:CPack", false], [135, "index-1-module:CPack", false], [135, "index-2-module:CPack", false], [139, "index-0-module:CPack", false], [139, "index-1-module:CPack", false], [139, "index-2-module:CPack", false], [142, "index-0-module:CPack", false], [142, "index-1-module:CPack", false], [142, "index-2-module:CPack", false], [259, "index-0-module:CPack", false], [289, "index-0-module:CPack", false], [310, "module:CPack", true], [313, "index-0-module:CPack", false], [597, "index-0-module:CPack", false], [693, "index-0-module:CPack", false], [732, "index-0-module:CPack", false], [732, "index-1-module:CPack", false], [1321, "index-0-module:CPack", false], [1323, "index-0-module:CPack", false], [1330, "index-0-module:CPack", false], [1333, "index-0-module:CPack", false], [1334, "index-0-module:CPack", false], [1335, "index-0-module:CPack", false], [1342, "index-0-module:CPack", false], [1343, "index-0-module:CPack", false], [1343, "index-1-module:CPack", false], [1343, "index-2-module:CPack", false]], "cpack archive generator": [[129, "cpack_gen:CPack Archive Generator", true], [259, "index-0-cpack_gen:CPack Archive Generator", false], [310, "index-0-cpack_gen:CPack Archive Generator", false], [311, "index-0-cpack_gen:CPack Archive Generator", false], [1325, "index-0-cpack_gen:CPack Archive Generator", false], [1327, "index-0-cpack_gen:CPack Archive Generator", false], [1335, "index-0-cpack_gen:CPack Archive Generator", false], [1348, "index-0-cpack_gen:CPack Archive Generator", false]], "cpack bundle generator": [[130, "cpack_gen:CPack Bundle Generator", true], [312, "index-0-cpack_gen:CPack Bundle Generator", false]], "cpack command line option": [[289, "cmdoption-cpack-2", false], [289, "cmdoption-cpack-B", false], [289, "cmdoption-cpack-C", false], [289, "cmdoption-cpack-D", false], [289, "cmdoption-cpack-G", false], [289, "cmdoption-cpack-P", false], [289, "cmdoption-cpack-R", false], [289, "cmdoption-cpack-V", false], [289, "cmdoption-cpack-config", false], [289, "cmdoption-cpack-debug", false], [289, "cmdoption-cpack-h", false], [289, "cmdoption-cpack-help-command", false], [289, "cmdoption-cpack-help-command-list", false], [289, "cmdoption-cpack-help-commands", false], [289, "cmdoption-cpack-help-full", false], [289, "cmdoption-cpack-help-manual", false], [289, "cmdoption-cpack-help-manual-list", false], [289, "cmdoption-cpack-help-module", false], [289, "cmdoption-cpack-help-module-list", false], [289, "cmdoption-cpack-help-modules", false], [289, "cmdoption-cpack-help-policies", false], [289, "cmdoption-cpack-help-policy", false], [289, "cmdoption-cpack-help-policy-list", false], [289, "cmdoption-cpack-help-properties", false], [289, "cmdoption-cpack-help-property", false], [289, "cmdoption-cpack-help-property-list", false], [289, "cmdoption-cpack-help-variable", false], [289, "cmdoption-cpack-help-variable-list", false], [289, "cmdoption-cpack-help-variables", false], [289, "cmdoption-cpack-list-presets", false], [289, "cmdoption-cpack-preset", false], [289, "cmdoption-cpack-trace", false], [289, "cmdoption-cpack-trace-expand", false], [289, "cmdoption-cpack-vendor", false], [289, "cmdoption-cpack-version", false]], "cpack cygwin generator": [[129, "index-0-cpack_gen:CPack Cygwin Generator", false], [131, "cpack_gen:CPack Cygwin Generator", true], [314, "index-0-cpack_gen:CPack Cygwin Generator", false]], "cpack deb generator": [[132, "cpack_gen:CPack DEB Generator", true], [135, "index-0-cpack_gen:CPack DEB Generator", false], [316, "index-0-cpack_gen:CPack DEB Generator", false], [1318, "index-0-cpack_gen:CPack DEB Generator", false], [1319, "index-0-cpack_gen:CPack DEB Generator", false], [1319, "index-1-cpack_gen:CPack DEB Generator", false], [1319, "index-2-cpack_gen:CPack DEB Generator", false], [1319, "index-3-cpack_gen:CPack DEB Generator", false], [1322, "index-0-cpack_gen:CPack DEB Generator", false], [1322, "index-1-cpack_gen:CPack DEB Generator", false], [1325, "index-0-cpack_gen:CPack DEB Generator", false], [1330, "index-0-cpack_gen:CPack DEB Generator", false], [1332, "index-0-cpack_gen:CPack DEB Generator", false], [1339, "index-0-cpack_gen:CPack DEB Generator", false], [1340, "index-0-cpack_gen:CPack DEB Generator", false], [1340, "index-1-cpack_gen:CPack DEB Generator", false], [1342, "index-0-cpack_gen:CPack DEB Generator", false], [1343, "index-0-cpack_gen:CPack DEB Generator", false], [1343, "index-1-cpack_gen:CPack DEB Generator", false], [1343, "index-2-cpack_gen:CPack DEB Generator", false], [1344, "index-0-cpack_gen:CPack DEB Generator", false], [1344, "index-1-cpack_gen:CPack DEB Generator", false], [1345, "index-0-cpack_gen:CPack DEB Generator", false], [1345, "index-1-cpack_gen:CPack DEB Generator", false], [1345, "index-2-cpack_gen:CPack DEB Generator", false], [1345, "index-3-cpack_gen:CPack DEB Generator", false], [1345, "index-4-cpack_gen:CPack DEB Generator", false], [1345, "index-5-cpack_gen:CPack DEB Generator", false], [1345, "index-6-cpack_gen:CPack DEB Generator", false], [1346, "index-0-cpack_gen:CPack DEB Generator", false]], "cpack dragndrop generator": [[133, "cpack_gen:CPack DragNDrop Generator", true], [315, "index-0-cpack_gen:CPack DragNDrop Generator", false], [693, "index-0-cpack_gen:CPack DragNDrop Generator", false], [693, "index-1-cpack_gen:CPack DragNDrop Generator", false], [1326, "index-0-cpack_gen:CPack DragNDrop Generator", false], [1326, "index-1-cpack_gen:CPack DragNDrop Generator", false], [1331, "index-0-cpack_gen:CPack DragNDrop Generator", false], [1333, "index-0-cpack_gen:CPack DragNDrop Generator", false], [1334, "index-0-cpack_gen:CPack DragNDrop Generator", false], [1344, "index-0-cpack_gen:CPack DragNDrop Generator", false], [1344, "index-1-cpack_gen:CPack DragNDrop Generator", false], [1345, "index-0-cpack_gen:CPack DragNDrop Generator", false]], "cpack external generator": [[134, "cpack_gen:CPack External Generator", true], [1322, "index-0-cpack_gen:CPack External Generator", false], [1328, "index-0-cpack_gen:CPack External Generator", false]], "cpack freebsd generator": [[129, "index-0-cpack_gen:CPack FreeBSD Generator", false], [135, "cpack_gen:CPack FreeBSD Generator", true], [317, "index-0-cpack_gen:CPack FreeBSD Generator", false], [1319, "index-0-cpack_gen:CPack FreeBSD Generator", false]], "cpack generator": [[129, "cpack_gen:CPack Archive Generator", true], [129, "index-0-cpack_gen:CPack Cygwin Generator", false], [129, "index-0-cpack_gen:CPack FreeBSD Generator", false], [130, "cpack_gen:CPack Bundle Generator", true], [131, "cpack_gen:CPack Cygwin Generator", true], [132, "cpack_gen:CPack DEB Generator", true], [133, "cpack_gen:CPack DragNDrop Generator", true], [134, "cpack_gen:CPack External Generator", true], [135, "cpack_gen:CPack FreeBSD Generator", true], [135, "index-0-cpack_gen:CPack DEB Generator", false], [136, "cpack_gen:CPack IFW Generator", true], [137, "cpack_gen:CPack Inno Setup Generator", true], [138, "cpack_gen:CPack NSIS Generator", true], [139, "cpack_gen:CPack NuGet Generator", true], [140, "cpack_gen:CPack PackageMaker Generator", true], [140, "index-0-cpack_gen:CPack productbuild Generator", false], [141, "cpack_gen:CPack productbuild Generator", true], [142, "cpack_gen:CPack RPM Generator", true], [143, "cpack_gen:CPack WIX Generator", true], [259, "index-0-cpack_gen:CPack Archive Generator", false], [310, "index-0-cpack_gen:CPack Archive Generator", false], [311, "index-0-cpack_gen:CPack Archive Generator", false], [312, "index-0-cpack_gen:CPack Bundle Generator", false], [314, "index-0-cpack_gen:CPack Cygwin Generator", false], [315, "index-0-cpack_gen:CPack DragNDrop Generator", false], [316, "index-0-cpack_gen:CPack DEB Generator", false], [317, "index-0-cpack_gen:CPack FreeBSD Generator", false], [318, "index-0-cpack_gen:CPack IFW Generator", false], [320, "index-0-cpack_gen:CPack NSIS Generator", false], [321, "index-0-cpack_gen:CPack NuGet Generator", false], [322, "index-0-cpack_gen:CPack productbuild Generator", false], [323, "index-0-cpack_gen:CPack RPM Generator", false], [324, "index-0-cpack_gen:CPack WIX Generator", false], [693, "index-0-cpack_gen:CPack DragNDrop Generator", false], [693, "index-1-cpack_gen:CPack DragNDrop Generator", false], [721, "index-0-cpack_gen:CPack productbuild Generator", false], [721, "index-1-cpack_gen:CPack productbuild Generator", false], [732, "index-0-cpack_gen:CPack WIX Generator", false], [732, "index-1-cpack_gen:CPack WIX Generator", false], [826, "index-0-cpack_gen:CPack WIX Generator", false], [827, "index-0-cpack_gen:CPack WIX Generator", false], [828, "index-0-cpack_gen:CPack WIX Generator", false], [829, "index-0-cpack_gen:CPack WIX Generator", false], [830, "index-0-cpack_gen:CPack WIX Generator", false], [831, "index-0-cpack_gen:CPack WIX Generator", false], [1318, "index-0-cpack_gen:CPack DEB Generator", false], [1318, "index-0-cpack_gen:CPack IFW Generator", false], [1318, "index-0-cpack_gen:CPack WIX Generator", false], [1319, "index-0-cpack_gen:CPack DEB Generator", false], [1319, "index-0-cpack_gen:CPack FreeBSD Generator", false], [1319, "index-0-cpack_gen:CPack IFW Generator", false], [1319, "index-0-cpack_gen:CPack RPM Generator", false], [1319, "index-1-cpack_gen:CPack DEB Generator", false], [1319, "index-1-cpack_gen:CPack IFW Generator", false], [1319, "index-2-cpack_gen:CPack DEB Generator", false], [1319, "index-3-cpack_gen:CPack DEB Generator", false], [1320, "index-0-cpack_gen:CPack IFW Generator", false], [1320, "index-0-cpack_gen:CPack RPM Generator", false], [1321, "index-0-cpack_gen:CPack NuGet Generator", false], [1322, "index-0-cpack_gen:CPack DEB Generator", false], [1322, "index-0-cpack_gen:CPack External Generator", false], [1322, "index-1-cpack_gen:CPack DEB Generator", false], [1324, "index-0-cpack_gen:CPack IFW Generator", false], [1325, "index-0-cpack_gen:CPack Archive Generator", false], [1325, "index-0-cpack_gen:CPack DEB Generator", false], [1326, "index-0-cpack_gen:CPack DragNDrop Generator", false], [1326, "index-0-cpack_gen:CPack NSIS Generator", false], [1326, "index-0-cpack_gen:CPack productbuild Generator", false], [1326, "index-1-cpack_gen:CPack DragNDrop Generator", false], [1326, "index-1-cpack_gen:CPack NSIS Generator", false], [1326, "index-2-cpack_gen:CPack NSIS Generator", false], [1326, "index-3-cpack_gen:CPack NSIS Generator", false], [1326, "index-4-cpack_gen:CPack NSIS Generator", false], [1326, "index-5-cpack_gen:CPack NSIS Generator", false], [1327, "index-0-cpack_gen:CPack Archive Generator", false], [1327, "index-0-cpack_gen:CPack NSIS Generator", false], [1327, "index-0-cpack_gen:CPack RPM Generator", false], [1328, "index-0-cpack_gen:CPack External Generator", false], [1328, "index-0-cpack_gen:CPack WIX Generator", false], [1329, "index-0-cpack_gen:CPack RPM Generator", false], [1329, "index-1-cpack_gen:CPack RPM Generator", false], [1329, "index-2-cpack_gen:CPack RPM Generator", false], [1329, "index-3-cpack_gen:CPack RPM Generator", false], [1329, "index-4-cpack_gen:CPack RPM Generator", false], [1330, "index-0-cpack_gen:CPack DEB Generator", false], [1330, "index-0-cpack_gen:CPack IFW Generator", false], [1330, "index-0-cpack_gen:CPack NSIS Generator", false], [1330, "index-0-cpack_gen:CPack NuGet Generator", false], [1330, "index-1-cpack_gen:CPack NSIS Generator", false], [1330, "index-1-cpack_gen:CPack NuGet Generator", false], [1331, "index-0-cpack_gen:CPack DragNDrop Generator", false], [1331, "index-0-cpack_gen:CPack IFW Generator", false], [1331, "index-0-cpack_gen:CPack NSIS Generator", false], [1332, "index-0-cpack_gen:CPack DEB Generator", false], [1332, "index-0-cpack_gen:CPack NSIS Generator", false], [1332, "index-0-cpack_gen:CPack RPM Generator", false], [1332, "index-1-cpack_gen:CPack NSIS Generator", false], [1333, "index-0-cpack_gen:CPack DragNDrop Generator", false], [1333, "index-0-cpack_gen:CPack IFW Generator", false], [1333, "index-0-cpack_gen:CPack WIX Generator", false], [1333, "index-0-cpack_gen:CPack productbuild Generator", false], [1333, "index-1-cpack_gen:CPack IFW Generator", false], [1333, "index-1-cpack_gen:CPack productbuild Generator", false], [1333, "index-2-cpack_gen:CPack IFW Generator", false], [1333, "index-2-cpack_gen:CPack productbuild Generator", false], [1333, "index-3-cpack_gen:CPack IFW Generator", false], [1333, "index-4-cpack_gen:CPack IFW Generator", false], [1334, "index-0-cpack_gen:CPack DragNDrop Generator", false], [1334, "index-0-cpack_gen:CPack PackageMaker Generator", false], [1334, "index-0-cpack_gen:CPack WIX Generator", false], [1335, "index-0-cpack_gen:CPack Archive Generator", false], [1335, "index-0-cpack_gen:CPack NSIS Generator", false], [1337, "index-0-cpack_gen:CPack Inno Setup Generator", false], [1339, "index-0-cpack_gen:CPack DEB Generator", false], [1339, "index-0-cpack_gen:CPack RPM Generator", false], [1339, "index-0-cpack_gen:CPack WIX Generator", false], [1339, "index-1-cpack_gen:CPack WIX Generator", false], [1340, "index-0-cpack_gen:CPack DEB Generator", false], [1340, "index-0-cpack_gen:CPack IFW Generator", false], [1340, "index-0-cpack_gen:CPack RPM Generator", false], [1340, "index-1-cpack_gen:CPack DEB Generator", false], [1340, "index-1-cpack_gen:CPack RPM Generator", false], [1340, "index-2-cpack_gen:CPack RPM Generator", false], [1341, "index-0-cpack_gen:CPack Inno Setup Generator", false], [1341, "index-0-cpack_gen:CPack NuGet Generator", false], [1341, "index-0-cpack_gen:CPack WIX Generator", false], [1341, "index-1-cpack_gen:CPack NuGet Generator", false], [1342, "index-0-cpack_gen:CPack DEB Generator", false], [1342, "index-0-cpack_gen:CPack IFW Generator", false], [1342, "index-0-cpack_gen:CPack RPM Generator", false], [1342, "index-0-cpack_gen:CPack WIX Generator", false], [1343, "index-0-cpack_gen:CPack DEB Generator", false], [1343, "index-1-cpack_gen:CPack DEB Generator", false], [1343, "index-2-cpack_gen:CPack DEB Generator", false], [1344, "index-0-cpack_gen:CPack DEB Generator", false], [1344, "index-0-cpack_gen:CPack DragNDrop Generator", false], [1344, "index-0-cpack_gen:CPack NSIS Generator", false], [1344, "index-0-cpack_gen:CPack RPM Generator", false], [1344, "index-1-cpack_gen:CPack DEB Generator", false], [1344, "index-1-cpack_gen:CPack DragNDrop Generator", false], [1345, "index-0-cpack_gen:CPack DEB Generator", false], [1345, "index-0-cpack_gen:CPack DragNDrop Generator", false], [1345, "index-0-cpack_gen:CPack RPM Generator", false], [1345, "index-1-cpack_gen:CPack DEB Generator", false], [1345, "index-1-cpack_gen:CPack RPM Generator", false], [1345, "index-2-cpack_gen:CPack DEB Generator", false], [1345, "index-2-cpack_gen:CPack RPM Generator", false], [1345, "index-3-cpack_gen:CPack DEB Generator", false], [1345, "index-3-cpack_gen:CPack RPM Generator", false], [1345, "index-4-cpack_gen:CPack DEB Generator", false], [1345, "index-4-cpack_gen:CPack RPM Generator", false], [1345, "index-5-cpack_gen:CPack DEB Generator", false], [1345, "index-6-cpack_gen:CPack DEB Generator", false], [1346, "index-0-cpack_gen:CPack DEB Generator", false], [1346, "index-0-cpack_gen:CPack NSIS Generator", false], [1346, "index-0-cpack_gen:CPack RPM Generator", false], [1346, "index-0-cpack_gen:CPack WIX Generator", false], [1346, "index-0-cpack_gen:CPack productbuild Generator", false], [1346, "index-1-cpack_gen:CPack RPM Generator", false], [1346, "index-1-cpack_gen:CPack WIX Generator", false], [1346, "index-2-cpack_gen:CPack WIX Generator", false], [1346, "index-3-cpack_gen:CPack WIX Generator", false], [1347, "index-0-cpack_gen:CPack IFW Generator", false], [1347, "index-0-cpack_gen:CPack RPM Generator", false], [1347, "index-0-cpack_gen:CPack productbuild Generator", false], [1347, "index-1-cpack_gen:CPack RPM Generator", false], [1347, "index-2-cpack_gen:CPack RPM Generator", false], [1347, "index-3-cpack_gen:CPack RPM Generator", false], [1348, "index-0-cpack_gen:CPack Archive Generator", false], [1348, "index-0-cpack_gen:CPack IFW Generator", false], [1348, "index-0-cpack_gen:CPack RPM Generator", false], [1348, "index-0-cpack_gen:CPack WIX Generator", false], [1348, "index-0-cpack_gen:CPack productbuild Generator", false], [1348, "index-1-cpack_gen:CPack WIX Generator", false]], "cpack ifw generator": [[136, "cpack_gen:CPack IFW Generator", true], [318, "index-0-cpack_gen:CPack IFW Generator", false], [1318, "index-0-cpack_gen:CPack IFW Generator", false], [1319, "index-0-cpack_gen:CPack IFW Generator", false], [1319, "index-1-cpack_gen:CPack IFW Generator", false], [1320, "index-0-cpack_gen:CPack IFW Generator", false], [1324, "index-0-cpack_gen:CPack IFW Generator", false], [1330, "index-0-cpack_gen:CPack IFW Generator", false], [1331, "index-0-cpack_gen:CPack IFW Generator", false], [1333, "index-0-cpack_gen:CPack IFW Generator", false], [1333, "index-1-cpack_gen:CPack IFW Generator", false], [1333, "index-2-cpack_gen:CPack IFW Generator", false], [1333, "index-3-cpack_gen:CPack IFW Generator", false], [1333, "index-4-cpack_gen:CPack IFW Generator", false], [1340, "index-0-cpack_gen:CPack IFW Generator", false], [1342, "index-0-cpack_gen:CPack IFW Generator", false], [1347, "index-0-cpack_gen:CPack IFW Generator", false], [1348, "index-0-cpack_gen:CPack IFW Generator", false]], "cpack inno setup generator": [[137, "cpack_gen:CPack Inno Setup Generator", true], [1337, "index-0-cpack_gen:CPack Inno Setup Generator", false], [1341, "index-0-cpack_gen:CPack Inno Setup Generator", false]], "cpack nsis generator": [[138, "cpack_gen:CPack NSIS Generator", true], [320, "index-0-cpack_gen:CPack NSIS Generator", false], [1326, "index-0-cpack_gen:CPack NSIS Generator", false], [1326, "index-1-cpack_gen:CPack NSIS Generator", false], [1326, "index-2-cpack_gen:CPack NSIS Generator", false], [1326, "index-3-cpack_gen:CPack NSIS Generator", false], [1326, "index-4-cpack_gen:CPack NSIS Generator", false], [1326, "index-5-cpack_gen:CPack NSIS Generator", false], [1327, "index-0-cpack_gen:CPack NSIS Generator", false], [1330, "index-0-cpack_gen:CPack NSIS Generator", false], [1330, "index-1-cpack_gen:CPack NSIS Generator", false], [1331, "index-0-cpack_gen:CPack NSIS Generator", false], [1332, "index-0-cpack_gen:CPack NSIS Generator", false], [1332, "index-1-cpack_gen:CPack NSIS Generator", false], [1335, "index-0-cpack_gen:CPack NSIS Generator", false], [1344, "index-0-cpack_gen:CPack NSIS Generator", false], [1346, "index-0-cpack_gen:CPack NSIS Generator", false]], "cpack nuget generator": [[139, "cpack_gen:CPack NuGet Generator", true], [321, "index-0-cpack_gen:CPack NuGet Generator", false], [1321, "index-0-cpack_gen:CPack NuGet Generator", false], [1330, "index-0-cpack_gen:CPack NuGet Generator", false], [1330, "index-1-cpack_gen:CPack NuGet Generator", false], [1341, "index-0-cpack_gen:CPack NuGet Generator", false], [1341, "index-1-cpack_gen:CPack NuGet Generator", false]], "cpack packagemaker generator": [[140, "cpack_gen:CPack PackageMaker Generator", true], [1334, "index-0-cpack_gen:CPack PackageMaker Generator", false]], "cpack productbuild generator": [[140, "index-0-cpack_gen:CPack productbuild Generator", false], [141, "cpack_gen:CPack productbuild Generator", true], [322, "index-0-cpack_gen:CPack productbuild Generator", false], [721, "index-0-cpack_gen:CPack productbuild Generator", false], [721, "index-1-cpack_gen:CPack productbuild Generator", false], [1326, "index-0-cpack_gen:CPack productbuild Generator", false], [1333, "index-0-cpack_gen:CPack productbuild Generator", false], [1333, "index-1-cpack_gen:CPack productbuild Generator", false], [1333, "index-2-cpack_gen:CPack productbuild Generator", false], [1346, "index-0-cpack_gen:CPack productbuild Generator", false], [1347, "index-0-cpack_gen:CPack productbuild Generator", false], [1348, "index-0-cpack_gen:CPack productbuild Generator", false]], "cpack rpm generator": [[142, "cpack_gen:CPack RPM Generator", true], [323, "index-0-cpack_gen:CPack RPM Generator", false], [1319, "index-0-cpack_gen:CPack RPM Generator", false], [1320, "index-0-cpack_gen:CPack RPM Generator", false], [1327, "index-0-cpack_gen:CPack RPM Generator", false], [1329, "index-0-cpack_gen:CPack RPM Generator", false], [1329, "index-1-cpack_gen:CPack RPM Generator", false], [1329, "index-2-cpack_gen:CPack RPM Generator", false], [1329, "index-3-cpack_gen:CPack RPM Generator", false], [1329, "index-4-cpack_gen:CPack RPM Generator", false], [1332, "index-0-cpack_gen:CPack RPM Generator", false], [1339, "index-0-cpack_gen:CPack RPM Generator", false], [1340, "index-0-cpack_gen:CPack RPM Generator", false], [1340, "index-1-cpack_gen:CPack RPM Generator", false], [1340, "index-2-cpack_gen:CPack RPM Generator", false], [1342, "index-0-cpack_gen:CPack RPM Generator", false], [1344, "index-0-cpack_gen:CPack RPM Generator", false], [1345, "index-0-cpack_gen:CPack RPM Generator", false], [1345, "index-1-cpack_gen:CPack RPM Generator", false], [1345, "index-2-cpack_gen:CPack RPM Generator", false], [1345, "index-3-cpack_gen:CPack RPM Generator", false], [1345, "index-4-cpack_gen:CPack RPM Generator", false], [1346, "index-0-cpack_gen:CPack RPM Generator", false], [1346, "index-1-cpack_gen:CPack RPM Generator", false], [1347, "index-0-cpack_gen:CPack RPM Generator", false], [1347, "index-1-cpack_gen:CPack RPM Generator", false], [1347, "index-2-cpack_gen:CPack RPM Generator", false], [1347, "index-3-cpack_gen:CPack RPM Generator", false], [1348, "index-0-cpack_gen:CPack RPM Generator", false]], "cpack wix generator": [[143, "cpack_gen:CPack WIX Generator", true], [324, "index-0-cpack_gen:CPack WIX Generator", false], [732, "index-0-cpack_gen:CPack WIX Generator", false], [732, "index-1-cpack_gen:CPack WIX Generator", false], [826, "index-0-cpack_gen:CPack WIX Generator", false], [827, "index-0-cpack_gen:CPack WIX Generator", false], [828, "index-0-cpack_gen:CPack WIX Generator", false], [829, "index-0-cpack_gen:CPack WIX Generator", false], [830, "index-0-cpack_gen:CPack WIX Generator", false], [831, "index-0-cpack_gen:CPack WIX Generator", false], [1318, "index-0-cpack_gen:CPack WIX Generator", false], [1328, "index-0-cpack_gen:CPack WIX Generator", false], [1333, "index-0-cpack_gen:CPack WIX Generator", false], [1334, "index-0-cpack_gen:CPack WIX Generator", false], [1339, "index-0-cpack_gen:CPack WIX Generator", false], [1339, "index-1-cpack_gen:CPack WIX Generator", false], [1341, "index-0-cpack_gen:CPack WIX Generator", false], [1342, "index-0-cpack_gen:CPack WIX Generator", false], [1346, "index-0-cpack_gen:CPack WIX Generator", false], [1346, "index-1-cpack_gen:CPack WIX Generator", false], [1346, "index-2-cpack_gen:CPack WIX Generator", false], [1346, "index-3-cpack_gen:CPack WIX Generator", false], [1348, "index-0-cpack_gen:CPack WIX Generator", false], [1348, "index-1-cpack_gen:CPack WIX Generator", false]], "cpack(1)": [[77, "index-0-manual:cpack(1)", false], [133, "index-0-manual:cpack(1)", false], [142, "index-0-manual:cpack(1)", false], [167, "index-0-manual:cpack(1)", false], [258, "index-0-manual:cpack(1)", false], [259, "index-0-manual:cpack(1)", false], [287, "index-0-manual:cpack(1)", false], [289, "manual:cpack(1)", true], [310, "index-0-manual:cpack(1)", false], [310, "index-1-manual:cpack(1)", false], [310, "index-2-manual:cpack(1)", false], [310, "index-3-manual:cpack(1)", false], [310, "index-4-manual:cpack(1)", false], [310, "index-5-manual:cpack(1)", false], [535, "index-0-manual:cpack(1)", false], [535, "index-1-manual:cpack(1)", false], [1318, "index-0-manual:cpack(1)", false], [1318, "index-1-manual:cpack(1)", false], [1320, "index-0-manual:cpack(1)", false], [1325, "index-0-manual:cpack(1)", false], [1333, "index-0-manual:cpack(1)", false], [1335, "index-0-manual:cpack(1)", false], [1447, "index-0-manual:cpack(1)", false], [1447, "index-1-manual:cpack(1)", false], [1951, "index-0-manual:cpack(1)", false], [1951, "index-1-manual:cpack(1)", false], [1955, "index-0-manual:cpack(1)", false]], "cpack-generators(7)": [[136, "index-0-manual:cpack-generators(7)", false], [259, "index-0-manual:cpack-generators(7)", false], [288, "manual:cpack-generators(7)", true], [289, "index-0-manual:cpack-generators(7)", false], [310, "index-0-manual:cpack-generators(7)", false]], "cpack__component_install": [[313, "variable:CPACK__COMPONENT_INSTALL", true]], "cpack_absolute_destination_files": [[1949, "variable:CPACK_ABSOLUTE_DESTINATION_FILES", true]], "cpack_add_component": [[134, "index-0-command:cpack_add_component", false], [134, "index-1-command:cpack_add_component", false], [134, "index-10-command:cpack_add_component", false], [134, "index-2-command:cpack_add_component", false], [134, "index-3-command:cpack_add_component", false], [134, "index-4-command:cpack_add_component", false], [134, "index-5-command:cpack_add_component", false], [134, "index-6-command:cpack_add_component", false], [134, "index-7-command:cpack_add_component", false], [134, "index-8-command:cpack_add_component", false], [134, "index-9-command:cpack_add_component", false], [136, "index-0-command:cpack_add_component", false], [313, "command:cpack_add_component", true], [318, "index-0-command:cpack_add_component", false], [318, "index-1-command:cpack_add_component", false], [318, "index-2-command:cpack_add_component", false], [318, "index-3-command:cpack_add_component", false], [318, "index-4-command:cpack_add_component", false], [1348, "index-0-command:cpack_add_component", false]], "cpack_add_component_group": [[134, "index-0-command:cpack_add_component_group", false], [134, "index-1-command:cpack_add_component_group", false], [134, "index-2-command:cpack_add_component_group", false], [134, "index-3-command:cpack_add_component_group", false], [134, "index-4-command:cpack_add_component_group", false], [134, "index-5-command:cpack_add_component_group", false], [313, "command:cpack_add_component_group", true], [318, "index-0-command:cpack_add_component_group", false], [318, "index-1-command:cpack_add_component_group", false], [318, "index-2-command:cpack_add_component_group", false]], "cpack_add_install_type": [[134, "index-0-command:cpack_add_install_type", false], [313, "command:cpack_add_install_type", true]], "cpack_archive__file_name": [[129, "variable:CPACK_ARCHIVE__FILE_NAME", true], [1348, "index-0-variable:CPACK_ARCHIVE__FILE_NAME", false]], "cpack_archive_component_install": [[129, "variable:CPACK_ARCHIVE_COMPONENT_INSTALL", true]], "cpack_archive_file_extension": [[129, "variable:CPACK_ARCHIVE_FILE_EXTENSION", true], [1335, "index-0-variable:CPACK_ARCHIVE_FILE_EXTENSION", false]], "cpack_archive_file_name": [[129, "variable:CPACK_ARCHIVE_FILE_NAME", true], [1348, "index-0-variable:CPACK_ARCHIVE_FILE_NAME", false]], "cpack_archive_threads": [[129, "variable:CPACK_ARCHIVE_THREADS", true], [131, "index-0-variable:CPACK_ARCHIVE_THREADS", false], [135, "index-0-variable:CPACK_ARCHIVE_THREADS", false], [1327, "index-0-variable:CPACK_ARCHIVE_THREADS", false], [1331, "index-0-variable:CPACK_ARCHIVE_THREADS", false]], "cpack_binary_": [[310, "index-0-variable:CPACK_BINARY_", false], [310, "variable:CPACK_BINARY_", true], [721, "index-0-variable:CPACK_BINARY_", false]], "cpack_build_source_dirs": [[142, "index-0-variable:CPACK_BUILD_SOURCE_DIRS", false], [142, "index-1-variable:CPACK_BUILD_SOURCE_DIRS", false], [142, "index-2-variable:CPACK_BUILD_SOURCE_DIRS", false], [142, "variable:CPACK_BUILD_SOURCE_DIRS", true]], "cpack_bundle_apple_cert_app": [[130, "variable:CPACK_BUNDLE_APPLE_CERT_APP", true]], "cpack_bundle_apple_codesign_files": [[130, "variable:CPACK_BUNDLE_APPLE_CODESIGN_FILES", true]], "cpack_bundle_apple_codesign_parameter": [[130, "variable:CPACK_BUNDLE_APPLE_CODESIGN_PARAMETER", true]], "cpack_bundle_apple_entitlements": [[130, "variable:CPACK_BUNDLE_APPLE_ENTITLEMENTS", true]], "cpack_bundle_icon": [[130, "variable:CPACK_BUNDLE_ICON", true]], "cpack_bundle_name": [[130, "variable:CPACK_BUNDLE_NAME", true]], "cpack_bundle_plist": [[130, "variable:CPACK_BUNDLE_PLIST", true]], "cpack_bundle_startup_command": [[130, "variable:CPACK_BUNDLE_STARTUP_COMMAND", true]], "cpack_cmake_generator": [[310, "variable:CPACK_CMAKE_GENERATOR", true]], "cpack_command_codesign": [[130, "variable:CPACK_COMMAND_CODESIGN", true]], "cpack_command_hdiutil": [[133, "variable:CPACK_COMMAND_HDIUTIL", true]], "cpack_command_pkgbuild": [[141, "variable:CPACK_COMMAND_PKGBUILD", true]], "cpack_command_productbuild": [[141, "variable:CPACK_COMMAND_PRODUCTBUILD", true]], "cpack_command_rez": [[133, "variable:CPACK_COMMAND_REZ", true]], "cpack_command_setfile": [[133, "variable:CPACK_COMMAND_SETFILE", true]], "cpack_component__depends": [[132, "index-0-variable:CPACK_COMPONENT__DEPENDS", false], [313, "variable:CPACK_COMPONENT__DEPENDS", true], [1345, "index-0-variable:CPACK_COMPONENT__DEPENDS", false]], "cpack_component__description": [[132, "index-0-variable:CPACK_COMPONENT__DESCRIPTION", false], [139, "index-0-variable:CPACK_COMPONENT__DESCRIPTION", false], [142, "index-0-variable:CPACK_COMPONENT__DESCRIPTION", false], [313, "variable:CPACK_COMPONENT__DESCRIPTION", true]], "cpack_component__disabled": [[143, "index-0-variable:CPACK_COMPONENT__DISABLED", false], [313, "variable:CPACK_COMPONENT__DISABLED", true], [1346, "index-0-variable:CPACK_COMPONENT__DISABLED", false]], "cpack_component__display_name": [[139, "index-0-variable:CPACK_COMPONENT__DISPLAY_NAME", false], [313, "variable:CPACK_COMPONENT__DISPLAY_NAME", true]], "cpack_component__group": [[313, "variable:CPACK_COMPONENT__GROUP", true]], "cpack_component__hidden": [[313, "variable:CPACK_COMPONENT__HIDDEN", true]], "cpack_component__required": [[313, "variable:CPACK_COMPONENT__REQUIRED", true]], "cpack_component_include_toplevel_directory": [[1950, "variable:CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY", true], [1953, "index-0-variable:CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY", false]], "cpack_components_all": [[313, "variable:CPACK_COMPONENTS_ALL", true]], "cpack_components_grouping": [[133, "index-0-variable:CPACK_COMPONENTS_GROUPING", false], [139, "index-0-variable:CPACK_COMPONENTS_GROUPING", false], [313, "variable:CPACK_COMPONENTS_GROUPING", true]], "cpack_configure_downloads": [[136, "index-0-command:cpack_configure_downloads", false], [136, "index-1-command:cpack_configure_downloads", false], [136, "index-2-command:cpack_configure_downloads", false], [313, "command:cpack_configure_downloads", true]], "cpack_create_desktop_links": [[137, "index-0-variable:CPACK_CREATE_DESKTOP_LINKS", false], [310, "variable:CPACK_CREATE_DESKTOP_LINKS", true]], "cpack_custom_install_variables": [[1331, "index-0-variable:CPACK_CUSTOM_INSTALL_VARIABLES", false], [1951, "variable:CPACK_CUSTOM_INSTALL_VARIABLES", true]], "cpack_cygwin_build_script": [[131, "variable:CPACK_CYGWIN_BUILD_SCRIPT", true]], "cpack_cygwin_patch_file": [[131, "variable:CPACK_CYGWIN_PATCH_FILE", true]], "cpack_cygwin_patch_number": [[131, "variable:CPACK_CYGWIN_PATCH_NUMBER", true]], "cpack_deb_component_install": [[132, "index-0-variable:CPACK_DEB_COMPONENT_INSTALL", false], [132, "variable:CPACK_DEB_COMPONENT_INSTALL", true]], "cpack_debian__debuginfo_package": [[132, "variable:CPACK_DEBIAN__DEBUGINFO_PACKAGE", true]], "cpack_debian__description": [[132, "index-0-variable:CPACK_DEBIAN__DESCRIPTION", false], [132, "variable:CPACK_DEBIAN__DESCRIPTION", true], [1325, "index-0-variable:CPACK_DEBIAN__DESCRIPTION", false]], "cpack_debian__file_name": [[132, "variable:CPACK_DEBIAN__FILE_NAME", true], [1345, "index-0-variable:CPACK_DEBIAN__FILE_NAME", false]], "cpack_debian__package_architecture": [[132, "variable:CPACK_DEBIAN__PACKAGE_ARCHITECTURE", true], [1345, "index-0-variable:CPACK_DEBIAN__PACKAGE_ARCHITECTURE", false]], "cpack_debian__package_breaks": [[132, "variable:CPACK_DEBIAN__PACKAGE_BREAKS", true], [1343, "index-0-variable:CPACK_DEBIAN__PACKAGE_BREAKS", false]], "cpack_debian__package_conflicts": [[132, "variable:CPACK_DEBIAN__PACKAGE_CONFLICTS", true], [1343, "index-0-variable:CPACK_DEBIAN__PACKAGE_CONFLICTS", false]], "cpack_debian__package_control_extra": [[132, "variable:CPACK_DEBIAN__PACKAGE_CONTROL_EXTRA", true]], "cpack_debian__package_control_strict_permission": [[132, "variable:CPACK_DEBIAN__PACKAGE_CONTROL_STRICT_PERMISSION", true]], "cpack_debian__package_depends": [[132, "index-0-variable:CPACK_DEBIAN__PACKAGE_DEPENDS", false], [132, "index-1-variable:CPACK_DEBIAN__PACKAGE_DEPENDS", false], [132, "variable:CPACK_DEBIAN__PACKAGE_DEPENDS", true], [1340, "index-0-variable:CPACK_DEBIAN__PACKAGE_DEPENDS", false]], "cpack_debian__package_enhances": [[132, "variable:CPACK_DEBIAN__PACKAGE_ENHANCES", true], [1343, "index-0-variable:CPACK_DEBIAN__PACKAGE_ENHANCES", false]], "cpack_debian__package_multiarch": [[132, "variable:CPACK_DEBIAN__PACKAGE_MULTIARCH", true]], "cpack_debian__package_name": [[132, "variable:CPACK_DEBIAN__PACKAGE_NAME", true]], "cpack_debian__package_predepends": [[132, "variable:CPACK_DEBIAN__PACKAGE_PREDEPENDS", true], [1343, "index-0-variable:CPACK_DEBIAN__PACKAGE_PREDEPENDS", false]], "cpack_debian__package_priority": [[132, "variable:CPACK_DEBIAN__PACKAGE_PRIORITY", true], [1344, "index-0-variable:CPACK_DEBIAN__PACKAGE_PRIORITY", false]], "cpack_debian__package_provides": [[132, "variable:CPACK_DEBIAN__PACKAGE_PROVIDES", true], [1343, "index-0-variable:CPACK_DEBIAN__PACKAGE_PROVIDES", false]], "cpack_debian__package_recommends": [[132, "variable:CPACK_DEBIAN__PACKAGE_RECOMMENDS", true], [1343, "index-0-variable:CPACK_DEBIAN__PACKAGE_RECOMMENDS", false]], "cpack_debian__package_replaces": [[132, "variable:CPACK_DEBIAN__PACKAGE_REPLACES", true], [1343, "index-0-variable:CPACK_DEBIAN__PACKAGE_REPLACES", false]], "cpack_debian__package_section": [[132, "variable:CPACK_DEBIAN__PACKAGE_SECTION", true], [1344, "index-0-variable:CPACK_DEBIAN__PACKAGE_SECTION", false]], "cpack_debian__package_shlibdeps": [[132, "index-0-variable:CPACK_DEBIAN__PACKAGE_SHLIBDEPS", false], [132, "index-1-variable:CPACK_DEBIAN__PACKAGE_SHLIBDEPS", false], [132, "variable:CPACK_DEBIAN__PACKAGE_SHLIBDEPS", true], [1340, "index-0-variable:CPACK_DEBIAN__PACKAGE_SHLIBDEPS", false]], "cpack_debian__package_source": [[132, "variable:CPACK_DEBIAN__PACKAGE_SOURCE", true]], "cpack_debian__package_suggests": [[132, "variable:CPACK_DEBIAN__PACKAGE_SUGGESTS", true], [1343, "index-0-variable:CPACK_DEBIAN__PACKAGE_SUGGESTS", false]], "cpack_debian_archive_type": [[132, "variable:CPACK_DEBIAN_ARCHIVE_TYPE", true], [1323, "index-0-variable:CPACK_DEBIAN_ARCHIVE_TYPE", false], [1346, "index-0-variable:CPACK_DEBIAN_ARCHIVE_TYPE", false]], "cpack_debian_compression_type": [[132, "variable:CPACK_DEBIAN_COMPRESSION_TYPE", true], [1318, "index-0-variable:CPACK_DEBIAN_COMPRESSION_TYPE", false], [1332, "index-0-variable:CPACK_DEBIAN_COMPRESSION_TYPE", false]], "cpack_debian_debuginfo_package": [[132, "variable:CPACK_DEBIAN_DEBUGINFO_PACKAGE", true]], "cpack_debian_enable_component_depends": [[132, "variable:CPACK_DEBIAN_ENABLE_COMPONENT_DEPENDS", true], [1345, "index-0-variable:CPACK_DEBIAN_ENABLE_COMPONENT_DEPENDS", false]], "cpack_debian_file_name": [[132, "variable:CPACK_DEBIAN_FILE_NAME", true], [1339, "index-0-variable:CPACK_DEBIAN_FILE_NAME", false], [1345, "index-0-variable:CPACK_DEBIAN_FILE_NAME", false], [1345, "index-1-variable:CPACK_DEBIAN_FILE_NAME", false]], "cpack_debian_package_architecture": [[132, "variable:CPACK_DEBIAN_PACKAGE_ARCHITECTURE", true]], "cpack_debian_package_breaks": [[132, "index-0-variable:CPACK_DEBIAN_PACKAGE_BREAKS", false], [132, "index-1-variable:CPACK_DEBIAN_PACKAGE_BREAKS", false], [132, "variable:CPACK_DEBIAN_PACKAGE_BREAKS", true]], "cpack_debian_package_conflicts": [[132, "index-0-variable:CPACK_DEBIAN_PACKAGE_CONFLICTS", false], [132, "variable:CPACK_DEBIAN_PACKAGE_CONFLICTS", true]], "cpack_debian_package_control_extra": [[132, "variable:CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA", true]], "cpack_debian_package_control_strict_permission": [[132, "variable:CPACK_DEBIAN_PACKAGE_CONTROL_STRICT_PERMISSION", true]], "cpack_debian_package_debug": [[132, "variable:CPACK_DEBIAN_PACKAGE_DEBUG", true]], "cpack_debian_package_depends": [[132, "index-0-variable:CPACK_DEBIAN_PACKAGE_DEPENDS", false], [132, "index-1-variable:CPACK_DEBIAN_PACKAGE_DEPENDS", false], [132, "index-2-variable:CPACK_DEBIAN_PACKAGE_DEPENDS", false], [132, "variable:CPACK_DEBIAN_PACKAGE_DEPENDS", true]], "cpack_debian_package_description": [[132, "index-0-variable:CPACK_DEBIAN_PACKAGE_DESCRIPTION", false], [132, "variable:CPACK_DEBIAN_PACKAGE_DESCRIPTION", true], [135, "index-0-variable:CPACK_DEBIAN_PACKAGE_DESCRIPTION", false]], "cpack_debian_package_enhances": [[132, "index-0-variable:CPACK_DEBIAN_PACKAGE_ENHANCES", false], [132, "variable:CPACK_DEBIAN_PACKAGE_ENHANCES", true]], "cpack_debian_package_epoch": [[132, "index-0-variable:CPACK_DEBIAN_PACKAGE_EPOCH", false], [132, "variable:CPACK_DEBIAN_PACKAGE_EPOCH", true], [1319, "index-0-variable:CPACK_DEBIAN_PACKAGE_EPOCH", false]], "cpack_debian_package_generate_shlibs": [[132, "variable:CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS", true]], "cpack_debian_package_generate_shlibs_policy": [[132, "index-0-variable:CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS_POLICY", false], [132, "variable:CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS_POLICY", true]], "cpack_debian_package_homepage": [[132, "variable:CPACK_DEBIAN_PACKAGE_HOMEPAGE", true], [135, "index-0-variable:CPACK_DEBIAN_PACKAGE_HOMEPAGE", false]], "cpack_debian_package_maintainer": [[132, "variable:CPACK_DEBIAN_PACKAGE_MAINTAINER", true]], "cpack_debian_package_multiarch": [[132, "index-0-variable:CPACK_DEBIAN_PACKAGE_MULTIARCH", false], [132, "variable:CPACK_DEBIAN_PACKAGE_MULTIARCH", true], [1342, "index-0-variable:CPACK_DEBIAN_PACKAGE_MULTIARCH", false]], "cpack_debian_package_name": [[132, "index-0-variable:CPACK_DEBIAN_PACKAGE_NAME", false], [132, "variable:CPACK_DEBIAN_PACKAGE_NAME", true]], "cpack_debian_package_predepends": [[132, "index-0-variable:CPACK_DEBIAN_PACKAGE_PREDEPENDS", false], [132, "variable:CPACK_DEBIAN_PACKAGE_PREDEPENDS", true]], "cpack_debian_package_priority": [[132, "variable:CPACK_DEBIAN_PACKAGE_PRIORITY", true]], "cpack_debian_package_provides": [[132, "index-0-variable:CPACK_DEBIAN_PACKAGE_PROVIDES", false], [132, "variable:CPACK_DEBIAN_PACKAGE_PROVIDES", true]], "cpack_debian_package_recommends": [[132, "index-0-variable:CPACK_DEBIAN_PACKAGE_RECOMMENDS", false], [132, "variable:CPACK_DEBIAN_PACKAGE_RECOMMENDS", true]], "cpack_debian_package_release": [[132, "index-0-variable:CPACK_DEBIAN_PACKAGE_RELEASE", false], [132, "index-1-variable:CPACK_DEBIAN_PACKAGE_RELEASE", false], [132, "variable:CPACK_DEBIAN_PACKAGE_RELEASE", true], [1319, "index-0-variable:CPACK_DEBIAN_PACKAGE_RELEASE", false], [1345, "index-0-variable:CPACK_DEBIAN_PACKAGE_RELEASE", false]], "cpack_debian_package_replaces": [[132, "index-0-variable:CPACK_DEBIAN_PACKAGE_REPLACES", false], [132, "variable:CPACK_DEBIAN_PACKAGE_REPLACES", true]], "cpack_debian_package_section": [[132, "variable:CPACK_DEBIAN_PACKAGE_SECTION", true]], "cpack_debian_package_shlibdeps": [[132, "index-0-variable:CPACK_DEBIAN_PACKAGE_SHLIBDEPS", false], [132, "index-1-variable:CPACK_DEBIAN_PACKAGE_SHLIBDEPS", false], [132, "index-2-variable:CPACK_DEBIAN_PACKAGE_SHLIBDEPS", false], [132, "variable:CPACK_DEBIAN_PACKAGE_SHLIBDEPS", true], [1345, "index-0-variable:CPACK_DEBIAN_PACKAGE_SHLIBDEPS", false]], "cpack_debian_package_shlibdeps_private_dirs": [[132, "index-0-variable:CPACK_DEBIAN_PACKAGE_SHLIBDEPS_PRIVATE_DIRS", false], [132, "variable:CPACK_DEBIAN_PACKAGE_SHLIBDEPS_PRIVATE_DIRS", true], [1330, "index-0-variable:CPACK_DEBIAN_PACKAGE_SHLIBDEPS_PRIVATE_DIRS", false]], "cpack_debian_package_source": [[132, "index-0-variable:CPACK_DEBIAN_PACKAGE_SOURCE", false], [132, "variable:CPACK_DEBIAN_PACKAGE_SOURCE", true], [1344, "index-0-variable:CPACK_DEBIAN_PACKAGE_SOURCE", false]], "cpack_debian_package_suggests": [[132, "index-0-variable:CPACK_DEBIAN_PACKAGE_SUGGESTS", false], [132, "index-1-variable:CPACK_DEBIAN_PACKAGE_SUGGESTS", false], [132, "variable:CPACK_DEBIAN_PACKAGE_SUGGESTS", true]], "cpack_debian_package_version": [[132, "index-0-variable:CPACK_DEBIAN_PACKAGE_VERSION", false], [132, "variable:CPACK_DEBIAN_PACKAGE_VERSION", true]], "cpack_desktop_shortcuts": [[826, "prop_inst:CPACK_DESKTOP_SHORTCUTS", true], [1340, "index-0-prop_inst:CPACK_DESKTOP_SHORTCUTS", false]], "cpack_dmg__file_name": [[133, "variable:CPACK_DMG__FILE_NAME", true], [1326, "index-0-variable:CPACK_DMG__FILE_NAME", false]], "cpack_dmg_background_image": [[133, "variable:CPACK_DMG_BACKGROUND_IMAGE", true], [1344, "index-0-variable:CPACK_DMG_BACKGROUND_IMAGE", false]], "cpack_dmg_disable_applications_symlink": [[133, "variable:CPACK_DMG_DISABLE_APPLICATIONS_SYMLINK", true], [1345, "index-0-variable:CPACK_DMG_DISABLE_APPLICATIONS_SYMLINK", false]], "cpack_dmg_ds_store": [[133, "variable:CPACK_DMG_DS_STORE", true]], "cpack_dmg_ds_store_setup_script": [[133, "variable:CPACK_DMG_DS_STORE_SETUP_SCRIPT", true], [1344, "index-0-variable:CPACK_DMG_DS_STORE_SETUP_SCRIPT", false]], "cpack_dmg_filesystem": [[133, "variable:CPACK_DMG_FILESYSTEM", true], [1331, "index-0-variable:CPACK_DMG_FILESYSTEM", false]], "cpack_dmg_format": [[133, "variable:CPACK_DMG_FORMAT", true]], "cpack_dmg_sla_dir": [[133, "index-0-variable:CPACK_DMG_SLA_DIR", false], [133, "variable:CPACK_DMG_SLA_DIR", true], [1326, "index-0-variable:CPACK_DMG_SLA_DIR", false], [1344, "index-0-variable:CPACK_DMG_SLA_DIR", false]], "cpack_dmg_sla_languages": [[133, "index-0-variable:CPACK_DMG_SLA_LANGUAGES", false], [133, "variable:CPACK_DMG_SLA_LANGUAGES", true], [1344, "index-0-variable:CPACK_DMG_SLA_LANGUAGES", false]], "cpack_dmg_sla_use_resource_file_license": [[133, "variable:CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE", true], [693, "index-0-variable:CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE", false], [693, "index-1-variable:CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE", false], [693, "index-2-variable:CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE", false], [1333, "index-0-variable:CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE", false], [1334, "index-0-variable:CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE", false]], "cpack_dmg_volume_name": [[133, "variable:CPACK_DMG_VOLUME_NAME", true]], "cpack_error_on_absolute_install_destination": [[134, "index-0-variable:CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION", false], [1952, "variable:CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION", true]], "cpack_external_built_packages": [[134, "variable:CPACK_EXTERNAL_BUILT_PACKAGES", true], [1328, "index-0-variable:CPACK_EXTERNAL_BUILT_PACKAGES", false]], "cpack_external_enable_staging": [[134, "index-0-variable:CPACK_EXTERNAL_ENABLE_STAGING", false], [134, "variable:CPACK_EXTERNAL_ENABLE_STAGING", true]], "cpack_external_package_script": [[134, "index-0-variable:CPACK_EXTERNAL_PACKAGE_SCRIPT", false], [134, "variable:CPACK_EXTERNAL_PACKAGE_SCRIPT", true]], "cpack_external_requested_versions": [[134, "index-0-variable:CPACK_EXTERNAL_REQUESTED_VERSIONS", false], [134, "index-1-variable:CPACK_EXTERNAL_REQUESTED_VERSIONS", false], [134, "variable:CPACK_EXTERNAL_REQUESTED_VERSIONS", true]], "cpack_freebsd_package_categories": [[135, "variable:CPACK_FREEBSD_PACKAGE_CATEGORIES", true]], "cpack_freebsd_package_comment": [[135, "variable:CPACK_FREEBSD_PACKAGE_COMMENT", true]], "cpack_freebsd_package_deps": [[135, "variable:CPACK_FREEBSD_PACKAGE_DEPS", true]], "cpack_freebsd_package_description": [[135, "variable:CPACK_FREEBSD_PACKAGE_DESCRIPTION", true]], "cpack_freebsd_package_license": [[135, "variable:CPACK_FREEBSD_PACKAGE_LICENSE", true]], "cpack_freebsd_package_license_logic": [[135, "variable:CPACK_FREEBSD_PACKAGE_LICENSE_LOGIC", true]], "cpack_freebsd_package_maintainer": [[135, "variable:CPACK_FREEBSD_PACKAGE_MAINTAINER", true]], "cpack_freebsd_package_name": [[135, "variable:CPACK_FREEBSD_PACKAGE_NAME", true]], "cpack_freebsd_package_origin": [[135, "variable:CPACK_FREEBSD_PACKAGE_ORIGIN", true]], "cpack_freebsd_package_www": [[135, "variable:CPACK_FREEBSD_PACKAGE_WWW", true]], "cpack_generator": [[259, "index-0-variable:CPACK_GENERATOR", false], [289, "index-0-variable:CPACK_GENERATOR", false], [289, "index-1-variable:CPACK_GENERATOR", false], [310, "index-0-variable:CPACK_GENERATOR", false], [310, "index-1-variable:CPACK_GENERATOR", false], [310, "index-2-variable:CPACK_GENERATOR", false], [310, "index-3-variable:CPACK_GENERATOR", false], [310, "index-4-variable:CPACK_GENERATOR", false], [310, "index-5-variable:CPACK_GENERATOR", false], [310, "index-6-variable:CPACK_GENERATOR", false], [310, "index-7-variable:CPACK_GENERATOR", false], [310, "index-8-variable:CPACK_GENERATOR", false], [310, "index-9-variable:CPACK_GENERATOR", false], [310, "variable:CPACK_GENERATOR", true]], "cpack_ifw_add_package_resources": [[136, "index-0-command:cpack_ifw_add_package_resources", false], [318, "command:cpack_ifw_add_package_resources", true], [1346, "index-0-command:cpack_ifw_add_package_resources", false]], "cpack_ifw_add_repository": [[136, "index-0-command:cpack_ifw_add_repository", false], [136, "index-1-command:cpack_ifw_add_repository", false], [318, "command:cpack_ifw_add_repository", true]], "cpack_ifw_admin_target_directory": [[136, "variable:CPACK_IFW_ADMIN_TARGET_DIRECTORY", true]], "cpack_ifw_archive_compression": [[136, "variable:CPACK_IFW_ARCHIVE_COMPRESSION", true], [1333, "index-0-variable:CPACK_IFW_ARCHIVE_COMPRESSION", false]], "cpack_ifw_archive_format": [[136, "variable:CPACK_IFW_ARCHIVE_FORMAT", true], [1333, "index-0-variable:CPACK_IFW_ARCHIVE_FORMAT", false]], "cpack_ifw_archivegen_executable": [[136, "variable:CPACK_IFW_ARCHIVEGEN_EXECUTABLE", true]], "cpack_ifw_binarycreator_executable": [[136, "variable:CPACK_IFW_BINARYCREATOR_EXECUTABLE", true]], "cpack_ifw_configure_component": [[318, "command:cpack_ifw_configure_component", true], [1319, "index-0-command:cpack_ifw_configure_component", false], [1331, "index-0-command:cpack_ifw_configure_component", false], [1346, "index-0-command:cpack_ifw_configure_component", false], [1347, "index-0-command:cpack_ifw_configure_component", false], [1347, "index-1-command:cpack_ifw_configure_component", false], [1347, "index-2-command:cpack_ifw_configure_component", false], [1348, "index-0-command:cpack_ifw_configure_component", false]], "cpack_ifw_configure_component_group": [[318, "command:cpack_ifw_configure_component_group", true], [1319, "index-0-command:cpack_ifw_configure_component_group", false], [1331, "index-0-command:cpack_ifw_configure_component_group", false], [1346, "index-0-command:cpack_ifw_configure_component_group", false], [1347, "index-0-command:cpack_ifw_configure_component_group", false], [1347, "index-1-command:cpack_ifw_configure_component_group", false], [1347, "index-2-command:cpack_ifw_configure_component_group", false], [1348, "index-0-command:cpack_ifw_configure_component_group", false]], "cpack_ifw_configure_file": [[319, "command:cpack_ifw_configure_file", true], [1347, "index-0-command:cpack_ifw_configure_file", false]], "cpack_ifw_devtool_executable": [[136, "variable:CPACK_IFW_DEVTOOL_EXECUTABLE", true]], "cpack_ifw_download_all": [[136, "index-0-variable:CPACK_IFW_DOWNLOAD_ALL", false], [136, "variable:CPACK_IFW_DOWNLOAD_ALL", true]], "cpack_ifw_framework_version": [[136, "variable:CPACK_IFW_FRAMEWORK_VERSION", true]], "cpack_ifw_installerbase_executable": [[136, "variable:CPACK_IFW_INSTALLERBASE_EXECUTABLE", true]], "cpack_ifw_package_allow_non_ascii_characters": [[136, "variable:CPACK_IFW_PACKAGE_ALLOW_NON_ASCII_CHARACTERS", true]], "cpack_ifw_package_allow_space_in_path": [[136, "variable:CPACK_IFW_PACKAGE_ALLOW_SPACE_IN_PATH", true]], "cpack_ifw_package_background": [[136, "variable:CPACK_IFW_PACKAGE_BACKGROUND", true], [1347, "index-0-variable:CPACK_IFW_PACKAGE_BACKGROUND", false]], "cpack_ifw_package_banner": [[136, "variable:CPACK_IFW_PACKAGE_BANNER", true], [1347, "index-0-variable:CPACK_IFW_PACKAGE_BANNER", false]], "cpack_ifw_package_control_script": [[136, "variable:CPACK_IFW_PACKAGE_CONTROL_SCRIPT", true]], "cpack_ifw_package_disable_command_line_interface": [[136, "variable:CPACK_IFW_PACKAGE_DISABLE_COMMAND_LINE_INTERFACE", true], [1333, "index-0-variable:CPACK_IFW_PACKAGE_DISABLE_COMMAND_LINE_INTERFACE", false]], "cpack_ifw_package_file_extension": [[136, "variable:CPACK_IFW_PACKAGE_FILE_EXTENSION", true], [1319, "index-0-variable:CPACK_IFW_PACKAGE_FILE_EXTENSION", false]], "cpack_ifw_package_group": [[136, "variable:CPACK_IFW_PACKAGE_GROUP", true]], "cpack_ifw_package_icon": [[136, "variable:CPACK_IFW_PACKAGE_ICON", true]], "cpack_ifw_package_logo": [[136, "variable:CPACK_IFW_PACKAGE_LOGO", true]], "cpack_ifw_package_maintenance_tool_ini_file": [[136, "variable:CPACK_IFW_PACKAGE_MAINTENANCE_TOOL_INI_FILE", true]], "cpack_ifw_package_maintenance_tool_name": [[136, "variable:CPACK_IFW_PACKAGE_MAINTENANCE_TOOL_NAME", true]], "cpack_ifw_package_name": [[136, "index-0-variable:CPACK_IFW_PACKAGE_NAME", false], [136, "variable:CPACK_IFW_PACKAGE_NAME", true]], "cpack_ifw_package_product_image_urls": [[136, "variable:CPACK_IFW_PACKAGE_PRODUCT_IMAGE_URLS", true], [1342, "index-0-variable:CPACK_IFW_PACKAGE_PRODUCT_IMAGE_URLS", false]], "cpack_ifw_package_product_images": [[136, "variable:CPACK_IFW_PACKAGE_PRODUCT_IMAGES", true], [1333, "index-0-variable:CPACK_IFW_PACKAGE_PRODUCT_IMAGES", false], [1342, "index-0-variable:CPACK_IFW_PACKAGE_PRODUCT_IMAGES", false]], "cpack_ifw_package_publisher": [[136, "variable:CPACK_IFW_PACKAGE_PUBLISHER", true]], "cpack_ifw_package_remove_target_dir": [[136, "variable:CPACK_IFW_PACKAGE_REMOVE_TARGET_DIR", true], [1320, "index-0-variable:CPACK_IFW_PACKAGE_REMOVE_TARGET_DIR", false]], "cpack_ifw_package_resources": [[136, "variable:CPACK_IFW_PACKAGE_RESOURCES", true], [318, "index-0-variable:CPACK_IFW_PACKAGE_RESOURCES", false]], "cpack_ifw_package_run_program": [[136, "index-0-variable:CPACK_IFW_PACKAGE_RUN_PROGRAM", false], [136, "index-1-variable:CPACK_IFW_PACKAGE_RUN_PROGRAM", false], [136, "variable:CPACK_IFW_PACKAGE_RUN_PROGRAM", true], [1333, "index-0-variable:CPACK_IFW_PACKAGE_RUN_PROGRAM", false]], "cpack_ifw_package_run_program_arguments": [[136, "variable:CPACK_IFW_PACKAGE_RUN_PROGRAM_ARGUMENTS", true], [1333, "index-0-variable:CPACK_IFW_PACKAGE_RUN_PROGRAM_ARGUMENTS", false]], "cpack_ifw_package_run_program_description": [[136, "variable:CPACK_IFW_PACKAGE_RUN_PROGRAM_DESCRIPTION", true], [1333, "index-0-variable:CPACK_IFW_PACKAGE_RUN_PROGRAM_DESCRIPTION", false]], "cpack_ifw_package_signing_identity": [[136, "variable:CPACK_IFW_PACKAGE_SIGNING_IDENTITY", true], [1333, "index-0-variable:CPACK_IFW_PACKAGE_SIGNING_IDENTITY", false]], "cpack_ifw_package_start_menu_directory": [[136, "variable:CPACK_IFW_PACKAGE_START_MENU_DIRECTORY", true]], "cpack_ifw_package_style_sheet": [[136, "variable:CPACK_IFW_PACKAGE_STYLE_SHEET", true], [1324, "index-0-variable:CPACK_IFW_PACKAGE_STYLE_SHEET", false]], "cpack_ifw_package_title": [[136, "variable:CPACK_IFW_PACKAGE_TITLE", true]], "cpack_ifw_package_title_color": [[136, "variable:CPACK_IFW_PACKAGE_TITLE_COLOR", true], [1347, "index-0-variable:CPACK_IFW_PACKAGE_TITLE_COLOR", false]], "cpack_ifw_package_watermark": [[136, "variable:CPACK_IFW_PACKAGE_WATERMARK", true], [1347, "index-0-variable:CPACK_IFW_PACKAGE_WATERMARK", false]], "cpack_ifw_package_window_icon": [[136, "variable:CPACK_IFW_PACKAGE_WINDOW_ICON", true]], "cpack_ifw_package_wizard_default_height": [[136, "variable:CPACK_IFW_PACKAGE_WIZARD_DEFAULT_HEIGHT", true], [1347, "index-0-variable:CPACK_IFW_PACKAGE_WIZARD_DEFAULT_HEIGHT", false]], "cpack_ifw_package_wizard_default_width": [[136, "variable:CPACK_IFW_PACKAGE_WIZARD_DEFAULT_WIDTH", true], [1347, "index-0-variable:CPACK_IFW_PACKAGE_WIZARD_DEFAULT_WIDTH", false]], "cpack_ifw_package_wizard_show_page_list": [[136, "variable:CPACK_IFW_PACKAGE_WIZARD_SHOW_PAGE_LIST", true], [1330, "index-0-variable:CPACK_IFW_PACKAGE_WIZARD_SHOW_PAGE_LIST", false]], "cpack_ifw_package_wizard_style": [[136, "variable:CPACK_IFW_PACKAGE_WIZARD_STYLE", true], [1347, "index-0-variable:CPACK_IFW_PACKAGE_WIZARD_STYLE", false]], "cpack_ifw_packages_directories": [[136, "variable:CPACK_IFW_PACKAGES_DIRECTORIES", true]], "cpack_ifw_product_url": [[136, "variable:CPACK_IFW_PRODUCT_URL", true]], "cpack_ifw_repogen_executable": [[136, "variable:CPACK_IFW_REPOGEN_EXECUTABLE", true]], "cpack_ifw_repositories_all": [[136, "variable:CPACK_IFW_REPOSITORIES_ALL", true], [318, "index-0-variable:CPACK_IFW_REPOSITORIES_ALL", false], [318, "index-1-variable:CPACK_IFW_REPOSITORIES_ALL", false]], "cpack_ifw_repositories_directories": [[136, "variable:CPACK_IFW_REPOSITORIES_DIRECTORIES", true], [1319, "index-0-variable:CPACK_IFW_REPOSITORIES_DIRECTORIES", false]], "cpack_ifw_resolve_duplicate_names": [[136, "variable:CPACK_IFW_RESOLVE_DUPLICATE_NAMES", true]], "cpack_ifw_root": [[136, "envvar:CPACK_IFW_ROOT", true], [136, "variable:CPACK_IFW_ROOT", true], [1348, "index-0-variable:CPACK_IFW_ROOT", false]], "cpack_ifw_target_directory": [[136, "variable:CPACK_IFW_TARGET_DIRECTORY", true]], "cpack_ifw_update_repository": [[136, "index-0-command:cpack_ifw_update_repository", false], [318, "command:cpack_ifw_update_repository", true], [1345, "index-0-command:cpack_ifw_update_repository", false]], "cpack_ifw_verbose": [[136, "variable:CPACK_IFW_VERBOSE", true]], "cpack_include_toplevel_directory": [[139, "index-0-variable:CPACK_INCLUDE_TOPLEVEL_DIRECTORY", false], [1950, "index-0-variable:CPACK_INCLUDE_TOPLEVEL_DIRECTORY", false], [1950, "index-1-variable:CPACK_INCLUDE_TOPLEVEL_DIRECTORY", false], [1953, "variable:CPACK_INCLUDE_TOPLEVEL_DIRECTORY", true]], "cpack_innosetup__install_directory": [[137, "variable:CPACK_INNOSETUP__INSTALL_DIRECTORY", true]], "cpack_innosetup_allow_custom_directory": [[137, "variable:CPACK_INNOSETUP_ALLOW_CUSTOM_DIRECTORY", true]], "cpack_innosetup_architecture": [[137, "variable:CPACK_INNOSETUP_ARCHITECTURE", true]], "cpack_innosetup_code_files": [[137, "variable:CPACK_INNOSETUP_CODE_FILES", true]], "cpack_innosetup_create_uninstall_link": [[137, "variable:CPACK_INNOSETUP_CREATE_UNINSTALL_LINK", true]], "cpack_innosetup_custom_install_instructions": [[137, "variable:CPACK_INNOSETUP_CUSTOM_INSTALL_INSTRUCTIONS", true]], "cpack_innosetup_define_": [[137, "variable:CPACK_INNOSETUP_DEFINE_", true]], "cpack_innosetup_executable": [[137, "variable:CPACK_INNOSETUP_EXECUTABLE", true]], "cpack_innosetup_executable_arguments": [[137, "variable:CPACK_INNOSETUP_EXECUTABLE_ARGUMENTS", true]], "cpack_innosetup_extra_scripts": [[137, "index-0-variable:CPACK_INNOSETUP_EXTRA_SCRIPTS", false], [137, "variable:CPACK_INNOSETUP_EXTRA_SCRIPTS", true]], "cpack_innosetup_icon_file": [[137, "variable:CPACK_INNOSETUP_ICON_FILE", true]], "cpack_innosetup_ignore_license_page": [[137, "variable:CPACK_INNOSETUP_IGNORE_LICENSE_PAGE", true]], "cpack_innosetup_ignore_readme_page": [[137, "variable:CPACK_INNOSETUP_IGNORE_README_PAGE", true]], "cpack_innosetup_install_root": [[137, "variable:CPACK_INNOSETUP_INSTALL_ROOT", true]], "cpack_innosetup_languages": [[137, "variable:CPACK_INNOSETUP_LANGUAGES", true]], "cpack_innosetup_menu_links": [[137, "variable:CPACK_INNOSETUP_MENU_LINKS", true]], "cpack_innosetup_password": [[137, "variable:CPACK_INNOSETUP_PASSWORD", true]], "cpack_innosetup_program_menu_folder": [[137, "variable:CPACK_INNOSETUP_PROGRAM_MENU_FOLDER", true]], "cpack_innosetup_run_executables": [[137, "variable:CPACK_INNOSETUP_RUN_EXECUTABLES", true]], "cpack_innosetup_setup_": [[137, "index-0-variable:CPACK_INNOSETUP_SETUP_", false], [137, "variable:CPACK_INNOSETUP_SETUP_", true]], "cpack_innosetup_use_cmake_bool_format": [[137, "variable:CPACK_INNOSETUP_USE_CMAKE_BOOL_FORMAT", true]], "cpack_innosetup_use_modern_wizard": [[137, "variable:CPACK_INNOSETUP_USE_MODERN_WIZARD", true]], "cpack_innosetup_verify_downloads": [[137, "variable:CPACK_INNOSETUP_VERIFY_DOWNLOADS", true]], "cpack_install_cmake_projects": [[134, "index-0-variable:CPACK_INSTALL_CMAKE_PROJECTS", false], [134, "index-1-variable:CPACK_INSTALL_CMAKE_PROJECTS", false], [310, "variable:CPACK_INSTALL_CMAKE_PROJECTS", true]], "cpack_install_commands": [[310, "variable:CPACK_INSTALL_COMMANDS", true]], "cpack_install_default_directory_permissions": [[134, "index-0-variable:CPACK_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS", false], [1320, "index-0-variable:CPACK_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS", false], [1954, "variable:CPACK_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS", true]], "cpack_install_scripts": [[310, "index-0-variable:CPACK_INSTALL_SCRIPTS", false], [310, "index-1-variable:CPACK_INSTALL_SCRIPTS", false], [310, "variable:CPACK_INSTALL_SCRIPTS", true], [1325, "index-0-variable:CPACK_INSTALL_SCRIPTS", false]], "cpack_installed_directories": [[142, "index-0-variable:CPACK_INSTALLED_DIRECTORIES", false], [310, "variable:CPACK_INSTALLED_DIRECTORIES", true]], "cpack_monolithic_install": [[310, "variable:CPACK_MONOLITHIC_INSTALL", true]], "cpack_never_overwrite": [[827, "prop_inst:CPACK_NEVER_OVERWRITE", true]], "cpack_nsis__install_directory": [[138, "variable:CPACK_NSIS__INSTALL_DIRECTORY", true], [1346, "index-0-variable:CPACK_NSIS__INSTALL_DIRECTORY", false]], "cpack_nsis_branding_text": [[138, "variable:CPACK_NSIS_BRANDING_TEXT", true], [1330, "index-0-variable:CPACK_NSIS_BRANDING_TEXT", false]], "cpack_nsis_branding_text_trim_position": [[138, "variable:CPACK_NSIS_BRANDING_TEXT_TRIM_POSITION", true], [1330, "index-0-variable:CPACK_NSIS_BRANDING_TEXT_TRIM_POSITION", false]], "cpack_nsis_compressor": [[138, "variable:CPACK_NSIS_COMPRESSOR", true]], "cpack_nsis_contact": [[138, "variable:CPACK_NSIS_CONTACT", true]], "cpack_nsis_create_icons_extra": [[138, "variable:CPACK_NSIS_CREATE_ICONS_EXTRA", true]], "cpack_nsis_delete_icons_extra": [[138, "variable:CPACK_NSIS_DELETE_ICONS_EXTRA", true]], "cpack_nsis_display_name": [[138, "variable:CPACK_NSIS_DISPLAY_NAME", true]], "cpack_nsis_enable_uninstall_before_install": [[138, "variable:CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL", true], [1345, "index-0-variable:CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL", false]], "cpack_nsis_executable": [[138, "variable:CPACK_NSIS_EXECUTABLE", true], [1331, "index-0-variable:CPACK_NSIS_EXECUTABLE", false]], "cpack_nsis_executable_post_arguments": [[138, "variable:CPACK_NSIS_EXECUTABLE_POST_ARGUMENTS", true], [1335, "index-0-variable:CPACK_NSIS_EXECUTABLE_POST_ARGUMENTS", false]], "cpack_nsis_executable_pre_arguments": [[138, "variable:CPACK_NSIS_EXECUTABLE_PRE_ARGUMENTS", true], [1335, "index-0-variable:CPACK_NSIS_EXECUTABLE_PRE_ARGUMENTS", false]], "cpack_nsis_executables_directory": [[138, "variable:CPACK_NSIS_EXECUTABLES_DIRECTORY", true]], "cpack_nsis_extra_install_commands": [[138, "variable:CPACK_NSIS_EXTRA_INSTALL_COMMANDS", true]], "cpack_nsis_extra_preinstall_commands": [[138, "variable:CPACK_NSIS_EXTRA_PREINSTALL_COMMANDS", true]], "cpack_nsis_extra_uninstall_commands": [[138, "variable:CPACK_NSIS_EXTRA_UNINSTALL_COMMANDS", true]], "cpack_nsis_finish_title": [[138, "variable:CPACK_NSIS_FINISH_TITLE", true], [1326, "index-0-variable:CPACK_NSIS_FINISH_TITLE", false]], "cpack_nsis_finish_title_3lines": [[138, "variable:CPACK_NSIS_FINISH_TITLE_3LINES", true], [1326, "index-0-variable:CPACK_NSIS_FINISH_TITLE_3LINES", false]], "cpack_nsis_help_link": [[138, "variable:CPACK_NSIS_HELP_LINK", true]], "cpack_nsis_ignore_license_page": [[138, "variable:CPACK_NSIS_IGNORE_LICENSE_PAGE", true], [1332, "index-0-variable:CPACK_NSIS_IGNORE_LICENSE_PAGE", false]], "cpack_nsis_install_root": [[138, "variable:CPACK_NSIS_INSTALL_ROOT", true]], "cpack_nsis_installed_icon_name": [[138, "variable:CPACK_NSIS_INSTALLED_ICON_NAME", true]], "cpack_nsis_installer_mui_icon_code": [[138, "variable:CPACK_NSIS_INSTALLER_MUI_ICON_CODE", true]], "cpack_nsis_manifest_dpi_aware": [[138, "variable:CPACK_NSIS_MANIFEST_DPI_AWARE", true], [1327, "index-0-variable:CPACK_NSIS_MANIFEST_DPI_AWARE", false]], "cpack_nsis_menu_links": [[138, "variable:CPACK_NSIS_MENU_LINKS", true]], "cpack_nsis_modify_path": [[138, "variable:CPACK_NSIS_MODIFY_PATH", true]], "cpack_nsis_mui_finishpage_run": [[138, "variable:CPACK_NSIS_MUI_FINISHPAGE_RUN", true]], "cpack_nsis_mui_headerimage": [[138, "variable:CPACK_NSIS_MUI_HEADERIMAGE", true], [1326, "index-0-variable:CPACK_NSIS_MUI_HEADERIMAGE", false]], "cpack_nsis_mui_icon": [[138, "variable:CPACK_NSIS_MUI_ICON", true]], "cpack_nsis_mui_uniicon": [[138, "variable:CPACK_NSIS_MUI_UNIICON", true]], "cpack_nsis_mui_unwelcomefinishpage_bitmap": [[138, "variable:CPACK_NSIS_MUI_UNWELCOMEFINISHPAGE_BITMAP", true], [1344, "index-0-variable:CPACK_NSIS_MUI_UNWELCOMEFINISHPAGE_BITMAP", false]], "cpack_nsis_mui_welcomefinishpage_bitmap": [[138, "variable:CPACK_NSIS_MUI_WELCOMEFINISHPAGE_BITMAP", true], [1344, "index-0-variable:CPACK_NSIS_MUI_WELCOMEFINISHPAGE_BITMAP", false]], "cpack_nsis_package_name": [[138, "variable:CPACK_NSIS_PACKAGE_NAME", true]], "cpack_nsis_uninstall_name": [[138, "variable:CPACK_NSIS_UNINSTALL_NAME", true], [1326, "index-0-variable:CPACK_NSIS_UNINSTALL_NAME", false]], "cpack_nsis_url_info_about": [[138, "variable:CPACK_NSIS_URL_INFO_ABOUT", true]], "cpack_nsis_welcome_title": [[138, "variable:CPACK_NSIS_WELCOME_TITLE", true], [1326, "index-0-variable:CPACK_NSIS_WELCOME_TITLE", false]], "cpack_nsis_welcome_title_3lines": [[138, "variable:CPACK_NSIS_WELCOME_TITLE_3LINES", true], [1326, "index-0-variable:CPACK_NSIS_WELCOME_TITLE_3LINES", false]], "cpack_nuget__package_authors": [[139, "variable:CPACK_NUGET__PACKAGE_AUTHORS", true]], "cpack_nuget__package_copyright": [[139, "variable:CPACK_NUGET__PACKAGE_COPYRIGHT", true]], "cpack_nuget__package_dependencies": [[139, "variable:CPACK_NUGET__PACKAGE_DEPENDENCIES", true]], "cpack_nuget__package_dependencies__version": [[139, "variable:CPACK_NUGET__PACKAGE_DEPENDENCIES__VERSION", true]], "cpack_nuget__package_dependencies_": [[139, "variable:CPACK_NUGET__PACKAGE_DEPENDENCIES_", true]], "cpack_nuget__package_dependencies___version": [[139, "variable:CPACK_NUGET__PACKAGE_DEPENDENCIES___VERSION", true]], "cpack_nuget__package_description": [[139, "variable:CPACK_NUGET__PACKAGE_DESCRIPTION", true]], "cpack_nuget__package_description_summary": [[139, "variable:CPACK_NUGET__PACKAGE_DESCRIPTION_SUMMARY", true]], "cpack_nuget__package_homepage_url": [[139, "variable:CPACK_NUGET__PACKAGE_HOMEPAGE_URL", true]], "cpack_nuget__package_icon": [[139, "variable:CPACK_NUGET__PACKAGE_ICON", true], [1330, "index-0-variable:CPACK_NUGET__PACKAGE_ICON", false]], "cpack_nuget__package_iconurl": [[139, "variable:CPACK_NUGET__PACKAGE_ICONURL", true], [1330, "index-0-variable:CPACK_NUGET__PACKAGE_ICONURL", false]], "cpack_nuget__package_language": [[139, "variable:CPACK_NUGET__PACKAGE_LANGUAGE", true], [1330, "index-0-variable:CPACK_NUGET__PACKAGE_LANGUAGE", false]], "cpack_nuget__package_license_expression": [[139, "variable:CPACK_NUGET__PACKAGE_LICENSE_EXPRESSION", true], [1330, "index-0-variable:CPACK_NUGET__PACKAGE_LICENSE_EXPRESSION", false]], "cpack_nuget__package_license_file_name": [[139, "variable:CPACK_NUGET__PACKAGE_LICENSE_FILE_NAME", true], [1330, "index-0-variable:CPACK_NUGET__PACKAGE_LICENSE_FILE_NAME", false]], "cpack_nuget__package_licenseurl": [[139, "variable:CPACK_NUGET__PACKAGE_LICENSEURL", true], [1330, "index-0-variable:CPACK_NUGET__PACKAGE_LICENSEURL", false]], "cpack_nuget__package_name": [[139, "variable:CPACK_NUGET__PACKAGE_NAME", true]], "cpack_nuget__package_owners": [[139, "variable:CPACK_NUGET__PACKAGE_OWNERS", true]], "cpack_nuget__package_readme": [[139, "variable:CPACK_NUGET__PACKAGE_README", true]], "cpack_nuget__package_release_notes": [[139, "variable:CPACK_NUGET__PACKAGE_RELEASE_NOTES", true]], "cpack_nuget__package_tags": [[139, "variable:CPACK_NUGET__PACKAGE_TAGS", true]], "cpack_nuget__package_tfms": [[139, "variable:CPACK_NUGET__PACKAGE_TFMS", true]], "cpack_nuget__package_title": [[139, "variable:CPACK_NUGET__PACKAGE_TITLE", true]], "cpack_nuget__package_version": [[139, "variable:CPACK_NUGET__PACKAGE_VERSION", true]], "cpack_nuget__repository_branch": [[139, "variable:CPACK_NUGET__REPOSITORY_BRANCH", true]], "cpack_nuget__repository_commit": [[139, "variable:CPACK_NUGET__REPOSITORY_COMMIT", true]], "cpack_nuget__repository_type": [[139, "variable:CPACK_NUGET__REPOSITORY_TYPE", true]], "cpack_nuget__repository_url": [[139, "variable:CPACK_NUGET__REPOSITORY_URL", true]], "cpack_nuget_component_install": [[139, "variable:CPACK_NUGET_COMPONENT_INSTALL", true]], "cpack_nuget_package_authors": [[139, "index-0-variable:CPACK_NUGET_PACKAGE_AUTHORS", false], [139, "variable:CPACK_NUGET_PACKAGE_AUTHORS", true]], "cpack_nuget_package_copyright": [[139, "variable:CPACK_NUGET_PACKAGE_COPYRIGHT", true]], "cpack_nuget_package_debug": [[139, "variable:CPACK_NUGET_PACKAGE_DEBUG", true]], "cpack_nuget_package_dependencies": [[139, "variable:CPACK_NUGET_PACKAGE_DEPENDENCIES", true]], "cpack_nuget_package_dependencies__version": [[139, "variable:CPACK_NUGET_PACKAGE_DEPENDENCIES__VERSION", true]], "cpack_nuget_package_dependencies_": [[139, "variable:CPACK_NUGET_PACKAGE_DEPENDENCIES_", true]], "cpack_nuget_package_dependencies___version": [[139, "variable:CPACK_NUGET_PACKAGE_DEPENDENCIES___VERSION", true]], "cpack_nuget_package_description": [[139, "index-0-variable:CPACK_NUGET_PACKAGE_DESCRIPTION", false], [139, "variable:CPACK_NUGET_PACKAGE_DESCRIPTION", true]], "cpack_nuget_package_description_summary": [[139, "variable:CPACK_NUGET_PACKAGE_DESCRIPTION_SUMMARY", true]], "cpack_nuget_package_homepage_url": [[139, "variable:CPACK_NUGET_PACKAGE_HOMEPAGE_URL", true]], "cpack_nuget_package_icon": [[139, "index-0-variable:CPACK_NUGET_PACKAGE_ICON", false], [139, "variable:CPACK_NUGET_PACKAGE_ICON", true], [1330, "index-0-variable:CPACK_NUGET_PACKAGE_ICON", false]], "cpack_nuget_package_iconurl": [[139, "variable:CPACK_NUGET_PACKAGE_ICONURL", true], [1330, "index-0-variable:CPACK_NUGET_PACKAGE_ICONURL", false]], "cpack_nuget_package_language": [[139, "variable:CPACK_NUGET_PACKAGE_LANGUAGE", true], [1330, "index-0-variable:CPACK_NUGET_PACKAGE_LANGUAGE", false]], "cpack_nuget_package_license_expression": [[139, "index-0-variable:CPACK_NUGET_PACKAGE_LICENSE_EXPRESSION", false], [139, "variable:CPACK_NUGET_PACKAGE_LICENSE_EXPRESSION", true], [1330, "index-0-variable:CPACK_NUGET_PACKAGE_LICENSE_EXPRESSION", false]], "cpack_nuget_package_license_file_name": [[139, "index-0-variable:CPACK_NUGET_PACKAGE_LICENSE_FILE_NAME", false], [139, "index-1-variable:CPACK_NUGET_PACKAGE_LICENSE_FILE_NAME", false], [139, "variable:CPACK_NUGET_PACKAGE_LICENSE_FILE_NAME", true], [1330, "index-0-variable:CPACK_NUGET_PACKAGE_LICENSE_FILE_NAME", false]], "cpack_nuget_package_licenseurl": [[139, "variable:CPACK_NUGET_PACKAGE_LICENSEURL", true], [1330, "index-0-variable:CPACK_NUGET_PACKAGE_LICENSEURL", false]], "cpack_nuget_package_name": [[139, "variable:CPACK_NUGET_PACKAGE_NAME", true]], "cpack_nuget_package_owners": [[139, "variable:CPACK_NUGET_PACKAGE_OWNERS", true]], "cpack_nuget_package_readme": [[139, "variable:CPACK_NUGET_PACKAGE_README", true], [1341, "index-0-variable:CPACK_NUGET_PACKAGE_README", false]], "cpack_nuget_package_release_notes": [[139, "variable:CPACK_NUGET_PACKAGE_RELEASE_NOTES", true]], "cpack_nuget_package_repository_branch": [[139, "variable:CPACK_NUGET_PACKAGE_REPOSITORY_BRANCH", true], [1341, "index-0-variable:CPACK_NUGET_PACKAGE_REPOSITORY_BRANCH", false]], "cpack_nuget_package_repository_commit": [[139, "variable:CPACK_NUGET_PACKAGE_REPOSITORY_COMMIT", true], [1341, "index-0-variable:CPACK_NUGET_PACKAGE_REPOSITORY_COMMIT", false]], "cpack_nuget_package_repository_type": [[139, "variable:CPACK_NUGET_PACKAGE_REPOSITORY_TYPE", true], [1341, "index-0-variable:CPACK_NUGET_PACKAGE_REPOSITORY_TYPE", false]], "cpack_nuget_package_repository_url": [[139, "variable:CPACK_NUGET_PACKAGE_REPOSITORY_URL", true], [1341, "index-0-variable:CPACK_NUGET_PACKAGE_REPOSITORY_URL", false]], "cpack_nuget_package_require_license_acceptance": [[139, "variable:CPACK_NUGET_PACKAGE_REQUIRE_LICENSE_ACCEPTANCE", true]], "cpack_nuget_package_tags": [[139, "variable:CPACK_NUGET_PACKAGE_TAGS", true]], "cpack_nuget_package_tfms": [[139, "variable:CPACK_NUGET_PACKAGE_TFMS", true], [1341, "index-0-variable:CPACK_NUGET_PACKAGE_TFMS", false]], "cpack_nuget_package_title": [[139, "variable:CPACK_NUGET_PACKAGE_TITLE", true]], "cpack_nuget_package_version": [[139, "variable:CPACK_NUGET_PACKAGE_VERSION", true]], "cpack_objcopy_executable": [[310, "variable:CPACK_OBJCOPY_EXECUTABLE", true], [1335, "index-0-variable:CPACK_OBJCOPY_EXECUTABLE", false]], "cpack_objdump_executable": [[310, "variable:CPACK_OBJDUMP_EXECUTABLE", true], [1335, "index-0-variable:CPACK_OBJDUMP_EXECUTABLE", false]], "cpack_output_config_file": [[310, "variable:CPACK_OUTPUT_CONFIG_FILE", true]], "cpack_package_checksum": [[134, "index-0-variable:CPACK_PACKAGE_CHECKSUM", false], [310, "variable:CPACK_PACKAGE_CHECKSUM", true], [1346, "index-0-variable:CPACK_PACKAGE_CHECKSUM", false]], "cpack_package_description": [[132, "index-0-variable:CPACK_PACKAGE_DESCRIPTION", false], [139, "index-0-variable:CPACK_PACKAGE_DESCRIPTION", false], [310, "index-0-variable:CPACK_PACKAGE_DESCRIPTION", false], [310, "variable:CPACK_PACKAGE_DESCRIPTION", true]], "cpack_package_description_file": [[132, "index-0-variable:CPACK_PACKAGE_DESCRIPTION_FILE", false], [134, "index-0-variable:CPACK_PACKAGE_DESCRIPTION_FILE", false], [142, "index-0-variable:CPACK_PACKAGE_DESCRIPTION_FILE", false], [310, "index-0-variable:CPACK_PACKAGE_DESCRIPTION_FILE", false], [310, "variable:CPACK_PACKAGE_DESCRIPTION_FILE", true], [1325, "index-0-variable:CPACK_PACKAGE_DESCRIPTION_FILE", false]], "cpack_package_description_summary": [[132, "index-0-variable:CPACK_PACKAGE_DESCRIPTION_SUMMARY", false], [132, "index-1-variable:CPACK_PACKAGE_DESCRIPTION_SUMMARY", false], [134, "index-0-variable:CPACK_PACKAGE_DESCRIPTION_SUMMARY", false], [135, "index-0-variable:CPACK_PACKAGE_DESCRIPTION_SUMMARY", false], [135, "index-1-variable:CPACK_PACKAGE_DESCRIPTION_SUMMARY", false], [136, "index-0-variable:CPACK_PACKAGE_DESCRIPTION_SUMMARY", false], [139, "index-0-variable:CPACK_PACKAGE_DESCRIPTION_SUMMARY", false], [142, "index-0-variable:CPACK_PACKAGE_DESCRIPTION_SUMMARY", false], [310, "variable:CPACK_PACKAGE_DESCRIPTION_SUMMARY", true]], "cpack_package_directory": [[289, "index-0-variable:CPACK_PACKAGE_DIRECTORY", false], [310, "variable:CPACK_PACKAGE_DIRECTORY", true]], "cpack_package_executables": [[137, "index-0-variable:CPACK_PACKAGE_EXECUTABLES", false], [137, "index-1-variable:CPACK_PACKAGE_EXECUTABLES", false], [137, "index-2-variable:CPACK_PACKAGE_EXECUTABLES", false], [137, "index-3-variable:CPACK_PACKAGE_EXECUTABLES", false], [310, "index-0-variable:CPACK_PACKAGE_EXECUTABLES", false], [310, "variable:CPACK_PACKAGE_EXECUTABLES", true]], "cpack_package_file_name": [[133, "index-0-variable:CPACK_PACKAGE_FILE_NAME", false], [310, "variable:CPACK_PACKAGE_FILE_NAME", true]], "cpack_package_files": [[310, "index-0-variable:CPACK_PACKAGE_FILES", false], [310, "variable:CPACK_PACKAGE_FILES", true], [1328, "index-0-variable:CPACK_PACKAGE_FILES", false]], "cpack_package_homepage_url": [[135, "index-0-variable:CPACK_PACKAGE_HOMEPAGE_URL", false], [139, "index-0-variable:CPACK_PACKAGE_HOMEPAGE_URL", false], [310, "variable:CPACK_PACKAGE_HOMEPAGE_URL", true]], "cpack_package_icon": [[137, "index-0-variable:CPACK_PACKAGE_ICON", false], [310, "variable:CPACK_PACKAGE_ICON", true], [1326, "index-0-variable:CPACK_PACKAGE_ICON", false]], "cpack_package_install_directory": [[136, "index-0-variable:CPACK_PACKAGE_INSTALL_DIRECTORY", false], [310, "variable:CPACK_PACKAGE_INSTALL_DIRECTORY", true]], "cpack_package_install_registry_key": [[310, "variable:CPACK_PACKAGE_INSTALL_REGISTRY_KEY", true]], "cpack_package_name": [[132, "index-0-variable:CPACK_PACKAGE_NAME", false], [134, "index-0-variable:CPACK_PACKAGE_NAME", false], [135, "index-0-variable:CPACK_PACKAGE_NAME", false], [137, "index-0-variable:CPACK_PACKAGE_NAME", false], [139, "index-0-variable:CPACK_PACKAGE_NAME", false], [142, "index-0-variable:CPACK_PACKAGE_NAME", false], [289, "index-0-variable:CPACK_PACKAGE_NAME", false], [310, "variable:CPACK_PACKAGE_NAME", true]], "cpack_package_vendor": [[136, "index-0-variable:CPACK_PACKAGE_VENDOR", false], [139, "index-0-variable:CPACK_PACKAGE_VENDOR", false], [289, "index-0-variable:CPACK_PACKAGE_VENDOR", false], [310, "variable:CPACK_PACKAGE_VENDOR", true]], "cpack_package_version": [[132, "index-0-variable:CPACK_PACKAGE_VERSION", false], [134, "index-0-variable:CPACK_PACKAGE_VERSION", false], [139, "index-0-variable:CPACK_PACKAGE_VERSION", false], [142, "index-0-variable:CPACK_PACKAGE_VERSION", false], [289, "index-0-variable:CPACK_PACKAGE_VERSION", false], [310, "variable:CPACK_PACKAGE_VERSION", true], [318, "index-0-variable:CPACK_PACKAGE_VERSION", false], [318, "index-1-variable:CPACK_PACKAGE_VERSION", false]], "cpack_package_version_major": [[289, "index-0-variable:CPACK_PACKAGE_VERSION_MAJOR", false], [310, "index-0-variable:CPACK_PACKAGE_VERSION_MAJOR", false], [310, "variable:CPACK_PACKAGE_VERSION_MAJOR", true]], "cpack_package_version_minor": [[289, "index-0-variable:CPACK_PACKAGE_VERSION_MINOR", false], [310, "index-0-variable:CPACK_PACKAGE_VERSION_MINOR", false], [310, "variable:CPACK_PACKAGE_VERSION_MINOR", true]], "cpack_package_version_patch": [[289, "index-0-variable:CPACK_PACKAGE_VERSION_PATCH", false], [310, "index-0-variable:CPACK_PACKAGE_VERSION_PATCH", false], [310, "variable:CPACK_PACKAGE_VERSION_PATCH", true]], "cpack_packaging_install_prefix": [[134, "index-0-variable:CPACK_PACKAGING_INSTALL_PREFIX", false], [142, "index-0-variable:CPACK_PACKAGING_INSTALL_PREFIX", false], [142, "index-1-variable:CPACK_PACKAGING_INSTALL_PREFIX", false], [142, "index-2-variable:CPACK_PACKAGING_INSTALL_PREFIX", false], [142, "index-3-variable:CPACK_PACKAGING_INSTALL_PREFIX", false], [142, "index-4-variable:CPACK_PACKAGING_INSTALL_PREFIX", false], [142, "index-5-variable:CPACK_PACKAGING_INSTALL_PREFIX", false], [1329, "index-0-variable:CPACK_PACKAGING_INSTALL_PREFIX", false], [1955, "variable:CPACK_PACKAGING_INSTALL_PREFIX", true], [1956, "index-0-variable:CPACK_PACKAGING_INSTALL_PREFIX", false]], "cpack_permanent": [[828, "prop_inst:CPACK_PERMANENT", true]], "cpack_pkgbuild_identity_name": [[141, "variable:CPACK_PKGBUILD_IDENTITY_NAME", true], [1347, "index-0-variable:CPACK_PKGBUILD_IDENTITY_NAME", false]], "cpack_pkgbuild_keychain_path": [[141, "variable:CPACK_PKGBUILD_KEYCHAIN_PATH", true], [1347, "index-0-variable:CPACK_PKGBUILD_KEYCHAIN_PATH", false]], "cpack_post_build_scripts": [[310, "index-0-variable:CPACK_POST_BUILD_SCRIPTS", false], [310, "index-1-variable:CPACK_POST_BUILD_SCRIPTS", false], [310, "index-2-variable:CPACK_POST_BUILD_SCRIPTS", false], [310, "variable:CPACK_POST_BUILD_SCRIPTS", true], [1328, "index-0-variable:CPACK_POST_BUILD_SCRIPTS", false]], "cpack_postflight__script": [[141, "index-0-variable:CPACK_POSTFLIGHT__SCRIPT", false], [141, "variable:CPACK_POSTFLIGHT__SCRIPT", true]], "cpack_pre_build_scripts": [[310, "index-0-variable:CPACK_PRE_BUILD_SCRIPTS", false], [310, "index-1-variable:CPACK_PRE_BUILD_SCRIPTS", false], [310, "variable:CPACK_PRE_BUILD_SCRIPTS", true], [1328, "index-0-variable:CPACK_PRE_BUILD_SCRIPTS", false]], "cpack_preflight__script": [[141, "index-0-variable:CPACK_PREFLIGHT__SCRIPT", false], [141, "variable:CPACK_PREFLIGHT__SCRIPT", true]], "cpack_productbuild_background": [[141, "variable:CPACK_PRODUCTBUILD_BACKGROUND", true], [1326, "index-0-variable:CPACK_PRODUCTBUILD_BACKGROUND", false]], "cpack_productbuild_background_alignment": [[141, "index-0-variable:CPACK_PRODUCTBUILD_BACKGROUND_ALIGNMENT", false], [141, "variable:CPACK_PRODUCTBUILD_BACKGROUND_ALIGNMENT", true]], "cpack_productbuild_background_darkaqua": [[141, "variable:CPACK_PRODUCTBUILD_BACKGROUND_DARKAQUA", true]], "cpack_productbuild_background_darkaqua_alignment": [[141, "variable:CPACK_PRODUCTBUILD_BACKGROUND_DARKAQUA_ALIGNMENT", true]], "cpack_productbuild_background_darkaqua_mime_type": [[141, "variable:CPACK_PRODUCTBUILD_BACKGROUND_DARKAQUA_MIME_TYPE", true]], "cpack_productbuild_background_darkaqua_scaling": [[141, "variable:CPACK_PRODUCTBUILD_BACKGROUND_DARKAQUA_SCALING", true]], "cpack_productbuild_background_darkaqua_uti": [[141, "variable:CPACK_PRODUCTBUILD_BACKGROUND_DARKAQUA_UTI", true]], "cpack_productbuild_background_mime_type": [[141, "index-0-variable:CPACK_PRODUCTBUILD_BACKGROUND_MIME_TYPE", false], [141, "variable:CPACK_PRODUCTBUILD_BACKGROUND_MIME_TYPE", true]], "cpack_productbuild_background_scaling": [[141, "index-0-variable:CPACK_PRODUCTBUILD_BACKGROUND_SCALING", false], [141, "variable:CPACK_PRODUCTBUILD_BACKGROUND_SCALING", true]], "cpack_productbuild_background_uti": [[141, "index-0-variable:CPACK_PRODUCTBUILD_BACKGROUND_UTI", false], [141, "variable:CPACK_PRODUCTBUILD_BACKGROUND_UTI", true]], "cpack_productbuild_domains": [[141, "index-0-variable:CPACK_PRODUCTBUILD_DOMAINS", false], [141, "index-1-variable:CPACK_PRODUCTBUILD_DOMAINS", false], [141, "index-2-variable:CPACK_PRODUCTBUILD_DOMAINS", false], [141, "variable:CPACK_PRODUCTBUILD_DOMAINS", true], [721, "index-0-variable:CPACK_PRODUCTBUILD_DOMAINS", false], [721, "index-1-variable:CPACK_PRODUCTBUILD_DOMAINS", false], [721, "index-2-variable:CPACK_PRODUCTBUILD_DOMAINS", false], [721, "index-3-variable:CPACK_PRODUCTBUILD_DOMAINS", false], [721, "index-4-variable:CPACK_PRODUCTBUILD_DOMAINS", false], [721, "index-5-variable:CPACK_PRODUCTBUILD_DOMAINS", false], [721, "index-6-variable:CPACK_PRODUCTBUILD_DOMAINS", false], [1333, "index-0-variable:CPACK_PRODUCTBUILD_DOMAINS", false], [1339, "index-0-variable:CPACK_PRODUCTBUILD_DOMAINS", false]], "cpack_productbuild_domains_anywhere": [[141, "index-0-variable:CPACK_PRODUCTBUILD_DOMAINS_ANYWHERE", false], [141, "variable:CPACK_PRODUCTBUILD_DOMAINS_ANYWHERE", true], [1333, "index-0-variable:CPACK_PRODUCTBUILD_DOMAINS_ANYWHERE", false]], "cpack_productbuild_domains_root": [[141, "index-0-variable:CPACK_PRODUCTBUILD_DOMAINS_ROOT", false], [141, "variable:CPACK_PRODUCTBUILD_DOMAINS_ROOT", true], [1333, "index-0-variable:CPACK_PRODUCTBUILD_DOMAINS_ROOT", false]], "cpack_productbuild_domains_user": [[141, "index-0-variable:CPACK_PRODUCTBUILD_DOMAINS_USER", false], [141, "variable:CPACK_PRODUCTBUILD_DOMAINS_USER", true], [1333, "index-0-variable:CPACK_PRODUCTBUILD_DOMAINS_USER", false]], "cpack_productbuild_identifier": [[141, "variable:CPACK_PRODUCTBUILD_IDENTIFIER", true], [1333, "index-0-variable:CPACK_PRODUCTBUILD_IDENTIFIER", false]], "cpack_productbuild_identity_name": [[141, "variable:CPACK_PRODUCTBUILD_IDENTITY_NAME", true], [1347, "index-0-variable:CPACK_PRODUCTBUILD_IDENTITY_NAME", false]], "cpack_productbuild_keychain_path": [[141, "variable:CPACK_PRODUCTBUILD_KEYCHAIN_PATH", true], [1347, "index-0-variable:CPACK_PRODUCTBUILD_KEYCHAIN_PATH", false]], "cpack_productbuild_resources_dir": [[141, "variable:CPACK_PRODUCTBUILD_RESOURCES_DIR", true], [1348, "index-0-variable:CPACK_PRODUCTBUILD_RESOURCES_DIR", false]], "cpack_project_config_file": [[310, "index-0-variable:CPACK_PROJECT_CONFIG_FILE", false], [310, "index-1-variable:CPACK_PROJECT_CONFIG_FILE", false], [310, "index-2-variable:CPACK_PROJECT_CONFIG_FILE", false], [310, "index-3-variable:CPACK_PROJECT_CONFIG_FILE", false], [310, "index-4-variable:CPACK_PROJECT_CONFIG_FILE", false], [310, "variable:CPACK_PROJECT_CONFIG_FILE", true], [1951, "index-0-variable:CPACK_PROJECT_CONFIG_FILE", false]], "cpack_readelf_executable": [[310, "variable:CPACK_READELF_EXECUTABLE", true], [1335, "index-0-variable:CPACK_READELF_EXECUTABLE", false]], "cpack_resource_file_license": [[133, "index-0-variable:CPACK_RESOURCE_FILE_LICENSE", false], [133, "index-1-variable:CPACK_RESOURCE_FILE_LICENSE", false], [133, "index-2-variable:CPACK_RESOURCE_FILE_LICENSE", false], [137, "index-0-variable:CPACK_RESOURCE_FILE_LICENSE", false], [141, "index-0-variable:CPACK_RESOURCE_FILE_LICENSE", false], [141, "index-1-variable:CPACK_RESOURCE_FILE_LICENSE", false], [310, "variable:CPACK_RESOURCE_FILE_LICENSE", true], [693, "index-0-variable:CPACK_RESOURCE_FILE_LICENSE", false], [1330, "index-0-variable:CPACK_RESOURCE_FILE_LICENSE", false], [1333, "index-0-variable:CPACK_RESOURCE_FILE_LICENSE", false]], "cpack_resource_file_readme": [[137, "index-0-variable:CPACK_RESOURCE_FILE_README", false], [141, "index-0-variable:CPACK_RESOURCE_FILE_README", false], [141, "index-1-variable:CPACK_RESOURCE_FILE_README", false], [310, "variable:CPACK_RESOURCE_FILE_README", true]], "cpack_resource_file_welcome": [[141, "index-0-variable:CPACK_RESOURCE_FILE_WELCOME", false], [141, "index-1-variable:CPACK_RESOURCE_FILE_WELCOME", false], [310, "variable:CPACK_RESOURCE_FILE_WELCOME", true]], "cpack_rpm__default_dir_permissions": [[142, "variable:CPACK_RPM__DEFAULT_DIR_PERMISSIONS", true]], "cpack_rpm__default_file_permissions": [[142, "variable:CPACK_RPM__DEFAULT_FILE_PERMISSIONS", true]], "cpack_rpm__default_group": [[142, "variable:CPACK_RPM__DEFAULT_GROUP", true]], "cpack_rpm__default_user": [[142, "variable:CPACK_RPM__DEFAULT_USER", true]], "cpack_rpm__build_source_dirs_prefix": [[142, "variable:CPACK_RPM__BUILD_SOURCE_DIRS_PREFIX", true]], "cpack_rpm__debuginfo_file_name": [[142, "variable:CPACK_RPM__DEBUGINFO_FILE_NAME", true]], "cpack_rpm__debuginfo_package": [[142, "index-0-variable:CPACK_RPM__DEBUGINFO_PACKAGE", false], [142, "variable:CPACK_RPM__DEBUGINFO_PACKAGE", true]], "cpack_rpm__file_name": [[142, "variable:CPACK_RPM__FILE_NAME", true]], "cpack_rpm__package_architecture": [[142, "variable:CPACK_RPM__PACKAGE_ARCHITECTURE", true], [1340, "index-0-variable:CPACK_RPM__PACKAGE_ARCHITECTURE", false]], "cpack_rpm__package_autoprov": [[142, "variable:CPACK_RPM__PACKAGE_AUTOPROV", true]], "cpack_rpm__package_autoreq": [[142, "variable:CPACK_RPM__PACKAGE_AUTOREQ", true]], "cpack_rpm__package_autoreqprov": [[142, "variable:CPACK_RPM__PACKAGE_AUTOREQPROV", true]], "cpack_rpm__package_conflicts": [[142, "variable:CPACK_RPM__PACKAGE_CONFLICTS", true]], "cpack_rpm__package_description": [[142, "variable:CPACK_RPM__PACKAGE_DESCRIPTION", true], [1329, "index-0-variable:CPACK_RPM__PACKAGE_DESCRIPTION", false]], "cpack_rpm__package_group": [[142, "variable:CPACK_RPM__PACKAGE_GROUP", true], [1344, "index-0-variable:CPACK_RPM__PACKAGE_GROUP", false]], "cpack_rpm__package_name": [[142, "variable:CPACK_RPM__PACKAGE_NAME", true], [1344, "index-0-variable:CPACK_RPM__PACKAGE_NAME", false], [1345, "index-0-variable:CPACK_RPM__PACKAGE_NAME", false]], "cpack_rpm__package_obsoletes": [[142, "variable:CPACK_RPM__PACKAGE_OBSOLETES", true]], "cpack_rpm__package_prefix": [[142, "index-0-variable:CPACK_RPM__PACKAGE_PREFIX", false], [142, "index-1-variable:CPACK_RPM__PACKAGE_PREFIX", false], [142, "index-2-variable:CPACK_RPM__PACKAGE_PREFIX", false], [142, "variable:CPACK_RPM__PACKAGE_PREFIX", true], [1329, "index-0-variable:CPACK_RPM__PACKAGE_PREFIX", false]], "cpack_rpm__package_provides": [[142, "variable:CPACK_RPM__PACKAGE_PROVIDES", true]], "cpack_rpm__package_requires": [[142, "variable:CPACK_RPM__PACKAGE_REQUIRES", true]], "cpack_rpm__package_requires_post": [[142, "variable:CPACK_RPM__PACKAGE_REQUIRES_POST", true]], "cpack_rpm__package_requires_postun": [[142, "variable:CPACK_RPM__PACKAGE_REQUIRES_POSTUN", true]], "cpack_rpm__package_requires_pre": [[142, "variable:CPACK_RPM__PACKAGE_REQUIRES_PRE", true]], "cpack_rpm__package_requires_preun": [[142, "variable:CPACK_RPM__PACKAGE_REQUIRES_PREUN", true]], "cpack_rpm__package_suggests": [[142, "variable:CPACK_RPM__PACKAGE_SUGGESTS", true]], "cpack_rpm__package_summary": [[142, "variable:CPACK_RPM__PACKAGE_SUMMARY", true], [1329, "index-0-variable:CPACK_RPM__PACKAGE_SUMMARY", false]], "cpack_rpm__package_url": [[142, "variable:CPACK_RPM__PACKAGE_URL", true]], "cpack_rpm__user_filelist": [[142, "variable:CPACK_RPM__USER_FILELIST", true]], "cpack_rpm__user_binary_specfile": [[142, "variable:CPACK_RPM__USER_BINARY_SPECFILE", true]], "cpack_rpm_additional_man_dirs": [[142, "variable:CPACK_RPM_ADDITIONAL_MAN_DIRS", true], [1340, "index-0-variable:CPACK_RPM_ADDITIONAL_MAN_DIRS", false]], "cpack_rpm_build_source_dirs_prefix": [[142, "index-0-variable:CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX", false], [142, "variable:CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX", true]], "cpack_rpm_buildrequires": [[142, "variable:CPACK_RPM_BUILDREQUIRES", true]], "cpack_rpm_changelog_file": [[142, "variable:CPACK_RPM_CHANGELOG_FILE", true]], "cpack_rpm_component_install": [[142, "index-0-variable:CPACK_RPM_COMPONENT_INSTALL", false], [142, "index-1-variable:CPACK_RPM_COMPONENT_INSTALL", false], [142, "variable:CPACK_RPM_COMPONENT_INSTALL", true]], "cpack_rpm_compression_type": [[142, "variable:CPACK_RPM_COMPRESSION_TYPE", true], [1342, "index-0-variable:CPACK_RPM_COMPRESSION_TYPE", false]], "cpack_rpm_debuginfo_exclude_dirs": [[142, "index-0-variable:CPACK_RPM_DEBUGINFO_EXCLUDE_DIRS", false], [142, "variable:CPACK_RPM_DEBUGINFO_EXCLUDE_DIRS", true]], "cpack_rpm_debuginfo_exclude_dirs_addition": [[142, "variable:CPACK_RPM_DEBUGINFO_EXCLUDE_DIRS_ADDITION", true]], "cpack_rpm_debuginfo_file_name": [[142, "variable:CPACK_RPM_DEBUGINFO_FILE_NAME", true], [1348, "index-0-variable:CPACK_RPM_DEBUGINFO_FILE_NAME", false]], "cpack_rpm_debuginfo_package": [[142, "index-0-variable:CPACK_RPM_DEBUGINFO_PACKAGE", false], [142, "index-1-variable:CPACK_RPM_DEBUGINFO_PACKAGE", false], [142, "index-2-variable:CPACK_RPM_DEBUGINFO_PACKAGE", false], [142, "variable:CPACK_RPM_DEBUGINFO_PACKAGE", true], [1346, "index-0-variable:CPACK_RPM_DEBUGINFO_PACKAGE", false]], "cpack_rpm_debuginfo_single_package": [[142, "index-0-variable:CPACK_RPM_DEBUGINFO_SINGLE_PACKAGE", false], [142, "variable:CPACK_RPM_DEBUGINFO_SINGLE_PACKAGE", true], [1347, "index-0-variable:CPACK_RPM_DEBUGINFO_SINGLE_PACKAGE", false]], "cpack_rpm_default_dir_permissions": [[142, "variable:CPACK_RPM_DEFAULT_DIR_PERMISSIONS", true], [1345, "index-0-variable:CPACK_RPM_DEFAULT_DIR_PERMISSIONS", false]], "cpack_rpm_default_file_permissions": [[142, "index-0-variable:CPACK_RPM_DEFAULT_FILE_PERMISSIONS", false], [142, "variable:CPACK_RPM_DEFAULT_FILE_PERMISSIONS", true], [1345, "index-0-variable:CPACK_RPM_DEFAULT_FILE_PERMISSIONS", false]], "cpack_rpm_default_group": [[142, "variable:CPACK_RPM_DEFAULT_GROUP", true], [1345, "index-0-variable:CPACK_RPM_DEFAULT_GROUP", false]], "cpack_rpm_default_user": [[142, "variable:CPACK_RPM_DEFAULT_USER", true], [1345, "index-0-variable:CPACK_RPM_DEFAULT_USER", false]], "cpack_rpm_exclude_from_auto_filelist": [[142, "index-0-variable:CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST", false], [142, "variable:CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST", true]], "cpack_rpm_exclude_from_auto_filelist_addition": [[142, "index-0-variable:CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION", false], [142, "variable:CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION", true]], "cpack_rpm_file_name": [[142, "index-0-variable:CPACK_RPM_FILE_NAME", false], [142, "variable:CPACK_RPM_FILE_NAME", true], [1339, "index-0-variable:CPACK_RPM_FILE_NAME", false]], "cpack_rpm_generate_user_binary_specfile_template": [[142, "variable:CPACK_RPM_GENERATE_USER_BINARY_SPECFILE_TEMPLATE", true]], "cpack_rpm_install_with_exec": [[142, "variable:CPACK_RPM_INSTALL_WITH_EXEC", true], [1320, "index-0-variable:CPACK_RPM_INSTALL_WITH_EXEC", false]], "cpack_rpm_main_component": [[142, "index-0-variable:CPACK_RPM_MAIN_COMPONENT", false], [142, "variable:CPACK_RPM_MAIN_COMPONENT", true], [1347, "index-0-variable:CPACK_RPM_MAIN_COMPONENT", false]], "cpack_rpm_no__install_prefix_relocation": [[142, "variable:CPACK_RPM_NO__INSTALL_PREFIX_RELOCATION", true]], "cpack_rpm_no_install_prefix_relocation": [[142, "variable:CPACK_RPM_NO_INSTALL_PREFIX_RELOCATION", true]], "cpack_rpm_package_architecture": [[142, "variable:CPACK_RPM_PACKAGE_ARCHITECTURE", true]], "cpack_rpm_package_autoprov": [[142, "index-0-variable:CPACK_RPM_PACKAGE_AUTOPROV", false], [142, "variable:CPACK_RPM_PACKAGE_AUTOPROV", true]], "cpack_rpm_package_autoreq": [[142, "index-0-variable:CPACK_RPM_PACKAGE_AUTOREQ", false], [142, "variable:CPACK_RPM_PACKAGE_AUTOREQ", true]], "cpack_rpm_package_autoreqprov": [[142, "variable:CPACK_RPM_PACKAGE_AUTOREQPROV", true]], "cpack_rpm_package_conflicts": [[142, "variable:CPACK_RPM_PACKAGE_CONFLICTS", true]], "cpack_rpm_package_debug": [[142, "variable:CPACK_RPM_PACKAGE_DEBUG", true]], "cpack_rpm_package_description": [[142, "variable:CPACK_RPM_PACKAGE_DESCRIPTION", true]], "cpack_rpm_package_epoch": [[142, "variable:CPACK_RPM_PACKAGE_EPOCH", true], [1319, "index-0-variable:CPACK_RPM_PACKAGE_EPOCH", false]], "cpack_rpm_package_group": [[142, "variable:CPACK_RPM_PACKAGE_GROUP", true]], "cpack_rpm_package_license": [[135, "index-0-variable:CPACK_RPM_PACKAGE_LICENSE", false], [142, "variable:CPACK_RPM_PACKAGE_LICENSE", true]], "cpack_rpm_package_name": [[142, "variable:CPACK_RPM_PACKAGE_NAME", true], [1345, "index-0-variable:CPACK_RPM_PACKAGE_NAME", false]], "cpack_rpm_package_obsoletes": [[142, "variable:CPACK_RPM_PACKAGE_OBSOLETES", true]], "cpack_rpm_package_provides": [[142, "variable:CPACK_RPM_PACKAGE_PROVIDES", true]], "cpack_rpm_package_release": [[142, "variable:CPACK_RPM_PACKAGE_RELEASE", true]], "cpack_rpm_package_release_dist": [[142, "index-0-variable:CPACK_RPM_PACKAGE_RELEASE_DIST", false], [142, "variable:CPACK_RPM_PACKAGE_RELEASE_DIST", true], [1345, "index-0-variable:CPACK_RPM_PACKAGE_RELEASE_DIST", false]], "cpack_rpm_package_relocatable": [[142, "variable:CPACK_RPM_PACKAGE_RELOCATABLE", true]], "cpack_rpm_package_requires": [[142, "variable:CPACK_RPM_PACKAGE_REQUIRES", true]], "cpack_rpm_package_requires_post": [[142, "variable:CPACK_RPM_PACKAGE_REQUIRES_POST", true], [1329, "index-0-variable:CPACK_RPM_PACKAGE_REQUIRES_POST", false]], "cpack_rpm_package_requires_postun": [[142, "variable:CPACK_RPM_PACKAGE_REQUIRES_POSTUN", true], [1329, "index-0-variable:CPACK_RPM_PACKAGE_REQUIRES_POSTUN", false]], "cpack_rpm_package_requires_pre": [[142, "variable:CPACK_RPM_PACKAGE_REQUIRES_PRE", true], [1329, "index-0-variable:CPACK_RPM_PACKAGE_REQUIRES_PRE", false]], "cpack_rpm_package_requires_preun": [[142, "variable:CPACK_RPM_PACKAGE_REQUIRES_PREUN", true], [1329, "index-0-variable:CPACK_RPM_PACKAGE_REQUIRES_PREUN", false]], "cpack_rpm_package_sources": [[142, "index-0-variable:CPACK_RPM_PACKAGE_SOURCES", false], [142, "index-1-variable:CPACK_RPM_PACKAGE_SOURCES", false], [142, "variable:CPACK_RPM_PACKAGE_SOURCES", true], [1346, "index-0-variable:CPACK_RPM_PACKAGE_SOURCES", false]], "cpack_rpm_package_suggests": [[142, "variable:CPACK_RPM_PACKAGE_SUGGESTS", true]], "cpack_rpm_package_summary": [[142, "variable:CPACK_RPM_PACKAGE_SUMMARY", true]], "cpack_rpm_package_url": [[142, "variable:CPACK_RPM_PACKAGE_URL", true]], "cpack_rpm_package_vendor": [[142, "variable:CPACK_RPM_PACKAGE_VENDOR", true]], "cpack_rpm_package_version": [[142, "index-0-variable:CPACK_RPM_PACKAGE_VERSION", false], [142, "variable:CPACK_RPM_PACKAGE_VERSION", true]], "cpack_rpm_post_install_script_file": [[142, "index-0-variable:CPACK_RPM_POST_INSTALL_SCRIPT_FILE", false], [142, "variable:CPACK_RPM_POST_INSTALL_SCRIPT_FILE", true]], "cpack_rpm_post_trans_script_file": [[142, "variable:CPACK_RPM_POST_TRANS_SCRIPT_FILE", true], [1327, "index-0-variable:CPACK_RPM_POST_TRANS_SCRIPT_FILE", false]], "cpack_rpm_post_uninstall_script_file": [[142, "variable:CPACK_RPM_POST_UNINSTALL_SCRIPT_FILE", true]], "cpack_rpm_pre_install_script_file": [[142, "variable:CPACK_RPM_PRE_INSTALL_SCRIPT_FILE", true]], "cpack_rpm_pre_trans_script_file": [[142, "variable:CPACK_RPM_PRE_TRANS_SCRIPT_FILE", true], [1327, "index-0-variable:CPACK_RPM_PRE_TRANS_SCRIPT_FILE", false]], "cpack_rpm_pre_uninstall_script_file": [[142, "variable:CPACK_RPM_PRE_UNINSTALL_SCRIPT_FILE", true]], "cpack_rpm_relocation_paths": [[142, "index-0-variable:CPACK_RPM_RELOCATION_PATHS", false], [142, "variable:CPACK_RPM_RELOCATION_PATHS", true], [1329, "index-0-variable:CPACK_RPM_RELOCATION_PATHS", false]], "cpack_rpm_requires_exclude_from": [[142, "variable:CPACK_RPM_REQUIRES_EXCLUDE_FROM", true], [1332, "index-0-variable:CPACK_RPM_REQUIRES_EXCLUDE_FROM", false]], "cpack_rpm_source_pkg_build_params": [[142, "variable:CPACK_RPM_SOURCE_PKG_BUILD_PARAMS", true], [1346, "index-0-variable:CPACK_RPM_SOURCE_PKG_BUILD_PARAMS", false]], "cpack_rpm_source_pkg_packaging_install_prefix": [[142, "variable:CPACK_RPM_SOURCE_PKG_PACKAGING_INSTALL_PREFIX", true], [1346, "index-0-variable:CPACK_RPM_SOURCE_PKG_PACKAGING_INSTALL_PREFIX", false]], "cpack_rpm_spec_install_post": [[142, "variable:CPACK_RPM_SPEC_INSTALL_POST", true]], "cpack_rpm_spec_more_define": [[142, "index-0-variable:CPACK_RPM_SPEC_MORE_DEFINE", false], [142, "variable:CPACK_RPM_SPEC_MORE_DEFINE", true]], "cpack_rpm_user_binary_specfile": [[142, "index-0-variable:CPACK_RPM_USER_BINARY_SPECFILE", false], [142, "variable:CPACK_RPM_USER_BINARY_SPECFILE", true]], "cpack_rpm_user_filelist": [[142, "variable:CPACK_RPM_USER_FILELIST", true], [1347, "index-0-variable:CPACK_RPM_USER_FILELIST", false]], "cpack_set_destdir": [[134, "index-0-variable:CPACK_SET_DESTDIR", false], [134, "index-1-variable:CPACK_SET_DESTDIR", false], [142, "index-0-variable:CPACK_SET_DESTDIR", false], [142, "index-1-variable:CPACK_SET_DESTDIR", false], [1956, "variable:CPACK_SET_DESTDIR", true]], "cpack_source_generator": [[259, "index-0-variable:CPACK_SOURCE_GENERATOR", false], [310, "variable:CPACK_SOURCE_GENERATOR", true]], "cpack_source_ignore_files": [[129, "index-0-variable:CPACK_SOURCE_IGNORE_FILES", false], [310, "index-0-variable:CPACK_SOURCE_IGNORE_FILES", false], [310, "variable:CPACK_SOURCE_IGNORE_FILES", true]], "cpack_source_output_config_file": [[310, "variable:CPACK_SOURCE_OUTPUT_CONFIG_FILE", true]], "cpack_source_package_file_name": [[310, "variable:CPACK_SOURCE_PACKAGE_FILE_NAME", true]], "cpack_source_strip_files": [[310, "variable:CPACK_SOURCE_STRIP_FILES", true]], "cpack_start_menu_shortcuts": [[830, "prop_inst:CPACK_START_MENU_SHORTCUTS", true], [1340, "index-0-prop_inst:CPACK_START_MENU_SHORTCUTS", false]], "cpack_startup_shortcuts": [[829, "prop_inst:CPACK_STARTUP_SHORTCUTS", true], [1340, "index-0-prop_inst:CPACK_STARTUP_SHORTCUTS", false]], "cpack_strip_files": [[132, "index-0-variable:CPACK_STRIP_FILES", false], [132, "index-1-variable:CPACK_STRIP_FILES", false], [134, "index-0-variable:CPACK_STRIP_FILES", false], [142, "index-0-variable:CPACK_STRIP_FILES", false], [142, "index-1-variable:CPACK_STRIP_FILES", false], [310, "variable:CPACK_STRIP_FILES", true]], "cpack_system_name": [[310, "variable:CPACK_SYSTEM_NAME", true]], "cpack_threads": [[129, "index-0-variable:CPACK_THREADS", false], [310, "variable:CPACK_THREADS", true], [1330, "index-0-variable:CPACK_THREADS", false], [1331, "index-0-variable:CPACK_THREADS", false], [1334, "index-0-variable:CPACK_THREADS", false]], "cpack_toplevel_tag": [[310, "variable:CPACK_TOPLEVEL_TAG", true]], "cpack_verbatim_variables": [[137, "index-0-variable:CPACK_VERBATIM_VARIABLES", false], [310, "variable:CPACK_VERBATIM_VARIABLES", true]], "cpack_warn_on_absolute_install_destination": [[134, "index-0-variable:CPACK_WARN_ON_ABSOLUTE_INSTALL_DESTINATION", false], [1957, "variable:CPACK_WARN_ON_ABSOLUTE_INSTALL_DESTINATION", true]], "cpack_wix__extensions": [[143, "index-0-variable:CPACK_WIX__EXTENSIONS", false], [143, "index-1-variable:CPACK_WIX__EXTENSIONS", false], [143, "index-2-variable:CPACK_WIX__EXTENSIONS", false], [143, "variable:CPACK_WIX__EXTENSIONS", true]], "cpack_wix__extra_flags": [[143, "index-0-variable:CPACK_WIX__EXTRA_FLAGS", false], [143, "index-1-variable:CPACK_WIX__EXTRA_FLAGS", false], [143, "index-2-variable:CPACK_WIX__EXTRA_FLAGS", false], [143, "variable:CPACK_WIX__EXTRA_FLAGS", true]], "cpack_wix_acl": [[831, "prop_inst:CPACK_WIX_ACL", true], [1318, "index-0-prop_inst:CPACK_WIX_ACL", false]], "cpack_wix_architecture": [[143, "variable:CPACK_WIX_ARCHITECTURE", true], [1334, "index-0-variable:CPACK_WIX_ARCHITECTURE", false]], "cpack_wix_cmake_package_registry": [[143, "variable:CPACK_WIX_CMAKE_PACKAGE_REGISTRY", true]], "cpack_wix_cultures": [[143, "variable:CPACK_WIX_CULTURES", true]], "cpack_wix_custom_xmlns": [[143, "variable:CPACK_WIX_CUSTOM_XMLNS", true], [1328, "index-0-variable:CPACK_WIX_CUSTOM_XMLNS", false]], "cpack_wix_extensions": [[143, "variable:CPACK_WIX_EXTENSIONS", true]], "cpack_wix_extra_objects": [[143, "variable:CPACK_WIX_EXTRA_OBJECTS", true]], "cpack_wix_extra_sources": [[143, "variable:CPACK_WIX_EXTRA_SOURCES", true]], "cpack_wix_install_scope": [[143, "variable:CPACK_WIX_INSTALL_SCOPE", true], [732, "index-0-variable:CPACK_WIX_INSTALL_SCOPE", false], [732, "index-1-variable:CPACK_WIX_INSTALL_SCOPE", false], [732, "index-2-variable:CPACK_WIX_INSTALL_SCOPE", false], [732, "index-3-variable:CPACK_WIX_INSTALL_SCOPE", false], [732, "index-4-variable:CPACK_WIX_INSTALL_SCOPE", false], [1339, "index-0-variable:CPACK_WIX_INSTALL_SCOPE", false], [1339, "index-1-variable:CPACK_WIX_INSTALL_SCOPE", false], [1342, "index-0-variable:CPACK_WIX_INSTALL_SCOPE", false]], "cpack_wix_license_rtf": [[143, "variable:CPACK_WIX_LICENSE_RTF", true]], "cpack_wix_patch_file": [[143, "variable:CPACK_WIX_PATCH_FILE", true], [1346, "index-0-variable:CPACK_WIX_PATCH_FILE", false], [1348, "index-0-variable:CPACK_WIX_PATCH_FILE", false]], "cpack_wix_product_guid": [[143, "variable:CPACK_WIX_PRODUCT_GUID", true]], "cpack_wix_product_icon": [[143, "variable:CPACK_WIX_PRODUCT_ICON", true]], "cpack_wix_program_menu_folder": [[143, "variable:CPACK_WIX_PROGRAM_MENU_FOLDER", true]], "cpack_wix_property_": [[143, "variable:CPACK_WIX_PROPERTY_", true]], "cpack_wix_root": [[143, "variable:CPACK_WIX_ROOT", true]], "cpack_wix_root_feature_description": [[143, "variable:CPACK_WIX_ROOT_FEATURE_DESCRIPTION", true], [1346, "index-0-variable:CPACK_WIX_ROOT_FEATURE_DESCRIPTION", false]], "cpack_wix_root_feature_title": [[143, "variable:CPACK_WIX_ROOT_FEATURE_TITLE", true], [1346, "index-0-variable:CPACK_WIX_ROOT_FEATURE_TITLE", false]], "cpack_wix_root_folder_id": [[143, "variable:CPACK_WIX_ROOT_FOLDER_ID", true], [1348, "index-0-variable:CPACK_WIX_ROOT_FOLDER_ID", false]], "cpack_wix_skip_program_folder": [[143, "variable:CPACK_WIX_SKIP_PROGRAM_FOLDER", true], [1346, "index-0-variable:CPACK_WIX_SKIP_PROGRAM_FOLDER", false]], "cpack_wix_skip_wix_ui_extension": [[143, "variable:CPACK_WIX_SKIP_WIX_UI_EXTENSION", true], [1333, "index-0-variable:CPACK_WIX_SKIP_WIX_UI_EXTENSION", false]], "cpack_wix_template": [[143, "variable:CPACK_WIX_TEMPLATE", true]], "cpack_wix_ui_banner": [[143, "variable:CPACK_WIX_UI_BANNER", true]], "cpack_wix_ui_dialog": [[143, "variable:CPACK_WIX_UI_DIALOG", true]], "cpack_wix_ui_ref": [[143, "variable:CPACK_WIX_UI_REF", true]], "cpack_wix_upgrade_guid": [[143, "variable:CPACK_WIX_UPGRADE_GUID", true]], "cpack_wix_version": [[143, "index-0-variable:CPACK_WIX_VERSION", false], [143, "index-1-variable:CPACK_WIX_VERSION", false], [143, "index-2-variable:CPACK_WIX_VERSION", false], [143, "variable:CPACK_WIX_VERSION", true], [732, "index-0-variable:CPACK_WIX_VERSION", false], [1341, "index-0-variable:CPACK_WIX_VERSION", false]], "cpackarchive": [[311, "module:CPackArchive", true]], "cpackbundle": [[312, "module:CPackBundle", true]], "cpackcomponent": [[136, "index-0-module:CPackComponent", false], [310, "index-0-module:CPackComponent", false], [313, "module:CPackComponent", true], [1348, "index-0-module:CPackComponent", false]], "cpackcygwin": [[314, "module:CPackCygwin", true]], "cpackdeb": [[316, "module:CPackDeb", true]], "cpackdmg": [[315, "module:CPackDMG", true]], "cpackfreebsd": [[317, "module:CPackFreeBSD", true]], "cpackifw": [[136, "index-0-module:CPackIFW", false], [136, "index-1-module:CPackIFW", false], [136, "index-2-module:CPackIFW", false], [318, "module:CPackIFW", true], [1319, "index-0-module:CPackIFW", false], [1345, "index-0-module:CPackIFW", false], [1346, "index-0-module:CPackIFW", false], [1346, "index-1-module:CPackIFW", false], [1347, "index-0-module:CPackIFW", false], [1347, "index-1-module:CPackIFW", false], [1347, "index-2-module:CPackIFW", false], [1347, "index-3-module:CPackIFW", false], [1348, "index-0-module:CPackIFW", false]], "cpackifwconfigurefile": [[319, "module:CPackIFWConfigureFile", true], [1347, "index-0-module:CPackIFWConfigureFile", false]], "cpacknsis": [[320, "module:CPackNSIS", true]], "cpacknuget": [[321, "module:CPackNuGet", true]], "cpackproductbuild": [[322, "module:CPackProductBuild", true], [1348, "index-0-module:CPackProductBuild", false]], "cpackrpm": [[323, "module:CPackRPM", true]], "cpackwix": [[324, "module:CPackWIX", true]], "create_hardlink": [[287, "cmdoption-cmake-E-arg-create_hardlink", false]], "create_javadoc": [[551, "command:create_javadoc", true]], "create_javah": [[551, "command:create_javah", true]], "create_symlink": [[287, "cmdoption-cmake-E-arg-create_symlink", false]], "create_test_sourcelist": [[26, "command:create_test_sourcelist", true], [1339, "index-0-command:create_test_sourcelist", false]], "crosscompiling_emulator": [[2, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [2, "index-1-prop_tgt:CROSSCOMPILING_EMULATOR", false], [3, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [3, "index-1-prop_tgt:CROSSCOMPILING_EMULATOR", false], [10, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [10, "index-1-prop_tgt:CROSSCOMPILING_EMULATOR", false], [273, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [367, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [538, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [538, "index-1-prop_tgt:CROSSCOMPILING_EMULATOR", false], [538, "index-2-prop_tgt:CROSSCOMPILING_EMULATOR", false], [718, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [718, "index-1-prop_tgt:CROSSCOMPILING_EMULATOR", false], [718, "index-2-prop_tgt:CROSSCOMPILING_EMULATOR", false], [738, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [738, "index-1-prop_tgt:CROSSCOMPILING_EMULATOR", false], [738, "index-2-prop_tgt:CROSSCOMPILING_EMULATOR", false], [900, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [907, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [908, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [913, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [986, "prop_tgt:CROSSCOMPILING_EMULATOR", true], [1324, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [1339, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [1340, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [1342, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [1345, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [1449, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false]], "csflags": [[184, "envvar:CSFLAGS", true], [1656, "index-0-envvar:CSFLAGS", false]], "csharp_get_dependentupon_name": [[325, "command:csharp_get_dependentupon_name", true], [325, "index-0-command:csharp_get_dependentupon_name", false]], "csharp_get_filename_key_base": [[325, "command:csharp_get_filename_key_base", true], [325, "index-0-command:csharp_get_filename_key_base", false]], "csharp_get_filename_keys": [[325, "command:csharp_get_filename_keys", true], [325, "index-0-command:csharp_get_filename_keys", false]], "csharp_set_designer_cs_properties": [[325, "command:csharp_set_designer_cs_properties", true], [325, "index-0-command:csharp_set_designer_cs_properties", false]], "csharp_set_windows_forms_properties": [[325, "command:csharp_set_windows_forms_properties", true], [325, "index-0-command:csharp_set_windows_forms_properties", false], [325, "index-1-command:csharp_set_windows_forms_properties", false]], "csharp_set_xaml_cs_properties": [[325, "command:csharp_set_xaml_cs_properties", true], [325, "index-0-command:csharp_set_xaml_cs_properties", false]], "csharputilities": [[325, "module:CSharpUtilities", true], [1347, "index-0-module:CSharpUtilities", false]], "ctest": [[10, "index-0-module:CTest", false], [14, "index-0-module:CTest", false], [44, "index-0-module:CTest", false], [252, "index-0-module:CTest", false], [252, "index-1-module:CTest", false], [252, "index-2-module:CTest", false], [290, "index-0-module:CTest", false], [290, "index-1-module:CTest", false], [290, "index-10-module:CTest", false], [290, "index-11-module:CTest", false], [290, "index-12-module:CTest", false], [290, "index-13-module:CTest", false], [290, "index-14-module:CTest", false], [290, "index-15-module:CTest", false], [290, "index-16-module:CTest", false], [290, "index-17-module:CTest", false], [290, "index-18-module:CTest", false], [290, "index-19-module:CTest", false], [290, "index-2-module:CTest", false], [290, "index-20-module:CTest", false], [290, "index-21-module:CTest", false], [290, "index-22-module:CTest", false], [290, "index-23-module:CTest", false], [290, "index-24-module:CTest", false], [290, "index-25-module:CTest", false], [290, "index-26-module:CTest", false], [290, "index-27-module:CTest", false], [290, "index-28-module:CTest", false], [290, "index-29-module:CTest", false], [290, "index-3-module:CTest", false], [290, "index-30-module:CTest", false], [290, "index-31-module:CTest", false], [290, "index-32-module:CTest", false], [290, "index-33-module:CTest", false], [290, "index-34-module:CTest", false], [290, "index-35-module:CTest", false], [290, "index-36-module:CTest", false], [290, "index-37-module:CTest", false], [290, "index-38-module:CTest", false], [290, "index-39-module:CTest", false], [290, "index-4-module:CTest", false], [290, "index-40-module:CTest", false], [290, "index-41-module:CTest", false], [290, "index-42-module:CTest", false], [290, "index-43-module:CTest", false], [290, "index-44-module:CTest", false], [290, "index-45-module:CTest", false], [290, "index-46-module:CTest", false], [290, "index-47-module:CTest", false], [290, "index-48-module:CTest", false], [290, "index-49-module:CTest", false], [290, "index-5-module:CTest", false], [290, "index-50-module:CTest", false], [290, "index-51-module:CTest", false], [290, "index-52-module:CTest", false], [290, "index-53-module:CTest", false], [290, "index-54-module:CTest", false], [290, "index-55-module:CTest", false], [290, "index-56-module:CTest", false], [290, "index-57-module:CTest", false], [290, "index-58-module:CTest", false], [290, "index-59-module:CTest", false], [290, "index-6-module:CTest", false], [290, "index-60-module:CTest", false], [290, "index-61-module:CTest", false], [290, "index-62-module:CTest", false], [290, "index-63-module:CTest", false], [290, "index-64-module:CTest", false], [290, "index-65-module:CTest", false], [290, "index-66-module:CTest", false], [290, "index-67-module:CTest", false], [290, "index-68-module:CTest", false], [290, "index-7-module:CTest", false], [290, "index-8-module:CTest", false], [290, "index-9-module:CTest", false], [326, "module:CTest", true], [364, "index-0-module:CTest", false], [597, "index-0-module:CTest", false], [705, "index-0-module:CTest", false], [705, "index-1-module:CTest", false], [1337, "index-0-module:CTest", false], [2028, "index-0-module:CTest", false], [2029, "index-0-module:CTest", false], [2071, "index-0-module:CTest", false]], "ctest command line option": [[290, "cmdoption-ctest-2", false], [290, "cmdoption-ctest-3", false], [290, "cmdoption-ctest-A", false], [290, "cmdoption-ctest-C", false], [290, "cmdoption-ctest-D", false], [290, "cmdoption-ctest-E", false], [290, "cmdoption-ctest-F", false], [290, "cmdoption-ctest-FA", false], [290, "cmdoption-ctest-FC", false], [290, "cmdoption-ctest-FS", false], [290, "cmdoption-ctest-I", false], [290, "cmdoption-ctest-L", false], [290, "cmdoption-ctest-LE", false], [290, "cmdoption-ctest-M", false], [290, "cmdoption-ctest-N", false], [290, "cmdoption-ctest-O", false], [290, "cmdoption-ctest-Q", false], [290, "cmdoption-ctest-R", false], [290, "cmdoption-ctest-S", false], [290, "cmdoption-ctest-SP", false], [290, "cmdoption-ctest-T", false], [290, "cmdoption-ctest-U", false], [290, "cmdoption-ctest-V", false], [290, "cmdoption-ctest-VV", false], [290, "cmdoption-ctest-build-and-test", false], [290, "cmdoption-ctest-build-config-sample", false], [290, "cmdoption-ctest-build-exe-dir", false], [290, "cmdoption-ctest-build-generator", false], [290, "cmdoption-ctest-build-generator-platform", false], [290, "cmdoption-ctest-build-generator-toolset", false], [290, "cmdoption-ctest-build-makeprogram", false], [290, "cmdoption-ctest-build-noclean", false], [290, "cmdoption-ctest-build-nocmake", false], [290, "cmdoption-ctest-build-options", false], [290, "cmdoption-ctest-build-project", false], [290, "cmdoption-ctest-build-run-dir", false], [290, "cmdoption-ctest-build-target", false], [290, "cmdoption-ctest-build-two-config", false], [290, "cmdoption-ctest-debug", false], [290, "cmdoption-ctest-exclude-from-file", false], [290, "cmdoption-ctest-extra-submit", false], [290, "cmdoption-ctest-force-new-ctest-process", false], [290, "cmdoption-ctest-group", false], [290, "cmdoption-ctest-h", false], [290, "cmdoption-ctest-help-command", false], [290, "cmdoption-ctest-help-command-list", false], [290, "cmdoption-ctest-help-commands", false], [290, "cmdoption-ctest-help-full", false], [290, "cmdoption-ctest-help-manual", false], [290, "cmdoption-ctest-help-manual-list", false], [290, "cmdoption-ctest-help-module", false], [290, "cmdoption-ctest-help-module-list", false], [290, "cmdoption-ctest-help-modules", false], [290, "cmdoption-ctest-help-policies", false], [290, "cmdoption-ctest-help-policy", false], [290, "cmdoption-ctest-help-policy-list", false], [290, "cmdoption-ctest-help-properties", false], [290, "cmdoption-ctest-help-property", false], [290, "cmdoption-ctest-help-property-list", false], [290, "cmdoption-ctest-help-variable", false], [290, "cmdoption-ctest-help-variable-list", false], [290, "cmdoption-ctest-help-variables", false], [290, "cmdoption-ctest-http-header", false], [290, "cmdoption-ctest-http1.0", false], [290, "cmdoption-ctest-interactive-debug-mode", false], [290, "cmdoption-ctest-j", false], [290, "cmdoption-ctest-list-presets", false], [290, "cmdoption-ctest-max-width", false], [290, "cmdoption-ctest-no-compress-output", false], [290, "cmdoption-ctest-no-label-summary", false], [290, "cmdoption-ctest-no-subproject-summary", false], [290, "cmdoption-ctest-no-tests", false], [290, "cmdoption-ctest-output-junit", false], [290, "cmdoption-ctest-output-on-failure", false], [290, "cmdoption-ctest-overwrite", false], [290, "cmdoption-ctest-preset", false], [290, "cmdoption-ctest-print-labels", false], [290, "cmdoption-ctest-progress", false], [290, "cmdoption-ctest-repeat", false], [290, "cmdoption-ctest-repeat-until-fail", false], [290, "cmdoption-ctest-rerun-failed", false], [290, "cmdoption-ctest-resource-spec-file", false], [290, "cmdoption-ctest-schedule-random", false], [290, "cmdoption-ctest-stop-on-failure", false], [290, "cmdoption-ctest-stop-time", false], [290, "cmdoption-ctest-submit-index", false], [290, "cmdoption-ctest-test-command", false], [290, "cmdoption-ctest-test-dir", false], [290, "cmdoption-ctest-test-load", false], [290, "cmdoption-ctest-test-output-size-failed", false], [290, "cmdoption-ctest-test-output-size-passed", false], [290, "cmdoption-ctest-test-output-truncation", false], [290, "cmdoption-ctest-test-timeout", false], [290, "cmdoption-ctest-tests-from-file", false], [290, "cmdoption-ctest-timeout", false], [290, "cmdoption-ctest-tomorrow-tag", false], [290, "cmdoption-ctest-version", false]], "ctest(1)": [[10, "index-0-manual:ctest(1)", false], [10, "index-1-manual:ctest(1)", false], [27, "index-0-manual:ctest(1)", false], [32, "index-0-manual:ctest(1)", false], [37, "index-0-manual:ctest(1)", false], [37, "index-1-manual:ctest(1)", false], [185, "index-0-manual:ctest(1)", false], [186, "index-0-manual:ctest(1)", false], [186, "index-1-manual:ctest(1)", false], [187, "index-0-manual:ctest(1)", false], [188, "index-0-manual:ctest(1)", false], [189, "index-0-manual:ctest(1)", false], [189, "index-1-manual:ctest(1)", false], [197, "index-0-manual:ctest(1)", false], [247, "index-0-manual:ctest(1)", false], [247, "index-1-manual:ctest(1)", false], [252, "index-0-manual:ctest(1)", false], [252, "index-1-manual:ctest(1)", false], [252, "index-2-manual:ctest(1)", false], [257, "index-0-manual:ctest(1)", false], [262, "index-0-manual:ctest(1)", false], [262, "index-1-manual:ctest(1)", false], [262, "index-2-manual:ctest(1)", false], [262, "index-3-manual:ctest(1)", false], [262, "index-4-manual:ctest(1)", false], [262, "index-5-manual:ctest(1)", false], [287, "index-0-manual:ctest(1)", false], [290, "index-0-manual:ctest(1)", false], [290, "manual:ctest(1)", true], [292, "index-0-manual:ctest(1)", false], [326, "index-0-manual:ctest(1)", false], [507, "index-0-manual:ctest(1)", false], [705, "index-0-manual:ctest(1)", false], [771, "index-0-manual:ctest(1)", false], [773, "index-0-manual:ctest(1)", false], [817, "index-0-manual:ctest(1)", false], [819, "index-0-manual:ctest(1)", false], [888, "index-0-manual:ctest(1)", false], [895, "index-0-manual:ctest(1)", false], [901, "index-0-manual:ctest(1)", false], [912, "index-0-manual:ctest(1)", false], [1198, "index-0-manual:ctest(1)", false], [1200, "index-0-manual:ctest(1)", false], [1317, "index-0-manual:ctest(1)", false], [1319, "index-0-manual:ctest(1)", false], [1322, "index-0-manual:ctest(1)", false], [1323, "index-0-manual:ctest(1)", false], [1323, "index-1-manual:ctest(1)", false], [1325, "index-0-manual:ctest(1)", false], [1325, "index-1-manual:ctest(1)", false], [1326, "index-0-manual:ctest(1)", false], [1326, "index-1-manual:ctest(1)", false], [1326, "index-2-manual:ctest(1)", false], [1326, "index-3-manual:ctest(1)", false], [1327, "index-0-manual:ctest(1)", false], [1327, "index-1-manual:ctest(1)", false], [1327, "index-2-manual:ctest(1)", false], [1328, "index-0-manual:ctest(1)", false], [1330, "index-0-manual:ctest(1)", false], [1331, "index-0-manual:ctest(1)", false], [1331, "index-1-manual:ctest(1)", false], [1331, "index-2-manual:ctest(1)", false], [1332, "index-0-manual:ctest(1)", false], [1332, "index-1-manual:ctest(1)", false], [1333, "index-0-manual:ctest(1)", false], [1334, "index-0-manual:ctest(1)", false], [1336, "index-0-manual:ctest(1)", false], [1339, "index-0-manual:ctest(1)", false], [1339, "index-1-manual:ctest(1)", false], [1339, "index-2-manual:ctest(1)", false], [1340, "index-0-manual:ctest(1)", false], [1341, "index-0-manual:ctest(1)", false], [1343, "index-0-manual:ctest(1)", false], [1343, "index-1-manual:ctest(1)", false], [1346, "index-0-manual:ctest(1)", false], [1348, "index-0-manual:ctest(1)", false], [1451, "index-0-manual:ctest(1)", false], [1452, "index-0-manual:ctest(1)", false], [1452, "index-1-manual:ctest(1)", false], [1958, "index-0-manual:ctest(1)", false], [1959, "index-0-manual:ctest(1)", false], [1960, "index-0-manual:ctest(1)", false], [1961, "index-0-manual:ctest(1)", false], [1962, "index-0-manual:ctest(1)", false], [1963, "index-0-manual:ctest(1)", false], [1964, "index-0-manual:ctest(1)", false], [1965, "index-0-manual:ctest(1)", false], [1966, "index-0-manual:ctest(1)", false], [1967, "index-0-manual:ctest(1)", false], [1968, "index-0-manual:ctest(1)", false], [1969, "index-0-manual:ctest(1)", false], [1970, "index-0-manual:ctest(1)", false], [1971, "index-0-manual:ctest(1)", false], [1972, "index-0-manual:ctest(1)", false], [1973, "index-0-manual:ctest(1)", false], [1974, "index-0-manual:ctest(1)", false], [1975, "index-0-manual:ctest(1)", false], [1976, "index-0-manual:ctest(1)", false], [1977, "index-0-manual:ctest(1)", false], [1978, "index-0-manual:ctest(1)", false], [1979, "index-0-manual:ctest(1)", false], [1980, "index-0-manual:ctest(1)", false], [1981, "index-0-manual:ctest(1)", false], [1982, "index-0-manual:ctest(1)", false], [1983, "index-0-manual:ctest(1)", false], [1984, "index-0-manual:ctest(1)", false], [1985, "index-0-manual:ctest(1)", false], [1986, "index-0-manual:ctest(1)", false], [1987, "index-0-manual:ctest(1)", false], [1989, "index-0-manual:ctest(1)", false], [1990, "index-0-manual:ctest(1)", false], [1991, "index-0-manual:ctest(1)", false], [1992, "index-0-manual:ctest(1)", false], [1993, "index-0-manual:ctest(1)", false], [1994, "index-0-manual:ctest(1)", false], [1995, "index-0-manual:ctest(1)", false], [1996, "index-0-manual:ctest(1)", false], [1997, "index-0-manual:ctest(1)", false], [1998, "index-0-manual:ctest(1)", false], [1999, "index-0-manual:ctest(1)", false], [2000, "index-0-manual:ctest(1)", false], [2001, "index-0-manual:ctest(1)", false], [2002, "index-0-manual:ctest(1)", false], [2003, "index-0-manual:ctest(1)", false], [2004, "index-0-manual:ctest(1)", false], [2005, "index-0-manual:ctest(1)", false], [2006, "index-0-manual:ctest(1)", false], [2007, "index-0-manual:ctest(1)", false], [2008, "index-0-manual:ctest(1)", false], [2009, "index-0-manual:ctest(1)", false], [2010, "index-0-manual:ctest(1)", false], [2011, "index-0-manual:ctest(1)", false], [2012, "index-0-manual:ctest(1)", false], [2013, "index-0-manual:ctest(1)", false], [2014, "index-0-manual:ctest(1)", false], [2015, "index-0-manual:ctest(1)", false], [2016, "index-0-manual:ctest(1)", false], [2019, "index-0-manual:ctest(1)", false], [2020, "index-0-manual:ctest(1)", false], [2021, "index-0-manual:ctest(1)", false], [2022, "index-0-manual:ctest(1)", false], [2023, "index-0-manual:ctest(1)", false], [2024, "index-0-manual:ctest(1)", false], [2025, "index-0-manual:ctest(1)", false], [2026, "index-0-manual:ctest(1)", false], [2027, "index-0-manual:ctest(1)", false], [2028, "index-0-manual:ctest(1)", false], [2029, "index-0-manual:ctest(1)", false], [2031, "index-0-manual:ctest(1)", false], [2032, "index-0-manual:ctest(1)", false], [2033, "index-0-manual:ctest(1)", false], [2034, "index-0-manual:ctest(1)", false], [2035, "index-0-manual:ctest(1)", false]], "ctest_binary_directory": [[27, "index-0-variable:CTEST_BINARY_DIRECTORY", false], [28, "index-0-variable:CTEST_BINARY_DIRECTORY", false], [29, "index-0-variable:CTEST_BINARY_DIRECTORY", false], [35, "index-0-variable:CTEST_BINARY_DIRECTORY", false], [37, "index-0-variable:CTEST_BINARY_DIRECTORY", false], [290, "index-0-variable:CTEST_BINARY_DIRECTORY", false], [327, "index-0-variable:CTEST_BINARY_DIRECTORY", false], [1958, "variable:CTEST_BINARY_DIRECTORY", true]], "ctest_build": [[27, "command:ctest_build", true], [290, "index-0-command:ctest_build", false], [621, "index-0-command:ctest_build", false], [1331, "index-0-command:ctest_build", false], [1340, "index-0-command:ctest_build", false], [1346, "index-0-command:ctest_build", false], [1971, "index-0-command:ctest_build", false], [1972, "index-0-command:ctest_build", false], [1973, "index-0-command:ctest_build", false], [1974, "index-0-command:ctest_build", false], [1986, "index-0-command:ctest_build", false], [1987, "index-0-command:ctest_build", false]], "ctest_build_command": [[27, "index-0-variable:CTEST_BUILD_COMMAND", false], [290, "index-0-variable:CTEST_BUILD_COMMAND", false], [621, "index-0-variable:CTEST_BUILD_COMMAND", false], [1959, "variable:CTEST_BUILD_COMMAND", true]], "ctest_build_name": [[290, "index-0-variable:CTEST_BUILD_NAME", false], [1960, "variable:CTEST_BUILD_NAME", true]], "ctest_bzr_command": [[290, "index-0-variable:CTEST_BZR_COMMAND", false], [1961, "variable:CTEST_BZR_COMMAND", true]], "ctest_bzr_update_options": [[290, "index-0-variable:CTEST_BZR_UPDATE_OPTIONS", false], [1962, "variable:CTEST_BZR_UPDATE_OPTIONS", true]], "ctest_change_id": [[1963, "variable:CTEST_CHANGE_ID", true]], "ctest_checkout_command": [[35, "index-0-variable:CTEST_CHECKOUT_COMMAND", false], [1964, "variable:CTEST_CHECKOUT_COMMAND", true], [1988, "index-0-variable:CTEST_CHECKOUT_COMMAND", false]], "ctest_configuration_type": [[290, "index-0-variable:CTEST_CONFIGURATION_TYPE", false], [1326, "index-0-variable:CTEST_CONFIGURATION_TYPE", false], [1965, "variable:CTEST_CONFIGURATION_TYPE", true]], "ctest_configure": [[28, "command:ctest_configure", true], [290, "index-0-command:ctest_configure", false], [1346, "index-0-command:ctest_configure", false]], "ctest_configure_command": [[290, "index-0-variable:CTEST_CONFIGURE_COMMAND", false], [1966, "variable:CTEST_CONFIGURE_COMMAND", true]], "ctest_coverage": [[29, "command:ctest_coverage", true], [290, "index-0-command:ctest_coverage", false], [1318, "index-0-command:ctest_coverage", false], [1318, "index-1-command:ctest_coverage", false], [1329, "index-0-command:ctest_coverage", false], [1329, "index-1-command:ctest_coverage", false], [1329, "index-2-command:ctest_coverage", false], [1340, "index-0-command:ctest_coverage", false], [1346, "index-0-command:ctest_coverage", false], [1970, "index-0-command:ctest_coverage", false], [1997, "index-0-command:ctest_coverage", false]], "ctest_coverage_collect_gcov": [[327, "command:ctest_coverage_collect_gcov", true], [1327, "index-0-command:ctest_coverage_collect_gcov", false]], "ctest_coverage_command": [[290, "index-0-variable:CTEST_COVERAGE_COMMAND", false], [327, "index-0-variable:CTEST_COVERAGE_COMMAND", false], [1967, "variable:CTEST_COVERAGE_COMMAND", true]], "ctest_coverage_extra_flags": [[290, "index-0-variable:CTEST_COVERAGE_EXTRA_FLAGS", false], [1968, "variable:CTEST_COVERAGE_EXTRA_FLAGS", true]], "ctest_curl_options": [[290, "index-0-variable:CTEST_CURL_OPTIONS", false], [1969, "variable:CTEST_CURL_OPTIONS", true]], "ctest_custom_coverage_exclude": [[327, "index-0-variable:CTEST_CUSTOM_COVERAGE_EXCLUDE", false], [1970, "variable:CTEST_CUSTOM_COVERAGE_EXCLUDE", true]], "ctest_custom_error_exception": [[1971, "variable:CTEST_CUSTOM_ERROR_EXCEPTION", true]], "ctest_custom_error_match": [[1972, "variable:CTEST_CUSTOM_ERROR_MATCH", true]], "ctest_custom_error_post_context": [[1973, "variable:CTEST_CUSTOM_ERROR_POST_CONTEXT", true]], "ctest_custom_error_pre_context": [[1974, "variable:CTEST_CUSTOM_ERROR_PRE_CONTEXT", true]], "ctest_custom_maximum_failed_test_output_size": [[37, "index-0-variable:CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE", false], [1975, "variable:CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE", true], [1978, "index-0-variable:CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE", false], [1985, "index-0-variable:CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE", false]], "ctest_custom_maximum_number_of_errors": [[1976, "variable:CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS", true]], "ctest_custom_maximum_number_of_warnings": [[1977, "variable:CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS", true]], "ctest_custom_maximum_passed_test_output_size": [[37, "index-0-variable:CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE", false], [1975, "index-0-variable:CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE", false], [1978, "variable:CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE", true], [1985, "index-0-variable:CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE", false]], "ctest_custom_memcheck_ignore": [[1979, "variable:CTEST_CUSTOM_MEMCHECK_IGNORE", true]], "ctest_custom_post_memcheck": [[1980, "variable:CTEST_CUSTOM_POST_MEMCHECK", true]], "ctest_custom_post_test": [[1981, "variable:CTEST_CUSTOM_POST_TEST", true]], "ctest_custom_pre_memcheck": [[1982, "variable:CTEST_CUSTOM_PRE_MEMCHECK", true]], "ctest_custom_pre_test": [[1983, "variable:CTEST_CUSTOM_PRE_TEST", true]], "ctest_custom_test_output_truncation": [[37, "index-0-variable:CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION", false], [1334, "index-0-variable:CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION", false], [1975, "index-0-variable:CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION", false], [1978, "index-0-variable:CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION", false], [1985, "variable:CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION", true]], "ctest_custom_tests_ignore": [[1984, "variable:CTEST_CUSTOM_TESTS_IGNORE", true]], "ctest_custom_warning_exception": [[1986, "variable:CTEST_CUSTOM_WARNING_EXCEPTION", true]], "ctest_custom_warning_match": [[1987, "variable:CTEST_CUSTOM_WARNING_MATCH", true]], "ctest_cvs_checkout": [[35, "index-0-variable:CTEST_CVS_CHECKOUT", false], [1988, "variable:CTEST_CVS_CHECKOUT", true]], "ctest_cvs_command": [[290, "index-0-variable:CTEST_CVS_COMMAND", false], [1989, "variable:CTEST_CVS_COMMAND", true]], "ctest_cvs_update_options": [[290, "index-0-variable:CTEST_CVS_UPDATE_OPTIONS", false], [1990, "variable:CTEST_CVS_UPDATE_OPTIONS", true]], "ctest_drop_location": [[290, "index-0-variable:CTEST_DROP_LOCATION", false], [1991, "variable:CTEST_DROP_LOCATION", true]], "ctest_drop_method": [[290, "index-0-variable:CTEST_DROP_METHOD", false], [1992, "variable:CTEST_DROP_METHOD", true]], "ctest_drop_site": [[290, "index-0-variable:CTEST_DROP_SITE", false], [1993, "variable:CTEST_DROP_SITE", true]], "ctest_drop_site_cdash": [[290, "index-0-variable:CTEST_DROP_SITE_CDASH", false], [1994, "variable:CTEST_DROP_SITE_CDASH", true]], "ctest_drop_site_password": [[290, "index-0-variable:CTEST_DROP_SITE_PASSWORD", false], [1995, "variable:CTEST_DROP_SITE_PASSWORD", true]], "ctest_drop_site_user": [[290, "index-0-variable:CTEST_DROP_SITE_USER", false], [1996, "variable:CTEST_DROP_SITE_USER", true]], "ctest_empty_binary_directory": [[30, "command:ctest_empty_binary_directory", true]], "ctest_extra_coverage_glob": [[327, "index-0-variable:CTEST_EXTRA_COVERAGE_GLOB", false], [1997, "variable:CTEST_EXTRA_COVERAGE_GLOB", true]], "ctest_git_command": [[290, "index-0-variable:CTEST_GIT_COMMAND", false], [1998, "variable:CTEST_GIT_COMMAND", true]], "ctest_git_init_submodules": [[290, "index-0-variable:CTEST_GIT_INIT_SUBMODULES", false], [1345, "index-0-variable:CTEST_GIT_INIT_SUBMODULES", false], [1999, "variable:CTEST_GIT_INIT_SUBMODULES", true]], "ctest_git_update_custom": [[290, "index-0-variable:CTEST_GIT_UPDATE_CUSTOM", false], [2000, "variable:CTEST_GIT_UPDATE_CUSTOM", true]], "ctest_git_update_options": [[290, "index-0-variable:CTEST_GIT_UPDATE_OPTIONS", false], [2001, "variable:CTEST_GIT_UPDATE_OPTIONS", true]], "ctest_hg_command": [[290, "index-0-variable:CTEST_HG_COMMAND", false], [2002, "variable:CTEST_HG_COMMAND", true]], "ctest_hg_update_options": [[290, "index-0-variable:CTEST_HG_UPDATE_OPTIONS", false], [2003, "variable:CTEST_HG_UPDATE_OPTIONS", true]], "ctest_interactive_debug_mode": [[185, "envvar:CTEST_INTERACTIVE_DEBUG_MODE", true]], "ctest_labels_for_subprojects": [[290, "index-0-variable:CTEST_LABELS_FOR_SUBPROJECTS", false], [290, "index-1-variable:CTEST_LABELS_FOR_SUBPROJECTS", false], [290, "index-2-variable:CTEST_LABELS_FOR_SUBPROJECTS", false], [1319, "index-0-variable:CTEST_LABELS_FOR_SUBPROJECTS", false], [2004, "variable:CTEST_LABELS_FOR_SUBPROJECTS", true]], "ctest_memcheck": [[31, "command:ctest_memcheck", true], [290, "index-0-command:ctest_memcheck", false], [1318, "index-0-command:ctest_memcheck", false], [1332, "index-0-command:ctest_memcheck", false], [1347, "index-0-command:ctest_memcheck", false], [1347, "index-1-command:ctest_memcheck", false], [1347, "index-2-command:ctest_memcheck", false], [1347, "index-3-command:ctest_memcheck", false], [1347, "index-4-command:ctest_memcheck", false], [1979, "index-0-command:ctest_memcheck", false], [1980, "index-0-command:ctest_memcheck", false], [1982, "index-0-command:ctest_memcheck", false]], "ctest_memorycheck_command": [[290, "index-0-variable:CTEST_MEMORYCHECK_COMMAND", false], [2005, "variable:CTEST_MEMORYCHECK_COMMAND", true]], "ctest_memorycheck_command_options": [[290, "index-0-variable:CTEST_MEMORYCHECK_COMMAND_OPTIONS", false], [2006, "variable:CTEST_MEMORYCHECK_COMMAND_OPTIONS", true]], "ctest_memorycheck_sanitizer_options": [[290, "index-0-variable:CTEST_MEMORYCHECK_SANITIZER_OPTIONS", false], [1318, "index-0-variable:CTEST_MEMORYCHECK_SANITIZER_OPTIONS", false], [1347, "index-0-variable:CTEST_MEMORYCHECK_SANITIZER_OPTIONS", false], [2007, "variable:CTEST_MEMORYCHECK_SANITIZER_OPTIONS", true]], "ctest_memorycheck_suppressions_file": [[290, "index-0-variable:CTEST_MEMORYCHECK_SUPPRESSIONS_FILE", false], [1347, "index-0-variable:CTEST_MEMORYCHECK_SUPPRESSIONS_FILE", false], [2008, "variable:CTEST_MEMORYCHECK_SUPPRESSIONS_FILE", true]], "ctest_memorycheck_type": [[290, "index-0-variable:CTEST_MEMORYCHECK_TYPE", false], [2009, "variable:CTEST_MEMORYCHECK_TYPE", true]], "ctest_nightly_start_time": [[290, "index-0-variable:CTEST_NIGHTLY_START_TIME", false], [2010, "variable:CTEST_NIGHTLY_START_TIME", true]], "ctest_no_tests_action": [[186, "envvar:CTEST_NO_TESTS_ACTION", true], [290, "index-0-envvar:CTEST_NO_TESTS_ACTION", false], [1336, "index-0-envvar:CTEST_NO_TESTS_ACTION", false]], "ctest_output_on_failure": [[187, "envvar:CTEST_OUTPUT_ON_FAILURE", true], [262, "index-0-envvar:CTEST_OUTPUT_ON_FAILURE", false], [290, "index-0-envvar:CTEST_OUTPUT_ON_FAILURE", false]], "ctest_p4_client": [[290, "index-0-variable:CTEST_P4_CLIENT", false], [2011, "variable:CTEST_P4_CLIENT", true]], "ctest_p4_command": [[290, "index-0-variable:CTEST_P4_COMMAND", false], [2012, "variable:CTEST_P4_COMMAND", true]], "ctest_p4_options": [[290, "index-0-variable:CTEST_P4_OPTIONS", false], [2013, "variable:CTEST_P4_OPTIONS", true]], "ctest_p4_update_options": [[290, "index-0-variable:CTEST_P4_UPDATE_OPTIONS", false], [2014, "variable:CTEST_P4_UPDATE_OPTIONS", true]], "ctest_parallel_level": [[188, "envvar:CTEST_PARALLEL_LEVEL", true], [262, "index-0-envvar:CTEST_PARALLEL_LEVEL", false], [290, "index-0-envvar:CTEST_PARALLEL_LEVEL", false], [1339, "index-0-envvar:CTEST_PARALLEL_LEVEL", false]], "ctest_progress_output": [[189, "envvar:CTEST_PROGRESS_OUTPUT", true], [290, "index-0-envvar:CTEST_PROGRESS_OUTPUT", false]], "ctest_read_custom_files": [[32, "command:ctest_read_custom_files", true], [1742, "index-0-command:ctest_read_custom_files", false], [1970, "index-0-command:ctest_read_custom_files", false], [1971, "index-0-command:ctest_read_custom_files", false], [1972, "index-0-command:ctest_read_custom_files", false], [1973, "index-0-command:ctest_read_custom_files", false], [1974, "index-0-command:ctest_read_custom_files", false], [1975, "index-0-command:ctest_read_custom_files", false], [1976, "index-0-command:ctest_read_custom_files", false], [1977, "index-0-command:ctest_read_custom_files", false], [1978, "index-0-command:ctest_read_custom_files", false], [1979, "index-0-command:ctest_read_custom_files", false], [1980, "index-0-command:ctest_read_custom_files", false], [1981, "index-0-command:ctest_read_custom_files", false], [1982, "index-0-command:ctest_read_custom_files", false], [1983, "index-0-command:ctest_read_custom_files", false], [1984, "index-0-command:ctest_read_custom_files", false], [1985, "index-0-command:ctest_read_custom_files", false], [1986, "index-0-command:ctest_read_custom_files", false], [1987, "index-0-command:ctest_read_custom_files", false], [1997, "index-0-command:ctest_read_custom_files", false]], "ctest_resource_group_": [[290, "envvar:CTEST_RESOURCE_GROUP_", true]], "ctest_resource_group__": [[290, "envvar:CTEST_RESOURCE_GROUP__", true]], "ctest_resource_group_count": [[290, "envvar:CTEST_RESOURCE_GROUP_COUNT", true]], "ctest_resource_spec_file": [[290, "index-0-variable:CTEST_RESOURCE_SPEC_FILE", false], [290, "index-1-variable:CTEST_RESOURCE_SPEC_FILE", false], [290, "index-2-variable:CTEST_RESOURCE_SPEC_FILE", false], [290, "index-3-variable:CTEST_RESOURCE_SPEC_FILE", false], [290, "index-4-variable:CTEST_RESOURCE_SPEC_FILE", false], [1327, "index-0-variable:CTEST_RESOURCE_SPEC_FILE", false], [2015, "variable:CTEST_RESOURCE_SPEC_FILE", true]], "ctest_run_current_script": [[1320, "index-0-variable:CTEST_RUN_CURRENT_SCRIPT", false], [1320, "index-1-variable:CTEST_RUN_CURRENT_SCRIPT", false], [2016, "variable:CTEST_RUN_CURRENT_SCRIPT", true]], "ctest_run_script": [[33, "command:ctest_run_script", true], [1742, "index-0-command:ctest_run_script", false]], "ctest_scp_command": [[290, "index-0-variable:CTEST_SCP_COMMAND", false], [2017, "variable:CTEST_SCP_COMMAND", true]], "ctest_script_directory": [[2018, "variable:CTEST_SCRIPT_DIRECTORY", true]], "ctest_site": [[290, "index-0-variable:CTEST_SITE", false], [2019, "variable:CTEST_SITE", true]], "ctest_sleep": [[34, "command:ctest_sleep", true]], "ctest_source_directory": [[28, "index-0-variable:CTEST_SOURCE_DIRECTORY", false], [35, "index-0-variable:CTEST_SOURCE_DIRECTORY", false], [38, "index-0-variable:CTEST_SOURCE_DIRECTORY", false], [290, "index-0-variable:CTEST_SOURCE_DIRECTORY", false], [327, "index-0-variable:CTEST_SOURCE_DIRECTORY", false], [2020, "variable:CTEST_SOURCE_DIRECTORY", true]], "ctest_start": [[27, "index-0-command:ctest_start", false], [28, "index-0-command:ctest_start", false], [29, "index-0-command:ctest_start", false], [35, "command:ctest_start", true], [37, "index-0-command:ctest_start", false], [290, "index-0-command:ctest_start", false], [1320, "index-0-command:ctest_start", false], [1321, "index-0-command:ctest_start", false], [1964, "index-0-command:ctest_start", false]], "ctest_submit": [[27, "index-0-command:ctest_submit", false], [28, "index-0-command:ctest_submit", false], [29, "index-0-command:ctest_submit", false], [31, "index-0-command:ctest_submit", false], [36, "command:ctest_submit", true], [37, "index-0-command:ctest_submit", false], [38, "index-0-command:ctest_submit", false], [290, "index-0-command:ctest_submit", false], [290, "index-1-command:ctest_submit", false], [290, "index-2-command:ctest_submit", false], [327, "index-0-command:ctest_submit", false], [1323, "index-0-command:ctest_submit", false], [1323, "index-1-command:ctest_submit", false], [1324, "index-0-command:ctest_submit", false], [1327, "index-0-command:ctest_submit", false], [1329, "index-0-command:ctest_submit", false], [1341, "index-0-command:ctest_submit", false], [1342, "index-0-command:ctest_submit", false], [1342, "index-1-command:ctest_submit", false], [1345, "index-0-command:ctest_submit", false], [1348, "index-0-command:ctest_submit", false]], "ctest_submit_inactivity_timeout": [[290, "index-0-variable:CTEST_SUBMIT_INACTIVITY_TIMEOUT", false], [1333, "index-0-variable:CTEST_SUBMIT_INACTIVITY_TIMEOUT", false], [2021, "variable:CTEST_SUBMIT_INACTIVITY_TIMEOUT", true]], "ctest_submit_url": [[36, "index-0-variable:CTEST_SUBMIT_URL", false], [290, "index-0-variable:CTEST_SUBMIT_URL", false], [1323, "index-0-variable:CTEST_SUBMIT_URL", false], [2022, "variable:CTEST_SUBMIT_URL", true]], "ctest_svn_command": [[290, "index-0-variable:CTEST_SVN_COMMAND", false], [2023, "variable:CTEST_SVN_COMMAND", true]], "ctest_svn_options": [[290, "index-0-variable:CTEST_SVN_OPTIONS", false], [2024, "variable:CTEST_SVN_OPTIONS", true]], "ctest_svn_update_options": [[290, "index-0-variable:CTEST_SVN_UPDATE_OPTIONS", false], [2025, "variable:CTEST_SVN_UPDATE_OPTIONS", true]], "ctest_test": [[31, "index-0-command:ctest_test", false], [37, "command:ctest_test", true], [290, "index-0-command:ctest_test", false], [290, "index-1-command:ctest_test", false], [290, "index-2-command:ctest_test", false], [290, "index-3-command:ctest_test", false], [290, "index-4-command:ctest_test", false], [901, "index-0-command:ctest_test", false], [1326, "index-0-command:ctest_test", false], [1327, "index-0-command:ctest_test", false], [1339, "index-0-command:ctest_test", false], [1343, "index-0-command:ctest_test", false], [1346, "index-0-command:ctest_test", false], [1975, "index-0-command:ctest_test", false], [1976, "index-0-command:ctest_test", false], [1977, "index-0-command:ctest_test", false], [1978, "index-0-command:ctest_test", false], [1981, "index-0-command:ctest_test", false], [1983, "index-0-command:ctest_test", false], [1984, "index-0-command:ctest_test", false], [2015, "index-0-command:ctest_test", false], [2026, "index-0-command:ctest_test", false]], "ctest_test_load": [[37, "index-0-variable:CTEST_TEST_LOAD", false], [290, "index-0-variable:CTEST_TEST_LOAD", false], [1343, "index-0-variable:CTEST_TEST_LOAD", false], [2026, "variable:CTEST_TEST_LOAD", true]], "ctest_test_timeout": [[290, "index-0-variable:CTEST_TEST_TIMEOUT", false], [909, "index-0-variable:CTEST_TEST_TIMEOUT", false], [910, "index-0-variable:CTEST_TEST_TIMEOUT", false], [912, "index-0-variable:CTEST_TEST_TIMEOUT", false], [2027, "variable:CTEST_TEST_TIMEOUT", true]], "ctest_tls_verify": [[290, "index-0-variable:CTEST_TLS_VERIFY", false], [1341, "index-0-variable:CTEST_TLS_VERIFY", false], [1342, "index-0-variable:CTEST_TLS_VERIFY", false], [1969, "index-0-variable:CTEST_TLS_VERIFY", false], [2028, "variable:CTEST_TLS_VERIFY", true]], "ctest_tls_version": [[290, "index-0-variable:CTEST_TLS_VERSION", false], [1341, "index-0-variable:CTEST_TLS_VERSION", false], [1342, "index-0-variable:CTEST_TLS_VERSION", false], [2029, "variable:CTEST_TLS_VERSION", true]], "ctest_trigger_site": [[290, "index-0-variable:CTEST_TRIGGER_SITE", false], [2030, "variable:CTEST_TRIGGER_SITE", true]], "ctest_update": [[38, "command:ctest_update", true], [290, "index-0-command:ctest_update", false], [1317, "index-0-command:ctest_update", false], [1324, "index-0-command:ctest_update", false], [1345, "index-0-command:ctest_update", false], [1345, "index-1-command:ctest_update", false], [1347, "index-0-command:ctest_update", false]], "ctest_update_command": [[290, "index-0-variable:CTEST_UPDATE_COMMAND", false], [2031, "variable:CTEST_UPDATE_COMMAND", true]], "ctest_update_options": [[290, "index-0-variable:CTEST_UPDATE_OPTIONS", false], [2032, "variable:CTEST_UPDATE_OPTIONS", true]], "ctest_update_version_only": [[290, "index-0-variable:CTEST_UPDATE_VERSION_ONLY", false], [2033, "variable:CTEST_UPDATE_VERSION_ONLY", true]], "ctest_update_version_override": [[290, "index-0-variable:CTEST_UPDATE_VERSION_OVERRIDE", false], [1324, "index-0-variable:CTEST_UPDATE_VERSION_OVERRIDE", false], [2034, "variable:CTEST_UPDATE_VERSION_OVERRIDE", true]], "ctest_upload": [[39, "command:ctest_upload", true], [1346, "index-0-command:ctest_upload", false]], "ctest_use_launchers": [[190, "index-0-variable:CTEST_USE_LAUNCHERS", false], [290, "index-0-variable:CTEST_USE_LAUNCHERS", false], [326, "index-0-variable:CTEST_USE_LAUNCHERS", false], [2035, "variable:CTEST_USE_LAUNCHERS", true]], "ctest_use_launchers_default": [[190, "envvar:CTEST_USE_LAUNCHERS_DEFAULT", true]], "ctestcoveragecollectgcov": [[327, "module:CTestCoverageCollectGCOV", true], [1327, "index-0-module:CTestCoverageCollectGCOV", false], [1329, "index-0-module:CTestCoverageCollectGCOV", false], [1340, "index-0-module:CTestCoverageCollectGCOV", false]], "ctestscriptmode": [[328, "module:CTestScriptMode", true]], "ctestuselaunchers": [[290, "index-0-module:CTestUseLaunchers", false], [329, "module:CTestUseLaunchers", true]], "cuda_architectures": [[191, "index-0-prop_tgt:CUDA_ARCHITECTURES", false], [664, "index-0-prop_tgt:CUDA_ARCHITECTURES", false], [664, "index-1-prop_tgt:CUDA_ARCHITECTURES", false], [664, "index-2-prop_tgt:CUDA_ARCHITECTURES", false], [664, "index-3-prop_tgt:CUDA_ARCHITECTURES", false], [664, "index-4-prop_tgt:CUDA_ARCHITECTURES", false], [987, "prop_tgt:CUDA_ARCHITECTURES", true], [1327, "index-0-prop_tgt:CUDA_ARCHITECTURES", false], [1327, "index-1-prop_tgt:CUDA_ARCHITECTURES", false], [1333, "index-0-prop_tgt:CUDA_ARCHITECTURES", false], [1334, "index-0-prop_tgt:CUDA_ARCHITECTURES", false], [1453, "index-0-prop_tgt:CUDA_ARCHITECTURES", false], [1453, "index-1-prop_tgt:CUDA_ARCHITECTURES", false]], "cuda_compiler_frontend_variant": [[274, "genex:CUDA_COMPILER_FRONTEND_VARIANT", true]], "cuda_compiler_id": [[274, "genex:CUDA_COMPILER_ID", true], [1324, "index-0-genex:CUDA_COMPILER_ID", false], [1324, "index-1-genex:CUDA_COMPILER_ID", false]], "cuda_compiler_version": [[274, "genex:CUDA_COMPILER_VERSION", true], [1324, "index-0-genex:CUDA_COMPILER_VERSION", false]], "cuda_cubin_compilation": [[988, "prop_tgt:CUDA_CUBIN_COMPILATION", true], [1337, "index-0-prop_tgt:CUDA_CUBIN_COMPILATION", false]], "cuda_extensions": [[120, "index-0-prop_tgt:CUDA_EXTENSIONS", false], [989, "prop_tgt:CUDA_EXTENSIONS", true], [996, "index-0-prop_tgt:CUDA_EXTENSIONS", false], [1126, "index-0-prop_tgt:CUDA_EXTENSIONS", false], [1455, "index-0-prop_tgt:CUDA_EXTENSIONS", false]], "cuda_fatbin_compilation": [[990, "prop_tgt:CUDA_FATBIN_COMPILATION", true], [1337, "index-0-prop_tgt:CUDA_FATBIN_COMPILATION", false]], "cuda_optix_compilation": [[991, "prop_tgt:CUDA_OPTIX_COMPILATION", true], [1337, "index-0-prop_tgt:CUDA_OPTIX_COMPILATION", false]], "cuda_ptx_compilation": [[992, "prop_tgt:CUDA_PTX_COMPILATION", true], [1333, "index-0-prop_tgt:CUDA_PTX_COMPILATION", false], [1348, "index-0-prop_tgt:CUDA_PTX_COMPILATION", false]], "cuda_resolve_device_symbols": [[8, "index-0-prop_tgt:CUDA_RESOLVE_DEVICE_SYMBOLS", false], [117, "index-0-prop_tgt:CUDA_RESOLVE_DEVICE_SYMBOLS", false], [274, "index-0-prop_tgt:CUDA_RESOLVE_DEVICE_SYMBOLS", false], [993, "prop_tgt:CUDA_RESOLVE_DEVICE_SYMBOLS", true], [1152, "index-0-prop_tgt:CUDA_RESOLVE_DEVICE_SYMBOLS", false], [1323, "index-0-prop_tgt:CUDA_RESOLVE_DEVICE_SYMBOLS", false], [1325, "index-0-prop_tgt:CUDA_RESOLVE_DEVICE_SYMBOLS", false], [1457, "index-0-prop_tgt:CUDA_RESOLVE_DEVICE_SYMBOLS", false]], "cuda_runtime_library": [[994, "prop_tgt:CUDA_RUNTIME_LIBRARY", true], [1326, "index-0-prop_tgt:CUDA_RUNTIME_LIBRARY", false], [1458, "index-0-prop_tgt:CUDA_RUNTIME_LIBRARY", false], [1458, "index-1-prop_tgt:CUDA_RUNTIME_LIBRARY", false]], "cuda_separable_compilation": [[8, "index-0-prop_tgt:CUDA_SEPARABLE_COMPILATION", false], [117, "index-0-prop_tgt:CUDA_SEPARABLE_COMPILATION", false], [274, "index-0-prop_tgt:CUDA_SEPARABLE_COMPILATION", false], [993, "index-0-prop_tgt:CUDA_SEPARABLE_COMPILATION", false], [995, "prop_tgt:CUDA_SEPARABLE_COMPILATION", true], [1152, "index-0-prop_tgt:CUDA_SEPARABLE_COMPILATION", false], [1320, "index-0-prop_tgt:CUDA_SEPARABLE_COMPILATION", false], [1328, "index-0-prop_tgt:CUDA_SEPARABLE_COMPILATION", false], [1331, "index-0-prop_tgt:CUDA_SEPARABLE_COMPILATION", false], [1333, "index-0-prop_tgt:CUDA_SEPARABLE_COMPILATION", false], [1459, "index-0-prop_tgt:CUDA_SEPARABLE_COMPILATION", false]], "cuda_standard": [[120, "index-0-prop_tgt:CUDA_STANDARD", false], [268, "index-0-prop_tgt:CUDA_STANDARD", false], [989, "index-0-prop_tgt:CUDA_STANDARD", false], [996, "prop_tgt:CUDA_STANDARD", true], [997, "index-0-prop_tgt:CUDA_STANDARD", false], [997, "index-1-prop_tgt:CUDA_STANDARD", false], [997, "index-2-prop_tgt:CUDA_STANDARD", false], [1129, "index-0-prop_tgt:CUDA_STANDARD", false], [1330, "index-0-prop_tgt:CUDA_STANDARD", false], [1335, "index-0-prop_tgt:CUDA_STANDARD", false], [1460, "index-0-prop_tgt:CUDA_STANDARD", false]], "cuda_standard_required": [[120, "index-0-prop_tgt:CUDA_STANDARD_REQUIRED", false], [996, "index-0-prop_tgt:CUDA_STANDARD_REQUIRED", false], [997, "prop_tgt:CUDA_STANDARD_REQUIRED", true], [1130, "index-0-prop_tgt:CUDA_STANDARD_REQUIRED", false], [1461, "index-0-prop_tgt:CUDA_STANDARD_REQUIRED", false]], "cudaarchs": [[191, "envvar:CUDAARCHS", true], [1330, "index-0-envvar:CUDAARCHS", false], [1453, "index-0-envvar:CUDAARCHS", false]], "cudacxx": [[192, "envvar:CUDACXX", true], [383, "index-0-envvar:CUDACXX", false], [1341, "index-0-envvar:CUDACXX", false]], "cudaflags": [[193, "envvar:CUDAFLAGS", true], [1656, "index-0-envvar:CUDAFLAGS", false]], "cudahostcxx": [[194, "envvar:CUDAHOSTCXX", true], [382, "index-0-envvar:CUDAHOSTCXX", false], [1668, "index-0-envvar:CUDAHOSTCXX", false]], "cxx": [[195, "envvar:CXX", true], [210, "index-0-envvar:CXX", false], [692, "index-0-envvar:CXX", false], [1325, "index-0-envvar:CXX", false], [1326, "index-0-envvar:CXX", false], [1334, "index-0-envvar:CXX", false]], "cxx_compiler_frontend_variant": [[274, "genex:CXX_COMPILER_FRONTEND_VARIANT", true]], "cxx_compiler_id": [[274, "genex:CXX_COMPILER_ID", true], [1324, "index-0-genex:CXX_COMPILER_ID", false]], "cxx_compiler_version": [[274, "genex:CXX_COMPILER_VERSION", true]], "cxx_extensions": [[120, "index-0-prop_tgt:CXX_EXTENSIONS", false], [998, "prop_tgt:CXX_EXTENSIONS", true], [1006, "index-0-prop_tgt:CXX_EXTENSIONS", false], [1126, "index-0-prop_tgt:CXX_EXTENSIONS", false], [1171, "index-0-prop_tgt:CXX_EXTENSIONS", false], [1171, "index-1-prop_tgt:CXX_EXTENSIONS", false], [1318, "index-0-prop_tgt:CXX_EXTENSIONS", false], [1474, "index-0-prop_tgt:CXX_EXTENSIONS", false]], "cxx_module_dirs": [[119, "index-0-prop_tgt:CXX_MODULE_DIRS", false], [999, "prop_tgt:CXX_MODULE_DIRS", true], [1000, "index-0-prop_tgt:CXX_MODULE_DIRS", false]], "cxx_module_dirs_": [[119, "index-0-prop_tgt:CXX_MODULE_DIRS_", false], [999, "index-0-prop_tgt:CXX_MODULE_DIRS_", false], [1000, "prop_tgt:CXX_MODULE_DIRS_", true]], "cxx_module_set": [[119, "index-0-prop_tgt:CXX_MODULE_SET", false], [1001, "prop_tgt:CXX_MODULE_SET", true], [1002, "index-0-prop_tgt:CXX_MODULE_SET", false], [1003, "index-0-prop_tgt:CXX_MODULE_SET", false]], "cxx_module_set_": [[119, "index-0-prop_tgt:CXX_MODULE_SET_", false], [1001, "index-0-prop_tgt:CXX_MODULE_SET_", false], [1002, "index-0-prop_tgt:CXX_MODULE_SET_", false], [1003, "prop_tgt:CXX_MODULE_SET_", true]], "cxx_module_sets": [[119, "index-0-prop_tgt:CXX_MODULE_SETS", false], [720, "index-0-prop_tgt:CXX_MODULE_SETS", false], [1000, "index-0-prop_tgt:CXX_MODULE_SETS", false], [1002, "prop_tgt:CXX_MODULE_SETS", true], [1003, "index-0-prop_tgt:CXX_MODULE_SETS", false], [1097, "index-0-prop_tgt:CXX_MODULE_SETS", false]], "cxx_module_std": [[1004, "prop_tgt:CXX_MODULE_STD", true], [1475, "index-0-prop_tgt:CXX_MODULE_STD", false]], "cxx_scan_for_modules": [[270, "index-0-prop_sf:CXX_SCAN_FOR_MODULES", false], [270, "index-0-prop_tgt:CXX_SCAN_FOR_MODULES", false], [839, "index-0-prop_tgt:CXX_SCAN_FOR_MODULES", false], [839, "index-1-prop_tgt:CXX_SCAN_FOR_MODULES", false], [839, "prop_sf:CXX_SCAN_FOR_MODULES", true], [1004, "index-0-prop_tgt:CXX_SCAN_FOR_MODULES", false], [1005, "index-0-prop_sf:CXX_SCAN_FOR_MODULES", false], [1005, "prop_tgt:CXX_SCAN_FOR_MODULES", true], [1223, "index-0-prop_sf:CXX_SCAN_FOR_MODULES", false], [1223, "index-0-prop_tgt:CXX_SCAN_FOR_MODULES", false], [1476, "index-0-prop_tgt:CXX_SCAN_FOR_MODULES", false]], "cxx_standard": [[120, "index-0-prop_tgt:CXX_STANDARD", false], [268, "index-0-prop_tgt:CXX_STANDARD", false], [268, "index-1-prop_tgt:CXX_STANDARD", false], [268, "index-2-prop_tgt:CXX_STANDARD", false], [273, "index-0-prop_tgt:CXX_STANDARD", false], [274, "index-0-prop_tgt:CXX_STANDARD", false], [559, "index-0-prop_tgt:CXX_STANDARD", false], [998, "index-0-prop_tgt:CXX_STANDARD", false], [1006, "prop_tgt:CXX_STANDARD", true], [1007, "index-0-prop_tgt:CXX_STANDARD", false], [1007, "index-1-prop_tgt:CXX_STANDARD", false], [1007, "index-2-prop_tgt:CXX_STANDARD", false], [1129, "index-0-prop_tgt:CXX_STANDARD", false], [1172, "index-0-prop_tgt:CXX_STANDARD", false], [1172, "index-1-prop_tgt:CXX_STANDARD", false], [1318, "index-0-prop_tgt:CXX_STANDARD", false], [1330, "index-0-prop_tgt:CXX_STANDARD", false], [1335, "index-0-prop_tgt:CXX_STANDARD", false], [1348, "index-0-prop_tgt:CXX_STANDARD", false], [1477, "index-0-prop_tgt:CXX_STANDARD", false]], "cxx_standard_required": [[120, "index-0-prop_tgt:CXX_STANDARD_REQUIRED", false], [1006, "index-0-prop_tgt:CXX_STANDARD_REQUIRED", false], [1007, "prop_tgt:CXX_STANDARD_REQUIRED", true], [1130, "index-0-prop_tgt:CXX_STANDARD_REQUIRED", false], [1173, "index-0-prop_tgt:CXX_STANDARD_REQUIRED", false], [1173, "index-1-prop_tgt:CXX_STANDARD_REQUIRED", false], [1478, "index-0-prop_tgt:CXX_STANDARD_REQUIRED", false]], "cxxflags": [[196, "envvar:CXXFLAGS", true], [1656, "index-0-envvar:CXXFLAGS", false], [1661, "index-0-envvar:CXXFLAGS", false]], "cxxtest_add_test": [[389, "command:cxxtest_add_test", true]], "cygwin": [[2036, "variable:CYGWIN", true], [2080, "index-0-variable:CYGWIN", false]], "dart": [[364, "module:Dart", true], [705, "index-0-module:Dart", false], [705, "index-1-module:Dart", false], [1337, "index-0-module:Dart", false]], "dashboard_test_from_ctest": [[197, "envvar:DASHBOARD_TEST_FROM_CTEST", true], [290, "index-0-envvar:DASHBOARD_TEST_FROM_CTEST", false]], "debug_configurations": [[116, "index-0-prop_gbl:DEBUG_CONFIGURATIONS", false], [116, "index-1-prop_gbl:DEBUG_CONFIGURATIONS", false], [796, "prop_gbl:DEBUG_CONFIGURATIONS", true]], "debug_postfix": [[258, "index-0-prop_tgt:DEBUG_POSTFIX", false], [274, "index-0-prop_tgt:DEBUG_POSTFIX", false], [274, "index-1-prop_tgt:DEBUG_POSTFIX", false], [274, "index-2-prop_tgt:DEBUG_POSTFIX", false], [274, "index-3-prop_tgt:DEBUG_POSTFIX", false], [274, "index-4-prop_tgt:DEBUG_POSTFIX", false], [274, "index-5-prop_tgt:DEBUG_POSTFIX", false], [473, "index-0-prop_tgt:DEBUG_POSTFIX", false], [473, "index-1-prop_tgt:DEBUG_POSTFIX", false], [474, "index-0-prop_tgt:DEBUG_POSTFIX", false], [474, "index-1-prop_tgt:DEBUG_POSTFIX", false], [475, "index-0-prop_tgt:DEBUG_POSTFIX", false], [475, "index-1-prop_tgt:DEBUG_POSTFIX", false], [1011, "prop_tgt:DEBUG_POSTFIX", true], [1341, "index-0-prop_tgt:DEBUG_POSTFIX", false]], "define_property": [[40, "command:define_property", true], [40, "index-0-command:define_property", false], [65, "index-0-command:define_property", false], [65, "index-1-command:define_property", false], [67, "index-0-command:define_property", false], [67, "index-1-command:define_property", false], [67, "index-2-command:define_property", false], [68, "index-0-command:define_property", false], [68, "index-1-command:define_property", false], [68, "index-2-command:define_property", false], [69, "index-0-command:define_property", false], [69, "index-1-command:define_property", false], [69, "index-2-command:define_property", false], [70, "index-0-command:define_property", false], [70, "index-1-command:define_property", false], [70, "index-2-command:define_property", false], [101, "index-0-command:define_property", false], [102, "index-0-command:define_property", false], [102, "index-1-command:define_property", false], [103, "index-0-command:define_property", false], [104, "index-0-command:define_property", false], [105, "index-0-command:define_property", false], [1333, "index-0-command:define_property", false], [1333, "index-1-command:define_property", false]], "define_symbol": [[266, "index-0-prop_tgt:DEFINE_SYMBOL", false], [1012, "prop_tgt:DEFINE_SYMBOL", true]], "definitions": [[619, "index-0-prop_dir:DEFINITIONS", false], [757, "prop_dir:DEFINITIONS", true], [1340, "index-0-prop_dir:DEFINITIONS", false]], "delete_regv": [[287, "cmdoption-cmake-E-arg-delete_regv", false]], "depends": [[889, "prop_test:DEPENDS", true], [894, "index-0-prop_test:DEPENDS", false], [895, "index-0-prop_test:DEPENDS", false], [896, "index-0-prop_test:DEPENDS", false]], "deployment_additional_files": [[1013, "prop_tgt:DEPLOYMENT_ADDITIONAL_FILES", true], [1322, "index-0-prop_tgt:DEPLOYMENT_ADDITIONAL_FILES", false]], "deployment_remote_directory": [[1014, "prop_tgt:DEPLOYMENT_REMOTE_DIRECTORY", true], [1345, "index-0-prop_tgt:DEPLOYMENT_REMOTE_DIRECTORY", false]], "deployqt4": [[365, "module:DeployQt4", true]], "deprecation": [[1015, "prop_tgt:DEPRECATION", true], [1326, "index-0-prop_tgt:DEPRECATION", false]], "destdir": [[77, "index-0-envvar:DESTDIR", false], [198, "envvar:DESTDIR", true], [1602, "index-0-envvar:DESTDIR", false]], "device_link": [[8, "index-0-genex:DEVICE_LINK", false], [117, "index-0-genex:DEVICE_LINK", false], [274, "genex:DEVICE_LINK", true], [274, "index-0-genex:DEVICE_LINK", false], [1152, "index-0-genex:DEVICE_LINK", false], [1152, "index-1-genex:DEVICE_LINK", false], [1327, "index-0-genex:DEVICE_LINK", false], [1333, "index-0-genex:DEVICE_LINK", false]], "directory property": [[0, "index-0-prop_dir:COMPILE_DEFINITIONS", false], [1, "index-0-prop_dir:COMPILE_OPTIONS", false], [4, "index-0-prop_dir:COMPILE_DEFINITIONS", false], [4, "index-1-prop_dir:COMPILE_DEFINITIONS", false], [8, "index-0-prop_dir:LINK_OPTIONS", false], [9, "index-0-prop_dir:EXCLUDE_FROM_ALL", false], [9, "index-0-prop_dir:SYSTEM", false], [9, "index-1-prop_dir:EXCLUDE_FROM_ALL", false], [64, "index-0-prop_dir:MACROS", false], [64, "index-0-prop_dir:VARIABLES", false], [73, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [81, "index-0-prop_dir:LINK_DIRECTORIES", false], [117, "index-0-prop_dir:LINK_OPTIONS", false], [262, "index-0-prop_dir:EXCLUDE_FROM_ALL", false], [330, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [331, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [332, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [333, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [334, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [335, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [336, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [337, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [338, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [340, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [341, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [342, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [344, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [345, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [346, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [350, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [351, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [352, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [353, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [354, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [355, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [357, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [358, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [359, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [360, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [361, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [362, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [370, "index-0-prop_dir:EXCLUDE_FROM_ALL", false], [370, "index-0-prop_dir:SYSTEM", false], [538, "index-0-prop_dir:TEST_INCLUDE_FILES", false], [603, "index-0-prop_dir:COMPILE_DEFINITIONS_", false], [619, "index-0-prop_dir:COMPILE_DEFINITIONS", false], [619, "index-0-prop_dir:DEFINITIONS", false], [641, "index-0-prop_dir:LINK_DIRECTORIES", false], [641, "index-1-prop_dir:LINK_DIRECTORIES", false], [747, "prop_dir:ADDITIONAL_CLEAN_FILES", true], [748, "index-0-prop_dir:ADDITIONAL_CLEAN_FILES", false], [748, "prop_dir:ADDITIONAL_MAKE_CLEAN_FILES", true], [749, "prop_dir:BINARY_DIR", true], [750, "index-0-prop_dir:IMPORTED_TARGETS", false], [750, "prop_dir:BUILDSYSTEM_TARGETS", true], [751, "prop_dir:CACHE_VARIABLES", true], [752, "prop_dir:CLEAN_NO_CUSTOM", true], [753, "prop_dir:CMAKE_CONFIGURE_DEPENDS", true], [754, "index-0-prop_dir:COMPILE_DEFINITIONS_", false], [754, "prop_dir:COMPILE_DEFINITIONS", true], [755, "index-0-prop_dir:COMPILE_DEFINITIONS", false], [755, "prop_dir:COMPILE_DEFINITIONS_", true], [756, "prop_dir:COMPILE_OPTIONS", true], [757, "index-0-prop_dir:COMPILE_DEFINITIONS", false], [757, "index-1-prop_dir:COMPILE_DEFINITIONS", false], [757, "prop_dir:DEFINITIONS", true], [758, "prop_dir:EXCLUDE_FROM_ALL", true], [759, "prop_dir:IMPLICIT_DEPENDS_INCLUDE_TRANSFORM", true], [760, "index-0-prop_dir:BUILDSYSTEM_TARGETS", false], [760, "prop_dir:IMPORTED_TARGETS", true], [761, "prop_dir:INCLUDE_DIRECTORIES", true], [762, "prop_dir:INCLUDE_REGULAR_EXPRESSION", true], [763, "prop_dir:INTERPROCEDURAL_OPTIMIZATION", true], [764, "prop_dir:INTERPROCEDURAL_OPTIMIZATION_", true], [765, "prop_dir:LABELS", true], [766, "prop_dir:LINK_DIRECTORIES", true], [767, "prop_dir:LINK_OPTIONS", true], [768, "prop_dir:LISTFILE_STACK", true], [769, "prop_dir:MACROS", true], [770, "prop_dir:PARENT_DIRECTORY", true], [771, "prop_dir:RULE_LAUNCH_COMPILE", true], [772, "prop_dir:RULE_LAUNCH_CUSTOM", true], [773, "prop_dir:RULE_LAUNCH_LINK", true], [774, "prop_dir:SOURCE_DIR", true], [775, "prop_dir:SUBDIRECTORIES", true], [776, "prop_dir:SYSTEM", true], [777, "prop_dir:TESTS", true], [778, "index-0-prop_dir:TEST_INCLUDE_FILES", false], [778, "prop_dir:TEST_INCLUDE_FILE", true], [779, "prop_dir:TEST_INCLUDE_FILES", true], [780, "prop_dir:VARIABLES", true], [781, "prop_dir:VS_GLOBAL_SECTION_POST_
", true], [782, "prop_dir:VS_GLOBAL_SECTION_PRE_
", true], [783, "prop_dir:VS_STARTUP_PROJECT", true], [915, "index-0-prop_dir:ADDITIONAL_CLEAN_FILES", false], [978, "index-0-prop_dir:COMPILE_OPTIONS", false], [1022, "index-0-prop_dir:EXCLUDE_FROM_ALL", false], [1087, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [1140, "index-0-prop_dir:LINK_DIRECTORIES", false], [1152, "index-0-prop_dir:LINK_OPTIONS", false], [1213, "index-0-prop_dir:SYSTEM", false], [1317, "index-0-prop_dir:ADDITIONAL_MAKE_CLEAN_FILES", false], [1317, "index-0-prop_dir:CMAKE_CONFIGURE_DEPENDS", false], [1317, "index-0-prop_dir:COMPILE_DEFINITIONS", false], [1317, "index-0-prop_dir:COMPILE_DEFINITIONS_", false], [1319, "index-0-prop_dir:LABELS", false], [1319, "index-0-prop_dir:TEST_INCLUDE_FILE", false], [1319, "index-0-prop_dir:TEST_INCLUDE_FILES", false], [1321, "index-0-prop_dir:TESTS", false], [1322, "index-0-prop_dir:LINK_OPTIONS", false], [1323, "index-0-prop_dir:EXCLUDE_FROM_ALL", false], [1323, "index-1-prop_dir:EXCLUDE_FROM_ALL", false], [1324, "index-0-prop_dir:ADDITIONAL_CLEAN_FILES", false], [1324, "index-0-prop_dir:ADDITIONAL_MAKE_CLEAN_FILES", false], [1324, "index-0-prop_dir:EXCLUDE_FROM_ALL", false], [1324, "index-1-prop_dir:ADDITIONAL_CLEAN_FILES", false], [1331, "index-0-prop_dir:IMPORTED_TARGETS", false], [1335, "index-0-prop_dir:SYSTEM", false], [1335, "index-1-prop_dir:SYSTEM", false], [1335, "index-2-prop_dir:SYSTEM", false], [1340, "index-0-prop_dir:DEFINITIONS", false], [1345, "index-0-prop_dir:VS_STARTUP_PROJECT", false], [1346, "index-0-prop_dir:BINARY_DIR", false], [1346, "index-0-prop_dir:BUILDSYSTEM_TARGETS", false], [1346, "index-0-prop_dir:SOURCE_DIR", false], [1346, "index-0-prop_dir:SUBDIRECTORIES", false], [1489, "index-0-prop_dir:LABELS", false]], "disable_precompile_headers": [[118, "index-0-prop_tgt:DISABLE_PRECOMPILE_HEADERS", false], [1016, "prop_tgt:DISABLE_PRECOMPILE_HEADERS", true], [1229, "index-0-prop_tgt:DISABLE_PRECOMPILE_HEADERS", false], [1491, "index-0-prop_tgt:DISABLE_PRECOMPILE_HEADERS", false]], "disabled": [[890, "prop_test:DISABLED", true], [1348, "index-0-prop_test:DISABLED", false], [1348, "index-1-prop_test:DISABLED", false]], "disabled_features": [[797, "prop_gbl:DISABLED_FEATURES", true]], "dll_name_with_soversion": [[1017, "prop_tgt:DLL_NAME_WITH_SOVERSION", true], [1337, "index-0-prop_tgt:DLL_NAME_WITH_SOVERSION", false], [1492, "index-0-prop_tgt:DLL_NAME_WITH_SOVERSION", false]], "documentation": [[366, "module:Documentation", true], [666, "index-0-module:Documentation", false], [666, "index-1-module:Documentation", false], [666, "index-2-module:Documentation", false], [1327, "index-0-module:Documentation", false]], "dotnet_sdk": [[1018, "prop_tgt:DOTNET_SDK", true], [1333, "index-0-prop_tgt:DOTNET_SDK", false], [1494, "index-0-prop_tgt:DOTNET_SDK", false], [1494, "index-1-prop_tgt:DOTNET_SDK", false], [1887, "index-0-prop_tgt:DOTNET_SDK", false]], "dotnet_target_framework": [[1019, "prop_tgt:DOTNET_TARGET_FRAMEWORK", true], [1244, "index-0-prop_tgt:DOTNET_TARGET_FRAMEWORK", false], [1326, "index-0-prop_tgt:DOTNET_TARGET_FRAMEWORK", false], [1495, "index-0-prop_tgt:DOTNET_TARGET_FRAMEWORK", false], [1495, "index-1-prop_tgt:DOTNET_TARGET_FRAMEWORK", false], [1496, "index-0-prop_tgt:DOTNET_TARGET_FRAMEWORK", false]], "dotnet_target_framework_version": [[1020, "prop_tgt:DOTNET_TARGET_FRAMEWORK_VERSION", true], [1244, "index-0-prop_tgt:DOTNET_TARGET_FRAMEWORK_VERSION", false], [1321, "index-0-prop_tgt:DOTNET_TARGET_FRAMEWORK_VERSION", false], [1321, "index-1-prop_tgt:DOTNET_TARGET_FRAMEWORK_VERSION", false], [1496, "index-0-prop_tgt:DOTNET_TARGET_FRAMEWORK_VERSION", false], [1496, "index-1-prop_tgt:DOTNET_TARGET_FRAMEWORK_VERSION", false], [1906, "index-0-prop_tgt:DOTNET_TARGET_FRAMEWORK_VERSION", false]], "doxygen_add_docs": [[394, "command:doxygen_add_docs", true], [1320, "index-0-command:doxygen_add_docs", false], [1325, "index-0-command:doxygen_add_docs", false], [1337, "index-0-command:doxygen_add_docs", false], [1348, "index-0-command:doxygen_add_docs", false]], "doxygen_dot_executable": [[394, "variable:DOXYGEN_DOT_EXECUTABLE", true]], "doxygen_dot_found": [[394, "variable:DOXYGEN_DOT_FOUND", true]], "doxygen_dot_multi_targets": [[394, "variable:DOXYGEN_DOT_MULTI_TARGETS", true]], "doxygen_dot_path": [[394, "variable:DOXYGEN_DOT_PATH", true]], "doxygen_exclude_patterns": [[394, "variable:DOXYGEN_EXCLUDE_PATTERNS", true]], "doxygen_executable": [[394, "variable:DOXYGEN_EXECUTABLE", true]], "doxygen_found": [[394, "variable:DOXYGEN_FOUND", true]], "doxygen_generate_latex": [[394, "variable:DOXYGEN_GENERATE_LATEX", true]], "doxygen_have_dot": [[394, "variable:DOXYGEN_HAVE_DOT", true]], "doxygen_input": [[394, "variable:DOXYGEN_INPUT", true]], "doxygen_output_directory": [[394, "variable:DOXYGEN_OUTPUT_DIRECTORY", true]], "doxygen_project_brief": [[394, "variable:DOXYGEN_PROJECT_BRIEF", true]], "doxygen_project_name": [[394, "variable:DOXYGEN_PROJECT_NAME", true]], "doxygen_project_number": [[394, "variable:DOXYGEN_PROJECT_NUMBER", true]], "doxygen_recursive": [[394, "variable:DOXYGEN_RECURSIVE", true]], "doxygen_skip_dot": [[394, "variable:DOXYGEN_SKIP_DOT", true]], "doxygen_version": [[394, "variable:DOXYGEN_VERSION", true]], "doxygen_warn_format": [[394, "variable:DOXYGEN_WARN_FORMAT", true]], "echo": [[287, "cmdoption-cmake-E-arg-echo", false]], "echo_append": [[287, "cmdoption-cmake-E-arg-echo_append", false]], "echostring": [[1031, "prop_tgt:EchoString", true]], "eclipse cdt4": [[222, "generator:Eclipse CDT4", true], [1325, "index-0-generator:Eclipse CDT4", false], [1500, "index-0-generator:Eclipse CDT4", false]], "eclipse_extra_cproject_contents": [[798, "prop_gbl:ECLIPSE_EXTRA_CPROJECT_CONTENTS", true], [799, "index-0-prop_gbl:ECLIPSE_EXTRA_CPROJECT_CONTENTS", false]], "eclipse_extra_natures": [[798, "index-0-prop_gbl:ECLIPSE_EXTRA_NATURES", false], [799, "prop_gbl:ECLIPSE_EXTRA_NATURES", true]], "else": [[41, "command:else", true], [71, "index-0-command:else", false], [71, "index-1-command:else", false], [277, "index-0-command:else", false]], "elseif": [[42, "command:elseif", true], [71, "index-0-command:elseif", false], [277, "index-0-command:elseif", false]], "enable_exports": [[77, "index-0-prop_tgt:ENABLE_EXPORTS", false], [77, "index-1-prop_tgt:ENABLE_EXPORTS", false], [77, "index-2-prop_tgt:ENABLE_EXPORTS", false], [77, "index-3-prop_tgt:ENABLE_EXPORTS", false], [77, "index-4-prop_tgt:ENABLE_EXPORTS", false], [266, "index-0-prop_tgt:ENABLE_EXPORTS", false], [266, "index-1-prop_tgt:ENABLE_EXPORTS", false], [266, "index-2-prop_tgt:ENABLE_EXPORTS", false], [274, "index-0-prop_tgt:ENABLE_EXPORTS", false], [274, "index-1-prop_tgt:ENABLE_EXPORTS", false], [623, "index-0-prop_tgt:ENABLE_EXPORTS", false], [625, "index-0-prop_tgt:ENABLE_EXPORTS", false], [625, "index-1-prop_tgt:ENABLE_EXPORTS", false], [625, "index-2-prop_tgt:ENABLE_EXPORTS", false], [625, "index-3-prop_tgt:ENABLE_EXPORTS", false], [916, "index-0-prop_tgt:ENABLE_EXPORTS", false], [937, "index-0-prop_tgt:ENABLE_EXPORTS", false], [939, "index-0-prop_tgt:ENABLE_EXPORTS", false], [1021, "prop_tgt:ENABLE_EXPORTS", true], [1064, "index-0-prop_tgt:ENABLE_EXPORTS", false], [1064, "index-1-prop_tgt:ENABLE_EXPORTS", false], [1143, "index-0-prop_tgt:ENABLE_EXPORTS", false], [1277, "index-0-prop_tgt:ENABLE_EXPORTS", false], [1325, "index-0-prop_tgt:ENABLE_EXPORTS", false], [1337, "index-0-prop_tgt:ENABLE_EXPORTS", false], [1343, "index-0-prop_tgt:ENABLE_EXPORTS", false], [1346, "index-0-prop_tgt:ENABLE_EXPORTS", false], [1503, "index-0-prop_tgt:ENABLE_EXPORTS", false], [1506, "index-0-prop_tgt:ENABLE_EXPORTS", false], [1808, "index-0-prop_tgt:ENABLE_EXPORTS", false]], "enable_language": [[43, "command:enable_language", true], [246, "index-0-command:enable_language", false], [285, "index-0-command:enable_language", false], [347, "index-0-command:enable_language", false], [382, "index-0-command:enable_language", false], [585, "index-0-command:enable_language", false], [607, "index-0-command:enable_language", false], [649, "index-0-command:enable_language", false], [651, "index-0-command:enable_language", false], [652, "index-0-command:enable_language", false], [677, "index-0-command:enable_language", false], [689, "index-0-command:enable_language", false], [696, "index-0-command:enable_language", false], [701, "index-0-command:enable_language", false], [706, "index-0-command:enable_language", false], [709, "index-0-command:enable_language", false], [717, "index-0-command:enable_language", false], [725, "index-0-command:enable_language", false], [725, "index-1-command:enable_language", false], [725, "index-2-command:enable_language", false], [725, "index-3-command:enable_language", false], [725, "index-4-command:enable_language", false], [1043, "index-0-command:enable_language", false], [1166, "index-0-command:enable_language", false], [1167, "index-0-command:enable_language", false], [1214, "index-0-command:enable_language", false], [1275, "index-0-command:enable_language", false], [1317, "index-0-command:enable_language", false], [1325, "index-0-command:enable_language", false], [1328, "index-0-command:enable_language", false], [1331, "index-0-command:enable_language", false], [1331, "index-1-command:enable_language", false], [1341, "index-0-command:enable_language", false], [1343, "index-0-command:enable_language", false], [1347, "index-0-command:enable_language", false], [1347, "index-1-command:enable_language", false], [1422, "index-0-command:enable_language", false], [1445, "index-0-command:enable_language", false], [1527, "index-0-command:enable_language", false], [1641, "index-0-command:enable_language", false], [1668, "index-0-command:enable_language", false], [1673, "index-0-command:enable_language", false], [1675, "index-0-command:enable_language", false], [1756, "index-0-command:enable_language", false], [1757, "index-0-command:enable_language", false], [1772, "index-0-command:enable_language", false], [1773, "index-0-command:enable_language", false], [1774, "index-0-command:enable_language", false], [1850, "index-0-command:enable_language", false], [1868, "index-0-command:enable_language", false], [1915, "index-0-command:enable_language", false], [2054, "index-0-command:enable_language", false]], "enable_testing": [[10, "index-0-command:enable_testing", false], [44, "command:enable_testing", true], [252, "index-0-command:enable_testing", false], [257, "index-0-command:enable_testing", false], [257, "index-1-command:enable_testing", false], [290, "index-0-command:enable_testing", false]], "enabled_features": [[800, "prop_gbl:ENABLED_FEATURES", true]], "enabled_languages": [[285, "index-0-prop_gbl:ENABLED_LANGUAGES", false], [801, "prop_gbl:ENABLED_LANGUAGES", true]], "endblock": [[12, "index-0-command:endblock", false], [12, "index-1-command:endblock", false], [12, "index-2-command:endblock", false], [45, "command:endblock", true], [1335, "index-0-command:endblock", false]], "endforeach": [[46, "command:endforeach", true], [62, "index-0-command:endforeach", false], [62, "index-1-command:endforeach", false], [277, "index-0-command:endforeach", false]], "endfunction": [[47, "command:endfunction", true], [63, "index-0-command:endfunction", false], [63, "index-1-command:endfunction", false], [277, "index-0-command:endfunction", false]], "endif": [[48, "command:endif", true], [71, "index-0-command:endif", false], [71, "index-1-command:endif", false], [277, "index-0-command:endif", false]], "endmacro": [[49, "command:endmacro", true], [86, "index-0-command:endmacro", false], [86, "index-1-command:endmacro", false], [86, "index-2-command:endmacro", false], [277, "index-0-command:endmacro", false]], "endwhile": [[50, "command:endwhile", true], [127, "index-0-command:endwhile", false], [127, "index-1-command:endwhile", false], [127, "index-2-command:endwhile", false], [127, "index-3-command:endwhile", false], [277, "index-0-command:endwhile", false]], "env": [[277, "index-0-variable:ENV", false], [287, "cmdoption-cmake-E-arg-env", false], [2037, "variable:ENV", true]], "env_module": [[396, "command:env_module", true]], "env_module_avail": [[396, "command:env_module_avail", true]], "env_module_list": [[396, "command:env_module_list", true]], "env_module_swap": [[396, "command:env_module_swap", true]], "env_vs8_wince": [[287, "cmdoption-cmake-E-arg-env_vs8_wince", false]], "env_vs9_wince": [[287, "cmdoption-cmake-E-arg-env_vs9_wince", false]], "environment": [[287, "cmdoption-cmake-E-arg-environment", false], [891, "prop_test:ENVIRONMENT", true], [892, "index-0-prop_test:ENVIRONMENT", false], [892, "index-1-prop_test:ENVIRONMENT", false], [1327, "index-0-prop_test:ENVIRONMENT", false]], "environment_modification": [[287, "index-0-prop_test:ENVIRONMENT_MODIFICATION", false], [892, "prop_test:ENVIRONMENT_MODIFICATION", true], [1332, "index-0-prop_test:ENVIRONMENT_MODIFICATION", false], [1335, "index-0-prop_test:ENVIRONMENT_MODIFICATION", false]], "envvar": [[27, "index-0-envvar:CMAKE_BUILD_PARALLEL_LEVEL", false], [55, "index-0-envvar:CMAKE_INSTALL_MODE", false], [55, "index-0-envvar:CMAKE_TLS_VERIFY", false], [55, "index-0-envvar:CMAKE_TLS_VERSION", false], [55, "index-1-envvar:CMAKE_TLS_VERIFY", false], [56, "index-0-envvar:_ROOT", false], [56, "index-0-envvar:_ROOT", false], [56, "index-0-envvar:CMAKE_FRAMEWORK_PATH", false], [56, "index-0-envvar:CMAKE_INCLUDE_PATH", false], [56, "index-0-envvar:CMAKE_PREFIX_PATH", false], [56, "index-1-envvar:_ROOT", false], [56, "index-1-envvar:CMAKE_FRAMEWORK_PATH", false], [56, "index-1-envvar:CMAKE_INCLUDE_PATH", false], [56, "index-1-envvar:CMAKE_PREFIX_PATH", false], [56, "index-2-envvar:_ROOT", false], [56, "index-2-envvar:CMAKE_PREFIX_PATH", false], [56, "index-3-envvar:_ROOT", false], [57, "index-0-envvar:_ROOT", false], [57, "index-0-envvar:_ROOT", false], [57, "index-0-envvar:CMAKE_FRAMEWORK_PATH", false], [57, "index-0-envvar:CMAKE_LIBRARY_PATH", false], [57, "index-0-envvar:CMAKE_PREFIX_PATH", false], [57, "index-1-envvar:_ROOT", false], [57, "index-1-envvar:CMAKE_FRAMEWORK_PATH", false], [57, "index-1-envvar:CMAKE_LIBRARY_PATH", false], [57, "index-1-envvar:CMAKE_PREFIX_PATH", false], [57, "index-2-envvar:_ROOT", false], [57, "index-2-envvar:CMAKE_PREFIX_PATH", false], [57, "index-3-envvar:_ROOT", false], [58, "index-0-envvar:_ROOT", false], [58, "index-0-envvar:_ROOT", false], [58, "index-0-envvar:CMAKE_APPBUNDLE_PATH", false], [58, "index-0-envvar:CMAKE_FRAMEWORK_PATH", false], [58, "index-0-envvar:CMAKE_PREFIX_PATH", false], [59, "index-0-envvar:_ROOT", false], [59, "index-0-envvar:_ROOT", false], [59, "index-0-envvar:CMAKE_FRAMEWORK_PATH", false], [59, "index-0-envvar:CMAKE_INCLUDE_PATH", false], [59, "index-0-envvar:CMAKE_PREFIX_PATH", false], [59, "index-1-envvar:_ROOT", false], [59, "index-1-envvar:CMAKE_FRAMEWORK_PATH", false], [59, "index-1-envvar:CMAKE_INCLUDE_PATH", false], [59, "index-1-envvar:CMAKE_PREFIX_PATH", false], [59, "index-2-envvar:_ROOT", false], [59, "index-2-envvar:CMAKE_PREFIX_PATH", false], [59, "index-3-envvar:_ROOT", false], [60, "index-0-envvar:_ROOT", false], [60, "index-0-envvar:_ROOT", false], [60, "index-0-envvar:CMAKE_APPBUNDLE_PATH", false], [60, "index-0-envvar:CMAKE_PREFIX_PATH", false], [60, "index-0-envvar:CMAKE_PROGRAM_PATH", false], [60, "index-1-envvar:_ROOT", false], [60, "index-1-envvar:CMAKE_APPBUNDLE_PATH", false], [60, "index-1-envvar:CMAKE_PREFIX_PATH", false], [60, "index-1-envvar:CMAKE_PROGRAM_PATH", false], [60, "index-2-envvar:_ROOT", false], [60, "index-2-envvar:CMAKE_PREFIX_PATH", false], [60, "index-3-envvar:_ROOT", false], [77, "index-0-envvar:CMAKE_INSTALL_MODE", false], [77, "index-0-envvar:DESTDIR", false], [136, "envvar:CPACK_IFW_ROOT", true], [136, "envvar:QTIFWDIR", true], [144, "envvar:ADSP_ROOT", true], [145, "envvar:ASM", true], [146, "envvar:ASMFLAGS", true], [147, "envvar:CC", true], [148, "envvar:CCMAKE_COLORS", true], [149, "envvar:CFLAGS", true], [150, "envvar:CMAKE_APPBUNDLE_PATH", true], [151, "envvar:CMAKE_APPLE_SILICON_PROCESSOR", true], [152, "envvar:CMAKE_BUILD_PARALLEL_LEVEL", true], [153, "envvar:CMAKE_BUILD_TYPE", true], [154, "envvar:CMAKE_COLOR_DIAGNOSTICS", true], [155, "envvar:CMAKE_CONFIGURATION_TYPES", true], [156, "envvar:CMAKE_CONFIG_DIR", true], [157, "envvar:CMAKE_CONFIG_TYPE", true], [158, "envvar:CMAKE_CROSSCOMPILING_EMULATOR", true], [159, "envvar:CMAKE_EXPORT_BUILD_DATABASE", true], [160, "envvar:CMAKE_EXPORT_COMPILE_COMMANDS", true], [161, "envvar:CMAKE_FRAMEWORK_PATH", true], [162, "envvar:CMAKE_GENERATOR", true], [162, "index-0-envvar:CMAKE_GENERATOR_INSTANCE", false], [162, "index-0-envvar:CMAKE_GENERATOR_PLATFORM", false], [162, "index-0-envvar:CMAKE_GENERATOR_TOOLSET", false], [163, "envvar:CMAKE_GENERATOR_INSTANCE", true], [163, "index-0-envvar:CMAKE_GENERATOR", false], [164, "envvar:CMAKE_GENERATOR_PLATFORM", true], [164, "index-0-envvar:CMAKE_GENERATOR", false], [165, "envvar:CMAKE_GENERATOR_TOOLSET", true], [165, "index-0-envvar:CMAKE_GENERATOR", false], [166, "envvar:CMAKE_INCLUDE_PATH", true], [167, "envvar:CMAKE_INSTALL_MODE", true], [168, "envvar:CMAKE_INSTALL_PARALLEL_LEVEL", true], [169, "envvar:CMAKE_INSTALL_PREFIX", true], [170, "envvar:CMAKE__COMPILER_LAUNCHER", true], [171, "envvar:CMAKE__IMPLICIT_LINK_DIRECTORIES_EXCLUDE", true], [172, "envvar:CMAKE__LINKER_LAUNCHER", true], [173, "envvar:CMAKE_LIBRARY_PATH", true], [174, "envvar:CMAKE_MAXIMUM_RECURSION_DEPTH", true], [175, "envvar:CMAKE_MSVCIDE_RUN_PATH", true], [176, "envvar:CMAKE_NO_VERBOSE", true], [176, "index-0-envvar:VERBOSE", false], [177, "envvar:CMAKE_OSX_ARCHITECTURES", true], [178, "envvar:CMAKE_PREFIX_PATH", true], [179, "envvar:CMAKE_PROGRAM_PATH", true], [180, "envvar:CMAKE_TEST_LAUNCHER", true], [181, "envvar:CMAKE_TLS_VERIFY", true], [182, "envvar:CMAKE_TLS_VERSION", true], [183, "envvar:CMAKE_TOOLCHAIN_FILE", true], [184, "envvar:CSFLAGS", true], [185, "envvar:CTEST_INTERACTIVE_DEBUG_MODE", true], [186, "envvar:CTEST_NO_TESTS_ACTION", true], [187, "envvar:CTEST_OUTPUT_ON_FAILURE", true], [188, "envvar:CTEST_PARALLEL_LEVEL", true], [189, "envvar:CTEST_PROGRESS_OUTPUT", true], [190, "envvar:CTEST_USE_LAUNCHERS_DEFAULT", true], [191, "envvar:CUDAARCHS", true], [192, "envvar:CUDACXX", true], [193, "envvar:CUDAFLAGS", true], [194, "envvar:CUDAHOSTCXX", true], [195, "envvar:CXX", true], [196, "envvar:CXXFLAGS", true], [197, "envvar:DASHBOARD_TEST_FROM_CTEST", true], [198, "envvar:DESTDIR", true], [199, "envvar:FC", true], [200, "envvar:FFLAGS", true], [201, "envvar:HIPCXX", true], [202, "envvar:HIPFLAGS", true], [203, "envvar:HIPHOSTCXX", true], [204, "envvar:ISPC", true], [205, "envvar:ISPCFLAGS", true], [206, "envvar:LDFLAGS", true], [207, "envvar:MACOSX_DEPLOYMENT_TARGET", true], [208, "envvar:OBJC", true], [208, "index-0-envvar:CC", false], [209, "envvar:OBJCFLAGS", true], [210, "envvar:OBJCXX", true], [210, "index-0-envvar:CXX", false], [211, "envvar:OBJCXXFLAGS", true], [212, "envvar:_ROOT", true], [212, "envvar:_ROOT", true], [213, "envvar:RC", true], [214, "envvar:RCFLAGS", true], [215, "envvar:SSL_CERT_DIR", true], [216, "envvar:SSL_CERT_FILE", true], [217, "envvar:SWIFTC", true], [218, "envvar:VERBOSE", true], [218, "index-0-envvar:CMAKE_NO_VERBOSE", false], [262, "index-0-envvar:CTEST_OUTPUT_ON_FAILURE", false], [262, "index-0-envvar:CTEST_PARALLEL_LEVEL", false], [265, "index-0-envvar:CMAKE_GENERATOR", false], [273, "index-0-envvar:CMAKE_CONFIG_DIR", false], [285, "index-0-envvar:ADSP_ROOT", false], [287, "index-0-envvar:CMAKE_BUILD_PARALLEL_LEVEL", false], [287, "index-0-envvar:CMAKE_CONFIG_DIR", false], [287, "index-0-envvar:CMAKE_GENERATOR", false], [287, "index-0-envvar:CMAKE_INSTALL_PARALLEL_LEVEL", false], [287, "index-0-envvar:VERBOSE", false], [287, "index-1-envvar:VERBOSE", false], [290, "envvar:CTEST_RESOURCE_GROUP_", true], [290, "envvar:CTEST_RESOURCE_GROUP__", true], [290, "envvar:CTEST_RESOURCE_GROUP_COUNT", true], [290, "index-0-envvar:CMAKE_CONFIG_TYPE", false], [290, "index-0-envvar:CMAKE_TLS_VERIFY", false], [290, "index-0-envvar:CTEST_NO_TESTS_ACTION", false], [290, "index-0-envvar:CTEST_OUTPUT_ON_FAILURE", false], [290, "index-0-envvar:CTEST_PARALLEL_LEVEL", false], [290, "index-0-envvar:CTEST_PROGRESS_OUTPUT", false], [290, "index-0-envvar:DASHBOARD_TEST_FROM_CTEST", false], [368, "index-0-envvar:CMAKE_INSTALL_MODE", false], [368, "index-0-envvar:CMAKE_TLS_VERIFY", false], [368, "index-0-envvar:CMAKE_TLS_VERSION", false], [368, "index-1-envvar:CMAKE_INSTALL_MODE", false], [368, "index-1-envvar:CMAKE_TLS_VERIFY", false], [368, "index-1-envvar:CMAKE_TLS_VERSION", false], [368, "index-2-envvar:CMAKE_TLS_VERIFY", false], [382, "index-0-envvar:CUDAHOSTCXX", false], [383, "index-0-envvar:CUDACXX", false], [634, "index-0-envvar:_ROOT", false], [692, "index-0-envvar:CC", false], [692, "index-0-envvar:CXX", false], [704, "index-0-envvar:_ROOT", false], [704, "index-0-envvar:_ROOT", false], [809, "index-0-envvar:CMAKE_INSTALL_PARALLEL_LEVEL", false], [1321, "index-0-envvar:_ROOT", false], [1324, "index-0-envvar:CMAKE_GENERATOR", false], [1324, "index-0-envvar:CMAKE_GENERATOR_INSTANCE", false], [1324, "index-0-envvar:CMAKE_GENERATOR_PLATFORM", false], [1324, "index-0-envvar:CMAKE_GENERATOR_TOOLSET", false], [1324, "index-0-envvar:SWIFTC", false], [1325, "index-0-envvar:CC", false], [1325, "index-0-envvar:CXX", false], [1325, "index-0-envvar:OBJC", false], [1325, "index-0-envvar:OBJCXX", false], [1326, "index-0-envvar:CC", false], [1326, "index-0-envvar:CMAKE__COMPILER_LAUNCHER", false], [1326, "index-0-envvar:CMAKE_EXPORT_COMPILE_COMMANDS", false], [1326, "index-0-envvar:CXX", false], [1326, "index-0-envvar:OBJC", false], [1326, "index-0-envvar:OBJCXX", false], [1327, "index-0-envvar:CCMAKE_COLORS", false], [1327, "index-0-envvar:CMAKE_GENERATOR", false], [1327, "index-0-envvar:CMAKE_GENERATOR_PLATFORM", false], [1327, "index-0-envvar:CMAKE_GENERATOR_TOOLSET", false], [1328, "index-0-envvar:CC", false], [1328, "index-0-envvar:CFLAGS", false], [1328, "index-0-envvar:CMAKE_APPLE_SILICON_PROCESSOR", false], [1328, "index-1-envvar:CMAKE_APPLE_SILICON_PROCESSOR", false], [1330, "index-0-envvar:CUDAARCHS", false], [1331, "index-0-envvar:CMAKE_TOOLCHAIN_FILE", false], [1332, "index-0-envvar:CMAKE_BUILD_TYPE", false], [1332, "index-0-envvar:CMAKE_CONFIGURATION_TYPES", false], [1332, "index-0-envvar:CMAKE_INSTALL_MODE", false], [1334, "index-0-envvar:CC", false], [1334, "index-0-envvar:CMAKE_COLOR_DIAGNOSTICS", false], [1334, "index-0-envvar:CXX", false], [1335, "index-0-envvar:SSL_CERT_DIR", false], [1335, "index-0-envvar:SSL_CERT_FILE", false], [1336, "index-0-envvar:CTEST_NO_TESTS_ACTION", false], [1337, "index-0-envvar:_ROOT", false], [1338, "index-0-envvar:CMAKE_CROSSCOMPILING_EMULATOR", false], [1339, "index-0-envvar:CMAKE_INSTALL_PREFIX", false], [1339, "index-0-envvar:CTEST_PARALLEL_LEVEL", false], [1341, "index-0-envvar:CMAKE_TLS_VERIFY", false], [1341, "index-0-envvar:CMAKE_TLS_VERSION", false], [1341, "index-0-envvar:CUDACXX", false], [1341, "index-1-envvar:CMAKE_TLS_VERSION", false], [1342, "index-0-envvar:CMAKE_EXPORT_BUILD_DATABASE", false], [1342, "index-0-envvar:CMAKE_TLS_VERIFY", false], [1358, "index-0-envvar:ADSP_ROOT", false], [1389, "index-0-envvar:CMAKE_APPBUNDLE_PATH", false], [1390, "index-0-envvar:CMAKE_APPLE_SILICON_PROCESSOR", false], [1422, "index-0-envvar:CMAKE_BUILD_TYPE", false], [1435, "index-0-envvar:CMAKE_COLOR_DIAGNOSTICS", false], [1445, "index-0-envvar:CMAKE_CONFIGURATION_TYPES", false], [1449, "index-0-envvar:CMAKE_CROSSCOMPILING_EMULATOR", false], [1453, "index-0-envvar:CUDAARCHS", false], [1514, "index-0-envvar:CMAKE_EXPORT_BUILD_DATABASE", false], [1515, "index-0-envvar:CMAKE_EXPORT_COMPILE_COMMANDS", false], [1554, "index-0-envvar:CMAKE_FRAMEWORK_PATH", false], [1561, "index-0-envvar:CMAKE_GENERATOR", false], [1562, "index-0-envvar:CMAKE_GENERATOR_INSTANCE", false], [1563, "index-0-envvar:CMAKE_GENERATOR_PLATFORM", false], [1564, "index-0-envvar:CMAKE_GENERATOR_TOOLSET", false], [1585, "index-0-envvar:CMAKE_APPLE_SILICON_PROCESSOR", false], [1597, "index-0-envvar:CMAKE_INCLUDE_PATH", false], [1602, "index-0-envvar:CMAKE_INSTALL_PREFIX", false], [1602, "index-0-envvar:DESTDIR", false], [1603, "index-0-envvar:CMAKE_INSTALL_PREFIX", false], [1636, "index-0-envvar:CMAKE__COMPILER_LAUNCHER", false], [1656, "index-0-envvar:CFLAGS", false], [1656, "index-0-envvar:CSFLAGS", false], [1656, "index-0-envvar:CUDAFLAGS", false], [1656, "index-0-envvar:CXXFLAGS", false], [1656, "index-0-envvar:FFLAGS", false], [1656, "index-0-envvar:HIPFLAGS", false], [1656, "index-0-envvar:ISPCFLAGS", false], [1656, "index-0-envvar:OBJCFLAGS", false], [1656, "index-0-envvar:OBJCXXFLAGS", false], [1661, "index-0-envvar:CXXFLAGS", false], [1661, "index-0-envvar:FFLAGS", false], [1668, "index-0-envvar:CUDAHOSTCXX", false], [1668, "index-0-envvar:HIPHOSTCXX", false], [1673, "index-0-envvar:CMAKE__IMPLICIT_LINK_DIRECTORIES_EXCLUDE", false], [1678, "index-0-envvar:CMAKE__LINKER_LAUNCHER", false], [1713, "index-0-envvar:CMAKE_LIBRARY_PATH", false], [1742, "index-0-envvar:CMAKE_MAXIMUM_RECURSION_DEPTH", false], [1785, "index-0-envvar:CMAKE_PREFIX_PATH", false], [1786, "index-0-envvar:CMAKE_PROGRAM_PATH", false], [1855, "index-0-envvar:CMAKE_TEST_LAUNCHER", false], [1857, "index-0-envvar:CMAKE_TLS_VERIFY", false], [1857, "index-1-envvar:CMAKE_TLS_VERIFY", false], [1858, "index-0-envvar:CMAKE_TLS_VERSION", false], [1859, "index-0-envvar:CMAKE_TOOLCHAIN_FILE", false], [2028, "index-0-envvar:CMAKE_TLS_VERIFY", false], [2028, "index-1-envvar:CMAKE_TLS_VERIFY", false], [2029, "index-0-envvar:CMAKE_TLS_VERSION", false], [2079, "index-0-envvar:_ROOT", false]], "equal": [[274, "genex:EQUAL", true]], "exclude_from_all": [[6, "index-0-prop_tgt:EXCLUDE_FROM_ALL", false], [7, "index-0-prop_tgt:EXCLUDE_FROM_ALL", false], [7, "index-1-prop_tgt:EXCLUDE_FROM_ALL", false], [9, "index-0-prop_dir:EXCLUDE_FROM_ALL", false], [9, "index-1-prop_dir:EXCLUDE_FROM_ALL", false], [77, "index-0-prop_tgt:EXCLUDE_FROM_ALL", false], [229, "index-0-prop_tgt:EXCLUDE_FROM_ALL", false], [262, "index-0-prop_dir:EXCLUDE_FROM_ALL", false], [262, "index-0-prop_tgt:EXCLUDE_FROM_ALL", false], [370, "index-0-prop_dir:EXCLUDE_FROM_ALL", false], [447, "index-0-prop_tgt:EXCLUDE_FROM_ALL", false], [758, "index-0-prop_tgt:EXCLUDE_FROM_ALL", false], [758, "prop_dir:EXCLUDE_FROM_ALL", true], [1022, "index-0-prop_dir:EXCLUDE_FROM_ALL", false], [1022, "prop_tgt:EXCLUDE_FROM_ALL", true], [1229, "index-0-prop_tgt:EXCLUDE_FROM_ALL", false], [1318, "index-0-prop_tgt:EXCLUDE_FROM_ALL", false], [1323, "index-0-prop_dir:EXCLUDE_FROM_ALL", false], [1323, "index-0-prop_tgt:EXCLUDE_FROM_ALL", false], [1323, "index-1-prop_dir:EXCLUDE_FROM_ALL", false], [1323, "index-1-prop_tgt:EXCLUDE_FROM_ALL", false], [1323, "index-2-prop_tgt:EXCLUDE_FROM_ALL", false], [1324, "index-0-prop_dir:EXCLUDE_FROM_ALL", false], [1328, "index-0-prop_tgt:EXCLUDE_FROM_ALL", false]], "exclude_from_default_build": [[1023, "prop_tgt:EXCLUDE_FROM_DEFAULT_BUILD", true], [1024, "index-0-prop_tgt:EXCLUDE_FROM_DEFAULT_BUILD", false], [1024, "index-1-prop_tgt:EXCLUDE_FROM_DEFAULT_BUILD", false]], "exclude_from_default_build_": [[1024, "prop_tgt:EXCLUDE_FROM_DEFAULT_BUILD_", true]], "exec_program": [[51, "command:exec_program", true], [713, "index-0-command:exec_program", false], [1338, "index-0-command:exec_program", false]], "executable_output_path": [[2038, "variable:EXECUTABLE_OUTPUT_PATH", true]], "execute_process": [[51, "index-0-command:execute_process", false], [51, "index-1-command:execute_process", false], [52, "command:execute_process", true], [538, "index-0-command:execute_process", false], [713, "index-0-command:execute_process", false], [736, "index-0-command:execute_process", false], [736, "index-1-command:execute_process", false], [1318, "index-0-command:execute_process", false], [1319, "index-0-command:execute_process", false], [1321, "index-0-command:execute_process", false], [1324, "index-0-command:execute_process", false], [1327, "index-0-command:execute_process", false], [1328, "index-0-command:execute_process", false], [1338, "index-0-command:execute_process", false], [1340, "index-0-command:execute_process", false], [1342, "index-0-command:execute_process", false], [1347, "index-0-command:execute_process", false], [1509, "index-0-command:execute_process", false]], "export": [[53, "command:export", true], [53, "index-0-command:export", false], [53, "index-1-command:export", false], [53, "index-2-command:export", false], [54, "index-0-command:export", false], [54, "index-1-command:export", false], [77, "index-0-command:export", false], [77, "index-1-command:export", false], [77, "index-2-command:export", false], [77, "index-3-command:export", false], [77, "index-4-command:export", false], [119, "index-0-command:export", false], [248, "index-0-command:export", false], [248, "index-1-command:export", false], [266, "index-0-command:export", false], [274, "index-0-command:export", false], [279, "index-0-command:export", false], [279, "index-1-command:export", false], [279, "index-2-command:export", false], [279, "index-3-command:export", false], [279, "index-4-command:export", false], [279, "index-5-command:export", false], [279, "index-6-command:export", false], [304, "index-0-command:export", false], [551, "index-0-command:export", false], [584, "index-0-command:export", false], [584, "index-1-command:export", false], [584, "index-2-command:export", false], [584, "index-3-command:export", false], [584, "index-4-command:export", false], [593, "index-0-command:export", false], [622, "index-0-command:export", false], [622, "index-1-command:export", false], [622, "index-2-command:export", false], [622, "index-3-command:export", false], [622, "index-4-command:export", false], [650, "index-0-command:export", false], [650, "index-1-command:export", false], [650, "index-2-command:export", false], [650, "index-3-command:export", false], [650, "index-4-command:export", false], [663, "index-0-command:export", false], [663, "index-1-command:export", false], [663, "index-2-command:export", false], [663, "index-3-command:export", false], [1027, "index-0-command:export", false], [1028, "index-0-command:export", false], [1029, "index-0-command:export", false], [1030, "index-0-command:export", false], [1043, "index-0-command:export", false], [1080, "index-0-command:export", false], [1080, "index-1-command:export", false], [1097, "index-0-command:export", false], [1098, "index-0-command:export", false], [1103, "index-0-command:export", false], [1147, "index-0-command:export", false], [1317, "index-0-command:export", false], [1317, "index-1-command:export", false], [1318, "index-0-command:export", false], [1321, "index-0-command:export", false], [1324, "index-0-command:export", false], [1327, "index-0-command:export", false], [1335, "index-0-command:export", false], [1339, "index-0-command:export", false], [1340, "index-0-command:export", false], [1340, "index-1-command:export", false], [1346, "index-0-command:export", false], [1517, "index-0-command:export", false], [1517, "index-1-command:export", false], [1518, "index-0-command:export", false], [1518, "index-1-command:export", false]], "export_build_database": [[1025, "prop_tgt:EXPORT_BUILD_DATABASE", true], [1342, "index-0-prop_tgt:EXPORT_BUILD_DATABASE", false], [1514, "index-0-prop_tgt:EXPORT_BUILD_DATABASE", false]], "export_compile_commands": [[1026, "prop_tgt:EXPORT_COMPILE_COMMANDS", true], [1330, "index-0-prop_tgt:EXPORT_COMPILE_COMMANDS", false], [1515, "index-0-prop_tgt:EXPORT_COMPILE_COMMANDS", false]], "export_find_package_name": [[77, "index-0-prop_tgt:EXPORT_FIND_PACKAGE_NAME", false], [1027, "prop_tgt:EXPORT_FIND_PACKAGE_NAME", true], [1516, "index-0-prop_tgt:EXPORT_FIND_PACKAGE_NAME", false]], "export_jars": [[551, "command:export_jars", true]], "export_library_dependencies": [[54, "command:export_library_dependencies", true], [593, "index-0-command:export_library_dependencies", false], [633, "index-0-command:export_library_dependencies", false], [1317, "index-0-command:export_library_dependencies", false]], "export_name": [[77, "index-0-prop_tgt:EXPORT_NAME", false], [1028, "prop_tgt:EXPORT_NAME", true]], "export_no_system": [[266, "index-0-prop_tgt:EXPORT_NO_SYSTEM", false], [1029, "prop_tgt:EXPORT_NO_SYSTEM", true], [1080, "index-0-prop_tgt:EXPORT_NO_SYSTEM", false], [1170, "index-0-prop_tgt:EXPORT_NO_SYSTEM", false], [1213, "index-0-prop_tgt:EXPORT_NO_SYSTEM", false], [1335, "index-0-prop_tgt:EXPORT_NO_SYSTEM", false], [1335, "index-1-prop_tgt:EXPORT_NO_SYSTEM", false]], "export_properties": [[1030, "prop_tgt:EXPORT_PROPERTIES", true], [1321, "index-0-prop_tgt:EXPORT_PROPERTIES", false]], "external_object": [[840, "prop_sf:EXTERNAL_OBJECT", true]], "externaldata": [[367, "module:ExternalData", true], [738, "index-0-module:ExternalData", false], [1317, "index-0-module:ExternalData", false], [1318, "index-0-module:ExternalData", false], [1329, "index-0-module:ExternalData", false], [1330, "index-0-module:ExternalData", false], [1340, "index-0-module:ExternalData", false], [1340, "index-1-module:ExternalData", false], [1340, "index-2-module:ExternalData", false], [1342, "index-0-module:ExternalData", false], [1347, "index-0-module:ExternalData", false]], "externaldata_add_target": [[367, "command:externaldata_add_target", true], [1330, "index-0-command:externaldata_add_target", false]], "externaldata_add_test": [[367, "command:externaldata_add_test", true], [738, "index-0-command:externaldata_add_test", false], [1342, "index-0-command:externaldata_add_test", false]], "externaldata_binary_root": [[367, "variable:ExternalData_BINARY_ROOT", true]], "externaldata_custom_error": [[367, "variable:ExternalData_CUSTOM_ERROR", true]], "externaldata_custom_file": [[367, "variable:ExternalData_CUSTOM_FILE", true]], "externaldata_custom_location": [[367, "variable:ExternalData_CUSTOM_LOCATION", true]], "externaldata_custom_script_": [[367, "variable:ExternalData_CUSTOM_SCRIPT_", true]], "externaldata_expand_arguments": [[367, "command:externaldata_expand_arguments", true]], "externaldata_link_content": [[367, "variable:ExternalData_LINK_CONTENT", true]], "externaldata_no_symlinks": [[367, "variable:ExternalData_NO_SYMLINKS", true], [1340, "index-0-variable:ExternalData_NO_SYMLINKS", false]], "externaldata_object_stores": [[367, "variable:ExternalData_OBJECT_STORES", true]], "externaldata_series_match": [[367, "variable:ExternalData_SERIES_MATCH", true]], "externaldata_series_parse": [[367, "variable:ExternalData_SERIES_PARSE", true]], "externaldata_series_parse_number": [[367, "variable:ExternalData_SERIES_PARSE_NUMBER", true]], "externaldata_series_parse_prefix": [[367, "variable:ExternalData_SERIES_PARSE_PREFIX", true]], "externaldata_series_parse_suffix": [[367, "variable:ExternalData_SERIES_PARSE_SUFFIX", true]], "externaldata_source_root": [[367, "variable:ExternalData_SOURCE_ROOT", true]], "externaldata_timeout_absolute": [[367, "variable:ExternalData_TIMEOUT_ABSOLUTE", true]], "externaldata_timeout_inactivity": [[367, "variable:ExternalData_TIMEOUT_INACTIVITY", true]], "externaldata_url_algo__": [[367, "variable:ExternalData_URL_ALGO__", true], [1340, "index-0-variable:ExternalData_URL_ALGO__", false]], "externaldata_url_templates": [[367, "variable:ExternalData_URL_TEMPLATES", true]], "externalproject": [[167, "index-0-module:ExternalProject", false], [167, "index-1-module:ExternalProject", false], [167, "index-2-module:ExternalProject", false], [181, "index-0-module:ExternalProject", false], [182, "index-0-module:ExternalProject", false], [277, "index-0-module:ExternalProject", false], [368, "module:ExternalProject", true], [370, "index-0-module:ExternalProject", false], [674, "index-0-module:ExternalProject", false], [674, "index-1-module:ExternalProject", false], [1317, "index-0-module:ExternalProject", false], [1317, "index-1-module:ExternalProject", false], [1318, "index-0-module:ExternalProject", false], [1318, "index-1-module:ExternalProject", false], [1318, "index-2-module:ExternalProject", false], [1318, "index-3-module:ExternalProject", false], [1318, "index-4-module:ExternalProject", false], [1320, "index-0-module:ExternalProject", false], [1320, "index-1-module:ExternalProject", false], [1320, "index-2-module:ExternalProject", false], [1323, "index-0-module:ExternalProject", false], [1323, "index-1-module:ExternalProject", false], [1323, "index-2-module:ExternalProject", false], [1325, "index-0-module:ExternalProject", false], [1326, "index-0-module:ExternalProject", false], [1327, "index-0-module:ExternalProject", false], [1327, "index-1-module:ExternalProject", false], [1328, "index-0-module:ExternalProject", false], [1329, "index-0-module:ExternalProject", false], [1329, "index-1-module:ExternalProject", false], [1329, "index-2-module:ExternalProject", false], [1329, "index-3-module:ExternalProject", false], [1330, "index-0-module:ExternalProject", false], [1332, "index-0-module:ExternalProject", false], [1333, "index-0-module:ExternalProject", false], [1334, "index-0-module:ExternalProject", false], [1336, "index-0-module:ExternalProject", false], [1337, "index-0-module:ExternalProject", false], [1337, "index-1-module:ExternalProject", false], [1337, "index-2-module:ExternalProject", false], [1338, "index-0-module:ExternalProject", false], [1340, "index-0-module:ExternalProject", false], [1340, "index-1-module:ExternalProject", false], [1341, "index-0-module:ExternalProject", false], [1343, "index-0-module:ExternalProject", false], [1343, "index-1-module:ExternalProject", false], [1344, "index-0-module:ExternalProject", false], [1345, "index-0-module:ExternalProject", false], [1345, "index-1-module:ExternalProject", false], [1345, "index-2-module:ExternalProject", false], [1345, "index-3-module:ExternalProject", false], [1346, "index-0-module:ExternalProject", false], [1346, "index-1-module:ExternalProject", false], [1347, "index-0-module:ExternalProject", false], [1347, "index-1-module:ExternalProject", false], [1758, "index-0-module:ExternalProject", false], [1759, "index-0-module:ExternalProject", false], [1856, "index-0-module:ExternalProject", false], [1857, "index-0-module:ExternalProject", false], [1858, "index-0-module:ExternalProject", false], [2061, "index-0-module:ExternalProject", false], [2071, "index-0-module:ExternalProject", false]], "externalproject_add": [[368, "command:externalproject_add", true], [368, "index-0-command:externalproject_add", false], [368, "index-1-command:externalproject_add", false], [368, "index-10-command:externalproject_add", false], [368, "index-2-command:externalproject_add", false], [368, "index-3-command:externalproject_add", false], [368, "index-4-command:externalproject_add", false], [368, "index-5-command:externalproject_add", false], [368, "index-6-command:externalproject_add", false], [368, "index-7-command:externalproject_add", false], [368, "index-8-command:externalproject_add", false], [368, "index-9-command:externalproject_add", false], [370, "index-0-command:externalproject_add", false], [370, "index-1-command:externalproject_add", false], [370, "index-2-command:externalproject_add", false], [370, "index-3-command:externalproject_add", false], [370, "index-4-command:externalproject_add", false], [370, "index-5-command:externalproject_add", false], [370, "index-6-command:externalproject_add", false], [370, "index-7-command:externalproject_add", false], [657, "index-0-command:externalproject_add", false], [657, "index-1-command:externalproject_add", false], [674, "index-0-command:externalproject_add", false], [674, "index-1-command:externalproject_add", false], [674, "index-2-command:externalproject_add", false], [674, "index-3-command:externalproject_add", false], [674, "index-4-command:externalproject_add", false], [674, "index-5-command:externalproject_add", false], [674, "index-6-command:externalproject_add", false], [674, "index-7-command:externalproject_add", false], [674, "index-8-command:externalproject_add", false], [695, "index-0-command:externalproject_add", false], [695, "index-1-command:externalproject_add", false], [710, "index-0-command:externalproject_add", false], [710, "index-1-command:externalproject_add", false], [710, "index-2-command:externalproject_add", false], [1320, "index-0-command:externalproject_add", false], [1323, "index-0-command:externalproject_add", false], [1323, "index-1-command:externalproject_add", false], [1323, "index-2-command:externalproject_add", false], [1325, "index-0-command:externalproject_add", false], [1326, "index-0-command:externalproject_add", false], [1327, "index-0-command:externalproject_add", false], [1329, "index-0-command:externalproject_add", false], [1329, "index-1-command:externalproject_add", false], [1329, "index-2-command:externalproject_add", false], [1330, "index-0-command:externalproject_add", false], [1333, "index-0-command:externalproject_add", false], [1334, "index-0-command:externalproject_add", false], [1336, "index-0-command:externalproject_add", false], [1338, "index-0-command:externalproject_add", false], [1341, "index-0-command:externalproject_add", false], [1343, "index-0-command:externalproject_add", false]], "externalproject_add_step": [[368, "command:externalproject_add_step", true], [368, "index-0-command:externalproject_add_step", false], [368, "index-1-command:externalproject_add_step", false], [368, "index-2-command:externalproject_add_step", false], [368, "index-3-command:externalproject_add_step", false], [674, "index-0-command:externalproject_add_step", false], [674, "index-1-command:externalproject_add_step", false], [674, "index-2-command:externalproject_add_step", false], [1338, "index-0-command:externalproject_add_step", false]], "externalproject_add_stepdependencies": [[368, "command:externalproject_add_stepdependencies", true]], "externalproject_add_steptargets": [[368, "command:externalproject_add_steptargets", true], [368, "index-0-command:externalproject_add_steptargets", false], [368, "index-1-command:externalproject_add_steptargets", false], [368, "index-2-command:externalproject_add_steptargets", false], [368, "index-3-command:externalproject_add_steptargets", false], [368, "index-4-command:externalproject_add_steptargets", false], [674, "index-0-command:externalproject_add_steptargets", false], [674, "index-1-command:externalproject_add_steptargets", false], [674, "index-2-command:externalproject_add_steptargets", false]], "externalproject_get_property": [[368, "command:externalproject_get_property", true], [368, "index-0-command:externalproject_get_property", false], [368, "index-1-command:externalproject_get_property", false]], "fail_regular_expression": [[10, "index-0-prop_test:FAIL_REGULAR_EXPRESSION", false], [893, "prop_test:FAIL_REGULAR_EXPRESSION", true], [900, "index-0-prop_test:FAIL_REGULAR_EXPRESSION", false], [907, "index-0-prop_test:FAIL_REGULAR_EXPRESSION", false], [1325, "index-0-prop_test:FAIL_REGULAR_EXPRESSION", false]], "false": [[287, "cmdoption-cmake-E-arg-false", false]], "fc": [[199, "envvar:FC", true]], "feature_summary": [[369, "command:feature_summary", true], [369, "index-0-command:feature_summary", false], [369, "index-1-command:feature_summary", false], [1347, "index-0-command:feature_summary", false], [1348, "index-0-command:feature_summary", false]], "featuresummary": [[369, "module:FeatureSummary", true], [1317, "index-0-module:FeatureSummary", false], [1317, "index-1-module:FeatureSummary", false], [1318, "index-0-module:FeatureSummary", false], [1347, "index-0-module:FeatureSummary", false], [1347, "index-1-module:FeatureSummary", false], [1347, "index-2-module:FeatureSummary", false], [1347, "index-3-module:FeatureSummary", false], [1347, "index-4-module:FeatureSummary", false], [1348, "index-0-module:FeatureSummary", false], [1348, "index-1-module:FeatureSummary", false]], "featuresummary__description": [[369, "index-0-variable:FeatureSummary__DESCRIPTION", false], [369, "variable:FeatureSummary__DESCRIPTION", true], [1348, "index-0-variable:FeatureSummary__DESCRIPTION", false]], "featuresummary_default_pkg_type": [[369, "index-0-variable:FeatureSummary_DEFAULT_PKG_TYPE", false], [369, "index-1-variable:FeatureSummary_DEFAULT_PKG_TYPE", false], [369, "variable:FeatureSummary_DEFAULT_PKG_TYPE", true], [1347, "index-0-variable:FeatureSummary_DEFAULT_PKG_TYPE", false]], "featuresummary_pkg_types": [[369, "index-0-variable:FeatureSummary_PKG_TYPES", false], [369, "index-1-variable:FeatureSummary_PKG_TYPES", false], [369, "index-2-variable:FeatureSummary_PKG_TYPES", false], [369, "index-3-variable:FeatureSummary_PKG_TYPES", false], [369, "variable:FeatureSummary_PKG_TYPES", true], [1347, "index-0-variable:FeatureSummary_PKG_TYPES", false]], "featuresummary_required_pkg_types": [[369, "index-0-variable:FeatureSummary_REQUIRED_PKG_TYPES", false], [369, "index-1-variable:FeatureSummary_REQUIRED_PKG_TYPES", false], [369, "index-2-variable:FeatureSummary_REQUIRED_PKG_TYPES", false], [369, "variable:FeatureSummary_REQUIRED_PKG_TYPES", true], [1347, "index-0-variable:FeatureSummary_REQUIRED_PKG_TYPES", false]], "fetchcontent": [[18, "index-0-module:FetchContent", false], [18, "index-1-module:FetchContent", false], [58, "index-0-module:FetchContent", false], [58, "index-1-module:FetchContent", false], [58, "index-2-module:FetchContent", false], [58, "index-3-module:FetchContent", false], [58, "index-4-module:FetchContent", false], [58, "index-5-module:FetchContent", false], [58, "index-6-module:FetchContent", false], [181, "index-0-module:FetchContent", false], [182, "index-0-module:FetchContent", false], [263, "index-0-module:FetchContent", false], [263, "index-1-module:FetchContent", false], [263, "index-2-module:FetchContent", false], [263, "index-3-module:FetchContent", false], [287, "index-0-module:FetchContent", false], [370, "module:FetchContent", true], [728, "index-0-module:FetchContent", false], [728, "index-1-module:FetchContent", false], [728, "index-2-module:FetchContent", false], [729, "index-0-module:FetchContent", false], [740, "index-0-module:FetchContent", false], [1320, "index-0-module:FetchContent", false], [1323, "index-0-module:FetchContent", false], [1327, "index-0-module:FetchContent", false], [1327, "index-1-module:FetchContent", false], [1332, "index-0-module:FetchContent", false], [1332, "index-1-module:FetchContent", false], [1334, "index-0-module:FetchContent", false], [1335, "index-0-module:FetchContent", false], [1337, "index-0-module:FetchContent", false], [1338, "index-0-module:FetchContent", false], [1341, "index-0-module:FetchContent", false], [1341, "index-1-module:FetchContent", false], [1354, "index-0-module:FetchContent", false], [1758, "index-0-module:FetchContent", false], [1759, "index-0-module:FetchContent", false], [1856, "index-0-module:FetchContent", false], [1857, "index-0-module:FetchContent", false], [1858, "index-0-module:FetchContent", false]], "fetchcontent_base_dir": [[370, "variable:FETCHCONTENT_BASE_DIR", true]], "fetchcontent_declare": [[18, "index-0-command:fetchcontent_declare", false], [18, "index-1-command:fetchcontent_declare", false], [58, "index-0-command:fetchcontent_declare", false], [263, "index-0-command:fetchcontent_declare", false], [263, "index-1-command:fetchcontent_declare", false], [370, "command:fetchcontent_declare", true], [370, "index-0-command:fetchcontent_declare", false], [370, "index-1-command:fetchcontent_declare", false], [370, "index-10-command:fetchcontent_declare", false], [370, "index-11-command:fetchcontent_declare", false], [370, "index-12-command:fetchcontent_declare", false], [370, "index-13-command:fetchcontent_declare", false], [370, "index-14-command:fetchcontent_declare", false], [370, "index-15-command:fetchcontent_declare", false], [370, "index-16-command:fetchcontent_declare", false], [370, "index-2-command:fetchcontent_declare", false], [370, "index-3-command:fetchcontent_declare", false], [370, "index-4-command:fetchcontent_declare", false], [370, "index-5-command:fetchcontent_declare", false], [370, "index-6-command:fetchcontent_declare", false], [370, "index-7-command:fetchcontent_declare", false], [370, "index-8-command:fetchcontent_declare", false], [370, "index-9-command:fetchcontent_declare", false], [657, "index-0-command:fetchcontent_declare", false], [657, "index-1-command:fetchcontent_declare", false], [657, "index-2-command:fetchcontent_declare", false], [695, "index-0-command:fetchcontent_declare", false], [695, "index-1-command:fetchcontent_declare", false], [710, "index-0-command:fetchcontent_declare", false], [710, "index-1-command:fetchcontent_declare", false], [710, "index-2-command:fetchcontent_declare", false], [728, "index-0-command:fetchcontent_declare", false], [728, "index-1-command:fetchcontent_declare", false], [729, "index-0-command:fetchcontent_declare", false], [729, "index-1-command:fetchcontent_declare", false], [776, "index-0-command:fetchcontent_declare", false], [1327, "index-0-command:fetchcontent_declare", false], [1335, "index-0-command:fetchcontent_declare", false], [1338, "index-0-command:fetchcontent_declare", false]], "fetchcontent_fully_disconnected": [[370, "index-0-variable:FETCHCONTENT_FULLY_DISCONNECTED", false], [370, "index-1-variable:FETCHCONTENT_FULLY_DISCONNECTED", false], [370, "index-2-variable:FETCHCONTENT_FULLY_DISCONNECTED", false], [370, "variable:FETCHCONTENT_FULLY_DISCONNECTED", true], [1341, "index-0-variable:FETCHCONTENT_FULLY_DISCONNECTED", false]], "fetchcontent_getproperties": [[370, "command:fetchcontent_getproperties", true], [370, "index-0-command:fetchcontent_getproperties", false], [370, "index-1-command:fetchcontent_getproperties", false], [370, "index-2-command:fetchcontent_getproperties", false], [370, "index-3-command:fetchcontent_getproperties", false]], "fetchcontent_makeavailable": [[18, "index-0-command:fetchcontent_makeavailable", false], [18, "index-1-command:fetchcontent_makeavailable", false], [18, "index-2-command:fetchcontent_makeavailable", false], [18, "index-3-command:fetchcontent_makeavailable", false], [18, "index-4-command:fetchcontent_makeavailable", false], [18, "index-5-command:fetchcontent_makeavailable", false], [58, "index-0-command:fetchcontent_makeavailable", false], [93, "index-0-command:fetchcontent_makeavailable", false], [263, "index-0-command:fetchcontent_makeavailable", false], [263, "index-1-command:fetchcontent_makeavailable", false], [263, "index-2-command:fetchcontent_makeavailable", false], [370, "command:fetchcontent_makeavailable", true], [370, "index-0-command:fetchcontent_makeavailable", false], [370, "index-1-command:fetchcontent_makeavailable", false], [370, "index-10-command:fetchcontent_makeavailable", false], [370, "index-11-command:fetchcontent_makeavailable", false], [370, "index-12-command:fetchcontent_makeavailable", false], [370, "index-13-command:fetchcontent_makeavailable", false], [370, "index-14-command:fetchcontent_makeavailable", false], [370, "index-15-command:fetchcontent_makeavailable", false], [370, "index-16-command:fetchcontent_makeavailable", false], [370, "index-17-command:fetchcontent_makeavailable", false], [370, "index-18-command:fetchcontent_makeavailable", false], [370, "index-19-command:fetchcontent_makeavailable", false], [370, "index-2-command:fetchcontent_makeavailable", false], [370, "index-20-command:fetchcontent_makeavailable", false], [370, "index-21-command:fetchcontent_makeavailable", false], [370, "index-22-command:fetchcontent_makeavailable", false], [370, "index-3-command:fetchcontent_makeavailable", false], [370, "index-4-command:fetchcontent_makeavailable", false], [370, "index-5-command:fetchcontent_makeavailable", false], [370, "index-6-command:fetchcontent_makeavailable", false], [370, "index-7-command:fetchcontent_makeavailable", false], [370, "index-8-command:fetchcontent_makeavailable", false], [370, "index-9-command:fetchcontent_makeavailable", false], [729, "index-0-command:fetchcontent_makeavailable", false], [729, "index-1-command:fetchcontent_makeavailable", false], [729, "index-2-command:fetchcontent_makeavailable", false], [730, "index-0-command:fetchcontent_makeavailable", false], [1323, "index-0-command:fetchcontent_makeavailable", false], [1327, "index-0-command:fetchcontent_makeavailable", false], [1334, "index-0-command:fetchcontent_makeavailable", false], [1334, "index-1-command:fetchcontent_makeavailable", false], [1334, "index-2-command:fetchcontent_makeavailable", false], [1335, "index-0-command:fetchcontent_makeavailable", false], [1338, "index-0-command:fetchcontent_makeavailable", false], [1341, "index-0-command:fetchcontent_makeavailable", false], [1341, "index-1-command:fetchcontent_makeavailable", false], [1532, "index-0-command:fetchcontent_makeavailable", false], [1872, "index-0-command:fetchcontent_makeavailable", false], [2061, "index-0-command:fetchcontent_makeavailable", false], [2061, "index-1-command:fetchcontent_makeavailable", false], [2071, "index-0-command:fetchcontent_makeavailable", false], [2071, "index-1-command:fetchcontent_makeavailable", false]], "fetchcontent_populate": [[370, "command:fetchcontent_populate", true], [370, "index-0-command:fetchcontent_populate", false], [370, "index-1-command:fetchcontent_populate", false], [370, "index-2-command:fetchcontent_populate", false], [370, "index-3-command:fetchcontent_populate", false], [370, "index-4-command:fetchcontent_populate", false], [728, "index-0-command:fetchcontent_populate", false], [728, "index-1-command:fetchcontent_populate", false], [728, "index-2-command:fetchcontent_populate", false], [729, "index-0-command:fetchcontent_populate", false], [729, "index-1-command:fetchcontent_populate", false], [729, "index-2-command:fetchcontent_populate", false], [729, "index-3-command:fetchcontent_populate", false], [729, "index-4-command:fetchcontent_populate", false], [730, "index-0-command:fetchcontent_populate", false], [1341, "index-0-command:fetchcontent_populate", false], [1341, "index-1-command:fetchcontent_populate", false], [1341, "index-2-command:fetchcontent_populate", false]], "fetchcontent_quiet": [[370, "index-0-variable:FETCHCONTENT_QUIET", false], [370, "index-1-variable:FETCHCONTENT_QUIET", false], [370, "variable:FETCHCONTENT_QUIET", true], [728, "index-0-variable:FETCHCONTENT_QUIET", false], [728, "index-1-variable:FETCHCONTENT_QUIET", false]], "fetchcontent_setpopulated": [[18, "index-0-command:fetchcontent_setpopulated", false], [18, "index-1-command:fetchcontent_setpopulated", false], [370, "command:fetchcontent_setpopulated", true]], "fetchcontent_source_dir_": [[370, "index-0-variable:FETCHCONTENT_SOURCE_DIR_", false], [370, "index-1-variable:FETCHCONTENT_SOURCE_DIR_", false], [370, "variable:FETCHCONTENT_SOURCE_DIR_", true]], "fetchcontent_try_find_package_mode": [[18, "index-0-variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE", false], [18, "index-1-variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE", false], [263, "index-0-variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE", false], [370, "index-0-variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE", false], [370, "index-1-variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE", false], [370, "index-2-variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE", false], [370, "index-3-variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE", false], [370, "index-4-variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE", false], [370, "index-5-variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE", false], [370, "index-6-variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE", false], [370, "variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE", true], [1334, "index-0-variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE", false]], "fetchcontent_updates_disconnected": [[370, "index-0-variable:FETCHCONTENT_UPDATES_DISCONNECTED", false], [370, "index-1-variable:FETCHCONTENT_UPDATES_DISCONNECTED", false], [370, "variable:FETCHCONTENT_UPDATES_DISCONNECTED", true]], "fetchcontent_updates_disconnected_": [[370, "variable:FETCHCONTENT_UPDATES_DISCONNECTED_", true]], "fflags": [[200, "envvar:FFLAGS", true], [1656, "index-0-envvar:FFLAGS", false], [1661, "index-0-envvar:FFLAGS", false]], "file": [[2, "index-0-command:file", false], [3, "index-0-command:file", false], [21, "index-0-command:file", false], [21, "index-1-command:file", false], [24, "index-0-command:file", false], [55, "command:file", true], [55, "index-0-command:file", false], [55, "index-1-command:file", false], [55, "index-2-command:file", false], [66, "index-0-command:file", false], [77, "index-0-command:file", false], [77, "index-1-command:file", false], [77, "index-2-command:file", false], [78, "index-0-command:file", false], [79, "index-0-command:file", false], [87, "index-0-command:file", false], [128, "index-0-command:file", false], [128, "index-1-command:file", false], [128, "index-2-command:file", false], [167, "index-0-command:file", false], [167, "index-1-command:file", false], [181, "index-0-command:file", false], [181, "index-1-command:file", false], [181, "index-2-command:file", false], [182, "index-0-command:file", false], [182, "index-1-command:file", false], [182, "index-2-command:file", false], [266, "index-0-command:file", false], [273, "index-0-command:file", false], [273, "index-1-command:file", false], [273, "index-2-command:file", false], [273, "index-3-command:file", false], [273, "index-4-command:file", false], [273, "index-5-command:file", false], [273, "index-6-command:file", false], [273, "index-7-command:file", false], [273, "index-8-command:file", false], [273, "index-9-command:file", false], [274, "index-0-command:file", false], [274, "index-1-command:file", false], [367, "index-0-command:file", false], [368, "index-0-command:file", false], [368, "index-1-command:file", false], [368, "index-2-command:file", false], [368, "index-3-command:file", false], [368, "index-4-command:file", false], [368, "index-5-command:file", false], [368, "index-6-command:file", false], [370, "index-0-command:file", false], [394, "index-0-command:file", false], [537, "index-0-command:file", false], [569, "index-0-command:file", false], [569, "index-1-command:file", false], [586, "index-0-command:file", false], [611, "index-0-command:file", false], [630, "index-0-command:file", false], [712, "index-0-command:file", false], [712, "index-1-command:file", false], [719, "index-0-command:file", false], [719, "index-1-command:file", false], [719, "index-2-command:file", false], [1318, "index-0-command:file", false], [1319, "index-0-command:file", false], [1320, "index-0-command:file", false], [1320, "index-1-command:file", false], [1320, "index-2-command:file", false], [1320, "index-3-command:file", false], [1320, "index-4-command:file", false], [1320, "index-5-command:file", false], [1320, "index-6-command:file", false], [1321, "index-0-command:file", false], [1321, "index-1-command:file", false], [1321, "index-2-command:file", false], [1321, "index-3-command:file", false], [1323, "index-0-command:file", false], [1323, "index-1-command:file", false], [1323, "index-2-command:file", false], [1324, "index-0-command:file", false], [1324, "index-1-command:file", false], [1324, "index-2-command:file", false], [1325, "index-0-command:file", false], [1325, "index-1-command:file", false], [1327, "index-0-command:file", false], [1327, "index-1-command:file", false], [1327, "index-2-command:file", false], [1327, "index-3-command:file", false], [1327, "index-4-command:file", false], [1328, "index-0-command:file", false], [1328, "index-1-command:file", false], [1328, "index-2-command:file", false], [1328, "index-3-command:file", false], [1328, "index-4-command:file", false], [1328, "index-5-command:file", false], [1329, "index-0-command:file", false], [1329, "index-1-command:file", false], [1329, "index-2-command:file", false], [1329, "index-3-command:file", false], [1329, "index-4-command:file", false], [1329, "index-5-command:file", false], [1330, "index-0-command:file", false], [1330, "index-1-command:file", false], [1331, "index-0-command:file", false], [1331, "index-1-command:file", false], [1331, "index-2-command:file", false], [1331, "index-3-command:file", false], [1331, "index-4-command:file", false], [1331, "index-5-command:file", false], [1332, "index-0-command:file", false], [1333, "index-0-command:file", false], [1334, "index-0-command:file", false], [1336, "index-0-command:file", false], [1337, "index-0-command:file", false], [1340, "index-0-command:file", false], [1340, "index-1-command:file", false], [1341, "index-0-command:file", false], [1341, "index-1-command:file", false], [1341, "index-2-command:file", false], [1341, "index-3-command:file", false], [1341, "index-4-command:file", false], [1342, "index-0-command:file", false], [1342, "index-1-command:file", false], [1342, "index-2-command:file", false], [1342, "index-3-command:file", false], [1342, "index-4-command:file", false], [1342, "index-5-command:file", false], [1342, "index-6-command:file", false], [1345, "index-0-command:file", false], [1345, "index-1-command:file", false], [1345, "index-2-command:file", false], [1346, "index-0-command:file", false], [1346, "index-1-command:file", false], [1346, "index-2-command:file", false], [1348, "index-0-command:file", false], [1599, "index-0-command:file", false], [1600, "index-0-command:file", false], [1758, "index-0-command:file", false], [1758, "index-1-command:file", false], [1758, "index-2-command:file", false], [1759, "index-0-command:file", false], [1759, "index-1-command:file", false], [1759, "index-2-command:file", false], [1856, "index-0-command:file", false], [1856, "index-1-command:file", false], [1856, "index-2-command:file", false], [1857, "index-0-command:file", false], [1857, "index-1-command:file", false], [1857, "index-2-command:file", false], [1858, "index-0-command:file", false], [1858, "index-1-command:file", false], [1858, "index-2-command:file", false]], "filter": [[274, "genex:FILTER", true], [274, "index-0-genex:FILTER", false], [1324, "index-0-genex:FILTER", false]], "find_dependency": [[53, "index-0-command:find_dependency", false], [53, "index-1-command:find_dependency", false], [53, "index-2-command:find_dependency", false], [53, "index-3-command:find_dependency", false], [77, "index-0-command:find_dependency", false], [77, "index-1-command:find_dependency", false], [77, "index-2-command:find_dependency", false], [299, "command:find_dependency", true], [304, "index-0-command:find_dependency", false], [1027, "index-0-command:find_dependency", false]], "find_file": [[56, "command:find_file", true], [161, "index-0-command:find_file", false], [166, "index-0-command:find_file", false], [178, "index-0-command:find_file", false], [271, "index-0-command:find_file", false], [685, "index-0-command:find_file", false], [694, "index-0-command:find_file", false], [1325, "index-0-command:find_file", false], [1327, "index-0-command:find_file", false], [1331, "index-0-command:find_file", false], [1331, "index-1-command:find_file", false], [1333, "index-0-command:find_file", false], [1334, "index-0-command:find_file", false], [1334, "index-1-command:find_file", false], [1334, "index-2-command:find_file", false], [1335, "index-0-command:find_file", false], [1338, "index-0-command:find_file", false], [1340, "index-0-command:find_file", false], [1345, "index-0-command:find_file", false], [1522, "index-0-command:find_file", false], [1539, "index-0-command:find_file", false], [1539, "index-1-command:find_file", false], [1543, "index-0-command:find_file", false], [1544, "index-0-command:find_file", false], [1545, "index-0-command:find_file", false], [1546, "index-0-command:find_file", false], [1548, "index-0-command:find_file", false], [1549, "index-0-command:find_file", false], [1554, "index-0-command:find_file", false], [1589, "index-0-command:find_file", false], [1590, "index-0-command:find_file", false], [1597, "index-0-command:find_file", false], [1602, "index-0-command:find_file", false], [1785, "index-0-command:find_file", false], [1840, "index-0-command:find_file", false], [1841, "index-0-command:find_file", false], [1842, "index-0-command:find_file", false], [1843, "index-0-command:find_file", false], [1846, "index-0-command:find_file", false]], "find_jar": [[551, "command:find_jar", true]], "find_library": [[7, "index-0-command:find_library", false], [57, "command:find_library", true], [81, "index-0-command:find_library", false], [115, "index-0-command:find_library", false], [161, "index-0-command:find_library", false], [173, "index-0-command:find_library", false], [178, "index-0-command:find_library", false], [271, "index-0-command:find_library", false], [271, "index-1-command:find_library", false], [271, "index-2-command:find_library", false], [271, "index-3-command:find_library", false], [285, "index-0-command:find_library", false], [458, "index-0-command:find_library", false], [620, "index-0-command:find_library", false], [620, "index-1-command:find_library", false], [685, "index-0-command:find_library", false], [694, "index-0-command:find_library", false], [733, "index-0-command:find_library", false], [745, "index-0-command:find_library", false], [802, "index-0-command:find_library", false], [802, "index-1-command:find_library", false], [803, "index-0-command:find_library", false], [803, "index-1-command:find_library", false], [804, "index-0-command:find_library", false], [804, "index-1-command:find_library", false], [805, "index-0-command:find_library", false], [805, "index-1-command:find_library", false], [1325, "index-0-command:find_library", false], [1326, "index-0-command:find_library", false], [1327, "index-0-command:find_library", false], [1331, "index-0-command:find_library", false], [1331, "index-1-command:find_library", false], [1333, "index-0-command:find_library", false], [1334, "index-0-command:find_library", false], [1334, "index-1-command:find_library", false], [1334, "index-2-command:find_library", false], [1335, "index-0-command:find_library", false], [1335, "index-1-command:find_library", false], [1338, "index-0-command:find_library", false], [1338, "index-1-command:find_library", false], [1339, "index-0-command:find_library", false], [1339, "index-1-command:find_library", false], [1340, "index-0-command:find_library", false], [1342, "index-0-command:find_library", false], [1345, "index-0-command:find_library", false], [1346, "index-0-command:find_library", false], [1348, "index-0-command:find_library", false], [1348, "index-1-command:find_library", false], [1522, "index-0-command:find_library", false], [1524, "index-0-command:find_library", false], [1525, "index-0-command:find_library", false], [1526, "index-0-command:find_library", false], [1538, "index-0-command:find_library", false], [1540, "index-0-command:find_library", false], [1540, "index-1-command:find_library", false], [1543, "index-0-command:find_library", false], [1544, "index-0-command:find_library", false], [1545, "index-0-command:find_library", false], [1546, "index-0-command:find_library", false], [1548, "index-0-command:find_library", false], [1549, "index-0-command:find_library", false], [1554, "index-0-command:find_library", false], [1589, "index-0-command:find_library", false], [1590, "index-0-command:find_library", false], [1602, "index-0-command:find_library", false], [1713, "index-0-command:find_library", false], [1785, "index-0-command:find_library", false], [1840, "index-0-command:find_library", false], [1841, "index-0-command:find_library", false], [1842, "index-0-command:find_library", false], [1844, "index-0-command:find_library", false], [1846, "index-0-command:find_library", false]], "find_library_use_lib32_paths": [[57, "index-0-prop_gbl:FIND_LIBRARY_USE_LIB32_PATHS", false], [57, "index-1-prop_gbl:FIND_LIBRARY_USE_LIB32_PATHS", false], [58, "index-0-prop_gbl:FIND_LIBRARY_USE_LIB32_PATHS", false], [802, "prop_gbl:FIND_LIBRARY_USE_LIB32_PATHS", true], [1346, "index-0-prop_gbl:FIND_LIBRARY_USE_LIB32_PATHS", false], [1524, "index-0-prop_gbl:FIND_LIBRARY_USE_LIB32_PATHS", false]], "find_library_use_lib64_paths": [[57, "index-0-prop_gbl:FIND_LIBRARY_USE_LIB64_PATHS", false], [57, "index-1-prop_gbl:FIND_LIBRARY_USE_LIB64_PATHS", false], [58, "index-0-prop_gbl:FIND_LIBRARY_USE_LIB64_PATHS", false], [803, "prop_gbl:FIND_LIBRARY_USE_LIB64_PATHS", true], [1524, "index-0-prop_gbl:FIND_LIBRARY_USE_LIB64_PATHS", false]], "find_library_use_libx32_paths": [[57, "index-0-prop_gbl:FIND_LIBRARY_USE_LIBX32_PATHS", false], [57, "index-1-prop_gbl:FIND_LIBRARY_USE_LIBX32_PATHS", false], [58, "index-0-prop_gbl:FIND_LIBRARY_USE_LIBX32_PATHS", false], [804, "prop_gbl:FIND_LIBRARY_USE_LIBX32_PATHS", true], [1348, "index-0-prop_gbl:FIND_LIBRARY_USE_LIBX32_PATHS", false], [1524, "index-0-prop_gbl:FIND_LIBRARY_USE_LIBX32_PATHS", false]], "find_library_use_openbsd_versioning": [[805, "prop_gbl:FIND_LIBRARY_USE_OPENBSD_VERSIONING", true]], "find_package": [[18, "index-0-command:find_package", false], [18, "index-1-command:find_package", false], [18, "index-2-command:find_package", false], [18, "index-3-command:find_package", false], [18, "index-4-command:find_package", false], [18, "index-5-command:find_package", false], [18, "index-6-command:find_package", false], [18, "index-7-command:find_package", false], [18, "index-8-command:find_package", false], [23, "index-0-command:find_package", false], [53, "index-0-command:find_package", false], [56, "index-0-command:find_package", false], [56, "index-1-command:find_package", false], [56, "index-2-command:find_package", false], [56, "index-3-command:find_package", false], [57, "index-0-command:find_package", false], [57, "index-1-command:find_package", false], [57, "index-2-command:find_package", false], [57, "index-3-command:find_package", false], [58, "command:find_package", true], [59, "index-0-command:find_package", false], [59, "index-1-command:find_package", false], [59, "index-2-command:find_package", false], [59, "index-3-command:find_package", false], [60, "index-0-command:find_package", false], [60, "index-1-command:find_package", false], [60, "index-2-command:find_package", false], [60, "index-3-command:find_package", false], [77, "index-0-command:find_package", false], [98, "index-0-command:find_package", false], [143, "index-0-command:find_package", false], [150, "index-0-command:find_package", false], [161, "index-0-command:find_package", false], [178, "index-0-command:find_package", false], [212, "index-0-command:find_package", false], [212, "index-1-command:find_package", false], [212, "index-2-command:find_package", false], [248, "index-0-command:find_package", false], [248, "index-1-command:find_package", false], [248, "index-2-command:find_package", false], [248, "index-3-command:find_package", false], [248, "index-4-command:find_package", false], [250, "index-0-command:find_package", false], [250, "index-1-command:find_package", false], [263, "index-0-command:find_package", false], [263, "index-1-command:find_package", false], [263, "index-10-command:find_package", false], [263, "index-11-command:find_package", false], [263, "index-12-command:find_package", false], [263, "index-13-command:find_package", false], [263, "index-14-command:find_package", false], [263, "index-15-command:find_package", false], [263, "index-16-command:find_package", false], [263, "index-17-command:find_package", false], [263, "index-18-command:find_package", false], [263, "index-19-command:find_package", false], [263, "index-2-command:find_package", false], [263, "index-20-command:find_package", false], [263, "index-21-command:find_package", false], [263, "index-22-command:find_package", false], [263, "index-3-command:find_package", false], [263, "index-4-command:find_package", false], [263, "index-5-command:find_package", false], [263, "index-6-command:find_package", false], [263, "index-7-command:find_package", false], [263, "index-8-command:find_package", false], [263, "index-9-command:find_package", false], [271, "index-0-command:find_package", false], [271, "index-1-command:find_package", false], [271, "index-2-command:find_package", false], [271, "index-3-command:find_package", false], [271, "index-4-command:find_package", false], [271, "index-5-command:find_package", false], [271, "index-6-command:find_package", false], [278, "index-0-command:find_package", false], [279, "index-0-command:find_package", false], [279, "index-1-command:find_package", false], [279, "index-10-command:find_package", false], [279, "index-11-command:find_package", false], [279, "index-12-command:find_package", false], [279, "index-13-command:find_package", false], [279, "index-14-command:find_package", false], [279, "index-15-command:find_package", false], [279, "index-16-command:find_package", false], [279, "index-17-command:find_package", false], [279, "index-18-command:find_package", false], [279, "index-19-command:find_package", false], [279, "index-2-command:find_package", false], [279, "index-3-command:find_package", false], [279, "index-4-command:find_package", false], [279, "index-5-command:find_package", false], [279, "index-6-command:find_package", false], [279, "index-7-command:find_package", false], [279, "index-8-command:find_package", false], [279, "index-9-command:find_package", false], [280, "index-0-command:find_package", false], [285, "index-0-command:find_package", false], [285, "index-1-command:find_package", false], [287, "index-0-command:find_package", false], [287, "index-1-command:find_package", false], [299, "index-0-command:find_package", false], [299, "index-1-command:find_package", false], [299, "index-2-command:find_package", false], [299, "index-3-command:find_package", false], [299, "index-4-command:find_package", false], [299, "index-5-command:find_package", false], [304, "index-0-command:find_package", false], [304, "index-1-command:find_package", false], [304, "index-2-command:find_package", false], [369, "index-0-command:find_package", false], [370, "index-0-command:find_package", false], [370, "index-1-command:find_package", false], [370, "index-10-command:find_package", false], [370, "index-11-command:find_package", false], [370, "index-12-command:find_package", false], [370, "index-13-command:find_package", false], [370, "index-14-command:find_package", false], [370, "index-15-command:find_package", false], [370, "index-16-command:find_package", false], [370, "index-17-command:find_package", false], [370, "index-18-command:find_package", false], [370, "index-19-command:find_package", false], [370, "index-2-command:find_package", false], [370, "index-20-command:find_package", false], [370, "index-21-command:find_package", false], [370, "index-22-command:find_package", false], [370, "index-3-command:find_package", false], [370, "index-4-command:find_package", false], [370, "index-5-command:find_package", false], [370, "index-6-command:find_package", false], [370, "index-7-command:find_package", false], [370, "index-8-command:find_package", false], [370, "index-9-command:find_package", false], [375, "index-0-command:find_package", false], [379, "index-0-command:find_package", false], [379, "index-1-command:find_package", false], [379, "index-2-command:find_package", false], [382, "index-0-command:find_package", false], [382, "index-1-command:find_package", false], [384, "index-0-command:find_package", false], [391, "index-0-command:find_package", false], [391, "index-1-command:find_package", false], [394, "index-0-command:find_package", false], [397, "index-0-command:find_package", false], [409, "index-0-command:find_package", false], [424, "index-0-command:find_package", false], [424, "index-1-command:find_package", false], [429, "index-0-command:find_package", false], [447, "index-0-command:find_package", false], [447, "index-1-command:find_package", false], [447, "index-2-command:find_package", false], [447, "index-3-command:find_package", false], [447, "index-4-command:find_package", false], [447, "index-5-command:find_package", false], [457, "index-0-command:find_package", false], [462, "index-0-command:find_package", false], [462, "index-1-command:find_package", false], [462, "index-2-command:find_package", false], [462, "index-3-command:find_package", false], [462, "index-4-command:find_package", false], [462, "index-5-command:find_package", false], [472, "index-0-command:find_package", false], [473, "index-0-command:find_package", false], [474, "index-0-command:find_package", false], [475, "index-0-command:find_package", false], [492, "index-0-command:find_package", false], [492, "index-1-command:find_package", false], [497, "index-0-command:find_package", false], [532, "index-0-command:find_package", false], [571, "index-0-command:find_package", false], [571, "index-1-command:find_package", false], [571, "index-2-command:find_package", false], [577, "index-0-command:find_package", false], [634, "index-0-command:find_package", false], [634, "index-1-command:find_package", false], [644, "index-0-command:find_package", false], [644, "index-1-command:find_package", false], [644, "index-2-command:find_package", false], [644, "index-3-command:find_package", false], [694, "index-0-command:find_package", false], [704, "index-0-command:find_package", false], [704, "index-1-command:find_package", false], [1027, "index-0-command:find_package", false], [1317, "index-0-command:find_package", false], [1317, "index-1-command:find_package", false], [1318, "index-0-command:find_package", false], [1321, "index-0-command:find_package", false], [1323, "index-0-command:find_package", false], [1323, "index-1-command:find_package", false], [1324, "index-0-command:find_package", false], [1324, "index-1-command:find_package", false], [1324, "index-2-command:find_package", false], [1324, "index-3-command:find_package", false], [1325, "index-0-command:find_package", false], [1325, "index-1-command:find_package", false], [1328, "index-0-command:find_package", false], [1328, "index-1-command:find_package", false], [1332, "index-0-command:find_package", false], [1333, "index-0-command:find_package", false], [1333, "index-1-command:find_package", false], [1334, "index-0-command:find_package", false], [1334, "index-1-command:find_package", false], [1334, "index-2-command:find_package", false], [1334, "index-3-command:find_package", false], [1334, "index-4-command:find_package", false], [1334, "index-5-command:find_package", false], [1334, "index-6-command:find_package", false], [1334, "index-7-command:find_package", false], [1334, "index-8-command:find_package", false], [1334, "index-9-command:find_package", false], [1335, "index-0-command:find_package", false], [1337, "index-0-command:find_package", false], [1340, "index-0-command:find_package", false], [1345, "index-0-command:find_package", false], [1346, "index-0-command:find_package", false], [1346, "index-1-command:find_package", false], [1346, "index-2-command:find_package", false], [1346, "index-3-command:find_package", false], [1348, "index-0-command:find_package", false], [1348, "index-1-command:find_package", false], [1389, "index-0-command:find_package", false], [1490, "index-0-command:find_package", false], [1490, "index-1-command:find_package", false], [1490, "index-2-command:find_package", false], [1522, "index-0-command:find_package", false], [1528, "index-0-command:find_package", false], [1529, "index-0-command:find_package", false], [1529, "index-1-command:find_package", false], [1530, "index-0-command:find_package", false], [1530, "index-1-command:find_package", false], [1531, "index-0-command:find_package", false], [1531, "index-1-command:find_package", false], [1531, "index-2-command:find_package", false], [1531, "index-3-command:find_package", false], [1532, "index-0-command:find_package", false], [1532, "index-1-command:find_package", false], [1532, "index-2-command:find_package", false], [1533, "index-0-command:find_package", false], [1535, "index-0-command:find_package", false], [1535, "index-1-command:find_package", false], [1536, "index-0-command:find_package", false], [1536, "index-1-command:find_package", false], [1537, "index-0-command:find_package", false], [1537, "index-1-command:find_package", false], [1537, "index-2-command:find_package", false], [1537, "index-3-command:find_package", false], [1538, "index-0-command:find_package", false], [1541, "index-0-command:find_package", false], [1541, "index-1-command:find_package", false], [1543, "index-0-command:find_package", false], [1544, "index-0-command:find_package", false], [1545, "index-0-command:find_package", false], [1546, "index-0-command:find_package", false], [1547, "index-0-command:find_package", false], [1547, "index-1-command:find_package", false], [1547, "index-2-command:find_package", false], [1548, "index-0-command:find_package", false], [1549, "index-0-command:find_package", false], [1550, "index-0-command:find_package", false], [1550, "index-1-command:find_package", false], [1550, "index-2-command:find_package", false], [1554, "index-0-command:find_package", false], [1589, "index-0-command:find_package", false], [1590, "index-0-command:find_package", false], [1602, "index-0-command:find_package", false], [1742, "index-0-command:find_package", false], [1754, "index-0-command:find_package", false], [1775, "index-0-command:find_package", false], [1785, "index-0-command:find_package", false], [1801, "index-0-command:find_package", false], [1801, "index-1-command:find_package", false], [1801, "index-2-command:find_package", false], [1839, "index-0-command:find_package", false], [1840, "index-0-command:find_package", false], [1841, "index-0-command:find_package", false], [1842, "index-0-command:find_package", false], [1846, "index-0-command:find_package", false], [2079, "index-0-command:find_package", false], [2079, "index-1-command:find_package", false], [2079, "index-2-command:find_package", false]], "find_package_check_version": [[462, "command:find_package_check_version", true]], "find_package_handle_standard_args": [[271, "index-0-command:find_package_handle_standard_args", false], [462, "command:find_package_handle_standard_args", true], [1325, "index-0-command:find_package_handle_standard_args", false]], "find_path": [[59, "command:find_path", true], [161, "index-0-command:find_path", false], [166, "index-0-command:find_path", false], [178, "index-0-command:find_path", false], [271, "index-0-command:find_path", false], [271, "index-1-command:find_path", false], [271, "index-2-command:find_path", false], [271, "index-3-command:find_path", false], [662, "index-0-command:find_path", false], [685, "index-0-command:find_path", false], [694, "index-0-command:find_path", false], [1325, "index-0-command:find_path", false], [1327, "index-0-command:find_path", false], [1331, "index-0-command:find_path", false], [1331, "index-1-command:find_path", false], [1333, "index-0-command:find_path", false], [1334, "index-0-command:find_path", false], [1334, "index-1-command:find_path", false], [1334, "index-2-command:find_path", false], [1335, "index-0-command:find_path", false], [1338, "index-0-command:find_path", false], [1340, "index-0-command:find_path", false], [1345, "index-0-command:find_path", false], [1522, "index-0-command:find_path", false], [1539, "index-0-command:find_path", false], [1539, "index-1-command:find_path", false], [1543, "index-0-command:find_path", false], [1544, "index-0-command:find_path", false], [1545, "index-0-command:find_path", false], [1546, "index-0-command:find_path", false], [1548, "index-0-command:find_path", false], [1549, "index-0-command:find_path", false], [1554, "index-0-command:find_path", false], [1589, "index-0-command:find_path", false], [1590, "index-0-command:find_path", false], [1597, "index-0-command:find_path", false], [1602, "index-0-command:find_path", false], [1785, "index-0-command:find_path", false], [1840, "index-0-command:find_path", false], [1841, "index-0-command:find_path", false], [1842, "index-0-command:find_path", false], [1843, "index-0-command:find_path", false], [1846, "index-0-command:find_path", false]], "find_program": [[60, "command:find_program", true], [136, "index-0-command:find_program", false], [150, "index-0-command:find_program", false], [178, "index-0-command:find_program", false], [179, "index-0-command:find_program", false], [271, "index-0-command:find_program", false], [271, "index-1-command:find_program", false], [310, "index-0-command:find_program", false], [310, "index-1-command:find_program", false], [310, "index-2-command:find_program", false], [383, "index-0-command:find_program", false], [383, "index-1-command:find_program", false], [469, "index-0-command:find_program", false], [669, "index-0-command:find_program", false], [669, "index-1-command:find_program", false], [685, "index-0-command:find_program", false], [694, "index-0-command:find_program", false], [694, "index-1-command:find_program", false], [694, "index-2-command:find_program", false], [694, "index-3-command:find_program", false], [694, "index-4-command:find_program", false], [1325, "index-0-command:find_program", false], [1327, "index-0-command:find_program", false], [1328, "index-0-command:find_program", false], [1331, "index-0-command:find_program", false], [1331, "index-1-command:find_program", false], [1333, "index-0-command:find_program", false], [1334, "index-0-command:find_program", false], [1334, "index-1-command:find_program", false], [1334, "index-2-command:find_program", false], [1335, "index-0-command:find_program", false], [1343, "index-0-command:find_program", false], [1389, "index-0-command:find_program", false], [1522, "index-0-command:find_program", false], [1542, "index-0-command:find_program", false], [1542, "index-1-command:find_program", false], [1543, "index-0-command:find_program", false], [1544, "index-0-command:find_program", false], [1545, "index-0-command:find_program", false], [1546, "index-0-command:find_program", false], [1548, "index-0-command:find_program", false], [1549, "index-0-command:find_program", false], [1589, "index-0-command:find_program", false], [1590, "index-0-command:find_program", false], [1602, "index-0-command:find_program", false], [1785, "index-0-command:find_program", false], [1786, "index-0-command:find_program", false], [1839, "index-0-command:find_program", false], [1841, "index-0-command:find_program", false], [1842, "index-0-command:find_program", false], [1846, "index-0-command:find_program", false], [1848, "index-0-command:find_program", false]], "findalsa": [[371, "module:FindALSA", true], [1321, "index-0-module:FindALSA", false]], "findarmadillo": [[374, "module:FindArmadillo", true]], "findaspell": [[372, "module:FindASPELL", true]], "findavifile": [[373, "module:FindAVIFile", true]], "findbacktrace": [[378, "module:FindBacktrace", true], [1317, "index-0-module:FindBacktrace", false], [1341, "index-0-module:FindBacktrace", false]], "findbison": [[375, "module:FindBISON", true], [648, "index-0-module:FindBISON", false], [1323, "index-0-module:FindBISON", false], [1323, "index-1-module:FindBISON", false], [1343, "index-0-module:FindBISON", false], [1345, "index-0-module:FindBISON", false], [1346, "index-0-module:FindBISON", false]], "findblas": [[376, "module:FindBLAS", true], [432, "index-0-module:FindBLAS", false], [1320, "index-0-module:FindBLAS", false], [1327, "index-0-module:FindBLAS", false], [1331, "index-0-module:FindBLAS", false], [1332, "index-0-module:FindBLAS", false], [1341, "index-0-module:FindBLAS", false], [1345, "index-0-module:FindBLAS", false]], "findboost": [[379, "module:FindBoost", true], [653, "index-0-module:FindBoost", false], [653, "index-1-module:FindBoost", false], [653, "index-2-module:FindBoost", false], [727, "index-0-module:FindBoost", false], [727, "index-1-module:FindBoost", false], [1317, "index-0-module:FindBoost", false], [1317, "index-1-module:FindBoost", false], [1322, "index-0-module:FindBoost", false], [1324, "index-0-module:FindBoost", false], [1330, "index-0-module:FindBoost", false], [1340, "index-0-module:FindBoost", false], [1341, "index-0-module:FindBoost", false], [1344, "index-0-module:FindBoost", false]], "findbullet": [[380, "module:FindBullet", true]], "findbzip2": [[377, "module:FindBZip2", true], [1346, "index-0-module:FindBZip2", false]], "findcable": [[381, "module:FindCABLE", true]], "findcoin3d": [[386, "module:FindCoin3D", true]], "findcuda": [[194, "index-0-module:FindCUDA", false], [382, "module:FindCUDA", true], [706, "index-0-module:FindCUDA", false], [706, "index-1-module:FindCUDA", false], [706, "index-2-module:FindCUDA", false], [1318, "index-0-module:FindCUDA", false], [1329, "index-0-module:FindCUDA", false], [1337, "index-0-module:FindCUDA", false], [1340, "index-0-module:FindCUDA", false], [1345, "index-0-module:FindCUDA", false]], "findcudatoolkit": [[382, "index-0-module:FindCUDAToolkit", false], [383, "module:FindCUDAToolkit", true], [994, "index-0-module:FindCUDAToolkit", false], [1326, "index-0-module:FindCUDAToolkit", false], [1327, "index-0-module:FindCUDAToolkit", false], [1328, "index-0-module:FindCUDAToolkit", false], [1330, "index-0-module:FindCUDAToolkit", false], [1333, "index-0-module:FindCUDAToolkit", false], [1335, "index-0-module:FindCUDAToolkit", false], [1336, "index-0-module:FindCUDAToolkit", false], [1337, "index-0-module:FindCUDAToolkit", false], [1341, "index-0-module:FindCUDAToolkit", false], [1341, "index-1-module:FindCUDAToolkit", false], [1342, "index-0-module:FindCUDAToolkit", false], [1458, "index-0-module:FindCUDAToolkit", false]], "findcups": [[387, "module:FindCups", true], [1324, "index-0-module:FindCups", false]], "findcurl": [[384, "module:FindCURL", true], [1321, "index-0-module:FindCURL", false], [1322, "index-0-module:FindCURL", false], [1323, "index-0-module:FindCURL", false], [1326, "index-0-module:FindCURL", false], [1338, "index-0-module:FindCURL", false]], "findcurses": [[388, "module:FindCurses", true], [1319, "index-0-module:FindCurses", false]], "findcvs": [[385, "module:FindCVS", true]], "findcxxtest": [[389, "module:FindCxxTest", true]], "findcygwin": [[390, "module:FindCygwin", true], [1331, "index-0-module:FindCygwin", false]], "finddart": [[392, "module:FindDart", true], [705, "index-0-module:FindDart", false], [705, "index-1-module:FindDart", false], [1337, "index-0-module:FindDart", false]], "finddcmtk": [[391, "module:FindDCMTK", true]], "finddevil": [[393, "module:FindDevIL", true], [1331, "index-0-module:FindDevIL", false]], "finddoxygen": [[394, "module:FindDoxygen", true], [1320, "index-0-module:FindDoxygen", false], [1325, "index-0-module:FindDoxygen", false], [1335, "index-0-module:FindDoxygen", false], [1337, "index-0-module:FindDoxygen", false], [1348, "index-0-module:FindDoxygen", false], [1348, "index-1-module:FindDoxygen", false]], "findenvmodules": [[396, "module:FindEnvModules", true], [1324, "index-0-module:FindEnvModules", false]], "findexpat": [[395, "module:FindEXPAT", true], [1319, "index-0-module:FindEXPAT", false], [1338, "index-0-module:FindEXPAT", false]], "findflex": [[397, "module:FindFLEX", true], [658, "index-0-module:FindFLEX", false], [1326, "index-0-module:FindFLEX", false], [1344, "index-0-module:FindFLEX", false], [1345, "index-0-module:FindFLEX", false]], "findfltk": [[398, "module:FindFLTK", true]], "findfltk2": [[399, "module:FindFLTK2", true]], "findfontconfig": [[400, "module:FindFontconfig", true], [1323, "index-0-module:FindFontconfig", false], [1323, "index-1-module:FindFontconfig", false]], "findfreetype": [[401, "module:FindFreetype", true], [1319, "index-0-module:FindFreetype", false]], "findgccxml": [[402, "module:FindGCCXML", true]], "findgdal": [[403, "module:FindGDAL", true], [1323, "index-0-module:FindGDAL", false], [1330, "index-0-module:FindGDAL", false]], "findgettext": [[411, "module:FindGettext", true], [425, "index-0-module:FindGettext", false]], "findgif": [[404, "module:FindGIF", true], [1323, "index-0-module:FindGIF", false]], "findgit": [[412, "module:FindGit", true], [1323, "index-0-module:FindGit", false], [1329, "index-0-module:FindGit", false]], "findglew": [[405, "module:FindGLEW", true], [1318, "index-0-module:FindGLEW", false], [1324, "index-0-module:FindGLEW", false]], "findglut": [[406, "module:FindGLUT", true], [1318, "index-0-module:FindGLUT", false], [1333, "index-0-module:FindGLUT", false], [1334, "index-0-module:FindGLUT", false]], "findgnuplot": [[414, "module:FindGnuplot", true]], "findgnutls": [[413, "module:FindGnuTLS", true], [1325, "index-0-module:FindGnuTLS", false]], "findgsl": [[407, "module:FindGSL", true], [1329, "index-0-module:FindGSL", false]], "findgtest": [[263, "index-0-module:FindGTest", false], [410, "module:FindGTest", true], [1318, "index-0-module:FindGTest", false], [1325, "index-0-module:FindGTest", false], [1333, "index-0-module:FindGTest", false], [1344, "index-0-module:FindGTest", false], [1345, "index-0-module:FindGTest", false], [1348, "index-0-module:FindGTest", false]], "findgtk": [[408, "module:FindGTK", true]], "findgtk2": [[409, "module:FindGTK2", true], [1344, "index-0-module:FindGTK2", false], [1344, "index-1-module:FindGTK2", false]], "findhdf5": [[415, "module:FindHDF5", true], [1343, "index-0-module:FindHDF5", false]], "findhg": [[418, "module:FindHg", true], [1318, "index-0-module:FindHg", false]], "findhspell": [[416, "module:FindHSPELL", true]], "findhtmlhelp": [[417, "module:FindHTMLHelp", true]], "findice": [[421, "module:FindIce", true], [1323, "index-0-module:FindIce", false], [1343, "index-0-module:FindIce", false]], "findiconv": [[422, "module:FindIconv", true], [1320, "index-0-module:FindIconv", false], [1330, "index-0-module:FindIconv", false], [1331, "index-0-module:FindIconv", false]], "findicotool": [[423, "module:FindIcotool", true]], "findicu": [[419, "module:FindICU", true], [1346, "index-0-module:FindICU", false]], "findimagemagick": [[424, "module:FindImageMagick", true], [1336, "index-0-module:FindImageMagick", false]], "findintl": [[411, "index-0-module:FindIntl", false], [425, "module:FindIntl", true], [1329, "index-0-module:FindIntl", false], [1330, "index-0-module:FindIntl", false], [1330, "index-1-module:FindIntl", false], [1331, "index-0-module:FindIntl", false]], "finditk": [[420, "module:FindITK", true], [1318, "index-0-module:FindITK", false]], "findjasper": [[428, "module:FindJasper", true], [1332, "index-0-module:FindJasper", false]], "findjava": [[429, "module:FindJava", true], [551, "index-0-module:FindJava", false], [551, "index-1-module:FindJava", false], [1317, "index-0-module:FindJava", false], [1343, "index-0-module:FindJava", false]], "findjni": [[426, "module:FindJNI", true], [429, "index-0-module:FindJNI", false], [1317, "index-0-module:FindJNI", false], [1334, "index-0-module:FindJNI", false]], "findjpeg": [[427, "module:FindJPEG", true], [1321, "index-0-module:FindJPEG", false]], "findkde3": [[430, "module:FindKDE3", true]], "findkde4": [[431, "module:FindKDE4", true]], "findlapack": [[432, "module:FindLAPACK", true], [1320, "index-0-module:FindLAPACK", false], [1327, "index-0-module:FindLAPACK", false], [1331, "index-0-module:FindLAPACK", false], [1332, "index-0-module:FindLAPACK", false], [1341, "index-0-module:FindLAPACK", false], [1345, "index-0-module:FindLAPACK", false]], "findlatex": [[433, "module:FindLATEX", true], [1329, "index-0-module:FindLATEX", false]], "findlibarchive": [[435, "module:FindLibArchive", true], [1326, "index-0-module:FindLibArchive", false]], "findlibinput": [[439, "module:FindLibinput", true], [1323, "index-0-module:FindLibinput", false]], "findliblzma": [[436, "module:FindLibLZMA", true], [1323, "index-0-module:FindLibLZMA", false]], "findlibxml2": [[437, "module:FindLibXml2", true], [1321, "index-0-module:FindLibXml2", false], [1326, "index-0-module:FindLibXml2", false]], "findlibxslt": [[438, "module:FindLibXslt", true], [1327, "index-0-module:FindLibXslt", false]], "findlttngust": [[434, "module:FindLTTngUST", true], [1345, "index-0-module:FindLTTngUST", false]], "findlua": [[440, "module:FindLua", true], [1317, "index-0-module:FindLua", false]], "findlua50": [[441, "module:FindLua50", true]], "findlua51": [[442, "module:FindLua51", true]], "findmatlab": [[447, "module:FindMatlab", true], [1321, "index-0-module:FindMatlab", false], [1322, "index-0-module:FindMatlab", false], [1322, "index-1-module:FindMatlab", false], [1322, "index-2-module:FindMatlab", false], [1323, "index-0-module:FindMatlab", false], [1332, "index-0-module:FindMatlab", false], [1334, "index-0-module:FindMatlab", false], [1340, "index-0-module:FindMatlab", false], [1346, "index-0-module:FindMatlab", false], [1346, "index-1-module:FindMatlab", false], [1346, "index-2-module:FindMatlab", false]], "findmfc": [[443, "module:FindMFC", true]], "findmotif": [[448, "module:FindMotif", true]], "findmpeg": [[444, "module:FindMPEG", true]], "findmpeg2": [[445, "module:FindMPEG2", true]], "findmpi": [[446, "module:FindMPI", true], [1319, "index-0-module:FindMPI", false], [1329, "index-0-module:FindMPI", false], [1331, "index-0-module:FindMPI", false], [1348, "index-0-module:FindMPI", false]], "findmsys": [[449, "module:FindMsys", true], [1331, "index-0-module:FindMsys", false]], "findodbc": [[450, "module:FindODBC", true], [1321, "index-0-module:FindODBC", false]], "findopenacc": [[451, "module:FindOpenACC", true], [1319, "index-0-module:FindOpenACC", false]], "findopenal": [[452, "module:FindOpenAL", true], [1335, "index-0-module:FindOpenAL", false]], "findopencl": [[453, "module:FindOpenCL", true], [1318, "index-0-module:FindOpenCL", false], [1346, "index-0-module:FindOpenCL", false]], "findopengl": [[454, "module:FindOpenGL", true], [471, "index-0-module:FindOpenGL", false], [512, "index-0-module:FindOpenGL", false], [513, "index-0-module:FindOpenGL", false], [514, "index-0-module:FindOpenGL", false], [515, "index-0-module:FindOpenGL", false], [516, "index-0-module:FindOpenGL", false], [517, "index-0-module:FindOpenGL", false], [518, "index-0-module:FindOpenGL", false], [519, "index-0-module:FindOpenGL", false], [520, "index-0-module:FindOpenGL", false], [521, "index-0-module:FindOpenGL", false], [522, "index-0-module:FindOpenGL", false], [523, "index-0-module:FindOpenGL", false], [524, "index-0-module:FindOpenGL", false], [525, "index-0-module:FindOpenGL", false], [526, "index-0-module:FindOpenGL", false], [527, "index-0-module:FindOpenGL", false], [528, "index-0-module:FindOpenGL", false], [529, "index-0-module:FindOpenGL", false], [530, "index-0-module:FindOpenGL", false], [632, "index-0-module:FindOpenGL", false], [632, "index-1-module:FindOpenGL", false], [1319, "index-0-module:FindOpenGL", false], [1320, "index-0-module:FindOpenGL", false], [1329, "index-0-module:FindOpenGL", false], [1337, "index-0-module:FindOpenGL", false], [1339, "index-0-module:FindOpenGL", false], [1347, "index-0-module:FindOpenGL", false]], "findopenmp": [[455, "module:FindOpenMP", true], [1318, "index-0-module:FindOpenMP", false], [1319, "index-0-module:FindOpenMP", false], [1331, "index-0-module:FindOpenMP", false], [1341, "index-0-module:FindOpenMP", false], [1342, "index-0-module:FindOpenMP", false], [1344, "index-0-module:FindOpenMP", false], [1346, "index-0-module:FindOpenMP", false]], "findopenscenegraph": [[458, "module:FindOpenSceneGraph", true], [471, "index-0-module:FindOpenSceneGraph", false], [512, "index-0-module:FindOpenSceneGraph", false], [512, "index-1-module:FindOpenSceneGraph", false], [513, "index-0-module:FindOpenSceneGraph", false], [514, "index-0-module:FindOpenSceneGraph", false], [515, "index-0-module:FindOpenSceneGraph", false], [516, "index-0-module:FindOpenSceneGraph", false], [517, "index-0-module:FindOpenSceneGraph", false], [518, "index-0-module:FindOpenSceneGraph", false], [519, "index-0-module:FindOpenSceneGraph", false], [520, "index-0-module:FindOpenSceneGraph", false], [521, "index-0-module:FindOpenSceneGraph", false], [522, "index-0-module:FindOpenSceneGraph", false], [523, "index-0-module:FindOpenSceneGraph", false], [524, "index-0-module:FindOpenSceneGraph", false], [525, "index-0-module:FindOpenSceneGraph", false], [526, "index-0-module:FindOpenSceneGraph", false], [527, "index-0-module:FindOpenSceneGraph", false], [528, "index-0-module:FindOpenSceneGraph", false], [529, "index-0-module:FindOpenSceneGraph", false], [530, "index-0-module:FindOpenSceneGraph", false], [531, "index-0-module:FindOpenSceneGraph", false]], "findopensp": [[456, "module:FindOpenSP", true], [1335, "index-0-module:FindOpenSP", false]], "findopenssl": [[457, "module:FindOpenSSL", true], [1329, "index-0-module:FindOpenSSL", false], [1330, "index-0-module:FindOpenSSL", false], [1343, "index-0-module:FindOpenSSL", false], [1343, "index-1-module:FindOpenSSL", false], [1344, "index-0-module:FindOpenSSL", false]], "findopenthreads": [[458, "index-0-module:FindOpenThreads", false], [458, "index-1-module:FindOpenThreads", false], [459, "module:FindOpenThreads", true]], "findosg": [[458, "index-0-module:Findosg", false], [458, "index-1-module:Findosg", false], [512, "module:Findosg", true]], "findosg_functions": [[531, "module:Findosg_functions", true]], "findosganimation": [[513, "module:FindosgAnimation", true]], "findosgdb": [[514, "module:FindosgDB", true]], "findosgfx": [[515, "module:FindosgFX", true]], "findosgga": [[516, "module:FindosgGA", true]], "findosgintrospection": [[517, "module:FindosgIntrospection", true]], "findosgmanipulator": [[518, "module:FindosgManipulator", true]], "findosgparticle": [[519, "module:FindosgParticle", true]], "findosgpresentation": [[520, "module:FindosgPresentation", true]], "findosgproducer": [[521, "module:FindosgProducer", true]], "findosgqt": [[522, "module:FindosgQt", true]], "findosgshadow": [[523, "module:FindosgShadow", true]], "findosgsim": [[524, "module:FindosgSim", true]], "findosgterrain": [[525, "module:FindosgTerrain", true]], "findosgtext": [[526, "module:FindosgText", true]], "findosgutil": [[527, "module:FindosgUtil", true]], "findosgviewer": [[528, "module:FindosgViewer", true]], "findosgvolume": [[458, "index-0-module:FindosgVolume", false], [529, "module:FindosgVolume", true]], "findosgwidget": [[530, "module:FindosgWidget", true]], "findpackagehandlestandardargs": [[271, "index-0-module:FindPackageHandleStandardArgs", false], [271, "index-1-module:FindPackageHandleStandardArgs", false], [462, "module:FindPackageHandleStandardArgs", true], [1325, "index-0-module:FindPackageHandleStandardArgs", false], [1327, "index-0-module:FindPackageHandleStandardArgs", false], [1328, "index-0-module:FindPackageHandleStandardArgs", false], [1340, "index-0-module:FindPackageHandleStandardArgs", false]], "findpackagemessage": [[463, "module:FindPackageMessage", true]], "findpatch": [[464, "module:FindPatch", true], [1319, "index-0-module:FindPatch", false]], "findperl": [[465, "module:FindPerl", true]], "findperllibs": [[466, "module:FindPerlLibs", true]], "findphp4": [[460, "module:FindPHP4", true]], "findphysfs": [[467, "module:FindPhysFS", true]], "findpike": [[468, "module:FindPike", true]], "findpkgconfig": [[263, "index-0-module:FindPkgConfig", false], [279, "index-0-module:FindPkgConfig", false], [469, "module:FindPkgConfig", true], [1318, "index-0-module:FindPkgConfig", false], [1321, "index-0-module:FindPkgConfig", false], [1322, "index-0-module:FindPkgConfig", false], [1322, "index-1-module:FindPkgConfig", false], [1324, "index-0-module:FindPkgConfig", false], [1325, "index-0-module:FindPkgConfig", false], [1325, "index-1-module:FindPkgConfig", false], [1326, "index-0-module:FindPkgConfig", false], [1332, "index-0-module:FindPkgConfig", false], [1338, "index-0-module:FindPkgConfig", false], [1342, "index-0-module:FindPkgConfig", false], [1343, "index-0-module:FindPkgConfig", false], [1345, "index-0-module:FindPkgConfig", false], [1347, "index-0-module:FindPkgConfig", false]], "findpng": [[461, "module:FindPNG", true], [1344, "index-0-module:FindPNG", false]], "findpostgresql": [[470, "module:FindPostgreSQL", true], [1323, "index-0-module:FindPostgreSQL", false], [1324, "index-0-module:FindPostgreSQL", false]], "findproducer": [[471, "module:FindProducer", true]], "findprotobuf": [[472, "module:FindProtobuf", true], [1319, "index-0-module:FindProtobuf", false], [1343, "index-0-module:FindProtobuf", false], [1345, "index-0-module:FindProtobuf", false], [1345, "index-1-module:FindProtobuf", false], [1348, "index-0-module:FindProtobuf", false], [1348, "index-1-module:FindProtobuf", false], [1348, "index-2-module:FindProtobuf", false]], "findpython": [[473, "module:FindPython", true], [474, "index-0-module:FindPython", false], [475, "index-0-module:FindPython", false], [476, "index-0-module:FindPython", false], [476, "index-1-module:FindPython", false], [477, "index-0-module:FindPython", false], [654, "index-0-module:FindPython", false], [654, "index-1-module:FindPython", false], [708, "index-0-module:FindPython", false], [1321, "index-0-module:FindPython", false], [1322, "index-0-module:FindPython", false], [1323, "index-0-module:FindPython", false], [1323, "index-1-module:FindPython", false], [1324, "index-0-module:FindPython", false], [1324, "index-1-module:FindPython", false], [1324, "index-2-module:FindPython", false], [1325, "index-0-module:FindPython", false], [1325, "index-1-module:FindPython", false], [1325, "index-2-module:FindPython", false], [1326, "index-0-module:FindPython", false], [1326, "index-1-module:FindPython", false], [1327, "index-0-module:FindPython", false], [1328, "index-0-module:FindPython", false], [1328, "index-1-module:FindPython", false], [1330, "index-0-module:FindPython", false], [1336, "index-0-module:FindPython", false], [1337, "index-0-module:FindPython", false], [1337, "index-1-module:FindPython", false], [1341, "index-0-module:FindPython", false], [1341, "index-1-module:FindPython", false], [1341, "index-2-module:FindPython", false]], "findpython2": [[473, "index-0-module:FindPython2", false], [474, "module:FindPython2", true], [475, "index-0-module:FindPython2", false], [476, "index-0-module:FindPython2", false], [476, "index-1-module:FindPython2", false], [477, "index-0-module:FindPython2", false], [654, "index-0-module:FindPython2", false], [654, "index-1-module:FindPython2", false], [708, "index-0-module:FindPython2", false], [1321, "index-0-module:FindPython2", false], [1322, "index-0-module:FindPython2", false], [1323, "index-0-module:FindPython2", false], [1323, "index-1-module:FindPython2", false], [1324, "index-0-module:FindPython2", false], [1324, "index-1-module:FindPython2", false], [1324, "index-2-module:FindPython2", false], [1325, "index-0-module:FindPython2", false], [1325, "index-1-module:FindPython2", false], [1327, "index-0-module:FindPython2", false], [1328, "index-0-module:FindPython2", false], [1328, "index-1-module:FindPython2", false], [1330, "index-0-module:FindPython2", false], [1337, "index-0-module:FindPython2", false], [1337, "index-1-module:FindPython2", false], [1341, "index-0-module:FindPython2", false]], "findpython3": [[473, "index-0-module:FindPython3", false], [474, "index-0-module:FindPython3", false], [475, "module:FindPython3", true], [476, "index-0-module:FindPython3", false], [476, "index-1-module:FindPython3", false], [477, "index-0-module:FindPython3", false], [654, "index-0-module:FindPython3", false], [654, "index-1-module:FindPython3", false], [708, "index-0-module:FindPython3", false], [1321, "index-0-module:FindPython3", false], [1322, "index-0-module:FindPython3", false], [1323, "index-0-module:FindPython3", false], [1323, "index-1-module:FindPython3", false], [1324, "index-0-module:FindPython3", false], [1324, "index-1-module:FindPython3", false], [1324, "index-2-module:FindPython3", false], [1325, "index-0-module:FindPython3", false], [1325, "index-1-module:FindPython3", false], [1325, "index-2-module:FindPython3", false], [1326, "index-0-module:FindPython3", false], [1327, "index-0-module:FindPython3", false], [1328, "index-0-module:FindPython3", false], [1328, "index-1-module:FindPython3", false], [1330, "index-0-module:FindPython3", false], [1336, "index-0-module:FindPython3", false], [1337, "index-0-module:FindPython3", false], [1337, "index-1-module:FindPython3", false], [1341, "index-0-module:FindPython3", false], [1341, "index-1-module:FindPython3", false], [1341, "index-2-module:FindPython3", false]], "findpythoninterp": [[476, "module:FindPythonInterp", true], [708, "index-0-module:FindPythonInterp", false], [708, "index-1-module:FindPythonInterp", false], [1337, "index-0-module:FindPythonInterp", false]], "findpythonlibs": [[477, "module:FindPythonLibs", true], [708, "index-0-module:FindPythonLibs", false], [708, "index-1-module:FindPythonLibs", false], [1337, "index-0-module:FindPythonLibs", false]], "findqt": [[478, "module:FindQt", true], [644, "index-0-module:FindQt", false], [644, "index-1-module:FindQt", false], [644, "index-2-module:FindQt", false], [644, "index-3-module:FindQt", false], [644, "index-4-module:FindQt", false], [1323, "index-0-module:FindQt", false]], "findqt3": [[479, "module:FindQt3", true]], "findqt4": [[94, "index-0-module:FindQt4", false], [95, "index-0-module:FindQt4", false], [283, "index-0-module:FindQt4", false], [480, "module:FindQt4", true], [833, "index-0-module:FindQt4", false], [834, "index-0-module:FindQt4", false], [948, "index-0-module:FindQt4", false], [953, "index-0-module:FindQt4", false], [955, "index-0-module:FindQt4", false], [957, "index-0-module:FindQt4", false], [958, "index-0-module:FindQt4", false], [960, "index-0-module:FindQt4", false], [1317, "index-0-module:FindQt4", false], [1320, "index-0-module:FindQt4", false]], "findquicktime": [[481, "module:FindQuickTime", true]], "findrti": [[482, "module:FindRTI", true]], "findruby": [[483, "module:FindRuby", true], [1317, "index-0-module:FindRuby", false], [1327, "index-0-module:FindRuby", false]], "findsdl": [[484, "module:FindSDL", true], [1328, "index-0-module:FindSDL", false]], "findsdl_gfx": [[485, "module:FindSDL_gfx", true]], "findsdl_image": [[486, "module:FindSDL_image", true]], "findsdl_mixer": [[487, "module:FindSDL_mixer", true]], "findsdl_net": [[488, "module:FindSDL_net", true]], "findsdl_sound": [[489, "module:FindSDL_sound", true]], "findsdl_ttf": [[490, "module:FindSDL_ttf", true]], "findselfpackers": [[493, "module:FindSelfPackers", true]], "findsqlite3": [[491, "module:FindSQLite3", true], [1323, "index-0-module:FindSQLite3", false]], "findsquish": [[494, "module:FindSquish", true]], "findsubversion": [[495, "module:FindSubversion", true], [1322, "index-0-module:FindSubversion", false]], "findswig": [[492, "module:FindSWIG", true], [555, "index-0-module:FindSWIG", false], [1327, "index-0-module:FindSWIG", false], [1328, "index-0-module:FindSWIG", false]], "findtcl": [[496, "module:FindTCL", true]], "findtclsh": [[499, "module:FindTclsh", true]], "findtclstub": [[498, "module:FindTclStub", true]], "findthreads": [[500, "module:FindThreads", true], [1343, "index-0-module:FindThreads", false]], "findtiff": [[497, "module:FindTIFF", true], [1328, "index-0-module:FindTIFF", false], [1343, "index-0-module:FindTIFF", false], [1344, "index-0-module:FindTIFF", false]], "findunixcommands": [[501, "module:FindUnixCommands", true]], "findvtk": [[502, "module:FindVTK", true], [1318, "index-0-module:FindVTK", false]], "findvulkan": [[503, "module:FindVulkan", true], [1328, "index-0-module:FindVulkan", false], [1331, "index-0-module:FindVulkan", false], [1333, "index-0-module:FindVulkan", false], [1334, "index-0-module:FindVulkan", false], [1334, "index-1-module:FindVulkan", false], [1335, "index-0-module:FindVulkan", false], [1346, "index-0-module:FindVulkan", false]], "findwget": [[504, "module:FindWget", true]], "findwish": [[505, "module:FindWish", true]], "findwxwidgets": [[532, "module:FindwxWidgets", true], [533, "index-0-module:FindwxWidgets", false], [1337, "index-0-module:FindwxWidgets", false], [1343, "index-0-module:FindwxWidgets", false]], "findwxwindows": [[533, "module:FindwxWindows", true]], "findx11": [[506, "module:FindX11", true], [1323, "index-0-module:FindX11", false], [1323, "index-1-module:FindX11", false], [1323, "index-2-module:FindX11", false], [1329, "index-0-module:FindX11", false]], "findxalanc": [[509, "module:FindXalanC", true], [1344, "index-0-module:FindXalanC", false]], "findxctest": [[507, "module:FindXCTest", true], [1316, "index-0-module:FindXCTest", false], [1340, "index-0-module:FindXCTest", false]], "findxercesc": [[510, "module:FindXercesC", true], [1318, "index-0-module:FindXercesC", false], [1343, "index-0-module:FindXercesC", false], [1344, "index-0-module:FindXercesC", false]], "findxmlrpc": [[508, "module:FindXMLRPC", true]], "findzlib": [[511, "module:FindZLIB", true], [1318, "index-0-module:FindZLIB", false], [1334, "index-0-module:FindZLIB", false], [1343, "index-0-module:FindZLIB", false]], "fixtures_cleanup": [[894, "prop_test:FIXTURES_CLEANUP", true], [895, "index-0-prop_test:FIXTURES_CLEANUP", false], [1346, "index-0-prop_test:FIXTURES_CLEANUP", false]], "fixtures_required": [[290, "index-0-prop_test:FIXTURES_REQUIRED", false], [889, "index-0-prop_test:FIXTURES_REQUIRED", false], [890, "index-0-prop_test:FIXTURES_REQUIRED", false], [894, "index-0-prop_test:FIXTURES_REQUIRED", false], [894, "index-1-prop_test:FIXTURES_REQUIRED", false], [895, "prop_test:FIXTURES_REQUIRED", true], [896, "index-0-prop_test:FIXTURES_REQUIRED", false], [896, "index-1-prop_test:FIXTURES_REQUIRED", false], [896, "index-2-prop_test:FIXTURES_REQUIRED", false], [903, "index-0-prop_test:FIXTURES_REQUIRED", false], [905, "index-0-prop_test:FIXTURES_REQUIRED", false], [1346, "index-0-prop_test:FIXTURES_REQUIRED", false]], "fixtures_setup": [[290, "index-0-prop_test:FIXTURES_SETUP", false], [890, "index-0-prop_test:FIXTURES_SETUP", false], [895, "index-0-prop_test:FIXTURES_SETUP", false], [896, "prop_test:FIXTURES_SETUP", true], [1346, "index-0-prop_test:FIXTURES_SETUP", false]], "fltk_wrap_ui": [[61, "command:fltk_wrap_ui", true]], "folder": [[273, "index-0-prop_tgt:FOLDER", false], [786, "index-0-prop_tgt:FOLDER", false], [786, "index-1-prop_tgt:FOLDER", false], [786, "index-2-prop_tgt:FOLDER", false], [788, "index-0-prop_tgt:FOLDER", false], [788, "index-1-prop_tgt:FOLDER", false], [788, "index-2-prop_tgt:FOLDER", false], [814, "index-0-prop_tgt:FOLDER", false], [824, "index-0-prop_tgt:FOLDER", false], [1032, "prop_tgt:FOLDER", true], [1321, "index-0-prop_tgt:FOLDER", false], [1551, "index-0-prop_tgt:FOLDER", false]], "foreach": [[12, "index-0-command:foreach", false], [13, "index-0-command:foreach", false], [25, "index-0-command:foreach", false], [46, "index-0-command:foreach", false], [62, "command:foreach", true], [127, "index-0-command:foreach", false], [277, "index-0-command:foreach", false], [684, "index-0-command:foreach", false], [1326, "index-0-command:foreach", false], [1331, "index-0-command:foreach", false]], "fortran_building_instrinsic_modules": [[1036, "prop_tgt:Fortran_BUILDING_INSTRINSIC_MODULES", true]], "fortran_compiler_frontend_variant": [[274, "genex:Fortran_COMPILER_FRONTEND_VARIANT", true]], "fortran_compiler_id": [[274, "genex:Fortran_COMPILER_ID", true], [1324, "index-0-genex:Fortran_COMPILER_ID", false]], "fortran_compiler_version": [[274, "genex:Fortran_COMPILER_VERSION", true]], "fortran_format": [[841, "index-0-prop_tgt:Fortran_FORMAT", false], [841, "prop_sf:Fortran_FORMAT", true], [1037, "prop_tgt:Fortran_FORMAT", true], [1555, "index-0-prop_tgt:Fortran_FORMAT", false]], "fortran_module_directory": [[1038, "prop_tgt:Fortran_MODULE_DIRECTORY", true], [1556, "index-0-prop_tgt:Fortran_MODULE_DIRECTORY", false], [1557, "index-0-prop_tgt:Fortran_MODULE_DIRECTORY", false], [1559, "index-0-prop_tgt:Fortran_MODULE_DIRECTORY", false]], "fortran_preprocess": [[842, "index-0-prop_tgt:Fortran_PREPROCESS", false], [842, "prop_sf:Fortran_PREPROCESS", true], [1039, "index-0-prop_sf:Fortran_PREPROCESS", false], [1039, "prop_tgt:Fortran_PREPROCESS", true], [1327, "index-0-prop_sf:Fortran_PREPROCESS", false], [1327, "index-0-prop_tgt:Fortran_PREPROCESS", false], [1560, "index-0-prop_tgt:Fortran_PREPROCESS", false], [1560, "index-1-prop_tgt:Fortran_PREPROCESS", false]], "fortrancinterface": [[534, "module:FortranCInterface", true]], "fortrancinterface_header": [[534, "command:fortrancinterface_header", true]], "fortrancinterface_verify": [[534, "command:fortrancinterface_verify", true]], "framework": [[7, "index-0-prop_tgt:FRAMEWORK", false], [7, "index-1-prop_tgt:FRAMEWORK", false], [58, "index-0-prop_tgt:FRAMEWORK", false], [77, "index-0-prop_tgt:FRAMEWORK", false], [77, "index-1-prop_tgt:FRAMEWORK", false], [77, "index-2-prop_tgt:FRAMEWORK", false], [119, "index-0-prop_tgt:FRAMEWORK", false], [266, "index-0-prop_tgt:FRAMEWORK", false], [266, "index-1-prop_tgt:FRAMEWORK", false], [274, "index-0-prop_tgt:FRAMEWORK", false], [850, "index-0-prop_tgt:FRAMEWORK", false], [850, "index-1-prop_tgt:FRAMEWORK", false], [937, "index-0-prop_tgt:FRAMEWORK", false], [939, "index-0-prop_tgt:FRAMEWORK", false], [968, "index-0-prop_tgt:FRAMEWORK", false], [1033, "prop_tgt:FRAMEWORK", true], [1035, "index-0-prop_tgt:FRAMEWORK", false], [1162, "index-0-prop_tgt:FRAMEWORK", false], [1194, "index-0-prop_tgt:FRAMEWORK", false], [1194, "index-1-prop_tgt:FRAMEWORK", false], [1196, "index-0-prop_tgt:FRAMEWORK", false], [1196, "index-1-prop_tgt:FRAMEWORK", false], [1197, "index-0-prop_tgt:FRAMEWORK", false], [1197, "index-1-prop_tgt:FRAMEWORK", false], [1208, "index-0-prop_tgt:FRAMEWORK", false], [1213, "index-0-prop_tgt:FRAMEWORK", false], [1213, "index-1-prop_tgt:FRAMEWORK", false], [1230, "index-0-prop_tgt:FRAMEWORK", false], [1324, "index-0-prop_tgt:FRAMEWORK", false], [1333, "index-0-prop_tgt:FRAMEWORK", false], [1342, "index-0-prop_tgt:FRAMEWORK", false], [1347, "index-0-prop_tgt:FRAMEWORK", false], [1552, "index-0-prop_tgt:FRAMEWORK", false], [1552, "index-1-prop_tgt:FRAMEWORK", false], [1690, "index-0-prop_tgt:FRAMEWORK", false], [1729, "index-0-prop_tgt:FRAMEWORK", false]], "framework_multi_config_postfix_": [[274, "index-0-prop_tgt:FRAMEWORK_MULTI_CONFIG_POSTFIX_", false], [985, "index-0-prop_tgt:FRAMEWORK_MULTI_CONFIG_POSTFIX_", false], [1034, "prop_tgt:FRAMEWORK_MULTI_CONFIG_POSTFIX_", true], [1327, "index-0-prop_tgt:FRAMEWORK_MULTI_CONFIG_POSTFIX_", false], [1553, "index-0-prop_tgt:FRAMEWORK_MULTI_CONFIG_POSTFIX_", false], [1690, "index-0-prop_tgt:FRAMEWORK_MULTI_CONFIG_POSTFIX_", false], [1729, "index-0-prop_tgt:FRAMEWORK_MULTI_CONFIG_POSTFIX_", false]], "framework_version": [[266, "index-0-prop_tgt:FRAMEWORK_VERSION", false], [1033, "index-0-prop_tgt:FRAMEWORK_VERSION", false], [1035, "prop_tgt:FRAMEWORK_VERSION", true]], "function": [[18, "index-0-command:function", false], [19, "index-0-command:function", false], [20, "index-0-command:function", false], [20, "index-1-command:function", false], [20, "index-2-command:function", false], [23, "index-0-command:function", false], [47, "index-0-command:function", false], [56, "index-0-command:function", false], [57, "index-0-command:function", false], [59, "index-0-command:function", false], [60, "index-0-command:function", false], [63, "command:function", true], [86, "index-0-command:function", false], [86, "index-1-command:function", false], [98, "index-0-command:function", false], [98, "index-1-command:function", false], [100, "index-0-command:function", false], [257, "index-0-command:function", false], [277, "index-0-command:function", false], [277, "index-1-command:function", false], [277, "index-2-command:function", false], [591, "index-0-command:function", false], [1326, "index-0-command:function", false], [1346, "index-0-command:function", false], [1464, "index-0-command:function", false], [1465, "index-0-command:function", false], [1466, "index-0-command:function", false], [1467, "index-0-command:function", false], [1742, "index-0-command:function", false], [1742, "index-1-command:function", false]], "generate_apple_architecture_selection_file": [[304, "command:generate_apple_architecture_selection_file", true], [1339, "index-0-command:generate_apple_architecture_selection_file", false]], "generate_apple_platform_selection_file": [[304, "command:generate_apple_platform_selection_file", true], [1339, "index-0-command:generate_apple_platform_selection_file", false], [1342, "index-0-command:generate_apple_platform_selection_file", false]], "generated": [[2, "index-0-prop_sf:GENERATED", false], [2, "index-1-prop_sf:GENERATED", false], [2, "index-2-prop_sf:GENERATED", false], [3, "index-0-prop_sf:GENERATED", false], [3, "index-1-prop_sf:GENERATED", false], [67, "index-0-prop_sf:GENERATED", false], [68, "index-0-prop_sf:GENERATED", false], [102, "index-0-prop_sf:GENERATED", false], [103, "index-0-prop_sf:GENERATED", false], [273, "index-0-prop_sf:GENERATED", false], [283, "index-0-prop_sf:GENERATED", false], [631, "index-0-prop_sf:GENERATED", false], [631, "index-1-prop_sf:GENERATED", false], [631, "index-2-prop_sf:GENERATED", false], [631, "index-3-prop_sf:GENERATED", false], [631, "index-4-prop_sf:GENERATED", false], [631, "index-5-prop_sf:GENERATED", false], [678, "index-0-prop_sf:GENERATED", false], [678, "index-1-prop_sf:GENERATED", false], [678, "index-2-prop_sf:GENERATED", false], [723, "index-0-prop_sf:GENERATED", false], [723, "index-1-prop_sf:GENERATED", false], [723, "index-2-prop_sf:GENERATED", false], [843, "prop_sf:GENERATED", true], [946, "index-0-prop_sf:GENERATED", false], [946, "index-1-prop_sf:GENERATED", false], [946, "index-2-prop_sf:GENERATED", false], [950, "index-0-prop_sf:GENERATED", false], [950, "index-1-prop_sf:GENERATED", false], [950, "index-2-prop_sf:GENERATED", false], [955, "index-0-prop_sf:GENERATED", false], [1319, "index-0-prop_sf:GENERATED", false], [1329, "index-0-prop_sf:GENERATED", false], [1330, "index-0-prop_sf:GENERATED", false], [1341, "index-0-prop_sf:GENERATED", false]], "generated_resource_spec_file": [[290, "index-0-prop_test:GENERATED_RESOURCE_SPEC_FILE", false], [897, "prop_test:GENERATED_RESOURCE_SPEC_FILE", true], [1338, "index-0-prop_test:GENERATED_RESOURCE_SPEC_FILE", false]], "generateexportheader": [[536, "module:GenerateExportHeader", true], [1012, "index-0-module:GenerateExportHeader", false], [1317, "index-0-module:GenerateExportHeader", false], [1318, "index-0-module:GenerateExportHeader", false], [1320, "index-0-module:GenerateExportHeader", false], [1346, "index-0-module:GenerateExportHeader", false]], "generator": [[2, "index-0-generator:Borland Makefiles", false], [2, "index-0-generator:MSYS Makefiles", false], [2, "index-0-generator:MinGW Makefiles", false], [2, "index-0-generator:Ninja", false], [2, "index-0-generator:Ninja Multi-Config", false], [2, "index-0-generator:Unix Makefiles", false], [2, "index-0-generator:Xcode", false], [2, "index-1-generator:Ninja", false], [2, "index-1-generator:Ninja Multi-Config", false], [2, "index-1-generator:Xcode", false], [2, "index-2-generator:Ninja", false], [2, "index-3-generator:Ninja", false], [3, "index-0-generator:MSYS Makefiles", false], [3, "index-0-generator:MinGW Makefiles", false], [3, "index-0-generator:Ninja", false], [3, "index-0-generator:Ninja Multi-Config", false], [3, "index-0-generator:Unix Makefiles", false], [3, "index-1-generator:Ninja", false], [3, "index-2-generator:Ninja", false], [53, "index-0-generator:Xcode", false], [120, "index-0-generator:Green Hills MULTI", false], [219, "generator:Borland Makefiles", true], [220, "generator:CodeBlocks", true], [220, "index-0-generator:MinGW Makefiles", false], [220, "index-0-generator:NMake Makefiles", false], [220, "index-0-generator:NMake Makefiles JOM", false], [220, "index-0-generator:Ninja", false], [220, "index-0-generator:Unix Makefiles", false], [221, "generator:CodeLite", true], [221, "index-0-generator:MinGW Makefiles", false], [221, "index-0-generator:NMake Makefiles", false], [221, "index-0-generator:Ninja", false], [221, "index-0-generator:Unix Makefiles", false], [222, "generator:Eclipse CDT4", true], [222, "index-0-generator:MinGW Makefiles", false], [222, "index-0-generator:NMake Makefiles", false], [222, "index-0-generator:Ninja", false], [222, "index-0-generator:Unix Makefiles", false], [223, "generator:Green Hills MULTI", true], [224, "generator:Kate", true], [224, "index-0-generator:MinGW Makefiles", false], [224, "index-0-generator:NMake Makefiles", false], [224, "index-0-generator:Ninja", false], [224, "index-0-generator:Ninja Multi-Config", false], [224, "index-0-generator:Unix Makefiles", false], [225, "generator:MSYS Makefiles", true], [225, "index-0-generator:MinGW Makefiles", false], [226, "generator:MinGW Makefiles", true], [226, "index-0-generator:MSYS Makefiles", false], [227, "generator:NMake Makefiles", true], [228, "generator:NMake Makefiles JOM", true], [228, "index-0-generator:CodeBlocks", false], [229, "generator:Ninja", true], [229, "index-0-generator:Ninja Multi-Config", false], [230, "generator:Ninja Multi-Config", true], [230, "index-0-generator:Ninja", false], [230, "index-1-generator:Ninja", false], [231, "generator:Sublime Text 2", true], [231, "index-0-generator:MinGW Makefiles", false], [231, "index-0-generator:NMake Makefiles", false], [231, "index-0-generator:Ninja", false], [231, "index-0-generator:Unix Makefiles", false], [232, "generator:Unix Makefiles", true], [233, "generator:Visual Studio 10 2010", true], [233, "index-0-generator:NMake Makefiles", false], [233, "index-0-generator:Visual Studio 14 2015", false], [234, "generator:Visual Studio 11 2012", true], [234, "index-0-generator:NMake Makefiles", false], [234, "index-0-generator:Visual Studio 14 2015", false], [235, "generator:Visual Studio 12 2013", true], [235, "index-0-generator:NMake Makefiles", false], [235, "index-0-generator:Visual Studio 14 2015", false], [236, "generator:Visual Studio 14 2015", true], [237, "generator:Visual Studio 15 2017", true], [238, "generator:Visual Studio 16 2019", true], [239, "generator:Visual Studio 17 2022", true], [240, "generator:Visual Studio 6", true], [240, "index-0-generator:NMake Makefiles", false], [241, "generator:Visual Studio 7", true], [241, "index-0-generator:NMake Makefiles", false], [242, "generator:Visual Studio 7 .NET 2003", true], [242, "index-0-generator:NMake Makefiles", false], [243, "generator:Visual Studio 8 2005", true], [243, "index-0-generator:NMake Makefiles", false], [244, "generator:Visual Studio 9 2008", true], [244, "index-0-generator:NMake Makefiles", false], [244, "index-0-generator:Visual Studio 14 2015", false], [245, "generator:Watcom WMake", true], [246, "generator:Xcode", true], [247, "index-0-generator:Ninja Multi-Config", false], [247, "index-0-generator:Xcode", false], [262, "index-0-generator:MinGW Makefiles", false], [262, "index-0-generator:NMake Makefiles", false], [262, "index-0-generator:NMake Makefiles JOM", false], [262, "index-0-generator:Ninja", false], [262, "index-0-generator:Unix Makefiles", false], [262, "index-0-generator:Xcode", false], [262, "index-1-generator:NMake Makefiles", false], [262, "index-1-generator:NMake Makefiles JOM", false], [262, "index-1-generator:Ninja", false], [262, "index-1-generator:Unix Makefiles", false], [262, "index-2-generator:NMake Makefiles", false], [262, "index-2-generator:Ninja", false], [262, "index-2-generator:Unix Makefiles", false], [262, "index-3-generator:Ninja", false], [262, "index-4-generator:Ninja", false], [266, "index-0-generator:Ninja", false], [266, "index-0-generator:Ninja Multi-Config", false], [266, "index-0-generator:Xcode", false], [268, "index-0-generator:Xcode", false], [270, "index-0-generator:Ninja", false], [270, "index-0-generator:Ninja Multi-Config", false], [270, "index-0-generator:Visual Studio 17 2022", false], [274, "index-0-generator:Ninja Multi-Config", false], [274, "index-0-generator:Xcode", false], [274, "index-1-generator:Ninja Multi-Config", false], [283, "index-0-generator:Ninja", false], [283, "index-1-generator:Ninja", false], [285, "index-0-generator:Ninja", false], [285, "index-0-generator:Unix Makefiles", false], [285, "index-0-generator:Xcode", false], [285, "index-1-generator:Ninja", false], [285, "index-1-generator:Xcode", false], [285, "index-2-generator:Ninja", false], [285, "index-2-generator:Xcode", false], [287, "index-0-generator:Unix Makefiles", false], [290, "index-0-generator:Ninja", false], [304, "index-0-generator:Xcode", false], [367, "index-0-generator:Ninja", false], [367, "index-0-generator:Ninja Multi-Config", false], [368, "index-0-generator:Ninja", false], [368, "index-1-generator:Ninja", false], [368, "index-2-generator:Ninja", false], [368, "index-3-generator:Ninja", false], [555, "index-0-generator:Xcode", false], [555, "index-1-generator:Xcode", false], [555, "index-2-generator:Xcode", false], [555, "index-3-generator:Xcode", false], [568, "index-0-generator:Xcode", false], [618, "index-0-generator:Ninja", false], [618, "index-1-generator:Ninja", false], [618, "index-2-generator:Ninja", false], [702, "index-0-generator:Xcode", false], [702, "index-1-generator:Xcode", false], [717, "index-0-generator:Xcode", false], [717, "index-1-generator:Xcode", false], [747, "index-0-generator:Ninja", false], [784, "index-0-generator:Xcode", false], [784, "index-1-generator:Xcode", false], [806, "index-0-generator:Ninja Multi-Config", false], [806, "index-0-generator:Xcode", false], [817, "index-0-generator:Ninja", false], [818, "index-0-generator:Ninja", false], [819, "index-0-generator:Ninja", false], [824, "index-0-generator:Xcode", false], [825, "index-0-generator:Xcode", false], [825, "index-1-generator:Xcode", false], [835, "index-0-generator:Xcode", false], [836, "index-0-generator:Xcode", false], [836, "index-1-generator:Xcode", false], [837, "index-0-generator:Xcode", false], [838, "index-0-generator:Xcode", false], [842, "index-0-generator:Ninja", false], [845, "index-0-generator:Xcode", false], [845, "index-1-generator:Xcode", false], [851, "index-0-generator:Ninja", false], [851, "index-0-generator:Xcode", false], [852, "index-0-generator:Ninja", false], [852, "index-1-generator:Ninja", false], [883, "index-0-generator:Xcode", false], [884, "index-0-generator:Xcode", false], [885, "index-0-generator:Xcode", false], [915, "index-0-generator:Ninja", false], [937, "index-0-generator:Ninja Multi-Config", false], [937, "index-0-generator:Xcode", false], [937, "index-1-generator:Xcode", false], [939, "index-0-generator:Xcode", false], [944, "index-0-generator:Ninja", false], [946, "index-0-generator:Ninja", false], [1032, "index-0-generator:Xcode", false], [1039, "index-0-generator:Ninja", false], [1041, "index-0-generator:Green Hills MULTI", false], [1042, "index-0-generator:Green Hills MULTI", false], [1081, "index-0-generator:Xcode", false], [1081, "index-1-generator:Xcode", false], [1081, "index-2-generator:Xcode", false], [1081, "index-3-generator:Xcode", false], [1081, "index-4-generator:Xcode", false], [1081, "index-5-generator:Xcode", false], [1101, "index-0-generator:Ninja", false], [1121, "index-0-generator:Ninja", false], [1123, "index-0-generator:Ninja", false], [1124, "index-0-generator:Ninja", false], [1125, "index-0-generator:Ninja", false], [1127, "index-0-generator:Ninja", false], [1128, "index-0-generator:Ninja", false], [1132, "index-0-generator:Ninja Multi-Config", false], [1132, "index-0-generator:Xcode", false], [1133, "index-0-generator:Xcode", false], [1137, "index-0-generator:Green Hills MULTI", false], [1138, "index-0-generator:Ninja", false], [1187, "index-0-generator:Xcode", false], [1201, "index-0-generator:Ninja Multi-Config", false], [1201, "index-0-generator:Xcode", false], [1202, "index-0-generator:Xcode", false], [1217, "index-0-generator:Ninja Multi-Config", false], [1217, "index-0-generator:Xcode", false], [1254, "index-0-generator:Ninja", false], [1255, "index-0-generator:Visual Studio 9 2008", false], [1278, "index-0-generator:Xcode", false], [1279, "index-0-generator:Xcode", false], [1280, "index-0-generator:Xcode", false], [1281, "index-0-generator:Xcode", false], [1282, "index-0-generator:Xcode", false], [1283, "index-0-generator:Xcode", false], [1284, "index-0-generator:Xcode", false], [1286, "index-0-generator:Xcode", false], [1287, "index-0-generator:Xcode", false], [1315, "index-0-generator:Xcode", false], [1317, "index-0-generator:CodeLite", false], [1317, "index-0-generator:Kate", false], [1317, "index-0-generator:Ninja", false], [1317, "index-0-generator:Visual Studio 10 2010", false], [1317, "index-0-generator:Visual Studio 11 2012", false], [1317, "index-0-generator:Visual Studio 12 2013", false], [1317, "index-1-generator:Ninja", false], [1318, "index-0-generator:Visual Studio 14 2015", false], [1318, "index-0-generator:Xcode", false], [1319, "index-0-generator:CodeBlocks", false], [1319, "index-0-generator:Ninja", false], [1319, "index-0-generator:Xcode", false], [1319, "index-1-generator:Ninja", false], [1320, "index-0-generator:CodeBlocks", false], [1320, "index-0-generator:Ninja", false], [1320, "index-0-generator:Visual Studio 15 2017", false], [1320, "index-0-generator:Xcode", false], [1320, "index-1-generator:Ninja", false], [1320, "index-1-generator:Xcode", false], [1321, "index-0-generator:Ninja", false], [1321, "index-0-generator:Visual Studio 8 2005", false], [1322, "index-0-generator:Green Hills MULTI", false], [1322, "index-0-generator:Visual Studio 15 2017", false], [1322, "index-0-generator:Visual Studio 9 2008", false], [1322, "index-0-generator:Xcode", false], [1323, "index-0-generator:Green Hills MULTI", false], [1323, "index-0-generator:Visual Studio 16 2019", false], [1323, "index-0-generator:Xcode", false], [1323, "index-1-generator:Visual Studio 16 2019", false], [1324, "index-0-generator:Green Hills MULTI", false], [1324, "index-0-generator:Ninja", false], [1324, "index-0-generator:Xcode", false], [1324, "index-1-generator:Ninja", false], [1324, "index-1-generator:Xcode", false], [1325, "index-0-generator:Eclipse CDT4", false], [1325, "index-0-generator:Ninja", false], [1325, "index-0-generator:Xcode", false], [1326, "index-0-generator:MinGW Makefiles", false], [1326, "index-0-generator:Ninja", false], [1326, "index-0-generator:Ninja Multi-Config", false], [1326, "index-0-generator:Xcode", false], [1326, "index-1-generator:Ninja", false], [1326, "index-1-generator:Xcode", false], [1326, "index-2-generator:Ninja", false], [1327, "index-0-generator:Ninja", false], [1327, "index-0-generator:Ninja Multi-Config", false], [1327, "index-0-generator:Xcode", false], [1328, "index-0-generator:Ninja", false], [1328, "index-0-generator:Visual Studio 14 2015", false], [1328, "index-0-generator:Xcode", false], [1328, "index-1-generator:Xcode", false], [1328, "index-2-generator:Xcode", false], [1329, "index-0-generator:Ninja", false], [1329, "index-0-generator:Xcode", false], [1330, "index-0-generator:Ninja Multi-Config", false], [1330, "index-0-generator:Xcode", false], [1330, "index-1-generator:Xcode", false], [1331, "index-0-generator:NMake Makefiles", false], [1331, "index-0-generator:Ninja", false], [1331, "index-0-generator:Visual Studio 17 2022", false], [1331, "index-0-generator:Xcode", false], [1331, "index-1-generator:Visual Studio 17 2022", false], [1331, "index-1-generator:Xcode", false], [1331, "index-2-generator:Visual Studio 17 2022", false], [1331, "index-2-generator:Xcode", false], [1331, "index-3-generator:Visual Studio 17 2022", false], [1331, "index-4-generator:Visual Studio 17 2022", false], [1332, "index-0-generator:NMake Makefiles", false], [1332, "index-0-generator:Ninja", false], [1332, "index-0-generator:Visual Studio 10 2010", false], [1333, "index-0-generator:Xcode", false], [1333, "index-1-generator:Xcode", false], [1334, "index-0-generator:Green Hills MULTI", false], [1334, "index-0-generator:MSYS Makefiles", false], [1334, "index-0-generator:MinGW Makefiles", false], [1334, "index-0-generator:Xcode", false], [1335, "index-0-generator:Visual Studio 10 2010", false], [1335, "index-0-generator:Visual Studio 11 2012", false], [1335, "index-0-generator:Xcode", false], [1335, "index-1-generator:Xcode", false], [1335, "index-2-generator:Xcode", false], [1335, "index-3-generator:Xcode", false], [1335, "index-4-generator:Xcode", false], [1336, "index-0-generator:Ninja Multi-Config", false], [1336, "index-0-generator:Xcode", false], [1337, "index-0-generator:Visual Studio 9 2008", false], [1338, "index-0-generator:Visual Studio 11 2012", false], [1338, "index-0-generator:Visual Studio 12 2013", false], [1338, "index-0-generator:Xcode", false], [1338, "index-1-generator:Xcode", false], [1339, "index-0-generator:NMake Makefiles", false], [1339, "index-0-generator:Ninja", false], [1339, "index-0-generator:Xcode", false], [1340, "index-0-generator:Green Hills MULTI", false], [1340, "index-0-generator:Ninja", false], [1340, "index-0-generator:Visual Studio 10 2010", false], [1340, "index-0-generator:Visual Studio 6", false], [1340, "index-0-generator:Visual Studio 7", false], [1340, "index-1-generator:Ninja", false], [1341, "index-0-generator:Visual Studio 9 2008", false], [1342, "index-0-generator:Visual Studio 12 2013", false], [1343, "index-0-generator:Ninja", false], [1343, "index-0-generator:Visual Studio 14 2015", false], [1343, "index-0-generator:Xcode", false], [1343, "index-1-generator:Ninja", false], [1344, "index-0-generator:Visual Studio 14 2015", false], [1344, "index-0-generator:Xcode", false], [1345, "index-0-generator:Ninja", false], [1345, "index-0-generator:Visual Studio 14 2015", false], [1345, "index-0-generator:Visual Studio 6", false], [1345, "index-0-generator:Visual Studio 7", false], [1345, "index-0-generator:Visual Studio 7 .NET 2003", false], [1345, "index-0-generator:Visual Studio 8 2005", false], [1345, "index-0-generator:Visual Studio 9 2008", false], [1345, "index-1-generator:Ninja", false], [1345, "index-2-generator:Ninja", false], [1345, "index-3-generator:Ninja", false], [1346, "index-0-generator:CodeLite", false], [1346, "index-0-generator:Ninja", false], [1346, "index-0-generator:Visual Studio 15 2017", false], [1346, "index-0-generator:Xcode", false], [1346, "index-1-generator:Ninja", false], [1346, "index-1-generator:Xcode", false], [1346, "index-2-generator:Ninja", false], [1346, "index-2-generator:Xcode", false], [1347, "index-0-generator:CodeBlocks", false], [1347, "index-0-generator:CodeLite", false], [1347, "index-0-generator:NMake Makefiles JOM", false], [1347, "index-0-generator:Ninja", false], [1347, "index-0-generator:Sublime Text 2", false], [1347, "index-0-generator:Xcode", false], [1347, "index-1-generator:Ninja", false], [1347, "index-1-generator:Sublime Text 2", false], [1347, "index-1-generator:Xcode", false], [1347, "index-2-generator:Ninja", false], [1347, "index-2-generator:Sublime Text 2", false], [1348, "index-0-generator:Ninja", false], [1348, "index-0-generator:Visual Studio 14 2015", false], [1348, "index-0-generator:Visual Studio 7 .NET 2003", false], [1348, "index-0-generator:Visual Studio 8 2005", false], [1348, "index-0-generator:Xcode", false], [1348, "index-1-generator:Ninja", false], [1348, "index-1-generator:Xcode", false], [1348, "index-2-generator:Xcode", false], [1398, "index-0-generator:Ninja", false], [1422, "index-0-generator:Ninja", false], [1429, "index-0-generator:Ninja Multi-Config", false], [1429, "index-0-generator:Xcode", false], [1445, "index-0-generator:Ninja Multi-Config", false], [1445, "index-0-generator:Xcode", false], [1448, "index-0-generator:Xcode", false], [1450, "index-0-generator:Ninja Multi-Config", false], [1485, "index-0-generator:Ninja Multi-Config", false], [1486, "index-0-generator:Ninja Multi-Config", false], [1500, "index-0-generator:Eclipse CDT4", false], [1563, "index-0-generator:Green Hills MULTI", false], [1564, "index-0-generator:Green Hills MULTI", false], [1564, "index-0-generator:Xcode", false], [1738, "index-0-generator:Green Hills MULTI", false], [1738, "index-0-generator:NMake Makefiles", false], [1738, "index-0-generator:Ninja", false], [1738, "index-0-generator:Xcode", false], [1760, "index-0-generator:Ninja Multi-Config", false], [1833, "index-0-generator:Sublime Text 2", false], [1883, "index-0-generator:Visual Studio 14 2015", false], [1919, "index-0-generator:Xcode", false], [1920, "index-0-generator:Xcode", false], [1921, "index-0-generator:Xcode", false], [1922, "index-0-generator:Xcode", false], [1923, "index-0-generator:Xcode", false], [1924, "index-0-generator:Xcode", false], [1948, "index-0-generator:Xcode", false], [2039, "index-0-generator:Green Hills MULTI", false], [2057, "index-0-generator:MSYS Makefiles", false], [2086, "index-0-generator:Xcode", false], [2087, "index-0-generator:Xcode", false], [2087, "index-1-generator:Xcode", false]], "generator_file_name": [[1040, "prop_tgt:GENERATOR_FILE_NAME", true]], "generator_is_multi_config": [[283, "index-0-prop_gbl:GENERATOR_IS_MULTI_CONFIG", false], [283, "index-1-prop_gbl:GENERATOR_IS_MULTI_CONFIG", false], [806, "prop_gbl:GENERATOR_IS_MULTI_CONFIG", true], [948, "index-0-prop_gbl:GENERATOR_IS_MULTI_CONFIG", false], [948, "index-1-prop_gbl:GENERATOR_IS_MULTI_CONFIG", false], [958, "index-0-prop_gbl:GENERATOR_IS_MULTI_CONFIG", false], [1348, "index-0-prop_gbl:GENERATOR_IS_MULTI_CONFIG", false]], "genex": [[1, "index-0-genex:COMPILE_LANGUAGE", false], [1, "index-1-genex:COMPILE_LANGUAGE", false], [1, "index-2-genex:COMPILE_LANGUAGE", false], [2, "index-0-genex:TARGET_FILE", false], [3, "index-0-genex:TARGET_FILE", false], [7, "index-0-genex:TARGET_OBJECTS", false], [7, "index-0-genex:TARGET_RUNTIME_DLLS", false], [7, "index-1-genex:TARGET_OBJECTS", false], [8, "index-0-genex:DEVICE_LINK", false], [8, "index-0-genex:HOST_LINK", false], [55, "index-0-genex:COMPILE_FEATURES", false], [55, "index-0-genex:CONFIG", false], [55, "index-0-genex:TARGET_PROPERTY", false], [77, "index-0-genex:INSTALL_PREFIX", false], [113, "index-0-genex:COMPILE_LANGUAGE", false], [114, "index-0-genex:BUILD_INTERFACE", false], [114, "index-0-genex:INSTALL_INTERFACE", false], [114, "index-1-genex:BUILD_INTERFACE", false], [114, "index-1-genex:INSTALL_INTERFACE", false], [114, "index-2-genex:INSTALL_INTERFACE", false], [114, "index-3-genex:INSTALL_INTERFACE", false], [116, "index-0-genex:TARGET_OBJECTS", false], [116, "index-1-genex:TARGET_OBJECTS", false], [117, "index-0-genex:DEVICE_LINK", false], [117, "index-0-genex:HOST_LINK", false], [118, "index-0-genex:ANGLE-R", false], [118, "index-0-genex:BUILD_INTERFACE", false], [118, "index-0-genex:COMPILE_LANGUAGE", false], [118, "index-1-genex:ANGLE-R", false], [118, "index-1-genex:COMPILE_LANGUAGE", false], [119, "index-0-genex:BUILD_INTERFACE", false], [119, "index-1-genex:BUILD_INTERFACE", false], [230, "index-0-genex:COMMAND_CONFIG", false], [230, "index-0-genex:CONFIG", false], [230, "index-0-genex:OUTPUT_CONFIG", false], [230, "index-1-genex:OUTPUT_CONFIG", false], [248, "index-0-genex:INSTALL_PREFIX", false], [266, "index-0-genex:CONFIG", false], [266, "index-0-genex:TARGET_OBJECTS", false], [266, "index-0-genex:TARGET_PROPERTY", false], [266, "index-1-genex:CONFIG", false], [266, "index-2-genex:CONFIG", false], [274, "genex:AND", true], [274, "genex:ANGLE-R", true], [274, "genex:BOOL", true], [274, "genex:BUILD_INTERFACE", true], [274, "genex:BUILD_LOCAL_INTERFACE", true], [274, "genex:COMMA", true], [274, "genex:COMMAND_CONFIG", true], [274, "genex:COMPILE_FEATURES", true], [274, "genex:COMPILE_LANGUAGE", true], [274, "genex:COMPILE_LANG_AND_ID", true], [274, "genex:COMPILE_ONLY", true], [274, "genex:CONFIG", true], [274, "genex:CONFIGURATION", true], [274, "genex:CUDA_COMPILER_FRONTEND_VARIANT", true], [274, "genex:CUDA_COMPILER_ID", true], [274, "genex:CUDA_COMPILER_VERSION", true], [274, "genex:CXX_COMPILER_FRONTEND_VARIANT", true], [274, "genex:CXX_COMPILER_ID", true], [274, "genex:CXX_COMPILER_VERSION", true], [274, "genex:C_COMPILER_FRONTEND_VARIANT", true], [274, "genex:C_COMPILER_ID", true], [274, "genex:C_COMPILER_VERSION", true], [274, "genex:DEVICE_LINK", true], [274, "genex:EQUAL", true], [274, "genex:FILTER", true], [274, "genex:Fortran_COMPILER_FRONTEND_VARIANT", true], [274, "genex:Fortran_COMPILER_ID", true], [274, "genex:Fortran_COMPILER_VERSION", true], [274, "genex:GENEX_EVAL", true], [274, "genex:HIP_COMPILER_FRONTEND_VARIANT", true], [274, "genex:HIP_COMPILER_ID", true], [274, "genex:HIP_COMPILER_VERSION", true], [274, "genex:HOST_LINK", true], [274, "genex:IF", true], [274, "genex:INSTALL_INTERFACE", true], [274, "genex:INSTALL_PREFIX", true], [274, "genex:IN_LIST", true], [274, "genex:ISPC_COMPILER_FRONTEND_VARIANT", true], [274, "genex:ISPC_COMPILER_ID", true], [274, "genex:ISPC_COMPILER_VERSION", true], [274, "genex:JOIN", true], [274, "genex:LINK_GROUP", true], [274, "genex:LINK_LANGUAGE", true], [274, "genex:LINK_LANG_AND_ID", true], [274, "genex:LINK_LIBRARY", true], [274, "genex:LINK_ONLY", true], [274, "genex:LIST", true], [274, "genex:LOWER_CASE", true], [274, "genex:MAKE_C_IDENTIFIER", true], [274, "genex:NOT", true], [274, "genex:OBJCXX_COMPILER_FRONTEND_VARIANT", true], [274, "genex:OBJCXX_COMPILER_ID", true], [274, "genex:OBJCXX_COMPILER_VERSION", true], [274, "genex:OBJC_COMPILER_FRONTEND_VARIANT", true], [274, "genex:OBJC_COMPILER_ID", true], [274, "genex:OBJC_COMPILER_VERSION", true], [274, "genex:OR", true], [274, "genex:OUTPUT_CONFIG", true], [274, "genex:PATH", true], [274, "genex:PATH_EQUAL", true], [274, "genex:PLATFORM_ID", true], [274, "genex:QUOTE", true], [274, "genex:REMOVE_DUPLICATES", true], [274, "genex:SEMICOLON", true], [274, "genex:SHELL_PATH", true], [274, "genex:STREQUAL", true], [274, "genex:TARGET_BUNDLE_CONTENT_DIR", true], [274, "genex:TARGET_BUNDLE_DIR", true], [274, "genex:TARGET_BUNDLE_DIR_NAME", true], [274, "genex:TARGET_EXISTS", true], [274, "genex:TARGET_FILE", true], [274, "genex:TARGET_FILE_BASE_NAME", true], [274, "genex:TARGET_FILE_DIR", true], [274, "genex:TARGET_FILE_NAME", true], [274, "genex:TARGET_FILE_PREFIX", true], [274, "genex:TARGET_FILE_SUFFIX", true], [274, "genex:TARGET_GENEX_EVAL", true], [274, "genex:TARGET_IMPORT_FILE", true], [274, "genex:TARGET_IMPORT_FILE_BASE_NAME", true], [274, "genex:TARGET_IMPORT_FILE_DIR", true], [274, "genex:TARGET_IMPORT_FILE_NAME", true], [274, "genex:TARGET_IMPORT_FILE_PREFIX", true], [274, "genex:TARGET_IMPORT_FILE_SUFFIX", true], [274, "genex:TARGET_LINKER_FILE", true], [274, "genex:TARGET_LINKER_FILE_BASE_NAME", true], [274, "genex:TARGET_LINKER_FILE_DIR", true], [274, "genex:TARGET_LINKER_FILE_NAME", true], [274, "genex:TARGET_LINKER_FILE_PREFIX", true], [274, "genex:TARGET_LINKER_FILE_SUFFIX", true], [274, "genex:TARGET_LINKER_IMPORT_FILE", true], [274, "genex:TARGET_LINKER_IMPORT_FILE_BASE_NAME", true], [274, "genex:TARGET_LINKER_IMPORT_FILE_DIR", true], [274, "genex:TARGET_LINKER_IMPORT_FILE_NAME", true], [274, "genex:TARGET_LINKER_IMPORT_FILE_PREFIX", true], [274, "genex:TARGET_LINKER_IMPORT_FILE_SUFFIX", true], [274, "genex:TARGET_LINKER_LIBRARY_FILE", true], [274, "genex:TARGET_LINKER_LIBRARY_FILE_BASE_NAME", true], [274, "genex:TARGET_LINKER_LIBRARY_FILE_DIR", true], [274, "genex:TARGET_LINKER_LIBRARY_FILE_NAME", true], [274, "genex:TARGET_LINKER_LIBRARY_FILE_PREFIX", true], [274, "genex:TARGET_LINKER_LIBRARY_FILE_SUFFIX", true], [274, "genex:TARGET_NAME", true], [274, "genex:TARGET_NAME_IF_EXISTS", true], [274, "genex:TARGET_OBJECTS", true], [274, "genex:TARGET_PDB_FILE", true], [274, "genex:TARGET_PDB_FILE_BASE_NAME", true], [274, "genex:TARGET_PDB_FILE_DIR", true], [274, "genex:TARGET_PDB_FILE_NAME", true], [274, "genex:TARGET_POLICY", true], [274, "genex:TARGET_PROPERTY", true], [274, "genex:TARGET_PROPERTY:prop", true], [274, "genex:TARGET_RUNTIME_DLLS", true], [274, "genex:TARGET_RUNTIME_DLL_DIRS", true], [274, "genex:TARGET_SONAME_FILE", true], [274, "genex:TARGET_SONAME_FILE_DIR", true], [274, "genex:TARGET_SONAME_FILE_NAME", true], [274, "genex:TARGET_SONAME_IMPORT_FILE", true], [274, "genex:TARGET_SONAME_IMPORT_FILE_DIR", true], [274, "genex:TARGET_SONAME_IMPORT_FILE_NAME", true], [274, "genex:UPPER_CASE", true], [274, "genex:VERSION_EQUAL", true], [274, "genex:VERSION_GREATER", true], [274, "genex:VERSION_GREATER_EQUAL", true], [274, "genex:VERSION_LESS", true], [274, "genex:VERSION_LESS_EQUAL", true], [274, "genex:condition", true], [274, "index-0-genex:CONFIG", false], [274, "index-0-genex:CONFIGURATION", false], [274, "index-0-genex:DEVICE_LINK", false], [274, "index-0-genex:FILTER", false], [274, "index-0-genex:JOIN", false], [274, "index-0-genex:LINK_GROUP", false], [274, "index-0-genex:LINK_LIBRARY", false], [274, "index-0-genex:LINK_ONLY", false], [274, "index-0-genex:REMOVE_DUPLICATES", false], [274, "index-0-genex:TARGET_LINKER_FILE_NAME", false], [274, "index-0-genex:TARGET_LINKER_IMPORT_FILE", false], [274, "index-0-genex:TARGET_LINKER_IMPORT_FILE_NAME", false], [274, "index-0-genex:TARGET_LINKER_LIBRARY_FILE", false], [274, "index-0-genex:TARGET_LINKER_LIBRARY_FILE_NAME", false], [274, "index-0-genex:TARGET_PROPERTY", false], [274, "index-0-genex:TARGET_RUNTIME_DLLS", false], [274, "index-0-genex:TARGET_RUNTIME_DLL_DIRS", false], [274, "index-1-genex:JOIN", false], [274, "index-1-genex:LINK_LIBRARY", false], [274, "index-1-genex:LINK_ONLY", false], [274, "index-1-genex:TARGET_PROPERTY", false], [274, "index-2-genex:LINK_LIBRARY", false], [274, "index-2-genex:LINK_ONLY", false], [274, "index-3-genex:LINK_LIBRARY", false], [274, "index-3-genex:LINK_ONLY", false], [274, "index-4-genex:LINK_ONLY", false], [274, "index-5-genex:LINK_ONLY", false], [274, "index-6-genex:LINK_ONLY", false], [274, "index-7-genex:LINK_ONLY", false], [277, "index-0-genex:SEMICOLON", false], [586, "index-0-genex:TARGET_FILE", false], [586, "index-1-genex:TARGET_FILE", false], [611, "index-0-genex:TARGET_OBJECTS", false], [659, "index-0-genex:LINK_ONLY", false], [659, "index-0-genex:TARGET_PROPERTY", false], [691, "index-0-genex:LINK_ONLY", false], [691, "index-1-genex:LINK_ONLY", false], [691, "index-2-genex:LINK_ONLY", false], [691, "index-3-genex:LINK_ONLY", false], [691, "index-4-genex:LINK_ONLY", false], [726, "index-0-genex:LINK_ONLY", false], [726, "index-0-genex:TARGET_PROPERTY", false], [726, "index-1-genex:LINK_ONLY", false], [726, "index-1-genex:TARGET_PROPERTY", false], [726, "index-2-genex:TARGET_PROPERTY", false], [726, "index-3-genex:TARGET_PROPERTY", false], [978, "index-0-genex:COMPILE_LANGUAGE", false], [1088, "index-0-genex:INSTALL_PREFIX", false], [1088, "index-0-genex:TARGET_RUNTIME_DLLS", false], [1090, "index-0-genex:TARGET_RUNTIME_DLLS", false], [1100, "index-0-genex:INSTALL_INTERFACE", false], [1100, "index-1-genex:INSTALL_INTERFACE", false], [1104, "index-0-genex:LINK_ONLY", false], [1104, "index-0-genex:TARGET_PROPERTY", false], [1147, "index-0-genex:LINK_ONLY", false], [1150, "index-0-genex:LINK_LIBRARY", false], [1150, "index-1-genex:LINK_LIBRARY", false], [1150, "index-2-genex:LINK_LIBRARY", false], [1151, "index-0-genex:LINK_LIBRARY", false], [1151, "index-1-genex:LINK_LIBRARY", false], [1152, "index-0-genex:DEVICE_LINK", false], [1152, "index-0-genex:HOST_LINK", false], [1152, "index-1-genex:DEVICE_LINK", false], [1152, "index-1-genex:HOST_LINK", false], [1220, "index-0-genex:LINK_ONLY", false], [1220, "index-0-genex:TARGET_PROPERTY", false], [1220, "index-1-genex:LINK_ONLY", false], [1220, "index-1-genex:TARGET_PROPERTY", false], [1221, "index-0-genex:LINK_ONLY", false], [1221, "index-0-genex:TARGET_PROPERTY", false], [1221, "index-1-genex:LINK_ONLY", false], [1221, "index-1-genex:TARGET_PROPERTY", false], [1324, "index-0-genex:COMPILE_LANGUAGE", false], [1324, "index-0-genex:COMPILE_LANG_AND_ID", false], [1324, "index-0-genex:CUDA_COMPILER_ID", false], [1324, "index-0-genex:CUDA_COMPILER_VERSION", false], [1324, "index-0-genex:CXX_COMPILER_ID", false], [1324, "index-0-genex:C_COMPILER_ID", false], [1324, "index-0-genex:FILTER", false], [1324, "index-0-genex:Fortran_COMPILER_ID", false], [1324, "index-0-genex:PLATFORM_ID", false], [1324, "index-0-genex:REMOVE_DUPLICATES", false], [1324, "index-0-genex:SHELL_PATH", false], [1324, "index-0-genex:TARGET_FILE_BASE_NAME", false], [1324, "index-0-genex:TARGET_FILE_PREFIX", false], [1324, "index-0-genex:TARGET_FILE_SUFFIX", false], [1324, "index-0-genex:TARGET_LINKER_FILE_BASE_NAME", false], [1324, "index-0-genex:TARGET_LINKER_FILE_PREFIX", false], [1324, "index-0-genex:TARGET_LINKER_FILE_SUFFIX", false], [1324, "index-0-genex:TARGET_OBJECTS", false], [1324, "index-0-genex:TARGET_PDB_FILE_BASE_NAME", false], [1324, "index-1-genex:COMPILE_LANG_AND_ID", false], [1324, "index-1-genex:CUDA_COMPILER_ID", false], [1326, "index-0-genex:INSTALL_PREFIX", false], [1327, "index-0-genex:DEVICE_LINK", false], [1327, "index-0-genex:HOST_LINK", false], [1327, "index-0-genex:LINK_LANGUAGE", false], [1327, "index-0-genex:LINK_LANG_AND_ID", false], [1330, "index-0-genex:COMMAND_CONFIG", false], [1330, "index-0-genex:OUTPUT_CONFIG", false], [1331, "index-0-genex:TARGET_OBJECTS", false], [1331, "index-0-genex:TARGET_RUNTIME_DLLS", false], [1333, "index-0-genex:DEVICE_LINK", false], [1333, "index-0-genex:HOST_LINK", false], [1334, "index-0-genex:LINK_GROUP", false], [1334, "index-0-genex:LINK_LIBRARY", false], [1334, "index-0-genex:LINK_ONLY", false], [1334, "index-0-genex:PATH", false], [1334, "index-0-genex:PATH_EQUAL", false], [1334, "index-0-genex:TARGET_BUNDLE_DIR_NAME", false], [1334, "index-1-genex:LINK_GROUP", false], [1334, "index-1-genex:LINK_LIBRARY", false], [1334, "index-2-genex:LINK_LIBRARY", false], [1334, "index-3-genex:LINK_LIBRARY", false], [1334, "index-4-genex:LINK_LIBRARY", false], [1336, "index-0-genex:BUILD_LOCAL_INTERFACE", false], [1337, "index-0-genex:COMPILE_ONLY", false], [1337, "index-0-genex:INSTALL_PREFIX", false], [1337, "index-0-genex:TARGET_IMPORT_FILE", false], [1337, "index-0-genex:TARGET_IMPORT_FILE_BASE_NAME", false], [1337, "index-0-genex:TARGET_IMPORT_FILE_DIR", false], [1337, "index-0-genex:TARGET_IMPORT_FILE_NAME", false], [1337, "index-0-genex:TARGET_IMPORT_FILE_PREFIX", false], [1337, "index-0-genex:TARGET_IMPORT_FILE_SUFFIX", false], [1337, "index-0-genex:TARGET_RUNTIME_DLLS", false], [1337, "index-0-genex:TARGET_RUNTIME_DLL_DIRS", false], [1338, "index-0-genex:AND", false], [1338, "index-0-genex:IF", false], [1338, "index-0-genex:OR", false], [1341, "index-0-genex:C_COMPILER_FRONTEND_VARIANT", false], [1341, "index-0-genex:LINK_LIBRARY", false], [1341, "index-0-genex:QUOTE", false], [1341, "index-0-genex:TARGET_PROPERTY", false], [1341, "index-1-genex:TARGET_PROPERTY", false], [1348, "index-0-genex:TARGET_BUNDLE_CONTENT_DIR", false], [1348, "index-0-genex:TARGET_BUNDLE_DIR", false], [1348, "index-1-genex:TARGET_BUNDLE_DIR", false], [1429, "index-0-genex:CONFIG", false], [1684, "index-0-genex:LINK_GROUP", false], [1690, "index-0-genex:LINK_GROUP", false], [1690, "index-0-genex:LINK_LIBRARY", false], [1690, "index-1-genex:LINK_LIBRARY", false], [1690, "index-2-genex:LINK_LIBRARY", false], [1690, "index-3-genex:LINK_LIBRARY", false], [1720, "index-0-genex:LINK_GROUP", false], [1720, "index-1-genex:LINK_GROUP", false], [1729, "index-0-genex:LINK_GROUP", false], [1729, "index-0-genex:LINK_LIBRARY", false], [1729, "index-1-genex:LINK_LIBRARY", false], [1729, "index-2-genex:LINK_LIBRARY", false], [1729, "index-3-genex:LINK_LIBRARY", false], [1729, "index-4-genex:LINK_LIBRARY", false]], "genex_eval": [[274, "genex:GENEX_EVAL", true]], "get_cmake_property": [[64, "command:get_cmake_property", true], [313, "index-0-command:get_cmake_property", false]], "get_directory_property": [[40, "index-0-command:get_directory_property", false], [65, "command:get_directory_property", true], [67, "index-0-command:get_directory_property", false], [101, "index-0-command:get_directory_property", false], [1328, "index-0-command:get_directory_property", false]], "get_filename_component": [[66, "command:get_filename_component", true], [394, "index-0-command:get_filename_component", false], [1319, "index-0-command:get_filename_component", false], [1323, "index-0-command:get_filename_component", false], [1343, "index-0-command:get_filename_component", false]], "get_property": [[40, "index-0-command:get_property", false], [40, "index-1-command:get_property", false], [40, "index-2-command:get_property", false], [40, "index-3-command:get_property", false], [40, "index-4-command:get_property", false], [40, "index-5-command:get_property", false], [40, "index-6-command:get_property", false], [64, "index-0-command:get_property", false], [65, "index-0-command:get_property", false], [67, "command:get_property", true], [68, "index-0-command:get_property", false], [69, "index-0-command:get_property", false], [70, "index-0-command:get_property", false], [102, "index-0-command:get_property", false], [104, "index-0-command:get_property", false], [678, "index-0-command:get_property", false], [723, "index-0-command:get_property", false], [723, "index-1-command:get_property", false], [750, "index-0-command:get_property", false], [760, "index-0-command:get_property", false], [775, "index-0-command:get_property", false], [1318, "index-0-command:get_property", false], [1327, "index-0-command:get_property", false], [1328, "index-0-command:get_property", false], [1338, "index-0-command:get_property", false]], "get_source_file_property": [[40, "index-0-command:get_source_file_property", false], [67, "index-0-command:get_source_file_property", false], [68, "command:get_source_file_property", true], [103, "index-0-command:get_source_file_property", false], [103, "index-1-command:get_source_file_property", false], [678, "index-0-command:get_source_file_property", false], [723, "index-0-command:get_source_file_property", false], [723, "index-1-command:get_source_file_property", false], [1327, "index-0-command:get_source_file_property", false]], "get_target_property": [[40, "index-0-command:get_target_property", false], [67, "index-0-command:get_target_property", false], [69, "command:get_target_property", true], [104, "index-0-command:get_target_property", false], [104, "index-1-command:get_target_property", false], [605, "index-0-command:get_target_property", false], [1317, "index-0-command:get_target_property", false]], "get_test_property": [[40, "index-0-command:get_test_property", false], [67, "index-0-command:get_test_property", false], [70, "command:get_test_property", true], [1338, "index-0-command:get_test_property", false]], "getprerequisites": [[537, "module:GetPrerequisites", true], [1325, "index-0-module:GetPrerequisites", false], [1325, "index-1-module:GetPrerequisites", false]], "ghs_integrity_app": [[223, "index-0-prop_tgt:GHS_INTEGRITY_APP", false], [1041, "prop_tgt:GHS_INTEGRITY_APP", true], [1323, "index-0-prop_tgt:GHS_INTEGRITY_APP", false]], "ghs_no_source_group_file": [[223, "index-0-prop_tgt:GHS_NO_SOURCE_GROUP_FILE", false], [1042, "prop_tgt:GHS_NO_SOURCE_GROUP_FILE", true], [1323, "index-0-prop_tgt:GHS_NO_SOURCE_GROUP_FILE", false], [1565, "index-0-prop_tgt:GHS_NO_SOURCE_GROUP_FILE", false]], "ghsmulti": [[2039, "variable:GHSMULTI", true]], "global property": [[2, "index-0-prop_gbl:JOB_POOLS", false], [2, "index-1-prop_gbl:JOB_POOLS", false], [2, "index-2-prop_gbl:JOB_POOLS", false], [3, "index-0-prop_gbl:JOB_POOLS", false], [3, "index-1-prop_gbl:JOB_POOLS", false], [3, "index-2-prop_gbl:JOB_POOLS", false], [18, "index-0-prop_gbl:PROPAGATE_TOP_LEVEL_INCLUDES_TO_TRY_COMPILE", false], [57, "index-0-prop_gbl:FIND_LIBRARY_USE_LIB32_PATHS", false], [57, "index-0-prop_gbl:FIND_LIBRARY_USE_LIB64_PATHS", false], [57, "index-0-prop_gbl:FIND_LIBRARY_USE_LIBX32_PATHS", false], [57, "index-1-prop_gbl:FIND_LIBRARY_USE_LIB32_PATHS", false], [57, "index-1-prop_gbl:FIND_LIBRARY_USE_LIB64_PATHS", false], [57, "index-1-prop_gbl:FIND_LIBRARY_USE_LIBX32_PATHS", false], [58, "index-0-prop_gbl:FIND_LIBRARY_USE_LIB32_PATHS", false], [58, "index-0-prop_gbl:FIND_LIBRARY_USE_LIB64_PATHS", false], [58, "index-0-prop_gbl:FIND_LIBRARY_USE_LIBX32_PATHS", false], [77, "index-0-prop_gbl:INSTALL_PARALLEL", false], [116, "index-0-prop_gbl:DEBUG_CONFIGURATIONS", false], [116, "index-1-prop_gbl:DEBUG_CONFIGURATIONS", false], [120, "index-0-prop_gbl:PROPAGATE_TOP_LEVEL_INCLUDES_TO_TRY_COMPILE", false], [120, "index-1-prop_gbl:PROPAGATE_TOP_LEVEL_INCLUDES_TO_TRY_COMPILE", false], [168, "index-0-prop_gbl:INSTALL_PARALLEL", false], [229, "index-0-prop_gbl:INSTALL_PARALLEL", false], [268, "index-0-prop_gbl:CMAKE_CUDA_KNOWN_FEATURES", false], [268, "index-0-prop_gbl:CMAKE_CXX_KNOWN_FEATURES", false], [268, "index-0-prop_gbl:CMAKE_C_KNOWN_FEATURES", false], [268, "index-1-prop_gbl:CMAKE_CXX_KNOWN_FEATURES", false], [268, "index-1-prop_gbl:CMAKE_C_KNOWN_FEATURES", false], [268, "index-2-prop_gbl:CMAKE_CXX_KNOWN_FEATURES", false], [283, "index-0-prop_gbl:GENERATOR_IS_MULTI_CONFIG", false], [283, "index-1-prop_gbl:GENERATOR_IS_MULTI_CONFIG", false], [285, "index-0-prop_gbl:ENABLED_LANGUAGES", false], [287, "index-0-prop_gbl:INSTALL_PARALLEL", false], [368, "index-0-prop_gbl:JOB_POOLS", false], [412, "index-0-prop_gbl:CMAKE_ROLE", false], [473, "index-0-prop_gbl:CMAKE_ROLE", false], [473, "index-1-prop_gbl:CMAKE_ROLE", false], [474, "index-0-prop_gbl:CMAKE_ROLE", false], [474, "index-1-prop_gbl:CMAKE_ROLE", false], [475, "index-0-prop_gbl:CMAKE_ROLE", false], [475, "index-1-prop_gbl:CMAKE_ROLE", false], [559, "index-0-prop_gbl:CMAKE_CXX_KNOWN_FEATURES", false], [559, "index-0-prop_gbl:CMAKE_C_KNOWN_FEATURES", false], [562, "index-0-prop_gbl:ALLOW_DUPLICATE_CUSTOM_TARGETS", false], [703, "index-0-prop_gbl:USE_FOLDERS", false], [703, "index-1-prop_gbl:USE_FOLDERS", false], [724, "index-0-prop_gbl:TARGET_SUPPORTS_SHARED_LIBS", false], [771, "index-0-prop_gbl:RULE_LAUNCH_COMPILE", false], [773, "index-0-prop_gbl:RULE_LAUNCH_LINK", false], [784, "prop_gbl:ALLOW_DUPLICATE_CUSTOM_TARGETS", true], [785, "index-0-prop_gbl:AUTOMOC_SOURCE_GROUP", false], [785, "index-0-prop_gbl:AUTORCC_SOURCE_GROUP", false], [785, "index-0-prop_gbl:AUTOUIC_SOURCE_GROUP", false], [785, "prop_gbl:AUTOGEN_SOURCE_GROUP", true], [786, "prop_gbl:AUTOGEN_TARGETS_FOLDER", true], [787, "index-0-prop_gbl:AUTOGEN_SOURCE_GROUP", false], [787, "prop_gbl:AUTOMOC_SOURCE_GROUP", true], [788, "index-0-prop_gbl:AUTOGEN_TARGETS_FOLDER", false], [788, "prop_gbl:AUTOMOC_TARGETS_FOLDER", true], [789, "index-0-prop_gbl:AUTOGEN_SOURCE_GROUP", false], [789, "prop_gbl:AUTORCC_SOURCE_GROUP", true], [790, "index-0-prop_gbl:AUTOGEN_SOURCE_GROUP", false], [790, "prop_gbl:AUTOUIC_SOURCE_GROUP", true], [791, "prop_gbl:CMAKE_CUDA_KNOWN_FEATURES", true], [792, "prop_gbl:CMAKE_CXX_KNOWN_FEATURES", true], [793, "prop_gbl:CMAKE_C_KNOWN_FEATURES", true], [794, "prop_gbl:CMAKE_HIP_KNOWN_FEATURES", true], [795, "prop_gbl:CMAKE_ROLE", true], [796, "prop_gbl:DEBUG_CONFIGURATIONS", true], [797, "prop_gbl:DISABLED_FEATURES", true], [798, "index-0-prop_gbl:ECLIPSE_EXTRA_NATURES", false], [798, "prop_gbl:ECLIPSE_EXTRA_CPROJECT_CONTENTS", true], [799, "index-0-prop_gbl:ECLIPSE_EXTRA_CPROJECT_CONTENTS", false], [799, "prop_gbl:ECLIPSE_EXTRA_NATURES", true], [800, "prop_gbl:ENABLED_FEATURES", true], [801, "prop_gbl:ENABLED_LANGUAGES", true], [802, "prop_gbl:FIND_LIBRARY_USE_LIB32_PATHS", true], [803, "prop_gbl:FIND_LIBRARY_USE_LIB64_PATHS", true], [804, "prop_gbl:FIND_LIBRARY_USE_LIBX32_PATHS", true], [805, "prop_gbl:FIND_LIBRARY_USE_OPENBSD_VERSIONING", true], [806, "prop_gbl:GENERATOR_IS_MULTI_CONFIG", true], [807, "prop_gbl:GLOBAL_DEPENDS_DEBUG_MODE", true], [808, "prop_gbl:GLOBAL_DEPENDS_NO_CYCLES", true], [809, "prop_gbl:INSTALL_PARALLEL", true], [810, "prop_gbl:IN_TRY_COMPILE", true], [811, "prop_gbl:JOB_POOLS", true], [812, "prop_gbl:PACKAGES_FOUND", true], [813, "prop_gbl:PACKAGES_NOT_FOUND", true], [814, "prop_gbl:PREDEFINED_TARGETS_FOLDER", true], [815, "prop_gbl:PROPAGATE_TOP_LEVEL_INCLUDES_TO_TRY_COMPILE", true], [816, "prop_gbl:REPORT_UNDEFINED_PROPERTIES", true], [817, "prop_gbl:RULE_LAUNCH_COMPILE", true], [818, "prop_gbl:RULE_LAUNCH_CUSTOM", true], [819, "prop_gbl:RULE_LAUNCH_LINK", true], [820, "prop_gbl:RULE_MESSAGES", true], [821, "prop_gbl:TARGET_ARCHIVES_MAY_BE_SHARED_LIBS", true], [822, "index-0-prop_gbl:RULE_MESSAGES", false], [822, "prop_gbl:TARGET_MESSAGES", true], [823, "prop_gbl:TARGET_SUPPORTS_SHARED_LIBS", true], [824, "prop_gbl:USE_FOLDERS", true], [825, "prop_gbl:XCODE_EMIT_EFFECTIVE_PLATFORM_NAME", true], [843, "index-0-prop_gbl:AUTOGEN_SOURCE_GROUP", false], [843, "index-0-prop_gbl:AUTOMOC_SOURCE_GROUP", false], [843, "index-0-prop_gbl:AUTORCC_SOURCE_GROUP", false], [843, "index-0-prop_gbl:AUTOUIC_SOURCE_GROUP", false], [948, "index-0-prop_gbl:AUTOGEN_SOURCE_GROUP", false], [948, "index-0-prop_gbl:AUTOGEN_TARGETS_FOLDER", false], [948, "index-0-prop_gbl:GENERATOR_IS_MULTI_CONFIG", false], [948, "index-1-prop_gbl:GENERATOR_IS_MULTI_CONFIG", false], [955, "index-0-prop_gbl:AUTOGEN_SOURCE_GROUP", false], [955, "index-0-prop_gbl:AUTOGEN_TARGETS_FOLDER", false], [958, "index-0-prop_gbl:AUTOGEN_TARGETS_FOLDER", false], [958, "index-0-prop_gbl:GENERATOR_IS_MULTI_CONFIG", false], [1032, "index-0-prop_gbl:USE_FOLDERS", false], [1117, "index-0-prop_gbl:JOB_POOLS", false], [1118, "index-0-prop_gbl:JOB_POOLS", false], [1119, "index-0-prop_gbl:JOB_POOLS", false], [1198, "index-0-prop_gbl:RULE_LAUNCH_COMPILE", false], [1200, "index-0-prop_gbl:RULE_LAUNCH_LINK", false], [1317, "index-0-prop_gbl:JOB_POOLS", false], [1320, "index-0-prop_gbl:JOB_POOLS", false], [1323, "index-0-prop_gbl:CMAKE_ROLE", false], [1326, "index-0-prop_gbl:CMAKE_CUDA_KNOWN_FEATURES", false], [1329, "index-0-prop_gbl:JOB_POOLS", false], [1336, "index-0-prop_gbl:USE_FOLDERS", false], [1341, "index-0-prop_gbl:PROPAGATE_TOP_LEVEL_INCLUDES_TO_TRY_COMPILE", false], [1343, "index-0-prop_gbl:TARGET_MESSAGES", false], [1346, "index-0-prop_gbl:FIND_LIBRARY_USE_LIB32_PATHS", false], [1347, "index-0-prop_gbl:CMAKE_CXX_KNOWN_FEATURES", false], [1347, "index-0-prop_gbl:CMAKE_C_KNOWN_FEATURES", false], [1347, "index-0-prop_gbl:XCODE_EMIT_EFFECTIVE_PLATFORM_NAME", false], [1348, "index-0-prop_gbl:AUTOGEN_SOURCE_GROUP", false], [1348, "index-0-prop_gbl:AUTOMOC_SOURCE_GROUP", false], [1348, "index-0-prop_gbl:AUTORCC_SOURCE_GROUP", false], [1348, "index-0-prop_gbl:FIND_LIBRARY_USE_LIBX32_PATHS", false], [1348, "index-0-prop_gbl:GENERATOR_IS_MULTI_CONFIG", false], [1454, "index-0-prop_gbl:CMAKE_CUDA_KNOWN_FEATURES", false], [1473, "index-0-prop_gbl:CMAKE_CXX_KNOWN_FEATURES", false], [1479, "index-0-prop_gbl:CMAKE_C_KNOWN_FEATURES", false], [1524, "index-0-prop_gbl:FIND_LIBRARY_USE_LIB32_PATHS", false], [1524, "index-0-prop_gbl:FIND_LIBRARY_USE_LIB64_PATHS", false], [1524, "index-0-prop_gbl:FIND_LIBRARY_USE_LIBX32_PATHS", false], [1572, "index-0-prop_gbl:CMAKE_HIP_KNOWN_FEATURES", false], [1614, "index-0-prop_gbl:JOB_POOLS", false], [1614, "index-1-prop_gbl:JOB_POOLS", false], [1794, "index-0-prop_gbl:PROPAGATE_TOP_LEVEL_INCLUDES_TO_TRY_COMPILE", false], [1803, "index-0-prop_gbl:RULE_MESSAGES", false]], "global_depends_debug_mode": [[807, "prop_gbl:GLOBAL_DEPENDS_DEBUG_MODE", true]], "global_depends_no_cycles": [[808, "prop_gbl:GLOBAL_DEPENDS_NO_CYCLES", true]], "gnuinstalldirs": [[77, "index-0-module:GNUInstallDirs", false], [77, "index-1-module:GNUInstallDirs", false], [77, "index-2-module:GNUInstallDirs", false], [77, "index-3-module:GNUInstallDirs", false], [77, "index-4-module:GNUInstallDirs", false], [77, "index-5-module:GNUInstallDirs", false], [77, "index-6-module:GNUInstallDirs", false], [248, "index-0-module:GNUInstallDirs", false], [535, "module:GNUInstallDirs", true], [1323, "index-0-module:GNUInstallDirs", false], [1323, "index-1-module:GNUInstallDirs", false], [1343, "index-0-module:GNUInstallDirs", false], [1346, "index-0-module:GNUInstallDirs", false], [1602, "index-0-module:GNUInstallDirs", false]], "gnuinstalldirs_get_absolute_install_dir": [[535, "command:gnuinstalldirs_get_absolute_install_dir", true], [1346, "index-0-command:gnuinstalldirs_get_absolute_install_dir", false]], "gnutoms": [[1043, "prop_tgt:GNUtoMS", true], [1570, "index-0-prop_tgt:GNUtoMS", false]], "googletest": [[257, "index-0-module:GoogleTest", false], [410, "index-0-module:GoogleTest", false], [538, "module:GoogleTest", true], [738, "index-0-module:GoogleTest", false], [1319, "index-0-module:GoogleTest", false], [1319, "index-1-module:GoogleTest", false], [1327, "index-0-module:GoogleTest", false], [1332, "index-0-module:GoogleTest", false], [1342, "index-0-module:GoogleTest", false], [1342, "index-1-module:GoogleTest", false], [1348, "index-0-module:GoogleTest", false]], "graphviz_custom_targets": [[303, "variable:GRAPHVIZ_CUSTOM_TARGETS", true]], "graphviz_executables": [[303, "variable:GRAPHVIZ_EXECUTABLES", true]], "graphviz_external_libs": [[303, "variable:GRAPHVIZ_EXTERNAL_LIBS", true]], "graphviz_generate_dependers": [[303, "variable:GRAPHVIZ_GENERATE_DEPENDERS", true]], "graphviz_generate_per_target": [[303, "variable:GRAPHVIZ_GENERATE_PER_TARGET", true]], "graphviz_graph_header": [[303, "variable:GRAPHVIZ_GRAPH_HEADER", true]], "graphviz_graph_name": [[303, "variable:GRAPHVIZ_GRAPH_NAME", true]], "graphviz_ignore_targets": [[303, "variable:GRAPHVIZ_IGNORE_TARGETS", true]], "graphviz_interface_libs": [[303, "variable:GRAPHVIZ_INTERFACE_LIBS", true]], "graphviz_module_libs": [[303, "variable:GRAPHVIZ_MODULE_LIBS", true]], "graphviz_node_prefix": [[303, "variable:GRAPHVIZ_NODE_PREFIX", true]], "graphviz_object_libs": [[303, "variable:GRAPHVIZ_OBJECT_LIBS", true]], "graphviz_shared_libs": [[303, "variable:GRAPHVIZ_SHARED_LIBS", true]], "graphviz_static_libs": [[303, "variable:GRAPHVIZ_STATIC_LIBS", true]], "graphviz_unknown_libs": [[303, "variable:GRAPHVIZ_UNKNOWN_LIBS", true]], "green hills multi": [[120, "index-0-generator:Green Hills MULTI", false], [223, "generator:Green Hills MULTI", true], [1041, "index-0-generator:Green Hills MULTI", false], [1042, "index-0-generator:Green Hills MULTI", false], [1137, "index-0-generator:Green Hills MULTI", false], [1322, "index-0-generator:Green Hills MULTI", false], [1323, "index-0-generator:Green Hills MULTI", false], [1324, "index-0-generator:Green Hills MULTI", false], [1334, "index-0-generator:Green Hills MULTI", false], [1340, "index-0-generator:Green Hills MULTI", false], [1563, "index-0-generator:Green Hills MULTI", false], [1564, "index-0-generator:Green Hills MULTI", false], [1738, "index-0-generator:Green Hills MULTI", false], [2039, "index-0-generator:Green Hills MULTI", false]], "gtest_add_tests": [[410, "index-0-command:gtest_add_tests", false], [410, "index-1-command:gtest_add_tests", false], [538, "command:gtest_add_tests", true], [538, "index-0-command:gtest_add_tests", false], [538, "index-1-command:gtest_add_tests", false], [538, "index-2-command:gtest_add_tests", false], [738, "index-0-command:gtest_add_tests", false], [738, "index-1-command:gtest_add_tests", false], [738, "index-2-command:gtest_add_tests", false], [738, "index-3-command:gtest_add_tests", false], [1342, "index-0-command:gtest_add_tests", false], [1348, "index-0-command:gtest_add_tests", false]], "gtest_discover_tests": [[410, "index-0-command:gtest_discover_tests", false], [538, "command:gtest_discover_tests", true], [538, "index-0-command:gtest_discover_tests", false], [538, "index-1-command:gtest_discover_tests", false], [738, "index-0-command:gtest_discover_tests", false], [738, "index-1-command:gtest_discover_tests", false], [738, "index-2-command:gtest_discover_tests", false], [738, "index-3-command:gtest_discover_tests", false], [1319, "index-0-command:gtest_discover_tests", false], [1319, "index-1-command:gtest_discover_tests", false], [1319, "index-2-command:gtest_discover_tests", false], [1327, "index-0-command:gtest_discover_tests", false], [1332, "index-0-command:gtest_discover_tests", false], [1342, "index-0-command:gtest_discover_tests", false], [1342, "index-1-command:gtest_discover_tests", false]], "guide": [[58, "index-0-guide:Using Dependencies Guide", false], [247, "guide:IDE Integration Guide", true], [248, "guide:Importing and Exporting Guide", true], [249, "guide:tutorial/A Basic Starting Point", true], [250, "guide:tutorial/Adding Export Configuration", true], [251, "guide:tutorial/Adding Generator Expressions", true], [252, "guide:tutorial/Adding Support for a Testing Dashboard", true], [253, "guide:tutorial/Adding System Introspection", true], [254, "guide:tutorial/Adding Usage Requirements for a Library", true], [255, "guide:tutorial/Adding a Custom Command and Generated File", true], [256, "guide:tutorial/Adding a Library", true], [257, "guide:tutorial/Installing and Testing", true], [258, "guide:tutorial/Packaging Debug and Release", true], [259, "guide:tutorial/Packaging an Installer", true], [260, "guide:tutorial/Selecting Static or Shared Libraries", true], [261, "guide:CMake Tutorial", true], [262, "guide:User Interaction Guide", true], [262, "index-0-guide:Using Dependencies Guide", false], [262, "index-1-guide:Using Dependencies Guide", false], [263, "guide:Using Dependencies Guide", true], [264, "index-0-guide:CMake Tutorial", false], [264, "index-0-guide:User Interaction Guide", false], [264, "index-0-guide:Using Dependencies Guide", false], [370, "index-0-guide:Using Dependencies Guide", false], [1328, "index-0-guide:IDE Integration Guide", false], [1328, "index-0-guide:Importing and Exporting Guide", false]], "has_cxx": [[1044, "prop_tgt:HAS_CXX", true]], "header_dirs": [[119, "index-0-prop_tgt:HEADER_DIRS", false], [273, "index-0-prop_tgt:HEADER_DIRS", false], [1045, "prop_tgt:HEADER_DIRS", true], [1046, "index-0-prop_tgt:HEADER_DIRS", false], [1333, "index-0-prop_tgt:HEADER_DIRS", false]], "header_dirs_": [[119, "index-0-prop_tgt:HEADER_DIRS_", false], [273, "index-0-prop_tgt:HEADER_DIRS_", false], [1045, "index-0-prop_tgt:HEADER_DIRS_", false], [1046, "prop_tgt:HEADER_DIRS_", true], [1333, "index-0-prop_tgt:HEADER_DIRS_", false]], "header_file_only": [[6, "index-0-prop_sf:HEADER_FILE_ONLY", false], [7, "index-0-prop_sf:HEADER_FILE_ONLY", false], [119, "index-0-prop_sf:HEADER_FILE_ONLY", false], [844, "prop_sf:HEADER_FILE_ONLY", true], [848, "index-0-prop_sf:HEADER_FILE_ONLY", false], [1048, "index-0-prop_sf:HEADER_FILE_ONLY", false]], "header_set": [[119, "index-0-prop_tgt:HEADER_SET", false], [1047, "prop_tgt:HEADER_SET", true], [1048, "index-0-prop_tgt:HEADER_SET", false], [1049, "index-0-prop_tgt:HEADER_SET", false], [1333, "index-0-prop_tgt:HEADER_SET", false]], "header_set_": [[119, "index-0-prop_tgt:HEADER_SET_", false], [1047, "index-0-prop_tgt:HEADER_SET_", false], [1048, "index-0-prop_tgt:HEADER_SET_", false], [1049, "prop_tgt:HEADER_SET_", true], [1333, "index-0-prop_tgt:HEADER_SET_", false]], "header_sets": [[7, "index-0-prop_tgt:HEADER_SETS", false], [119, "index-0-prop_tgt:HEADER_SETS", false], [720, "index-0-prop_tgt:HEADER_SETS", false], [1046, "index-0-prop_tgt:HEADER_SETS", false], [1048, "prop_tgt:HEADER_SETS", true], [1049, "index-0-prop_tgt:HEADER_SETS", false], [1098, "index-0-prop_tgt:HEADER_SETS", false], [1333, "index-0-prop_tgt:HEADER_SETS", false], [1333, "index-1-prop_tgt:HEADER_SETS", false]], "helpstring": [[742, "prop_cache:HELPSTRING", true]], "hip_architectures": [[1050, "prop_tgt:HIP_ARCHITECTURES", true], [1571, "index-0-prop_tgt:HIP_ARCHITECTURES", false]], "hip_compiler_frontend_variant": [[274, "genex:HIP_COMPILER_FRONTEND_VARIANT", true]], "hip_compiler_id": [[274, "genex:HIP_COMPILER_ID", true]], "hip_compiler_version": [[274, "genex:HIP_COMPILER_VERSION", true]], "hip_extensions": [[1051, "prop_tgt:HIP_EXTENSIONS", true], [1052, "index-0-prop_tgt:HIP_EXTENSIONS", false], [1126, "index-0-prop_tgt:HIP_EXTENSIONS", false], [1573, "index-0-prop_tgt:HIP_EXTENSIONS", false]], "hip_standard": [[1051, "index-0-prop_tgt:HIP_STANDARD", false], [1052, "prop_tgt:HIP_STANDARD", true], [1053, "index-0-prop_tgt:HIP_STANDARD", false], [1053, "index-1-prop_tgt:HIP_STANDARD", false], [1053, "index-2-prop_tgt:HIP_STANDARD", false], [1129, "index-0-prop_tgt:HIP_STANDARD", false], [1335, "index-0-prop_tgt:HIP_STANDARD", false], [1575, "index-0-prop_tgt:HIP_STANDARD", false]], "hip_standard_required": [[1052, "index-0-prop_tgt:HIP_STANDARD_REQUIRED", false], [1053, "prop_tgt:HIP_STANDARD_REQUIRED", true], [1130, "index-0-prop_tgt:HIP_STANDARD_REQUIRED", false], [1576, "index-0-prop_tgt:HIP_STANDARD_REQUIRED", false]], "hipcxx": [[201, "envvar:HIPCXX", true]], "hipflags": [[202, "envvar:HIPFLAGS", true], [1656, "index-0-envvar:HIPFLAGS", false]], "hiphostcxx": [[203, "envvar:HIPHOSTCXX", true], [1668, "index-0-envvar:HIPHOSTCXX", false]], "host_link": [[8, "index-0-genex:HOST_LINK", false], [117, "index-0-genex:HOST_LINK", false], [274, "genex:HOST_LINK", true], [1152, "index-0-genex:HOST_LINK", false], [1152, "index-1-genex:HOST_LINK", false], [1327, "index-0-genex:HOST_LINK", false], [1333, "index-0-genex:HOST_LINK", false]], "iconv::iconv": [[422, "variable:Iconv::Iconv", true]], "iconv_found": [[422, "variable:Iconv_FOUND", true]], "iconv_include_dir": [[422, "variable:Iconv_INCLUDE_DIR", true]], "iconv_include_dirs": [[422, "variable:Iconv_INCLUDE_DIRS", true]], "iconv_is_built_in": [[422, "variable:Iconv_IS_BUILT_IN", true]], "iconv_libraries": [[422, "variable:Iconv_LIBRARIES", true]], "iconv_library": [[422, "variable:Iconv_LIBRARY", true]], "iconv_version": [[422, "variable:Iconv_VERSION", true]], "iconv_version_major": [[422, "variable:Iconv_VERSION_MAJOR", true]], "iconv_version_minor": [[422, "variable:Iconv_VERSION_MINOR", true]], "ide integration guide": [[247, "guide:IDE Integration Guide", true], [1328, "index-0-guide:IDE Integration Guide", false]], "if": [[6, "index-0-command:if", false], [7, "index-0-command:if", false], [24, "index-0-command:if", false], [41, "index-0-command:if", false], [42, "index-0-command:if", false], [48, "index-0-command:if", false], [71, "command:if", true], [108, "index-0-command:if", false], [121, "index-0-command:if", false], [125, "index-0-command:if", false], [126, "index-0-command:if", false], [127, "index-0-command:if", false], [256, "index-0-command:if", false], [256, "index-1-command:if", false], [256, "index-2-command:if", false], [274, "genex:IF", true], [277, "index-0-command:if", false], [277, "index-1-command:if", false], [277, "index-2-command:if", false], [280, "index-0-command:if", false], [480, "index-0-command:if", false], [572, "index-0-command:if", false], [572, "index-1-command:if", false], [595, "index-0-command:if", false], [614, "index-0-command:if", false], [614, "index-1-command:if", false], [617, "index-0-command:if", false], [624, "index-0-command:if", false], [624, "index-1-command:if", false], [645, "index-0-command:if", false], [687, "index-0-command:if", false], [690, "index-0-command:if", false], [699, "index-0-command:if", false], [1318, "index-0-command:if", false], [1323, "index-0-command:if", false], [1329, "index-0-command:if", false], [1334, "index-0-command:if", false], [1338, "index-0-genex:IF", false], [1339, "index-0-command:if", false], [1340, "index-0-command:if", false], [1343, "index-0-command:if", false], [1346, "index-0-command:if", false], [1472, "index-0-command:if", false], [1873, "index-0-command:if", false], [2037, "index-0-command:if", false]], "implicit_depends_include_transform": [[759, "prop_dir:IMPLICIT_DEPENDS_INCLUDE_TRANSFORM", true], [1054, "prop_tgt:IMPLICIT_DEPENDS_INCLUDE_TRANSFORM", true]], "import_prefix": [[274, "index-0-prop_tgt:IMPORT_PREFIX", false], [274, "index-1-prop_tgt:IMPORT_PREFIX", false], [274, "index-2-prop_tgt:IMPORT_PREFIX", false], [1085, "prop_tgt:IMPORT_PREFIX", true]], "import_suffix": [[274, "index-0-prop_tgt:IMPORT_SUFFIX", false], [274, "index-1-prop_tgt:IMPORT_SUFFIX", false], [274, "index-2-prop_tgt:IMPORT_SUFFIX", false], [1086, "prop_tgt:IMPORT_SUFFIX", true]], "imported": [[6, "index-0-prop_tgt:IMPORTED", false], [7, "index-0-prop_tgt:IMPORTED", false], [248, "index-0-prop_tgt:IMPORTED", false], [248, "index-1-prop_tgt:IMPORTED", false], [248, "index-10-prop_tgt:IMPORTED", false], [248, "index-11-prop_tgt:IMPORTED", false], [248, "index-12-prop_tgt:IMPORTED", false], [248, "index-13-prop_tgt:IMPORTED", false], [248, "index-14-prop_tgt:IMPORTED", false], [248, "index-15-prop_tgt:IMPORTED", false], [248, "index-16-prop_tgt:IMPORTED", false], [248, "index-17-prop_tgt:IMPORTED", false], [248, "index-18-prop_tgt:IMPORTED", false], [248, "index-19-prop_tgt:IMPORTED", false], [248, "index-2-prop_tgt:IMPORTED", false], [248, "index-20-prop_tgt:IMPORTED", false], [248, "index-21-prop_tgt:IMPORTED", false], [248, "index-3-prop_tgt:IMPORTED", false], [248, "index-4-prop_tgt:IMPORTED", false], [248, "index-5-prop_tgt:IMPORTED", false], [248, "index-6-prop_tgt:IMPORTED", false], [248, "index-7-prop_tgt:IMPORTED", false], [248, "index-8-prop_tgt:IMPORTED", false], [248, "index-9-prop_tgt:IMPORTED", false], [266, "index-0-prop_tgt:IMPORTED", false], [266, "index-1-prop_tgt:IMPORTED", false], [266, "index-10-prop_tgt:IMPORTED", false], [266, "index-11-prop_tgt:IMPORTED", false], [266, "index-2-prop_tgt:IMPORTED", false], [266, "index-3-prop_tgt:IMPORTED", false], [266, "index-4-prop_tgt:IMPORTED", false], [266, "index-5-prop_tgt:IMPORTED", false], [266, "index-6-prop_tgt:IMPORTED", false], [266, "index-7-prop_tgt:IMPORTED", false], [266, "index-8-prop_tgt:IMPORTED", false], [266, "index-9-prop_tgt:IMPORTED", false], [271, "index-0-prop_tgt:IMPORTED", false], [274, "index-0-prop_tgt:IMPORTED", false], [279, "index-0-prop_tgt:IMPORTED", false], [279, "index-1-prop_tgt:IMPORTED", false], [279, "index-2-prop_tgt:IMPORTED", false], [279, "index-3-prop_tgt:IMPORTED", false], [279, "index-4-prop_tgt:IMPORTED", false], [279, "index-5-prop_tgt:IMPORTED", false], [279, "index-6-prop_tgt:IMPORTED", false], [283, "index-0-prop_tgt:IMPORTED", false], [283, "index-1-prop_tgt:IMPORTED", false], [371, "index-0-prop_tgt:IMPORTED", false], [376, "index-0-prop_tgt:IMPORTED", false], [377, "index-0-prop_tgt:IMPORTED", false], [378, "index-0-prop_tgt:IMPORTED", false], [379, "index-0-prop_tgt:IMPORTED", false], [383, "index-0-prop_tgt:IMPORTED", false], [384, "index-0-prop_tgt:IMPORTED", false], [387, "index-0-prop_tgt:IMPORTED", false], [393, "index-0-prop_tgt:IMPORTED", false], [395, "index-0-prop_tgt:IMPORTED", false], [401, "index-0-prop_tgt:IMPORTED", false], [403, "index-0-prop_tgt:IMPORTED", false], [404, "index-0-prop_tgt:IMPORTED", false], [405, "index-0-prop_tgt:IMPORTED", false], [406, "index-0-prop_tgt:IMPORTED", false], [407, "index-0-prop_tgt:IMPORTED", false], [409, "index-0-prop_tgt:IMPORTED", false], [410, "index-0-prop_tgt:IMPORTED", false], [410, "index-1-prop_tgt:IMPORTED", false], [413, "index-0-prop_tgt:IMPORTED", false], [422, "index-0-prop_tgt:IMPORTED", false], [424, "index-0-prop_tgt:IMPORTED", false], [425, "index-0-prop_tgt:IMPORTED", false], [427, "index-0-prop_tgt:IMPORTED", false], [432, "index-0-prop_tgt:IMPORTED", false], [434, "index-0-prop_tgt:IMPORTED", false], [436, "index-0-prop_tgt:IMPORTED", false], [437, "index-0-prop_tgt:IMPORTED", false], [438, "index-0-prop_tgt:IMPORTED", false], [446, "index-0-prop_tgt:IMPORTED", false], [447, "index-0-prop_tgt:IMPORTED", false], [450, "index-0-prop_tgt:IMPORTED", false], [451, "index-0-prop_tgt:IMPORTED", false], [452, "index-0-prop_tgt:IMPORTED", false], [453, "index-0-prop_tgt:IMPORTED", false], [454, "index-0-prop_tgt:IMPORTED", false], [455, "index-0-prop_tgt:IMPORTED", false], [456, "index-0-prop_tgt:IMPORTED", false], [456, "index-1-prop_tgt:IMPORTED", false], [457, "index-0-prop_tgt:IMPORTED", false], [461, "index-0-prop_tgt:IMPORTED", false], [464, "index-0-prop_tgt:IMPORTED", false], [470, "index-0-prop_tgt:IMPORTED", false], [472, "index-0-prop_tgt:IMPORTED", false], [480, "index-0-prop_tgt:IMPORTED", false], [480, "index-1-prop_tgt:IMPORTED", false], [480, "index-2-prop_tgt:IMPORTED", false], [484, "index-0-prop_tgt:IMPORTED", false], [491, "index-0-prop_tgt:IMPORTED", false], [497, "index-0-prop_tgt:IMPORTED", false], [500, "index-0-prop_tgt:IMPORTED", false], [503, "index-0-prop_tgt:IMPORTED", false], [509, "index-0-prop_tgt:IMPORTED", false], [510, "index-0-prop_tgt:IMPORTED", false], [511, "index-0-prop_tgt:IMPORTED", false], [532, "index-0-prop_tgt:IMPORTED", false], [601, "index-0-prop_tgt:IMPORTED", false], [720, "index-0-prop_tgt:IMPORTED", false], [1055, "prop_tgt:IMPORTED", true], [1536, "index-0-prop_tgt:IMPORTED", false]], "imported_common_language_runtime": [[969, "index-0-prop_tgt:IMPORTED_COMMON_LANGUAGE_RUNTIME", false], [1056, "prop_tgt:IMPORTED_COMMON_LANGUAGE_RUNTIME", true], [1321, "index-0-prop_tgt:IMPORTED_COMMON_LANGUAGE_RUNTIME", false]], "imported_configurations": [[271, "index-0-prop_tgt:IMPORTED_CONFIGURATIONS", false], [1057, "prop_tgt:IMPORTED_CONFIGURATIONS", true], [1064, "index-0-prop_tgt:IMPORTED_CONFIGURATIONS", false], [1076, "index-0-prop_tgt:IMPORTED_CONFIGURATIONS", false]], "imported_cxx_modules_compile_definitions": [[1058, "prop_tgt:IMPORTED_CXX_MODULES_COMPILE_DEFINITIONS", true]], "imported_cxx_modules_compile_features": [[1059, "prop_tgt:IMPORTED_CXX_MODULES_COMPILE_FEATURES", true]], "imported_cxx_modules_compile_options": [[1060, "prop_tgt:IMPORTED_CXX_MODULES_COMPILE_OPTIONS", true]], "imported_cxx_modules_include_directories": [[1061, "prop_tgt:IMPORTED_CXX_MODULES_INCLUDE_DIRECTORIES", true]], "imported_cxx_modules_link_libraries": [[1062, "prop_tgt:IMPORTED_CXX_MODULES_LINK_LIBRARIES", true]], "imported_global": [[720, "index-0-prop_tgt:IMPORTED_GLOBAL", false], [919, "index-0-prop_tgt:IMPORTED_GLOBAL", false], [1063, "prop_tgt:IMPORTED_GLOBAL", true], [1320, "index-0-prop_tgt:IMPORTED_GLOBAL", false]], "imported_implib": [[7, "index-0-prop_tgt:IMPORTED_IMPLIB", false], [671, "index-0-prop_tgt:IMPORTED_IMPLIB", false], [1064, "prop_tgt:IMPORTED_IMPLIB", true], [1065, "index-0-prop_tgt:IMPORTED_IMPLIB", false], [1076, "index-0-prop_tgt:IMPORTED_IMPLIB", false], [1338, "index-0-prop_tgt:IMPORTED_IMPLIB", false]], "imported_implib_": [[7, "index-0-prop_tgt:IMPORTED_IMPLIB_", false], [1057, "index-0-prop_tgt:IMPORTED_IMPLIB_", false], [1064, "index-0-prop_tgt:IMPORTED_IMPLIB_", false], [1064, "index-1-prop_tgt:IMPORTED_IMPLIB_", false], [1065, "prop_tgt:IMPORTED_IMPLIB_", true]], "imported_libname": [[1066, "prop_tgt:IMPORTED_LIBNAME", true], [1067, "index-0-prop_tgt:IMPORTED_LIBNAME", false], [1148, "index-0-prop_tgt:IMPORTED_LIBNAME", false], [1347, "index-0-prop_tgt:IMPORTED_LIBNAME", false]], "imported_libname_": [[1057, "index-0-prop_tgt:IMPORTED_LIBNAME_", false], [1067, "prop_tgt:IMPORTED_LIBNAME_", true], [1347, "index-0-prop_tgt:IMPORTED_LIBNAME_", false]], "imported_link_dependent_libraries": [[1068, "prop_tgt:IMPORTED_LINK_DEPENDENT_LIBRARIES", true], [1069, "index-0-prop_tgt:IMPORTED_LINK_DEPENDENT_LIBRARIES", false]], "imported_link_dependent_libraries_": [[1069, "prop_tgt:IMPORTED_LINK_DEPENDENT_LIBRARIES_", true]], "imported_link_interface_languages": [[1070, "prop_tgt:IMPORTED_LINK_INTERFACE_LANGUAGES", true], [1071, "index-0-prop_tgt:IMPORTED_LINK_INTERFACE_LANGUAGES", false], [1673, "index-0-prop_tgt:IMPORTED_LINK_INTERFACE_LANGUAGES", false], [1675, "index-0-prop_tgt:IMPORTED_LINK_INTERFACE_LANGUAGES", false]], "imported_link_interface_languages_": [[1071, "prop_tgt:IMPORTED_LINK_INTERFACE_LANGUAGES_", true]], "imported_link_interface_libraries": [[1072, "prop_tgt:IMPORTED_LINK_INTERFACE_LIBRARIES", true], [1073, "index-0-prop_tgt:IMPORTED_LINK_INTERFACE_LIBRARIES", false]], "imported_link_interface_libraries_": [[1073, "prop_tgt:IMPORTED_LINK_INTERFACE_LIBRARIES_", true]], "imported_link_interface_multiplicity": [[1074, "prop_tgt:IMPORTED_LINK_INTERFACE_MULTIPLICITY", true], [1075, "index-0-prop_tgt:IMPORTED_LINK_INTERFACE_MULTIPLICITY", false]], "imported_link_interface_multiplicity_": [[1075, "prop_tgt:IMPORTED_LINK_INTERFACE_MULTIPLICITY_", true]], "imported_location": [[6, "index-0-prop_tgt:IMPORTED_LOCATION", false], [7, "index-0-prop_tgt:IMPORTED_LOCATION", false], [248, "index-0-prop_tgt:IMPORTED_LOCATION", false], [248, "index-1-prop_tgt:IMPORTED_LOCATION", false], [248, "index-2-prop_tgt:IMPORTED_LOCATION", false], [248, "index-3-prop_tgt:IMPORTED_LOCATION", false], [274, "index-0-prop_tgt:IMPORTED_LOCATION", false], [279, "index-0-prop_tgt:IMPORTED_LOCATION", false], [394, "index-0-prop_tgt:IMPORTED_LOCATION", false], [620, "index-0-prop_tgt:IMPORTED_LOCATION", false], [671, "index-0-prop_tgt:IMPORTED_LOCATION", false], [1064, "index-0-prop_tgt:IMPORTED_LOCATION", false], [1064, "index-1-prop_tgt:IMPORTED_LOCATION", false], [1066, "index-0-prop_tgt:IMPORTED_LOCATION", false], [1076, "prop_tgt:IMPORTED_LOCATION", true], [1077, "index-0-prop_tgt:IMPORTED_LOCATION", false], [1165, "index-0-prop_tgt:IMPORTED_LOCATION", false], [1338, "index-0-prop_tgt:IMPORTED_LOCATION", false], [1338, "index-1-prop_tgt:IMPORTED_LOCATION", false], [1338, "index-2-prop_tgt:IMPORTED_LOCATION", false], [1347, "index-0-prop_tgt:IMPORTED_LOCATION", false]], "imported_location_": [[6, "index-0-prop_tgt:IMPORTED_LOCATION_", false], [7, "index-0-prop_tgt:IMPORTED_LOCATION_", false], [1057, "index-0-prop_tgt:IMPORTED_LOCATION_", false], [1076, "index-0-prop_tgt:IMPORTED_LOCATION_", false], [1076, "index-1-prop_tgt:IMPORTED_LOCATION_", false], [1077, "prop_tgt:IMPORTED_LOCATION_", true], [1165, "index-0-prop_tgt:IMPORTED_LOCATION_", false]], "imported_no_soname": [[7, "index-0-prop_tgt:IMPORTED_NO_SONAME", false], [116, "index-0-prop_tgt:IMPORTED_NO_SONAME", false], [1078, "prop_tgt:IMPORTED_NO_SONAME", true], [1079, "index-0-prop_tgt:IMPORTED_NO_SONAME", false]], "imported_no_soname_": [[1079, "prop_tgt:IMPORTED_NO_SONAME_", true]], "imported_no_system": [[1080, "prop_tgt:IMPORTED_NO_SYSTEM", true], [1333, "index-0-prop_tgt:IMPORTED_NO_SYSTEM", false], [1335, "index-0-prop_tgt:IMPORTED_NO_SYSTEM", false]], "imported_objects": [[7, "index-0-prop_tgt:IMPORTED_OBJECTS", false], [1081, "prop_tgt:IMPORTED_OBJECTS", true], [1082, "index-0-prop_tgt:IMPORTED_OBJECTS", false], [1082, "index-1-prop_tgt:IMPORTED_OBJECTS", false]], "imported_objects_": [[7, "index-0-prop_tgt:IMPORTED_OBJECTS_", false], [1057, "index-0-prop_tgt:IMPORTED_OBJECTS_", false], [1081, "index-0-prop_tgt:IMPORTED_OBJECTS_", false], [1081, "index-1-prop_tgt:IMPORTED_OBJECTS_", false], [1082, "prop_tgt:IMPORTED_OBJECTS_", true]], "imported_soname": [[7, "index-0-prop_tgt:IMPORTED_SONAME", false], [1083, "prop_tgt:IMPORTED_SONAME", true], [1084, "index-0-prop_tgt:IMPORTED_SONAME", false]], "imported_soname_": [[1084, "prop_tgt:IMPORTED_SONAME_", true]], "imported_targets": [[750, "index-0-prop_dir:IMPORTED_TARGETS", false], [760, "prop_dir:IMPORTED_TARGETS", true], [1331, "index-0-prop_dir:IMPORTED_TARGETS", false]], "importing and exporting guide": [[248, "guide:Importing and Exporting Guide", true], [1328, "index-0-guide:Importing and Exporting Guide", false]], "in_list": [[274, "genex:IN_LIST", true]], "in_try_compile": [[810, "prop_gbl:IN_TRY_COMPILE", true]], "include": [[23, "index-0-command:include", false], [72, "command:include", true], [75, "index-0-command:include", false], [93, "index-0-command:include", false], [98, "index-0-command:include", false], [248, "index-0-command:include", false], [252, "index-0-command:include", false], [263, "index-0-command:include", false], [277, "index-0-command:include", false], [278, "index-0-command:include", false], [280, "index-0-command:include", false], [370, "index-0-command:include", false], [370, "index-1-command:include", false], [571, "index-0-command:include", false], [571, "index-1-command:include", false], [571, "index-2-command:include", false], [577, "index-0-command:include", false], [584, "index-0-command:include", false], [647, "index-0-command:include", false], [768, "index-0-command:include", false], [1317, "index-0-command:include", false], [1742, "index-0-command:include", false], [1754, "index-0-command:include", false], [1775, "index-0-command:include", false], [1868, "index-0-command:include", false]], "include_directories": [[1, "index-0-command:include_directories", false], [4, "index-0-command:include_directories", false], [73, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [73, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [73, "command:include_directories", true], [114, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [114, "index-0-command:include_directories", false], [119, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [251, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [266, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [266, "index-1-prop_tgt:INCLUDE_DIRECTORIES", false], [266, "index-2-prop_tgt:INCLUDE_DIRECTORIES", false], [266, "index-3-prop_tgt:INCLUDE_DIRECTORIES", false], [266, "index-4-prop_tgt:INCLUDE_DIRECTORIES", false], [266, "index-0-command:include_directories", false], [274, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [283, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [283, "index-1-prop_tgt:INCLUDE_DIRECTORIES", false], [283, "index-2-prop_tgt:INCLUDE_DIRECTORIES", false], [330, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [331, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [332, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [333, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [334, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [335, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [336, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [337, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [338, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [340, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [341, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [342, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [344, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [345, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [346, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [350, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [351, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [352, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [353, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [354, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [355, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [357, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [358, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [359, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [360, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [361, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [362, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [382, "index-0-command:include_directories", false], [555, "index-0-prop_sf:INCLUDE_DIRECTORIES", false], [555, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [555, "index-1-prop_sf:INCLUDE_DIRECTORIES", false], [555, "index-1-prop_tgt:INCLUDE_DIRECTORIES", false], [555, "index-2-prop_sf:INCLUDE_DIRECTORIES", false], [555, "index-2-prop_tgt:INCLUDE_DIRECTORIES", false], [555, "index-3-prop_tgt:INCLUDE_DIRECTORIES", false], [555, "index-4-prop_tgt:INCLUDE_DIRECTORIES", false], [575, "index-0-command:include_directories", false], [581, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [581, "index-1-prop_tgt:INCLUDE_DIRECTORIES", false], [581, "index-2-prop_tgt:INCLUDE_DIRECTORIES", false], [761, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [761, "index-1-prop_tgt:INCLUDE_DIRECTORIES", false], [761, "prop_dir:INCLUDE_DIRECTORIES", true], [761, "index-0-command:include_directories", false], [761, "index-1-command:include_directories", false], [838, "index-0-prop_sf:INCLUDE_DIRECTORIES", false], [845, "prop_sf:INCLUDE_DIRECTORIES", true], [948, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [950, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [958, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [1038, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [1087, "index-0-prop_dir:INCLUDE_DIRECTORIES", false], [1087, "prop_tgt:INCLUDE_DIRECTORIES", true], [1087, "index-0-command:include_directories", false], [1100, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [1223, "index-0-prop_sf:INCLUDE_DIRECTORIES", false], [1320, "index-0-prop_sf:INCLUDE_DIRECTORIES", false], [1320, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [1320, "index-1-prop_tgt:INCLUDE_DIRECTORIES", false], [1322, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [1323, "index-0-prop_sf:INCLUDE_DIRECTORIES", false], [1323, "index-0-command:include_directories", false], [1347, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [1347, "index-1-prop_tgt:INCLUDE_DIRECTORIES", false], [1348, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [1484, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [1595, "index-0-command:include_directories", false], [1595, "index-1-command:include_directories", false]], "include_external_msproject": [[74, "command:include_external_msproject", true], [1040, "index-0-command:include_external_msproject", false], [1317, "index-0-command:include_external_msproject", false], [1348, "index-0-command:include_external_msproject", false]], "include_guard": [[75, "command:include_guard", true], [1319, "index-0-command:include_guard", false]], "include_regular_expression": [[76, "command:include_regular_expression", true], [762, "prop_dir:INCLUDE_REGULAR_EXPRESSION", true], [762, "index-0-command:include_regular_expression", false]], "install": [[7, "index-0-command:install", false], [20, "index-0-command:install", false], [20, "index-1-command:install", false], [20, "index-2-command:install", false], [53, "index-0-command:install", false], [53, "index-1-command:install", false], [53, "index-2-command:install", false], [53, "index-3-command:install", false], [53, "index-4-command:install", false], [53, "index-5-command:install", false], [54, "index-0-command:install", false], [54, "index-1-command:install", false], [55, "index-0-command:install", false], [55, "index-1-command:install", false], [55, "index-2-command:install", false], [55, "index-3-command:install", false], [55, "index-4-command:install", false], [64, "index-0-command:install", false], [77, "command:install", true], [77, "index-0-command:install", false], [77, "index-1-command:install", false], [77, "index-10-command:install", false], [77, "index-11-command:install", false], [77, "index-12-command:install", false], [77, "index-13-command:install", false], [77, "index-14-command:install", false], [77, "index-15-command:install", false], [77, "index-16-command:install", false], [77, "index-2-command:install", false], [77, "index-3-command:install", false], [77, "index-4-command:install", false], [77, "index-5-command:install", false], [77, "index-6-command:install", false], [77, "index-7-command:install", false], [77, "index-8-command:install", false], [77, "index-9-command:install", false], [78, "index-0-command:install", false], [78, "index-1-command:install", false], [78, "index-2-command:install", false], [79, "index-0-command:install", false], [79, "index-1-command:install", false], [79, "index-2-command:install", false], [79, "index-3-command:install", false], [80, "index-0-command:install", false], [80, "index-1-command:install", false], [118, "index-0-command:install", false], [119, "index-0-command:install", false], [119, "index-1-command:install", false], [129, "index-0-command:install", false], [137, "index-0-command:install", false], [137, "index-1-command:install", false], [167, "index-0-command:install", false], [167, "index-1-command:install", false], [248, "index-0-command:install", false], [248, "index-1-command:install", false], [248, "index-2-command:install", false], [248, "index-3-command:install", false], [248, "index-4-command:install", false], [248, "index-5-command:install", false], [248, "index-6-command:install", false], [248, "index-7-command:install", false], [248, "index-8-command:install", false], [250, "index-0-command:install", false], [257, "index-0-command:install", false], [257, "index-1-command:install", false], [262, "index-0-command:install", false], [262, "index-1-command:install", false], [266, "index-0-command:install", false], [266, "index-1-command:install", false], [266, "index-2-command:install", false], [266, "index-3-command:install", false], [273, "index-0-command:install", false], [273, "index-1-command:install", false], [273, "index-10-command:install", false], [273, "index-11-command:install", false], [273, "index-12-command:install", false], [273, "index-13-command:install", false], [273, "index-14-command:install", false], [273, "index-15-command:install", false], [273, "index-16-command:install", false], [273, "index-17-command:install", false], [273, "index-18-command:install", false], [273, "index-19-command:install", false], [273, "index-2-command:install", false], [273, "index-20-command:install", false], [273, "index-3-command:install", false], [273, "index-4-command:install", false], [273, "index-5-command:install", false], [273, "index-6-command:install", false], [273, "index-7-command:install", false], [273, "index-8-command:install", false], [273, "index-9-command:install", false], [274, "index-0-command:install", false], [274, "index-1-command:install", false], [274, "index-2-command:install", false], [274, "index-3-command:install", false], [274, "index-4-command:install", false], [274, "index-5-command:install", false], [274, "index-6-command:install", false], [279, "index-0-command:install", false], [279, "index-1-command:install", false], [279, "index-2-command:install", false], [279, "index-3-command:install", false], [293, "index-0-command:install", false], [293, "index-1-command:install", false], [304, "index-0-command:install", false], [304, "index-1-command:install", false], [310, "index-0-command:install", false], [310, "index-1-command:install", false], [310, "index-2-command:install", false], [313, "index-0-command:install", false], [313, "index-1-command:install", false], [368, "index-0-command:install", false], [535, "index-0-command:install", false], [535, "index-1-command:install", false], [539, "index-0-command:install", false], [539, "index-1-command:install", false], [539, "index-2-command:install", false], [551, "index-0-command:install", false], [566, "index-0-command:install", false], [566, "index-1-command:install", false], [582, "index-0-command:install", false], [593, "index-0-command:install", false], [622, "index-0-command:install", false], [622, "index-1-command:install", false], [622, "index-2-command:install", false], [647, "index-0-command:install", false], [647, "index-1-command:install", false], [647, "index-10-command:install", false], [647, "index-11-command:install", false], [647, "index-2-command:install", false], [647, "index-3-command:install", false], [647, "index-4-command:install", false], [647, "index-5-command:install", false], [647, "index-6-command:install", false], [647, "index-7-command:install", false], [647, "index-8-command:install", false], [647, "index-9-command:install", false], [737, "index-0-command:install", false], [737, "index-1-command:install", false], [737, "index-2-command:install", false], [737, "index-3-command:install", false], [737, "index-4-command:install", false], [737, "index-5-command:install", false], [737, "index-6-command:install", false], [809, "index-0-command:install", false], [809, "index-1-command:install", false], [809, "index-2-command:install", false], [1022, "index-0-command:install", false], [1027, "index-0-command:install", false], [1028, "index-0-command:install", false], [1029, "index-0-command:install", false], [1030, "index-0-command:install", false], [1043, "index-0-command:install", false], [1043, "index-1-command:install", false], [1080, "index-0-command:install", false], [1080, "index-1-command:install", false], [1097, "index-0-command:install", false], [1097, "index-1-command:install", false], [1098, "index-0-command:install", false], [1098, "index-1-command:install", false], [1103, "index-0-command:install", false], [1147, "index-0-command:install", false], [1189, "index-0-command:install", false], [1193, "index-0-command:install", false], [1194, "index-0-command:install", false], [1196, "index-0-command:install", false], [1197, "index-0-command:install", false], [1317, "index-0-command:install", false], [1317, "index-1-command:install", false], [1318, "index-0-command:install", false], [1320, "index-0-command:install", false], [1321, "index-0-command:install", false], [1321, "index-1-command:install", false], [1321, "index-2-command:install", false], [1322, "index-0-command:install", false], [1323, "index-0-command:install", false], [1323, "index-1-command:install", false], [1323, "index-2-command:install", false], [1323, "index-3-command:install", false], [1323, "index-4-command:install", false], [1323, "index-5-command:install", false], [1323, "index-6-command:install", false], [1324, "index-0-command:install", false], [1325, "index-0-command:install", false], [1329, "index-0-command:install", false], [1330, "index-0-command:install", false], [1331, "index-0-command:install", false], [1331, "index-1-command:install", false], [1331, "index-2-command:install", false], [1331, "index-3-command:install", false], [1331, "index-4-command:install", false], [1332, "index-0-command:install", false], [1333, "index-0-command:install", false], [1335, "index-0-command:install", false], [1337, "index-0-command:install", false], [1337, "index-1-command:install", false], [1340, "index-0-command:install", false], [1340, "index-1-command:install", false], [1340, "index-2-command:install", false], [1342, "index-0-command:install", false], [1342, "index-1-command:install", false], [1342, "index-2-command:install", false], [1342, "index-3-command:install", false], [1343, "index-0-command:install", false], [1343, "index-1-command:install", false], [1343, "index-2-command:install", false], [1344, "index-0-command:install", false], [1345, "index-0-command:install", false], [1346, "index-0-command:install", false], [1348, "index-0-command:install", false], [1348, "index-1-command:install", false], [1598, "index-0-command:install", false], [1598, "index-1-command:install", false], [1599, "index-0-command:install", false], [1599, "index-1-command:install", false], [1599, "index-2-command:install", false], [1600, "index-0-command:install", false], [1602, "index-0-command:install", false], [1956, "index-0-command:install", false]], "install_files": [[77, "index-0-command:install_files", false], [77, "index-1-command:install_files", false], [78, "command:install_files", true], [129, "index-0-command:install_files", false], [310, "index-0-command:install_files", false]], "install_interface": [[114, "index-0-genex:INSTALL_INTERFACE", false], [114, "index-1-genex:INSTALL_INTERFACE", false], [114, "index-2-genex:INSTALL_INTERFACE", false], [114, "index-3-genex:INSTALL_INTERFACE", false], [274, "genex:INSTALL_INTERFACE", true], [1100, "index-0-genex:INSTALL_INTERFACE", false], [1100, "index-1-genex:INSTALL_INTERFACE", false]], "install_jar": [[551, "command:install_jar", true]], "install_jar_exports": [[551, "command:install_jar_exports", true]], "install_jni_symlink": [[551, "command:install_jni_symlink", true]], "install_name_dir": [[274, "index-0-prop_tgt:INSTALL_NAME_DIR", false], [274, "index-1-prop_tgt:INSTALL_NAME_DIR", false], [602, "index-0-prop_tgt:INSTALL_NAME_DIR", false], [628, "index-0-prop_tgt:INSTALL_NAME_DIR", false], [628, "index-1-prop_tgt:INSTALL_NAME_DIR", false], [965, "index-0-prop_tgt:INSTALL_NAME_DIR", false], [966, "index-0-prop_tgt:INSTALL_NAME_DIR", false], [1088, "prop_tgt:INSTALL_NAME_DIR", true], [1090, "index-0-prop_tgt:INSTALL_NAME_DIR", false], [1163, "index-0-prop_tgt:INSTALL_NAME_DIR", false], [1326, "index-0-prop_tgt:INSTALL_NAME_DIR", false], [1348, "index-0-prop_tgt:INSTALL_NAME_DIR", false], [1423, "index-0-prop_tgt:INSTALL_NAME_DIR", false], [1601, "index-0-prop_tgt:INSTALL_NAME_DIR", false]], "install_parallel": [[77, "index-0-prop_gbl:INSTALL_PARALLEL", false], [168, "index-0-prop_gbl:INSTALL_PARALLEL", false], [229, "index-0-prop_gbl:INSTALL_PARALLEL", false], [287, "index-0-prop_gbl:INSTALL_PARALLEL", false], [809, "prop_gbl:INSTALL_PARALLEL", true]], "install_prefix": [[77, "index-0-genex:INSTALL_PREFIX", false], [248, "index-0-genex:INSTALL_PREFIX", false], [274, "genex:INSTALL_PREFIX", true], [1088, "index-0-genex:INSTALL_PREFIX", false], [1326, "index-0-genex:INSTALL_PREFIX", false], [1337, "index-0-genex:INSTALL_PREFIX", false]], "install_programs": [[77, "index-0-command:install_programs", false], [77, "index-1-command:install_programs", false], [79, "command:install_programs", true], [129, "index-0-command:install_programs", false], [310, "index-0-command:install_programs", false]], "install_remove_environment_rpath": [[1089, "prop_tgt:INSTALL_REMOVE_ENVIRONMENT_RPATH", true], [1090, "index-0-prop_tgt:INSTALL_REMOVE_ENVIRONMENT_RPATH", false], [1325, "index-0-prop_tgt:INSTALL_REMOVE_ENVIRONMENT_RPATH", false], [1604, "index-0-prop_tgt:INSTALL_REMOVE_ENVIRONMENT_RPATH", false]], "install_rpath": [[274, "index-0-prop_tgt:INSTALL_RPATH", false], [628, "index-0-prop_tgt:INSTALL_RPATH", false], [655, "index-0-prop_tgt:INSTALL_RPATH", false], [963, "index-0-prop_tgt:INSTALL_RPATH", false], [966, "index-0-prop_tgt:INSTALL_RPATH", false], [1088, "index-0-prop_tgt:INSTALL_RPATH", false], [1089, "index-0-prop_tgt:INSTALL_RPATH", false], [1090, "prop_tgt:INSTALL_RPATH", true], [1091, "index-0-prop_tgt:INSTALL_RPATH", false], [1163, "index-0-prop_tgt:INSTALL_RPATH", false], [1325, "index-0-prop_tgt:INSTALL_RPATH", false], [1605, "index-0-prop_tgt:INSTALL_RPATH", false], [1606, "index-0-prop_tgt:INSTALL_RPATH", false], [1762, "index-0-prop_tgt:INSTALL_RPATH", false], [1818, "index-0-prop_tgt:INSTALL_RPATH", false], [1820, "index-0-prop_tgt:INSTALL_RPATH", false], [1822, "index-0-prop_tgt:INSTALL_RPATH", false]], "install_rpath_use_link_path": [[1090, "index-0-prop_tgt:INSTALL_RPATH_USE_LINK_PATH", false], [1091, "prop_tgt:INSTALL_RPATH_USE_LINK_PATH", true], [1606, "index-0-prop_tgt:INSTALL_RPATH_USE_LINK_PATH", false]], "install_targets": [[77, "index-0-command:install_targets", false], [77, "index-1-command:install_targets", false], [80, "command:install_targets", true], [129, "index-0-command:install_targets", false], [310, "index-0-command:install_targets", false]], "installed file property": [[826, "prop_inst:CPACK_DESKTOP_SHORTCUTS", true], [827, "prop_inst:CPACK_NEVER_OVERWRITE", true], [828, "prop_inst:CPACK_PERMANENT", true], [829, "prop_inst:CPACK_STARTUP_SHORTCUTS", true], [830, "prop_inst:CPACK_START_MENU_SHORTCUTS", true], [831, "prop_inst:CPACK_WIX_ACL", true], [1318, "index-0-prop_inst:CPACK_WIX_ACL", false], [1340, "index-0-prop_inst:CPACK_DESKTOP_SHORTCUTS", false], [1340, "index-0-prop_inst:CPACK_STARTUP_SHORTCUTS", false], [1340, "index-0-prop_inst:CPACK_START_MENU_SHORTCUTS", false]], "installrequiredsystemlibraries": [[259, "index-0-module:InstallRequiredSystemLibraries", false], [539, "module:InstallRequiredSystemLibraries", true], [1318, "index-0-module:InstallRequiredSystemLibraries", false], [1319, "index-0-module:InstallRequiredSystemLibraries", false], [1340, "index-0-module:InstallRequiredSystemLibraries", false], [1345, "index-0-module:InstallRequiredSystemLibraries", false]], "interface_automoc_macro_names": [[266, "index-0-prop_tgt:INTERFACE_AUTOMOC_MACRO_NAMES", false], [952, "index-0-prop_tgt:INTERFACE_AUTOMOC_MACRO_NAMES", false], [1092, "prop_tgt:INTERFACE_AUTOMOC_MACRO_NAMES", true], [1337, "index-0-prop_tgt:INTERFACE_AUTOMOC_MACRO_NAMES", false]], "interface_autouic_options": [[266, "index-0-prop_tgt:INTERFACE_AUTOUIC_OPTIONS", false], [283, "index-0-prop_tgt:INTERFACE_AUTOUIC_OPTIONS", false], [283, "index-1-prop_tgt:INTERFACE_AUTOUIC_OPTIONS", false], [1093, "prop_tgt:INTERFACE_AUTOUIC_OPTIONS", true]], "interface_compile_definitions": [[111, "index-0-prop_tgt:INTERFACE_COMPILE_DEFINITIONS", false], [248, "index-0-prop_tgt:INTERFACE_COMPILE_DEFINITIONS", false], [266, "index-0-prop_tgt:INTERFACE_COMPILE_DEFINITIONS", false], [266, "index-1-prop_tgt:INTERFACE_COMPILE_DEFINITIONS", false], [266, "index-2-prop_tgt:INTERFACE_COMPILE_DEFINITIONS", false], [266, "index-3-prop_tgt:INTERFACE_COMPILE_DEFINITIONS", false], [279, "index-0-prop_tgt:INTERFACE_COMPILE_DEFINITIONS", false], [691, "index-0-prop_tgt:INTERFACE_COMPILE_DEFINITIONS", false], [1094, "prop_tgt:INTERFACE_COMPILE_DEFINITIONS", true], [1320, "index-0-prop_tgt:INTERFACE_COMPILE_DEFINITIONS", false], [1341, "index-0-prop_tgt:INTERFACE_COMPILE_DEFINITIONS", false]], "interface_compile_features": [[112, "index-0-prop_tgt:INTERFACE_COMPILE_FEATURES", false], [266, "index-0-prop_tgt:INTERFACE_COMPILE_FEATURES", false], [266, "index-1-prop_tgt:INTERFACE_COMPILE_FEATURES", false], [1095, "prop_tgt:INTERFACE_COMPILE_FEATURES", true], [1320, "index-0-prop_tgt:INTERFACE_COMPILE_FEATURES", false]], "interface_compile_options": [[113, "index-0-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [113, "index-1-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [266, "index-0-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [266, "index-1-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [266, "index-2-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [266, "index-3-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [469, "index-0-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [661, "index-0-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [661, "index-1-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [978, "index-0-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [1096, "prop_tgt:INTERFACE_COMPILE_OPTIONS", true], [1320, "index-0-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [1325, "index-0-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [1326, "index-0-prop_tgt:INTERFACE_COMPILE_OPTIONS", false]], "interface_cxx_module_sets": [[119, "index-0-prop_tgt:INTERFACE_CXX_MODULE_SETS", false], [720, "index-0-prop_tgt:INTERFACE_CXX_MODULE_SETS", false], [1002, "index-0-prop_tgt:INTERFACE_CXX_MODULE_SETS", false], [1097, "prop_tgt:INTERFACE_CXX_MODULE_SETS", true]], "interface_header_sets": [[119, "index-0-prop_tgt:INTERFACE_HEADER_SETS", false], [720, "index-0-prop_tgt:INTERFACE_HEADER_SETS", false], [1048, "index-0-prop_tgt:INTERFACE_HEADER_SETS", false], [1098, "prop_tgt:INTERFACE_HEADER_SETS", true], [1333, "index-0-prop_tgt:INTERFACE_HEADER_SETS", false], [1333, "index-1-prop_tgt:INTERFACE_HEADER_SETS", false]], "interface_header_sets_to_verify": [[1099, "prop_tgt:INTERFACE_HEADER_SETS_TO_VERIFY", true], [1229, "index-0-prop_tgt:INTERFACE_HEADER_SETS_TO_VERIFY", false], [1334, "index-0-prop_tgt:INTERFACE_HEADER_SETS_TO_VERIFY", false]], "interface_include_directories": [[77, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [114, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [114, "index-1-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [114, "index-2-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [114, "index-3-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [114, "index-4-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [119, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [248, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [248, "index-1-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [248, "index-2-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [248, "index-3-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [266, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [266, "index-1-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [266, "index-2-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [266, "index-3-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [266, "index-4-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [266, "index-5-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [266, "index-6-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [266, "index-7-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [266, "index-8-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [266, "index-9-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [279, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [279, "index-1-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [279, "index-2-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [279, "index-3-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [469, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [587, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [587, "index-1-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [587, "index-2-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [587, "index-3-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [587, "index-4-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [601, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [601, "index-1-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [612, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [612, "index-1-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [612, "index-2-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1080, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1100, "prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", true], [1170, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1170, "index-1-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1213, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1213, "index-1-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1213, "index-2-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1317, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1317, "index-1-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1317, "index-2-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1318, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1320, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1325, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1326, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1594, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1594, "index-1-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false]], "interface_link_depends": [[266, "index-0-prop_tgt:INTERFACE_LINK_DEPENDS", false], [659, "index-0-prop_tgt:INTERFACE_LINK_DEPENDS", false], [726, "index-0-prop_tgt:INTERFACE_LINK_DEPENDS", false], [726, "index-1-prop_tgt:INTERFACE_LINK_DEPENDS", false], [726, "index-2-prop_tgt:INTERFACE_LINK_DEPENDS", false], [1101, "prop_tgt:INTERFACE_LINK_DEPENDS", true], [1322, "index-0-prop_tgt:INTERFACE_LINK_DEPENDS", false], [1326, "index-0-prop_tgt:INTERFACE_LINK_DEPENDS", false], [1341, "index-0-prop_tgt:INTERFACE_LINK_DEPENDS", false]], "interface_link_directories": [[115, "index-0-prop_tgt:INTERFACE_LINK_DIRECTORIES", false], [266, "index-0-prop_tgt:INTERFACE_LINK_DIRECTORIES", false], [266, "index-1-prop_tgt:INTERFACE_LINK_DIRECTORIES", false], [659, "index-0-prop_tgt:INTERFACE_LINK_DIRECTORIES", false], [726, "index-0-prop_tgt:INTERFACE_LINK_DIRECTORIES", false], [726, "index-1-prop_tgt:INTERFACE_LINK_DIRECTORIES", false], [726, "index-2-prop_tgt:INTERFACE_LINK_DIRECTORIES", false], [1102, "prop_tgt:INTERFACE_LINK_DIRECTORIES", true], [1322, "index-0-prop_tgt:INTERFACE_LINK_DIRECTORIES", false], [1326, "index-0-prop_tgt:INTERFACE_LINK_DIRECTORIES", false], [1341, "index-0-prop_tgt:INTERFACE_LINK_DIRECTORIES", false]], "interface_link_libraries": [[114, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [116, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [116, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [116, "index-2-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [116, "index-3-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [116, "index-4-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [116, "index-5-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [116, "index-6-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [116, "index-7-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [248, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [266, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [266, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [266, "index-2-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [266, "index-3-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [266, "index-4-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-10-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-11-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-12-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-13-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-14-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-15-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-16-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-17-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-18-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-19-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-2-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-3-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-4-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-5-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-6-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-7-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-8-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-9-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [279, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [298, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [582, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [582, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [582, "index-2-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [582, "index-3-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [639, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [639, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [639, "index-2-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [659, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [691, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [726, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [726, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1068, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1072, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1072, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1073, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1073, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1100, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1103, "prop_tgt:INTERFACE_LINK_LIBRARIES", true], [1104, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1104, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1104, "index-2-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1104, "index-3-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1104, "index-4-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1105, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1105, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1143, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1143, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1144, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1144, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1147, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1148, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1148, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1149, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1318, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1320, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false]], "interface_link_libraries_direct": [[274, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT", false], [274, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT", false], [1103, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT", false], [1104, "prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT", true], [1105, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT", false], [1105, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT", false], [1105, "index-2-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT", false], [1147, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT", false], [1148, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT", false], [1334, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT", false]], "interface_link_libraries_direct_exclude": [[1103, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE", false], [1104, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE", false], [1104, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE", false], [1104, "index-2-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE", false], [1105, "prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE", true], [1147, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE", false], [1334, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE", false]], "interface_link_options": [[117, "index-0-prop_tgt:INTERFACE_LINK_OPTIONS", false], [266, "index-0-prop_tgt:INTERFACE_LINK_OPTIONS", false], [266, "index-1-prop_tgt:INTERFACE_LINK_OPTIONS", false], [469, "index-0-prop_tgt:INTERFACE_LINK_OPTIONS", false], [659, "index-0-prop_tgt:INTERFACE_LINK_OPTIONS", false], [665, "index-0-prop_tgt:INTERFACE_LINK_OPTIONS", false], [726, "index-0-prop_tgt:INTERFACE_LINK_OPTIONS", false], [726, "index-1-prop_tgt:INTERFACE_LINK_OPTIONS", false], [726, "index-2-prop_tgt:INTERFACE_LINK_OPTIONS", false], [1106, "prop_tgt:INTERFACE_LINK_OPTIONS", true], [1322, "index-0-prop_tgt:INTERFACE_LINK_OPTIONS", false], [1324, "index-0-prop_tgt:INTERFACE_LINK_OPTIONS", false], [1326, "index-0-prop_tgt:INTERFACE_LINK_OPTIONS", false], [1327, "index-0-prop_tgt:INTERFACE_LINK_OPTIONS", false], [1341, "index-0-prop_tgt:INTERFACE_LINK_OPTIONS", false]], "interface_position_independent_code": [[266, "index-0-prop_tgt:INTERFACE_POSITION_INDEPENDENT_CODE", false], [266, "index-1-prop_tgt:INTERFACE_POSITION_INDEPENDENT_CODE", false], [266, "index-2-prop_tgt:INTERFACE_POSITION_INDEPENDENT_CODE", false], [266, "index-3-prop_tgt:INTERFACE_POSITION_INDEPENDENT_CODE", false], [1107, "prop_tgt:INTERFACE_POSITION_INDEPENDENT_CODE", true], [1323, "index-0-prop_tgt:INTERFACE_POSITION_INDEPENDENT_CODE", false]], "interface_precompile_headers": [[118, "index-0-prop_tgt:INTERFACE_PRECOMPILE_HEADERS", false], [118, "index-1-prop_tgt:INTERFACE_PRECOMPILE_HEADERS", false], [266, "index-0-prop_tgt:INTERFACE_PRECOMPILE_HEADERS", false], [266, "index-1-prop_tgt:INTERFACE_PRECOMPILE_HEADERS", false], [1108, "prop_tgt:INTERFACE_PRECOMPILE_HEADERS", true]], "interface_sources": [[7, "index-0-prop_tgt:INTERFACE_SOURCES", false], [119, "index-0-prop_tgt:INTERFACE_SOURCES", false], [119, "index-1-prop_tgt:INTERFACE_SOURCES", false], [266, "index-0-prop_tgt:INTERFACE_SOURCES", false], [266, "index-1-prop_tgt:INTERFACE_SOURCES", false], [266, "index-2-prop_tgt:INTERFACE_SOURCES", false], [636, "index-0-prop_tgt:INTERFACE_SOURCES", false], [1109, "prop_tgt:INTERFACE_SOURCES", true], [1318, "index-0-prop_tgt:INTERFACE_SOURCES", false], [1320, "index-0-prop_tgt:INTERFACE_SOURCES", false], [1340, "index-0-prop_tgt:INTERFACE_SOURCES", false]], "interface_system_include_directories": [[114, "index-0-prop_tgt:INTERFACE_SYSTEM_INCLUDE_DIRECTORIES", false], [266, "index-0-prop_tgt:INTERFACE_SYSTEM_INCLUDE_DIRECTORIES", false], [266, "index-1-prop_tgt:INTERFACE_SYSTEM_INCLUDE_DIRECTORIES", false], [1080, "index-0-prop_tgt:INTERFACE_SYSTEM_INCLUDE_DIRECTORIES", false], [1110, "prop_tgt:INTERFACE_SYSTEM_INCLUDE_DIRECTORIES", true], [1170, "index-0-prop_tgt:INTERFACE_SYSTEM_INCLUDE_DIRECTORIES", false], [1213, "index-0-prop_tgt:INTERFACE_SYSTEM_INCLUDE_DIRECTORIES", false]], "interprocedural_optimization": [[343, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [629, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [629, "index-1-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [629, "index-2-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [629, "index-3-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [698, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [763, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [763, "prop_dir:INTERPROCEDURAL_OPTIMIZATION", true], [1111, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [1111, "prop_tgt:INTERPROCEDURAL_OPTIMIZATION", true], [1112, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [1322, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [1335, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [1348, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [1348, "index-1-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [1348, "index-2-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [1608, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [1608, "index-1-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false]], "interprocedural_optimization_": [[764, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION_", false], [764, "prop_dir:INTERPROCEDURAL_OPTIMIZATION_", true], [1111, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION_", false], [1112, "prop_tgt:INTERPROCEDURAL_OPTIMIZATION_", true], [1609, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION_", false], [1609, "index-1-prop_tgt:INTERPROCEDURAL_OPTIMIZATION_", false]], "intl_found": [[425, "variable:Intl_FOUND", true]], "intl_include_dir": [[425, "variable:Intl_INCLUDE_DIR", true]], "intl_include_dirs": [[425, "variable:Intl_INCLUDE_DIRS", true]], "intl_is_built_in": [[425, "variable:Intl_IS_BUILT_IN", true]], "intl_libraries": [[425, "variable:Intl_LIBRARIES", true]], "intl_library": [[425, "variable:Intl_LIBRARY", true]], "intl_version": [[425, "variable:Intl_VERSION", true]], "intl_version_major": [[425, "variable:Intl_VERSION_MAJOR", true]], "intl_version_minor": [[425, "variable:Intl_VERSION_MINOR", true]], "intl_version_patch": [[425, "variable:Intl_VERSION_PATCH", true]], "ios": [[2040, "variable:IOS", true]], "ios_install_combined": [[167, "index-0-prop_tgt:IOS_INSTALL_COMBINED", false], [1113, "index-0-prop_tgt:IOS_INSTALL_COMBINED", false], [1113, "prop_tgt:IOS_INSTALL_COMBINED", true], [1328, "index-0-prop_tgt:IOS_INSTALL_COMBINED", false], [1338, "index-0-prop_tgt:IOS_INSTALL_COMBINED", false], [1344, "index-0-prop_tgt:IOS_INSTALL_COMBINED", false], [1610, "index-0-prop_tgt:IOS_INSTALL_COMBINED", false], [1610, "index-1-prop_tgt:IOS_INSTALL_COMBINED", false], [1610, "index-2-prop_tgt:IOS_INSTALL_COMBINED", false]], "ispc": [[204, "envvar:ISPC", true]], "ispc_compiler_frontend_variant": [[274, "genex:ISPC_COMPILER_FRONTEND_VARIANT", true]], "ispc_compiler_id": [[274, "genex:ISPC_COMPILER_ID", true]], "ispc_compiler_version": [[274, "genex:ISPC_COMPILER_VERSION", true]], "ispc_header_directory": [[1114, "prop_tgt:ISPC_HEADER_DIRECTORY", true], [1611, "index-0-prop_tgt:ISPC_HEADER_DIRECTORY", false]], "ispc_header_suffix": [[1115, "prop_tgt:ISPC_HEADER_SUFFIX", true], [1328, "index-0-prop_tgt:ISPC_HEADER_SUFFIX", false], [1612, "index-0-prop_tgt:ISPC_HEADER_SUFFIX", false]], "ispc_instruction_sets": [[1116, "prop_tgt:ISPC_INSTRUCTION_SETS", true], [1613, "index-0-prop_tgt:ISPC_INSTRUCTION_SETS", false], [1613, "index-1-prop_tgt:ISPC_INSTRUCTION_SETS", false]], "ispcflags": [[205, "envvar:ISPCFLAGS", true], [1656, "index-0-envvar:ISPCFLAGS", false]], "j": [[287, "cmdoption-cmake-E_tar-arg-J", false], [287, "cmdoption-cmake-E_tar-arg-j", false]], "job_pool_compile": [[811, "index-0-prop_tgt:JOB_POOL_COMPILE", false], [1117, "prop_tgt:JOB_POOL_COMPILE", true], [1119, "index-0-prop_tgt:JOB_POOL_COMPILE", false], [1615, "index-0-prop_tgt:JOB_POOL_COMPILE", false], [1615, "index-1-prop_tgt:JOB_POOL_COMPILE", false]], "job_pool_link": [[811, "index-0-prop_tgt:JOB_POOL_LINK", false], [1118, "prop_tgt:JOB_POOL_LINK", true], [1616, "index-0-prop_tgt:JOB_POOL_LINK", false], [1616, "index-1-prop_tgt:JOB_POOL_LINK", false]], "job_pool_precompile_header": [[1119, "prop_tgt:JOB_POOL_PRECOMPILE_HEADER", true], [1617, "index-0-prop_tgt:JOB_POOL_PRECOMPILE_HEADER", false], [1617, "index-1-prop_tgt:JOB_POOL_PRECOMPILE_HEADER", false]], "job_pools": [[2, "index-0-prop_gbl:JOB_POOLS", false], [2, "index-1-prop_gbl:JOB_POOLS", false], [2, "index-2-prop_gbl:JOB_POOLS", false], [3, "index-0-prop_gbl:JOB_POOLS", false], [3, "index-1-prop_gbl:JOB_POOLS", false], [3, "index-2-prop_gbl:JOB_POOLS", false], [368, "index-0-prop_gbl:JOB_POOLS", false], [811, "prop_gbl:JOB_POOLS", true], [1117, "index-0-prop_gbl:JOB_POOLS", false], [1118, "index-0-prop_gbl:JOB_POOLS", false], [1119, "index-0-prop_gbl:JOB_POOLS", false], [1317, "index-0-prop_gbl:JOB_POOLS", false], [1320, "index-0-prop_gbl:JOB_POOLS", false], [1329, "index-0-prop_gbl:JOB_POOLS", false], [1614, "index-0-prop_gbl:JOB_POOLS", false], [1614, "index-1-prop_gbl:JOB_POOLS", false]], "join": [[274, "genex:JOIN", true], [274, "index-0-genex:JOIN", false], [274, "index-1-genex:JOIN", false]], "kate": [[224, "generator:Kate", true], [1317, "index-0-generator:Kate", false]], "keep_extension": [[846, "prop_sf:KEEP_EXTENSION", true]], "labels": [[37, "index-0-prop_test:LABELS", false], [327, "index-0-prop_sf:LABELS", false], [765, "index-0-prop_test:LABELS", false], [765, "index-0-prop_tgt:LABELS", false], [765, "prop_dir:LABELS", true], [847, "prop_sf:LABELS", true], [898, "prop_test:LABELS", true], [1120, "prop_tgt:LABELS", true], [1319, "index-0-prop_dir:LABELS", false], [1332, "index-0-prop_test:LABELS", false], [1489, "index-0-prop_dir:LABELS", false]], "language": [[285, "index-0-prop_sf:LANGUAGE", false], [679, "index-0-prop_sf:LANGUAGE", false], [679, "index-1-prop_sf:LANGUAGE", false], [848, "prop_sf:LANGUAGE", true], [1229, "index-0-prop_sf:LANGUAGE", false], [1324, "index-0-prop_sf:LANGUAGE", false], [1328, "index-0-prop_sf:LANGUAGE", false], [1330, "index-0-prop_sf:LANGUAGE", false], [1340, "index-0-prop_sf:LANGUAGE", false]], "ldflags": [[206, "envvar:LDFLAGS", true]], "library_output_directory": [[7, "index-0-prop_tgt:LIBRARY_OUTPUT_DIRECTORY", false], [266, "index-0-prop_tgt:LIBRARY_OUTPUT_DIRECTORY", false], [1132, "prop_tgt:LIBRARY_OUTPUT_DIRECTORY", true], [1133, "index-0-prop_tgt:LIBRARY_OUTPUT_DIRECTORY", false], [1287, "index-0-prop_tgt:LIBRARY_OUTPUT_DIRECTORY", false], [1343, "index-0-prop_tgt:LIBRARY_OUTPUT_DIRECTORY", false], [1711, "index-0-prop_tgt:LIBRARY_OUTPUT_DIRECTORY", false], [2041, "index-0-prop_tgt:LIBRARY_OUTPUT_DIRECTORY", false]], "library_output_directory_": [[1132, "index-0-prop_tgt:LIBRARY_OUTPUT_DIRECTORY_", false], [1133, "prop_tgt:LIBRARY_OUTPUT_DIRECTORY_", true], [1712, "index-0-prop_tgt:LIBRARY_OUTPUT_DIRECTORY_", false]], "library_output_name": [[266, "index-0-prop_tgt:LIBRARY_OUTPUT_NAME", false], [274, "index-0-prop_tgt:LIBRARY_OUTPUT_NAME", false], [274, "index-1-prop_tgt:LIBRARY_OUTPUT_NAME", false], [274, "index-2-prop_tgt:LIBRARY_OUTPUT_NAME", false], [1134, "prop_tgt:LIBRARY_OUTPUT_NAME", true], [1135, "index-0-prop_tgt:LIBRARY_OUTPUT_NAME", false], [1180, "index-0-prop_tgt:LIBRARY_OUTPUT_NAME", false]], "library_output_name_": [[274, "index-0-prop_tgt:LIBRARY_OUTPUT_NAME_", false], [274, "index-1-prop_tgt:LIBRARY_OUTPUT_NAME_", false], [274, "index-2-prop_tgt:LIBRARY_OUTPUT_NAME_", false], [1134, "index-0-prop_tgt:LIBRARY_OUTPUT_NAME_", false], [1135, "prop_tgt:LIBRARY_OUTPUT_NAME_", true], [1180, "index-0-prop_tgt:LIBRARY_OUTPUT_NAME_", false]], "library_output_path": [[2041, "variable:LIBRARY_OUTPUT_PATH", true]], "link_depends": [[266, "index-0-prop_tgt:LINK_DEPENDS", false], [1138, "prop_tgt:LINK_DEPENDS", true], [1322, "index-0-prop_tgt:LINK_DEPENDS", false]], "link_depends_no_shared": [[1139, "prop_tgt:LINK_DEPENDS_NO_SHARED", true], [1717, "index-0-prop_tgt:LINK_DEPENDS_NO_SHARED", false], [1718, "index-0-prop_tgt:LINK_DEPENDS_NO_SHARED", false]], "link_directories": [[81, "index-0-prop_dir:LINK_DIRECTORIES", false], [81, "command:link_directories", true], [115, "index-0-prop_tgt:LINK_DIRECTORIES", false], [115, "index-0-command:link_directories", false], [266, "index-0-prop_tgt:LINK_DIRECTORIES", false], [266, "index-1-prop_tgt:LINK_DIRECTORIES", false], [575, "index-0-command:link_directories", false], [575, "index-1-command:link_directories", false], [575, "index-2-command:link_directories", false], [641, "index-0-prop_dir:LINK_DIRECTORIES", false], [641, "index-0-prop_tgt:LINK_DIRECTORIES", false], [641, "index-1-prop_dir:LINK_DIRECTORIES", false], [641, "index-1-prop_tgt:LINK_DIRECTORIES", false], [641, "index-2-prop_tgt:LINK_DIRECTORIES", false], [641, "index-3-prop_tgt:LINK_DIRECTORIES", false], [766, "index-0-prop_tgt:LINK_DIRECTORIES", false], [766, "prop_dir:LINK_DIRECTORIES", true], [766, "index-0-command:link_directories", false], [1102, "index-0-prop_tgt:LINK_DIRECTORIES", false], [1140, "index-0-prop_dir:LINK_DIRECTORIES", false], [1140, "prop_tgt:LINK_DIRECTORIES", true], [1322, "index-0-prop_tgt:LINK_DIRECTORIES", false], [1322, "index-1-prop_tgt:LINK_DIRECTORIES", false], [1322, "index-0-command:link_directories", false], [1484, "index-0-prop_tgt:LINK_DIRECTORIES", false], [1719, "index-0-command:link_directories", false], [1719, "index-1-command:link_directories", false]], "link_flags": [[116, "index-0-prop_tgt:LINK_FLAGS", false], [1141, "prop_tgt:LINK_FLAGS", true], [1142, "index-0-prop_tgt:LINK_FLAGS", false], [1152, "index-0-prop_tgt:LINK_FLAGS", false], [1209, "index-0-prop_tgt:LINK_FLAGS", false]], "link_flags_": [[1141, "index-0-prop_tgt:LINK_FLAGS_", false], [1142, "prop_tgt:LINK_FLAGS_", true]], "link_group": [[274, "genex:LINK_GROUP", true], [274, "index-0-genex:LINK_GROUP", false], [1334, "index-0-genex:LINK_GROUP", false], [1334, "index-1-genex:LINK_GROUP", false], [1684, "index-0-genex:LINK_GROUP", false], [1690, "index-0-genex:LINK_GROUP", false], [1720, "index-0-genex:LINK_GROUP", false], [1720, "index-1-genex:LINK_GROUP", false], [1729, "index-0-genex:LINK_GROUP", false]], "link_interface_libraries": [[54, "index-0-prop_tgt:LINK_INTERFACE_LIBRARIES", false], [116, "index-0-prop_tgt:LINK_INTERFACE_LIBRARIES", false], [116, "index-1-prop_tgt:LINK_INTERFACE_LIBRARIES", false], [116, "index-2-prop_tgt:LINK_INTERFACE_LIBRARIES", false], [116, "index-3-prop_tgt:LINK_INTERFACE_LIBRARIES", false], [116, "index-4-prop_tgt:LINK_INTERFACE_LIBRARIES", false], [1072, "index-0-prop_tgt:LINK_INTERFACE_LIBRARIES", false], [1103, "index-0-prop_tgt:LINK_INTERFACE_LIBRARIES", false], [1143, "prop_tgt:LINK_INTERFACE_LIBRARIES", true], [1144, "index-0-prop_tgt:LINK_INTERFACE_LIBRARIES", false], [1722, "index-0-prop_tgt:LINK_INTERFACE_LIBRARIES", false], [1722, "index-1-prop_tgt:LINK_INTERFACE_LIBRARIES", false]], "link_interface_libraries_": [[116, "index-0-prop_tgt:LINK_INTERFACE_LIBRARIES_", false], [1103, "index-0-prop_tgt:LINK_INTERFACE_LIBRARIES_", false], [1144, "prop_tgt:LINK_INTERFACE_LIBRARIES_", true]], "link_interface_multiplicity": [[116, "index-0-prop_tgt:LINK_INTERFACE_MULTIPLICITY", false], [1074, "index-0-prop_tgt:LINK_INTERFACE_MULTIPLICITY", false], [1145, "prop_tgt:LINK_INTERFACE_MULTIPLICITY", true], [1146, "index-0-prop_tgt:LINK_INTERFACE_MULTIPLICITY", false]], "link_interface_multiplicity_": [[1146, "prop_tgt:LINK_INTERFACE_MULTIPLICITY_", true]], "link_lang_and_id": [[274, "genex:LINK_LANG_AND_ID", true], [1327, "index-0-genex:LINK_LANG_AND_ID", false]], "link_language": [[274, "genex:LINK_LANGUAGE", true], [1327, "index-0-genex:LINK_LANGUAGE", false]], "link_libraries": [[8, "index-0-command:link_libraries", false], [8, "index-1-command:link_libraries", false], [82, "command:link_libraries", true], [116, "index-0-prop_tgt:LINK_LIBRARIES", false], [117, "index-0-command:link_libraries", false], [251, "index-0-prop_tgt:LINK_LIBRARIES", false], [266, "index-0-prop_tgt:LINK_LIBRARIES", false], [266, "index-1-prop_tgt:LINK_LIBRARIES", false], [266, "index-2-prop_tgt:LINK_LIBRARIES", false], [274, "index-0-prop_tgt:LINK_LIBRARIES", false], [274, "index-1-prop_tgt:LINK_LIBRARIES", false], [274, "index-2-prop_tgt:LINK_LIBRARIES", false], [274, "index-3-prop_tgt:LINK_LIBRARIES", false], [274, "index-4-prop_tgt:LINK_LIBRARIES", false], [274, "index-5-prop_tgt:LINK_LIBRARIES", false], [274, "index-6-prop_tgt:LINK_LIBRARIES", false], [274, "index-7-prop_tgt:LINK_LIBRARIES", false], [274, "index-8-prop_tgt:LINK_LIBRARIES", false], [274, "index-9-prop_tgt:LINK_LIBRARIES", false], [274, "index-0-command:link_libraries", false], [274, "index-1-command:link_libraries", false], [639, "index-0-prop_tgt:LINK_LIBRARIES", false], [639, "index-1-prop_tgt:LINK_LIBRARIES", false], [691, "index-0-prop_tgt:LINK_LIBRARIES", false], [691, "index-1-prop_tgt:LINK_LIBRARIES", false], [691, "index-2-prop_tgt:LINK_LIBRARIES", false], [691, "index-3-prop_tgt:LINK_LIBRARIES", false], [1103, "index-0-prop_tgt:LINK_LIBRARIES", false], [1104, "index-0-prop_tgt:LINK_LIBRARIES", false], [1104, "index-1-prop_tgt:LINK_LIBRARIES", false], [1104, "index-2-prop_tgt:LINK_LIBRARIES", false], [1105, "index-0-prop_tgt:LINK_LIBRARIES", false], [1147, "prop_tgt:LINK_LIBRARIES", true], [1148, "index-0-prop_tgt:LINK_LIBRARIES", false], [1149, "index-0-prop_tgt:LINK_LIBRARIES", false], [1149, "index-1-prop_tgt:LINK_LIBRARIES", false], [1149, "index-2-prop_tgt:LINK_LIBRARIES", false], [1149, "index-3-prop_tgt:LINK_LIBRARIES", false], [1334, "index-0-prop_tgt:LINK_LIBRARIES", false]], "link_libraries_only_targets": [[588, "index-0-prop_tgt:LINK_LIBRARIES_ONLY_TARGETS", false], [1148, "prop_tgt:LINK_LIBRARIES_ONLY_TARGETS", true], [1333, "index-0-prop_tgt:LINK_LIBRARIES_ONLY_TARGETS", false], [1723, "index-0-prop_tgt:LINK_LIBRARIES_ONLY_TARGETS", false]], "link_libraries_strategy": [[116, "index-0-prop_tgt:LINK_LIBRARIES_STRATEGY", false], [1147, "index-0-prop_tgt:LINK_LIBRARIES_STRATEGY", false], [1149, "prop_tgt:LINK_LIBRARIES_STRATEGY", true], [1342, "index-0-prop_tgt:LINK_LIBRARIES_STRATEGY", false], [1724, "index-0-prop_tgt:LINK_LIBRARIES_STRATEGY", false]], "link_library": [[274, "genex:LINK_LIBRARY", true], [274, "index-0-genex:LINK_LIBRARY", false], [274, "index-1-genex:LINK_LIBRARY", false], [274, "index-2-genex:LINK_LIBRARY", false], [274, "index-3-genex:LINK_LIBRARY", false], [1150, "index-0-genex:LINK_LIBRARY", false], [1150, "index-1-genex:LINK_LIBRARY", false], [1150, "index-2-genex:LINK_LIBRARY", false], [1151, "index-0-genex:LINK_LIBRARY", false], [1151, "index-1-genex:LINK_LIBRARY", false], [1334, "index-0-genex:LINK_LIBRARY", false], [1334, "index-1-genex:LINK_LIBRARY", false], [1334, "index-2-genex:LINK_LIBRARY", false], [1334, "index-3-genex:LINK_LIBRARY", false], [1334, "index-4-genex:LINK_LIBRARY", false], [1341, "index-0-genex:LINK_LIBRARY", false], [1690, "index-0-genex:LINK_LIBRARY", false], [1690, "index-1-genex:LINK_LIBRARY", false], [1690, "index-2-genex:LINK_LIBRARY", false], [1690, "index-3-genex:LINK_LIBRARY", false], [1729, "index-0-genex:LINK_LIBRARY", false], [1729, "index-1-genex:LINK_LIBRARY", false], [1729, "index-2-genex:LINK_LIBRARY", false], [1729, "index-3-genex:LINK_LIBRARY", false], [1729, "index-4-genex:LINK_LIBRARY", false]], "link_library_override": [[274, "index-0-prop_tgt:LINK_LIBRARY_OVERRIDE", false], [274, "index-1-prop_tgt:LINK_LIBRARY_OVERRIDE", false], [1150, "prop_tgt:LINK_LIBRARY_OVERRIDE", true], [1151, "index-0-prop_tgt:LINK_LIBRARY_OVERRIDE", false], [1151, "index-1-prop_tgt:LINK_LIBRARY_OVERRIDE", false], [1334, "index-0-prop_tgt:LINK_LIBRARY_OVERRIDE", false], [1690, "index-0-prop_tgt:LINK_LIBRARY_OVERRIDE", false], [1725, "index-0-prop_tgt:LINK_LIBRARY_OVERRIDE", false], [1729, "index-0-prop_tgt:LINK_LIBRARY_OVERRIDE", false]], "link_library_override_": [[274, "index-0-prop_tgt:LINK_LIBRARY_OVERRIDE_", false], [274, "index-1-prop_tgt:LINK_LIBRARY_OVERRIDE_", false], [1150, "index-0-prop_tgt:LINK_LIBRARY_OVERRIDE_", false], [1150, "index-1-prop_tgt:LINK_LIBRARY_OVERRIDE_", false], [1151, "prop_tgt:LINK_LIBRARY_OVERRIDE_", true], [1334, "index-0-prop_tgt:LINK_LIBRARY_OVERRIDE_", false], [1690, "index-0-prop_tgt:LINK_LIBRARY_OVERRIDE_", false], [1725, "index-0-prop_tgt:LINK_LIBRARY_OVERRIDE_", false], [1729, "index-0-prop_tgt:LINK_LIBRARY_OVERRIDE_", false]], "link_only": [[274, "genex:LINK_ONLY", true], [274, "index-0-genex:LINK_ONLY", false], [274, "index-1-genex:LINK_ONLY", false], [274, "index-2-genex:LINK_ONLY", false], [274, "index-3-genex:LINK_ONLY", false], [274, "index-4-genex:LINK_ONLY", false], [274, "index-5-genex:LINK_ONLY", false], [274, "index-6-genex:LINK_ONLY", false], [274, "index-7-genex:LINK_ONLY", false], [659, "index-0-genex:LINK_ONLY", false], [691, "index-0-genex:LINK_ONLY", false], [691, "index-1-genex:LINK_ONLY", false], [691, "index-2-genex:LINK_ONLY", false], [691, "index-3-genex:LINK_ONLY", false], [691, "index-4-genex:LINK_ONLY", false], [726, "index-0-genex:LINK_ONLY", false], [726, "index-1-genex:LINK_ONLY", false], [1104, "index-0-genex:LINK_ONLY", false], [1147, "index-0-genex:LINK_ONLY", false], [1220, "index-0-genex:LINK_ONLY", false], [1220, "index-1-genex:LINK_ONLY", false], [1221, "index-0-genex:LINK_ONLY", false], [1221, "index-1-genex:LINK_ONLY", false], [1334, "index-0-genex:LINK_ONLY", false]], "link_options": [[8, "index-0-prop_dir:LINK_OPTIONS", false], [8, "index-0-prop_tgt:LINK_OPTIONS", false], [116, "index-0-prop_tgt:LINK_OPTIONS", false], [116, "index-1-prop_tgt:LINK_OPTIONS", false], [117, "index-0-prop_dir:LINK_OPTIONS", false], [117, "index-0-prop_tgt:LINK_OPTIONS", false], [117, "index-1-prop_tgt:LINK_OPTIONS", false], [266, "index-0-prop_tgt:LINK_OPTIONS", false], [266, "index-1-prop_tgt:LINK_OPTIONS", false], [266, "index-2-prop_tgt:LINK_OPTIONS", false], [349, "index-0-prop_tgt:LINK_OPTIONS", false], [665, "index-0-prop_tgt:LINK_OPTIONS", false], [767, "index-0-prop_tgt:LINK_OPTIONS", false], [767, "prop_dir:LINK_OPTIONS", true], [1106, "index-0-prop_tgt:LINK_OPTIONS", false], [1141, "index-0-prop_tgt:LINK_OPTIONS", false], [1142, "index-0-prop_tgt:LINK_OPTIONS", false], [1152, "index-0-prop_dir:LINK_OPTIONS", false], [1152, "prop_tgt:LINK_OPTIONS", true], [1209, "index-0-prop_tgt:LINK_OPTIONS", false], [1211, "index-0-prop_tgt:LINK_OPTIONS", false], [1322, "index-0-prop_dir:LINK_OPTIONS", false], [1322, "index-0-prop_tgt:LINK_OPTIONS", false], [1327, "index-0-prop_tgt:LINK_OPTIONS", false], [1484, "index-0-prop_tgt:LINK_OPTIONS", false]], "link_search_end_static": [[620, "index-0-prop_tgt:LINK_SEARCH_END_STATIC", false], [1153, "prop_tgt:LINK_SEARCH_END_STATIC", true], [1154, "index-0-prop_tgt:LINK_SEARCH_END_STATIC", false], [1343, "index-0-prop_tgt:LINK_SEARCH_END_STATIC", false], [1731, "index-0-prop_tgt:LINK_SEARCH_END_STATIC", false]], "link_search_start_static": [[1153, "index-0-prop_tgt:LINK_SEARCH_START_STATIC", false], [1154, "prop_tgt:LINK_SEARCH_START_STATIC", true], [1343, "index-0-prop_tgt:LINK_SEARCH_START_STATIC", false], [1732, "index-0-prop_tgt:LINK_SEARCH_START_STATIC", false]], "link_what_you_use": [[1155, "prop_tgt:LINK_WHAT_YOU_USE", true], [1332, "index-0-prop_tgt:LINK_WHAT_YOU_USE", false], [1346, "index-0-prop_tgt:LINK_WHAT_YOU_USE", false], [1733, "index-0-prop_tgt:LINK_WHAT_YOU_USE", false]], "linker_language": [[120, "index-0-prop_tgt:LINKER_LANGUAGE", false], [285, "index-0-prop_tgt:LINKER_LANGUAGE", false], [1044, "index-0-prop_tgt:LINKER_LANGUAGE", false], [1136, "prop_tgt:LINKER_LANGUAGE", true], [1157, "index-0-prop_tgt:LINKER_LANGUAGE", false], [1339, "index-0-prop_tgt:LINKER_LANGUAGE", false], [1679, "index-0-prop_tgt:LINKER_LANGUAGE", false]], "linker_type": [[1137, "index-0-prop_tgt:LINKER_TYPE", false], [1137, "prop_tgt:LINKER_TYPE", true], [1339, "index-0-prop_tgt:LINKER_TYPE", false], [1339, "index-1-prop_tgt:LINKER_TYPE", false], [1637, "index-0-prop_tgt:LINKER_TYPE", false], [1707, "index-0-prop_tgt:LINKER_TYPE", false], [1715, "index-0-prop_tgt:LINKER_TYPE", false], [1715, "index-1-prop_tgt:LINKER_TYPE", false]], "linux": [[1335, "index-0-variable:LINUX", false], [2042, "variable:LINUX", true]], "list": [[18, "index-0-command:list", false], [83, "command:list", true], [96, "index-0-command:list", false], [108, "index-0-command:list", false], [126, "index-0-command:list", false], [274, "genex:LIST", true], [274, "index-0-command:list", false], [274, "index-1-command:list", false], [274, "index-2-command:list", false], [274, "index-3-command:list", false], [274, "index-4-command:list", false], [274, "index-5-command:list", false], [274, "index-6-command:list", false], [274, "index-7-command:list", false], [274, "index-8-command:list", false], [313, "index-0-command:list", false], [681, "index-0-command:list", false], [681, "index-1-command:list", false], [1321, "index-0-command:list", false], [1321, "index-1-command:list", false], [1321, "index-2-command:list", false], [1322, "index-0-command:list", false], [1323, "index-0-command:list", false], [1323, "index-1-command:list", false], [1324, "index-0-command:list", false], [1327, "index-0-command:list", false], [1331, "index-0-command:list", false], [1345, "index-0-command:list", false]], "listfile_stack": [[768, "prop_dir:LISTFILE_STACK", true]], "load_cache": [[84, "command:load_cache", true], [1326, "index-0-command:load_cache", false]], "load_command": [[85, "command:load_command", true], [591, "index-0-command:load_command", false], [1317, "index-0-command:load_command", false]], "location": [[68, "index-0-prop_sf:LOCATION", false], [266, "index-0-prop_tgt:LOCATION", false], [266, "index-1-prop_tgt:LOCATION", false], [586, "index-0-prop_tgt:LOCATION", false], [586, "index-1-prop_tgt:LOCATION", false], [586, "index-2-prop_tgt:LOCATION", false], [586, "index-3-prop_tgt:LOCATION", false], [586, "index-4-prop_tgt:LOCATION", false], [720, "index-0-prop_tgt:LOCATION", false], [849, "prop_sf:LOCATION", true], [1076, "index-0-prop_tgt:LOCATION", false], [1156, "prop_tgt:LOCATION", true], [1317, "index-0-prop_tgt:LOCATION", false]], "location_": [[720, "index-0-prop_tgt:LOCATION_", false], [1076, "index-0-prop_tgt:LOCATION_", false], [1157, "prop_tgt:LOCATION_", true]], "lower_case": [[274, "genex:LOWER_CASE", true]], "macho_compatibility_version": [[1158, "prop_tgt:MACHO_COMPATIBILITY_VERSION", true], [1159, "index-0-prop_tgt:MACHO_COMPATIBILITY_VERSION", false], [1159, "index-1-prop_tgt:MACHO_COMPATIBILITY_VERSION", false], [1159, "index-2-prop_tgt:MACHO_COMPATIBILITY_VERSION", false], [1159, "index-3-prop_tgt:MACHO_COMPATIBILITY_VERSION", false], [1208, "index-0-prop_tgt:MACHO_COMPATIBILITY_VERSION", false], [1230, "index-0-prop_tgt:MACHO_COMPATIBILITY_VERSION", false], [1326, "index-0-prop_tgt:MACHO_COMPATIBILITY_VERSION", false]], "macho_current_version": [[1158, "index-0-prop_tgt:MACHO_CURRENT_VERSION", false], [1158, "index-1-prop_tgt:MACHO_CURRENT_VERSION", false], [1158, "index-2-prop_tgt:MACHO_CURRENT_VERSION", false], [1158, "index-3-prop_tgt:MACHO_CURRENT_VERSION", false], [1159, "prop_tgt:MACHO_CURRENT_VERSION", true], [1208, "index-0-prop_tgt:MACHO_CURRENT_VERSION", false], [1230, "index-0-prop_tgt:MACHO_CURRENT_VERSION", false], [1326, "index-0-prop_tgt:MACHO_CURRENT_VERSION", false]], "macosx_bundle": [[6, "index-0-prop_tgt:MACOSX_BUNDLE", false], [77, "index-0-prop_tgt:MACOSX_BUNDLE", false], [77, "index-1-prop_tgt:MACOSX_BUNDLE", false], [77, "index-2-prop_tgt:MACOSX_BUNDLE", false], [77, "index-3-prop_tgt:MACOSX_BUNDLE", false], [77, "index-4-prop_tgt:MACOSX_BUNDLE", false], [566, "index-0-prop_tgt:MACOSX_BUNDLE", false], [566, "index-1-prop_tgt:MACOSX_BUNDLE", false], [566, "index-2-prop_tgt:MACOSX_BUNDLE", false], [850, "index-0-prop_tgt:MACOSX_BUNDLE", false], [850, "index-1-prop_tgt:MACOSX_BUNDLE", false], [968, "index-0-prop_tgt:MACOSX_BUNDLE", false], [1160, "prop_tgt:MACOSX_BUNDLE", true], [1161, "index-0-prop_tgt:MACOSX_BUNDLE", false], [1735, "index-0-prop_tgt:MACOSX_BUNDLE", false], [1735, "index-1-prop_tgt:MACOSX_BUNDLE", false]], "macosx_bundle_info_plist": [[1160, "index-0-prop_tgt:MACOSX_BUNDLE_INFO_PLIST", false], [1161, "prop_tgt:MACOSX_BUNDLE_INFO_PLIST", true]], "macosx_deployment_target": [[207, "envvar:MACOSX_DEPLOYMENT_TARGET", true]], "macosx_framework_info_plist": [[1033, "index-0-prop_tgt:MACOSX_FRAMEWORK_INFO_PLIST", false], [1162, "prop_tgt:MACOSX_FRAMEWORK_INFO_PLIST", true], [1342, "index-0-prop_tgt:MACOSX_FRAMEWORK_INFO_PLIST", false]], "macosx_package_location": [[850, "prop_sf:MACOSX_PACKAGE_LOCATION", true]], "macosx_rpath": [[602, "index-0-prop_tgt:MACOSX_RPATH", false], [602, "index-1-prop_tgt:MACOSX_RPATH", false], [1088, "index-0-prop_tgt:MACOSX_RPATH", false], [1163, "prop_tgt:MACOSX_RPATH", true], [1317, "index-0-prop_tgt:MACOSX_RPATH", false], [1736, "index-0-prop_tgt:MACOSX_RPATH", false]], "macro": [[18, "index-0-command:macro", false], [20, "index-0-command:macro", false], [20, "index-1-command:macro", false], [23, "index-0-command:macro", false], [49, "index-0-command:macro", false], [56, "index-0-command:macro", false], [57, "index-0-command:macro", false], [59, "index-0-command:macro", false], [60, "index-0-command:macro", false], [63, "index-0-command:macro", false], [86, "command:macro", true], [98, "index-0-command:macro", false], [277, "index-0-command:macro", false], [277, "index-1-command:macro", false], [591, "index-0-command:macro", false], [769, "index-0-command:macro", false], [1742, "index-0-command:macro", false], [1742, "index-1-command:macro", false]], "macroaddfiledependencies": [[540, "module:MacroAddFileDependencies", true]], "macros": [[64, "index-0-prop_dir:MACROS", false], [769, "prop_dir:MACROS", true]], "make_c_identifier": [[274, "genex:MAKE_C_IDENTIFIER", true]], "make_directory": [[87, "command:make_directory", true], [287, "cmdoption-cmake-E-arg-make_directory", false]], "manual": [[0, "index-0-manual:cmake-buildsystem(7)", false], [0, "index-0-manual:cmake-generator-expressions(7)", false], [0, "index-1-manual:cmake-buildsystem(7)", false], [1, "index-0-manual:cmake-buildsystem(7)", false], [1, "index-0-manual:cmake-generator-expressions(7)", false], [1, "index-1-manual:cmake-buildsystem(7)", false], [2, "index-0-manual:cmake-generator-expressions(7)", false], [2, "index-1-manual:cmake-generator-expressions(7)", false], [2, "index-2-manual:cmake-generator-expressions(7)", false], [2, "index-3-manual:cmake-generator-expressions(7)", false], [2, "index-4-manual:cmake-generator-expressions(7)", false], [2, "index-5-manual:cmake-generator-expressions(7)", false], [2, "index-6-manual:cmake-generator-expressions(7)", false], [2, "index-7-manual:cmake-generator-expressions(7)", false], [3, "index-0-manual:cmake-generator-expressions(7)", false], [3, "index-1-manual:cmake-generator-expressions(7)", false], [3, "index-2-manual:cmake-generator-expressions(7)", false], [3, "index-3-manual:cmake-generator-expressions(7)", false], [3, "index-4-manual:cmake-generator-expressions(7)", false], [4, "index-0-manual:cmake-buildsystem(7)", false], [6, "index-0-manual:cmake-buildsystem(7)", false], [6, "index-0-manual:cmake-generator-expressions(7)", false], [7, "index-0-manual:cmake-buildsystem(7)", false], [7, "index-0-manual:cmake-generator-expressions(7)", false], [8, "index-0-manual:cmake-buildsystem(7)", false], [8, "index-0-manual:cmake-generator-expressions(7)", false], [8, "index-1-manual:cmake-buildsystem(7)", false], [10, "index-0-manual:cmake-generator-expressions(7)", false], [10, "index-0-manual:ctest(1)", false], [10, "index-1-manual:cmake-generator-expressions(7)", false], [10, "index-1-manual:ctest(1)", false], [10, "index-2-manual:cmake-generator-expressions(7)", false], [10, "index-3-manual:cmake-generator-expressions(7)", false], [10, "index-4-manual:cmake-generator-expressions(7)", false], [14, "index-0-manual:cmake(1)", false], [16, "index-0-manual:cmake-file-api(7)", false], [18, "index-0-manual:cmake(1)", false], [23, "index-0-manual:cmake-policies(7)", false], [23, "index-1-manual:cmake-policies(7)", false], [27, "index-0-manual:ctest(1)", false], [32, "index-0-manual:ctest(1)", false], [37, "index-0-manual:ctest(1)", false], [37, "index-1-manual:ctest(1)", false], [55, "index-0-manual:cmake-generator-expressions(7)", false], [55, "index-0-manual:cmake-generators(7)", false], [58, "index-0-manual:cmake-packages(7)", false], [58, "index-1-manual:cmake-packages(7)", false], [64, "index-0-manual:cmake-properties(7)", false], [73, "index-0-manual:cmake-buildsystem(7)", false], [73, "index-0-manual:cmake-generator-expressions(7)", false], [73, "index-1-manual:cmake-buildsystem(7)", false], [77, "index-0-manual:cmake-generator-expressions(7)", false], [77, "index-0-manual:cpack(1)", false], [77, "index-1-manual:cmake-generator-expressions(7)", false], [77, "index-2-manual:cmake-generator-expressions(7)", false], [77, "index-3-manual:cmake-generator-expressions(7)", false], [77, "index-4-manual:cmake-generator-expressions(7)", false], [77, "index-5-manual:cmake-generator-expressions(7)", false], [77, "index-6-manual:cmake-generator-expressions(7)", false], [81, "index-0-manual:cmake-buildsystem(7)", false], [81, "index-0-manual:cmake-generator-expressions(7)", false], [83, "index-0-manual:cmake-generator-expressions(7)", false], [90, "index-0-manual:ccmake(1)", false], [90, "index-0-manual:cmake(1)", false], [90, "index-0-manual:cmake-gui(1)", false], [100, "index-0-manual:cmake(1)", false], [100, "index-0-manual:cmake-env-variables(7)", false], [100, "index-0-manual:cmake-gui(1)", false], [100, "index-1-manual:cmake-gui(1)", false], [100, "index-2-manual:cmake-gui(1)", false], [100, "index-3-manual:cmake-gui(1)", false], [100, "index-4-manual:cmake-gui(1)", false], [100, "index-5-manual:cmake-gui(1)", false], [102, "index-0-manual:cmake-generator-expressions(7)", false], [102, "index-0-manual:cmake-properties(7)", false], [105, "index-0-manual:cmake-generator-expressions(7)", false], [108, "index-0-manual:cmake-generator-expressions(7)", false], [111, "index-0-manual:cmake-buildsystem(7)", false], [111, "index-0-manual:cmake-generator-expressions(7)", false], [111, "index-1-manual:cmake-buildsystem(7)", false], [112, "index-0-manual:cmake-compile-features(7)", false], [112, "index-0-manual:cmake-generator-expressions(7)", false], [112, "index-1-manual:cmake-compile-features(7)", false], [113, "index-0-manual:cmake-buildsystem(7)", false], [113, "index-0-manual:cmake-generator-expressions(7)", false], [113, "index-1-manual:cmake-buildsystem(7)", false], [114, "index-0-manual:cmake-buildsystem(7)", false], [114, "index-0-manual:cmake-generator-expressions(7)", false], [114, "index-0-manual:cmake-packages(7)", false], [114, "index-1-manual:cmake-buildsystem(7)", false], [115, "index-0-manual:cmake-buildsystem(7)", false], [115, "index-0-manual:cmake-generator-expressions(7)", false], [115, "index-1-manual:cmake-buildsystem(7)", false], [116, "index-0-manual:cmake-buildsystem(7)", false], [116, "index-0-manual:cmake-generator-expressions(7)", false], [116, "index-0-manual:cmake-packages(7)", false], [117, "index-0-manual:cmake-buildsystem(7)", false], [117, "index-0-manual:cmake-generator-expressions(7)", false], [117, "index-1-manual:cmake-buildsystem(7)", false], [118, "index-0-manual:cmake-generator-expressions(7)", false], [118, "index-0-manual:cmake-language(7)", false], [119, "index-0-manual:cmake-buildsystem(7)", false], [119, "index-0-manual:cmake-generator-expressions(7)", false], [119, "index-1-manual:cmake-generator-expressions(7)", false], [119, "index-2-manual:cmake-generator-expressions(7)", false], [120, "index-0-manual:cmake(1)", false], [120, "index-0-manual:cmake-configure-log(7)", false], [120, "index-1-manual:cmake-configure-log(7)", false], [122, "index-0-manual:cmake-env-variables(7)", false], [133, "index-0-manual:cpack(1)", false], [136, "index-0-manual:cpack-generators(7)", false], [142, "index-0-manual:cmake(1)", false], [142, "index-0-manual:cpack(1)", false], [142, "index-1-manual:cmake(1)", false], [156, "index-0-manual:cmake-file-api(7)", false], [167, "index-0-manual:cpack(1)", false], [185, "index-0-manual:ctest(1)", false], [186, "index-0-manual:ctest(1)", false], [186, "index-1-manual:ctest(1)", false], [187, "index-0-manual:ctest(1)", false], [188, "index-0-manual:ctest(1)", false], [189, "index-0-manual:ctest(1)", false], [189, "index-1-manual:ctest(1)", false], [197, "index-0-manual:ctest(1)", false], [198, "index-0-manual:cmake(1)", false], [220, "index-0-manual:cmake-file-api(7)", false], [221, "index-0-manual:cmake-file-api(7)", false], [222, "index-0-manual:cmake-file-api(7)", false], [224, "index-0-manual:cmake-file-api(7)", false], [231, "index-0-manual:cmake-file-api(7)", false], [246, "index-0-manual:cmake(1)", false], [247, "index-0-manual:cmake(1)", false], [247, "index-0-manual:cmake-file-api(7)", false], [247, "index-0-manual:cmake-server(7)", false], [247, "index-0-manual:ctest(1)", false], [247, "index-1-manual:cmake(1)", false], [247, "index-1-manual:cmake-file-api(7)", false], [247, "index-1-manual:ctest(1)", false], [247, "index-2-manual:cmake(1)", false], [247, "index-2-manual:cmake-file-api(7)", false], [247, "index-3-manual:cmake(1)", false], [247, "index-3-manual:cmake-file-api(7)", false], [247, "index-4-manual:cmake-file-api(7)", false], [248, "index-0-manual:cmake(1)", false], [248, "index-0-manual:cmake-generator-expressions(7)", false], [248, "index-0-manual:cmake-packages(7)", false], [248, "index-1-manual:cmake(1)", false], [249, "index-0-manual:cmake(1)", false], [249, "index-0-manual:cmake-gui(1)", false], [249, "index-1-manual:cmake(1)", false], [251, "index-0-manual:cmake(1)", false], [251, "index-0-manual:cmake-generator-expressions(7)", false], [251, "index-0-manual:cmake-gui(1)", false], [251, "index-1-manual:cmake-generator-expressions(7)", false], [251, "index-2-manual:cmake-generator-expressions(7)", false], [251, "index-3-manual:cmake-generator-expressions(7)", false], [251, "index-4-manual:cmake-generator-expressions(7)", false], [251, "index-5-manual:cmake-generator-expressions(7)", false], [252, "index-0-manual:cmake(1)", false], [252, "index-0-manual:cmake-gui(1)", false], [252, "index-0-manual:ctest(1)", false], [252, "index-1-manual:ctest(1)", false], [252, "index-2-manual:ctest(1)", false], [253, "index-0-manual:cmake(1)", false], [253, "index-0-manual:cmake-gui(1)", false], [254, "index-0-manual:cmake(1)", false], [254, "index-0-manual:cmake-generator-expressions(7)", false], [254, "index-0-manual:cmake-gui(1)", false], [255, "index-0-manual:cmake(1)", false], [255, "index-0-manual:cmake-gui(1)", false], [256, "index-0-manual:ccmake(1)", false], [256, "index-0-manual:cmake(1)", false], [256, "index-0-manual:cmake-gui(1)", false], [256, "index-1-manual:ccmake(1)", false], [256, "index-1-manual:cmake-gui(1)", false], [256, "index-2-manual:cmake-gui(1)", false], [257, "index-0-manual:cmake(1)", false], [257, "index-0-manual:cmake-gui(1)", false], [257, "index-0-manual:ctest(1)", false], [257, "index-1-manual:cmake(1)", false], [258, "index-0-manual:cmake(1)", false], [258, "index-0-manual:cpack(1)", false], [259, "index-0-manual:cpack(1)", false], [259, "index-0-manual:cpack-generators(7)", false], [262, "index-0-manual:ccmake(1)", false], [262, "index-0-manual:cmake(1)", false], [262, "index-0-manual:cmake-generators(7)", false], [262, "index-0-manual:cmake-gui(1)", false], [262, "index-0-manual:cmake-presets(7)", false], [262, "index-0-manual:cmake-toolchains(7)", false], [262, "index-0-manual:ctest(1)", false], [262, "index-1-manual:ccmake(1)", false], [262, "index-1-manual:cmake(1)", false], [262, "index-1-manual:cmake-generators(7)", false], [262, "index-1-manual:cmake-gui(1)", false], [262, "index-1-manual:ctest(1)", false], [262, "index-10-manual:cmake(1)", false], [262, "index-2-manual:cmake(1)", false], [262, "index-2-manual:cmake-gui(1)", false], [262, "index-2-manual:ctest(1)", false], [262, "index-3-manual:cmake(1)", false], [262, "index-3-manual:cmake-gui(1)", false], [262, "index-3-manual:ctest(1)", false], [262, "index-4-manual:cmake(1)", false], [262, "index-4-manual:cmake-gui(1)", false], [262, "index-4-manual:ctest(1)", false], [262, "index-5-manual:cmake(1)", false], [262, "index-5-manual:cmake-gui(1)", false], [262, "index-5-manual:ctest(1)", false], [262, "index-6-manual:cmake(1)", false], [262, "index-6-manual:cmake-gui(1)", false], [262, "index-7-manual:cmake(1)", false], [262, "index-7-manual:cmake-gui(1)", false], [262, "index-8-manual:cmake(1)", false], [262, "index-8-manual:cmake-gui(1)", false], [262, "index-9-manual:cmake(1)", false], [262, "index-9-manual:cmake-gui(1)", false], [263, "index-0-manual:ccmake(1)", false], [263, "index-0-manual:cmake(1)", false], [263, "index-0-manual:cmake-gui(1)", false], [263, "index-0-manual:cmake-modules(7)", false], [264, "index-0-manual:cmake(1)", false], [264, "index-0-manual:cmake-buildsystem(7)", false], [264, "index-0-manual:cmake-gui(1)", false], [264, "index-0-manual:cmake-packages(7)", false], [265, "index-0-manual:cmake-commands(7)", false], [265, "index-0-manual:cmake-generators(7)", false], [265, "index-0-manual:cmake-modules(7)", false], [265, "index-0-manual:cmake-policies(7)", false], [265, "index-0-manual:cmake-properties(7)", false], [265, "index-0-manual:cmake-variables(7)", false], [265, "index-1-manual:cmake-commands(7)", false], [265, "index-1-manual:cmake-modules(7)", false], [265, "index-1-manual:cmake-policies(7)", false], [265, "index-1-manual:cmake-properties(7)", false], [265, "index-1-manual:cmake-variables(7)", false], [265, "manual:ccmake(1)", true], [266, "index-0-manual:cmake(1)", false], [266, "index-0-manual:cmake-compile-features(7)", false], [266, "index-0-manual:cmake-generator-expressions(7)", false], [266, "index-0-manual:cmake-generators(7)", false], [266, "index-0-manual:cmake-packages(7)", false], [266, "index-1-manual:cmake(1)", false], [266, "index-1-manual:cmake-compile-features(7)", false], [266, "index-1-manual:cmake-generator-expressions(7)", false], [266, "index-1-manual:cmake-packages(7)", false], [266, "index-2-manual:cmake(1)", false], [266, "index-2-manual:cmake-generator-expressions(7)", false], [266, "index-2-manual:cmake-packages(7)", false], [266, "manual:cmake-buildsystem(7)", true], [267, "manual:cmake-commands(7)", true], [268, "index-0-manual:cmake(1)", false], [268, "index-0-manual:cmake-buildsystem(7)", false], [268, "index-0-manual:cmake-generator-expressions(7)", false], [268, "index-1-manual:cmake-buildsystem(7)", false], [268, "manual:cmake-compile-features(7)", true], [269, "index-0-manual:cmake-file-api(7)", false], [269, "index-1-manual:cmake-file-api(7)", false], [269, "index-2-manual:cmake-file-api(7)", false], [269, "manual:cmake-configure-log(7)", true], [270, "manual:cmake-cxxmodules(7)", true], [271, "index-0-manual:cmake-language(7)", false], [271, "manual:cmake-developer(7)", true], [272, "manual:cmake-env-variables(7)", true], [273, "index-0-manual:cmake-configure-log(7)", false], [273, "index-0-manual:cmake-gui(1)", false], [273, "index-0-manual:cmake-server(7)", false], [273, "index-1-manual:cmake-configure-log(7)", false], [273, "index-1-manual:cmake-server(7)", false], [273, "index-2-manual:cmake-configure-log(7)", false], [273, "manual:cmake-file-api(7)", true], [274, "index-0-manual:cmake-compile-features(7)", false], [274, "manual:cmake-generator-expressions(7)", true], [275, "index-0-manual:cmake(1)", false], [275, "index-0-manual:cmake-file-api(7)", false], [275, "index-0-manual:cmake-gui(1)", false], [275, "index-1-manual:cmake(1)", false], [275, "manual:cmake-generators(7)", true], [276, "index-0-manual:cmake-commands(7)", false], [276, "index-0-manual:cmake-modules(7)", false], [276, "index-0-manual:cmake-policies(7)", false], [276, "index-0-manual:cmake-presets(7)", false], [276, "index-0-manual:cmake-properties(7)", false], [276, "index-0-manual:cmake-variables(7)", false], [276, "index-1-manual:cmake-commands(7)", false], [276, "index-1-manual:cmake-modules(7)", false], [276, "index-1-manual:cmake-policies(7)", false], [276, "index-1-manual:cmake-properties(7)", false], [276, "index-1-manual:cmake-variables(7)", false], [276, "manual:cmake-gui(1)", true], [277, "index-0-manual:cmake(1)", false], [277, "index-0-manual:cmake-commands(7)", false], [277, "index-0-manual:cmake-env-variables(7)", false], [277, "index-0-manual:cmake-generator-expressions(7)", false], [277, "index-0-manual:cmake-modules(7)", false], [277, "index-0-manual:cmake-variables(7)", false], [277, "manual:cmake-language(7)", true], [278, "manual:cmake-modules(7)", true], [279, "index-0-manual:cmake(1)", false], [279, "index-0-manual:cmake-developer(7)", false], [279, "index-0-manual:cmake-generator-expressions(7)", false], [279, "index-0-manual:cmake-modules(7)", false], [279, "index-1-manual:cmake(1)", false], [279, "manual:cmake-packages(7)", true], [280, "manual:cmake-policies(7)", true], [281, "index-0-manual:cmake-generators(7)", false], [281, "index-0-manual:cmake-gui(1)", false], [281, "manual:cmake-presets(7)", true], [282, "manual:cmake-properties(7)", true], [283, "index-0-manual:cmake(1)", false], [283, "index-0-manual:cmake-buildsystem(7)", false], [283, "index-0-manual:cmake-generators(7)", false], [283, "index-0-manual:cmake-packages(7)", false], [283, "index-1-manual:cmake(1)", false], [283, "index-2-manual:cmake(1)", false], [283, "index-3-manual:cmake(1)", false], [283, "manual:cmake-qt(7)", true], [284, "index-0-manual:cmake(1)", false], [284, "index-0-manual:cmake-file-api(7)", false], [284, "manual:cmake-server(7)", true], [285, "index-0-manual:cmake(1)", false], [285, "index-0-manual:cmake-buildsystem(7)", false], [285, "index-0-manual:cmake-presets(7)", false], [285, "manual:cmake-toolchains(7)", true], [286, "index-0-manual:cmake-commands(7)", false], [286, "manual:cmake-variables(7)", true], [287, "index-0-manual:ccmake(1)", false], [287, "index-0-manual:cmake-buildsystem(7)", false], [287, "index-0-manual:cmake-commands(7)", false], [287, "index-0-manual:cmake-file-api(7)", false], [287, "index-0-manual:cmake-generators(7)", false], [287, "index-0-manual:cmake-gui(1)", false], [287, "index-0-manual:cmake-language(7)", false], [287, "index-0-manual:cmake-modules(7)", false], [287, "index-0-manual:cmake-policies(7)", false], [287, "index-0-manual:cmake-presets(7)", false], [287, "index-0-manual:cmake-properties(7)", false], [287, "index-0-manual:cmake-variables(7)", false], [287, "index-0-manual:cpack(1)", false], [287, "index-0-manual:ctest(1)", false], [287, "index-1-manual:cmake-commands(7)", false], [287, "index-1-manual:cmake-generators(7)", false], [287, "index-1-manual:cmake-gui(1)", false], [287, "index-1-manual:cmake-language(7)", false], [287, "index-1-manual:cmake-modules(7)", false], [287, "index-1-manual:cmake-policies(7)", false], [287, "index-1-manual:cmake-presets(7)", false], [287, "index-1-manual:cmake-properties(7)", false], [287, "index-1-manual:cmake-variables(7)", false], [287, "index-2-manual:cmake-language(7)", false], [287, "index-2-manual:cmake-presets(7)", false], [287, "index-3-manual:cmake-presets(7)", false], [287, "index-4-manual:cmake-presets(7)", false], [287, "manual:cmake(1)", true], [288, "manual:cpack-generators(7)", true], [289, "index-0-manual:cmake(1)", false], [289, "index-0-manual:cmake-commands(7)", false], [289, "index-0-manual:cmake-language(7)", false], [289, "index-0-manual:cmake-modules(7)", false], [289, "index-0-manual:cmake-policies(7)", false], [289, "index-0-manual:cmake-presets(7)", false], [289, "index-0-manual:cmake-properties(7)", false], [289, "index-0-manual:cmake-variables(7)", false], [289, "index-0-manual:cpack-generators(7)", false], [289, "index-1-manual:cmake(1)", false], [289, "index-1-manual:cmake-commands(7)", false], [289, "index-1-manual:cmake-modules(7)", false], [289, "index-1-manual:cmake-policies(7)", false], [289, "index-1-manual:cmake-presets(7)", false], [289, "index-1-manual:cmake-properties(7)", false], [289, "index-1-manual:cmake-variables(7)", false], [289, "manual:cpack(1)", true], [290, "index-0-manual:cmake-commands(7)", false], [290, "index-0-manual:cmake-generators(7)", false], [290, "index-0-manual:cmake-language(7)", false], [290, "index-0-manual:cmake-modules(7)", false], [290, "index-0-manual:cmake-policies(7)", false], [290, "index-0-manual:cmake-presets(7)", false], [290, "index-0-manual:cmake-properties(7)", false], [290, "index-0-manual:cmake-variables(7)", false], [290, "index-0-manual:ctest(1)", false], [290, "index-1-manual:cmake-commands(7)", false], [290, "index-1-manual:cmake-modules(7)", false], [290, "index-1-manual:cmake-policies(7)", false], [290, "index-1-manual:cmake-properties(7)", false], [290, "index-1-manual:cmake-variables(7)", false], [290, "manual:ctest(1)", true], [292, "index-0-manual:ctest(1)", false], [298, "index-0-manual:cmake-generator-expressions(7)", false], [310, "index-0-manual:cpack(1)", false], [310, "index-0-manual:cpack-generators(7)", false], [310, "index-1-manual:cpack(1)", false], [310, "index-2-manual:cpack(1)", false], [310, "index-3-manual:cpack(1)", false], [310, "index-4-manual:cpack(1)", false], [310, "index-5-manual:cpack(1)", false], [326, "index-0-manual:ctest(1)", false], [368, "index-0-manual:cmake(1)", false], [368, "index-0-manual:cmake-generator-expressions(7)", false], [368, "index-1-manual:cmake(1)", false], [368, "index-1-manual:cmake-generator-expressions(7)", false], [368, "index-2-manual:cmake-generator-expressions(7)", false], [368, "index-3-manual:cmake-generator-expressions(7)", false], [368, "index-4-manual:cmake-generator-expressions(7)", false], [368, "index-5-manual:cmake-generator-expressions(7)", false], [368, "index-6-manual:cmake-generator-expressions(7)", false], [368, "index-7-manual:cmake-generator-expressions(7)", false], [368, "index-8-manual:cmake-generator-expressions(7)", false], [368, "index-9-manual:cmake-generator-expressions(7)", false], [382, "index-0-manual:cmake-generator-expressions(7)", false], [391, "index-0-manual:cmake-packages(7)", false], [473, "index-0-manual:cmake-generator-expressions(7)", false], [474, "index-0-manual:cmake-generator-expressions(7)", false], [475, "index-0-manual:cmake-generator-expressions(7)", false], [478, "index-0-manual:cmake-qt(7)", false], [480, "index-0-manual:cmake(1)", false], [480, "index-0-manual:cmake-qt(7)", false], [480, "index-1-manual:cmake(1)", false], [507, "index-0-manual:ctest(1)", false], [535, "index-0-manual:cpack(1)", false], [535, "index-1-manual:cpack(1)", false], [559, "index-0-manual:cmake-compile-features(7)", false], [559, "index-1-manual:cmake-compile-features(7)", false], [560, "index-0-manual:cmake-policies(7)", false], [561, "index-0-manual:cmake-policies(7)", false], [562, "index-0-manual:cmake-policies(7)", false], [563, "index-0-manual:cmake-policies(7)", false], [564, "index-0-manual:cmake-policies(7)", false], [565, "index-0-manual:cmake-policies(7)", false], [566, "index-0-manual:cmake-policies(7)", false], [567, "index-0-manual:cmake-policies(7)", false], [568, "index-0-manual:cmake-policies(7)", false], [569, "index-0-manual:cmake-policies(7)", false], [570, "index-0-manual:cmake-policies(7)", false], [571, "index-0-manual:cmake-policies(7)", false], [572, "index-0-manual:cmake-policies(7)", false], [573, "index-0-manual:cmake-policies(7)", false], [574, "index-0-manual:cmake-policies(7)", false], [575, "index-0-manual:cmake-policies(7)", false], [576, "index-0-manual:cmake-policies(7)", false], [577, "index-0-manual:cmake-policies(7)", false], [578, "index-0-manual:cmake-policies(7)", false], [579, "index-0-manual:cmake-policies(7)", false], [580, "index-0-manual:cmake-policies(7)", false], [581, "index-0-manual:cmake-policies(7)", false], [582, "index-0-manual:cmake-policies(7)", false], [583, "index-0-manual:cmake-policies(7)", false], [584, "index-0-manual:cmake-policies(7)", false], [585, "index-0-manual:cmake-policies(7)", false], [586, "index-0-manual:cmake-policies(7)", false], [587, "index-0-manual:cmake-policies(7)", false], [588, "index-0-manual:cmake-policies(7)", false], [589, "index-0-manual:cmake-policies(7)", false], [590, "index-0-manual:cmake-policies(7)", false], [591, "index-0-manual:cmake-policies(7)", false], [592, "index-0-manual:cmake-policies(7)", false], [593, "index-0-manual:cmake-policies(7)", false], [594, "index-0-manual:cmake-policies(7)", false], [595, "index-0-manual:cmake-policies(7)", false], [596, "index-0-manual:cmake-policies(7)", false], [597, "index-0-manual:cmake-generator-expressions(7)", false], [597, "index-0-manual:cmake-policies(7)", false], [598, "index-0-manual:cmake-policies(7)", false], [599, "index-0-manual:cmake-policies(7)", false], [600, "index-0-manual:cmake-policies(7)", false], [601, "index-0-manual:cmake-policies(7)", false], [602, "index-0-manual:cmake-policies(7)", false], [603, "index-0-manual:cmake-generator-expressions(7)", false], [603, "index-0-manual:cmake-policies(7)", false], [604, "index-0-manual:cmake-generator-expressions(7)", false], [604, "index-0-manual:cmake-policies(7)", false], [605, "index-0-manual:cmake-policies(7)", false], [606, "index-0-manual:cmake-policies(7)", false], [607, "index-0-manual:cmake-policies(7)", false], [608, "index-0-manual:cmake-policies(7)", false], [609, "index-0-manual:cmake-policies(7)", false], [610, "index-0-manual:cmake-policies(7)", false], [611, "index-0-manual:cmake-generator-expressions(7)", false], [611, "index-0-manual:cmake-policies(7)", false], [612, "index-0-manual:cmake-policies(7)", false], [613, "index-0-manual:cmake-language(7)", false], [613, "index-0-manual:cmake-policies(7)", false], [613, "index-1-manual:cmake-language(7)", false], [614, "index-0-manual:cmake-policies(7)", false], [615, "index-0-manual:cmake-policies(7)", false], [616, "index-0-manual:cmake-policies(7)", false], [617, "index-0-manual:cmake-policies(7)", false], [618, "index-0-manual:cmake-policies(7)", false], [619, "index-0-manual:cmake-policies(7)", false], [620, "index-0-manual:cmake-policies(7)", false], [621, "index-0-manual:cmake-policies(7)", false], [622, "index-0-manual:cmake-policies(7)", false], [623, "index-0-manual:cmake-policies(7)", false], [624, "index-0-manual:cmake-policies(7)", false], [625, "index-0-manual:cmake-policies(7)", false], [626, "index-0-manual:cmake-policies(7)", false], [627, "index-0-manual:cmake-policies(7)", false], [628, "index-0-manual:cmake-policies(7)", false], [629, "index-0-manual:cmake-policies(7)", false], [630, "index-0-manual:cmake-policies(7)", false], [631, "index-0-manual:cmake-policies(7)", false], [632, "index-0-manual:cmake-policies(7)", false], [633, "index-0-manual:cmake-policies(7)", false], [634, "index-0-manual:cmake-policies(7)", false], [635, "index-0-manual:cmake-policies(7)", false], [636, "index-0-manual:cmake-policies(7)", false], [637, "index-0-manual:cmake-policies(7)", false], [638, "index-0-manual:cmake-policies(7)", false], [639, "index-0-manual:cmake-policies(7)", false], [640, "index-0-manual:cmake-policies(7)", false], [641, "index-0-manual:cmake-policies(7)", false], [642, "index-0-manual:cmake-policies(7)", false], [643, "index-0-manual:cmake-policies(7)", false], [644, "index-0-manual:cmake-policies(7)", false], [645, "index-0-manual:cmake-policies(7)", false], [646, "index-0-manual:cmake-policies(7)", false], [647, "index-0-manual:cmake-policies(7)", false], [648, "index-0-manual:cmake-policies(7)", false], [649, "index-0-manual:cmake-policies(7)", false], [650, "index-0-manual:cmake-policies(7)", false], [651, "index-0-manual:cmake-policies(7)", false], [652, "index-0-manual:cmake-policies(7)", false], [653, "index-0-manual:cmake-policies(7)", false], [654, "index-0-manual:cmake-policies(7)", false], [655, "index-0-manual:cmake-policies(7)", false], [656, "index-0-manual:cmake-policies(7)", false], [657, "index-0-manual:cmake-policies(7)", false], [658, "index-0-manual:cmake-policies(7)", false], [659, "index-0-manual:cmake-policies(7)", false], [660, "index-0-manual:cmake-policies(7)", false], [661, "index-0-manual:cmake-policies(7)", false], [662, "index-0-manual:cmake-policies(7)", false], [663, "index-0-manual:cmake-policies(7)", false], [664, "index-0-manual:cmake-policies(7)", false], [665, "index-0-manual:cmake-policies(7)", false], [666, "index-0-manual:cmake-policies(7)", false], [667, "index-0-manual:cmake-policies(7)", false], [668, "index-0-manual:cmake-policies(7)", false], [669, "index-0-manual:cmake-policies(7)", false], [670, "index-0-manual:cmake-policies(7)", false], [671, "index-0-manual:cmake-policies(7)", false], [672, "index-0-manual:cmake-policies(7)", false], [673, "index-0-manual:cmake-policies(7)", false], [674, "index-0-manual:cmake-policies(7)", false], [675, "index-0-manual:cmake-policies(7)", false], [676, "index-0-manual:cmake-policies(7)", false], [677, "index-0-manual:cmake-policies(7)", false], [678, "index-0-manual:cmake-policies(7)", false], [679, "index-0-manual:cmake-policies(7)", false], [680, "index-0-manual:cmake-compile-features(7)", false], [680, "index-0-manual:cmake-policies(7)", false], [681, "index-0-manual:cmake-policies(7)", false], [682, "index-0-manual:cmake-policies(7)", false], [683, "index-0-manual:cmake-policies(7)", false], [684, "index-0-manual:cmake-policies(7)", false], [685, "index-0-manual:cmake-policies(7)", false], [686, "index-0-manual:cmake-policies(7)", false], [687, "index-0-manual:cmake-policies(7)", false], [688, "index-0-manual:cmake-policies(7)", false], [688, "index-0-manual:cmake-toolchains(7)", false], [689, "index-0-manual:cmake-policies(7)", false], [690, "index-0-manual:cmake-policies(7)", false], [691, "index-0-manual:cmake-policies(7)", false], [692, "index-0-manual:cmake-policies(7)", false], [693, "index-0-manual:cmake-policies(7)", false], [694, "index-0-manual:cmake-policies(7)", false], [695, "index-0-manual:cmake-policies(7)", false], [696, "index-0-manual:cmake-policies(7)", false], [697, "index-0-manual:cmake-policies(7)", false], [698, "index-0-manual:cmake-policies(7)", false], [699, "index-0-manual:cmake-policies(7)", false], [700, "index-0-manual:cmake-policies(7)", false], [701, "index-0-manual:cmake-policies(7)", false], [702, "index-0-manual:cmake-policies(7)", false], [703, "index-0-manual:cmake-policies(7)", false], [704, "index-0-manual:cmake-policies(7)", false], [705, "index-0-manual:cmake-policies(7)", false], [705, "index-0-manual:ctest(1)", false], [706, "index-0-manual:cmake-policies(7)", false], [707, "index-0-manual:cmake-policies(7)", false], [708, "index-0-manual:cmake-policies(7)", false], [709, "index-0-manual:cmake-policies(7)", false], [710, "index-0-manual:cmake-policies(7)", false], [711, "index-0-manual:cmake-policies(7)", false], [712, "index-0-manual:cmake-policies(7)", false], [713, "index-0-manual:cmake-policies(7)", false], [714, "index-0-manual:cmake-policies(7)", false], [715, "index-0-manual:cmake-cxxmodules(7)", false], [715, "index-0-manual:cmake-policies(7)", false], [716, "index-0-manual:cmake-policies(7)", false], [717, "index-0-manual:cmake-policies(7)", false], [718, "index-0-manual:cmake-policies(7)", false], [719, "index-0-manual:cmake-policies(7)", false], [720, "index-0-manual:cmake-policies(7)", false], [721, "index-0-manual:cmake-policies(7)", false], [722, "index-0-manual:cmake-policies(7)", false], [723, "index-0-manual:cmake-policies(7)", false], [724, "index-0-manual:cmake-policies(7)", false], [725, "index-0-manual:cmake-policies(7)", false], [726, "index-0-manual:cmake-policies(7)", false], [727, "index-0-manual:cmake-policies(7)", false], [728, "index-0-manual:cmake-policies(7)", false], [729, "index-0-manual:cmake-policies(7)", false], [730, "index-0-manual:cmake-policies(7)", false], [731, "index-0-manual:cmake-policies(7)", false], [732, "index-0-manual:cmake-policies(7)", false], [733, "index-0-manual:cmake-policies(7)", false], [734, "index-0-manual:cmake-policies(7)", false], [735, "index-0-manual:cmake-policies(7)", false], [736, "index-0-manual:cmake-policies(7)", false], [737, "index-0-manual:cmake-policies(7)", false], [738, "index-0-manual:cmake-policies(7)", false], [739, "index-0-manual:cmake-policies(7)", false], [740, "index-0-manual:cmake-policies(7)", false], [747, "index-0-manual:cmake-generator-expressions(7)", false], [748, "index-0-manual:cmake-generator-expressions(7)", false], [754, "index-0-manual:cmake-buildsystem(7)", false], [754, "index-0-manual:cmake-generator-expressions(7)", false], [755, "index-0-manual:cmake-buildsystem(7)", false], [755, "index-0-manual:cmake-generator-expressions(7)", false], [756, "index-0-manual:cmake-buildsystem(7)", false], [756, "index-0-manual:cmake-generator-expressions(7)", false], [761, "index-0-manual:cmake-buildsystem(7)", false], [761, "index-0-manual:cmake-generator-expressions(7)", false], [766, "index-0-manual:cmake-buildsystem(7)", false], [766, "index-0-manual:cmake-generator-expressions(7)", false], [767, "index-0-manual:cmake-buildsystem(7)", false], [767, "index-0-manual:cmake-generator-expressions(7)", false], [771, "index-0-manual:ctest(1)", false], [773, "index-0-manual:ctest(1)", false], [791, "index-0-manual:cmake-compile-features(7)", false], [792, "index-0-manual:cmake-compile-features(7)", false], [792, "index-1-manual:cmake-compile-features(7)", false], [793, "index-0-manual:cmake-compile-features(7)", false], [794, "index-0-manual:cmake-compile-features(7)", false], [817, "index-0-manual:ctest(1)", false], [819, "index-0-manual:ctest(1)", false], [825, "index-0-manual:cmake-generator-expressions(7)", false], [835, "index-0-manual:cmake-generator-expressions(7)", false], [835, "index-1-manual:cmake-generator-expressions(7)", false], [837, "index-0-manual:cmake-generator-expressions(7)", false], [838, "index-0-manual:cmake-generator-expressions(7)", false], [845, "index-0-manual:cmake-generator-expressions(7)", false], [852, "index-0-manual:cmake-generator-expressions(7)", false], [859, "index-0-manual:cmake-cxxmodules(7)", false], [865, "index-0-manual:cmake-generators(7)", false], [866, "index-0-manual:cmake-generator-expressions(7)", false], [866, "index-0-manual:cmake-generators(7)", false], [867, "index-0-manual:cmake-generators(7)", false], [870, "index-0-manual:cmake-generator-expressions(7)", false], [888, "index-0-manual:ctest(1)", false], [895, "index-0-manual:ctest(1)", false], [901, "index-0-manual:ctest(1)", false], [912, "index-0-manual:ctest(1)", false], [915, "index-0-manual:cmake-generator-expressions(7)", false], [927, "index-0-manual:cmake-generator-expressions(7)", false], [929, "index-0-manual:cmake-generator-expressions(7)", false], [930, "index-0-manual:cmake-generator-expressions(7)", false], [937, "index-0-manual:cmake-generator-expressions(7)", false], [938, "index-0-manual:cmake-generator-expressions(7)", false], [941, "index-0-manual:cmake-qt(7)", false], [942, "index-0-manual:cmake-qt(7)", false], [943, "index-0-manual:cmake-qt(7)", false], [944, "index-0-manual:cmake-qt(7)", false], [945, "index-0-manual:cmake-qt(7)", false], [946, "index-0-manual:cmake-qt(7)", false], [947, "index-0-manual:cmake-qt(7)", false], [948, "index-0-manual:cmake-qt(7)", false], [949, "index-0-manual:cmake-qt(7)", false], [950, "index-0-manual:cmake-qt(7)", false], [951, "index-0-manual:cmake-qt(7)", false], [952, "index-0-manual:cmake-qt(7)", false], [953, "index-0-manual:cmake-qt(7)", false], [954, "index-0-manual:cmake-qt(7)", false], [955, "index-0-manual:cmake-qt(7)", false], [956, "index-0-manual:cmake-qt(7)", false], [957, "index-0-manual:cmake-qt(7)", false], [958, "index-0-manual:cmake-qt(7)", false], [959, "index-0-manual:cmake-qt(7)", false], [960, "index-0-manual:cmake-generator-expressions(7)", false], [960, "index-0-manual:cmake-qt(7)", false], [961, "index-0-manual:cmake-qt(7)", false], [963, "index-0-manual:cmake-generator-expressions(7)", false], [974, "index-0-manual:cmake-buildsystem(7)", false], [974, "index-0-manual:cmake-generator-expressions(7)", false], [975, "index-0-manual:cmake-buildsystem(7)", false], [975, "index-0-manual:cmake-generator-expressions(7)", false], [976, "index-0-manual:cmake-compile-features(7)", false], [976, "index-0-manual:cmake-generator-expressions(7)", false], [978, "index-0-manual:cmake-buildsystem(7)", false], [978, "index-0-manual:cmake-generator-expressions(7)", false], [983, "index-0-manual:cmake(1)", false], [986, "index-0-manual:cmake-generator-expressions(7)", false], [989, "index-0-manual:cmake-compile-features(7)", false], [994, "index-0-manual:cmake-generator-expressions(7)", false], [996, "index-0-manual:cmake-compile-features(7)", false], [997, "index-0-manual:cmake-compile-features(7)", false], [998, "index-0-manual:cmake-compile-features(7)", false], [999, "index-0-manual:cmake-generator-expressions(7)", false], [1000, "index-0-manual:cmake-generator-expressions(7)", false], [1001, "index-0-manual:cmake-generator-expressions(7)", false], [1003, "index-0-manual:cmake-generator-expressions(7)", false], [1004, "index-0-manual:cmake-generator-expressions(7)", false], [1006, "index-0-manual:cmake-compile-features(7)", false], [1007, "index-0-manual:cmake-compile-features(7)", false], [1008, "index-0-manual:cmake-compile-features(7)", false], [1009, "index-0-manual:cmake-compile-features(7)", false], [1010, "index-0-manual:cmake-compile-features(7)", false], [1022, "index-0-manual:cmake-generator-expressions(7)", false], [1045, "index-0-manual:cmake-generator-expressions(7)", false], [1046, "index-0-manual:cmake-generator-expressions(7)", false], [1047, "index-0-manual:cmake-generator-expressions(7)", false], [1049, "index-0-manual:cmake-generator-expressions(7)", false], [1051, "index-0-manual:cmake-compile-features(7)", false], [1052, "index-0-manual:cmake-compile-features(7)", false], [1053, "index-0-manual:cmake-compile-features(7)", false], [1087, "index-0-manual:cmake-buildsystem(7)", false], [1087, "index-0-manual:cmake-generator-expressions(7)", false], [1087, "index-1-manual:cmake-generator-expressions(7)", false], [1088, "index-0-manual:cmake-generator-expressions(7)", false], [1090, "index-0-manual:cmake-generator-expressions(7)", false], [1092, "index-0-manual:cmake-qt(7)", false], [1093, "index-0-manual:cmake-generator-expressions(7)", false], [1094, "index-0-manual:cmake-buildsystem(7)", false], [1094, "index-0-manual:cmake-generator-expressions(7)", false], [1095, "index-0-manual:cmake-buildsystem(7)", false], [1095, "index-0-manual:cmake-compile-features(7)", false], [1095, "index-0-manual:cmake-generator-expressions(7)", false], [1096, "index-0-manual:cmake-buildsystem(7)", false], [1096, "index-0-manual:cmake-generator-expressions(7)", false], [1100, "index-0-manual:cmake-buildsystem(7)", false], [1100, "index-0-manual:cmake-generator-expressions(7)", false], [1100, "index-0-manual:cmake-packages(7)", false], [1101, "index-0-manual:cmake-buildsystem(7)", false], [1101, "index-0-manual:cmake-generator-expressions(7)", false], [1102, "index-0-manual:cmake-buildsystem(7)", false], [1102, "index-0-manual:cmake-generator-expressions(7)", false], [1103, "index-0-manual:cmake-buildsystem(7)", false], [1103, "index-0-manual:cmake-generator-expressions(7)", false], [1103, "index-0-manual:cmake-packages(7)", false], [1104, "index-0-manual:cmake-generator-expressions(7)", false], [1105, "index-0-manual:cmake-generator-expressions(7)", false], [1106, "index-0-manual:cmake-buildsystem(7)", false], [1106, "index-0-manual:cmake-generator-expressions(7)", false], [1107, "index-0-manual:cmake-buildsystem(7)", false], [1107, "index-0-manual:cmake-generator-expressions(7)", false], [1108, "index-0-manual:cmake-buildsystem(7)", false], [1108, "index-0-manual:cmake-generator-expressions(7)", false], [1109, "index-0-manual:cmake-buildsystem(7)", false], [1109, "index-0-manual:cmake-generator-expressions(7)", false], [1110, "index-0-manual:cmake-buildsystem(7)", false], [1110, "index-0-manual:cmake-generator-expressions(7)", false], [1121, "index-0-manual:cmake-generator-expressions(7)", false], [1123, "index-0-manual:cmake-generator-expressions(7)", false], [1124, "index-0-manual:cmake-generator-expressions(7)", false], [1125, "index-0-manual:cmake-generator-expressions(7)", false], [1126, "index-0-manual:cmake-compile-features(7)", false], [1127, "index-0-manual:cmake-generator-expressions(7)", false], [1128, "index-0-manual:cmake-generator-expressions(7)", false], [1129, "index-0-manual:cmake-compile-features(7)", false], [1129, "index-1-manual:cmake-compile-features(7)", false], [1130, "index-0-manual:cmake-compile-features(7)", false], [1130, "index-1-manual:cmake-compile-features(7)", false], [1132, "index-0-manual:cmake-generator-expressions(7)", false], [1133, "index-0-manual:cmake-generator-expressions(7)", false], [1137, "index-0-manual:cmake-generator-expressions(7)", false], [1138, "index-0-manual:cmake-buildsystem(7)", false], [1138, "index-0-manual:cmake-generator-expressions(7)", false], [1140, "index-0-manual:cmake-buildsystem(7)", false], [1140, "index-0-manual:cmake-generator-expressions(7)", false], [1143, "index-0-manual:cmake-packages(7)", false], [1144, "index-0-manual:cmake-packages(7)", false], [1147, "index-0-manual:cmake-buildsystem(7)", false], [1147, "index-0-manual:cmake-generator-expressions(7)", false], [1150, "index-0-manual:cmake-generator-expressions(7)", false], [1151, "index-0-manual:cmake-generator-expressions(7)", false], [1152, "index-0-manual:cmake-buildsystem(7)", false], [1152, "index-0-manual:cmake-generator-expressions(7)", false], [1156, "index-0-manual:cmake-generator-expressions(7)", false], [1166, "index-0-manual:cmake-generator-expressions(7)", false], [1167, "index-0-manual:cmake-generator-expressions(7)", false], [1171, "index-0-manual:cmake-compile-features(7)", false], [1172, "index-0-manual:cmake-compile-features(7)", false], [1173, "index-0-manual:cmake-compile-features(7)", false], [1174, "index-0-manual:cmake-compile-features(7)", false], [1175, "index-0-manual:cmake-compile-features(7)", false], [1176, "index-0-manual:cmake-compile-features(7)", false], [1180, "index-0-manual:cmake-generator-expressions(7)", false], [1186, "index-0-manual:cmake-generator-expressions(7)", false], [1187, "index-0-manual:cmake-generator-expressions(7)", false], [1190, "index-0-manual:cmake-generator-expressions(7)", false], [1198, "index-0-manual:ctest(1)", false], [1200, "index-0-manual:ctest(1)", false], [1201, "index-0-manual:cmake-generator-expressions(7)", false], [1202, "index-0-manual:cmake-generator-expressions(7)", false], [1206, "index-0-manual:cmake-buildsystem(7)", false], [1206, "index-0-manual:cmake-generator-expressions(7)", false], [1211, "index-0-manual:cmake-buildsystem(7)", false], [1211, "index-0-manual:cmake-generator-expressions(7)", false], [1214, "index-0-manual:cmake-generator-expressions(7)", false], [1219, "index-0-manual:cmake-generator-expressions(7)", false], [1223, "index-0-manual:cmake(1)", false], [1223, "index-0-manual:cmake-cxxmodules(7)", false], [1232, "index-0-manual:cmake-generator-expressions(7)", false], [1233, "index-0-manual:cmake-generator-expressions(7)", false], [1234, "index-0-manual:cmake-generator-expressions(7)", false], [1235, "index-0-manual:cmake-generator-expressions(7)", false], [1236, "index-0-manual:cmake-generator-expressions(7)", false], [1267, "index-0-manual:cmake-generator-expressions(7)", false], [1268, "index-0-manual:cmake-generator-expressions(7)", false], [1270, "index-0-manual:cmake-generator-expressions(7)", false], [1275, "index-0-manual:cmake-generator-expressions(7)", false], [1276, "index-0-manual:cmake-generator-expressions(7)", false], [1278, "index-0-manual:cmake-buildsystem(7)", false], [1278, "index-0-manual:cmake-generator-expressions(7)", false], [1315, "index-0-manual:cmake-generator-expressions(7)", false], [1317, "index-0-manual:ccmake(1)", false], [1317, "index-0-manual:cmake(1)", false], [1317, "index-0-manual:cmake-buildsystem(7)", false], [1317, "index-0-manual:cmake-commands(7)", false], [1317, "index-0-manual:cmake-developer(7)", false], [1317, "index-0-manual:cmake-generator-expressions(7)", false], [1317, "index-0-manual:cmake-generators(7)", false], [1317, "index-0-manual:cmake-gui(1)", false], [1317, "index-0-manual:cmake-language(7)", false], [1317, "index-0-manual:cmake-modules(7)", false], [1317, "index-0-manual:cmake-packages(7)", false], [1317, "index-0-manual:cmake-policies(7)", false], [1317, "index-0-manual:cmake-properties(7)", false], [1317, "index-0-manual:cmake-qt(7)", false], [1317, "index-0-manual:cmake-toolchains(7)", false], [1317, "index-0-manual:cmake-variables(7)", false], [1317, "index-0-manual:ctest(1)", false], [1317, "index-1-manual:ccmake(1)", false], [1317, "index-1-manual:cmake(1)", false], [1317, "index-1-manual:cmake-buildsystem(7)", false], [1317, "index-1-manual:cmake-generator-expressions(7)", false], [1317, "index-1-manual:cmake-gui(1)", false], [1317, "index-1-manual:cmake-packages(7)", false], [1317, "index-1-manual:cmake-qt(7)", false], [1317, "index-10-manual:cmake-generator-expressions(7)", false], [1317, "index-11-manual:cmake-generator-expressions(7)", false], [1317, "index-2-manual:ccmake(1)", false], [1317, "index-2-manual:cmake(1)", false], [1317, "index-2-manual:cmake-generator-expressions(7)", false], [1317, "index-2-manual:cmake-gui(1)", false], [1317, "index-3-manual:cmake(1)", false], [1317, "index-3-manual:cmake-generator-expressions(7)", false], [1317, "index-4-manual:cmake(1)", false], [1317, "index-4-manual:cmake-generator-expressions(7)", false], [1317, "index-5-manual:cmake-generator-expressions(7)", false], [1317, "index-6-manual:cmake-generator-expressions(7)", false], [1317, "index-7-manual:cmake-generator-expressions(7)", false], [1317, "index-8-manual:cmake-generator-expressions(7)", false], [1317, "index-9-manual:cmake-generator-expressions(7)", false], [1318, "index-0-manual:cmake(1)", false], [1318, "index-0-manual:cmake-compile-features(7)", false], [1318, "index-0-manual:cmake-generator-expressions(7)", false], [1318, "index-0-manual:cmake-gui(1)", false], [1318, "index-0-manual:cmake-language(7)", false], [1318, "index-0-manual:cpack(1)", false], [1318, "index-1-manual:cmake(1)", false], [1318, "index-1-manual:cmake-generator-expressions(7)", false], [1318, "index-1-manual:cmake-language(7)", false], [1318, "index-1-manual:cpack(1)", false], [1318, "index-2-manual:cmake(1)", false], [1318, "index-2-manual:cmake-generator-expressions(7)", false], [1318, "index-3-manual:cmake(1)", false], [1318, "index-3-manual:cmake-generator-expressions(7)", false], [1318, "index-4-manual:cmake(1)", false], [1318, "index-4-manual:cmake-generator-expressions(7)", false], [1318, "index-5-manual:cmake-generator-expressions(7)", false], [1318, "index-6-manual:cmake-generator-expressions(7)", false], [1319, "index-0-manual:cmake(1)", false], [1319, "index-0-manual:cmake-server(7)", false], [1319, "index-0-manual:ctest(1)", false], [1320, "index-0-manual:cmake(1)", false], [1320, "index-0-manual:cmake-generator-expressions(7)", false], [1320, "index-0-manual:cmake-policies(7)", false], [1320, "index-0-manual:cpack(1)", false], [1320, "index-1-manual:cmake-generator-expressions(7)", false], [1320, "index-2-manual:cmake-generator-expressions(7)", false], [1321, "index-0-manual:cmake(1)", false], [1321, "index-0-manual:cmake-compile-features(7)", false], [1321, "index-0-manual:cmake-generator-expressions(7)", false], [1321, "index-1-manual:cmake(1)", false], [1321, "index-1-manual:cmake-compile-features(7)", false], [1321, "index-1-manual:cmake-generator-expressions(7)", false], [1321, "index-2-manual:cmake(1)", false], [1321, "index-2-manual:cmake-compile-features(7)", false], [1321, "index-2-manual:cmake-generator-expressions(7)", false], [1321, "index-3-manual:cmake-generator-expressions(7)", false], [1321, "index-4-manual:cmake-generator-expressions(7)", false], [1322, "index-0-manual:cmake(1)", false], [1322, "index-0-manual:cmake-generator-expressions(7)", false], [1322, "index-0-manual:cmake-policies(7)", false], [1322, "index-0-manual:ctest(1)", false], [1322, "index-1-manual:cmake(1)", false], [1322, "index-2-manual:cmake(1)", false], [1323, "index-0-manual:cmake(1)", false], [1323, "index-0-manual:cmake-file-api(7)", false], [1323, "index-0-manual:cmake-generator-expressions(7)", false], [1323, "index-0-manual:cmake-gui(1)", false], [1323, "index-0-manual:cmake-policies(7)", false], [1323, "index-0-manual:cmake-server(7)", false], [1323, "index-0-manual:ctest(1)", false], [1323, "index-1-manual:cmake(1)", false], [1323, "index-1-manual:cmake-generator-expressions(7)", false], [1323, "index-1-manual:ctest(1)", false], [1324, "index-0-manual:cmake(1)", false], [1324, "index-0-manual:cmake-file-api(7)", false], [1324, "index-0-manual:cmake-generator-expressions(7)", false], [1324, "index-0-manual:cmake-policies(7)", false], [1324, "index-0-manual:cmake-server(7)", false], [1324, "index-1-manual:cmake(1)", false], [1324, "index-2-manual:cmake(1)", false], [1324, "index-3-manual:cmake(1)", false], [1324, "index-4-manual:cmake(1)", false], [1324, "index-5-manual:cmake(1)", false], [1325, "index-0-manual:cmake(1)", false], [1325, "index-0-manual:cmake-generator-expressions(7)", false], [1325, "index-0-manual:cmake-policies(7)", false], [1325, "index-0-manual:cpack(1)", false], [1325, "index-0-manual:ctest(1)", false], [1325, "index-1-manual:cmake(1)", false], [1325, "index-1-manual:cmake-generator-expressions(7)", false], [1325, "index-1-manual:ctest(1)", false], [1325, "index-2-manual:cmake(1)", false], [1325, "index-3-manual:cmake(1)", false], [1325, "index-4-manual:cmake(1)", false], [1326, "index-0-manual:ccmake(1)", false], [1326, "index-0-manual:cmake(1)", false], [1326, "index-0-manual:cmake-compile-features(7)", false], [1326, "index-0-manual:cmake-file-api(7)", false], [1326, "index-0-manual:cmake-generator-expressions(7)", false], [1326, "index-0-manual:cmake-policies(7)", false], [1326, "index-0-manual:ctest(1)", false], [1326, "index-1-manual:ccmake(1)", false], [1326, "index-1-manual:cmake(1)", false], [1326, "index-1-manual:ctest(1)", false], [1326, "index-2-manual:cmake(1)", false], [1326, "index-2-manual:ctest(1)", false], [1326, "index-3-manual:cmake(1)", false], [1326, "index-3-manual:ctest(1)", false], [1326, "index-4-manual:cmake(1)", false], [1327, "index-0-manual:ccmake(1)", false], [1327, "index-0-manual:cmake(1)", false], [1327, "index-0-manual:cmake-compile-features(7)", false], [1327, "index-0-manual:cmake-file-api(7)", false], [1327, "index-0-manual:cmake-generator-expressions(7)", false], [1327, "index-0-manual:cmake-gui(1)", false], [1327, "index-0-manual:cmake-policies(7)", false], [1327, "index-0-manual:ctest(1)", false], [1327, "index-1-manual:ccmake(1)", false], [1327, "index-1-manual:cmake(1)", false], [1327, "index-1-manual:cmake-compile-features(7)", false], [1327, "index-1-manual:cmake-file-api(7)", false], [1327, "index-1-manual:cmake-gui(1)", false], [1327, "index-1-manual:ctest(1)", false], [1327, "index-2-manual:cmake(1)", false], [1327, "index-2-manual:cmake-compile-features(7)", false], [1327, "index-2-manual:ctest(1)", false], [1328, "index-0-manual:cmake(1)", false], [1328, "index-0-manual:cmake-file-api(7)", false], [1328, "index-0-manual:cmake-generator-expressions(7)", false], [1328, "index-0-manual:cmake-gui(1)", false], [1328, "index-0-manual:cmake-policies(7)", false], [1328, "index-0-manual:cmake-presets(7)", false], [1328, "index-0-manual:ctest(1)", false], [1328, "index-1-manual:cmake(1)", false], [1328, "index-1-manual:cmake-file-api(7)", false], [1328, "index-1-manual:cmake-generator-expressions(7)", false], [1328, "index-1-manual:cmake-gui(1)", false], [1328, "index-1-manual:cmake-presets(7)", false], [1328, "index-2-manual:cmake(1)", false], [1328, "index-2-manual:cmake-gui(1)", false], [1328, "index-3-manual:cmake(1)", false], [1329, "index-0-manual:cmake(1)", false], [1329, "index-0-manual:cmake-compile-features(7)", false], [1329, "index-0-manual:cmake-language(7)", false], [1329, "index-1-manual:cmake(1)", false], [1329, "index-2-manual:cmake(1)", false], [1330, "index-0-manual:cmake(1)", false], [1330, "index-0-manual:cmake-compile-features(7)", false], [1330, "index-0-manual:cmake-file-api(7)", false], [1330, "index-0-manual:cmake-generator-expressions(7)", false], [1330, "index-0-manual:cmake-presets(7)", false], [1330, "index-0-manual:cmake-server(7)", false], [1330, "index-0-manual:ctest(1)", false], [1330, "index-1-manual:cmake-file-api(7)", false], [1330, "index-1-manual:cmake-generator-expressions(7)", false], [1331, "index-0-manual:cmake(1)", false], [1331, "index-0-manual:cmake-compile-features(7)", false], [1331, "index-0-manual:cmake-file-api(7)", false], [1331, "index-0-manual:cmake-generator-expressions(7)", false], [1331, "index-0-manual:cmake-presets(7)", false], [1331, "index-0-manual:cmake-toolchains(7)", false], [1331, "index-0-manual:ctest(1)", false], [1331, "index-1-manual:cmake(1)", false], [1331, "index-1-manual:cmake-file-api(7)", false], [1331, "index-1-manual:cmake-presets(7)", false], [1331, "index-1-manual:ctest(1)", false], [1331, "index-2-manual:cmake(1)", false], [1331, "index-2-manual:cmake-presets(7)", false], [1331, "index-2-manual:ctest(1)", false], [1331, "index-3-manual:cmake-presets(7)", false], [1332, "index-0-manual:ccmake(1)", false], [1332, "index-0-manual:cmake-compile-features(7)", false], [1332, "index-0-manual:ctest(1)", false], [1332, "index-1-manual:cmake-compile-features(7)", false], [1332, "index-1-manual:ctest(1)", false], [1333, "index-0-manual:ccmake(1)", false], [1333, "index-0-manual:cmake(1)", false], [1333, "index-0-manual:cmake-developer(7)", false], [1333, "index-0-manual:cmake-file-api(7)", false], [1333, "index-0-manual:cmake-presets(7)", false], [1333, "index-0-manual:cpack(1)", false], [1333, "index-0-manual:ctest(1)", false], [1333, "index-1-manual:cmake(1)", false], [1333, "index-1-manual:cmake-file-api(7)", false], [1333, "index-1-manual:cmake-presets(7)", false], [1333, "index-2-manual:cmake(1)", false], [1333, "index-2-manual:cmake-presets(7)", false], [1333, "index-3-manual:cmake(1)", false], [1333, "index-3-manual:cmake-presets(7)", false], [1334, "index-0-manual:cmake(1)", false], [1334, "index-0-manual:cmake-presets(7)", false], [1334, "index-0-manual:ctest(1)", false], [1334, "index-1-manual:cmake(1)", false], [1334, "index-1-manual:cmake-presets(7)", false], [1334, "index-2-manual:cmake(1)", false], [1334, "index-2-manual:cmake-presets(7)", false], [1334, "index-3-manual:cmake(1)", false], [1334, "index-4-manual:cmake(1)", false], [1335, "index-0-manual:cmake-generator-expressions(7)", false], [1335, "index-0-manual:cmake-presets(7)", false], [1335, "index-0-manual:cpack(1)", false], [1335, "index-1-manual:cmake-presets(7)", false], [1335, "index-2-manual:cmake-presets(7)", false], [1335, "index-3-manual:cmake-presets(7)", false], [1336, "index-0-manual:cmake(1)", false], [1336, "index-0-manual:cmake-configure-log(7)", false], [1336, "index-0-manual:cmake-file-api(7)", false], [1336, "index-0-manual:cmake-generator-expressions(7)", false], [1336, "index-0-manual:ctest(1)", false], [1336, "index-1-manual:cmake-configure-log(7)", false], [1336, "index-1-manual:cmake-file-api(7)", false], [1336, "index-2-manual:cmake-configure-log(7)", false], [1336, "index-2-manual:cmake-file-api(7)", false], [1336, "index-3-manual:cmake-configure-log(7)", false], [1336, "index-3-manual:cmake-file-api(7)", false], [1336, "index-4-manual:cmake-configure-log(7)", false], [1336, "index-5-manual:cmake-configure-log(7)", false], [1337, "index-0-manual:cmake(1)", false], [1337, "index-0-manual:cmake-file-api(7)", false], [1337, "index-0-manual:cmake-generator-expressions(7)", false], [1337, "index-0-manual:cmake-presets(7)", false], [1337, "index-1-manual:cmake-file-api(7)", false], [1337, "index-1-manual:cmake-generator-expressions(7)", false], [1337, "index-1-manual:cmake-presets(7)", false], [1337, "index-2-manual:cmake-file-api(7)", false], [1337, "index-3-manual:cmake-file-api(7)", false], [1337, "index-4-manual:cmake-file-api(7)", false], [1338, "index-0-manual:cmake-cxxmodules(7)", false], [1338, "index-0-manual:cmake-generator-expressions(7)", false], [1338, "index-0-manual:cmake-presets(7)", false], [1339, "index-0-manual:cmake(1)", false], [1339, "index-0-manual:cmake-file-api(7)", false], [1339, "index-0-manual:cmake-generator-expressions(7)", false], [1339, "index-0-manual:ctest(1)", false], [1339, "index-1-manual:cmake-file-api(7)", false], [1339, "index-1-manual:ctest(1)", false], [1339, "index-2-manual:ctest(1)", false], [1340, "index-0-manual:cmake(1)", false], [1340, "index-0-manual:cmake-compile-features(7)", false], [1340, "index-0-manual:cmake-generator-expressions(7)", false], [1340, "index-0-manual:cmake-gui(1)", false], [1340, "index-0-manual:ctest(1)", false], [1340, "index-1-manual:cmake-generator-expressions(7)", false], [1340, "index-1-manual:cmake-gui(1)", false], [1341, "index-0-manual:cmake-compile-features(7)", false], [1341, "index-0-manual:cmake-file-api(7)", false], [1341, "index-0-manual:cmake-presets(7)", false], [1341, "index-0-manual:ctest(1)", false], [1342, "index-0-manual:cmake-presets(7)", false], [1342, "index-1-manual:cmake-presets(7)", false], [1343, "index-0-manual:cmake(1)", false], [1343, "index-0-manual:cmake-compile-features(7)", false], [1343, "index-0-manual:cmake-generator-expressions(7)", false], [1343, "index-0-manual:ctest(1)", false], [1343, "index-1-manual:cmake-generator-expressions(7)", false], [1343, "index-1-manual:ctest(1)", false], [1343, "index-2-manual:cmake-generator-expressions(7)", false], [1343, "index-3-manual:cmake-generator-expressions(7)", false], [1343, "index-4-manual:cmake-generator-expressions(7)", false], [1344, "index-0-manual:cmake(1)", false], [1344, "index-0-manual:cmake-compile-features(7)", false], [1344, "index-0-manual:cmake-generator-expressions(7)", false], [1344, "index-0-manual:cmake-gui(1)", false], [1344, "index-1-manual:cmake(1)", false], [1344, "index-1-manual:cmake-gui(1)", false], [1344, "index-2-manual:cmake(1)", false], [1344, "index-2-manual:cmake-gui(1)", false], [1344, "index-3-manual:cmake(1)", false], [1344, "index-4-manual:cmake(1)", false], [1344, "index-5-manual:cmake(1)", false], [1344, "index-6-manual:cmake(1)", false], [1345, "index-0-manual:cmake(1)", false], [1345, "index-0-manual:cmake-compile-features(7)", false], [1346, "index-0-manual:ccmake(1)", false], [1346, "index-0-manual:cmake(1)", false], [1346, "index-0-manual:cmake-gui(1)", false], [1346, "index-0-manual:cmake-server(7)", false], [1346, "index-0-manual:ctest(1)", false], [1346, "index-1-manual:cmake(1)", false], [1347, "index-0-manual:cmake(1)", false], [1347, "index-0-manual:cmake-compile-features(7)", false], [1347, "index-0-manual:cmake-generator-expressions(7)", false], [1347, "index-1-manual:cmake-compile-features(7)", false], [1347, "index-2-manual:cmake-compile-features(7)", false], [1347, "index-3-manual:cmake-compile-features(7)", false], [1348, "index-0-manual:cmake-generator-expressions(7)", false], [1348, "index-0-manual:cmake-policies(7)", false], [1348, "index-0-manual:ctest(1)", false], [1437, "index-0-manual:cmake(1)", false], [1437, "index-1-manual:cmake(1)", false], [1447, "index-0-manual:cpack(1)", false], [1447, "index-1-manual:cpack(1)", false], [1448, "index-0-manual:cmake(1)", false], [1449, "index-0-manual:cmake-generator-expressions(7)", false], [1451, "index-0-manual:ctest(1)", false], [1452, "index-0-manual:ctest(1)", false], [1452, "index-1-manual:ctest(1)", false], [1454, "index-0-manual:cmake-compile-features(7)", false], [1455, "index-0-manual:cmake-compile-features(7)", false], [1458, "index-0-manual:cmake-generator-expressions(7)", false], [1460, "index-0-manual:cmake-compile-features(7)", false], [1461, "index-0-manual:cmake-compile-features(7)", false], [1473, "index-0-manual:cmake-compile-features(7)", false], [1474, "index-0-manual:cmake-compile-features(7)", false], [1477, "index-0-manual:cmake-compile-features(7)", false], [1478, "index-0-manual:cmake-compile-features(7)", false], [1479, "index-0-manual:cmake-compile-features(7)", false], [1480, "index-0-manual:cmake-compile-features(7)", false], [1481, "index-0-manual:cmake-compile-features(7)", false], [1482, "index-0-manual:cmake-compile-features(7)", false], [1497, "index-0-manual:cmake-generators(7)", false], [1498, "index-0-manual:cmake-generators(7)", false], [1499, "index-0-manual:cmake-generators(7)", false], [1501, "index-0-manual:cmake-generators(7)", false], [1502, "index-0-manual:ccmake(1)", false], [1502, "index-0-manual:cmake-gui(1)", false], [1502, "index-1-manual:ccmake(1)", false], [1502, "index-1-manual:cmake-gui(1)", false], [1519, "index-0-manual:cmake-file-api(7)", false], [1519, "index-0-manual:cmake-generators(7)", false], [1561, "index-0-manual:cmake-generators(7)", false], [1561, "index-0-manual:cmake-gui(1)", false], [1566, "index-0-manual:cmake-qt(7)", false], [1567, "index-0-manual:cmake-qt(7)", false], [1568, "index-0-manual:cmake-qt(7)", false], [1569, "index-0-manual:cmake-qt(7)", false], [1572, "index-0-manual:cmake-compile-features(7)", false], [1573, "index-0-manual:cmake-compile-features(7)", false], [1575, "index-0-manual:cmake-compile-features(7)", false], [1576, "index-0-manual:cmake-compile-features(7)", false], [1602, "index-0-manual:cmake(1)", false], [1618, "index-0-manual:cmake-generators(7)", false], [1619, "index-0-manual:cmake-generators(7)", false], [1654, "index-0-manual:cmake-compile-features(7)", false], [1699, "index-0-manual:cmake-compile-features(7)", false], [1702, "index-0-manual:cmake-compile-features(7)", false], [1705, "index-0-manual:cmake-compile-features(7)", false], [1744, "index-0-manual:cmake(1)", false], [1746, "index-0-manual:cmake(1)", false], [1747, "index-0-manual:cmake-generator-expressions(7)", false], [1756, "index-0-manual:cmake-generator-expressions(7)", false], [1757, "index-0-manual:cmake-generator-expressions(7)", false], [1764, "index-0-manual:cmake-compile-features(7)", false], [1765, "index-0-manual:cmake-compile-features(7)", false], [1766, "index-0-manual:cmake-compile-features(7)", false], [1767, "index-0-manual:cmake-compile-features(7)", false], [1768, "index-0-manual:cmake-compile-features(7)", false], [1769, "index-0-manual:cmake-compile-features(7)", false], [1783, "index-0-manual:cmake(1)", false], [1850, "index-0-manual:cmake-generator-expressions(7)", false], [1859, "index-0-manual:cmake(1)", false], [1865, "index-0-manual:cmake(1)", false], [1872, "index-0-manual:cmake(1)", false], [1907, "index-0-manual:cmake-generator-expressions(7)", false], [1913, "index-0-manual:cmake(1)", false], [1915, "index-0-manual:cmake-generator-expressions(7)", false], [1919, "index-0-manual:cmake-buildsystem(7)", false], [1919, "index-0-manual:cmake-generator-expressions(7)", false], [1948, "index-0-manual:cmake-generator-expressions(7)", false], [1951, "index-0-manual:cpack(1)", false], [1951, "index-1-manual:cpack(1)", false], [1955, "index-0-manual:cpack(1)", false], [1958, "index-0-manual:ctest(1)", false], [1959, "index-0-manual:ctest(1)", false], [1960, "index-0-manual:ctest(1)", false], [1961, "index-0-manual:ctest(1)", false], [1962, "index-0-manual:ctest(1)", false], [1963, "index-0-manual:ctest(1)", false], [1964, "index-0-manual:ctest(1)", false], [1965, "index-0-manual:ctest(1)", false], [1966, "index-0-manual:ctest(1)", false], [1967, "index-0-manual:ctest(1)", false], [1968, "index-0-manual:ctest(1)", false], [1969, "index-0-manual:ctest(1)", false], [1970, "index-0-manual:ctest(1)", false], [1971, "index-0-manual:ctest(1)", false], [1972, "index-0-manual:ctest(1)", false], [1973, "index-0-manual:ctest(1)", false], [1974, "index-0-manual:ctest(1)", false], [1975, "index-0-manual:ctest(1)", false], [1976, "index-0-manual:ctest(1)", false], [1977, "index-0-manual:ctest(1)", false], [1978, "index-0-manual:ctest(1)", false], [1979, "index-0-manual:ctest(1)", false], [1980, "index-0-manual:ctest(1)", false], [1981, "index-0-manual:ctest(1)", false], [1982, "index-0-manual:ctest(1)", false], [1983, "index-0-manual:ctest(1)", false], [1984, "index-0-manual:ctest(1)", false], [1985, "index-0-manual:ctest(1)", false], [1986, "index-0-manual:ctest(1)", false], [1987, "index-0-manual:ctest(1)", false], [1989, "index-0-manual:ctest(1)", false], [1990, "index-0-manual:ctest(1)", false], [1991, "index-0-manual:ctest(1)", false], [1992, "index-0-manual:ctest(1)", false], [1993, "index-0-manual:ctest(1)", false], [1994, "index-0-manual:ctest(1)", false], [1995, "index-0-manual:ctest(1)", false], [1996, "index-0-manual:ctest(1)", false], [1997, "index-0-manual:ctest(1)", false], [1998, "index-0-manual:ctest(1)", false], [1999, "index-0-manual:ctest(1)", false], [2000, "index-0-manual:ctest(1)", false], [2001, "index-0-manual:ctest(1)", false], [2002, "index-0-manual:ctest(1)", false], [2003, "index-0-manual:ctest(1)", false], [2004, "index-0-manual:ctest(1)", false], [2005, "index-0-manual:ctest(1)", false], [2006, "index-0-manual:ctest(1)", false], [2007, "index-0-manual:ctest(1)", false], [2008, "index-0-manual:ctest(1)", false], [2009, "index-0-manual:ctest(1)", false], [2010, "index-0-manual:ctest(1)", false], [2011, "index-0-manual:ctest(1)", false], [2012, "index-0-manual:ctest(1)", false], [2013, "index-0-manual:ctest(1)", false], [2014, "index-0-manual:ctest(1)", false], [2015, "index-0-manual:ctest(1)", false], [2016, "index-0-manual:ctest(1)", false], [2019, "index-0-manual:ctest(1)", false], [2020, "index-0-manual:ctest(1)", false], [2021, "index-0-manual:ctest(1)", false], [2022, "index-0-manual:ctest(1)", false], [2023, "index-0-manual:ctest(1)", false], [2024, "index-0-manual:ctest(1)", false], [2025, "index-0-manual:ctest(1)", false], [2026, "index-0-manual:ctest(1)", false], [2027, "index-0-manual:ctest(1)", false], [2028, "index-0-manual:ctest(1)", false], [2029, "index-0-manual:ctest(1)", false], [2031, "index-0-manual:ctest(1)", false], [2032, "index-0-manual:ctest(1)", false], [2033, "index-0-manual:ctest(1)", false], [2034, "index-0-manual:ctest(1)", false], [2035, "index-0-manual:ctest(1)", false], [2037, "index-0-manual:cmake-language(7)", false]], "manually_added_dependencies": [[5, "index-0-prop_tgt:MANUALLY_ADDED_DEPENDENCIES", false], [720, "index-0-prop_tgt:MANUALLY_ADDED_DEPENDENCIES", false], [720, "index-1-prop_tgt:MANUALLY_ADDED_DEPENDENCIES", false], [1164, "prop_tgt:MANUALLY_ADDED_DEPENDENCIES", true], [1347, "index-0-prop_tgt:MANUALLY_ADDED_DEPENDENCIES", false]], "map_imported_config_": [[74, "index-0-prop_tgt:MAP_IMPORTED_CONFIG_", false], [266, "index-0-prop_tgt:MAP_IMPORTED_CONFIG_", false], [274, "index-0-prop_tgt:MAP_IMPORTED_CONFIG_", false], [1057, "index-0-prop_tgt:MAP_IMPORTED_CONFIG_", false], [1064, "index-0-prop_tgt:MAP_IMPORTED_CONFIG_", false], [1076, "index-0-prop_tgt:MAP_IMPORTED_CONFIG_", false], [1157, "index-0-prop_tgt:MAP_IMPORTED_CONFIG_", false], [1165, "prop_tgt:MAP_IMPORTED_CONFIG_", true], [1317, "index-0-prop_tgt:MAP_IMPORTED_CONFIG_", false], [1347, "index-0-prop_tgt:MAP_IMPORTED_CONFIG_", false], [1348, "index-0-prop_tgt:MAP_IMPORTED_CONFIG_", false], [1739, "index-0-prop_tgt:MAP_IMPORTED_CONFIG_", false], [1739, "index-1-prop_tgt:MAP_IMPORTED_CONFIG_", false]], "mark_as_advanced": [[88, "command:mark_as_advanced", true], [662, "index-0-command:mark_as_advanced", false], [662, "index-1-command:mark_as_advanced", false], [741, "index-0-command:mark_as_advanced", false]], "math": [[89, "command:math", true], [1322, "index-0-command:math", false], [1347, "index-0-command:math", false]], "matlab_add_mex": [[447, "command:matlab_add_mex", true], [447, "index-0-command:matlab_add_mex", false], [447, "index-1-command:matlab_add_mex", false], [1334, "index-0-command:matlab_add_mex", false], [1346, "index-0-command:matlab_add_mex", false]], "matlab_add_unit_test": [[447, "command:matlab_add_unit_test", true], [447, "index-0-command:matlab_add_unit_test", false], [447, "index-1-command:matlab_add_unit_test", false], [1346, "index-0-command:matlab_add_unit_test", false]], "matlab_additional_versions": [[447, "index-0-variable:MATLAB_ADDITIONAL_VERSIONS", false], [447, "index-1-variable:MATLAB_ADDITIONAL_VERSIONS", false], [447, "variable:MATLAB_ADDITIONAL_VERSIONS", true]], "matlab_extract_all_installed_versions_from_registry": [[447, "command:matlab_extract_all_installed_versions_from_registry", true], [447, "index-0-command:matlab_extract_all_installed_versions_from_registry", false], [447, "index-1-command:matlab_extract_all_installed_versions_from_registry", false]], "matlab_find_debug": [[447, "index-0-variable:MATLAB_FIND_DEBUG", false], [447, "index-1-variable:MATLAB_FIND_DEBUG", false], [447, "variable:MATLAB_FIND_DEBUG", true]], "matlab_get_all_valid_matlab_roots_from_registry": [[447, "command:matlab_get_all_valid_matlab_roots_from_registry", true], [447, "index-0-command:matlab_get_all_valid_matlab_roots_from_registry", false], [447, "index-1-command:matlab_get_all_valid_matlab_roots_from_registry", false]], "matlab_get_mex_suffix": [[447, "command:matlab_get_mex_suffix", true], [447, "index-0-command:matlab_get_mex_suffix", false]], "matlab_get_release_name_from_version": [[447, "command:matlab_get_release_name_from_version", true], [447, "index-0-command:matlab_get_release_name_from_version", false], [447, "index-1-command:matlab_get_release_name_from_version", false], [447, "index-2-command:matlab_get_release_name_from_version", false]], "matlab_get_version_from_matlab_run": [[447, "command:matlab_get_version_from_matlab_run", true], [447, "index-0-command:matlab_get_version_from_matlab_run", false]], "matlab_get_version_from_release_name": [[447, "command:matlab_get_version_from_release_name", true], [447, "index-0-command:matlab_get_version_from_release_name", false], [447, "index-1-command:matlab_get_version_from_release_name", false]], "matlab_root_dir": [[447, "index-0-variable:Matlab_ROOT_DIR", false], [447, "index-1-variable:Matlab_ROOT_DIR", false], [447, "index-2-variable:Matlab_ROOT_DIR", false], [447, "index-3-variable:Matlab_ROOT_DIR", false], [447, "variable:Matlab_ROOT_DIR", true]], "md5sum": [[287, "cmdoption-cmake-E-arg-md5sum", false]], "measurement": [[899, "prop_test:MEASUREMENT", true]], "message": [[18, "index-0-command:message", false], [18, "index-1-command:message", false], [90, "command:message", true], [142, "index-0-command:message", false], [269, "index-0-command:message", false], [269, "index-1-command:message", false], [271, "index-0-command:message", false], [274, "index-0-command:message", false], [287, "index-0-command:message", false], [287, "index-1-command:message", false], [287, "index-2-command:message", false], [287, "index-3-command:message", false], [293, "index-0-command:message", false], [462, "index-0-command:message", false], [1317, "index-0-command:message", false], [1324, "index-0-command:message", false], [1325, "index-0-command:message", false], [1326, "index-0-command:message", false], [1326, "index-1-command:message", false], [1336, "index-0-command:message", false], [1743, "index-0-command:message", false], [1744, "index-0-command:message", false], [1745, "index-0-command:message", false], [1746, "index-0-command:message", false]], "mingw": [[2043, "variable:MINGW", true]], "mingw makefiles": [[2, "index-0-generator:MinGW Makefiles", false], [3, "index-0-generator:MinGW Makefiles", false], [220, "index-0-generator:MinGW Makefiles", false], [221, "index-0-generator:MinGW Makefiles", false], [222, "index-0-generator:MinGW Makefiles", false], [224, "index-0-generator:MinGW Makefiles", false], [225, "index-0-generator:MinGW Makefiles", false], [226, "generator:MinGW Makefiles", true], [231, "index-0-generator:MinGW Makefiles", false], [262, "index-0-generator:MinGW Makefiles", false], [1326, "index-0-generator:MinGW Makefiles", false], [1334, "index-0-generator:MinGW Makefiles", false]], "modified": [[743, "prop_cache:MODIFIED", true]], "module": [[10, "index-0-module:CTest", false], [14, "index-0-module:CTest", false], [18, "index-0-module:FetchContent", false], [18, "index-1-module:FetchContent", false], [20, "index-0-module:CMakeParseArguments", false], [27, "index-0-module:ProcessorCount", false], [43, "index-0-module:CheckLanguage", false], [44, "index-0-module:CTest", false], [58, "index-0-module:CMakePackageConfigHelpers", false], [58, "index-0-module:FetchContent", false], [58, "index-1-module:FetchContent", false], [58, "index-2-module:FetchContent", false], [58, "index-3-module:FetchContent", false], [58, "index-4-module:FetchContent", false], [58, "index-5-module:FetchContent", false], [58, "index-6-module:FetchContent", false], [77, "index-0-module:GNUInstallDirs", false], [77, "index-1-module:GNUInstallDirs", false], [77, "index-2-module:GNUInstallDirs", false], [77, "index-3-module:GNUInstallDirs", false], [77, "index-4-module:GNUInstallDirs", false], [77, "index-5-module:GNUInstallDirs", false], [77, "index-6-module:GNUInstallDirs", false], [91, "index-0-module:CMakeDependentOption", false], [94, "index-0-module:FindQt4", false], [95, "index-0-module:FindQt4", false], [120, "index-0-module:CheckPIESupported", false], [132, "index-0-module:CPack", false], [132, "index-1-module:CPack", false], [132, "index-2-module:CPack", false], [133, "index-0-module:CPack", false], [135, "index-0-module:CPack", false], [135, "index-1-module:CPack", false], [135, "index-2-module:CPack", false], [136, "index-0-module:CPackComponent", false], [136, "index-0-module:CPackIFW", false], [136, "index-1-module:CPackIFW", false], [136, "index-2-module:CPackIFW", false], [139, "index-0-module:CPack", false], [139, "index-1-module:CPack", false], [139, "index-2-module:CPack", false], [142, "index-0-module:CPack", false], [142, "index-1-module:CPack", false], [142, "index-2-module:CPack", false], [167, "index-0-module:ExternalProject", false], [167, "index-1-module:ExternalProject", false], [167, "index-2-module:ExternalProject", false], [181, "index-0-module:ExternalProject", false], [181, "index-0-module:FetchContent", false], [182, "index-0-module:ExternalProject", false], [182, "index-0-module:FetchContent", false], [194, "index-0-module:FindCUDA", false], [248, "index-0-module:CMakeFindDependencyMacro", false], [248, "index-0-module:CMakePackageConfigHelpers", false], [248, "index-0-module:GNUInstallDirs", false], [248, "index-1-module:CMakePackageConfigHelpers", false], [248, "index-2-module:CMakePackageConfigHelpers", false], [252, "index-0-module:CTest", false], [252, "index-1-module:CTest", false], [252, "index-2-module:CTest", false], [253, "index-0-module:CheckCXXSourceCompiles", false], [253, "index-1-module:CheckCXXSourceCompiles", false], [253, "index-2-module:CheckCXXSourceCompiles", false], [257, "index-0-module:GoogleTest", false], [259, "index-0-module:CPack", false], [259, "index-0-module:InstallRequiredSystemLibraries", false], [263, "index-0-module:FetchContent", false], [263, "index-0-module:FindGTest", false], [263, "index-0-module:FindPkgConfig", false], [263, "index-1-module:FetchContent", false], [263, "index-2-module:FetchContent", false], [263, "index-3-module:FetchContent", false], [268, "index-0-module:WriteCompilerDetectionHeader", false], [271, "index-0-module:FindPackageHandleStandardArgs", false], [271, "index-0-module:SelectLibraryConfigurations", false], [271, "index-1-module:FindPackageHandleStandardArgs", false], [271, "index-1-module:SelectLibraryConfigurations", false], [277, "index-0-module:ExternalProject", false], [279, "index-0-module:CMakeFindDependencyMacro", false], [279, "index-0-module:CMakePackageConfigHelpers", false], [279, "index-0-module:FindPkgConfig", false], [281, "index-0-module:CMakeGraphVizOptions", false], [283, "index-0-module:FindQt4", false], [285, "index-0-module:CheckCXXSymbolExists", false], [285, "index-0-module:CheckIncludeFile", false], [285, "index-0-module:CheckSourceCompiles", false], [287, "index-0-module:CMakeGraphVizOptions", false], [287, "index-0-module:FetchContent", false], [287, "index-1-module:CMakeGraphVizOptions", false], [289, "index-0-module:CPack", false], [290, "index-0-module:CTest", false], [290, "index-0-module:CTestUseLaunchers", false], [290, "index-1-module:CTest", false], [290, "index-10-module:CTest", false], [290, "index-11-module:CTest", false], [290, "index-12-module:CTest", false], [290, "index-13-module:CTest", false], [290, "index-14-module:CTest", false], [290, "index-15-module:CTest", false], [290, "index-16-module:CTest", false], [290, "index-17-module:CTest", false], [290, "index-18-module:CTest", false], [290, "index-19-module:CTest", false], [290, "index-2-module:CTest", false], [290, "index-20-module:CTest", false], [290, "index-21-module:CTest", false], [290, "index-22-module:CTest", false], [290, "index-23-module:CTest", false], [290, "index-24-module:CTest", false], [290, "index-25-module:CTest", false], [290, "index-26-module:CTest", false], [290, "index-27-module:CTest", false], [290, "index-28-module:CTest", false], [290, "index-29-module:CTest", false], [290, "index-3-module:CTest", false], [290, "index-30-module:CTest", false], [290, "index-31-module:CTest", false], [290, "index-32-module:CTest", false], [290, "index-33-module:CTest", false], [290, "index-34-module:CTest", false], [290, "index-35-module:CTest", false], [290, "index-36-module:CTest", false], [290, "index-37-module:CTest", false], [290, "index-38-module:CTest", false], [290, "index-39-module:CTest", false], [290, "index-4-module:CTest", false], [290, "index-40-module:CTest", false], [290, "index-41-module:CTest", false], [290, "index-42-module:CTest", false], [290, "index-43-module:CTest", false], [290, "index-44-module:CTest", false], [290, "index-45-module:CTest", false], [290, "index-46-module:CTest", false], [290, "index-47-module:CTest", false], [290, "index-48-module:CTest", false], [290, "index-49-module:CTest", false], [290, "index-5-module:CTest", false], [290, "index-50-module:CTest", false], [290, "index-51-module:CTest", false], [290, "index-52-module:CTest", false], [290, "index-53-module:CTest", false], [290, "index-54-module:CTest", false], [290, "index-55-module:CTest", false], [290, "index-56-module:CTest", false], [290, "index-57-module:CTest", false], [290, "index-58-module:CTest", false], [290, "index-59-module:CTest", false], [290, "index-6-module:CTest", false], [290, "index-60-module:CTest", false], [290, "index-61-module:CTest", false], [290, "index-62-module:CTest", false], [290, "index-63-module:CTest", false], [290, "index-64-module:CTest", false], [290, "index-65-module:CTest", false], [290, "index-66-module:CTest", false], [290, "index-67-module:CTest", false], [290, "index-68-module:CTest", false], [290, "index-7-module:CTest", false], [290, "index-8-module:CTest", false], [290, "index-9-module:CTest", false], [291, "module:AddFileDependencies", true], [292, "module:AndroidTestUtilities", true], [293, "module:BundleUtilities", true], [294, "module:CMakeAddFortranSubdirectory", true], [295, "module:CMakeBackwardCompatibilityCXX", true], [296, "module:CMakeDependentOption", true], [297, "module:CMakeDetermineVSServicePack", true], [298, "module:CMakeExpandImportedTargets", true], [299, "module:CMakeFindDependencyMacro", true], [300, "module:CMakeFindFrameworks", true], [301, "module:CMakeFindPackageMode", true], [302, "module:CMakeForceCompiler", true], [303, "module:CMakeGraphVizOptions", true], [304, "module:CMakePackageConfigHelpers", true], [305, "module:CMakeParseArguments", true], [306, "module:CMakePrintHelpers", true], [307, "module:CMakePrintSystemInformation", true], [308, "module:CMakePushCheckState", true], [309, "module:CMakeVerifyManifest", true], [310, "index-0-module:CPackComponent", false], [310, "module:CPack", true], [311, "module:CPackArchive", true], [312, "module:CPackBundle", true], [313, "index-0-module:CPack", false], [313, "module:CPackComponent", true], [314, "module:CPackCygwin", true], [315, "module:CPackDMG", true], [316, "module:CPackDeb", true], [317, "module:CPackFreeBSD", true], [318, "module:CPackIFW", true], [319, "module:CPackIFWConfigureFile", true], [320, "module:CPackNSIS", true], [321, "module:CPackNuGet", true], [322, "module:CPackProductBuild", true], [323, "module:CPackRPM", true], [324, "module:CPackWIX", true], [325, "module:CSharpUtilities", true], [326, "module:CTest", true], [327, "module:CTestCoverageCollectGCOV", true], [328, "module:CTestScriptMode", true], [329, "module:CTestUseLaunchers", true], [330, "module:CheckCCompilerFlag", true], [331, "module:CheckCSourceCompiles", true], [332, "module:CheckCSourceRuns", true], [333, "module:CheckCXXCompilerFlag", true], [334, "module:CheckCXXSourceCompiles", true], [335, "module:CheckCXXSourceRuns", true], [336, "index-0-module:CheckSourceCompiles", false], [336, "index-0-module:CheckTypeSize", false], [336, "index-1-module:CheckSourceCompiles", false], [336, "module:CheckCXXSymbolExists", true], [337, "module:CheckCompilerFlag", true], [338, "module:CheckFortranCompilerFlag", true], [339, "index-0-module:CheckSourceCompiles", false], [339, "module:CheckFortranFunctionExists", true], [340, "module:CheckFortranSourceCompiles", true], [341, "module:CheckFortranSourceRuns", true], [342, "index-0-module:CheckSourceCompiles", false], [342, "index-0-module:CheckSymbolExists", false], [342, "module:CheckFunctionExists", true], [343, "module:CheckIPOSupported", true], [344, "index-0-module:CheckIncludeFileCXX", false], [344, "index-0-module:CheckIncludeFiles", false], [344, "module:CheckIncludeFile", true], [345, "index-0-module:CheckIncludeFile", false], [345, "index-0-module:CheckIncludeFiles", false], [345, "module:CheckIncludeFileCXX", true], [346, "index-0-module:CheckIncludeFile", false], [346, "index-0-module:CheckIncludeFileCXX", false], [346, "module:CheckIncludeFiles", true], [347, "module:CheckLanguage", true], [348, "index-0-module:CheckSourceCompiles", false], [348, "index-0-module:CheckSymbolExists", false], [348, "module:CheckLibraryExists", true], [349, "index-0-module:CheckSourceCompiles", false], [349, "module:CheckLinkerFlag", true], [350, "module:CheckOBJCCompilerFlag", true], [351, "module:CheckOBJCSourceCompiles", true], [352, "module:CheckOBJCSourceRuns", true], [353, "module:CheckOBJCXXCompilerFlag", true], [354, "module:CheckOBJCXXSourceCompiles", true], [355, "module:CheckOBJCXXSourceRuns", true], [356, "module:CheckPIESupported", true], [357, "module:CheckPrototypeDefinition", true], [358, "module:CheckSourceCompiles", true], [359, "module:CheckSourceRuns", true], [360, "module:CheckStructHasMember", true], [361, "index-0-module:CheckCXXSymbolExists", false], [361, "index-0-module:CheckSourceCompiles", false], [361, "index-0-module:CheckTypeSize", false], [361, "module:CheckSymbolExists", true], [362, "module:CheckTypeSize", true], [363, "module:CheckVariableExists", true], [364, "index-0-module:CTest", false], [364, "module:Dart", true], [365, "module:DeployQt4", true], [366, "module:Documentation", true], [367, "module:ExternalData", true], [368, "module:ExternalProject", true], [369, "module:FeatureSummary", true], [370, "index-0-module:ExternalProject", false], [370, "module:FetchContent", true], [371, "module:FindALSA", true], [372, "module:FindASPELL", true], [373, "module:FindAVIFile", true], [374, "module:FindArmadillo", true], [375, "module:FindBISON", true], [376, "module:FindBLAS", true], [377, "module:FindBZip2", true], [378, "module:FindBacktrace", true], [379, "module:FindBoost", true], [380, "module:FindBullet", true], [381, "module:FindCABLE", true], [382, "index-0-module:FindCUDAToolkit", false], [382, "module:FindCUDA", true], [383, "module:FindCUDAToolkit", true], [384, "module:FindCURL", true], [385, "module:FindCVS", true], [386, "module:FindCoin3D", true], [387, "module:FindCups", true], [388, "module:FindCurses", true], [389, "module:FindCxxTest", true], [390, "module:FindCygwin", true], [391, "module:FindDCMTK", true], [392, "module:FindDart", true], [393, "module:FindDevIL", true], [394, "module:FindDoxygen", true], [395, "module:FindEXPAT", true], [396, "module:FindEnvModules", true], [397, "module:FindFLEX", true], [398, "module:FindFLTK", true], [399, "module:FindFLTK2", true], [400, "module:FindFontconfig", true], [401, "module:FindFreetype", true], [402, "module:FindGCCXML", true], [403, "module:FindGDAL", true], [404, "module:FindGIF", true], [405, "module:FindGLEW", true], [406, "module:FindGLUT", true], [407, "module:FindGSL", true], [408, "module:FindGTK", true], [409, "module:FindGTK2", true], [410, "index-0-module:GoogleTest", false], [410, "module:FindGTest", true], [411, "index-0-module:FindIntl", false], [411, "module:FindGettext", true], [412, "module:FindGit", true], [413, "module:FindGnuTLS", true], [414, "module:FindGnuplot", true], [415, "module:FindHDF5", true], [416, "module:FindHSPELL", true], [417, "module:FindHTMLHelp", true], [418, "module:FindHg", true], [419, "module:FindICU", true], [420, "module:FindITK", true], [421, "module:FindIce", true], [422, "module:FindIconv", true], [423, "module:FindIcotool", true], [424, "module:FindImageMagick", true], [425, "index-0-module:FindGettext", false], [425, "module:FindIntl", true], [426, "module:FindJNI", true], [427, "module:FindJPEG", true], [428, "module:FindJasper", true], [429, "index-0-module:FindJNI", false], [429, "module:FindJava", true], [430, "module:FindKDE3", true], [431, "module:FindKDE4", true], [432, "index-0-module:FindBLAS", false], [432, "module:FindLAPACK", true], [433, "module:FindLATEX", true], [434, "module:FindLTTngUST", true], [435, "module:FindLibArchive", true], [436, "module:FindLibLZMA", true], [437, "module:FindLibXml2", true], [438, "module:FindLibXslt", true], [439, "module:FindLibinput", true], [440, "module:FindLua", true], [441, "module:FindLua50", true], [442, "module:FindLua51", true], [443, "module:FindMFC", true], [444, "module:FindMPEG", true], [445, "module:FindMPEG2", true], [446, "module:FindMPI", true], [447, "module:FindMatlab", true], [448, "module:FindMotif", true], [449, "module:FindMsys", true], [450, "module:FindODBC", true], [451, "module:FindOpenACC", true], [452, "module:FindOpenAL", true], [453, "module:FindOpenCL", true], [454, "module:FindOpenGL", true], [455, "module:FindOpenMP", true], [456, "module:FindOpenSP", true], [457, "module:FindOpenSSL", true], [458, "index-0-module:FindOpenThreads", false], [458, "index-0-module:Findosg", false], [458, "index-0-module:FindosgVolume", false], [458, "index-1-module:FindOpenThreads", false], [458, "index-1-module:Findosg", false], [458, "module:FindOpenSceneGraph", true], [459, "module:FindOpenThreads", true], [460, "module:FindPHP4", true], [461, "module:FindPNG", true], [462, "module:FindPackageHandleStandardArgs", true], [463, "module:FindPackageMessage", true], [464, "module:FindPatch", true], [465, "module:FindPerl", true], [466, "module:FindPerlLibs", true], [467, "module:FindPhysFS", true], [468, "module:FindPike", true], [469, "module:FindPkgConfig", true], [470, "module:FindPostgreSQL", true], [471, "index-0-module:FindOpenGL", false], [471, "index-0-module:FindOpenSceneGraph", false], [471, "module:FindProducer", true], [472, "module:FindProtobuf", true], [473, "index-0-module:FindPython2", false], [473, "index-0-module:FindPython3", false], [473, "module:FindPython", true], [474, "index-0-module:FindPython", false], [474, "index-0-module:FindPython3", false], [474, "module:FindPython2", true], [475, "index-0-module:FindPython", false], [475, "index-0-module:FindPython2", false], [475, "module:FindPython3", true], [476, "index-0-module:FindPython", false], [476, "index-0-module:FindPython2", false], [476, "index-0-module:FindPython3", false], [476, "index-1-module:FindPython", false], [476, "index-1-module:FindPython2", false], [476, "index-1-module:FindPython3", false], [476, "module:FindPythonInterp", true], [477, "index-0-module:FindPython", false], [477, "index-0-module:FindPython2", false], [477, "index-0-module:FindPython3", false], [477, "module:FindPythonLibs", true], [478, "module:FindQt", true], [479, "module:FindQt3", true], [480, "module:FindQt4", true], [481, "module:FindQuickTime", true], [482, "module:FindRTI", true], [483, "module:FindRuby", true], [484, "module:FindSDL", true], [485, "module:FindSDL_gfx", true], [486, "module:FindSDL_image", true], [487, "module:FindSDL_mixer", true], [488, "module:FindSDL_net", true], [489, "module:FindSDL_sound", true], [490, "module:FindSDL_ttf", true], [491, "module:FindSQLite3", true], [492, "module:FindSWIG", true], [493, "module:FindSelfPackers", true], [494, "module:FindSquish", true], [495, "module:FindSubversion", true], [496, "module:FindTCL", true], [497, "module:FindTIFF", true], [498, "module:FindTclStub", true], [499, "module:FindTclsh", true], [500, "module:FindThreads", true], [501, "module:FindUnixCommands", true], [502, "module:FindVTK", true], [503, "module:FindVulkan", true], [504, "module:FindWget", true], [505, "module:FindWish", true], [506, "module:FindX11", true], [507, "module:FindXCTest", true], [508, "module:FindXMLRPC", true], [509, "module:FindXalanC", true], [510, "module:FindXercesC", true], [511, "module:FindZLIB", true], [512, "index-0-module:FindOpenGL", false], [512, "index-0-module:FindOpenSceneGraph", false], [512, "index-1-module:FindOpenSceneGraph", false], [512, "module:Findosg", true], [513, "index-0-module:FindOpenGL", false], [513, "index-0-module:FindOpenSceneGraph", false], [513, "module:FindosgAnimation", true], [514, "index-0-module:FindOpenGL", false], [514, "index-0-module:FindOpenSceneGraph", false], [514, "module:FindosgDB", true], [515, "index-0-module:FindOpenGL", false], [515, "index-0-module:FindOpenSceneGraph", false], [515, "module:FindosgFX", true], [516, "index-0-module:FindOpenGL", false], [516, "index-0-module:FindOpenSceneGraph", false], [516, "module:FindosgGA", true], [517, "index-0-module:FindOpenGL", false], [517, "index-0-module:FindOpenSceneGraph", false], [517, "module:FindosgIntrospection", true], [518, "index-0-module:FindOpenGL", false], [518, "index-0-module:FindOpenSceneGraph", false], [518, "module:FindosgManipulator", true], [519, "index-0-module:FindOpenGL", false], [519, "index-0-module:FindOpenSceneGraph", false], [519, "module:FindosgParticle", true], [520, "index-0-module:FindOpenGL", false], [520, "index-0-module:FindOpenSceneGraph", false], [520, "module:FindosgPresentation", true], [521, "index-0-module:FindOpenGL", false], [521, "index-0-module:FindOpenSceneGraph", false], [521, "module:FindosgProducer", true], [522, "index-0-module:FindOpenGL", false], [522, "index-0-module:FindOpenSceneGraph", false], [522, "module:FindosgQt", true], [523, "index-0-module:FindOpenGL", false], [523, "index-0-module:FindOpenSceneGraph", false], [523, "module:FindosgShadow", true], [524, "index-0-module:FindOpenGL", false], [524, "index-0-module:FindOpenSceneGraph", false], [524, "module:FindosgSim", true], [525, "index-0-module:FindOpenGL", false], [525, "index-0-module:FindOpenSceneGraph", false], [525, "module:FindosgTerrain", true], [526, "index-0-module:FindOpenGL", false], [526, "index-0-module:FindOpenSceneGraph", false], [526, "module:FindosgText", true], [527, "index-0-module:FindOpenGL", false], [527, "index-0-module:FindOpenSceneGraph", false], [527, "module:FindosgUtil", true], [528, "index-0-module:FindOpenGL", false], [528, "index-0-module:FindOpenSceneGraph", false], [528, "module:FindosgViewer", true], [529, "index-0-module:FindOpenGL", false], [529, "index-0-module:FindOpenSceneGraph", false], [529, "module:FindosgVolume", true], [530, "index-0-module:FindOpenGL", false], [530, "index-0-module:FindOpenSceneGraph", false], [530, "module:FindosgWidget", true], [531, "index-0-module:FindOpenSceneGraph", false], [531, "module:Findosg_functions", true], [532, "module:FindwxWidgets", true], [533, "index-0-module:FindwxWidgets", false], [533, "module:FindwxWindows", true], [534, "module:FortranCInterface", true], [535, "module:GNUInstallDirs", true], [536, "module:GenerateExportHeader", true], [537, "module:GetPrerequisites", true], [538, "module:GoogleTest", true], [539, "module:InstallRequiredSystemLibraries", true], [540, "module:MacroAddFileDependencies", true], [541, "module:ProcessorCount", true], [542, "module:SelectLibraryConfigurations", true], [543, "module:SquishTestScript", true], [544, "module:TestBigEndian", true], [545, "index-0-module:CheckCXXCompilerFlag", false], [545, "module:TestCXXAcceptsFlag", true], [546, "module:TestForANSIForScope", true], [547, "module:TestForANSIStreamHeaders", true], [548, "module:TestForSSTREAM", true], [549, "module:TestForSTDNamespace", true], [550, "module:UseEcos", true], [551, "index-0-module:FindJava", false], [551, "index-1-module:FindJava", false], [551, "module:UseJava", true], [552, "index-0-module:UseJava", false], [552, "module:UseJavaClassFilelist", true], [553, "index-0-module:UseJava", false], [553, "module:UseJavaSymlinks", true], [554, "module:UsePkgConfig", true], [555, "index-0-module:FindSWIG", false], [555, "module:UseSWIG", true], [556, "module:Use_wxWindows", true], [557, "module:UsewxWidgets", true], [558, "index-0-module:CMakePackageConfigHelpers", false], [558, "module:WriteBasicConfigVersionFile", true], [559, "index-0-module:WriteCompilerDetectionHeader", false], [559, "module:WriteCompilerDetectionHeader", true], [597, "index-0-module:CPack", false], [597, "index-0-module:CTest", false], [629, "index-0-module:CheckIPOSupported", false], [629, "index-1-module:CheckIPOSupported", false], [632, "index-0-module:FindOpenGL", false], [632, "index-1-module:FindOpenGL", false], [635, "index-0-module:CheckIncludeFile", false], [635, "index-0-module:CheckIncludeFileCXX", false], [635, "index-0-module:CheckIncludeFiles", false], [638, "index-0-module:UseSWIG", false], [638, "index-1-module:UseSWIG", false], [640, "index-0-module:BundleUtilities", false], [640, "index-1-module:BundleUtilities", false], [640, "index-2-module:BundleUtilities", false], [640, "index-3-module:BundleUtilities", false], [643, "index-0-module:CheckPIESupported", false], [643, "index-1-module:CheckPIESupported", false], [643, "index-2-module:CheckPIESupported", false], [644, "index-0-module:FindQt", false], [644, "index-1-module:FindQt", false], [644, "index-2-module:FindQt", false], [644, "index-3-module:FindQt", false], [644, "index-4-module:FindQt", false], [646, "index-0-module:UseSWIG", false], [646, "index-1-module:UseSWIG", false], [648, "index-0-module:FindBISON", false], [653, "index-0-module:FindBoost", false], [653, "index-1-module:FindBoost", false], [653, "index-2-module:FindBoost", false], [654, "index-0-module:FindPython", false], [654, "index-0-module:FindPython2", false], [654, "index-0-module:FindPython3", false], [654, "index-1-module:FindPython", false], [654, "index-1-module:FindPython2", false], [654, "index-1-module:FindPython3", false], [658, "index-0-module:FindFLEX", false], [666, "index-0-module:Documentation", false], [666, "index-1-module:Documentation", false], [666, "index-2-module:Documentation", false], [674, "index-0-module:ExternalProject", false], [674, "index-1-module:ExternalProject", false], [680, "index-0-module:WriteCompilerDetectionHeader", false], [680, "index-1-module:WriteCompilerDetectionHeader", false], [680, "index-2-module:WriteCompilerDetectionHeader", false], [680, "index-3-module:WriteCompilerDetectionHeader", false], [682, "index-0-module:UseSWIG", false], [682, "index-1-module:UseSWIG", false], [693, "index-0-module:CPack", false], [698, "index-0-module:CheckIPOSupported", false], [698, "index-1-module:CheckIPOSupported", false], [705, "index-0-module:CTest", false], [705, "index-0-module:Dart", false], [705, "index-0-module:FindDart", false], [705, "index-1-module:CTest", false], [705, "index-1-module:Dart", false], [705, "index-1-module:FindDart", false], [706, "index-0-module:FindCUDA", false], [706, "index-1-module:FindCUDA", false], [706, "index-2-module:FindCUDA", false], [708, "index-0-module:FindPython", false], [708, "index-0-module:FindPython2", false], [708, "index-0-module:FindPython3", false], [708, "index-0-module:FindPythonInterp", false], [708, "index-0-module:FindPythonLibs", false], [708, "index-1-module:FindPythonInterp", false], [708, "index-1-module:FindPythonLibs", false], [727, "index-0-module:FindBoost", false], [727, "index-1-module:FindBoost", false], [728, "index-0-module:FetchContent", false], [728, "index-1-module:FetchContent", false], [728, "index-2-module:FetchContent", false], [729, "index-0-module:FetchContent", false], [732, "index-0-module:CPack", false], [732, "index-1-module:CPack", false], [733, "index-0-module:CMakeFindFrameworks", false], [733, "index-1-module:CMakeFindFrameworks", false], [738, "index-0-module:ExternalData", false], [738, "index-0-module:GoogleTest", false], [740, "index-0-module:FetchContent", false], [833, "index-0-module:FindQt4", false], [834, "index-0-module:FindQt4", false], [948, "index-0-module:FindQt4", false], [953, "index-0-module:FindQt4", false], [955, "index-0-module:FindQt4", false], [957, "index-0-module:FindQt4", false], [958, "index-0-module:FindQt4", false], [960, "index-0-module:FindQt4", false], [994, "index-0-module:FindCUDAToolkit", false], [1012, "index-0-module:GenerateExportHeader", false], [1111, "index-0-module:CheckIPOSupported", false], [1188, "index-0-module:CheckPIESupported", false], [1316, "index-0-module:FindXCTest", false], [1317, "index-0-module:CMakeFindDependencyMacro", false], [1317, "index-0-module:CheckStructHasMember", false], [1317, "index-0-module:CheckTypeSize", false], [1317, "index-0-module:ExternalData", false], [1317, "index-0-module:ExternalProject", false], [1317, "index-0-module:FeatureSummary", false], [1317, "index-0-module:FindBacktrace", false], [1317, "index-0-module:FindBoost", false], [1317, "index-0-module:FindJNI", false], [1317, "index-0-module:FindJava", false], [1317, "index-0-module:FindLua", false], [1317, "index-0-module:FindQt4", false], [1317, "index-0-module:FindRuby", false], [1317, "index-0-module:GenerateExportHeader", false], [1317, "index-0-module:UseJava", false], [1317, "index-1-module:ExternalProject", false], [1317, "index-1-module:FeatureSummary", false], [1317, "index-1-module:FindBoost", false], [1318, "index-0-module:BundleUtilities", false], [1318, "index-0-module:CMakeDetermineVSServicePack", false], [1318, "index-0-module:CMakePackageConfigHelpers", false], [1318, "index-0-module:CheckFortranSourceCompiles", false], [1318, "index-0-module:ExternalData", false], [1318, "index-0-module:ExternalProject", false], [1318, "index-0-module:FeatureSummary", false], [1318, "index-0-module:FindCUDA", false], [1318, "index-0-module:FindGLEW", false], [1318, "index-0-module:FindGLUT", false], [1318, "index-0-module:FindGTest", false], [1318, "index-0-module:FindHg", false], [1318, "index-0-module:FindITK", false], [1318, "index-0-module:FindOpenCL", false], [1318, "index-0-module:FindOpenMP", false], [1318, "index-0-module:FindPkgConfig", false], [1318, "index-0-module:FindVTK", false], [1318, "index-0-module:FindXercesC", false], [1318, "index-0-module:FindZLIB", false], [1318, "index-0-module:GenerateExportHeader", false], [1318, "index-0-module:InstallRequiredSystemLibraries", false], [1318, "index-0-module:UseSWIG", false], [1318, "index-0-module:WriteCompilerDetectionHeader", false], [1318, "index-1-module:ExternalProject", false], [1318, "index-2-module:ExternalProject", false], [1318, "index-3-module:ExternalProject", false], [1318, "index-4-module:ExternalProject", false], [1319, "index-0-module:CPackIFW", false], [1319, "index-0-module:FindCurses", false], [1319, "index-0-module:FindEXPAT", false], [1319, "index-0-module:FindFreetype", false], [1319, "index-0-module:FindMPI", false], [1319, "index-0-module:FindOpenACC", false], [1319, "index-0-module:FindOpenGL", false], [1319, "index-0-module:FindOpenMP", false], [1319, "index-0-module:FindPatch", false], [1319, "index-0-module:FindProtobuf", false], [1319, "index-0-module:GoogleTest", false], [1319, "index-0-module:InstallRequiredSystemLibraries", false], [1319, "index-1-module:GoogleTest", false], [1320, "index-0-module:CMakePackageConfigHelpers", false], [1320, "index-0-module:CheckIncludeFile", false], [1320, "index-0-module:CheckIncludeFileCXX", false], [1320, "index-0-module:CheckIncludeFiles", false], [1320, "index-0-module:ExternalProject", false], [1320, "index-0-module:FetchContent", false], [1320, "index-0-module:FindBLAS", false], [1320, "index-0-module:FindDoxygen", false], [1320, "index-0-module:FindIconv", false], [1320, "index-0-module:FindLAPACK", false], [1320, "index-0-module:FindOpenGL", false], [1320, "index-0-module:FindQt4", false], [1320, "index-0-module:GenerateExportHeader", false], [1320, "index-0-module:UseJava", false], [1320, "index-1-module:CheckIncludeFiles", false], [1320, "index-1-module:ExternalProject", false], [1320, "index-2-module:ExternalProject", false], [1321, "index-0-module:CPack", false], [1321, "index-0-module:CheckIncludeFile", false], [1321, "index-0-module:CheckIncludeFileCXX", false], [1321, "index-0-module:CheckIncludeFiles", false], [1321, "index-0-module:FindALSA", false], [1321, "index-0-module:FindCURL", false], [1321, "index-0-module:FindJPEG", false], [1321, "index-0-module:FindLibXml2", false], [1321, "index-0-module:FindMatlab", false], [1321, "index-0-module:FindODBC", false], [1321, "index-0-module:FindPkgConfig", false], [1321, "index-0-module:FindPython", false], [1321, "index-0-module:FindPython2", false], [1321, "index-0-module:FindPython3", false], [1321, "index-0-module:UseSWIG", false], [1321, "index-0-module:WriteCompilerDetectionHeader", false], [1321, "index-1-module:UseSWIG", false], [1321, "index-2-module:UseSWIG", false], [1321, "index-3-module:UseSWIG", false], [1322, "index-0-module:BundleUtilities", false], [1322, "index-0-module:CheckIPOSupported", false], [1322, "index-0-module:FindBoost", false], [1322, "index-0-module:FindCURL", false], [1322, "index-0-module:FindMatlab", false], [1322, "index-0-module:FindPkgConfig", false], [1322, "index-0-module:FindPython", false], [1322, "index-0-module:FindPython2", false], [1322, "index-0-module:FindPython3", false], [1322, "index-0-module:FindSubversion", false], [1322, "index-0-module:UseSWIG", false], [1322, "index-1-module:FindMatlab", false], [1322, "index-1-module:FindPkgConfig", false], [1322, "index-1-module:UseSWIG", false], [1322, "index-2-module:FindMatlab", false], [1323, "index-0-module:CMakePackageConfigHelpers", false], [1323, "index-0-module:CPack", false], [1323, "index-0-module:CheckCSourceCompiles", false], [1323, "index-0-module:CheckFortranSourceRuns", false], [1323, "index-0-module:CheckPIESupported", false], [1323, "index-0-module:ExternalProject", false], [1323, "index-0-module:FetchContent", false], [1323, "index-0-module:FindBISON", false], [1323, "index-0-module:FindCURL", false], [1323, "index-0-module:FindFontconfig", false], [1323, "index-0-module:FindGDAL", false], [1323, "index-0-module:FindGIF", false], [1323, "index-0-module:FindGit", false], [1323, "index-0-module:FindIce", false], [1323, "index-0-module:FindLibLZMA", false], [1323, "index-0-module:FindLibinput", false], [1323, "index-0-module:FindMatlab", false], [1323, "index-0-module:FindPostgreSQL", false], [1323, "index-0-module:FindPython", false], [1323, "index-0-module:FindPython2", false], [1323, "index-0-module:FindPython3", false], [1323, "index-0-module:FindQt", false], [1323, "index-0-module:FindSQLite3", false], [1323, "index-0-module:FindX11", false], [1323, "index-0-module:GNUInstallDirs", false], [1323, "index-0-module:UseSWIG", false], [1323, "index-1-module:ExternalProject", false], [1323, "index-1-module:FindBISON", false], [1323, "index-1-module:FindFontconfig", false], [1323, "index-1-module:FindPython", false], [1323, "index-1-module:FindPython2", false], [1323, "index-1-module:FindPython3", false], [1323, "index-1-module:FindX11", false], [1323, "index-1-module:GNUInstallDirs", false], [1323, "index-1-module:UseSWIG", false], [1323, "index-2-module:ExternalProject", false], [1323, "index-2-module:FindX11", false], [1324, "index-0-module:FindBoost", false], [1324, "index-0-module:FindCups", false], [1324, "index-0-module:FindEnvModules", false], [1324, "index-0-module:FindGLEW", false], [1324, "index-0-module:FindPkgConfig", false], [1324, "index-0-module:FindPostgreSQL", false], [1324, "index-0-module:FindPython", false], [1324, "index-0-module:FindPython2", false], [1324, "index-0-module:FindPython3", false], [1324, "index-0-module:UseSWIG", false], [1324, "index-1-module:FindPython", false], [1324, "index-1-module:FindPython2", false], [1324, "index-1-module:FindPython3", false], [1324, "index-2-module:FindPython", false], [1324, "index-2-module:FindPython2", false], [1324, "index-2-module:FindPython3", false], [1325, "index-0-module:ExternalProject", false], [1325, "index-0-module:FindDoxygen", false], [1325, "index-0-module:FindGTest", false], [1325, "index-0-module:FindGnuTLS", false], [1325, "index-0-module:FindPackageHandleStandardArgs", false], [1325, "index-0-module:FindPkgConfig", false], [1325, "index-0-module:FindPython", false], [1325, "index-0-module:FindPython2", false], [1325, "index-0-module:FindPython3", false], [1325, "index-0-module:GetPrerequisites", false], [1325, "index-1-module:FindPkgConfig", false], [1325, "index-1-module:FindPython", false], [1325, "index-1-module:FindPython2", false], [1325, "index-1-module:FindPython3", false], [1325, "index-1-module:GetPrerequisites", false], [1325, "index-2-module:FindPython", false], [1325, "index-2-module:FindPython3", false], [1326, "index-0-module:ExternalProject", false], [1326, "index-0-module:FindCUDAToolkit", false], [1326, "index-0-module:FindCURL", false], [1326, "index-0-module:FindFLEX", false], [1326, "index-0-module:FindLibArchive", false], [1326, "index-0-module:FindLibXml2", false], [1326, "index-0-module:FindPkgConfig", false], [1326, "index-0-module:FindPython", false], [1326, "index-0-module:FindPython3", false], [1326, "index-1-module:FindPython", false], [1327, "index-0-module:CTestCoverageCollectGCOV", false], [1327, "index-0-module:CheckLinkerFlag", false], [1327, "index-0-module:Documentation", false], [1327, "index-0-module:ExternalProject", false], [1327, "index-0-module:FetchContent", false], [1327, "index-0-module:FindBLAS", false], [1327, "index-0-module:FindCUDAToolkit", false], [1327, "index-0-module:FindLAPACK", false], [1327, "index-0-module:FindLibXslt", false], [1327, "index-0-module:FindPackageHandleStandardArgs", false], [1327, "index-0-module:FindPython", false], [1327, "index-0-module:FindPython2", false], [1327, "index-0-module:FindPython3", false], [1327, "index-0-module:FindRuby", false], [1327, "index-0-module:FindSWIG", false], [1327, "index-0-module:GoogleTest", false], [1327, "index-0-module:UseSWIG", false], [1327, "index-1-module:ExternalProject", false], [1327, "index-1-module:FetchContent", false], [1328, "index-0-module:CMakePackageConfigHelpers", false], [1328, "index-0-module:CheckCCompilerFlag", false], [1328, "index-0-module:CheckCSourceCompiles", false], [1328, "index-0-module:CheckCSourceRuns", false], [1328, "index-0-module:CheckCXXCompilerFlag", false], [1328, "index-0-module:CheckCXXSourceCompiles", false], [1328, "index-0-module:CheckCXXSourceRuns", false], [1328, "index-0-module:CheckCompilerFlag", false], [1328, "index-0-module:CheckLinkerFlag", false], [1328, "index-0-module:CheckSourceCompiles", false], [1328, "index-0-module:CheckSourceRuns", false], [1328, "index-0-module:ExternalProject", false], [1328, "index-0-module:FindCUDAToolkit", false], [1328, "index-0-module:FindPackageHandleStandardArgs", false], [1328, "index-0-module:FindPython", false], [1328, "index-0-module:FindPython2", false], [1328, "index-0-module:FindPython3", false], [1328, "index-0-module:FindSDL", false], [1328, "index-0-module:FindSWIG", false], [1328, "index-0-module:FindTIFF", false], [1328, "index-0-module:FindVulkan", false], [1328, "index-0-module:UseSWIG", false], [1328, "index-1-module:FindPython", false], [1328, "index-1-module:FindPython2", false], [1328, "index-1-module:FindPython3", false], [1329, "index-0-module:CTestCoverageCollectGCOV", false], [1329, "index-0-module:ExternalData", false], [1329, "index-0-module:ExternalProject", false], [1329, "index-0-module:FindCUDA", false], [1329, "index-0-module:FindGSL", false], [1329, "index-0-module:FindGit", false], [1329, "index-0-module:FindIntl", false], [1329, "index-0-module:FindLATEX", false], [1329, "index-0-module:FindMPI", false], [1329, "index-0-module:FindOpenGL", false], [1329, "index-0-module:FindOpenSSL", false], [1329, "index-0-module:FindX11", false], [1329, "index-0-module:WriteCompilerDetectionHeader", false], [1329, "index-1-module:ExternalProject", false], [1329, "index-1-module:WriteCompilerDetectionHeader", false], [1329, "index-2-module:ExternalProject", false], [1329, "index-3-module:ExternalProject", false], [1330, "index-0-module:AddFileDependencies", false], [1330, "index-0-module:CPack", false], [1330, "index-0-module:ExternalData", false], [1330, "index-0-module:ExternalProject", false], [1330, "index-0-module:FindBoost", false], [1330, "index-0-module:FindCUDAToolkit", false], [1330, "index-0-module:FindGDAL", false], [1330, "index-0-module:FindIconv", false], [1330, "index-0-module:FindIntl", false], [1330, "index-0-module:FindOpenSSL", false], [1330, "index-0-module:FindPython", false], [1330, "index-0-module:FindPython2", false], [1330, "index-0-module:FindPython3", false], [1330, "index-0-module:TestBigEndian", false], [1330, "index-0-module:UseJava", false], [1330, "index-0-module:UseSWIG", false], [1330, "index-0-module:WriteCompilerDetectionHeader", false], [1330, "index-1-module:FindIntl", false], [1331, "index-0-module:FindBLAS", false], [1331, "index-0-module:FindCygwin", false], [1331, "index-0-module:FindDevIL", false], [1331, "index-0-module:FindIconv", false], [1331, "index-0-module:FindIntl", false], [1331, "index-0-module:FindLAPACK", false], [1331, "index-0-module:FindMPI", false], [1331, "index-0-module:FindMsys", false], [1331, "index-0-module:FindOpenMP", false], [1331, "index-0-module:FindVulkan", false], [1331, "index-0-module:UseJava", false], [1331, "index-0-module:UseSWIG", false], [1331, "index-1-module:UseSWIG", false], [1332, "index-0-module:CMakeDependentOption", false], [1332, "index-0-module:ExternalProject", false], [1332, "index-0-module:FetchContent", false], [1332, "index-0-module:FindBLAS", false], [1332, "index-0-module:FindJasper", false], [1332, "index-0-module:FindLAPACK", false], [1332, "index-0-module:FindMatlab", false], [1332, "index-0-module:FindPkgConfig", false], [1332, "index-0-module:GoogleTest", false], [1332, "index-0-module:UseSWIG", false], [1332, "index-1-module:FetchContent", false], [1333, "index-0-module:CPack", false], [1333, "index-0-module:CheckPIESupported", false], [1333, "index-0-module:ExternalProject", false], [1333, "index-0-module:FindCUDAToolkit", false], [1333, "index-0-module:FindGLUT", false], [1333, "index-0-module:FindGTest", false], [1333, "index-0-module:FindVulkan", false], [1334, "index-0-module:CPack", false], [1334, "index-0-module:CheckIPOSupported", false], [1334, "index-0-module:ExternalProject", false], [1334, "index-0-module:FetchContent", false], [1334, "index-0-module:FindGLUT", false], [1334, "index-0-module:FindJNI", false], [1334, "index-0-module:FindMatlab", false], [1334, "index-0-module:FindVulkan", false], [1334, "index-0-module:FindZLIB", false], [1334, "index-1-module:FindVulkan", false], [1335, "index-0-module:CPack", false], [1335, "index-0-module:FetchContent", false], [1335, "index-0-module:FindCUDAToolkit", false], [1335, "index-0-module:FindDoxygen", false], [1335, "index-0-module:FindOpenAL", false], [1335, "index-0-module:FindOpenSP", false], [1335, "index-0-module:FindVulkan", false], [1336, "index-0-module:ExternalProject", false], [1336, "index-0-module:FindCUDAToolkit", false], [1336, "index-0-module:FindImageMagick", false], [1336, "index-0-module:FindPython", false], [1336, "index-0-module:FindPython3", false], [1336, "index-0-module:UseSWIG", false], [1337, "index-0-module:CTest", false], [1337, "index-0-module:Dart", false], [1337, "index-0-module:ExternalProject", false], [1337, "index-0-module:FetchContent", false], [1337, "index-0-module:FindCUDA", false], [1337, "index-0-module:FindCUDAToolkit", false], [1337, "index-0-module:FindDart", false], [1337, "index-0-module:FindDoxygen", false], [1337, "index-0-module:FindOpenGL", false], [1337, "index-0-module:FindPython", false], [1337, "index-0-module:FindPython2", false], [1337, "index-0-module:FindPython3", false], [1337, "index-0-module:FindPythonInterp", false], [1337, "index-0-module:FindPythonLibs", false], [1337, "index-0-module:FindwxWidgets", false], [1337, "index-1-module:ExternalProject", false], [1337, "index-1-module:FindPython", false], [1337, "index-1-module:FindPython2", false], [1337, "index-1-module:FindPython3", false], [1337, "index-2-module:ExternalProject", false], [1338, "index-0-module:ExternalProject", false], [1338, "index-0-module:FetchContent", false], [1338, "index-0-module:FindCURL", false], [1338, "index-0-module:FindEXPAT", false], [1338, "index-0-module:FindPkgConfig", false], [1339, "index-0-module:CMakePackageConfigHelpers", false], [1339, "index-0-module:FindOpenGL", false], [1340, "index-0-module:CTestCoverageCollectGCOV", false], [1340, "index-0-module:CheckCCompilerFlag", false], [1340, "index-0-module:CheckFortranCompilerFlag", false], [1340, "index-0-module:ExternalData", false], [1340, "index-0-module:ExternalProject", false], [1340, "index-0-module:FindBoost", false], [1340, "index-0-module:FindCUDA", false], [1340, "index-0-module:FindMatlab", false], [1340, "index-0-module:FindPackageHandleStandardArgs", false], [1340, "index-0-module:FindXCTest", false], [1340, "index-0-module:InstallRequiredSystemLibraries", false], [1340, "index-1-module:ExternalData", false], [1340, "index-1-module:ExternalProject", false], [1340, "index-2-module:ExternalData", false], [1341, "index-0-module:ExternalProject", false], [1341, "index-0-module:FetchContent", false], [1341, "index-0-module:FindBLAS", false], [1341, "index-0-module:FindBacktrace", false], [1341, "index-0-module:FindBoost", false], [1341, "index-0-module:FindCUDAToolkit", false], [1341, "index-0-module:FindLAPACK", false], [1341, "index-0-module:FindOpenMP", false], [1341, "index-0-module:FindPython", false], [1341, "index-0-module:FindPython2", false], [1341, "index-0-module:FindPython3", false], [1341, "index-1-module:FetchContent", false], [1341, "index-1-module:FindCUDAToolkit", false], [1341, "index-1-module:FindPython", false], [1341, "index-1-module:FindPython3", false], [1341, "index-2-module:FindPython", false], [1341, "index-2-module:FindPython3", false], [1342, "index-0-module:CMakeFindFrameworks", false], [1342, "index-0-module:CMakePackageConfigHelpers", false], [1342, "index-0-module:CMakePushCheckState", false], [1342, "index-0-module:CPack", false], [1342, "index-0-module:CheckCCompilerFlag", false], [1342, "index-0-module:CheckCSourceCompiles", false], [1342, "index-0-module:CheckCSourceRuns", false], [1342, "index-0-module:CheckCXXCompilerFlag", false], [1342, "index-0-module:CheckCXXSourceCompiles", false], [1342, "index-0-module:CheckCXXSourceRuns", false], [1342, "index-0-module:CheckCXXSymbolExists", false], [1342, "index-0-module:CheckCompilerFlag", false], [1342, "index-0-module:CheckFortranCompilerFlag", false], [1342, "index-0-module:CheckFortranFunctionExists", false], [1342, "index-0-module:CheckFortranSourceCompiles", false], [1342, "index-0-module:CheckFortranSourceRuns", false], [1342, "index-0-module:CheckFunctionExists", false], [1342, "index-0-module:CheckIncludeFile", false], [1342, "index-0-module:CheckIncludeFileCXX", false], [1342, "index-0-module:CheckIncludeFiles", false], [1342, "index-0-module:CheckLibraryExists", false], [1342, "index-0-module:CheckOBJCCompilerFlag", false], [1342, "index-0-module:CheckOBJCSourceCompiles", false], [1342, "index-0-module:CheckOBJCSourceRuns", false], [1342, "index-0-module:CheckOBJCXXCompilerFlag", false], [1342, "index-0-module:CheckOBJCXXSourceCompiles", false], [1342, "index-0-module:CheckOBJCXXSourceRuns", false], [1342, "index-0-module:CheckPrototypeDefinition", false], [1342, "index-0-module:CheckSourceCompiles", false], [1342, "index-0-module:CheckSourceRuns", false], [1342, "index-0-module:CheckStructHasMember", false], [1342, "index-0-module:CheckSymbolExists", false], [1342, "index-0-module:CheckTypeSize", false], [1342, "index-0-module:CheckVariableExists", false], [1342, "index-0-module:ExternalData", false], [1342, "index-0-module:FindCUDAToolkit", false], [1342, "index-0-module:FindOpenMP", false], [1342, "index-0-module:FindPkgConfig", false], [1342, "index-0-module:GoogleTest", false], [1342, "index-1-module:CheckOBJCCompilerFlag", false], [1342, "index-1-module:GoogleTest", false], [1343, "index-0-module:CMakeExpandImportedTargets", false], [1343, "index-0-module:CPack", false], [1343, "index-0-module:CheckFunctionExists", false], [1343, "index-0-module:CheckLibraryExists", false], [1343, "index-0-module:CheckSymbolExists", false], [1343, "index-0-module:ExternalProject", false], [1343, "index-0-module:FindBISON", false], [1343, "index-0-module:FindHDF5", false], [1343, "index-0-module:FindIce", false], [1343, "index-0-module:FindJava", false], [1343, "index-0-module:FindOpenSSL", false], [1343, "index-0-module:FindPkgConfig", false], [1343, "index-0-module:FindProtobuf", false], [1343, "index-0-module:FindTIFF", false], [1343, "index-0-module:FindThreads", false], [1343, "index-0-module:FindXercesC", false], [1343, "index-0-module:FindZLIB", false], [1343, "index-0-module:FindwxWidgets", false], [1343, "index-0-module:GNUInstallDirs", false], [1343, "index-0-module:UseJava", false], [1343, "index-1-module:CPack", false], [1343, "index-1-module:ExternalProject", false], [1343, "index-1-module:FindOpenSSL", false], [1343, "index-1-module:UseJava", false], [1343, "index-2-module:CPack", false], [1343, "index-2-module:UseJava", false], [1344, "index-0-module:CMakeParseArguments", false], [1344, "index-0-module:ExternalProject", false], [1344, "index-0-module:FindBoost", false], [1344, "index-0-module:FindFLEX", false], [1344, "index-0-module:FindGTK2", false], [1344, "index-0-module:FindGTest", false], [1344, "index-0-module:FindOpenMP", false], [1344, "index-0-module:FindOpenSSL", false], [1344, "index-0-module:FindPNG", false], [1344, "index-0-module:FindTIFF", false], [1344, "index-0-module:FindXalanC", false], [1344, "index-0-module:FindXercesC", false], [1344, "index-1-module:FindGTK2", false], [1345, "index-0-module:CMakeForceCompiler", false], [1345, "index-0-module:CMakePushCheckState", false], [1345, "index-0-module:CPackIFW", false], [1345, "index-0-module:CheckTypeSize", false], [1345, "index-0-module:ExternalProject", false], [1345, "index-0-module:FindBISON", false], [1345, "index-0-module:FindBLAS", false], [1345, "index-0-module:FindCUDA", false], [1345, "index-0-module:FindFLEX", false], [1345, "index-0-module:FindGTest", false], [1345, "index-0-module:FindLAPACK", false], [1345, "index-0-module:FindLTTngUST", false], [1345, "index-0-module:FindPkgConfig", false], [1345, "index-0-module:FindProtobuf", false], [1345, "index-0-module:InstallRequiredSystemLibraries", false], [1345, "index-1-module:ExternalProject", false], [1345, "index-1-module:FindProtobuf", false], [1345, "index-2-module:ExternalProject", false], [1345, "index-3-module:ExternalProject", false], [1346, "index-0-module:AndroidTestUtilities", false], [1346, "index-0-module:CPackIFW", false], [1346, "index-0-module:CheckFortranSourceCompiles", false], [1346, "index-0-module:ExternalProject", false], [1346, "index-0-module:FindBISON", false], [1346, "index-0-module:FindBZip2", false], [1346, "index-0-module:FindICU", false], [1346, "index-0-module:FindMatlab", false], [1346, "index-0-module:FindOpenCL", false], [1346, "index-0-module:FindOpenMP", false], [1346, "index-0-module:FindVulkan", false], [1346, "index-0-module:GNUInstallDirs", false], [1346, "index-0-module:GenerateExportHeader", false], [1346, "index-0-module:UseJava", false], [1346, "index-1-module:CPackIFW", false], [1346, "index-1-module:ExternalProject", false], [1346, "index-1-module:FindMatlab", false], [1346, "index-2-module:FindMatlab", false], [1347, "index-0-module:CPackIFW", false], [1347, "index-0-module:CPackIFWConfigureFile", false], [1347, "index-0-module:CSharpUtilities", false], [1347, "index-0-module:ExternalData", false], [1347, "index-0-module:ExternalProject", false], [1347, "index-0-module:FeatureSummary", false], [1347, "index-0-module:FindOpenGL", false], [1347, "index-0-module:FindPkgConfig", false], [1347, "index-0-module:UseSWIG", false], [1347, "index-0-module:WriteCompilerDetectionHeader", false], [1347, "index-1-module:CPackIFW", false], [1347, "index-1-module:ExternalProject", false], [1347, "index-1-module:FeatureSummary", false], [1347, "index-1-module:UseSWIG", false], [1347, "index-2-module:CPackIFW", false], [1347, "index-2-module:FeatureSummary", false], [1347, "index-2-module:UseSWIG", false], [1347, "index-3-module:CPackIFW", false], [1347, "index-3-module:FeatureSummary", false], [1347, "index-4-module:FeatureSummary", false], [1348, "index-0-module:CMakeFindDependencyMacro", false], [1348, "index-0-module:CPackComponent", false], [1348, "index-0-module:CPackIFW", false], [1348, "index-0-module:CPackProductBuild", false], [1348, "index-0-module:CheckIPOSupported", false], [1348, "index-0-module:FeatureSummary", false], [1348, "index-0-module:FindDoxygen", false], [1348, "index-0-module:FindGTest", false], [1348, "index-0-module:FindMPI", false], [1348, "index-0-module:FindProtobuf", false], [1348, "index-0-module:GoogleTest", false], [1348, "index-1-module:CheckIPOSupported", false], [1348, "index-1-module:FeatureSummary", false], [1348, "index-1-module:FindDoxygen", false], [1348, "index-1-module:FindProtobuf", false], [1348, "index-2-module:CheckIPOSupported", false], [1348, "index-2-module:FindProtobuf", false], [1354, "index-0-module:FetchContent", false], [1458, "index-0-module:FindCUDAToolkit", false], [1602, "index-0-module:GNUInstallDirs", false], [1758, "index-0-module:ExternalProject", false], [1758, "index-0-module:FetchContent", false], [1759, "index-0-module:ExternalProject", false], [1759, "index-0-module:FetchContent", false], [1856, "index-0-module:ExternalProject", false], [1856, "index-0-module:FetchContent", false], [1857, "index-0-module:ExternalProject", false], [1857, "index-0-module:FetchContent", false], [1858, "index-0-module:ExternalProject", false], [1858, "index-0-module:FetchContent", false], [2028, "index-0-module:CTest", false], [2029, "index-0-module:CTest", false], [2061, "index-0-module:ExternalProject", false], [2071, "index-0-module:CTest", false], [2071, "index-0-module:ExternalProject", false]], "msvc": [[2044, "variable:MSVC", true]], "msvc10": [[2045, "variable:MSVC10", true]], "msvc11": [[2046, "variable:MSVC11", true]], "msvc12": [[2047, "variable:MSVC12", true]], "msvc14": [[2048, "variable:MSVC14", true]], "msvc60": [[2049, "variable:MSVC60", true]], "msvc70": [[2050, "variable:MSVC70", true]], "msvc71": [[2051, "variable:MSVC71", true]], "msvc80": [[2052, "variable:MSVC80", true]], "msvc90": [[2053, "variable:MSVC90", true]], "msvc_debug_information_format": [[701, "index-0-prop_tgt:MSVC_DEBUG_INFORMATION_FORMAT", false], [1166, "prop_tgt:MSVC_DEBUG_INFORMATION_FORMAT", true], [1335, "index-0-prop_tgt:MSVC_DEBUG_INFORMATION_FORMAT", false], [1756, "index-0-prop_tgt:MSVC_DEBUG_INFORMATION_FORMAT", false], [1756, "index-1-prop_tgt:MSVC_DEBUG_INFORMATION_FORMAT", false]], "msvc_ide": [[2054, "variable:MSVC_IDE", true]], "msvc_runtime_library": [[651, "index-0-prop_tgt:MSVC_RUNTIME_LIBRARY", false], [722, "index-0-prop_tgt:MSVC_RUNTIME_LIBRARY", false], [1167, "prop_tgt:MSVC_RUNTIME_LIBRARY", true], [1270, "index-0-prop_tgt:MSVC_RUNTIME_LIBRARY", false], [1270, "index-1-prop_tgt:MSVC_RUNTIME_LIBRARY", false], [1324, "index-0-prop_tgt:MSVC_RUNTIME_LIBRARY", false], [1757, "index-0-prop_tgt:MSVC_RUNTIME_LIBRARY", false], [1757, "index-1-prop_tgt:MSVC_RUNTIME_LIBRARY", false]], "msvc_toolset_version": [[1321, "index-0-variable:MSVC_TOOLSET_VERSION", false], [2055, "variable:MSVC_TOOLSET_VERSION", true], [2056, "index-0-variable:MSVC_TOOLSET_VERSION", false]], "msvc_version": [[1321, "index-0-variable:MSVC_VERSION", false], [2044, "index-0-variable:MSVC_VERSION", false], [2045, "index-0-variable:MSVC_VERSION", false], [2046, "index-0-variable:MSVC_VERSION", false], [2047, "index-0-variable:MSVC_VERSION", false], [2048, "index-0-variable:MSVC_VERSION", false], [2049, "index-0-variable:MSVC_VERSION", false], [2050, "index-0-variable:MSVC_VERSION", false], [2051, "index-0-variable:MSVC_VERSION", false], [2052, "index-0-variable:MSVC_VERSION", false], [2053, "index-0-variable:MSVC_VERSION", false], [2055, "index-0-variable:MSVC_VERSION", false], [2055, "index-1-variable:MSVC_VERSION", false], [2056, "variable:MSVC_VERSION", true]], "msys": [[2057, "variable:MSYS", true]], "msys makefiles": [[2, "index-0-generator:MSYS Makefiles", false], [3, "index-0-generator:MSYS Makefiles", false], [225, "generator:MSYS Makefiles", true], [226, "index-0-generator:MSYS Makefiles", false], [1334, "index-0-generator:MSYS Makefiles", false], [2057, "index-0-generator:MSYS Makefiles", false]], "name": [[287, "cmdoption-cmake-E_env-arg-NAME", false], [720, "index-0-prop_tgt:NAME", false], [720, "index-1-prop_tgt:NAME", false], [942, "index-0-prop_tgt:NAME", false], [1168, "prop_tgt:NAME", true]], "ninja": [[2, "index-0-generator:Ninja", false], [2, "index-1-generator:Ninja", false], [2, "index-2-generator:Ninja", false], [2, "index-3-generator:Ninja", false], [3, "index-0-generator:Ninja", false], [3, "index-1-generator:Ninja", false], [3, "index-2-generator:Ninja", false], [220, "index-0-generator:Ninja", false], [221, "index-0-generator:Ninja", false], [222, "index-0-generator:Ninja", false], [224, "index-0-generator:Ninja", false], [229, "generator:Ninja", true], [230, "index-0-generator:Ninja", false], [230, "index-1-generator:Ninja", false], [231, "index-0-generator:Ninja", false], [262, "index-0-generator:Ninja", false], [262, "index-1-generator:Ninja", false], [262, "index-2-generator:Ninja", false], [262, "index-3-generator:Ninja", false], [262, "index-4-generator:Ninja", false], [266, "index-0-generator:Ninja", false], [270, "index-0-generator:Ninja", false], [283, "index-0-generator:Ninja", false], [283, "index-1-generator:Ninja", false], [285, "index-0-generator:Ninja", false], [285, "index-1-generator:Ninja", false], [285, "index-2-generator:Ninja", false], [290, "index-0-generator:Ninja", false], [367, "index-0-generator:Ninja", false], [368, "index-0-generator:Ninja", false], [368, "index-1-generator:Ninja", false], [368, "index-2-generator:Ninja", false], [368, "index-3-generator:Ninja", false], [618, "index-0-generator:Ninja", false], [618, "index-1-generator:Ninja", false], [618, "index-2-generator:Ninja", false], [747, "index-0-generator:Ninja", false], [817, "index-0-generator:Ninja", false], [818, "index-0-generator:Ninja", false], [819, "index-0-generator:Ninja", false], [842, "index-0-generator:Ninja", false], [851, "index-0-generator:Ninja", false], [852, "index-0-generator:Ninja", false], [852, "index-1-generator:Ninja", false], [915, "index-0-generator:Ninja", false], [944, "index-0-generator:Ninja", false], [946, "index-0-generator:Ninja", false], [1039, "index-0-generator:Ninja", false], [1101, "index-0-generator:Ninja", false], [1121, "index-0-generator:Ninja", false], [1123, "index-0-generator:Ninja", false], [1124, "index-0-generator:Ninja", false], [1125, "index-0-generator:Ninja", false], [1127, "index-0-generator:Ninja", false], [1128, "index-0-generator:Ninja", false], [1138, "index-0-generator:Ninja", false], [1254, "index-0-generator:Ninja", false], [1317, "index-0-generator:Ninja", false], [1317, "index-1-generator:Ninja", false], [1319, "index-0-generator:Ninja", false], [1319, "index-1-generator:Ninja", false], [1320, "index-0-generator:Ninja", false], [1320, "index-1-generator:Ninja", false], [1321, "index-0-generator:Ninja", false], [1324, "index-0-generator:Ninja", false], [1324, "index-1-generator:Ninja", false], [1325, "index-0-generator:Ninja", false], [1326, "index-0-generator:Ninja", false], [1326, "index-1-generator:Ninja", false], [1326, "index-2-generator:Ninja", false], [1327, "index-0-generator:Ninja", false], [1328, "index-0-generator:Ninja", false], [1329, "index-0-generator:Ninja", false], [1331, "index-0-generator:Ninja", false], [1332, "index-0-generator:Ninja", false], [1339, "index-0-generator:Ninja", false], [1340, "index-0-generator:Ninja", false], [1340, "index-1-generator:Ninja", false], [1343, "index-0-generator:Ninja", false], [1343, "index-1-generator:Ninja", false], [1345, "index-0-generator:Ninja", false], [1345, "index-1-generator:Ninja", false], [1345, "index-2-generator:Ninja", false], [1345, "index-3-generator:Ninja", false], [1346, "index-0-generator:Ninja", false], [1346, "index-1-generator:Ninja", false], [1346, "index-2-generator:Ninja", false], [1347, "index-0-generator:Ninja", false], [1347, "index-1-generator:Ninja", false], [1347, "index-2-generator:Ninja", false], [1348, "index-0-generator:Ninja", false], [1348, "index-1-generator:Ninja", false], [1398, "index-0-generator:Ninja", false], [1422, "index-0-generator:Ninja", false], [1738, "index-0-generator:Ninja", false]], "ninja multi-config": [[2, "index-0-generator:Ninja Multi-Config", false], [2, "index-1-generator:Ninja Multi-Config", false], [3, "index-0-generator:Ninja Multi-Config", false], [224, "index-0-generator:Ninja Multi-Config", false], [229, "index-0-generator:Ninja Multi-Config", false], [230, "generator:Ninja Multi-Config", true], [247, "index-0-generator:Ninja Multi-Config", false], [266, "index-0-generator:Ninja Multi-Config", false], [270, "index-0-generator:Ninja Multi-Config", false], [274, "index-0-generator:Ninja Multi-Config", false], [274, "index-1-generator:Ninja Multi-Config", false], [367, "index-0-generator:Ninja Multi-Config", false], [806, "index-0-generator:Ninja Multi-Config", false], [937, "index-0-generator:Ninja Multi-Config", false], [1132, "index-0-generator:Ninja Multi-Config", false], [1201, "index-0-generator:Ninja Multi-Config", false], [1217, "index-0-generator:Ninja Multi-Config", false], [1326, "index-0-generator:Ninja Multi-Config", false], [1327, "index-0-generator:Ninja Multi-Config", false], [1330, "index-0-generator:Ninja Multi-Config", false], [1336, "index-0-generator:Ninja Multi-Config", false], [1429, "index-0-generator:Ninja Multi-Config", false], [1445, "index-0-generator:Ninja Multi-Config", false], [1450, "index-0-generator:Ninja Multi-Config", false], [1485, "index-0-generator:Ninja Multi-Config", false], [1486, "index-0-generator:Ninja Multi-Config", false], [1760, "index-0-generator:Ninja Multi-Config", false]], "nmake makefiles": [[220, "index-0-generator:NMake Makefiles", false], [221, "index-0-generator:NMake Makefiles", false], [222, "index-0-generator:NMake Makefiles", false], [224, "index-0-generator:NMake Makefiles", false], [227, "generator:NMake Makefiles", true], [231, "index-0-generator:NMake Makefiles", false], [233, "index-0-generator:NMake Makefiles", false], [234, "index-0-generator:NMake Makefiles", false], [235, "index-0-generator:NMake Makefiles", false], [240, "index-0-generator:NMake Makefiles", false], [241, "index-0-generator:NMake Makefiles", false], [242, "index-0-generator:NMake Makefiles", false], [243, "index-0-generator:NMake Makefiles", false], [244, "index-0-generator:NMake Makefiles", false], [262, "index-0-generator:NMake Makefiles", false], [262, "index-1-generator:NMake Makefiles", false], [262, "index-2-generator:NMake Makefiles", false], [1331, "index-0-generator:NMake Makefiles", false], [1332, "index-0-generator:NMake Makefiles", false], [1339, "index-0-generator:NMake Makefiles", false], [1738, "index-0-generator:NMake Makefiles", false]], "nmake makefiles jom": [[220, "index-0-generator:NMake Makefiles JOM", false], [228, "generator:NMake Makefiles JOM", true], [262, "index-0-generator:NMake Makefiles JOM", false], [262, "index-1-generator:NMake Makefiles JOM", false], [1347, "index-0-generator:NMake Makefiles JOM", false]], "no_soname": [[1169, "prop_tgt:NO_SONAME", true], [1208, "index-0-prop_tgt:NO_SONAME", false]], "no_system_from_imported": [[266, "index-0-prop_tgt:NO_SYSTEM_FROM_IMPORTED", false], [1029, "index-0-prop_tgt:NO_SYSTEM_FROM_IMPORTED", false], [1080, "index-0-prop_tgt:NO_SYSTEM_FROM_IMPORTED", false], [1170, "prop_tgt:NO_SYSTEM_FROM_IMPORTED", true], [1347, "index-0-prop_tgt:NO_SYSTEM_FROM_IMPORTED", false], [1763, "index-0-prop_tgt:NO_SYSTEM_FROM_IMPORTED", false], [1763, "index-1-prop_tgt:NO_SYSTEM_FROM_IMPORTED", false]], "not": [[274, "genex:NOT", true]], "objc": [[208, "envvar:OBJC", true], [1325, "index-0-envvar:OBJC", false], [1326, "index-0-envvar:OBJC", false]], "objc_compiler_frontend_variant": [[274, "genex:OBJC_COMPILER_FRONTEND_VARIANT", true]], "objc_compiler_id": [[274, "genex:OBJC_COMPILER_ID", true]], "objc_compiler_version": [[274, "genex:OBJC_COMPILER_VERSION", true]], "objc_extensions": [[120, "index-0-prop_tgt:OBJC_EXTENSIONS", false], [1126, "index-0-prop_tgt:OBJC_EXTENSIONS", false], [1174, "prop_tgt:OBJC_EXTENSIONS", true], [1175, "index-0-prop_tgt:OBJC_EXTENSIONS", false], [1767, "index-0-prop_tgt:OBJC_EXTENSIONS", false]], "objc_standard": [[120, "index-0-prop_tgt:OBJC_STANDARD", false], [1129, "index-0-prop_tgt:OBJC_STANDARD", false], [1174, "index-0-prop_tgt:OBJC_STANDARD", false], [1175, "prop_tgt:OBJC_STANDARD", true], [1176, "index-0-prop_tgt:OBJC_STANDARD", false], [1176, "index-1-prop_tgt:OBJC_STANDARD", false], [1176, "index-2-prop_tgt:OBJC_STANDARD", false], [1331, "index-0-prop_tgt:OBJC_STANDARD", false], [1768, "index-0-prop_tgt:OBJC_STANDARD", false]], "objc_standard_required": [[120, "index-0-prop_tgt:OBJC_STANDARD_REQUIRED", false], [1130, "index-0-prop_tgt:OBJC_STANDARD_REQUIRED", false], [1175, "index-0-prop_tgt:OBJC_STANDARD_REQUIRED", false], [1176, "prop_tgt:OBJC_STANDARD_REQUIRED", true], [1769, "index-0-prop_tgt:OBJC_STANDARD_REQUIRED", false]], "objcflags": [[209, "envvar:OBJCFLAGS", true], [1656, "index-0-envvar:OBJCFLAGS", false]], "objcxx": [[210, "envvar:OBJCXX", true], [1325, "index-0-envvar:OBJCXX", false], [1326, "index-0-envvar:OBJCXX", false]], "objcxx_compiler_frontend_variant": [[274, "genex:OBJCXX_COMPILER_FRONTEND_VARIANT", true]], "objcxx_compiler_id": [[274, "genex:OBJCXX_COMPILER_ID", true]], "objcxx_compiler_version": [[274, "genex:OBJCXX_COMPILER_VERSION", true]], "objcxx_extensions": [[120, "index-0-prop_tgt:OBJCXX_EXTENSIONS", false], [1126, "index-0-prop_tgt:OBJCXX_EXTENSIONS", false], [1171, "prop_tgt:OBJCXX_EXTENSIONS", true], [1172, "index-0-prop_tgt:OBJCXX_EXTENSIONS", false], [1764, "index-0-prop_tgt:OBJCXX_EXTENSIONS", false]], "objcxx_standard": [[120, "index-0-prop_tgt:OBJCXX_STANDARD", false], [1129, "index-0-prop_tgt:OBJCXX_STANDARD", false], [1171, "index-0-prop_tgt:OBJCXX_STANDARD", false], [1172, "prop_tgt:OBJCXX_STANDARD", true], [1173, "index-0-prop_tgt:OBJCXX_STANDARD", false], [1173, "index-1-prop_tgt:OBJCXX_STANDARD", false], [1173, "index-2-prop_tgt:OBJCXX_STANDARD", false], [1330, "index-0-prop_tgt:OBJCXX_STANDARD", false], [1335, "index-0-prop_tgt:OBJCXX_STANDARD", false], [1765, "index-0-prop_tgt:OBJCXX_STANDARD", false]], "objcxx_standard_required": [[120, "index-0-prop_tgt:OBJCXX_STANDARD_REQUIRED", false], [1130, "index-0-prop_tgt:OBJCXX_STANDARD_REQUIRED", false], [1172, "index-0-prop_tgt:OBJCXX_STANDARD_REQUIRED", false], [1173, "prop_tgt:OBJCXX_STANDARD_REQUIRED", true], [1766, "index-0-prop_tgt:OBJCXX_STANDARD_REQUIRED", false]], "objcxxflags": [[211, "envvar:OBJCXXFLAGS", true], [1656, "index-0-envvar:OBJCXXFLAGS", false]], "object_depends": [[5, "index-0-prop_sf:OBJECT_DEPENDS", false], [291, "index-0-prop_sf:OBJECT_DEPENDS", false], [540, "index-0-prop_sf:OBJECT_DEPENDS", false], [851, "prop_sf:OBJECT_DEPENDS", true]], "object_outputs": [[852, "prop_sf:OBJECT_OUTPUTS", true], [1327, "index-0-prop_sf:OBJECT_OUTPUTS", false]], "odbc::odbc": [[450, "variable:ODBC::ODBC", true]], "odbc_config": [[450, "variable:ODBC_CONFIG", true]], "odbc_found": [[450, "variable:ODBC_FOUND", true]], "odbc_include_dir": [[450, "variable:ODBC_INCLUDE_DIR", true]], "odbc_include_dirs": [[450, "variable:ODBC_INCLUDE_DIRS", true]], "odbc_libraries": [[450, "variable:ODBC_LIBRARIES", true]], "odbc_library": [[450, "variable:ODBC_LIBRARY", true]], "optimize_dependencies": [[2, "index-0-prop_tgt:OPTIMIZE_DEPENDENCIES", false], [1177, "prop_tgt:OPTIMIZE_DEPENDENCIES", true], [1328, "index-0-prop_tgt:OPTIMIZE_DEPENDENCIES", false], [1328, "index-1-prop_tgt:OPTIMIZE_DEPENDENCIES", false], [1771, "index-0-prop_tgt:OPTIMIZE_DEPENDENCIES", false]], "option": [[91, "command:option", true], [256, "index-0-command:option", false], [256, "index-1-command:option", false], [256, "index-2-command:option", false], [260, "index-0-command:option", false], [262, "index-0-command:option", false], [310, "index-0-command:option", false], [637, "index-0-command:option", false], [637, "index-1-command:option", false], [637, "index-2-command:option", false], [637, "index-3-command:option", false], [637, "index-4-command:option", false], [637, "index-5-command:option", false], [637, "index-6-command:option", false], [637, "index-7-command:option", false], [686, "index-0-command:option", false], [745, "index-0-command:option", false], [1322, "index-0-command:option", false], [1354, "index-0-command:option", false], [1354, "index-1-command:option", false], [1354, "index-2-command:option", false]], "or": [[274, "genex:OR", true], [1338, "index-0-genex:OR", false]], "osx_architectures": [[177, "index-0-prop_tgt:OSX_ARCHITECTURES", false], [1178, "prop_tgt:OSX_ARCHITECTURES", true], [1179, "index-0-prop_tgt:OSX_ARCHITECTURES", false], [1328, "index-0-prop_tgt:OSX_ARCHITECTURES", false], [1772, "index-0-prop_tgt:OSX_ARCHITECTURES", false]], "osx_architectures_": [[1178, "index-0-prop_tgt:OSX_ARCHITECTURES_", false], [1179, "prop_tgt:OSX_ARCHITECTURES_", true]], "output_config": [[230, "index-0-genex:OUTPUT_CONFIG", false], [230, "index-1-genex:OUTPUT_CONFIG", false], [274, "genex:OUTPUT_CONFIG", true], [1330, "index-0-genex:OUTPUT_CONFIG", false]], "output_name": [[6, "index-0-prop_tgt:OUTPUT_NAME", false], [7, "index-0-prop_tgt:OUTPUT_NAME", false], [274, "index-0-prop_tgt:OUTPUT_NAME", false], [274, "index-1-prop_tgt:OUTPUT_NAME", false], [274, "index-2-prop_tgt:OUTPUT_NAME", false], [274, "index-3-prop_tgt:OUTPUT_NAME", false], [274, "index-4-prop_tgt:OUTPUT_NAME", false], [555, "index-0-prop_tgt:OUTPUT_NAME", false], [562, "index-0-prop_tgt:OUTPUT_NAME", false], [939, "index-0-prop_tgt:OUTPUT_NAME", false], [984, "index-0-prop_tgt:OUTPUT_NAME", false], [1134, "index-0-prop_tgt:OUTPUT_NAME", false], [1180, "prop_tgt:OUTPUT_NAME", true], [1181, "index-0-prop_tgt:OUTPUT_NAME", false], [1184, "index-0-prop_tgt:OUTPUT_NAME", false], [1203, "index-0-prop_tgt:OUTPUT_NAME", false], [1323, "index-0-prop_tgt:OUTPUT_NAME", false], [1343, "index-0-prop_tgt:OUTPUT_NAME", false]], "output_name_": [[274, "index-0-prop_tgt:OUTPUT_NAME_", false], [274, "index-1-prop_tgt:OUTPUT_NAME_", false], [274, "index-2-prop_tgt:OUTPUT_NAME_", false], [274, "index-3-prop_tgt:OUTPUT_NAME_", false], [274, "index-4-prop_tgt:OUTPUT_NAME_", false], [939, "index-0-prop_tgt:OUTPUT_NAME_", false], [984, "index-0-prop_tgt:OUTPUT_NAME_", false], [1134, "index-0-prop_tgt:OUTPUT_NAME_", false], [1180, "index-0-prop_tgt:OUTPUT_NAME_", false], [1181, "prop_tgt:OUTPUT_NAME_", true], [1203, "index-0-prop_tgt:OUTPUT_NAME_", false]], "output_required_files": [[92, "command:output_required_files", true], [592, "index-0-command:output_required_files", false], [1317, "index-0-command:output_required_files", false]], "packages_found": [[812, "prop_gbl:PACKAGES_FOUND", true]], "packages_not_found": [[813, "prop_gbl:PACKAGES_NOT_FOUND", true]], "parent_directory": [[770, "prop_dir:PARENT_DIRECTORY", true]], "pass_regular_expression": [[10, "index-0-prop_test:PASS_REGULAR_EXPRESSION", false], [257, "index-0-prop_test:PASS_REGULAR_EXPRESSION", false], [893, "index-0-prop_test:PASS_REGULAR_EXPRESSION", false], [900, "prop_test:PASS_REGULAR_EXPRESSION", true], [907, "index-0-prop_test:PASS_REGULAR_EXPRESSION", false], [1325, "index-0-prop_test:PASS_REGULAR_EXPRESSION", false]], "path": [[274, "genex:PATH", true], [1334, "index-0-genex:PATH", false]], "path_equal": [[274, "genex:PATH_EQUAL", true], [1334, "index-0-genex:PATH_EQUAL", false]], "pch_instantiate_templates": [[1182, "prop_tgt:PCH_INSTANTIATE_TEMPLATES", true], [1328, "index-0-prop_tgt:PCH_INSTANTIATE_TEMPLATES", false], [1328, "index-1-prop_tgt:PCH_INSTANTIATE_TEMPLATES", false], [1777, "index-0-prop_tgt:PCH_INSTANTIATE_TEMPLATES", false]], "pch_warn_invalid": [[1183, "prop_tgt:PCH_WARN_INVALID", true], [1327, "index-0-prop_tgt:PCH_WARN_INVALID", false], [1327, "index-1-prop_tgt:PCH_WARN_INVALID", false], [1778, "index-0-prop_tgt:PCH_WARN_INVALID", false]], "pdb_name": [[274, "index-0-prop_tgt:PDB_NAME", false], [274, "index-1-prop_tgt:PDB_NAME", false], [979, "index-0-prop_tgt:PDB_NAME", false], [979, "index-1-prop_tgt:PDB_NAME", false], [1184, "prop_tgt:PDB_NAME", true], [1185, "index-0-prop_tgt:PDB_NAME", false], [1318, "index-0-prop_tgt:PDB_NAME", false]], "pdb_name_": [[274, "index-0-prop_tgt:PDB_NAME_", false], [274, "index-1-prop_tgt:PDB_NAME_", false], [980, "index-0-prop_tgt:PDB_NAME_", false], [980, "index-1-prop_tgt:PDB_NAME_", false], [1185, "prop_tgt:PDB_NAME_", true]], "pdb_output_directory": [[274, "index-0-prop_tgt:PDB_OUTPUT_DIRECTORY", false], [981, "index-0-prop_tgt:PDB_OUTPUT_DIRECTORY", false], [981, "index-1-prop_tgt:PDB_OUTPUT_DIRECTORY", false], [1186, "prop_tgt:PDB_OUTPUT_DIRECTORY", true], [1187, "index-0-prop_tgt:PDB_OUTPUT_DIRECTORY", false], [1318, "index-0-prop_tgt:PDB_OUTPUT_DIRECTORY", false], [1321, "index-0-prop_tgt:PDB_OUTPUT_DIRECTORY", false], [1779, "index-0-prop_tgt:PDB_OUTPUT_DIRECTORY", false]], "pdb_output_directory_": [[274, "index-0-prop_tgt:PDB_OUTPUT_DIRECTORY_", false], [982, "index-0-prop_tgt:PDB_OUTPUT_DIRECTORY_", false], [982, "index-1-prop_tgt:PDB_OUTPUT_DIRECTORY_", false], [1187, "prop_tgt:PDB_OUTPUT_DIRECTORY_", true], [1780, "index-0-prop_tgt:PDB_OUTPUT_DIRECTORY_", false]], "pep 3149": [[473, "index-0", false], [475, "index-0", false]], "pkg_check_modules": [[469, "command:pkg_check_modules", true], [469, "index-0-command:pkg_check_modules", false], [469, "index-1-command:pkg_check_modules", false], [469, "index-2-command:pkg_check_modules", false], [1347, "index-0-command:pkg_check_modules", false]], "pkg_config_argn": [[469, "variable:PKG_CONFIG_ARGN", true], [1332, "index-0-variable:PKG_CONFIG_ARGN", false]], "pkg_config_executable": [[469, "variable:PKG_CONFIG_EXECUTABLE", true]], "pkg_config_use_cmake_prefix_path": [[469, "index-0-variable:PKG_CONFIG_USE_CMAKE_PREFIX_PATH", false], [469, "variable:PKG_CONFIG_USE_CMAKE_PREFIX_PATH", true]], "pkg_get_variable": [[469, "command:pkg_get_variable", true], [469, "index-0-command:pkg_get_variable", false], [469, "index-1-command:pkg_get_variable", false], [1338, "index-0-command:pkg_get_variable", false], [1343, "index-0-command:pkg_get_variable", false]], "pkg_search_module": [[469, "command:pkg_search_module", true], [469, "index-0-command:pkg_search_module", false], [469, "index-1-command:pkg_search_module", false], [1325, "index-0-command:pkg_search_module", false]], "platform_id": [[274, "genex:PLATFORM_ID", true], [1324, "index-0-genex:PLATFORM_ID", false]], "policy": [[2, "index-0-policy:CMP0058", false], [2, "index-0-policy:CMP0112", false], [2, "index-0-policy:CMP0116", false], [2, "index-0-policy:CMP0154", false], [2, "index-0-policy:CMP0171", false], [2, "index-0-policy:CMP0175", false], [2, "index-1-policy:CMP0154", false], [2, "index-1-policy:CMP0175", false], [2, "index-10-policy:CMP0175", false], [2, "index-2-policy:CMP0175", false], [2, "index-3-policy:CMP0175", false], [2, "index-4-policy:CMP0175", false], [2, "index-5-policy:CMP0175", false], [2, "index-6-policy:CMP0175", false], [2, "index-7-policy:CMP0175", false], [2, "index-8-policy:CMP0175", false], [2, "index-9-policy:CMP0175", false], [3, "index-0-policy:CMP0058", false], [3, "index-0-policy:CMP0112", false], [3, "index-0-policy:CMP0154", false], [7, "index-0-policy:CMP0164", false], [8, "index-0-policy:CMP0105", false], [10, "index-0-policy:CMP0110", false], [10, "index-0-policy:CMP0158", false], [14, "index-0-policy:CMP0061", false], [15, "index-0-policy:CMP0036", false], [19, "index-0-policy:CMP0000", false], [20, "index-0-policy:CMP0174", false], [20, "index-1-policy:CMP0174", false], [23, "index-0-policy:CMP0011", false], [43, "index-0-policy:CMP0165", false], [51, "index-0-policy:CMP0153", false], [52, "index-0-policy:CMP0176", false], [53, "index-0-policy:CMP0022", false], [53, "index-0-policy:CMP0090", false], [53, "index-1-policy:CMP0022", false], [54, "index-0-policy:CMP0033", false], [55, "index-0-policy:CMP0009", false], [55, "index-0-policy:CMP0070", false], [55, "index-0-policy:CMP0152", false], [55, "index-0-policy:CMP0159", false], [55, "index-1-policy:CMP0009", false], [55, "index-1-policy:CMP0070", false], [56, "index-0-policy:CMP0074", false], [56, "index-0-policy:CMP0134", false], [56, "index-0-policy:CMP0144", false], [56, "index-1-policy:CMP0134", false], [56, "index-1-policy:CMP0144", false], [57, "index-0-policy:CMP0074", false], [57, "index-0-policy:CMP0134", false], [57, "index-0-policy:CMP0144", false], [57, "index-1-policy:CMP0134", false], [57, "index-1-policy:CMP0144", false], [58, "index-0-policy:CMP0074", false], [58, "index-0-policy:CMP0134", false], [58, "index-0-policy:CMP0144", false], [58, "index-1-policy:CMP0134", false], [58, "index-1-policy:CMP0144", false], [59, "index-0-policy:CMP0074", false], [59, "index-0-policy:CMP0134", false], [59, "index-0-policy:CMP0144", false], [59, "index-1-policy:CMP0134", false], [59, "index-1-policy:CMP0144", false], [60, "index-0-policy:CMP0074", false], [60, "index-0-policy:CMP0109", false], [60, "index-0-policy:CMP0134", false], [60, "index-0-policy:CMP0144", false], [60, "index-1-policy:CMP0134", false], [60, "index-1-policy:CMP0144", false], [62, "index-0-policy:CMP0124", false], [71, "index-0-policy:CMP0054", false], [71, "index-1-policy:CMP0054", false], [71, "index-2-policy:CMP0054", false], [72, "index-0-policy:CMP0017", false], [77, "index-0-policy:CMP0022", false], [77, "index-0-policy:CMP0082", false], [81, "index-0-policy:CMP0015", false], [85, "index-0-policy:CMP0031", false], [88, "index-0-policy:CMP0102", false], [91, "index-0-policy:CMP0077", false], [92, "index-0-policy:CMP0032", false], [93, "index-0-policy:CMP0000", false], [93, "index-0-policy:CMP0048", false], [93, "index-0-policy:CMP0180", false], [98, "index-0-policy:CMP0140", false], [100, "index-0-policy:CMP0126", false], [109, "index-0-policy:CMP0029", false], [113, "index-0-policy:CMP0101", false], [116, "index-0-policy:CMP0003", false], [116, "index-0-policy:CMP0004", false], [116, "index-0-policy:CMP0022", false], [116, "index-0-policy:CMP0028", false], [116, "index-0-policy:CMP0060", false], [116, "index-0-policy:CMP0079", false], [116, "index-1-policy:CMP0022", false], [116, "index-2-policy:CMP0022", false], [116, "index-3-policy:CMP0022", false], [116, "index-4-policy:CMP0022", false], [117, "index-0-policy:CMP0105", false], [119, "index-0-policy:CMP0076", false], [120, "index-0-policy:CMP0056", false], [120, "index-0-policy:CMP0065", false], [120, "index-0-policy:CMP0067", false], [120, "index-0-policy:CMP0083", false], [120, "index-0-policy:CMP0137", false], [120, "index-0-policy:CMP0141", false], [120, "index-1-policy:CMP0083", false], [123, "index-0-policy:CMP0030", false], [124, "index-0-policy:CMP0034", false], [125, "index-0-policy:CMP0035", false], [133, "index-0-policy:CMP0133", false], [141, "index-0-policy:CMP0161", false], [143, "index-0-policy:CMP0172", false], [212, "index-0-policy:CMP0074", false], [212, "index-0-policy:CMP0144", false], [266, "index-0-policy:CMP0041", false], [268, "index-0-policy:CMP0120", false], [268, "index-0-policy:CMP0128", false], [270, "index-0-policy:CMP0155", false], [271, "index-0-policy:CMP0028", false], [274, "index-0-policy:CMP0099", false], [274, "index-0-policy:CMP0105", false], [274, "index-0-policy:CMP0112", false], [274, "index-0-policy:CMP0131", false], [274, "index-0-policy:CMP0166", false], [274, "index-1-policy:CMP0112", false], [274, "index-1-policy:CMP0166", false], [274, "index-10-policy:CMP0112", false], [274, "index-2-policy:CMP0112", false], [274, "index-3-policy:CMP0112", false], [274, "index-4-policy:CMP0112", false], [274, "index-5-policy:CMP0112", false], [274, "index-6-policy:CMP0112", false], [274, "index-7-policy:CMP0112", false], [274, "index-8-policy:CMP0112", false], [274, "index-9-policy:CMP0112", false], [277, "index-0-policy:CMP0053", false], [277, "index-1-policy:CMP0053", false], [279, "index-0-policy:CMP0090", false], [279, "index-1-policy:CMP0090", false], [283, "index-0-policy:CMP0071", false], [287, "index-0-policy:CMP0168", false], [296, "index-0-policy:CMP0127", false], [298, "index-0-policy:CMP0022", false], [300, "index-0-policy:CMP0173", false], [343, "index-0-policy:CMP0069", false], [343, "index-0-policy:CMP0138", false], [343, "index-1-policy:CMP0069", false], [356, "index-0-policy:CMP0083", false], [356, "index-1-policy:CMP0083", false], [364, "index-0-policy:CMP0145", false], [366, "index-0-policy:CMP0106", false], [367, "index-0-policy:CMP0178", false], [368, "index-0-policy:CMP0097", false], [368, "index-0-policy:CMP0114", false], [368, "index-0-policy:CMP0135", false], [368, "index-0-policy:CMP0150", false], [368, "index-1-policy:CMP0114", false], [368, "index-2-policy:CMP0114", false], [368, "index-3-policy:CMP0114", false], [368, "index-4-policy:CMP0114", false], [368, "index-5-policy:CMP0114", false], [368, "index-6-policy:CMP0114", false], [370, "index-0-policy:CMP0077", false], [370, "index-0-policy:CMP0168", false], [370, "index-0-policy:CMP0169", false], [370, "index-0-policy:CMP0170", false], [370, "index-1-policy:CMP0168", false], [370, "index-1-policy:CMP0170", false], [370, "index-2-policy:CMP0168", false], [370, "index-3-policy:CMP0168", false], [370, "index-4-policy:CMP0168", false], [370, "index-5-policy:CMP0168", false], [375, "index-0-policy:CMP0088", false], [379, "index-0-policy:CMP0093", false], [379, "index-0-policy:CMP0167", false], [382, "index-0-policy:CMP0146", false], [392, "index-0-policy:CMP0145", false], [397, "index-0-policy:CMP0098", false], [454, "index-0-policy:CMP0072", false], [473, "index-0-policy:CMP0094", false], [473, "index-1-policy:CMP0094", false], [474, "index-0-policy:CMP0094", false], [474, "index-1-policy:CMP0094", false], [475, "index-0-policy:CMP0094", false], [475, "index-1-policy:CMP0094", false], [476, "index-0-policy:CMP0148", false], [477, "index-0-policy:CMP0148", false], [478, "index-0-policy:CMP0084", false], [538, "index-0-policy:CMP0178", false], [538, "index-1-policy:CMP0178", false], [538, "index-2-policy:CMP0178", false], [538, "index-3-policy:CMP0178", false], [555, "index-0-policy:CMP0078", false], [555, "index-0-policy:CMP0086", false], [555, "index-0-policy:CMP0122", false], [555, "index-1-policy:CMP0078", false], [555, "index-2-policy:CMP0078", false], [559, "index-0-policy:CMP0120", false], [559, "index-1-policy:CMP0120", false], [560, "policy:CMP0000", true], [561, "policy:CMP0001", true], [562, "policy:CMP0002", true], [563, "policy:CMP0003", true], [564, "policy:CMP0004", true], [565, "policy:CMP0005", true], [566, "policy:CMP0006", true], [567, "policy:CMP0007", true], [568, "policy:CMP0008", true], [569, "policy:CMP0009", true], [570, "index-0-policy:CMP0053", false], [570, "policy:CMP0010", true], [571, "policy:CMP0011", true], [572, "policy:CMP0012", true], [573, "policy:CMP0013", true], [574, "policy:CMP0014", true], [575, "policy:CMP0015", true], [576, "policy:CMP0016", true], [577, "policy:CMP0017", true], [578, "policy:CMP0018", true], [579, "policy:CMP0019", true], [580, "policy:CMP0020", true], [581, "policy:CMP0021", true], [582, "policy:CMP0022", true], [583, "policy:CMP0023", true], [584, "policy:CMP0024", true], [585, "policy:CMP0025", true], [586, "policy:CMP0026", true], [587, "policy:CMP0027", true], [588, "policy:CMP0028", true], [589, "policy:CMP0029", true], [590, "policy:CMP0030", true], [591, "policy:CMP0031", true], [592, "policy:CMP0032", true], [593, "policy:CMP0033", true], [594, "policy:CMP0034", true], [595, "policy:CMP0035", true], [596, "policy:CMP0036", true], [597, "policy:CMP0037", true], [598, "policy:CMP0038", true], [599, "policy:CMP0039", true], [600, "policy:CMP0040", true], [601, "policy:CMP0041", true], [602, "policy:CMP0042", true], [603, "policy:CMP0043", true], [604, "policy:CMP0044", true], [605, "policy:CMP0045", true], [606, "policy:CMP0046", true], [607, "policy:CMP0047", true], [608, "policy:CMP0048", true], [609, "policy:CMP0049", true], [610, "policy:CMP0050", true], [611, "policy:CMP0051", true], [612, "policy:CMP0052", true], [613, "index-0-policy:CMP0010", false], [613, "policy:CMP0053", true], [614, "policy:CMP0054", true], [615, "policy:CMP0055", true], [616, "policy:CMP0056", true], [617, "policy:CMP0057", true], [618, "policy:CMP0058", true], [619, "policy:CMP0059", true], [620, "index-0-policy:CMP0003", false], [620, "index-1-policy:CMP0003", false], [620, "policy:CMP0060", true], [621, "policy:CMP0061", true], [622, "policy:CMP0062", true], [623, "policy:CMP0063", true], [624, "policy:CMP0064", true], [625, "policy:CMP0065", true], [626, "policy:CMP0066", true], [627, "policy:CMP0067", true], [628, "policy:CMP0068", true], [629, "policy:CMP0069", true], [630, "policy:CMP0070", true], [631, "policy:CMP0071", true], [632, "policy:CMP0072", true], [633, "index-0-policy:CMP0033", false], [633, "policy:CMP0073", true], [634, "policy:CMP0074", true], [635, "policy:CMP0075", true], [636, "policy:CMP0076", true], [637, "index-0-policy:CMP0126", false], [637, "policy:CMP0077", true], [638, "policy:CMP0078", true], [639, "policy:CMP0079", true], [640, "policy:CMP0080", true], [641, "policy:CMP0081", true], [642, "policy:CMP0082", true], [643, "policy:CMP0083", true], [644, "policy:CMP0084", true], [645, "policy:CMP0085", true], [646, "policy:CMP0086", true], [647, "policy:CMP0087", true], [648, "policy:CMP0088", true], [649, "policy:CMP0089", true], [650, "policy:CMP0090", true], [651, "policy:CMP0091", true], [652, "policy:CMP0092", true], [653, "policy:CMP0093", true], [654, "policy:CMP0094", true], [655, "policy:CMP0095", true], [656, "index-0-policy:CMP0048", false], [656, "policy:CMP0096", true], [657, "policy:CMP0097", true], [658, "policy:CMP0098", true], [659, "index-0-policy:CMP0166", false], [659, "policy:CMP0099", true], [660, "policy:CMP0100", true], [661, "policy:CMP0101", true], [662, "policy:CMP0102", true], [663, "policy:CMP0103", true], [664, "policy:CMP0104", true], [665, "policy:CMP0105", true], [666, "policy:CMP0106", true], [667, "policy:CMP0107", true], [668, "policy:CMP0108", true], [669, "policy:CMP0109", true], [670, "policy:CMP0110", true], [671, "policy:CMP0111", true], [672, "policy:CMP0112", true], [673, "policy:CMP0113", true], [674, "index-0-policy:CMP0113", false], [674, "policy:CMP0114", true], [675, "policy:CMP0115", true], [676, "policy:CMP0116", true], [677, "policy:CMP0117", true], [678, "index-0-policy:CMP0163", false], [678, "policy:CMP0118", true], [679, "policy:CMP0119", true], [680, "policy:CMP0120", true], [681, "policy:CMP0121", true], [682, "policy:CMP0122", true], [683, "policy:CMP0123", true], [684, "policy:CMP0124", true], [685, "index-0-policy:CMP0126", false], [685, "policy:CMP0125", true], [686, "index-0-policy:CMP0077", false], [686, "index-1-policy:CMP0077", false], [686, "policy:CMP0126", true], [687, "policy:CMP0127", true], [688, "policy:CMP0128", true], [689, "policy:CMP0129", true], [690, "policy:CMP0130", true], [691, "policy:CMP0131", true], [692, "policy:CMP0132", true], [693, "policy:CMP0133", true], [694, "policy:CMP0134", true], [695, "policy:CMP0135", true], [696, "policy:CMP0136", true], [697, "policy:CMP0137", true], [698, "policy:CMP0138", true], [699, "policy:CMP0139", true], [700, "policy:CMP0140", true], [701, "policy:CMP0141", true], [702, "policy:CMP0142", true], [703, "policy:CMP0143", true], [704, "index-0-policy:CMP0074", false], [704, "policy:CMP0144", true], [705, "policy:CMP0145", true], [706, "policy:CMP0146", true], [707, "policy:CMP0147", true], [708, "policy:CMP0148", true], [709, "policy:CMP0149", true], [710, "policy:CMP0150", true], [711, "policy:CMP0151", true], [712, "policy:CMP0152", true], [713, "policy:CMP0153", true], [714, "policy:CMP0154", true], [715, "policy:CMP0155", true], [716, "index-0-policy:CMP0179", false], [716, "policy:CMP0156", true], [717, "policy:CMP0157", true], [718, "policy:CMP0158", true], [719, "policy:CMP0159", true], [720, "policy:CMP0160", true], [721, "policy:CMP0161", true], [722, "policy:CMP0162", true], [723, "index-0-policy:CMP0118", false], [723, "index-1-policy:CMP0118", false], [723, "policy:CMP0163", true], [724, "policy:CMP0164", true], [725, "policy:CMP0165", true], [726, "index-0-policy:CMP0099", false], [726, "policy:CMP0166", true], [727, "policy:CMP0167", true], [728, "policy:CMP0168", true], [729, "policy:CMP0169", true], [730, "policy:CMP0170", true], [731, "policy:CMP0171", true], [732, "policy:CMP0172", true], [733, "policy:CMP0173", true], [734, "policy:CMP0174", true], [735, "policy:CMP0175", true], [736, "policy:CMP0176", true], [737, "policy:CMP0177", true], [738, "policy:CMP0178", true], [739, "index-0-policy:CMP0156", false], [739, "index-1-policy:CMP0156", false], [739, "policy:CMP0179", true], [740, "index-0-policy:CMP0169", false], [740, "policy:CMP0180", true], [755, "index-0-policy:CMP0043", false], [757, "index-0-policy:CMP0059", false], [784, "index-0-policy:CMP0002", false], [824, "index-0-policy:CMP0143", false], [836, "index-0-policy:CMP0043", false], [843, "index-0-policy:CMP0118", false], [843, "index-0-policy:CMP0163", false], [848, "index-0-policy:CMP0119", false], [946, "index-0-policy:CMP0071", false], [947, "index-0-policy:CMP0151", false], [965, "index-0-policy:CMP0068", false], [966, "index-0-policy:CMP0068", false], [975, "index-0-policy:CMP0043", false], [987, "index-0-policy:CMP0104", false], [989, "index-0-policy:CMP0128", false], [998, "index-0-policy:CMP0128", false], [1008, "index-0-policy:CMP0128", false], [1051, "index-0-policy:CMP0128", false], [1088, "index-0-policy:CMP0042", false], [1088, "index-0-policy:CMP0068", false], [1090, "index-0-policy:CMP0095", false], [1103, "index-0-policy:CMP0022", false], [1103, "index-1-policy:CMP0022", false], [1111, "index-0-policy:CMP0069", false], [1126, "index-0-policy:CMP0128", false], [1131, "index-0-policy:CMP0063", false], [1143, "index-0-policy:CMP0022", false], [1144, "index-0-policy:CMP0022", false], [1147, "index-0-policy:CMP0022", false], [1147, "index-0-policy:CMP0131", false], [1148, "index-0-policy:CMP0028", false], [1149, "index-0-policy:CMP0156", false], [1149, "index-0-policy:CMP0179", false], [1152, "index-0-policy:CMP0105", false], [1152, "index-1-policy:CMP0105", false], [1163, "index-0-policy:CMP0042", false], [1166, "index-0-policy:CMP0141", false], [1167, "index-0-policy:CMP0091", false], [1171, "index-0-policy:CMP0128", false], [1174, "index-0-policy:CMP0128", false], [1188, "index-0-policy:CMP0083", false], [1206, "index-0-policy:CMP0115", false], [1206, "index-0-policy:CMP0118", false], [1206, "index-0-policy:CMP0163", false], [1214, "index-0-policy:CMP0157", false], [1231, "index-0-policy:CMP0063", false], [1270, "index-0-policy:CMP0162", false], [1275, "index-0-policy:CMP0136", false], [1317, "index-0-policy:CMP0024", false], [1317, "index-0-policy:CMP0025", false], [1317, "index-0-policy:CMP0026", false], [1317, "index-0-policy:CMP0027", false], [1317, "index-0-policy:CMP0028", false], [1317, "index-0-policy:CMP0029", false], [1317, "index-0-policy:CMP0030", false], [1317, "index-0-policy:CMP0031", false], [1317, "index-0-policy:CMP0032", false], [1317, "index-0-policy:CMP0033", false], [1317, "index-0-policy:CMP0034", false], [1317, "index-0-policy:CMP0035", false], [1317, "index-0-policy:CMP0036", false], [1317, "index-0-policy:CMP0037", false], [1317, "index-0-policy:CMP0038", false], [1317, "index-0-policy:CMP0039", false], [1317, "index-0-policy:CMP0040", false], [1317, "index-0-policy:CMP0041", false], [1317, "index-0-policy:CMP0042", false], [1317, "index-0-policy:CMP0043", false], [1317, "index-0-policy:CMP0044", false], [1317, "index-0-policy:CMP0045", false], [1317, "index-0-policy:CMP0046", false], [1317, "index-0-policy:CMP0047", false], [1317, "index-0-policy:CMP0048", false], [1317, "index-0-policy:CMP0049", false], [1317, "index-0-policy:CMP0050", false], [1318, "index-0-policy:CMP0051", false], [1318, "index-0-policy:CMP0052", false], [1318, "index-0-policy:CMP0053", false], [1318, "index-0-policy:CMP0054", false], [1319, "index-0-policy:CMP0070", false], [1319, "index-0-policy:CMP0071", false], [1320, "index-0-policy:CMP0037", false], [1320, "index-0-policy:CMP0071", false], [1320, "index-0-policy:CMP0072", false], [1321, "index-0-policy:CMP0073", false], [1321, "index-0-policy:CMP0074", false], [1321, "index-0-policy:CMP0075", false], [1321, "index-1-policy:CMP0075", false], [1321, "index-2-policy:CMP0075", false], [1322, "index-0-policy:CMP0076", false], [1322, "index-0-policy:CMP0077", false], [1322, "index-0-policy:CMP0078", false], [1322, "index-0-policy:CMP0079", false], [1322, "index-0-policy:CMP0080", false], [1322, "index-0-policy:CMP0081", false], [1322, "index-1-policy:CMP0079", false], [1323, "index-0-policy:CMP0079", false], [1323, "index-0-policy:CMP0082", false], [1323, "index-0-policy:CMP0083", false], [1323, "index-0-policy:CMP0084", false], [1323, "index-0-policy:CMP0085", false], [1323, "index-0-policy:CMP0086", false], [1323, "index-0-policy:CMP0087", false], [1323, "index-0-policy:CMP0088", false], [1323, "index-1-policy:CMP0088", false], [1324, "index-0-policy:CMP0089", false], [1324, "index-0-policy:CMP0090", false], [1324, "index-0-policy:CMP0091", false], [1324, "index-0-policy:CMP0092", false], [1324, "index-0-policy:CMP0093", false], [1324, "index-0-policy:CMP0094", false], [1325, "index-0-policy:CMP0095", false], [1325, "index-0-policy:CMP0096", false], [1325, "index-0-policy:CMP0097", false], [1326, "index-0-policy:CMP0098", false], [1326, "index-0-policy:CMP0099", false], [1326, "index-0-policy:CMP0100", false], [1326, "index-0-policy:CMP0101", false], [1327, "index-0-policy:CMP0103", false], [1327, "index-0-policy:CMP0104", false], [1327, "index-0-policy:CMP0105", false], [1327, "index-0-policy:CMP0106", false], [1327, "index-0-policy:CMP0107", false], [1327, "index-0-policy:CMP0108", false], [1327, "index-1-policy:CMP0104", false], [1328, "index-0-policy:CMP0109", false], [1328, "index-0-policy:CMP0110", false], [1328, "index-0-policy:CMP0111", false], [1328, "index-0-policy:CMP0112", false], [1328, "index-0-policy:CMP0113", false], [1328, "index-0-policy:CMP0114", false], [1329, "index-0-policy:CMP0055", false], [1329, "index-0-policy:CMP0056", false], [1330, "index-0-policy:CMP0115", false], [1330, "index-0-policy:CMP0116", false], [1330, "index-0-policy:CMP0117", false], [1330, "index-0-policy:CMP0118", false], [1330, "index-0-policy:CMP0119", false], [1330, "index-0-policy:CMP0120", false], [1331, "index-0-policy:CMP0121", false], [1331, "index-0-policy:CMP0122", false], [1331, "index-0-policy:CMP0123", false], [1331, "index-0-policy:CMP0124", false], [1331, "index-0-policy:CMP0125", false], [1331, "index-0-policy:CMP0126", false], [1332, "index-0-policy:CMP0127", false], [1332, "index-0-policy:CMP0128", false], [1332, "index-1-policy:CMP0128", false], [1332, "index-2-policy:CMP0128", false], [1333, "index-0-policy:CMP0104", false], [1333, "index-0-policy:CMP0105", false], [1333, "index-0-policy:CMP0129", false], [1334, "index-0-policy:CMP0130", false], [1334, "index-0-policy:CMP0131", false], [1334, "index-0-policy:CMP0132", false], [1334, "index-0-policy:CMP0133", false], [1334, "index-0-policy:CMP0135", false], [1334, "index-0-policy:CMP0136", false], [1334, "index-0-policy:CMP0137", false], [1334, "index-0-policy:CMP0138", false], [1334, "index-0-policy:CMP0139", false], [1335, "index-0-policy:CMP0140", false], [1335, "index-0-policy:CMP0141", false], [1335, "index-0-policy:CMP0142", false], [1336, "index-0-policy:CMP0143", false], [1337, "index-0-policy:CMP0144", false], [1337, "index-0-policy:CMP0145", false], [1337, "index-0-policy:CMP0146", false], [1337, "index-0-policy:CMP0147", false], [1337, "index-0-policy:CMP0148", false], [1337, "index-0-policy:CMP0149", false], [1337, "index-0-policy:CMP0150", false], [1337, "index-1-policy:CMP0149", false], [1338, "index-0-policy:CMP0153", false], [1338, "index-0-policy:CMP0154", false], [1339, "index-0-policy:CMP0156", false], [1339, "index-0-policy:CMP0158", false], [1339, "index-0-policy:CMP0161", false], [1340, "index-0-policy:CMP0058", false], [1340, "index-0-policy:CMP0059", false], [1340, "index-0-policy:CMP0060", false], [1340, "index-0-policy:CMP0061", false], [1340, "index-0-policy:CMP0062", false], [1340, "index-0-policy:CMP0063", false], [1341, "index-0-policy:CMP0118", false], [1341, "index-0-policy:CMP0162", false], [1341, "index-0-policy:CMP0163", false], [1341, "index-0-policy:CMP0164", false], [1341, "index-0-policy:CMP0165", false], [1341, "index-0-policy:CMP0166", false], [1341, "index-0-policy:CMP0167", false], [1341, "index-0-policy:CMP0168", false], [1341, "index-0-policy:CMP0169", false], [1341, "index-0-policy:CMP0170", false], [1341, "index-1-policy:CMP0169", false], [1342, "index-0-policy:CMP0156", false], [1342, "index-0-policy:CMP0171", false], [1342, "index-0-policy:CMP0172", false], [1342, "index-0-policy:CMP0173", false], [1342, "index-0-policy:CMP0174", false], [1342, "index-0-policy:CMP0176", false], [1342, "index-0-policy:CMP0177", false], [1342, "index-0-policy:CMP0178", false], [1342, "index-0-policy:CMP0179", false], [1342, "index-0-policy:CMP0180", false], [1342, "index-1-policy:CMP0171", false], [1343, "index-0-policy:CMP0064", false], [1343, "index-0-policy:CMP0065", false], [1346, "index-0-policy:CMP0066", false], [1347, "index-0-policy:CMP0067", false], [1348, "index-0-policy:CMP0068", false], [1348, "index-0-policy:CMP0069", false], [1417, "index-0-policy:CMP0001", false], [1453, "index-0-policy:CMP0104", false], [1517, "index-0-policy:CMP0090", false], [1517, "index-1-policy:CMP0090", false], [1518, "index-0-policy:CMP0090", false], [1518, "index-1-policy:CMP0090", false], [1655, "index-0-policy:CMP0128", false], [1673, "index-0-policy:CMP0060", false], [1756, "index-0-policy:CMP0141", false], [1757, "index-0-policy:CMP0091", false], [1772, "index-0-policy:CMP0126", false], [1773, "index-0-policy:CMP0126", false], [1774, "index-0-policy:CMP0126", false], [1783, "index-0-policy:CMP0025", false], [1783, "index-0-policy:CMP0047", false], [1783, "index-0-policy:CMP0056", false], [1783, "index-0-policy:CMP0060", false], [1783, "index-0-policy:CMP0065", false], [1783, "index-0-policy:CMP0066", false], [1783, "index-0-policy:CMP0067", false], [1783, "index-0-policy:CMP0082", false], [1783, "index-0-policy:CMP0089", false], [1783, "index-0-policy:CMP0102", false], [1783, "index-0-policy:CMP0112", false], [1783, "index-0-policy:CMP0116", false], [1783, "index-0-policy:CMP0126", false], [1783, "index-0-policy:CMP0128", false], [1783, "index-0-policy:CMP0129", false], [1783, "index-0-policy:CMP0133", false], [1783, "index-0-policy:CMP0172", false], [1850, "index-0-policy:CMP0157", false], [1861, "index-0-policy:CMP0137", false], [1862, "index-0-policy:CMP0137", false], [1907, "index-0-policy:CMP0162", false], [1910, "index-0-policy:CMP0149", false], [1910, "index-1-policy:CMP0149", false], [1915, "index-0-policy:CMP0136", false], [2037, "index-0-policy:CMP0053", false], [2079, "index-0-policy:CMP0074", false], [2079, "index-0-policy:CMP0144", false]], "position_independent_code": [[7, "index-0-prop_tgt:POSITION_INDEPENDENT_CODE", false], [260, "index-0-prop_tgt:POSITION_INDEPENDENT_CODE", false], [266, "index-0-prop_tgt:POSITION_INDEPENDENT_CODE", false], [266, "index-1-prop_tgt:POSITION_INDEPENDENT_CODE", false], [266, "index-2-prop_tgt:POSITION_INDEPENDENT_CODE", false], [266, "index-3-prop_tgt:POSITION_INDEPENDENT_CODE", false], [266, "index-4-prop_tgt:POSITION_INDEPENDENT_CODE", false], [266, "index-5-prop_tgt:POSITION_INDEPENDENT_CODE", false], [285, "index-0-prop_tgt:POSITION_INDEPENDENT_CODE", false], [356, "index-0-prop_tgt:POSITION_INDEPENDENT_CODE", false], [578, "index-0-prop_tgt:POSITION_INDEPENDENT_CODE", false], [578, "index-1-prop_tgt:POSITION_INDEPENDENT_CODE", false], [578, "index-2-prop_tgt:POSITION_INDEPENDENT_CODE", false], [643, "index-0-prop_tgt:POSITION_INDEPENDENT_CODE", false], [643, "index-1-prop_tgt:POSITION_INDEPENDENT_CODE", false], [643, "index-2-prop_tgt:POSITION_INDEPENDENT_CODE", false], [1107, "index-0-prop_tgt:POSITION_INDEPENDENT_CODE", false], [1107, "index-1-prop_tgt:POSITION_INDEPENDENT_CODE", false], [1107, "index-2-prop_tgt:POSITION_INDEPENDENT_CODE", false], [1107, "index-3-prop_tgt:POSITION_INDEPENDENT_CODE", false], [1188, "prop_tgt:POSITION_INDEPENDENT_CODE", true], [1323, "index-0-prop_tgt:POSITION_INDEPENDENT_CODE", false], [1323, "index-1-prop_tgt:POSITION_INDEPENDENT_CODE", false], [1484, "index-0-prop_tgt:POSITION_INDEPENDENT_CODE", false], [1784, "index-0-prop_tgt:POSITION_INDEPENDENT_CODE", false], [1784, "index-1-prop_tgt:POSITION_INDEPENDENT_CODE", false]], "post_install_script": [[77, "index-0-prop_tgt:POST_INSTALL_SCRIPT", false], [1189, "prop_tgt:POST_INSTALL_SCRIPT", true], [1193, "index-0-prop_tgt:POST_INSTALL_SCRIPT", false]], "pre_install_script": [[77, "index-0-prop_tgt:PRE_INSTALL_SCRIPT", false], [1189, "index-0-prop_tgt:PRE_INSTALL_SCRIPT", false], [1193, "prop_tgt:PRE_INSTALL_SCRIPT", true]], "precompile_headers": [[118, "index-0-prop_tgt:PRECOMPILE_HEADERS", false], [118, "index-1-prop_tgt:PRECOMPILE_HEADERS", false], [118, "index-2-prop_tgt:PRECOMPILE_HEADERS", false], [266, "index-0-prop_tgt:PRECOMPILE_HEADERS", false], [266, "index-1-prop_tgt:PRECOMPILE_HEADERS", false], [273, "index-0-prop_tgt:PRECOMPILE_HEADERS", false], [858, "index-0-prop_tgt:PRECOMPILE_HEADERS", false], [858, "index-1-prop_tgt:PRECOMPILE_HEADERS", false], [1016, "index-0-prop_tgt:PRECOMPILE_HEADERS", false], [1190, "prop_tgt:PRECOMPILE_HEADERS", true], [1325, "index-0-prop_tgt:PRECOMPILE_HEADERS", false]], "precompile_headers_reuse_from": [[118, "index-0-prop_tgt:PRECOMPILE_HEADERS_REUSE_FROM", false], [1191, "prop_tgt:PRECOMPILE_HEADERS_REUSE_FROM", true]], "predefined_targets_folder": [[814, "prop_gbl:PREDEFINED_TARGETS_FOLDER", true]], "prefix": [[266, "index-0-prop_tgt:PREFIX", false], [274, "index-0-prop_tgt:PREFIX", false], [274, "index-1-prop_tgt:PREFIX", false], [274, "index-2-prop_tgt:PREFIX", false], [1085, "index-0-prop_tgt:PREFIX", false], [1192, "prop_tgt:PREFIX", true]], "print_disabled_features": [[369, "command:print_disabled_features", true], [1347, "index-0-command:print_disabled_features", false]], "print_enabled_features": [[369, "command:print_enabled_features", true], [1347, "index-0-command:print_enabled_features", false]], "private_header": [[7, "index-0-prop_tgt:PRIVATE_HEADER", false], [77, "index-0-prop_tgt:PRIVATE_HEADER", false], [77, "index-1-prop_tgt:PRIVATE_HEADER", false], [850, "index-0-prop_tgt:PRIVATE_HEADER", false], [1194, "prop_tgt:PRIVATE_HEADER", true], [1324, "index-0-prop_tgt:PRIVATE_HEADER", false]], "processor_affinity": [[901, "index-0-prop_test:PROCESSOR_AFFINITY", false], [902, "prop_test:PROCESSOR_AFFINITY", true], [1321, "index-0-prop_test:PROCESSOR_AFFINITY", false]], "processorcount": [[27, "index-0-module:ProcessorCount", false], [541, "module:ProcessorCount", true]], "processors": [[290, "index-0-prop_test:PROCESSORS", false], [290, "index-1-prop_test:PROCESSORS", false], [290, "index-2-prop_test:PROCESSORS", false], [290, "index-3-prop_test:PROCESSORS", false], [901, "prop_test:PROCESSORS", true], [902, "index-0-prop_test:PROCESSORS", false]], "project": [[18, "index-0-command:project", false], [19, "index-0-command:project", false], [43, "index-0-command:project", false], [43, "index-1-command:project", false], [43, "index-2-command:project", false], [57, "index-0-command:project", false], [57, "index-1-command:project", false], [57, "index-2-command:project", false], [93, "command:project", true], [135, "index-0-command:project", false], [220, "index-0-command:project", false], [221, "index-0-command:project", false], [231, "index-0-command:project", false], [246, "index-0-command:project", false], [248, "index-0-command:project", false], [248, "index-1-command:project", false], [249, "index-0-command:project", false], [249, "index-1-command:project", false], [249, "index-2-command:project", false], [249, "index-3-command:project", false], [249, "index-4-command:project", false], [263, "index-0-command:project", false], [273, "index-0-command:project", false], [273, "index-1-command:project", false], [273, "index-2-command:project", false], [285, "index-0-command:project", false], [285, "index-1-command:project", false], [285, "index-2-command:project", false], [285, "index-3-command:project", false], [310, "index-0-command:project", false], [310, "index-1-command:project", false], [310, "index-2-command:project", false], [310, "index-3-command:project", false], [310, "index-4-command:project", false], [347, "index-0-command:project", false], [370, "index-0-command:project", false], [370, "index-1-command:project", false], [382, "index-0-command:project", false], [585, "index-0-command:project", false], [607, "index-0-command:project", false], [608, "index-0-command:project", false], [608, "index-1-command:project", false], [608, "index-2-command:project", false], [608, "index-3-command:project", false], [608, "index-4-command:project", false], [649, "index-0-command:project", false], [651, "index-0-command:project", false], [652, "index-0-command:project", false], [656, "index-0-command:project", false], [656, "index-1-command:project", false], [677, "index-0-command:project", false], [689, "index-0-command:project", false], [696, "index-0-command:project", false], [701, "index-0-command:project", false], [706, "index-0-command:project", false], [709, "index-0-command:project", false], [717, "index-0-command:project", false], [725, "index-0-command:project", false], [725, "index-1-command:project", false], [725, "index-2-command:project", false], [725, "index-3-command:project", false], [725, "index-4-command:project", false], [740, "index-0-command:project", false], [740, "index-1-command:project", false], [740, "index-2-command:project", false], [740, "index-3-command:project", false], [740, "index-4-command:project", false], [758, "index-0-command:project", false], [781, "index-0-command:project", false], [782, "index-0-command:project", false], [783, "index-0-command:project", false], [783, "index-1-command:project", false], [1043, "index-0-command:project", false], [1166, "index-0-command:project", false], [1167, "index-0-command:project", false], [1214, "index-0-command:project", false], [1275, "index-0-command:project", false], [1281, "index-0-command:project", false], [1281, "index-1-command:project", false], [1281, "index-2-command:project", false], [1317, "index-0-command:project", false], [1317, "index-1-command:project", false], [1320, "index-0-command:project", false], [1321, "index-0-command:project", false], [1323, "index-0-command:project", false], [1324, "index-0-command:project", false], [1325, "index-0-command:project", false], [1325, "index-1-command:project", false], [1328, "index-0-command:project", false], [1331, "index-0-command:project", false], [1331, "index-1-command:project", false], [1331, "index-2-command:project", false], [1334, "index-0-command:project", false], [1336, "index-0-command:project", false], [1341, "index-0-command:project", false], [1341, "index-1-command:project", false], [1341, "index-2-command:project", false], [1341, "index-3-command:project", false], [1341, "index-4-command:project", false], [1341, "index-5-command:project", false], [1341, "index-6-command:project", false], [1341, "index-7-command:project", false], [1341, "index-8-command:project", false], [1342, "index-0-command:project", false], [1343, "index-0-command:project", false], [1347, "index-0-command:project", false], [1347, "index-1-command:project", false], [1348, "index-0-command:project", false], [1422, "index-0-command:project", false], [1445, "index-0-command:project", false], [1527, "index-0-command:project", false], [1602, "index-0-command:project", false], [1641, "index-0-command:project", false], [1668, "index-0-command:project", false], [1673, "index-0-command:project", false], [1675, "index-0-command:project", false], [1756, "index-0-command:project", false], [1757, "index-0-command:project", false], [1772, "index-0-command:project", false], [1773, "index-0-command:project", false], [1774, "index-0-command:project", false], [1787, "index-0-command:project", false], [1787, "index-1-command:project", false], [1787, "index-2-command:project", false], [1787, "index-3-command:project", false], [1788, "index-0-command:project", false], [1788, "index-1-command:project", false], [1788, "index-2-command:project", false], [1788, "index-3-command:project", false], [1789, "index-0-command:project", false], [1789, "index-1-command:project", false], [1790, "index-0-command:project", false], [1790, "index-1-command:project", false], [1791, "index-0-command:project", false], [1791, "index-1-command:project", false], [1791, "index-2-command:project", false], [1791, "index-3-command:project", false], [1792, "index-0-command:project", false], [1792, "index-1-command:project", false], [1793, "index-0-command:project", false], [1793, "index-1-command:project", false], [1794, "index-0-command:project", false], [1794, "index-1-command:project", false], [1795, "index-0-command:project", false], [1795, "index-1-command:project", false], [1795, "index-2-command:project", false], [1795, "index-3-command:project", false], [1796, "index-0-command:project", false], [1796, "index-1-command:project", false], [1797, "index-0-command:project", false], [1797, "index-1-command:project", false], [1798, "index-0-command:project", false], [1798, "index-1-command:project", false], [1799, "index-0-command:project", false], [1799, "index-1-command:project", false], [1846, "index-0-command:project", false], [1850, "index-0-command:project", false], [1868, "index-0-command:project", false], [1871, "index-0-command:project", false], [1915, "index-0-command:project", false], [1922, "index-0-command:project", false], [2054, "index-0-command:project", false], [2058, "index-0-command:project", false], [2059, "index-0-command:project", false], [2060, "index-0-command:project", false], [2061, "index-0-command:project", false], [2061, "index-1-command:project", false], [2061, "index-2-command:project", false], [2061, "index-3-command:project", false], [2061, "index-4-command:project", false], [2062, "index-0-command:project", false], [2063, "index-0-command:project", false], [2064, "index-0-command:project", false], [2065, "index-0-command:project", false], [2066, "index-0-command:project", false], [2067, "index-0-command:project", false], [2068, "index-0-command:project", false], [2069, "index-0-command:project", false], [2070, "index-0-command:project", false], [2071, "index-0-command:project", false], [2071, "index-1-command:project", false], [2071, "index-2-command:project", false], [2071, "index-3-command:project", false], [2071, "index-4-command:project", false], [2072, "index-0-command:project", false], [2073, "index-0-command:project", false], [2073, "index-1-command:project", false], [2074, "index-0-command:project", false], [2075, "index-0-command:project", false], [2076, "index-0-command:project", false], [2077, "index-0-command:project", false], [2078, "index-0-command:project", false]], "project_binary_dir": [[93, "index-0-variable:PROJECT_BINARY_DIR", false], [257, "index-0-variable:PROJECT_BINARY_DIR", false], [290, "index-0-variable:PROJECT_BINARY_DIR", false], [2068, "variable:PROJECT_BINARY_DIR", true]], "project_description": [[93, "index-0-variable:PROJECT_DESCRIPTION", false], [135, "index-0-variable:PROJECT_DESCRIPTION", false], [394, "index-0-variable:PROJECT_DESCRIPTION", false], [1348, "index-0-variable:PROJECT_DESCRIPTION", false], [1787, "index-0-variable:PROJECT_DESCRIPTION", false], [2069, "variable:PROJECT_DESCRIPTION", true]], "project_homepage_url": [[93, "index-0-variable:PROJECT_HOMEPAGE_URL", false], [1321, "index-0-variable:PROJECT_HOMEPAGE_URL", false], [1788, "index-0-variable:PROJECT_HOMEPAGE_URL", false], [2070, "variable:PROJECT_HOMEPAGE_URL", true]], "project_is_top_level": [[93, "index-0-variable:PROJECT_IS_TOP_LEVEL", false], [1331, "index-0-variable:PROJECT_IS_TOP_LEVEL", false], [2061, "index-0-variable:PROJECT_IS_TOP_LEVEL", false], [2071, "variable:PROJECT_IS_TOP_LEVEL", true]], "project_label": [[1195, "prop_tgt:PROJECT_LABEL", true]], "project_name": [[93, "index-0-variable:PROJECT_NAME", false], [394, "index-0-variable:PROJECT_NAME", false], [608, "index-0-variable:PROJECT_NAME", false], [1791, "index-0-variable:PROJECT_NAME", false], [2072, "variable:PROJECT_NAME", true]], "project_source_dir": [[93, "index-0-variable:PROJECT_SOURCE_DIR", false], [256, "index-0-variable:PROJECT_SOURCE_DIR", false], [290, "index-0-variable:PROJECT_SOURCE_DIR", false], [290, "index-1-variable:PROJECT_SOURCE_DIR", false], [2073, "variable:PROJECT_SOURCE_DIR", true]], "project_version": [[93, "index-0-variable:PROJECT_VERSION", false], [304, "index-0-variable:PROJECT_VERSION", false], [394, "index-0-variable:PROJECT_VERSION", false], [608, "index-0-variable:PROJECT_VERSION", false], [1795, "index-0-variable:PROJECT_VERSION", false], [2074, "variable:PROJECT_VERSION", true], [2075, "index-0-variable:PROJECT_VERSION", false], [2076, "index-0-variable:PROJECT_VERSION", false], [2077, "index-0-variable:PROJECT_VERSION", false], [2078, "index-0-variable:PROJECT_VERSION", false]], "project_version_major": [[93, "index-0-variable:PROJECT_VERSION_MAJOR", false], [2074, "index-0-variable:PROJECT_VERSION_MAJOR", false], [2075, "variable:PROJECT_VERSION_MAJOR", true]], "project_version_minor": [[93, "index-0-variable:PROJECT_VERSION_MINOR", false], [2074, "index-0-variable:PROJECT_VERSION_MINOR", false], [2076, "variable:PROJECT_VERSION_MINOR", true]], "project_version_patch": [[93, "index-0-variable:PROJECT_VERSION_PATCH", false], [2074, "index-0-variable:PROJECT_VERSION_PATCH", false], [2077, "variable:PROJECT_VERSION_PATCH", true]], "project_version_tweak": [[93, "index-0-variable:PROJECT_VERSION_TWEAK", false], [2074, "index-0-variable:PROJECT_VERSION_TWEAK", false], [2078, "variable:PROJECT_VERSION_TWEAK", true]], "propagate_top_level_includes_to_try_compile": [[18, "index-0-prop_gbl:PROPAGATE_TOP_LEVEL_INCLUDES_TO_TRY_COMPILE", false], [120, "index-0-prop_gbl:PROPAGATE_TOP_LEVEL_INCLUDES_TO_TRY_COMPILE", false], [120, "index-1-prop_gbl:PROPAGATE_TOP_LEVEL_INCLUDES_TO_TRY_COMPILE", false], [815, "prop_gbl:PROPAGATE_TOP_LEVEL_INCLUDES_TO_TRY_COMPILE", true], [1341, "index-0-prop_gbl:PROPAGATE_TOP_LEVEL_INCLUDES_TO_TRY_COMPILE", false], [1794, "index-0-prop_gbl:PROPAGATE_TOP_LEVEL_INCLUDES_TO_TRY_COMPILE", false]], "protobuf_generate": [[472, "command:protobuf_generate", true]], "protobuf_generate_cpp": [[472, "command:protobuf_generate_cpp", true], [1319, "index-0-command:protobuf_generate_cpp", false], [1348, "index-0-command:protobuf_generate_cpp", false]], "protobuf_generate_python": [[472, "command:protobuf_generate_python", true], [1343, "index-0-command:protobuf_generate_python", false]], "public_header": [[7, "index-0-prop_tgt:PUBLIC_HEADER", false], [77, "index-0-prop_tgt:PUBLIC_HEADER", false], [77, "index-1-prop_tgt:PUBLIC_HEADER", false], [77, "index-2-prop_tgt:PUBLIC_HEADER", false], [850, "index-0-prop_tgt:PUBLIC_HEADER", false], [1196, "prop_tgt:PUBLIC_HEADER", true], [1324, "index-0-prop_tgt:PUBLIC_HEADER", false]], "python enhancement proposals": [[473, "index-0", false], [475, "index-0", false]], "qt_wrap_cpp": [[94, "command:qt_wrap_cpp", true]], "qt_wrap_ui": [[95, "command:qt_wrap_ui", true]], "qtifwdir": [[136, "envvar:QTIFWDIR", true], [136, "variable:QTIFWDIR", true]], "quote": [[274, "genex:QUOTE", true], [1341, "index-0-genex:QUOTE", false]], "rc": [[213, "envvar:RC", true]], "rcflags": [[214, "envvar:RCFLAGS", true]], "remove": [[96, "command:remove", true], [287, "cmdoption-cmake-E-arg-remove", false]], "remove_definitions": [[97, "command:remove_definitions", true]], "remove_directory": [[287, "cmdoption-cmake-E-arg-remove_directory", false]], "remove_duplicates": [[274, "genex:REMOVE_DUPLICATES", true], [274, "index-0-genex:REMOVE_DUPLICATES", false], [1324, "index-0-genex:REMOVE_DUPLICATES", false]], "rename": [[287, "cmdoption-cmake-E-arg-rename", false]], "report_undefined_properties": [[816, "prop_gbl:REPORT_UNDEFINED_PROPERTIES", true]], "required_files": [[903, "prop_test:REQUIRED_FILES", true], [1317, "index-0-prop_test:REQUIRED_FILES", false]], "resource": [[77, "index-0-prop_tgt:RESOURCE", false], [850, "index-0-prop_tgt:RESOURCE", false], [850, "index-1-prop_tgt:RESOURCE", false], [1197, "prop_tgt:RESOURCE", true]], "resource_groups": [[290, "index-0-prop_test:RESOURCE_GROUPS", false], [290, "index-1-prop_test:RESOURCE_GROUPS", false], [290, "index-2-prop_test:RESOURCE_GROUPS", false], [290, "index-3-prop_test:RESOURCE_GROUPS", false], [290, "index-4-prop_test:RESOURCE_GROUPS", false], [290, "index-5-prop_test:RESOURCE_GROUPS", false], [904, "prop_test:RESOURCE_GROUPS", true], [905, "index-0-prop_test:RESOURCE_GROUPS", false], [905, "index-1-prop_test:RESOURCE_GROUPS", false], [905, "index-2-prop_test:RESOURCE_GROUPS", false]], "resource_lock": [[895, "index-0-prop_test:RESOURCE_LOCK", false], [895, "index-1-prop_test:RESOURCE_LOCK", false], [895, "index-2-prop_test:RESOURCE_LOCK", false], [904, "index-0-prop_test:RESOURCE_LOCK", false], [904, "index-1-prop_test:RESOURCE_LOCK", false], [904, "index-2-prop_test:RESOURCE_LOCK", false], [905, "prop_test:RESOURCE_LOCK", true], [910, "index-0-prop_test:RESOURCE_LOCK", false]], "return": [[12, "index-0-command:return", false], [18, "index-0-command:return", false], [23, "index-0-command:return", false], [63, "index-0-command:return", false], [75, "index-0-command:return", false], [86, "index-0-command:return", false], [86, "index-1-command:return", false], [98, "command:return", true], [100, "index-0-command:return", false], [299, "index-0-command:return", false], [299, "index-1-command:return", false], [700, "index-0-command:return", false], [1335, "index-0-command:return", false]], "rm": [[287, "cmdoption-cmake-E-arg-rm", false]], "rule_launch_compile": [[771, "index-0-prop_gbl:RULE_LAUNCH_COMPILE", false], [771, "prop_dir:RULE_LAUNCH_COMPILE", true], [817, "prop_gbl:RULE_LAUNCH_COMPILE", true], [1198, "index-0-prop_gbl:RULE_LAUNCH_COMPILE", false], [1198, "prop_tgt:RULE_LAUNCH_COMPILE", true]], "rule_launch_custom": [[772, "prop_dir:RULE_LAUNCH_CUSTOM", true], [818, "prop_gbl:RULE_LAUNCH_CUSTOM", true], [1199, "prop_tgt:RULE_LAUNCH_CUSTOM", true]], "rule_launch_link": [[773, "index-0-prop_gbl:RULE_LAUNCH_LINK", false], [773, "prop_dir:RULE_LAUNCH_LINK", true], [819, "prop_gbl:RULE_LAUNCH_LINK", true], [1200, "index-0-prop_gbl:RULE_LAUNCH_LINK", false], [1200, "prop_tgt:RULE_LAUNCH_LINK", true]], "rule_messages": [[820, "prop_gbl:RULE_MESSAGES", true], [822, "index-0-prop_gbl:RULE_MESSAGES", false], [1803, "index-0-prop_gbl:RULE_MESSAGES", false]], "run_serial": [[906, "prop_test:RUN_SERIAL", true]], "runtime_output_directory": [[6, "index-0-prop_tgt:RUNTIME_OUTPUT_DIRECTORY", false], [7, "index-0-prop_tgt:RUNTIME_OUTPUT_DIRECTORY", false], [266, "index-0-prop_tgt:RUNTIME_OUTPUT_DIRECTORY", false], [1201, "prop_tgt:RUNTIME_OUTPUT_DIRECTORY", true], [1202, "index-0-prop_tgt:RUNTIME_OUTPUT_DIRECTORY", false], [1287, "index-0-prop_tgt:RUNTIME_OUTPUT_DIRECTORY", false], [1323, "index-0-prop_tgt:RUNTIME_OUTPUT_DIRECTORY", false], [1343, "index-0-prop_tgt:RUNTIME_OUTPUT_DIRECTORY", false], [1804, "index-0-prop_tgt:RUNTIME_OUTPUT_DIRECTORY", false], [2038, "index-0-prop_tgt:RUNTIME_OUTPUT_DIRECTORY", false], [2041, "index-0-prop_tgt:RUNTIME_OUTPUT_DIRECTORY", false]], "runtime_output_directory_": [[1201, "index-0-prop_tgt:RUNTIME_OUTPUT_DIRECTORY_", false], [1202, "prop_tgt:RUNTIME_OUTPUT_DIRECTORY_", true], [1805, "index-0-prop_tgt:RUNTIME_OUTPUT_DIRECTORY_", false]], "runtime_output_name": [[266, "index-0-prop_tgt:RUNTIME_OUTPUT_NAME", false], [274, "index-0-prop_tgt:RUNTIME_OUTPUT_NAME", false], [1180, "index-0-prop_tgt:RUNTIME_OUTPUT_NAME", false], [1203, "prop_tgt:RUNTIME_OUTPUT_NAME", true], [1204, "index-0-prop_tgt:RUNTIME_OUTPUT_NAME", false]], "runtime_output_name_": [[274, "index-0-prop_tgt:RUNTIME_OUTPUT_NAME_", false], [1180, "index-0-prop_tgt:RUNTIME_OUTPUT_NAME_", false], [1203, "index-0-prop_tgt:RUNTIME_OUTPUT_NAME_", false], [1204, "prop_tgt:RUNTIME_OUTPUT_NAME_", true]], "selectlibraryconfigurations": [[271, "index-0-module:SelectLibraryConfigurations", false], [271, "index-1-module:SelectLibraryConfigurations", false], [542, "module:SelectLibraryConfigurations", true]], "semicolon": [[274, "genex:SEMICOLON", true], [277, "index-0-genex:SEMICOLON", false]], "separate_arguments": [[1, "index-0-command:separate_arguments", false], [8, "index-0-command:separate_arguments", false], [66, "index-0-command:separate_arguments", false], [99, "command:separate_arguments", true], [113, "index-0-command:separate_arguments", false], [117, "index-0-command:separate_arguments", false], [978, "index-0-command:separate_arguments", false], [1060, "index-0-command:separate_arguments", false], [1152, "index-0-command:separate_arguments", false], [1211, "index-0-command:separate_arguments", false], [1328, "index-0-command:separate_arguments", false], [1348, "index-0-command:separate_arguments", false]], "set": [[12, "index-0-command:set", false], [21, "index-0-command:set", false], [63, "index-0-command:set", false], [83, "index-0-command:set", false], [83, "index-1-command:set", false], [83, "index-2-command:set", false], [83, "index-3-command:set", false], [98, "index-0-command:set", false], [100, "command:set", true], [100, "index-0-command:set", false], [122, "index-0-command:set", false], [122, "index-1-command:set", false], [249, "index-0-command:set", false], [251, "index-0-command:set", false], [254, "index-0-command:set", false], [265, "index-0-command:set", false], [265, "index-1-command:set", false], [277, "index-0-command:set", false], [277, "index-1-command:set", false], [277, "index-2-command:set", false], [277, "index-3-command:set", false], [287, "index-0-command:set", false], [287, "index-1-command:set", false], [304, "index-0-command:set", false], [368, "index-0-command:set", false], [637, "index-0-command:set", false], [686, "index-0-command:set", false], [686, "index-1-command:set", false], [745, "index-0-command:set", false], [1317, "index-0-command:set", false], [1331, "index-0-command:set", false], [1355, "index-0-command:set", false]], "set_directory_properties": [[101, "command:set_directory_properties", true], [102, "index-0-command:set_directory_properties", false], [761, "index-0-command:set_directory_properties", false], [761, "index-1-command:set_directory_properties", false]], "set_feature_info": [[369, "command:set_feature_info", true], [1347, "index-0-command:set_feature_info", false]], "set_package_info": [[369, "command:set_package_info", true], [1347, "index-0-command:set_package_info", false]], "set_package_properties": [[369, "command:set_package_properties", true], [1347, "index-0-command:set_package_properties", false]], "set_property": [[6, "index-0-command:set_property", false], [7, "index-0-command:set_property", false], [7, "index-1-command:set_property", false], [10, "index-0-command:set_property", false], [40, "index-0-command:set_property", false], [40, "index-1-command:set_property", false], [40, "index-2-command:set_property", false], [40, "index-3-command:set_property", false], [67, "index-0-command:set_property", false], [101, "index-0-command:set_property", false], [101, "index-1-command:set_property", false], [102, "command:set_property", true], [103, "index-0-command:set_property", false], [104, "index-0-command:set_property", false], [105, "index-0-command:set_property", false], [248, "index-0-command:set_property", false], [291, "index-0-command:set_property", false], [540, "index-0-command:set_property", false], [720, "index-0-command:set_property", false], [761, "index-0-command:set_property", false], [761, "index-1-command:set_property", false], [1087, "index-0-command:set_property", false], [1147, "index-0-command:set_property", false], [1211, "index-0-command:set_property", false], [1318, "index-0-command:set_property", false], [1327, "index-0-command:set_property", false], [1328, "index-0-command:set_property", false], [1330, "index-0-command:set_property", false], [1338, "index-0-command:set_property", false]], "set_source_files_properties": [[68, "index-0-command:set_source_files_properties", false], [68, "index-1-command:set_source_files_properties", false], [102, "index-0-command:set_source_files_properties", false], [103, "command:set_source_files_properties", true], [857, "index-0-command:set_source_files_properties", false], [1327, "index-0-command:set_source_files_properties", false]], "set_target_properties": [[6, "index-0-command:set_target_properties", false], [7, "index-0-command:set_target_properties", false], [69, "index-0-command:set_target_properties", false], [69, "index-1-command:set_target_properties", false], [102, "index-0-command:set_target_properties", false], [104, "command:set_target_properties", true], [132, "index-0-command:set_target_properties", false], [382, "index-0-command:set_target_properties", false], [720, "index-0-command:set_target_properties", false], [1211, "index-0-command:set_target_properties", false]], "set_tests_properties": [[10, "index-0-command:set_tests_properties", false], [102, "index-0-command:set_tests_properties", false], [105, "command:set_tests_properties", true], [257, "index-0-command:set_tests_properties", false], [1338, "index-0-command:set_tests_properties", false]], "sha1sum": [[287, "cmdoption-cmake-E-arg-sha1sum", false]], "sha224sum": [[287, "cmdoption-cmake-E-arg-sha224sum", false]], "sha256sum": [[287, "cmdoption-cmake-E-arg-sha256sum", false]], "sha384sum": [[287, "cmdoption-cmake-E-arg-sha384sum", false]], "sha512sum": [[287, "cmdoption-cmake-E-arg-sha512sum", false]], "shell_path": [[274, "genex:SHELL_PATH", true], [1324, "index-0-genex:SHELL_PATH", false]], "site_name": [[106, "command:site_name", true], [290, "index-0-command:site_name", false]], "skip_autogen": [[283, "index-0-prop_sf:SKIP_AUTOGEN", false], [283, "index-1-prop_sf:SKIP_AUTOGEN", false], [283, "index-2-prop_sf:SKIP_AUTOGEN", false], [283, "index-3-prop_sf:SKIP_AUTOGEN", false], [631, "index-0-prop_sf:SKIP_AUTOGEN", false], [660, "index-0-prop_sf:SKIP_AUTOGEN", false], [853, "prop_sf:SKIP_AUTOGEN", true], [854, "index-0-prop_sf:SKIP_AUTOGEN", false], [855, "index-0-prop_sf:SKIP_AUTOGEN", false], [856, "index-0-prop_sf:SKIP_AUTOGEN", false], [946, "index-0-prop_sf:SKIP_AUTOGEN", false], [948, "index-0-prop_sf:SKIP_AUTOGEN", false], [955, "index-0-prop_sf:SKIP_AUTOGEN", false], [958, "index-0-prop_sf:SKIP_AUTOGEN", false], [1347, "index-0-prop_sf:SKIP_AUTOGEN", false]], "skip_automoc": [[283, "index-0-prop_sf:SKIP_AUTOMOC", false], [283, "index-1-prop_sf:SKIP_AUTOMOC", false], [631, "index-0-prop_sf:SKIP_AUTOMOC", false], [660, "index-0-prop_sf:SKIP_AUTOMOC", false], [853, "index-0-prop_sf:SKIP_AUTOMOC", false], [854, "prop_sf:SKIP_AUTOMOC", true], [946, "index-0-prop_sf:SKIP_AUTOMOC", false], [948, "index-0-prop_sf:SKIP_AUTOMOC", false], [1320, "index-0-prop_sf:SKIP_AUTOMOC", false], [1347, "index-0-prop_sf:SKIP_AUTOMOC", false]], "skip_autorcc": [[283, "index-0-prop_sf:SKIP_AUTORCC", false], [853, "index-0-prop_sf:SKIP_AUTORCC", false], [855, "prop_sf:SKIP_AUTORCC", true], [955, "index-0-prop_sf:SKIP_AUTORCC", false], [1347, "index-0-prop_sf:SKIP_AUTORCC", false]], "skip_autouic": [[283, "index-0-prop_sf:SKIP_AUTOUIC", false], [283, "index-1-prop_sf:SKIP_AUTOUIC", false], [631, "index-0-prop_sf:SKIP_AUTOUIC", false], [660, "index-0-prop_sf:SKIP_AUTOUIC", false], [853, "index-0-prop_sf:SKIP_AUTOUIC", false], [856, "prop_sf:SKIP_AUTOUIC", true], [946, "index-0-prop_sf:SKIP_AUTOUIC", false], [958, "index-0-prop_sf:SKIP_AUTOUIC", false], [1320, "index-0-prop_sf:SKIP_AUTOUIC", false], [1347, "index-0-prop_sf:SKIP_AUTOUIC", false]], "skip_build_rpath": [[628, "index-0-prop_tgt:SKIP_BUILD_RPATH", false], [628, "index-1-prop_tgt:SKIP_BUILD_RPATH", false], [963, "index-0-prop_tgt:SKIP_BUILD_RPATH", false], [966, "index-0-prop_tgt:SKIP_BUILD_RPATH", false], [1205, "prop_tgt:SKIP_BUILD_RPATH", true], [1818, "index-0-prop_tgt:SKIP_BUILD_RPATH", false]], "skip_linting": [[857, "prop_sf:SKIP_LINTING", true], [1121, "index-0-prop_sf:SKIP_LINTING", false], [1121, "index-1-prop_sf:SKIP_LINTING", false], [1124, "index-0-prop_sf:SKIP_LINTING", false], [1124, "index-1-prop_sf:SKIP_LINTING", false], [1125, "index-0-prop_sf:SKIP_LINTING", false], [1125, "index-1-prop_sf:SKIP_LINTING", false], [1127, "index-0-prop_sf:SKIP_LINTING", false], [1127, "index-1-prop_sf:SKIP_LINTING", false], [1229, "index-0-prop_sf:SKIP_LINTING", false], [1337, "index-0-prop_sf:SKIP_LINTING", false]], "skip_precompile_headers": [[118, "index-0-prop_sf:SKIP_PRECOMPILE_HEADERS", false], [858, "prop_sf:SKIP_PRECOMPILE_HEADERS", true]], "skip_regular_expression": [[10, "index-0-prop_test:SKIP_REGULAR_EXPRESSION", false], [10, "index-1-prop_test:SKIP_REGULAR_EXPRESSION", false], [290, "index-0-prop_test:SKIP_REGULAR_EXPRESSION", false], [893, "index-0-prop_test:SKIP_REGULAR_EXPRESSION", false], [900, "index-0-prop_test:SKIP_REGULAR_EXPRESSION", false], [907, "prop_test:SKIP_REGULAR_EXPRESSION", true], [908, "index-0-prop_test:SKIP_REGULAR_EXPRESSION", false], [1325, "index-0-prop_test:SKIP_REGULAR_EXPRESSION", false]], "skip_return_code": [[290, "index-0-prop_test:SKIP_RETURN_CODE", false], [907, "index-0-prop_test:SKIP_RETURN_CODE", false], [908, "prop_test:SKIP_RETURN_CODE", true], [1317, "index-0-prop_test:SKIP_RETURN_CODE", false], [1325, "index-0-prop_test:SKIP_RETURN_CODE", false], [1325, "index-1-prop_test:SKIP_RETURN_CODE", false], [1348, "index-0-prop_test:SKIP_RETURN_CODE", false]], "skip_unity_build_inclusion": [[859, "prop_sf:SKIP_UNITY_BUILD_INCLUSION", true], [1223, "index-0-prop_sf:SKIP_UNITY_BUILD_INCLUSION", false]], "sleep": [[287, "cmdoption-cmake-E-arg-sleep", false]], "source file property": [[1, "index-0-prop_sf:COMPILE_OPTIONS", false], [2, "index-0-prop_sf:GENERATED", false], [2, "index-0-prop_sf:SYMBOLIC", false], [2, "index-1-prop_sf:GENERATED", false], [2, "index-2-prop_sf:GENERATED", false], [3, "index-0-prop_sf:GENERATED", false], [3, "index-1-prop_sf:GENERATED", false], [4, "index-0-prop_sf:COMPILE_DEFINITIONS", false], [5, "index-0-prop_sf:OBJECT_DEPENDS", false], [6, "index-0-prop_sf:HEADER_FILE_ONLY", false], [7, "index-0-prop_sf:HEADER_FILE_ONLY", false], [67, "index-0-prop_sf:GENERATED", false], [68, "index-0-prop_sf:GENERATED", false], [68, "index-0-prop_sf:LOCATION", false], [102, "index-0-prop_sf:GENERATED", false], [103, "index-0-prop_sf:GENERATED", false], [113, "index-0-prop_sf:COMPILE_OPTIONS", false], [118, "index-0-prop_sf:SKIP_PRECOMPILE_HEADERS", false], [119, "index-0-prop_sf:HEADER_FILE_ONLY", false], [270, "index-0-prop_sf:CXX_SCAN_FOR_MODULES", false], [273, "index-0-prop_sf:GENERATED", false], [283, "index-0-prop_sf:AUTORCC_OPTIONS", false], [283, "index-0-prop_sf:AUTOUIC_OPTIONS", false], [283, "index-0-prop_sf:GENERATED", false], [283, "index-0-prop_sf:SKIP_AUTOGEN", false], [283, "index-0-prop_sf:SKIP_AUTOMOC", false], [283, "index-0-prop_sf:SKIP_AUTORCC", false], [283, "index-0-prop_sf:SKIP_AUTOUIC", false], [283, "index-1-prop_sf:SKIP_AUTOGEN", false], [283, "index-1-prop_sf:SKIP_AUTOMOC", false], [283, "index-1-prop_sf:SKIP_AUTOUIC", false], [283, "index-2-prop_sf:SKIP_AUTOGEN", false], [283, "index-3-prop_sf:SKIP_AUTOGEN", false], [285, "index-0-prop_sf:LANGUAGE", false], [291, "index-0-prop_sf:OBJECT_DEPENDS", false], [325, "index-0-prop_sf:VS_CSHARP_", false], [325, "index-1-prop_sf:VS_CSHARP_", false], [325, "index-2-prop_sf:VS_CSHARP_", false], [325, "index-3-prop_sf:VS_CSHARP_", false], [325, "index-4-prop_sf:VS_CSHARP_", false], [327, "index-0-prop_sf:LABELS", false], [540, "index-0-prop_sf:OBJECT_DEPENDS", false], [555, "index-0-prop_sf:COMPILE_DEFINITIONS", false], [555, "index-0-prop_sf:COMPILE_FLAGS", false], [555, "index-0-prop_sf:COMPILE_OPTIONS", false], [555, "index-0-prop_sf:INCLUDE_DIRECTORIES", false], [555, "index-1-prop_sf:COMPILE_DEFINITIONS", false], [555, "index-1-prop_sf:COMPILE_OPTIONS", false], [555, "index-1-prop_sf:INCLUDE_DIRECTORIES", false], [555, "index-2-prop_sf:COMPILE_DEFINITIONS", false], [555, "index-2-prop_sf:INCLUDE_DIRECTORIES", false], [631, "index-0-prop_sf:GENERATED", false], [631, "index-0-prop_sf:SKIP_AUTOGEN", false], [631, "index-0-prop_sf:SKIP_AUTOMOC", false], [631, "index-0-prop_sf:SKIP_AUTOUIC", false], [631, "index-1-prop_sf:GENERATED", false], [631, "index-2-prop_sf:GENERATED", false], [631, "index-3-prop_sf:GENERATED", false], [631, "index-4-prop_sf:GENERATED", false], [631, "index-5-prop_sf:GENERATED", false], [660, "index-0-prop_sf:SKIP_AUTOGEN", false], [660, "index-0-prop_sf:SKIP_AUTOMOC", false], [660, "index-0-prop_sf:SKIP_AUTOUIC", false], [673, "index-0-prop_sf:SYMBOLIC", false], [678, "index-0-prop_sf:GENERATED", false], [678, "index-1-prop_sf:GENERATED", false], [678, "index-2-prop_sf:GENERATED", false], [679, "index-0-prop_sf:LANGUAGE", false], [679, "index-1-prop_sf:LANGUAGE", false], [723, "index-0-prop_sf:GENERATED", false], [723, "index-1-prop_sf:GENERATED", false], [723, "index-2-prop_sf:GENERATED", false], [832, "prop_sf:ABSTRACT", true], [833, "prop_sf:AUTORCC_OPTIONS", true], [834, "prop_sf:AUTOUIC_OPTIONS", true], [835, "prop_sf:COMPILE_DEFINITIONS", true], [836, "prop_sf:COMPILE_DEFINITIONS_", true], [837, "index-0-prop_sf:COMPILE_DEFINITIONS", false], [837, "index-0-prop_sf:COMPILE_OPTIONS", false], [837, "prop_sf:COMPILE_FLAGS", true], [838, "index-0-prop_sf:COMPILE_DEFINITIONS", false], [838, "index-0-prop_sf:COMPILE_FLAGS", false], [838, "index-0-prop_sf:INCLUDE_DIRECTORIES", false], [838, "prop_sf:COMPILE_OPTIONS", true], [839, "prop_sf:CXX_SCAN_FOR_MODULES", true], [840, "prop_sf:EXTERNAL_OBJECT", true], [841, "prop_sf:Fortran_FORMAT", true], [842, "prop_sf:Fortran_PREPROCESS", true], [843, "prop_sf:GENERATED", true], [844, "prop_sf:HEADER_FILE_ONLY", true], [845, "prop_sf:INCLUDE_DIRECTORIES", true], [846, "prop_sf:KEEP_EXTENSION", true], [847, "prop_sf:LABELS", true], [848, "index-0-prop_sf:HEADER_FILE_ONLY", false], [848, "prop_sf:LANGUAGE", true], [849, "prop_sf:LOCATION", true], [850, "prop_sf:MACOSX_PACKAGE_LOCATION", true], [851, "prop_sf:OBJECT_DEPENDS", true], [852, "prop_sf:OBJECT_OUTPUTS", true], [853, "index-0-prop_sf:SKIP_AUTOMOC", false], [853, "index-0-prop_sf:SKIP_AUTORCC", false], [853, "index-0-prop_sf:SKIP_AUTOUIC", false], [853, "prop_sf:SKIP_AUTOGEN", true], [854, "index-0-prop_sf:SKIP_AUTOGEN", false], [854, "prop_sf:SKIP_AUTOMOC", true], [855, "index-0-prop_sf:SKIP_AUTOGEN", false], [855, "prop_sf:SKIP_AUTORCC", true], [856, "index-0-prop_sf:SKIP_AUTOGEN", false], [856, "prop_sf:SKIP_AUTOUIC", true], [857, "prop_sf:SKIP_LINTING", true], [858, "prop_sf:SKIP_PRECOMPILE_HEADERS", true], [859, "prop_sf:SKIP_UNITY_BUILD_INCLUSION", true], [860, "prop_sf:SYMBOLIC", true], [861, "prop_sf:Swift_DEPENDENCIES_FILE", true], [862, "prop_sf:Swift_DIAGNOSTICS_FILE", true], [863, "prop_sf:UNITY_GROUP", true], [864, "prop_sf:VS_COPY_TO_OUT_DIR", true], [865, "prop_sf:VS_CSHARP_", true], [866, "prop_sf:VS_DEPLOYMENT_CONTENT", true], [867, "index-0-prop_sf:VS_DEPLOYMENT_CONTENT", false], [867, "prop_sf:VS_DEPLOYMENT_LOCATION", true], [868, "prop_sf:VS_INCLUDE_IN_VSIX", true], [869, "prop_sf:VS_RESOURCE_GENERATOR", true], [870, "prop_sf:VS_SETTINGS", true], [871, "prop_sf:VS_SHADER_DISABLE_OPTIMIZATIONS", true], [872, "prop_sf:VS_SHADER_ENABLE_DEBUG", true], [873, "prop_sf:VS_SHADER_ENTRYPOINT", true], [874, "prop_sf:VS_SHADER_FLAGS", true], [875, "prop_sf:VS_SHADER_MODEL", true], [876, "prop_sf:VS_SHADER_OBJECT_FILE_NAME", true], [877, "prop_sf:VS_SHADER_OUTPUT_HEADER_FILE", true], [878, "prop_sf:VS_SHADER_TYPE", true], [879, "prop_sf:VS_SHADER_VARIABLE_NAME", true], [880, "prop_sf:VS_TOOL_OVERRIDE", true], [881, "prop_sf:VS_XAML_TYPE", true], [882, "prop_sf:WRAP_EXCLUDE", true], [883, "index-0-prop_sf:XCODE_LAST_KNOWN_FILE_TYPE", false], [883, "prop_sf:XCODE_EXPLICIT_FILE_TYPE", true], [884, "prop_sf:XCODE_FILE_ATTRIBUTES", true], [885, "index-0-prop_sf:XCODE_EXPLICIT_FILE_TYPE", false], [885, "prop_sf:XCODE_LAST_KNOWN_FILE_TYPE", true], [946, "index-0-prop_sf:GENERATED", false], [946, "index-0-prop_sf:SKIP_AUTOGEN", false], [946, "index-0-prop_sf:SKIP_AUTOMOC", false], [946, "index-0-prop_sf:SKIP_AUTOUIC", false], [946, "index-1-prop_sf:GENERATED", false], [946, "index-2-prop_sf:GENERATED", false], [948, "index-0-prop_sf:SKIP_AUTOGEN", false], [948, "index-0-prop_sf:SKIP_AUTOMOC", false], [950, "index-0-prop_sf:GENERATED", false], [950, "index-1-prop_sf:GENERATED", false], [950, "index-2-prop_sf:GENERATED", false], [955, "index-0-prop_sf:AUTORCC_OPTIONS", false], [955, "index-0-prop_sf:GENERATED", false], [955, "index-0-prop_sf:SKIP_AUTOGEN", false], [955, "index-0-prop_sf:SKIP_AUTORCC", false], [957, "index-0-prop_sf:AUTORCC_OPTIONS", false], [958, "index-0-prop_sf:AUTOUIC_OPTIONS", false], [958, "index-0-prop_sf:SKIP_AUTOGEN", false], [958, "index-0-prop_sf:SKIP_AUTOUIC", false], [960, "index-0-prop_sf:AUTOUIC_OPTIONS", false], [1005, "index-0-prop_sf:CXX_SCAN_FOR_MODULES", false], [1039, "index-0-prop_sf:Fortran_PREPROCESS", false], [1048, "index-0-prop_sf:HEADER_FILE_ONLY", false], [1121, "index-0-prop_sf:SKIP_LINTING", false], [1121, "index-1-prop_sf:SKIP_LINTING", false], [1124, "index-0-prop_sf:SKIP_LINTING", false], [1124, "index-1-prop_sf:SKIP_LINTING", false], [1125, "index-0-prop_sf:SKIP_LINTING", false], [1125, "index-1-prop_sf:SKIP_LINTING", false], [1127, "index-0-prop_sf:SKIP_LINTING", false], [1127, "index-1-prop_sf:SKIP_LINTING", false], [1223, "index-0-prop_sf:COMPILE_DEFINITIONS", false], [1223, "index-0-prop_sf:COMPILE_FLAGS", false], [1223, "index-0-prop_sf:COMPILE_OPTIONS", false], [1223, "index-0-prop_sf:CXX_SCAN_FOR_MODULES", false], [1223, "index-0-prop_sf:INCLUDE_DIRECTORIES", false], [1223, "index-0-prop_sf:SKIP_UNITY_BUILD_INCLUSION", false], [1223, "index-0-prop_sf:UNITY_GROUP", false], [1227, "index-0-prop_sf:UNITY_GROUP", false], [1229, "index-0-prop_sf:LANGUAGE", false], [1229, "index-0-prop_sf:SKIP_LINTING", false], [1318, "index-0-prop_sf:VS_DEPLOYMENT_CONTENT", false], [1318, "index-0-prop_sf:VS_DEPLOYMENT_LOCATION", false], [1318, "index-0-prop_sf:VS_SHADER_ENTRYPOINT", false], [1318, "index-0-prop_sf:VS_SHADER_MODEL", false], [1318, "index-0-prop_sf:VS_SHADER_TYPE", false], [1318, "index-0-prop_sf:XCODE_EXPLICIT_FILE_TYPE", false], [1318, "index-0-prop_sf:XCODE_LAST_KNOWN_FILE_TYPE", false], [1319, "index-0-prop_sf:GENERATED", false], [1319, "index-0-prop_sf:VS_SHADER_OUTPUT_HEADER_FILE", false], [1319, "index-0-prop_sf:VS_SHADER_VARIABLE_NAME", false], [1320, "index-0-prop_sf:COMPILE_DEFINITIONS", false], [1320, "index-0-prop_sf:COMPILE_OPTIONS", false], [1320, "index-0-prop_sf:INCLUDE_DIRECTORIES", false], [1320, "index-0-prop_sf:SKIP_AUTOMOC", false], [1320, "index-0-prop_sf:SKIP_AUTOUIC", false], [1320, "index-0-prop_sf:VS_SHADER_DISABLE_OPTIMIZATIONS", false], [1320, "index-0-prop_sf:VS_SHADER_ENABLE_DEBUG", false], [1321, "index-0-prop_sf:VS_SHADER_DISABLE_OPTIMIZATIONS", false], [1321, "index-0-prop_sf:VS_SHADER_ENABLE_DEBUG", false], [1321, "index-0-prop_sf:VS_SHADER_OBJECT_FILE_NAME", false], [1323, "index-0-prop_sf:COMPILE_DEFINITIONS", false], [1323, "index-0-prop_sf:COMPILE_OPTIONS", false], [1323, "index-0-prop_sf:INCLUDE_DIRECTORIES", false], [1324, "index-0-prop_sf:LANGUAGE", false], [1324, "index-0-prop_sf:Swift_DEPENDENCIES_FILE", false], [1324, "index-0-prop_sf:Swift_DIAGNOSTICS_FILE", false], [1327, "index-0-prop_sf:Fortran_PREPROCESS", false], [1327, "index-0-prop_sf:OBJECT_OUTPUTS", false], [1327, "index-0-prop_sf:VS_SETTINGS", false], [1328, "index-0-prop_sf:LANGUAGE", false], [1329, "index-0-prop_sf:GENERATED", false], [1329, "index-0-prop_sf:VS_SHADER_FLAGS", false], [1330, "index-0-prop_sf:GENERATED", false], [1330, "index-0-prop_sf:LANGUAGE", false], [1332, "index-0-prop_sf:VS_SETTINGS", false], [1337, "index-0-prop_sf:SKIP_LINTING", false], [1340, "index-0-prop_sf:LANGUAGE", false], [1341, "index-0-prop_sf:GENERATED", false], [1346, "index-0-prop_sf:VS_TOOL_OVERRIDE", false], [1346, "index-0-prop_sf:XCODE_FILE_ATTRIBUTES", false], [1347, "index-0-prop_sf:COMPILE_FLAGS", false], [1347, "index-0-prop_sf:SKIP_AUTOGEN", false], [1347, "index-0-prop_sf:SKIP_AUTOMOC", false], [1347, "index-0-prop_sf:SKIP_AUTORCC", false], [1347, "index-0-prop_sf:SKIP_AUTOUIC", false], [1347, "index-0-prop_sf:VS_COPY_TO_OUT_DIR", false], [1347, "index-0-prop_sf:VS_INCLUDE_IN_VSIX", false], [1347, "index-0-prop_sf:VS_RESOURCE_GENERATOR", false]], "source_dir": [[119, "index-0-prop_tgt:SOURCE_DIR", false], [636, "index-0-prop_tgt:SOURCE_DIR", false], [720, "index-0-prop_tgt:SOURCE_DIR", false], [774, "prop_dir:SOURCE_DIR", true], [1207, "prop_tgt:SOURCE_DIR", true], [1343, "index-0-prop_tgt:SOURCE_DIR", false], [1346, "index-0-prop_dir:SOURCE_DIR", false]], "source_group": [[107, "command:source_group", true], [273, "index-0-command:source_group", false], [273, "index-1-command:source_group", false], [785, "index-0-command:source_group", false], [785, "index-1-command:source_group", false], [787, "index-0-command:source_group", false], [789, "index-0-command:source_group", false], [790, "index-0-command:source_group", false], [1327, "index-0-command:source_group", false], [1347, "index-0-command:source_group", false], [1348, "index-0-command:source_group", false]], "sources": [[7, "index-0-prop_tgt:SOURCES", false], [119, "index-0-prop_tgt:SOURCES", false], [266, "index-0-prop_tgt:SOURCES", false], [266, "index-1-prop_tgt:SOURCES", false], [538, "index-0-prop_tgt:SOURCES", false], [611, "index-0-prop_tgt:SOURCES", false], [611, "index-1-prop_tgt:SOURCES", false], [611, "index-2-prop_tgt:SOURCES", false], [1206, "prop_tgt:SOURCES", true], [1318, "index-0-prop_tgt:SOURCES", false], [1318, "index-1-prop_tgt:SOURCES", false], [1318, "index-2-prop_tgt:SOURCES", false], [1318, "index-3-prop_tgt:SOURCES", false], [1318, "index-4-prop_tgt:SOURCES", false], [1484, "index-0-prop_tgt:SOURCES", false]], "soversion": [[77, "index-0-prop_tgt:SOVERSION", false], [258, "index-0-prop_tgt:SOVERSION", false], [273, "index-0-prop_tgt:SOVERSION", false], [917, "index-0-prop_tgt:SOVERSION", false], [1017, "index-0-prop_tgt:SOVERSION", false], [1158, "index-0-prop_tgt:SOVERSION", false], [1158, "index-1-prop_tgt:SOVERSION", false], [1158, "index-2-prop_tgt:SOVERSION", false], [1159, "index-0-prop_tgt:SOVERSION", false], [1159, "index-1-prop_tgt:SOVERSION", false], [1159, "index-2-prop_tgt:SOVERSION", false], [1208, "prop_tgt:SOVERSION", true], [1230, "index-0-prop_tgt:SOVERSION", false], [1230, "index-1-prop_tgt:SOVERSION", false], [1230, "index-2-prop_tgt:SOVERSION", false], [1230, "index-3-prop_tgt:SOVERSION", false], [1326, "index-0-prop_tgt:SOVERSION", false], [1337, "index-0-prop_tgt:SOVERSION", false], [1781, "index-0-prop_tgt:SOVERSION", false]], "squishtestscript": [[543, "module:SquishTestScript", true]], "ssl_cert_dir": [[215, "envvar:SSL_CERT_DIR", true], [1335, "index-0-envvar:SSL_CERT_DIR", false]], "ssl_cert_file": [[216, "envvar:SSL_CERT_FILE", true], [1335, "index-0-envvar:SSL_CERT_FILE", false]], "static_library_flags": [[1141, "index-0-prop_tgt:STATIC_LIBRARY_FLAGS", false], [1209, "prop_tgt:STATIC_LIBRARY_FLAGS", true], [1210, "index-0-prop_tgt:STATIC_LIBRARY_FLAGS", false], [1211, "index-0-prop_tgt:STATIC_LIBRARY_FLAGS", false]], "static_library_flags_": [[1209, "index-0-prop_tgt:STATIC_LIBRARY_FLAGS_", false], [1210, "prop_tgt:STATIC_LIBRARY_FLAGS_", true]], "static_library_options": [[8, "index-0-prop_tgt:STATIC_LIBRARY_OPTIONS", false], [117, "index-0-prop_tgt:STATIC_LIBRARY_OPTIONS", false], [120, "index-0-prop_tgt:STATIC_LIBRARY_OPTIONS", false], [1141, "index-0-prop_tgt:STATIC_LIBRARY_OPTIONS", false], [1152, "index-0-prop_tgt:STATIC_LIBRARY_OPTIONS", false], [1209, "index-0-prop_tgt:STATIC_LIBRARY_OPTIONS", false], [1210, "index-0-prop_tgt:STATIC_LIBRARY_OPTIONS", false], [1211, "prop_tgt:STATIC_LIBRARY_OPTIONS", true], [1322, "index-0-prop_tgt:STATIC_LIBRARY_OPTIONS", false]], "step 10: selecting static or shared libraries": [[260, "guide:tutorial/Selecting Static or Shared Libraries", true]], "step 11: adding export configuration": [[250, "guide:tutorial/Adding Export Configuration", true]], "step 12: packaging debug and release": [[258, "guide:tutorial/Packaging Debug and Release", true]], "step 1: a basic starting point": [[249, "guide:tutorial/A Basic Starting Point", true]], "step 2: adding a library": [[256, "guide:tutorial/Adding a Library", true]], "step 3: adding usage requirements for a library": [[254, "guide:tutorial/Adding Usage Requirements for a Library", true]], "step 4: adding generator expressions": [[251, "guide:tutorial/Adding Generator Expressions", true]], "step 5: installing and testing": [[257, "guide:tutorial/Installing and Testing", true]], "step 6: adding support for a testing dashboard": [[252, "guide:tutorial/Adding Support for a Testing Dashboard", true]], "step 7: adding system introspection": [[253, "guide:tutorial/Adding System Introspection", true]], "step 8: adding a custom command and generated file": [[255, "guide:tutorial/Adding a Custom Command and Generated File", true]], "step 9: packaging an installer": [[259, "guide:tutorial/Packaging an Installer", true]], "strequal": [[274, "genex:STREQUAL", true]], "string": [[55, "index-0-command:string", false], [55, "index-1-command:string", false], [55, "index-2-command:string", false], [83, "index-0-command:string", false], [83, "index-1-command:string", false], [83, "index-2-command:string", false], [83, "index-3-command:string", false], [83, "index-4-command:string", false], [83, "index-5-command:string", false], [83, "index-6-command:string", false], [83, "index-7-command:string", false], [83, "index-8-command:string", false], [83, "index-9-command:string", false], [108, "command:string", true], [274, "index-0-command:string", false], [611, "index-0-command:string", false], [613, "index-0-command:string", false], [719, "index-0-command:string", false], [1317, "index-0-command:string", false], [1318, "index-0-command:string", false], [1318, "index-1-command:string", false], [1319, "index-0-command:string", false], [1319, "index-1-command:string", false], [1321, "index-0-command:string", false], [1324, "index-0-command:string", false], [1327, "index-0-command:string", false], [1328, "index-0-command:string", false], [1329, "index-0-command:string", false], [1332, "index-0-command:string", false], [1333, "index-0-command:string", false], [1336, "index-0-command:string", false], [1343, "index-0-command:string", false], [1345, "index-0-command:string", false], [1346, "index-0-command:string", false], [1347, "index-0-command:string", false], [1347, "index-1-command:string", false]], "strings": [[100, "index-0-prop_cache:STRINGS", false], [262, "index-0-prop_cache:STRINGS", false], [744, "prop_cache:STRINGS", true], [1317, "index-0-prop_cache:STRINGS", false]], "subdir_depends": [[109, "command:subdir_depends", true], [589, "index-0-command:subdir_depends", false], [1317, "index-0-command:subdir_depends", false]], "subdirectories": [[775, "prop_dir:SUBDIRECTORIES", true], [1346, "index-0-prop_dir:SUBDIRECTORIES", false]], "subdirs": [[110, "command:subdirs", true], [273, "index-0-command:subdirs", false], [574, "index-0-command:subdirs", false], [775, "index-0-command:subdirs", false], [775, "index-1-command:subdirs", false]], "sublime text 2": [[231, "generator:Sublime Text 2", true], [1347, "index-0-generator:Sublime Text 2", false], [1347, "index-1-generator:Sublime Text 2", false], [1347, "index-2-generator:Sublime Text 2", false], [1833, "index-0-generator:Sublime Text 2", false]], "suffix": [[266, "index-0-prop_tgt:SUFFIX", false], [274, "index-0-prop_tgt:SUFFIX", false], [274, "index-1-prop_tgt:SUFFIX", false], [274, "index-2-prop_tgt:SUFFIX", false], [1086, "index-0-prop_tgt:SUFFIX", false], [1212, "prop_tgt:SUFFIX", true]], "swift_compilation_mode": [[717, "index-0-prop_tgt:Swift_COMPILATION_MODE", false], [717, "index-1-prop_tgt:Swift_COMPILATION_MODE", false], [1214, "prop_tgt:Swift_COMPILATION_MODE", true], [1850, "index-0-prop_tgt:Swift_COMPILATION_MODE", false], [1850, "index-1-prop_tgt:Swift_COMPILATION_MODE", false]], "swift_dependencies_file": [[861, "prop_sf:Swift_DEPENDENCIES_FILE", true], [1215, "prop_tgt:Swift_DEPENDENCIES_FILE", true], [1324, "index-0-prop_sf:Swift_DEPENDENCIES_FILE", false], [1324, "index-0-prop_tgt:Swift_DEPENDENCIES_FILE", false]], "swift_diagnostics_file": [[862, "prop_sf:Swift_DIAGNOSTICS_FILE", true], [1324, "index-0-prop_sf:Swift_DIAGNOSTICS_FILE", false]], "swift_language_version": [[1216, "prop_tgt:Swift_LANGUAGE_VERSION", true]], "swift_module_directory": [[1217, "prop_tgt:Swift_MODULE_DIRECTORY", true], [1852, "index-0-prop_tgt:Swift_MODULE_DIRECTORY", false]], "swift_module_name": [[1218, "prop_tgt:Swift_MODULE_NAME", true], [1324, "index-0-prop_tgt:Swift_MODULE_NAME", false]], "swiftc": [[217, "envvar:SWIFTC", true], [1324, "index-0-envvar:SWIFTC", false]], "swig_add_library": [[555, "command:swig_add_library", true], [555, "index-0-command:swig_add_library", false], [1321, "index-0-command:swig_add_library", false]], "swig_link_libraries": [[555, "command:swig_link_libraries", true]], "symbolic": [[2, "index-0-prop_sf:SYMBOLIC", false], [673, "index-0-prop_sf:SYMBOLIC", false], [860, "prop_sf:SYMBOLIC", true]], "system": [[9, "index-0-prop_dir:SYSTEM", false], [9, "index-0-prop_tgt:SYSTEM", false], [266, "index-0-prop_tgt:SYSTEM", false], [370, "index-0-prop_dir:SYSTEM", false], [370, "index-0-prop_tgt:SYSTEM", false], [776, "index-0-prop_tgt:SYSTEM", false], [776, "prop_dir:SYSTEM", true], [1029, "index-0-prop_tgt:SYSTEM", false], [1080, "index-0-prop_tgt:SYSTEM", false], [1080, "index-1-prop_tgt:SYSTEM", false], [1170, "index-0-prop_tgt:SYSTEM", false], [1170, "index-1-prop_tgt:SYSTEM", false], [1170, "index-2-prop_tgt:SYSTEM", false], [1213, "index-0-prop_dir:SYSTEM", false], [1213, "prop_tgt:SYSTEM", true], [1335, "index-0-prop_dir:SYSTEM", false], [1335, "index-0-prop_tgt:SYSTEM", false], [1335, "index-1-prop_dir:SYSTEM", false], [1335, "index-1-prop_tgt:SYSTEM", false], [1335, "index-2-prop_dir:SYSTEM", false], [1335, "index-2-prop_tgt:SYSTEM", false], [1335, "index-3-prop_tgt:SYSTEM", false], [1337, "index-0-prop_tgt:SYSTEM", false]], "t": [[287, "cmdoption-cmake-E_tar-arg-t", false]], "tar": [[287, "cmdoption-cmake-E-arg-tar", false]], "target property": [[0, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [2, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [2, "index-0-prop_tgt:OPTIMIZE_DEPENDENCIES", false], [2, "index-1-prop_tgt:CROSSCOMPILING_EMULATOR", false], [3, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [3, "index-1-prop_tgt:CROSSCOMPILING_EMULATOR", false], [4, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [5, "index-0-prop_tgt:MANUALLY_ADDED_DEPENDENCIES", false], [6, "index-0-prop_tgt:ALIAS_GLOBAL", false], [6, "index-0-prop_tgt:EXCLUDE_FROM_ALL", false], [6, "index-0-prop_tgt:IMPORTED", false], [6, "index-0-prop_tgt:IMPORTED_LOCATION", false], [6, "index-0-prop_tgt:IMPORTED_LOCATION_", false], [6, "index-0-prop_tgt:MACOSX_BUNDLE", false], [6, "index-0-prop_tgt:OUTPUT_NAME", false], [6, "index-0-prop_tgt:RUNTIME_OUTPUT_DIRECTORY", false], [6, "index-0-prop_tgt:WIN32_EXECUTABLE", false], [7, "index-0-prop_tgt:ALIAS_GLOBAL", false], [7, "index-0-prop_tgt:ARCHIVE_OUTPUT_DIRECTORY", false], [7, "index-0-prop_tgt:EXCLUDE_FROM_ALL", false], [7, "index-0-prop_tgt:FRAMEWORK", false], [7, "index-0-prop_tgt:HEADER_SETS", false], [7, "index-0-prop_tgt:IMPORTED", false], [7, "index-0-prop_tgt:IMPORTED_IMPLIB", false], [7, "index-0-prop_tgt:IMPORTED_IMPLIB_", false], [7, "index-0-prop_tgt:IMPORTED_LOCATION", false], [7, "index-0-prop_tgt:IMPORTED_LOCATION_", false], [7, "index-0-prop_tgt:IMPORTED_NO_SONAME", false], [7, "index-0-prop_tgt:IMPORTED_OBJECTS", false], [7, "index-0-prop_tgt:IMPORTED_OBJECTS_", false], [7, "index-0-prop_tgt:IMPORTED_SONAME", false], [7, "index-0-prop_tgt:INTERFACE_SOURCES", false], [7, "index-0-prop_tgt:LIBRARY_OUTPUT_DIRECTORY", false], [7, "index-0-prop_tgt:OUTPUT_NAME", false], [7, "index-0-prop_tgt:POSITION_INDEPENDENT_CODE", false], [7, "index-0-prop_tgt:PRIVATE_HEADER", false], [7, "index-0-prop_tgt:PUBLIC_HEADER", false], [7, "index-0-prop_tgt:RUNTIME_OUTPUT_DIRECTORY", false], [7, "index-0-prop_tgt:SOURCES", false], [7, "index-1-prop_tgt:EXCLUDE_FROM_ALL", false], [7, "index-1-prop_tgt:FRAMEWORK", false], [8, "index-0-prop_tgt:CUDA_RESOLVE_DEVICE_SYMBOLS", false], [8, "index-0-prop_tgt:CUDA_SEPARABLE_COMPILATION", false], [8, "index-0-prop_tgt:LINK_OPTIONS", false], [8, "index-0-prop_tgt:STATIC_LIBRARY_OPTIONS", false], [9, "index-0-prop_tgt:SYSTEM", false], [10, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [10, "index-0-prop_tgt:TEST_LAUNCHER", false], [10, "index-1-prop_tgt:CROSSCOMPILING_EMULATOR", false], [54, "index-0-prop_tgt:LINK_INTERFACE_LIBRARIES", false], [58, "index-0-prop_tgt:BUNDLE", false], [58, "index-0-prop_tgt:FRAMEWORK", false], [73, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [74, "index-0-prop_tgt:MAP_IMPORTED_CONFIG_", false], [77, "index-0-prop_tgt:BUNDLE", false], [77, "index-0-prop_tgt:ENABLE_EXPORTS", false], [77, "index-0-prop_tgt:EXCLUDE_FROM_ALL", false], [77, "index-0-prop_tgt:EXPORT_FIND_PACKAGE_NAME", false], [77, "index-0-prop_tgt:EXPORT_NAME", false], [77, "index-0-prop_tgt:FRAMEWORK", false], [77, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [77, "index-0-prop_tgt:MACOSX_BUNDLE", false], [77, "index-0-prop_tgt:POST_INSTALL_SCRIPT", false], [77, "index-0-prop_tgt:PRE_INSTALL_SCRIPT", false], [77, "index-0-prop_tgt:PRIVATE_HEADER", false], [77, "index-0-prop_tgt:PUBLIC_HEADER", false], [77, "index-0-prop_tgt:RESOURCE", false], [77, "index-0-prop_tgt:SOVERSION", false], [77, "index-0-prop_tgt:VERSION", false], [77, "index-1-prop_tgt:BUNDLE", false], [77, "index-1-prop_tgt:ENABLE_EXPORTS", false], [77, "index-1-prop_tgt:FRAMEWORK", false], [77, "index-1-prop_tgt:MACOSX_BUNDLE", false], [77, "index-1-prop_tgt:PRIVATE_HEADER", false], [77, "index-1-prop_tgt:PUBLIC_HEADER", false], [77, "index-2-prop_tgt:ENABLE_EXPORTS", false], [77, "index-2-prop_tgt:FRAMEWORK", false], [77, "index-2-prop_tgt:MACOSX_BUNDLE", false], [77, "index-2-prop_tgt:PUBLIC_HEADER", false], [77, "index-3-prop_tgt:ENABLE_EXPORTS", false], [77, "index-3-prop_tgt:MACOSX_BUNDLE", false], [77, "index-4-prop_tgt:ENABLE_EXPORTS", false], [77, "index-4-prop_tgt:MACOSX_BUNDLE", false], [94, "index-0-prop_tgt:AUTOMOC", false], [95, "index-0-prop_tgt:AUTOUIC", false], [111, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [111, "index-0-prop_tgt:INTERFACE_COMPILE_DEFINITIONS", false], [112, "index-0-prop_tgt:COMPILE_FEATURES", false], [112, "index-0-prop_tgt:INTERFACE_COMPILE_FEATURES", false], [113, "index-0-prop_tgt:COMPILE_OPTIONS", false], [113, "index-0-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [113, "index-1-prop_tgt:COMPILE_OPTIONS", false], [113, "index-1-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [114, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [114, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [114, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [114, "index-0-prop_tgt:INTERFACE_SYSTEM_INCLUDE_DIRECTORIES", false], [114, "index-1-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [114, "index-2-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [114, "index-3-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [114, "index-4-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [115, "index-0-prop_tgt:INTERFACE_LINK_DIRECTORIES", false], [115, "index-0-prop_tgt:LINK_DIRECTORIES", false], [116, "index-0-prop_tgt:IMPORTED_NO_SONAME", false], [116, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [116, "index-0-prop_tgt:LINK_FLAGS", false], [116, "index-0-prop_tgt:LINK_INTERFACE_LIBRARIES", false], [116, "index-0-prop_tgt:LINK_INTERFACE_LIBRARIES_", false], [116, "index-0-prop_tgt:LINK_INTERFACE_MULTIPLICITY", false], [116, "index-0-prop_tgt:LINK_LIBRARIES", false], [116, "index-0-prop_tgt:LINK_LIBRARIES_STRATEGY", false], [116, "index-0-prop_tgt:LINK_OPTIONS", false], [116, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [116, "index-1-prop_tgt:LINK_INTERFACE_LIBRARIES", false], [116, "index-1-prop_tgt:LINK_OPTIONS", false], [116, "index-2-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [116, "index-2-prop_tgt:LINK_INTERFACE_LIBRARIES", false], [116, "index-3-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [116, "index-3-prop_tgt:LINK_INTERFACE_LIBRARIES", false], [116, "index-4-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [116, "index-4-prop_tgt:LINK_INTERFACE_LIBRARIES", false], [116, "index-5-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [116, "index-6-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [116, "index-7-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [117, "index-0-prop_tgt:CUDA_RESOLVE_DEVICE_SYMBOLS", false], [117, "index-0-prop_tgt:CUDA_SEPARABLE_COMPILATION", false], [117, "index-0-prop_tgt:INTERFACE_LINK_OPTIONS", false], [117, "index-0-prop_tgt:LINK_OPTIONS", false], [117, "index-0-prop_tgt:STATIC_LIBRARY_OPTIONS", false], [117, "index-1-prop_tgt:LINK_OPTIONS", false], [118, "index-0-prop_tgt:DISABLE_PRECOMPILE_HEADERS", false], [118, "index-0-prop_tgt:INTERFACE_PRECOMPILE_HEADERS", false], [118, "index-0-prop_tgt:PRECOMPILE_HEADERS", false], [118, "index-0-prop_tgt:PRECOMPILE_HEADERS_REUSE_FROM", false], [118, "index-1-prop_tgt:INTERFACE_PRECOMPILE_HEADERS", false], [118, "index-1-prop_tgt:PRECOMPILE_HEADERS", false], [118, "index-2-prop_tgt:PRECOMPILE_HEADERS", false], [119, "index-0-prop_tgt:CXX_MODULE_DIRS", false], [119, "index-0-prop_tgt:CXX_MODULE_DIRS_", false], [119, "index-0-prop_tgt:CXX_MODULE_SET", false], [119, "index-0-prop_tgt:CXX_MODULE_SETS", false], [119, "index-0-prop_tgt:CXX_MODULE_SET_", false], [119, "index-0-prop_tgt:FRAMEWORK", false], [119, "index-0-prop_tgt:HEADER_DIRS", false], [119, "index-0-prop_tgt:HEADER_DIRS_", false], [119, "index-0-prop_tgt:HEADER_SET", false], [119, "index-0-prop_tgt:HEADER_SETS", false], [119, "index-0-prop_tgt:HEADER_SET_", false], [119, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [119, "index-0-prop_tgt:INTERFACE_CXX_MODULE_SETS", false], [119, "index-0-prop_tgt:INTERFACE_HEADER_SETS", false], [119, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [119, "index-0-prop_tgt:INTERFACE_SOURCES", false], [119, "index-0-prop_tgt:SOURCES", false], [119, "index-0-prop_tgt:SOURCE_DIR", false], [119, "index-1-prop_tgt:INTERFACE_SOURCES", false], [120, "index-0-prop_tgt:CUDA_EXTENSIONS", false], [120, "index-0-prop_tgt:CUDA_STANDARD", false], [120, "index-0-prop_tgt:CUDA_STANDARD_REQUIRED", false], [120, "index-0-prop_tgt:CXX_EXTENSIONS", false], [120, "index-0-prop_tgt:CXX_STANDARD", false], [120, "index-0-prop_tgt:CXX_STANDARD_REQUIRED", false], [120, "index-0-prop_tgt:C_EXTENSIONS", false], [120, "index-0-prop_tgt:C_STANDARD", false], [120, "index-0-prop_tgt:C_STANDARD_REQUIRED", false], [120, "index-0-prop_tgt:LINKER_LANGUAGE", false], [120, "index-0-prop_tgt:OBJCXX_EXTENSIONS", false], [120, "index-0-prop_tgt:OBJCXX_STANDARD", false], [120, "index-0-prop_tgt:OBJCXX_STANDARD_REQUIRED", false], [120, "index-0-prop_tgt:OBJC_EXTENSIONS", false], [120, "index-0-prop_tgt:OBJC_STANDARD", false], [120, "index-0-prop_tgt:OBJC_STANDARD_REQUIRED", false], [120, "index-0-prop_tgt:STATIC_LIBRARY_OPTIONS", false], [167, "index-0-prop_tgt:IOS_INSTALL_COMBINED", false], [177, "index-0-prop_tgt:OSX_ARCHITECTURES", false], [191, "index-0-prop_tgt:CUDA_ARCHITECTURES", false], [223, "index-0-prop_tgt:GHS_INTEGRITY_APP", false], [223, "index-0-prop_tgt:GHS_NO_SOURCE_GROUP_FILE", false], [229, "index-0-prop_tgt:EXCLUDE_FROM_ALL", false], [248, "index-0-prop_tgt:COMPATIBLE_INTERFACE_STRING", false], [248, "index-0-prop_tgt:IMPORTED", false], [248, "index-0-prop_tgt:IMPORTED_LOCATION", false], [248, "index-0-prop_tgt:INTERFACE_COMPILE_DEFINITIONS", false], [248, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [248, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [248, "index-1-prop_tgt:COMPATIBLE_INTERFACE_STRING", false], [248, "index-1-prop_tgt:IMPORTED", false], [248, "index-1-prop_tgt:IMPORTED_LOCATION", false], [248, "index-1-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [248, "index-10-prop_tgt:IMPORTED", false], [248, "index-11-prop_tgt:IMPORTED", false], [248, "index-12-prop_tgt:IMPORTED", false], [248, "index-13-prop_tgt:IMPORTED", false], [248, "index-14-prop_tgt:IMPORTED", false], [248, "index-15-prop_tgt:IMPORTED", false], [248, "index-16-prop_tgt:IMPORTED", false], [248, "index-17-prop_tgt:IMPORTED", false], [248, "index-18-prop_tgt:IMPORTED", false], [248, "index-19-prop_tgt:IMPORTED", false], [248, "index-2-prop_tgt:IMPORTED", false], [248, "index-2-prop_tgt:IMPORTED_LOCATION", false], [248, "index-2-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [248, "index-20-prop_tgt:IMPORTED", false], [248, "index-21-prop_tgt:IMPORTED", false], [248, "index-3-prop_tgt:IMPORTED", false], [248, "index-3-prop_tgt:IMPORTED_LOCATION", false], [248, "index-3-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [248, "index-4-prop_tgt:IMPORTED", false], [248, "index-5-prop_tgt:IMPORTED", false], [248, "index-6-prop_tgt:IMPORTED", false], [248, "index-7-prop_tgt:IMPORTED", false], [248, "index-8-prop_tgt:IMPORTED", false], [248, "index-9-prop_tgt:IMPORTED", false], [251, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [251, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [251, "index-0-prop_tgt:LINK_LIBRARIES", false], [258, "index-0-prop_tgt:DEBUG_POSTFIX", false], [258, "index-0-prop_tgt:SOVERSION", false], [258, "index-0-prop_tgt:VERSION", false], [260, "index-0-prop_tgt:POSITION_INDEPENDENT_CODE", false], [262, "index-0-prop_tgt:EXCLUDE_FROM_ALL", false], [266, "index-0-prop_tgt:ALIASED_TARGET", false], [266, "index-0-prop_tgt:ARCHIVE_OUTPUT_DIRECTORY", false], [266, "index-0-prop_tgt:ARCHIVE_OUTPUT_NAME", false], [266, "index-0-prop_tgt:AUTOMOC", false], [266, "index-0-prop_tgt:AUTOMOC_MACRO_NAMES", false], [266, "index-0-prop_tgt:AUTOUIC", false], [266, "index-0-prop_tgt:AUTOUIC_OPTIONS", false], [266, "index-0-prop_tgt:COMPATIBLE_INTERFACE_BOOL", false], [266, "index-0-prop_tgt:COMPATIBLE_INTERFACE_NUMBER_MAX", false], [266, "index-0-prop_tgt:COMPATIBLE_INTERFACE_NUMBER_MIN", false], [266, "index-0-prop_tgt:COMPATIBLE_INTERFACE_STRING", false], [266, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [266, "index-0-prop_tgt:COMPILE_FEATURES", false], [266, "index-0-prop_tgt:COMPILE_OPTIONS", false], [266, "index-0-prop_tgt:DEFINE_SYMBOL", false], [266, "index-0-prop_tgt:ENABLE_EXPORTS", false], [266, "index-0-prop_tgt:EXPORT_NO_SYSTEM", false], [266, "index-0-prop_tgt:FRAMEWORK", false], [266, "index-0-prop_tgt:FRAMEWORK_VERSION", false], [266, "index-0-prop_tgt:IMPORTED", false], [266, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [266, "index-0-prop_tgt:INTERFACE_AUTOMOC_MACRO_NAMES", false], [266, "index-0-prop_tgt:INTERFACE_AUTOUIC_OPTIONS", false], [266, "index-0-prop_tgt:INTERFACE_COMPILE_DEFINITIONS", false], [266, "index-0-prop_tgt:INTERFACE_COMPILE_FEATURES", false], [266, "index-0-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [266, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [266, "index-0-prop_tgt:INTERFACE_LINK_DEPENDS", false], [266, "index-0-prop_tgt:INTERFACE_LINK_DIRECTORIES", false], [266, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [266, "index-0-prop_tgt:INTERFACE_LINK_OPTIONS", false], [266, "index-0-prop_tgt:INTERFACE_POSITION_INDEPENDENT_CODE", false], [266, "index-0-prop_tgt:INTERFACE_PRECOMPILE_HEADERS", false], [266, "index-0-prop_tgt:INTERFACE_SOURCES", false], [266, "index-0-prop_tgt:INTERFACE_SYSTEM_INCLUDE_DIRECTORIES", false], [266, "index-0-prop_tgt:LIBRARY_OUTPUT_DIRECTORY", false], [266, "index-0-prop_tgt:LIBRARY_OUTPUT_NAME", false], [266, "index-0-prop_tgt:LINK_DEPENDS", false], [266, "index-0-prop_tgt:LINK_DIRECTORIES", false], [266, "index-0-prop_tgt:LINK_LIBRARIES", false], [266, "index-0-prop_tgt:LINK_OPTIONS", false], [266, "index-0-prop_tgt:LOCATION", false], [266, "index-0-prop_tgt:MAP_IMPORTED_CONFIG_", false], [266, "index-0-prop_tgt:NO_SYSTEM_FROM_IMPORTED", false], [266, "index-0-prop_tgt:POSITION_INDEPENDENT_CODE", false], [266, "index-0-prop_tgt:PRECOMPILE_HEADERS", false], [266, "index-0-prop_tgt:PREFIX", false], [266, "index-0-prop_tgt:RUNTIME_OUTPUT_DIRECTORY", false], [266, "index-0-prop_tgt:RUNTIME_OUTPUT_NAME", false], [266, "index-0-prop_tgt:SOURCES", false], [266, "index-0-prop_tgt:SUFFIX", false], [266, "index-0-prop_tgt:SYSTEM", false], [266, "index-0-prop_tgt:TRANSITIVE_COMPILE_PROPERTIES", false], [266, "index-0-prop_tgt:TRANSITIVE_LINK_PROPERTIES", false], [266, "index-0-prop_tgt:TYPE", false], [266, "index-1-prop_tgt:AUTOMOC", false], [266, "index-1-prop_tgt:AUTOUIC", false], [266, "index-1-prop_tgt:COMPATIBLE_INTERFACE_BOOL", false], [266, "index-1-prop_tgt:COMPATIBLE_INTERFACE_NUMBER_MAX", false], [266, "index-1-prop_tgt:COMPATIBLE_INTERFACE_NUMBER_MIN", false], [266, "index-1-prop_tgt:COMPATIBLE_INTERFACE_STRING", false], [266, "index-1-prop_tgt:COMPILE_DEFINITIONS", false], [266, "index-1-prop_tgt:COMPILE_FEATURES", false], [266, "index-1-prop_tgt:COMPILE_OPTIONS", false], [266, "index-1-prop_tgt:ENABLE_EXPORTS", false], [266, "index-1-prop_tgt:FRAMEWORK", false], [266, "index-1-prop_tgt:IMPORTED", false], [266, "index-1-prop_tgt:INCLUDE_DIRECTORIES", false], [266, "index-1-prop_tgt:INTERFACE_COMPILE_DEFINITIONS", false], [266, "index-1-prop_tgt:INTERFACE_COMPILE_FEATURES", false], [266, "index-1-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [266, "index-1-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [266, "index-1-prop_tgt:INTERFACE_LINK_DIRECTORIES", false], [266, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [266, "index-1-prop_tgt:INTERFACE_LINK_OPTIONS", false], [266, "index-1-prop_tgt:INTERFACE_POSITION_INDEPENDENT_CODE", false], [266, "index-1-prop_tgt:INTERFACE_PRECOMPILE_HEADERS", false], [266, "index-1-prop_tgt:INTERFACE_SOURCES", false], [266, "index-1-prop_tgt:INTERFACE_SYSTEM_INCLUDE_DIRECTORIES", false], [266, "index-1-prop_tgt:LINK_DIRECTORIES", false], [266, "index-1-prop_tgt:LINK_LIBRARIES", false], [266, "index-1-prop_tgt:LINK_OPTIONS", false], [266, "index-1-prop_tgt:LOCATION", false], [266, "index-1-prop_tgt:POSITION_INDEPENDENT_CODE", false], [266, "index-1-prop_tgt:PRECOMPILE_HEADERS", false], [266, "index-1-prop_tgt:SOURCES", false], [266, "index-1-prop_tgt:TYPE", false], [266, "index-10-prop_tgt:IMPORTED", false], [266, "index-11-prop_tgt:IMPORTED", false], [266, "index-2-prop_tgt:COMPILE_DEFINITIONS", false], [266, "index-2-prop_tgt:COMPILE_OPTIONS", false], [266, "index-2-prop_tgt:ENABLE_EXPORTS", false], [266, "index-2-prop_tgt:IMPORTED", false], [266, "index-2-prop_tgt:INCLUDE_DIRECTORIES", false], [266, "index-2-prop_tgt:INTERFACE_COMPILE_DEFINITIONS", false], [266, "index-2-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [266, "index-2-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [266, "index-2-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [266, "index-2-prop_tgt:INTERFACE_POSITION_INDEPENDENT_CODE", false], [266, "index-2-prop_tgt:INTERFACE_SOURCES", false], [266, "index-2-prop_tgt:LINK_LIBRARIES", false], [266, "index-2-prop_tgt:LINK_OPTIONS", false], [266, "index-2-prop_tgt:POSITION_INDEPENDENT_CODE", false], [266, "index-3-prop_tgt:IMPORTED", false], [266, "index-3-prop_tgt:INCLUDE_DIRECTORIES", false], [266, "index-3-prop_tgt:INTERFACE_COMPILE_DEFINITIONS", false], [266, "index-3-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [266, "index-3-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [266, "index-3-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [266, "index-3-prop_tgt:INTERFACE_POSITION_INDEPENDENT_CODE", false], [266, "index-3-prop_tgt:POSITION_INDEPENDENT_CODE", false], [266, "index-4-prop_tgt:IMPORTED", false], [266, "index-4-prop_tgt:INCLUDE_DIRECTORIES", false], [266, "index-4-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [266, "index-4-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [266, "index-4-prop_tgt:POSITION_INDEPENDENT_CODE", false], [266, "index-5-prop_tgt:IMPORTED", false], [266, "index-5-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [266, "index-5-prop_tgt:POSITION_INDEPENDENT_CODE", false], [266, "index-6-prop_tgt:IMPORTED", false], [266, "index-6-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [266, "index-7-prop_tgt:IMPORTED", false], [266, "index-7-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [266, "index-8-prop_tgt:IMPORTED", false], [266, "index-8-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [266, "index-9-prop_tgt:IMPORTED", false], [266, "index-9-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [268, "index-0-prop_tgt:_EXTENSIONS", false], [268, "index-0-prop_tgt:_STANDARD", false], [268, "index-0-prop_tgt:CUDA_STANDARD", false], [268, "index-0-prop_tgt:CXX_STANDARD", false], [268, "index-0-prop_tgt:C_STANDARD", false], [268, "index-1-prop_tgt:_EXTENSIONS", false], [268, "index-1-prop_tgt:CXX_STANDARD", false], [268, "index-1-prop_tgt:C_STANDARD", false], [268, "index-2-prop_tgt:_EXTENSIONS", false], [268, "index-2-prop_tgt:CXX_STANDARD", false], [270, "index-0-prop_tgt:CXX_SCAN_FOR_MODULES", false], [270, "index-0-prop_tgt:UNITY_BUILD", false], [271, "index-0-prop_tgt:IMPORTED", false], [271, "index-0-prop_tgt:IMPORTED_CONFIGURATIONS", false], [273, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [273, "index-0-prop_tgt:CXX_STANDARD", false], [273, "index-0-prop_tgt:FOLDER", false], [273, "index-0-prop_tgt:HEADER_DIRS", false], [273, "index-0-prop_tgt:HEADER_DIRS_", false], [273, "index-0-prop_tgt:PRECOMPILE_HEADERS", false], [273, "index-0-prop_tgt:SOVERSION", false], [273, "index-0-prop_tgt:TEST_LAUNCHER", false], [273, "index-0-prop_tgt:VERSION", false], [274, "index-0-prop_tgt:_POSTFIX", false], [274, "index-0-prop_tgt:ARCHIVE_OUTPUT_NAME", false], [274, "index-0-prop_tgt:ARCHIVE_OUTPUT_NAME_", false], [274, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [274, "index-0-prop_tgt:CUDA_RESOLVE_DEVICE_SYMBOLS", false], [274, "index-0-prop_tgt:CUDA_SEPARABLE_COMPILATION", false], [274, "index-0-prop_tgt:CXX_STANDARD", false], [274, "index-0-prop_tgt:C_STANDARD", false], [274, "index-0-prop_tgt:DEBUG_POSTFIX", false], [274, "index-0-prop_tgt:ENABLE_EXPORTS", false], [274, "index-0-prop_tgt:FRAMEWORK", false], [274, "index-0-prop_tgt:FRAMEWORK_MULTI_CONFIG_POSTFIX_", false], [274, "index-0-prop_tgt:IMPORTED", false], [274, "index-0-prop_tgt:IMPORTED_LOCATION", false], [274, "index-0-prop_tgt:IMPORT_PREFIX", false], [274, "index-0-prop_tgt:IMPORT_SUFFIX", false], [274, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [274, "index-0-prop_tgt:INSTALL_NAME_DIR", false], [274, "index-0-prop_tgt:INSTALL_RPATH", false], [274, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT", false], [274, "index-0-prop_tgt:LIBRARY_OUTPUT_NAME", false], [274, "index-0-prop_tgt:LIBRARY_OUTPUT_NAME_", false], [274, "index-0-prop_tgt:LINK_LIBRARIES", false], [274, "index-0-prop_tgt:LINK_LIBRARY_OVERRIDE", false], [274, "index-0-prop_tgt:LINK_LIBRARY_OVERRIDE_", false], [274, "index-0-prop_tgt:MAP_IMPORTED_CONFIG_", false], [274, "index-0-prop_tgt:OUTPUT_NAME", false], [274, "index-0-prop_tgt:OUTPUT_NAME_", false], [274, "index-0-prop_tgt:PDB_NAME", false], [274, "index-0-prop_tgt:PDB_NAME_", false], [274, "index-0-prop_tgt:PDB_OUTPUT_DIRECTORY", false], [274, "index-0-prop_tgt:PDB_OUTPUT_DIRECTORY_", false], [274, "index-0-prop_tgt:PREFIX", false], [274, "index-0-prop_tgt:RUNTIME_OUTPUT_NAME", false], [274, "index-0-prop_tgt:RUNTIME_OUTPUT_NAME_", false], [274, "index-0-prop_tgt:SUFFIX", false], [274, "index-0-prop_tgt:TRANSITIVE_COMPILE_PROPERTIES", false], [274, "index-0-prop_tgt:TRANSITIVE_LINK_PROPERTIES", false], [274, "index-1-prop_tgt:_POSTFIX", false], [274, "index-1-prop_tgt:ARCHIVE_OUTPUT_NAME", false], [274, "index-1-prop_tgt:ARCHIVE_OUTPUT_NAME_", false], [274, "index-1-prop_tgt:DEBUG_POSTFIX", false], [274, "index-1-prop_tgt:ENABLE_EXPORTS", false], [274, "index-1-prop_tgt:IMPORT_PREFIX", false], [274, "index-1-prop_tgt:IMPORT_SUFFIX", false], [274, "index-1-prop_tgt:INSTALL_NAME_DIR", false], [274, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT", false], [274, "index-1-prop_tgt:LIBRARY_OUTPUT_NAME", false], [274, "index-1-prop_tgt:LIBRARY_OUTPUT_NAME_", false], [274, "index-1-prop_tgt:LINK_LIBRARIES", false], [274, "index-1-prop_tgt:LINK_LIBRARY_OVERRIDE", false], [274, "index-1-prop_tgt:LINK_LIBRARY_OVERRIDE_", false], [274, "index-1-prop_tgt:OUTPUT_NAME", false], [274, "index-1-prop_tgt:OUTPUT_NAME_", false], [274, "index-1-prop_tgt:PDB_NAME", false], [274, "index-1-prop_tgt:PDB_NAME_", false], [274, "index-1-prop_tgt:PREFIX", false], [274, "index-1-prop_tgt:SUFFIX", false], [274, "index-1-prop_tgt:TRANSITIVE_COMPILE_PROPERTIES", false], [274, "index-1-prop_tgt:TRANSITIVE_LINK_PROPERTIES", false], [274, "index-10-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-11-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-12-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-13-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-14-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-15-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-16-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-17-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-18-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-19-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-2-prop_tgt:_POSTFIX", false], [274, "index-2-prop_tgt:ARCHIVE_OUTPUT_NAME", false], [274, "index-2-prop_tgt:ARCHIVE_OUTPUT_NAME_", false], [274, "index-2-prop_tgt:DEBUG_POSTFIX", false], [274, "index-2-prop_tgt:IMPORT_PREFIX", false], [274, "index-2-prop_tgt:IMPORT_SUFFIX", false], [274, "index-2-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-2-prop_tgt:LIBRARY_OUTPUT_NAME", false], [274, "index-2-prop_tgt:LIBRARY_OUTPUT_NAME_", false], [274, "index-2-prop_tgt:LINK_LIBRARIES", false], [274, "index-2-prop_tgt:OUTPUT_NAME", false], [274, "index-2-prop_tgt:OUTPUT_NAME_", false], [274, "index-2-prop_tgt:PREFIX", false], [274, "index-2-prop_tgt:SUFFIX", false], [274, "index-2-prop_tgt:TRANSITIVE_COMPILE_PROPERTIES", false], [274, "index-2-prop_tgt:TRANSITIVE_LINK_PROPERTIES", false], [274, "index-3-prop_tgt:_POSTFIX", false], [274, "index-3-prop_tgt:ARCHIVE_OUTPUT_NAME", false], [274, "index-3-prop_tgt:ARCHIVE_OUTPUT_NAME_", false], [274, "index-3-prop_tgt:DEBUG_POSTFIX", false], [274, "index-3-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-3-prop_tgt:LINK_LIBRARIES", false], [274, "index-3-prop_tgt:OUTPUT_NAME", false], [274, "index-3-prop_tgt:OUTPUT_NAME_", false], [274, "index-3-prop_tgt:TRANSITIVE_COMPILE_PROPERTIES", false], [274, "index-3-prop_tgt:TRANSITIVE_LINK_PROPERTIES", false], [274, "index-4-prop_tgt:_POSTFIX", false], [274, "index-4-prop_tgt:ARCHIVE_OUTPUT_NAME", false], [274, "index-4-prop_tgt:ARCHIVE_OUTPUT_NAME_", false], [274, "index-4-prop_tgt:DEBUG_POSTFIX", false], [274, "index-4-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-4-prop_tgt:LINK_LIBRARIES", false], [274, "index-4-prop_tgt:OUTPUT_NAME", false], [274, "index-4-prop_tgt:OUTPUT_NAME_", false], [274, "index-4-prop_tgt:TRANSITIVE_COMPILE_PROPERTIES", false], [274, "index-4-prop_tgt:TRANSITIVE_LINK_PROPERTIES", false], [274, "index-5-prop_tgt:_POSTFIX", false], [274, "index-5-prop_tgt:DEBUG_POSTFIX", false], [274, "index-5-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-5-prop_tgt:LINK_LIBRARIES", false], [274, "index-6-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-6-prop_tgt:LINK_LIBRARIES", false], [274, "index-7-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-7-prop_tgt:LINK_LIBRARIES", false], [274, "index-8-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-8-prop_tgt:LINK_LIBRARIES", false], [274, "index-9-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [274, "index-9-prop_tgt:LINK_LIBRARIES", false], [279, "index-0-prop_tgt:COMPATIBLE_INTERFACE_STRING", false], [279, "index-0-prop_tgt:IMPORTED", false], [279, "index-0-prop_tgt:IMPORTED_LOCATION", false], [279, "index-0-prop_tgt:INTERFACE_COMPILE_DEFINITIONS", false], [279, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [279, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [279, "index-1-prop_tgt:IMPORTED", false], [279, "index-1-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [279, "index-2-prop_tgt:IMPORTED", false], [279, "index-2-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [279, "index-3-prop_tgt:IMPORTED", false], [279, "index-3-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [279, "index-4-prop_tgt:IMPORTED", false], [279, "index-5-prop_tgt:IMPORTED", false], [279, "index-6-prop_tgt:IMPORTED", false], [281, "index-0-prop_tgt:VS_PACKAGE_REFERENCES", false], [283, "index-0-prop_tgt:AUTOGEN_BUILD_DIR", false], [283, "index-0-prop_tgt:AUTOGEN_ORIGIN_DEPENDS", false], [283, "index-0-prop_tgt:AUTOGEN_TARGET_DEPENDS", false], [283, "index-0-prop_tgt:AUTOMOC", false], [283, "index-0-prop_tgt:AUTOMOC_DEPEND_FILTERS", false], [283, "index-0-prop_tgt:AUTOMOC_MACRO_NAMES", false], [283, "index-0-prop_tgt:AUTOMOC_MOC_OPTIONS", false], [283, "index-0-prop_tgt:AUTORCC", false], [283, "index-0-prop_tgt:AUTORCC_OPTIONS", false], [283, "index-0-prop_tgt:AUTOUIC", false], [283, "index-0-prop_tgt:AUTOUIC_OPTIONS", false], [283, "index-0-prop_tgt:AUTOUIC_SEARCH_PATHS", false], [283, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [283, "index-0-prop_tgt:IMPORTED", false], [283, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [283, "index-0-prop_tgt:INTERFACE_AUTOUIC_OPTIONS", false], [283, "index-0-prop_tgt:WIN32_EXECUTABLE", false], [283, "index-1-prop_tgt:AUTOGEN_BUILD_DIR", false], [283, "index-1-prop_tgt:AUTOGEN_TARGET_DEPENDS", false], [283, "index-1-prop_tgt:AUTOMOC", false], [283, "index-1-prop_tgt:AUTOMOC_MACRO_NAMES", false], [283, "index-1-prop_tgt:AUTORCC", false], [283, "index-1-prop_tgt:AUTORCC_OPTIONS", false], [283, "index-1-prop_tgt:AUTOUIC", false], [283, "index-1-prop_tgt:AUTOUIC_OPTIONS", false], [283, "index-1-prop_tgt:IMPORTED", false], [283, "index-1-prop_tgt:INCLUDE_DIRECTORIES", false], [283, "index-1-prop_tgt:INTERFACE_AUTOUIC_OPTIONS", false], [283, "index-2-prop_tgt:AUTOGEN_BUILD_DIR", false], [283, "index-2-prop_tgt:AUTOMOC", false], [283, "index-2-prop_tgt:AUTORCC", false], [283, "index-2-prop_tgt:AUTOUIC", false], [283, "index-2-prop_tgt:AUTOUIC_OPTIONS", false], [283, "index-2-prop_tgt:INCLUDE_DIRECTORIES", false], [283, "index-3-prop_tgt:AUTOMOC", false], [283, "index-3-prop_tgt:AUTOUIC", false], [283, "index-4-prop_tgt:AUTOMOC", false], [283, "index-4-prop_tgt:AUTOUIC", false], [283, "index-5-prop_tgt:AUTOUIC", false], [285, "index-0-prop_tgt:_VISIBILITY_PRESET", false], [285, "index-0-prop_tgt:ANDROID_ANT_ADDITIONAL_OPTIONS", false], [285, "index-0-prop_tgt:ANDROID_API", false], [285, "index-0-prop_tgt:ANDROID_API_MIN", false], [285, "index-0-prop_tgt:ANDROID_ARCH", false], [285, "index-0-prop_tgt:ANDROID_ASSETS_DIRECTORIES", false], [285, "index-0-prop_tgt:ANDROID_GUI", false], [285, "index-0-prop_tgt:ANDROID_JAR_DEPENDENCIES", false], [285, "index-0-prop_tgt:ANDROID_JAR_DIRECTORIES", false], [285, "index-0-prop_tgt:ANDROID_JAVA_SOURCE_DIR", false], [285, "index-0-prop_tgt:ANDROID_NATIVE_LIB_DEPENDENCIES", false], [285, "index-0-prop_tgt:ANDROID_NATIVE_LIB_DIRECTORIES", false], [285, "index-0-prop_tgt:ANDROID_PROCESS_MAX", false], [285, "index-0-prop_tgt:ANDROID_PROGUARD", false], [285, "index-0-prop_tgt:ANDROID_PROGUARD_CONFIG_PATH", false], [285, "index-0-prop_tgt:ANDROID_SECURE_PROPS_PATH", false], [285, "index-0-prop_tgt:ANDROID_SKIP_ANT_STEP", false], [285, "index-0-prop_tgt:ANDROID_STL_TYPE", false], [285, "index-0-prop_tgt:LINKER_LANGUAGE", false], [285, "index-0-prop_tgt:POSITION_INDEPENDENT_CODE", false], [285, "index-0-prop_tgt:VISIBILITY_INLINES_HIDDEN", false], [287, "index-0-prop_tgt:COMPILE_WARNING_AS_ERROR", false], [287, "index-0-prop_tgt:VS_PACKAGE_REFERENCES", false], [298, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [343, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [349, "index-0-prop_tgt:LINK_OPTIONS", false], [356, "index-0-prop_tgt:POSITION_INDEPENDENT_CODE", false], [367, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [367, "index-0-prop_tgt:TEST_LAUNCHER", false], [370, "index-0-prop_tgt:SYSTEM", false], [370, "index-0-prop_tgt:VERIFY_INTERFACE_HEADER_SETS", false], [371, "index-0-prop_tgt:IMPORTED", false], [376, "index-0-prop_tgt:IMPORTED", false], [377, "index-0-prop_tgt:IMPORTED", false], [378, "index-0-prop_tgt:IMPORTED", false], [379, "index-0-prop_tgt:IMPORTED", false], [383, "index-0-prop_tgt:IMPORTED", false], [384, "index-0-prop_tgt:IMPORTED", false], [387, "index-0-prop_tgt:IMPORTED", false], [393, "index-0-prop_tgt:IMPORTED", false], [394, "index-0-prop_tgt:IMPORTED_LOCATION", false], [395, "index-0-prop_tgt:IMPORTED", false], [401, "index-0-prop_tgt:IMPORTED", false], [403, "index-0-prop_tgt:IMPORTED", false], [404, "index-0-prop_tgt:IMPORTED", false], [405, "index-0-prop_tgt:IMPORTED", false], [406, "index-0-prop_tgt:IMPORTED", false], [407, "index-0-prop_tgt:IMPORTED", false], [409, "index-0-prop_tgt:IMPORTED", false], [410, "index-0-prop_tgt:IMPORTED", false], [410, "index-1-prop_tgt:IMPORTED", false], [413, "index-0-prop_tgt:IMPORTED", false], [422, "index-0-prop_tgt:IMPORTED", false], [424, "index-0-prop_tgt:IMPORTED", false], [425, "index-0-prop_tgt:IMPORTED", false], [427, "index-0-prop_tgt:IMPORTED", false], [432, "index-0-prop_tgt:IMPORTED", false], [434, "index-0-prop_tgt:IMPORTED", false], [436, "index-0-prop_tgt:IMPORTED", false], [437, "index-0-prop_tgt:IMPORTED", false], [438, "index-0-prop_tgt:IMPORTED", false], [446, "index-0-prop_tgt:IMPORTED", false], [447, "index-0-prop_tgt:EXCLUDE_FROM_ALL", false], [447, "index-0-prop_tgt:IMPORTED", false], [450, "index-0-prop_tgt:IMPORTED", false], [451, "index-0-prop_tgt:IMPORTED", false], [452, "index-0-prop_tgt:IMPORTED", false], [453, "index-0-prop_tgt:IMPORTED", false], [454, "index-0-prop_tgt:IMPORTED", false], [455, "index-0-prop_tgt:IMPORTED", false], [456, "index-0-prop_tgt:IMPORTED", false], [456, "index-1-prop_tgt:IMPORTED", false], [457, "index-0-prop_tgt:IMPORTED", false], [461, "index-0-prop_tgt:IMPORTED", false], [464, "index-0-prop_tgt:IMPORTED", false], [469, "index-0-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [469, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [469, "index-0-prop_tgt:INTERFACE_LINK_OPTIONS", false], [470, "index-0-prop_tgt:IMPORTED", false], [472, "index-0-prop_tgt:IMPORTED", false], [473, "index-0-prop_tgt:DEBUG_POSTFIX", false], [473, "index-1-prop_tgt:DEBUG_POSTFIX", false], [474, "index-0-prop_tgt:DEBUG_POSTFIX", false], [474, "index-1-prop_tgt:DEBUG_POSTFIX", false], [475, "index-0-prop_tgt:DEBUG_POSTFIX", false], [475, "index-1-prop_tgt:DEBUG_POSTFIX", false], [480, "index-0-prop_tgt:IMPORTED", false], [480, "index-0-prop_tgt:WIN32_EXECUTABLE", false], [480, "index-1-prop_tgt:IMPORTED", false], [480, "index-2-prop_tgt:IMPORTED", false], [484, "index-0-prop_tgt:IMPORTED", false], [491, "index-0-prop_tgt:IMPORTED", false], [497, "index-0-prop_tgt:IMPORTED", false], [500, "index-0-prop_tgt:IMPORTED", false], [503, "index-0-prop_tgt:IMPORTED", false], [509, "index-0-prop_tgt:IMPORTED", false], [510, "index-0-prop_tgt:IMPORTED", false], [511, "index-0-prop_tgt:IMPORTED", false], [532, "index-0-prop_tgt:IMPORTED", false], [536, "index-0-prop_tgt:_VISIBILITY_PRESET", false], [536, "index-0-prop_tgt:VISIBILITY_INLINES_HIDDEN", false], [536, "index-1-prop_tgt:_VISIBILITY_PRESET", false], [536, "index-1-prop_tgt:VISIBILITY_INLINES_HIDDEN", false], [538, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [538, "index-0-prop_tgt:SOURCES", false], [538, "index-0-prop_tgt:TEST_LAUNCHER", false], [538, "index-1-prop_tgt:CROSSCOMPILING_EMULATOR", false], [538, "index-1-prop_tgt:TEST_LAUNCHER", false], [538, "index-2-prop_tgt:CROSSCOMPILING_EMULATOR", false], [538, "index-2-prop_tgt:TEST_LAUNCHER", false], [555, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [555, "index-0-prop_tgt:COMPILE_OPTIONS", false], [555, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [555, "index-0-prop_tgt:OUTPUT_NAME", false], [555, "index-1-prop_tgt:INCLUDE_DIRECTORIES", false], [555, "index-2-prop_tgt:INCLUDE_DIRECTORIES", false], [555, "index-3-prop_tgt:INCLUDE_DIRECTORIES", false], [555, "index-4-prop_tgt:INCLUDE_DIRECTORIES", false], [559, "index-0-prop_tgt:CXX_STANDARD", false], [562, "index-0-prop_tgt:OUTPUT_NAME", false], [566, "index-0-prop_tgt:MACOSX_BUNDLE", false], [566, "index-1-prop_tgt:MACOSX_BUNDLE", false], [566, "index-2-prop_tgt:MACOSX_BUNDLE", false], [578, "index-0-prop_tgt:POSITION_INDEPENDENT_CODE", false], [578, "index-1-prop_tgt:POSITION_INDEPENDENT_CODE", false], [578, "index-2-prop_tgt:POSITION_INDEPENDENT_CODE", false], [581, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [581, "index-1-prop_tgt:INCLUDE_DIRECTORIES", false], [581, "index-2-prop_tgt:INCLUDE_DIRECTORIES", false], [582, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [582, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [582, "index-2-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [582, "index-3-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [586, "index-0-prop_tgt:LOCATION", false], [586, "index-1-prop_tgt:LOCATION", false], [586, "index-2-prop_tgt:LOCATION", false], [586, "index-3-prop_tgt:LOCATION", false], [586, "index-4-prop_tgt:LOCATION", false], [587, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [587, "index-1-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [587, "index-2-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [587, "index-3-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [587, "index-4-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [588, "index-0-prop_tgt:LINK_LIBRARIES_ONLY_TARGETS", false], [601, "index-0-prop_tgt:IMPORTED", false], [601, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [601, "index-1-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [602, "index-0-prop_tgt:INSTALL_NAME_DIR", false], [602, "index-0-prop_tgt:MACOSX_RPATH", false], [602, "index-1-prop_tgt:MACOSX_RPATH", false], [603, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [603, "index-0-prop_tgt:COMPILE_DEFINITIONS_", false], [603, "index-1-prop_tgt:COMPILE_DEFINITIONS", false], [603, "index-1-prop_tgt:COMPILE_DEFINITIONS_", false], [603, "index-2-prop_tgt:COMPILE_DEFINITIONS_", false], [603, "index-3-prop_tgt:COMPILE_DEFINITIONS_", false], [611, "index-0-prop_tgt:SOURCES", false], [611, "index-1-prop_tgt:SOURCES", false], [611, "index-2-prop_tgt:SOURCES", false], [612, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [612, "index-1-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [612, "index-2-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [620, "index-0-prop_tgt:IMPORTED_LOCATION", false], [620, "index-0-prop_tgt:LINK_SEARCH_END_STATIC", false], [623, "index-0-prop_tgt:_VISIBILITY_PRESET", false], [623, "index-0-prop_tgt:ENABLE_EXPORTS", false], [623, "index-0-prop_tgt:VISIBILITY_INLINES_HIDDEN", false], [625, "index-0-prop_tgt:ENABLE_EXPORTS", false], [625, "index-1-prop_tgt:ENABLE_EXPORTS", false], [625, "index-2-prop_tgt:ENABLE_EXPORTS", false], [625, "index-3-prop_tgt:ENABLE_EXPORTS", false], [628, "index-0-prop_tgt:BUILD_WITH_INSTALL_NAME_DIR", false], [628, "index-0-prop_tgt:BUILD_WITH_INSTALL_RPATH", false], [628, "index-0-prop_tgt:INSTALL_NAME_DIR", false], [628, "index-0-prop_tgt:INSTALL_RPATH", false], [628, "index-0-prop_tgt:SKIP_BUILD_RPATH", false], [628, "index-1-prop_tgt:BUILD_WITH_INSTALL_RPATH", false], [628, "index-1-prop_tgt:INSTALL_NAME_DIR", false], [628, "index-1-prop_tgt:SKIP_BUILD_RPATH", false], [629, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [629, "index-1-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [629, "index-2-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [629, "index-3-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [631, "index-0-prop_tgt:AUTOMOC", false], [631, "index-0-prop_tgt:AUTOUIC", false], [631, "index-1-prop_tgt:AUTOMOC", false], [631, "index-1-prop_tgt:AUTOUIC", false], [631, "index-2-prop_tgt:AUTOMOC", false], [631, "index-2-prop_tgt:AUTOUIC", false], [631, "index-3-prop_tgt:AUTOMOC", false], [631, "index-3-prop_tgt:AUTOUIC", false], [631, "index-4-prop_tgt:AUTOMOC", false], [631, "index-4-prop_tgt:AUTOUIC", false], [631, "index-5-prop_tgt:AUTOMOC", false], [631, "index-5-prop_tgt:AUTOUIC", false], [636, "index-0-prop_tgt:INTERFACE_SOURCES", false], [636, "index-0-prop_tgt:SOURCE_DIR", false], [639, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [639, "index-0-prop_tgt:LINK_LIBRARIES", false], [639, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [639, "index-1-prop_tgt:LINK_LIBRARIES", false], [639, "index-2-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [641, "index-0-prop_tgt:LINK_DIRECTORIES", false], [641, "index-1-prop_tgt:LINK_DIRECTORIES", false], [641, "index-2-prop_tgt:LINK_DIRECTORIES", false], [641, "index-3-prop_tgt:LINK_DIRECTORIES", false], [643, "index-0-prop_tgt:POSITION_INDEPENDENT_CODE", false], [643, "index-1-prop_tgt:POSITION_INDEPENDENT_CODE", false], [643, "index-2-prop_tgt:POSITION_INDEPENDENT_CODE", false], [651, "index-0-prop_tgt:MSVC_RUNTIME_LIBRARY", false], [655, "index-0-prop_tgt:INSTALL_RPATH", false], [659, "index-0-prop_tgt:INTERFACE_LINK_DEPENDS", false], [659, "index-0-prop_tgt:INTERFACE_LINK_DIRECTORIES", false], [659, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [659, "index-0-prop_tgt:INTERFACE_LINK_OPTIONS", false], [660, "index-0-prop_tgt:AUTOMOC", false], [660, "index-0-prop_tgt:AUTOUIC", false], [660, "index-1-prop_tgt:AUTOMOC", false], [660, "index-1-prop_tgt:AUTOUIC", false], [660, "index-2-prop_tgt:AUTOMOC", false], [660, "index-2-prop_tgt:AUTOUIC", false], [660, "index-3-prop_tgt:AUTOMOC", false], [660, "index-3-prop_tgt:AUTOUIC", false], [660, "index-4-prop_tgt:AUTOMOC", false], [660, "index-4-prop_tgt:AUTOUIC", false], [660, "index-5-prop_tgt:AUTOMOC", false], [660, "index-5-prop_tgt:AUTOUIC", false], [660, "index-6-prop_tgt:AUTOMOC", false], [660, "index-6-prop_tgt:AUTOUIC", false], [661, "index-0-prop_tgt:COMPILE_OPTIONS", false], [661, "index-0-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [661, "index-1-prop_tgt:COMPILE_OPTIONS", false], [661, "index-1-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [664, "index-0-prop_tgt:CUDA_ARCHITECTURES", false], [664, "index-1-prop_tgt:CUDA_ARCHITECTURES", false], [664, "index-2-prop_tgt:CUDA_ARCHITECTURES", false], [664, "index-3-prop_tgt:CUDA_ARCHITECTURES", false], [664, "index-4-prop_tgt:CUDA_ARCHITECTURES", false], [665, "index-0-prop_tgt:INTERFACE_LINK_OPTIONS", false], [665, "index-0-prop_tgt:LINK_OPTIONS", false], [671, "index-0-prop_tgt:IMPORTED_IMPLIB", false], [671, "index-0-prop_tgt:IMPORTED_LOCATION", false], [688, "index-0-prop_tgt:_EXTENSIONS", false], [688, "index-0-prop_tgt:_STANDARD", false], [688, "index-0-prop_tgt:_STANDARD_REQUIRED", false], [688, "index-1-prop_tgt:_EXTENSIONS", false], [688, "index-1-prop_tgt:_STANDARD", false], [688, "index-2-prop_tgt:_EXTENSIONS", false], [688, "index-2-prop_tgt:_STANDARD", false], [688, "index-3-prop_tgt:_EXTENSIONS", false], [688, "index-3-prop_tgt:_STANDARD", false], [688, "index-4-prop_tgt:_EXTENSIONS", false], [688, "index-4-prop_tgt:_STANDARD", false], [688, "index-5-prop_tgt:_STANDARD", false], [691, "index-0-prop_tgt:INTERFACE_COMPILE_DEFINITIONS", false], [691, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [691, "index-0-prop_tgt:LINK_LIBRARIES", false], [691, "index-1-prop_tgt:LINK_LIBRARIES", false], [691, "index-2-prop_tgt:LINK_LIBRARIES", false], [691, "index-3-prop_tgt:LINK_LIBRARIES", false], [696, "index-0-prop_tgt:WATCOM_RUNTIME_LIBRARY", false], [698, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [701, "index-0-prop_tgt:MSVC_DEBUG_INFORMATION_FORMAT", false], [711, "index-0-prop_tgt:AUTOGEN_USE_SYSTEM_INCLUDE", false], [717, "index-0-prop_tgt:Swift_COMPILATION_MODE", false], [717, "index-1-prop_tgt:Swift_COMPILATION_MODE", false], [718, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [718, "index-1-prop_tgt:CROSSCOMPILING_EMULATOR", false], [718, "index-2-prop_tgt:CROSSCOMPILING_EMULATOR", false], [720, "index-0-prop_tgt:ALIAS_GLOBAL", false], [720, "index-0-prop_tgt:BINARY_DIR", false], [720, "index-0-prop_tgt:CXX_MODULE_SETS", false], [720, "index-0-prop_tgt:HEADER_SETS", false], [720, "index-0-prop_tgt:IMPORTED", false], [720, "index-0-prop_tgt:IMPORTED_GLOBAL", false], [720, "index-0-prop_tgt:INTERFACE_CXX_MODULE_SETS", false], [720, "index-0-prop_tgt:INTERFACE_HEADER_SETS", false], [720, "index-0-prop_tgt:LOCATION", false], [720, "index-0-prop_tgt:LOCATION_", false], [720, "index-0-prop_tgt:MANUALLY_ADDED_DEPENDENCIES", false], [720, "index-0-prop_tgt:NAME", false], [720, "index-0-prop_tgt:SOURCE_DIR", false], [720, "index-0-prop_tgt:TYPE", false], [720, "index-1-prop_tgt:MANUALLY_ADDED_DEPENDENCIES", false], [720, "index-1-prop_tgt:NAME", false], [720, "index-1-prop_tgt:TYPE", false], [722, "index-0-prop_tgt:MSVC_RUNTIME_LIBRARY", false], [722, "index-0-prop_tgt:VS_USE_DEBUG_LIBRARIES", false], [726, "index-0-prop_tgt:INTERFACE_LINK_DEPENDS", false], [726, "index-0-prop_tgt:INTERFACE_LINK_DIRECTORIES", false], [726, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [726, "index-0-prop_tgt:INTERFACE_LINK_OPTIONS", false], [726, "index-1-prop_tgt:INTERFACE_LINK_DEPENDS", false], [726, "index-1-prop_tgt:INTERFACE_LINK_DIRECTORIES", false], [726, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [726, "index-1-prop_tgt:INTERFACE_LINK_OPTIONS", false], [726, "index-2-prop_tgt:INTERFACE_LINK_DEPENDS", false], [726, "index-2-prop_tgt:INTERFACE_LINK_DIRECTORIES", false], [726, "index-2-prop_tgt:INTERFACE_LINK_OPTIONS", false], [738, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [738, "index-0-prop_tgt:TEST_LAUNCHER", false], [738, "index-1-prop_tgt:CROSSCOMPILING_EMULATOR", false], [738, "index-1-prop_tgt:TEST_LAUNCHER", false], [738, "index-2-prop_tgt:CROSSCOMPILING_EMULATOR", false], [738, "index-2-prop_tgt:TEST_LAUNCHER", false], [747, "index-0-prop_tgt:ADDITIONAL_CLEAN_FILES", false], [756, "index-0-prop_tgt:COMPILE_OPTIONS", false], [758, "index-0-prop_tgt:EXCLUDE_FROM_ALL", false], [761, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [761, "index-1-prop_tgt:INCLUDE_DIRECTORIES", false], [763, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [764, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION_", false], [765, "index-0-prop_tgt:LABELS", false], [766, "index-0-prop_tgt:LINK_DIRECTORIES", false], [767, "index-0-prop_tgt:LINK_OPTIONS", false], [771, "index-0-prop_tgt:_COMPILER_LAUNCHER", false], [773, "index-0-prop_tgt:_LINKER_LAUNCHER", false], [776, "index-0-prop_tgt:SYSTEM", false], [785, "index-0-prop_tgt:AUTOMOC", false], [785, "index-0-prop_tgt:AUTORCC", false], [785, "index-0-prop_tgt:AUTOUIC", false], [785, "index-1-prop_tgt:AUTOMOC", false], [785, "index-1-prop_tgt:AUTORCC", false], [785, "index-1-prop_tgt:AUTOUIC", false], [785, "index-2-prop_tgt:AUTOMOC", false], [785, "index-2-prop_tgt:AUTORCC", false], [785, "index-2-prop_tgt:AUTOUIC", false], [785, "index-3-prop_tgt:AUTOMOC", false], [785, "index-3-prop_tgt:AUTORCC", false], [785, "index-3-prop_tgt:AUTOUIC", false], [786, "index-0-prop_tgt:AUTOMOC", false], [786, "index-0-prop_tgt:FOLDER", false], [786, "index-1-prop_tgt:AUTOMOC", false], [786, "index-1-prop_tgt:FOLDER", false], [786, "index-2-prop_tgt:FOLDER", false], [787, "index-0-prop_tgt:AUTOMOC", false], [787, "index-1-prop_tgt:AUTOMOC", false], [788, "index-0-prop_tgt:AUTOMOC", false], [788, "index-0-prop_tgt:FOLDER", false], [788, "index-1-prop_tgt:AUTOMOC", false], [788, "index-1-prop_tgt:FOLDER", false], [788, "index-2-prop_tgt:FOLDER", false], [789, "index-0-prop_tgt:AUTORCC", false], [789, "index-1-prop_tgt:AUTORCC", false], [790, "index-0-prop_tgt:AUTOUIC", false], [790, "index-1-prop_tgt:AUTOUIC", false], [791, "index-0-prop_tgt:_EXTENSIONS", false], [791, "index-0-prop_tgt:_STANDARD", false], [792, "index-0-prop_tgt:_EXTENSIONS", false], [792, "index-0-prop_tgt:_STANDARD", false], [793, "index-0-prop_tgt:_EXTENSIONS", false], [793, "index-0-prop_tgt:_STANDARD", false], [794, "index-0-prop_tgt:_EXTENSIONS", false], [794, "index-0-prop_tgt:_STANDARD", false], [811, "index-0-prop_tgt:JOB_POOL_COMPILE", false], [811, "index-0-prop_tgt:JOB_POOL_LINK", false], [814, "index-0-prop_tgt:FOLDER", false], [817, "index-0-prop_tgt:_COMPILER_LAUNCHER", false], [819, "index-0-prop_tgt:_LINKER_LAUNCHER", false], [824, "index-0-prop_tgt:FOLDER", false], [833, "index-0-prop_tgt:AUTORCC", false], [833, "index-0-prop_tgt:AUTORCC_OPTIONS", false], [833, "index-1-prop_tgt:AUTORCC", false], [834, "index-0-prop_tgt:AUTOUIC", false], [834, "index-0-prop_tgt:AUTOUIC_OPTIONS", false], [834, "index-1-prop_tgt:AUTOUIC", false], [836, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [839, "index-0-prop_tgt:CXX_SCAN_FOR_MODULES", false], [839, "index-1-prop_tgt:CXX_SCAN_FOR_MODULES", false], [841, "index-0-prop_tgt:Fortran_FORMAT", false], [842, "index-0-prop_tgt:Fortran_PREPROCESS", false], [843, "index-0-prop_tgt:AUTOMOC", false], [843, "index-0-prop_tgt:AUTORCC", false], [843, "index-0-prop_tgt:AUTOUIC", false], [843, "index-1-prop_tgt:AUTOMOC", false], [843, "index-1-prop_tgt:AUTORCC", false], [843, "index-1-prop_tgt:AUTOUIC", false], [850, "index-0-prop_tgt:BUNDLE", false], [850, "index-0-prop_tgt:FRAMEWORK", false], [850, "index-0-prop_tgt:MACOSX_BUNDLE", false], [850, "index-0-prop_tgt:PRIVATE_HEADER", false], [850, "index-0-prop_tgt:PUBLIC_HEADER", false], [850, "index-0-prop_tgt:RESOURCE", false], [850, "index-1-prop_tgt:BUNDLE", false], [850, "index-1-prop_tgt:FRAMEWORK", false], [850, "index-1-prop_tgt:MACOSX_BUNDLE", false], [850, "index-1-prop_tgt:RESOURCE", false], [853, "index-0-prop_tgt:AUTOMOC", false], [853, "index-0-prop_tgt:AUTORCC", false], [853, "index-0-prop_tgt:AUTOUIC", false], [854, "index-0-prop_tgt:AUTOMOC", false], [855, "index-0-prop_tgt:AUTORCC", false], [856, "index-0-prop_tgt:AUTOUIC", false], [857, "index-0-prop_tgt:_CLANG_TIDY", false], [857, "index-0-prop_tgt:_CPPCHECK", false], [857, "index-0-prop_tgt:_CPPLINT", false], [857, "index-0-prop_tgt:_INCLUDE_WHAT_YOU_USE", false], [857, "index-0-prop_tgt:VERIFY_INTERFACE_HEADER_SETS", false], [857, "index-1-prop_tgt:_CLANG_TIDY", false], [857, "index-1-prop_tgt:_CPPCHECK", false], [857, "index-1-prop_tgt:_CPPLINT", false], [857, "index-1-prop_tgt:_INCLUDE_WHAT_YOU_USE", false], [858, "index-0-prop_tgt:PRECOMPILE_HEADERS", false], [858, "index-1-prop_tgt:PRECOMPILE_HEADERS", false], [859, "index-0-prop_tgt:UNITY_BUILD", false], [863, "index-0-prop_tgt:UNITY_BUILD_MODE", false], [900, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [900, "index-0-prop_tgt:TEST_LAUNCHER", false], [907, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [907, "index-0-prop_tgt:TEST_LAUNCHER", false], [908, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [908, "index-0-prop_tgt:TEST_LAUNCHER", false], [913, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [913, "index-0-prop_tgt:TEST_LAUNCHER", false], [915, "prop_tgt:ADDITIONAL_CLEAN_FILES", true], [916, "index-0-prop_tgt:ENABLE_EXPORTS", false], [916, "prop_tgt:AIX_EXPORT_ALL_SYMBOLS", true], [917, "index-0-prop_tgt:SOVERSION", false], [917, "index-0-prop_tgt:VERSION", false], [917, "prop_tgt:AIX_SHARED_LIBRARY_ARCHIVE", true], [918, "prop_tgt:ALIASED_TARGET", true], [919, "index-0-prop_tgt:IMPORTED_GLOBAL", false], [919, "prop_tgt:ALIAS_GLOBAL", true], [920, "prop_tgt:ANDROID_ANT_ADDITIONAL_OPTIONS", true], [921, "prop_tgt:ANDROID_API", true], [922, "prop_tgt:ANDROID_API_MIN", true], [923, "prop_tgt:ANDROID_ARCH", true], [924, "prop_tgt:ANDROID_ASSETS_DIRECTORIES", true], [925, "prop_tgt:ANDROID_GUI", true], [926, "prop_tgt:ANDROID_JAR_DEPENDENCIES", true], [927, "prop_tgt:ANDROID_JAR_DIRECTORIES", true], [928, "prop_tgt:ANDROID_JAVA_SOURCE_DIR", true], [929, "prop_tgt:ANDROID_NATIVE_LIB_DEPENDENCIES", true], [930, "prop_tgt:ANDROID_NATIVE_LIB_DIRECTORIES", true], [931, "prop_tgt:ANDROID_PROCESS_MAX", true], [932, "prop_tgt:ANDROID_PROGUARD", true], [933, "prop_tgt:ANDROID_PROGUARD_CONFIG_PATH", true], [934, "prop_tgt:ANDROID_SECURE_PROPS_PATH", true], [935, "prop_tgt:ANDROID_SKIP_ANT_STEP", true], [936, "prop_tgt:ANDROID_STL_TYPE", true], [937, "index-0-prop_tgt:ARCHIVE_OUTPUT_DIRECTORY_", false], [937, "index-0-prop_tgt:ENABLE_EXPORTS", false], [937, "index-0-prop_tgt:FRAMEWORK", false], [937, "prop_tgt:ARCHIVE_OUTPUT_DIRECTORY", true], [938, "index-0-prop_tgt:ARCHIVE_OUTPUT_DIRECTORY", false], [938, "prop_tgt:ARCHIVE_OUTPUT_DIRECTORY_", true], [939, "index-0-prop_tgt:ARCHIVE_OUTPUT_NAME_", false], [939, "index-0-prop_tgt:ENABLE_EXPORTS", false], [939, "index-0-prop_tgt:FRAMEWORK", false], [939, "index-0-prop_tgt:OUTPUT_NAME", false], [939, "index-0-prop_tgt:OUTPUT_NAME_", false], [939, "prop_tgt:ARCHIVE_OUTPUT_NAME", true], [940, "index-0-prop_tgt:ARCHIVE_OUTPUT_NAME", false], [940, "prop_tgt:ARCHIVE_OUTPUT_NAME_", true], [941, "prop_tgt:AUTOGEN_BETTER_GRAPH_MULTI_CONFIG", true], [942, "index-0-prop_tgt:ADDITIONAL_CLEAN_FILES", false], [942, "index-0-prop_tgt:AUTOMOC", false], [942, "index-0-prop_tgt:AUTORCC", false], [942, "index-0-prop_tgt:AUTOUIC", false], [942, "index-0-prop_tgt:NAME", false], [942, "prop_tgt:AUTOGEN_BUILD_DIR", true], [943, "prop_tgt:AUTOGEN_COMMAND_LINE_LENGTH_MAX", true], [944, "index-0-prop_tgt:AUTOGEN_TARGET_DEPENDS", false], [944, "index-0-prop_tgt:AUTOMOC", false], [944, "index-0-prop_tgt:AUTOUIC", false], [944, "index-1-prop_tgt:AUTOGEN_TARGET_DEPENDS", false], [944, "prop_tgt:AUTOGEN_ORIGIN_DEPENDS", true], [945, "index-0-prop_tgt:AUTOMOC", false], [945, "index-0-prop_tgt:AUTOUIC", false], [945, "prop_tgt:AUTOGEN_PARALLEL", true], [946, "index-0-prop_tgt:AUTOGEN_ORIGIN_DEPENDS", false], [946, "index-0-prop_tgt:AUTOMOC", false], [946, "index-0-prop_tgt:AUTOUIC", false], [946, "index-1-prop_tgt:AUTOMOC", false], [946, "index-1-prop_tgt:AUTOUIC", false], [946, "index-2-prop_tgt:AUTOMOC", false], [946, "index-2-prop_tgt:AUTOUIC", false], [946, "prop_tgt:AUTOGEN_TARGET_DEPENDS", true], [947, "prop_tgt:AUTOGEN_USE_SYSTEM_INCLUDE", true], [948, "index-0-prop_tgt:AUTOGEN_BUILD_DIR", false], [948, "index-0-prop_tgt:AUTOGEN_COMMAND_LINE_LENGTH_MAX", false], [948, "index-0-prop_tgt:AUTOGEN_PARALLEL", false], [948, "index-0-prop_tgt:AUTOMOC_COMPILER_PREDEFINES", false], [948, "index-0-prop_tgt:AUTOMOC_DEPEND_FILTERS", false], [948, "index-0-prop_tgt:AUTOMOC_EXECUTABLE", false], [948, "index-0-prop_tgt:AUTOMOC_MACRO_NAMES", false], [948, "index-0-prop_tgt:AUTOMOC_MOC_OPTIONS", false], [948, "index-0-prop_tgt:AUTORCC", false], [948, "index-0-prop_tgt:AUTOUIC", false], [948, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [948, "index-1-prop_tgt:AUTOMOC_DEPEND_FILTERS", false], [948, "index-1-prop_tgt:AUTOMOC_MACRO_NAMES", false], [948, "index-1-prop_tgt:AUTORCC", false], [948, "index-1-prop_tgt:AUTOUIC", false], [948, "index-2-prop_tgt:AUTOMOC_DEPEND_FILTERS", false], [948, "index-2-prop_tgt:AUTOMOC_MACRO_NAMES", false], [948, "index-2-prop_tgt:AUTORCC", false], [948, "index-2-prop_tgt:AUTOUIC", false], [948, "prop_tgt:AUTOMOC", true], [949, "index-0-prop_tgt:AUTOGEN_BUILD_DIR", false], [949, "index-0-prop_tgt:AUTOMOC", false], [949, "index-1-prop_tgt:AUTOMOC", false], [949, "prop_tgt:AUTOMOC_COMPILER_PREDEFINES", true], [950, "index-0-prop_tgt:AUTOGEN_TARGET_DEPENDS", false], [950, "index-0-prop_tgt:AUTOMOC", false], [950, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [950, "index-1-prop_tgt:AUTOGEN_TARGET_DEPENDS", false], [950, "index-1-prop_tgt:AUTOMOC", false], [950, "index-2-prop_tgt:AUTOGEN_TARGET_DEPENDS", false], [950, "prop_tgt:AUTOMOC_DEPEND_FILTERS", true], [951, "index-0-prop_tgt:AUTOMOC", false], [951, "prop_tgt:AUTOMOC_EXECUTABLE", true], [952, "index-0-prop_tgt:AUTOMOC", false], [952, "index-0-prop_tgt:INTERFACE_AUTOMOC_MACRO_NAMES", false], [952, "index-1-prop_tgt:AUTOMOC", false], [952, "index-2-prop_tgt:AUTOMOC", false], [952, "prop_tgt:AUTOMOC_MACRO_NAMES", true], [953, "index-0-prop_tgt:AUTOMOC", false], [953, "index-1-prop_tgt:AUTOMOC", false], [953, "prop_tgt:AUTOMOC_MOC_OPTIONS", true], [954, "index-0-prop_tgt:AUTOMOC", false], [954, "prop_tgt:AUTOMOC_PATH_PREFIX", true], [955, "index-0-prop_tgt:AUTOMOC", false], [955, "index-0-prop_tgt:AUTORCC_EXECUTABLE", false], [955, "index-0-prop_tgt:AUTORCC_OPTIONS", false], [955, "index-0-prop_tgt:AUTOUIC", false], [955, "index-1-prop_tgt:AUTOMOC", false], [955, "index-1-prop_tgt:AUTOUIC", false], [955, "index-2-prop_tgt:AUTOMOC", false], [955, "prop_tgt:AUTORCC", true], [956, "index-0-prop_tgt:AUTORCC", false], [956, "prop_tgt:AUTORCC_EXECUTABLE", true], [957, "index-0-prop_tgt:AUTORCC", false], [957, "index-1-prop_tgt:AUTORCC", false], [957, "prop_tgt:AUTORCC_OPTIONS", true], [958, "index-0-prop_tgt:AUTOGEN_BUILD_DIR", false], [958, "index-0-prop_tgt:AUTOGEN_COMMAND_LINE_LENGTH_MAX", false], [958, "index-0-prop_tgt:AUTOGEN_PARALLEL", false], [958, "index-0-prop_tgt:AUTOMOC", false], [958, "index-0-prop_tgt:AUTORCC", false], [958, "index-0-prop_tgt:AUTOUIC_EXECUTABLE", false], [958, "index-0-prop_tgt:AUTOUIC_OPTIONS", false], [958, "index-0-prop_tgt:AUTOUIC_SEARCH_PATHS", false], [958, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [958, "index-1-prop_tgt:AUTOMOC", false], [958, "index-1-prop_tgt:AUTORCC", false], [958, "index-2-prop_tgt:AUTOMOC", false], [958, "prop_tgt:AUTOUIC", true], [959, "index-0-prop_tgt:AUTOUIC", false], [959, "prop_tgt:AUTOUIC_EXECUTABLE", true], [960, "index-0-prop_tgt:AUTOUIC", false], [960, "index-1-prop_tgt:AUTOUIC", false], [960, "prop_tgt:AUTOUIC_OPTIONS", true], [961, "index-0-prop_tgt:AUTOUIC", false], [961, "prop_tgt:AUTOUIC_SEARCH_PATHS", true], [962, "prop_tgt:BINARY_DIR", true], [963, "index-0-prop_tgt:BUILD_RPATH_USE_ORIGIN", false], [963, "index-0-prop_tgt:BUILD_WITH_INSTALL_RPATH", false], [963, "index-0-prop_tgt:INSTALL_RPATH", false], [963, "index-0-prop_tgt:SKIP_BUILD_RPATH", false], [963, "prop_tgt:BUILD_RPATH", true], [964, "index-0-prop_tgt:BUILD_RPATH", false], [964, "prop_tgt:BUILD_RPATH_USE_ORIGIN", true], [965, "index-0-prop_tgt:BUILD_WITH_INSTALL_RPATH", false], [965, "index-0-prop_tgt:INSTALL_NAME_DIR", false], [965, "prop_tgt:BUILD_WITH_INSTALL_NAME_DIR", true], [966, "index-0-prop_tgt:BUILD_WITH_INSTALL_NAME_DIR", false], [966, "index-0-prop_tgt:INSTALL_NAME_DIR", false], [966, "index-0-prop_tgt:INSTALL_RPATH", false], [966, "index-0-prop_tgt:SKIP_BUILD_RPATH", false], [966, "prop_tgt:BUILD_WITH_INSTALL_RPATH", true], [967, "prop_tgt:BUNDLE", true], [968, "index-0-prop_tgt:BUNDLE", false], [968, "index-0-prop_tgt:FRAMEWORK", false], [968, "index-0-prop_tgt:MACOSX_BUNDLE", false], [968, "prop_tgt:BUNDLE_EXTENSION", true], [969, "index-0-prop_tgt:IMPORTED_COMMON_LANGUAGE_RUNTIME", false], [969, "prop_tgt:COMMON_LANGUAGE_RUNTIME", true], [970, "prop_tgt:COMPATIBLE_INTERFACE_BOOL", true], [971, "prop_tgt:COMPATIBLE_INTERFACE_NUMBER_MAX", true], [972, "prop_tgt:COMPATIBLE_INTERFACE_NUMBER_MIN", true], [973, "prop_tgt:COMPATIBLE_INTERFACE_STRING", true], [974, "index-0-prop_tgt:COMPILE_DEFINITIONS_", false], [974, "prop_tgt:COMPILE_DEFINITIONS", true], [975, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [975, "prop_tgt:COMPILE_DEFINITIONS_", true], [976, "prop_tgt:COMPILE_FEATURES", true], [977, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [977, "index-0-prop_tgt:COMPILE_OPTIONS", false], [977, "prop_tgt:COMPILE_FLAGS", true], [978, "index-0-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [978, "prop_tgt:COMPILE_OPTIONS", true], [979, "index-0-prop_tgt:PDB_NAME", false], [979, "index-1-prop_tgt:PDB_NAME", false], [979, "prop_tgt:COMPILE_PDB_NAME", true], [980, "index-0-prop_tgt:COMPILE_PDB_NAME", false], [980, "index-0-prop_tgt:PDB_NAME_", false], [980, "index-1-prop_tgt:PDB_NAME_", false], [980, "prop_tgt:COMPILE_PDB_NAME_", true], [981, "index-0-prop_tgt:PDB_OUTPUT_DIRECTORY", false], [981, "index-1-prop_tgt:PDB_OUTPUT_DIRECTORY", false], [981, "prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY", true], [982, "index-0-prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY", false], [982, "index-0-prop_tgt:PDB_OUTPUT_DIRECTORY_", false], [982, "index-1-prop_tgt:PDB_OUTPUT_DIRECTORY_", false], [982, "prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY_", true], [983, "prop_tgt:COMPILE_WARNING_AS_ERROR", true], [984, "index-0-prop_tgt:OUTPUT_NAME", false], [984, "index-0-prop_tgt:OUTPUT_NAME_", false], [984, "prop_tgt:_OUTPUT_NAME", true], [985, "index-0-prop_tgt:FRAMEWORK_MULTI_CONFIG_POSTFIX_", false], [985, "prop_tgt:_POSTFIX", true], [986, "prop_tgt:CROSSCOMPILING_EMULATOR", true], [987, "prop_tgt:CUDA_ARCHITECTURES", true], [988, "prop_tgt:CUDA_CUBIN_COMPILATION", true], [989, "index-0-prop_tgt:CUDA_STANDARD", false], [989, "prop_tgt:CUDA_EXTENSIONS", true], [990, "prop_tgt:CUDA_FATBIN_COMPILATION", true], [991, "prop_tgt:CUDA_OPTIX_COMPILATION", true], [992, "prop_tgt:CUDA_PTX_COMPILATION", true], [993, "index-0-prop_tgt:CUDA_SEPARABLE_COMPILATION", false], [993, "prop_tgt:CUDA_RESOLVE_DEVICE_SYMBOLS", true], [994, "prop_tgt:CUDA_RUNTIME_LIBRARY", true], [995, "prop_tgt:CUDA_SEPARABLE_COMPILATION", true], [996, "index-0-prop_tgt:CUDA_EXTENSIONS", false], [996, "index-0-prop_tgt:CUDA_STANDARD_REQUIRED", false], [996, "prop_tgt:CUDA_STANDARD", true], [997, "index-0-prop_tgt:CUDA_STANDARD", false], [997, "index-1-prop_tgt:CUDA_STANDARD", false], [997, "index-2-prop_tgt:CUDA_STANDARD", false], [997, "prop_tgt:CUDA_STANDARD_REQUIRED", true], [998, "index-0-prop_tgt:CXX_STANDARD", false], [998, "prop_tgt:CXX_EXTENSIONS", true], [999, "index-0-prop_tgt:CXX_MODULE_DIRS_", false], [999, "prop_tgt:CXX_MODULE_DIRS", true], [1000, "index-0-prop_tgt:CXX_MODULE_DIRS", false], [1000, "index-0-prop_tgt:CXX_MODULE_SETS", false], [1000, "prop_tgt:CXX_MODULE_DIRS_", true], [1001, "index-0-prop_tgt:CXX_MODULE_SET_", false], [1001, "prop_tgt:CXX_MODULE_SET", true], [1002, "index-0-prop_tgt:CXX_MODULE_SET", false], [1002, "index-0-prop_tgt:CXX_MODULE_SET_", false], [1002, "index-0-prop_tgt:INTERFACE_CXX_MODULE_SETS", false], [1002, "prop_tgt:CXX_MODULE_SETS", true], [1003, "index-0-prop_tgt:CXX_MODULE_SET", false], [1003, "index-0-prop_tgt:CXX_MODULE_SETS", false], [1003, "prop_tgt:CXX_MODULE_SET_", true], [1004, "index-0-prop_tgt:CXX_SCAN_FOR_MODULES", false], [1004, "prop_tgt:CXX_MODULE_STD", true], [1005, "prop_tgt:CXX_SCAN_FOR_MODULES", true], [1006, "index-0-prop_tgt:CXX_EXTENSIONS", false], [1006, "index-0-prop_tgt:CXX_STANDARD_REQUIRED", false], [1006, "prop_tgt:CXX_STANDARD", true], [1007, "index-0-prop_tgt:CXX_STANDARD", false], [1007, "index-1-prop_tgt:CXX_STANDARD", false], [1007, "index-2-prop_tgt:CXX_STANDARD", false], [1007, "prop_tgt:CXX_STANDARD_REQUIRED", true], [1008, "index-0-prop_tgt:C_STANDARD", false], [1008, "prop_tgt:C_EXTENSIONS", true], [1009, "index-0-prop_tgt:C_EXTENSIONS", false], [1009, "index-0-prop_tgt:C_STANDARD_REQUIRED", false], [1009, "prop_tgt:C_STANDARD", true], [1010, "index-0-prop_tgt:C_STANDARD", false], [1010, "index-1-prop_tgt:C_STANDARD", false], [1010, "index-2-prop_tgt:C_STANDARD", false], [1010, "prop_tgt:C_STANDARD_REQUIRED", true], [1011, "index-0-prop_tgt:_POSTFIX", false], [1011, "index-1-prop_tgt:_POSTFIX", false], [1011, "prop_tgt:DEBUG_POSTFIX", true], [1012, "prop_tgt:DEFINE_SYMBOL", true], [1013, "prop_tgt:DEPLOYMENT_ADDITIONAL_FILES", true], [1014, "prop_tgt:DEPLOYMENT_REMOTE_DIRECTORY", true], [1015, "prop_tgt:DEPRECATION", true], [1016, "index-0-prop_tgt:PRECOMPILE_HEADERS", false], [1016, "prop_tgt:DISABLE_PRECOMPILE_HEADERS", true], [1017, "index-0-prop_tgt:SOVERSION", false], [1017, "prop_tgt:DLL_NAME_WITH_SOVERSION", true], [1018, "index-0-prop_tgt:COMMON_LANGUAGE_RUNTIME", false], [1018, "prop_tgt:DOTNET_SDK", true], [1019, "prop_tgt:DOTNET_TARGET_FRAMEWORK", true], [1020, "prop_tgt:DOTNET_TARGET_FRAMEWORK_VERSION", true], [1021, "index-0-prop_tgt:XCODE_ATTRIBUTE_", false], [1021, "prop_tgt:ENABLE_EXPORTS", true], [1022, "prop_tgt:EXCLUDE_FROM_ALL", true], [1023, "prop_tgt:EXCLUDE_FROM_DEFAULT_BUILD", true], [1024, "index-0-prop_tgt:EXCLUDE_FROM_DEFAULT_BUILD", false], [1024, "index-1-prop_tgt:EXCLUDE_FROM_DEFAULT_BUILD", false], [1024, "prop_tgt:EXCLUDE_FROM_DEFAULT_BUILD_", true], [1025, "prop_tgt:EXPORT_BUILD_DATABASE", true], [1026, "prop_tgt:EXPORT_COMPILE_COMMANDS", true], [1027, "prop_tgt:EXPORT_FIND_PACKAGE_NAME", true], [1028, "prop_tgt:EXPORT_NAME", true], [1029, "index-0-prop_tgt:NO_SYSTEM_FROM_IMPORTED", false], [1029, "index-0-prop_tgt:SYSTEM", false], [1029, "prop_tgt:EXPORT_NO_SYSTEM", true], [1030, "prop_tgt:EXPORT_PROPERTIES", true], [1031, "prop_tgt:EchoString", true], [1032, "prop_tgt:FOLDER", true], [1033, "index-0-prop_tgt:FRAMEWORK_VERSION", false], [1033, "index-0-prop_tgt:MACOSX_FRAMEWORK_INFO_PLIST", false], [1033, "prop_tgt:FRAMEWORK", true], [1034, "prop_tgt:FRAMEWORK_MULTI_CONFIG_POSTFIX_", true], [1035, "index-0-prop_tgt:FRAMEWORK", false], [1035, "prop_tgt:FRAMEWORK_VERSION", true], [1036, "prop_tgt:Fortran_BUILDING_INSTRINSIC_MODULES", true], [1037, "prop_tgt:Fortran_FORMAT", true], [1038, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [1038, "prop_tgt:Fortran_MODULE_DIRECTORY", true], [1039, "prop_tgt:Fortran_PREPROCESS", true], [1040, "prop_tgt:GENERATOR_FILE_NAME", true], [1041, "prop_tgt:GHS_INTEGRITY_APP", true], [1042, "prop_tgt:GHS_NO_SOURCE_GROUP_FILE", true], [1043, "prop_tgt:GNUtoMS", true], [1044, "index-0-prop_tgt:LINKER_LANGUAGE", false], [1044, "prop_tgt:HAS_CXX", true], [1045, "index-0-prop_tgt:HEADER_DIRS_", false], [1045, "prop_tgt:HEADER_DIRS", true], [1046, "index-0-prop_tgt:HEADER_DIRS", false], [1046, "index-0-prop_tgt:HEADER_SETS", false], [1046, "prop_tgt:HEADER_DIRS_", true], [1047, "index-0-prop_tgt:HEADER_SET_", false], [1047, "prop_tgt:HEADER_SET", true], [1048, "index-0-prop_tgt:HEADER_SET", false], [1048, "index-0-prop_tgt:HEADER_SET_", false], [1048, "index-0-prop_tgt:INTERFACE_HEADER_SETS", false], [1048, "prop_tgt:HEADER_SETS", true], [1049, "index-0-prop_tgt:HEADER_SET", false], [1049, "index-0-prop_tgt:HEADER_SETS", false], [1049, "prop_tgt:HEADER_SET_", true], [1050, "prop_tgt:HIP_ARCHITECTURES", true], [1051, "index-0-prop_tgt:HIP_STANDARD", false], [1051, "prop_tgt:HIP_EXTENSIONS", true], [1052, "index-0-prop_tgt:HIP_EXTENSIONS", false], [1052, "index-0-prop_tgt:HIP_STANDARD_REQUIRED", false], [1052, "prop_tgt:HIP_STANDARD", true], [1053, "index-0-prop_tgt:HIP_STANDARD", false], [1053, "index-1-prop_tgt:HIP_STANDARD", false], [1053, "index-2-prop_tgt:HIP_STANDARD", false], [1053, "prop_tgt:HIP_STANDARD_REQUIRED", true], [1054, "prop_tgt:IMPLICIT_DEPENDS_INCLUDE_TRANSFORM", true], [1055, "prop_tgt:IMPORTED", true], [1056, "index-0-prop_tgt:COMMON_LANGUAGE_RUNTIME", false], [1056, "prop_tgt:IMPORTED_COMMON_LANGUAGE_RUNTIME", true], [1057, "index-0-prop_tgt:IMPORTED_IMPLIB_", false], [1057, "index-0-prop_tgt:IMPORTED_LIBNAME_", false], [1057, "index-0-prop_tgt:IMPORTED_LOCATION_", false], [1057, "index-0-prop_tgt:IMPORTED_OBJECTS_", false], [1057, "index-0-prop_tgt:MAP_IMPORTED_CONFIG_", false], [1057, "prop_tgt:IMPORTED_CONFIGURATIONS", true], [1058, "prop_tgt:IMPORTED_CXX_MODULES_COMPILE_DEFINITIONS", true], [1059, "prop_tgt:IMPORTED_CXX_MODULES_COMPILE_FEATURES", true], [1060, "prop_tgt:IMPORTED_CXX_MODULES_COMPILE_OPTIONS", true], [1061, "prop_tgt:IMPORTED_CXX_MODULES_INCLUDE_DIRECTORIES", true], [1062, "prop_tgt:IMPORTED_CXX_MODULES_LINK_LIBRARIES", true], [1063, "index-0-prop_tgt:ALIAS_GLOBAL", false], [1063, "prop_tgt:IMPORTED_GLOBAL", true], [1064, "index-0-prop_tgt:ENABLE_EXPORTS", false], [1064, "index-0-prop_tgt:IMPORTED_CONFIGURATIONS", false], [1064, "index-0-prop_tgt:IMPORTED_IMPLIB_", false], [1064, "index-0-prop_tgt:IMPORTED_LOCATION", false], [1064, "index-0-prop_tgt:MAP_IMPORTED_CONFIG_", false], [1064, "index-1-prop_tgt:ENABLE_EXPORTS", false], [1064, "index-1-prop_tgt:IMPORTED_IMPLIB_", false], [1064, "index-1-prop_tgt:IMPORTED_LOCATION", false], [1064, "prop_tgt:IMPORTED_IMPLIB", true], [1065, "index-0-prop_tgt:IMPORTED_IMPLIB", false], [1065, "prop_tgt:IMPORTED_IMPLIB_", true], [1066, "index-0-prop_tgt:IMPORTED_LOCATION", false], [1066, "prop_tgt:IMPORTED_LIBNAME", true], [1067, "index-0-prop_tgt:IMPORTED_LIBNAME", false], [1067, "prop_tgt:IMPORTED_LIBNAME_", true], [1068, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1068, "prop_tgt:IMPORTED_LINK_DEPENDENT_LIBRARIES", true], [1069, "index-0-prop_tgt:IMPORTED_LINK_DEPENDENT_LIBRARIES", false], [1069, "prop_tgt:IMPORTED_LINK_DEPENDENT_LIBRARIES_", true], [1070, "prop_tgt:IMPORTED_LINK_INTERFACE_LANGUAGES", true], [1071, "index-0-prop_tgt:IMPORTED_LINK_INTERFACE_LANGUAGES", false], [1071, "prop_tgt:IMPORTED_LINK_INTERFACE_LANGUAGES_", true], [1072, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1072, "index-0-prop_tgt:LINK_INTERFACE_LIBRARIES", false], [1072, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1072, "prop_tgt:IMPORTED_LINK_INTERFACE_LIBRARIES", true], [1073, "index-0-prop_tgt:IMPORTED_LINK_INTERFACE_LIBRARIES", false], [1073, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1073, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1073, "prop_tgt:IMPORTED_LINK_INTERFACE_LIBRARIES_", true], [1074, "index-0-prop_tgt:LINK_INTERFACE_MULTIPLICITY", false], [1074, "prop_tgt:IMPORTED_LINK_INTERFACE_MULTIPLICITY", true], [1075, "index-0-prop_tgt:IMPORTED_LINK_INTERFACE_MULTIPLICITY", false], [1075, "prop_tgt:IMPORTED_LINK_INTERFACE_MULTIPLICITY_", true], [1076, "index-0-prop_tgt:IMPORTED_CONFIGURATIONS", false], [1076, "index-0-prop_tgt:IMPORTED_IMPLIB", false], [1076, "index-0-prop_tgt:IMPORTED_LOCATION_", false], [1076, "index-0-prop_tgt:LOCATION", false], [1076, "index-0-prop_tgt:LOCATION_", false], [1076, "index-0-prop_tgt:MAP_IMPORTED_CONFIG_", false], [1076, "index-1-prop_tgt:IMPORTED_LOCATION_", false], [1076, "prop_tgt:IMPORTED_LOCATION", true], [1077, "index-0-prop_tgt:IMPORTED_LOCATION", false], [1077, "prop_tgt:IMPORTED_LOCATION_", true], [1078, "prop_tgt:IMPORTED_NO_SONAME", true], [1079, "index-0-prop_tgt:IMPORTED_NO_SONAME", false], [1079, "prop_tgt:IMPORTED_NO_SONAME_", true], [1080, "index-0-prop_tgt:EXPORT_NO_SYSTEM", false], [1080, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1080, "index-0-prop_tgt:INTERFACE_SYSTEM_INCLUDE_DIRECTORIES", false], [1080, "index-0-prop_tgt:NO_SYSTEM_FROM_IMPORTED", false], [1080, "index-0-prop_tgt:SYSTEM", false], [1080, "index-1-prop_tgt:SYSTEM", false], [1080, "prop_tgt:IMPORTED_NO_SYSTEM", true], [1081, "index-0-prop_tgt:IMPORTED_OBJECTS_", false], [1081, "index-1-prop_tgt:IMPORTED_OBJECTS_", false], [1081, "prop_tgt:IMPORTED_OBJECTS", true], [1082, "index-0-prop_tgt:IMPORTED_OBJECTS", false], [1082, "index-1-prop_tgt:IMPORTED_OBJECTS", false], [1082, "prop_tgt:IMPORTED_OBJECTS_", true], [1083, "prop_tgt:IMPORTED_SONAME", true], [1084, "index-0-prop_tgt:IMPORTED_SONAME", false], [1084, "prop_tgt:IMPORTED_SONAME_", true], [1085, "index-0-prop_tgt:PREFIX", false], [1085, "prop_tgt:IMPORT_PREFIX", true], [1086, "index-0-prop_tgt:SUFFIX", false], [1086, "prop_tgt:IMPORT_SUFFIX", true], [1087, "prop_tgt:INCLUDE_DIRECTORIES", true], [1088, "index-0-prop_tgt:BUILD_WITH_INSTALL_NAME_DIR", false], [1088, "index-0-prop_tgt:INSTALL_RPATH", false], [1088, "index-0-prop_tgt:MACOSX_RPATH", false], [1088, "prop_tgt:INSTALL_NAME_DIR", true], [1089, "index-0-prop_tgt:INSTALL_RPATH", false], [1089, "prop_tgt:INSTALL_REMOVE_ENVIRONMENT_RPATH", true], [1090, "index-0-prop_tgt:BUILD_RPATH", false], [1090, "index-0-prop_tgt:BUILD_WITH_INSTALL_RPATH", false], [1090, "index-0-prop_tgt:INSTALL_NAME_DIR", false], [1090, "index-0-prop_tgt:INSTALL_REMOVE_ENVIRONMENT_RPATH", false], [1090, "index-0-prop_tgt:INSTALL_RPATH_USE_LINK_PATH", false], [1090, "prop_tgt:INSTALL_RPATH", true], [1091, "index-0-prop_tgt:INSTALL_RPATH", false], [1091, "prop_tgt:INSTALL_RPATH_USE_LINK_PATH", true], [1092, "index-0-prop_tgt:AUTOMOC", false], [1092, "index-0-prop_tgt:AUTOMOC_MACRO_NAMES", false], [1092, "index-1-prop_tgt:AUTOMOC", false], [1092, "index-1-prop_tgt:AUTOMOC_MACRO_NAMES", false], [1092, "prop_tgt:INTERFACE_AUTOMOC_MACRO_NAMES", true], [1093, "index-0-prop_tgt:AUTOUIC_OPTIONS", false], [1093, "prop_tgt:INTERFACE_AUTOUIC_OPTIONS", true], [1094, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [1094, "prop_tgt:INTERFACE_COMPILE_DEFINITIONS", true], [1095, "index-0-prop_tgt:COMPILE_FEATURES", false], [1095, "prop_tgt:INTERFACE_COMPILE_FEATURES", true], [1096, "index-0-prop_tgt:COMPILE_OPTIONS", false], [1096, "prop_tgt:INTERFACE_COMPILE_OPTIONS", true], [1097, "index-0-prop_tgt:CXX_MODULE_SETS", false], [1097, "prop_tgt:INTERFACE_CXX_MODULE_SETS", true], [1098, "index-0-prop_tgt:HEADER_SETS", false], [1098, "prop_tgt:INTERFACE_HEADER_SETS", true], [1099, "index-0-prop_tgt:VERIFY_INTERFACE_HEADER_SETS", false], [1099, "index-1-prop_tgt:VERIFY_INTERFACE_HEADER_SETS", false], [1099, "prop_tgt:INTERFACE_HEADER_SETS_TO_VERIFY", true], [1100, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [1100, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1100, "prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", true], [1101, "prop_tgt:INTERFACE_LINK_DEPENDS", true], [1102, "index-0-prop_tgt:LINK_DIRECTORIES", false], [1102, "prop_tgt:INTERFACE_LINK_DIRECTORIES", true], [1103, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT", false], [1103, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE", false], [1103, "index-0-prop_tgt:LINK_INTERFACE_LIBRARIES", false], [1103, "index-0-prop_tgt:LINK_INTERFACE_LIBRARIES_", false], [1103, "index-0-prop_tgt:LINK_LIBRARIES", false], [1103, "prop_tgt:INTERFACE_LINK_LIBRARIES", true], [1104, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1104, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE", false], [1104, "index-0-prop_tgt:LINK_LIBRARIES", false], [1104, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1104, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE", false], [1104, "index-1-prop_tgt:LINK_LIBRARIES", false], [1104, "index-2-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1104, "index-2-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE", false], [1104, "index-2-prop_tgt:LINK_LIBRARIES", false], [1104, "index-3-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1104, "index-4-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1104, "prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT", true], [1105, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1105, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT", false], [1105, "index-0-prop_tgt:LINK_LIBRARIES", false], [1105, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1105, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT", false], [1105, "index-2-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT", false], [1105, "prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE", true], [1106, "index-0-prop_tgt:LINK_OPTIONS", false], [1106, "prop_tgt:INTERFACE_LINK_OPTIONS", true], [1107, "index-0-prop_tgt:POSITION_INDEPENDENT_CODE", false], [1107, "index-1-prop_tgt:POSITION_INDEPENDENT_CODE", false], [1107, "index-2-prop_tgt:POSITION_INDEPENDENT_CODE", false], [1107, "index-3-prop_tgt:POSITION_INDEPENDENT_CODE", false], [1107, "prop_tgt:INTERFACE_POSITION_INDEPENDENT_CODE", true], [1108, "prop_tgt:INTERFACE_PRECOMPILE_HEADERS", true], [1109, "prop_tgt:INTERFACE_SOURCES", true], [1110, "prop_tgt:INTERFACE_SYSTEM_INCLUDE_DIRECTORIES", true], [1111, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [1111, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION_", false], [1111, "prop_tgt:INTERPROCEDURAL_OPTIMIZATION", true], [1112, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [1112, "prop_tgt:INTERPROCEDURAL_OPTIMIZATION_", true], [1113, "index-0-prop_tgt:IOS_INSTALL_COMBINED", false], [1113, "prop_tgt:IOS_INSTALL_COMBINED", true], [1114, "prop_tgt:ISPC_HEADER_DIRECTORY", true], [1115, "prop_tgt:ISPC_HEADER_SUFFIX", true], [1116, "prop_tgt:ISPC_INSTRUCTION_SETS", true], [1117, "prop_tgt:JOB_POOL_COMPILE", true], [1118, "prop_tgt:JOB_POOL_LINK", true], [1119, "index-0-prop_tgt:JOB_POOL_COMPILE", false], [1119, "prop_tgt:JOB_POOL_PRECOMPILE_HEADER", true], [1120, "prop_tgt:LABELS", true], [1121, "index-0-prop_tgt:_CPPCHECK", false], [1121, "index-0-prop_tgt:_CPPLINT", false], [1121, "index-0-prop_tgt:_INCLUDE_WHAT_YOU_USE", false], [1121, "prop_tgt:_CLANG_TIDY", true], [1122, "index-0-prop_tgt:_CLANG_TIDY", false], [1122, "index-1-prop_tgt:_CLANG_TIDY", false], [1122, "prop_tgt:_CLANG_TIDY_EXPORT_FIXES_DIR", true], [1123, "prop_tgt:_COMPILER_LAUNCHER", true], [1124, "index-0-prop_tgt:_CLANG_TIDY", false], [1124, "index-0-prop_tgt:_CPPLINT", false], [1124, "index-0-prop_tgt:_INCLUDE_WHAT_YOU_USE", false], [1124, "prop_tgt:_CPPCHECK", true], [1125, "index-0-prop_tgt:_CLANG_TIDY", false], [1125, "index-0-prop_tgt:_CPPCHECK", false], [1125, "index-0-prop_tgt:_INCLUDE_WHAT_YOU_USE", false], [1125, "prop_tgt:_CPPLINT", true], [1126, "index-0-prop_tgt:_STANDARD", false], [1126, "index-0-prop_tgt:CUDA_EXTENSIONS", false], [1126, "index-0-prop_tgt:CXX_EXTENSIONS", false], [1126, "index-0-prop_tgt:C_EXTENSIONS", false], [1126, "index-0-prop_tgt:HIP_EXTENSIONS", false], [1126, "index-0-prop_tgt:OBJCXX_EXTENSIONS", false], [1126, "index-0-prop_tgt:OBJC_EXTENSIONS", false], [1126, "prop_tgt:_EXTENSIONS", true], [1127, "index-0-prop_tgt:_CLANG_TIDY", false], [1127, "index-0-prop_tgt:_CPPCHECK", false], [1127, "index-0-prop_tgt:_CPPLINT", false], [1127, "prop_tgt:_INCLUDE_WHAT_YOU_USE", true], [1128, "prop_tgt:_LINKER_LAUNCHER", true], [1129, "index-0-prop_tgt:_EXTENSIONS", false], [1129, "index-0-prop_tgt:_STANDARD_REQUIRED", false], [1129, "index-0-prop_tgt:CUDA_STANDARD", false], [1129, "index-0-prop_tgt:CXX_STANDARD", false], [1129, "index-0-prop_tgt:C_STANDARD", false], [1129, "index-0-prop_tgt:HIP_STANDARD", false], [1129, "index-0-prop_tgt:OBJCXX_STANDARD", false], [1129, "index-0-prop_tgt:OBJC_STANDARD", false], [1129, "index-1-prop_tgt:_STANDARD_REQUIRED", false], [1129, "prop_tgt:_STANDARD", true], [1130, "index-0-prop_tgt:_STANDARD", false], [1130, "index-0-prop_tgt:CUDA_STANDARD_REQUIRED", false], [1130, "index-0-prop_tgt:CXX_STANDARD_REQUIRED", false], [1130, "index-0-prop_tgt:C_STANDARD_REQUIRED", false], [1130, "index-0-prop_tgt:HIP_STANDARD_REQUIRED", false], [1130, "index-0-prop_tgt:OBJCXX_STANDARD_REQUIRED", false], [1130, "index-0-prop_tgt:OBJC_STANDARD_REQUIRED", false], [1130, "index-1-prop_tgt:_STANDARD", false], [1130, "index-2-prop_tgt:_STANDARD", false], [1130, "index-3-prop_tgt:_STANDARD", false], [1130, "index-4-prop_tgt:_STANDARD", false], [1130, "prop_tgt:_STANDARD_REQUIRED", true], [1131, "prop_tgt:_VISIBILITY_PRESET", true], [1132, "index-0-prop_tgt:LIBRARY_OUTPUT_DIRECTORY_", false], [1132, "prop_tgt:LIBRARY_OUTPUT_DIRECTORY", true], [1133, "index-0-prop_tgt:LIBRARY_OUTPUT_DIRECTORY", false], [1133, "prop_tgt:LIBRARY_OUTPUT_DIRECTORY_", true], [1134, "index-0-prop_tgt:LIBRARY_OUTPUT_NAME_", false], [1134, "index-0-prop_tgt:OUTPUT_NAME", false], [1134, "index-0-prop_tgt:OUTPUT_NAME_", false], [1134, "prop_tgt:LIBRARY_OUTPUT_NAME", true], [1135, "index-0-prop_tgt:LIBRARY_OUTPUT_NAME", false], [1135, "prop_tgt:LIBRARY_OUTPUT_NAME_", true], [1136, "prop_tgt:LINKER_LANGUAGE", true], [1137, "index-0-prop_tgt:LINKER_TYPE", false], [1137, "prop_tgt:LINKER_TYPE", true], [1138, "prop_tgt:LINK_DEPENDS", true], [1139, "prop_tgt:LINK_DEPENDS_NO_SHARED", true], [1140, "prop_tgt:LINK_DIRECTORIES", true], [1141, "index-0-prop_tgt:LINK_FLAGS_", false], [1141, "index-0-prop_tgt:LINK_OPTIONS", false], [1141, "index-0-prop_tgt:STATIC_LIBRARY_FLAGS", false], [1141, "index-0-prop_tgt:STATIC_LIBRARY_OPTIONS", false], [1141, "prop_tgt:LINK_FLAGS", true], [1142, "index-0-prop_tgt:LINK_FLAGS", false], [1142, "index-0-prop_tgt:LINK_OPTIONS", false], [1142, "prop_tgt:LINK_FLAGS_", true], [1143, "index-0-prop_tgt:ENABLE_EXPORTS", false], [1143, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1143, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1143, "prop_tgt:LINK_INTERFACE_LIBRARIES", true], [1144, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1144, "index-0-prop_tgt:LINK_INTERFACE_LIBRARIES", false], [1144, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1144, "prop_tgt:LINK_INTERFACE_LIBRARIES_", true], [1145, "prop_tgt:LINK_INTERFACE_MULTIPLICITY", true], [1146, "index-0-prop_tgt:LINK_INTERFACE_MULTIPLICITY", false], [1146, "prop_tgt:LINK_INTERFACE_MULTIPLICITY_", true], [1147, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1147, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT", false], [1147, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE", false], [1147, "index-0-prop_tgt:LINK_LIBRARIES_STRATEGY", false], [1147, "prop_tgt:LINK_LIBRARIES", true], [1148, "index-0-prop_tgt:IMPORTED_LIBNAME", false], [1148, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1148, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT", false], [1148, "index-0-prop_tgt:LINK_LIBRARIES", false], [1148, "index-1-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1148, "prop_tgt:LINK_LIBRARIES_ONLY_TARGETS", true], [1149, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1149, "index-0-prop_tgt:LINK_LIBRARIES", false], [1149, "index-1-prop_tgt:LINK_LIBRARIES", false], [1149, "index-2-prop_tgt:LINK_LIBRARIES", false], [1149, "index-3-prop_tgt:LINK_LIBRARIES", false], [1149, "prop_tgt:LINK_LIBRARIES_STRATEGY", true], [1150, "index-0-prop_tgt:LINK_LIBRARY_OVERRIDE_", false], [1150, "index-1-prop_tgt:LINK_LIBRARY_OVERRIDE_", false], [1150, "prop_tgt:LINK_LIBRARY_OVERRIDE", true], [1151, "index-0-prop_tgt:LINK_LIBRARY_OVERRIDE", false], [1151, "index-1-prop_tgt:LINK_LIBRARY_OVERRIDE", false], [1151, "prop_tgt:LINK_LIBRARY_OVERRIDE_", true], [1152, "index-0-prop_tgt:CUDA_RESOLVE_DEVICE_SYMBOLS", false], [1152, "index-0-prop_tgt:CUDA_SEPARABLE_COMPILATION", false], [1152, "index-0-prop_tgt:LINK_FLAGS", false], [1152, "index-0-prop_tgt:STATIC_LIBRARY_OPTIONS", false], [1152, "prop_tgt:LINK_OPTIONS", true], [1153, "index-0-prop_tgt:LINK_SEARCH_START_STATIC", false], [1153, "prop_tgt:LINK_SEARCH_END_STATIC", true], [1154, "index-0-prop_tgt:LINK_SEARCH_END_STATIC", false], [1154, "prop_tgt:LINK_SEARCH_START_STATIC", true], [1155, "prop_tgt:LINK_WHAT_YOU_USE", true], [1156, "prop_tgt:LOCATION", true], [1157, "index-0-prop_tgt:LINKER_LANGUAGE", false], [1157, "index-0-prop_tgt:MAP_IMPORTED_CONFIG_", false], [1157, "prop_tgt:LOCATION_", true], [1158, "index-0-prop_tgt:MACHO_CURRENT_VERSION", false], [1158, "index-0-prop_tgt:SOVERSION", false], [1158, "index-0-prop_tgt:VERSION", false], [1158, "index-1-prop_tgt:MACHO_CURRENT_VERSION", false], [1158, "index-1-prop_tgt:SOVERSION", false], [1158, "index-1-prop_tgt:VERSION", false], [1158, "index-2-prop_tgt:MACHO_CURRENT_VERSION", false], [1158, "index-2-prop_tgt:SOVERSION", false], [1158, "index-3-prop_tgt:MACHO_CURRENT_VERSION", false], [1158, "prop_tgt:MACHO_COMPATIBILITY_VERSION", true], [1159, "index-0-prop_tgt:MACHO_COMPATIBILITY_VERSION", false], [1159, "index-0-prop_tgt:SOVERSION", false], [1159, "index-0-prop_tgt:VERSION", false], [1159, "index-1-prop_tgt:MACHO_COMPATIBILITY_VERSION", false], [1159, "index-1-prop_tgt:SOVERSION", false], [1159, "index-1-prop_tgt:VERSION", false], [1159, "index-2-prop_tgt:MACHO_COMPATIBILITY_VERSION", false], [1159, "index-2-prop_tgt:SOVERSION", false], [1159, "index-3-prop_tgt:MACHO_COMPATIBILITY_VERSION", false], [1159, "prop_tgt:MACHO_CURRENT_VERSION", true], [1160, "index-0-prop_tgt:MACOSX_BUNDLE_INFO_PLIST", false], [1160, "prop_tgt:MACOSX_BUNDLE", true], [1161, "index-0-prop_tgt:MACOSX_BUNDLE", false], [1161, "prop_tgt:MACOSX_BUNDLE_INFO_PLIST", true], [1162, "index-0-prop_tgt:FRAMEWORK", false], [1162, "prop_tgt:MACOSX_FRAMEWORK_INFO_PLIST", true], [1163, "index-0-prop_tgt:INSTALL_NAME_DIR", false], [1163, "index-0-prop_tgt:INSTALL_RPATH", false], [1163, "prop_tgt:MACOSX_RPATH", true], [1164, "prop_tgt:MANUALLY_ADDED_DEPENDENCIES", true], [1165, "index-0-prop_tgt:IMPORTED_LOCATION", false], [1165, "index-0-prop_tgt:IMPORTED_LOCATION_", false], [1165, "prop_tgt:MAP_IMPORTED_CONFIG_", true], [1166, "prop_tgt:MSVC_DEBUG_INFORMATION_FORMAT", true], [1167, "prop_tgt:MSVC_RUNTIME_LIBRARY", true], [1168, "prop_tgt:NAME", true], [1169, "prop_tgt:NO_SONAME", true], [1170, "index-0-prop_tgt:EXPORT_NO_SYSTEM", false], [1170, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1170, "index-0-prop_tgt:INTERFACE_SYSTEM_INCLUDE_DIRECTORIES", false], [1170, "index-0-prop_tgt:SYSTEM", false], [1170, "index-1-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1170, "index-1-prop_tgt:SYSTEM", false], [1170, "index-2-prop_tgt:SYSTEM", false], [1170, "prop_tgt:NO_SYSTEM_FROM_IMPORTED", true], [1171, "index-0-prop_tgt:CXX_EXTENSIONS", false], [1171, "index-0-prop_tgt:OBJCXX_STANDARD", false], [1171, "index-1-prop_tgt:CXX_EXTENSIONS", false], [1171, "prop_tgt:OBJCXX_EXTENSIONS", true], [1172, "index-0-prop_tgt:CXX_STANDARD", false], [1172, "index-0-prop_tgt:OBJCXX_EXTENSIONS", false], [1172, "index-0-prop_tgt:OBJCXX_STANDARD_REQUIRED", false], [1172, "index-1-prop_tgt:CXX_STANDARD", false], [1172, "prop_tgt:OBJCXX_STANDARD", true], [1173, "index-0-prop_tgt:CXX_STANDARD_REQUIRED", false], [1173, "index-0-prop_tgt:OBJCXX_STANDARD", false], [1173, "index-1-prop_tgt:CXX_STANDARD_REQUIRED", false], [1173, "index-1-prop_tgt:OBJCXX_STANDARD", false], [1173, "index-2-prop_tgt:OBJCXX_STANDARD", false], [1173, "prop_tgt:OBJCXX_STANDARD_REQUIRED", true], [1174, "index-0-prop_tgt:C_EXTENSIONS", false], [1174, "index-0-prop_tgt:OBJC_STANDARD", false], [1174, "index-1-prop_tgt:C_EXTENSIONS", false], [1174, "prop_tgt:OBJC_EXTENSIONS", true], [1175, "index-0-prop_tgt:C_STANDARD", false], [1175, "index-0-prop_tgt:OBJC_EXTENSIONS", false], [1175, "index-0-prop_tgt:OBJC_STANDARD_REQUIRED", false], [1175, "index-1-prop_tgt:C_STANDARD", false], [1175, "prop_tgt:OBJC_STANDARD", true], [1176, "index-0-prop_tgt:C_STANDARD_REQUIRED", false], [1176, "index-0-prop_tgt:OBJC_STANDARD", false], [1176, "index-1-prop_tgt:C_STANDARD_REQUIRED", false], [1176, "index-1-prop_tgt:OBJC_STANDARD", false], [1176, "index-2-prop_tgt:OBJC_STANDARD", false], [1176, "prop_tgt:OBJC_STANDARD_REQUIRED", true], [1177, "prop_tgt:OPTIMIZE_DEPENDENCIES", true], [1178, "index-0-prop_tgt:OSX_ARCHITECTURES_", false], [1178, "prop_tgt:OSX_ARCHITECTURES", true], [1179, "index-0-prop_tgt:OSX_ARCHITECTURES", false], [1179, "prop_tgt:OSX_ARCHITECTURES_", true], [1180, "index-0-prop_tgt:ARCHIVE_OUTPUT_NAME", false], [1180, "index-0-prop_tgt:ARCHIVE_OUTPUT_NAME_", false], [1180, "index-0-prop_tgt:LIBRARY_OUTPUT_NAME", false], [1180, "index-0-prop_tgt:LIBRARY_OUTPUT_NAME_", false], [1180, "index-0-prop_tgt:OUTPUT_NAME_", false], [1180, "index-0-prop_tgt:RUNTIME_OUTPUT_NAME", false], [1180, "index-0-prop_tgt:RUNTIME_OUTPUT_NAME_", false], [1180, "prop_tgt:OUTPUT_NAME", true], [1181, "index-0-prop_tgt:OUTPUT_NAME", false], [1181, "prop_tgt:OUTPUT_NAME_", true], [1182, "prop_tgt:PCH_INSTANTIATE_TEMPLATES", true], [1183, "prop_tgt:PCH_WARN_INVALID", true], [1184, "index-0-prop_tgt:COMPILE_PDB_NAME", false], [1184, "index-0-prop_tgt:OUTPUT_NAME", false], [1184, "index-1-prop_tgt:COMPILE_PDB_NAME", false], [1184, "prop_tgt:PDB_NAME", true], [1185, "index-0-prop_tgt:COMPILE_PDB_NAME_", false], [1185, "index-0-prop_tgt:PDB_NAME", false], [1185, "index-1-prop_tgt:COMPILE_PDB_NAME_", false], [1185, "prop_tgt:PDB_NAME_", true], [1186, "index-0-prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY", false], [1186, "index-1-prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY", false], [1186, "prop_tgt:PDB_OUTPUT_DIRECTORY", true], [1187, "index-0-prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY_", false], [1187, "index-0-prop_tgt:PDB_OUTPUT_DIRECTORY", false], [1187, "index-1-prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY_", false], [1187, "prop_tgt:PDB_OUTPUT_DIRECTORY_", true], [1188, "prop_tgt:POSITION_INDEPENDENT_CODE", true], [1189, "index-0-prop_tgt:PRE_INSTALL_SCRIPT", false], [1189, "prop_tgt:POST_INSTALL_SCRIPT", true], [1190, "prop_tgt:PRECOMPILE_HEADERS", true], [1191, "prop_tgt:PRECOMPILE_HEADERS_REUSE_FROM", true], [1192, "prop_tgt:PREFIX", true], [1193, "index-0-prop_tgt:POST_INSTALL_SCRIPT", false], [1193, "prop_tgt:PRE_INSTALL_SCRIPT", true], [1194, "index-0-prop_tgt:FRAMEWORK", false], [1194, "index-1-prop_tgt:FRAMEWORK", false], [1194, "prop_tgt:PRIVATE_HEADER", true], [1195, "prop_tgt:PROJECT_LABEL", true], [1196, "index-0-prop_tgt:FRAMEWORK", false], [1196, "index-1-prop_tgt:FRAMEWORK", false], [1196, "prop_tgt:PUBLIC_HEADER", true], [1197, "index-0-prop_tgt:BUNDLE", false], [1197, "index-0-prop_tgt:FRAMEWORK", false], [1197, "index-1-prop_tgt:BUNDLE", false], [1197, "index-1-prop_tgt:FRAMEWORK", false], [1197, "prop_tgt:RESOURCE", true], [1198, "index-0-prop_tgt:_COMPILER_LAUNCHER", false], [1198, "prop_tgt:RULE_LAUNCH_COMPILE", true], [1199, "prop_tgt:RULE_LAUNCH_CUSTOM", true], [1200, "index-0-prop_tgt:_LINKER_LAUNCHER", false], [1200, "prop_tgt:RULE_LAUNCH_LINK", true], [1201, "index-0-prop_tgt:RUNTIME_OUTPUT_DIRECTORY_", false], [1201, "prop_tgt:RUNTIME_OUTPUT_DIRECTORY", true], [1202, "index-0-prop_tgt:RUNTIME_OUTPUT_DIRECTORY", false], [1202, "prop_tgt:RUNTIME_OUTPUT_DIRECTORY_", true], [1203, "index-0-prop_tgt:OUTPUT_NAME", false], [1203, "index-0-prop_tgt:OUTPUT_NAME_", false], [1203, "index-0-prop_tgt:RUNTIME_OUTPUT_NAME_", false], [1203, "prop_tgt:RUNTIME_OUTPUT_NAME", true], [1204, "index-0-prop_tgt:RUNTIME_OUTPUT_NAME", false], [1204, "prop_tgt:RUNTIME_OUTPUT_NAME_", true], [1205, "index-0-prop_tgt:BUILD_RPATH", false], [1205, "prop_tgt:SKIP_BUILD_RPATH", true], [1206, "prop_tgt:SOURCES", true], [1207, "prop_tgt:SOURCE_DIR", true], [1208, "index-0-prop_tgt:FRAMEWORK", false], [1208, "index-0-prop_tgt:MACHO_COMPATIBILITY_VERSION", false], [1208, "index-0-prop_tgt:MACHO_CURRENT_VERSION", false], [1208, "index-0-prop_tgt:NO_SONAME", false], [1208, "index-0-prop_tgt:VERSION", false], [1208, "index-1-prop_tgt:VERSION", false], [1208, "index-2-prop_tgt:VERSION", false], [1208, "index-3-prop_tgt:VERSION", false], [1208, "prop_tgt:SOVERSION", true], [1209, "index-0-prop_tgt:LINK_FLAGS", false], [1209, "index-0-prop_tgt:LINK_OPTIONS", false], [1209, "index-0-prop_tgt:STATIC_LIBRARY_FLAGS_", false], [1209, "index-0-prop_tgt:STATIC_LIBRARY_OPTIONS", false], [1209, "prop_tgt:STATIC_LIBRARY_FLAGS", true], [1210, "index-0-prop_tgt:STATIC_LIBRARY_FLAGS", false], [1210, "index-0-prop_tgt:STATIC_LIBRARY_OPTIONS", false], [1210, "prop_tgt:STATIC_LIBRARY_FLAGS_", true], [1211, "index-0-prop_tgt:LINK_OPTIONS", false], [1211, "index-0-prop_tgt:STATIC_LIBRARY_FLAGS", false], [1211, "prop_tgt:STATIC_LIBRARY_OPTIONS", true], [1212, "prop_tgt:SUFFIX", true], [1213, "index-0-prop_tgt:EXPORT_NO_SYSTEM", false], [1213, "index-0-prop_tgt:FRAMEWORK", false], [1213, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1213, "index-0-prop_tgt:INTERFACE_SYSTEM_INCLUDE_DIRECTORIES", false], [1213, "index-1-prop_tgt:FRAMEWORK", false], [1213, "index-1-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1213, "index-2-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1213, "prop_tgt:SYSTEM", true], [1214, "prop_tgt:Swift_COMPILATION_MODE", true], [1215, "prop_tgt:Swift_DEPENDENCIES_FILE", true], [1216, "prop_tgt:Swift_LANGUAGE_VERSION", true], [1217, "prop_tgt:Swift_MODULE_DIRECTORY", true], [1218, "prop_tgt:Swift_MODULE_NAME", true], [1219, "prop_tgt:TEST_LAUNCHER", true], [1220, "index-0-prop_tgt:TRANSITIVE_LINK_PROPERTIES", false], [1220, "prop_tgt:TRANSITIVE_COMPILE_PROPERTIES", true], [1221, "index-0-prop_tgt:TRANSITIVE_COMPILE_PROPERTIES", false], [1221, "prop_tgt:TRANSITIVE_LINK_PROPERTIES", true], [1222, "prop_tgt:TYPE", true], [1223, "index-0-prop_tgt:CXX_SCAN_FOR_MODULES", false], [1223, "index-0-prop_tgt:UNITY_BUILD_BATCH_SIZE", false], [1223, "index-0-prop_tgt:UNITY_BUILD_CODE_AFTER_INCLUDE", false], [1223, "index-0-prop_tgt:UNITY_BUILD_CODE_BEFORE_INCLUDE", false], [1223, "index-0-prop_tgt:UNITY_BUILD_MODE", false], [1223, "index-0-prop_tgt:UNITY_BUILD_UNIQUE_ID", false], [1223, "index-1-prop_tgt:UNITY_BUILD_BATCH_SIZE", false], [1223, "index-1-prop_tgt:UNITY_BUILD_MODE", false], [1223, "index-2-prop_tgt:UNITY_BUILD_BATCH_SIZE", false], [1223, "prop_tgt:UNITY_BUILD", true], [1224, "index-0-prop_tgt:UNITY_BUILD", false], [1224, "prop_tgt:UNITY_BUILD_BATCH_SIZE", true], [1225, "index-0-prop_tgt:UNITY_BUILD", false], [1225, "index-0-prop_tgt:UNITY_BUILD_CODE_BEFORE_INCLUDE", false], [1225, "prop_tgt:UNITY_BUILD_CODE_AFTER_INCLUDE", true], [1226, "index-0-prop_tgt:UNITY_BUILD", false], [1226, "index-0-prop_tgt:UNITY_BUILD_CODE_AFTER_INCLUDE", false], [1226, "prop_tgt:UNITY_BUILD_CODE_BEFORE_INCLUDE", true], [1227, "index-0-prop_tgt:UNITY_BUILD_BATCH_SIZE", false], [1227, "index-1-prop_tgt:UNITY_BUILD_BATCH_SIZE", false], [1227, "prop_tgt:UNITY_BUILD_MODE", true], [1228, "index-0-prop_tgt:UNITY_BUILD", false], [1228, "prop_tgt:UNITY_BUILD_UNIQUE_ID", true], [1229, "index-0-prop_tgt:AUTOMOC", false], [1229, "index-0-prop_tgt:AUTORCC", false], [1229, "index-0-prop_tgt:AUTOUIC", false], [1229, "index-0-prop_tgt:DISABLE_PRECOMPILE_HEADERS", false], [1229, "index-0-prop_tgt:EXCLUDE_FROM_ALL", false], [1229, "index-0-prop_tgt:INTERFACE_HEADER_SETS_TO_VERIFY", false], [1229, "index-0-prop_tgt:UNITY_BUILD", false], [1229, "prop_tgt:VERIFY_INTERFACE_HEADER_SETS", true], [1230, "index-0-prop_tgt:FRAMEWORK", false], [1230, "index-0-prop_tgt:MACHO_COMPATIBILITY_VERSION", false], [1230, "index-0-prop_tgt:MACHO_CURRENT_VERSION", false], [1230, "index-0-prop_tgt:SOVERSION", false], [1230, "index-1-prop_tgt:SOVERSION", false], [1230, "index-2-prop_tgt:SOVERSION", false], [1230, "index-3-prop_tgt:SOVERSION", false], [1230, "prop_tgt:VERSION", true], [1231, "prop_tgt:VISIBILITY_INLINES_HIDDEN", true], [1232, "prop_tgt:VS_CONFIGURATION_TYPE", true], [1233, "prop_tgt:VS_DEBUGGER_COMMAND", true], [1234, "prop_tgt:VS_DEBUGGER_COMMAND_ARGUMENTS", true], [1235, "prop_tgt:VS_DEBUGGER_ENVIRONMENT", true], [1236, "prop_tgt:VS_DEBUGGER_WORKING_DIRECTORY", true], [1237, "prop_tgt:VS_DESKTOP_EXTENSIONS_VERSION", true], [1238, "prop_tgt:VS_DOTNET_DOCUMENTATION_FILE", true], [1239, "index-0-prop_tgt:VS_DOTNET_REFERENCES", false], [1239, "index-0-prop_tgt:VS_DOTNET_REFERENCE_", false], [1239, "prop_tgt:VS_DOTNET_REFERENCEPROP__TAG_", true], [1240, "prop_tgt:VS_DOTNET_REFERENCES", true], [1241, "prop_tgt:VS_DOTNET_REFERENCES_COPY_LOCAL", true], [1242, "index-0-prop_tgt:VS_DOTNET_REFERENCES", false], [1242, "index-0-prop_tgt:VS_DOTNET_REFERENCES_COPY_LOCAL", false], [1242, "prop_tgt:VS_DOTNET_REFERENCE_", true], [1243, "prop_tgt:VS_DOTNET_STARTUP_OBJECT", true], [1244, "index-0-prop_tgt:DOTNET_TARGET_FRAMEWORK", false], [1244, "index-0-prop_tgt:DOTNET_TARGET_FRAMEWORK_VERSION", false], [1244, "prop_tgt:VS_DOTNET_TARGET_FRAMEWORK_VERSION", true], [1245, "prop_tgt:VS_DPI_AWARE", true], [1246, "prop_tgt:VS_FILTER_PROPS", true], [1247, "prop_tgt:VS_FRAMEWORK_REFERENCES", true], [1248, "prop_tgt:VS_GLOBAL_KEYWORD", true], [1249, "prop_tgt:VS_GLOBAL_PROJECT_TYPES", true], [1250, "prop_tgt:VS_GLOBAL_ROOTNAMESPACE", true], [1251, "prop_tgt:VS_GLOBAL_", true], [1252, "prop_tgt:VS_IOT_EXTENSIONS_VERSION", true], [1253, "prop_tgt:VS_IOT_STARTUP_TASK", true], [1254, "prop_tgt:VS_JUST_MY_CODE_DEBUGGING", true], [1255, "index-0-prop_tgt:VS_GLOBAL_KEYWORD", false], [1255, "prop_tgt:VS_KEYWORD", true], [1256, "prop_tgt:VS_MOBILE_EXTENSIONS_VERSION", true], [1257, "prop_tgt:VS_NO_COMPILE_BATCHING", true], [1258, "prop_tgt:VS_NO_SOLUTION_DEPLOY", true], [1259, "prop_tgt:VS_PACKAGE_REFERENCES", true], [1260, "prop_tgt:VS_PLATFORM_TOOLSET", true], [1261, "prop_tgt:VS_PROJECT_IMPORT", true], [1262, "prop_tgt:VS_SCC_AUXPATH", true], [1263, "prop_tgt:VS_SCC_LOCALPATH", true], [1264, "prop_tgt:VS_SCC_PROJECTNAME", true], [1265, "prop_tgt:VS_SCC_PROVIDER", true], [1266, "prop_tgt:VS_SDK_REFERENCES", true], [1267, "prop_tgt:VS_SOLUTION_DEPLOY", true], [1268, "prop_tgt:VS_SOURCE_SETTINGS_", true], [1269, "prop_tgt:VS_USER_PROPS", true], [1270, "index-0-prop_tgt:MSVC_RUNTIME_LIBRARY", false], [1270, "index-1-prop_tgt:MSVC_RUNTIME_LIBRARY", false], [1270, "prop_tgt:VS_USE_DEBUG_LIBRARIES", true], [1271, "prop_tgt:VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION", true], [1272, "prop_tgt:VS_WINRT_COMPONENT", true], [1273, "index-0-prop_tgt:VS_WINRT_COMPONENT", false], [1273, "prop_tgt:VS_WINRT_EXTENSIONS", true], [1274, "prop_tgt:VS_WINRT_REFERENCES", true], [1275, "prop_tgt:WATCOM_RUNTIME_LIBRARY", true], [1276, "prop_tgt:WIN32_EXECUTABLE", true], [1277, "index-0-prop_tgt:ENABLE_EXPORTS", false], [1277, "prop_tgt:WINDOWS_EXPORT_ALL_SYMBOLS", true], [1278, "prop_tgt:XCODE_ATTRIBUTE_", true], [1279, "index-0-prop_tgt:XCODE_EMBED_", false], [1279, "index-0-prop_tgt:XCODE_EMBED__CODE_SIGN_ON_COPY", false], [1279, "prop_tgt:XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY", true], [1280, "index-0-prop_tgt:XCODE_EMBED_", false], [1280, "index-0-prop_tgt:XCODE_EMBED__REMOVE_HEADERS_ON_COPY", false], [1280, "prop_tgt:XCODE_EMBED_FRAMEWORKS_REMOVE_HEADERS_ON_COPY", true], [1281, "index-0-prop_tgt:XCODE_EMBED__CODE_SIGN_ON_COPY", false], [1281, "index-0-prop_tgt:XCODE_EMBED__PATH", false], [1281, "index-0-prop_tgt:XCODE_EMBED__REMOVE_HEADERS_ON_COPY", false], [1281, "prop_tgt:XCODE_EMBED_", true], [1282, "index-0-prop_tgt:XCODE_EMBED_", false], [1282, "prop_tgt:XCODE_EMBED__CODE_SIGN_ON_COPY", true], [1283, "index-0-prop_tgt:XCODE_EMBED_", false], [1283, "prop_tgt:XCODE_EMBED__PATH", true], [1284, "index-0-prop_tgt:XCODE_EMBED_", false], [1284, "prop_tgt:XCODE_EMBED__REMOVE_HEADERS_ON_COPY", true], [1285, "index-0-prop_tgt:XCODE_PRODUCT_TYPE", false], [1285, "prop_tgt:XCODE_EXPLICIT_FILE_TYPE", true], [1286, "index-0-prop_tgt:XCODE_SCHEME_ADDRESS_SANITIZER", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_ARGUMENTS", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_DEBUG_AS_ROOT", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_ENABLE_GPU_API_VALIDATION", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_ENVIRONMENT", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_EXECUTABLE", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_GUARD_MALLOC", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_LAUNCH_CONFIGURATION", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_LAUNCH_MODE", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_MALLOC_GUARD_EDGES", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_MALLOC_SCRIBBLE", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_MALLOC_STACK", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_THREAD_SANITIZER", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_THREAD_SANITIZER_STOP", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_WORKING_DIRECTORY", false], [1286, "index-0-prop_tgt:XCODE_SCHEME_ZOMBIE_OBJECTS", false], [1286, "prop_tgt:XCODE_GENERATE_SCHEME", true], [1287, "index-0-prop_tgt:LIBRARY_OUTPUT_DIRECTORY", false], [1287, "index-0-prop_tgt:RUNTIME_OUTPUT_DIRECTORY", false], [1287, "prop_tgt:XCODE_LINK_BUILD_PHASE_MODE", true], [1288, "index-0-prop_tgt:XCODE_EXPLICIT_FILE_TYPE", false], [1288, "prop_tgt:XCODE_PRODUCT_TYPE", true], [1289, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1289, "prop_tgt:XCODE_SCHEME_ADDRESS_SANITIZER", true], [1290, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1290, "prop_tgt:XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN", true], [1291, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1291, "prop_tgt:XCODE_SCHEME_ARGUMENTS", true], [1292, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1292, "prop_tgt:XCODE_SCHEME_DEBUG_AS_ROOT", true], [1293, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1293, "prop_tgt:XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING", true], [1294, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1294, "prop_tgt:XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER", true], [1295, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1295, "prop_tgt:XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS", true], [1296, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1296, "prop_tgt:XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE", true], [1297, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1297, "prop_tgt:XCODE_SCHEME_ENABLE_GPU_API_VALIDATION", true], [1298, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1298, "prop_tgt:XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE", true], [1299, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1299, "prop_tgt:XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION", true], [1300, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1300, "prop_tgt:XCODE_SCHEME_ENVIRONMENT", true], [1301, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1301, "prop_tgt:XCODE_SCHEME_EXECUTABLE", true], [1302, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1302, "prop_tgt:XCODE_SCHEME_GUARD_MALLOC", true], [1303, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1303, "prop_tgt:XCODE_SCHEME_LAUNCH_CONFIGURATION", true], [1304, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1304, "prop_tgt:XCODE_SCHEME_LAUNCH_MODE", true], [1305, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1305, "prop_tgt:XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP", true], [1306, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1306, "prop_tgt:XCODE_SCHEME_MALLOC_GUARD_EDGES", true], [1307, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1307, "prop_tgt:XCODE_SCHEME_MALLOC_SCRIBBLE", true], [1308, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1308, "prop_tgt:XCODE_SCHEME_MALLOC_STACK", true], [1309, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1309, "prop_tgt:XCODE_SCHEME_THREAD_SANITIZER", true], [1310, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1310, "prop_tgt:XCODE_SCHEME_THREAD_SANITIZER_STOP", true], [1311, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1311, "prop_tgt:XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER", true], [1312, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1312, "prop_tgt:XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP", true], [1313, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1313, "prop_tgt:XCODE_SCHEME_WORKING_DIRECTORY", true], [1314, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1314, "prop_tgt:XCODE_SCHEME_ZOMBIE_OBJECTS", true], [1315, "prop_tgt:XCODE_XCCONFIG", true], [1316, "index-0-prop_tgt:BUNDLE", false], [1316, "prop_tgt:XCTEST", true], [1317, "index-0-prop_tgt:_VISIBILITY_PRESET", false], [1317, "index-0-prop_tgt:COMPATIBLE_INTERFACE_NUMBER_MAX", false], [1317, "index-0-prop_tgt:COMPATIBLE_INTERFACE_NUMBER_MIN", false], [1317, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [1317, "index-0-prop_tgt:COMPILE_DEFINITIONS_", false], [1317, "index-0-prop_tgt:COMPILE_FLAGS", false], [1317, "index-0-prop_tgt:COMPILE_OPTIONS", false], [1317, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1317, "index-0-prop_tgt:LOCATION", false], [1317, "index-0-prop_tgt:MACOSX_RPATH", false], [1317, "index-0-prop_tgt:MAP_IMPORTED_CONFIG_", false], [1317, "index-0-prop_tgt:VISIBILITY_INLINES_HIDDEN", false], [1317, "index-1-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1317, "index-2-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1318, "index-0-prop_tgt:COMPILE_FEATURES", false], [1318, "index-0-prop_tgt:COMPILE_PDB_NAME", false], [1318, "index-0-prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY", false], [1318, "index-0-prop_tgt:CXX_EXTENSIONS", false], [1318, "index-0-prop_tgt:CXX_STANDARD", false], [1318, "index-0-prop_tgt:C_EXTENSIONS", false], [1318, "index-0-prop_tgt:C_STANDARD", false], [1318, "index-0-prop_tgt:EXCLUDE_FROM_ALL", false], [1318, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1318, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1318, "index-0-prop_tgt:INTERFACE_SOURCES", false], [1318, "index-0-prop_tgt:PDB_NAME", false], [1318, "index-0-prop_tgt:PDB_OUTPUT_DIRECTORY", false], [1318, "index-0-prop_tgt:SOURCES", false], [1318, "index-0-prop_tgt:VS_WINRT_COMPONENT", false], [1318, "index-1-prop_tgt:COMPILE_FEATURES", false], [1318, "index-1-prop_tgt:SOURCES", false], [1318, "index-2-prop_tgt:SOURCES", false], [1318, "index-3-prop_tgt:SOURCES", false], [1318, "index-4-prop_tgt:SOURCES", false], [1319, "index-0-prop_tgt:_COMPILER_LAUNCHER", false], [1319, "index-0-prop_tgt:_CPPCHECK", false], [1319, "index-0-prop_tgt:AUTOMOC", false], [1319, "index-0-prop_tgt:AUTOMOC_COMPILER_PREDEFINES", false], [1319, "index-0-prop_tgt:AUTOMOC_MACRO_NAMES", false], [1319, "index-0-prop_tgt:AUTOUIC", false], [1319, "index-0-prop_tgt:VS_DOTNET_REFERENCEPROP__TAG_", false], [1319, "index-1-prop_tgt:AUTOMOC", false], [1319, "index-1-prop_tgt:AUTOUIC", false], [1319, "index-2-prop_tgt:AUTOMOC", false], [1319, "index-2-prop_tgt:AUTOUIC", false], [1319, "index-3-prop_tgt:AUTOMOC", false], [1319, "index-4-prop_tgt:AUTOMOC", false], [1320, "index-0-prop_tgt:_COMPILER_LAUNCHER", false], [1320, "index-0-prop_tgt:AUTOGEN_PARALLEL", false], [1320, "index-0-prop_tgt:AUTOMOC", false], [1320, "index-0-prop_tgt:AUTOUIC", false], [1320, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [1320, "index-0-prop_tgt:COMPILE_OPTIONS", false], [1320, "index-0-prop_tgt:CUDA_SEPARABLE_COMPILATION", false], [1320, "index-0-prop_tgt:IMPORTED_GLOBAL", false], [1320, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [1320, "index-0-prop_tgt:INTERFACE_COMPILE_DEFINITIONS", false], [1320, "index-0-prop_tgt:INTERFACE_COMPILE_FEATURES", false], [1320, "index-0-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [1320, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1320, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES", false], [1320, "index-0-prop_tgt:INTERFACE_SOURCES", false], [1320, "index-1-prop_tgt:COMPILE_DEFINITIONS", false], [1320, "index-1-prop_tgt:COMPILE_OPTIONS", false], [1320, "index-1-prop_tgt:INCLUDE_DIRECTORIES", false], [1321, "index-0-prop_tgt:COMMON_LANGUAGE_RUNTIME", false], [1321, "index-0-prop_tgt:DOTNET_TARGET_FRAMEWORK_VERSION", false], [1321, "index-0-prop_tgt:EXPORT_PROPERTIES", false], [1321, "index-0-prop_tgt:FOLDER", false], [1321, "index-0-prop_tgt:IMPORTED_COMMON_LANGUAGE_RUNTIME", false], [1321, "index-0-prop_tgt:PDB_OUTPUT_DIRECTORY", false], [1321, "index-0-prop_tgt:VS_DEBUGGER_COMMAND", false], [1321, "index-0-prop_tgt:VS_DOTNET_TARGET_FRAMEWORK_VERSION", false], [1321, "index-1-prop_tgt:DOTNET_TARGET_FRAMEWORK_VERSION", false], [1322, "index-0-prop_tgt:AUTOMOC", false], [1322, "index-0-prop_tgt:AUTORCC", false], [1322, "index-0-prop_tgt:AUTOUIC", false], [1322, "index-0-prop_tgt:DEPLOYMENT_ADDITIONAL_FILES", false], [1322, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [1322, "index-0-prop_tgt:INTERFACE_LINK_DEPENDS", false], [1322, "index-0-prop_tgt:INTERFACE_LINK_DIRECTORIES", false], [1322, "index-0-prop_tgt:INTERFACE_LINK_OPTIONS", false], [1322, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [1322, "index-0-prop_tgt:LINK_DEPENDS", false], [1322, "index-0-prop_tgt:LINK_DIRECTORIES", false], [1322, "index-0-prop_tgt:LINK_OPTIONS", false], [1322, "index-0-prop_tgt:STATIC_LIBRARY_OPTIONS", false], [1322, "index-0-prop_tgt:VS_DEBUGGER_COMMAND", false], [1322, "index-0-prop_tgt:VS_DEBUGGER_COMMAND_ARGUMENTS", false], [1322, "index-0-prop_tgt:VS_DEBUGGER_ENVIRONMENT", false], [1322, "index-0-prop_tgt:VS_DEBUGGER_WORKING_DIRECTORY", false], [1322, "index-0-prop_tgt:VS_GLOBAL_", false], [1322, "index-1-prop_tgt:AUTOMOC", false], [1322, "index-1-prop_tgt:LINK_DIRECTORIES", false], [1323, "index-0-prop_tgt:_CPPCHECK", false], [1323, "index-0-prop_tgt:AUTOGEN_ORIGIN_DEPENDS", false], [1323, "index-0-prop_tgt:AUTOMOC_EXECUTABLE", false], [1323, "index-0-prop_tgt:AUTORCC_EXECUTABLE", false], [1323, "index-0-prop_tgt:AUTOUIC_EXECUTABLE", false], [1323, "index-0-prop_tgt:BUILD_RPATH_USE_ORIGIN", false], [1323, "index-0-prop_tgt:CUDA_RESOLVE_DEVICE_SYMBOLS", false], [1323, "index-0-prop_tgt:EXCLUDE_FROM_ALL", false], [1323, "index-0-prop_tgt:GHS_INTEGRITY_APP", false], [1323, "index-0-prop_tgt:GHS_NO_SOURCE_GROUP_FILE", false], [1323, "index-0-prop_tgt:INTERFACE_POSITION_INDEPENDENT_CODE", false], [1323, "index-0-prop_tgt:OUTPUT_NAME", false], [1323, "index-0-prop_tgt:POSITION_INDEPENDENT_CODE", false], [1323, "index-0-prop_tgt:RUNTIME_OUTPUT_DIRECTORY", false], [1323, "index-1-prop_tgt:EXCLUDE_FROM_ALL", false], [1323, "index-1-prop_tgt:POSITION_INDEPENDENT_CODE", false], [1323, "index-2-prop_tgt:EXCLUDE_FROM_ALL", false], [1324, "index-0-prop_tgt:ADDITIONAL_CLEAN_FILES", false], [1324, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [1324, "index-0-prop_tgt:FRAMEWORK", false], [1324, "index-0-prop_tgt:INTERFACE_LINK_OPTIONS", false], [1324, "index-0-prop_tgt:MSVC_RUNTIME_LIBRARY", false], [1324, "index-0-prop_tgt:PRIVATE_HEADER", false], [1324, "index-0-prop_tgt:PUBLIC_HEADER", false], [1324, "index-0-prop_tgt:Swift_DEPENDENCIES_FILE", false], [1324, "index-0-prop_tgt:Swift_MODULE_NAME", false], [1324, "index-0-prop_tgt:VS_JUST_MY_CODE_DEBUGGING", false], [1324, "index-0-prop_tgt:VS_NO_SOLUTION_DEPLOY", false], [1324, "index-0-prop_tgt:VS_PACKAGE_REFERENCES", false], [1324, "index-0-prop_tgt:VS_PROJECT_IMPORT", false], [1324, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1325, "index-0-prop_tgt:AUTOMOC", false], [1325, "index-0-prop_tgt:AUTOMOC_PATH_PREFIX", false], [1325, "index-0-prop_tgt:BUILD_RPATH", false], [1325, "index-0-prop_tgt:CUDA_RESOLVE_DEVICE_SYMBOLS", false], [1325, "index-0-prop_tgt:ENABLE_EXPORTS", false], [1325, "index-0-prop_tgt:INSTALL_REMOVE_ENVIRONMENT_RPATH", false], [1325, "index-0-prop_tgt:INSTALL_RPATH", false], [1325, "index-0-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [1325, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1325, "index-0-prop_tgt:PRECOMPILE_HEADERS", false], [1325, "index-0-prop_tgt:UNITY_BUILD", false], [1325, "index-0-prop_tgt:VS_CONFIGURATION_TYPE", false], [1325, "index-0-prop_tgt:VS_DPI_AWARE", false], [1325, "index-0-prop_tgt:XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING", false], [1325, "index-1-prop_tgt:AUTOMOC", false], [1325, "index-1-prop_tgt:UNITY_BUILD", false], [1326, "index-0-prop_tgt:AIX_EXPORT_ALL_SYMBOLS", false], [1326, "index-0-prop_tgt:AUTOMOC", false], [1326, "index-0-prop_tgt:AUTOUIC", false], [1326, "index-0-prop_tgt:CUDA_RUNTIME_LIBRARY", false], [1326, "index-0-prop_tgt:DEPRECATION", false], [1326, "index-0-prop_tgt:DOTNET_TARGET_FRAMEWORK", false], [1326, "index-0-prop_tgt:INSTALL_NAME_DIR", false], [1326, "index-0-prop_tgt:INTERFACE_COMPILE_OPTIONS", false], [1326, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1326, "index-0-prop_tgt:INTERFACE_LINK_DEPENDS", false], [1326, "index-0-prop_tgt:INTERFACE_LINK_DIRECTORIES", false], [1326, "index-0-prop_tgt:INTERFACE_LINK_OPTIONS", false], [1326, "index-0-prop_tgt:MACHO_COMPATIBILITY_VERSION", false], [1326, "index-0-prop_tgt:MACHO_CURRENT_VERSION", false], [1326, "index-0-prop_tgt:SOVERSION", false], [1326, "index-0-prop_tgt:VERSION", false], [1326, "index-0-prop_tgt:VS_DOTNET_DOCUMENTATION_FILE", false], [1326, "index-0-prop_tgt:XCODE_SCHEME_ENVIRONMENT", false], [1326, "index-0-prop_tgt:XCODE_SCHEME_WORKING_DIRECTORY", false], [1327, "index-0-prop_tgt:CUDA_ARCHITECTURES", false], [1327, "index-0-prop_tgt:FRAMEWORK_MULTI_CONFIG_POSTFIX_", false], [1327, "index-0-prop_tgt:Fortran_PREPROCESS", false], [1327, "index-0-prop_tgt:INTERFACE_LINK_OPTIONS", false], [1327, "index-0-prop_tgt:LINK_OPTIONS", false], [1327, "index-0-prop_tgt:PCH_WARN_INVALID", false], [1327, "index-0-prop_tgt:UNITY_BUILD_MODE", false], [1327, "index-0-prop_tgt:VS_PLATFORM_TOOLSET", false], [1327, "index-0-prop_tgt:VS_SOLUTION_DEPLOY", false], [1327, "index-0-prop_tgt:VS_SOURCE_SETTINGS_", false], [1327, "index-1-prop_tgt:CUDA_ARCHITECTURES", false], [1327, "index-1-prop_tgt:PCH_WARN_INVALID", false], [1328, "index-0-prop_tgt:CUDA_SEPARABLE_COMPILATION", false], [1328, "index-0-prop_tgt:EXCLUDE_FROM_ALL", false], [1328, "index-0-prop_tgt:IOS_INSTALL_COMBINED", false], [1328, "index-0-prop_tgt:ISPC_HEADER_SUFFIX", false], [1328, "index-0-prop_tgt:OPTIMIZE_DEPENDENCIES", false], [1328, "index-0-prop_tgt:OSX_ARCHITECTURES", false], [1328, "index-0-prop_tgt:PCH_INSTANTIATE_TEMPLATES", false], [1328, "index-0-prop_tgt:WIN32_EXECUTABLE", false], [1328, "index-0-prop_tgt:XCODE_LINK_BUILD_PHASE_MODE", false], [1328, "index-1-prop_tgt:OPTIMIZE_DEPENDENCIES", false], [1328, "index-1-prop_tgt:PCH_INSTANTIATE_TEMPLATES", false], [1329, "index-0-prop_tgt:ANDROID_API_MIN", false], [1330, "index-0-prop_tgt:_CLANG_TIDY", false], [1330, "index-0-prop_tgt:CUDA_STANDARD", false], [1330, "index-0-prop_tgt:CXX_STANDARD", false], [1330, "index-0-prop_tgt:EXPORT_COMPILE_COMMANDS", false], [1330, "index-0-prop_tgt:OBJCXX_STANDARD", false], [1330, "index-0-prop_tgt:UNITY_BUILD_UNIQUE_ID", false], [1330, "index-0-prop_tgt:WIN32_EXECUTABLE", false], [1330, "index-0-prop_tgt:XCODE_EMBED_", false], [1330, "index-0-prop_tgt:XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY", false], [1330, "index-0-prop_tgt:XCODE_EMBED_FRAMEWORKS_REMOVE_HEADERS_ON_COPY", false], [1330, "index-1-prop_tgt:XCODE_EMBED_", false], [1330, "index-2-prop_tgt:XCODE_EMBED_", false], [1331, "index-0-prop_tgt:_LINKER_LAUNCHER", false], [1331, "index-0-prop_tgt:CUDA_SEPARABLE_COMPILATION", false], [1331, "index-0-prop_tgt:C_STANDARD", false], [1331, "index-0-prop_tgt:OBJC_STANDARD", false], [1331, "index-0-prop_tgt:XCODE_EMBED_", false], [1331, "index-0-prop_tgt:XCODE_EMBED__CODE_SIGN_ON_COPY", false], [1331, "index-0-prop_tgt:XCODE_EMBED__REMOVE_HEADERS_ON_COPY", false], [1331, "index-1-prop_tgt:XCODE_EMBED_", false], [1332, "index-0-prop_tgt:_EXTENSIONS", false], [1332, "index-0-prop_tgt:LINK_WHAT_YOU_USE", false], [1333, "index-0-prop_tgt:CUDA_ARCHITECTURES", false], [1333, "index-0-prop_tgt:CUDA_PTX_COMPILATION", false], [1333, "index-0-prop_tgt:CUDA_SEPARABLE_COMPILATION", false], [1333, "index-0-prop_tgt:DOTNET_SDK", false], [1333, "index-0-prop_tgt:FRAMEWORK", false], [1333, "index-0-prop_tgt:HEADER_DIRS", false], [1333, "index-0-prop_tgt:HEADER_DIRS_", false], [1333, "index-0-prop_tgt:HEADER_SET", false], [1333, "index-0-prop_tgt:HEADER_SETS", false], [1333, "index-0-prop_tgt:HEADER_SET_", false], [1333, "index-0-prop_tgt:IMPORTED_NO_SYSTEM", false], [1333, "index-0-prop_tgt:INTERFACE_HEADER_SETS", false], [1333, "index-0-prop_tgt:LINK_LIBRARIES_ONLY_TARGETS", false], [1333, "index-0-prop_tgt:VS_PACKAGE_REFERENCES", false], [1333, "index-0-prop_tgt:XCODE_EMBED_", false], [1333, "index-0-prop_tgt:XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE", false], [1333, "index-1-prop_tgt:HEADER_SETS", false], [1333, "index-1-prop_tgt:INTERFACE_HEADER_SETS", false], [1334, "index-0-prop_tgt:COMPILE_WARNING_AS_ERROR", false], [1334, "index-0-prop_tgt:CUDA_ARCHITECTURES", false], [1334, "index-0-prop_tgt:INTERFACE_HEADER_SETS_TO_VERIFY", false], [1334, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT", false], [1334, "index-0-prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE", false], [1334, "index-0-prop_tgt:LINK_LIBRARIES", false], [1334, "index-0-prop_tgt:LINK_LIBRARY_OVERRIDE", false], [1334, "index-0-prop_tgt:LINK_LIBRARY_OVERRIDE_", false], [1334, "index-0-prop_tgt:VERIFY_INTERFACE_HEADER_SETS", false], [1334, "index-0-prop_tgt:VS_DOTNET_STARTUP_OBJECT", false], [1334, "index-0-prop_tgt:VS_NO_COMPILE_BATCHING", false], [1334, "index-0-prop_tgt:WATCOM_RUNTIME_LIBRARY", false], [1334, "index-0-prop_tgt:XCODE_XCCONFIG", false], [1334, "index-1-prop_tgt:COMPILE_WARNING_AS_ERROR", false], [1334, "index-1-prop_tgt:VERIFY_INTERFACE_HEADER_SETS", false], [1335, "index-0-prop_tgt:_CLANG_TIDY", false], [1335, "index-0-prop_tgt:_COMPILER_LAUNCHER", false], [1335, "index-0-prop_tgt:CUDA_STANDARD", false], [1335, "index-0-prop_tgt:CXX_STANDARD", false], [1335, "index-0-prop_tgt:EXPORT_NO_SYSTEM", false], [1335, "index-0-prop_tgt:HIP_STANDARD", false], [1335, "index-0-prop_tgt:IMPORTED_NO_SYSTEM", false], [1335, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [1335, "index-0-prop_tgt:MSVC_DEBUG_INFORMATION_FORMAT", false], [1335, "index-0-prop_tgt:OBJCXX_STANDARD", false], [1335, "index-0-prop_tgt:SYSTEM", false], [1335, "index-0-prop_tgt:XCODE_SCHEME_ENABLE_GPU_API_VALIDATION", false], [1335, "index-0-prop_tgt:XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION", false], [1335, "index-0-prop_tgt:XCODE_SCHEME_LAUNCH_CONFIGURATION", false], [1335, "index-0-prop_tgt:XCODE_SCHEME_LAUNCH_MODE", false], [1335, "index-1-prop_tgt:EXPORT_NO_SYSTEM", false], [1335, "index-1-prop_tgt:SYSTEM", false], [1335, "index-2-prop_tgt:SYSTEM", false], [1335, "index-3-prop_tgt:SYSTEM", false], [1336, "index-0-prop_tgt:_CLANG_TIDY_EXPORT_FIXES_DIR", false], [1336, "index-0-prop_tgt:XCODE_EMBED_", false], [1336, "index-0-prop_tgt:XCODE_EMBED__CODE_SIGN_ON_COPY", false], [1336, "index-0-prop_tgt:XCODE_EMBED__REMOVE_HEADERS_ON_COPY", false], [1336, "index-1-prop_tgt:XCODE_EMBED_", false], [1337, "index-0-prop_tgt:_CLANG_TIDY", false], [1337, "index-0-prop_tgt:_CPPCHECK", false], [1337, "index-0-prop_tgt:_CPPLINT", false], [1337, "index-0-prop_tgt:_INCLUDE_WHAT_YOU_USE", false], [1337, "index-0-prop_tgt:_LINKER_LAUNCHER", false], [1337, "index-0-prop_tgt:AUTOGEN_USE_SYSTEM_INCLUDE", false], [1337, "index-0-prop_tgt:CUDA_CUBIN_COMPILATION", false], [1337, "index-0-prop_tgt:CUDA_FATBIN_COMPILATION", false], [1337, "index-0-prop_tgt:CUDA_OPTIX_COMPILATION", false], [1337, "index-0-prop_tgt:DLL_NAME_WITH_SOVERSION", false], [1337, "index-0-prop_tgt:ENABLE_EXPORTS", false], [1337, "index-0-prop_tgt:INTERFACE_AUTOMOC_MACRO_NAMES", false], [1337, "index-0-prop_tgt:SOVERSION", false], [1337, "index-0-prop_tgt:SYSTEM", false], [1337, "index-0-prop_tgt:VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION", false], [1338, "index-0-prop_tgt:IMPORTED_IMPLIB", false], [1338, "index-0-prop_tgt:IMPORTED_LOCATION", false], [1338, "index-0-prop_tgt:IOS_INSTALL_COMBINED", false], [1338, "index-0-prop_tgt:XCODE_EMBED_", false], [1338, "index-1-prop_tgt:IMPORTED_LOCATION", false], [1338, "index-2-prop_tgt:IMPORTED_LOCATION", false], [1339, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [1339, "index-0-prop_tgt:LINKER_LANGUAGE", false], [1339, "index-0-prop_tgt:LINKER_TYPE", false], [1339, "index-0-prop_tgt:TEST_LAUNCHER", false], [1339, "index-0-prop_tgt:UNITY_BUILD", false], [1339, "index-0-prop_tgt:XCODE_EMBED_", false], [1339, "index-1-prop_tgt:LINKER_TYPE", false], [1340, "index-0-prop_tgt:_INCLUDE_WHAT_YOU_USE", false], [1340, "index-0-prop_tgt:_VISIBILITY_PRESET", false], [1340, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [1340, "index-0-prop_tgt:INTERFACE_SOURCES", false], [1340, "index-0-prop_tgt:VISIBILITY_INLINES_HIDDEN", false], [1340, "index-0-prop_tgt:XCODE_ATTRIBUTE_", false], [1340, "index-0-prop_tgt:XCTEST", false], [1341, "index-0-prop_tgt:DEBUG_POSTFIX", false], [1341, "index-0-prop_tgt:INTERFACE_COMPILE_DEFINITIONS", false], [1341, "index-0-prop_tgt:INTERFACE_LINK_DEPENDS", false], [1341, "index-0-prop_tgt:INTERFACE_LINK_DIRECTORIES", false], [1341, "index-0-prop_tgt:INTERFACE_LINK_OPTIONS", false], [1341, "index-0-prop_tgt:TRANSITIVE_COMPILE_PROPERTIES", false], [1341, "index-0-prop_tgt:TRANSITIVE_LINK_PROPERTIES", false], [1341, "index-0-prop_tgt:VS_FILTER_PROPS", false], [1341, "index-0-prop_tgt:VS_USE_DEBUG_LIBRARIES", false], [1342, "index-0-prop_tgt:AIX_SHARED_LIBRARY_ARCHIVE", false], [1342, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [1342, "index-0-prop_tgt:EXPORT_BUILD_DATABASE", false], [1342, "index-0-prop_tgt:FRAMEWORK", false], [1342, "index-0-prop_tgt:LINK_LIBRARIES_STRATEGY", false], [1342, "index-0-prop_tgt:MACOSX_FRAMEWORK_INFO_PLIST", false], [1342, "index-0-prop_tgt:TEST_LAUNCHER", false], [1342, "index-0-prop_tgt:UNITY_BUILD", false], [1342, "index-0-prop_tgt:VS_FRAMEWORK_REFERENCES", false], [1343, "index-0-prop_tgt:_COMPILER_LAUNCHER", false], [1343, "index-0-prop_tgt:ANDROID_ANT_ADDITIONAL_OPTIONS", false], [1343, "index-0-prop_tgt:ANDROID_ARCH", false], [1343, "index-0-prop_tgt:ANDROID_ASSETS_DIRECTORIES", false], [1343, "index-0-prop_tgt:ANDROID_JAR_DEPENDENCIES", false], [1343, "index-0-prop_tgt:ANDROID_JAR_DIRECTORIES", false], [1343, "index-0-prop_tgt:ANDROID_JAVA_SOURCE_DIR", false], [1343, "index-0-prop_tgt:ANDROID_NATIVE_LIB_DEPENDENCIES", false], [1343, "index-0-prop_tgt:ANDROID_NATIVE_LIB_DIRECTORIES", false], [1343, "index-0-prop_tgt:ANDROID_PROCESS_MAX", false], [1343, "index-0-prop_tgt:ANDROID_PROGUARD", false], [1343, "index-0-prop_tgt:ANDROID_PROGUARD_CONFIG_PATH", false], [1343, "index-0-prop_tgt:ANDROID_SECURE_PROPS_PATH", false], [1343, "index-0-prop_tgt:ANDROID_SKIP_ANT_STEP", false], [1343, "index-0-prop_tgt:ANDROID_STL_TYPE", false], [1343, "index-0-prop_tgt:ARCHIVE_OUTPUT_DIRECTORY", false], [1343, "index-0-prop_tgt:BINARY_DIR", false], [1343, "index-0-prop_tgt:ENABLE_EXPORTS", false], [1343, "index-0-prop_tgt:LIBRARY_OUTPUT_DIRECTORY", false], [1343, "index-0-prop_tgt:LINK_SEARCH_END_STATIC", false], [1343, "index-0-prop_tgt:LINK_SEARCH_START_STATIC", false], [1343, "index-0-prop_tgt:OUTPUT_NAME", false], [1343, "index-0-prop_tgt:RUNTIME_OUTPUT_DIRECTORY", false], [1343, "index-0-prop_tgt:SOURCE_DIR", false], [1343, "index-0-prop_tgt:WINDOWS_EXPORT_ALL_SYMBOLS", false], [1344, "index-0-prop_tgt:IOS_INSTALL_COMBINED", false], [1344, "index-0-prop_tgt:VS_GLOBAL_", false], [1345, "index-0-prop_tgt:_CLANG_TIDY", false], [1345, "index-0-prop_tgt:AUTOMOC", false], [1345, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [1345, "index-0-prop_tgt:DEPLOYMENT_REMOTE_DIRECTORY", false], [1345, "index-0-prop_tgt:VS_CONFIGURATION_TYPE", false], [1346, "index-0-prop_tgt:BUNDLE_EXTENSION", false], [1346, "index-0-prop_tgt:ENABLE_EXPORTS", false], [1346, "index-0-prop_tgt:LINK_WHAT_YOU_USE", false], [1346, "index-0-prop_tgt:VS_SDK_REFERENCES", false], [1346, "index-0-prop_tgt:WINDOWS_EXPORT_ALL_SYMBOLS", false], [1347, "index-0-prop_tgt:_CLANG_TIDY", false], [1347, "index-0-prop_tgt:_CPPLINT", false], [1347, "index-0-prop_tgt:AUTOMOC", false], [1347, "index-0-prop_tgt:AUTORCC", false], [1347, "index-0-prop_tgt:AUTOUIC", false], [1347, "index-0-prop_tgt:BUILD_RPATH", false], [1347, "index-0-prop_tgt:FRAMEWORK", false], [1347, "index-0-prop_tgt:IMPORTED_LIBNAME", false], [1347, "index-0-prop_tgt:IMPORTED_LIBNAME_", false], [1347, "index-0-prop_tgt:IMPORTED_LOCATION", false], [1347, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [1347, "index-0-prop_tgt:MANUALLY_ADDED_DEPENDENCIES", false], [1347, "index-0-prop_tgt:MAP_IMPORTED_CONFIG_", false], [1347, "index-0-prop_tgt:NO_SYSTEM_FROM_IMPORTED", false], [1347, "index-0-prop_tgt:VS_DEBUGGER_WORKING_DIRECTORY", false], [1347, "index-0-prop_tgt:VS_DOTNET_REFERENCES", false], [1347, "index-0-prop_tgt:VS_DOTNET_REFERENCES_COPY_LOCAL", false], [1347, "index-0-prop_tgt:VS_DOTNET_REFERENCE_", false], [1347, "index-0-prop_tgt:VS_USER_PROPS", false], [1347, "index-0-prop_tgt:XCODE_EXPLICIT_FILE_TYPE", false], [1347, "index-0-prop_tgt:XCODE_PRODUCT_TYPE", false], [1347, "index-1-prop_tgt:AUTOMOC", false], [1347, "index-1-prop_tgt:AUTOUIC", false], [1347, "index-1-prop_tgt:INCLUDE_DIRECTORIES", false], [1347, "index-1-prop_tgt:VS_DOTNET_REFERENCE_", false], [1348, "index-0-prop_tgt:AUTOGEN_BUILD_DIR", false], [1348, "index-0-prop_tgt:AUTOMOC", false], [1348, "index-0-prop_tgt:AUTOMOC_DEPEND_FILTERS", false], [1348, "index-0-prop_tgt:AUTORCC", false], [1348, "index-0-prop_tgt:AUTOUIC", false], [1348, "index-0-prop_tgt:AUTOUIC_SEARCH_PATHS", false], [1348, "index-0-prop_tgt:BUILD_WITH_INSTALL_NAME_DIR", false], [1348, "index-0-prop_tgt:BUILD_WITH_INSTALL_RPATH", false], [1348, "index-0-prop_tgt:CUDA_PTX_COMPILATION", false], [1348, "index-0-prop_tgt:CXX_STANDARD", false], [1348, "index-0-prop_tgt:C_STANDARD", false], [1348, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [1348, "index-0-prop_tgt:INSTALL_NAME_DIR", false], [1348, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [1348, "index-0-prop_tgt:MAP_IMPORTED_CONFIG_", false], [1348, "index-0-prop_tgt:WINDOWS_EXPORT_ALL_SYMBOLS", false], [1348, "index-1-prop_tgt:AUTOMOC", false], [1348, "index-1-prop_tgt:AUTORCC", false], [1348, "index-1-prop_tgt:AUTOUIC", false], [1348, "index-1-prop_tgt:BUILD_WITH_INSTALL_RPATH", false], [1348, "index-1-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [1348, "index-2-prop_tgt:AUTOMOC", false], [1348, "index-2-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [1348, "index-3-prop_tgt:AUTOMOC", false], [1348, "index-4-prop_tgt:AUTOMOC", false], [1359, "index-0-prop_tgt:AIX_EXPORT_ALL_SYMBOLS", false], [1360, "index-0-prop_tgt:AIX_SHARED_LIBRARY_ARCHIVE", false], [1361, "index-0-prop_tgt:ANDROID_ANT_ADDITIONAL_OPTIONS", false], [1362, "index-0-prop_tgt:ANDROID_API", false], [1363, "index-0-prop_tgt:ANDROID_API_MIN", false], [1364, "index-0-prop_tgt:ANDROID_ARCH", false], [1368, "index-0-prop_tgt:ANDROID_ASSETS_DIRECTORIES", false], [1370, "index-0-prop_tgt:ANDROID_GUI", false], [1371, "index-0-prop_tgt:ANDROID_JAR_DEPENDENCIES", false], [1372, "index-0-prop_tgt:ANDROID_JAR_DIRECTORIES", false], [1373, "index-0-prop_tgt:ANDROID_JAVA_SOURCE_DIR", false], [1374, "index-0-prop_tgt:ANDROID_NATIVE_LIB_DEPENDENCIES", false], [1375, "index-0-prop_tgt:ANDROID_NATIVE_LIB_DIRECTORIES", false], [1381, "index-0-prop_tgt:ANDROID_PROCESS_MAX", false], [1382, "index-0-prop_tgt:ANDROID_PROGUARD", false], [1383, "index-0-prop_tgt:ANDROID_PROGUARD_CONFIG_PATH", false], [1385, "index-0-prop_tgt:ANDROID_SECURE_PROPS_PATH", false], [1386, "index-0-prop_tgt:ANDROID_SKIP_ANT_STEP", false], [1388, "index-0-prop_tgt:ANDROID_STL_TYPE", false], [1392, "index-0-prop_tgt:ARCHIVE_OUTPUT_DIRECTORY", false], [1393, "index-0-prop_tgt:ARCHIVE_OUTPUT_DIRECTORY_", false], [1396, "index-0-prop_tgt:AUTOGEN_BETTER_GRAPH_MULTI_CONFIG", false], [1398, "index-0-prop_tgt:AUTOGEN_ORIGIN_DEPENDS", false], [1399, "index-0-prop_tgt:AUTOGEN_PARALLEL", false], [1399, "index-0-prop_tgt:AUTOMOC", false], [1399, "index-0-prop_tgt:AUTOUIC", false], [1400, "index-0-prop_tgt:AUTOGEN_USE_SYSTEM_INCLUDE", false], [1401, "index-0-prop_tgt:AUTOMOC", false], [1401, "index-0-prop_tgt:AUTORCC", false], [1401, "index-0-prop_tgt:AUTOUIC", false], [1402, "index-0-prop_tgt:AUTOMOC", false], [1403, "index-0-prop_tgt:AUTOMOC_COMPILER_PREDEFINES", false], [1404, "index-0-prop_tgt:AUTOMOC_DEPEND_FILTERS", false], [1405, "index-0-prop_tgt:AUTOMOC_EXECUTABLE", false], [1406, "index-0-prop_tgt:AUTOMOC_MACRO_NAMES", false], [1407, "index-0-prop_tgt:AUTOMOC_MOC_OPTIONS", false], [1408, "index-0-prop_tgt:AUTOMOC", false], [1408, "index-0-prop_tgt:AUTOMOC_PATH_PREFIX", false], [1409, "index-0-prop_tgt:AUTOMOC", false], [1409, "index-1-prop_tgt:AUTOMOC", false], [1410, "index-0-prop_tgt:AUTORCC", false], [1411, "index-0-prop_tgt:AUTORCC_EXECUTABLE", false], [1412, "index-0-prop_tgt:AUTORCC_OPTIONS", false], [1413, "index-0-prop_tgt:AUTOUIC", false], [1414, "index-0-prop_tgt:AUTOUIC_EXECUTABLE", false], [1415, "index-0-prop_tgt:AUTOUIC_OPTIONS", false], [1416, "index-0-prop_tgt:AUTOUIC_SEARCH_PATHS", false], [1419, "index-0-prop_tgt:BUILD_RPATH", false], [1420, "index-0-prop_tgt:BUILD_RPATH_USE_ORIGIN", false], [1423, "index-0-prop_tgt:BUILD_WITH_INSTALL_NAME_DIR", false], [1423, "index-0-prop_tgt:INSTALL_NAME_DIR", false], [1424, "index-0-prop_tgt:BUILD_WITH_INSTALL_RPATH", false], [1442, "index-0-prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY", false], [1443, "index-0-prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY_", false], [1444, "index-0-prop_tgt:COMPILE_WARNING_AS_ERROR", false], [1446, "index-0-prop_tgt:_POSTFIX", false], [1449, "index-0-prop_tgt:CROSSCOMPILING_EMULATOR", false], [1453, "index-0-prop_tgt:CUDA_ARCHITECTURES", false], [1453, "index-1-prop_tgt:CUDA_ARCHITECTURES", false], [1455, "index-0-prop_tgt:CUDA_EXTENSIONS", false], [1457, "index-0-prop_tgt:CUDA_RESOLVE_DEVICE_SYMBOLS", false], [1458, "index-0-prop_tgt:CUDA_RUNTIME_LIBRARY", false], [1458, "index-1-prop_tgt:CUDA_RUNTIME_LIBRARY", false], [1459, "index-0-prop_tgt:CUDA_SEPARABLE_COMPILATION", false], [1460, "index-0-prop_tgt:CUDA_STANDARD", false], [1461, "index-0-prop_tgt:CUDA_STANDARD_REQUIRED", false], [1474, "index-0-prop_tgt:CXX_EXTENSIONS", false], [1475, "index-0-prop_tgt:CXX_MODULE_STD", false], [1476, "index-0-prop_tgt:CXX_SCAN_FOR_MODULES", false], [1477, "index-0-prop_tgt:CXX_STANDARD", false], [1478, "index-0-prop_tgt:CXX_STANDARD_REQUIRED", false], [1480, "index-0-prop_tgt:C_EXTENSIONS", false], [1481, "index-0-prop_tgt:C_STANDARD", false], [1482, "index-0-prop_tgt:C_STANDARD_REQUIRED", false], [1484, "index-0-prop_tgt:AUTOUIC_OPTIONS", false], [1484, "index-0-prop_tgt:COMPATIBLE_INTERFACE_STRING", false], [1484, "index-0-prop_tgt:COMPILE_DEFINITIONS", false], [1484, "index-0-prop_tgt:COMPILE_FEATURES", false], [1484, "index-0-prop_tgt:COMPILE_OPTIONS", false], [1484, "index-0-prop_tgt:INCLUDE_DIRECTORIES", false], [1484, "index-0-prop_tgt:LINK_DIRECTORIES", false], [1484, "index-0-prop_tgt:LINK_OPTIONS", false], [1484, "index-0-prop_tgt:POSITION_INDEPENDENT_CODE", false], [1484, "index-0-prop_tgt:SOURCES", false], [1491, "index-0-prop_tgt:DISABLE_PRECOMPILE_HEADERS", false], [1492, "index-0-prop_tgt:DLL_NAME_WITH_SOVERSION", false], [1494, "index-0-prop_tgt:DOTNET_SDK", false], [1494, "index-1-prop_tgt:DOTNET_SDK", false], [1495, "index-0-prop_tgt:DOTNET_TARGET_FRAMEWORK", false], [1495, "index-1-prop_tgt:DOTNET_TARGET_FRAMEWORK", false], [1496, "index-0-prop_tgt:DOTNET_TARGET_FRAMEWORK", false], [1496, "index-0-prop_tgt:DOTNET_TARGET_FRAMEWORK_VERSION", false], [1496, "index-1-prop_tgt:DOTNET_TARGET_FRAMEWORK_VERSION", false], [1503, "index-0-prop_tgt:ENABLE_EXPORTS", false], [1506, "index-0-prop_tgt:ENABLE_EXPORTS", false], [1514, "index-0-prop_tgt:EXPORT_BUILD_DATABASE", false], [1515, "index-0-prop_tgt:EXPORT_COMPILE_COMMANDS", false], [1515, "index-0-prop_tgt:UNITY_BUILD", false], [1516, "index-0-prop_tgt:EXPORT_FIND_PACKAGE_NAME", false], [1536, "index-0-prop_tgt:IMPORTED", false], [1551, "index-0-prop_tgt:FOLDER", false], [1552, "index-0-prop_tgt:FRAMEWORK", false], [1552, "index-1-prop_tgt:FRAMEWORK", false], [1553, "index-0-prop_tgt:FRAMEWORK_MULTI_CONFIG_POSTFIX_", false], [1555, "index-0-prop_tgt:Fortran_FORMAT", false], [1556, "index-0-prop_tgt:Fortran_MODULE_DIRECTORY", false], [1557, "index-0-prop_tgt:Fortran_MODULE_DIRECTORY", false], [1559, "index-0-prop_tgt:Fortran_MODULE_DIRECTORY", false], [1560, "index-0-prop_tgt:Fortran_PREPROCESS", false], [1560, "index-1-prop_tgt:Fortran_PREPROCESS", false], [1565, "index-0-prop_tgt:GHS_NO_SOURCE_GROUP_FILE", false], [1566, "index-0-prop_tgt:AUTOGEN_ORIGIN_DEPENDS", false], [1566, "index-0-prop_tgt:AUTOMOC", false], [1566, "index-0-prop_tgt:AUTOUIC", false], [1566, "index-1-prop_tgt:AUTOMOC", false], [1566, "index-1-prop_tgt:AUTOUIC", false], [1568, "index-0-prop_tgt:AUTORCC", false], [1568, "index-1-prop_tgt:AUTORCC", false], [1570, "index-0-prop_tgt:GNUtoMS", false], [1571, "index-0-prop_tgt:HIP_ARCHITECTURES", false], [1573, "index-0-prop_tgt:HIP_EXTENSIONS", false], [1575, "index-0-prop_tgt:HIP_STANDARD", false], [1576, "index-0-prop_tgt:HIP_STANDARD_REQUIRED", false], [1594, "index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1594, "index-1-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES", false], [1601, "index-0-prop_tgt:INSTALL_NAME_DIR", false], [1604, "index-0-prop_tgt:INSTALL_REMOVE_ENVIRONMENT_RPATH", false], [1605, "index-0-prop_tgt:INSTALL_RPATH", false], [1606, "index-0-prop_tgt:INSTALL_RPATH", false], [1606, "index-0-prop_tgt:INSTALL_RPATH_USE_LINK_PATH", false], [1608, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [1608, "index-1-prop_tgt:INTERPROCEDURAL_OPTIMIZATION", false], [1609, "index-0-prop_tgt:INTERPROCEDURAL_OPTIMIZATION_", false], [1609, "index-1-prop_tgt:INTERPROCEDURAL_OPTIMIZATION_", false], [1610, "index-0-prop_tgt:IOS_INSTALL_COMBINED", false], [1610, "index-1-prop_tgt:IOS_INSTALL_COMBINED", false], [1610, "index-2-prop_tgt:IOS_INSTALL_COMBINED", false], [1611, "index-0-prop_tgt:ISPC_HEADER_DIRECTORY", false], [1612, "index-0-prop_tgt:ISPC_HEADER_SUFFIX", false], [1613, "index-0-prop_tgt:ISPC_INSTRUCTION_SETS", false], [1613, "index-1-prop_tgt:ISPC_INSTRUCTION_SETS", false], [1615, "index-0-prop_tgt:JOB_POOL_COMPILE", false], [1615, "index-1-prop_tgt:JOB_POOL_COMPILE", false], [1616, "index-0-prop_tgt:JOB_POOL_LINK", false], [1616, "index-1-prop_tgt:JOB_POOL_LINK", false], [1617, "index-0-prop_tgt:JOB_POOL_PRECOMPILE_HEADER", false], [1617, "index-1-prop_tgt:JOB_POOL_PRECOMPILE_HEADER", false], [1627, "index-0-prop_tgt:_CLANG_TIDY", false], [1628, "index-0-prop_tgt:_CLANG_TIDY_EXPORT_FIXES_DIR", false], [1636, "index-0-prop_tgt:_COMPILER_LAUNCHER", false], [1637, "index-0-prop_tgt:LINKER_TYPE", false], [1642, "index-0-prop_tgt:AUTOMOC", false], [1642, "index-0-prop_tgt:AUTOMOC_COMPILER_PREDEFINES", false], [1648, "index-0-prop_tgt:_CPPCHECK", false], [1649, "index-0-prop_tgt:_CPPLINT", false], [1654, "index-0-prop_tgt:_EXTENSIONS", false], [1655, "index-0-prop_tgt:_EXTENSIONS", false], [1673, "index-0-prop_tgt:IMPORTED_LINK_INTERFACE_LANGUAGES", false], [1675, "index-0-prop_tgt:IMPORTED_LINK_INTERFACE_LANGUAGES", false], [1676, "index-0-prop_tgt:_INCLUDE_WHAT_YOU_USE", false], [1678, "index-0-prop_tgt:_LINKER_LAUNCHER", false], [1679, "index-0-prop_tgt:LINKER_LANGUAGE", false], [1690, "index-0-prop_tgt:FRAMEWORK", false], [1690, "index-0-prop_tgt:FRAMEWORK_MULTI_CONFIG_POSTFIX_", false], [1690, "index-0-prop_tgt:LINK_LIBRARY_OVERRIDE", false], [1690, "index-0-prop_tgt:LINK_LIBRARY_OVERRIDE_", false], [1699, "index-0-prop_tgt:_STANDARD", false], [1702, "index-0-prop_tgt:_STANDARD", false], [1702, "index-1-prop_tgt:_STANDARD", false], [1705, "index-0-prop_tgt:_STANDARD_REQUIRED", false], [1707, "index-0-prop_tgt:LINKER_TYPE", false], [1708, "index-0-prop_tgt:_VISIBILITY_PRESET", false], [1711, "index-0-prop_tgt:LIBRARY_OUTPUT_DIRECTORY", false], [1712, "index-0-prop_tgt:LIBRARY_OUTPUT_DIRECTORY_", false], [1715, "index-0-prop_tgt:LINKER_TYPE", false], [1715, "index-1-prop_tgt:LINKER_TYPE", false], [1717, "index-0-prop_tgt:LINK_DEPENDS_NO_SHARED", false], [1718, "index-0-prop_tgt:LINK_DEPENDS_NO_SHARED", false], [1722, "index-0-prop_tgt:LINK_INTERFACE_LIBRARIES", false], [1722, "index-1-prop_tgt:LINK_INTERFACE_LIBRARIES", false], [1723, "index-0-prop_tgt:LINK_LIBRARIES_ONLY_TARGETS", false], [1724, "index-0-prop_tgt:LINK_LIBRARIES_STRATEGY", false], [1725, "index-0-prop_tgt:LINK_LIBRARY_OVERRIDE", false], [1725, "index-0-prop_tgt:LINK_LIBRARY_OVERRIDE_", false], [1729, "index-0-prop_tgt:FRAMEWORK", false], [1729, "index-0-prop_tgt:FRAMEWORK_MULTI_CONFIG_POSTFIX_", false], [1729, "index-0-prop_tgt:LINK_LIBRARY_OVERRIDE", false], [1729, "index-0-prop_tgt:LINK_LIBRARY_OVERRIDE_", false], [1731, "index-0-prop_tgt:LINK_SEARCH_END_STATIC", false], [1732, "index-0-prop_tgt:LINK_SEARCH_START_STATIC", false], [1733, "index-0-prop_tgt:LINK_WHAT_YOU_USE", false], [1735, "index-0-prop_tgt:MACOSX_BUNDLE", false], [1735, "index-1-prop_tgt:MACOSX_BUNDLE", false], [1736, "index-0-prop_tgt:MACOSX_RPATH", false], [1739, "index-0-prop_tgt:MAP_IMPORTED_CONFIG_", false], [1739, "index-1-prop_tgt:MAP_IMPORTED_CONFIG_", false], [1756, "index-0-prop_tgt:MSVC_DEBUG_INFORMATION_FORMAT", false], [1756, "index-1-prop_tgt:MSVC_DEBUG_INFORMATION_FORMAT", false], [1757, "index-0-prop_tgt:MSVC_RUNTIME_LIBRARY", false], [1757, "index-1-prop_tgt:MSVC_RUNTIME_LIBRARY", false], [1762, "index-0-prop_tgt:BUILD_RPATH", false], [1762, "index-0-prop_tgt:INSTALL_RPATH", false], [1763, "index-0-prop_tgt:NO_SYSTEM_FROM_IMPORTED", false], [1763, "index-1-prop_tgt:NO_SYSTEM_FROM_IMPORTED", false], [1764, "index-0-prop_tgt:OBJCXX_EXTENSIONS", false], [1765, "index-0-prop_tgt:OBJCXX_STANDARD", false], [1766, "index-0-prop_tgt:OBJCXX_STANDARD_REQUIRED", false], [1767, "index-0-prop_tgt:OBJC_EXTENSIONS", false], [1768, "index-0-prop_tgt:OBJC_STANDARD", false], [1769, "index-0-prop_tgt:OBJC_STANDARD_REQUIRED", false], [1771, "index-0-prop_tgt:OPTIMIZE_DEPENDENCIES", false], [1772, "index-0-prop_tgt:OSX_ARCHITECTURES", false], [1777, "index-0-prop_tgt:PCH_INSTANTIATE_TEMPLATES", false], [1778, "index-0-prop_tgt:PCH_WARN_INVALID", false], [1779, "index-0-prop_tgt:PDB_OUTPUT_DIRECTORY", false], [1780, "index-0-prop_tgt:PDB_OUTPUT_DIRECTORY_", false], [1781, "index-0-prop_tgt:SOVERSION", false], [1781, "index-0-prop_tgt:VERSION", false], [1784, "index-0-prop_tgt:POSITION_INDEPENDENT_CODE", false], [1784, "index-1-prop_tgt:POSITION_INDEPENDENT_CODE", false], [1804, "index-0-prop_tgt:RUNTIME_OUTPUT_DIRECTORY", false], [1805, "index-0-prop_tgt:RUNTIME_OUTPUT_DIRECTORY_", false], [1808, "index-0-prop_tgt:ENABLE_EXPORTS", false], [1818, "index-0-prop_tgt:BUILD_RPATH", false], [1818, "index-0-prop_tgt:INSTALL_RPATH", false], [1818, "index-0-prop_tgt:SKIP_BUILD_RPATH", false], [1820, "index-0-prop_tgt:BUILD_RPATH", false], [1820, "index-0-prop_tgt:INSTALL_RPATH", false], [1822, "index-0-prop_tgt:BUILD_RPATH", false], [1822, "index-0-prop_tgt:INSTALL_RPATH", false], [1850, "index-0-prop_tgt:Swift_COMPILATION_MODE", false], [1850, "index-1-prop_tgt:Swift_COMPILATION_MODE", false], [1852, "index-0-prop_tgt:Swift_MODULE_DIRECTORY", false], [1855, "index-0-prop_tgt:TEST_LAUNCHER", false], [1865, "index-0-prop_tgt:UNITY_BUILD", false], [1866, "index-0-prop_tgt:UNITY_BUILD_BATCH_SIZE", false], [1867, "index-0-prop_tgt:UNITY_BUILD_UNIQUE_ID", false], [1872, "index-0-prop_tgt:VERIFY_INTERFACE_HEADER_SETS", false], [1874, "index-0-prop_tgt:VISIBILITY_INLINES_HIDDEN", false], [1875, "index-0-prop_tgt:VS_DEBUGGER_COMMAND", false], [1876, "index-0-prop_tgt:VS_DEBUGGER_COMMAND_ARGUMENTS", false], [1877, "index-0-prop_tgt:VS_DEBUGGER_ENVIRONMENT", false], [1878, "index-0-prop_tgt:VS_DEBUGGER_WORKING_DIRECTORY", false], [1880, "index-0-prop_tgt:VS_GLOBAL_", false], [1884, "index-0-prop_tgt:VS_JUST_MY_CODE_DEBUGGING", false], [1886, "index-0-prop_tgt:VS_NO_COMPILE_BATCHING", false], [1887, "index-0-prop_tgt:DOTNET_SDK", false], [1887, "index-0-prop_tgt:VS_PACKAGE_REFERENCES", false], [1887, "index-1-prop_tgt:VS_PACKAGE_REFERENCES", false], [1906, "index-0-prop_tgt:DOTNET_TARGET_FRAMEWORK_VERSION", false], [1907, "index-0-prop_tgt:VS_USE_DEBUG_LIBRARIES", false], [1907, "index-1-prop_tgt:VS_USE_DEBUG_LIBRARIES", false], [1909, "index-0-prop_tgt:VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION", false], [1912, "index-0-prop_tgt:VS_WINRT_COMPONENT", false], [1915, "index-0-prop_tgt:WATCOM_RUNTIME_LIBRARY", false], [1915, "index-1-prop_tgt:WATCOM_RUNTIME_LIBRARY", false], [1916, "index-0-prop_tgt:WIN32_EXECUTABLE", false], [1916, "index-1-prop_tgt:WIN32_EXECUTABLE", false], [1917, "index-0-prop_tgt:WINDOWS_EXPORT_ALL_SYMBOLS", false], [1919, "index-0-prop_tgt:XCODE_ATTRIBUTE_", false], [1921, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1923, "index-0-prop_tgt:XCODE_LINK_BUILD_PHASE_MODE", false], [1925, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1925, "index-0-prop_tgt:XCODE_SCHEME_ADDRESS_SANITIZER", false], [1926, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1926, "index-0-prop_tgt:XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN", false], [1927, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1927, "index-0-prop_tgt:XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING", false], [1928, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1928, "index-0-prop_tgt:XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER", false], [1929, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1929, "index-0-prop_tgt:XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS", false], [1930, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1930, "index-0-prop_tgt:XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE", false], [1931, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1931, "index-0-prop_tgt:XCODE_SCHEME_ENABLE_GPU_API_VALIDATION", false], [1932, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1932, "index-0-prop_tgt:XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE", false], [1933, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1933, "index-0-prop_tgt:XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION", false], [1934, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1934, "index-0-prop_tgt:XCODE_SCHEME_ENVIRONMENT", false], [1935, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1935, "index-0-prop_tgt:XCODE_SCHEME_GUARD_MALLOC", false], [1936, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1936, "index-0-prop_tgt:XCODE_SCHEME_LAUNCH_CONFIGURATION", false], [1937, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1937, "index-0-prop_tgt:XCODE_SCHEME_LAUNCH_MODE", false], [1938, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1938, "index-0-prop_tgt:XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP", false], [1939, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1939, "index-0-prop_tgt:XCODE_SCHEME_MALLOC_GUARD_EDGES", false], [1940, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1940, "index-0-prop_tgt:XCODE_SCHEME_MALLOC_SCRIBBLE", false], [1941, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1941, "index-0-prop_tgt:XCODE_SCHEME_MALLOC_STACK", false], [1942, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1942, "index-0-prop_tgt:XCODE_SCHEME_THREAD_SANITIZER", false], [1943, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1943, "index-0-prop_tgt:XCODE_SCHEME_THREAD_SANITIZER_STOP", false], [1944, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1944, "index-0-prop_tgt:XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER", false], [1945, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1945, "index-0-prop_tgt:XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP", false], [1946, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1946, "index-0-prop_tgt:XCODE_SCHEME_WORKING_DIRECTORY", false], [1947, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1947, "index-0-prop_tgt:XCODE_SCHEME_ZOMBIE_OBJECTS", false], [1948, "index-0-prop_tgt:XCODE_XCCONFIG", false], [2038, "index-0-prop_tgt:RUNTIME_OUTPUT_DIRECTORY", false], [2041, "index-0-prop_tgt:ARCHIVE_OUTPUT_DIRECTORY", false], [2041, "index-0-prop_tgt:LIBRARY_OUTPUT_DIRECTORY", false], [2041, "index-0-prop_tgt:RUNTIME_OUTPUT_DIRECTORY", false]], "target_archives_may_be_shared_libs": [[821, "prop_gbl:TARGET_ARCHIVES_MAY_BE_SHARED_LIBS", true]], "target_bundle_content_dir": [[274, "genex:TARGET_BUNDLE_CONTENT_DIR", true], [1348, "index-0-genex:TARGET_BUNDLE_CONTENT_DIR", false]], "target_bundle_dir": [[274, "genex:TARGET_BUNDLE_DIR", true], [1348, "index-0-genex:TARGET_BUNDLE_DIR", false], [1348, "index-1-genex:TARGET_BUNDLE_DIR", false]], "target_bundle_dir_name": [[274, "genex:TARGET_BUNDLE_DIR_NAME", true], [1334, "index-0-genex:TARGET_BUNDLE_DIR_NAME", false]], "target_compile_definitions": [[0, "index-0-command:target_compile_definitions", false], [7, "index-0-command:target_compile_definitions", false], [111, "command:target_compile_definitions", true], [112, "index-0-command:target_compile_definitions", false], [113, "index-0-command:target_compile_definitions", false], [114, "index-0-command:target_compile_definitions", false], [115, "index-0-command:target_compile_definitions", false], [116, "index-0-command:target_compile_definitions", false], [117, "index-0-command:target_compile_definitions", false], [118, "index-0-command:target_compile_definitions", false], [119, "index-0-command:target_compile_definitions", false], [251, "index-0-command:target_compile_definitions", false], [253, "index-0-command:target_compile_definitions", false], [253, "index-1-command:target_compile_definitions", false], [253, "index-2-command:target_compile_definitions", false], [254, "index-0-command:target_compile_definitions", false], [256, "index-0-command:target_compile_definitions", false], [256, "index-1-command:target_compile_definitions", false], [266, "index-0-command:target_compile_definitions", false], [266, "index-1-command:target_compile_definitions", false], [266, "index-2-command:target_compile_definitions", false], [266, "index-3-command:target_compile_definitions", false], [273, "index-0-command:target_compile_definitions", false], [274, "index-0-command:target_compile_definitions", false], [603, "index-0-command:target_compile_definitions", false], [1094, "index-0-command:target_compile_definitions", false], [1094, "index-1-command:target_compile_definitions", false], [1320, "index-0-command:target_compile_definitions", false]], "target_compile_features": [[111, "index-0-command:target_compile_features", false], [112, "command:target_compile_features", true], [113, "index-0-command:target_compile_features", false], [114, "index-0-command:target_compile_features", false], [115, "index-0-command:target_compile_features", false], [116, "index-0-command:target_compile_features", false], [117, "index-0-command:target_compile_features", false], [118, "index-0-command:target_compile_features", false], [119, "index-0-command:target_compile_features", false], [254, "index-0-command:target_compile_features", false], [254, "index-1-command:target_compile_features", false], [266, "index-0-command:target_compile_features", false], [268, "index-0-command:target_compile_features", false], [268, "index-1-command:target_compile_features", false], [268, "index-2-command:target_compile_features", false], [268, "index-3-command:target_compile_features", false], [268, "index-4-command:target_compile_features", false], [791, "index-0-command:target_compile_features", false], [792, "index-0-command:target_compile_features", false], [793, "index-0-command:target_compile_features", false], [794, "index-0-command:target_compile_features", false], [1095, "index-0-command:target_compile_features", false], [1095, "index-1-command:target_compile_features", false], [1318, "index-0-command:target_compile_features", false], [1320, "index-0-command:target_compile_features", false], [1324, "index-0-command:target_compile_features", false], [1336, "index-0-command:target_compile_features", false]], "target_compile_options": [[1, "index-0-command:target_compile_options", false], [7, "index-0-command:target_compile_options", false], [111, "index-0-command:target_compile_options", false], [112, "index-0-command:target_compile_options", false], [113, "command:target_compile_options", true], [114, "index-0-command:target_compile_options", false], [115, "index-0-command:target_compile_options", false], [116, "index-0-command:target_compile_options", false], [117, "index-0-command:target_compile_options", false], [118, "index-0-command:target_compile_options", false], [119, "index-0-command:target_compile_options", false], [251, "index-0-command:target_compile_options", false], [251, "index-1-command:target_compile_options", false], [254, "index-0-command:target_compile_options", false], [266, "index-0-command:target_compile_options", false], [266, "index-1-command:target_compile_options", false], [266, "index-2-command:target_compile_options", false], [266, "index-3-command:target_compile_options", false], [268, "index-0-command:target_compile_options", false], [661, "index-0-command:target_compile_options", false], [661, "index-1-command:target_compile_options", false], [838, "index-0-command:target_compile_options", false], [977, "index-0-command:target_compile_options", false], [978, "index-0-command:target_compile_options", false], [1096, "index-0-command:target_compile_options", false], [1096, "index-1-command:target_compile_options", false], [1317, "index-0-command:target_compile_options", false], [1320, "index-0-command:target_compile_options", false], [1321, "index-0-command:target_compile_options", false], [1326, "index-0-command:target_compile_options", false], [1336, "index-0-command:target_compile_options", false], [1656, "index-0-command:target_compile_options", false], [1657, "index-0-command:target_compile_options", false]], "target_exists": [[274, "genex:TARGET_EXISTS", true]], "target_file": [[2, "index-0-genex:TARGET_FILE", false], [3, "index-0-genex:TARGET_FILE", false], [274, "genex:TARGET_FILE", true], [586, "index-0-genex:TARGET_FILE", false], [586, "index-1-genex:TARGET_FILE", false]], "target_file_base_name": [[274, "genex:TARGET_FILE_BASE_NAME", true], [1324, "index-0-genex:TARGET_FILE_BASE_NAME", false]], "target_file_dir": [[274, "genex:TARGET_FILE_DIR", true]], "target_file_name": [[274, "genex:TARGET_FILE_NAME", true]], "target_file_prefix": [[274, "genex:TARGET_FILE_PREFIX", true], [1324, "index-0-genex:TARGET_FILE_PREFIX", false]], "target_file_suffix": [[274, "genex:TARGET_FILE_SUFFIX", true], [1324, "index-0-genex:TARGET_FILE_SUFFIX", false]], "target_genex_eval": [[274, "genex:TARGET_GENEX_EVAL", true]], "target_import_file": [[274, "genex:TARGET_IMPORT_FILE", true], [1337, "index-0-genex:TARGET_IMPORT_FILE", false]], "target_import_file_base_name": [[274, "genex:TARGET_IMPORT_FILE_BASE_NAME", true], [1337, "index-0-genex:TARGET_IMPORT_FILE_BASE_NAME", false]], "target_import_file_dir": [[274, "genex:TARGET_IMPORT_FILE_DIR", true], [1337, "index-0-genex:TARGET_IMPORT_FILE_DIR", false]], "target_import_file_name": [[274, "genex:TARGET_IMPORT_FILE_NAME", true], [1337, "index-0-genex:TARGET_IMPORT_FILE_NAME", false]], "target_import_file_prefix": [[274, "genex:TARGET_IMPORT_FILE_PREFIX", true], [1337, "index-0-genex:TARGET_IMPORT_FILE_PREFIX", false]], "target_import_file_suffix": [[274, "genex:TARGET_IMPORT_FILE_SUFFIX", true], [1337, "index-0-genex:TARGET_IMPORT_FILE_SUFFIX", false]], "target_include_directories": [[7, "index-0-command:target_include_directories", false], [24, "index-0-command:target_include_directories", false], [73, "index-0-command:target_include_directories", false], [73, "index-1-command:target_include_directories", false], [111, "index-0-command:target_include_directories", false], [112, "index-0-command:target_include_directories", false], [113, "index-0-command:target_include_directories", false], [114, "command:target_include_directories", true], [115, "index-0-command:target_include_directories", false], [116, "index-0-command:target_include_directories", false], [117, "index-0-command:target_include_directories", false], [118, "index-0-command:target_include_directories", false], [119, "index-0-command:target_include_directories", false], [248, "index-0-command:target_include_directories", false], [248, "index-1-command:target_include_directories", false], [249, "index-0-command:target_include_directories", false], [249, "index-1-command:target_include_directories", false], [250, "index-0-command:target_include_directories", false], [250, "index-1-command:target_include_directories", false], [251, "index-0-command:target_include_directories", false], [254, "index-0-command:target_include_directories", false], [254, "index-1-command:target_include_directories", false], [254, "index-2-command:target_include_directories", false], [254, "index-3-command:target_include_directories", false], [256, "index-0-command:target_include_directories", false], [256, "index-1-command:target_include_directories", false], [256, "index-2-command:target_include_directories", false], [266, "index-0-command:target_include_directories", false], [266, "index-1-command:target_include_directories", false], [266, "index-2-command:target_include_directories", false], [266, "index-3-command:target_include_directories", false], [266, "index-4-command:target_include_directories", false], [268, "index-0-command:target_include_directories", false], [273, "index-0-command:target_include_directories", false], [274, "index-0-command:target_include_directories", false], [954, "index-0-command:target_include_directories", false], [954, "index-1-command:target_include_directories", false], [954, "index-2-command:target_include_directories", false], [1087, "index-0-command:target_include_directories", false], [1100, "index-0-command:target_include_directories", false], [1100, "index-1-command:target_include_directories", false], [1110, "index-0-command:target_include_directories", false], [1110, "index-1-command:target_include_directories", false], [1320, "index-0-command:target_include_directories", false], [1323, "index-0-command:target_include_directories", false], [1325, "index-0-command:target_include_directories", false], [1330, "index-0-command:target_include_directories", false]], "target_link_directories": [[81, "index-0-command:target_link_directories", false], [81, "index-1-command:target_link_directories", false], [111, "index-0-command:target_link_directories", false], [112, "index-0-command:target_link_directories", false], [113, "index-0-command:target_link_directories", false], [114, "index-0-command:target_link_directories", false], [115, "command:target_link_directories", true], [116, "index-0-command:target_link_directories", false], [117, "index-0-command:target_link_directories", false], [118, "index-0-command:target_link_directories", false], [119, "index-0-command:target_link_directories", false], [254, "index-0-command:target_link_directories", false], [266, "index-0-command:target_link_directories", false], [1102, "index-0-command:target_link_directories", false], [1102, "index-1-command:target_link_directories", false], [1140, "index-0-command:target_link_directories", false], [1322, "index-0-command:target_link_directories", false], [1322, "index-1-command:target_link_directories", false]], "target_link_libraries": [[6, "index-0-command:target_link_libraries", false], [7, "index-0-command:target_link_libraries", false], [7, "index-1-command:target_link_libraries", false], [7, "index-2-command:target_link_libraries", false], [7, "index-3-command:target_link_libraries", false], [7, "index-4-command:target_link_libraries", false], [8, "index-0-command:target_link_libraries", false], [8, "index-1-command:target_link_libraries", false], [77, "index-0-command:target_link_libraries", false], [81, "index-0-command:target_link_libraries", false], [81, "index-1-command:target_link_libraries", false], [82, "index-0-command:target_link_libraries", false], [82, "index-1-command:target_link_libraries", false], [111, "index-0-command:target_link_libraries", false], [112, "index-0-command:target_link_libraries", false], [113, "index-0-command:target_link_libraries", false], [114, "index-0-command:target_link_libraries", false], [115, "index-0-command:target_link_libraries", false], [115, "index-1-command:target_link_libraries", false], [116, "command:target_link_libraries", true], [117, "index-0-command:target_link_libraries", false], [117, "index-1-command:target_link_libraries", false], [118, "index-0-command:target_link_libraries", false], [119, "index-0-command:target_link_libraries", false], [248, "index-0-command:target_link_libraries", false], [251, "index-0-command:target_link_libraries", false], [254, "index-0-command:target_link_libraries", false], [254, "index-1-command:target_link_libraries", false], [254, "index-2-command:target_link_libraries", false], [255, "index-0-command:target_link_libraries", false], [256, "index-0-command:target_link_libraries", false], [256, "index-1-command:target_link_libraries", false], [256, "index-2-command:target_link_libraries", false], [263, "index-0-command:target_link_libraries", false], [266, "index-0-command:target_link_libraries", false], [266, "index-1-command:target_link_libraries", false], [266, "index-2-command:target_link_libraries", false], [266, "index-3-command:target_link_libraries", false], [266, "index-4-command:target_link_libraries", false], [266, "index-5-command:target_link_libraries", false], [266, "index-6-command:target_link_libraries", false], [266, "index-7-command:target_link_libraries", false], [266, "index-8-command:target_link_libraries", false], [266, "index-9-command:target_link_libraries", false], [268, "index-0-command:target_link_libraries", false], [271, "index-0-command:target_link_libraries", false], [273, "index-0-command:target_link_libraries", false], [273, "index-1-command:target_link_libraries", false], [274, "index-0-command:target_link_libraries", false], [274, "index-1-command:target_link_libraries", false], [274, "index-2-command:target_link_libraries", false], [274, "index-3-command:target_link_libraries", false], [274, "index-4-command:target_link_libraries", false], [279, "index-0-command:target_link_libraries", false], [279, "index-1-command:target_link_libraries", false], [379, "index-0-command:target_link_libraries", false], [379, "index-1-command:target_link_libraries", false], [382, "index-0-command:target_link_libraries", false], [382, "index-1-command:target_link_libraries", false], [382, "index-2-command:target_link_libraries", false], [382, "index-3-command:target_link_libraries", false], [469, "index-0-command:target_link_libraries", false], [480, "index-0-command:target_link_libraries", false], [551, "index-0-command:target_link_libraries", false], [555, "index-0-command:target_link_libraries", false], [555, "index-1-command:target_link_libraries", false], [555, "index-2-command:target_link_libraries", false], [555, "index-3-command:target_link_libraries", false], [576, "index-0-command:target_link_libraries", false], [576, "index-1-command:target_link_libraries", false], [582, "index-0-command:target_link_libraries", false], [582, "index-1-command:target_link_libraries", false], [583, "index-0-command:target_link_libraries", false], [583, "index-1-command:target_link_libraries", false], [583, "index-2-command:target_link_libraries", false], [583, "index-3-command:target_link_libraries", false], [583, "index-4-command:target_link_libraries", false], [587, "index-0-command:target_link_libraries", false], [588, "index-0-command:target_link_libraries", false], [598, "index-0-command:target_link_libraries", false], [599, "index-0-command:target_link_libraries", false], [620, "index-0-command:target_link_libraries", false], [639, "index-0-command:target_link_libraries", false], [639, "index-1-command:target_link_libraries", false], [639, "index-2-command:target_link_libraries", false], [639, "index-3-command:target_link_libraries", false], [639, "index-4-command:target_link_libraries", false], [639, "index-5-command:target_link_libraries", false], [796, "index-0-command:target_link_libraries", false], [796, "index-1-command:target_link_libraries", false], [1021, "index-0-command:target_link_libraries", false], [1093, "index-0-command:target_link_libraries", false], [1094, "index-0-command:target_link_libraries", false], [1095, "index-0-command:target_link_libraries", false], [1096, "index-0-command:target_link_libraries", false], [1100, "index-0-command:target_link_libraries", false], [1101, "index-0-command:target_link_libraries", false], [1102, "index-0-command:target_link_libraries", false], [1103, "index-0-command:target_link_libraries", false], [1103, "index-1-command:target_link_libraries", false], [1103, "index-2-command:target_link_libraries", false], [1104, "index-0-command:target_link_libraries", false], [1105, "index-0-command:target_link_libraries", false], [1106, "index-0-command:target_link_libraries", false], [1109, "index-0-command:target_link_libraries", false], [1110, "index-0-command:target_link_libraries", false], [1143, "index-0-command:target_link_libraries", false], [1147, "index-0-command:target_link_libraries", false], [1147, "index-1-command:target_link_libraries", false], [1147, "index-2-command:target_link_libraries", false], [1148, "index-0-command:target_link_libraries", false], [1149, "index-0-command:target_link_libraries", false], [1239, "index-0-command:target_link_libraries", false], [1317, "index-0-command:target_link_libraries", false], [1317, "index-1-command:target_link_libraries", false], [1318, "index-0-command:target_link_libraries", false], [1320, "index-0-command:target_link_libraries", false], [1321, "index-0-command:target_link_libraries", false], [1321, "index-1-command:target_link_libraries", false], [1322, "index-0-command:target_link_libraries", false], [1322, "index-1-command:target_link_libraries", false], [1323, "index-0-command:target_link_libraries", false], [1325, "index-0-command:target_link_libraries", false], [1331, "index-0-command:target_link_libraries", false], [1338, "index-0-command:target_link_libraries", false], [1347, "index-0-command:target_link_libraries", false], [1347, "index-1-command:target_link_libraries", false], [1673, "index-0-command:target_link_libraries", false], [1723, "index-0-command:target_link_libraries", false]], "target_link_options": [[7, "index-0-command:target_link_options", false], [8, "index-0-command:target_link_options", false], [111, "index-0-command:target_link_options", false], [112, "index-0-command:target_link_options", false], [113, "index-0-command:target_link_options", false], [113, "index-1-command:target_link_options", false], [114, "index-0-command:target_link_options", false], [115, "index-0-command:target_link_options", false], [116, "index-0-command:target_link_options", false], [116, "index-1-command:target_link_options", false], [116, "index-2-command:target_link_options", false], [117, "command:target_link_options", true], [118, "index-0-command:target_link_options", false], [119, "index-0-command:target_link_options", false], [120, "index-0-command:target_link_options", false], [254, "index-0-command:target_link_options", false], [266, "index-0-command:target_link_options", false], [349, "index-0-command:target_link_options", false], [1106, "index-0-command:target_link_options", false], [1106, "index-1-command:target_link_options", false], [1152, "index-0-command:target_link_options", false], [1322, "index-0-command:target_link_options", false], [1322, "index-1-command:target_link_options", false], [1656, "index-0-command:target_link_options", false], [1657, "index-0-command:target_link_options", false], [1681, "index-0-command:target_link_options", false], [1682, "index-0-command:target_link_options", false]], "target_linker_file": [[274, "genex:TARGET_LINKER_FILE", true]], "target_linker_file_base_name": [[274, "genex:TARGET_LINKER_FILE_BASE_NAME", true], [1324, "index-0-genex:TARGET_LINKER_FILE_BASE_NAME", false]], "target_linker_file_dir": [[274, "genex:TARGET_LINKER_FILE_DIR", true]], "target_linker_file_name": [[274, "genex:TARGET_LINKER_FILE_NAME", true], [274, "index-0-genex:TARGET_LINKER_FILE_NAME", false]], "target_linker_file_prefix": [[274, "genex:TARGET_LINKER_FILE_PREFIX", true], [1324, "index-0-genex:TARGET_LINKER_FILE_PREFIX", false]], "target_linker_file_suffix": [[274, "genex:TARGET_LINKER_FILE_SUFFIX", true], [1324, "index-0-genex:TARGET_LINKER_FILE_SUFFIX", false]], "target_linker_import_file": [[274, "genex:TARGET_LINKER_IMPORT_FILE", true], [274, "index-0-genex:TARGET_LINKER_IMPORT_FILE", false]], "target_linker_import_file_base_name": [[274, "genex:TARGET_LINKER_IMPORT_FILE_BASE_NAME", true]], "target_linker_import_file_dir": [[274, "genex:TARGET_LINKER_IMPORT_FILE_DIR", true]], "target_linker_import_file_name": [[274, "genex:TARGET_LINKER_IMPORT_FILE_NAME", true], [274, "index-0-genex:TARGET_LINKER_IMPORT_FILE_NAME", false]], "target_linker_import_file_prefix": [[274, "genex:TARGET_LINKER_IMPORT_FILE_PREFIX", true]], "target_linker_import_file_suffix": [[274, "genex:TARGET_LINKER_IMPORT_FILE_SUFFIX", true]], "target_linker_library_file": [[274, "genex:TARGET_LINKER_LIBRARY_FILE", true], [274, "index-0-genex:TARGET_LINKER_LIBRARY_FILE", false]], "target_linker_library_file_base_name": [[274, "genex:TARGET_LINKER_LIBRARY_FILE_BASE_NAME", true]], "target_linker_library_file_dir": [[274, "genex:TARGET_LINKER_LIBRARY_FILE_DIR", true]], "target_linker_library_file_name": [[274, "genex:TARGET_LINKER_LIBRARY_FILE_NAME", true], [274, "index-0-genex:TARGET_LINKER_LIBRARY_FILE_NAME", false]], "target_linker_library_file_prefix": [[274, "genex:TARGET_LINKER_LIBRARY_FILE_PREFIX", true]], "target_linker_library_file_suffix": [[274, "genex:TARGET_LINKER_LIBRARY_FILE_SUFFIX", true]], "target_messages": [[822, "prop_gbl:TARGET_MESSAGES", true], [1343, "index-0-prop_gbl:TARGET_MESSAGES", false]], "target_name": [[274, "genex:TARGET_NAME", true]], "target_name_if_exists": [[274, "genex:TARGET_NAME_IF_EXISTS", true]], "target_objects": [[7, "index-0-genex:TARGET_OBJECTS", false], [7, "index-1-genex:TARGET_OBJECTS", false], [116, "index-0-genex:TARGET_OBJECTS", false], [116, "index-1-genex:TARGET_OBJECTS", false], [266, "index-0-genex:TARGET_OBJECTS", false], [274, "genex:TARGET_OBJECTS", true], [611, "index-0-genex:TARGET_OBJECTS", false], [1324, "index-0-genex:TARGET_OBJECTS", false], [1331, "index-0-genex:TARGET_OBJECTS", false]], "target_pdb_file": [[274, "genex:TARGET_PDB_FILE", true]], "target_pdb_file_base_name": [[274, "genex:TARGET_PDB_FILE_BASE_NAME", true], [1324, "index-0-genex:TARGET_PDB_FILE_BASE_NAME", false]], "target_pdb_file_dir": [[274, "genex:TARGET_PDB_FILE_DIR", true]], "target_pdb_file_name": [[274, "genex:TARGET_PDB_FILE_NAME", true]], "target_policy": [[274, "genex:TARGET_POLICY", true]], "target_precompile_headers": [[111, "index-0-command:target_precompile_headers", false], [112, "index-0-command:target_precompile_headers", false], [113, "index-0-command:target_precompile_headers", false], [114, "index-0-command:target_precompile_headers", false], [115, "index-0-command:target_precompile_headers", false], [116, "index-0-command:target_precompile_headers", false], [117, "index-0-command:target_precompile_headers", false], [118, "command:target_precompile_headers", true], [119, "index-0-command:target_precompile_headers", false], [254, "index-0-command:target_precompile_headers", false], [266, "index-0-command:target_precompile_headers", false], [273, "index-0-command:target_precompile_headers", false], [273, "index-1-command:target_precompile_headers", false], [1108, "index-0-command:target_precompile_headers", false], [1108, "index-1-command:target_precompile_headers", false], [1190, "index-0-command:target_precompile_headers", false], [1191, "index-0-command:target_precompile_headers", false], [1325, "index-0-command:target_precompile_headers", false], [1325, "index-1-command:target_precompile_headers", false]], "target_property": [[55, "index-0-genex:TARGET_PROPERTY", false], [266, "index-0-genex:TARGET_PROPERTY", false], [274, "genex:TARGET_PROPERTY", true], [274, "genex:TARGET_PROPERTY:prop", true], [274, "index-0-genex:TARGET_PROPERTY", false], [274, "index-1-genex:TARGET_PROPERTY", false], [659, "index-0-genex:TARGET_PROPERTY", false], [726, "index-0-genex:TARGET_PROPERTY", false], [726, "index-1-genex:TARGET_PROPERTY", false], [726, "index-2-genex:TARGET_PROPERTY", false], [726, "index-3-genex:TARGET_PROPERTY", false], [1104, "index-0-genex:TARGET_PROPERTY", false], [1220, "index-0-genex:TARGET_PROPERTY", false], [1220, "index-1-genex:TARGET_PROPERTY", false], [1221, "index-0-genex:TARGET_PROPERTY", false], [1221, "index-1-genex:TARGET_PROPERTY", false], [1341, "index-0-genex:TARGET_PROPERTY", false], [1341, "index-1-genex:TARGET_PROPERTY", false]], "target_runtime_dll_dirs": [[274, "genex:TARGET_RUNTIME_DLL_DIRS", true], [274, "index-0-genex:TARGET_RUNTIME_DLL_DIRS", false], [1337, "index-0-genex:TARGET_RUNTIME_DLL_DIRS", false]], "target_runtime_dlls": [[7, "index-0-genex:TARGET_RUNTIME_DLLS", false], [274, "genex:TARGET_RUNTIME_DLLS", true], [274, "index-0-genex:TARGET_RUNTIME_DLLS", false], [1088, "index-0-genex:TARGET_RUNTIME_DLLS", false], [1090, "index-0-genex:TARGET_RUNTIME_DLLS", false], [1331, "index-0-genex:TARGET_RUNTIME_DLLS", false], [1337, "index-0-genex:TARGET_RUNTIME_DLLS", false]], "target_soname_file": [[274, "genex:TARGET_SONAME_FILE", true]], "target_soname_file_dir": [[274, "genex:TARGET_SONAME_FILE_DIR", true]], "target_soname_file_name": [[274, "genex:TARGET_SONAME_FILE_NAME", true]], "target_soname_import_file": [[274, "genex:TARGET_SONAME_IMPORT_FILE", true]], "target_soname_import_file_dir": [[274, "genex:TARGET_SONAME_IMPORT_FILE_DIR", true]], "target_soname_import_file_name": [[274, "genex:TARGET_SONAME_IMPORT_FILE_NAME", true]], "target_sources": [[6, "index-0-command:target_sources", false], [7, "index-0-command:target_sources", false], [7, "index-1-command:target_sources", false], [7, "index-2-command:target_sources", false], [77, "index-0-command:target_sources", false], [77, "index-1-command:target_sources", false], [77, "index-2-command:target_sources", false], [77, "index-3-command:target_sources", false], [111, "index-0-command:target_sources", false], [112, "index-0-command:target_sources", false], [113, "index-0-command:target_sources", false], [114, "index-0-command:target_sources", false], [115, "index-0-command:target_sources", false], [116, "index-0-command:target_sources", false], [117, "index-0-command:target_sources", false], [118, "index-0-command:target_sources", false], [119, "command:target_sources", true], [254, "index-0-command:target_sources", false], [256, "index-0-command:target_sources", false], [266, "index-0-command:target_sources", false], [266, "index-1-command:target_sources", false], [266, "index-2-command:target_sources", false], [266, "index-3-command:target_sources", false], [273, "index-0-command:target_sources", false], [273, "index-1-command:target_sources", false], [636, "index-0-command:target_sources", false], [636, "index-1-command:target_sources", false], [844, "index-0-command:target_sources", false], [999, "index-0-command:target_sources", false], [1000, "index-0-command:target_sources", false], [1001, "index-0-command:target_sources", false], [1002, "index-0-command:target_sources", false], [1003, "index-0-command:target_sources", false], [1045, "index-0-command:target_sources", false], [1046, "index-0-command:target_sources", false], [1047, "index-0-command:target_sources", false], [1048, "index-0-command:target_sources", false], [1049, "index-0-command:target_sources", false], [1097, "index-0-command:target_sources", false], [1098, "index-0-command:target_sources", false], [1109, "index-0-command:target_sources", false], [1206, "index-0-command:target_sources", false], [1223, "index-0-command:target_sources", false], [1318, "index-0-command:target_sources", false], [1320, "index-0-command:target_sources", false], [1320, "index-1-command:target_sources", false], [1322, "index-0-command:target_sources", false], [1328, "index-0-command:target_sources", false], [1330, "index-0-command:target_sources", false], [1333, "index-0-command:target_sources", false], [1333, "index-1-command:target_sources", false], [1333, "index-2-command:target_sources", false]], "target_supports_shared_libs": [[724, "index-0-prop_gbl:TARGET_SUPPORTS_SHARED_LIBS", false], [823, "prop_gbl:TARGET_SUPPORTS_SHARED_LIBS", true]], "test property": [[10, "index-0-prop_test:FAIL_REGULAR_EXPRESSION", false], [10, "index-0-prop_test:PASS_REGULAR_EXPRESSION", false], [10, "index-0-prop_test:SKIP_REGULAR_EXPRESSION", false], [10, "index-0-prop_test:WILL_FAIL", false], [10, "index-0-prop_test:WORKING_DIRECTORY", false], [10, "index-1-prop_test:SKIP_REGULAR_EXPRESSION", false], [37, "index-0-prop_test:ATTACHED_FILES", false], [37, "index-0-prop_test:ATTACHED_FILES_ON_FAIL", false], [37, "index-0-prop_test:LABELS", false], [257, "index-0-prop_test:PASS_REGULAR_EXPRESSION", false], [287, "index-0-prop_test:ENVIRONMENT_MODIFICATION", false], [290, "index-0-prop_test:FIXTURES_REQUIRED", false], [290, "index-0-prop_test:FIXTURES_SETUP", false], [290, "index-0-prop_test:GENERATED_RESOURCE_SPEC_FILE", false], [290, "index-0-prop_test:PROCESSORS", false], [290, "index-0-prop_test:RESOURCE_GROUPS", false], [290, "index-0-prop_test:SKIP_REGULAR_EXPRESSION", false], [290, "index-0-prop_test:SKIP_RETURN_CODE", false], [290, "index-0-prop_test:TIMEOUT", false], [290, "index-1-prop_test:PROCESSORS", false], [290, "index-1-prop_test:RESOURCE_GROUPS", false], [290, "index-1-prop_test:TIMEOUT", false], [290, "index-2-prop_test:PROCESSORS", false], [290, "index-2-prop_test:RESOURCE_GROUPS", false], [290, "index-3-prop_test:PROCESSORS", false], [290, "index-3-prop_test:RESOURCE_GROUPS", false], [290, "index-4-prop_test:RESOURCE_GROUPS", false], [290, "index-5-prop_test:RESOURCE_GROUPS", false], [765, "index-0-prop_test:LABELS", false], [886, "prop_test:ATTACHED_FILES", true], [887, "index-0-prop_test:ATTACHED_FILES", false], [887, "prop_test:ATTACHED_FILES_ON_FAIL", true], [888, "prop_test:COST", true], [889, "index-0-prop_test:FIXTURES_REQUIRED", false], [889, "prop_test:DEPENDS", true], [890, "index-0-prop_test:FIXTURES_REQUIRED", false], [890, "index-0-prop_test:FIXTURES_SETUP", false], [890, "prop_test:DISABLED", true], [891, "prop_test:ENVIRONMENT", true], [892, "index-0-prop_test:ENVIRONMENT", false], [892, "index-1-prop_test:ENVIRONMENT", false], [892, "prop_test:ENVIRONMENT_MODIFICATION", true], [893, "index-0-prop_test:PASS_REGULAR_EXPRESSION", false], [893, "index-0-prop_test:SKIP_REGULAR_EXPRESSION", false], [893, "index-0-prop_test:TIMEOUT", false], [893, "prop_test:FAIL_REGULAR_EXPRESSION", true], [894, "index-0-prop_test:DEPENDS", false], [894, "index-0-prop_test:FIXTURES_REQUIRED", false], [894, "index-1-prop_test:FIXTURES_REQUIRED", false], [894, "prop_test:FIXTURES_CLEANUP", true], [895, "index-0-prop_test:DEPENDS", false], [895, "index-0-prop_test:FIXTURES_CLEANUP", false], [895, "index-0-prop_test:FIXTURES_SETUP", false], [895, "index-0-prop_test:RESOURCE_LOCK", false], [895, "index-1-prop_test:RESOURCE_LOCK", false], [895, "index-2-prop_test:RESOURCE_LOCK", false], [895, "prop_test:FIXTURES_REQUIRED", true], [896, "index-0-prop_test:DEPENDS", false], [896, "index-0-prop_test:FIXTURES_REQUIRED", false], [896, "index-1-prop_test:FIXTURES_REQUIRED", false], [896, "index-2-prop_test:FIXTURES_REQUIRED", false], [896, "prop_test:FIXTURES_SETUP", true], [897, "prop_test:GENERATED_RESOURCE_SPEC_FILE", true], [898, "prop_test:LABELS", true], [899, "prop_test:MEASUREMENT", true], [900, "index-0-prop_test:FAIL_REGULAR_EXPRESSION", false], [900, "index-0-prop_test:SKIP_REGULAR_EXPRESSION", false], [900, "index-0-prop_test:TIMEOUT", false], [900, "prop_test:PASS_REGULAR_EXPRESSION", true], [901, "index-0-prop_test:PROCESSOR_AFFINITY", false], [901, "prop_test:PROCESSORS", true], [902, "index-0-prop_test:PROCESSORS", false], [902, "prop_test:PROCESSOR_AFFINITY", true], [903, "index-0-prop_test:FIXTURES_REQUIRED", false], [903, "index-0-prop_test:WORKING_DIRECTORY", false], [903, "prop_test:REQUIRED_FILES", true], [904, "index-0-prop_test:RESOURCE_LOCK", false], [904, "index-1-prop_test:RESOURCE_LOCK", false], [904, "index-2-prop_test:RESOURCE_LOCK", false], [904, "prop_test:RESOURCE_GROUPS", true], [905, "index-0-prop_test:FIXTURES_REQUIRED", false], [905, "index-0-prop_test:RESOURCE_GROUPS", false], [905, "index-1-prop_test:RESOURCE_GROUPS", false], [905, "index-2-prop_test:RESOURCE_GROUPS", false], [905, "prop_test:RESOURCE_LOCK", true], [906, "prop_test:RUN_SERIAL", true], [907, "index-0-prop_test:FAIL_REGULAR_EXPRESSION", false], [907, "index-0-prop_test:PASS_REGULAR_EXPRESSION", false], [907, "index-0-prop_test:SKIP_RETURN_CODE", false], [907, "index-0-prop_test:TIMEOUT", false], [907, "prop_test:SKIP_REGULAR_EXPRESSION", true], [908, "index-0-prop_test:SKIP_REGULAR_EXPRESSION", false], [908, "index-0-prop_test:TIMEOUT", false], [908, "prop_test:SKIP_RETURN_CODE", true], [909, "index-0-prop_test:TIMEOUT_AFTER_MATCH", false], [909, "index-0-prop_test:TIMEOUT_SIGNAL_NAME", false], [909, "prop_test:TIMEOUT", true], [910, "index-0-prop_test:RESOURCE_LOCK", false], [910, "index-0-prop_test:TIMEOUT", false], [910, "index-0-prop_test:TIMEOUT_SIGNAL_NAME", false], [910, "index-1-prop_test:TIMEOUT", false], [910, "prop_test:TIMEOUT_AFTER_MATCH", true], [911, "index-0-prop_test:TIMEOUT_SIGNAL_NAME", false], [911, "prop_test:TIMEOUT_SIGNAL_GRACE_PERIOD", true], [912, "index-0-prop_test:TIMEOUT", false], [912, "index-0-prop_test:TIMEOUT_AFTER_MATCH", false], [912, "index-0-prop_test:TIMEOUT_SIGNAL_GRACE_PERIOD", false], [912, "prop_test:TIMEOUT_SIGNAL_NAME", true], [913, "index-0-prop_test:TIMEOUT", false], [913, "prop_test:WILL_FAIL", true], [914, "prop_test:WORKING_DIRECTORY", true], [1317, "index-0-prop_test:REQUIRED_FILES", false], [1317, "index-0-prop_test:SKIP_RETURN_CODE", false], [1317, "index-0-prop_test:WORKING_DIRECTORY", false], [1321, "index-0-prop_test:PROCESSOR_AFFINITY", false], [1325, "index-0-prop_test:FAIL_REGULAR_EXPRESSION", false], [1325, "index-0-prop_test:PASS_REGULAR_EXPRESSION", false], [1325, "index-0-prop_test:SKIP_REGULAR_EXPRESSION", false], [1325, "index-0-prop_test:SKIP_RETURN_CODE", false], [1325, "index-1-prop_test:SKIP_RETURN_CODE", false], [1327, "index-0-prop_test:ENVIRONMENT", false], [1331, "index-0-prop_test:ATTACHED_FILES", false], [1331, "index-0-prop_test:ATTACHED_FILES_ON_FAIL", false], [1332, "index-0-prop_test:ENVIRONMENT_MODIFICATION", false], [1332, "index-0-prop_test:LABELS", false], [1335, "index-0-prop_test:ENVIRONMENT_MODIFICATION", false], [1337, "index-0-prop_test:TIMEOUT_SIGNAL_GRACE_PERIOD", false], [1337, "index-0-prop_test:TIMEOUT_SIGNAL_NAME", false], [1338, "index-0-prop_test:GENERATED_RESOURCE_SPEC_FILE", false], [1345, "index-0-prop_test:TIMEOUT_AFTER_MATCH", false], [1346, "index-0-prop_test:FIXTURES_CLEANUP", false], [1346, "index-0-prop_test:FIXTURES_REQUIRED", false], [1346, "index-0-prop_test:FIXTURES_SETUP", false], [1348, "index-0-prop_test:DISABLED", false], [1348, "index-0-prop_test:SKIP_RETURN_CODE", false], [1348, "index-1-prop_test:DISABLED", false]], "test_big_endian": [[544, "command:test_big_endian", true]], "test_include_file": [[778, "prop_dir:TEST_INCLUDE_FILE", true], [1319, "index-0-prop_dir:TEST_INCLUDE_FILE", false]], "test_include_files": [[538, "index-0-prop_dir:TEST_INCLUDE_FILES", false], [778, "index-0-prop_dir:TEST_INCLUDE_FILES", false], [779, "prop_dir:TEST_INCLUDE_FILES", true], [1319, "index-0-prop_dir:TEST_INCLUDE_FILES", false]], "test_launcher": [[10, "index-0-prop_tgt:TEST_LAUNCHER", false], [273, "index-0-prop_tgt:TEST_LAUNCHER", false], [367, "index-0-prop_tgt:TEST_LAUNCHER", false], [538, "index-0-prop_tgt:TEST_LAUNCHER", false], [538, "index-1-prop_tgt:TEST_LAUNCHER", false], [538, "index-2-prop_tgt:TEST_LAUNCHER", false], [738, "index-0-prop_tgt:TEST_LAUNCHER", false], [738, "index-1-prop_tgt:TEST_LAUNCHER", false], [738, "index-2-prop_tgt:TEST_LAUNCHER", false], [900, "index-0-prop_tgt:TEST_LAUNCHER", false], [907, "index-0-prop_tgt:TEST_LAUNCHER", false], [908, "index-0-prop_tgt:TEST_LAUNCHER", false], [913, "index-0-prop_tgt:TEST_LAUNCHER", false], [1219, "prop_tgt:TEST_LAUNCHER", true], [1339, "index-0-prop_tgt:TEST_LAUNCHER", false], [1342, "index-0-prop_tgt:TEST_LAUNCHER", false], [1855, "index-0-prop_tgt:TEST_LAUNCHER", false]], "testbigendian": [[544, "module:TestBigEndian", true], [1330, "index-0-module:TestBigEndian", false]], "testcxxacceptsflag": [[545, "module:TestCXXAcceptsFlag", true]], "testforansiforscope": [[546, "module:TestForANSIForScope", true]], "testforansistreamheaders": [[547, "module:TestForANSIStreamHeaders", true]], "testforsstream": [[548, "module:TestForSSTREAM", true]], "testforstdnamespace": [[549, "module:TestForSTDNamespace", true]], "tests": [[777, "prop_dir:TESTS", true], [1321, "index-0-prop_dir:TESTS", false]], "threads_prefer_pthread_flag": [[500, "variable:THREADS_PREFER_PTHREAD_FLAG", true]], "time": [[287, "cmdoption-cmake-E-arg-time", false]], "timeout": [[290, "index-0-prop_test:TIMEOUT", false], [290, "index-1-prop_test:TIMEOUT", false], [893, "index-0-prop_test:TIMEOUT", false], [900, "index-0-prop_test:TIMEOUT", false], [907, "index-0-prop_test:TIMEOUT", false], [908, "index-0-prop_test:TIMEOUT", false], [909, "prop_test:TIMEOUT", true], [910, "index-0-prop_test:TIMEOUT", false], [910, "index-1-prop_test:TIMEOUT", false], [912, "index-0-prop_test:TIMEOUT", false], [913, "index-0-prop_test:TIMEOUT", false]], "timeout_after_match": [[909, "index-0-prop_test:TIMEOUT_AFTER_MATCH", false], [910, "prop_test:TIMEOUT_AFTER_MATCH", true], [912, "index-0-prop_test:TIMEOUT_AFTER_MATCH", false], [1345, "index-0-prop_test:TIMEOUT_AFTER_MATCH", false]], "timeout_signal_grace_period": [[911, "prop_test:TIMEOUT_SIGNAL_GRACE_PERIOD", true], [912, "index-0-prop_test:TIMEOUT_SIGNAL_GRACE_PERIOD", false], [1337, "index-0-prop_test:TIMEOUT_SIGNAL_GRACE_PERIOD", false]], "timeout_signal_name": [[909, "index-0-prop_test:TIMEOUT_SIGNAL_NAME", false], [910, "index-0-prop_test:TIMEOUT_SIGNAL_NAME", false], [911, "index-0-prop_test:TIMEOUT_SIGNAL_NAME", false], [912, "prop_test:TIMEOUT_SIGNAL_NAME", true], [1337, "index-0-prop_test:TIMEOUT_SIGNAL_NAME", false]], "touch": [[287, "cmdoption-cmake-E-arg-touch", false]], "touch_nocreate": [[287, "cmdoption-cmake-E-arg-touch_nocreate", false]], "transitive_compile_properties": [[266, "index-0-prop_tgt:TRANSITIVE_COMPILE_PROPERTIES", false], [274, "index-0-prop_tgt:TRANSITIVE_COMPILE_PROPERTIES", false], [274, "index-1-prop_tgt:TRANSITIVE_COMPILE_PROPERTIES", false], [274, "index-2-prop_tgt:TRANSITIVE_COMPILE_PROPERTIES", false], [274, "index-3-prop_tgt:TRANSITIVE_COMPILE_PROPERTIES", false], [274, "index-4-prop_tgt:TRANSITIVE_COMPILE_PROPERTIES", false], [1220, "prop_tgt:TRANSITIVE_COMPILE_PROPERTIES", true], [1221, "index-0-prop_tgt:TRANSITIVE_COMPILE_PROPERTIES", false], [1341, "index-0-prop_tgt:TRANSITIVE_COMPILE_PROPERTIES", false]], "transitive_link_properties": [[266, "index-0-prop_tgt:TRANSITIVE_LINK_PROPERTIES", false], [274, "index-0-prop_tgt:TRANSITIVE_LINK_PROPERTIES", false], [274, "index-1-prop_tgt:TRANSITIVE_LINK_PROPERTIES", false], [274, "index-2-prop_tgt:TRANSITIVE_LINK_PROPERTIES", false], [274, "index-3-prop_tgt:TRANSITIVE_LINK_PROPERTIES", false], [274, "index-4-prop_tgt:TRANSITIVE_LINK_PROPERTIES", false], [1220, "index-0-prop_tgt:TRANSITIVE_LINK_PROPERTIES", false], [1221, "prop_tgt:TRANSITIVE_LINK_PROPERTIES", true], [1341, "index-0-prop_tgt:TRANSITIVE_LINK_PROPERTIES", false]], "true": [[287, "cmdoption-cmake-E-arg-true", false]], "try_compile": [[18, "index-0-command:try_compile", false], [85, "index-0-command:try_compile", false], [90, "index-0-command:try_compile", false], [120, "command:try_compile", true], [121, "index-0-command:try_compile", false], [269, "index-0-command:try_compile", false], [269, "index-1-command:try_compile", false], [269, "index-2-command:try_compile", false], [269, "index-3-command:try_compile", false], [285, "index-0-command:try_compile", false], [285, "index-1-command:try_compile", false], [287, "index-0-command:try_compile", false], [287, "index-1-command:try_compile", false], [287, "index-2-command:try_compile", false], [287, "index-3-command:try_compile", false], [298, "index-0-command:try_compile", false], [298, "index-1-command:try_compile", false], [330, "index-0-command:try_compile", false], [330, "index-1-command:try_compile", false], [330, "index-2-command:try_compile", false], [330, "index-3-command:try_compile", false], [331, "index-0-command:try_compile", false], [331, "index-1-command:try_compile", false], [331, "index-2-command:try_compile", false], [331, "index-3-command:try_compile", false], [332, "index-0-command:try_compile", false], [332, "index-1-command:try_compile", false], [332, "index-2-command:try_compile", false], [333, "index-0-command:try_compile", false], [333, "index-1-command:try_compile", false], [333, "index-2-command:try_compile", false], [333, "index-3-command:try_compile", false], [334, "index-0-command:try_compile", false], [334, "index-1-command:try_compile", false], [334, "index-2-command:try_compile", false], [334, "index-3-command:try_compile", false], [335, "index-0-command:try_compile", false], [335, "index-1-command:try_compile", false], [335, "index-2-command:try_compile", false], [336, "index-0-command:try_compile", false], [336, "index-1-command:try_compile", false], [336, "index-2-command:try_compile", false], [337, "index-0-command:try_compile", false], [337, "index-1-command:try_compile", false], [337, "index-2-command:try_compile", false], [337, "index-3-command:try_compile", false], [338, "index-0-command:try_compile", false], [338, "index-1-command:try_compile", false], [338, "index-2-command:try_compile", false], [338, "index-3-command:try_compile", false], [339, "index-0-command:try_compile", false], [339, "index-1-command:try_compile", false], [339, "index-2-command:try_compile", false], [340, "index-0-command:try_compile", false], [340, "index-1-command:try_compile", false], [340, "index-2-command:try_compile", false], [340, "index-3-command:try_compile", false], [341, "index-0-command:try_compile", false], [341, "index-1-command:try_compile", false], [341, "index-2-command:try_compile", false], [342, "index-0-command:try_compile", false], [342, "index-1-command:try_compile", false], [342, "index-2-command:try_compile", false], [344, "index-0-command:try_compile", false], [344, "index-1-command:try_compile", false], [344, "index-2-command:try_compile", false], [345, "index-0-command:try_compile", false], [345, "index-1-command:try_compile", false], [345, "index-2-command:try_compile", false], [346, "index-0-command:try_compile", false], [346, "index-1-command:try_compile", false], [346, "index-2-command:try_compile", false], [348, "index-0-command:try_compile", false], [348, "index-1-command:try_compile", false], [348, "index-2-command:try_compile", false], [349, "index-0-command:try_compile", false], [350, "index-0-command:try_compile", false], [350, "index-1-command:try_compile", false], [350, "index-2-command:try_compile", false], [350, "index-3-command:try_compile", false], [351, "index-0-command:try_compile", false], [351, "index-1-command:try_compile", false], [351, "index-2-command:try_compile", false], [351, "index-3-command:try_compile", false], [352, "index-0-command:try_compile", false], [352, "index-1-command:try_compile", false], [352, "index-2-command:try_compile", false], [353, "index-0-command:try_compile", false], [353, "index-1-command:try_compile", false], [353, "index-2-command:try_compile", false], [353, "index-3-command:try_compile", false], [354, "index-0-command:try_compile", false], [354, "index-1-command:try_compile", false], [354, "index-2-command:try_compile", false], [354, "index-3-command:try_compile", false], [355, "index-0-command:try_compile", false], [355, "index-1-command:try_compile", false], [355, "index-2-command:try_compile", false], [357, "index-0-command:try_compile", false], [357, "index-1-command:try_compile", false], [357, "index-2-command:try_compile", false], [358, "index-0-command:try_compile", false], [358, "index-1-command:try_compile", false], [358, "index-2-command:try_compile", false], [358, "index-3-command:try_compile", false], [359, "index-0-command:try_compile", false], [359, "index-1-command:try_compile", false], [359, "index-2-command:try_compile", false], [360, "index-0-command:try_compile", false], [360, "index-1-command:try_compile", false], [360, "index-2-command:try_compile", false], [361, "index-0-command:try_compile", false], [361, "index-1-command:try_compile", false], [361, "index-2-command:try_compile", false], [362, "index-0-command:try_compile", false], [362, "index-1-command:try_compile", false], [362, "index-2-command:try_compile", false], [363, "index-0-command:try_compile", false], [363, "index-1-command:try_compile", false], [616, "index-0-command:try_compile", false], [616, "index-1-command:try_compile", false], [626, "index-0-command:try_compile", false], [626, "index-1-command:try_compile", false], [627, "index-0-command:try_compile", false], [627, "index-1-command:try_compile", false], [697, "index-0-command:try_compile", false], [697, "index-1-command:try_compile", false], [810, "index-0-command:try_compile", false], [815, "index-0-command:try_compile", false], [815, "index-1-command:try_compile", false], [815, "index-2-command:try_compile", false], [1323, "index-0-command:try_compile", false], [1329, "index-0-command:try_compile", false], [1329, "index-1-command:try_compile", false], [1334, "index-0-command:try_compile", false], [1334, "index-1-command:try_compile", false], [1335, "index-0-command:try_compile", false], [1335, "index-1-command:try_compile", false], [1336, "index-0-command:try_compile", false], [1336, "index-1-command:try_compile", false], [1336, "index-2-command:try_compile", false], [1339, "index-0-command:try_compile", false], [1341, "index-0-command:try_compile", false], [1341, "index-1-command:try_compile", false], [1345, "index-0-command:try_compile", false], [1345, "index-1-command:try_compile", false], [1346, "index-0-command:try_compile", false], [1347, "index-0-command:try_compile", false], [1347, "index-1-command:try_compile", false], [1347, "index-2-command:try_compile", false], [1715, "index-0-command:try_compile", false], [1731, "index-0-command:try_compile", false], [1732, "index-0-command:try_compile", false], [1742, "index-0-command:try_compile", false], [1756, "index-0-command:try_compile", false], [1757, "index-0-command:try_compile", false], [1784, "index-0-command:try_compile", false], [1860, "index-0-command:try_compile", false], [1860, "index-1-command:try_compile", false], [1861, "index-0-command:try_compile", false], [1861, "index-1-command:try_compile", false], [1862, "index-0-command:try_compile", false], [1862, "index-1-command:try_compile", false], [1862, "index-2-command:try_compile", false], [1863, "index-0-command:try_compile", false], [1868, "index-0-command:try_compile", false], [1907, "index-0-command:try_compile", false], [1915, "index-0-command:try_compile", false]], "try_run": [[90, "index-0-command:try_run", false], [120, "index-0-command:try_run", false], [121, "command:try_run", true], [269, "index-0-command:try_run", false], [287, "index-0-command:try_run", false], [287, "index-1-command:try_run", false], [298, "index-0-command:try_run", false], [298, "index-1-command:try_run", false], [446, "index-0-command:try_run", false], [810, "index-0-command:try_run", false], [1323, "index-0-command:try_run", false], [1329, "index-0-command:try_run", false], [1330, "index-0-command:try_run", false], [1335, "index-0-command:try_run", false], [1335, "index-1-command:try_run", false], [1335, "index-2-command:try_run", false], [1336, "index-0-command:try_run", false], [1336, "index-1-command:try_run", false], [1336, "index-2-command:try_run", false], [1339, "index-0-command:try_run", false], [1449, "index-0-command:try_run", false], [1449, "index-1-command:try_run", false], [1860, "index-0-command:try_run", false], [1860, "index-1-command:try_run", false], [1868, "index-0-command:try_run", false]], "type": [[266, "index-0-prop_tgt:TYPE", false], [266, "index-1-prop_tgt:TYPE", false], [720, "index-0-prop_tgt:TYPE", false], [720, "index-1-prop_tgt:TYPE", false], [745, "prop_cache:TYPE", true], [1222, "prop_tgt:TYPE", true]], "unity_build": [[270, "index-0-prop_tgt:UNITY_BUILD", false], [859, "index-0-prop_tgt:UNITY_BUILD", false], [1223, "prop_tgt:UNITY_BUILD", true], [1224, "index-0-prop_tgt:UNITY_BUILD", false], [1225, "index-0-prop_tgt:UNITY_BUILD", false], [1226, "index-0-prop_tgt:UNITY_BUILD", false], [1228, "index-0-prop_tgt:UNITY_BUILD", false], [1229, "index-0-prop_tgt:UNITY_BUILD", false], [1325, "index-0-prop_tgt:UNITY_BUILD", false], [1325, "index-1-prop_tgt:UNITY_BUILD", false], [1339, "index-0-prop_tgt:UNITY_BUILD", false], [1342, "index-0-prop_tgt:UNITY_BUILD", false], [1515, "index-0-prop_tgt:UNITY_BUILD", false], [1865, "index-0-prop_tgt:UNITY_BUILD", false]], "unity_build_batch_size": [[1223, "index-0-prop_tgt:UNITY_BUILD_BATCH_SIZE", false], [1223, "index-1-prop_tgt:UNITY_BUILD_BATCH_SIZE", false], [1223, "index-2-prop_tgt:UNITY_BUILD_BATCH_SIZE", false], [1224, "prop_tgt:UNITY_BUILD_BATCH_SIZE", true], [1227, "index-0-prop_tgt:UNITY_BUILD_BATCH_SIZE", false], [1227, "index-1-prop_tgt:UNITY_BUILD_BATCH_SIZE", false], [1866, "index-0-prop_tgt:UNITY_BUILD_BATCH_SIZE", false]], "unity_build_code_after_include": [[1223, "index-0-prop_tgt:UNITY_BUILD_CODE_AFTER_INCLUDE", false], [1225, "prop_tgt:UNITY_BUILD_CODE_AFTER_INCLUDE", true], [1226, "index-0-prop_tgt:UNITY_BUILD_CODE_AFTER_INCLUDE", false]], "unity_build_code_before_include": [[1223, "index-0-prop_tgt:UNITY_BUILD_CODE_BEFORE_INCLUDE", false], [1225, "index-0-prop_tgt:UNITY_BUILD_CODE_BEFORE_INCLUDE", false], [1226, "prop_tgt:UNITY_BUILD_CODE_BEFORE_INCLUDE", true]], "unity_build_mode": [[863, "index-0-prop_tgt:UNITY_BUILD_MODE", false], [1223, "index-0-prop_tgt:UNITY_BUILD_MODE", false], [1223, "index-1-prop_tgt:UNITY_BUILD_MODE", false], [1227, "prop_tgt:UNITY_BUILD_MODE", true], [1327, "index-0-prop_tgt:UNITY_BUILD_MODE", false]], "unity_build_unique_id": [[1223, "index-0-prop_tgt:UNITY_BUILD_UNIQUE_ID", false], [1228, "prop_tgt:UNITY_BUILD_UNIQUE_ID", true], [1330, "index-0-prop_tgt:UNITY_BUILD_UNIQUE_ID", false], [1867, "index-0-prop_tgt:UNITY_BUILD_UNIQUE_ID", false]], "unity_group": [[863, "prop_sf:UNITY_GROUP", true], [1223, "index-0-prop_sf:UNITY_GROUP", false], [1227, "index-0-prop_sf:UNITY_GROUP", false]], "unix": [[2080, "variable:UNIX", true]], "unix makefiles": [[2, "index-0-generator:Unix Makefiles", false], [3, "index-0-generator:Unix Makefiles", false], [220, "index-0-generator:Unix Makefiles", false], [221, "index-0-generator:Unix Makefiles", false], [222, "index-0-generator:Unix Makefiles", false], [224, "index-0-generator:Unix Makefiles", false], [231, "index-0-generator:Unix Makefiles", false], [232, "generator:Unix Makefiles", true], [262, "index-0-generator:Unix Makefiles", false], [262, "index-1-generator:Unix Makefiles", false], [262, "index-2-generator:Unix Makefiles", false], [285, "index-0-generator:Unix Makefiles", false], [287, "index-0-generator:Unix Makefiles", false]], "unset": [[12, "index-0-command:unset", false], [98, "index-0-command:unset", false], [100, "index-0-command:unset", false], [100, "index-1-command:unset", false], [100, "index-2-command:unset", false], [122, "command:unset", true], [277, "index-0-command:unset", false], [277, "index-1-command:unset", false], [277, "index-2-command:unset", false], [1317, "index-0-command:unset", false], [1355, "index-0-command:unset", false]], "upper_case": [[274, "genex:UPPER_CASE", true]], "use_folders": [[703, "index-0-prop_gbl:USE_FOLDERS", false], [703, "index-1-prop_gbl:USE_FOLDERS", false], [824, "prop_gbl:USE_FOLDERS", true], [1032, "index-0-prop_gbl:USE_FOLDERS", false], [1336, "index-0-prop_gbl:USE_FOLDERS", false]], "use_mangled_mesa": [[123, "command:use_mangled_mesa", true], [590, "index-0-command:use_mangled_mesa", false], [1317, "index-0-command:use_mangled_mesa", false]], "use_wxwindows": [[556, "module:Use_wxWindows", true]], "useecos": [[550, "module:UseEcos", true]], "usejava": [[551, "module:UseJava", true], [552, "index-0-module:UseJava", false], [553, "index-0-module:UseJava", false], [1317, "index-0-module:UseJava", false], [1320, "index-0-module:UseJava", false], [1330, "index-0-module:UseJava", false], [1331, "index-0-module:UseJava", false], [1343, "index-0-module:UseJava", false], [1343, "index-1-module:UseJava", false], [1343, "index-2-module:UseJava", false], [1346, "index-0-module:UseJava", false]], "usejavaclassfilelist": [[552, "module:UseJavaClassFilelist", true]], "usejavasymlinks": [[553, "module:UseJavaSymlinks", true]], "usepkgconfig": [[554, "module:UsePkgConfig", true]], "user interaction guide": [[262, "guide:User Interaction Guide", true], [264, "index-0-guide:User Interaction Guide", false]], "useswig": [[555, "module:UseSWIG", true], [638, "index-0-module:UseSWIG", false], [638, "index-1-module:UseSWIG", false], [646, "index-0-module:UseSWIG", false], [646, "index-1-module:UseSWIG", false], [682, "index-0-module:UseSWIG", false], [682, "index-1-module:UseSWIG", false], [1318, "index-0-module:UseSWIG", false], [1321, "index-0-module:UseSWIG", false], [1321, "index-1-module:UseSWIG", false], [1321, "index-2-module:UseSWIG", false], [1321, "index-3-module:UseSWIG", false], [1322, "index-0-module:UseSWIG", false], [1322, "index-1-module:UseSWIG", false], [1323, "index-0-module:UseSWIG", false], [1323, "index-1-module:UseSWIG", false], [1324, "index-0-module:UseSWIG", false], [1327, "index-0-module:UseSWIG", false], [1328, "index-0-module:UseSWIG", false], [1330, "index-0-module:UseSWIG", false], [1331, "index-0-module:UseSWIG", false], [1331, "index-1-module:UseSWIG", false], [1332, "index-0-module:UseSWIG", false], [1336, "index-0-module:UseSWIG", false], [1347, "index-0-module:UseSWIG", false], [1347, "index-1-module:UseSWIG", false], [1347, "index-2-module:UseSWIG", false]], "usewxwidgets": [[557, "module:UsewxWidgets", true]], "using dependencies guide": [[58, "index-0-guide:Using Dependencies Guide", false], [262, "index-0-guide:Using Dependencies Guide", false], [262, "index-1-guide:Using Dependencies Guide", false], [263, "guide:Using Dependencies Guide", true], [264, "index-0-guide:Using Dependencies Guide", false], [370, "index-0-guide:Using Dependencies Guide", false]], "utility_source": [[124, "command:utility_source", true], [594, "index-0-command:utility_source", false], [1317, "index-0-command:utility_source", false]], "v": [[287, "cmdoption-cmake-E_tar-arg-v", false]], "value": [[746, "prop_cache:VALUE", true]], "variable": [[1, "index-0-variable:CMAKE__FLAGS", false], [1, "index-0-variable:CMAKE__FLAGS_", false], [2, "index-0-variable:CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY", false], [2, "index-0-variable:CMAKE_CROSSCOMPILING", false], [2, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [2, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [2, "index-1-variable:CMAKE_CURRENT_BINARY_DIR", false], [2, "index-2-variable:CMAKE_CURRENT_BINARY_DIR", false], [3, "index-0-variable:CMAKE_CROSSCOMPILING", false], [7, "index-0-variable:BUILD_SHARED_LIBS", false], [8, "index-0-variable:CMAKE__FLAGS", false], [8, "index-0-variable:CMAKE__FLAGS_", false], [8, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG", false], [8, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG_SEP", false], [10, "index-0-variable:CMAKE_CROSSCOMPILING", false], [10, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [15, "index-0-variable:CMAKE__COMPILER", false], [15, "index-0-variable:CMAKE_SYSTEM", false], [17, "index-0-variable:CMAKE_HOST_SYSTEM_NAME", false], [17, "index-0-variable:CMAKE_HOST_SYSTEM_PROCESSOR", false], [17, "index-0-variable:CMAKE_SIZEOF_VOID_P", false], [17, "index-1-variable:CMAKE_SIZEOF_VOID_P", false], [17, "index-2-variable:CMAKE_SIZEOF_VOID_P", false], [17, "variable:CMAKE_GET_OS_RELEASE_FALLBACK_RESULT", true], [17, "variable:CMAKE_GET_OS_RELEASE_FALLBACK_RESULT_", true], [17, "variable:CMAKE_GET_OS_RELEASE_FALLBACK_SCRIPTS", true], [18, "index-0-variable:CMAKE_MESSAGE_LOG_LEVEL", false], [18, "index-0-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [18, "index-0-variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE", false], [18, "index-1-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [18, "index-1-variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE", false], [19, "index-0-variable:CMAKE_MINIMUM_REQUIRED_VERSION", false], [19, "index-1-variable:CMAKE_MINIMUM_REQUIRED_VERSION", false], [21, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [21, "index-1-variable:CMAKE_CURRENT_SOURCE_DIR", false], [23, "index-0-variable:CMAKE_POLICY_DEFAULT_CMP", false], [24, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [24, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [26, "variable:CMAKE_TESTDRIVER_AFTER_TESTMAIN", true], [26, "variable:CMAKE_TESTDRIVER_BEFORE_TESTMAIN", true], [27, "index-0-variable:CTEST_BINARY_DIRECTORY", false], [27, "index-0-variable:CTEST_BUILD_COMMAND", false], [28, "index-0-variable:CTEST_BINARY_DIRECTORY", false], [28, "index-0-variable:CTEST_SOURCE_DIRECTORY", false], [29, "index-0-variable:CTEST_BINARY_DIRECTORY", false], [35, "index-0-variable:CTEST_BINARY_DIRECTORY", false], [35, "index-0-variable:CTEST_CHECKOUT_COMMAND", false], [35, "index-0-variable:CTEST_CVS_CHECKOUT", false], [35, "index-0-variable:CTEST_SOURCE_DIRECTORY", false], [36, "index-0-variable:CTEST_SUBMIT_URL", false], [37, "index-0-variable:CTEST_BINARY_DIRECTORY", false], [37, "index-0-variable:CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE", false], [37, "index-0-variable:CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE", false], [37, "index-0-variable:CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION", false], [37, "index-0-variable:CTEST_TEST_LOAD", false], [38, "index-0-variable:CTEST_SOURCE_DIRECTORY", false], [52, "index-0-variable:CMAKE_EXECUTE_PROCESS_COMMAND_ECHO", false], [53, "index-0-variable:CMAKE_EXPORT_NO_PACKAGE_REGISTRY", false], [53, "index-0-variable:CMAKE_EXPORT_PACKAGE_REGISTRY", false], [53, "index-0-variable:CMAKE_MAP_IMPORTED_CONFIG_", false], [53, "index-0-variable:CMAKE_OSX_ARCHITECTURES", false], [55, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [55, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [55, "index-0-variable:CMAKE_GET_RUNTIME_DEPENDENCIES_PLATFORM", false], [55, "index-0-variable:CMAKE_MATCH_", false], [55, "index-0-variable:CMAKE_NETRC", false], [55, "index-0-variable:CMAKE_NETRC_FILE", false], [55, "index-0-variable:CMAKE_TLS_CAINFO", false], [55, "index-0-variable:CMAKE_TLS_VERIFY", false], [55, "index-0-variable:CMAKE_TLS_VERSION", false], [55, "index-1-variable:CMAKE_CURRENT_BINARY_DIR", false], [55, "index-1-variable:CMAKE_CURRENT_SOURCE_DIR", false], [55, "index-1-variable:CMAKE_TLS_VERSION", false], [55, "variable:CMAKE_GET_RUNTIME_DEPENDENCIES_COMMAND", true], [55, "variable:CMAKE_GET_RUNTIME_DEPENDENCIES_PLATFORM", true], [55, "variable:CMAKE_GET_RUNTIME_DEPENDENCIES_TOOL", true], [56, "index-0-variable:_ROOT", false], [56, "index-0-variable:_ROOT", false], [56, "index-0-variable:CMAKE_FIND_APPBUNDLE", false], [56, "index-0-variable:CMAKE_FIND_FRAMEWORK", false], [56, "index-0-variable:CMAKE_FIND_ROOT_PATH", false], [56, "index-0-variable:CMAKE_FIND_ROOT_PATH_MODE_INCLUDE", false], [56, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [56, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [56, "index-0-variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", false], [56, "index-0-variable:CMAKE_FIND_USE_INSTALL_PREFIX", false], [56, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [56, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [56, "index-0-variable:CMAKE_FRAMEWORK_PATH", false], [56, "index-0-variable:CMAKE_IGNORE_PATH", false], [56, "index-0-variable:CMAKE_IGNORE_PREFIX_PATH", false], [56, "index-0-variable:CMAKE_INCLUDE_PATH", false], [56, "index-0-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [56, "index-0-variable:CMAKE_PREFIX_PATH", false], [56, "index-0-variable:CMAKE_SIZEOF_VOID_P", false], [56, "index-0-variable:CMAKE_STAGING_PREFIX", false], [56, "index-0-variable:CMAKE_SYSROOT", false], [56, "index-0-variable:CMAKE_SYSTEM_FRAMEWORK_PATH", false], [56, "index-0-variable:CMAKE_SYSTEM_IGNORE_PATH", false], [56, "index-0-variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH", false], [56, "index-0-variable:CMAKE_SYSTEM_INCLUDE_PATH", false], [56, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [56, "index-1-variable:_ROOT", false], [56, "index-1-variable:CMAKE_FIND_ROOT_PATH", false], [56, "index-1-variable:CMAKE_FIND_ROOT_PATH_MODE_INCLUDE", false], [56, "index-1-variable:CMAKE_FRAMEWORK_PATH", false], [56, "index-1-variable:CMAKE_INCLUDE_PATH", false], [56, "index-1-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [56, "index-1-variable:CMAKE_PREFIX_PATH", false], [56, "index-1-variable:CMAKE_SIZEOF_VOID_P", false], [56, "index-1-variable:CMAKE_STAGING_PREFIX", false], [56, "index-1-variable:CMAKE_SYSROOT", false], [56, "index-1-variable:CMAKE_SYSTEM_FRAMEWORK_PATH", false], [56, "index-1-variable:CMAKE_SYSTEM_INCLUDE_PATH", false], [56, "index-1-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [56, "index-2-variable:_ROOT", false], [56, "index-2-variable:CMAKE_FIND_ROOT_PATH", false], [56, "index-2-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [56, "index-2-variable:CMAKE_PREFIX_PATH", false], [56, "index-2-variable:CMAKE_SIZEOF_VOID_P", false], [56, "index-2-variable:CMAKE_SYSROOT", false], [56, "index-2-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [56, "index-3-variable:_ROOT", false], [56, "index-3-variable:CMAKE_FIND_ROOT_PATH", false], [56, "index-3-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [56, "index-4-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [56, "index-5-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [56, "index-6-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [56, "index-7-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [56, "index-8-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [56, "index-9-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [57, "index-0-variable:_ROOT", false], [57, "index-0-variable:_ROOT", false], [57, "index-0-variable:CMAKE_FIND_APPBUNDLE", false], [57, "index-0-variable:CMAKE_FIND_FRAMEWORK", false], [57, "index-0-variable:CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX", false], [57, "index-0-variable:CMAKE_FIND_ROOT_PATH", false], [57, "index-0-variable:CMAKE_FIND_ROOT_PATH_MODE_LIBRARY", false], [57, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [57, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [57, "index-0-variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", false], [57, "index-0-variable:CMAKE_FIND_USE_INSTALL_PREFIX", false], [57, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [57, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [57, "index-0-variable:CMAKE_FRAMEWORK_PATH", false], [57, "index-0-variable:CMAKE_IGNORE_PATH", false], [57, "index-0-variable:CMAKE_IGNORE_PREFIX_PATH", false], [57, "index-0-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [57, "index-0-variable:CMAKE_LIBRARY_PATH", false], [57, "index-0-variable:CMAKE_PREFIX_PATH", false], [57, "index-0-variable:CMAKE_SIZEOF_VOID_P", false], [57, "index-0-variable:CMAKE_STAGING_PREFIX", false], [57, "index-0-variable:CMAKE_SYSROOT", false], [57, "index-0-variable:CMAKE_SYSTEM_FRAMEWORK_PATH", false], [57, "index-0-variable:CMAKE_SYSTEM_IGNORE_PATH", false], [57, "index-0-variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH", false], [57, "index-0-variable:CMAKE_SYSTEM_LIBRARY_PATH", false], [57, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [57, "index-1-variable:_ROOT", false], [57, "index-1-variable:CMAKE_FIND_ROOT_PATH", false], [57, "index-1-variable:CMAKE_FIND_ROOT_PATH_MODE_LIBRARY", false], [57, "index-1-variable:CMAKE_FRAMEWORK_PATH", false], [57, "index-1-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [57, "index-1-variable:CMAKE_LIBRARY_PATH", false], [57, "index-1-variable:CMAKE_PREFIX_PATH", false], [57, "index-1-variable:CMAKE_SIZEOF_VOID_P", false], [57, "index-1-variable:CMAKE_STAGING_PREFIX", false], [57, "index-1-variable:CMAKE_SYSROOT", false], [57, "index-1-variable:CMAKE_SYSTEM_FRAMEWORK_PATH", false], [57, "index-1-variable:CMAKE_SYSTEM_LIBRARY_PATH", false], [57, "index-1-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [57, "index-2-variable:_ROOT", false], [57, "index-2-variable:CMAKE_FIND_ROOT_PATH", false], [57, "index-2-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [57, "index-2-variable:CMAKE_PREFIX_PATH", false], [57, "index-2-variable:CMAKE_SIZEOF_VOID_P", false], [57, "index-2-variable:CMAKE_SYSROOT", false], [57, "index-2-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [57, "index-3-variable:_ROOT", false], [57, "index-3-variable:CMAKE_FIND_ROOT_PATH", false], [57, "index-3-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [57, "index-4-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [57, "index-5-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [57, "index-6-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [57, "index-7-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [57, "index-8-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [57, "index-9-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [58, "index-0-variable:_ROOT", false], [58, "index-0-variable:_ROOT", false], [58, "index-0-variable:CMAKE_APPBUNDLE_PATH", false], [58, "index-0-variable:CMAKE_DISABLE_FIND_PACKAGE_", false], [58, "index-0-variable:CMAKE_FIND_APPBUNDLE", false], [58, "index-0-variable:CMAKE_FIND_FRAMEWORK", false], [58, "index-0-variable:CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY", false], [58, "index-0-variable:CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY", false], [58, "index-0-variable:CMAKE_FIND_PACKAGE_PREFER_CONFIG", false], [58, "index-0-variable:CMAKE_FIND_PACKAGE_REDIRECTS_DIR", false], [58, "index-0-variable:CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS", false], [58, "index-0-variable:CMAKE_FIND_PACKAGE_SORT_DIRECTION", false], [58, "index-0-variable:CMAKE_FIND_PACKAGE_SORT_ORDER", false], [58, "index-0-variable:CMAKE_FIND_PACKAGE_TARGETS_GLOBAL", false], [58, "index-0-variable:CMAKE_FIND_ROOT_PATH", false], [58, "index-0-variable:CMAKE_FIND_ROOT_PATH_MODE_PACKAGE", false], [58, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [58, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [58, "index-0-variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", false], [58, "index-0-variable:CMAKE_FIND_USE_INSTALL_PREFIX", false], [58, "index-0-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [58, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [58, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [58, "index-0-variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", false], [58, "index-0-variable:CMAKE_FRAMEWORK_PATH", false], [58, "index-0-variable:CMAKE_IGNORE_PATH", false], [58, "index-0-variable:CMAKE_IGNORE_PREFIX_PATH", false], [58, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [58, "index-0-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [58, "index-0-variable:CMAKE_MODULE_PATH", false], [58, "index-0-variable:CMAKE_PREFIX_PATH", false], [58, "index-0-variable:CMAKE_REQUIRE_FIND_PACKAGE_", false], [58, "index-0-variable:CMAKE_SIZEOF_VOID_P", false], [58, "index-0-variable:CMAKE_STAGING_PREFIX", false], [58, "index-0-variable:CMAKE_SYSROOT", false], [58, "index-0-variable:CMAKE_SYSTEM_APPBUNDLE_PATH", false], [58, "index-0-variable:CMAKE_SYSTEM_FRAMEWORK_PATH", false], [58, "index-0-variable:CMAKE_SYSTEM_IGNORE_PATH", false], [58, "index-0-variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH", false], [58, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [58, "index-1-variable:CMAKE_FIND_PACKAGE_SORT_DIRECTION", false], [58, "index-1-variable:CMAKE_FIND_PACKAGE_SORT_ORDER", false], [58, "index-1-variable:CMAKE_FIND_ROOT_PATH", false], [58, "index-1-variable:CMAKE_FIND_ROOT_PATH_MODE_PACKAGE", false], [58, "index-1-variable:CMAKE_SIZEOF_VOID_P", false], [58, "index-1-variable:CMAKE_STAGING_PREFIX", false], [58, "index-1-variable:CMAKE_SYSROOT", false], [58, "index-2-variable:CMAKE_FIND_ROOT_PATH", false], [58, "index-2-variable:CMAKE_SIZEOF_VOID_P", false], [58, "index-2-variable:CMAKE_STAGING_PREFIX", false], [58, "index-2-variable:CMAKE_SYSROOT", false], [58, "index-3-variable:CMAKE_FIND_ROOT_PATH", false], [58, "index-3-variable:CMAKE_SIZEOF_VOID_P", false], [58, "index-4-variable:CMAKE_SIZEOF_VOID_P", false], [59, "index-0-variable:_ROOT", false], [59, "index-0-variable:_ROOT", false], [59, "index-0-variable:CMAKE_FIND_APPBUNDLE", false], [59, "index-0-variable:CMAKE_FIND_FRAMEWORK", false], [59, "index-0-variable:CMAKE_FIND_ROOT_PATH", false], [59, "index-0-variable:CMAKE_FIND_ROOT_PATH_MODE_INCLUDE", false], [59, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [59, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [59, "index-0-variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", false], [59, "index-0-variable:CMAKE_FIND_USE_INSTALL_PREFIX", false], [59, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [59, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [59, "index-0-variable:CMAKE_FRAMEWORK_PATH", false], [59, "index-0-variable:CMAKE_IGNORE_PATH", false], [59, "index-0-variable:CMAKE_IGNORE_PREFIX_PATH", false], [59, "index-0-variable:CMAKE_INCLUDE_PATH", false], [59, "index-0-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [59, "index-0-variable:CMAKE_PREFIX_PATH", false], [59, "index-0-variable:CMAKE_SIZEOF_VOID_P", false], [59, "index-0-variable:CMAKE_STAGING_PREFIX", false], [59, "index-0-variable:CMAKE_SYSROOT", false], [59, "index-0-variable:CMAKE_SYSTEM_FRAMEWORK_PATH", false], [59, "index-0-variable:CMAKE_SYSTEM_IGNORE_PATH", false], [59, "index-0-variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH", false], [59, "index-0-variable:CMAKE_SYSTEM_INCLUDE_PATH", false], [59, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [59, "index-1-variable:_ROOT", false], [59, "index-1-variable:CMAKE_FIND_ROOT_PATH", false], [59, "index-1-variable:CMAKE_FIND_ROOT_PATH_MODE_INCLUDE", false], [59, "index-1-variable:CMAKE_FRAMEWORK_PATH", false], [59, "index-1-variable:CMAKE_INCLUDE_PATH", false], [59, "index-1-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [59, "index-1-variable:CMAKE_PREFIX_PATH", false], [59, "index-1-variable:CMAKE_SIZEOF_VOID_P", false], [59, "index-1-variable:CMAKE_STAGING_PREFIX", false], [59, "index-1-variable:CMAKE_SYSROOT", false], [59, "index-1-variable:CMAKE_SYSTEM_FRAMEWORK_PATH", false], [59, "index-1-variable:CMAKE_SYSTEM_INCLUDE_PATH", false], [59, "index-1-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [59, "index-2-variable:_ROOT", false], [59, "index-2-variable:CMAKE_FIND_ROOT_PATH", false], [59, "index-2-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [59, "index-2-variable:CMAKE_PREFIX_PATH", false], [59, "index-2-variable:CMAKE_SIZEOF_VOID_P", false], [59, "index-2-variable:CMAKE_SYSROOT", false], [59, "index-2-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [59, "index-3-variable:_ROOT", false], [59, "index-3-variable:CMAKE_FIND_ROOT_PATH", false], [59, "index-3-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [59, "index-4-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [59, "index-5-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [59, "index-6-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [59, "index-7-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [59, "index-8-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [59, "index-9-variable:CMAKE_LIBRARY_ARCHITECTURE", false], [60, "index-0-variable:_ROOT", false], [60, "index-0-variable:_ROOT", false], [60, "index-0-variable:CMAKE_APPBUNDLE_PATH", false], [60, "index-0-variable:CMAKE_FIND_APPBUNDLE", false], [60, "index-0-variable:CMAKE_FIND_FRAMEWORK", false], [60, "index-0-variable:CMAKE_FIND_ROOT_PATH", false], [60, "index-0-variable:CMAKE_FIND_ROOT_PATH_MODE_PROGRAM", false], [60, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [60, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [60, "index-0-variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", false], [60, "index-0-variable:CMAKE_FIND_USE_INSTALL_PREFIX", false], [60, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [60, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [60, "index-0-variable:CMAKE_IGNORE_PATH", false], [60, "index-0-variable:CMAKE_IGNORE_PREFIX_PATH", false], [60, "index-0-variable:CMAKE_PREFIX_PATH", false], [60, "index-0-variable:CMAKE_PROGRAM_PATH", false], [60, "index-0-variable:CMAKE_SIZEOF_VOID_P", false], [60, "index-0-variable:CMAKE_STAGING_PREFIX", false], [60, "index-0-variable:CMAKE_SYSROOT", false], [60, "index-0-variable:CMAKE_SYSTEM_APPBUNDLE_PATH", false], [60, "index-0-variable:CMAKE_SYSTEM_IGNORE_PATH", false], [60, "index-0-variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH", false], [60, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [60, "index-0-variable:CMAKE_SYSTEM_PROGRAM_PATH", false], [60, "index-1-variable:_ROOT", false], [60, "index-1-variable:CMAKE_APPBUNDLE_PATH", false], [60, "index-1-variable:CMAKE_FIND_ROOT_PATH", false], [60, "index-1-variable:CMAKE_FIND_ROOT_PATH_MODE_PROGRAM", false], [60, "index-1-variable:CMAKE_PREFIX_PATH", false], [60, "index-1-variable:CMAKE_PROGRAM_PATH", false], [60, "index-1-variable:CMAKE_SIZEOF_VOID_P", false], [60, "index-1-variable:CMAKE_STAGING_PREFIX", false], [60, "index-1-variable:CMAKE_SYSROOT", false], [60, "index-1-variable:CMAKE_SYSTEM_APPBUNDLE_PATH", false], [60, "index-1-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [60, "index-1-variable:CMAKE_SYSTEM_PROGRAM_PATH", false], [60, "index-2-variable:_ROOT", false], [60, "index-2-variable:CMAKE_FIND_ROOT_PATH", false], [60, "index-2-variable:CMAKE_PREFIX_PATH", false], [60, "index-2-variable:CMAKE_SIZEOF_VOID_P", false], [60, "index-2-variable:CMAKE_SYSROOT", false], [60, "index-2-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [60, "index-3-variable:_ROOT", false], [60, "index-3-variable:CMAKE_FIND_ROOT_PATH", false], [66, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [71, "index-0-variable:CMAKE_MATCH_", false], [72, "index-0-variable:CMAKE_MODULE_PATH", false], [72, "index-1-variable:CMAKE_MODULE_PATH", false], [73, "index-0-variable:CMAKE_INCLUDE_DIRECTORIES_BEFORE", false], [75, "index-0-variable:CMAKE_CURRENT_LIST_FILE", false], [77, "index-0-variable:CMAKE_INSTALL_DEFAULT_COMPONENT_NAME", false], [77, "index-0-variable:CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS", false], [77, "index-0-variable:CMAKE_INSTALL_MESSAGE", false], [77, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [77, "index-0-variable:CMAKE_MAP_IMPORTED_CONFIG_", false], [77, "index-1-variable:CMAKE_INSTALL_PREFIX", false], [77, "index-2-variable:CMAKE_INSTALL_PREFIX", false], [78, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [79, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [80, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [81, "index-0-variable:CMAKE_LINK_DIRECTORIES_BEFORE", false], [86, "index-0-variable:CMAKE_CURRENT_FUNCTION", false], [86, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_DIR", false], [86, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_FILE", false], [86, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_LINE", false], [90, "index-0-variable:CMAKE_ERROR_DEPRECATED", false], [90, "index-0-variable:CMAKE_MESSAGE_CONTEXT", false], [90, "index-0-variable:CMAKE_MESSAGE_CONTEXT_SHOW", false], [90, "index-0-variable:CMAKE_MESSAGE_INDENT", false], [90, "index-0-variable:CMAKE_MESSAGE_LOG_LEVEL", false], [90, "index-0-variable:CMAKE_WARN_DEPRECATED", false], [90, "index-1-variable:CMAKE_MESSAGE_CONTEXT", false], [90, "index-1-variable:CMAKE_MESSAGE_INDENT", false], [93, "index-0-variable:_BINARY_DIR", false], [93, "index-0-variable:_DESCRIPTION", false], [93, "index-0-variable:_HOMEPAGE_URL", false], [93, "index-0-variable:_IS_TOP_LEVEL", false], [93, "index-0-variable:_SOURCE_DIR", false], [93, "index-0-variable:_VERSION", false], [93, "index-0-variable:_VERSION_MAJOR", false], [93, "index-0-variable:_VERSION_MINOR", false], [93, "index-0-variable:_VERSION_PATCH", false], [93, "index-0-variable:_VERSION_TWEAK", false], [93, "index-0-variable:CMAKE_PROJECT__INCLUDE", false], [93, "index-0-variable:CMAKE_PROJECT__INCLUDE_BEFORE", false], [93, "index-0-variable:CMAKE_PROJECT_DESCRIPTION", false], [93, "index-0-variable:CMAKE_PROJECT_HOMEPAGE_URL", false], [93, "index-0-variable:CMAKE_PROJECT_INCLUDE", false], [93, "index-0-variable:CMAKE_PROJECT_INCLUDE_BEFORE", false], [93, "index-0-variable:CMAKE_PROJECT_NAME", false], [93, "index-0-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [93, "index-0-variable:CMAKE_PROJECT_VERSION", false], [93, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [93, "index-0-variable:PROJECT_BINARY_DIR", false], [93, "index-0-variable:PROJECT_DESCRIPTION", false], [93, "index-0-variable:PROJECT_HOMEPAGE_URL", false], [93, "index-0-variable:PROJECT_IS_TOP_LEVEL", false], [93, "index-0-variable:PROJECT_NAME", false], [93, "index-0-variable:PROJECT_SOURCE_DIR", false], [93, "index-0-variable:PROJECT_VERSION", false], [93, "index-0-variable:PROJECT_VERSION_MAJOR", false], [93, "index-0-variable:PROJECT_VERSION_MINOR", false], [93, "index-0-variable:PROJECT_VERSION_PATCH", false], [93, "index-0-variable:PROJECT_VERSION_TWEAK", false], [108, "index-0-variable:CMAKE_MATCH_", false], [112, "index-0-variable:CMAKE_CUDA_COMPILE_FEATURES", false], [112, "index-0-variable:CMAKE_CXX_COMPILE_FEATURES", false], [112, "index-0-variable:CMAKE_C_COMPILE_FEATURES", false], [113, "index-0-variable:CMAKE__FLAGS", false], [113, "index-0-variable:CMAKE__FLAGS_", false], [114, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [116, "index-0-variable:CMAKE_LINK_LIBRARIES_STRATEGY", false], [117, "index-0-variable:CMAKE__FLAGS", false], [117, "index-0-variable:CMAKE__FLAGS_", false], [117, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG", false], [117, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG_SEP", false], [118, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [119, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [119, "index-1-variable:CMAKE_CURRENT_SOURCE_DIR", false], [119, "index-2-variable:CMAKE_CURRENT_SOURCE_DIR", false], [119, "index-3-variable:CMAKE_CURRENT_SOURCE_DIR", false], [119, "index-4-variable:CMAKE_CURRENT_SOURCE_DIR", false], [120, "index-0-variable:CMAKE_BUILD_TYPE", false], [120, "index-0-variable:CMAKE_CUDA_EXTENSIONS", false], [120, "index-0-variable:CMAKE_CUDA_RUNTIME_LIBRARY", false], [120, "index-0-variable:CMAKE_CUDA_STANDARD", false], [120, "index-0-variable:CMAKE_CUDA_STANDARD_REQUIRED", false], [120, "index-0-variable:CMAKE_CXX_EXTENSIONS", false], [120, "index-0-variable:CMAKE_CXX_STANDARD", false], [120, "index-0-variable:CMAKE_CXX_STANDARD_REQUIRED", false], [120, "index-0-variable:CMAKE_C_EXTENSIONS", false], [120, "index-0-variable:CMAKE_C_STANDARD", false], [120, "index-0-variable:CMAKE_C_STANDARD_REQUIRED", false], [120, "index-0-variable:CMAKE_ENABLE_EXPORTS", false], [120, "index-0-variable:CMAKE_EXE_LINKER_FLAGS", false], [120, "index-0-variable:CMAKE_LINK_SEARCH_END_STATIC", false], [120, "index-0-variable:CMAKE_LINK_SEARCH_START_STATIC", false], [120, "index-0-variable:CMAKE_MSVC_DEBUG_INFORMATION_FORMAT", false], [120, "index-0-variable:CMAKE_MSVC_RUNTIME_LIBRARY", false], [120, "index-0-variable:CMAKE_OBJCXX_EXTENSIONS", false], [120, "index-0-variable:CMAKE_OBJCXX_STANDARD", false], [120, "index-0-variable:CMAKE_OBJCXX_STANDARD_REQUIRED", false], [120, "index-0-variable:CMAKE_OBJC_EXTENSIONS", false], [120, "index-0-variable:CMAKE_OBJC_STANDARD", false], [120, "index-0-variable:CMAKE_OBJC_STANDARD_REQUIRED", false], [120, "index-0-variable:CMAKE_POSITION_INDEPENDENT_CODE", false], [120, "index-0-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [120, "index-0-variable:CMAKE_TRY_COMPILE_CONFIGURATION", false], [120, "index-0-variable:CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES", false], [120, "index-0-variable:CMAKE_TRY_COMPILE_PLATFORM_VARIABLES", false], [120, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [120, "index-0-variable:CMAKE_WATCOM_RUNTIME_LIBRARY", false], [120, "index-1-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [120, "index-1-variable:CMAKE_TRY_COMPILE_PLATFORM_VARIABLES", false], [120, "index-1-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [120, "index-2-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [120, "index-3-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [120, "index-4-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [121, "index-0-variable:CMAKE_BUILD_TYPE", false], [121, "index-0-variable:CMAKE_CROSSCOMPILING", false], [121, "index-0-variable:CMAKE_CROSSCOMPILING_EMULATOR", false], [121, "index-0-variable:CMAKE_TRY_COMPILE_CONFIGURATION", false], [121, "index-1-variable:CMAKE_CROSSCOMPILING", false], [129, "index-0-variable:CPACK_SOURCE_IGNORE_FILES", false], [129, "index-0-variable:CPACK_THREADS", false], [129, "variable:CPACK_ARCHIVE__FILE_NAME", true], [129, "variable:CPACK_ARCHIVE_COMPONENT_INSTALL", true], [129, "variable:CPACK_ARCHIVE_FILE_EXTENSION", true], [129, "variable:CPACK_ARCHIVE_FILE_NAME", true], [129, "variable:CPACK_ARCHIVE_THREADS", true], [130, "variable:CPACK_BUNDLE_APPLE_CERT_APP", true], [130, "variable:CPACK_BUNDLE_APPLE_CODESIGN_FILES", true], [130, "variable:CPACK_BUNDLE_APPLE_CODESIGN_PARAMETER", true], [130, "variable:CPACK_BUNDLE_APPLE_ENTITLEMENTS", true], [130, "variable:CPACK_BUNDLE_ICON", true], [130, "variable:CPACK_BUNDLE_NAME", true], [130, "variable:CPACK_BUNDLE_PLIST", true], [130, "variable:CPACK_BUNDLE_STARTUP_COMMAND", true], [130, "variable:CPACK_COMMAND_CODESIGN", true], [131, "index-0-variable:CPACK_ARCHIVE_THREADS", false], [131, "variable:CPACK_CYGWIN_BUILD_SCRIPT", true], [131, "variable:CPACK_CYGWIN_PATCH_FILE", true], [131, "variable:CPACK_CYGWIN_PATCH_NUMBER", true], [132, "index-0-variable:CMAKE_BUILD_TYPE", false], [132, "index-0-variable:CMAKE_INSTALL_RPATH", false], [132, "index-0-variable:CMAKE_PROJECT_HOMEPAGE_URL", false], [132, "index-0-variable:CPACK_COMPONENT__DEPENDS", false], [132, "index-0-variable:CPACK_COMPONENT__DESCRIPTION", false], [132, "index-0-variable:CPACK_DEBIAN__DESCRIPTION", false], [132, "index-0-variable:CPACK_DEBIAN__PACKAGE_DEPENDS", false], [132, "index-0-variable:CPACK_DEBIAN__PACKAGE_SHLIBDEPS", false], [132, "index-0-variable:CPACK_DEBIAN_PACKAGE_BREAKS", false], [132, "index-0-variable:CPACK_DEBIAN_PACKAGE_CONFLICTS", false], [132, "index-0-variable:CPACK_DEBIAN_PACKAGE_DEPENDS", false], [132, "index-0-variable:CPACK_DEBIAN_PACKAGE_DESCRIPTION", false], [132, "index-0-variable:CPACK_DEBIAN_PACKAGE_ENHANCES", false], [132, "index-0-variable:CPACK_DEBIAN_PACKAGE_EPOCH", false], [132, "index-0-variable:CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS_POLICY", false], [132, "index-0-variable:CPACK_DEBIAN_PACKAGE_MULTIARCH", false], [132, "index-0-variable:CPACK_DEBIAN_PACKAGE_NAME", false], [132, "index-0-variable:CPACK_DEBIAN_PACKAGE_PREDEPENDS", false], [132, "index-0-variable:CPACK_DEBIAN_PACKAGE_PROVIDES", false], [132, "index-0-variable:CPACK_DEBIAN_PACKAGE_RECOMMENDS", false], [132, "index-0-variable:CPACK_DEBIAN_PACKAGE_RELEASE", false], [132, "index-0-variable:CPACK_DEBIAN_PACKAGE_REPLACES", false], [132, "index-0-variable:CPACK_DEBIAN_PACKAGE_SHLIBDEPS", false], [132, "index-0-variable:CPACK_DEBIAN_PACKAGE_SHLIBDEPS_PRIVATE_DIRS", false], [132, "index-0-variable:CPACK_DEBIAN_PACKAGE_SOURCE", false], [132, "index-0-variable:CPACK_DEBIAN_PACKAGE_SUGGESTS", false], [132, "index-0-variable:CPACK_DEBIAN_PACKAGE_VERSION", false], [132, "index-0-variable:CPACK_DEB_COMPONENT_INSTALL", false], [132, "index-0-variable:CPACK_PACKAGE_DESCRIPTION", false], [132, "index-0-variable:CPACK_PACKAGE_DESCRIPTION_FILE", false], [132, "index-0-variable:CPACK_PACKAGE_DESCRIPTION_SUMMARY", false], [132, "index-0-variable:CPACK_PACKAGE_NAME", false], [132, "index-0-variable:CPACK_PACKAGE_VERSION", false], [132, "index-0-variable:CPACK_STRIP_FILES", false], [132, "index-1-variable:CMAKE_INSTALL_RPATH", false], [132, "index-1-variable:CPACK_DEBIAN__PACKAGE_DEPENDS", false], [132, "index-1-variable:CPACK_DEBIAN__PACKAGE_SHLIBDEPS", false], [132, "index-1-variable:CPACK_DEBIAN_PACKAGE_BREAKS", false], [132, "index-1-variable:CPACK_DEBIAN_PACKAGE_DEPENDS", false], [132, "index-1-variable:CPACK_DEBIAN_PACKAGE_RELEASE", false], [132, "index-1-variable:CPACK_DEBIAN_PACKAGE_SHLIBDEPS", false], [132, "index-1-variable:CPACK_DEBIAN_PACKAGE_SUGGESTS", false], [132, "index-1-variable:CPACK_PACKAGE_DESCRIPTION_SUMMARY", false], [132, "index-1-variable:CPACK_STRIP_FILES", false], [132, "index-2-variable:CMAKE_INSTALL_RPATH", false], [132, "index-2-variable:CPACK_DEBIAN_PACKAGE_DEPENDS", false], [132, "index-2-variable:CPACK_DEBIAN_PACKAGE_SHLIBDEPS", false], [132, "variable:CPACK_DEBIAN__DESCRIPTION", true], [132, "variable:CPACK_DEBIAN__FILE_NAME", true], [132, "variable:CPACK_DEBIAN__PACKAGE_ARCHITECTURE", true], [132, "variable:CPACK_DEBIAN__PACKAGE_BREAKS", true], [132, "variable:CPACK_DEBIAN__PACKAGE_CONFLICTS", true], [132, "variable:CPACK_DEBIAN__PACKAGE_CONTROL_EXTRA", true], [132, "variable:CPACK_DEBIAN__PACKAGE_CONTROL_STRICT_PERMISSION", true], [132, "variable:CPACK_DEBIAN__PACKAGE_DEPENDS", true], [132, "variable:CPACK_DEBIAN__PACKAGE_ENHANCES", true], [132, "variable:CPACK_DEBIAN__PACKAGE_MULTIARCH", true], [132, "variable:CPACK_DEBIAN__PACKAGE_NAME", true], [132, "variable:CPACK_DEBIAN__PACKAGE_PREDEPENDS", true], [132, "variable:CPACK_DEBIAN__PACKAGE_PRIORITY", true], [132, "variable:CPACK_DEBIAN__PACKAGE_PROVIDES", true], [132, "variable:CPACK_DEBIAN__PACKAGE_RECOMMENDS", true], [132, "variable:CPACK_DEBIAN__PACKAGE_REPLACES", true], [132, "variable:CPACK_DEBIAN__PACKAGE_SECTION", true], [132, "variable:CPACK_DEBIAN__PACKAGE_SHLIBDEPS", true], [132, "variable:CPACK_DEBIAN__PACKAGE_SOURCE", true], [132, "variable:CPACK_DEBIAN__PACKAGE_SUGGESTS", true], [132, "variable:CPACK_DEBIAN__DEBUGINFO_PACKAGE", true], [132, "variable:CPACK_DEBIAN_ARCHIVE_TYPE", true], [132, "variable:CPACK_DEBIAN_COMPRESSION_TYPE", true], [132, "variable:CPACK_DEBIAN_DEBUGINFO_PACKAGE", true], [132, "variable:CPACK_DEBIAN_ENABLE_COMPONENT_DEPENDS", true], [132, "variable:CPACK_DEBIAN_FILE_NAME", true], [132, "variable:CPACK_DEBIAN_PACKAGE_ARCHITECTURE", true], [132, "variable:CPACK_DEBIAN_PACKAGE_BREAKS", true], [132, "variable:CPACK_DEBIAN_PACKAGE_CONFLICTS", true], [132, "variable:CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA", true], [132, "variable:CPACK_DEBIAN_PACKAGE_CONTROL_STRICT_PERMISSION", true], [132, "variable:CPACK_DEBIAN_PACKAGE_DEBUG", true], [132, "variable:CPACK_DEBIAN_PACKAGE_DEPENDS", true], [132, "variable:CPACK_DEBIAN_PACKAGE_DESCRIPTION", true], [132, "variable:CPACK_DEBIAN_PACKAGE_ENHANCES", true], [132, "variable:CPACK_DEBIAN_PACKAGE_EPOCH", true], [132, "variable:CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS", true], [132, "variable:CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS_POLICY", true], [132, "variable:CPACK_DEBIAN_PACKAGE_HOMEPAGE", true], [132, "variable:CPACK_DEBIAN_PACKAGE_MAINTAINER", true], [132, "variable:CPACK_DEBIAN_PACKAGE_MULTIARCH", true], [132, "variable:CPACK_DEBIAN_PACKAGE_NAME", true], [132, "variable:CPACK_DEBIAN_PACKAGE_PREDEPENDS", true], [132, "variable:CPACK_DEBIAN_PACKAGE_PRIORITY", true], [132, "variable:CPACK_DEBIAN_PACKAGE_PROVIDES", true], [132, "variable:CPACK_DEBIAN_PACKAGE_RECOMMENDS", true], [132, "variable:CPACK_DEBIAN_PACKAGE_RELEASE", true], [132, "variable:CPACK_DEBIAN_PACKAGE_REPLACES", true], [132, "variable:CPACK_DEBIAN_PACKAGE_SECTION", true], [132, "variable:CPACK_DEBIAN_PACKAGE_SHLIBDEPS", true], [132, "variable:CPACK_DEBIAN_PACKAGE_SHLIBDEPS_PRIVATE_DIRS", true], [132, "variable:CPACK_DEBIAN_PACKAGE_SOURCE", true], [132, "variable:CPACK_DEBIAN_PACKAGE_SUGGESTS", true], [132, "variable:CPACK_DEBIAN_PACKAGE_VERSION", true], [132, "variable:CPACK_DEB_COMPONENT_INSTALL", true], [133, "index-0-variable:CPACK_COMPONENTS_GROUPING", false], [133, "index-0-variable:CPACK_DMG_SLA_DIR", false], [133, "index-0-variable:CPACK_DMG_SLA_LANGUAGES", false], [133, "index-0-variable:CPACK_PACKAGE_FILE_NAME", false], [133, "index-0-variable:CPACK_RESOURCE_FILE_LICENSE", false], [133, "index-1-variable:CPACK_RESOURCE_FILE_LICENSE", false], [133, "index-2-variable:CPACK_RESOURCE_FILE_LICENSE", false], [133, "variable:CPACK_COMMAND_HDIUTIL", true], [133, "variable:CPACK_COMMAND_REZ", true], [133, "variable:CPACK_COMMAND_SETFILE", true], [133, "variable:CPACK_DMG__FILE_NAME", true], [133, "variable:CPACK_DMG_BACKGROUND_IMAGE", true], [133, "variable:CPACK_DMG_DISABLE_APPLICATIONS_SYMLINK", true], [133, "variable:CPACK_DMG_DS_STORE", true], [133, "variable:CPACK_DMG_DS_STORE_SETUP_SCRIPT", true], [133, "variable:CPACK_DMG_FILESYSTEM", true], [133, "variable:CPACK_DMG_FORMAT", true], [133, "variable:CPACK_DMG_SLA_DIR", true], [133, "variable:CPACK_DMG_SLA_LANGUAGES", true], [133, "variable:CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE", true], [133, "variable:CPACK_DMG_VOLUME_NAME", true], [134, "index-0-variable:CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION", false], [134, "index-0-variable:CPACK_EXTERNAL_ENABLE_STAGING", false], [134, "index-0-variable:CPACK_EXTERNAL_PACKAGE_SCRIPT", false], [134, "index-0-variable:CPACK_EXTERNAL_REQUESTED_VERSIONS", false], [134, "index-0-variable:CPACK_INSTALL_CMAKE_PROJECTS", false], [134, "index-0-variable:CPACK_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS", false], [134, "index-0-variable:CPACK_PACKAGE_CHECKSUM", false], [134, "index-0-variable:CPACK_PACKAGE_DESCRIPTION_FILE", false], [134, "index-0-variable:CPACK_PACKAGE_DESCRIPTION_SUMMARY", false], [134, "index-0-variable:CPACK_PACKAGE_NAME", false], [134, "index-0-variable:CPACK_PACKAGE_VERSION", false], [134, "index-0-variable:CPACK_PACKAGING_INSTALL_PREFIX", false], [134, "index-0-variable:CPACK_SET_DESTDIR", false], [134, "index-0-variable:CPACK_STRIP_FILES", false], [134, "index-0-variable:CPACK_WARN_ON_ABSOLUTE_INSTALL_DESTINATION", false], [134, "index-1-variable:CPACK_EXTERNAL_REQUESTED_VERSIONS", false], [134, "index-1-variable:CPACK_INSTALL_CMAKE_PROJECTS", false], [134, "index-1-variable:CPACK_SET_DESTDIR", false], [134, "variable:CPACK_EXTERNAL_BUILT_PACKAGES", true], [134, "variable:CPACK_EXTERNAL_ENABLE_STAGING", true], [134, "variable:CPACK_EXTERNAL_PACKAGE_SCRIPT", true], [134, "variable:CPACK_EXTERNAL_REQUESTED_VERSIONS", true], [135, "index-0-variable:CMAKE_PROJECT_NAME", false], [135, "index-0-variable:CPACK_ARCHIVE_THREADS", false], [135, "index-0-variable:CPACK_DEBIAN_PACKAGE_DESCRIPTION", false], [135, "index-0-variable:CPACK_DEBIAN_PACKAGE_HOMEPAGE", false], [135, "index-0-variable:CPACK_PACKAGE_DESCRIPTION_SUMMARY", false], [135, "index-0-variable:CPACK_PACKAGE_HOMEPAGE_URL", false], [135, "index-0-variable:CPACK_PACKAGE_NAME", false], [135, "index-0-variable:CPACK_RPM_PACKAGE_LICENSE", false], [135, "index-0-variable:PROJECT_DESCRIPTION", false], [135, "index-1-variable:CPACK_PACKAGE_DESCRIPTION_SUMMARY", false], [135, "variable:CPACK_FREEBSD_PACKAGE_CATEGORIES", true], [135, "variable:CPACK_FREEBSD_PACKAGE_COMMENT", true], [135, "variable:CPACK_FREEBSD_PACKAGE_DEPS", true], [135, "variable:CPACK_FREEBSD_PACKAGE_DESCRIPTION", true], [135, "variable:CPACK_FREEBSD_PACKAGE_LICENSE", true], [135, "variable:CPACK_FREEBSD_PACKAGE_LICENSE_LOGIC", true], [135, "variable:CPACK_FREEBSD_PACKAGE_MAINTAINER", true], [135, "variable:CPACK_FREEBSD_PACKAGE_NAME", true], [135, "variable:CPACK_FREEBSD_PACKAGE_ORIGIN", true], [135, "variable:CPACK_FREEBSD_PACKAGE_WWW", true], [136, "index-0-variable:CPACK_IFW_DOWNLOAD_ALL", false], [136, "index-0-variable:CPACK_IFW_PACKAGE_NAME", false], [136, "index-0-variable:CPACK_IFW_PACKAGE_RUN_PROGRAM", false], [136, "index-0-variable:CPACK_PACKAGE_DESCRIPTION_SUMMARY", false], [136, "index-0-variable:CPACK_PACKAGE_INSTALL_DIRECTORY", false], [136, "index-0-variable:CPACK_PACKAGE_VENDOR", false], [136, "index-1-variable:CPACK_IFW_PACKAGE_RUN_PROGRAM", false], [136, "variable:CPACK_IFW_ADMIN_TARGET_DIRECTORY", true], [136, "variable:CPACK_IFW_ARCHIVEGEN_EXECUTABLE", true], [136, "variable:CPACK_IFW_ARCHIVE_COMPRESSION", true], [136, "variable:CPACK_IFW_ARCHIVE_FORMAT", true], [136, "variable:CPACK_IFW_BINARYCREATOR_EXECUTABLE", true], [136, "variable:CPACK_IFW_DEVTOOL_EXECUTABLE", true], [136, "variable:CPACK_IFW_DOWNLOAD_ALL", true], [136, "variable:CPACK_IFW_FRAMEWORK_VERSION", true], [136, "variable:CPACK_IFW_INSTALLERBASE_EXECUTABLE", true], [136, "variable:CPACK_IFW_PACKAGES_DIRECTORIES", true], [136, "variable:CPACK_IFW_PACKAGE_ALLOW_NON_ASCII_CHARACTERS", true], [136, "variable:CPACK_IFW_PACKAGE_ALLOW_SPACE_IN_PATH", true], [136, "variable:CPACK_IFW_PACKAGE_BACKGROUND", true], [136, "variable:CPACK_IFW_PACKAGE_BANNER", true], [136, "variable:CPACK_IFW_PACKAGE_CONTROL_SCRIPT", true], [136, "variable:CPACK_IFW_PACKAGE_DISABLE_COMMAND_LINE_INTERFACE", true], [136, "variable:CPACK_IFW_PACKAGE_FILE_EXTENSION", true], [136, "variable:CPACK_IFW_PACKAGE_GROUP", true], [136, "variable:CPACK_IFW_PACKAGE_ICON", true], [136, "variable:CPACK_IFW_PACKAGE_LOGO", true], [136, "variable:CPACK_IFW_PACKAGE_MAINTENANCE_TOOL_INI_FILE", true], [136, "variable:CPACK_IFW_PACKAGE_MAINTENANCE_TOOL_NAME", true], [136, "variable:CPACK_IFW_PACKAGE_NAME", true], [136, "variable:CPACK_IFW_PACKAGE_PRODUCT_IMAGES", true], [136, "variable:CPACK_IFW_PACKAGE_PRODUCT_IMAGE_URLS", true], [136, "variable:CPACK_IFW_PACKAGE_PUBLISHER", true], [136, "variable:CPACK_IFW_PACKAGE_REMOVE_TARGET_DIR", true], [136, "variable:CPACK_IFW_PACKAGE_RESOURCES", true], [136, "variable:CPACK_IFW_PACKAGE_RUN_PROGRAM", true], [136, "variable:CPACK_IFW_PACKAGE_RUN_PROGRAM_ARGUMENTS", true], [136, "variable:CPACK_IFW_PACKAGE_RUN_PROGRAM_DESCRIPTION", true], [136, "variable:CPACK_IFW_PACKAGE_SIGNING_IDENTITY", true], [136, "variable:CPACK_IFW_PACKAGE_START_MENU_DIRECTORY", true], [136, "variable:CPACK_IFW_PACKAGE_STYLE_SHEET", true], [136, "variable:CPACK_IFW_PACKAGE_TITLE", true], [136, "variable:CPACK_IFW_PACKAGE_TITLE_COLOR", true], [136, "variable:CPACK_IFW_PACKAGE_WATERMARK", true], [136, "variable:CPACK_IFW_PACKAGE_WINDOW_ICON", true], [136, "variable:CPACK_IFW_PACKAGE_WIZARD_DEFAULT_HEIGHT", true], [136, "variable:CPACK_IFW_PACKAGE_WIZARD_DEFAULT_WIDTH", true], [136, "variable:CPACK_IFW_PACKAGE_WIZARD_SHOW_PAGE_LIST", true], [136, "variable:CPACK_IFW_PACKAGE_WIZARD_STYLE", true], [136, "variable:CPACK_IFW_PRODUCT_URL", true], [136, "variable:CPACK_IFW_REPOGEN_EXECUTABLE", true], [136, "variable:CPACK_IFW_REPOSITORIES_ALL", true], [136, "variable:CPACK_IFW_REPOSITORIES_DIRECTORIES", true], [136, "variable:CPACK_IFW_RESOLVE_DUPLICATE_NAMES", true], [136, "variable:CPACK_IFW_ROOT", true], [136, "variable:CPACK_IFW_TARGET_DIRECTORY", true], [136, "variable:CPACK_IFW_VERBOSE", true], [136, "variable:QTIFWDIR", true], [137, "index-0-variable:CMAKE_SIZEOF_VOID_P", false], [137, "index-0-variable:CPACK_CREATE_DESKTOP_LINKS", false], [137, "index-0-variable:CPACK_INNOSETUP_EXTRA_SCRIPTS", false], [137, "index-0-variable:CPACK_INNOSETUP_SETUP_", false], [137, "index-0-variable:CPACK_PACKAGE_EXECUTABLES", false], [137, "index-0-variable:CPACK_PACKAGE_ICON", false], [137, "index-0-variable:CPACK_PACKAGE_NAME", false], [137, "index-0-variable:CPACK_RESOURCE_FILE_LICENSE", false], [137, "index-0-variable:CPACK_RESOURCE_FILE_README", false], [137, "index-0-variable:CPACK_VERBATIM_VARIABLES", false], [137, "index-1-variable:CPACK_PACKAGE_EXECUTABLES", false], [137, "index-2-variable:CPACK_PACKAGE_EXECUTABLES", false], [137, "index-3-variable:CPACK_PACKAGE_EXECUTABLES", false], [137, "variable:CPACK_INNOSETUP__INSTALL_DIRECTORY", true], [137, "variable:CPACK_INNOSETUP_ALLOW_CUSTOM_DIRECTORY", true], [137, "variable:CPACK_INNOSETUP_ARCHITECTURE", true], [137, "variable:CPACK_INNOSETUP_CODE_FILES", true], [137, "variable:CPACK_INNOSETUP_CREATE_UNINSTALL_LINK", true], [137, "variable:CPACK_INNOSETUP_CUSTOM_INSTALL_INSTRUCTIONS", true], [137, "variable:CPACK_INNOSETUP_DEFINE_", true], [137, "variable:CPACK_INNOSETUP_EXECUTABLE", true], [137, "variable:CPACK_INNOSETUP_EXECUTABLE_ARGUMENTS", true], [137, "variable:CPACK_INNOSETUP_EXTRA_SCRIPTS", true], [137, "variable:CPACK_INNOSETUP_ICON_FILE", true], [137, "variable:CPACK_INNOSETUP_IGNORE_LICENSE_PAGE", true], [137, "variable:CPACK_INNOSETUP_IGNORE_README_PAGE", true], [137, "variable:CPACK_INNOSETUP_INSTALL_ROOT", true], [137, "variable:CPACK_INNOSETUP_LANGUAGES", true], [137, "variable:CPACK_INNOSETUP_MENU_LINKS", true], [137, "variable:CPACK_INNOSETUP_PASSWORD", true], [137, "variable:CPACK_INNOSETUP_PROGRAM_MENU_FOLDER", true], [137, "variable:CPACK_INNOSETUP_RUN_EXECUTABLES", true], [137, "variable:CPACK_INNOSETUP_SETUP_", true], [137, "variable:CPACK_INNOSETUP_USE_CMAKE_BOOL_FORMAT", true], [137, "variable:CPACK_INNOSETUP_USE_MODERN_WIZARD", true], [137, "variable:CPACK_INNOSETUP_VERIFY_DOWNLOADS", true], [138, "variable:CPACK_NSIS__INSTALL_DIRECTORY", true], [138, "variable:CPACK_NSIS_BRANDING_TEXT", true], [138, "variable:CPACK_NSIS_BRANDING_TEXT_TRIM_POSITION", true], [138, "variable:CPACK_NSIS_COMPRESSOR", true], [138, "variable:CPACK_NSIS_CONTACT", true], [138, "variable:CPACK_NSIS_CREATE_ICONS_EXTRA", true], [138, "variable:CPACK_NSIS_DELETE_ICONS_EXTRA", true], [138, "variable:CPACK_NSIS_DISPLAY_NAME", true], [138, "variable:CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL", true], [138, "variable:CPACK_NSIS_EXECUTABLE", true], [138, "variable:CPACK_NSIS_EXECUTABLES_DIRECTORY", true], [138, "variable:CPACK_NSIS_EXECUTABLE_POST_ARGUMENTS", true], [138, "variable:CPACK_NSIS_EXECUTABLE_PRE_ARGUMENTS", true], [138, "variable:CPACK_NSIS_EXTRA_INSTALL_COMMANDS", true], [138, "variable:CPACK_NSIS_EXTRA_PREINSTALL_COMMANDS", true], [138, "variable:CPACK_NSIS_EXTRA_UNINSTALL_COMMANDS", true], [138, "variable:CPACK_NSIS_FINISH_TITLE", true], [138, "variable:CPACK_NSIS_FINISH_TITLE_3LINES", true], [138, "variable:CPACK_NSIS_HELP_LINK", true], [138, "variable:CPACK_NSIS_IGNORE_LICENSE_PAGE", true], [138, "variable:CPACK_NSIS_INSTALLED_ICON_NAME", true], [138, "variable:CPACK_NSIS_INSTALLER_MUI_ICON_CODE", true], [138, "variable:CPACK_NSIS_INSTALL_ROOT", true], [138, "variable:CPACK_NSIS_MANIFEST_DPI_AWARE", true], [138, "variable:CPACK_NSIS_MENU_LINKS", true], [138, "variable:CPACK_NSIS_MODIFY_PATH", true], [138, "variable:CPACK_NSIS_MUI_FINISHPAGE_RUN", true], [138, "variable:CPACK_NSIS_MUI_HEADERIMAGE", true], [138, "variable:CPACK_NSIS_MUI_ICON", true], [138, "variable:CPACK_NSIS_MUI_UNIICON", true], [138, "variable:CPACK_NSIS_MUI_UNWELCOMEFINISHPAGE_BITMAP", true], [138, "variable:CPACK_NSIS_MUI_WELCOMEFINISHPAGE_BITMAP", true], [138, "variable:CPACK_NSIS_PACKAGE_NAME", true], [138, "variable:CPACK_NSIS_UNINSTALL_NAME", true], [138, "variable:CPACK_NSIS_URL_INFO_ABOUT", true], [138, "variable:CPACK_NSIS_WELCOME_TITLE", true], [138, "variable:CPACK_NSIS_WELCOME_TITLE_3LINES", true], [139, "index-0-variable:CPACK_COMPONENTS_GROUPING", false], [139, "index-0-variable:CPACK_COMPONENT__DESCRIPTION", false], [139, "index-0-variable:CPACK_COMPONENT__DISPLAY_NAME", false], [139, "index-0-variable:CPACK_INCLUDE_TOPLEVEL_DIRECTORY", false], [139, "index-0-variable:CPACK_NUGET_PACKAGE_AUTHORS", false], [139, "index-0-variable:CPACK_NUGET_PACKAGE_DESCRIPTION", false], [139, "index-0-variable:CPACK_NUGET_PACKAGE_ICON", false], [139, "index-0-variable:CPACK_NUGET_PACKAGE_LICENSE_EXPRESSION", false], [139, "index-0-variable:CPACK_NUGET_PACKAGE_LICENSE_FILE_NAME", false], [139, "index-0-variable:CPACK_PACKAGE_DESCRIPTION", false], [139, "index-0-variable:CPACK_PACKAGE_DESCRIPTION_SUMMARY", false], [139, "index-0-variable:CPACK_PACKAGE_HOMEPAGE_URL", false], [139, "index-0-variable:CPACK_PACKAGE_NAME", false], [139, "index-0-variable:CPACK_PACKAGE_VENDOR", false], [139, "index-0-variable:CPACK_PACKAGE_VERSION", false], [139, "index-1-variable:CPACK_NUGET_PACKAGE_LICENSE_FILE_NAME", false], [139, "variable:CPACK_NUGET__PACKAGE_AUTHORS", true], [139, "variable:CPACK_NUGET__PACKAGE_COPYRIGHT", true], [139, "variable:CPACK_NUGET__PACKAGE_DEPENDENCIES", true], [139, "variable:CPACK_NUGET__PACKAGE_DEPENDENCIES__VERSION", true], [139, "variable:CPACK_NUGET__PACKAGE_DEPENDENCIES_", true], [139, "variable:CPACK_NUGET__PACKAGE_DEPENDENCIES___VERSION", true], [139, "variable:CPACK_NUGET__PACKAGE_DESCRIPTION", true], [139, "variable:CPACK_NUGET__PACKAGE_DESCRIPTION_SUMMARY", true], [139, "variable:CPACK_NUGET__PACKAGE_HOMEPAGE_URL", true], [139, "variable:CPACK_NUGET__PACKAGE_ICON", true], [139, "variable:CPACK_NUGET__PACKAGE_ICONURL", true], [139, "variable:CPACK_NUGET__PACKAGE_LANGUAGE", true], [139, "variable:CPACK_NUGET__PACKAGE_LICENSEURL", true], [139, "variable:CPACK_NUGET__PACKAGE_LICENSE_EXPRESSION", true], [139, "variable:CPACK_NUGET__PACKAGE_LICENSE_FILE_NAME", true], [139, "variable:CPACK_NUGET__PACKAGE_NAME", true], [139, "variable:CPACK_NUGET__PACKAGE_OWNERS", true], [139, "variable:CPACK_NUGET__PACKAGE_README", true], [139, "variable:CPACK_NUGET__PACKAGE_RELEASE_NOTES", true], [139, "variable:CPACK_NUGET__PACKAGE_TAGS", true], [139, "variable:CPACK_NUGET__PACKAGE_TFMS", true], [139, "variable:CPACK_NUGET__PACKAGE_TITLE", true], [139, "variable:CPACK_NUGET__PACKAGE_VERSION", true], [139, "variable:CPACK_NUGET__REPOSITORY_BRANCH", true], [139, "variable:CPACK_NUGET__REPOSITORY_COMMIT", true], [139, "variable:CPACK_NUGET__REPOSITORY_TYPE", true], [139, "variable:CPACK_NUGET__REPOSITORY_URL", true], [139, "variable:CPACK_NUGET_COMPONENT_INSTALL", true], [139, "variable:CPACK_NUGET_PACKAGE_AUTHORS", true], [139, "variable:CPACK_NUGET_PACKAGE_COPYRIGHT", true], [139, "variable:CPACK_NUGET_PACKAGE_DEBUG", true], [139, "variable:CPACK_NUGET_PACKAGE_DEPENDENCIES", true], [139, "variable:CPACK_NUGET_PACKAGE_DEPENDENCIES__VERSION", true], [139, "variable:CPACK_NUGET_PACKAGE_DEPENDENCIES_", true], [139, "variable:CPACK_NUGET_PACKAGE_DEPENDENCIES___VERSION", true], [139, "variable:CPACK_NUGET_PACKAGE_DESCRIPTION", true], [139, "variable:CPACK_NUGET_PACKAGE_DESCRIPTION_SUMMARY", true], [139, "variable:CPACK_NUGET_PACKAGE_HOMEPAGE_URL", true], [139, "variable:CPACK_NUGET_PACKAGE_ICON", true], [139, "variable:CPACK_NUGET_PACKAGE_ICONURL", true], [139, "variable:CPACK_NUGET_PACKAGE_LANGUAGE", true], [139, "variable:CPACK_NUGET_PACKAGE_LICENSEURL", true], [139, "variable:CPACK_NUGET_PACKAGE_LICENSE_EXPRESSION", true], [139, "variable:CPACK_NUGET_PACKAGE_LICENSE_FILE_NAME", true], [139, "variable:CPACK_NUGET_PACKAGE_NAME", true], [139, "variable:CPACK_NUGET_PACKAGE_OWNERS", true], [139, "variable:CPACK_NUGET_PACKAGE_README", true], [139, "variable:CPACK_NUGET_PACKAGE_RELEASE_NOTES", true], [139, "variable:CPACK_NUGET_PACKAGE_REPOSITORY_BRANCH", true], [139, "variable:CPACK_NUGET_PACKAGE_REPOSITORY_COMMIT", true], [139, "variable:CPACK_NUGET_PACKAGE_REPOSITORY_TYPE", true], [139, "variable:CPACK_NUGET_PACKAGE_REPOSITORY_URL", true], [139, "variable:CPACK_NUGET_PACKAGE_REQUIRE_LICENSE_ACCEPTANCE", true], [139, "variable:CPACK_NUGET_PACKAGE_TAGS", true], [139, "variable:CPACK_NUGET_PACKAGE_TFMS", true], [139, "variable:CPACK_NUGET_PACKAGE_TITLE", true], [139, "variable:CPACK_NUGET_PACKAGE_VERSION", true], [141, "index-0-variable:CMAKE_MODULE_PATH", false], [141, "index-0-variable:CPACK_POSTFLIGHT__SCRIPT", false], [141, "index-0-variable:CPACK_PREFLIGHT__SCRIPT", false], [141, "index-0-variable:CPACK_PRODUCTBUILD_BACKGROUND_ALIGNMENT", false], [141, "index-0-variable:CPACK_PRODUCTBUILD_BACKGROUND_MIME_TYPE", false], [141, "index-0-variable:CPACK_PRODUCTBUILD_BACKGROUND_SCALING", false], [141, "index-0-variable:CPACK_PRODUCTBUILD_BACKGROUND_UTI", false], [141, "index-0-variable:CPACK_PRODUCTBUILD_DOMAINS", false], [141, "index-0-variable:CPACK_PRODUCTBUILD_DOMAINS_ANYWHERE", false], [141, "index-0-variable:CPACK_PRODUCTBUILD_DOMAINS_ROOT", false], [141, "index-0-variable:CPACK_PRODUCTBUILD_DOMAINS_USER", false], [141, "index-0-variable:CPACK_RESOURCE_FILE_LICENSE", false], [141, "index-0-variable:CPACK_RESOURCE_FILE_README", false], [141, "index-0-variable:CPACK_RESOURCE_FILE_WELCOME", false], [141, "index-1-variable:CPACK_PRODUCTBUILD_DOMAINS", false], [141, "index-1-variable:CPACK_RESOURCE_FILE_LICENSE", false], [141, "index-1-variable:CPACK_RESOURCE_FILE_README", false], [141, "index-1-variable:CPACK_RESOURCE_FILE_WELCOME", false], [141, "index-2-variable:CPACK_PRODUCTBUILD_DOMAINS", false], [141, "variable:CPACK_COMMAND_PKGBUILD", true], [141, "variable:CPACK_COMMAND_PRODUCTBUILD", true], [141, "variable:CPACK_PKGBUILD_IDENTITY_NAME", true], [141, "variable:CPACK_PKGBUILD_KEYCHAIN_PATH", true], [141, "variable:CPACK_POSTFLIGHT__SCRIPT", true], [141, "variable:CPACK_PREFLIGHT__SCRIPT", true], [141, "variable:CPACK_PRODUCTBUILD_BACKGROUND", true], [141, "variable:CPACK_PRODUCTBUILD_BACKGROUND_ALIGNMENT", true], [141, "variable:CPACK_PRODUCTBUILD_BACKGROUND_DARKAQUA", true], [141, "variable:CPACK_PRODUCTBUILD_BACKGROUND_DARKAQUA_ALIGNMENT", true], [141, "variable:CPACK_PRODUCTBUILD_BACKGROUND_DARKAQUA_MIME_TYPE", true], [141, "variable:CPACK_PRODUCTBUILD_BACKGROUND_DARKAQUA_SCALING", true], [141, "variable:CPACK_PRODUCTBUILD_BACKGROUND_DARKAQUA_UTI", true], [141, "variable:CPACK_PRODUCTBUILD_BACKGROUND_MIME_TYPE", true], [141, "variable:CPACK_PRODUCTBUILD_BACKGROUND_SCALING", true], [141, "variable:CPACK_PRODUCTBUILD_BACKGROUND_UTI", true], [141, "variable:CPACK_PRODUCTBUILD_DOMAINS", true], [141, "variable:CPACK_PRODUCTBUILD_DOMAINS_ANYWHERE", true], [141, "variable:CPACK_PRODUCTBUILD_DOMAINS_ROOT", true], [141, "variable:CPACK_PRODUCTBUILD_DOMAINS_USER", true], [141, "variable:CPACK_PRODUCTBUILD_IDENTIFIER", true], [141, "variable:CPACK_PRODUCTBUILD_IDENTITY_NAME", true], [141, "variable:CPACK_PRODUCTBUILD_KEYCHAIN_PATH", true], [141, "variable:CPACK_PRODUCTBUILD_RESOURCES_DIR", true], [142, "index-0-variable:CMAKE_BINARY_DIR", false], [142, "index-0-variable:CMAKE_BUILD_TYPE", false], [142, "index-0-variable:CMAKE_PROJECT_HOMEPAGE_URL", false], [142, "index-0-variable:CMAKE_SOURCE_DIR", false], [142, "index-0-variable:CPACK_BUILD_SOURCE_DIRS", false], [142, "index-0-variable:CPACK_COMPONENT__DESCRIPTION", false], [142, "index-0-variable:CPACK_INSTALLED_DIRECTORIES", false], [142, "index-0-variable:CPACK_PACKAGE_DESCRIPTION_FILE", false], [142, "index-0-variable:CPACK_PACKAGE_DESCRIPTION_SUMMARY", false], [142, "index-0-variable:CPACK_PACKAGE_NAME", false], [142, "index-0-variable:CPACK_PACKAGE_VERSION", false], [142, "index-0-variable:CPACK_PACKAGING_INSTALL_PREFIX", false], [142, "index-0-variable:CPACK_RPM__PACKAGE_PREFIX", false], [142, "index-0-variable:CPACK_RPM__DEBUGINFO_PACKAGE", false], [142, "index-0-variable:CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX", false], [142, "index-0-variable:CPACK_RPM_COMPONENT_INSTALL", false], [142, "index-0-variable:CPACK_RPM_DEBUGINFO_EXCLUDE_DIRS", false], [142, "index-0-variable:CPACK_RPM_DEBUGINFO_PACKAGE", false], [142, "index-0-variable:CPACK_RPM_DEBUGINFO_SINGLE_PACKAGE", false], [142, "index-0-variable:CPACK_RPM_DEFAULT_FILE_PERMISSIONS", false], [142, "index-0-variable:CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST", false], [142, "index-0-variable:CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION", false], [142, "index-0-variable:CPACK_RPM_FILE_NAME", false], [142, "index-0-variable:CPACK_RPM_MAIN_COMPONENT", false], [142, "index-0-variable:CPACK_RPM_PACKAGE_AUTOPROV", false], [142, "index-0-variable:CPACK_RPM_PACKAGE_AUTOREQ", false], [142, "index-0-variable:CPACK_RPM_PACKAGE_RELEASE_DIST", false], [142, "index-0-variable:CPACK_RPM_PACKAGE_SOURCES", false], [142, "index-0-variable:CPACK_RPM_PACKAGE_VERSION", false], [142, "index-0-variable:CPACK_RPM_POST_INSTALL_SCRIPT_FILE", false], [142, "index-0-variable:CPACK_RPM_RELOCATION_PATHS", false], [142, "index-0-variable:CPACK_RPM_SPEC_MORE_DEFINE", false], [142, "index-0-variable:CPACK_RPM_USER_BINARY_SPECFILE", false], [142, "index-0-variable:CPACK_SET_DESTDIR", false], [142, "index-0-variable:CPACK_STRIP_FILES", false], [142, "index-1-variable:CPACK_BUILD_SOURCE_DIRS", false], [142, "index-1-variable:CPACK_PACKAGING_INSTALL_PREFIX", false], [142, "index-1-variable:CPACK_RPM__PACKAGE_PREFIX", false], [142, "index-1-variable:CPACK_RPM_COMPONENT_INSTALL", false], [142, "index-1-variable:CPACK_RPM_DEBUGINFO_PACKAGE", false], [142, "index-1-variable:CPACK_RPM_PACKAGE_SOURCES", false], [142, "index-1-variable:CPACK_SET_DESTDIR", false], [142, "index-1-variable:CPACK_STRIP_FILES", false], [142, "index-2-variable:CPACK_BUILD_SOURCE_DIRS", false], [142, "index-2-variable:CPACK_PACKAGING_INSTALL_PREFIX", false], [142, "index-2-variable:CPACK_RPM__PACKAGE_PREFIX", false], [142, "index-2-variable:CPACK_RPM_DEBUGINFO_PACKAGE", false], [142, "index-3-variable:CPACK_PACKAGING_INSTALL_PREFIX", false], [142, "index-4-variable:CPACK_PACKAGING_INSTALL_PREFIX", false], [142, "index-5-variable:CPACK_PACKAGING_INSTALL_PREFIX", false], [142, "variable:CPACK_BUILD_SOURCE_DIRS", true], [142, "variable:CPACK_RPM__PACKAGE_PREFIX", true], [142, "variable:CPACK_RPM__USER_FILELIST", true], [142, "variable:CPACK_RPM__DEFAULT_DIR_PERMISSIONS", true], [142, "variable:CPACK_RPM__DEFAULT_FILE_PERMISSIONS", true], [142, "variable:CPACK_RPM__DEFAULT_GROUP", true], [142, "variable:CPACK_RPM__DEFAULT_USER", true], [142, "variable:CPACK_RPM__BUILD_SOURCE_DIRS_PREFIX", true], [142, "variable:CPACK_RPM__DEBUGINFO_FILE_NAME", true], [142, "variable:CPACK_RPM__DEBUGINFO_PACKAGE", true], [142, "variable:CPACK_RPM__FILE_NAME", true], [142, "variable:CPACK_RPM__PACKAGE_ARCHITECTURE", true], [142, "variable:CPACK_RPM__PACKAGE_AUTOPROV", true], [142, "variable:CPACK_RPM__PACKAGE_AUTOREQ", true], [142, "variable:CPACK_RPM__PACKAGE_AUTOREQPROV", true], [142, "variable:CPACK_RPM__PACKAGE_CONFLICTS", true], [142, "variable:CPACK_RPM__PACKAGE_DESCRIPTION", true], [142, "variable:CPACK_RPM__PACKAGE_GROUP", true], [142, "variable:CPACK_RPM__PACKAGE_NAME", true], [142, "variable:CPACK_RPM__PACKAGE_OBSOLETES", true], [142, "variable:CPACK_RPM__PACKAGE_PROVIDES", true], [142, "variable:CPACK_RPM__PACKAGE_REQUIRES", true], [142, "variable:CPACK_RPM__PACKAGE_REQUIRES_POST", true], [142, "variable:CPACK_RPM__PACKAGE_REQUIRES_POSTUN", true], [142, "variable:CPACK_RPM__PACKAGE_REQUIRES_PRE", true], [142, "variable:CPACK_RPM__PACKAGE_REQUIRES_PREUN", true], [142, "variable:CPACK_RPM__PACKAGE_SUGGESTS", true], [142, "variable:CPACK_RPM__PACKAGE_SUMMARY", true], [142, "variable:CPACK_RPM__PACKAGE_URL", true], [142, "variable:CPACK_RPM__USER_BINARY_SPECFILE", true], [142, "variable:CPACK_RPM_ADDITIONAL_MAN_DIRS", true], [142, "variable:CPACK_RPM_BUILDREQUIRES", true], [142, "variable:CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX", true], [142, "variable:CPACK_RPM_CHANGELOG_FILE", true], [142, "variable:CPACK_RPM_COMPONENT_INSTALL", true], [142, "variable:CPACK_RPM_COMPRESSION_TYPE", true], [142, "variable:CPACK_RPM_DEBUGINFO_EXCLUDE_DIRS", true], [142, "variable:CPACK_RPM_DEBUGINFO_EXCLUDE_DIRS_ADDITION", true], [142, "variable:CPACK_RPM_DEBUGINFO_FILE_NAME", true], [142, "variable:CPACK_RPM_DEBUGINFO_PACKAGE", true], [142, "variable:CPACK_RPM_DEBUGINFO_SINGLE_PACKAGE", true], [142, "variable:CPACK_RPM_DEFAULT_DIR_PERMISSIONS", true], [142, "variable:CPACK_RPM_DEFAULT_FILE_PERMISSIONS", true], [142, "variable:CPACK_RPM_DEFAULT_GROUP", true], [142, "variable:CPACK_RPM_DEFAULT_USER", true], [142, "variable:CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST", true], [142, "variable:CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION", true], [142, "variable:CPACK_RPM_FILE_NAME", true], [142, "variable:CPACK_RPM_GENERATE_USER_BINARY_SPECFILE_TEMPLATE", true], [142, "variable:CPACK_RPM_INSTALL_WITH_EXEC", true], [142, "variable:CPACK_RPM_MAIN_COMPONENT", true], [142, "variable:CPACK_RPM_NO__INSTALL_PREFIX_RELOCATION", true], [142, "variable:CPACK_RPM_NO_INSTALL_PREFIX_RELOCATION", true], [142, "variable:CPACK_RPM_PACKAGE_ARCHITECTURE", true], [142, "variable:CPACK_RPM_PACKAGE_AUTOPROV", true], [142, "variable:CPACK_RPM_PACKAGE_AUTOREQ", true], [142, "variable:CPACK_RPM_PACKAGE_AUTOREQPROV", true], [142, "variable:CPACK_RPM_PACKAGE_CONFLICTS", true], [142, "variable:CPACK_RPM_PACKAGE_DEBUG", true], [142, "variable:CPACK_RPM_PACKAGE_DESCRIPTION", true], [142, "variable:CPACK_RPM_PACKAGE_EPOCH", true], [142, "variable:CPACK_RPM_PACKAGE_GROUP", true], [142, "variable:CPACK_RPM_PACKAGE_LICENSE", true], [142, "variable:CPACK_RPM_PACKAGE_NAME", true], [142, "variable:CPACK_RPM_PACKAGE_OBSOLETES", true], [142, "variable:CPACK_RPM_PACKAGE_PROVIDES", true], [142, "variable:CPACK_RPM_PACKAGE_RELEASE", true], [142, "variable:CPACK_RPM_PACKAGE_RELEASE_DIST", true], [142, "variable:CPACK_RPM_PACKAGE_RELOCATABLE", true], [142, "variable:CPACK_RPM_PACKAGE_REQUIRES", true], [142, "variable:CPACK_RPM_PACKAGE_REQUIRES_POST", true], [142, "variable:CPACK_RPM_PACKAGE_REQUIRES_POSTUN", true], [142, "variable:CPACK_RPM_PACKAGE_REQUIRES_PRE", true], [142, "variable:CPACK_RPM_PACKAGE_REQUIRES_PREUN", true], [142, "variable:CPACK_RPM_PACKAGE_SOURCES", true], [142, "variable:CPACK_RPM_PACKAGE_SUGGESTS", true], [142, "variable:CPACK_RPM_PACKAGE_SUMMARY", true], [142, "variable:CPACK_RPM_PACKAGE_URL", true], [142, "variable:CPACK_RPM_PACKAGE_VENDOR", true], [142, "variable:CPACK_RPM_PACKAGE_VERSION", true], [142, "variable:CPACK_RPM_POST_INSTALL_SCRIPT_FILE", true], [142, "variable:CPACK_RPM_POST_TRANS_SCRIPT_FILE", true], [142, "variable:CPACK_RPM_POST_UNINSTALL_SCRIPT_FILE", true], [142, "variable:CPACK_RPM_PRE_INSTALL_SCRIPT_FILE", true], [142, "variable:CPACK_RPM_PRE_TRANS_SCRIPT_FILE", true], [142, "variable:CPACK_RPM_PRE_UNINSTALL_SCRIPT_FILE", true], [142, "variable:CPACK_RPM_RELOCATION_PATHS", true], [142, "variable:CPACK_RPM_REQUIRES_EXCLUDE_FROM", true], [142, "variable:CPACK_RPM_SOURCE_PKG_BUILD_PARAMS", true], [142, "variable:CPACK_RPM_SOURCE_PKG_PACKAGING_INSTALL_PREFIX", true], [142, "variable:CPACK_RPM_SPEC_INSTALL_POST", true], [142, "variable:CPACK_RPM_SPEC_MORE_DEFINE", true], [142, "variable:CPACK_RPM_USER_BINARY_SPECFILE", true], [142, "variable:CPACK_RPM_USER_FILELIST", true], [143, "index-0-variable:CPACK_COMPONENT__DISABLED", false], [143, "index-0-variable:CPACK_WIX__EXTENSIONS", false], [143, "index-0-variable:CPACK_WIX__EXTRA_FLAGS", false], [143, "index-0-variable:CPACK_WIX_VERSION", false], [143, "index-1-variable:CPACK_WIX__EXTENSIONS", false], [143, "index-1-variable:CPACK_WIX__EXTRA_FLAGS", false], [143, "index-1-variable:CPACK_WIX_VERSION", false], [143, "index-2-variable:CPACK_WIX__EXTENSIONS", false], [143, "index-2-variable:CPACK_WIX__EXTRA_FLAGS", false], [143, "index-2-variable:CPACK_WIX_VERSION", false], [143, "variable:CPACK_WIX__EXTENSIONS", true], [143, "variable:CPACK_WIX__EXTRA_FLAGS", true], [143, "variable:CPACK_WIX_ARCHITECTURE", true], [143, "variable:CPACK_WIX_CMAKE_PACKAGE_REGISTRY", true], [143, "variable:CPACK_WIX_CULTURES", true], [143, "variable:CPACK_WIX_CUSTOM_XMLNS", true], [143, "variable:CPACK_WIX_EXTENSIONS", true], [143, "variable:CPACK_WIX_EXTRA_OBJECTS", true], [143, "variable:CPACK_WIX_EXTRA_SOURCES", true], [143, "variable:CPACK_WIX_INSTALL_SCOPE", true], [143, "variable:CPACK_WIX_LICENSE_RTF", true], [143, "variable:CPACK_WIX_PATCH_FILE", true], [143, "variable:CPACK_WIX_PRODUCT_GUID", true], [143, "variable:CPACK_WIX_PRODUCT_ICON", true], [143, "variable:CPACK_WIX_PROGRAM_MENU_FOLDER", true], [143, "variable:CPACK_WIX_PROPERTY_", true], [143, "variable:CPACK_WIX_ROOT", true], [143, "variable:CPACK_WIX_ROOT_FEATURE_DESCRIPTION", true], [143, "variable:CPACK_WIX_ROOT_FEATURE_TITLE", true], [143, "variable:CPACK_WIX_ROOT_FOLDER_ID", true], [143, "variable:CPACK_WIX_SKIP_PROGRAM_FOLDER", true], [143, "variable:CPACK_WIX_SKIP_WIX_UI_EXTENSION", true], [143, "variable:CPACK_WIX_TEMPLATE", true], [143, "variable:CPACK_WIX_UI_BANNER", true], [143, "variable:CPACK_WIX_UI_DIALOG", true], [143, "variable:CPACK_WIX_UI_REF", true], [143, "variable:CPACK_WIX_UPGRADE_GUID", true], [143, "variable:CPACK_WIX_VERSION", true], [144, "index-0-variable:CMAKE_ADSP_ROOT", false], [145, "index-0-variable:CMAKE__COMPILER", false], [145, "index-1-variable:CMAKE__COMPILER", false], [146, "index-0-variable:CMAKE__FLAGS", false], [146, "index-0-variable:CMAKE__FLAGS_INIT", false], [146, "index-1-variable:CMAKE__FLAGS", false], [146, "index-2-variable:CMAKE__FLAGS", false], [147, "index-0-variable:CMAKE__COMPILER", false], [147, "index-1-variable:CMAKE__COMPILER", false], [149, "index-0-variable:CMAKE__FLAGS", false], [149, "index-0-variable:CMAKE__FLAGS_INIT", false], [149, "index-1-variable:CMAKE__FLAGS", false], [149, "index-2-variable:CMAKE__FLAGS", false], [150, "index-0-variable:CMAKE_APPBUNDLE_PATH", false], [151, "index-0-variable:CMAKE_APPLE_SILICON_PROCESSOR", false], [151, "index-0-variable:CMAKE_HOST_SYSTEM_PROCESSOR", false], [153, "index-0-variable:CMAKE_BUILD_TYPE", false], [154, "index-0-variable:CMAKE_COLOR_DIAGNOSTICS", false], [155, "index-0-variable:CMAKE_CONFIGURATION_TYPES", false], [158, "index-0-variable:CMAKE_CROSSCOMPILING_EMULATOR", false], [158, "index-1-variable:CMAKE_CROSSCOMPILING_EMULATOR", false], [159, "index-0-variable:CMAKE_EXPORT_BUILD_DATABASE", false], [159, "index-1-variable:CMAKE_EXPORT_BUILD_DATABASE", false], [160, "index-0-variable:CMAKE_EXPORT_COMPILE_COMMANDS", false], [160, "index-1-variable:CMAKE_EXPORT_COMPILE_COMMANDS", false], [161, "index-0-variable:CMAKE_FRAMEWORK_PATH", false], [162, "index-0-variable:CMAKE_GENERATOR", false], [163, "index-0-variable:CMAKE_GENERATOR_INSTANCE", false], [164, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [165, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [166, "index-0-variable:CMAKE_INCLUDE_PATH", false], [169, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [170, "index-0-variable:CMAKE__COMPILER_LAUNCHER", false], [171, "index-0-variable:CMAKE__IMPLICIT_LINK_DIRECTORIES", false], [172, "index-0-variable:CMAKE__LINKER_LAUNCHER", false], [173, "index-0-variable:CMAKE_LIBRARY_PATH", false], [174, "index-0-variable:CMAKE_MAXIMUM_RECURSION_DEPTH", false], [175, "index-0-variable:CMAKE_MSVCIDE_RUN_PATH", false], [177, "index-0-variable:CMAKE_OSX_ARCHITECTURES", false], [178, "index-0-variable:CMAKE_PREFIX_PATH", false], [179, "index-0-variable:CMAKE_PROGRAM_PATH", false], [180, "index-0-variable:CMAKE_TEST_LAUNCHER", false], [180, "index-1-variable:CMAKE_TEST_LAUNCHER", false], [181, "index-0-variable:CMAKE_TLS_VERIFY", false], [182, "index-0-variable:CMAKE_TLS_VERSION", false], [183, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [183, "index-1-variable:CMAKE_TOOLCHAIN_FILE", false], [184, "index-0-variable:CMAKE__FLAGS", false], [184, "index-0-variable:CMAKE__FLAGS_INIT", false], [184, "index-1-variable:CMAKE__FLAGS", false], [184, "index-2-variable:CMAKE__FLAGS", false], [190, "index-0-variable:CTEST_USE_LAUNCHERS", false], [191, "index-0-variable:CMAKE_CUDA_ARCHITECTURES", false], [192, "index-0-variable:CMAKE__COMPILER", false], [192, "index-1-variable:CMAKE__COMPILER", false], [193, "index-0-variable:CMAKE__FLAGS", false], [193, "index-0-variable:CMAKE__FLAGS_INIT", false], [193, "index-1-variable:CMAKE__FLAGS", false], [193, "index-2-variable:CMAKE__FLAGS", false], [194, "index-0-variable:CMAKE__HOST_COMPILER", false], [194, "index-1-variable:CMAKE__HOST_COMPILER", false], [195, "index-0-variable:CMAKE__COMPILER", false], [195, "index-1-variable:CMAKE__COMPILER", false], [196, "index-0-variable:CMAKE__FLAGS", false], [196, "index-0-variable:CMAKE__FLAGS_INIT", false], [196, "index-1-variable:CMAKE__FLAGS", false], [196, "index-2-variable:CMAKE__FLAGS", false], [197, "index-0-variable:CMAKE_VERSION", false], [198, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [199, "index-0-variable:CMAKE__COMPILER", false], [199, "index-1-variable:CMAKE__COMPILER", false], [200, "index-0-variable:CMAKE__FLAGS", false], [200, "index-0-variable:CMAKE__FLAGS_INIT", false], [200, "index-1-variable:CMAKE__FLAGS", false], [200, "index-2-variable:CMAKE__FLAGS", false], [201, "index-0-variable:CMAKE__COMPILER", false], [201, "index-1-variable:CMAKE__COMPILER", false], [202, "index-0-variable:CMAKE__FLAGS", false], [202, "index-0-variable:CMAKE__FLAGS_INIT", false], [202, "index-1-variable:CMAKE__FLAGS", false], [202, "index-2-variable:CMAKE__FLAGS", false], [203, "index-0-variable:CMAKE__HOST_COMPILER", false], [204, "index-0-variable:CMAKE__COMPILER", false], [204, "index-1-variable:CMAKE__COMPILER", false], [205, "index-0-variable:CMAKE__FLAGS", false], [205, "index-0-variable:CMAKE__FLAGS_INIT", false], [205, "index-1-variable:CMAKE__FLAGS", false], [205, "index-2-variable:CMAKE__FLAGS", false], [206, "index-0-variable:CMAKE_EXE_LINKER_FLAGS_INIT", false], [206, "index-0-variable:CMAKE_MODULE_LINKER_FLAGS_INIT", false], [206, "index-0-variable:CMAKE_SHARED_LINKER_FLAGS_INIT", false], [207, "index-0-variable:CMAKE_OSX_DEPLOYMENT_TARGET", false], [208, "index-0-variable:CMAKE__COMPILER", false], [208, "index-1-variable:CMAKE__COMPILER", false], [209, "index-0-variable:CMAKE__FLAGS", false], [209, "index-0-variable:CMAKE__FLAGS_INIT", false], [209, "index-1-variable:CMAKE__FLAGS", false], [209, "index-2-variable:CMAKE__FLAGS", false], [210, "index-0-variable:CMAKE__COMPILER", false], [210, "index-1-variable:CMAKE__COMPILER", false], [211, "index-0-variable:CMAKE__FLAGS", false], [211, "index-0-variable:CMAKE__FLAGS_INIT", false], [211, "index-1-variable:CMAKE__FLAGS", false], [211, "index-2-variable:CMAKE__FLAGS", false], [212, "index-0-variable:_ROOT", false], [213, "index-0-variable:CMAKE__COMPILER", false], [213, "index-1-variable:CMAKE__COMPILER", false], [214, "index-0-variable:CMAKE__FLAGS", false], [214, "index-0-variable:CMAKE__FLAGS_INIT", false], [214, "index-1-variable:CMAKE__FLAGS", false], [214, "index-2-variable:CMAKE__FLAGS", false], [217, "index-0-variable:CMAKE__COMPILER", false], [217, "index-1-variable:CMAKE__COMPILER", false], [220, "index-0-variable:CMAKE_CODEBLOCKS_EXCLUDE_EXTERNAL_FILES", false], [221, "index-0-variable:CMAKE_CODELITE_USE_TARGETS", false], [223, "index-0-variable:CMAKE_BUILD_TYPE", false], [223, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [223, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [223, "index-1-variable:CMAKE_GENERATOR_PLATFORM", false], [223, "index-1-variable:CMAKE_GENERATOR_TOOLSET", false], [230, "index-0-variable:CMAKE_BUILD_TYPE", false], [230, "index-0-variable:CMAKE_CONFIGURATION_TYPES", false], [230, "index-0-variable:CMAKE_CROSS_CONFIGS", false], [230, "index-0-variable:CMAKE_DEFAULT_BUILD_TYPE", false], [230, "index-0-variable:CMAKE_DEFAULT_CONFIGS", false], [230, "index-1-variable:CMAKE_CONFIGURATION_TYPES", false], [230, "index-1-variable:CMAKE_CROSS_CONFIGS", false], [230, "index-1-variable:CMAKE_DEFAULT_BUILD_TYPE", false], [230, "index-2-variable:CMAKE_CONFIGURATION_TYPES", false], [233, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [234, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [235, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [236, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [236, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [236, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM", false], [236, "index-1-variable:CMAKE_GENERATOR_TOOLSET", false], [236, "index-1-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM", false], [237, "index-0-variable:CMAKE_GENERATOR_INSTANCE", false], [237, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [237, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [237, "index-1-variable:CMAKE_GENERATOR_TOOLSET", false], [238, "index-0-variable:CMAKE_GENERATOR_INSTANCE", false], [238, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [238, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [238, "index-0-variable:CMAKE_VS_PLATFORM_NAME_DEFAULT", false], [238, "index-1-variable:CMAKE_GENERATOR_TOOLSET", false], [239, "index-0-variable:CMAKE_GENERATOR_INSTANCE", false], [239, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [239, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [239, "index-0-variable:CMAKE_VS_PLATFORM_NAME_DEFAULT", false], [239, "index-1-variable:CMAKE_GENERATOR_TOOLSET", false], [244, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [246, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [246, "index-0-variable:CMAKE_XCODE_BUILD_SYSTEM", false], [246, "index-0-variable:CMAKE_XCODE_PLATFORM_TOOLSET", false], [247, "index-0-variable:CMAKE_BUILD_TYPE", false], [248, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [248, "index-0-variable:CMAKE_PREFIX_PATH", false], [248, "index-1-variable:CMAKE_INSTALL_PREFIX", false], [248, "index-2-variable:CMAKE_INSTALL_PREFIX", false], [249, "index-0-variable:_VERSION_MAJOR", false], [249, "index-0-variable:_VERSION_MINOR", false], [249, "index-0-variable:CMAKE_CXX_STANDARD", false], [249, "index-0-variable:CMAKE_CXX_STANDARD_REQUIRED", false], [249, "index-1-variable:CMAKE_CXX_STANDARD", false], [249, "index-1-variable:CMAKE_CXX_STANDARD_REQUIRED", false], [249, "index-2-variable:CMAKE_CXX_STANDARD", false], [249, "index-2-variable:CMAKE_CXX_STANDARD_REQUIRED", false], [249, "index-3-variable:CMAKE_CXX_STANDARD", false], [249, "index-4-variable:CMAKE_CXX_STANDARD", false], [254, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [254, "index-0-variable:CMAKE_CXX_STANDARD", false], [254, "index-0-variable:CMAKE_CXX_STANDARD_REQUIRED", false], [254, "index-1-variable:CMAKE_CURRENT_SOURCE_DIR", false], [256, "index-0-variable:PROJECT_SOURCE_DIR", false], [257, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [257, "index-0-variable:PROJECT_BINARY_DIR", false], [258, "index-0-variable:CMAKE_BUILD_TYPE", false], [258, "index-0-variable:CMAKE_DEBUG_POSTFIX", false], [259, "index-0-variable:CPACK_GENERATOR", false], [259, "index-0-variable:CPACK_SOURCE_GENERATOR", false], [260, "index-0-variable:BUILD_SHARED_LIBS", false], [260, "index-1-variable:BUILD_SHARED_LIBS", false], [262, "index-0-variable:BUILD_SHARED_LIBS", false], [262, "index-0-variable:CMAKE_BUILD_TYPE", false], [262, "index-0-variable:CMAKE_EXPORT_BUILD_DATABASE", false], [262, "index-0-variable:CMAKE_EXPORT_COMPILE_COMMANDS", false], [262, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [262, "index-0-variable:CMAKE_MAKE_PROGRAM", false], [262, "index-0-variable:CMAKE_MODULE_PATH", false], [262, "index-0-variable:CMAKE_PREFIX_PATH", false], [262, "index-0-variable:CMAKE_STAGING_PREFIX", false], [262, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [262, "index-1-variable:CMAKE_BUILD_TYPE", false], [262, "index-1-variable:CMAKE_INSTALL_PREFIX", false], [262, "index-1-variable:CMAKE_MAKE_PROGRAM", false], [262, "index-2-variable:CMAKE_BUILD_TYPE", false], [262, "index-2-variable:CMAKE_INSTALL_PREFIX", false], [262, "index-2-variable:CMAKE_MAKE_PROGRAM", false], [262, "index-3-variable:CMAKE_MAKE_PROGRAM", false], [262, "index-4-variable:CMAKE_MAKE_PROGRAM", false], [263, "index-0-variable:CMAKE_FIND_PACKAGE_REDIRECTS_DIR", false], [263, "index-0-variable:CMAKE_MODULE_PATH", false], [263, "index-0-variable:CMAKE_PREFIX_PATH", false], [263, "index-0-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [263, "index-0-variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE", false], [263, "index-1-variable:CMAKE_MODULE_PATH", false], [263, "index-1-variable:CMAKE_PREFIX_PATH", false], [263, "index-1-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [263, "index-2-variable:CMAKE_MODULE_PATH", false], [263, "index-2-variable:CMAKE_PREFIX_PATH", false], [263, "index-3-variable:CMAKE_PREFIX_PATH", false], [265, "index-0-variable:CMAKE_BINARY_DIR", false], [265, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [265, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [265, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [265, "index-0-variable:CMAKE_SOURCE_DIR", false], [265, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [266, "index-0-variable:BUILD_SHARED_LIBS", false], [266, "index-0-variable:CMAKE__FLAGS_", false], [266, "index-0-variable:CMAKE_BUILD_TYPE", false], [266, "index-0-variable:CMAKE_CONFIGURATION_TYPES", false], [266, "index-0-variable:CMAKE_DEBUG_TARGET_PROPERTIES", false], [266, "index-0-variable:CMAKE_INCLUDE_CURRENT_DIR", false], [266, "index-0-variable:CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE", false], [266, "index-1-variable:CMAKE_BUILD_TYPE", false], [266, "index-1-variable:CMAKE_CONFIGURATION_TYPES", false], [266, "index-1-variable:CMAKE_INCLUDE_CURRENT_DIR", false], [266, "index-1-variable:CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE", false], [266, "index-2-variable:CMAKE_BUILD_TYPE", false], [266, "index-2-variable:CMAKE_CONFIGURATION_TYPES", false], [266, "index-3-variable:CMAKE_BUILD_TYPE", false], [266, "index-3-variable:CMAKE_CONFIGURATION_TYPES", false], [266, "index-4-variable:CMAKE_BUILD_TYPE", false], [268, "index-0-variable:CMAKE__COMPILER_ID", false], [268, "index-0-variable:CMAKE__EXTENSIONS_DEFAULT", false], [268, "index-0-variable:CMAKE__FLAGS", false], [268, "index-0-variable:CMAKE__FLAGS_", false], [268, "index-0-variable:CMAKE__STANDARD", false], [268, "index-0-variable:CMAKE_CUDA_COMPILE_FEATURES", false], [268, "index-0-variable:CMAKE_CXX_COMPILE_FEATURES", false], [268, "index-0-variable:CMAKE_CXX_STANDARD", false], [268, "index-0-variable:CMAKE_C_COMPILE_FEATURES", false], [268, "index-1-variable:CMAKE__COMPILER_ID", false], [268, "index-2-variable:CMAKE__COMPILER_ID", false], [268, "index-3-variable:CMAKE__COMPILER_ID", false], [268, "index-4-variable:CMAKE__COMPILER_ID", false], [269, "index-0-variable:CMAKE_TRY_COMPILE_PLATFORM_VARIABLES", false], [270, "index-0-variable:CMAKE_CXX_COMPILER_IMPORT_STD", false], [270, "index-0-variable:CMAKE_CXX_SCAN_FOR_MODULES", false], [273, "index-0-variable:CMAKE__COMPILER", false], [273, "index-0-variable:CMAKE__COMPILER_ID", false], [273, "index-0-variable:CMAKE__COMPILER_TARGET", false], [273, "index-0-variable:CMAKE__COMPILER_VERSION", false], [273, "index-0-variable:CMAKE__IMPLICIT_INCLUDE_DIRECTORIES", false], [273, "index-0-variable:CMAKE__IMPLICIT_LINK_DIRECTORIES", false], [273, "index-0-variable:CMAKE__IMPLICIT_LINK_FRAMEWORK_DIRECTORIES", false], [273, "index-0-variable:CMAKE__IMPLICIT_LINK_LIBRARIES", false], [273, "index-0-variable:CMAKE__SOURCE_FILE_EXTENSIONS", false], [273, "index-0-variable:CMAKE_BUILD_TYPE", false], [273, "index-0-variable:CMAKE_CONFIGURATION_TYPES", false], [273, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [273, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [273, "index-0-variable:CMAKE_ROOT", false], [273, "index-0-variable:CMAKE_SYSROOT", false], [273, "index-0-variable:CMAKE_SYSROOT_COMPILE", false], [273, "index-0-variable:CMAKE_SYSROOT_LINK", false], [273, "index-1-variable:CMAKE_SYSROOT", false], [274, "index-0-variable:CMAKE__COMPILER_FRONTEND_VARIANT", false], [274, "index-0-variable:CMAKE__COMPILER_ID", false], [274, "index-0-variable:CMAKE__COMPILER_VERSION", false], [274, "index-0-variable:CMAKE__LINK_GROUP_USING_", false], [274, "index-0-variable:CMAKE__LINK_GROUP_USING__SUPPORTED", false], [274, "index-0-variable:CMAKE__LINK_LIBRARY_USING_", false], [274, "index-0-variable:CMAKE__LINK_LIBRARY_USING__SUPPORTED", false], [274, "index-0-variable:CMAKE_LINK_GROUP_USING_", false], [274, "index-0-variable:CMAKE_LINK_GROUP_USING__SUPPORTED", false], [274, "index-0-variable:CMAKE_LINK_LIBRARY_USING_", false], [274, "index-0-variable:CMAKE_LINK_LIBRARY_USING__SUPPORTED", false], [274, "index-0-variable:CMAKE_SYSTEM_NAME", false], [274, "index-1-variable:CMAKE__COMPILER_VERSION", false], [274, "index-1-variable:CMAKE__LINK_GROUP_USING_", false], [274, "index-1-variable:CMAKE__LINK_GROUP_USING__SUPPORTED", false], [274, "index-1-variable:CMAKE__LINK_LIBRARY_USING_", false], [274, "index-1-variable:CMAKE__LINK_LIBRARY_USING__SUPPORTED", false], [274, "index-1-variable:CMAKE_LINK_GROUP_USING_", false], [274, "index-1-variable:CMAKE_LINK_GROUP_USING__SUPPORTED", false], [274, "index-1-variable:CMAKE_LINK_LIBRARY_USING_", false], [274, "index-1-variable:CMAKE_LINK_LIBRARY_USING__SUPPORTED", false], [274, "index-1-variable:CMAKE_SYSTEM_NAME", false], [277, "index-0-variable:CACHE", false], [277, "index-0-variable:CMAKE_MODULE_PATH", false], [277, "index-0-variable:ENV", false], [278, "index-0-variable:CMAKE_MODULE_PATH", false], [279, "index-0-variable:CMAKE_DISABLE_FIND_PACKAGE_", false], [279, "index-0-variable:CMAKE_EXPORT_NO_PACKAGE_REGISTRY", false], [279, "index-0-variable:CMAKE_EXPORT_PACKAGE_REGISTRY", false], [279, "index-0-variable:CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY", false], [279, "index-0-variable:CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY", false], [279, "index-0-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [279, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [279, "index-0-variable:CMAKE_PREFIX_PATH", false], [279, "index-0-variable:CMAKE_REQUIRE_FIND_PACKAGE_", false], [279, "index-1-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [279, "index-1-variable:CMAKE_INSTALL_PREFIX", false], [280, "index-0-variable:CMAKE_MINIMUM_REQUIRED_VERSION", false], [280, "index-0-variable:CMAKE_POLICY_DEFAULT_CMP", false], [281, "index-0-variable:CMAKE_HOST_SYSTEM_NAME", false], [281, "index-0-variable:CMAKE_SOURCE_DIR", false], [281, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [283, "index-0-variable:CMAKE_AUTOMOC", false], [283, "index-0-variable:CMAKE_AUTOMOC_MOC_OPTIONS", false], [283, "index-0-variable:CMAKE_AUTORCC", false], [283, "index-0-variable:CMAKE_AUTORCC_OPTIONS", false], [283, "index-0-variable:CMAKE_AUTOUIC", false], [283, "index-0-variable:CMAKE_AUTOUIC_OPTIONS", false], [283, "index-0-variable:CMAKE_DEBUG_TARGET_PROPERTIES", false], [283, "index-0-variable:CMAKE_GLOBAL_AUTOGEN_TARGET", false], [285, "index-0-variable:CMAKE__ANDROID_TOOLCHAIN_PREFIX", false], [285, "index-0-variable:CMAKE__ANDROID_TOOLCHAIN_SUFFIX", false], [285, "index-0-variable:CMAKE__COMPILER", false], [285, "index-0-variable:CMAKE__COMPILER_EXTERNAL_TOOLCHAIN", false], [285, "index-0-variable:CMAKE__COMPILER_ID", false], [285, "index-0-variable:CMAKE__COMPILER_TARGET", false], [285, "index-0-variable:CMAKE__COMPILER_VERSION", false], [285, "index-0-variable:CMAKE__FLAGS", false], [285, "index-0-variable:CMAKE_ADSP_ROOT", false], [285, "index-0-variable:CMAKE_ANDROID_API", false], [285, "index-0-variable:CMAKE_ANDROID_ARCH", false], [285, "index-0-variable:CMAKE_ANDROID_ARCH_ABI", false], [285, "index-0-variable:CMAKE_ANDROID_ARM_MODE", false], [285, "index-0-variable:CMAKE_ANDROID_ARM_NEON", false], [285, "index-0-variable:CMAKE_ANDROID_NDK", false], [285, "index-0-variable:CMAKE_ANDROID_NDK_DEPRECATED_HEADERS", false], [285, "index-0-variable:CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION", false], [285, "index-0-variable:CMAKE_ANDROID_NDK_VERSION", false], [285, "index-0-variable:CMAKE_ANDROID_STANDALONE_TOOLCHAIN", false], [285, "index-0-variable:CMAKE_ANDROID_STL_TYPE", false], [285, "index-0-variable:CMAKE_BINARY_DIR", false], [285, "index-0-variable:CMAKE_CROSSCOMPILING", false], [285, "index-0-variable:CMAKE_CURRENT_LIST_DIR", false], [285, "index-0-variable:CMAKE_FIND_ROOT_PATH", false], [285, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [285, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [285, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [285, "index-0-variable:CMAKE_IOS_INSTALL_COMBINED", false], [285, "index-0-variable:CMAKE_OSX_ARCHITECTURES", false], [285, "index-0-variable:CMAKE_OSX_DEPLOYMENT_TARGET", false], [285, "index-0-variable:CMAKE_OSX_SYSROOT", false], [285, "index-0-variable:CMAKE_SOURCE_DIR", false], [285, "index-0-variable:CMAKE_STAGING_PREFIX", false], [285, "index-0-variable:CMAKE_SYSROOT", false], [285, "index-0-variable:CMAKE_SYSTEM_NAME", false], [285, "index-0-variable:CMAKE_SYSTEM_PROCESSOR", false], [285, "index-0-variable:CMAKE_SYSTEM_VERSION", false], [285, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [285, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION", false], [285, "index-1-variable:CMAKE__ANDROID_TOOLCHAIN_PREFIX", false], [285, "index-1-variable:CMAKE__ANDROID_TOOLCHAIN_SUFFIX", false], [285, "index-1-variable:CMAKE__COMPILER", false], [285, "index-1-variable:CMAKE__COMPILER_ID", false], [285, "index-1-variable:CMAKE__COMPILER_TARGET", false], [285, "index-1-variable:CMAKE_ANDROID_ARCH_ABI", false], [285, "index-1-variable:CMAKE_ANDROID_ARM_MODE", false], [285, "index-1-variable:CMAKE_ANDROID_ARM_NEON", false], [285, "index-1-variable:CMAKE_ANDROID_NDK", false], [285, "index-1-variable:CMAKE_ANDROID_STANDALONE_TOOLCHAIN", false], [285, "index-1-variable:CMAKE_GENERATOR_TOOLSET", false], [285, "index-1-variable:CMAKE_IOS_INSTALL_COMBINED", false], [285, "index-1-variable:CMAKE_SYSROOT", false], [285, "index-1-variable:CMAKE_SYSTEM_NAME", false], [285, "index-1-variable:CMAKE_SYSTEM_PROCESSOR", false], [285, "index-1-variable:CMAKE_SYSTEM_VERSION", false], [285, "index-2-variable:CMAKE__COMPILER", false], [285, "index-2-variable:CMAKE_ANDROID_NDK", false], [285, "index-2-variable:CMAKE_ANDROID_STANDALONE_TOOLCHAIN", false], [285, "index-2-variable:CMAKE_SYSROOT", false], [285, "index-2-variable:CMAKE_SYSTEM_NAME", false], [285, "index-2-variable:CMAKE_SYSTEM_PROCESSOR", false], [285, "index-2-variable:CMAKE_SYSTEM_VERSION", false], [285, "index-3-variable:CMAKE_ANDROID_NDK", false], [285, "index-3-variable:CMAKE_ANDROID_STANDALONE_TOOLCHAIN", false], [285, "index-3-variable:CMAKE_SYSROOT", false], [285, "index-3-variable:CMAKE_SYSTEM_NAME", false], [285, "index-3-variable:CMAKE_SYSTEM_VERSION", false], [285, "index-4-variable:CMAKE_ANDROID_NDK", false], [285, "index-4-variable:CMAKE_ANDROID_STANDALONE_TOOLCHAIN", false], [285, "index-4-variable:CMAKE_SYSTEM_NAME", false], [285, "index-5-variable:CMAKE_SYSTEM_NAME", false], [285, "index-6-variable:CMAKE_SYSTEM_NAME", false], [285, "index-7-variable:CMAKE_SYSTEM_NAME", false], [287, "index-0-variable:CMAKE_ARGV0", false], [287, "index-0-variable:CMAKE_BINARY_DIR", false], [287, "index-0-variable:CMAKE_COMPILE_WARNING_AS_ERROR", false], [287, "index-0-variable:CMAKE_FIND_DEBUG_MODE", false], [287, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [287, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [287, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [287, "index-0-variable:CMAKE_MESSAGE_CONTEXT_SHOW", false], [287, "index-0-variable:CMAKE_MESSAGE_LOG_LEVEL", false], [287, "index-0-variable:CMAKE_SOURCE_DIR", false], [287, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [287, "index-0-variable:CMAKE_VERBOSE_MAKEFILE", false], [287, "index-1-variable:CMAKE_BINARY_DIR", false], [287, "index-1-variable:CMAKE_GENERATOR_PLATFORM", false], [287, "index-1-variable:CMAKE_INSTALL_PREFIX", false], [287, "index-1-variable:CMAKE_MESSAGE_CONTEXT_SHOW", false], [287, "index-1-variable:CMAKE_SOURCE_DIR", false], [289, "index-0-variable:CPACK_GENERATOR", false], [289, "index-0-variable:CPACK_PACKAGE_DIRECTORY", false], [289, "index-0-variable:CPACK_PACKAGE_NAME", false], [289, "index-0-variable:CPACK_PACKAGE_VENDOR", false], [289, "index-0-variable:CPACK_PACKAGE_VERSION", false], [289, "index-0-variable:CPACK_PACKAGE_VERSION_MAJOR", false], [289, "index-0-variable:CPACK_PACKAGE_VERSION_MINOR", false], [289, "index-0-variable:CPACK_PACKAGE_VERSION_PATCH", false], [289, "index-1-variable:CPACK_GENERATOR", false], [290, "index-0-variable:CMAKE_COMMAND", false], [290, "index-0-variable:CTEST_BINARY_DIRECTORY", false], [290, "index-0-variable:CTEST_BUILD_COMMAND", false], [290, "index-0-variable:CTEST_BUILD_NAME", false], [290, "index-0-variable:CTEST_BZR_COMMAND", false], [290, "index-0-variable:CTEST_BZR_UPDATE_OPTIONS", false], [290, "index-0-variable:CTEST_CONFIGURATION_TYPE", false], [290, "index-0-variable:CTEST_CONFIGURE_COMMAND", false], [290, "index-0-variable:CTEST_COVERAGE_COMMAND", false], [290, "index-0-variable:CTEST_COVERAGE_EXTRA_FLAGS", false], [290, "index-0-variable:CTEST_CURL_OPTIONS", false], [290, "index-0-variable:CTEST_CVS_COMMAND", false], [290, "index-0-variable:CTEST_CVS_UPDATE_OPTIONS", false], [290, "index-0-variable:CTEST_DROP_LOCATION", false], [290, "index-0-variable:CTEST_DROP_METHOD", false], [290, "index-0-variable:CTEST_DROP_SITE", false], [290, "index-0-variable:CTEST_DROP_SITE_CDASH", false], [290, "index-0-variable:CTEST_DROP_SITE_PASSWORD", false], [290, "index-0-variable:CTEST_DROP_SITE_USER", false], [290, "index-0-variable:CTEST_GIT_COMMAND", false], [290, "index-0-variable:CTEST_GIT_INIT_SUBMODULES", false], [290, "index-0-variable:CTEST_GIT_UPDATE_CUSTOM", false], [290, "index-0-variable:CTEST_GIT_UPDATE_OPTIONS", false], [290, "index-0-variable:CTEST_HG_COMMAND", false], [290, "index-0-variable:CTEST_HG_UPDATE_OPTIONS", false], [290, "index-0-variable:CTEST_LABELS_FOR_SUBPROJECTS", false], [290, "index-0-variable:CTEST_MEMORYCHECK_COMMAND", false], [290, "index-0-variable:CTEST_MEMORYCHECK_COMMAND_OPTIONS", false], [290, "index-0-variable:CTEST_MEMORYCHECK_SANITIZER_OPTIONS", false], [290, "index-0-variable:CTEST_MEMORYCHECK_SUPPRESSIONS_FILE", false], [290, "index-0-variable:CTEST_MEMORYCHECK_TYPE", false], [290, "index-0-variable:CTEST_NIGHTLY_START_TIME", false], [290, "index-0-variable:CTEST_P4_CLIENT", false], [290, "index-0-variable:CTEST_P4_COMMAND", false], [290, "index-0-variable:CTEST_P4_OPTIONS", false], [290, "index-0-variable:CTEST_P4_UPDATE_OPTIONS", false], [290, "index-0-variable:CTEST_RESOURCE_SPEC_FILE", false], [290, "index-0-variable:CTEST_SCP_COMMAND", false], [290, "index-0-variable:CTEST_SITE", false], [290, "index-0-variable:CTEST_SOURCE_DIRECTORY", false], [290, "index-0-variable:CTEST_SUBMIT_INACTIVITY_TIMEOUT", false], [290, "index-0-variable:CTEST_SUBMIT_URL", false], [290, "index-0-variable:CTEST_SVN_COMMAND", false], [290, "index-0-variable:CTEST_SVN_OPTIONS", false], [290, "index-0-variable:CTEST_SVN_UPDATE_OPTIONS", false], [290, "index-0-variable:CTEST_TEST_LOAD", false], [290, "index-0-variable:CTEST_TEST_TIMEOUT", false], [290, "index-0-variable:CTEST_TLS_VERIFY", false], [290, "index-0-variable:CTEST_TLS_VERSION", false], [290, "index-0-variable:CTEST_TRIGGER_SITE", false], [290, "index-0-variable:CTEST_UPDATE_COMMAND", false], [290, "index-0-variable:CTEST_UPDATE_OPTIONS", false], [290, "index-0-variable:CTEST_UPDATE_VERSION_ONLY", false], [290, "index-0-variable:CTEST_UPDATE_VERSION_OVERRIDE", false], [290, "index-0-variable:CTEST_USE_LAUNCHERS", false], [290, "index-0-variable:PROJECT_BINARY_DIR", false], [290, "index-0-variable:PROJECT_SOURCE_DIR", false], [290, "index-1-variable:CTEST_LABELS_FOR_SUBPROJECTS", false], [290, "index-1-variable:CTEST_RESOURCE_SPEC_FILE", false], [290, "index-1-variable:PROJECT_SOURCE_DIR", false], [290, "index-2-variable:CTEST_LABELS_FOR_SUBPROJECTS", false], [290, "index-2-variable:CTEST_RESOURCE_SPEC_FILE", false], [290, "index-3-variable:CTEST_RESOURCE_SPEC_FILE", false], [290, "index-4-variable:CTEST_RESOURCE_SPEC_FILE", false], [294, "index-0-variable:BUILD_SHARED_LIBS", false], [294, "index-0-variable:CMAKE_GNUtoMS", false], [297, "index-0-variable:CMAKE__COMPILER_VERSION", false], [302, "index-0-variable:CMAKE__COMPILER", false], [302, "index-0-variable:CMAKE__COMPILER_ID", false], [302, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [302, "index-1-variable:CMAKE__COMPILER", false], [302, "index-1-variable:CMAKE__COMPILER_ID", false], [302, "index-2-variable:CMAKE__COMPILER", false], [302, "index-2-variable:CMAKE__COMPILER_ID", false], [303, "index-0-variable:CMAKE_BINARY_DIR", false], [303, "index-0-variable:CMAKE_PROJECT_NAME", false], [303, "index-0-variable:CMAKE_SOURCE_DIR", false], [303, "variable:GRAPHVIZ_CUSTOM_TARGETS", true], [303, "variable:GRAPHVIZ_EXECUTABLES", true], [303, "variable:GRAPHVIZ_EXTERNAL_LIBS", true], [303, "variable:GRAPHVIZ_GENERATE_DEPENDERS", true], [303, "variable:GRAPHVIZ_GENERATE_PER_TARGET", true], [303, "variable:GRAPHVIZ_GRAPH_HEADER", true], [303, "variable:GRAPHVIZ_GRAPH_NAME", true], [303, "variable:GRAPHVIZ_IGNORE_TARGETS", true], [303, "variable:GRAPHVIZ_INTERFACE_LIBS", true], [303, "variable:GRAPHVIZ_MODULE_LIBS", true], [303, "variable:GRAPHVIZ_NODE_PREFIX", true], [303, "variable:GRAPHVIZ_OBJECT_LIBS", true], [303, "variable:GRAPHVIZ_SHARED_LIBS", true], [303, "variable:GRAPHVIZ_STATIC_LIBS", true], [303, "variable:GRAPHVIZ_UNKNOWN_LIBS", true], [304, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [304, "index-0-variable:CMAKE_OSX_ARCHITECTURES", false], [304, "index-0-variable:PROJECT_VERSION", false], [304, "index-1-variable:CMAKE_INSTALL_PREFIX", false], [304, "index-1-variable:CMAKE_OSX_ARCHITECTURES", false], [304, "index-2-variable:CMAKE_INSTALL_PREFIX", false], [304, "index-2-variable:CMAKE_OSX_ARCHITECTURES", false], [304, "index-3-variable:CMAKE_INSTALL_PREFIX", false], [310, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [310, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [310, "index-0-variable:CMAKE_GENERATOR", false], [310, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [310, "index-0-variable:CMAKE_PROJECT_DESCRIPTION", false], [310, "index-0-variable:CMAKE_PROJECT_HOMEPAGE_URL", false], [310, "index-0-variable:CMAKE_PROJECT_NAME", false], [310, "index-0-variable:CMAKE_PROJECT_VERSION_MAJOR", false], [310, "index-0-variable:CMAKE_PROJECT_VERSION_MINOR", false], [310, "index-0-variable:CMAKE_PROJECT_VERSION_PATCH", false], [310, "index-0-variable:CMAKE_SYSTEM_NAME", false], [310, "index-0-variable:CPACK_BINARY_", false], [310, "index-0-variable:CPACK_GENERATOR", false], [310, "index-0-variable:CPACK_INSTALL_SCRIPTS", false], [310, "index-0-variable:CPACK_PACKAGE_DESCRIPTION", false], [310, "index-0-variable:CPACK_PACKAGE_DESCRIPTION_FILE", false], [310, "index-0-variable:CPACK_PACKAGE_EXECUTABLES", false], [310, "index-0-variable:CPACK_PACKAGE_FILES", false], [310, "index-0-variable:CPACK_PACKAGE_VERSION_MAJOR", false], [310, "index-0-variable:CPACK_PACKAGE_VERSION_MINOR", false], [310, "index-0-variable:CPACK_PACKAGE_VERSION_PATCH", false], [310, "index-0-variable:CPACK_POST_BUILD_SCRIPTS", false], [310, "index-0-variable:CPACK_PRE_BUILD_SCRIPTS", false], [310, "index-0-variable:CPACK_PROJECT_CONFIG_FILE", false], [310, "index-0-variable:CPACK_SOURCE_IGNORE_FILES", false], [310, "index-1-variable:CPACK_GENERATOR", false], [310, "index-1-variable:CPACK_INSTALL_SCRIPTS", false], [310, "index-1-variable:CPACK_POST_BUILD_SCRIPTS", false], [310, "index-1-variable:CPACK_PRE_BUILD_SCRIPTS", false], [310, "index-1-variable:CPACK_PROJECT_CONFIG_FILE", false], [310, "index-2-variable:CPACK_GENERATOR", false], [310, "index-2-variable:CPACK_POST_BUILD_SCRIPTS", false], [310, "index-2-variable:CPACK_PROJECT_CONFIG_FILE", false], [310, "index-3-variable:CPACK_GENERATOR", false], [310, "index-3-variable:CPACK_PROJECT_CONFIG_FILE", false], [310, "index-4-variable:CPACK_GENERATOR", false], [310, "index-4-variable:CPACK_PROJECT_CONFIG_FILE", false], [310, "index-5-variable:CPACK_GENERATOR", false], [310, "index-6-variable:CPACK_GENERATOR", false], [310, "index-7-variable:CPACK_GENERATOR", false], [310, "index-8-variable:CPACK_GENERATOR", false], [310, "index-9-variable:CPACK_GENERATOR", false], [310, "variable:CPACK_BINARY_", true], [310, "variable:CPACK_CMAKE_GENERATOR", true], [310, "variable:CPACK_CREATE_DESKTOP_LINKS", true], [310, "variable:CPACK_GENERATOR", true], [310, "variable:CPACK_INSTALLED_DIRECTORIES", true], [310, "variable:CPACK_INSTALL_CMAKE_PROJECTS", true], [310, "variable:CPACK_INSTALL_COMMANDS", true], [310, "variable:CPACK_INSTALL_SCRIPTS", true], [310, "variable:CPACK_MONOLITHIC_INSTALL", true], [310, "variable:CPACK_OBJCOPY_EXECUTABLE", true], [310, "variable:CPACK_OBJDUMP_EXECUTABLE", true], [310, "variable:CPACK_OUTPUT_CONFIG_FILE", true], [310, "variable:CPACK_PACKAGE_CHECKSUM", true], [310, "variable:CPACK_PACKAGE_DESCRIPTION", true], [310, "variable:CPACK_PACKAGE_DESCRIPTION_FILE", true], [310, "variable:CPACK_PACKAGE_DESCRIPTION_SUMMARY", true], [310, "variable:CPACK_PACKAGE_DIRECTORY", true], [310, "variable:CPACK_PACKAGE_EXECUTABLES", true], [310, "variable:CPACK_PACKAGE_FILES", true], [310, "variable:CPACK_PACKAGE_FILE_NAME", true], [310, "variable:CPACK_PACKAGE_HOMEPAGE_URL", true], [310, "variable:CPACK_PACKAGE_ICON", true], [310, "variable:CPACK_PACKAGE_INSTALL_DIRECTORY", true], [310, "variable:CPACK_PACKAGE_INSTALL_REGISTRY_KEY", true], [310, "variable:CPACK_PACKAGE_NAME", true], [310, "variable:CPACK_PACKAGE_VENDOR", true], [310, "variable:CPACK_PACKAGE_VERSION", true], [310, "variable:CPACK_PACKAGE_VERSION_MAJOR", true], [310, "variable:CPACK_PACKAGE_VERSION_MINOR", true], [310, "variable:CPACK_PACKAGE_VERSION_PATCH", true], [310, "variable:CPACK_POST_BUILD_SCRIPTS", true], [310, "variable:CPACK_PRE_BUILD_SCRIPTS", true], [310, "variable:CPACK_PROJECT_CONFIG_FILE", true], [310, "variable:CPACK_READELF_EXECUTABLE", true], [310, "variable:CPACK_RESOURCE_FILE_LICENSE", true], [310, "variable:CPACK_RESOURCE_FILE_README", true], [310, "variable:CPACK_RESOURCE_FILE_WELCOME", true], [310, "variable:CPACK_SOURCE_GENERATOR", true], [310, "variable:CPACK_SOURCE_IGNORE_FILES", true], [310, "variable:CPACK_SOURCE_OUTPUT_CONFIG_FILE", true], [310, "variable:CPACK_SOURCE_PACKAGE_FILE_NAME", true], [310, "variable:CPACK_SOURCE_STRIP_FILES", true], [310, "variable:CPACK_STRIP_FILES", true], [310, "variable:CPACK_SYSTEM_NAME", true], [310, "variable:CPACK_THREADS", true], [310, "variable:CPACK_TOPLEVEL_TAG", true], [310, "variable:CPACK_VERBATIM_VARIABLES", true], [313, "variable:CPACK__COMPONENT_INSTALL", true], [313, "variable:CPACK_COMPONENTS_ALL", true], [313, "variable:CPACK_COMPONENTS_GROUPING", true], [313, "variable:CPACK_COMPONENT__DEPENDS", true], [313, "variable:CPACK_COMPONENT__DESCRIPTION", true], [313, "variable:CPACK_COMPONENT__DISABLED", true], [313, "variable:CPACK_COMPONENT__DISPLAY_NAME", true], [313, "variable:CPACK_COMPONENT__GROUP", true], [313, "variable:CPACK_COMPONENT__HIDDEN", true], [313, "variable:CPACK_COMPONENT__REQUIRED", true], [318, "index-0-variable:CPACK_IFW_PACKAGE_RESOURCES", false], [318, "index-0-variable:CPACK_IFW_REPOSITORIES_ALL", false], [318, "index-0-variable:CPACK_PACKAGE_VERSION", false], [318, "index-1-variable:CPACK_IFW_REPOSITORIES_ALL", false], [318, "index-1-variable:CPACK_PACKAGE_VERSION", false], [326, "index-0-variable:CTEST_USE_LAUNCHERS", false], [327, "index-0-variable:CTEST_BINARY_DIRECTORY", false], [327, "index-0-variable:CTEST_COVERAGE_COMMAND", false], [327, "index-0-variable:CTEST_CUSTOM_COVERAGE_EXCLUDE", false], [327, "index-0-variable:CTEST_EXTRA_COVERAGE_GLOB", false], [327, "index-0-variable:CTEST_SOURCE_DIRECTORY", false], [330, "index-0-variable:CMAKE__FLAGS", false], [330, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [331, "index-0-variable:CMAKE__FLAGS", false], [331, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [332, "index-0-variable:CMAKE__FLAGS", false], [333, "index-0-variable:CMAKE__FLAGS", false], [333, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [334, "index-0-variable:CMAKE__FLAGS", false], [334, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [335, "index-0-variable:CMAKE__FLAGS", false], [336, "index-0-variable:CMAKE__FLAGS", false], [337, "index-0-variable:CMAKE__FLAGS", false], [337, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [338, "index-0-variable:CMAKE__FLAGS", false], [338, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [340, "index-0-variable:CMAKE__FLAGS", false], [340, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [341, "index-0-variable:CMAKE__FLAGS", false], [342, "index-0-variable:CMAKE__FLAGS", false], [343, "index-0-variable:CMAKE__FLAGS", false], [343, "index-0-variable:CMAKE__FLAGS_", false], [344, "index-0-variable:CMAKE__FLAGS", false], [345, "index-0-variable:CMAKE__FLAGS", false], [346, "index-0-variable:CMAKE__FLAGS", false], [347, "index-0-variable:CMAKE__COMPILER", false], [347, "index-0-variable:CMAKE__HOST_COMPILER", false], [347, "index-0-variable:CMAKE_HIP_PLATFORM", false], [347, "index-1-variable:CMAKE__COMPILER", false], [347, "index-1-variable:CMAKE__HOST_COMPILER", false], [347, "index-2-variable:CMAKE__COMPILER", false], [347, "index-2-variable:CMAKE__HOST_COMPILER", false], [347, "index-3-variable:CMAKE__COMPILER", false], [348, "index-0-variable:CMAKE__FLAGS", false], [349, "index-0-variable:CMAKE__FLAGS", false], [350, "index-0-variable:CMAKE__FLAGS", false], [350, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [351, "index-0-variable:CMAKE__FLAGS", false], [351, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [352, "index-0-variable:CMAKE__FLAGS", false], [353, "index-0-variable:CMAKE__FLAGS", false], [353, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [354, "index-0-variable:CMAKE__FLAGS", false], [354, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [355, "index-0-variable:CMAKE__FLAGS", false], [357, "index-0-variable:CMAKE__FLAGS", false], [358, "index-0-variable:CMAKE__FLAGS", false], [358, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [359, "index-0-variable:CMAKE__FLAGS", false], [360, "index-0-variable:CMAKE__FLAGS", false], [361, "index-0-variable:CMAKE__FLAGS", false], [362, "index-0-variable:CMAKE__FLAGS", false], [362, "index-0-variable:CMAKE_OSX_ARCHITECTURES", false], [363, "index-0-variable:CMAKE__FLAGS", false], [367, "variable:ExternalData_BINARY_ROOT", true], [367, "variable:ExternalData_CUSTOM_ERROR", true], [367, "variable:ExternalData_CUSTOM_FILE", true], [367, "variable:ExternalData_CUSTOM_LOCATION", true], [367, "variable:ExternalData_CUSTOM_SCRIPT_", true], [367, "variable:ExternalData_LINK_CONTENT", true], [367, "variable:ExternalData_NO_SYMLINKS", true], [367, "variable:ExternalData_OBJECT_STORES", true], [367, "variable:ExternalData_SERIES_MATCH", true], [367, "variable:ExternalData_SERIES_PARSE", true], [367, "variable:ExternalData_SERIES_PARSE_NUMBER", true], [367, "variable:ExternalData_SERIES_PARSE_PREFIX", true], [367, "variable:ExternalData_SERIES_PARSE_SUFFIX", true], [367, "variable:ExternalData_SOURCE_ROOT", true], [367, "variable:ExternalData_TIMEOUT_ABSOLUTE", true], [367, "variable:ExternalData_TIMEOUT_INACTIVITY", true], [367, "variable:ExternalData_URL_ALGO__", true], [367, "variable:ExternalData_URL_TEMPLATES", true], [368, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [368, "index-0-variable:CMAKE_GENERATOR_INSTANCE", false], [368, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [368, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [368, "index-0-variable:CMAKE_NETRC", false], [368, "index-0-variable:CMAKE_NETRC_FILE", false], [368, "index-0-variable:CMAKE_TLS_CAINFO", false], [368, "index-0-variable:CMAKE_TLS_VERIFY", false], [368, "index-0-variable:CMAKE_TLS_VERSION", false], [368, "index-1-variable:CMAKE_CURRENT_BINARY_DIR", false], [368, "index-1-variable:CMAKE_TLS_VERIFY", false], [368, "index-1-variable:CMAKE_TLS_VERSION", false], [369, "index-0-variable:FeatureSummary__DESCRIPTION", false], [369, "index-0-variable:FeatureSummary_DEFAULT_PKG_TYPE", false], [369, "index-0-variable:FeatureSummary_PKG_TYPES", false], [369, "index-0-variable:FeatureSummary_REQUIRED_PKG_TYPES", false], [369, "index-1-variable:FeatureSummary_DEFAULT_PKG_TYPE", false], [369, "index-1-variable:FeatureSummary_PKG_TYPES", false], [369, "index-1-variable:FeatureSummary_REQUIRED_PKG_TYPES", false], [369, "index-2-variable:FeatureSummary_PKG_TYPES", false], [369, "index-2-variable:FeatureSummary_REQUIRED_PKG_TYPES", false], [369, "index-3-variable:FeatureSummary_PKG_TYPES", false], [369, "variable:FeatureSummary__DESCRIPTION", true], [369, "variable:FeatureSummary_DEFAULT_PKG_TYPE", true], [369, "variable:FeatureSummary_PKG_TYPES", true], [369, "variable:FeatureSummary_REQUIRED_PKG_TYPES", true], [370, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [370, "index-0-variable:CMAKE_EXPORT_FIND_PACKAGE_NAME", false], [370, "index-0-variable:CMAKE_FIND_PACKAGE_REDIRECTS_DIR", false], [370, "index-0-variable:CMAKE_FIND_PACKAGE_TARGETS_GLOBAL", false], [370, "index-0-variable:CMAKE_GENERATOR", false], [370, "index-0-variable:CMAKE_MAKE_PROGRAM", false], [370, "index-0-variable:CMAKE_MESSAGE_LOG_LEVEL", false], [370, "index-0-variable:CMAKE_NETRC", false], [370, "index-0-variable:CMAKE_NETRC_FILE", false], [370, "index-0-variable:CMAKE_PROJECT__INCLUDE", false], [370, "index-0-variable:CMAKE_PROJECT_INCLUDE", false], [370, "index-0-variable:CMAKE_TLS_CAINFO", false], [370, "index-0-variable:CMAKE_TLS_VERIFY", false], [370, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [370, "index-0-variable:CMAKE_VERIFY_INTERFACE_HEADER_SETS", false], [370, "index-0-variable:FETCHCONTENT_FULLY_DISCONNECTED", false], [370, "index-0-variable:FETCHCONTENT_QUIET", false], [370, "index-0-variable:FETCHCONTENT_SOURCE_DIR_", false], [370, "index-0-variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE", false], [370, "index-0-variable:FETCHCONTENT_UPDATES_DISCONNECTED", false], [370, "index-1-variable:CMAKE_CURRENT_BINARY_DIR", false], [370, "index-1-variable:CMAKE_FIND_PACKAGE_REDIRECTS_DIR", false], [370, "index-1-variable:CMAKE_FIND_PACKAGE_TARGETS_GLOBAL", false], [370, "index-1-variable:CMAKE_MESSAGE_LOG_LEVEL", false], [370, "index-1-variable:CMAKE_VERIFY_INTERFACE_HEADER_SETS", false], [370, "index-1-variable:FETCHCONTENT_FULLY_DISCONNECTED", false], [370, "index-1-variable:FETCHCONTENT_QUIET", false], [370, "index-1-variable:FETCHCONTENT_SOURCE_DIR_", false], [370, "index-1-variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE", false], [370, "index-1-variable:FETCHCONTENT_UPDATES_DISCONNECTED", false], [370, "index-2-variable:CMAKE_FIND_PACKAGE_REDIRECTS_DIR", false], [370, "index-2-variable:FETCHCONTENT_FULLY_DISCONNECTED", false], [370, "index-2-variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE", false], [370, "index-3-variable:CMAKE_FIND_PACKAGE_REDIRECTS_DIR", false], [370, "index-3-variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE", false], [370, "index-4-variable:CMAKE_FIND_PACKAGE_REDIRECTS_DIR", false], [370, "index-4-variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE", false], [370, "index-5-variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE", false], [370, "index-6-variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE", false], [370, "variable:FETCHCONTENT_BASE_DIR", true], [370, "variable:FETCHCONTENT_FULLY_DISCONNECTED", true], [370, "variable:FETCHCONTENT_QUIET", true], [370, "variable:FETCHCONTENT_SOURCE_DIR_", true], [370, "variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE", true], [370, "variable:FETCHCONTENT_UPDATES_DISCONNECTED", true], [370, "variable:FETCHCONTENT_UPDATES_DISCONNECTED_", true], [375, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [382, "index-0-variable:BUILD_SHARED_LIBS", false], [382, "index-0-variable:CMAKE__FLAGS", false], [382, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [382, "index-1-variable:CMAKE_CURRENT_BINARY_DIR", false], [383, "index-0-variable:CMAKE__COMPILER", false], [383, "index-1-variable:CMAKE__COMPILER", false], [394, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [394, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [394, "index-0-variable:PROJECT_DESCRIPTION", false], [394, "index-0-variable:PROJECT_NAME", false], [394, "index-0-variable:PROJECT_VERSION", false], [394, "variable:DOXYGEN_DOT_EXECUTABLE", true], [394, "variable:DOXYGEN_DOT_FOUND", true], [394, "variable:DOXYGEN_DOT_MULTI_TARGETS", true], [394, "variable:DOXYGEN_DOT_PATH", true], [394, "variable:DOXYGEN_EXCLUDE_PATTERNS", true], [394, "variable:DOXYGEN_EXECUTABLE", true], [394, "variable:DOXYGEN_FOUND", true], [394, "variable:DOXYGEN_GENERATE_LATEX", true], [394, "variable:DOXYGEN_HAVE_DOT", true], [394, "variable:DOXYGEN_INPUT", true], [394, "variable:DOXYGEN_OUTPUT_DIRECTORY", true], [394, "variable:DOXYGEN_PROJECT_BRIEF", true], [394, "variable:DOXYGEN_PROJECT_NAME", true], [394, "variable:DOXYGEN_PROJECT_NUMBER", true], [394, "variable:DOXYGEN_RECURSIVE", true], [394, "variable:DOXYGEN_SKIP_DOT", true], [394, "variable:DOXYGEN_VERSION", true], [394, "variable:DOXYGEN_WARN_FORMAT", true], [397, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [422, "variable:Iconv::Iconv", true], [422, "variable:Iconv_FOUND", true], [422, "variable:Iconv_INCLUDE_DIR", true], [422, "variable:Iconv_INCLUDE_DIRS", true], [422, "variable:Iconv_IS_BUILT_IN", true], [422, "variable:Iconv_LIBRARIES", true], [422, "variable:Iconv_LIBRARY", true], [422, "variable:Iconv_VERSION", true], [422, "variable:Iconv_VERSION_MAJOR", true], [422, "variable:Iconv_VERSION_MINOR", true], [425, "variable:Intl_FOUND", true], [425, "variable:Intl_INCLUDE_DIR", true], [425, "variable:Intl_INCLUDE_DIRS", true], [425, "variable:Intl_IS_BUILT_IN", true], [425, "variable:Intl_LIBRARIES", true], [425, "variable:Intl_LIBRARY", true], [425, "variable:Intl_VERSION", true], [425, "variable:Intl_VERSION_MAJOR", true], [425, "variable:Intl_VERSION_MINOR", true], [425, "variable:Intl_VERSION_PATCH", true], [447, "index-0-variable:_ROOT", false], [447, "index-0-variable:MATLAB_ADDITIONAL_VERSIONS", false], [447, "index-0-variable:MATLAB_FIND_DEBUG", false], [447, "index-0-variable:Matlab_ROOT_DIR", false], [447, "index-1-variable:MATLAB_ADDITIONAL_VERSIONS", false], [447, "index-1-variable:MATLAB_FIND_DEBUG", false], [447, "index-1-variable:Matlab_ROOT_DIR", false], [447, "index-2-variable:Matlab_ROOT_DIR", false], [447, "index-3-variable:Matlab_ROOT_DIR", false], [447, "variable:MATLAB_ADDITIONAL_VERSIONS", true], [447, "variable:MATLAB_FIND_DEBUG", true], [447, "variable:Matlab_ROOT_DIR", true], [450, "variable:ODBC::ODBC", true], [450, "variable:ODBC_CONFIG", true], [450, "variable:ODBC_FOUND", true], [450, "variable:ODBC_INCLUDE_DIR", true], [450, "variable:ODBC_INCLUDE_DIRS", true], [450, "variable:ODBC_LIBRARIES", true], [450, "variable:ODBC_LIBRARY", true], [452, "index-0-variable:CMAKE_FIND_FRAMEWORK", false], [458, "index-0-variable:CMAKE_MODULE_PATH", false], [458, "index-0-variable:CMAKE_PREFIX_PATH", false], [469, "index-0-variable:CMAKE_APPBUNDLE_PATH", false], [469, "index-0-variable:CMAKE_FRAMEWORK_PATH", false], [469, "index-0-variable:CMAKE_MINIMUM_REQUIRED_VERSION", false], [469, "index-0-variable:CMAKE_PREFIX_PATH", false], [469, "index-0-variable:PKG_CONFIG_USE_CMAKE_PREFIX_PATH", false], [469, "index-1-variable:CMAKE_APPBUNDLE_PATH", false], [469, "index-1-variable:CMAKE_FRAMEWORK_PATH", false], [469, "index-1-variable:CMAKE_PREFIX_PATH", false], [469, "variable:PKG_CONFIG_ARGN", true], [469, "variable:PKG_CONFIG_EXECUTABLE", true], [469, "variable:PKG_CONFIG_USE_CMAKE_PREFIX_PATH", true], [473, "index-0-variable:CMAKE_FIND_FRAMEWORK", false], [473, "index-1-variable:CMAKE_FIND_FRAMEWORK", false], [474, "index-0-variable:CMAKE_FIND_FRAMEWORK", false], [474, "index-1-variable:CMAKE_FIND_FRAMEWORK", false], [475, "index-0-variable:CMAKE_FIND_FRAMEWORK", false], [475, "index-1-variable:CMAKE_FIND_FRAMEWORK", false], [500, "variable:THREADS_PREFER_PTHREAD_FLAG", true], [507, "variable:XCTest_EXECUTABLE", true], [507, "variable:XCTest_FOUND", true], [507, "variable:XCTest_INCLUDE_DIRS", true], [507, "variable:XCTest_LIBRARIES", true], [535, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [535, "index-1-variable:CMAKE_INSTALL_PREFIX", false], [535, "index-2-variable:CMAKE_INSTALL_PREFIX", false], [535, "index-3-variable:CMAKE_INSTALL_PREFIX", false], [536, "index-0-variable:CMAKE__FLAGS", false], [536, "index-0-variable:CMAKE__VISIBILITY_PRESET", false], [536, "index-0-variable:CMAKE_VISIBILITY_INLINES_HIDDEN", false], [544, "index-0-variable:CMAKE__BYTE_ORDER", false], [551, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [551, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [551, "index-1-variable:CMAKE_CURRENT_BINARY_DIR", false], [551, "index-1-variable:CMAKE_CURRENT_SOURCE_DIR", false], [555, "index-0-variable:BUILD_SHARED_LIBS", false], [555, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [559, "index-0-variable:CMAKE__COMPILER_ID", false], [559, "index-0-variable:CMAKE_CXX_STANDARD", false], [559, "index-0-variable:CMAKE_MINIMUM_REQUIRED_VERSION", false], [577, "index-0-variable:CMAKE_MODULE_PATH", false], [577, "index-1-variable:CMAKE_MODULE_PATH", false], [585, "index-0-variable:CMAKE__COMPILER_ID", false], [585, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [585, "index-1-variable:CMAKE__COMPILER_ID", false], [596, "index-0-variable:CMAKE__COMPILER", false], [596, "index-0-variable:CMAKE_SYSTEM", false], [602, "index-0-variable:CMAKE_INSTALL_NAME_DIR", false], [604, "index-0-variable:CMAKE__COMPILER_ID", false], [607, "index-0-variable:CMAKE__COMPILER_ID", false], [607, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [607, "index-1-variable:CMAKE__COMPILER_ID", false], [608, "index-0-variable:PROJECT_NAME", false], [608, "index-0-variable:PROJECT_VERSION", false], [616, "index-0-variable:CMAKE__FLAGS", false], [616, "index-0-variable:CMAKE_EXE_LINKER_FLAGS", false], [616, "index-0-variable:CMAKE_POLICY_DEFAULT_CMP", false], [616, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [616, "index-1-variable:CMAKE_EXE_LINKER_FLAGS", false], [616, "index-2-variable:CMAKE_EXE_LINKER_FLAGS", false], [620, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [621, "index-0-variable:CTEST_BUILD_COMMAND", false], [625, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [626, "index-0-variable:CMAKE__FLAGS", false], [626, "index-0-variable:CMAKE__FLAGS_DEBUG", false], [626, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [626, "index-1-variable:CMAKE__FLAGS_DEBUG", false], [626, "index-2-variable:CMAKE__FLAGS_DEBUG", false], [627, "index-0-variable:CMAKE_CUDA_EXTENSIONS", false], [627, "index-0-variable:CMAKE_CUDA_STANDARD", false], [627, "index-0-variable:CMAKE_CUDA_STANDARD_REQUIRED", false], [627, "index-0-variable:CMAKE_CXX_EXTENSIONS", false], [627, "index-0-variable:CMAKE_CXX_STANDARD", false], [627, "index-0-variable:CMAKE_CXX_STANDARD_REQUIRED", false], [627, "index-0-variable:CMAKE_C_EXTENSIONS", false], [627, "index-0-variable:CMAKE_C_STANDARD", false], [627, "index-0-variable:CMAKE_C_STANDARD_REQUIRED", false], [627, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [628, "index-0-variable:CMAKE_SKIP_INSTALL_RPATH", false], [628, "index-0-variable:CMAKE_SKIP_RPATH", false], [628, "index-1-variable:CMAKE_SKIP_INSTALL_RPATH", false], [628, "index-1-variable:CMAKE_SKIP_RPATH", false], [629, "index-0-variable:CMAKE_INTERPROCEDURAL_OPTIMIZATION", false], [634, "index-0-variable:_ROOT", false], [636, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [637, "index-0-variable:CMAKE_POLICY_DEFAULT_CMP", false], [640, "index-0-variable:CMAKE_GENERATOR", false], [642, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [644, "index-0-variable:CMAKE_MODULE_PATH", false], [648, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [648, "index-1-variable:CMAKE_CURRENT_BINARY_DIR", false], [649, "index-0-variable:CMAKE__COMPILER_ID", false], [649, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [649, "index-1-variable:CMAKE__COMPILER_ID", false], [650, "index-0-variable:CMAKE_EXPORT_NO_PACKAGE_REGISTRY", false], [650, "index-0-variable:CMAKE_EXPORT_PACKAGE_REGISTRY", false], [650, "index-1-variable:CMAKE_EXPORT_NO_PACKAGE_REGISTRY", false], [650, "index-1-variable:CMAKE_EXPORT_PACKAGE_REGISTRY", false], [651, "index-0-variable:CMAKE__FLAGS_", false], [651, "index-0-variable:CMAKE_MSVC_RUNTIME_LIBRARY", false], [651, "index-1-variable:CMAKE__FLAGS_", false], [651, "index-1-variable:CMAKE_MSVC_RUNTIME_LIBRARY", false], [651, "index-2-variable:CMAKE__FLAGS_", false], [651, "index-3-variable:CMAKE__FLAGS_", false], [652, "index-0-variable:CMAKE__FLAGS", false], [652, "index-1-variable:CMAKE__FLAGS", false], [652, "index-2-variable:CMAKE__FLAGS", false], [652, "index-3-variable:CMAKE__FLAGS", false], [652, "index-4-variable:CMAKE__FLAGS", false], [652, "index-5-variable:CMAKE__FLAGS", false], [655, "index-0-variable:CMAKE_INSTALL_RPATH", false], [658, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [658, "index-1-variable:CMAKE_CURRENT_BINARY_DIR", false], [662, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [664, "index-0-variable:CMAKE__COMPILER_ID", false], [664, "index-0-variable:CMAKE_CUDA_ARCHITECTURES", false], [664, "index-1-variable:CMAKE__COMPILER_ID", false], [664, "index-1-variable:CMAKE_CUDA_ARCHITECTURES", false], [664, "index-2-variable:CMAKE__COMPILER_ID", false], [664, "index-2-variable:CMAKE_CUDA_ARCHITECTURES", false], [664, "index-3-variable:CMAKE_CUDA_ARCHITECTURES", false], [672, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [676, "index-0-variable:CMAKE_BINARY_DIR", false], [676, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [676, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [676, "index-1-variable:CMAKE_CURRENT_BINARY_DIR", false], [676, "index-2-variable:CMAKE_CURRENT_BINARY_DIR", false], [677, "index-0-variable:CMAKE__FLAGS", false], [677, "index-1-variable:CMAKE__FLAGS", false], [677, "index-2-variable:CMAKE__FLAGS", false], [677, "index-3-variable:CMAKE__FLAGS", false], [677, "index-4-variable:CMAKE__FLAGS", false], [677, "index-5-variable:CMAKE__FLAGS", false], [683, "index-0-variable:CMAKE_SYSTEM_PROCESSOR", false], [683, "index-1-variable:CMAKE_SYSTEM_PROCESSOR", false], [683, "index-2-variable:CMAKE_SYSTEM_PROCESSOR", false], [686, "index-0-variable:CMAKE_POLICY_DEFAULT_CMP", false], [686, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [688, "index-0-variable:CMAKE__EXTENSIONS", false], [688, "index-0-variable:CMAKE__EXTENSIONS_DEFAULT", false], [688, "index-0-variable:CMAKE__FLAGS_INIT", false], [688, "index-0-variable:CMAKE__STANDARD_DEFAULT", false], [688, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [688, "index-1-variable:CMAKE__EXTENSIONS", false], [688, "index-1-variable:CMAKE__EXTENSIONS_DEFAULT", false], [689, "index-0-variable:CMAKE__COMPILER_ID", false], [689, "index-0-variable:CMAKE__COMPILER_VERSION", false], [689, "index-0-variable:CMAKE__SIMULATE_ID", false], [689, "index-0-variable:CMAKE__SIMULATE_VERSION", false], [689, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [689, "index-1-variable:CMAKE__COMPILER_ID", false], [693, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [693, "index-0-variable:CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE", false], [693, "index-0-variable:CPACK_RESOURCE_FILE_LICENSE", false], [693, "index-1-variable:CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE", false], [693, "index-2-variable:CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE", false], [694, "index-0-variable:CMAKE_SIZEOF_VOID_P", false], [694, "index-1-variable:CMAKE_SIZEOF_VOID_P", false], [694, "index-2-variable:CMAKE_SIZEOF_VOID_P", false], [696, "index-0-variable:CMAKE__FLAGS_", false], [696, "index-0-variable:CMAKE_WATCOM_RUNTIME_LIBRARY", false], [696, "index-1-variable:CMAKE__FLAGS_", false], [696, "index-1-variable:CMAKE_WATCOM_RUNTIME_LIBRARY", false], [696, "index-2-variable:CMAKE__FLAGS_", false], [696, "index-3-variable:CMAKE__FLAGS_", false], [697, "index-0-variable:CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES", false], [697, "index-0-variable:CMAKE_TRY_COMPILE_PLATFORM_VARIABLES", false], [698, "index-0-variable:CMAKE__FLAGS", false], [698, "index-0-variable:CMAKE__FLAGS_", false], [698, "index-1-variable:CMAKE__FLAGS", false], [698, "index-1-variable:CMAKE__FLAGS_", false], [701, "index-0-variable:CMAKE__FLAGS_", false], [701, "index-0-variable:CMAKE_MSVC_DEBUG_INFORMATION_FORMAT", false], [701, "index-1-variable:CMAKE__FLAGS_", false], [701, "index-1-variable:CMAKE_MSVC_DEBUG_INFORMATION_FORMAT", false], [701, "index-2-variable:CMAKE__FLAGS_", false], [701, "index-3-variable:CMAKE__FLAGS_", false], [704, "index-0-variable:_ROOT", false], [704, "index-0-variable:_ROOT", false], [709, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [709, "index-0-variable:CMAKE_HOST_SYSTEM_VERSION", false], [709, "index-0-variable:CMAKE_SYSTEM_VERSION", false], [709, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION", false], [709, "index-1-variable:CMAKE_SYSTEM_VERSION", false], [709, "index-2-variable:CMAKE_SYSTEM_VERSION", false], [709, "index-3-variable:CMAKE_SYSTEM_VERSION", false], [709, "index-4-variable:CMAKE_SYSTEM_VERSION", false], [710, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [711, "index-0-variable:CMAKE_AUTOGEN_USE_SYSTEM_INCLUDE", false], [715, "index-0-variable:CMAKE_CXX_SCAN_FOR_MODULES", false], [717, "index-0-variable:CMAKE_Swift_COMPILATION_MODE", false], [717, "index-1-variable:CMAKE_Swift_COMPILATION_MODE", false], [718, "index-0-variable:CMAKE_CROSSCOMPILING", false], [718, "index-0-variable:CMAKE_CROSSCOMPILING_EMULATOR", false], [718, "index-0-variable:CMAKE_TEST_LAUNCHER", false], [718, "index-1-variable:CMAKE_CROSSCOMPILING", false], [718, "index-1-variable:CMAKE_CROSSCOMPILING_EMULATOR", false], [718, "index-2-variable:CMAKE_CROSSCOMPILING", false], [719, "index-0-variable:CMAKE_MATCH_", false], [719, "index-1-variable:CMAKE_MATCH_", false], [719, "index-2-variable:CMAKE_MATCH_", false], [719, "index-3-variable:CMAKE_MATCH_", false], [721, "index-0-variable:CPACK_BINARY_", false], [721, "index-0-variable:CPACK_PRODUCTBUILD_DOMAINS", false], [721, "index-1-variable:CPACK_PRODUCTBUILD_DOMAINS", false], [721, "index-2-variable:CPACK_PRODUCTBUILD_DOMAINS", false], [721, "index-3-variable:CPACK_PRODUCTBUILD_DOMAINS", false], [721, "index-4-variable:CPACK_PRODUCTBUILD_DOMAINS", false], [721, "index-5-variable:CPACK_PRODUCTBUILD_DOMAINS", false], [721, "index-6-variable:CPACK_PRODUCTBUILD_DOMAINS", false], [722, "index-0-variable:CMAKE_VS_USE_DEBUG_LIBRARIES", false], [728, "index-0-variable:CMAKE_MESSAGE_LOG_LEVEL", false], [728, "index-0-variable:CMAKE_POLICY_DEFAULT_CMP", false], [728, "index-0-variable:FETCHCONTENT_QUIET", false], [728, "index-1-variable:FETCHCONTENT_QUIET", false], [732, "index-0-variable:CMAKE_POLICY_WARNING_CMP", false], [732, "index-0-variable:CPACK_WIX_INSTALL_SCOPE", false], [732, "index-0-variable:CPACK_WIX_VERSION", false], [732, "index-1-variable:CPACK_WIX_INSTALL_SCOPE", false], [732, "index-2-variable:CPACK_WIX_INSTALL_SCOPE", false], [732, "index-3-variable:CPACK_WIX_INSTALL_SCOPE", false], [732, "index-4-variable:CPACK_WIX_INSTALL_SCOPE", false], [740, "index-0-variable:_BINARY_DIR", false], [740, "index-0-variable:_IS_TOP_LEVEL", false], [740, "index-0-variable:_SOURCE_DIR", false], [765, "index-0-variable:CMAKE_DIRECTORY_LABELS", false], [771, "index-0-variable:CMAKE__COMPILER_LAUNCHER", false], [773, "index-0-variable:CMAKE__LINKER_LAUNCHER", false], [791, "index-0-variable:CMAKE_CUDA_COMPILE_FEATURES", false], [792, "index-0-variable:CMAKE_CXX_COMPILE_FEATURES", false], [793, "index-0-variable:CMAKE_C_COMPILE_FEATURES", false], [794, "index-0-variable:CMAKE_HIP_COMPILE_FEATURES", false], [802, "index-0-variable:CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX", false], [803, "index-0-variable:CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX", false], [804, "index-0-variable:CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX", false], [806, "index-0-variable:CMAKE_BUILD_TYPE", false], [806, "index-0-variable:CMAKE_CONFIGURATION_TYPES", false], [811, "index-0-variable:CMAKE_JOB_POOLS", false], [811, "index-0-variable:CMAKE_JOB_POOL_COMPILE", false], [811, "index-0-variable:CMAKE_JOB_POOL_LINK", false], [815, "index-0-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [815, "index-1-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [817, "index-0-variable:CMAKE__COMPILER_LAUNCHER", false], [819, "index-0-variable:CMAKE__LINKER_LAUNCHER", false], [820, "index-0-variable:CMAKE_RULE_MESSAGES", false], [909, "index-0-variable:CTEST_TEST_TIMEOUT", false], [910, "index-0-variable:CTEST_TEST_TIMEOUT", false], [912, "index-0-variable:CTEST_TEST_TIMEOUT", false], [914, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [916, "index-0-variable:CMAKE_AIX_EXPORT_ALL_SYMBOLS", false], [917, "index-0-variable:CMAKE_AIX_SHARED_LIBRARY_ARCHIVE", false], [920, "index-0-variable:CMAKE_ANDROID_ANT_ADDITIONAL_OPTIONS", false], [921, "index-0-variable:CMAKE_ANDROID_API", false], [922, "index-0-variable:CMAKE_ANDROID_API_MIN", false], [923, "index-0-variable:CMAKE_ANDROID_ARCH", false], [924, "index-0-variable:CMAKE_ANDROID_ASSETS_DIRECTORIES", false], [925, "index-0-variable:CMAKE_ANDROID_GUI", false], [926, "index-0-variable:CMAKE_ANDROID_JAR_DEPENDENCIES", false], [927, "index-0-variable:CMAKE_ANDROID_JAR_DIRECTORIES", false], [928, "index-0-variable:CMAKE_ANDROID_JAVA_SOURCE_DIR", false], [929, "index-0-variable:CMAKE_ANDROID_NATIVE_LIB_DEPENDENCIES", false], [930, "index-0-variable:CMAKE_ANDROID_NATIVE_LIB_DIRECTORIES", false], [931, "index-0-variable:CMAKE_ANDROID_PROCESS_MAX", false], [932, "index-0-variable:CMAKE_ANDROID_PROGUARD", false], [933, "index-0-variable:CMAKE_ANDROID_PROGUARD_CONFIG_PATH", false], [934, "index-0-variable:CMAKE_ANDROID_SECURE_PROPS_PATH", false], [935, "index-0-variable:CMAKE_ANDROID_SKIP_ANT_STEP", false], [936, "index-0-variable:CMAKE_ANDROID_STL_TYPE", false], [937, "index-0-variable:CMAKE_ARCHIVE_OUTPUT_DIRECTORY", false], [937, "index-1-variable:CMAKE_ARCHIVE_OUTPUT_DIRECTORY", false], [938, "index-0-variable:CMAKE_ARCHIVE_OUTPUT_DIRECTORY_", false], [941, "index-0-variable:CMAKE_AUTOGEN_BETTER_GRAPH_MULTI_CONFIG", false], [942, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [943, "index-0-variable:CMAKE_AUTOGEN_COMMAND_LINE_LENGTH_MAX", false], [944, "index-0-variable:CMAKE_AUTOGEN_ORIGIN_DEPENDS", false], [944, "index-0-variable:CMAKE_GLOBAL_AUTOGEN_TARGET", false], [945, "index-0-variable:CMAKE_AUTOGEN_PARALLEL", false], [947, "index-0-variable:CMAKE_AUTOGEN_USE_SYSTEM_INCLUDE", false], [948, "index-0-variable:CMAKE_AUTOMOC", false], [948, "index-0-variable:CMAKE_GLOBAL_AUTOGEN_TARGET", false], [949, "index-0-variable:CMAKE__COMPILER_PREDEFINES_COMMAND", false], [949, "index-0-variable:CMAKE_AUTOMOC_COMPILER_PREDEFINES", false], [949, "index-1-variable:CMAKE__COMPILER_PREDEFINES_COMMAND", false], [950, "index-0-variable:CMAKE_AUTOMOC_DEPEND_FILTERS", false], [950, "index-0-variable:CMAKE_AUTOMOC_MACRO_NAMES", false], [950, "index-1-variable:CMAKE_AUTOMOC_DEPEND_FILTERS", false], [950, "index-2-variable:CMAKE_AUTOMOC_DEPEND_FILTERS", false], [952, "index-0-variable:CMAKE_AUTOMOC_MACRO_NAMES", false], [953, "index-0-variable:CMAKE_AUTOMOC_MOC_OPTIONS", false], [954, "index-0-variable:CMAKE_AUTOMOC_PATH_PREFIX", false], [955, "index-0-variable:CMAKE_AUTORCC", false], [955, "index-0-variable:CMAKE_GLOBAL_AUTORCC_TARGET", false], [957, "index-0-variable:CMAKE_AUTORCC_OPTIONS", false], [958, "index-0-variable:CMAKE_AUTOUIC", false], [958, "index-0-variable:CMAKE_GLOBAL_AUTOGEN_TARGET", false], [960, "index-0-variable:CMAKE_AUTOUIC_OPTIONS", false], [961, "index-0-variable:CMAKE_AUTOUIC_SEARCH_PATHS", false], [962, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [963, "index-0-variable:CMAKE_BUILD_RPATH", false], [963, "index-0-variable:CMAKE_SKIP_RPATH", false], [964, "index-0-variable:CMAKE_BUILD_RPATH_USE_ORIGIN", false], [964, "index-0-variable:CMAKE_SKIP_RPATH", false], [965, "index-0-variable:CMAKE_BUILD_WITH_INSTALL_NAME_DIR", false], [966, "index-0-variable:CMAKE_BUILD_WITH_INSTALL_RPATH", false], [976, "index-0-variable:CMAKE_CUDA_COMPILE_FEATURES", false], [976, "index-0-variable:CMAKE_CXX_COMPILE_FEATURES", false], [976, "index-0-variable:CMAKE_C_COMPILE_FEATURES", false], [978, "index-0-variable:CMAKE__FLAGS", false], [978, "index-0-variable:CMAKE__FLAGS_", false], [981, "index-0-variable:CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY", false], [982, "index-0-variable:CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_", false], [983, "index-0-variable:CMAKE__COMPILER_ID", false], [983, "index-0-variable:CMAKE_COMPILE_WARNING_AS_ERROR", false], [985, "index-0-variable:CMAKE__POSTFIX", false], [986, "index-0-variable:CMAKE_CROSSCOMPILING_EMULATOR", false], [987, "index-0-variable:CMAKE_CUDA_ARCHITECTURES", false], [989, "index-0-variable:CMAKE__EXTENSIONS_DEFAULT", false], [989, "index-0-variable:CMAKE_CUDA_EXTENSIONS", false], [993, "index-0-variable:CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS", false], [993, "index-1-variable:CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS", false], [995, "index-0-variable:CMAKE_CUDA_SEPARABLE_COMPILATION", false], [996, "index-0-variable:CMAKE_CUDA_STANDARD", false], [997, "index-0-variable:CMAKE_CUDA_STANDARD_REQUIRED", false], [998, "index-0-variable:CMAKE__EXTENSIONS_DEFAULT", false], [998, "index-0-variable:CMAKE_CXX_EXTENSIONS", false], [1005, "index-0-variable:CMAKE_CXX_SCAN_FOR_MODULES", false], [1006, "index-0-variable:CMAKE_CXX_STANDARD", false], [1007, "index-0-variable:CMAKE_CXX_STANDARD_REQUIRED", false], [1008, "index-0-variable:CMAKE__EXTENSIONS_DEFAULT", false], [1008, "index-0-variable:CMAKE_C_EXTENSIONS", false], [1009, "index-0-variable:CMAKE_C_STANDARD", false], [1010, "index-0-variable:CMAKE_C_STANDARD_REQUIRED", false], [1016, "index-0-variable:CMAKE_DISABLE_PRECOMPILE_HEADERS", false], [1017, "index-0-variable:CMAKE_PLATFORM_NO_VERSIONED_SONAME", false], [1017, "index-0-variable:WIN32", false], [1018, "index-0-variable:CMAKE_DOTNET_SDK", false], [1019, "index-0-variable:CMAKE_DOTNET_TARGET_FRAMEWORK", false], [1020, "index-0-variable:CMAKE_DOTNET_TARGET_FRAMEWORK", false], [1020, "index-0-variable:CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION", false], [1021, "index-0-variable:CMAKE_ENABLE_EXPORTS", false], [1021, "index-0-variable:CMAKE_EXECUTABLE_ENABLE_EXPORTS", false], [1021, "index-0-variable:CMAKE_SHARED_LIBRARY_ENABLE_EXPORTS", false], [1021, "index-0-variable:CMAKE_XCODE_ATTRIBUTE_", false], [1021, "index-1-variable:CMAKE_EXECUTABLE_ENABLE_EXPORTS", false], [1025, "index-0-variable:CMAKE_EXPORT_BUILD_DATABASE", false], [1026, "index-0-variable:CMAKE_EXPORT_COMPILE_COMMANDS", false], [1027, "index-0-variable:CMAKE_EXPORT_FIND_PACKAGE_NAME", false], [1032, "index-0-variable:CMAKE_FOLDER", false], [1033, "index-0-variable:CMAKE_FRAMEWORK", false], [1034, "index-0-variable:CMAKE_CONFIGURATION_TYPES", false], [1034, "index-0-variable:CMAKE_FRAMEWORK_MULTI_CONFIG_POSTFIX_", false], [1037, "index-0-variable:CMAKE_Fortran_FORMAT", false], [1038, "index-0-variable:CMAKE_Fortran_MODULE_DIRECTORY", false], [1039, "index-0-variable:CMAKE_Fortran_PREPROCESS", false], [1042, "index-0-variable:CMAKE_GHS_NO_SOURCE_GROUP_FILE", false], [1050, "index-0-variable:CMAKE_HIP_ARCHITECTURES", false], [1050, "index-0-variable:CMAKE_HIP_PLATFORM", false], [1051, "index-0-variable:CMAKE__EXTENSIONS_DEFAULT", false], [1051, "index-0-variable:CMAKE_HIP_EXTENSIONS", false], [1052, "index-0-variable:CMAKE_HIP_STANDARD", false], [1053, "index-0-variable:CMAKE_HIP_STANDARD_REQUIRED", false], [1081, "index-0-variable:CMAKE_OSX_ARCHITECTURES", false], [1088, "index-0-variable:CMAKE_INSTALL_NAME_DIR", false], [1089, "index-0-variable:CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH", false], [1090, "index-0-variable:CMAKE_INSTALL_RPATH", false], [1090, "index-0-variable:CMAKE_NO_BUILTIN_CHRPATH", false], [1090, "index-0-variable:CMAKE_SKIP_RPATH", false], [1091, "index-0-variable:CMAKE_INSTALL_RPATH_USE_LINK_PATH", false], [1111, "index-0-variable:CMAKE_INTERPROCEDURAL_OPTIMIZATION", false], [1112, "index-0-variable:CMAKE_INTERPROCEDURAL_OPTIMIZATION_", false], [1113, "index-0-variable:CMAKE_OSX_SYSROOT", false], [1114, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [1114, "index-0-variable:CMAKE_ISPC_HEADER_DIRECTORY", false], [1115, "index-0-variable:CMAKE_ISPC_HEADER_SUFFIX", false], [1116, "index-0-variable:CMAKE_ISPC_INSTRUCTION_SETS", false], [1117, "index-0-variable:CMAKE_JOB_POOL_COMPILE", false], [1118, "index-0-variable:CMAKE_JOB_POOL_LINK", false], [1119, "index-0-variable:CMAKE_JOB_POOL_PRECOMPILE_HEADER", false], [1119, "index-1-variable:CMAKE_JOB_POOL_PRECOMPILE_HEADER", false], [1121, "index-0-variable:CMAKE__CLANG_TIDY", false], [1122, "index-0-variable:CMAKE__CLANG_TIDY_EXPORT_FIXES_DIR", false], [1123, "index-0-variable:CMAKE__COMPILER_LAUNCHER", false], [1124, "index-0-variable:CMAKE__CPPCHECK", false], [1125, "index-0-variable:CMAKE__CPPLINT", false], [1126, "index-0-variable:CMAKE__EXTENSIONS", false], [1126, "index-0-variable:CMAKE__EXTENSIONS_DEFAULT", false], [1127, "index-0-variable:CMAKE__INCLUDE_WHAT_YOU_USE", false], [1128, "index-0-variable:CMAKE__LINKER_LAUNCHER", false], [1129, "index-0-variable:CMAKE__STANDARD", false], [1130, "index-0-variable:CMAKE__STANDARD_REQUIRED", false], [1131, "index-0-variable:CMAKE__VISIBILITY_PRESET", false], [1132, "index-0-variable:CMAKE_LIBRARY_OUTPUT_DIRECTORY", false], [1132, "index-1-variable:CMAKE_LIBRARY_OUTPUT_DIRECTORY", false], [1133, "index-0-variable:CMAKE_LIBRARY_OUTPUT_DIRECTORY_", false], [1136, "index-0-variable:CMAKE__LINKER_PREFERENCE", false], [1137, "index-0-variable:CMAKE__USING_LINKER_", false], [1137, "index-0-variable:CMAKE_LINKER_TYPE", false], [1139, "index-0-variable:CMAKE_LINK_DEPENDS_NO_SHARED", false], [1143, "index-0-variable:CMAKE_LINK_INTERFACE_LIBRARIES", false], [1147, "index-0-variable:CMAKE_LINK_LIBRARIES_STRATEGY", false], [1148, "index-0-variable:CMAKE_LINK_LIBRARIES_ONLY_TARGETS", false], [1149, "index-0-variable:CMAKE_LINK_LIBRARIES_STRATEGY", false], [1150, "index-0-variable:CMAKE__LINK_LIBRARY_USING_", false], [1150, "index-0-variable:CMAKE_LINK_LIBRARY_USING_", false], [1151, "index-0-variable:CMAKE__LINK_LIBRARY_USING_", false], [1151, "index-0-variable:CMAKE_LINK_LIBRARY_USING_", false], [1152, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG", false], [1152, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG_SEP", false], [1153, "index-0-variable:CMAKE_LINK_SEARCH_END_STATIC", false], [1154, "index-0-variable:CMAKE_LINK_SEARCH_START_STATIC", false], [1155, "index-0-variable:CMAKE__LINK_WHAT_YOU_USE_FLAG", false], [1155, "index-0-variable:CMAKE_LINK_WHAT_YOU_USE", false], [1155, "index-0-variable:CMAKE_LINK_WHAT_YOU_USE_CHECK", false], [1160, "index-0-variable:CMAKE_MACOSX_BUNDLE", false], [1161, "index-0-variable:CMAKE_MODULE_PATH", false], [1162, "index-0-variable:CMAKE_MODULE_PATH", false], [1163, "index-0-variable:CMAKE_MACOSX_RPATH", false], [1165, "index-0-variable:CMAKE_MAP_IMPORTED_CONFIG_", false], [1166, "index-0-variable:CMAKE_MSVC_DEBUG_INFORMATION_FORMAT", false], [1167, "index-0-variable:CMAKE_MSVC_RUNTIME_LIBRARY", false], [1170, "index-0-variable:CMAKE_NO_SYSTEM_FROM_IMPORTED", false], [1171, "index-0-variable:CMAKE__EXTENSIONS_DEFAULT", false], [1171, "index-0-variable:CMAKE_OBJCXX_EXTENSIONS", false], [1172, "index-0-variable:CMAKE_OBJCXX_STANDARD", false], [1173, "index-0-variable:CMAKE_OBJCXX_STANDARD_REQUIRED", false], [1174, "index-0-variable:CMAKE__EXTENSIONS_DEFAULT", false], [1174, "index-0-variable:CMAKE_OBJC_EXTENSIONS", false], [1175, "index-0-variable:CMAKE_OBJC_STANDARD", false], [1176, "index-0-variable:CMAKE_OBJC_STANDARD_REQUIRED", false], [1177, "index-0-variable:CMAKE_OPTIMIZE_DEPENDENCIES", false], [1178, "index-0-variable:CMAKE_OSX_ARCHITECTURES", false], [1182, "index-0-variable:CMAKE_PCH_INSTANTIATE_TEMPLATES", false], [1183, "index-0-variable:CMAKE_PCH_WARN_INVALID", false], [1186, "index-0-variable:CMAKE_PDB_OUTPUT_DIRECTORY", false], [1187, "index-0-variable:CMAKE_PDB_OUTPUT_DIRECTORY_", false], [1188, "index-0-variable:CMAKE_POSITION_INDEPENDENT_CODE", false], [1198, "index-0-variable:CMAKE__COMPILER_LAUNCHER", false], [1200, "index-0-variable:CMAKE__LINKER_LAUNCHER", false], [1201, "index-0-variable:CMAKE_RUNTIME_OUTPUT_DIRECTORY", false], [1201, "index-1-variable:CMAKE_RUNTIME_OUTPUT_DIRECTORY", false], [1202, "index-0-variable:CMAKE_RUNTIME_OUTPUT_DIRECTORY_", false], [1205, "index-0-variable:CMAKE_SKIP_BUILD_RPATH", false], [1207, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [1214, "index-0-variable:CMAKE_Swift_COMPILATION_MODE", false], [1216, "index-0-variable:CMAKE_Swift_LANGUAGE_VERSION", false], [1217, "index-0-variable:CMAKE_Swift_MODULE_DIRECTORY", false], [1219, "index-0-variable:CMAKE__COMPILER_LAUNCHER", false], [1219, "index-0-variable:CMAKE_TEST_LAUNCHER", false], [1223, "index-0-variable:CMAKE_UNITY_BUILD", false], [1223, "index-1-variable:CMAKE_UNITY_BUILD", false], [1223, "index-2-variable:CMAKE_UNITY_BUILD", false], [1224, "index-0-variable:CMAKE_UNITY_BUILD_BATCH_SIZE", false], [1229, "index-0-variable:CMAKE_VERIFY_INTERFACE_HEADER_SETS", false], [1231, "index-0-variable:CMAKE_VISIBILITY_INLINES_HIDDEN", false], [1233, "index-0-variable:CMAKE_VS_DEBUGGER_COMMAND", false], [1234, "index-0-variable:CMAKE_VS_DEBUGGER_COMMAND_ARGUMENTS", false], [1235, "index-0-variable:CMAKE_VS_DEBUGGER_ENVIRONMENT", false], [1236, "index-0-variable:CMAKE_VS_DEBUGGER_WORKING_DIRECTORY", false], [1237, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION", false], [1252, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION", false], [1254, "index-0-variable:CMAKE_VS_JUST_MY_CODE_DEBUGGING", false], [1256, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION", false], [1257, "index-0-variable:CMAKE_VS_NO_COMPILE_BATCHING", false], [1270, "index-0-variable:CMAKE_VS_USE_DEBUG_LIBRARIES", false], [1271, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION", false], [1271, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION", false], [1276, "index-0-variable:CMAKE_MFC_FLAG", false], [1276, "index-0-variable:CMAKE_WIN32_EXECUTABLE", false], [1277, "index-0-variable:CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS", false], [1278, "index-0-variable:CMAKE_XCODE_ATTRIBUTE_", false], [1281, "index-0-variable:CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY", false], [1286, "index-0-variable:CMAKE_XCODE_GENERATE_SCHEME", false], [1287, "index-0-variable:CMAKE_XCODE_LINK_BUILD_PHASE_MODE", false], [1289, "index-0-variable:CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER", false], [1290, "index-0-variable:CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN", false], [1293, "index-0-variable:CMAKE_XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING", false], [1294, "index-0-variable:CMAKE_XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER", false], [1295, "index-0-variable:CMAKE_XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS", false], [1296, "index-0-variable:CMAKE_XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE", false], [1297, "index-0-variable:CMAKE_XCODE_SCHEME_ENABLE_GPU_API_VALIDATION", false], [1298, "index-0-variable:CMAKE_XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE", false], [1299, "index-0-variable:CMAKE_XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION", false], [1302, "index-0-variable:CMAKE_XCODE_SCHEME_GUARD_MALLOC", false], [1303, "index-0-variable:CMAKE_XCODE_SCHEME_LAUNCH_CONFIGURATION", false], [1304, "index-0-variable:CMAKE_XCODE_SCHEME_LAUNCH_MODE", false], [1305, "index-0-variable:CMAKE_XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP", false], [1306, "index-0-variable:CMAKE_XCODE_SCHEME_MALLOC_GUARD_EDGES", false], [1307, "index-0-variable:CMAKE_XCODE_SCHEME_MALLOC_SCRIBBLE", false], [1308, "index-0-variable:CMAKE_XCODE_SCHEME_MALLOC_STACK", false], [1309, "index-0-variable:CMAKE_XCODE_SCHEME_THREAD_SANITIZER", false], [1310, "index-0-variable:CMAKE_XCODE_SCHEME_THREAD_SANITIZER_STOP", false], [1311, "index-0-variable:CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER", false], [1312, "index-0-variable:CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP", false], [1313, "index-0-variable:CMAKE_XCODE_SCHEME_WORKING_DIRECTORY", false], [1314, "index-0-variable:CMAKE_XCODE_SCHEME_ZOMBIE_OBJECTS", false], [1315, "index-0-variable:CMAKE_XCODE_XCCONFIG", false], [1317, "index-0-variable:CMAKE__COMPILER", false], [1317, "index-0-variable:CMAKE__COMPILER_ID", false], [1317, "index-0-variable:CMAKE__COMPILER_TARGET", false], [1317, "index-0-variable:CMAKE_ERROR_DEPRECATED", false], [1317, "index-0-variable:CMAKE_FIND_NO_INSTALL_PREFIX", false], [1317, "index-0-variable:CMAKE_HOST_SYSTEM_PROCESSOR", false], [1317, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1317, "index-0-variable:CMAKE_MAKE_PROGRAM", false], [1317, "index-0-variable:CMAKE_MAP_IMPORTED_CONFIG_", false], [1317, "index-0-variable:CMAKE_STAGING_PREFIX", false], [1317, "index-0-variable:CMAKE_SYSROOT", false], [1317, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [1317, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1317, "index-0-variable:CMAKE_VERSION", false], [1317, "index-0-variable:CMAKE_WARN_DEPRECATED", false], [1317, "index-1-variable:CMAKE__COMPILER_ID", false], [1317, "index-1-variable:CMAKE_INSTALL_PREFIX", false], [1318, "index-0-variable:CMAKE__COMPILER_ID", false], [1318, "index-0-variable:CMAKE__COMPILER_VERSION", false], [1318, "index-0-variable:CMAKE_CXX_EXTENSIONS", false], [1318, "index-0-variable:CMAKE_CXX_STANDARD", false], [1318, "index-0-variable:CMAKE_C_EXTENSIONS", false], [1318, "index-0-variable:CMAKE_C_STANDARD", false], [1318, "index-0-variable:CMAKE_DEBUG_TARGET_PROPERTIES", false], [1318, "index-0-variable:CMAKE_EXPORT_NO_PACKAGE_REGISTRY", false], [1318, "index-0-variable:CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY", false], [1318, "index-0-variable:CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY", false], [1318, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [1318, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1318, "index-0-variable:CMAKE_INSTALL_MESSAGE", false], [1318, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1318, "index-0-variable:CMAKE_SYSTEM_NAME", false], [1318, "index-0-variable:CMAKE_SYSTEM_VERSION", false], [1318, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1318, "index-0-variable:CMAKE_VERSION", false], [1318, "index-0-variable:CPACK_DEBIAN_COMPRESSION_TYPE", false], [1318, "index-0-variable:CTEST_MEMORYCHECK_SANITIZER_OPTIONS", false], [1318, "index-1-variable:CMAKE__COMPILER_VERSION", false], [1318, "index-1-variable:CMAKE_SYSTEM_NAME", false], [1318, "index-1-variable:CMAKE_TOOLCHAIN_FILE", false], [1318, "index-2-variable:CMAKE_TOOLCHAIN_FILE", false], [1319, "index-0-variable:CMAKE__COMPILER_LAUNCHER", false], [1319, "index-0-variable:CMAKE__CPPCHECK", false], [1319, "index-0-variable:CMAKE_AUTOMOC_COMPILER_PREDEFINES", false], [1319, "index-0-variable:CMAKE_AUTOMOC_MACRO_NAMES", false], [1319, "index-0-variable:CMAKE_CODEBLOCKS_EXCLUDE_EXTERNAL_FILES", false], [1319, "index-0-variable:CMAKE_DIRECTORY_LABELS", false], [1319, "index-0-variable:CPACK_DEBIAN_PACKAGE_EPOCH", false], [1319, "index-0-variable:CPACK_DEBIAN_PACKAGE_RELEASE", false], [1319, "index-0-variable:CPACK_IFW_PACKAGE_FILE_EXTENSION", false], [1319, "index-0-variable:CPACK_IFW_REPOSITORIES_DIRECTORIES", false], [1319, "index-0-variable:CPACK_RPM_PACKAGE_EPOCH", false], [1319, "index-0-variable:CTEST_LABELS_FOR_SUBPROJECTS", false], [1320, "index-0-variable:CMAKE__COMPILER_LAUNCHER", false], [1320, "index-0-variable:CMAKE_AUTOGEN_PARALLEL", false], [1320, "index-0-variable:CMAKE_CODEBLOCKS_COMPILER_ID", false], [1320, "index-0-variable:CMAKE_CUDA_SEPARABLE_COMPILATION", false], [1320, "index-0-variable:CMAKE_GENERATOR_INSTANCE", false], [1320, "index-0-variable:CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS", false], [1320, "index-0-variable:CMAKE_JOB_POOLS", false], [1320, "index-0-variable:CMAKE_NETRC", false], [1320, "index-0-variable:CMAKE_NETRC_FILE", false], [1320, "index-0-variable:CMAKE_OSX_DEPLOYMENT_TARGET", false], [1320, "index-0-variable:CMAKE_OSX_SYSROOT", false], [1320, "index-0-variable:CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY", false], [1320, "index-0-variable:CPACK_IFW_PACKAGE_REMOVE_TARGET_DIR", false], [1320, "index-0-variable:CPACK_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS", false], [1320, "index-0-variable:CPACK_RPM_INSTALL_WITH_EXEC", false], [1320, "index-0-variable:CTEST_RUN_CURRENT_SCRIPT", false], [1320, "index-1-variable:CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS", false], [1320, "index-1-variable:CTEST_RUN_CURRENT_SCRIPT", false], [1321, "index-0-variable:_HOMEPAGE_URL", false], [1321, "index-0-variable:_ROOT", false], [1321, "index-0-variable:CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION", false], [1321, "index-0-variable:CMAKE_FOLDER", false], [1321, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1321, "index-0-variable:CMAKE_PROJECT_HOMEPAGE_URL", false], [1321, "index-0-variable:CMAKE_PROJECT_VERSION", false], [1321, "index-0-variable:CMAKE_PROJECT_VERSION_MAJOR", false], [1321, "index-0-variable:CMAKE_PROJECT_VERSION_MINOR", false], [1321, "index-0-variable:CMAKE_PROJECT_VERSION_PATCH", false], [1321, "index-0-variable:CMAKE_PROJECT_VERSION_TWEAK", false], [1321, "index-0-variable:CMAKE_SUPPRESS_REGENERATION", false], [1321, "index-0-variable:CMAKE_VS_SDK_EXCLUDE_DIRECTORIES", false], [1321, "index-0-variable:CMAKE_VS_SDK_EXECUTABLE_DIRECTORIES", false], [1321, "index-0-variable:CMAKE_VS_SDK_INCLUDE_DIRECTORIES", false], [1321, "index-0-variable:CMAKE_VS_SDK_LIBRARY_DIRECTORIES", false], [1321, "index-0-variable:CMAKE_VS_SDK_LIBRARY_WINRT_DIRECTORIES", false], [1321, "index-0-variable:CMAKE_VS_SDK_REFERENCE_DIRECTORIES", false], [1321, "index-0-variable:CMAKE_VS_SDK_SOURCE_DIRECTORIES", false], [1321, "index-0-variable:MSVC_TOOLSET_VERSION", false], [1321, "index-0-variable:MSVC_VERSION", false], [1321, "index-0-variable:PROJECT_HOMEPAGE_URL", false], [1321, "index-1-variable:CMAKE_PROJECT_VERSION_MAJOR", false], [1321, "index-1-variable:CMAKE_PROJECT_VERSION_MINOR", false], [1321, "index-1-variable:CMAKE_PROJECT_VERSION_PATCH", false], [1322, "index-0-variable:CMAKE_AUTOGEN_VERBOSE", false], [1322, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [1322, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1322, "index-0-variable:CMAKE_VS_GLOBALS", false], [1322, "index-0-variable:CMAKE_XCODE_GENERATE_SCHEME", false], [1323, "index-0-variable:CMAKE__CPPCHECK", false], [1323, "index-0-variable:CMAKE_AUTOGEN_ORIGIN_DEPENDS", false], [1323, "index-0-variable:CMAKE_BUILD_RPATH_USE_ORIGIN", false], [1323, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [1323, "index-0-variable:CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS", false], [1323, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [1323, "index-0-variable:CMAKE_GHS_NO_SOURCE_GROUP_FILE", false], [1323, "index-0-variable:CMAKE_GLOBAL_AUTOGEN_TARGET", false], [1323, "index-0-variable:CMAKE_GLOBAL_AUTOGEN_TARGET_NAME", false], [1323, "index-0-variable:CMAKE_GLOBAL_AUTORCC_TARGET", false], [1323, "index-0-variable:CMAKE_GLOBAL_AUTORCC_TARGET_NAME", false], [1323, "index-0-variable:CMAKE_MAXIMUM_RECURSION_DEPTH", false], [1323, "index-0-variable:CMAKE_VS_PLATFORM_NAME_DEFAULT", false], [1323, "index-0-variable:CPACK_DEBIAN_ARCHIVE_TYPE", false], [1323, "index-0-variable:CTEST_SUBMIT_URL", false], [1323, "index-1-variable:CMAKE_GENERATOR_PLATFORM", false], [1323, "index-1-variable:CMAKE_VS_PLATFORM_NAME_DEFAULT", false], [1324, "index-0-variable:CMAKE__COMPILER_ID", false], [1324, "index-0-variable:CMAKE__FLAGS", false], [1324, "index-0-variable:CMAKE_AUTOMOC_RELAXED_MODE", false], [1324, "index-0-variable:CMAKE_CROSSCOMPILING_EMULATOR", false], [1324, "index-0-variable:CMAKE_CXX_STANDARD", false], [1324, "index-0-variable:CMAKE_EXECUTE_PROCESS_COMMAND_ECHO", false], [1324, "index-0-variable:CMAKE_EXPORT_PACKAGE_REGISTRY", false], [1324, "index-0-variable:CMAKE_FIND_PACKAGE_PREFER_CONFIG", false], [1324, "index-0-variable:CMAKE_FRAMEWORK", false], [1324, "index-0-variable:CMAKE_MSVC_RUNTIME_LIBRARY", false], [1324, "index-0-variable:CMAKE_PROJECT_INCLUDE", false], [1324, "index-0-variable:CMAKE_PROJECT_INCLUDE_BEFORE", false], [1324, "index-0-variable:CMAKE_VS_JUST_MY_CODE_DEBUGGING", false], [1324, "index-0-variable:CMAKE_XCODE_GENERATE_SCHEME", false], [1324, "index-0-variable:CPACK_IFW_PACKAGE_STYLE_SHEET", false], [1324, "index-0-variable:CTEST_UPDATE_VERSION_OVERRIDE", false], [1324, "index-1-variable:CMAKE_FIND_PACKAGE_PREFER_CONFIG", false], [1325, "index-0-variable:_ROOT", false], [1325, "index-0-variable:CMAKE_AUTOMOC_PATH_PREFIX", false], [1325, "index-0-variable:CMAKE_BINARY_DIR", false], [1325, "index-0-variable:CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS", false], [1325, "index-0-variable:CMAKE_ECLIPSE_RESOURCE_ENCODING", false], [1325, "index-0-variable:CMAKE_EXE_LINKER_FLAGS", false], [1325, "index-0-variable:CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY", false], [1325, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [1325, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [1325, "index-0-variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", false], [1325, "index-0-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [1325, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [1325, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [1325, "index-0-variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", false], [1325, "index-0-variable:CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH", false], [1325, "index-0-variable:CMAKE_MESSAGE_INDENT", false], [1325, "index-0-variable:CMAKE_MODULE_LINKER_FLAGS", false], [1325, "index-0-variable:CMAKE_SHARED_LINKER_FLAGS", false], [1325, "index-0-variable:CMAKE_SOURCE_DIR", false], [1325, "index-0-variable:CMAKE_UNITY_BUILD", false], [1325, "index-0-variable:CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS", false], [1325, "index-0-variable:CPACK_DEBIAN__DESCRIPTION", false], [1325, "index-0-variable:CPACK_INSTALL_SCRIPTS", false], [1325, "index-0-variable:CPACK_PACKAGE_DESCRIPTION_FILE", false], [1325, "index-1-variable:CMAKE_AUTOMOC_PATH_PREFIX", false], [1325, "index-1-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [1326, "index-0-variable:CMAKE__COMPILER_LAUNCHER", false], [1326, "index-0-variable:CMAKE_AIX_EXPORT_ALL_SYMBOLS", false], [1326, "index-0-variable:CMAKE_AUTOMOC_PATH_PREFIX", false], [1326, "index-0-variable:CMAKE_CTEST_ARGUMENTS", false], [1326, "index-0-variable:CMAKE_CUDA_RUNTIME_LIBRARY", false], [1326, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [1326, "index-0-variable:CMAKE_CURRENT_FUNCTION", false], [1326, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_DIR", false], [1326, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_FILE", false], [1326, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_LINE", false], [1326, "index-0-variable:CMAKE_DOTNET_TARGET_FRAMEWORK", false], [1326, "index-0-variable:CMAKE_EXPORT_COMPILE_COMMANDS", false], [1326, "index-0-variable:CMAKE_FIND_DEBUG_MODE", false], [1326, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1326, "index-0-variable:CMAKE_MESSAGE_CONTEXT", false], [1326, "index-0-variable:CMAKE_MESSAGE_CONTEXT_SHOW", false], [1326, "index-0-variable:CMAKE_MESSAGE_LOG_LEVEL", false], [1326, "index-0-variable:CMAKE_VS_GLOBALS", false], [1326, "index-0-variable:CMAKE_XCODE_SCHEME_ENVIRONMENT", false], [1326, "index-0-variable:CMAKE_XCODE_SCHEME_WORKING_DIRECTORY", false], [1326, "index-0-variable:CPACK_DMG__FILE_NAME", false], [1326, "index-0-variable:CPACK_DMG_SLA_DIR", false], [1326, "index-0-variable:CPACK_NSIS_FINISH_TITLE", false], [1326, "index-0-variable:CPACK_NSIS_FINISH_TITLE_3LINES", false], [1326, "index-0-variable:CPACK_NSIS_MUI_HEADERIMAGE", false], [1326, "index-0-variable:CPACK_NSIS_UNINSTALL_NAME", false], [1326, "index-0-variable:CPACK_NSIS_WELCOME_TITLE", false], [1326, "index-0-variable:CPACK_NSIS_WELCOME_TITLE_3LINES", false], [1326, "index-0-variable:CPACK_PACKAGE_ICON", false], [1326, "index-0-variable:CPACK_PRODUCTBUILD_BACKGROUND", false], [1326, "index-0-variable:CTEST_CONFIGURATION_TYPE", false], [1327, "index-0-variable:CMAKE__COMPILER_ID", false], [1327, "index-0-variable:CMAKE_AUTOMOC_PATH_PREFIX", false], [1327, "index-0-variable:CMAKE_CUDA_ARCHITECTURES", false], [1327, "index-0-variable:CMAKE_FRAMEWORK_MULTI_CONFIG_POSTFIX_", false], [1327, "index-0-variable:CMAKE_OSX_ARCHITECTURES", false], [1327, "index-0-variable:CMAKE_PCH_WARN_INVALID", false], [1327, "index-0-variable:CPACK_ARCHIVE_THREADS", false], [1327, "index-0-variable:CPACK_NSIS_MANIFEST_DPI_AWARE", false], [1327, "index-0-variable:CPACK_RPM_POST_TRANS_SCRIPT_FILE", false], [1327, "index-0-variable:CPACK_RPM_PRE_TRANS_SCRIPT_FILE", false], [1327, "index-0-variable:CTEST_RESOURCE_SPEC_FILE", false], [1327, "index-1-variable:CMAKE_CUDA_ARCHITECTURES", false], [1328, "index-0-variable:CMAKE__COMPILER", false], [1328, "index-0-variable:CMAKE__FLAGS", false], [1328, "index-0-variable:CMAKE__FLAGS_INIT", false], [1328, "index-0-variable:CMAKE_APPLE_SILICON_PROCESSOR", false], [1328, "index-0-variable:CMAKE_CLANG_VFS_OVERLAY", false], [1328, "index-0-variable:CMAKE_CUDA_ARCHITECTURES", false], [1328, "index-0-variable:CMAKE_CUDA_HOST_COMPILER", false], [1328, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [1328, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1328, "index-0-variable:CMAKE_HOST_SYSTEM_PROCESSOR", false], [1328, "index-0-variable:CMAKE_ISPC_HEADER_SUFFIX", false], [1328, "index-0-variable:CMAKE_MFC_FLAG", false], [1328, "index-0-variable:CMAKE_OPTIMIZE_DEPENDENCIES", false], [1328, "index-0-variable:CMAKE_OSX_ARCHITECTURES", false], [1328, "index-0-variable:CMAKE_OSX_SYSROOT", false], [1328, "index-0-variable:CMAKE_PCH_INSTANTIATE_TEMPLATES", false], [1328, "index-0-variable:CMAKE_SYSTEM_NAME", false], [1328, "index-0-variable:CMAKE_VS_PLATFORM_TOOLSET_VERSION", false], [1328, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM", false], [1328, "index-0-variable:CMAKE_XCODE_BUILD_SYSTEM", false], [1328, "index-0-variable:CMAKE_XCODE_LINK_BUILD_PHASE_MODE", false], [1328, "index-0-variable:CPACK_EXTERNAL_BUILT_PACKAGES", false], [1328, "index-0-variable:CPACK_PACKAGE_FILES", false], [1328, "index-0-variable:CPACK_POST_BUILD_SCRIPTS", false], [1328, "index-0-variable:CPACK_PRE_BUILD_SCRIPTS", false], [1328, "index-0-variable:CPACK_WIX_CUSTOM_XMLNS", false], [1328, "index-1-variable:CMAKE_APPLE_SILICON_PROCESSOR", false], [1328, "index-1-variable:CMAKE_HOST_SYSTEM_PROCESSOR", false], [1328, "index-1-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM", false], [1329, "index-0-variable:CMAKE_EXE_LINKER_FLAGS", false], [1329, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1329, "index-0-variable:CMAKE_MAKE_PROGRAM", false], [1329, "index-0-variable:CMAKE_MATCH_COUNT", false], [1329, "index-0-variable:CPACK_PACKAGING_INSTALL_PREFIX", false], [1329, "index-0-variable:CPACK_RPM__PACKAGE_PREFIX", false], [1329, "index-0-variable:CPACK_RPM__PACKAGE_DESCRIPTION", false], [1329, "index-0-variable:CPACK_RPM__PACKAGE_SUMMARY", false], [1329, "index-0-variable:CPACK_RPM_PACKAGE_REQUIRES_POST", false], [1329, "index-0-variable:CPACK_RPM_PACKAGE_REQUIRES_POSTUN", false], [1329, "index-0-variable:CPACK_RPM_PACKAGE_REQUIRES_PRE", false], [1329, "index-0-variable:CPACK_RPM_PACKAGE_REQUIRES_PREUN", false], [1329, "index-0-variable:CPACK_RPM_RELOCATION_PATHS", false], [1330, "index-0-variable:CMAKE__BYTE_ORDER", false], [1330, "index-0-variable:CMAKE__CLANG_TIDY", false], [1330, "index-0-variable:CMAKE__FLAGS", false], [1330, "index-0-variable:CMAKE_ANDROID_NDK_VERSION", false], [1330, "index-0-variable:CMAKE_ARCHIVE_OUTPUT_DIRECTORY", false], [1330, "index-0-variable:CMAKE_BUILD_TYPE", false], [1330, "index-0-variable:CMAKE_CUDA_ARCHITECTURES", false], [1330, "index-0-variable:CMAKE_EXPORT_COMPILE_COMMANDS", false], [1330, "index-0-variable:CMAKE_LIBRARY_OUTPUT_DIRECTORY", false], [1330, "index-0-variable:CMAKE_RUNTIME_OUTPUT_DIRECTORY", false], [1330, "index-0-variable:CPACK_DEBIAN_PACKAGE_SHLIBDEPS_PRIVATE_DIRS", false], [1330, "index-0-variable:CPACK_IFW_PACKAGE_WIZARD_SHOW_PAGE_LIST", false], [1330, "index-0-variable:CPACK_NSIS_BRANDING_TEXT", false], [1330, "index-0-variable:CPACK_NSIS_BRANDING_TEXT_TRIM_POSITION", false], [1330, "index-0-variable:CPACK_NUGET__PACKAGE_ICON", false], [1330, "index-0-variable:CPACK_NUGET__PACKAGE_ICONURL", false], [1330, "index-0-variable:CPACK_NUGET__PACKAGE_LANGUAGE", false], [1330, "index-0-variable:CPACK_NUGET__PACKAGE_LICENSEURL", false], [1330, "index-0-variable:CPACK_NUGET__PACKAGE_LICENSE_EXPRESSION", false], [1330, "index-0-variable:CPACK_NUGET__PACKAGE_LICENSE_FILE_NAME", false], [1330, "index-0-variable:CPACK_NUGET_PACKAGE_ICON", false], [1330, "index-0-variable:CPACK_NUGET_PACKAGE_ICONURL", false], [1330, "index-0-variable:CPACK_NUGET_PACKAGE_LANGUAGE", false], [1330, "index-0-variable:CPACK_NUGET_PACKAGE_LICENSEURL", false], [1330, "index-0-variable:CPACK_NUGET_PACKAGE_LICENSE_EXPRESSION", false], [1330, "index-0-variable:CPACK_NUGET_PACKAGE_LICENSE_FILE_NAME", false], [1330, "index-0-variable:CPACK_RESOURCE_FILE_LICENSE", false], [1330, "index-0-variable:CPACK_THREADS", false], [1330, "index-1-variable:CMAKE__BYTE_ORDER", false], [1331, "index-0-variable:_IS_TOP_LEVEL", false], [1331, "index-0-variable:CMAKE__LINKER_LAUNCHER", false], [1331, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [1331, "index-0-variable:CMAKE_HOST_SYSTEM_NAME", false], [1331, "index-0-variable:CMAKE_SYSTEM_NAME", false], [1331, "index-0-variable:CMAKE_SYSTEM_PROCESSOR", false], [1331, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1331, "index-0-variable:CPACK_ARCHIVE_THREADS", false], [1331, "index-0-variable:CPACK_CUSTOM_INSTALL_VARIABLES", false], [1331, "index-0-variable:CPACK_DMG_FILESYSTEM", false], [1331, "index-0-variable:CPACK_NSIS_EXECUTABLE", false], [1331, "index-0-variable:CPACK_THREADS", false], [1331, "index-0-variable:PROJECT_IS_TOP_LEVEL", false], [1332, "index-0-variable:CMAKE__EXTENSIONS_DEFAULT", false], [1332, "index-0-variable:CMAKE__LINK_WHAT_YOU_USE_FLAG", false], [1332, "index-0-variable:CMAKE_BUILD_TYPE", false], [1332, "index-0-variable:CMAKE_CONFIGURATION_TYPES", false], [1332, "index-0-variable:CMAKE_LINK_WHAT_YOU_USE_CHECK", false], [1332, "index-0-variable:CMAKE_NETRC", false], [1332, "index-0-variable:CMAKE_NETRC_FILE", false], [1332, "index-0-variable:CMAKE_REQUIRE_FIND_PACKAGE_", false], [1332, "index-0-variable:CMAKE_TLS_CAINFO", false], [1332, "index-0-variable:CMAKE_TLS_VERIFY", false], [1332, "index-0-variable:CPACK_DEBIAN_COMPRESSION_TYPE", false], [1332, "index-0-variable:CPACK_NSIS_IGNORE_LICENSE_PAGE", false], [1332, "index-0-variable:CPACK_RPM_REQUIRES_EXCLUDE_FROM", false], [1332, "index-0-variable:PKG_CONFIG_ARGN", false], [1333, "index-0-variable:CMAKE_CUDA_ARCHITECTURES", false], [1333, "index-0-variable:CMAKE_DOTNET_SDK", false], [1333, "index-0-variable:CMAKE_GENERATOR_INSTANCE", false], [1333, "index-0-variable:CMAKE_IGNORE_PREFIX_PATH", false], [1333, "index-0-variable:CMAKE_LINK_LIBRARIES_ONLY_TARGETS", false], [1333, "index-0-variable:CMAKE_OSX_SYSROOT", false], [1333, "index-0-variable:CMAKE_SYSROOT", false], [1333, "index-0-variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH", false], [1333, "index-0-variable:CMAKE_VS_NUGET_PACKAGE_RESTORE", false], [1333, "index-0-variable:CMAKE_XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE", false], [1333, "index-0-variable:CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE", false], [1333, "index-0-variable:CPACK_IFW_ARCHIVE_COMPRESSION", false], [1333, "index-0-variable:CPACK_IFW_ARCHIVE_FORMAT", false], [1333, "index-0-variable:CPACK_IFW_PACKAGE_DISABLE_COMMAND_LINE_INTERFACE", false], [1333, "index-0-variable:CPACK_IFW_PACKAGE_PRODUCT_IMAGES", false], [1333, "index-0-variable:CPACK_IFW_PACKAGE_RUN_PROGRAM", false], [1333, "index-0-variable:CPACK_IFW_PACKAGE_RUN_PROGRAM_ARGUMENTS", false], [1333, "index-0-variable:CPACK_IFW_PACKAGE_RUN_PROGRAM_DESCRIPTION", false], [1333, "index-0-variable:CPACK_IFW_PACKAGE_SIGNING_IDENTITY", false], [1333, "index-0-variable:CPACK_PRODUCTBUILD_DOMAINS", false], [1333, "index-0-variable:CPACK_PRODUCTBUILD_DOMAINS_ANYWHERE", false], [1333, "index-0-variable:CPACK_PRODUCTBUILD_DOMAINS_ROOT", false], [1333, "index-0-variable:CPACK_PRODUCTBUILD_DOMAINS_USER", false], [1333, "index-0-variable:CPACK_PRODUCTBUILD_IDENTIFIER", false], [1333, "index-0-variable:CPACK_RESOURCE_FILE_LICENSE", false], [1333, "index-0-variable:CPACK_WIX_SKIP_WIX_UI_EXTENSION", false], [1333, "index-0-variable:CTEST_SUBMIT_INACTIVITY_TIMEOUT", false], [1333, "index-1-variable:CMAKE_CUDA_ARCHITECTURES", false], [1334, "index-0-variable:CMAKE__FLAGS", false], [1334, "index-0-variable:CMAKE__FLAGS_", false], [1334, "index-0-variable:CMAKE__LINK_GROUP_USING_", false], [1334, "index-0-variable:CMAKE__LINK_LIBRARY_USING_", false], [1334, "index-0-variable:CMAKE_COLOR_DIAGNOSTICS", false], [1334, "index-0-variable:CMAKE_COLOR_MAKEFILE", false], [1334, "index-0-variable:CMAKE_COMPILE_WARNING_AS_ERROR", false], [1334, "index-0-variable:CMAKE_CUDA_ARCHITECTURES", false], [1334, "index-0-variable:CMAKE_FIND_PACKAGE_REDIRECTS_DIR", false], [1334, "index-0-variable:CMAKE_FIND_PACKAGE_TARGETS_GLOBAL", false], [1334, "index-0-variable:CMAKE_FIND_USE_INSTALL_PREFIX", false], [1334, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1334, "index-0-variable:CMAKE_LINK_GROUP_USING_", false], [1334, "index-0-variable:CMAKE_LINK_LIBRARY_USING_", false], [1334, "index-0-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [1334, "index-0-variable:CMAKE_SYSTEM_PROCESSOR", false], [1334, "index-0-variable:CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES", false], [1334, "index-0-variable:CMAKE_VERIFY_INTERFACE_HEADER_SETS", false], [1334, "index-0-variable:CMAKE_VS_NO_COMPILE_BATCHING", false], [1334, "index-0-variable:CMAKE_WATCOM_RUNTIME_LIBRARY", false], [1334, "index-0-variable:CMAKE_XCODE_XCCONFIG", false], [1334, "index-0-variable:CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE", false], [1334, "index-0-variable:CPACK_THREADS", false], [1334, "index-0-variable:CPACK_WIX_ARCHITECTURE", false], [1334, "index-0-variable:CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION", false], [1334, "index-0-variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE", false], [1334, "index-1-variable:CMAKE_COLOR_DIAGNOSTICS", false], [1334, "index-1-variable:CMAKE_COMPILE_WARNING_AS_ERROR", false], [1335, "index-0-variable:BSD", false], [1335, "index-0-variable:CMAKE_HOST_BSD", false], [1335, "index-0-variable:CMAKE_HOST_LINUX", false], [1335, "index-0-variable:CMAKE_INTERPROCEDURAL_OPTIMIZATION", false], [1335, "index-0-variable:CMAKE_MSVC_DEBUG_INFORMATION_FORMAT", false], [1335, "index-0-variable:CMAKE_TASKING_TOOLSET", false], [1335, "index-0-variable:CMAKE_XCODE_SCHEME_ENABLE_GPU_API_VALIDATION", false], [1335, "index-0-variable:CMAKE_XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION", false], [1335, "index-0-variable:CMAKE_XCODE_SCHEME_LAUNCH_CONFIGURATION", false], [1335, "index-0-variable:CMAKE_XCODE_SCHEME_LAUNCH_MODE", false], [1335, "index-0-variable:CPACK_ARCHIVE_FILE_EXTENSION", false], [1335, "index-0-variable:CPACK_NSIS_EXECUTABLE_POST_ARGUMENTS", false], [1335, "index-0-variable:CPACK_NSIS_EXECUTABLE_PRE_ARGUMENTS", false], [1335, "index-0-variable:CPACK_OBJCOPY_EXECUTABLE", false], [1335, "index-0-variable:CPACK_OBJDUMP_EXECUTABLE", false], [1335, "index-0-variable:CPACK_READELF_EXECUTABLE", false], [1335, "index-0-variable:LINUX", false], [1336, "index-0-variable:CMAKE__CLANG_TIDY_EXPORT_FIXES_DIR", false], [1336, "index-0-variable:CMAKE__COMPILER_FRONTEND_VARIANT", false], [1336, "index-0-variable:CMAKE__STANDARD", false], [1336, "index-0-variable:CMAKE_EXPORT_COMPILE_COMMANDS", false], [1336, "index-0-variable:CMAKE_VS_VERSION_BUILD_NUMBER", false], [1337, "index-0-variable:_ROOT", false], [1337, "index-0-variable:CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY", false], [1337, "index-0-variable:CMAKE_AUTOGEN_USE_SYSTEM_INCLUDE", false], [1337, "index-0-variable:CMAKE_AUTOMOC_EXECUTABLE", false], [1337, "index-0-variable:CMAKE_AUTORCC_EXECUTABLE", false], [1337, "index-0-variable:CMAKE_AUTOUIC_EXECUTABLE", false], [1337, "index-0-variable:CMAKE_DLL_NAME_WITH_SOVERSION", false], [1337, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [1337, "index-0-variable:CMAKE_LINK_DEPENDS_USE_LINKER", false], [1337, "index-0-variable:CMAKE_VS_DEBUGGER_COMMAND", false], [1337, "index-0-variable:CMAKE_VS_DEBUGGER_COMMAND_ARGUMENTS", false], [1337, "index-0-variable:CMAKE_VS_DEBUGGER_ENVIRONMENT", false], [1337, "index-0-variable:CMAKE_VS_DEBUGGER_WORKING_DIRECTORY", false], [1337, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION", false], [1337, "index-1-variable:CMAKE_GENERATOR_PLATFORM", false], [1338, "index-0-variable:CMAKE__COMPILER_ID", false], [1338, "index-0-variable:CMAKE_CROSSCOMPILING_EMULATOR", false], [1338, "index-0-variable:CMAKE_HIP_PLATFORM", false], [1338, "index-0-variable:CMAKE_IOS_INSTALL_COMBINED", false], [1338, "index-0-variable:CMAKE_SYSTEM_NAME", false], [1338, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [1338, "index-1-variable:CMAKE__COMPILER_ID", false], [1338, "index-1-variable:CMAKE_HIP_PLATFORM", false], [1339, "index-0-variable:CMAKE__COMPILER_ID", false], [1339, "index-0-variable:CMAKE__COMPILER_LINKER", false], [1339, "index-0-variable:CMAKE__COMPILER_LINKER_FRONTEND_VARIANT", false], [1339, "index-0-variable:CMAKE__COMPILER_LINKER_ID", false], [1339, "index-0-variable:CMAKE__COMPILER_LINKER_VERSION", false], [1339, "index-0-variable:CMAKE_CROSSCOMPILING_EMULATOR", false], [1339, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1339, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1339, "index-0-variable:CMAKE_LINKER_TYPE", false], [1339, "index-0-variable:CMAKE_MODULE_PATH", false], [1339, "index-0-variable:CMAKE_PROJECT__INCLUDE", false], [1339, "index-0-variable:CMAKE_PROJECT__INCLUDE_BEFORE", false], [1339, "index-0-variable:CMAKE_PROJECT_INCLUDE", false], [1339, "index-0-variable:CMAKE_PROJECT_INCLUDE_BEFORE", false], [1339, "index-0-variable:CMAKE_SKIP_TEST_ALL_DEPENDENCY", false], [1339, "index-0-variable:CMAKE_TEST_LAUNCHER", false], [1339, "index-0-variable:CPACK_DEBIAN_FILE_NAME", false], [1339, "index-0-variable:CPACK_PRODUCTBUILD_DOMAINS", false], [1339, "index-0-variable:CPACK_RPM_FILE_NAME", false], [1339, "index-0-variable:CPACK_WIX_INSTALL_SCOPE", false], [1339, "index-1-variable:CMAKE_LINKER_TYPE", false], [1339, "index-1-variable:CPACK_WIX_INSTALL_SCOPE", false], [1340, "index-0-variable:CMAKE__COMPILER_VERSION", false], [1340, "index-0-variable:CMAKE__INCLUDE_WHAT_YOU_USE", false], [1340, "index-0-variable:CMAKE_CFG_INTDIR", false], [1340, "index-0-variable:CMAKE_CROSSCOMPILING_EMULATOR", false], [1340, "index-0-variable:CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD", false], [1340, "index-0-variable:CPACK_DEBIAN__PACKAGE_DEPENDS", false], [1340, "index-0-variable:CPACK_DEBIAN__PACKAGE_SHLIBDEPS", false], [1340, "index-0-variable:CPACK_RPM__PACKAGE_ARCHITECTURE", false], [1340, "index-0-variable:CPACK_RPM_ADDITIONAL_MAN_DIRS", false], [1340, "index-0-variable:ExternalData_NO_SYMLINKS", false], [1340, "index-0-variable:ExternalData_URL_ALGO__", false], [1341, "index-0-variable:_BINARY_DIR", false], [1341, "index-0-variable:_IS_TOP_LEVEL", false], [1341, "index-0-variable:_SOURCE_DIR", false], [1341, "index-0-variable:CMAKE__COMPILER", false], [1341, "index-0-variable:CMAKE__COMPILER_FRONTEND_VARIANT", false], [1341, "index-0-variable:CMAKE__LINK_LIBRARY__ATTRIBUTES", false], [1341, "index-0-variable:CMAKE__STANDARD_LATEST", false], [1341, "index-0-variable:CMAKE_LINK_LIBRARY__ATTRIBUTES", false], [1341, "index-0-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [1341, "index-0-variable:CMAKE_TLS_VERIFY", false], [1341, "index-0-variable:CMAKE_TLS_VERSION", false], [1341, "index-0-variable:CMAKE_VS_USE_DEBUG_LIBRARIES", false], [1341, "index-0-variable:CPACK_NUGET_PACKAGE_README", false], [1341, "index-0-variable:CPACK_NUGET_PACKAGE_REPOSITORY_BRANCH", false], [1341, "index-0-variable:CPACK_NUGET_PACKAGE_REPOSITORY_COMMIT", false], [1341, "index-0-variable:CPACK_NUGET_PACKAGE_REPOSITORY_TYPE", false], [1341, "index-0-variable:CPACK_NUGET_PACKAGE_REPOSITORY_URL", false], [1341, "index-0-variable:CPACK_NUGET_PACKAGE_TFMS", false], [1341, "index-0-variable:CPACK_WIX_VERSION", false], [1341, "index-0-variable:CTEST_TLS_VERIFY", false], [1341, "index-0-variable:CTEST_TLS_VERSION", false], [1341, "index-0-variable:FETCHCONTENT_FULLY_DISCONNECTED", false], [1341, "index-1-variable:_BINARY_DIR", false], [1341, "index-1-variable:_IS_TOP_LEVEL", false], [1341, "index-1-variable:_SOURCE_DIR", false], [1341, "index-1-variable:CMAKE_TLS_VERSION", false], [1341, "index-2-variable:_BINARY_DIR", false], [1341, "index-2-variable:_IS_TOP_LEVEL", false], [1341, "index-2-variable:_SOURCE_DIR", false], [1342, "index-0-variable:_BINARY_DIR", false], [1342, "index-0-variable:_IS_TOP_LEVEL", false], [1342, "index-0-variable:_SOURCE_DIR", false], [1342, "index-0-variable:CMAKE__COMPILER_ID", false], [1342, "index-0-variable:CMAKE__HOST_COMPILER_ID", false], [1342, "index-0-variable:CMAKE__HOST_COMPILER_VERSION", false], [1342, "index-0-variable:CMAKE__STANDARD_LINK_DIRECTORIES", false], [1342, "index-0-variable:CMAKE_AIX_SHARED_LIBRARY_ARCHIVE", false], [1342, "index-0-variable:CMAKE_EXPORT_BUILD_DATABASE", false], [1342, "index-0-variable:CMAKE_HOST_EXECUTABLE_SUFFIX", false], [1342, "index-0-variable:CMAKE_LINK_LIBRARIES_STRATEGY", false], [1342, "index-0-variable:CMAKE_TLS_VERIFY", false], [1342, "index-0-variable:CMAKE_TLS_VERSION", false], [1342, "index-0-variable:CPACK_DEBIAN_PACKAGE_MULTIARCH", false], [1342, "index-0-variable:CPACK_IFW_PACKAGE_PRODUCT_IMAGES", false], [1342, "index-0-variable:CPACK_IFW_PACKAGE_PRODUCT_IMAGE_URLS", false], [1342, "index-0-variable:CPACK_RPM_COMPRESSION_TYPE", false], [1342, "index-0-variable:CPACK_WIX_INSTALL_SCOPE", false], [1342, "index-0-variable:CTEST_TLS_VERIFY", false], [1342, "index-0-variable:CTEST_TLS_VERSION", false], [1342, "index-1-variable:CMAKE__COMPILER_ID", false], [1343, "index-0-variable:CMAKE__COMPILER_ID", false], [1343, "index-0-variable:CMAKE__COMPILER_LAUNCHER", false], [1343, "index-0-variable:CMAKE__COMPILE_OBJECT", false], [1343, "index-0-variable:CMAKE_LINK_SEARCH_END_STATIC", false], [1343, "index-0-variable:CMAKE_LINK_SEARCH_START_STATIC", false], [1343, "index-0-variable:CMAKE_SYSTEM_VERSION", false], [1343, "index-0-variable:CMAKE_USE_RELATIVE_PATHS", false], [1343, "index-0-variable:CPACK_DEBIAN__PACKAGE_BREAKS", false], [1343, "index-0-variable:CPACK_DEBIAN__PACKAGE_CONFLICTS", false], [1343, "index-0-variable:CPACK_DEBIAN__PACKAGE_ENHANCES", false], [1343, "index-0-variable:CPACK_DEBIAN__PACKAGE_PREDEPENDS", false], [1343, "index-0-variable:CPACK_DEBIAN__PACKAGE_PROVIDES", false], [1343, "index-0-variable:CPACK_DEBIAN__PACKAGE_RECOMMENDS", false], [1343, "index-0-variable:CPACK_DEBIAN__PACKAGE_REPLACES", false], [1343, "index-0-variable:CPACK_DEBIAN__PACKAGE_SUGGESTS", false], [1343, "index-0-variable:CTEST_TEST_LOAD", false], [1344, "index-0-variable:CMAKE_ERROR_DEPRECATED", false], [1344, "index-0-variable:CMAKE_WARN_DEPRECATED", false], [1344, "index-0-variable:CPACK_DEBIAN__PACKAGE_PRIORITY", false], [1344, "index-0-variable:CPACK_DEBIAN__PACKAGE_SECTION", false], [1344, "index-0-variable:CPACK_DEBIAN_PACKAGE_SOURCE", false], [1344, "index-0-variable:CPACK_DMG_BACKGROUND_IMAGE", false], [1344, "index-0-variable:CPACK_DMG_DS_STORE_SETUP_SCRIPT", false], [1344, "index-0-variable:CPACK_DMG_SLA_DIR", false], [1344, "index-0-variable:CPACK_DMG_SLA_LANGUAGES", false], [1344, "index-0-variable:CPACK_NSIS_MUI_UNWELCOMEFINISHPAGE_BITMAP", false], [1344, "index-0-variable:CPACK_NSIS_MUI_WELCOMEFINISHPAGE_BITMAP", false], [1344, "index-0-variable:CPACK_RPM__PACKAGE_GROUP", false], [1344, "index-0-variable:CPACK_RPM__PACKAGE_NAME", false], [1344, "index-1-variable:CMAKE_WARN_DEPRECATED", false], [1345, "index-0-variable:CMAKE__CLANG_TIDY", false], [1345, "index-0-variable:CMAKE__STANDARD_INCLUDE_DIRECTORIES", false], [1345, "index-0-variable:CMAKE__STANDARD_LIBRARIES", false], [1345, "index-0-variable:CMAKE_DEPENDS_IN_PROJECT_ONLY", false], [1345, "index-0-variable:CMAKE_HOST_SOLARIS", false], [1345, "index-0-variable:CMAKE_NINJA_OUTPUT_PATH_PREFIX", false], [1345, "index-0-variable:CMAKE_TRY_COMPILE_PLATFORM_VARIABLES", false], [1345, "index-0-variable:CMAKE_TRY_COMPILE_TARGET_TYPE", false], [1345, "index-0-variable:CPACK_COMPONENT__DEPENDS", false], [1345, "index-0-variable:CPACK_DEBIAN__FILE_NAME", false], [1345, "index-0-variable:CPACK_DEBIAN__PACKAGE_ARCHITECTURE", false], [1345, "index-0-variable:CPACK_DEBIAN_ENABLE_COMPONENT_DEPENDS", false], [1345, "index-0-variable:CPACK_DEBIAN_FILE_NAME", false], [1345, "index-0-variable:CPACK_DEBIAN_PACKAGE_RELEASE", false], [1345, "index-0-variable:CPACK_DEBIAN_PACKAGE_SHLIBDEPS", false], [1345, "index-0-variable:CPACK_DMG_DISABLE_APPLICATIONS_SYMLINK", false], [1345, "index-0-variable:CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL", false], [1345, "index-0-variable:CPACK_RPM__PACKAGE_NAME", false], [1345, "index-0-variable:CPACK_RPM_DEFAULT_DIR_PERMISSIONS", false], [1345, "index-0-variable:CPACK_RPM_DEFAULT_FILE_PERMISSIONS", false], [1345, "index-0-variable:CPACK_RPM_DEFAULT_GROUP", false], [1345, "index-0-variable:CPACK_RPM_DEFAULT_USER", false], [1345, "index-0-variable:CPACK_RPM_PACKAGE_NAME", false], [1345, "index-0-variable:CPACK_RPM_PACKAGE_RELEASE_DIST", false], [1345, "index-0-variable:CTEST_GIT_INIT_SUBMODULES", false], [1345, "index-1-variable:CPACK_DEBIAN_FILE_NAME", false], [1346, "index-0-variable:CMAKE__FLAGS", false], [1346, "index-0-variable:CMAKE__FLAGS_DEBUG", false], [1346, "index-0-variable:CMAKE__FLAGS_INIT", false], [1346, "index-0-variable:CMAKE_CODELITE_USE_TARGETS", false], [1346, "index-0-variable:CMAKE_EXE_LINKER_FLAGS", false], [1346, "index-0-variable:CMAKE_EXE_LINKER_FLAGS_INIT", false], [1346, "index-0-variable:CMAKE_FIND_PACKAGE_SORT_DIRECTION", false], [1346, "index-0-variable:CMAKE_FIND_PACKAGE_SORT_ORDER", false], [1346, "index-0-variable:CMAKE_LINK_WHAT_YOU_USE", false], [1346, "index-0-variable:CMAKE_MODULE_LINKER_FLAGS", false], [1346, "index-0-variable:CMAKE_MODULE_LINKER_FLAGS_INIT", false], [1346, "index-0-variable:CMAKE_SHARED_LINKER_FLAGS", false], [1346, "index-0-variable:CMAKE_SHARED_LINKER_FLAGS_INIT", false], [1346, "index-0-variable:CMAKE_Swift_LANGUAGE_VERSION", false], [1346, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1346, "index-0-variable:CPACK_COMPONENT__DISABLED", false], [1346, "index-0-variable:CPACK_DEBIAN_ARCHIVE_TYPE", false], [1346, "index-0-variable:CPACK_NSIS__INSTALL_DIRECTORY", false], [1346, "index-0-variable:CPACK_PACKAGE_CHECKSUM", false], [1346, "index-0-variable:CPACK_RPM_DEBUGINFO_PACKAGE", false], [1346, "index-0-variable:CPACK_RPM_PACKAGE_SOURCES", false], [1346, "index-0-variable:CPACK_RPM_SOURCE_PKG_BUILD_PARAMS", false], [1346, "index-0-variable:CPACK_RPM_SOURCE_PKG_PACKAGING_INSTALL_PREFIX", false], [1346, "index-0-variable:CPACK_WIX_PATCH_FILE", false], [1346, "index-0-variable:CPACK_WIX_ROOT_FEATURE_DESCRIPTION", false], [1346, "index-0-variable:CPACK_WIX_ROOT_FEATURE_TITLE", false], [1346, "index-0-variable:CPACK_WIX_SKIP_PROGRAM_FOLDER", false], [1346, "index-1-variable:CMAKE_FIND_PACKAGE_SORT_DIRECTION", false], [1346, "index-1-variable:CMAKE_FIND_PACKAGE_SORT_ORDER", false], [1346, "index-1-variable:CMAKE_TOOLCHAIN_FILE", false], [1347, "index-0-variable:CMAKE__CPPLINT", false], [1347, "index-0-variable:CMAKE_BUILD_RPATH", false], [1347, "index-0-variable:CMAKE_CODELITE_USE_TARGETS", false], [1347, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [1347, "index-0-variable:CMAKE_CXX_STANDARD", false], [1347, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1347, "index-0-variable:CMAKE_SUBLIME_TEXT_2_ENV_SETTINGS", false], [1347, "index-0-variable:CMAKE_SUBLIME_TEXT_2_EXCLUDE_BUILD_TREE", false], [1347, "index-0-variable:CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD", false], [1347, "index-0-variable:CMAKE_VS_INCLUDE_PACKAGE_TO_DEFAULT_BUILD", false], [1347, "index-0-variable:CMAKE_WARN_DEPRECATED", false], [1347, "index-0-variable:CPACK_IFW_PACKAGE_BACKGROUND", false], [1347, "index-0-variable:CPACK_IFW_PACKAGE_BANNER", false], [1347, "index-0-variable:CPACK_IFW_PACKAGE_TITLE_COLOR", false], [1347, "index-0-variable:CPACK_IFW_PACKAGE_WATERMARK", false], [1347, "index-0-variable:CPACK_IFW_PACKAGE_WIZARD_DEFAULT_HEIGHT", false], [1347, "index-0-variable:CPACK_IFW_PACKAGE_WIZARD_DEFAULT_WIDTH", false], [1347, "index-0-variable:CPACK_IFW_PACKAGE_WIZARD_STYLE", false], [1347, "index-0-variable:CPACK_PKGBUILD_IDENTITY_NAME", false], [1347, "index-0-variable:CPACK_PKGBUILD_KEYCHAIN_PATH", false], [1347, "index-0-variable:CPACK_PRODUCTBUILD_IDENTITY_NAME", false], [1347, "index-0-variable:CPACK_PRODUCTBUILD_KEYCHAIN_PATH", false], [1347, "index-0-variable:CPACK_RPM_DEBUGINFO_SINGLE_PACKAGE", false], [1347, "index-0-variable:CPACK_RPM_MAIN_COMPONENT", false], [1347, "index-0-variable:CPACK_RPM_USER_FILELIST", false], [1347, "index-0-variable:CTEST_MEMORYCHECK_SANITIZER_OPTIONS", false], [1347, "index-0-variable:CTEST_MEMORYCHECK_SUPPRESSIONS_FILE", false], [1347, "index-0-variable:FeatureSummary_DEFAULT_PKG_TYPE", false], [1347, "index-0-variable:FeatureSummary_PKG_TYPES", false], [1347, "index-0-variable:FeatureSummary_REQUIRED_PKG_TYPES", false], [1348, "index-0-variable:CMAKE__COMPILER_AR", false], [1348, "index-0-variable:CMAKE__COMPILER_ID", false], [1348, "index-0-variable:CMAKE__COMPILER_RANLIB", false], [1348, "index-0-variable:CMAKE_ANDROID_NDK_DEPRECATED_HEADERS", false], [1348, "index-0-variable:CMAKE_AUTOMOC", false], [1348, "index-0-variable:CMAKE_AUTOMOC_DEPEND_FILTERS", false], [1348, "index-0-variable:CMAKE_AUTOUIC", false], [1348, "index-0-variable:CMAKE_AUTOUIC_SEARCH_PATHS", false], [1348, "index-0-variable:CMAKE_BUILD_WITH_INSTALL_NAME_DIR", false], [1348, "index-0-variable:CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX", false], [1348, "index-0-variable:CMAKE_INTERPROCEDURAL_OPTIMIZATION", false], [1348, "index-0-variable:CMAKE_SYSROOT_COMPILE", false], [1348, "index-0-variable:CMAKE_SYSROOT_LINK", false], [1348, "index-0-variable:CMAKE_XCODE_GENERATE_SCHEME", false], [1348, "index-0-variable:CPACK_ARCHIVE__FILE_NAME", false], [1348, "index-0-variable:CPACK_ARCHIVE_FILE_NAME", false], [1348, "index-0-variable:CPACK_IFW_ROOT", false], [1348, "index-0-variable:CPACK_PRODUCTBUILD_RESOURCES_DIR", false], [1348, "index-0-variable:CPACK_RPM_DEBUGINFO_FILE_NAME", false], [1348, "index-0-variable:CPACK_WIX_PATCH_FILE", false], [1348, "index-0-variable:CPACK_WIX_ROOT_FOLDER_ID", false], [1348, "index-0-variable:FeatureSummary__DESCRIPTION", false], [1348, "index-0-variable:PROJECT_DESCRIPTION", false], [1350, "index-0-variable:CMAKE_SYSTEM_NAME", false], [1350, "variable:ANDROID", true], [1351, "variable:APPLE", true], [1352, "variable:BORLAND", true], [1353, "variable:BSD", true], [1354, "variable:BUILD_SHARED_LIBS", true], [1355, "variable:CACHE", true], [1356, "variable:CMAKE_ABSOLUTE_DESTINATION_FILES", true], [1357, "index-0-variable:CMAKE_OPTIMIZE_DEPENDENCIES", false], [1357, "variable:CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY", true], [1358, "variable:CMAKE_ADSP_ROOT", true], [1359, "variable:CMAKE_AIX_EXPORT_ALL_SYMBOLS", true], [1360, "variable:CMAKE_AIX_SHARED_LIBRARY_ARCHIVE", true], [1361, "variable:CMAKE_ANDROID_ANT_ADDITIONAL_OPTIONS", true], [1362, "index-0-variable:CMAKE_SYSTEM_VERSION", false], [1362, "variable:CMAKE_ANDROID_API", true], [1363, "variable:CMAKE_ANDROID_API_MIN", true], [1364, "index-0-variable:CMAKE_ANDROID_ARCH_ABI", false], [1364, "variable:CMAKE_ANDROID_ARCH", true], [1365, "index-0-variable:CMAKE_ANDROID_ARM_MODE", false], [1365, "index-0-variable:CMAKE_ANDROID_ARM_NEON", false], [1365, "variable:CMAKE_ANDROID_ARCH_ABI", true], [1366, "index-0-variable:CMAKE_ANDROID_ARCH_ABI", false], [1366, "variable:CMAKE_ANDROID_ARM_MODE", true], [1367, "index-0-variable:CMAKE_ANDROID_ARCH_ABI", false], [1367, "variable:CMAKE_ANDROID_ARM_NEON", true], [1368, "variable:CMAKE_ANDROID_ASSETS_DIRECTORIES", true], [1369, "variable:CMAKE_ANDROID_EXCEPTIONS", true], [1370, "variable:CMAKE_ANDROID_GUI", true], [1371, "variable:CMAKE_ANDROID_JAR_DEPENDENCIES", true], [1372, "variable:CMAKE_ANDROID_JAR_DIRECTORIES", true], [1373, "variable:CMAKE_ANDROID_JAVA_SOURCE_DIR", true], [1374, "variable:CMAKE_ANDROID_NATIVE_LIB_DEPENDENCIES", true], [1375, "variable:CMAKE_ANDROID_NATIVE_LIB_DIRECTORIES", true], [1376, "variable:CMAKE_ANDROID_NDK", true], [1377, "variable:CMAKE_ANDROID_NDK_DEPRECATED_HEADERS", true], [1378, "variable:CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG", true], [1379, "index-0-variable:CMAKE_ANDROID_ARCH_ABI", false], [1379, "variable:CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION", true], [1380, "variable:CMAKE_ANDROID_NDK_VERSION", true], [1381, "variable:CMAKE_ANDROID_PROCESS_MAX", true], [1382, "variable:CMAKE_ANDROID_PROGUARD", true], [1383, "variable:CMAKE_ANDROID_PROGUARD_CONFIG_PATH", true], [1384, "variable:CMAKE_ANDROID_RTTI", true], [1385, "variable:CMAKE_ANDROID_SECURE_PROPS_PATH", true], [1386, "variable:CMAKE_ANDROID_SKIP_ANT_STEP", true], [1387, "variable:CMAKE_ANDROID_STANDALONE_TOOLCHAIN", true], [1388, "variable:CMAKE_ANDROID_STL_TYPE", true], [1389, "variable:CMAKE_APPBUNDLE_PATH", true], [1390, "index-0-variable:CMAKE_HOST_SYSTEM_PROCESSOR", false], [1390, "variable:CMAKE_APPLE_SILICON_PROCESSOR", true], [1391, "variable:CMAKE_AR", true], [1392, "variable:CMAKE_ARCHIVE_OUTPUT_DIRECTORY", true], [1393, "variable:CMAKE_ARCHIVE_OUTPUT_DIRECTORY_", true], [1394, "index-0-variable:CMAKE_ARGV0", false], [1394, "variable:CMAKE_ARGC", true], [1395, "index-0-variable:CMAKE_ARGC", false], [1395, "variable:CMAKE_ARGV0", true], [1396, "variable:CMAKE_AUTOGEN_BETTER_GRAPH_MULTI_CONFIG", true], [1397, "variable:CMAKE_AUTOGEN_COMMAND_LINE_LENGTH_MAX", true], [1398, "variable:CMAKE_AUTOGEN_ORIGIN_DEPENDS", true], [1399, "variable:CMAKE_AUTOGEN_PARALLEL", true], [1400, "variable:CMAKE_AUTOGEN_USE_SYSTEM_INCLUDE", true], [1401, "variable:CMAKE_AUTOGEN_VERBOSE", true], [1402, "variable:CMAKE_AUTOMOC", true], [1403, "variable:CMAKE_AUTOMOC_COMPILER_PREDEFINES", true], [1404, "index-0-variable:CMAKE_AUTOMOC", false], [1404, "variable:CMAKE_AUTOMOC_DEPEND_FILTERS", true], [1405, "variable:CMAKE_AUTOMOC_EXECUTABLE", true], [1406, "index-0-variable:CMAKE_AUTOMOC", false], [1406, "variable:CMAKE_AUTOMOC_MACRO_NAMES", true], [1407, "index-0-variable:CMAKE_AUTOMOC", false], [1407, "variable:CMAKE_AUTOMOC_MOC_OPTIONS", true], [1408, "variable:CMAKE_AUTOMOC_PATH_PREFIX", true], [1409, "variable:CMAKE_AUTOMOC_RELAXED_MODE", true], [1410, "variable:CMAKE_AUTORCC", true], [1411, "variable:CMAKE_AUTORCC_EXECUTABLE", true], [1412, "index-0-variable:CMAKE_AUTORCC", false], [1412, "variable:CMAKE_AUTORCC_OPTIONS", true], [1413, "variable:CMAKE_AUTOUIC", true], [1414, "variable:CMAKE_AUTOUIC_EXECUTABLE", true], [1415, "index-0-variable:CMAKE_AUTOUIC", false], [1415, "variable:CMAKE_AUTOUIC_OPTIONS", true], [1416, "index-0-variable:CMAKE_AUTOUIC", false], [1416, "variable:CMAKE_AUTOUIC_SEARCH_PATHS", true], [1417, "variable:CMAKE_BACKWARDS_COMPATIBILITY", true], [1418, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [1418, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [1418, "index-0-variable:CMAKE_SOURCE_DIR", false], [1418, "index-1-variable:CMAKE_SOURCE_DIR", false], [1418, "variable:CMAKE_BINARY_DIR", true], [1419, "index-0-variable:CMAKE_INSTALL_RPATH", false], [1419, "variable:CMAKE_BUILD_RPATH", true], [1420, "variable:CMAKE_BUILD_RPATH_USE_ORIGIN", true], [1421, "index-0-variable:CMAKE_MAKE_PROGRAM", false], [1421, "variable:CMAKE_BUILD_TOOL", true], [1422, "index-0-variable:CMAKE_CONFIGURATION_TYPES", false], [1422, "variable:CMAKE_BUILD_TYPE", true], [1423, "variable:CMAKE_BUILD_WITH_INSTALL_NAME_DIR", true], [1424, "variable:CMAKE_BUILD_WITH_INSTALL_RPATH", true], [1425, "index-0-variable:CMAKE_BINARY_DIR", false], [1425, "variable:CMAKE_CACHEFILE_DIR", true], [1426, "variable:CMAKE_CACHE_MAJOR_VERSION", true], [1427, "variable:CMAKE_CACHE_MINOR_VERSION", true], [1428, "variable:CMAKE_CACHE_PATCH_VERSION", true], [1429, "variable:CMAKE_CFG_INTDIR", true], [1430, "variable:CMAKE_CLANG_VFS_OVERLAY", true], [1431, "index-0-variable:CMAKE_SIZEOF_VOID_P", false], [1431, "variable:CMAKE_CL_64", true], [1432, "index-0-variable:CMAKE__COMPILER_ID", false], [1432, "variable:CMAKE_CODEBLOCKS_COMPILER_ID", true], [1433, "variable:CMAKE_CODEBLOCKS_EXCLUDE_EXTERNAL_FILES", true], [1434, "variable:CMAKE_CODELITE_USE_TARGETS", true], [1435, "index-0-variable:CMAKE_COLOR_MAKEFILE", false], [1435, "index-1-variable:CMAKE_COLOR_MAKEFILE", false], [1435, "index-2-variable:CMAKE_COLOR_MAKEFILE", false], [1435, "variable:CMAKE_COLOR_DIAGNOSTICS", true], [1436, "variable:CMAKE_COLOR_MAKEFILE", true], [1437, "variable:CMAKE_COMMAND", true], [1438, "variable:CMAKE_COMPILER_2005", true], [1439, "index-0-variable:CMAKE__COMPILER_ID", false], [1439, "variable:CMAKE_COMPILER_IS_GNUCC", true], [1440, "index-0-variable:CMAKE__COMPILER_ID", false], [1440, "variable:CMAKE_COMPILER_IS_GNUCXX", true], [1441, "index-0-variable:CMAKE__COMPILER_ID", false], [1441, "variable:CMAKE_COMPILER_IS_GNUG77", true], [1442, "variable:CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY", true], [1443, "index-0-variable:CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY", false], [1443, "variable:CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_", true], [1444, "variable:CMAKE_COMPILE_WARNING_AS_ERROR", true], [1445, "index-0-variable:CMAKE_BUILD_TYPE", false], [1445, "variable:CMAKE_CONFIGURATION_TYPES", true], [1446, "variable:CMAKE__POSTFIX", true], [1447, "variable:CMAKE_CPACK_COMMAND", true], [1448, "index-0-variable:CMAKE_HOST_SYSTEM_NAME", false], [1448, "index-0-variable:CMAKE_OSX_SYSROOT", false], [1448, "index-0-variable:CMAKE_SYSTEM_NAME", false], [1448, "index-1-variable:CMAKE_HOST_SYSTEM_NAME", false], [1448, "index-1-variable:CMAKE_SYSTEM_NAME", false], [1448, "index-2-variable:CMAKE_SYSTEM_NAME", false], [1448, "index-3-variable:CMAKE_SYSTEM_NAME", false], [1448, "variable:CMAKE_CROSSCOMPILING", true], [1449, "index-0-variable:CMAKE_CROSSCOMPILING", false], [1449, "variable:CMAKE_CROSSCOMPILING_EMULATOR", true], [1450, "index-0-variable:CMAKE_CONFIGURATION_TYPES", false], [1450, "index-1-variable:CMAKE_CONFIGURATION_TYPES", false], [1450, "variable:CMAKE_CROSS_CONFIGS", true], [1451, "variable:CMAKE_CTEST_ARGUMENTS", true], [1452, "variable:CMAKE_CTEST_COMMAND", true], [1453, "index-0-variable:CMAKE__COMPILER_ID", false], [1453, "variable:CMAKE_CUDA_ARCHITECTURES", true], [1454, "variable:CMAKE_CUDA_COMPILE_FEATURES", true], [1455, "variable:CMAKE_CUDA_EXTENSIONS", true], [1456, "index-0-variable:CMAKE__HOST_COMPILER", false], [1456, "variable:CMAKE_CUDA_HOST_COMPILER", true], [1457, "variable:CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS", true], [1458, "variable:CMAKE_CUDA_RUNTIME_LIBRARY", true], [1459, "variable:CMAKE_CUDA_SEPARABLE_COMPILATION", true], [1460, "variable:CMAKE_CUDA_STANDARD", true], [1461, "variable:CMAKE_CUDA_STANDARD_REQUIRED", true], [1462, "variable:CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES", true], [1463, "index-0-variable:CMAKE_BINARY_DIR", false], [1463, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [1463, "index-0-variable:CMAKE_SOURCE_DIR", false], [1463, "variable:CMAKE_CURRENT_BINARY_DIR", true], [1464, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_DIR", false], [1464, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_FILE", false], [1464, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_LINE", false], [1464, "variable:CMAKE_CURRENT_FUNCTION", true], [1465, "index-0-variable:CMAKE_CURRENT_FUNCTION", false], [1465, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_FILE", false], [1465, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_LINE", false], [1465, "variable:CMAKE_CURRENT_FUNCTION_LIST_DIR", true], [1466, "index-0-variable:CMAKE_CURRENT_FUNCTION", false], [1466, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_DIR", false], [1466, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_LINE", false], [1466, "variable:CMAKE_CURRENT_FUNCTION_LIST_FILE", true], [1467, "index-0-variable:CMAKE_CURRENT_FUNCTION", false], [1467, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_DIR", false], [1467, "index-0-variable:CMAKE_CURRENT_FUNCTION_LIST_FILE", false], [1467, "variable:CMAKE_CURRENT_FUNCTION_LIST_LINE", true], [1468, "index-0-variable:CMAKE_CURRENT_LIST_FILE", false], [1468, "index-1-variable:CMAKE_CURRENT_LIST_FILE", false], [1468, "variable:CMAKE_CURRENT_LIST_DIR", true], [1469, "index-0-variable:CMAKE_PARENT_LIST_FILE", false], [1469, "variable:CMAKE_CURRENT_LIST_FILE", true], [1470, "variable:CMAKE_CURRENT_LIST_LINE", true], [1471, "index-0-variable:CMAKE_BINARY_DIR", false], [1471, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [1471, "index-0-variable:CMAKE_SOURCE_DIR", false], [1471, "variable:CMAKE_CURRENT_SOURCE_DIR", true], [1472, "variable:CMAKE_CXX_COMPILER_IMPORT_STD", true], [1473, "variable:CMAKE_CXX_COMPILE_FEATURES", true], [1474, "variable:CMAKE_CXX_EXTENSIONS", true], [1475, "variable:CMAKE_CXX_MODULE_STD", true], [1476, "variable:CMAKE_CXX_SCAN_FOR_MODULES", true], [1477, "variable:CMAKE_CXX_STANDARD", true], [1478, "variable:CMAKE_CXX_STANDARD_REQUIRED", true], [1479, "variable:CMAKE_C_COMPILE_FEATURES", true], [1480, "variable:CMAKE_C_EXTENSIONS", true], [1481, "variable:CMAKE_C_STANDARD", true], [1482, "variable:CMAKE_C_STANDARD_REQUIRED", true], [1483, "index-0-variable:CMAKE__POSTFIX", false], [1483, "index-1-variable:CMAKE__POSTFIX", false], [1483, "variable:CMAKE_DEBUG_POSTFIX", true], [1484, "variable:CMAKE_DEBUG_TARGET_PROPERTIES", true], [1485, "index-0-variable:CMAKE_CONFIGURATION_TYPES", false], [1485, "index-1-variable:CMAKE_CONFIGURATION_TYPES", false], [1485, "variable:CMAKE_DEFAULT_BUILD_TYPE", true], [1486, "index-0-variable:CMAKE_CROSS_CONFIGS", false], [1486, "index-0-variable:CMAKE_DEFAULT_BUILD_TYPE", false], [1486, "index-1-variable:CMAKE_CROSS_CONFIGS", false], [1486, "index-1-variable:CMAKE_DEFAULT_BUILD_TYPE", false], [1486, "index-2-variable:CMAKE_CROSS_CONFIGS", false], [1486, "index-2-variable:CMAKE_DEFAULT_BUILD_TYPE", false], [1486, "index-3-variable:CMAKE_DEFAULT_BUILD_TYPE", false], [1486, "variable:CMAKE_DEFAULT_CONFIGS", true], [1487, "variable:CMAKE_DEPENDS_IN_PROJECT_ONLY", true], [1488, "variable:CMAKE_DEPENDS_USE_COMPILER", true], [1489, "variable:CMAKE_DIRECTORY_LABELS", true], [1490, "index-0-variable:CMAKE_REQUIRE_FIND_PACKAGE_", false], [1490, "variable:CMAKE_DISABLE_FIND_PACKAGE_", true], [1491, "variable:CMAKE_DISABLE_PRECOMPILE_HEADERS", true], [1492, "index-0-variable:CMAKE_PLATFORM_NO_VERSIONED_SONAME", false], [1492, "index-0-variable:WIN32", false], [1492, "variable:CMAKE_DLL_NAME_WITH_SOVERSION", true], [1493, "variable:CMAKE_DL_LIBS", true], [1494, "variable:CMAKE_DOTNET_SDK", true], [1495, "variable:CMAKE_DOTNET_TARGET_FRAMEWORK", true], [1496, "index-0-variable:CMAKE_DOTNET_TARGET_FRAMEWORK", false], [1496, "variable:CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION", true], [1497, "variable:CMAKE_ECLIPSE_GENERATE_LINKED_RESOURCES", true], [1498, "index-0-variable:CMAKE_SOURCE_DIR", false], [1498, "variable:CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT", true], [1499, "variable:CMAKE_ECLIPSE_MAKE_ARGUMENTS", true], [1500, "variable:CMAKE_ECLIPSE_RESOURCE_ENCODING", true], [1501, "variable:CMAKE_ECLIPSE_VERSION", true], [1502, "variable:CMAKE_EDIT_COMMAND", true], [1503, "index-0-variable:CMAKE_EXECUTABLE_ENABLE_EXPORTS", false], [1503, "variable:CMAKE_ENABLE_EXPORTS", true], [1504, "variable:CMAKE_ERROR_DEPRECATED", true], [1505, "variable:CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION", true], [1506, "index-0-variable:CMAKE_ENABLE_EXPORTS", false], [1506, "variable:CMAKE_EXECUTABLE_ENABLE_EXPORTS", true], [1507, "index-0-variable:CMAKE_EXECUTABLE_SUFFIX_", false], [1507, "index-0-variable:CMAKE_HOST_EXECUTABLE_SUFFIX", false], [1507, "variable:CMAKE_EXECUTABLE_SUFFIX", true], [1508, "index-0-variable:CMAKE_EXECUTABLE_SUFFIX", false], [1508, "variable:CMAKE_EXECUTABLE_SUFFIX_", true], [1509, "variable:CMAKE_EXECUTE_PROCESS_COMMAND_ECHO", true], [1510, "variable:CMAKE_EXE_LINKER_FLAGS", true], [1511, "variable:CMAKE_EXE_LINKER_FLAGS_", true], [1512, "index-0-variable:CMAKE_EXE_LINKER_FLAGS_", false], [1512, "index-0-variable:CMAKE_EXE_LINKER_FLAGS_INIT", false], [1512, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1512, "variable:CMAKE_EXE_LINKER_FLAGS__INIT", true], [1513, "index-0-variable:CMAKE_EXE_LINKER_FLAGS", false], [1513, "index-0-variable:CMAKE_EXE_LINKER_FLAGS__INIT", false], [1513, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1513, "variable:CMAKE_EXE_LINKER_FLAGS_INIT", true], [1514, "variable:CMAKE_EXPORT_BUILD_DATABASE", true], [1515, "index-0-variable:CMAKE_UNITY_BUILD", false], [1515, "variable:CMAKE_EXPORT_COMPILE_COMMANDS", true], [1516, "variable:CMAKE_EXPORT_FIND_PACKAGE_NAME", true], [1517, "index-0-variable:CMAKE_EXPORT_PACKAGE_REGISTRY", false], [1517, "variable:CMAKE_EXPORT_NO_PACKAGE_REGISTRY", true], [1518, "index-0-variable:CMAKE_EXPORT_NO_PACKAGE_REGISTRY", false], [1518, "variable:CMAKE_EXPORT_PACKAGE_REGISTRY", true], [1519, "index-0-variable:CMAKE_GENERATOR", false], [1519, "variable:CMAKE_EXTRA_GENERATOR", true], [1520, "index-0-variable:CMAKE_SHARED_LIBRARY_SUFFIX", false], [1520, "variable:CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES", true], [1521, "variable:CMAKE_FIND_APPBUNDLE", true], [1522, "variable:CMAKE_FIND_DEBUG_MODE", true], [1523, "variable:CMAKE_FIND_FRAMEWORK", true], [1524, "variable:CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX", true], [1525, "variable:CMAKE_FIND_LIBRARY_PREFIXES", true], [1526, "index-0-variable:CMAKE_FIND_LIBRARY_PREFIXES", false], [1526, "variable:CMAKE_FIND_LIBRARY_SUFFIXES", true], [1527, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1527, "index-0-variable:CMAKE_STAGING_PREFIX", false], [1527, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [1527, "index-1-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [1527, "index-2-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [1527, "variable:CMAKE_FIND_NO_INSTALL_PREFIX", true], [1528, "variable:CMAKE_FIND_PACKAGE_NAME", true], [1529, "index-0-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [1529, "index-1-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [1529, "index-2-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [1529, "variable:CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY", true], [1530, "index-0-variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", false], [1530, "index-1-variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", false], [1530, "index-2-variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", false], [1530, "variable:CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY", true], [1531, "variable:CMAKE_FIND_PACKAGE_PREFER_CONFIG", true], [1532, "variable:CMAKE_FIND_PACKAGE_REDIRECTS_DIR", true], [1533, "variable:CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS", true], [1534, "index-0-variable:CMAKE_FIND_PACKAGE_SORT_ORDER", false], [1534, "index-1-variable:CMAKE_FIND_PACKAGE_SORT_ORDER", false], [1534, "variable:CMAKE_FIND_PACKAGE_SORT_DIRECTION", true], [1535, "index-0-variable:CMAKE_FIND_PACKAGE_SORT_DIRECTION", false], [1535, "variable:CMAKE_FIND_PACKAGE_SORT_ORDER", true], [1536, "variable:CMAKE_FIND_PACKAGE_TARGETS_GLOBAL", true], [1537, "index-0-variable:CMAKE_FIND_PACKAGE_PREFER_CONFIG", false], [1537, "index-0-variable:CMAKE_MODULE_PATH", false], [1537, "variable:CMAKE_FIND_PACKAGE_WARN_NO_MODULE", true], [1538, "variable:CMAKE_FIND_ROOT_PATH", true], [1539, "index-0-variable:CMAKE_FIND_ROOT_PATH", false], [1539, "index-0-variable:CMAKE_SYSROOT", false], [1539, "index-1-variable:CMAKE_FIND_ROOT_PATH", false], [1539, "index-2-variable:CMAKE_FIND_ROOT_PATH", false], [1539, "index-3-variable:CMAKE_FIND_ROOT_PATH", false], [1539, "variable:CMAKE_FIND_ROOT_PATH_MODE_INCLUDE", true], [1540, "index-0-variable:CMAKE_FIND_ROOT_PATH", false], [1540, "index-0-variable:CMAKE_SYSROOT", false], [1540, "index-1-variable:CMAKE_FIND_ROOT_PATH", false], [1540, "index-2-variable:CMAKE_FIND_ROOT_PATH", false], [1540, "index-3-variable:CMAKE_FIND_ROOT_PATH", false], [1540, "variable:CMAKE_FIND_ROOT_PATH_MODE_LIBRARY", true], [1541, "index-0-variable:CMAKE_FIND_ROOT_PATH", false], [1541, "index-0-variable:CMAKE_SYSROOT", false], [1541, "index-1-variable:CMAKE_FIND_ROOT_PATH", false], [1541, "index-2-variable:CMAKE_FIND_ROOT_PATH", false], [1541, "index-3-variable:CMAKE_FIND_ROOT_PATH", false], [1541, "variable:CMAKE_FIND_ROOT_PATH_MODE_PACKAGE", true], [1542, "index-0-variable:CMAKE_FIND_ROOT_PATH", false], [1542, "index-0-variable:CMAKE_SYSROOT", false], [1542, "index-1-variable:CMAKE_FIND_ROOT_PATH", false], [1542, "index-2-variable:CMAKE_FIND_ROOT_PATH", false], [1542, "index-3-variable:CMAKE_FIND_ROOT_PATH", false], [1542, "variable:CMAKE_FIND_ROOT_PATH_MODE_PROGRAM", true], [1543, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [1543, "index-0-variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", false], [1543, "index-0-variable:CMAKE_FIND_USE_INSTALL_PREFIX", false], [1543, "index-0-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [1543, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [1543, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [1543, "index-0-variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", false], [1543, "variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", true], [1544, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [1544, "index-0-variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", false], [1544, "index-0-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [1544, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [1544, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [1544, "index-0-variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", false], [1544, "variable:CMAKE_FIND_USE_CMAKE_PATH", true], [1545, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [1545, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [1545, "index-0-variable:CMAKE_FIND_USE_INSTALL_PREFIX", false], [1545, "index-0-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [1545, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [1545, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [1545, "index-0-variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", false], [1545, "variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", true], [1546, "index-0-variable:CMAKE_FIND_NO_INSTALL_PREFIX", false], [1546, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [1546, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [1546, "index-0-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [1546, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [1546, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [1546, "index-0-variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", false], [1546, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1546, "index-0-variable:CMAKE_STAGING_PREFIX", false], [1546, "variable:CMAKE_FIND_USE_INSTALL_PREFIX", true], [1547, "index-0-variable:CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY", false], [1547, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [1547, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [1547, "index-0-variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", false], [1547, "index-0-variable:CMAKE_FIND_USE_INSTALL_PREFIX", false], [1547, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [1547, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [1547, "index-0-variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", false], [1547, "index-1-variable:CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY", false], [1547, "variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", true], [1548, "index-0-variable:_ROOT", false], [1548, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [1548, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [1548, "index-0-variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", false], [1548, "index-0-variable:CMAKE_FIND_USE_INSTALL_PREFIX", false], [1548, "index-0-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [1548, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [1548, "index-0-variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", false], [1548, "variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", true], [1549, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [1549, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [1549, "index-0-variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", false], [1549, "index-0-variable:CMAKE_FIND_USE_INSTALL_PREFIX", false], [1549, "index-0-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [1549, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [1549, "index-0-variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", false], [1549, "variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", true], [1550, "index-0-variable:CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY", false], [1550, "index-0-variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", false], [1550, "index-0-variable:CMAKE_FIND_USE_CMAKE_PATH", false], [1550, "index-0-variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", false], [1550, "index-0-variable:CMAKE_FIND_USE_INSTALL_PREFIX", false], [1550, "index-0-variable:CMAKE_FIND_USE_PACKAGE_REGISTRY", false], [1550, "index-0-variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH", false], [1550, "index-0-variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", false], [1550, "index-1-variable:CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY", false], [1550, "variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", true], [1551, "variable:CMAKE_FOLDER", true], [1552, "variable:CMAKE_FRAMEWORK", true], [1553, "variable:CMAKE_FRAMEWORK_MULTI_CONFIG_POSTFIX_", true], [1554, "variable:CMAKE_FRAMEWORK_PATH", true], [1555, "variable:CMAKE_Fortran_FORMAT", true], [1556, "variable:CMAKE_Fortran_MODDIR_DEFAULT", true], [1557, "variable:CMAKE_Fortran_MODDIR_FLAG", true], [1558, "variable:CMAKE_Fortran_MODOUT_FLAG", true], [1559, "variable:CMAKE_Fortran_MODULE_DIRECTORY", true], [1560, "variable:CMAKE_Fortran_PREPROCESS", true], [1561, "variable:CMAKE_GENERATOR", true], [1562, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1562, "index-0-variable:CMAKE_VS_VERSION_BUILD_NUMBER", false], [1562, "variable:CMAKE_GENERATOR_INSTANCE", true], [1563, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1563, "index-0-variable:CMAKE_VS_PLATFORM_NAME", false], [1563, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION", false], [1563, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM", false], [1563, "index-1-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION", false], [1563, "variable:CMAKE_GENERATOR_PLATFORM", true], [1564, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1564, "index-0-variable:CMAKE_VS_PLATFORM_NAME", false], [1564, "index-0-variable:CMAKE_VS_PLATFORM_TOOLSET", false], [1564, "index-0-variable:CMAKE_VS_PLATFORM_TOOLSET_CUDA", false], [1564, "index-0-variable:CMAKE_VS_PLATFORM_TOOLSET_CUDA_CUSTOM_DIR", false], [1564, "index-0-variable:CMAKE_VS_PLATFORM_TOOLSET_FORTRAN", false], [1564, "index-0-variable:CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE", false], [1564, "index-0-variable:CMAKE_VS_PLATFORM_TOOLSET_VERSION", false], [1564, "index-1-variable:CMAKE_VS_PLATFORM_TOOLSET", false], [1564, "variable:CMAKE_GENERATOR_TOOLSET", true], [1565, "variable:CMAKE_GHS_NO_SOURCE_GROUP_FILE", true], [1566, "index-0-variable:CMAKE_GLOBAL_AUTOGEN_TARGET_NAME", false], [1566, "variable:CMAKE_GLOBAL_AUTOGEN_TARGET", true], [1567, "index-0-variable:CMAKE_GLOBAL_AUTOGEN_TARGET", false], [1567, "variable:CMAKE_GLOBAL_AUTOGEN_TARGET_NAME", true], [1568, "index-0-variable:CMAKE_GLOBAL_AUTORCC_TARGET_NAME", false], [1568, "variable:CMAKE_GLOBAL_AUTORCC_TARGET", true], [1569, "index-0-variable:CMAKE_GLOBAL_AUTORCC_TARGET", false], [1569, "variable:CMAKE_GLOBAL_AUTORCC_TARGET_NAME", true], [1570, "variable:CMAKE_GNUtoMS", true], [1571, "index-0-variable:CMAKE_HIP_PLATFORM", false], [1571, "index-1-variable:CMAKE_HIP_PLATFORM", false], [1571, "variable:CMAKE_HIP_ARCHITECTURES", true], [1572, "variable:CMAKE_HIP_COMPILE_FEATURES", true], [1573, "variable:CMAKE_HIP_EXTENSIONS", true], [1574, "index-0-variable:CMAKE__COMPILER", false], [1574, "index-0-variable:CMAKE_HIP_ARCHITECTURES", false], [1574, "variable:CMAKE_HIP_PLATFORM", true], [1575, "variable:CMAKE_HIP_STANDARD", true], [1576, "variable:CMAKE_HIP_STANDARD_REQUIRED", true], [1577, "index-0-variable:CMAKE_SOURCE_DIR", false], [1577, "index-1-variable:CMAKE_SOURCE_DIR", false], [1577, "variable:CMAKE_HOME_DIRECTORY", true], [1578, "variable:CMAKE_HOST_APPLE", true], [1579, "variable:CMAKE_HOST_BSD", true], [1580, "index-0-variable:CMAKE_EXECUTABLE_SUFFIX", false], [1580, "index-1-variable:CMAKE_EXECUTABLE_SUFFIX", false], [1580, "variable:CMAKE_HOST_EXECUTABLE_SUFFIX", true], [1581, "variable:CMAKE_HOST_LINUX", true], [1582, "variable:CMAKE_HOST_SOLARIS", true], [1583, "index-0-variable:CMAKE_HOST_SYSTEM_NAME", false], [1583, "index-0-variable:CMAKE_HOST_SYSTEM_VERSION", false], [1583, "index-1-variable:CMAKE_HOST_SYSTEM_NAME", false], [1583, "index-1-variable:CMAKE_HOST_SYSTEM_VERSION", false], [1583, "variable:CMAKE_HOST_SYSTEM", true], [1584, "index-0-variable:CMAKE_SYSTEM_NAME", false], [1584, "variable:CMAKE_HOST_SYSTEM_NAME", true], [1585, "index-0-variable:CMAKE_APPLE_SILICON_PROCESSOR", false], [1585, "index-0-variable:CMAKE_OSX_ARCHITECTURES", false], [1585, "variable:CMAKE_HOST_SYSTEM_PROCESSOR", true], [1586, "variable:CMAKE_HOST_SYSTEM_VERSION", true], [1587, "variable:CMAKE_HOST_UNIX", true], [1588, "variable:CMAKE_HOST_WIN32", true], [1589, "index-0-variable:CMAKE_IGNORE_PREFIX_PATH", false], [1589, "index-0-variable:CMAKE_INCLUDE_PATH", false], [1589, "index-0-variable:CMAKE_LIBRARY_PATH", false], [1589, "index-0-variable:CMAKE_PREFIX_PATH", false], [1589, "index-0-variable:CMAKE_PROGRAM_PATH", false], [1589, "index-0-variable:CMAKE_SYSTEM_IGNORE_PATH", false], [1589, "index-1-variable:CMAKE_IGNORE_PREFIX_PATH", false], [1589, "index-2-variable:CMAKE_IGNORE_PREFIX_PATH", false], [1589, "index-3-variable:CMAKE_IGNORE_PREFIX_PATH", false], [1589, "variable:CMAKE_IGNORE_PATH", true], [1590, "index-0-variable:CMAKE_IGNORE_PATH", false], [1590, "index-0-variable:CMAKE_INCLUDE_PATH", false], [1590, "index-0-variable:CMAKE_LIBRARY_PATH", false], [1590, "index-0-variable:CMAKE_PREFIX_PATH", false], [1590, "index-0-variable:CMAKE_PROGRAM_PATH", false], [1590, "index-0-variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH", false], [1590, "index-1-variable:CMAKE_IGNORE_PATH", false], [1590, "index-2-variable:CMAKE_IGNORE_PATH", false], [1590, "variable:CMAKE_IGNORE_PREFIX_PATH", true], [1591, "variable:CMAKE_IMPORT_LIBRARY_PREFIX", true], [1592, "variable:CMAKE_IMPORT_LIBRARY_SUFFIX", true], [1593, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [1593, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [1593, "variable:CMAKE_INCLUDE_CURRENT_DIR", true], [1594, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [1594, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [1594, "variable:CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE", true], [1595, "variable:CMAKE_INCLUDE_DIRECTORIES_BEFORE", true], [1596, "index-0-variable:CMAKE_BINARY_DIR", false], [1596, "index-0-variable:CMAKE_SOURCE_DIR", false], [1596, "variable:CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE", true], [1597, "index-0-variable:CMAKE_PREFIX_PATH", false], [1597, "index-0-variable:CMAKE_SYSTEM_INCLUDE_PATH", false], [1597, "variable:CMAKE_INCLUDE_PATH", true], [1598, "variable:CMAKE_INSTALL_DEFAULT_COMPONENT_NAME", true], [1599, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1599, "variable:CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS", true], [1600, "variable:CMAKE_INSTALL_MESSAGE", true], [1601, "variable:CMAKE_INSTALL_NAME_DIR", true], [1602, "index-0-variable:CMAKE_FIND_NO_INSTALL_PREFIX", false], [1602, "index-0-variable:CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT", false], [1602, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [1602, "variable:CMAKE_INSTALL_PREFIX", true], [1603, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1603, "variable:CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT", true], [1604, "variable:CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH", true], [1605, "variable:CMAKE_INSTALL_RPATH", true], [1606, "variable:CMAKE_INSTALL_RPATH_USE_LINK_PATH", true], [1607, "variable:CMAKE_INTERNAL_PLATFORM_ABI", true], [1608, "variable:CMAKE_INTERPROCEDURAL_OPTIMIZATION", true], [1609, "variable:CMAKE_INTERPROCEDURAL_OPTIMIZATION_", true], [1610, "variable:CMAKE_IOS_INSTALL_COMBINED", true], [1611, "variable:CMAKE_ISPC_HEADER_DIRECTORY", true], [1612, "variable:CMAKE_ISPC_HEADER_SUFFIX", true], [1613, "variable:CMAKE_ISPC_INSTRUCTION_SETS", true], [1614, "variable:CMAKE_JOB_POOLS", true], [1615, "variable:CMAKE_JOB_POOL_COMPILE", true], [1616, "variable:CMAKE_JOB_POOL_LINK", true], [1617, "variable:CMAKE_JOB_POOL_PRECOMPILE_HEADER", true], [1618, "variable:CMAKE_KATE_FILES_MODE", true], [1619, "variable:CMAKE_KATE_MAKE_ARGUMENTS", true], [1620, "index-0-variable:CMAKE__ANDROID_TOOLCHAIN_PREFIX", false], [1620, "index-0-variable:CMAKE__ANDROID_TOOLCHAIN_SUFFIX", false], [1620, "variable:CMAKE__ANDROID_TOOLCHAIN_MACHINE", true], [1621, "index-0-variable:CMAKE__ANDROID_TOOLCHAIN_MACHINE", false], [1621, "index-0-variable:CMAKE__ANDROID_TOOLCHAIN_SUFFIX", false], [1621, "variable:CMAKE__ANDROID_TOOLCHAIN_PREFIX", true], [1622, "index-0-variable:CMAKE__ANDROID_TOOLCHAIN_MACHINE", false], [1622, "index-0-variable:CMAKE__ANDROID_TOOLCHAIN_PREFIX", false], [1622, "variable:CMAKE__ANDROID_TOOLCHAIN_SUFFIX", true], [1623, "index-0-variable:CMAKE__ARCHIVE_CREATE", false], [1623, "index-0-variable:CMAKE__ARCHIVE_FINISH", false], [1623, "index-0-variable:CMAKE__CREATE_STATIC_LIBRARY", false], [1623, "variable:CMAKE__ARCHIVE_APPEND", true], [1624, "index-0-variable:CMAKE__ARCHIVE_APPEND", false], [1624, "index-0-variable:CMAKE__ARCHIVE_FINISH", false], [1624, "index-0-variable:CMAKE__CREATE_STATIC_LIBRARY", false], [1624, "variable:CMAKE__ARCHIVE_CREATE", true], [1625, "index-0-variable:CMAKE__ARCHIVE_APPEND", false], [1625, "index-0-variable:CMAKE__ARCHIVE_CREATE", false], [1625, "index-0-variable:CMAKE__CREATE_STATIC_LIBRARY", false], [1625, "variable:CMAKE__ARCHIVE_FINISH", true], [1626, "index-0-variable:CMAKE_OSX_ARCHITECTURES", false], [1626, "variable:CMAKE__BYTE_ORDER", true], [1627, "variable:CMAKE__CLANG_TIDY", true], [1628, "variable:CMAKE__CLANG_TIDY_EXPORT_FIXES_DIR", true], [1629, "variable:CMAKE__COMPILER", true], [1630, "variable:CMAKE__COMPILER_ABI", true], [1631, "index-0-variable:CMAKE_AR", false], [1631, "variable:CMAKE__COMPILER_AR", true], [1632, "variable:CMAKE__COMPILER_ARCHITECTURE_ID", true], [1633, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1633, "variable:CMAKE__COMPILER_EXTERNAL_TOOLCHAIN", true], [1634, "index-0-variable:CMAKE__COMPILER_ID", false], [1634, "variable:CMAKE__COMPILER_FRONTEND_VARIANT", true], [1635, "variable:CMAKE__COMPILER_ID", true], [1636, "variable:CMAKE__COMPILER_LAUNCHER", true], [1637, "index-0-variable:CMAKE_LINKER_TYPE", false], [1637, "variable:CMAKE__COMPILER_LINKER", true], [1638, "index-0-variable:CMAKE__COMPILER_LINKER_ID", false], [1638, "variable:CMAKE__COMPILER_LINKER_FRONTEND_VARIANT", true], [1639, "variable:CMAKE__COMPILER_LINKER_ID", true], [1640, "variable:CMAKE__COMPILER_LINKER_VERSION", true], [1641, "variable:CMAKE__COMPILER_LOADED", true], [1642, "index-0-variable:CMAKE__COMPILER_PREDEFINES_COMMAND", false], [1642, "variable:CMAKE__COMPILER_PREDEFINES_COMMAND", true], [1643, "index-0-variable:CMAKE_RANLIB", false], [1643, "variable:CMAKE__COMPILER_RANLIB", true], [1644, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1644, "variable:CMAKE__COMPILER_TARGET", true], [1645, "variable:CMAKE__COMPILER_VERSION", true], [1646, "variable:CMAKE__COMPILER_VERSION_INTERNAL", true], [1647, "variable:CMAKE__COMPILE_OBJECT", true], [1648, "variable:CMAKE__CPPCHECK", true], [1649, "variable:CMAKE__CPPLINT", true], [1650, "variable:CMAKE__CREATE_SHARED_LIBRARY", true], [1651, "variable:CMAKE__CREATE_SHARED_LIBRARY_ARCHIVE", true], [1652, "variable:CMAKE__CREATE_SHARED_MODULE", true], [1653, "variable:CMAKE__CREATE_STATIC_LIBRARY", true], [1654, "index-0-variable:CMAKE__EXTENSIONS_DEFAULT", false], [1654, "index-0-variable:CMAKE_CUDA_EXTENSIONS", false], [1654, "index-0-variable:CMAKE_CXX_EXTENSIONS", false], [1654, "index-0-variable:CMAKE_C_EXTENSIONS", false], [1654, "index-0-variable:CMAKE_HIP_EXTENSIONS", false], [1654, "index-0-variable:CMAKE_OBJCXX_EXTENSIONS", false], [1654, "index-0-variable:CMAKE_OBJC_EXTENSIONS", false], [1654, "variable:CMAKE__EXTENSIONS", true], [1655, "index-0-variable:CMAKE__EXTENSIONS", false], [1655, "variable:CMAKE__EXTENSIONS_DEFAULT", true], [1656, "index-0-variable:CMAKE__FLAGS_", false], [1656, "variable:CMAKE__FLAGS", true], [1657, "index-0-variable:CMAKE__FLAGS", false], [1657, "variable:CMAKE__FLAGS_", true], [1658, "index-0-variable:CMAKE__FLAGS_", false], [1658, "index-0-variable:CMAKE__FLAGS_INIT", false], [1658, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1658, "variable:CMAKE__FLAGS__INIT", true], [1659, "index-0-variable:CMAKE__FLAGS_", false], [1659, "variable:CMAKE__FLAGS_DEBUG", true], [1660, "index-0-variable:CMAKE__FLAGS__INIT", false], [1660, "variable:CMAKE__FLAGS_DEBUG_INIT", true], [1661, "index-0-variable:CMAKE__FLAGS", false], [1661, "index-0-variable:CMAKE__FLAGS__INIT", false], [1661, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1661, "variable:CMAKE__FLAGS_INIT", true], [1662, "index-0-variable:CMAKE__FLAGS_", false], [1662, "variable:CMAKE__FLAGS_MINSIZEREL", true], [1663, "index-0-variable:CMAKE__FLAGS__INIT", false], [1663, "variable:CMAKE__FLAGS_MINSIZEREL_INIT", true], [1664, "index-0-variable:CMAKE__FLAGS_", false], [1664, "variable:CMAKE__FLAGS_RELEASE", true], [1665, "index-0-variable:CMAKE__FLAGS__INIT", false], [1665, "variable:CMAKE__FLAGS_RELEASE_INIT", true], [1666, "index-0-variable:CMAKE__FLAGS_", false], [1666, "variable:CMAKE__FLAGS_RELWITHDEBINFO", true], [1667, "index-0-variable:CMAKE__FLAGS__INIT", false], [1667, "variable:CMAKE__FLAGS_RELWITHDEBINFO_INIT", true], [1668, "index-0-variable:CMAKE__COMPILER", false], [1668, "index-0-variable:CMAKE__COMPILER_ID", false], [1668, "index-0-variable:CMAKE__HOST_COMPILER_ID", false], [1668, "index-0-variable:CMAKE__HOST_COMPILER_VERSION", false], [1668, "index-1-variable:CMAKE__COMPILER_ID", false], [1668, "variable:CMAKE__HOST_COMPILER", true], [1669, "index-0-variable:CMAKE__COMPILER_ID", false], [1669, "index-0-variable:CMAKE__HOST_COMPILER", false], [1669, "index-1-variable:CMAKE__COMPILER_ID", false], [1669, "variable:CMAKE__HOST_COMPILER_ID", true], [1670, "index-0-variable:CMAKE__COMPILER_ID", false], [1670, "index-0-variable:CMAKE__COMPILER_VERSION", false], [1670, "index-0-variable:CMAKE__HOST_COMPILER", false], [1670, "variable:CMAKE__HOST_COMPILER_VERSION", true], [1671, "variable:CMAKE__IGNORE_EXTENSIONS", true], [1672, "variable:CMAKE__IMPLICIT_INCLUDE_DIRECTORIES", true], [1673, "index-0-variable:CMAKE__IMPLICIT_LINK_LIBRARIES", false], [1673, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1673, "variable:CMAKE__IMPLICIT_LINK_DIRECTORIES", true], [1674, "variable:CMAKE__IMPLICIT_LINK_FRAMEWORK_DIRECTORIES", true], [1675, "index-0-variable:CMAKE__IMPLICIT_LINK_DIRECTORIES", false], [1675, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1675, "variable:CMAKE__IMPLICIT_LINK_LIBRARIES", true], [1676, "variable:CMAKE__INCLUDE_WHAT_YOU_USE", true], [1677, "variable:CMAKE__LIBRARY_ARCHITECTURE", true], [1678, "variable:CMAKE__LINKER_LAUNCHER", true], [1679, "index-0-variable:CMAKE__LINKER_PREFERENCE_PROPAGATES", false], [1679, "variable:CMAKE__LINKER_PREFERENCE", true], [1680, "index-0-variable:CMAKE__LINKER_PREFERENCE", false], [1680, "variable:CMAKE__LINKER_PREFERENCE_PROPAGATES", true], [1681, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG_SEP", false], [1681, "variable:CMAKE__LINKER_WRAPPER_FLAG", true], [1682, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG", false], [1682, "variable:CMAKE__LINKER_WRAPPER_FLAG_SEP", true], [1683, "variable:CMAKE__LINK_EXECUTABLE", true], [1684, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG", false], [1684, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG_SEP", false], [1684, "index-0-variable:CMAKE__LINK_GROUP_USING__SUPPORTED", false], [1684, "index-0-variable:CMAKE_LINK_GROUP_USING_", false], [1684, "variable:CMAKE__LINK_GROUP_USING_", true], [1685, "index-0-variable:CMAKE__LINK_GROUP_USING_", false], [1685, "index-0-variable:CMAKE_LINK_GROUP_USING_", false], [1685, "index-0-variable:CMAKE_LINK_GROUP_USING__SUPPORTED", false], [1685, "index-1-variable:CMAKE_LINK_GROUP_USING__SUPPORTED", false], [1685, "variable:CMAKE__LINK_GROUP_USING__SUPPORTED", true], [1686, "index-0-variable:CMAKE_LINK_LIBRARY__ATTRIBUTES", false], [1686, "index-1-variable:CMAKE_LINK_LIBRARY__ATTRIBUTES", false], [1686, "variable:CMAKE__LINK_LIBRARY__ATTRIBUTES", true], [1687, "variable:CMAKE__LINK_LIBRARY_FILE_FLAG", true], [1688, "variable:CMAKE__LINK_LIBRARY_FLAG", true], [1689, "variable:CMAKE__LINK_LIBRARY_SUFFIX", true], [1690, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG", false], [1690, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG_SEP", false], [1690, "index-0-variable:CMAKE__LINK_LIBRARY__ATTRIBUTES", false], [1690, "index-0-variable:CMAKE__LINK_LIBRARY_USING__SUPPORTED", false], [1690, "index-0-variable:CMAKE_LINK_LIBRARY__ATTRIBUTES", false], [1690, "index-0-variable:CMAKE_LINK_LIBRARY_USING_", false], [1690, "variable:CMAKE__LINK_LIBRARY_USING_", true], [1691, "index-0-variable:CMAKE__LINK_LIBRARY_USING_", false], [1691, "index-0-variable:CMAKE_LINK_LIBRARY_USING__SUPPORTED", false], [1691, "variable:CMAKE__LINK_LIBRARY_USING__SUPPORTED", true], [1692, "index-0-variable:CMAKE_LINK_WHAT_YOU_USE_CHECK", false], [1692, "variable:CMAKE__LINK_WHAT_YOU_USE_FLAG", true], [1693, "variable:CMAKE__OUTPUT_EXTENSION", true], [1694, "variable:CMAKE__PLATFORM_ID", true], [1695, "index-0-variable:CMAKE__COMPILER_ID", false], [1695, "variable:CMAKE__SIMULATE_ID", true], [1696, "index-0-variable:CMAKE__COMPILER_VERSION", false], [1696, "variable:CMAKE__SIMULATE_VERSION", true], [1697, "variable:CMAKE__SIZEOF_DATA_PTR", true], [1698, "variable:CMAKE__SOURCE_FILE_EXTENSIONS", true], [1699, "index-0-variable:CMAKE_CUDA_STANDARD", false], [1699, "index-0-variable:CMAKE_CXX_STANDARD", false], [1699, "index-0-variable:CMAKE_C_STANDARD", false], [1699, "index-0-variable:CMAKE_HIP_STANDARD", false], [1699, "index-0-variable:CMAKE_OBJCXX_STANDARD", false], [1699, "index-0-variable:CMAKE_OBJC_STANDARD", false], [1699, "variable:CMAKE__STANDARD", true], [1700, "variable:CMAKE__STANDARD_DEFAULT", true], [1701, "index-0-variable:CMAKE__STANDARD_LIBRARIES", false], [1701, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1701, "variable:CMAKE__STANDARD_INCLUDE_DIRECTORIES", true], [1702, "variable:CMAKE__STANDARD_LATEST", true], [1703, "index-0-variable:CMAKE__STANDARD_INCLUDE_DIRECTORIES", false], [1703, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1703, "variable:CMAKE__STANDARD_LIBRARIES", true], [1704, "index-0-variable:CMAKE__STANDARD_LIBRARIES", false], [1704, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1704, "variable:CMAKE__STANDARD_LINK_DIRECTORIES", true], [1705, "index-0-variable:CMAKE_CUDA_STANDARD_REQUIRED", false], [1705, "index-0-variable:CMAKE_CXX_STANDARD_REQUIRED", false], [1705, "index-0-variable:CMAKE_C_STANDARD_REQUIRED", false], [1705, "index-0-variable:CMAKE_HIP_STANDARD_REQUIRED", false], [1705, "index-0-variable:CMAKE_OBJCXX_STANDARD_REQUIRED", false], [1705, "index-0-variable:CMAKE_OBJC_STANDARD_REQUIRED", false], [1705, "variable:CMAKE__STANDARD_REQUIRED", true], [1706, "index-0-variable:CMAKE__USING_LINKER_", false], [1706, "index-1-variable:CMAKE__USING_LINKER_", false], [1706, "index-2-variable:CMAKE__USING_LINKER_", false], [1706, "variable:CMAKE__USING_LINKER_MODE", true], [1707, "index-0-variable:CMAKE__USING_LINKER_MODE", false], [1707, "index-0-variable:CMAKE_LINKER_TYPE", false], [1707, "variable:CMAKE__USING_LINKER_", true], [1708, "variable:CMAKE__VISIBILITY_PRESET", true], [1709, "index-0-variable:CMAKE__LIBRARY_ARCHITECTURE", false], [1709, "variable:CMAKE_LIBRARY_ARCHITECTURE", true], [1710, "index-0-variable:CMAKE__LIBRARY_ARCHITECTURE", false], [1710, "variable:CMAKE_LIBRARY_ARCHITECTURE_REGEX", true], [1711, "variable:CMAKE_LIBRARY_OUTPUT_DIRECTORY", true], [1712, "variable:CMAKE_LIBRARY_OUTPUT_DIRECTORY_", true], [1713, "index-0-variable:CMAKE_PREFIX_PATH", false], [1713, "index-0-variable:CMAKE_SYSTEM_LIBRARY_PATH", false], [1713, "variable:CMAKE_LIBRARY_PATH", true], [1714, "variable:CMAKE_LIBRARY_PATH_FLAG", true], [1715, "variable:CMAKE_LINKER_TYPE", true], [1716, "variable:CMAKE_LINK_DEF_FILE_FLAG", true], [1717, "variable:CMAKE_LINK_DEPENDS_NO_SHARED", true], [1718, "variable:CMAKE_LINK_DEPENDS_USE_LINKER", true], [1719, "variable:CMAKE_LINK_DIRECTORIES_BEFORE", true], [1720, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG", false], [1720, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG_SEP", false], [1720, "index-0-variable:CMAKE__LINK_GROUP_USING_", false], [1720, "index-0-variable:CMAKE__LINK_GROUP_USING__SUPPORTED", false], [1720, "index-0-variable:CMAKE_LINK_GROUP_USING__SUPPORTED", false], [1720, "variable:CMAKE_LINK_GROUP_USING_", true], [1721, "index-0-variable:CMAKE__LINK_GROUP_USING__SUPPORTED", false], [1721, "index-0-variable:CMAKE_LINK_GROUP_USING_", false], [1721, "variable:CMAKE_LINK_GROUP_USING__SUPPORTED", true], [1722, "variable:CMAKE_LINK_INTERFACE_LIBRARIES", true], [1723, "variable:CMAKE_LINK_LIBRARIES_ONLY_TARGETS", true], [1724, "variable:CMAKE_LINK_LIBRARIES_STRATEGY", true], [1725, "index-0-variable:CMAKE__LINK_LIBRARY__ATTRIBUTES", false], [1725, "index-0-variable:CMAKE__LINK_LIBRARY_USING_", false], [1725, "index-0-variable:CMAKE__LINK_LIBRARY_USING__SUPPORTED", false], [1725, "index-0-variable:CMAKE_LINK_LIBRARY_USING_", false], [1725, "index-0-variable:CMAKE_LINK_LIBRARY_USING__SUPPORTED", false], [1725, "index-1-variable:CMAKE__LINK_LIBRARY__ATTRIBUTES", false], [1725, "variable:CMAKE_LINK_LIBRARY__ATTRIBUTES", true], [1726, "variable:CMAKE_LINK_LIBRARY_FILE_FLAG", true], [1727, "variable:CMAKE_LINK_LIBRARY_FLAG", true], [1728, "variable:CMAKE_LINK_LIBRARY_SUFFIX", true], [1729, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG", false], [1729, "index-0-variable:CMAKE__LINKER_WRAPPER_FLAG_SEP", false], [1729, "index-0-variable:CMAKE__LINK_LIBRARY__ATTRIBUTES", false], [1729, "index-0-variable:CMAKE__LINK_LIBRARY_USING__SUPPORTED", false], [1729, "index-0-variable:CMAKE_LINK_LIBRARY__ATTRIBUTES", false], [1729, "index-0-variable:CMAKE_LINK_LIBRARY_USING__SUPPORTED", false], [1729, "variable:CMAKE_LINK_LIBRARY_USING_", true], [1730, "index-0-variable:CMAKE__LINK_LIBRARY_USING__SUPPORTED", false], [1730, "index-0-variable:CMAKE_LINK_LIBRARY_USING_", false], [1730, "variable:CMAKE_LINK_LIBRARY_USING__SUPPORTED", true], [1731, "index-0-variable:CMAKE_LINK_SEARCH_START_STATIC", false], [1731, "variable:CMAKE_LINK_SEARCH_END_STATIC", true], [1732, "index-0-variable:CMAKE_LINK_SEARCH_END_STATIC", false], [1732, "variable:CMAKE_LINK_SEARCH_START_STATIC", true], [1733, "variable:CMAKE_LINK_WHAT_YOU_USE", true], [1734, "index-0-variable:CMAKE__LINK_WHAT_YOU_USE_FLAG", false], [1734, "variable:CMAKE_LINK_WHAT_YOU_USE_CHECK", true], [1735, "index-0-variable:CMAKE_SYSTEM_NAME", false], [1735, "variable:CMAKE_MACOSX_BUNDLE", true], [1736, "variable:CMAKE_MACOSX_RPATH", true], [1737, "index-0-variable:CMAKE_VERSION", false], [1737, "variable:CMAKE_MAJOR_VERSION", true], [1738, "index-0-variable:CMAKE_GENERATOR", false], [1738, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1738, "index-0-variable:CMAKE_VS_DEVENV_COMMAND", false], [1738, "index-0-variable:CMAKE_VS_MSBUILD_COMMAND", false], [1738, "variable:CMAKE_MAKE_PROGRAM", true], [1739, "variable:CMAKE_MAP_IMPORTED_CONFIG_", true], [1740, "index-0-variable:CMAKE_MATCH_", false], [1740, "variable:CMAKE_MATCH_COUNT", true], [1741, "index-0-variable:CMAKE_MATCH_COUNT", false], [1741, "variable:CMAKE_MATCH_", true], [1742, "variable:CMAKE_MAXIMUM_RECURSION_DEPTH", true], [1743, "index-0-variable:CMAKE_MESSAGE_CONTEXT_SHOW", false], [1743, "variable:CMAKE_MESSAGE_CONTEXT", true], [1744, "index-0-variable:CMAKE_MESSAGE_CONTEXT", false], [1744, "variable:CMAKE_MESSAGE_CONTEXT_SHOW", true], [1745, "variable:CMAKE_MESSAGE_INDENT", true], [1746, "variable:CMAKE_MESSAGE_LOG_LEVEL", true], [1747, "variable:CMAKE_MFC_FLAG", true], [1748, "variable:CMAKE_MINIMUM_REQUIRED_VERSION", true], [1749, "index-0-variable:CMAKE_VERSION", false], [1749, "variable:CMAKE_MINOR_VERSION", true], [1750, "variable:CMAKE_MODULE_LINKER_FLAGS", true], [1751, "variable:CMAKE_MODULE_LINKER_FLAGS_", true], [1752, "index-0-variable:CMAKE_MODULE_LINKER_FLAGS_", false], [1752, "index-0-variable:CMAKE_MODULE_LINKER_FLAGS_INIT", false], [1752, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1752, "variable:CMAKE_MODULE_LINKER_FLAGS__INIT", true], [1753, "index-0-variable:CMAKE_MODULE_LINKER_FLAGS", false], [1753, "index-0-variable:CMAKE_MODULE_LINKER_FLAGS__INIT", false], [1753, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1753, "variable:CMAKE_MODULE_LINKER_FLAGS_INIT", true], [1754, "index-0-variable:CMAKE_MODULE_PATH", false], [1754, "variable:CMAKE_MODULE_PATH", true], [1755, "variable:CMAKE_MSVCIDE_RUN_PATH", true], [1756, "variable:CMAKE_MSVC_DEBUG_INFORMATION_FORMAT", true], [1757, "variable:CMAKE_MSVC_RUNTIME_LIBRARY", true], [1758, "variable:CMAKE_NETRC", true], [1759, "variable:CMAKE_NETRC_FILE", true], [1760, "index-0-variable:CMAKE_BINARY_DIR", false], [1760, "index-1-variable:CMAKE_BINARY_DIR", false], [1760, "variable:CMAKE_NINJA_OUTPUT_PATH_PREFIX", true], [1761, "variable:CMAKE_NOT_USING_CONFIG_FLAGS", true], [1762, "variable:CMAKE_NO_BUILTIN_CHRPATH", true], [1763, "variable:CMAKE_NO_SYSTEM_FROM_IMPORTED", true], [1764, "variable:CMAKE_OBJCXX_EXTENSIONS", true], [1765, "variable:CMAKE_OBJCXX_STANDARD", true], [1766, "variable:CMAKE_OBJCXX_STANDARD_REQUIRED", true], [1767, "variable:CMAKE_OBJC_EXTENSIONS", true], [1768, "variable:CMAKE_OBJC_STANDARD", true], [1769, "variable:CMAKE_OBJC_STANDARD_REQUIRED", true], [1770, "variable:CMAKE_OBJECT_PATH_MAX", true], [1771, "variable:CMAKE_OPTIMIZE_DEPENDENCIES", true], [1772, "variable:CMAKE_OSX_ARCHITECTURES", true], [1773, "index-0-variable:CMAKE_OSX_SYSROOT", false], [1773, "variable:CMAKE_OSX_DEPLOYMENT_TARGET", true], [1774, "index-0-variable:CMAKE_OSX_DEPLOYMENT_TARGET", false], [1774, "variable:CMAKE_OSX_SYSROOT", true], [1775, "index-0-variable:CMAKE_CURRENT_LIST_FILE", false], [1775, "variable:CMAKE_PARENT_LIST_FILE", true], [1776, "index-0-variable:CMAKE_VERSION", false], [1776, "variable:CMAKE_PATCH_VERSION", true], [1777, "variable:CMAKE_PCH_INSTANTIATE_TEMPLATES", true], [1778, "variable:CMAKE_PCH_WARN_INVALID", true], [1779, "variable:CMAKE_PDB_OUTPUT_DIRECTORY", true], [1780, "index-0-variable:CMAKE_PDB_OUTPUT_DIRECTORY", false], [1780, "variable:CMAKE_PDB_OUTPUT_DIRECTORY_", true], [1781, "variable:CMAKE_PLATFORM_NO_VERSIONED_SONAME", true], [1782, "variable:CMAKE_POLICY_DEFAULT_CMP", true], [1783, "variable:CMAKE_POLICY_WARNING_CMP", true], [1784, "variable:CMAKE_POSITION_INDEPENDENT_CODE", true], [1785, "index-0-variable:CMAKE_IGNORE_PATH", false], [1785, "index-0-variable:CMAKE_INCLUDE_PATH", false], [1785, "index-0-variable:CMAKE_LIBRARY_PATH", false], [1785, "index-0-variable:CMAKE_PROGRAM_PATH", false], [1785, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [1785, "variable:CMAKE_PREFIX_PATH", true], [1786, "index-0-variable:CMAKE_PREFIX_PATH", false], [1786, "index-0-variable:CMAKE_SYSTEM_PROGRAM_PATH", false], [1786, "variable:CMAKE_PROGRAM_PATH", true], [1787, "index-0-variable:PROJECT_DESCRIPTION", false], [1787, "variable:CMAKE_PROJECT_DESCRIPTION", true], [1788, "index-0-variable:PROJECT_HOMEPAGE_URL", false], [1788, "variable:CMAKE_PROJECT_HOMEPAGE_URL", true], [1789, "index-0-variable:CMAKE_MODULE_PATH", false], [1789, "index-0-variable:CMAKE_PROJECT__INCLUDE", false], [1789, "index-0-variable:CMAKE_PROJECT__INCLUDE_BEFORE", false], [1789, "index-0-variable:CMAKE_PROJECT_INCLUDE_BEFORE", false], [1789, "index-0-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [1789, "variable:CMAKE_PROJECT_INCLUDE", true], [1790, "index-0-variable:CMAKE_MODULE_PATH", false], [1790, "index-0-variable:CMAKE_PROJECT__INCLUDE", false], [1790, "index-0-variable:CMAKE_PROJECT__INCLUDE_BEFORE", false], [1790, "index-0-variable:CMAKE_PROJECT_INCLUDE", false], [1790, "index-0-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [1790, "variable:CMAKE_PROJECT_INCLUDE_BEFORE", true], [1791, "index-0-variable:PROJECT_NAME", false], [1791, "variable:CMAKE_PROJECT_NAME", true], [1792, "index-0-variable:CMAKE_MODULE_PATH", false], [1792, "index-0-variable:CMAKE_PROJECT__INCLUDE_BEFORE", false], [1792, "index-0-variable:CMAKE_PROJECT_INCLUDE", false], [1792, "index-0-variable:CMAKE_PROJECT_INCLUDE_BEFORE", false], [1792, "index-0-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [1792, "variable:CMAKE_PROJECT__INCLUDE", true], [1793, "index-0-variable:CMAKE_MODULE_PATH", false], [1793, "index-0-variable:CMAKE_PROJECT__INCLUDE", false], [1793, "index-0-variable:CMAKE_PROJECT_INCLUDE", false], [1793, "index-0-variable:CMAKE_PROJECT_INCLUDE_BEFORE", false], [1793, "index-0-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [1793, "variable:CMAKE_PROJECT__INCLUDE_BEFORE", true], [1794, "index-0-variable:CMAKE__COMPILER", false], [1794, "index-0-variable:CMAKE_MODULE_PATH", false], [1794, "index-0-variable:CMAKE_PROJECT__INCLUDE", false], [1794, "index-0-variable:CMAKE_PROJECT__INCLUDE_BEFORE", false], [1794, "index-0-variable:CMAKE_PROJECT_INCLUDE", false], [1794, "index-0-variable:CMAKE_PROJECT_INCLUDE_BEFORE", false], [1794, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1794, "variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", true], [1795, "index-0-variable:PROJECT_VERSION", false], [1795, "variable:CMAKE_PROJECT_VERSION", true], [1796, "index-0-variable:CMAKE_PROJECT_VERSION", false], [1796, "variable:CMAKE_PROJECT_VERSION_MAJOR", true], [1797, "index-0-variable:CMAKE_PROJECT_VERSION", false], [1797, "variable:CMAKE_PROJECT_VERSION_MINOR", true], [1798, "index-0-variable:CMAKE_PROJECT_VERSION", false], [1798, "variable:CMAKE_PROJECT_VERSION_PATCH", true], [1799, "index-0-variable:CMAKE_PROJECT_VERSION", false], [1799, "variable:CMAKE_PROJECT_VERSION_TWEAK", true], [1800, "variable:CMAKE_RANLIB", true], [1801, "index-0-variable:CMAKE_DISABLE_FIND_PACKAGE_", false], [1801, "variable:CMAKE_REQUIRE_FIND_PACKAGE_", true], [1802, "variable:CMAKE_ROOT", true], [1803, "variable:CMAKE_RULE_MESSAGES", true], [1804, "variable:CMAKE_RUNTIME_OUTPUT_DIRECTORY", true], [1805, "variable:CMAKE_RUNTIME_OUTPUT_DIRECTORY_", true], [1806, "variable:CMAKE_SCRIPT_MODE_FILE", true], [1807, "variable:CMAKE_SHARED_LIBRARY_ARCHIVE_SUFFIX", true], [1808, "variable:CMAKE_SHARED_LIBRARY_ENABLE_EXPORTS", true], [1809, "variable:CMAKE_SHARED_LIBRARY_PREFIX", true], [1810, "variable:CMAKE_SHARED_LIBRARY_SUFFIX", true], [1811, "variable:CMAKE_SHARED_LINKER_FLAGS", true], [1812, "variable:CMAKE_SHARED_LINKER_FLAGS_", true], [1813, "index-0-variable:CMAKE_SHARED_LINKER_FLAGS_", false], [1813, "index-0-variable:CMAKE_SHARED_LINKER_FLAGS_INIT", false], [1813, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1813, "variable:CMAKE_SHARED_LINKER_FLAGS__INIT", true], [1814, "index-0-variable:CMAKE_SHARED_LINKER_FLAGS", false], [1814, "index-0-variable:CMAKE_SHARED_LINKER_FLAGS__INIT", false], [1814, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1814, "variable:CMAKE_SHARED_LINKER_FLAGS_INIT", true], [1815, "variable:CMAKE_SHARED_MODULE_PREFIX", true], [1816, "variable:CMAKE_SHARED_MODULE_SUFFIX", true], [1817, "variable:CMAKE_SIZEOF_VOID_P", true], [1818, "index-0-variable:CMAKE_SKIP_INSTALL_RPATH", false], [1818, "index-0-variable:CMAKE_SKIP_RPATH", false], [1818, "variable:CMAKE_SKIP_BUILD_RPATH", true], [1819, "index-0-variable:CMAKE_SKIP_TEST_ALL_DEPENDENCY", false], [1819, "variable:CMAKE_SKIP_INSTALL_ALL_DEPENDENCY", true], [1820, "index-0-variable:CMAKE_SKIP_BUILD_RPATH", false], [1820, "index-0-variable:CMAKE_SKIP_RPATH", false], [1820, "variable:CMAKE_SKIP_INSTALL_RPATH", true], [1821, "variable:CMAKE_SKIP_INSTALL_RULES", true], [1822, "index-0-variable:CMAKE_SKIP_BUILD_RPATH", false], [1822, "index-0-variable:CMAKE_SKIP_INSTALL_RPATH", false], [1822, "variable:CMAKE_SKIP_RPATH", true], [1823, "index-0-variable:CMAKE_SKIP_INSTALL_ALL_DEPENDENCY", false], [1823, "variable:CMAKE_SKIP_TEST_ALL_DEPENDENCY", true], [1824, "index-0-variable:CMAKE_BINARY_DIR", false], [1824, "index-0-variable:CMAKE_CURRENT_BINARY_DIR", false], [1824, "index-0-variable:CMAKE_CURRENT_SOURCE_DIR", false], [1824, "index-1-variable:CMAKE_BINARY_DIR", false], [1824, "variable:CMAKE_SOURCE_DIR", true], [1825, "index-0-variable:CMAKE_FIND_NO_INSTALL_PREFIX", false], [1825, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1825, "index-0-variable:CMAKE_SYSROOT", false], [1825, "variable:CMAKE_STAGING_PREFIX", true], [1826, "variable:CMAKE_STATIC_LIBRARY_PREFIX", true], [1827, "variable:CMAKE_STATIC_LIBRARY_SUFFIX", true], [1828, "index-0-variable:CMAKE_STATIC_LINKER_FLAGS_", false], [1828, "variable:CMAKE_STATIC_LINKER_FLAGS", true], [1829, "index-0-variable:CMAKE_STATIC_LINKER_FLAGS", false], [1829, "variable:CMAKE_STATIC_LINKER_FLAGS_", true], [1830, "index-0-variable:CMAKE_STATIC_LINKER_FLAGS_", false], [1830, "index-0-variable:CMAKE_STATIC_LINKER_FLAGS_INIT", false], [1830, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1830, "variable:CMAKE_STATIC_LINKER_FLAGS__INIT", true], [1831, "index-0-variable:CMAKE_STATIC_LINKER_FLAGS", false], [1831, "index-0-variable:CMAKE_STATIC_LINKER_FLAGS__INIT", false], [1831, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1831, "variable:CMAKE_STATIC_LINKER_FLAGS_INIT", true], [1832, "variable:CMAKE_SUBLIME_TEXT_2_ENV_SETTINGS", true], [1833, "variable:CMAKE_SUBLIME_TEXT_2_EXCLUDE_BUILD_TREE", true], [1834, "variable:CMAKE_SUPPRESS_REGENERATION", true], [1835, "index-0-variable:CMAKE_SYSROOT_COMPILE", false], [1835, "index-0-variable:CMAKE_SYSROOT_LINK", false], [1835, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1835, "variable:CMAKE_SYSROOT", true], [1836, "index-0-variable:CMAKE_SYSROOT", false], [1836, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1836, "variable:CMAKE_SYSROOT_COMPILE", true], [1837, "index-0-variable:CMAKE_SYSROOT", false], [1837, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1837, "variable:CMAKE_SYSROOT_LINK", true], [1838, "index-0-variable:CMAKE_SYSTEM_NAME", false], [1838, "index-0-variable:CMAKE_SYSTEM_VERSION", false], [1838, "index-1-variable:CMAKE_SYSTEM_NAME", false], [1838, "index-1-variable:CMAKE_SYSTEM_VERSION", false], [1838, "variable:CMAKE_SYSTEM", true], [1839, "index-0-variable:CMAKE_APPBUNDLE_PATH", false], [1839, "variable:CMAKE_SYSTEM_APPBUNDLE_PATH", true], [1840, "index-0-variable:CMAKE_FRAMEWORK_PATH", false], [1840, "variable:CMAKE_SYSTEM_FRAMEWORK_PATH", true], [1841, "index-0-variable:CMAKE_IGNORE_PATH", false], [1841, "index-0-variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH", false], [1841, "index-0-variable:CMAKE_SYSTEM_INCLUDE_PATH", false], [1841, "index-0-variable:CMAKE_SYSTEM_LIBRARY_PATH", false], [1841, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [1841, "index-0-variable:CMAKE_SYSTEM_PROGRAM_PATH", false], [1841, "index-1-variable:CMAKE_IGNORE_PATH", false], [1841, "index-1-variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH", false], [1841, "index-2-variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH", false], [1841, "index-3-variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH", false], [1841, "variable:CMAKE_SYSTEM_IGNORE_PATH", true], [1842, "index-0-variable:CMAKE_IGNORE_PREFIX_PATH", false], [1842, "index-0-variable:CMAKE_SYSTEM_IGNORE_PATH", false], [1842, "index-0-variable:CMAKE_SYSTEM_INCLUDE_PATH", false], [1842, "index-0-variable:CMAKE_SYSTEM_LIBRARY_PATH", false], [1842, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [1842, "index-0-variable:CMAKE_SYSTEM_PROGRAM_PATH", false], [1842, "index-1-variable:CMAKE_IGNORE_PREFIX_PATH", false], [1842, "index-1-variable:CMAKE_SYSTEM_IGNORE_PATH", false], [1842, "index-2-variable:CMAKE_SYSTEM_IGNORE_PATH", false], [1842, "variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH", true], [1843, "index-0-variable:CMAKE_INCLUDE_PATH", false], [1843, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [1843, "variable:CMAKE_SYSTEM_INCLUDE_PATH", true], [1844, "index-0-variable:CMAKE_LIBRARY_PATH", false], [1844, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [1844, "variable:CMAKE_SYSTEM_LIBRARY_PATH", true], [1845, "index-0-variable:CMAKE_HOST_SYSTEM_NAME", false], [1845, "index-0-variable:CMAKE_SYSTEM_VERSION", false], [1845, "index-1-variable:CMAKE_SYSTEM_VERSION", false], [1845, "variable:CMAKE_SYSTEM_NAME", true], [1846, "index-0-variable:CMAKE_FIND_NO_INSTALL_PREFIX", false], [1846, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1846, "index-0-variable:CMAKE_PREFIX_PATH", false], [1846, "index-0-variable:CMAKE_STAGING_PREFIX", false], [1846, "index-0-variable:CMAKE_SYSTEM_IGNORE_PATH", false], [1846, "index-0-variable:CMAKE_SYSTEM_INCLUDE_PATH", false], [1846, "index-0-variable:CMAKE_SYSTEM_LIBRARY_PATH", false], [1846, "index-0-variable:CMAKE_SYSTEM_PROGRAM_PATH", false], [1846, "variable:CMAKE_SYSTEM_PREFIX_PATH", true], [1847, "index-0-variable:CMAKE__COMPILER", false], [1847, "index-0-variable:CMAKE__COMPILER_TARGET", false], [1847, "index-0-variable:CMAKE_HOST_SYSTEM_PROCESSOR", false], [1847, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1847, "variable:CMAKE_SYSTEM_PROCESSOR", true], [1848, "index-0-variable:CMAKE_PROGRAM_PATH", false], [1848, "index-0-variable:CMAKE_SYSTEM_PREFIX_PATH", false], [1848, "variable:CMAKE_SYSTEM_PROGRAM_PATH", true], [1849, "index-0-variable:CMAKE_HOST_SYSTEM_VERSION", false], [1849, "index-0-variable:CMAKE_SYSTEM_NAME", false], [1849, "index-1-variable:CMAKE_SYSTEM_NAME", false], [1849, "index-2-variable:CMAKE_SYSTEM_NAME", false], [1849, "variable:CMAKE_SYSTEM_VERSION", true], [1850, "variable:CMAKE_Swift_COMPILATION_MODE", true], [1851, "variable:CMAKE_Swift_LANGUAGE_VERSION", true], [1852, "variable:CMAKE_Swift_MODULE_DIRECTORY", true], [1853, "variable:CMAKE_Swift_NUM_THREADS", true], [1854, "index-0-variable:CMAKE__COMPILER_ARCHITECTURE_ID", false], [1854, "index-0-variable:CMAKE__COMPILER_VERSION", false], [1854, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1854, "index-1-variable:CMAKE__COMPILER_VERSION", false], [1854, "variable:CMAKE_TASKING_TOOLSET", true], [1855, "variable:CMAKE_TEST_LAUNCHER", true], [1856, "variable:CMAKE_TLS_CAINFO", true], [1857, "variable:CMAKE_TLS_VERIFY", true], [1858, "variable:CMAKE_TLS_VERSION", true], [1859, "index-0-variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES", false], [1859, "variable:CMAKE_TOOLCHAIN_FILE", true], [1860, "variable:CMAKE_TRY_COMPILE_CONFIGURATION", true], [1861, "variable:CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES", true], [1862, "index-0-variable:CMAKE__FLAGS", false], [1862, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1862, "index-0-variable:CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES", false], [1862, "variable:CMAKE_TRY_COMPILE_PLATFORM_VARIABLES", true], [1863, "variable:CMAKE_TRY_COMPILE_TARGET_TYPE", true], [1864, "index-0-variable:CMAKE_VERSION", false], [1864, "variable:CMAKE_TWEAK_VERSION", true], [1865, "index-0-variable:CMAKE_EXPORT_COMPILE_COMMANDS", false], [1865, "variable:CMAKE_UNITY_BUILD", true], [1866, "variable:CMAKE_UNITY_BUILD_BATCH_SIZE", true], [1867, "variable:CMAKE_UNITY_BUILD_UNIQUE_ID", true], [1868, "index-0-variable:CMAKE__FLAGS", false], [1868, "index-0-variable:CMAKE__FLAGS_INIT", false], [1868, "index-0-variable:CMAKE_RUNTIME_OUTPUT_DIRECTORY", false], [1868, "index-0-variable:CMAKE_USER_MAKE_RULES_OVERRIDE_", false], [1868, "variable:CMAKE_USER_MAKE_RULES_OVERRIDE", true], [1869, "index-0-variable:CMAKE_USER_MAKE_RULES_OVERRIDE", false], [1869, "variable:CMAKE_USER_MAKE_RULES_OVERRIDE_", true], [1870, "variable:CMAKE_USE_RELATIVE_PATHS", true], [1871, "variable:CMAKE_VERBOSE_MAKEFILE", true], [1872, "variable:CMAKE_VERIFY_INTERFACE_HEADER_SETS", true], [1873, "index-0-variable:CMAKE_MAJOR_VERSION", false], [1873, "index-0-variable:CMAKE_MINOR_VERSION", false], [1873, "index-0-variable:CMAKE_PATCH_VERSION", false], [1873, "index-0-variable:CMAKE_TWEAK_VERSION", false], [1873, "variable:CMAKE_VERSION", true], [1874, "variable:CMAKE_VISIBILITY_INLINES_HIDDEN", true], [1875, "variable:CMAKE_VS_DEBUGGER_COMMAND", true], [1876, "variable:CMAKE_VS_DEBUGGER_COMMAND_ARGUMENTS", true], [1877, "variable:CMAKE_VS_DEBUGGER_ENVIRONMENT", true], [1878, "variable:CMAKE_VS_DEBUGGER_WORKING_DIRECTORY", true], [1879, "index-0-variable:CMAKE_MAKE_PROGRAM", false], [1879, "index-0-variable:CMAKE_VS_MSBUILD_COMMAND", false], [1879, "variable:CMAKE_VS_DEVENV_COMMAND", true], [1880, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1880, "variable:CMAKE_VS_GLOBALS", true], [1881, "variable:CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD", true], [1882, "variable:CMAKE_VS_INCLUDE_PACKAGE_TO_DEFAULT_BUILD", true], [1883, "variable:CMAKE_VS_INTEL_Fortran_PROJECT_VERSION", true], [1884, "variable:CMAKE_VS_JUST_MY_CODE_DEBUGGING", true], [1885, "index-0-variable:CMAKE_MAKE_PROGRAM", false], [1885, "index-0-variable:CMAKE_VS_DEVENV_COMMAND", false], [1885, "variable:CMAKE_VS_MSBUILD_COMMAND", true], [1886, "variable:CMAKE_VS_NO_COMPILE_BATCHING", true], [1887, "variable:CMAKE_VS_NUGET_PACKAGE_RESTORE", true], [1888, "index-0-variable:CMAKE_SYSTEM_NAME", false], [1888, "variable:CMAKE_VS_NsightTegra_VERSION", true], [1889, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [1889, "index-0-variable:CMAKE_VS_PLATFORM_NAME_DEFAULT", false], [1889, "variable:CMAKE_VS_PLATFORM_NAME", true], [1890, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [1890, "index-0-variable:CMAKE_VS_PLATFORM_NAME", false], [1890, "variable:CMAKE_VS_PLATFORM_NAME_DEFAULT", true], [1891, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1891, "variable:CMAKE_VS_PLATFORM_TOOLSET", true], [1892, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1892, "variable:CMAKE_VS_PLATFORM_TOOLSET_CUDA", true], [1893, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1893, "variable:CMAKE_VS_PLATFORM_TOOLSET_CUDA_CUSTOM_DIR", true], [1894, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1894, "variable:CMAKE_VS_PLATFORM_TOOLSET_FORTRAN", true], [1895, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1895, "variable:CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE", true], [1896, "index-0-variable:CMAKE_GENERATOR_TOOLSET", false], [1896, "variable:CMAKE_VS_PLATFORM_TOOLSET_VERSION", true], [1897, "variable:CMAKE_VS_SDK_EXCLUDE_DIRECTORIES", true], [1898, "variable:CMAKE_VS_SDK_EXECUTABLE_DIRECTORIES", true], [1899, "variable:CMAKE_VS_SDK_INCLUDE_DIRECTORIES", true], [1900, "variable:CMAKE_VS_SDK_LIBRARY_DIRECTORIES", true], [1901, "variable:CMAKE_VS_SDK_LIBRARY_WINRT_DIRECTORIES", true], [1902, "variable:CMAKE_VS_SDK_REFERENCE_DIRECTORIES", true], [1903, "variable:CMAKE_VS_SDK_SOURCE_DIRECTORIES", true], [1904, "index-0-variable:CMAKE_VS_TARGET_FRAMEWORK_TARGETS_VERSION", false], [1904, "index-0-variable:CMAKE_VS_TARGET_FRAMEWORK_VERSION", false], [1904, "variable:CMAKE_VS_TARGET_FRAMEWORK_IDENTIFIER", true], [1905, "index-0-variable:CMAKE_VS_TARGET_FRAMEWORK_IDENTIFIER", false], [1905, "index-0-variable:CMAKE_VS_TARGET_FRAMEWORK_VERSION", false], [1905, "variable:CMAKE_VS_TARGET_FRAMEWORK_TARGETS_VERSION", true], [1906, "index-0-variable:CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION", false], [1906, "index-0-variable:CMAKE_VS_TARGET_FRAMEWORK_IDENTIFIER", false], [1906, "index-0-variable:CMAKE_VS_TARGET_FRAMEWORK_TARGETS_VERSION", false], [1906, "variable:CMAKE_VS_TARGET_FRAMEWORK_VERSION", true], [1907, "index-0-variable:CMAKE_MSVC_RUNTIME_LIBRARY", false], [1907, "index-1-variable:CMAKE_MSVC_RUNTIME_LIBRARY", false], [1907, "variable:CMAKE_VS_USE_DEBUG_LIBRARIES", true], [1908, "index-0-variable:CMAKE_GENERATOR_INSTANCE", false], [1908, "variable:CMAKE_VS_VERSION_BUILD_NUMBER", true], [1909, "variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION", true], [1910, "index-0-variable:CMAKE_GENERATOR_PLATFORM", false], [1910, "index-0-variable:CMAKE_SYSTEM_VERSION", false], [1910, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM", false], [1910, "variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION", true], [1911, "index-0-variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION", false], [1911, "variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM", true], [1912, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1912, "variable:CMAKE_VS_WINRT_BY_DEFAULT", true], [1913, "variable:CMAKE_WARN_DEPRECATED", true], [1914, "variable:CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION", true], [1915, "variable:CMAKE_WATCOM_RUNTIME_LIBRARY", true], [1916, "variable:CMAKE_WIN32_EXECUTABLE", true], [1917, "variable:CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS", true], [1918, "index-0-variable:CMAKE_SYSTEM_NAME", false], [1918, "index-0-variable:CMAKE_TOOLCHAIN_FILE", false], [1918, "variable:CMAKE_WINDOWS_KMDF_VERSION", true], [1919, "variable:CMAKE_XCODE_ATTRIBUTE_", true], [1920, "variable:CMAKE_XCODE_BUILD_SYSTEM", true], [1921, "variable:CMAKE_XCODE_GENERATE_SCHEME", true], [1922, "variable:CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY", true], [1923, "variable:CMAKE_XCODE_LINK_BUILD_PHASE_MODE", true], [1924, "variable:CMAKE_XCODE_PLATFORM_TOOLSET", true], [1925, "variable:CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER", true], [1926, "variable:CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN", true], [1927, "variable:CMAKE_XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING", true], [1928, "variable:CMAKE_XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER", true], [1929, "variable:CMAKE_XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS", true], [1930, "variable:CMAKE_XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE", true], [1931, "variable:CMAKE_XCODE_SCHEME_ENABLE_GPU_API_VALIDATION", true], [1932, "variable:CMAKE_XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE", true], [1933, "variable:CMAKE_XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION", true], [1934, "variable:CMAKE_XCODE_SCHEME_ENVIRONMENT", true], [1935, "variable:CMAKE_XCODE_SCHEME_GUARD_MALLOC", true], [1936, "variable:CMAKE_XCODE_SCHEME_LAUNCH_CONFIGURATION", true], [1937, "variable:CMAKE_XCODE_SCHEME_LAUNCH_MODE", true], [1938, "variable:CMAKE_XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP", true], [1939, "variable:CMAKE_XCODE_SCHEME_MALLOC_GUARD_EDGES", true], [1940, "variable:CMAKE_XCODE_SCHEME_MALLOC_SCRIBBLE", true], [1941, "variable:CMAKE_XCODE_SCHEME_MALLOC_STACK", true], [1942, "variable:CMAKE_XCODE_SCHEME_THREAD_SANITIZER", true], [1943, "variable:CMAKE_XCODE_SCHEME_THREAD_SANITIZER_STOP", true], [1944, "variable:CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER", true], [1945, "variable:CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP", true], [1946, "variable:CMAKE_XCODE_SCHEME_WORKING_DIRECTORY", true], [1947, "variable:CMAKE_XCODE_SCHEME_ZOMBIE_OBJECTS", true], [1948, "variable:CMAKE_XCODE_XCCONFIG", true], [1949, "index-0-variable:CMAKE_ABSOLUTE_DESTINATION_FILES", false], [1949, "variable:CPACK_ABSOLUTE_DESTINATION_FILES", true], [1950, "index-0-variable:CPACK_INCLUDE_TOPLEVEL_DIRECTORY", false], [1950, "index-1-variable:CPACK_INCLUDE_TOPLEVEL_DIRECTORY", false], [1950, "variable:CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY", true], [1951, "index-0-variable:CPACK_PROJECT_CONFIG_FILE", false], [1951, "variable:CPACK_CUSTOM_INSTALL_VARIABLES", true], [1952, "index-0-variable:CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION", false], [1952, "variable:CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION", true], [1953, "index-0-variable:CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY", false], [1953, "variable:CPACK_INCLUDE_TOPLEVEL_DIRECTORY", true], [1954, "index-0-variable:CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS", false], [1954, "index-1-variable:CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS", false], [1954, "variable:CPACK_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS", true], [1955, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1955, "variable:CPACK_PACKAGING_INSTALL_PREFIX", true], [1956, "index-0-variable:CMAKE_INSTALL_PREFIX", false], [1956, "index-0-variable:CPACK_PACKAGING_INSTALL_PREFIX", false], [1956, "index-1-variable:CMAKE_INSTALL_PREFIX", false], [1956, "variable:CPACK_SET_DESTDIR", true], [1957, "index-0-variable:CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION", false], [1957, "variable:CPACK_WARN_ON_ABSOLUTE_INSTALL_DESTINATION", true], [1958, "variable:CTEST_BINARY_DIRECTORY", true], [1959, "variable:CTEST_BUILD_COMMAND", true], [1960, "variable:CTEST_BUILD_NAME", true], [1961, "variable:CTEST_BZR_COMMAND", true], [1962, "variable:CTEST_BZR_UPDATE_OPTIONS", true], [1963, "variable:CTEST_CHANGE_ID", true], [1964, "variable:CTEST_CHECKOUT_COMMAND", true], [1965, "variable:CTEST_CONFIGURATION_TYPE", true], [1966, "variable:CTEST_CONFIGURE_COMMAND", true], [1967, "variable:CTEST_COVERAGE_COMMAND", true], [1968, "variable:CTEST_COVERAGE_EXTRA_FLAGS", true], [1969, "index-0-variable:CTEST_TLS_VERIFY", false], [1969, "variable:CTEST_CURL_OPTIONS", true], [1970, "variable:CTEST_CUSTOM_COVERAGE_EXCLUDE", true], [1971, "variable:CTEST_CUSTOM_ERROR_EXCEPTION", true], [1972, "variable:CTEST_CUSTOM_ERROR_MATCH", true], [1973, "variable:CTEST_CUSTOM_ERROR_POST_CONTEXT", true], [1974, "variable:CTEST_CUSTOM_ERROR_PRE_CONTEXT", true], [1975, "index-0-variable:CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE", false], [1975, "index-0-variable:CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION", false], [1975, "variable:CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE", true], [1976, "variable:CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS", true], [1977, "variable:CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS", true], [1978, "index-0-variable:CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE", false], [1978, "index-0-variable:CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION", false], [1978, "variable:CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE", true], [1979, "variable:CTEST_CUSTOM_MEMCHECK_IGNORE", true], [1980, "variable:CTEST_CUSTOM_POST_MEMCHECK", true], [1981, "variable:CTEST_CUSTOM_POST_TEST", true], [1982, "variable:CTEST_CUSTOM_PRE_MEMCHECK", true], [1983, "variable:CTEST_CUSTOM_PRE_TEST", true], [1984, "variable:CTEST_CUSTOM_TESTS_IGNORE", true], [1985, "index-0-variable:CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE", false], [1985, "index-0-variable:CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE", false], [1985, "variable:CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION", true], [1986, "variable:CTEST_CUSTOM_WARNING_EXCEPTION", true], [1987, "variable:CTEST_CUSTOM_WARNING_MATCH", true], [1988, "index-0-variable:CTEST_CHECKOUT_COMMAND", false], [1988, "variable:CTEST_CVS_CHECKOUT", true], [1989, "variable:CTEST_CVS_COMMAND", true], [1990, "variable:CTEST_CVS_UPDATE_OPTIONS", true], [1991, "variable:CTEST_DROP_LOCATION", true], [1992, "variable:CTEST_DROP_METHOD", true], [1993, "variable:CTEST_DROP_SITE", true], [1994, "variable:CTEST_DROP_SITE_CDASH", true], [1995, "variable:CTEST_DROP_SITE_PASSWORD", true], [1996, "variable:CTEST_DROP_SITE_USER", true], [1997, "variable:CTEST_EXTRA_COVERAGE_GLOB", true], [1998, "variable:CTEST_GIT_COMMAND", true], [1999, "variable:CTEST_GIT_INIT_SUBMODULES", true], [2000, "variable:CTEST_GIT_UPDATE_CUSTOM", true], [2001, "variable:CTEST_GIT_UPDATE_OPTIONS", true], [2002, "variable:CTEST_HG_COMMAND", true], [2003, "variable:CTEST_HG_UPDATE_OPTIONS", true], [2004, "variable:CTEST_LABELS_FOR_SUBPROJECTS", true], [2005, "variable:CTEST_MEMORYCHECK_COMMAND", true], [2006, "variable:CTEST_MEMORYCHECK_COMMAND_OPTIONS", true], [2007, "variable:CTEST_MEMORYCHECK_SANITIZER_OPTIONS", true], [2008, "variable:CTEST_MEMORYCHECK_SUPPRESSIONS_FILE", true], [2009, "variable:CTEST_MEMORYCHECK_TYPE", true], [2010, "variable:CTEST_NIGHTLY_START_TIME", true], [2011, "variable:CTEST_P4_CLIENT", true], [2012, "variable:CTEST_P4_COMMAND", true], [2013, "variable:CTEST_P4_OPTIONS", true], [2014, "variable:CTEST_P4_UPDATE_OPTIONS", true], [2015, "variable:CTEST_RESOURCE_SPEC_FILE", true], [2016, "variable:CTEST_RUN_CURRENT_SCRIPT", true], [2017, "variable:CTEST_SCP_COMMAND", true], [2018, "index-0-variable:CMAKE_SOURCE_DIR", false], [2018, "variable:CTEST_SCRIPT_DIRECTORY", true], [2019, "variable:CTEST_SITE", true], [2020, "variable:CTEST_SOURCE_DIRECTORY", true], [2021, "variable:CTEST_SUBMIT_INACTIVITY_TIMEOUT", true], [2022, "variable:CTEST_SUBMIT_URL", true], [2023, "variable:CTEST_SVN_COMMAND", true], [2024, "variable:CTEST_SVN_OPTIONS", true], [2025, "variable:CTEST_SVN_UPDATE_OPTIONS", true], [2026, "variable:CTEST_TEST_LOAD", true], [2027, "variable:CTEST_TEST_TIMEOUT", true], [2028, "index-0-variable:CMAKE_TLS_VERIFY", false], [2028, "variable:CTEST_TLS_VERIFY", true], [2029, "index-0-variable:CMAKE_TLS_VERSION", false], [2029, "variable:CTEST_TLS_VERSION", true], [2030, "variable:CTEST_TRIGGER_SITE", true], [2031, "variable:CTEST_UPDATE_COMMAND", true], [2032, "variable:CTEST_UPDATE_OPTIONS", true], [2033, "variable:CTEST_UPDATE_VERSION_ONLY", true], [2034, "variable:CTEST_UPDATE_VERSION_OVERRIDE", true], [2035, "variable:CTEST_USE_LAUNCHERS", true], [2036, "variable:CYGWIN", true], [2037, "variable:ENV", true], [2038, "variable:EXECUTABLE_OUTPUT_PATH", true], [2039, "index-0-variable:CMAKE_SYSTEM_NAME", false], [2039, "variable:GHSMULTI", true], [2040, "index-0-variable:CMAKE_SYSTEM_NAME", false], [2040, "variable:IOS", true], [2041, "variable:LIBRARY_OUTPUT_PATH", true], [2042, "variable:LINUX", true], [2043, "variable:MINGW", true], [2044, "index-0-variable:MSVC_VERSION", false], [2044, "variable:MSVC", true], [2045, "index-0-variable:MSVC_VERSION", false], [2045, "variable:MSVC10", true], [2046, "index-0-variable:MSVC_VERSION", false], [2046, "variable:MSVC11", true], [2047, "index-0-variable:MSVC_VERSION", false], [2047, "variable:MSVC12", true], [2048, "index-0-variable:MSVC_VERSION", false], [2048, "variable:MSVC14", true], [2049, "index-0-variable:MSVC_VERSION", false], [2049, "variable:MSVC60", true], [2050, "index-0-variable:MSVC_VERSION", false], [2050, "variable:MSVC70", true], [2051, "index-0-variable:MSVC_VERSION", false], [2051, "variable:MSVC71", true], [2052, "index-0-variable:MSVC_VERSION", false], [2052, "variable:MSVC80", true], [2053, "index-0-variable:MSVC_VERSION", false], [2053, "variable:MSVC90", true], [2054, "variable:MSVC_IDE", true], [2055, "index-0-variable:MSVC_VERSION", false], [2055, "index-1-variable:MSVC_VERSION", false], [2055, "variable:MSVC_TOOLSET_VERSION", true], [2056, "index-0-variable:CMAKE__COMPILER_VERSION", false], [2056, "index-0-variable:MSVC_TOOLSET_VERSION", false], [2056, "variable:MSVC_VERSION", true], [2057, "variable:MSYS", true], [2058, "variable:_BINARY_DIR", true], [2059, "variable:_DESCRIPTION", true], [2060, "variable:_HOMEPAGE_URL", true], [2061, "index-0-variable:PROJECT_IS_TOP_LEVEL", false], [2061, "variable:_IS_TOP_LEVEL", true], [2062, "variable:_SOURCE_DIR", true], [2063, "index-0-variable:_VERSION_MAJOR", false], [2063, "index-0-variable:_VERSION_MINOR", false], [2063, "index-0-variable:_VERSION_PATCH", false], [2063, "index-0-variable:_VERSION_TWEAK", false], [2063, "variable:_VERSION", true], [2064, "index-0-variable:_VERSION", false], [2064, "variable:_VERSION_MAJOR", true], [2065, "index-0-variable:_VERSION", false], [2065, "variable:_VERSION_MINOR", true], [2066, "index-0-variable:_VERSION", false], [2066, "variable:_VERSION_PATCH", true], [2067, "index-0-variable:_VERSION", false], [2067, "variable:_VERSION_TWEAK", true], [2068, "variable:PROJECT_BINARY_DIR", true], [2069, "index-0-variable:CMAKE_PROJECT_DESCRIPTION", false], [2069, "variable:PROJECT_DESCRIPTION", true], [2070, "index-0-variable:CMAKE_PROJECT_HOMEPAGE_URL", false], [2070, "variable:PROJECT_HOMEPAGE_URL", true], [2071, "variable:PROJECT_IS_TOP_LEVEL", true], [2072, "index-0-variable:CMAKE_PROJECT_NAME", false], [2072, "variable:PROJECT_NAME", true], [2073, "variable:PROJECT_SOURCE_DIR", true], [2074, "index-0-variable:PROJECT_VERSION_MAJOR", false], [2074, "index-0-variable:PROJECT_VERSION_MINOR", false], [2074, "index-0-variable:PROJECT_VERSION_PATCH", false], [2074, "index-0-variable:PROJECT_VERSION_TWEAK", false], [2074, "variable:PROJECT_VERSION", true], [2075, "index-0-variable:PROJECT_VERSION", false], [2075, "variable:PROJECT_VERSION_MAJOR", true], [2076, "index-0-variable:PROJECT_VERSION", false], [2076, "variable:PROJECT_VERSION_MINOR", true], [2077, "index-0-variable:PROJECT_VERSION", false], [2077, "variable:PROJECT_VERSION_PATCH", true], [2078, "index-0-variable:PROJECT_VERSION", false], [2078, "variable:PROJECT_VERSION_TWEAK", true], [2079, "variable:_ROOT", true], [2079, "variable:_ROOT", true], [2080, "index-0-variable:APPLE", false], [2080, "index-0-variable:CMAKE_SYSTEM_NAME", false], [2080, "index-0-variable:CYGWIN", false], [2080, "variable:UNIX", true], [2081, "index-0-variable:CMAKE_SYSTEM_NAME", false], [2081, "variable:WASI", true], [2082, "variable:WIN32", true], [2083, "index-0-variable:CMAKE_SYSTEM_NAME", false], [2083, "variable:WINCE", true], [2084, "index-0-variable:CMAKE_SYSTEM_NAME", false], [2084, "variable:WINDOWS_PHONE", true], [2085, "index-0-variable:CMAKE_SYSTEM_NAME", false], [2085, "variable:WINDOWS_STORE", true], [2086, "variable:XCODE", true], [2087, "variable:XCODE_VERSION", true]], "variable_requires": [[125, "command:variable_requires", true], [595, "index-0-command:variable_requires", false], [1317, "index-0-command:variable_requires", false]], "variable_watch": [[126, "command:variable_watch", true], [1318, "index-0-command:variable_watch", false], [1742, "index-0-command:variable_watch", false]], "variables": [[64, "index-0-prop_dir:VARIABLES", false], [780, "prop_dir:VARIABLES", true]], "verbose": [[176, "index-0-envvar:VERBOSE", false], [218, "envvar:VERBOSE", true], [287, "index-0-envvar:VERBOSE", false], [287, "index-1-envvar:VERBOSE", false]], "verify_interface_header_sets": [[370, "index-0-prop_tgt:VERIFY_INTERFACE_HEADER_SETS", false], [857, "index-0-prop_tgt:VERIFY_INTERFACE_HEADER_SETS", false], [1099, "index-0-prop_tgt:VERIFY_INTERFACE_HEADER_SETS", false], [1099, "index-1-prop_tgt:VERIFY_INTERFACE_HEADER_SETS", false], [1229, "prop_tgt:VERIFY_INTERFACE_HEADER_SETS", true], [1334, "index-0-prop_tgt:VERIFY_INTERFACE_HEADER_SETS", false], [1334, "index-1-prop_tgt:VERIFY_INTERFACE_HEADER_SETS", false], [1872, "index-0-prop_tgt:VERIFY_INTERFACE_HEADER_SETS", false]], "version": [[77, "index-0-prop_tgt:VERSION", false], [258, "index-0-prop_tgt:VERSION", false], [273, "index-0-prop_tgt:VERSION", false], [917, "index-0-prop_tgt:VERSION", false], [1158, "index-0-prop_tgt:VERSION", false], [1158, "index-1-prop_tgt:VERSION", false], [1159, "index-0-prop_tgt:VERSION", false], [1159, "index-1-prop_tgt:VERSION", false], [1208, "index-0-prop_tgt:VERSION", false], [1208, "index-1-prop_tgt:VERSION", false], [1208, "index-2-prop_tgt:VERSION", false], [1208, "index-3-prop_tgt:VERSION", false], [1230, "prop_tgt:VERSION", true], [1326, "index-0-prop_tgt:VERSION", false], [1781, "index-0-prop_tgt:VERSION", false]], "version_equal": [[274, "genex:VERSION_EQUAL", true]], "version_greater": [[274, "genex:VERSION_GREATER", true]], "version_greater_equal": [[274, "genex:VERSION_GREATER_EQUAL", true]], "version_less": [[274, "genex:VERSION_LESS", true]], "version_less_equal": [[274, "genex:VERSION_LESS_EQUAL", true]], "visibility_inlines_hidden": [[285, "index-0-prop_tgt:VISIBILITY_INLINES_HIDDEN", false], [536, "index-0-prop_tgt:VISIBILITY_INLINES_HIDDEN", false], [536, "index-1-prop_tgt:VISIBILITY_INLINES_HIDDEN", false], [623, "index-0-prop_tgt:VISIBILITY_INLINES_HIDDEN", false], [1231, "prop_tgt:VISIBILITY_INLINES_HIDDEN", true], [1317, "index-0-prop_tgt:VISIBILITY_INLINES_HIDDEN", false], [1340, "index-0-prop_tgt:VISIBILITY_INLINES_HIDDEN", false], [1874, "index-0-prop_tgt:VISIBILITY_INLINES_HIDDEN", false]], "visual studio 10 2010": [[233, "generator:Visual Studio 10 2010", true], [1317, "index-0-generator:Visual Studio 10 2010", false], [1332, "index-0-generator:Visual Studio 10 2010", false], [1335, "index-0-generator:Visual Studio 10 2010", false], [1340, "index-0-generator:Visual Studio 10 2010", false]], "visual studio 11 2012": [[234, "generator:Visual Studio 11 2012", true], [1317, "index-0-generator:Visual Studio 11 2012", false], [1335, "index-0-generator:Visual Studio 11 2012", false], [1338, "index-0-generator:Visual Studio 11 2012", false]], "visual studio 12 2013": [[235, "generator:Visual Studio 12 2013", true], [1317, "index-0-generator:Visual Studio 12 2013", false], [1338, "index-0-generator:Visual Studio 12 2013", false], [1342, "index-0-generator:Visual Studio 12 2013", false]], "visual studio 14 2015": [[233, "index-0-generator:Visual Studio 14 2015", false], [234, "index-0-generator:Visual Studio 14 2015", false], [235, "index-0-generator:Visual Studio 14 2015", false], [236, "generator:Visual Studio 14 2015", true], [244, "index-0-generator:Visual Studio 14 2015", false], [1318, "index-0-generator:Visual Studio 14 2015", false], [1328, "index-0-generator:Visual Studio 14 2015", false], [1343, "index-0-generator:Visual Studio 14 2015", false], [1344, "index-0-generator:Visual Studio 14 2015", false], [1345, "index-0-generator:Visual Studio 14 2015", false], [1348, "index-0-generator:Visual Studio 14 2015", false], [1883, "index-0-generator:Visual Studio 14 2015", false]], "visual studio 15 2017": [[237, "generator:Visual Studio 15 2017", true], [1320, "index-0-generator:Visual Studio 15 2017", false], [1322, "index-0-generator:Visual Studio 15 2017", false], [1346, "index-0-generator:Visual Studio 15 2017", false]], "visual studio 16 2019": [[238, "generator:Visual Studio 16 2019", true], [1323, "index-0-generator:Visual Studio 16 2019", false], [1323, "index-1-generator:Visual Studio 16 2019", false]], "visual studio 17 2022": [[239, "generator:Visual Studio 17 2022", true], [270, "index-0-generator:Visual Studio 17 2022", false], [1331, "index-0-generator:Visual Studio 17 2022", false], [1331, "index-1-generator:Visual Studio 17 2022", false], [1331, "index-2-generator:Visual Studio 17 2022", false], [1331, "index-3-generator:Visual Studio 17 2022", false], [1331, "index-4-generator:Visual Studio 17 2022", false]], "visual studio 6": [[240, "generator:Visual Studio 6", true], [1340, "index-0-generator:Visual Studio 6", false], [1345, "index-0-generator:Visual Studio 6", false]], "visual studio 7": [[241, "generator:Visual Studio 7", true], [1340, "index-0-generator:Visual Studio 7", false], [1345, "index-0-generator:Visual Studio 7", false]], "visual studio 7 .net 2003": [[242, "generator:Visual Studio 7 .NET 2003", true], [1345, "index-0-generator:Visual Studio 7 .NET 2003", false], [1348, "index-0-generator:Visual Studio 7 .NET 2003", false]], "visual studio 8 2005": [[243, "generator:Visual Studio 8 2005", true], [1321, "index-0-generator:Visual Studio 8 2005", false], [1345, "index-0-generator:Visual Studio 8 2005", false], [1348, "index-0-generator:Visual Studio 8 2005", false]], "visual studio 9 2008": [[244, "generator:Visual Studio 9 2008", true], [1255, "index-0-generator:Visual Studio 9 2008", false], [1322, "index-0-generator:Visual Studio 9 2008", false], [1337, "index-0-generator:Visual Studio 9 2008", false], [1341, "index-0-generator:Visual Studio 9 2008", false], [1345, "index-0-generator:Visual Studio 9 2008", false]], "vs_configuration_type": [[1232, "prop_tgt:VS_CONFIGURATION_TYPE", true], [1325, "index-0-prop_tgt:VS_CONFIGURATION_TYPE", false], [1345, "index-0-prop_tgt:VS_CONFIGURATION_TYPE", false]], "vs_copy_to_out_dir": [[864, "prop_sf:VS_COPY_TO_OUT_DIR", true], [1347, "index-0-prop_sf:VS_COPY_TO_OUT_DIR", false]], "vs_csharp_": [[325, "index-0-prop_sf:VS_CSHARP_", false], [325, "index-1-prop_sf:VS_CSHARP_", false], [325, "index-2-prop_sf:VS_CSHARP_", false], [325, "index-3-prop_sf:VS_CSHARP_", false], [325, "index-4-prop_sf:VS_CSHARP_", false], [865, "prop_sf:VS_CSHARP_", true]], "vs_debugger_command": [[1233, "prop_tgt:VS_DEBUGGER_COMMAND", true], [1321, "index-0-prop_tgt:VS_DEBUGGER_COMMAND", false], [1322, "index-0-prop_tgt:VS_DEBUGGER_COMMAND", false], [1875, "index-0-prop_tgt:VS_DEBUGGER_COMMAND", false]], "vs_debugger_command_arguments": [[1234, "prop_tgt:VS_DEBUGGER_COMMAND_ARGUMENTS", true], [1322, "index-0-prop_tgt:VS_DEBUGGER_COMMAND_ARGUMENTS", false], [1876, "index-0-prop_tgt:VS_DEBUGGER_COMMAND_ARGUMENTS", false]], "vs_debugger_environment": [[1235, "prop_tgt:VS_DEBUGGER_ENVIRONMENT", true], [1322, "index-0-prop_tgt:VS_DEBUGGER_ENVIRONMENT", false], [1877, "index-0-prop_tgt:VS_DEBUGGER_ENVIRONMENT", false]], "vs_debugger_working_directory": [[1236, "prop_tgt:VS_DEBUGGER_WORKING_DIRECTORY", true], [1322, "index-0-prop_tgt:VS_DEBUGGER_WORKING_DIRECTORY", false], [1347, "index-0-prop_tgt:VS_DEBUGGER_WORKING_DIRECTORY", false], [1878, "index-0-prop_tgt:VS_DEBUGGER_WORKING_DIRECTORY", false]], "vs_deployment_content": [[866, "prop_sf:VS_DEPLOYMENT_CONTENT", true], [867, "index-0-prop_sf:VS_DEPLOYMENT_CONTENT", false], [1318, "index-0-prop_sf:VS_DEPLOYMENT_CONTENT", false]], "vs_deployment_location": [[867, "prop_sf:VS_DEPLOYMENT_LOCATION", true], [1318, "index-0-prop_sf:VS_DEPLOYMENT_LOCATION", false]], "vs_desktop_extensions_version": [[1237, "prop_tgt:VS_DESKTOP_EXTENSIONS_VERSION", true]], "vs_dotnet_documentation_file": [[1238, "prop_tgt:VS_DOTNET_DOCUMENTATION_FILE", true], [1326, "index-0-prop_tgt:VS_DOTNET_DOCUMENTATION_FILE", false]], "vs_dotnet_reference_": [[1239, "index-0-prop_tgt:VS_DOTNET_REFERENCE_", false], [1242, "prop_tgt:VS_DOTNET_REFERENCE_", true], [1347, "index-0-prop_tgt:VS_DOTNET_REFERENCE_", false], [1347, "index-1-prop_tgt:VS_DOTNET_REFERENCE_", false]], "vs_dotnet_referenceprop__tag_": [[1239, "prop_tgt:VS_DOTNET_REFERENCEPROP__TAG_", true], [1319, "index-0-prop_tgt:VS_DOTNET_REFERENCEPROP__TAG_", false]], "vs_dotnet_references": [[1239, "index-0-prop_tgt:VS_DOTNET_REFERENCES", false], [1240, "prop_tgt:VS_DOTNET_REFERENCES", true], [1242, "index-0-prop_tgt:VS_DOTNET_REFERENCES", false], [1347, "index-0-prop_tgt:VS_DOTNET_REFERENCES", false]], "vs_dotnet_references_copy_local": [[1241, "prop_tgt:VS_DOTNET_REFERENCES_COPY_LOCAL", true], [1242, "index-0-prop_tgt:VS_DOTNET_REFERENCES_COPY_LOCAL", false], [1347, "index-0-prop_tgt:VS_DOTNET_REFERENCES_COPY_LOCAL", false]], "vs_dotnet_startup_object": [[1243, "prop_tgt:VS_DOTNET_STARTUP_OBJECT", true], [1334, "index-0-prop_tgt:VS_DOTNET_STARTUP_OBJECT", false]], "vs_dotnet_target_framework_version": [[1244, "prop_tgt:VS_DOTNET_TARGET_FRAMEWORK_VERSION", true], [1321, "index-0-prop_tgt:VS_DOTNET_TARGET_FRAMEWORK_VERSION", false]], "vs_dpi_aware": [[1245, "prop_tgt:VS_DPI_AWARE", true], [1325, "index-0-prop_tgt:VS_DPI_AWARE", false]], "vs_filter_props": [[1246, "prop_tgt:VS_FILTER_PROPS", true], [1341, "index-0-prop_tgt:VS_FILTER_PROPS", false]], "vs_framework_references": [[1247, "prop_tgt:VS_FRAMEWORK_REFERENCES", true], [1342, "index-0-prop_tgt:VS_FRAMEWORK_REFERENCES", false]], "vs_global_": [[1251, "prop_tgt:VS_GLOBAL_", true], [1322, "index-0-prop_tgt:VS_GLOBAL_", false], [1344, "index-0-prop_tgt:VS_GLOBAL_", false], [1880, "index-0-prop_tgt:VS_GLOBAL_", false]], "vs_global_keyword": [[1248, "prop_tgt:VS_GLOBAL_KEYWORD", true], [1255, "index-0-prop_tgt:VS_GLOBAL_KEYWORD", false]], "vs_global_project_types": [[1249, "prop_tgt:VS_GLOBAL_PROJECT_TYPES", true]], "vs_global_rootnamespace": [[1250, "prop_tgt:VS_GLOBAL_ROOTNAMESPACE", true]], "vs_global_section_post_
": [[781, "prop_dir:VS_GLOBAL_SECTION_POST_
", true]], "vs_global_section_pre_
": [[782, "prop_dir:VS_GLOBAL_SECTION_PRE_
", true]], "vs_include_in_vsix": [[868, "prop_sf:VS_INCLUDE_IN_VSIX", true], [1347, "index-0-prop_sf:VS_INCLUDE_IN_VSIX", false]], "vs_iot_extensions_version": [[1252, "prop_tgt:VS_IOT_EXTENSIONS_VERSION", true]], "vs_iot_startup_task": [[1253, "prop_tgt:VS_IOT_STARTUP_TASK", true]], "vs_just_my_code_debugging": [[1254, "prop_tgt:VS_JUST_MY_CODE_DEBUGGING", true], [1324, "index-0-prop_tgt:VS_JUST_MY_CODE_DEBUGGING", false], [1884, "index-0-prop_tgt:VS_JUST_MY_CODE_DEBUGGING", false]], "vs_keyword": [[1255, "prop_tgt:VS_KEYWORD", true]], "vs_mobile_extensions_version": [[1256, "prop_tgt:VS_MOBILE_EXTENSIONS_VERSION", true]], "vs_no_compile_batching": [[1257, "prop_tgt:VS_NO_COMPILE_BATCHING", true], [1334, "index-0-prop_tgt:VS_NO_COMPILE_BATCHING", false], [1886, "index-0-prop_tgt:VS_NO_COMPILE_BATCHING", false]], "vs_no_solution_deploy": [[1258, "prop_tgt:VS_NO_SOLUTION_DEPLOY", true], [1324, "index-0-prop_tgt:VS_NO_SOLUTION_DEPLOY", false]], "vs_package_references": [[281, "index-0-prop_tgt:VS_PACKAGE_REFERENCES", false], [287, "index-0-prop_tgt:VS_PACKAGE_REFERENCES", false], [1259, "prop_tgt:VS_PACKAGE_REFERENCES", true], [1324, "index-0-prop_tgt:VS_PACKAGE_REFERENCES", false], [1333, "index-0-prop_tgt:VS_PACKAGE_REFERENCES", false], [1887, "index-0-prop_tgt:VS_PACKAGE_REFERENCES", false], [1887, "index-1-prop_tgt:VS_PACKAGE_REFERENCES", false]], "vs_platform_toolset": [[1260, "prop_tgt:VS_PLATFORM_TOOLSET", true], [1327, "index-0-prop_tgt:VS_PLATFORM_TOOLSET", false]], "vs_project_import": [[1261, "prop_tgt:VS_PROJECT_IMPORT", true], [1324, "index-0-prop_tgt:VS_PROJECT_IMPORT", false]], "vs_resource_generator": [[869, "prop_sf:VS_RESOURCE_GENERATOR", true], [1347, "index-0-prop_sf:VS_RESOURCE_GENERATOR", false]], "vs_scc_auxpath": [[1262, "prop_tgt:VS_SCC_AUXPATH", true]], "vs_scc_localpath": [[1263, "prop_tgt:VS_SCC_LOCALPATH", true]], "vs_scc_projectname": [[1264, "prop_tgt:VS_SCC_PROJECTNAME", true]], "vs_scc_provider": [[1265, "prop_tgt:VS_SCC_PROVIDER", true]], "vs_sdk_references": [[1266, "prop_tgt:VS_SDK_REFERENCES", true], [1346, "index-0-prop_tgt:VS_SDK_REFERENCES", false]], "vs_settings": [[870, "prop_sf:VS_SETTINGS", true], [1327, "index-0-prop_sf:VS_SETTINGS", false], [1332, "index-0-prop_sf:VS_SETTINGS", false]], "vs_shader_disable_optimizations": [[871, "prop_sf:VS_SHADER_DISABLE_OPTIMIZATIONS", true], [1320, "index-0-prop_sf:VS_SHADER_DISABLE_OPTIMIZATIONS", false], [1321, "index-0-prop_sf:VS_SHADER_DISABLE_OPTIMIZATIONS", false]], "vs_shader_enable_debug": [[872, "prop_sf:VS_SHADER_ENABLE_DEBUG", true], [1320, "index-0-prop_sf:VS_SHADER_ENABLE_DEBUG", false], [1321, "index-0-prop_sf:VS_SHADER_ENABLE_DEBUG", false]], "vs_shader_entrypoint": [[873, "prop_sf:VS_SHADER_ENTRYPOINT", true], [1318, "index-0-prop_sf:VS_SHADER_ENTRYPOINT", false]], "vs_shader_flags": [[874, "prop_sf:VS_SHADER_FLAGS", true], [1329, "index-0-prop_sf:VS_SHADER_FLAGS", false]], "vs_shader_model": [[875, "prop_sf:VS_SHADER_MODEL", true], [1318, "index-0-prop_sf:VS_SHADER_MODEL", false]], "vs_shader_object_file_name": [[876, "prop_sf:VS_SHADER_OBJECT_FILE_NAME", true], [1321, "index-0-prop_sf:VS_SHADER_OBJECT_FILE_NAME", false]], "vs_shader_output_header_file": [[877, "prop_sf:VS_SHADER_OUTPUT_HEADER_FILE", true], [1319, "index-0-prop_sf:VS_SHADER_OUTPUT_HEADER_FILE", false]], "vs_shader_type": [[878, "prop_sf:VS_SHADER_TYPE", true], [1318, "index-0-prop_sf:VS_SHADER_TYPE", false]], "vs_shader_variable_name": [[879, "prop_sf:VS_SHADER_VARIABLE_NAME", true], [1319, "index-0-prop_sf:VS_SHADER_VARIABLE_NAME", false]], "vs_solution_deploy": [[1267, "prop_tgt:VS_SOLUTION_DEPLOY", true], [1327, "index-0-prop_tgt:VS_SOLUTION_DEPLOY", false]], "vs_source_settings_": [[1268, "prop_tgt:VS_SOURCE_SETTINGS_", true], [1327, "index-0-prop_tgt:VS_SOURCE_SETTINGS_", false]], "vs_startup_project": [[783, "prop_dir:VS_STARTUP_PROJECT", true], [1345, "index-0-prop_dir:VS_STARTUP_PROJECT", false]], "vs_tool_override": [[880, "prop_sf:VS_TOOL_OVERRIDE", true], [1346, "index-0-prop_sf:VS_TOOL_OVERRIDE", false]], "vs_use_debug_libraries": [[722, "index-0-prop_tgt:VS_USE_DEBUG_LIBRARIES", false], [1270, "prop_tgt:VS_USE_DEBUG_LIBRARIES", true], [1341, "index-0-prop_tgt:VS_USE_DEBUG_LIBRARIES", false], [1907, "index-0-prop_tgt:VS_USE_DEBUG_LIBRARIES", false], [1907, "index-1-prop_tgt:VS_USE_DEBUG_LIBRARIES", false]], "vs_user_props": [[1269, "prop_tgt:VS_USER_PROPS", true], [1347, "index-0-prop_tgt:VS_USER_PROPS", false]], "vs_windows_target_platform_min_version": [[1271, "prop_tgt:VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION", true], [1337, "index-0-prop_tgt:VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION", false], [1909, "index-0-prop_tgt:VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION", false]], "vs_winrt_component": [[1272, "prop_tgt:VS_WINRT_COMPONENT", true], [1273, "index-0-prop_tgt:VS_WINRT_COMPONENT", false], [1318, "index-0-prop_tgt:VS_WINRT_COMPONENT", false], [1912, "index-0-prop_tgt:VS_WINRT_COMPONENT", false]], "vs_winrt_extensions": [[1273, "prop_tgt:VS_WINRT_EXTENSIONS", true]], "vs_winrt_references": [[1274, "prop_tgt:VS_WINRT_REFERENCES", true]], "vs_xaml_type": [[881, "prop_sf:VS_XAML_TYPE", true]], "wasi": [[2081, "variable:WASI", true]], "watcom wmake": [[245, "generator:Watcom WMake", true]], "watcom_runtime_library": [[696, "index-0-prop_tgt:WATCOM_RUNTIME_LIBRARY", false], [1275, "prop_tgt:WATCOM_RUNTIME_LIBRARY", true], [1334, "index-0-prop_tgt:WATCOM_RUNTIME_LIBRARY", false], [1915, "index-0-prop_tgt:WATCOM_RUNTIME_LIBRARY", false], [1915, "index-1-prop_tgt:WATCOM_RUNTIME_LIBRARY", false]], "while": [[12, "index-0-command:while", false], [13, "index-0-command:while", false], [25, "index-0-command:while", false], [50, "index-0-command:while", false], [62, "index-0-command:while", false], [71, "index-0-command:while", false], [127, "command:while", true], [277, "index-0-command:while", false], [690, "index-0-command:while", false], [690, "index-1-command:while", false], [690, "index-2-command:while", false], [690, "index-3-command:while", false], [1332, "index-0-command:while", false], [1334, "index-0-command:while", false]], "will_fail": [[10, "index-0-prop_test:WILL_FAIL", false], [913, "prop_test:WILL_FAIL", true]], "win32": [[1017, "index-0-variable:WIN32", false], [1492, "index-0-variable:WIN32", false], [2082, "variable:WIN32", true]], "win32_executable": [[6, "index-0-prop_tgt:WIN32_EXECUTABLE", false], [283, "index-0-prop_tgt:WIN32_EXECUTABLE", false], [480, "index-0-prop_tgt:WIN32_EXECUTABLE", false], [1276, "prop_tgt:WIN32_EXECUTABLE", true], [1328, "index-0-prop_tgt:WIN32_EXECUTABLE", false], [1330, "index-0-prop_tgt:WIN32_EXECUTABLE", false], [1916, "index-0-prop_tgt:WIN32_EXECUTABLE", false], [1916, "index-1-prop_tgt:WIN32_EXECUTABLE", false]], "wince": [[2083, "variable:WINCE", true]], "windows_export_all_symbols": [[1277, "prop_tgt:WINDOWS_EXPORT_ALL_SYMBOLS", true], [1343, "index-0-prop_tgt:WINDOWS_EXPORT_ALL_SYMBOLS", false], [1346, "index-0-prop_tgt:WINDOWS_EXPORT_ALL_SYMBOLS", false], [1348, "index-0-prop_tgt:WINDOWS_EXPORT_ALL_SYMBOLS", false], [1917, "index-0-prop_tgt:WINDOWS_EXPORT_ALL_SYMBOLS", false]], "windows_phone": [[2084, "variable:WINDOWS_PHONE", true]], "windows_store": [[2085, "variable:WINDOWS_STORE", true]], "working_directory": [[10, "index-0-prop_test:WORKING_DIRECTORY", false], [903, "index-0-prop_test:WORKING_DIRECTORY", false], [914, "prop_test:WORKING_DIRECTORY", true], [1317, "index-0-prop_test:WORKING_DIRECTORY", false]], "wrap_exclude": [[882, "prop_sf:WRAP_EXCLUDE", true]], "write_basic_package_version_file": [[248, "index-0-command:write_basic_package_version_file", false], [250, "index-0-command:write_basic_package_version_file", false], [304, "command:write_basic_package_version_file", true], [304, "index-0-command:write_basic_package_version_file", false], [558, "index-0-command:write_basic_package_version_file", false], [1320, "index-0-command:write_basic_package_version_file", false], [1323, "index-0-command:write_basic_package_version_file", false]], "write_file": [[128, "command:write_file", true]], "write_regv": [[287, "cmdoption-cmake-E-arg-write_regv", false]], "writebasicconfigversionfile": [[558, "module:WriteBasicConfigVersionFile", true]], "writecompilerdetectionheader": [[268, "index-0-module:WriteCompilerDetectionHeader", false], [559, "index-0-module:WriteCompilerDetectionHeader", false], [559, "module:WriteCompilerDetectionHeader", true], [680, "index-0-module:WriteCompilerDetectionHeader", false], [680, "index-1-module:WriteCompilerDetectionHeader", false], [680, "index-2-module:WriteCompilerDetectionHeader", false], [680, "index-3-module:WriteCompilerDetectionHeader", false], [1318, "index-0-module:WriteCompilerDetectionHeader", false], [1321, "index-0-module:WriteCompilerDetectionHeader", false], [1329, "index-0-module:WriteCompilerDetectionHeader", false], [1329, "index-1-module:WriteCompilerDetectionHeader", false], [1330, "index-0-module:WriteCompilerDetectionHeader", false], [1347, "index-0-module:WriteCompilerDetectionHeader", false]], "x": [[287, "cmdoption-cmake-E_tar-arg-x", false]], "xcode": [[2, "index-0-generator:Xcode", false], [2, "index-1-generator:Xcode", false], [53, "index-0-generator:Xcode", false], [246, "generator:Xcode", true], [247, "index-0-generator:Xcode", false], [262, "index-0-generator:Xcode", false], [266, "index-0-generator:Xcode", false], [268, "index-0-generator:Xcode", false], [274, "index-0-generator:Xcode", false], [285, "index-0-generator:Xcode", false], [285, "index-1-generator:Xcode", false], [285, "index-2-generator:Xcode", false], [304, "index-0-generator:Xcode", false], [555, "index-0-generator:Xcode", false], [555, "index-1-generator:Xcode", false], [555, "index-2-generator:Xcode", false], [555, "index-3-generator:Xcode", false], [568, "index-0-generator:Xcode", false], [702, "index-0-generator:Xcode", false], [702, "index-1-generator:Xcode", false], [717, "index-0-generator:Xcode", false], [717, "index-1-generator:Xcode", false], [784, "index-0-generator:Xcode", false], [784, "index-1-generator:Xcode", false], [806, "index-0-generator:Xcode", false], [824, "index-0-generator:Xcode", false], [825, "index-0-generator:Xcode", false], [825, "index-1-generator:Xcode", false], [835, "index-0-generator:Xcode", false], [836, "index-0-generator:Xcode", false], [836, "index-1-generator:Xcode", false], [837, "index-0-generator:Xcode", false], [838, "index-0-generator:Xcode", false], [845, "index-0-generator:Xcode", false], [845, "index-1-generator:Xcode", false], [851, "index-0-generator:Xcode", false], [883, "index-0-generator:Xcode", false], [884, "index-0-generator:Xcode", false], [885, "index-0-generator:Xcode", false], [937, "index-0-generator:Xcode", false], [937, "index-1-generator:Xcode", false], [939, "index-0-generator:Xcode", false], [1032, "index-0-generator:Xcode", false], [1081, "index-0-generator:Xcode", false], [1081, "index-1-generator:Xcode", false], [1081, "index-2-generator:Xcode", false], [1081, "index-3-generator:Xcode", false], [1081, "index-4-generator:Xcode", false], [1081, "index-5-generator:Xcode", false], [1132, "index-0-generator:Xcode", false], [1133, "index-0-generator:Xcode", false], [1187, "index-0-generator:Xcode", false], [1201, "index-0-generator:Xcode", false], [1202, "index-0-generator:Xcode", false], [1217, "index-0-generator:Xcode", false], [1278, "index-0-generator:Xcode", false], [1279, "index-0-generator:Xcode", false], [1280, "index-0-generator:Xcode", false], [1281, "index-0-generator:Xcode", false], [1282, "index-0-generator:Xcode", false], [1283, "index-0-generator:Xcode", false], [1284, "index-0-generator:Xcode", false], [1286, "index-0-generator:Xcode", false], [1287, "index-0-generator:Xcode", false], [1315, "index-0-generator:Xcode", false], [1318, "index-0-generator:Xcode", false], [1319, "index-0-generator:Xcode", false], [1320, "index-0-generator:Xcode", false], [1320, "index-1-generator:Xcode", false], [1322, "index-0-generator:Xcode", false], [1323, "index-0-generator:Xcode", false], [1324, "index-0-generator:Xcode", false], [1324, "index-1-generator:Xcode", false], [1325, "index-0-generator:Xcode", false], [1326, "index-0-generator:Xcode", false], [1326, "index-1-generator:Xcode", false], [1327, "index-0-generator:Xcode", false], [1328, "index-0-generator:Xcode", false], [1328, "index-1-generator:Xcode", false], [1328, "index-2-generator:Xcode", false], [1329, "index-0-generator:Xcode", false], [1330, "index-0-generator:Xcode", false], [1330, "index-1-generator:Xcode", false], [1331, "index-0-generator:Xcode", false], [1331, "index-1-generator:Xcode", false], [1331, "index-2-generator:Xcode", false], [1333, "index-0-generator:Xcode", false], [1333, "index-1-generator:Xcode", false], [1334, "index-0-generator:Xcode", false], [1335, "index-0-generator:Xcode", false], [1335, "index-1-generator:Xcode", false], [1335, "index-2-generator:Xcode", false], [1335, "index-3-generator:Xcode", false], [1335, "index-4-generator:Xcode", false], [1336, "index-0-generator:Xcode", false], [1338, "index-0-generator:Xcode", false], [1338, "index-1-generator:Xcode", false], [1339, "index-0-generator:Xcode", false], [1343, "index-0-generator:Xcode", false], [1344, "index-0-generator:Xcode", false], [1346, "index-0-generator:Xcode", false], [1346, "index-1-generator:Xcode", false], [1346, "index-2-generator:Xcode", false], [1347, "index-0-generator:Xcode", false], [1347, "index-1-generator:Xcode", false], [1348, "index-0-generator:Xcode", false], [1348, "index-1-generator:Xcode", false], [1348, "index-2-generator:Xcode", false], [1429, "index-0-generator:Xcode", false], [1445, "index-0-generator:Xcode", false], [1448, "index-0-generator:Xcode", false], [1564, "index-0-generator:Xcode", false], [1738, "index-0-generator:Xcode", false], [1919, "index-0-generator:Xcode", false], [1920, "index-0-generator:Xcode", false], [1921, "index-0-generator:Xcode", false], [1922, "index-0-generator:Xcode", false], [1923, "index-0-generator:Xcode", false], [1924, "index-0-generator:Xcode", false], [1948, "index-0-generator:Xcode", false], [2086, "variable:XCODE", true], [2086, "index-0-generator:Xcode", false], [2087, "index-0-generator:Xcode", false], [2087, "index-1-generator:Xcode", false]], "xcode_attribute_": [[1021, "index-0-prop_tgt:XCODE_ATTRIBUTE_", false], [1278, "prop_tgt:XCODE_ATTRIBUTE_", true], [1340, "index-0-prop_tgt:XCODE_ATTRIBUTE_", false], [1919, "index-0-prop_tgt:XCODE_ATTRIBUTE_", false]], "xcode_embed_": [[1279, "index-0-prop_tgt:XCODE_EMBED_", false], [1280, "index-0-prop_tgt:XCODE_EMBED_", false], [1281, "prop_tgt:XCODE_EMBED_", true], [1282, "index-0-prop_tgt:XCODE_EMBED_", false], [1283, "index-0-prop_tgt:XCODE_EMBED_", false], [1284, "index-0-prop_tgt:XCODE_EMBED_", false], [1330, "index-0-prop_tgt:XCODE_EMBED_", false], [1330, "index-1-prop_tgt:XCODE_EMBED_", false], [1330, "index-2-prop_tgt:XCODE_EMBED_", false], [1331, "index-0-prop_tgt:XCODE_EMBED_", false], [1331, "index-1-prop_tgt:XCODE_EMBED_", false], [1333, "index-0-prop_tgt:XCODE_EMBED_", false], [1336, "index-0-prop_tgt:XCODE_EMBED_", false], [1336, "index-1-prop_tgt:XCODE_EMBED_", false], [1338, "index-0-prop_tgt:XCODE_EMBED_", false], [1339, "index-0-prop_tgt:XCODE_EMBED_", false]], "xcode_embed__code_sign_on_copy": [[1279, "index-0-prop_tgt:XCODE_EMBED__CODE_SIGN_ON_COPY", false], [1281, "index-0-prop_tgt:XCODE_EMBED__CODE_SIGN_ON_COPY", false], [1282, "prop_tgt:XCODE_EMBED__CODE_SIGN_ON_COPY", true], [1331, "index-0-prop_tgt:XCODE_EMBED__CODE_SIGN_ON_COPY", false], [1336, "index-0-prop_tgt:XCODE_EMBED__CODE_SIGN_ON_COPY", false]], "xcode_embed__path": [[1281, "index-0-prop_tgt:XCODE_EMBED__PATH", false], [1283, "prop_tgt:XCODE_EMBED__PATH", true]], "xcode_embed__remove_headers_on_copy": [[1280, "index-0-prop_tgt:XCODE_EMBED__REMOVE_HEADERS_ON_COPY", false], [1281, "index-0-prop_tgt:XCODE_EMBED__REMOVE_HEADERS_ON_COPY", false], [1284, "prop_tgt:XCODE_EMBED__REMOVE_HEADERS_ON_COPY", true], [1331, "index-0-prop_tgt:XCODE_EMBED__REMOVE_HEADERS_ON_COPY", false], [1336, "index-0-prop_tgt:XCODE_EMBED__REMOVE_HEADERS_ON_COPY", false]], "xcode_embed_frameworks_code_sign_on_copy": [[1279, "prop_tgt:XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY", true], [1330, "index-0-prop_tgt:XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY", false]], "xcode_embed_frameworks_remove_headers_on_copy": [[1280, "prop_tgt:XCODE_EMBED_FRAMEWORKS_REMOVE_HEADERS_ON_COPY", true], [1330, "index-0-prop_tgt:XCODE_EMBED_FRAMEWORKS_REMOVE_HEADERS_ON_COPY", false]], "xcode_emit_effective_platform_name": [[825, "prop_gbl:XCODE_EMIT_EFFECTIVE_PLATFORM_NAME", true], [1347, "index-0-prop_gbl:XCODE_EMIT_EFFECTIVE_PLATFORM_NAME", false]], "xcode_explicit_file_type": [[883, "prop_sf:XCODE_EXPLICIT_FILE_TYPE", true], [885, "index-0-prop_sf:XCODE_EXPLICIT_FILE_TYPE", false], [1285, "prop_tgt:XCODE_EXPLICIT_FILE_TYPE", true], [1288, "index-0-prop_tgt:XCODE_EXPLICIT_FILE_TYPE", false], [1318, "index-0-prop_sf:XCODE_EXPLICIT_FILE_TYPE", false], [1347, "index-0-prop_tgt:XCODE_EXPLICIT_FILE_TYPE", false]], "xcode_file_attributes": [[884, "prop_sf:XCODE_FILE_ATTRIBUTES", true], [1346, "index-0-prop_sf:XCODE_FILE_ATTRIBUTES", false]], "xcode_generate_scheme": [[1286, "prop_tgt:XCODE_GENERATE_SCHEME", true], [1289, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1290, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1291, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1292, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1293, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1294, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1295, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1296, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1297, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1298, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1299, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1300, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1301, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1302, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1303, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1304, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1305, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1306, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1307, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1308, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1309, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1310, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1311, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1312, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1313, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1314, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1324, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1921, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1925, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1926, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1927, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1928, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1929, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1930, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1931, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1932, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1933, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1934, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1935, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1936, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1937, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1938, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1939, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1940, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1941, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1942, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1943, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1944, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1945, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1946, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false], [1947, "index-0-prop_tgt:XCODE_GENERATE_SCHEME", false]], "xcode_last_known_file_type": [[883, "index-0-prop_sf:XCODE_LAST_KNOWN_FILE_TYPE", false], [885, "prop_sf:XCODE_LAST_KNOWN_FILE_TYPE", true], [1318, "index-0-prop_sf:XCODE_LAST_KNOWN_FILE_TYPE", false]], "xcode_link_build_phase_mode": [[1287, "prop_tgt:XCODE_LINK_BUILD_PHASE_MODE", true], [1328, "index-0-prop_tgt:XCODE_LINK_BUILD_PHASE_MODE", false], [1923, "index-0-prop_tgt:XCODE_LINK_BUILD_PHASE_MODE", false]], "xcode_product_type": [[1285, "index-0-prop_tgt:XCODE_PRODUCT_TYPE", false], [1288, "prop_tgt:XCODE_PRODUCT_TYPE", true], [1347, "index-0-prop_tgt:XCODE_PRODUCT_TYPE", false]], "xcode_scheme_address_sanitizer": [[1286, "index-0-prop_tgt:XCODE_SCHEME_ADDRESS_SANITIZER", false], [1289, "prop_tgt:XCODE_SCHEME_ADDRESS_SANITIZER", true], [1925, "index-0-prop_tgt:XCODE_SCHEME_ADDRESS_SANITIZER", false]], "xcode_scheme_address_sanitizer_use_after_return": [[1286, "index-0-prop_tgt:XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN", false], [1290, "prop_tgt:XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN", true], [1926, "index-0-prop_tgt:XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN", false]], "xcode_scheme_arguments": [[1286, "index-0-prop_tgt:XCODE_SCHEME_ARGUMENTS", false], [1291, "prop_tgt:XCODE_SCHEME_ARGUMENTS", true]], "xcode_scheme_debug_as_root": [[1286, "index-0-prop_tgt:XCODE_SCHEME_DEBUG_AS_ROOT", false], [1292, "prop_tgt:XCODE_SCHEME_DEBUG_AS_ROOT", true]], "xcode_scheme_debug_document_versioning": [[1286, "index-0-prop_tgt:XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING", false], [1293, "prop_tgt:XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING", true], [1325, "index-0-prop_tgt:XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING", false], [1927, "index-0-prop_tgt:XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING", false]], "xcode_scheme_disable_main_thread_checker": [[1286, "index-0-prop_tgt:XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER", false], [1294, "prop_tgt:XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER", true], [1928, "index-0-prop_tgt:XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER", false]], "xcode_scheme_dynamic_library_loads": [[1286, "index-0-prop_tgt:XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS", false], [1295, "prop_tgt:XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS", true], [1929, "index-0-prop_tgt:XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS", false]], "xcode_scheme_dynamic_linker_api_usage": [[1286, "index-0-prop_tgt:XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE", false], [1296, "prop_tgt:XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE", true], [1930, "index-0-prop_tgt:XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE", false]], "xcode_scheme_enable_gpu_api_validation": [[1286, "index-0-prop_tgt:XCODE_SCHEME_ENABLE_GPU_API_VALIDATION", false], [1297, "prop_tgt:XCODE_SCHEME_ENABLE_GPU_API_VALIDATION", true], [1335, "index-0-prop_tgt:XCODE_SCHEME_ENABLE_GPU_API_VALIDATION", false], [1931, "index-0-prop_tgt:XCODE_SCHEME_ENABLE_GPU_API_VALIDATION", false]], "xcode_scheme_enable_gpu_frame_capture_mode": [[1286, "index-0-prop_tgt:XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE", false], [1298, "prop_tgt:XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE", true], [1333, "index-0-prop_tgt:XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE", false], [1932, "index-0-prop_tgt:XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE", false]], "xcode_scheme_enable_gpu_shader_validation": [[1286, "index-0-prop_tgt:XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION", false], [1299, "prop_tgt:XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION", true], [1335, "index-0-prop_tgt:XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION", false], [1933, "index-0-prop_tgt:XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION", false]], "xcode_scheme_environment": [[1286, "index-0-prop_tgt:XCODE_SCHEME_ENVIRONMENT", false], [1300, "prop_tgt:XCODE_SCHEME_ENVIRONMENT", true], [1326, "index-0-prop_tgt:XCODE_SCHEME_ENVIRONMENT", false], [1934, "index-0-prop_tgt:XCODE_SCHEME_ENVIRONMENT", false]], "xcode_scheme_executable": [[1286, "index-0-prop_tgt:XCODE_SCHEME_EXECUTABLE", false], [1301, "prop_tgt:XCODE_SCHEME_EXECUTABLE", true]], "xcode_scheme_guard_malloc": [[1286, "index-0-prop_tgt:XCODE_SCHEME_GUARD_MALLOC", false], [1302, "prop_tgt:XCODE_SCHEME_GUARD_MALLOC", true], [1935, "index-0-prop_tgt:XCODE_SCHEME_GUARD_MALLOC", false]], "xcode_scheme_launch_configuration": [[1286, "index-0-prop_tgt:XCODE_SCHEME_LAUNCH_CONFIGURATION", false], [1303, "prop_tgt:XCODE_SCHEME_LAUNCH_CONFIGURATION", true], [1335, "index-0-prop_tgt:XCODE_SCHEME_LAUNCH_CONFIGURATION", false], [1936, "index-0-prop_tgt:XCODE_SCHEME_LAUNCH_CONFIGURATION", false]], "xcode_scheme_launch_mode": [[1286, "index-0-prop_tgt:XCODE_SCHEME_LAUNCH_MODE", false], [1304, "prop_tgt:XCODE_SCHEME_LAUNCH_MODE", true], [1335, "index-0-prop_tgt:XCODE_SCHEME_LAUNCH_MODE", false], [1937, "index-0-prop_tgt:XCODE_SCHEME_LAUNCH_MODE", false]], "xcode_scheme_main_thread_checker_stop": [[1286, "index-0-prop_tgt:XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP", false], [1305, "prop_tgt:XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP", true], [1938, "index-0-prop_tgt:XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP", false]], "xcode_scheme_malloc_guard_edges": [[1286, "index-0-prop_tgt:XCODE_SCHEME_MALLOC_GUARD_EDGES", false], [1306, "prop_tgt:XCODE_SCHEME_MALLOC_GUARD_EDGES", true], [1939, "index-0-prop_tgt:XCODE_SCHEME_MALLOC_GUARD_EDGES", false]], "xcode_scheme_malloc_scribble": [[1286, "index-0-prop_tgt:XCODE_SCHEME_MALLOC_SCRIBBLE", false], [1307, "prop_tgt:XCODE_SCHEME_MALLOC_SCRIBBLE", true], [1940, "index-0-prop_tgt:XCODE_SCHEME_MALLOC_SCRIBBLE", false]], "xcode_scheme_malloc_stack": [[1286, "index-0-prop_tgt:XCODE_SCHEME_MALLOC_STACK", false], [1308, "prop_tgt:XCODE_SCHEME_MALLOC_STACK", true], [1941, "index-0-prop_tgt:XCODE_SCHEME_MALLOC_STACK", false]], "xcode_scheme_thread_sanitizer": [[1286, "index-0-prop_tgt:XCODE_SCHEME_THREAD_SANITIZER", false], [1309, "prop_tgt:XCODE_SCHEME_THREAD_SANITIZER", true], [1942, "index-0-prop_tgt:XCODE_SCHEME_THREAD_SANITIZER", false]], "xcode_scheme_thread_sanitizer_stop": [[1286, "index-0-prop_tgt:XCODE_SCHEME_THREAD_SANITIZER_STOP", false], [1310, "prop_tgt:XCODE_SCHEME_THREAD_SANITIZER_STOP", true], [1943, "index-0-prop_tgt:XCODE_SCHEME_THREAD_SANITIZER_STOP", false]], "xcode_scheme_undefined_behaviour_sanitizer": [[1286, "index-0-prop_tgt:XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER", false], [1311, "prop_tgt:XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER", true], [1944, "index-0-prop_tgt:XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER", false]], "xcode_scheme_undefined_behaviour_sanitizer_stop": [[1286, "index-0-prop_tgt:XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP", false], [1312, "prop_tgt:XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP", true], [1945, "index-0-prop_tgt:XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP", false]], "xcode_scheme_working_directory": [[1286, "index-0-prop_tgt:XCODE_SCHEME_WORKING_DIRECTORY", false], [1313, "prop_tgt:XCODE_SCHEME_WORKING_DIRECTORY", true], [1326, "index-0-prop_tgt:XCODE_SCHEME_WORKING_DIRECTORY", false], [1946, "index-0-prop_tgt:XCODE_SCHEME_WORKING_DIRECTORY", false]], "xcode_scheme_zombie_objects": [[1286, "index-0-prop_tgt:XCODE_SCHEME_ZOMBIE_OBJECTS", false], [1314, "prop_tgt:XCODE_SCHEME_ZOMBIE_OBJECTS", true], [1947, "index-0-prop_tgt:XCODE_SCHEME_ZOMBIE_OBJECTS", false]], "xcode_version": [[2087, "variable:XCODE_VERSION", true]], "xcode_xcconfig": [[1315, "prop_tgt:XCODE_XCCONFIG", true], [1334, "index-0-prop_tgt:XCODE_XCCONFIG", false], [1948, "index-0-prop_tgt:XCODE_XCCONFIG", false]], "xctest": [[1316, "prop_tgt:XCTEST", true], [1340, "index-0-prop_tgt:XCTEST", false]], "xctest_add_bundle": [[507, "command:xctest_add_bundle", true], [1316, "index-0-command:xctest_add_bundle", false]], "xctest_add_test": [[507, "command:xctest_add_test", true]], "xctest_executable": [[507, "variable:XCTest_EXECUTABLE", true]], "xctest_found": [[507, "variable:XCTest_FOUND", true]], "xctest_include_dirs": [[507, "variable:XCTest_INCLUDE_DIRS", true]], "xctest_libraries": [[507, "variable:XCTest_LIBRARIES", true]], "z": [[287, "cmdoption-cmake-E_tar-arg-z", false]]}, "objects": {"": [[0, 0, 1, "", "command:add_compile_definitions"], [1, 0, 1, "", "command:add_compile_options"], [2, 0, 1, "", "command:add_custom_command"], [3, 0, 1, "", "command:add_custom_target"], [4, 0, 1, "", "command:add_definitions"], [5, 0, 1, "", "command:add_dependencies"], [6, 0, 1, "", "command:add_executable"], [6, 0, 1, "alias", "command:add_executable(alias)"], [6, 0, 1, "imported", "command:add_executable(imported)"], [6, 0, 1, "normal", "command:add_executable(normal)"], [369, 0, 1, "", "command:add_feature_info"], [551, 0, 1, "", "command:add_jar"], [7, 0, 1, "", "command:add_library"], [7, 0, 1, "alias", "command:add_library(alias)"], [7, 0, 1, "imported", "command:add_library(imported)"], [7, 0, 1, "interface", "command:add_library(interface)"], [7, 0, 1, "interface-with-sources", "command:add_library(interface-with-sources)"], [7, 0, 1, "normal", "command:add_library(normal)"], [7, 0, 1, "object", "command:add_library(object)"], [8, 0, 1, "", "command:add_link_options"], [9, 0, 1, "", "command:add_subdirectory"], [10, 0, 1, "", "command:add_test"], [292, 0, 1, "", "command:android_add_test_data"], [11, 0, 1, "", "command:aux_source_directory"], [12, 0, 1, "", "command:block"], [13, 0, 1, "", "command:break"], [14, 0, 1, "", "command:build_command"], [15, 0, 1, "", "command:build_name"], [330, 0, 1, "", "command:check_c_compiler_flag"], [331, 0, 1, "", "command:check_c_source_compiles"], [332, 0, 1, "", "command:check_c_source_runs"], [337, 0, 1, "", "command:check_compiler_flag"], [333, 0, 1, "", "command:check_cxx_compiler_flag"], [334, 0, 1, "", "command:check_cxx_source_compiles"], [335, 0, 1, "", "command:check_cxx_source_runs"], [336, 0, 1, "", "command:check_cxx_symbol_exists"], [338, 0, 1, "", "command:check_fortran_compiler_flag"], [339, 0, 1, "", "command:check_fortran_function_exists"], [340, 0, 1, "", "command:check_fortran_source_compiles"], [341, 0, 1, "", "command:check_fortran_source_runs"], [342, 0, 1, "", "command:check_function_exists"], [344, 0, 1, "", "command:check_include_file"], [345, 0, 1, "", "command:check_include_file_cxx"], [346, 0, 1, "", "command:check_include_files"], [343, 0, 1, "", "command:check_ipo_supported"], [347, 0, 1, "", "command:check_language"], [348, 0, 1, "", "command:check_library_exists"], [349, 0, 1, "", "command:check_linker_flag"], [350, 0, 1, "", "command:check_objc_compiler_flag"], [351, 0, 1, "", "command:check_objc_source_compiles"], [352, 0, 1, "", "command:check_objc_source_runs"], [353, 0, 1, "", "command:check_objcxx_compiler_flag"], [354, 0, 1, "", "command:check_objcxx_source_compiles"], [355, 0, 1, "", "command:check_objcxx_source_runs"], [356, 0, 1, "", "command:check_pie_supported"], [357, 0, 1, "", "command:check_prototype_definition"], [358, 0, 1, "", "command:check_source_compiles"], [359, 0, 1, "", "command:check_source_runs"], [360, 0, 1, "", "command:check_struct_has_member"], [361, 0, 1, "", "command:check_symbol_exists"], [362, 0, 1, "", "command:check_type_size"], [363, 0, 1, "", "command:check_variable_exists"], [296, 0, 1, "", "command:cmake_dependent_option"], [16, 0, 1, "", "command:cmake_file_api"], [16, 0, 1, "query", "command:cmake_file_api(query)"], [17, 0, 1, "", "command:cmake_host_system_information"], [18, 0, 1, "", "command:cmake_language"], [18, 0, 1, "call", "command:cmake_language(call)"], [18, 0, 1, "defer", "command:cmake_language(defer)"], [18, 0, 1, "eval", "command:cmake_language(eval)"], [18, 0, 1, "exit", "command:cmake_language(exit)"], [18, 0, 1, "get-message-log-level", "command:cmake_language(get_message_log_level)"], [18, 0, 1, "set-dependency-provider", "command:cmake_language(set_dependency_provider)"], [19, 0, 1, "", "command:cmake_minimum_required"], [20, 0, 1, "", "command:cmake_parse_arguments"], [21, 0, 1, "", "command:cmake_path"], [22, 0, 1, "", "command:cmake_pkg_config"], [22, 0, 1, "extract", "command:cmake_pkg_config(extract)"], [23, 0, 1, "", "command:cmake_policy"], [23, 0, 1, "get", "command:cmake_policy(get)"], [23, 0, 1, "pop", "command:cmake_policy(pop)"], [23, 0, 1, "push", "command:cmake_policy(push)"], [23, 0, 1, "set", "command:cmake_policy(set)"], [23, 0, 1, "version", "command:cmake_policy(version)"], [24, 0, 1, "", "command:configure_file"], [304, 0, 1, "", "command:configure_package_config_file"], [25, 0, 1, "", "command:continue"], [313, 0, 1, "", "command:cpack_add_component"], [313, 0, 1, "", "command:cpack_add_component_group"], [313, 0, 1, "", "command:cpack_add_install_type"], [313, 0, 1, "", "command:cpack_configure_downloads"], [318, 0, 1, "", "command:cpack_ifw_add_package_resources"], [318, 0, 1, "", "command:cpack_ifw_add_repository"], [318, 0, 1, "", "command:cpack_ifw_configure_component"], [318, 0, 1, "", "command:cpack_ifw_configure_component_group"], [319, 0, 1, "", "command:cpack_ifw_configure_file"], [318, 0, 1, "", "command:cpack_ifw_update_repository"], [551, 0, 1, "", "command:create_javadoc"], [551, 0, 1, "", "command:create_javah"], [26, 0, 1, "", "command:create_test_sourcelist"], [26, 0, 1, "original", "command:create_test_sourcelist(original)"], [325, 0, 1, "", "command:csharp_get_dependentupon_name"], [325, 0, 1, "", "command:csharp_get_filename_key_base"], [325, 0, 1, "", "command:csharp_get_filename_keys"], [325, 0, 1, "", "command:csharp_set_designer_cs_properties"], [325, 0, 1, "", "command:csharp_set_windows_forms_properties"], [325, 0, 1, "", "command:csharp_set_xaml_cs_properties"], [27, 0, 1, "", "command:ctest_build"], [28, 0, 1, "", "command:ctest_configure"], [29, 0, 1, "", "command:ctest_coverage"], [327, 0, 1, "", "command:ctest_coverage_collect_gcov"], [30, 0, 1, "", "command:ctest_empty_binary_directory"], [31, 0, 1, "", "command:ctest_memcheck"], [32, 0, 1, "", "command:ctest_read_custom_files"], [33, 0, 1, "", "command:ctest_run_script"], [34, 0, 1, "", "command:ctest_sleep"], [35, 0, 1, "", "command:ctest_start"], [36, 0, 1, "", "command:ctest_submit"], [37, 0, 1, "", "command:ctest_test"], [38, 0, 1, "", "command:ctest_update"], [39, 0, 1, "", "command:ctest_upload"], [389, 0, 1, "", "command:cxxtest_add_test"], [40, 0, 1, "", "command:define_property"], [394, 0, 1, "", "command:doxygen_add_docs"], [41, 0, 1, "", "command:else"], [42, 0, 1, "", "command:elseif"], [43, 0, 1, "", "command:enable_language"], [44, 0, 1, "", "command:enable_testing"], [45, 0, 1, "", "command:endblock"], [46, 0, 1, "", "command:endforeach"], [47, 0, 1, "", "command:endfunction"], [48, 0, 1, "", "command:endif"], [49, 0, 1, "", "command:endmacro"], [50, 0, 1, "", "command:endwhile"], [396, 0, 1, "", "command:env_module"], [396, 0, 1, "", "command:env_module_avail"], [396, 0, 1, "", "command:env_module_list"], [396, 0, 1, "", "command:env_module_swap"], [51, 0, 1, "", "command:exec_program"], [52, 0, 1, "", "command:execute_process"], [53, 0, 1, "", "command:export"], [53, 0, 1, "package", "command:export(package)"], [53, 0, 1, "setup", "command:export(setup)"], [53, 0, 1, "targets", "command:export(targets)"], [551, 0, 1, "", "command:export_jars"], [54, 0, 1, "", "command:export_library_dependencies"], [367, 0, 1, "", "command:externaldata_add_target"], [367, 0, 1, "", "command:externaldata_add_test"], [367, 0, 1, "", "command:externaldata_expand_arguments"], [368, 0, 1, "", "command:externalproject_add"], [368, 0, 1, "", "command:externalproject_add_step"], [368, 0, 1, "", "command:externalproject_add_stepdependencies"], [368, 0, 1, "", "command:externalproject_add_steptargets"], [368, 0, 1, "", "command:externalproject_get_property"], [369, 0, 1, "", "command:feature_summary"], [370, 0, 1, "", "command:fetchcontent_declare"], [370, 0, 1, "", "command:fetchcontent_getproperties"], [370, 0, 1, "", "command:fetchcontent_makeavailable"], [370, 0, 1, "", "command:fetchcontent_populate"], [370, 0, 1, "", "command:fetchcontent_setpopulated"], [55, 0, 1, "", "command:file"], [55, 0, 1, "hash", "command:file(<hash>)"], [55, 0, 1, "append", "command:file(append)"], [55, 0, 1, "archive-create", "command:file(archive_create)"], [55, 0, 1, "archive-extract", "command:file(archive_extract)"], [55, 0, 1, "chmod", "command:file(chmod)"], [55, 0, 1, "chmod-recurse", "command:file(chmod_recurse)"], [55, 0, 1, "configure", "command:file(configure)"], [55, 0, 1, "copy", "command:file(copy)"], [55, 0, 1, "copy-file", "command:file(copy_file)"], [55, 0, 1, "create-link", "command:file(create_link)"], [55, 0, 1, "download", "command:file(download)"], [55, 0, 1, "generate", "command:file(generate)"], [55, 0, 1, "get-runtime-dependencies", "command:file(get_runtime_dependencies)"], [55, 0, 1, "glob", "command:file(glob)"], [55, 0, 1, "glob-recurse", "command:file(glob_recurse)"], [55, 0, 1, "install", "command:file(install)"], [55, 0, 1, "lock", "command:file(lock)"], [55, 0, 1, "make-directory", "command:file(make_directory)"], [55, 0, 1, "read", "command:file(read)"], [55, 0, 1, "read-symlink", "command:file(read_symlink)"], [55, 0, 1, "real-path", "command:file(real_path)"], [55, 0, 1, "relative-path", "command:file(relative_path)"], [55, 0, 1, "remove", "command:file(remove)"], [55, 0, 1, "remove-recurse", "command:file(remove_recurse)"], [55, 0, 1, "rename", "command:file(rename)"], [55, 0, 1, "size", "command:file(size)"], [55, 0, 1, "strings", "command:file(strings)"], [55, 0, 1, "timestamp", "command:file(timestamp)"], [55, 0, 1, "to-cmake-path", "command:file(to_cmake_path)"], [55, 0, 1, "to-native-path", "command:file(to_native_path)"], [55, 0, 1, "touch", "command:file(touch)"], [55, 0, 1, "touch-nocreate", "command:file(touch_nocreate)"], [55, 0, 1, "upload", "command:file(upload)"], [55, 0, 1, "write", "command:file(write)"], [299, 0, 1, "", "command:find_dependency"], [56, 0, 1, "", "command:find_file"], [551, 0, 1, "", "command:find_jar"], [57, 0, 1, "", "command:find_library"], [58, 0, 1, "", "command:find_package"], [462, 0, 1, "", "command:find_package_check_version"], [462, 0, 1, "", "command:find_package_handle_standard_args"], [59, 0, 1, "", "command:find_path"], [60, 0, 1, "", "command:find_program"], [61, 0, 1, "", "command:fltk_wrap_ui"], [62, 0, 1, "", "command:foreach"], [534, 0, 1, "", "command:fortrancinterface_header"], [534, 0, 1, "", "command:fortrancinterface_verify"], [63, 0, 1, "", "command:function"], [304, 0, 1, "", "command:generate_apple_architecture_selection_file"], [304, 0, 1, "", "command:generate_apple_platform_selection_file"], [64, 0, 1, "", "command:get_cmake_property"], [65, 0, 1, "", "command:get_directory_property"], [66, 0, 1, "", "command:get_filename_component"], [67, 0, 1, "", "command:get_property"], [68, 0, 1, "", "command:get_source_file_property"], [69, 0, 1, "", "command:get_target_property"], [70, 0, 1, "", "command:get_test_property"], [535, 0, 1, "", "command:gnuinstalldirs_get_absolute_install_dir"], [538, 0, 1, "", "command:gtest_add_tests"], [538, 0, 1, "", "command:gtest_discover_tests"], [71, 0, 1, "", "command:if"], [71, 0, 1, "and", "command:if(and)"], [71, 0, 1, "command", "command:if(command)"], [71, 0, 1, "constant", "command:if(constant)"], [71, 0, 1, "defined", "command:if(defined)"], [71, 0, 1, "equal", "command:if(equal)"], [71, 0, 1, "exists", "command:if(exists)"], [71, 0, 1, "greater", "command:if(greater)"], [71, 0, 1, "greater-equal", "command:if(greater_equal)"], [71, 0, 1, "in-list", "command:if(in_list)"], [71, 0, 1, "is-absolute", "command:if(is_absolute)"], [71, 0, 1, "is-directory", "command:if(is_directory)"], [71, 0, 1, "is-executable", "command:if(is_executable)"], [71, 0, 1, "is-newer-than", "command:if(is_newer_than)"], [71, 0, 1, "is-readable", "command:if(is_readable)"], [71, 0, 1, "is-symlink", "command:if(is_symlink)"], [71, 0, 1, "is-writable", "command:if(is_writable)"], [71, 0, 1, "less", "command:if(less)"], [71, 0, 1, "less-equal", "command:if(less_equal)"], [71, 0, 1, "matches", "command:if(matches)"], [71, 0, 1, "not", "command:if(not)"], [71, 0, 1, "or", "command:if(or)"], [71, 0, 1, "parentheses", "command:if(parentheses)"], [71, 0, 1, "path-equal", "command:if(path_equal)"], [71, 0, 1, "policy", "command:if(policy)"], [71, 0, 1, "strequal", "command:if(strequal)"], [71, 0, 1, "strgreater", "command:if(strgreater)"], [71, 0, 1, "strgreater-equal", "command:if(strgreater_equal)"], [71, 0, 1, "string", "command:if(string)"], [71, 0, 1, "strless", "command:if(strless)"], [71, 0, 1, "strless-equal", "command:if(strless_equal)"], [71, 0, 1, "target", "command:if(target)"], [71, 0, 1, "test", "command:if(test)"], [71, 0, 1, "variable", "command:if(variable)"], [71, 0, 1, "version-equal", "command:if(version_equal)"], [71, 0, 1, "version-greater", "command:if(version_greater)"], [71, 0, 1, "version-greater-equal", "command:if(version_greater_equal)"], [71, 0, 1, "version-less", "command:if(version_less)"], [71, 0, 1, "version-less-equal", "command:if(version_less_equal)"], [72, 0, 1, "", "command:include"], [73, 0, 1, "", "command:include_directories"], [74, 0, 1, "", "command:include_external_msproject"], [75, 0, 1, "", "command:include_guard"], [76, 0, 1, "", "command:include_regular_expression"], [77, 0, 1, "", "command:install"], [77, 0, 1, "code", "command:install(code)"], [77, 0, 1, "directory", "command:install(directory)"], [77, 0, 1, "export", "command:install(export)"], [77, 0, 1, "files", "command:install(files)"], [77, 0, 1, "imported-runtime-artifacts", "command:install(imported_runtime_artifacts)"], [77, 0, 1, "package-info", "command:install(package_info)"], [77, 0, 1, "programs", "command:install(programs)"], [77, 0, 1, "runtime-dependency-set", "command:install(runtime_dependency_set)"], [77, 0, 1, "script", "command:install(script)"], [77, 0, 1, "targets", "command:install(targets)"], [78, 0, 1, "", "command:install_files"], [551, 0, 1, "", "command:install_jar"], [551, 0, 1, "", "command:install_jar_exports"], [551, 0, 1, "", "command:install_jni_symlink"], [79, 0, 1, "", "command:install_programs"], [80, 0, 1, "", "command:install_targets"], [81, 0, 1, "", "command:link_directories"], [82, 0, 1, "", "command:link_libraries"], [83, 0, 1, "", "command:list"], [83, 0, 1, "append", "command:list(append)"], [83, 0, 1, "filter", "command:list(filter)"], [83, 0, 1, "find", "command:list(find)"], [83, 0, 1, "get", "command:list(get)"], [83, 0, 1, "insert", "command:list(insert)"], [83, 0, 1, "join", "command:list(join)"], [83, 0, 1, "length", "command:list(length)"], [83, 0, 1, "pop-back", "command:list(pop_back)"], [83, 0, 1, "pop-front", "command:list(pop_front)"], [83, 0, 1, "prepend", "command:list(prepend)"], [83, 0, 1, "remove-at", "command:list(remove_at)"], [83, 0, 1, "remove-duplicates", "command:list(remove_duplicates)"], [83, 0, 1, "remove-item", "command:list(remove_item)"], [83, 0, 1, "reverse", "command:list(reverse)"], [83, 0, 1, "sort", "command:list(sort)"], [83, 0, 1, "sublist", "command:list(sublist)"], [83, 0, 1, "transform", "command:list(transform)"], [83, 0, 1, "transform-append", "command:list(transform_append)"], [83, 0, 1, "transform-genex-strip", "command:list(transform_genex_strip)"], [83, 0, 1, "transform-replace", "command:list(transform_replace)"], [83, 0, 1, "transform-strip", "command:list(transform_strip)"], [83, 0, 1, "transform-tolower", "command:list(transform_tolower)"], [84, 0, 1, "", "command:load_cache"], [85, 0, 1, "", "command:load_command"], [86, 0, 1, "", "command:macro"], [87, 0, 1, "", "command:make_directory"], [88, 0, 1, "", "command:mark_as_advanced"], [89, 0, 1, "", "command:math"], [447, 0, 1, "", "command:matlab_add_mex"], [447, 0, 1, "", "command:matlab_add_unit_test"], [447, 0, 1, "", "command:matlab_extract_all_installed_versions_from_registry"], [447, 0, 1, "matlab-extract-all-installed-versions-from-registry-keyword", "command:matlab_extract_all_installed_versions_from_registry(matlab_extract_all_installed_versions_from_registry-keyword)"], [447, 0, 1, "matlab-extract-all-installed-versions-from-registry-positional", "command:matlab_extract_all_installed_versions_from_registry(matlab_extract_all_installed_versions_from_registry-positional)"], [447, 0, 1, "", "command:matlab_get_all_valid_matlab_roots_from_registry"], [447, 0, 1, "", "command:matlab_get_mex_suffix"], [447, 0, 1, "", "command:matlab_get_release_name_from_version"], [447, 0, 1, "", "command:matlab_get_version_from_matlab_run"], [447, 0, 1, "", "command:matlab_get_version_from_release_name"], [90, 0, 1, "", "command:message"], [91, 0, 1, "", "command:option"], [92, 0, 1, "", "command:output_required_files"], [469, 0, 1, "", "command:pkg_check_modules"], [469, 0, 1, "", "command:pkg_get_variable"], [469, 0, 1, "", "command:pkg_search_module"], [369, 0, 1, "", "command:print_disabled_features"], [369, 0, 1, "", "command:print_enabled_features"], [93, 0, 1, "", "command:project"], [472, 0, 1, "", "command:protobuf_generate"], [472, 0, 1, "", "command:protobuf_generate_cpp"], [472, 0, 1, "", "command:protobuf_generate_python"], [94, 0, 1, "", "command:qt_wrap_cpp"], [95, 0, 1, "", "command:qt_wrap_ui"], [96, 0, 1, "", "command:remove"], [97, 0, 1, "", "command:remove_definitions"], [98, 0, 1, "", "command:return"], [99, 0, 1, "", "command:separate_arguments"], [100, 0, 1, "", "command:set"], [100, 0, 1, "cache", "command:set(cache)"], [100, 0, 1, "env", "command:set(env)"], [100, 0, 1, "normal", "command:set(normal)"], [101, 0, 1, "", "command:set_directory_properties"], [369, 0, 1, "", "command:set_feature_info"], [369, 0, 1, "", "command:set_package_info"], [369, 0, 1, "", "command:set_package_properties"], [102, 0, 1, "", "command:set_property"], [103, 0, 1, "", "command:set_source_files_properties"], [104, 0, 1, "", "command:set_target_properties"], [105, 0, 1, "", "command:set_tests_properties"], [106, 0, 1, "", "command:site_name"], [107, 0, 1, "", "command:source_group"], [108, 0, 1, "", "command:string"], [108, 0, 1, "hash", "command:string(<hash>)"], [108, 0, 1, "append", "command:string(append)"], [108, 0, 1, "ascii", "command:string(ascii)"], [108, 0, 1, "compare-equal", "command:string(compare equal)"], [108, 0, 1, "compare-greater", "command:string(compare greater)"], [108, 0, 1, "compare-greater-equal", "command:string(compare greater_equal)"], [108, 0, 1, "compare-less", "command:string(compare less)"], [108, 0, 1, "compare-less-equal", "command:string(compare less_equal)"], [108, 0, 1, "compare-notequal", "command:string(compare notequal)"], [108, 0, 1, "concat", "command:string(concat)"], [108, 0, 1, "configure", "command:string(configure)"], [108, 0, 1, "find", "command:string(find)"], [108, 0, 1, "genex-strip", "command:string(genex_strip)"], [108, 0, 1, "hex", "command:string(hex)"], [108, 0, 1, "join", "command:string(join)"], [108, 0, 1, "json-equal", "command:string(json equal)"], [108, 0, 1, "json-get", "command:string(json get)"], [108, 0, 1, "json-length", "command:string(json length)"], [108, 0, 1, "json-member", "command:string(json member)"], [108, 0, 1, "json-remove", "command:string(json remove)"], [108, 0, 1, "json-set", "command:string(json set)"], [108, 0, 1, "json-type", "command:string(json type)"], [108, 0, 1, "length", "command:string(length)"], [108, 0, 1, "make-c-identifier", "command:string(make_c_identifier)"], [108, 0, 1, "prepend", "command:string(prepend)"], [108, 0, 1, "random", "command:string(random)"], [108, 0, 1, "regex-match", "command:string(regex match)"], [108, 0, 1, "regex-matchall", "command:string(regex matchall)"], [108, 0, 1, "regex-replace", "command:string(regex replace)"], [108, 0, 1, "repeat", "command:string(repeat)"], [108, 0, 1, "replace", "command:string(replace)"], [108, 0, 1, "strip", "command:string(strip)"], [108, 0, 1, "substring", "command:string(substring)"], [108, 0, 1, "timestamp", "command:string(timestamp)"], [108, 0, 1, "tolower", "command:string(tolower)"], [108, 0, 1, "toupper", "command:string(toupper)"], [108, 0, 1, "uuid", "command:string(uuid)"], [109, 0, 1, "", "command:subdir_depends"], [110, 0, 1, "", "command:subdirs"], [555, 0, 1, "", "command:swig_add_library"], [555, 0, 1, "", "command:swig_link_libraries"], [111, 0, 1, "", "command:target_compile_definitions"], [112, 0, 1, "", "command:target_compile_features"], [113, 0, 1, "", "command:target_compile_options"], [114, 0, 1, "", "command:target_include_directories"], [115, 0, 1, "", "command:target_link_directories"], [116, 0, 1, "", "command:target_link_libraries"], [117, 0, 1, "", "command:target_link_options"], [118, 0, 1, "", "command:target_precompile_headers"], [119, 0, 1, "", "command:target_sources"], [544, 0, 1, "", "command:test_big_endian"], [120, 0, 1, "", "command:try_compile"], [121, 0, 1, "", "command:try_run"], [122, 0, 1, "", "command:unset"], [123, 0, 1, "", "command:use_mangled_mesa"], [124, 0, 1, "", "command:utility_source"], [125, 0, 1, "", "command:variable_requires"], [126, 0, 1, "", "command:variable_watch"], [127, 0, 1, "", "command:while"], [304, 0, 1, "", "command:write_basic_package_version_file"], [128, 0, 1, "", "command:write_file"], [507, 0, 1, "", "command:xctest_add_bundle"], [507, 0, 1, "", "command:xctest_add_test"], [129, 1, 1, "", "cpack_gen:CPack Archive Generator"], [130, 1, 1, "", "cpack_gen:CPack Bundle Generator"], [131, 1, 1, "", "cpack_gen:CPack Cygwin Generator"], [132, 1, 1, "", "cpack_gen:CPack DEB Generator"], [133, 1, 1, "", "cpack_gen:CPack DragNDrop Generator"], [134, 1, 1, "", "cpack_gen:CPack External Generator"], [135, 1, 1, "", "cpack_gen:CPack FreeBSD Generator"], [136, 1, 1, "", "cpack_gen:CPack IFW Generator"], [137, 1, 1, "", "cpack_gen:CPack Inno Setup Generator"], [138, 1, 1, "", "cpack_gen:CPack NSIS Generator"], [139, 1, 1, "", "cpack_gen:CPack NuGet Generator"], [140, 1, 1, "", "cpack_gen:CPack PackageMaker Generator"], [142, 1, 1, "", "cpack_gen:CPack RPM Generator"], [143, 1, 1, "", "cpack_gen:CPack WIX Generator"], [141, 1, 1, "", "cpack_gen:CPack productbuild Generator"], [212, 2, 1, "envvar:_ROOT", "envvar:<PACKAGENAME>_ROOT"], [212, 2, 1, "envvar:_ROOT", "envvar:<PackageName>_ROOT"], [144, 2, 1, "", "envvar:ADSP_ROOT"], [145, 2, 1, "envvar:ASM", "envvar:ASM<DIALECT>"], [146, 2, 1, "envvar:ASMFLAGS", "envvar:ASM<DIALECT>FLAGS"], [147, 2, 1, "", "envvar:CC"], [148, 2, 1, "", "envvar:CCMAKE_COLORS"], [149, 2, 1, "", "envvar:CFLAGS"], [170, 2, 1, "envvar:CMAKE__COMPILER_LAUNCHER", "envvar:CMAKE_<LANG>_COMPILER_LAUNCHER"], [171, 2, 1, "envvar:CMAKE__IMPLICIT_LINK_DIRECTORIES_EXCLUDE", "envvar:CMAKE_<LANG>_IMPLICIT_LINK_DIRECTORIES_EXCLUDE"], [172, 2, 1, "envvar:CMAKE__LINKER_LAUNCHER", "envvar:CMAKE_<LANG>_LINKER_LAUNCHER"], [150, 2, 1, "", "envvar:CMAKE_APPBUNDLE_PATH"], [151, 2, 1, "", "envvar:CMAKE_APPLE_SILICON_PROCESSOR"], [152, 2, 1, "", "envvar:CMAKE_BUILD_PARALLEL_LEVEL"], [153, 2, 1, "", "envvar:CMAKE_BUILD_TYPE"], [154, 2, 1, "", "envvar:CMAKE_COLOR_DIAGNOSTICS"], [155, 2, 1, "", "envvar:CMAKE_CONFIGURATION_TYPES"], [156, 2, 1, "", "envvar:CMAKE_CONFIG_DIR"], [157, 2, 1, "", "envvar:CMAKE_CONFIG_TYPE"], [158, 2, 1, "", "envvar:CMAKE_CROSSCOMPILING_EMULATOR"], [159, 2, 1, "", "envvar:CMAKE_EXPORT_BUILD_DATABASE"], [160, 2, 1, "", "envvar:CMAKE_EXPORT_COMPILE_COMMANDS"], [161, 2, 1, "", "envvar:CMAKE_FRAMEWORK_PATH"], [162, 2, 1, "", "envvar:CMAKE_GENERATOR"], [163, 2, 1, "", "envvar:CMAKE_GENERATOR_INSTANCE"], [164, 2, 1, "", "envvar:CMAKE_GENERATOR_PLATFORM"], [165, 2, 1, "", "envvar:CMAKE_GENERATOR_TOOLSET"], [166, 2, 1, "", "envvar:CMAKE_INCLUDE_PATH"], [167, 2, 1, "", "envvar:CMAKE_INSTALL_MODE"], [168, 2, 1, "", "envvar:CMAKE_INSTALL_PARALLEL_LEVEL"], [169, 2, 1, "", "envvar:CMAKE_INSTALL_PREFIX"], [173, 2, 1, "", "envvar:CMAKE_LIBRARY_PATH"], [174, 2, 1, "", "envvar:CMAKE_MAXIMUM_RECURSION_DEPTH"], [175, 2, 1, "", "envvar:CMAKE_MSVCIDE_RUN_PATH"], [176, 2, 1, "", "envvar:CMAKE_NO_VERBOSE"], [177, 2, 1, "", "envvar:CMAKE_OSX_ARCHITECTURES"], [178, 2, 1, "", "envvar:CMAKE_PREFIX_PATH"], [179, 2, 1, "", "envvar:CMAKE_PROGRAM_PATH"], [180, 2, 1, "", "envvar:CMAKE_TEST_LAUNCHER"], [181, 2, 1, "", "envvar:CMAKE_TLS_VERIFY"], [182, 2, 1, "", "envvar:CMAKE_TLS_VERSION"], [183, 2, 1, "", "envvar:CMAKE_TOOLCHAIN_FILE"], [136, 2, 1, "", "envvar:CPACK_IFW_ROOT"], [184, 2, 1, "", "envvar:CSFLAGS"], [185, 2, 1, "", "envvar:CTEST_INTERACTIVE_DEBUG_MODE"], [186, 2, 1, "", "envvar:CTEST_NO_TESTS_ACTION"], [187, 2, 1, "", "envvar:CTEST_OUTPUT_ON_FAILURE"], [188, 2, 1, "", "envvar:CTEST_PARALLEL_LEVEL"], [189, 2, 1, "", "envvar:CTEST_PROGRESS_OUTPUT"], [290, 2, 1, "envvar:CTEST_RESOURCE_GROUP_", "envvar:CTEST_RESOURCE_GROUP_<num>"], [290, 2, 1, "envvar:CTEST_RESOURCE_GROUP__", "envvar:CTEST_RESOURCE_GROUP_<num>_<resource-type>"], [290, 2, 1, "", "envvar:CTEST_RESOURCE_GROUP_COUNT"], [190, 2, 1, "", "envvar:CTEST_USE_LAUNCHERS_DEFAULT"], [191, 2, 1, "", "envvar:CUDAARCHS"], [192, 2, 1, "", "envvar:CUDACXX"], [193, 2, 1, "", "envvar:CUDAFLAGS"], [194, 2, 1, "", "envvar:CUDAHOSTCXX"], [195, 2, 1, "", "envvar:CXX"], [196, 2, 1, "", "envvar:CXXFLAGS"], [197, 2, 1, "", "envvar:DASHBOARD_TEST_FROM_CTEST"], [198, 2, 1, "", "envvar:DESTDIR"], [199, 2, 1, "", "envvar:FC"], [200, 2, 1, "", "envvar:FFLAGS"], [201, 2, 1, "", "envvar:HIPCXX"], [202, 2, 1, "", "envvar:HIPFLAGS"], [203, 2, 1, "", "envvar:HIPHOSTCXX"], [204, 2, 1, "", "envvar:ISPC"], [205, 2, 1, "", "envvar:ISPCFLAGS"], [206, 2, 1, "", "envvar:LDFLAGS"], [207, 2, 1, "", "envvar:MACOSX_DEPLOYMENT_TARGET"], [208, 2, 1, "", "envvar:OBJC"], [209, 2, 1, "", "envvar:OBJCFLAGS"], [210, 2, 1, "", "envvar:OBJCXX"], [211, 2, 1, "", "envvar:OBJCXXFLAGS"], [136, 2, 1, "", "envvar:QTIFWDIR"], [213, 2, 1, "", "envvar:RC"], [214, 2, 1, "", "envvar:RCFLAGS"], [215, 2, 1, "", "envvar:SSL_CERT_DIR"], [216, 2, 1, "", "envvar:SSL_CERT_FILE"], [217, 2, 1, "", "envvar:SWIFTC"], [218, 2, 1, "", "envvar:VERBOSE"], [219, 3, 1, "", "generator:Borland Makefiles"], [220, 3, 1, "", "generator:CodeBlocks"], [221, 3, 1, "", "generator:CodeLite"], [222, 3, 1, "", "generator:Eclipse CDT4"], [223, 3, 1, "", "generator:Green Hills MULTI"], [224, 3, 1, "", "generator:Kate"], [225, 3, 1, "", "generator:MSYS Makefiles"], [226, 3, 1, "", "generator:MinGW Makefiles"], [227, 3, 1, "", "generator:NMake Makefiles"], [228, 3, 1, "", "generator:NMake Makefiles JOM"], [229, 3, 1, "", "generator:Ninja"], [230, 3, 1, "", "generator:Ninja Multi-Config"], [231, 3, 1, "", "generator:Sublime Text 2"], [232, 3, 1, "", "generator:Unix Makefiles"], [233, 3, 1, "", "generator:Visual Studio 10 2010"], [234, 3, 1, "", "generator:Visual Studio 11 2012"], [235, 3, 1, "", "generator:Visual Studio 12 2013"], [236, 3, 1, "", "generator:Visual Studio 14 2015"], [237, 3, 1, "", "generator:Visual Studio 15 2017"], [238, 3, 1, "", "generator:Visual Studio 16 2019"], [239, 3, 1, "", "generator:Visual Studio 17 2022"], [240, 3, 1, "", "generator:Visual Studio 6"], [241, 3, 1, "", "generator:Visual Studio 7"], [243, 3, 1, "", "generator:Visual Studio 8 2005"], [244, 3, 1, "", "generator:Visual Studio 9 2008"], [245, 3, 1, "", "generator:Watcom WMake"], [246, 3, 1, "", "generator:Xcode"], [274, 4, 1, "", "genex:AND"], [274, 4, 1, "", "genex:ANGLE-R"], [274, 4, 1, "", "genex:BOOL"], [274, 4, 1, "", "genex:BUILD_INTERFACE"], [274, 4, 1, "", "genex:BUILD_LOCAL_INTERFACE"], [274, 4, 1, "", "genex:COMMA"], [274, 4, 1, "", "genex:COMMAND_CONFIG"], [274, 4, 1, "", "genex:COMPILE_FEATURES"], [274, 4, 1, "", "genex:COMPILE_LANGUAGE"], [274, 4, 1, "", "genex:COMPILE_LANG_AND_ID"], [274, 4, 1, "", "genex:COMPILE_ONLY"], [274, 4, 1, "", "genex:CONFIG"], [274, 4, 1, "", "genex:CONFIGURATION"], [274, 4, 1, "", "genex:CUDA_COMPILER_FRONTEND_VARIANT"], [274, 4, 1, "", "genex:CUDA_COMPILER_ID"], [274, 4, 1, "", "genex:CUDA_COMPILER_VERSION"], [274, 4, 1, "", "genex:CXX_COMPILER_FRONTEND_VARIANT"], [274, 4, 1, "", "genex:CXX_COMPILER_ID"], [274, 4, 1, "", "genex:CXX_COMPILER_VERSION"], [274, 4, 1, "", "genex:C_COMPILER_FRONTEND_VARIANT"], [274, 4, 1, "", "genex:C_COMPILER_ID"], [274, 4, 1, "", "genex:C_COMPILER_VERSION"], [274, 4, 1, "", "genex:DEVICE_LINK"], [274, 4, 1, "", "genex:EQUAL"], [274, 4, 1, "", "genex:FILTER"], [274, 4, 1, "", "genex:Fortran_COMPILER_FRONTEND_VARIANT"], [274, 4, 1, "", "genex:Fortran_COMPILER_ID"], [274, 4, 1, "", "genex:Fortran_COMPILER_VERSION"], [274, 4, 1, "", "genex:GENEX_EVAL"], [274, 4, 1, "", "genex:HIP_COMPILER_FRONTEND_VARIANT"], [274, 4, 1, "", "genex:HIP_COMPILER_ID"], [274, 4, 1, "", "genex:HIP_COMPILER_VERSION"], [274, 4, 1, "", "genex:HOST_LINK"], [274, 4, 1, "", "genex:IF"], [274, 4, 1, "", "genex:INSTALL_INTERFACE"], [274, 4, 1, "", "genex:INSTALL_PREFIX"], [274, 4, 1, "", "genex:IN_LIST"], [274, 4, 1, "", "genex:ISPC_COMPILER_FRONTEND_VARIANT"], [274, 4, 1, "", "genex:ISPC_COMPILER_ID"], [274, 4, 1, "", "genex:ISPC_COMPILER_VERSION"], [274, 4, 1, "", "genex:JOIN"], [274, 4, 1, "", "genex:LINK_GROUP"], [274, 4, 1, "", "genex:LINK_LANGUAGE"], [274, 4, 1, "", "genex:LINK_LANG_AND_ID"], [274, 4, 1, "", "genex:LINK_LIBRARY"], [274, 4, 1, "", "genex:LINK_ONLY"], [274, 4, 1, "", "genex:LIST"], [274, 4, 1, "", "genex:LOWER_CASE"], [274, 4, 1, "", "genex:MAKE_C_IDENTIFIER"], [274, 4, 1, "", "genex:NOT"], [274, 4, 1, "", "genex:OBJCXX_COMPILER_FRONTEND_VARIANT"], [274, 4, 1, "", "genex:OBJCXX_COMPILER_ID"], [274, 4, 1, "", "genex:OBJCXX_COMPILER_VERSION"], [274, 4, 1, "", "genex:OBJC_COMPILER_FRONTEND_VARIANT"], [274, 4, 1, "", "genex:OBJC_COMPILER_ID"], [274, 4, 1, "", "genex:OBJC_COMPILER_VERSION"], [274, 4, 1, "", "genex:OR"], [274, 4, 1, "", "genex:OUTPUT_CONFIG"], [274, 4, 1, "", "genex:PATH"], [274, 4, 1, "", "genex:PATH_EQUAL"], [274, 4, 1, "", "genex:PLATFORM_ID"], [274, 4, 1, "", "genex:QUOTE"], [274, 4, 1, "", "genex:REMOVE_DUPLICATES"], [274, 4, 1, "", "genex:SEMICOLON"], [274, 4, 1, "", "genex:SHELL_PATH"], [274, 4, 1, "", "genex:STREQUAL"], [274, 4, 1, "", "genex:TARGET_BUNDLE_CONTENT_DIR"], [274, 4, 1, "", "genex:TARGET_BUNDLE_DIR"], [274, 4, 1, "", "genex:TARGET_BUNDLE_DIR_NAME"], [274, 4, 1, "", "genex:TARGET_EXISTS"], [274, 4, 1, "", "genex:TARGET_FILE"], [274, 4, 1, "", "genex:TARGET_FILE_BASE_NAME"], [274, 4, 1, "", "genex:TARGET_FILE_DIR"], [274, 4, 1, "", "genex:TARGET_FILE_NAME"], [274, 4, 1, "", "genex:TARGET_FILE_PREFIX"], [274, 4, 1, "", "genex:TARGET_FILE_SUFFIX"], [274, 4, 1, "", "genex:TARGET_GENEX_EVAL"], [274, 4, 1, "", "genex:TARGET_IMPORT_FILE"], [274, 4, 1, "", "genex:TARGET_IMPORT_FILE_BASE_NAME"], [274, 4, 1, "", "genex:TARGET_IMPORT_FILE_DIR"], [274, 4, 1, "", "genex:TARGET_IMPORT_FILE_NAME"], [274, 4, 1, "", "genex:TARGET_IMPORT_FILE_PREFIX"], [274, 4, 1, "", "genex:TARGET_IMPORT_FILE_SUFFIX"], [274, 4, 1, "", "genex:TARGET_LINKER_FILE"], [274, 4, 1, "", "genex:TARGET_LINKER_FILE_BASE_NAME"], [274, 4, 1, "", "genex:TARGET_LINKER_FILE_DIR"], [274, 4, 1, "", "genex:TARGET_LINKER_FILE_NAME"], [274, 4, 1, "", "genex:TARGET_LINKER_FILE_PREFIX"], [274, 4, 1, "", "genex:TARGET_LINKER_FILE_SUFFIX"], [274, 4, 1, "", "genex:TARGET_LINKER_IMPORT_FILE"], [274, 4, 1, "", "genex:TARGET_LINKER_IMPORT_FILE_BASE_NAME"], [274, 4, 1, "", "genex:TARGET_LINKER_IMPORT_FILE_DIR"], [274, 4, 1, "", "genex:TARGET_LINKER_IMPORT_FILE_NAME"], [274, 4, 1, "", "genex:TARGET_LINKER_IMPORT_FILE_PREFIX"], [274, 4, 1, "", "genex:TARGET_LINKER_IMPORT_FILE_SUFFIX"], [274, 4, 1, "", "genex:TARGET_LINKER_LIBRARY_FILE"], [274, 4, 1, "", "genex:TARGET_LINKER_LIBRARY_FILE_BASE_NAME"], [274, 4, 1, "", "genex:TARGET_LINKER_LIBRARY_FILE_DIR"], [274, 4, 1, "", "genex:TARGET_LINKER_LIBRARY_FILE_NAME"], [274, 4, 1, "", "genex:TARGET_LINKER_LIBRARY_FILE_PREFIX"], [274, 4, 1, "", "genex:TARGET_LINKER_LIBRARY_FILE_SUFFIX"], [274, 4, 1, "", "genex:TARGET_NAME"], [274, 4, 1, "", "genex:TARGET_NAME_IF_EXISTS"], [274, 4, 1, "", "genex:TARGET_OBJECTS"], [274, 4, 1, "", "genex:TARGET_PDB_FILE"], [274, 4, 1, "", "genex:TARGET_PDB_FILE_BASE_NAME"], [274, 4, 1, "", "genex:TARGET_PDB_FILE_DIR"], [274, 4, 1, "", "genex:TARGET_PDB_FILE_NAME"], [274, 4, 1, "", "genex:TARGET_POLICY"], [274, 4, 1, "", "genex:TARGET_PROPERTY"], [274, 4, 1, "", "genex:TARGET_PROPERTY:prop"], [274, 4, 1, "", "genex:TARGET_RUNTIME_DLLS"], [274, 4, 1, "", "genex:TARGET_RUNTIME_DLL_DIRS"], [274, 4, 1, "", "genex:TARGET_SONAME_FILE"], [274, 4, 1, "", "genex:TARGET_SONAME_FILE_DIR"], [274, 4, 1, "", "genex:TARGET_SONAME_FILE_NAME"], [274, 4, 1, "", "genex:TARGET_SONAME_IMPORT_FILE"], [274, 4, 1, "", "genex:TARGET_SONAME_IMPORT_FILE_DIR"], [274, 4, 1, "", "genex:TARGET_SONAME_IMPORT_FILE_NAME"], [274, 4, 1, "", "genex:UPPER_CASE"], [274, 4, 1, "", "genex:VERSION_EQUAL"], [274, 4, 1, "", "genex:VERSION_GREATER"], [274, 4, 1, "", "genex:VERSION_GREATER_EQUAL"], [274, 4, 1, "", "genex:VERSION_LESS"], [274, 4, 1, "", "genex:VERSION_LESS_EQUAL"], [274, 4, 1, "", "genex:condition"], [261, 5, 1, "", "guide:CMake Tutorial"], [247, 5, 1, "", "guide:IDE Integration Guide"], [248, 5, 1, "", "guide:Importing and Exporting Guide"], [262, 5, 1, "", "guide:User Interaction Guide"], [263, 5, 1, "", "guide:Using Dependencies Guide"], [249, 5, 1, "", "guide:tutorial/A Basic Starting Point"], [250, 5, 1, "", "guide:tutorial/Adding Export Configuration"], [251, 5, 1, "", "guide:tutorial/Adding Generator Expressions"], [252, 5, 1, "", "guide:tutorial/Adding Support for a Testing Dashboard"], [253, 5, 1, "", "guide:tutorial/Adding System Introspection"], [254, 5, 1, "", "guide:tutorial/Adding Usage Requirements for a Library"], [255, 5, 1, "", "guide:tutorial/Adding a Custom Command and Generated File"], [256, 5, 1, "", "guide:tutorial/Adding a Library"], [257, 5, 1, "", "guide:tutorial/Installing and Testing"], [258, 5, 1, "", "guide:tutorial/Packaging Debug and Release"], [259, 5, 1, "", "guide:tutorial/Packaging an Installer"], [260, 5, 1, "", "guide:tutorial/Selecting Static or Shared Libraries"], [265, 6, 1, "", "manual:ccmake(1)"], [287, 6, 1, "", "manual:cmake(1)"], [266, 6, 1, "", "manual:cmake-buildsystem(7)"], [267, 6, 1, "", "manual:cmake-commands(7)"], [268, 6, 1, "", "manual:cmake-compile-features(7)"], [269, 6, 1, "", "manual:cmake-configure-log(7)"], [270, 6, 1, "", "manual:cmake-cxxmodules(7)"], [271, 6, 1, "", "manual:cmake-developer(7)"], [272, 6, 1, "", "manual:cmake-env-variables(7)"], [273, 6, 1, "", "manual:cmake-file-api(7)"], [274, 6, 1, "", "manual:cmake-generator-expressions(7)"], [275, 6, 1, "", "manual:cmake-generators(7)"], [276, 6, 1, "", "manual:cmake-gui(1)"], [277, 6, 1, "", "manual:cmake-language(7)"], [278, 6, 1, "", "manual:cmake-modules(7)"], [279, 6, 1, "", "manual:cmake-packages(7)"], [280, 6, 1, "", "manual:cmake-policies(7)"], [281, 6, 1, "", "manual:cmake-presets(7)"], [282, 6, 1, "", "manual:cmake-properties(7)"], [283, 6, 1, "", "manual:cmake-qt(7)"], [284, 6, 1, "", "manual:cmake-server(7)"], [285, 6, 1, "", "manual:cmake-toolchains(7)"], [286, 6, 1, "", "manual:cmake-variables(7)"], [289, 6, 1, "", "manual:cpack(1)"], [288, 6, 1, "", "manual:cpack-generators(7)"], [290, 6, 1, "", "manual:ctest(1)"], [291, 7, 1, "", "module:AddFileDependencies"], [292, 7, 1, "", "module:AndroidTestUtilities"], [293, 7, 1, "", "module:BundleUtilities"], [294, 7, 1, "", "module:CMakeAddFortranSubdirectory"], [295, 7, 1, "", "module:CMakeBackwardCompatibilityCXX"], [296, 7, 1, "", "module:CMakeDependentOption"], [297, 7, 1, "", "module:CMakeDetermineVSServicePack"], [298, 7, 1, "", "module:CMakeExpandImportedTargets"], [299, 7, 1, "", "module:CMakeFindDependencyMacro"], [300, 7, 1, "", "module:CMakeFindFrameworks"], [301, 7, 1, "", "module:CMakeFindPackageMode"], [302, 7, 1, "", "module:CMakeForceCompiler"], [303, 7, 1, "", "module:CMakeGraphVizOptions"], [304, 7, 1, "", "module:CMakePackageConfigHelpers"], [305, 7, 1, "", "module:CMakeParseArguments"], [306, 7, 1, "", "module:CMakePrintHelpers"], [307, 7, 1, "", "module:CMakePrintSystemInformation"], [308, 7, 1, "", "module:CMakePushCheckState"], [309, 7, 1, "", "module:CMakeVerifyManifest"], [310, 7, 1, "", "module:CPack"], [311, 7, 1, "", "module:CPackArchive"], [312, 7, 1, "", "module:CPackBundle"], [313, 7, 1, "", "module:CPackComponent"], [314, 7, 1, "", "module:CPackCygwin"], [315, 7, 1, "", "module:CPackDMG"], [316, 7, 1, "", "module:CPackDeb"], [317, 7, 1, "", "module:CPackFreeBSD"], [318, 7, 1, "", "module:CPackIFW"], [319, 7, 1, "", "module:CPackIFWConfigureFile"], [320, 7, 1, "", "module:CPackNSIS"], [321, 7, 1, "", "module:CPackNuGet"], [322, 7, 1, "", "module:CPackProductBuild"], [323, 7, 1, "", "module:CPackRPM"], [324, 7, 1, "", "module:CPackWIX"], [325, 7, 1, "", "module:CSharpUtilities"], [326, 7, 1, "", "module:CTest"], [327, 7, 1, "", "module:CTestCoverageCollectGCOV"], [328, 7, 1, "", "module:CTestScriptMode"], [329, 7, 1, "", "module:CTestUseLaunchers"], [330, 7, 1, "", "module:CheckCCompilerFlag"], [331, 7, 1, "", "module:CheckCSourceCompiles"], [332, 7, 1, "", "module:CheckCSourceRuns"], [333, 7, 1, "", "module:CheckCXXCompilerFlag"], [334, 7, 1, "", "module:CheckCXXSourceCompiles"], [335, 7, 1, "", "module:CheckCXXSourceRuns"], [336, 7, 1, "", "module:CheckCXXSymbolExists"], [337, 7, 1, "", "module:CheckCompilerFlag"], [338, 7, 1, "", "module:CheckFortranCompilerFlag"], [339, 7, 1, "", "module:CheckFortranFunctionExists"], [340, 7, 1, "", "module:CheckFortranSourceCompiles"], [341, 7, 1, "", "module:CheckFortranSourceRuns"], [342, 7, 1, "", "module:CheckFunctionExists"], [343, 7, 1, "", "module:CheckIPOSupported"], [344, 7, 1, "", "module:CheckIncludeFile"], [345, 7, 1, "", "module:CheckIncludeFileCXX"], [346, 7, 1, "", "module:CheckIncludeFiles"], [347, 7, 1, "", "module:CheckLanguage"], [348, 7, 1, "", "module:CheckLibraryExists"], [349, 7, 1, "", "module:CheckLinkerFlag"], [350, 7, 1, "", "module:CheckOBJCCompilerFlag"], [351, 7, 1, "", "module:CheckOBJCSourceCompiles"], [352, 7, 1, "", "module:CheckOBJCSourceRuns"], [353, 7, 1, "", "module:CheckOBJCXXCompilerFlag"], [354, 7, 1, "", "module:CheckOBJCXXSourceCompiles"], [355, 7, 1, "", "module:CheckOBJCXXSourceRuns"], [356, 7, 1, "", "module:CheckPIESupported"], [357, 7, 1, "", "module:CheckPrototypeDefinition"], [358, 7, 1, "", "module:CheckSourceCompiles"], [359, 7, 1, "", "module:CheckSourceRuns"], [360, 7, 1, "", "module:CheckStructHasMember"], [361, 7, 1, "", "module:CheckSymbolExists"], [362, 7, 1, "", "module:CheckTypeSize"], [363, 7, 1, "", "module:CheckVariableExists"], [364, 7, 1, "", "module:Dart"], [365, 7, 1, "", "module:DeployQt4"], [366, 7, 1, "", "module:Documentation"], [367, 7, 1, "", "module:ExternalData"], [368, 7, 1, "", "module:ExternalProject"], [369, 7, 1, "", "module:FeatureSummary"], [370, 7, 1, "", "module:FetchContent"], [371, 7, 1, "", "module:FindALSA"], [372, 7, 1, "", "module:FindASPELL"], [373, 7, 1, "", "module:FindAVIFile"], [374, 7, 1, "", "module:FindArmadillo"], [375, 7, 1, "", "module:FindBISON"], [376, 7, 1, "", "module:FindBLAS"], [377, 7, 1, "", "module:FindBZip2"], [378, 7, 1, "", "module:FindBacktrace"], [379, 7, 1, "", "module:FindBoost"], [380, 7, 1, "", "module:FindBullet"], [381, 7, 1, "", "module:FindCABLE"], [382, 7, 1, "", "module:FindCUDA"], [383, 7, 1, "", "module:FindCUDAToolkit"], [384, 7, 1, "", "module:FindCURL"], [385, 7, 1, "", "module:FindCVS"], [386, 7, 1, "", "module:FindCoin3D"], [387, 7, 1, "", "module:FindCups"], [388, 7, 1, "", "module:FindCurses"], [389, 7, 1, "", "module:FindCxxTest"], [390, 7, 1, "", "module:FindCygwin"], [391, 7, 1, "", "module:FindDCMTK"], [392, 7, 1, "", "module:FindDart"], [393, 7, 1, "", "module:FindDevIL"], [394, 7, 1, "", "module:FindDoxygen"], [395, 7, 1, "", "module:FindEXPAT"], [396, 7, 1, "", "module:FindEnvModules"], [397, 7, 1, "", "module:FindFLEX"], [398, 7, 1, "", "module:FindFLTK"], [399, 7, 1, "", "module:FindFLTK2"], [400, 7, 1, "", "module:FindFontconfig"], [401, 7, 1, "", "module:FindFreetype"], [402, 7, 1, "", "module:FindGCCXML"], [403, 7, 1, "", "module:FindGDAL"], [404, 7, 1, "", "module:FindGIF"], [405, 7, 1, "", "module:FindGLEW"], [406, 7, 1, "", "module:FindGLUT"], [407, 7, 1, "", "module:FindGSL"], [408, 7, 1, "", "module:FindGTK"], [409, 7, 1, "", "module:FindGTK2"], [410, 7, 1, "", "module:FindGTest"], [411, 7, 1, "", "module:FindGettext"], [412, 7, 1, "", "module:FindGit"], [413, 7, 1, "", "module:FindGnuTLS"], [414, 7, 1, "", "module:FindGnuplot"], [415, 7, 1, "", "module:FindHDF5"], [416, 7, 1, "", "module:FindHSPELL"], [417, 7, 1, "", "module:FindHTMLHelp"], [418, 7, 1, "", "module:FindHg"], [419, 7, 1, "", "module:FindICU"], [420, 7, 1, "", "module:FindITK"], [421, 7, 1, "", "module:FindIce"], [422, 7, 1, "", "module:FindIconv"], [423, 7, 1, "", "module:FindIcotool"], [424, 7, 1, "", "module:FindImageMagick"], [425, 7, 1, "", "module:FindIntl"], [426, 7, 1, "", "module:FindJNI"], [427, 7, 1, "", "module:FindJPEG"], [428, 7, 1, "", "module:FindJasper"], [429, 7, 1, "", "module:FindJava"], [430, 7, 1, "", "module:FindKDE3"], [431, 7, 1, "", "module:FindKDE4"], [432, 7, 1, "", "module:FindLAPACK"], [433, 7, 1, "", "module:FindLATEX"], [434, 7, 1, "", "module:FindLTTngUST"], [435, 7, 1, "", "module:FindLibArchive"], [436, 7, 1, "", "module:FindLibLZMA"], [437, 7, 1, "", "module:FindLibXml2"], [438, 7, 1, "", "module:FindLibXslt"], [439, 7, 1, "", "module:FindLibinput"], [440, 7, 1, "", "module:FindLua"], [441, 7, 1, "", "module:FindLua50"], [442, 7, 1, "", "module:FindLua51"], [443, 7, 1, "", "module:FindMFC"], [444, 7, 1, "", "module:FindMPEG"], [445, 7, 1, "", "module:FindMPEG2"], [446, 7, 1, "", "module:FindMPI"], [447, 7, 1, "", "module:FindMatlab"], [448, 7, 1, "", "module:FindMotif"], [449, 7, 1, "", "module:FindMsys"], [450, 7, 1, "", "module:FindODBC"], [451, 7, 1, "", "module:FindOpenACC"], [452, 7, 1, "", "module:FindOpenAL"], [453, 7, 1, "", "module:FindOpenCL"], [454, 7, 1, "", "module:FindOpenGL"], [455, 7, 1, "", "module:FindOpenMP"], [456, 7, 1, "", "module:FindOpenSP"], [457, 7, 1, "", "module:FindOpenSSL"], [458, 7, 1, "", "module:FindOpenSceneGraph"], [459, 7, 1, "", "module:FindOpenThreads"], [460, 7, 1, "", "module:FindPHP4"], [461, 7, 1, "", "module:FindPNG"], [462, 7, 1, "", "module:FindPackageHandleStandardArgs"], [463, 7, 1, "", "module:FindPackageMessage"], [464, 7, 1, "", "module:FindPatch"], [465, 7, 1, "", "module:FindPerl"], [466, 7, 1, "", "module:FindPerlLibs"], [467, 7, 1, "", "module:FindPhysFS"], [468, 7, 1, "", "module:FindPike"], [469, 7, 1, "", "module:FindPkgConfig"], [470, 7, 1, "", "module:FindPostgreSQL"], [471, 7, 1, "", "module:FindProducer"], [472, 7, 1, "", "module:FindProtobuf"], [473, 7, 1, "", "module:FindPython"], [474, 7, 1, "", "module:FindPython2"], [475, 7, 1, "", "module:FindPython3"], [476, 7, 1, "", "module:FindPythonInterp"], [477, 7, 1, "", "module:FindPythonLibs"], [478, 7, 1, "", "module:FindQt"], [479, 7, 1, "", "module:FindQt3"], [480, 7, 1, "", "module:FindQt4"], [481, 7, 1, "", "module:FindQuickTime"], [482, 7, 1, "", "module:FindRTI"], [483, 7, 1, "", "module:FindRuby"], [484, 7, 1, "", "module:FindSDL"], [485, 7, 1, "", "module:FindSDL_gfx"], [486, 7, 1, "", "module:FindSDL_image"], [487, 7, 1, "", "module:FindSDL_mixer"], [488, 7, 1, "", "module:FindSDL_net"], [489, 7, 1, "", "module:FindSDL_sound"], [490, 7, 1, "", "module:FindSDL_ttf"], [491, 7, 1, "", "module:FindSQLite3"], [492, 7, 1, "", "module:FindSWIG"], [493, 7, 1, "", "module:FindSelfPackers"], [494, 7, 1, "", "module:FindSquish"], [495, 7, 1, "", "module:FindSubversion"], [496, 7, 1, "", "module:FindTCL"], [497, 7, 1, "", "module:FindTIFF"], [498, 7, 1, "", "module:FindTclStub"], [499, 7, 1, "", "module:FindTclsh"], [500, 7, 1, "", "module:FindThreads"], [501, 7, 1, "", "module:FindUnixCommands"], [502, 7, 1, "", "module:FindVTK"], [503, 7, 1, "", "module:FindVulkan"], [504, 7, 1, "", "module:FindWget"], [505, 7, 1, "", "module:FindWish"], [506, 7, 1, "", "module:FindX11"], [507, 7, 1, "", "module:FindXCTest"], [508, 7, 1, "", "module:FindXMLRPC"], [509, 7, 1, "", "module:FindXalanC"], [510, 7, 1, "", "module:FindXercesC"], [511, 7, 1, "", "module:FindZLIB"], [512, 7, 1, "", "module:Findosg"], [513, 7, 1, "", "module:FindosgAnimation"], [514, 7, 1, "", "module:FindosgDB"], [515, 7, 1, "", "module:FindosgFX"], [516, 7, 1, "", "module:FindosgGA"], [517, 7, 1, "", "module:FindosgIntrospection"], [518, 7, 1, "", "module:FindosgManipulator"], [519, 7, 1, "", "module:FindosgParticle"], [520, 7, 1, "", "module:FindosgPresentation"], [521, 7, 1, "", "module:FindosgProducer"], [522, 7, 1, "", "module:FindosgQt"], [523, 7, 1, "", "module:FindosgShadow"], [524, 7, 1, "", "module:FindosgSim"], [525, 7, 1, "", "module:FindosgTerrain"], [526, 7, 1, "", "module:FindosgText"], [527, 7, 1, "", "module:FindosgUtil"], [528, 7, 1, "", "module:FindosgViewer"], [529, 7, 1, "", "module:FindosgVolume"], [530, 7, 1, "", "module:FindosgWidget"], [531, 7, 1, "", "module:Findosg_functions"], [532, 7, 1, "", "module:FindwxWidgets"], [533, 7, 1, "", "module:FindwxWindows"], [534, 7, 1, "", "module:FortranCInterface"], [535, 7, 1, "", "module:GNUInstallDirs"], [536, 7, 1, "", "module:GenerateExportHeader"], [537, 7, 1, "", "module:GetPrerequisites"], [538, 7, 1, "", "module:GoogleTest"], [539, 7, 1, "", "module:InstallRequiredSystemLibraries"], [540, 7, 1, "", "module:MacroAddFileDependencies"], [541, 7, 1, "", "module:ProcessorCount"], [542, 7, 1, "", "module:SelectLibraryConfigurations"], [543, 7, 1, "", "module:SquishTestScript"], [544, 7, 1, "", "module:TestBigEndian"], [545, 7, 1, "", "module:TestCXXAcceptsFlag"], [546, 7, 1, "", "module:TestForANSIForScope"], [547, 7, 1, "", "module:TestForANSIStreamHeaders"], [548, 7, 1, "", "module:TestForSSTREAM"], [549, 7, 1, "", "module:TestForSTDNamespace"], [550, 7, 1, "", "module:UseEcos"], [551, 7, 1, "", "module:UseJava"], [552, 7, 1, "", "module:UseJavaClassFilelist"], [553, 7, 1, "", "module:UseJavaSymlinks"], [554, 7, 1, "", "module:UsePkgConfig"], [555, 7, 1, "", "module:UseSWIG"], [556, 7, 1, "", "module:Use_wxWindows"], [557, 7, 1, "", "module:UsewxWidgets"], [558, 7, 1, "", "module:WriteBasicConfigVersionFile"], [559, 7, 1, "", "module:WriteCompilerDetectionHeader"], [560, 8, 1, "", "policy:CMP0000"], [561, 8, 1, "", "policy:CMP0001"], [562, 8, 1, "", "policy:CMP0002"], [563, 8, 1, "", "policy:CMP0003"], [564, 8, 1, "", "policy:CMP0004"], [565, 8, 1, "", "policy:CMP0005"], [566, 8, 1, "", "policy:CMP0006"], [567, 8, 1, "", "policy:CMP0007"], [568, 8, 1, "", "policy:CMP0008"], [569, 8, 1, "", "policy:CMP0009"], [570, 8, 1, "", "policy:CMP0010"], [571, 8, 1, "", "policy:CMP0011"], [572, 8, 1, "", "policy:CMP0012"], [573, 8, 1, "", "policy:CMP0013"], [574, 8, 1, "", "policy:CMP0014"], [575, 8, 1, "", "policy:CMP0015"], [576, 8, 1, "", "policy:CMP0016"], [577, 8, 1, "", "policy:CMP0017"], [578, 8, 1, "", "policy:CMP0018"], [579, 8, 1, "", "policy:CMP0019"], [580, 8, 1, "", "policy:CMP0020"], [581, 8, 1, "", "policy:CMP0021"], [582, 8, 1, "", "policy:CMP0022"], [583, 8, 1, "", "policy:CMP0023"], [584, 8, 1, "", "policy:CMP0024"], [585, 8, 1, "", "policy:CMP0025"], [586, 8, 1, "", "policy:CMP0026"], [587, 8, 1, "", "policy:CMP0027"], [588, 8, 1, "", "policy:CMP0028"], [589, 8, 1, "", "policy:CMP0029"], [590, 8, 1, "", "policy:CMP0030"], [591, 8, 1, "", "policy:CMP0031"], [592, 8, 1, "", "policy:CMP0032"], [593, 8, 1, "", "policy:CMP0033"], [594, 8, 1, "", "policy:CMP0034"], [595, 8, 1, "", "policy:CMP0035"], [596, 8, 1, "", "policy:CMP0036"], [597, 8, 1, "", "policy:CMP0037"], [598, 8, 1, "", "policy:CMP0038"], [599, 8, 1, "", "policy:CMP0039"], [600, 8, 1, "", "policy:CMP0040"], [601, 8, 1, "", "policy:CMP0041"], [602, 8, 1, "", "policy:CMP0042"], [603, 8, 1, "", "policy:CMP0043"], [604, 8, 1, "", "policy:CMP0044"], [605, 8, 1, "", "policy:CMP0045"], [606, 8, 1, "", "policy:CMP0046"], [607, 8, 1, "", "policy:CMP0047"], [608, 8, 1, "", "policy:CMP0048"], [609, 8, 1, "", "policy:CMP0049"], [610, 8, 1, "", "policy:CMP0050"], [611, 8, 1, "", "policy:CMP0051"], [612, 8, 1, "", "policy:CMP0052"], [613, 8, 1, "", "policy:CMP0053"], [614, 8, 1, "", "policy:CMP0054"], [615, 8, 1, "", "policy:CMP0055"], [616, 8, 1, "", "policy:CMP0056"], [617, 8, 1, "", "policy:CMP0057"], [618, 8, 1, "", "policy:CMP0058"], [619, 8, 1, "", "policy:CMP0059"], [620, 8, 1, "", "policy:CMP0060"], [621, 8, 1, "", "policy:CMP0061"], [622, 8, 1, "", "policy:CMP0062"], [623, 8, 1, "", "policy:CMP0063"], [624, 8, 1, "", "policy:CMP0064"], [625, 8, 1, "", "policy:CMP0065"], [626, 8, 1, "", "policy:CMP0066"], [627, 8, 1, "", "policy:CMP0067"], [628, 8, 1, "", "policy:CMP0068"], [629, 8, 1, "", "policy:CMP0069"], [630, 8, 1, "", "policy:CMP0070"], [631, 8, 1, "", "policy:CMP0071"], [632, 8, 1, "", "policy:CMP0072"], [633, 8, 1, "", "policy:CMP0073"], [634, 8, 1, "", "policy:CMP0074"], [635, 8, 1, "", "policy:CMP0075"], [636, 8, 1, "", "policy:CMP0076"], [637, 8, 1, "", "policy:CMP0077"], [638, 8, 1, "", "policy:CMP0078"], [639, 8, 1, "", "policy:CMP0079"], [640, 8, 1, "", "policy:CMP0080"], [641, 8, 1, "", "policy:CMP0081"], [642, 8, 1, "", "policy:CMP0082"], [643, 8, 1, "", "policy:CMP0083"], [644, 8, 1, "", "policy:CMP0084"], [645, 8, 1, "", "policy:CMP0085"], [646, 8, 1, "", "policy:CMP0086"], [647, 8, 1, "", "policy:CMP0087"], [648, 8, 1, "", "policy:CMP0088"], [649, 8, 1, "", "policy:CMP0089"], [650, 8, 1, "", "policy:CMP0090"], [651, 8, 1, "", "policy:CMP0091"], [652, 8, 1, "", "policy:CMP0092"], [653, 8, 1, "", "policy:CMP0093"], [654, 8, 1, "", "policy:CMP0094"], [655, 8, 1, "", "policy:CMP0095"], [656, 8, 1, "", "policy:CMP0096"], [657, 8, 1, "", "policy:CMP0097"], [658, 8, 1, "", "policy:CMP0098"], [659, 8, 1, "", "policy:CMP0099"], [660, 8, 1, "", "policy:CMP0100"], [661, 8, 1, "", "policy:CMP0101"], [662, 8, 1, "", "policy:CMP0102"], [663, 8, 1, "", "policy:CMP0103"], [664, 8, 1, "", "policy:CMP0104"], [665, 8, 1, "", "policy:CMP0105"], [666, 8, 1, "", "policy:CMP0106"], [667, 8, 1, "", "policy:CMP0107"], [668, 8, 1, "", "policy:CMP0108"], [669, 8, 1, "", "policy:CMP0109"], [670, 8, 1, "", "policy:CMP0110"], [671, 8, 1, "", "policy:CMP0111"], [672, 8, 1, "", "policy:CMP0112"], [673, 8, 1, "", "policy:CMP0113"], [674, 8, 1, "", "policy:CMP0114"], [675, 8, 1, "", "policy:CMP0115"], [676, 8, 1, "", "policy:CMP0116"], [677, 8, 1, "", "policy:CMP0117"], [678, 8, 1, "", "policy:CMP0118"], [679, 8, 1, "", "policy:CMP0119"], [680, 8, 1, "", "policy:CMP0120"], [681, 8, 1, "", "policy:CMP0121"], [682, 8, 1, "", "policy:CMP0122"], [683, 8, 1, "", "policy:CMP0123"], [684, 8, 1, "", "policy:CMP0124"], [685, 8, 1, "", "policy:CMP0125"], [686, 8, 1, "", "policy:CMP0126"], [687, 8, 1, "", "policy:CMP0127"], [688, 8, 1, "", "policy:CMP0128"], [689, 8, 1, "", "policy:CMP0129"], [690, 8, 1, "", "policy:CMP0130"], [691, 8, 1, "", "policy:CMP0131"], [692, 8, 1, "", "policy:CMP0132"], [693, 8, 1, "", "policy:CMP0133"], [694, 8, 1, "", "policy:CMP0134"], [695, 8, 1, "", "policy:CMP0135"], [696, 8, 1, "", "policy:CMP0136"], [697, 8, 1, "", "policy:CMP0137"], [698, 8, 1, "", "policy:CMP0138"], [699, 8, 1, "", "policy:CMP0139"], [700, 8, 1, "", "policy:CMP0140"], [701, 8, 1, "", "policy:CMP0141"], [702, 8, 1, "", "policy:CMP0142"], [703, 8, 1, "", "policy:CMP0143"], [704, 8, 1, "", "policy:CMP0144"], [705, 8, 1, "", "policy:CMP0145"], [706, 8, 1, "", "policy:CMP0146"], [707, 8, 1, "", "policy:CMP0147"], [708, 8, 1, "", "policy:CMP0148"], [709, 8, 1, "", "policy:CMP0149"], [710, 8, 1, "", "policy:CMP0150"], [711, 8, 1, "", "policy:CMP0151"], [712, 8, 1, "", "policy:CMP0152"], [713, 8, 1, "", "policy:CMP0153"], [714, 8, 1, "", "policy:CMP0154"], [715, 8, 1, "", "policy:CMP0155"], [716, 8, 1, "", "policy:CMP0156"], [717, 8, 1, "", "policy:CMP0157"], [718, 8, 1, "", "policy:CMP0158"], [719, 8, 1, "", "policy:CMP0159"], [720, 8, 1, "", "policy:CMP0160"], [721, 8, 1, "", "policy:CMP0161"], [722, 8, 1, "", "policy:CMP0162"], [723, 8, 1, "", "policy:CMP0163"], [724, 8, 1, "", "policy:CMP0164"], [725, 8, 1, "", "policy:CMP0165"], [726, 8, 1, "", "policy:CMP0166"], [727, 8, 1, "", "policy:CMP0167"], [728, 8, 1, "", "policy:CMP0168"], [729, 8, 1, "", "policy:CMP0169"], [730, 8, 1, "", "policy:CMP0170"], [731, 8, 1, "", "policy:CMP0171"], [732, 8, 1, "", "policy:CMP0172"], [733, 8, 1, "", "policy:CMP0173"], [734, 8, 1, "", "policy:CMP0174"], [735, 8, 1, "", "policy:CMP0175"], [736, 8, 1, "", "policy:CMP0176"], [737, 8, 1, "", "policy:CMP0177"], [738, 8, 1, "", "policy:CMP0178"], [739, 8, 1, "", "policy:CMP0179"], [740, 8, 1, "", "policy:CMP0180"], [741, 9, 1, "", "prop_cache:ADVANCED"], [742, 9, 1, "", "prop_cache:HELPSTRING"], [743, 9, 1, "", "prop_cache:MODIFIED"], [744, 9, 1, "", "prop_cache:STRINGS"], [745, 9, 1, "", "prop_cache:TYPE"], [746, 9, 1, "", "prop_cache:VALUE"], [747, 10, 1, "", "prop_dir:ADDITIONAL_CLEAN_FILES"], [748, 10, 1, "", "prop_dir:ADDITIONAL_MAKE_CLEAN_FILES"], [749, 10, 1, "", "prop_dir:BINARY_DIR"], [750, 10, 1, "", "prop_dir:BUILDSYSTEM_TARGETS"], [751, 10, 1, "", "prop_dir:CACHE_VARIABLES"], [752, 10, 1, "", "prop_dir:CLEAN_NO_CUSTOM"], [753, 10, 1, "", "prop_dir:CMAKE_CONFIGURE_DEPENDS"], [754, 10, 1, "", "prop_dir:COMPILE_DEFINITIONS"], [755, 10, 1, "prop_dir:COMPILE_DEFINITIONS_", "prop_dir:COMPILE_DEFINITIONS_<CONFIG>"], [756, 10, 1, "", "prop_dir:COMPILE_OPTIONS"], [757, 10, 1, "", "prop_dir:DEFINITIONS"], [758, 10, 1, "", "prop_dir:EXCLUDE_FROM_ALL"], [759, 10, 1, "", "prop_dir:IMPLICIT_DEPENDS_INCLUDE_TRANSFORM"], [760, 10, 1, "", "prop_dir:IMPORTED_TARGETS"], [761, 10, 1, "", "prop_dir:INCLUDE_DIRECTORIES"], [762, 10, 1, "", "prop_dir:INCLUDE_REGULAR_EXPRESSION"], [763, 10, 1, "", "prop_dir:INTERPROCEDURAL_OPTIMIZATION"], [764, 10, 1, "prop_dir:INTERPROCEDURAL_OPTIMIZATION_", "prop_dir:INTERPROCEDURAL_OPTIMIZATION_<CONFIG>"], [765, 10, 1, "", "prop_dir:LABELS"], [766, 10, 1, "", "prop_dir:LINK_DIRECTORIES"], [767, 10, 1, "", "prop_dir:LINK_OPTIONS"], [768, 10, 1, "", "prop_dir:LISTFILE_STACK"], [769, 10, 1, "", "prop_dir:MACROS"], [770, 10, 1, "", "prop_dir:PARENT_DIRECTORY"], [771, 10, 1, "", "prop_dir:RULE_LAUNCH_COMPILE"], [772, 10, 1, "", "prop_dir:RULE_LAUNCH_CUSTOM"], [773, 10, 1, "", "prop_dir:RULE_LAUNCH_LINK"], [774, 10, 1, "", "prop_dir:SOURCE_DIR"], [775, 10, 1, "", "prop_dir:SUBDIRECTORIES"], [776, 10, 1, "", "prop_dir:SYSTEM"], [777, 10, 1, "", "prop_dir:TESTS"], [778, 10, 1, "", "prop_dir:TEST_INCLUDE_FILE"], [779, 10, 1, "", "prop_dir:TEST_INCLUDE_FILES"], [780, 10, 1, "", "prop_dir:VARIABLES"], [781, 10, 1, "prop_dir:VS_GLOBAL_SECTION_POST_
", "prop_dir:VS_GLOBAL_SECTION_POST_<section>"], [782, 10, 1, "prop_dir:VS_GLOBAL_SECTION_PRE_
", "prop_dir:VS_GLOBAL_SECTION_PRE_<section>"], [783, 10, 1, "", "prop_dir:VS_STARTUP_PROJECT"], [784, 11, 1, "", "prop_gbl:ALLOW_DUPLICATE_CUSTOM_TARGETS"], [785, 11, 1, "", "prop_gbl:AUTOGEN_SOURCE_GROUP"], [786, 11, 1, "", "prop_gbl:AUTOGEN_TARGETS_FOLDER"], [787, 11, 1, "", "prop_gbl:AUTOMOC_SOURCE_GROUP"], [788, 11, 1, "", "prop_gbl:AUTOMOC_TARGETS_FOLDER"], [789, 11, 1, "", "prop_gbl:AUTORCC_SOURCE_GROUP"], [790, 11, 1, "", "prop_gbl:AUTOUIC_SOURCE_GROUP"], [791, 11, 1, "", "prop_gbl:CMAKE_CUDA_KNOWN_FEATURES"], [792, 11, 1, "", "prop_gbl:CMAKE_CXX_KNOWN_FEATURES"], [793, 11, 1, "", "prop_gbl:CMAKE_C_KNOWN_FEATURES"], [794, 11, 1, "", "prop_gbl:CMAKE_HIP_KNOWN_FEATURES"], [795, 11, 1, "", "prop_gbl:CMAKE_ROLE"], [796, 11, 1, "", "prop_gbl:DEBUG_CONFIGURATIONS"], [797, 11, 1, "", "prop_gbl:DISABLED_FEATURES"], [798, 11, 1, "", "prop_gbl:ECLIPSE_EXTRA_CPROJECT_CONTENTS"], [799, 11, 1, "", "prop_gbl:ECLIPSE_EXTRA_NATURES"], [800, 11, 1, "", "prop_gbl:ENABLED_FEATURES"], [801, 11, 1, "", "prop_gbl:ENABLED_LANGUAGES"], [802, 11, 1, "", "prop_gbl:FIND_LIBRARY_USE_LIB32_PATHS"], [803, 11, 1, "", "prop_gbl:FIND_LIBRARY_USE_LIB64_PATHS"], [804, 11, 1, "", "prop_gbl:FIND_LIBRARY_USE_LIBX32_PATHS"], [805, 11, 1, "", "prop_gbl:FIND_LIBRARY_USE_OPENBSD_VERSIONING"], [806, 11, 1, "", "prop_gbl:GENERATOR_IS_MULTI_CONFIG"], [807, 11, 1, "", "prop_gbl:GLOBAL_DEPENDS_DEBUG_MODE"], [808, 11, 1, "", "prop_gbl:GLOBAL_DEPENDS_NO_CYCLES"], [809, 11, 1, "", "prop_gbl:INSTALL_PARALLEL"], [810, 11, 1, "", "prop_gbl:IN_TRY_COMPILE"], [811, 11, 1, "", "prop_gbl:JOB_POOLS"], [812, 11, 1, "", "prop_gbl:PACKAGES_FOUND"], [813, 11, 1, "", "prop_gbl:PACKAGES_NOT_FOUND"], [814, 11, 1, "", "prop_gbl:PREDEFINED_TARGETS_FOLDER"], [815, 11, 1, "", "prop_gbl:PROPAGATE_TOP_LEVEL_INCLUDES_TO_TRY_COMPILE"], [816, 11, 1, "", "prop_gbl:REPORT_UNDEFINED_PROPERTIES"], [817, 11, 1, "", "prop_gbl:RULE_LAUNCH_COMPILE"], [818, 11, 1, "", "prop_gbl:RULE_LAUNCH_CUSTOM"], [819, 11, 1, "", "prop_gbl:RULE_LAUNCH_LINK"], [820, 11, 1, "", "prop_gbl:RULE_MESSAGES"], [821, 11, 1, "", "prop_gbl:TARGET_ARCHIVES_MAY_BE_SHARED_LIBS"], [822, 11, 1, "", "prop_gbl:TARGET_MESSAGES"], [823, 11, 1, "", "prop_gbl:TARGET_SUPPORTS_SHARED_LIBS"], [824, 11, 1, "", "prop_gbl:USE_FOLDERS"], [825, 11, 1, "", "prop_gbl:XCODE_EMIT_EFFECTIVE_PLATFORM_NAME"], [826, 12, 1, "", "prop_inst:CPACK_DESKTOP_SHORTCUTS"], [827, 12, 1, "", "prop_inst:CPACK_NEVER_OVERWRITE"], [828, 12, 1, "", "prop_inst:CPACK_PERMANENT"], [829, 12, 1, "", "prop_inst:CPACK_STARTUP_SHORTCUTS"], [830, 12, 1, "", "prop_inst:CPACK_START_MENU_SHORTCUTS"], [831, 12, 1, "", "prop_inst:CPACK_WIX_ACL"], [832, 13, 1, "", "prop_sf:ABSTRACT"], [833, 13, 1, "", "prop_sf:AUTORCC_OPTIONS"], [834, 13, 1, "", "prop_sf:AUTOUIC_OPTIONS"], [835, 13, 1, "", "prop_sf:COMPILE_DEFINITIONS"], [836, 13, 1, "prop_sf:COMPILE_DEFINITIONS_", "prop_sf:COMPILE_DEFINITIONS_<CONFIG>"], [837, 13, 1, "", "prop_sf:COMPILE_FLAGS"], [838, 13, 1, "", "prop_sf:COMPILE_OPTIONS"], [839, 13, 1, "", "prop_sf:CXX_SCAN_FOR_MODULES"], [840, 13, 1, "", "prop_sf:EXTERNAL_OBJECT"], [841, 13, 1, "", "prop_sf:Fortran_FORMAT"], [842, 13, 1, "", "prop_sf:Fortran_PREPROCESS"], [843, 13, 1, "", "prop_sf:GENERATED"], [844, 13, 1, "", "prop_sf:HEADER_FILE_ONLY"], [845, 13, 1, "", "prop_sf:INCLUDE_DIRECTORIES"], [846, 13, 1, "", "prop_sf:KEEP_EXTENSION"], [847, 13, 1, "", "prop_sf:LABELS"], [848, 13, 1, "", "prop_sf:LANGUAGE"], [849, 13, 1, "", "prop_sf:LOCATION"], [850, 13, 1, "", "prop_sf:MACOSX_PACKAGE_LOCATION"], [851, 13, 1, "", "prop_sf:OBJECT_DEPENDS"], [852, 13, 1, "", "prop_sf:OBJECT_OUTPUTS"], [853, 13, 1, "", "prop_sf:SKIP_AUTOGEN"], [854, 13, 1, "", "prop_sf:SKIP_AUTOMOC"], [855, 13, 1, "", "prop_sf:SKIP_AUTORCC"], [856, 13, 1, "", "prop_sf:SKIP_AUTOUIC"], [857, 13, 1, "", "prop_sf:SKIP_LINTING"], [858, 13, 1, "", "prop_sf:SKIP_PRECOMPILE_HEADERS"], [859, 13, 1, "", "prop_sf:SKIP_UNITY_BUILD_INCLUSION"], [860, 13, 1, "", "prop_sf:SYMBOLIC"], [861, 13, 1, "", "prop_sf:Swift_DEPENDENCIES_FILE"], [862, 13, 1, "", "prop_sf:Swift_DIAGNOSTICS_FILE"], [863, 13, 1, "", "prop_sf:UNITY_GROUP"], [864, 13, 1, "", "prop_sf:VS_COPY_TO_OUT_DIR"], [865, 13, 1, "prop_sf:VS_CSHARP_", "prop_sf:VS_CSHARP_<tagname>"], [866, 13, 1, "", "prop_sf:VS_DEPLOYMENT_CONTENT"], [867, 13, 1, "", "prop_sf:VS_DEPLOYMENT_LOCATION"], [868, 13, 1, "", "prop_sf:VS_INCLUDE_IN_VSIX"], [869, 13, 1, "", "prop_sf:VS_RESOURCE_GENERATOR"], [870, 13, 1, "", "prop_sf:VS_SETTINGS"], [871, 13, 1, "", "prop_sf:VS_SHADER_DISABLE_OPTIMIZATIONS"], [872, 13, 1, "", "prop_sf:VS_SHADER_ENABLE_DEBUG"], [873, 13, 1, "", "prop_sf:VS_SHADER_ENTRYPOINT"], [874, 13, 1, "", "prop_sf:VS_SHADER_FLAGS"], [875, 13, 1, "", "prop_sf:VS_SHADER_MODEL"], [876, 13, 1, "", "prop_sf:VS_SHADER_OBJECT_FILE_NAME"], [877, 13, 1, "", "prop_sf:VS_SHADER_OUTPUT_HEADER_FILE"], [878, 13, 1, "", "prop_sf:VS_SHADER_TYPE"], [879, 13, 1, "", "prop_sf:VS_SHADER_VARIABLE_NAME"], [880, 13, 1, "", "prop_sf:VS_TOOL_OVERRIDE"], [881, 13, 1, "", "prop_sf:VS_XAML_TYPE"], [882, 13, 1, "", "prop_sf:WRAP_EXCLUDE"], [883, 13, 1, "", "prop_sf:XCODE_EXPLICIT_FILE_TYPE"], [884, 13, 1, "", "prop_sf:XCODE_FILE_ATTRIBUTES"], [885, 13, 1, "", "prop_sf:XCODE_LAST_KNOWN_FILE_TYPE"], [886, 14, 1, "", "prop_test:ATTACHED_FILES"], [887, 14, 1, "", "prop_test:ATTACHED_FILES_ON_FAIL"], [888, 14, 1, "", "prop_test:COST"], [889, 14, 1, "", "prop_test:DEPENDS"], [890, 14, 1, "", "prop_test:DISABLED"], [891, 14, 1, "", "prop_test:ENVIRONMENT"], [892, 14, 1, "", "prop_test:ENVIRONMENT_MODIFICATION"], [893, 14, 1, "", "prop_test:FAIL_REGULAR_EXPRESSION"], [894, 14, 1, "", "prop_test:FIXTURES_CLEANUP"], [895, 14, 1, "", "prop_test:FIXTURES_REQUIRED"], [896, 14, 1, "", "prop_test:FIXTURES_SETUP"], [897, 14, 1, "", "prop_test:GENERATED_RESOURCE_SPEC_FILE"], [898, 14, 1, "", "prop_test:LABELS"], [899, 14, 1, "", "prop_test:MEASUREMENT"], [900, 14, 1, "", "prop_test:PASS_REGULAR_EXPRESSION"], [901, 14, 1, "", "prop_test:PROCESSORS"], [902, 14, 1, "", "prop_test:PROCESSOR_AFFINITY"], [903, 14, 1, "", "prop_test:REQUIRED_FILES"], [904, 14, 1, "", "prop_test:RESOURCE_GROUPS"], [905, 14, 1, "", "prop_test:RESOURCE_LOCK"], [906, 14, 1, "", "prop_test:RUN_SERIAL"], [907, 14, 1, "", "prop_test:SKIP_REGULAR_EXPRESSION"], [908, 14, 1, "", "prop_test:SKIP_RETURN_CODE"], [909, 14, 1, "", "prop_test:TIMEOUT"], [910, 14, 1, "", "prop_test:TIMEOUT_AFTER_MATCH"], [911, 14, 1, "", "prop_test:TIMEOUT_SIGNAL_GRACE_PERIOD"], [912, 14, 1, "", "prop_test:TIMEOUT_SIGNAL_NAME"], [913, 14, 1, "", "prop_test:WILL_FAIL"], [914, 14, 1, "", "prop_test:WORKING_DIRECTORY"], [984, 15, 1, "prop_tgt:_OUTPUT_NAME", "prop_tgt:<CONFIG>_OUTPUT_NAME"], [985, 15, 1, "prop_tgt:_POSTFIX", "prop_tgt:<CONFIG>_POSTFIX"], [1121, 15, 1, "prop_tgt:_CLANG_TIDY", "prop_tgt:<LANG>_CLANG_TIDY"], [1122, 15, 1, "prop_tgt:_CLANG_TIDY_EXPORT_FIXES_DIR", "prop_tgt:<LANG>_CLANG_TIDY_EXPORT_FIXES_DIR"], [1123, 15, 1, "prop_tgt:_COMPILER_LAUNCHER", "prop_tgt:<LANG>_COMPILER_LAUNCHER"], [1124, 15, 1, "prop_tgt:_CPPCHECK", "prop_tgt:<LANG>_CPPCHECK"], [1125, 15, 1, "prop_tgt:_CPPLINT", "prop_tgt:<LANG>_CPPLINT"], [1126, 15, 1, "prop_tgt:_EXTENSIONS", "prop_tgt:<LANG>_EXTENSIONS"], [1127, 15, 1, "prop_tgt:_INCLUDE_WHAT_YOU_USE", "prop_tgt:<LANG>_INCLUDE_WHAT_YOU_USE"], [1128, 15, 1, "prop_tgt:_LINKER_LAUNCHER", "prop_tgt:<LANG>_LINKER_LAUNCHER"], [1129, 15, 1, "prop_tgt:_STANDARD", "prop_tgt:<LANG>_STANDARD"], [1130, 15, 1, "prop_tgt:_STANDARD_REQUIRED", "prop_tgt:<LANG>_STANDARD_REQUIRED"], [1131, 15, 1, "prop_tgt:_VISIBILITY_PRESET", "prop_tgt:<LANG>_VISIBILITY_PRESET"], [915, 15, 1, "", "prop_tgt:ADDITIONAL_CLEAN_FILES"], [916, 15, 1, "", "prop_tgt:AIX_EXPORT_ALL_SYMBOLS"], [917, 15, 1, "", "prop_tgt:AIX_SHARED_LIBRARY_ARCHIVE"], [918, 15, 1, "", "prop_tgt:ALIASED_TARGET"], [919, 15, 1, "", "prop_tgt:ALIAS_GLOBAL"], [920, 15, 1, "", "prop_tgt:ANDROID_ANT_ADDITIONAL_OPTIONS"], [921, 15, 1, "", "prop_tgt:ANDROID_API"], [922, 15, 1, "", "prop_tgt:ANDROID_API_MIN"], [923, 15, 1, "", "prop_tgt:ANDROID_ARCH"], [924, 15, 1, "", "prop_tgt:ANDROID_ASSETS_DIRECTORIES"], [925, 15, 1, "", "prop_tgt:ANDROID_GUI"], [926, 15, 1, "", "prop_tgt:ANDROID_JAR_DEPENDENCIES"], [927, 15, 1, "", "prop_tgt:ANDROID_JAR_DIRECTORIES"], [928, 15, 1, "", "prop_tgt:ANDROID_JAVA_SOURCE_DIR"], [929, 15, 1, "", "prop_tgt:ANDROID_NATIVE_LIB_DEPENDENCIES"], [930, 15, 1, "", "prop_tgt:ANDROID_NATIVE_LIB_DIRECTORIES"], [931, 15, 1, "", "prop_tgt:ANDROID_PROCESS_MAX"], [932, 15, 1, "", "prop_tgt:ANDROID_PROGUARD"], [933, 15, 1, "", "prop_tgt:ANDROID_PROGUARD_CONFIG_PATH"], [934, 15, 1, "", "prop_tgt:ANDROID_SECURE_PROPS_PATH"], [935, 15, 1, "", "prop_tgt:ANDROID_SKIP_ANT_STEP"], [936, 15, 1, "", "prop_tgt:ANDROID_STL_TYPE"], [937, 15, 1, "", "prop_tgt:ARCHIVE_OUTPUT_DIRECTORY"], [938, 15, 1, "prop_tgt:ARCHIVE_OUTPUT_DIRECTORY_", "prop_tgt:ARCHIVE_OUTPUT_DIRECTORY_<CONFIG>"], [939, 15, 1, "", "prop_tgt:ARCHIVE_OUTPUT_NAME"], [940, 15, 1, "prop_tgt:ARCHIVE_OUTPUT_NAME_", "prop_tgt:ARCHIVE_OUTPUT_NAME_<CONFIG>"], [941, 15, 1, "", "prop_tgt:AUTOGEN_BETTER_GRAPH_MULTI_CONFIG"], [942, 15, 1, "", "prop_tgt:AUTOGEN_BUILD_DIR"], [943, 15, 1, "", "prop_tgt:AUTOGEN_COMMAND_LINE_LENGTH_MAX"], [944, 15, 1, "", "prop_tgt:AUTOGEN_ORIGIN_DEPENDS"], [945, 15, 1, "", "prop_tgt:AUTOGEN_PARALLEL"], [946, 15, 1, "", "prop_tgt:AUTOGEN_TARGET_DEPENDS"], [947, 15, 1, "", "prop_tgt:AUTOGEN_USE_SYSTEM_INCLUDE"], [948, 15, 1, "", "prop_tgt:AUTOMOC"], [949, 15, 1, "", "prop_tgt:AUTOMOC_COMPILER_PREDEFINES"], [950, 15, 1, "", "prop_tgt:AUTOMOC_DEPEND_FILTERS"], [951, 15, 1, "", "prop_tgt:AUTOMOC_EXECUTABLE"], [952, 15, 1, "", "prop_tgt:AUTOMOC_MACRO_NAMES"], [953, 15, 1, "", "prop_tgt:AUTOMOC_MOC_OPTIONS"], [954, 15, 1, "", "prop_tgt:AUTOMOC_PATH_PREFIX"], [955, 15, 1, "", "prop_tgt:AUTORCC"], [956, 15, 1, "", "prop_tgt:AUTORCC_EXECUTABLE"], [957, 15, 1, "", "prop_tgt:AUTORCC_OPTIONS"], [958, 15, 1, "", "prop_tgt:AUTOUIC"], [959, 15, 1, "", "prop_tgt:AUTOUIC_EXECUTABLE"], [960, 15, 1, "", "prop_tgt:AUTOUIC_OPTIONS"], [961, 15, 1, "", "prop_tgt:AUTOUIC_SEARCH_PATHS"], [962, 15, 1, "", "prop_tgt:BINARY_DIR"], [963, 15, 1, "", "prop_tgt:BUILD_RPATH"], [964, 15, 1, "", "prop_tgt:BUILD_RPATH_USE_ORIGIN"], [965, 15, 1, "", "prop_tgt:BUILD_WITH_INSTALL_NAME_DIR"], [966, 15, 1, "", "prop_tgt:BUILD_WITH_INSTALL_RPATH"], [967, 15, 1, "", "prop_tgt:BUNDLE"], [968, 15, 1, "", "prop_tgt:BUNDLE_EXTENSION"], [969, 15, 1, "", "prop_tgt:COMMON_LANGUAGE_RUNTIME"], [970, 15, 1, "", "prop_tgt:COMPATIBLE_INTERFACE_BOOL"], [971, 15, 1, "", "prop_tgt:COMPATIBLE_INTERFACE_NUMBER_MAX"], [972, 15, 1, "", "prop_tgt:COMPATIBLE_INTERFACE_NUMBER_MIN"], [973, 15, 1, "", "prop_tgt:COMPATIBLE_INTERFACE_STRING"], [974, 15, 1, "", "prop_tgt:COMPILE_DEFINITIONS"], [975, 15, 1, "prop_tgt:COMPILE_DEFINITIONS_", "prop_tgt:COMPILE_DEFINITIONS_<CONFIG>"], [976, 15, 1, "", "prop_tgt:COMPILE_FEATURES"], [977, 15, 1, "", "prop_tgt:COMPILE_FLAGS"], [978, 15, 1, "", "prop_tgt:COMPILE_OPTIONS"], [979, 15, 1, "", "prop_tgt:COMPILE_PDB_NAME"], [980, 15, 1, "prop_tgt:COMPILE_PDB_NAME_", "prop_tgt:COMPILE_PDB_NAME_<CONFIG>"], [981, 15, 1, "", "prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY"], [982, 15, 1, "prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY_", "prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY_<CONFIG>"], [983, 15, 1, "", "prop_tgt:COMPILE_WARNING_AS_ERROR"], [986, 15, 1, "", "prop_tgt:CROSSCOMPILING_EMULATOR"], [987, 15, 1, "", "prop_tgt:CUDA_ARCHITECTURES"], [988, 15, 1, "", "prop_tgt:CUDA_CUBIN_COMPILATION"], [989, 15, 1, "", "prop_tgt:CUDA_EXTENSIONS"], [990, 15, 1, "", "prop_tgt:CUDA_FATBIN_COMPILATION"], [991, 15, 1, "", "prop_tgt:CUDA_OPTIX_COMPILATION"], [992, 15, 1, "", "prop_tgt:CUDA_PTX_COMPILATION"], [993, 15, 1, "", "prop_tgt:CUDA_RESOLVE_DEVICE_SYMBOLS"], [994, 15, 1, "", "prop_tgt:CUDA_RUNTIME_LIBRARY"], [995, 15, 1, "", "prop_tgt:CUDA_SEPARABLE_COMPILATION"], [996, 15, 1, "", "prop_tgt:CUDA_STANDARD"], [997, 15, 1, "", "prop_tgt:CUDA_STANDARD_REQUIRED"], [998, 15, 1, "", "prop_tgt:CXX_EXTENSIONS"], [999, 15, 1, "", "prop_tgt:CXX_MODULE_DIRS"], [1000, 15, 1, "prop_tgt:CXX_MODULE_DIRS_", "prop_tgt:CXX_MODULE_DIRS_<NAME>"], [1001, 15, 1, "", "prop_tgt:CXX_MODULE_SET"], [1002, 15, 1, "", "prop_tgt:CXX_MODULE_SETS"], [1003, 15, 1, "prop_tgt:CXX_MODULE_SET_", "prop_tgt:CXX_MODULE_SET_<NAME>"], [1004, 15, 1, "", "prop_tgt:CXX_MODULE_STD"], [1005, 15, 1, "", "prop_tgt:CXX_SCAN_FOR_MODULES"], [1006, 15, 1, "", "prop_tgt:CXX_STANDARD"], [1007, 15, 1, "", "prop_tgt:CXX_STANDARD_REQUIRED"], [1008, 15, 1, "", "prop_tgt:C_EXTENSIONS"], [1009, 15, 1, "", "prop_tgt:C_STANDARD"], [1010, 15, 1, "", "prop_tgt:C_STANDARD_REQUIRED"], [1011, 15, 1, "", "prop_tgt:DEBUG_POSTFIX"], [1012, 15, 1, "", "prop_tgt:DEFINE_SYMBOL"], [1013, 15, 1, "", "prop_tgt:DEPLOYMENT_ADDITIONAL_FILES"], [1014, 15, 1, "", "prop_tgt:DEPLOYMENT_REMOTE_DIRECTORY"], [1015, 15, 1, "", "prop_tgt:DEPRECATION"], [1016, 15, 1, "", "prop_tgt:DISABLE_PRECOMPILE_HEADERS"], [1017, 15, 1, "", "prop_tgt:DLL_NAME_WITH_SOVERSION"], [1018, 15, 1, "", "prop_tgt:DOTNET_SDK"], [1019, 15, 1, "", "prop_tgt:DOTNET_TARGET_FRAMEWORK"], [1020, 15, 1, "", "prop_tgt:DOTNET_TARGET_FRAMEWORK_VERSION"], [1021, 15, 1, "", "prop_tgt:ENABLE_EXPORTS"], [1022, 15, 1, "", "prop_tgt:EXCLUDE_FROM_ALL"], [1023, 15, 1, "", "prop_tgt:EXCLUDE_FROM_DEFAULT_BUILD"], [1024, 15, 1, "prop_tgt:EXCLUDE_FROM_DEFAULT_BUILD_", "prop_tgt:EXCLUDE_FROM_DEFAULT_BUILD_<CONFIG>"], [1025, 15, 1, "", "prop_tgt:EXPORT_BUILD_DATABASE"], [1026, 15, 1, "", "prop_tgt:EXPORT_COMPILE_COMMANDS"], [1027, 15, 1, "", "prop_tgt:EXPORT_FIND_PACKAGE_NAME"], [1028, 15, 1, "", "prop_tgt:EXPORT_NAME"], [1029, 15, 1, "", "prop_tgt:EXPORT_NO_SYSTEM"], [1030, 15, 1, "", "prop_tgt:EXPORT_PROPERTIES"], [1031, 15, 1, "", "prop_tgt:EchoString"], [1032, 15, 1, "", "prop_tgt:FOLDER"], [1033, 15, 1, "", "prop_tgt:FRAMEWORK"], [1034, 15, 1, "prop_tgt:FRAMEWORK_MULTI_CONFIG_POSTFIX_", "prop_tgt:FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG>"], [1035, 15, 1, "", "prop_tgt:FRAMEWORK_VERSION"], [1036, 15, 1, "", "prop_tgt:Fortran_BUILDING_INSTRINSIC_MODULES"], [1037, 15, 1, "", "prop_tgt:Fortran_FORMAT"], [1038, 15, 1, "", "prop_tgt:Fortran_MODULE_DIRECTORY"], [1039, 15, 1, "", "prop_tgt:Fortran_PREPROCESS"], [1040, 15, 1, "", "prop_tgt:GENERATOR_FILE_NAME"], [1041, 15, 1, "", "prop_tgt:GHS_INTEGRITY_APP"], [1042, 15, 1, "", "prop_tgt:GHS_NO_SOURCE_GROUP_FILE"], [1043, 15, 1, "", "prop_tgt:GNUtoMS"], [1044, 15, 1, "", "prop_tgt:HAS_CXX"], [1045, 15, 1, "", "prop_tgt:HEADER_DIRS"], [1046, 15, 1, "prop_tgt:HEADER_DIRS_", "prop_tgt:HEADER_DIRS_<NAME>"], [1047, 15, 1, "", "prop_tgt:HEADER_SET"], [1048, 15, 1, "", "prop_tgt:HEADER_SETS"], [1049, 15, 1, "prop_tgt:HEADER_SET_", "prop_tgt:HEADER_SET_<NAME>"], [1050, 15, 1, "", "prop_tgt:HIP_ARCHITECTURES"], [1051, 15, 1, "", "prop_tgt:HIP_EXTENSIONS"], [1052, 15, 1, "", "prop_tgt:HIP_STANDARD"], [1053, 15, 1, "", "prop_tgt:HIP_STANDARD_REQUIRED"], [1054, 15, 1, "", "prop_tgt:IMPLICIT_DEPENDS_INCLUDE_TRANSFORM"], [1055, 15, 1, "", "prop_tgt:IMPORTED"], [1056, 15, 1, "", "prop_tgt:IMPORTED_COMMON_LANGUAGE_RUNTIME"], [1057, 15, 1, "", "prop_tgt:IMPORTED_CONFIGURATIONS"], [1058, 15, 1, "", "prop_tgt:IMPORTED_CXX_MODULES_COMPILE_DEFINITIONS"], [1059, 15, 1, "", "prop_tgt:IMPORTED_CXX_MODULES_COMPILE_FEATURES"], [1060, 15, 1, "", "prop_tgt:IMPORTED_CXX_MODULES_COMPILE_OPTIONS"], [1061, 15, 1, "", "prop_tgt:IMPORTED_CXX_MODULES_INCLUDE_DIRECTORIES"], [1062, 15, 1, "", "prop_tgt:IMPORTED_CXX_MODULES_LINK_LIBRARIES"], [1063, 15, 1, "", "prop_tgt:IMPORTED_GLOBAL"], [1064, 15, 1, "", "prop_tgt:IMPORTED_IMPLIB"], [1065, 15, 1, "prop_tgt:IMPORTED_IMPLIB_", "prop_tgt:IMPORTED_IMPLIB_<CONFIG>"], [1066, 15, 1, "", "prop_tgt:IMPORTED_LIBNAME"], [1067, 15, 1, "prop_tgt:IMPORTED_LIBNAME_", "prop_tgt:IMPORTED_LIBNAME_<CONFIG>"], [1068, 15, 1, "", "prop_tgt:IMPORTED_LINK_DEPENDENT_LIBRARIES"], [1069, 15, 1, "prop_tgt:IMPORTED_LINK_DEPENDENT_LIBRARIES_", "prop_tgt:IMPORTED_LINK_DEPENDENT_LIBRARIES_<CONFIG>"], [1070, 15, 1, "", "prop_tgt:IMPORTED_LINK_INTERFACE_LANGUAGES"], [1071, 15, 1, "prop_tgt:IMPORTED_LINK_INTERFACE_LANGUAGES_", "prop_tgt:IMPORTED_LINK_INTERFACE_LANGUAGES_<CONFIG>"], [1072, 15, 1, "", "prop_tgt:IMPORTED_LINK_INTERFACE_LIBRARIES"], [1073, 15, 1, "prop_tgt:IMPORTED_LINK_INTERFACE_LIBRARIES_", "prop_tgt:IMPORTED_LINK_INTERFACE_LIBRARIES_<CONFIG>"], [1074, 15, 1, "", "prop_tgt:IMPORTED_LINK_INTERFACE_MULTIPLICITY"], [1075, 15, 1, "prop_tgt:IMPORTED_LINK_INTERFACE_MULTIPLICITY_", "prop_tgt:IMPORTED_LINK_INTERFACE_MULTIPLICITY_<CONFIG>"], [1076, 15, 1, "", "prop_tgt:IMPORTED_LOCATION"], [1077, 15, 1, "prop_tgt:IMPORTED_LOCATION_", "prop_tgt:IMPORTED_LOCATION_<CONFIG>"], [1078, 15, 1, "", "prop_tgt:IMPORTED_NO_SONAME"], [1079, 15, 1, "prop_tgt:IMPORTED_NO_SONAME_", "prop_tgt:IMPORTED_NO_SONAME_<CONFIG>"], [1080, 15, 1, "", "prop_tgt:IMPORTED_NO_SYSTEM"], [1081, 15, 1, "", "prop_tgt:IMPORTED_OBJECTS"], [1082, 15, 1, "prop_tgt:IMPORTED_OBJECTS_", "prop_tgt:IMPORTED_OBJECTS_<CONFIG>"], [1083, 15, 1, "", "prop_tgt:IMPORTED_SONAME"], [1084, 15, 1, "prop_tgt:IMPORTED_SONAME_", "prop_tgt:IMPORTED_SONAME_<CONFIG>"], [1085, 15, 1, "", "prop_tgt:IMPORT_PREFIX"], [1086, 15, 1, "", "prop_tgt:IMPORT_SUFFIX"], [1087, 15, 1, "", "prop_tgt:INCLUDE_DIRECTORIES"], [1088, 15, 1, "", "prop_tgt:INSTALL_NAME_DIR"], [1089, 15, 1, "", "prop_tgt:INSTALL_REMOVE_ENVIRONMENT_RPATH"], [1090, 15, 1, "", "prop_tgt:INSTALL_RPATH"], [1091, 15, 1, "", "prop_tgt:INSTALL_RPATH_USE_LINK_PATH"], [1092, 15, 1, "", "prop_tgt:INTERFACE_AUTOMOC_MACRO_NAMES"], [1093, 15, 1, "", "prop_tgt:INTERFACE_AUTOUIC_OPTIONS"], [1094, 15, 1, "", "prop_tgt:INTERFACE_COMPILE_DEFINITIONS"], [1095, 15, 1, "", "prop_tgt:INTERFACE_COMPILE_FEATURES"], [1096, 15, 1, "", "prop_tgt:INTERFACE_COMPILE_OPTIONS"], [1097, 15, 1, "", "prop_tgt:INTERFACE_CXX_MODULE_SETS"], [1098, 15, 1, "", "prop_tgt:INTERFACE_HEADER_SETS"], [1099, 15, 1, "", "prop_tgt:INTERFACE_HEADER_SETS_TO_VERIFY"], [1100, 15, 1, "", "prop_tgt:INTERFACE_INCLUDE_DIRECTORIES"], [1101, 15, 1, "", "prop_tgt:INTERFACE_LINK_DEPENDS"], [1102, 15, 1, "", "prop_tgt:INTERFACE_LINK_DIRECTORIES"], [1103, 15, 1, "", "prop_tgt:INTERFACE_LINK_LIBRARIES"], [1104, 15, 1, "", "prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT"], [1105, 15, 1, "", "prop_tgt:INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE"], [1106, 15, 1, "", "prop_tgt:INTERFACE_LINK_OPTIONS"], [1107, 15, 1, "", "prop_tgt:INTERFACE_POSITION_INDEPENDENT_CODE"], [1108, 15, 1, "", "prop_tgt:INTERFACE_PRECOMPILE_HEADERS"], [1109, 15, 1, "", "prop_tgt:INTERFACE_SOURCES"], [1110, 15, 1, "", "prop_tgt:INTERFACE_SYSTEM_INCLUDE_DIRECTORIES"], [1111, 15, 1, "", "prop_tgt:INTERPROCEDURAL_OPTIMIZATION"], [1112, 15, 1, "prop_tgt:INTERPROCEDURAL_OPTIMIZATION_", "prop_tgt:INTERPROCEDURAL_OPTIMIZATION_<CONFIG>"], [1113, 15, 1, "", "prop_tgt:IOS_INSTALL_COMBINED"], [1114, 15, 1, "", "prop_tgt:ISPC_HEADER_DIRECTORY"], [1115, 15, 1, "", "prop_tgt:ISPC_HEADER_SUFFIX"], [1116, 15, 1, "", "prop_tgt:ISPC_INSTRUCTION_SETS"], [1117, 15, 1, "", "prop_tgt:JOB_POOL_COMPILE"], [1118, 15, 1, "", "prop_tgt:JOB_POOL_LINK"], [1119, 15, 1, "", "prop_tgt:JOB_POOL_PRECOMPILE_HEADER"], [1120, 15, 1, "", "prop_tgt:LABELS"], [1132, 15, 1, "", "prop_tgt:LIBRARY_OUTPUT_DIRECTORY"], [1133, 15, 1, "prop_tgt:LIBRARY_OUTPUT_DIRECTORY_", "prop_tgt:LIBRARY_OUTPUT_DIRECTORY_<CONFIG>"], [1134, 15, 1, "", "prop_tgt:LIBRARY_OUTPUT_NAME"], [1135, 15, 1, "prop_tgt:LIBRARY_OUTPUT_NAME_", "prop_tgt:LIBRARY_OUTPUT_NAME_<CONFIG>"], [1136, 15, 1, "", "prop_tgt:LINKER_LANGUAGE"], [1137, 15, 1, "", "prop_tgt:LINKER_TYPE"], [1138, 15, 1, "", "prop_tgt:LINK_DEPENDS"], [1139, 15, 1, "", "prop_tgt:LINK_DEPENDS_NO_SHARED"], [1140, 15, 1, "", "prop_tgt:LINK_DIRECTORIES"], [1141, 15, 1, "", "prop_tgt:LINK_FLAGS"], [1142, 15, 1, "prop_tgt:LINK_FLAGS_", "prop_tgt:LINK_FLAGS_<CONFIG>"], [1143, 15, 1, "", "prop_tgt:LINK_INTERFACE_LIBRARIES"], [1144, 15, 1, "prop_tgt:LINK_INTERFACE_LIBRARIES_", "prop_tgt:LINK_INTERFACE_LIBRARIES_<CONFIG>"], [1145, 15, 1, "", "prop_tgt:LINK_INTERFACE_MULTIPLICITY"], [1146, 15, 1, "prop_tgt:LINK_INTERFACE_MULTIPLICITY_", "prop_tgt:LINK_INTERFACE_MULTIPLICITY_<CONFIG>"], [1147, 15, 1, "", "prop_tgt:LINK_LIBRARIES"], [1148, 15, 1, "", "prop_tgt:LINK_LIBRARIES_ONLY_TARGETS"], [1149, 15, 1, "", "prop_tgt:LINK_LIBRARIES_STRATEGY"], [1150, 15, 1, "", "prop_tgt:LINK_LIBRARY_OVERRIDE"], [1151, 15, 1, "prop_tgt:LINK_LIBRARY_OVERRIDE_", "prop_tgt:LINK_LIBRARY_OVERRIDE_<LIBRARY>"], [1152, 15, 1, "", "prop_tgt:LINK_OPTIONS"], [1153, 15, 1, "", "prop_tgt:LINK_SEARCH_END_STATIC"], [1154, 15, 1, "", "prop_tgt:LINK_SEARCH_START_STATIC"], [1155, 15, 1, "", "prop_tgt:LINK_WHAT_YOU_USE"], [1156, 15, 1, "", "prop_tgt:LOCATION"], [1157, 15, 1, "prop_tgt:LOCATION_", "prop_tgt:LOCATION_<CONFIG>"], [1158, 15, 1, "", "prop_tgt:MACHO_COMPATIBILITY_VERSION"], [1159, 15, 1, "", "prop_tgt:MACHO_CURRENT_VERSION"], [1160, 15, 1, "", "prop_tgt:MACOSX_BUNDLE"], [1161, 15, 1, "", "prop_tgt:MACOSX_BUNDLE_INFO_PLIST"], [1162, 15, 1, "", "prop_tgt:MACOSX_FRAMEWORK_INFO_PLIST"], [1163, 15, 1, "", "prop_tgt:MACOSX_RPATH"], [1164, 15, 1, "", "prop_tgt:MANUALLY_ADDED_DEPENDENCIES"], [1165, 15, 1, "prop_tgt:MAP_IMPORTED_CONFIG_", "prop_tgt:MAP_IMPORTED_CONFIG_<CONFIG>"], [1166, 15, 1, "", "prop_tgt:MSVC_DEBUG_INFORMATION_FORMAT"], [1167, 15, 1, "", "prop_tgt:MSVC_RUNTIME_LIBRARY"], [1168, 15, 1, "", "prop_tgt:NAME"], [1169, 15, 1, "", "prop_tgt:NO_SONAME"], [1170, 15, 1, "", "prop_tgt:NO_SYSTEM_FROM_IMPORTED"], [1171, 15, 1, "", "prop_tgt:OBJCXX_EXTENSIONS"], [1172, 15, 1, "", "prop_tgt:OBJCXX_STANDARD"], [1173, 15, 1, "", "prop_tgt:OBJCXX_STANDARD_REQUIRED"], [1174, 15, 1, "", "prop_tgt:OBJC_EXTENSIONS"], [1175, 15, 1, "", "prop_tgt:OBJC_STANDARD"], [1176, 15, 1, "", "prop_tgt:OBJC_STANDARD_REQUIRED"], [1177, 15, 1, "", "prop_tgt:OPTIMIZE_DEPENDENCIES"], [1178, 15, 1, "", "prop_tgt:OSX_ARCHITECTURES"], [1179, 15, 1, "prop_tgt:OSX_ARCHITECTURES_", "prop_tgt:OSX_ARCHITECTURES_<CONFIG>"], [1180, 15, 1, "", "prop_tgt:OUTPUT_NAME"], [1181, 15, 1, "prop_tgt:OUTPUT_NAME_", "prop_tgt:OUTPUT_NAME_<CONFIG>"], [1182, 15, 1, "", "prop_tgt:PCH_INSTANTIATE_TEMPLATES"], [1183, 15, 1, "", "prop_tgt:PCH_WARN_INVALID"], [1184, 15, 1, "", "prop_tgt:PDB_NAME"], [1185, 15, 1, "prop_tgt:PDB_NAME_", "prop_tgt:PDB_NAME_<CONFIG>"], [1186, 15, 1, "", "prop_tgt:PDB_OUTPUT_DIRECTORY"], [1187, 15, 1, "prop_tgt:PDB_OUTPUT_DIRECTORY_", "prop_tgt:PDB_OUTPUT_DIRECTORY_<CONFIG>"], [1188, 15, 1, "", "prop_tgt:POSITION_INDEPENDENT_CODE"], [1189, 15, 1, "", "prop_tgt:POST_INSTALL_SCRIPT"], [1190, 15, 1, "", "prop_tgt:PRECOMPILE_HEADERS"], [1191, 15, 1, "", "prop_tgt:PRECOMPILE_HEADERS_REUSE_FROM"], [1192, 15, 1, "", "prop_tgt:PREFIX"], [1193, 15, 1, "", "prop_tgt:PRE_INSTALL_SCRIPT"], [1194, 15, 1, "", "prop_tgt:PRIVATE_HEADER"], [1195, 15, 1, "", "prop_tgt:PROJECT_LABEL"], [1196, 15, 1, "", "prop_tgt:PUBLIC_HEADER"], [1197, 15, 1, "", "prop_tgt:RESOURCE"], [1198, 15, 1, "", "prop_tgt:RULE_LAUNCH_COMPILE"], [1199, 15, 1, "", "prop_tgt:RULE_LAUNCH_CUSTOM"], [1200, 15, 1, "", "prop_tgt:RULE_LAUNCH_LINK"], [1201, 15, 1, "", "prop_tgt:RUNTIME_OUTPUT_DIRECTORY"], [1202, 15, 1, "prop_tgt:RUNTIME_OUTPUT_DIRECTORY_", "prop_tgt:RUNTIME_OUTPUT_DIRECTORY_<CONFIG>"], [1203, 15, 1, "", "prop_tgt:RUNTIME_OUTPUT_NAME"], [1204, 15, 1, "prop_tgt:RUNTIME_OUTPUT_NAME_", "prop_tgt:RUNTIME_OUTPUT_NAME_<CONFIG>"], [1205, 15, 1, "", "prop_tgt:SKIP_BUILD_RPATH"], [1206, 15, 1, "", "prop_tgt:SOURCES"], [1207, 15, 1, "", "prop_tgt:SOURCE_DIR"], [1208, 15, 1, "", "prop_tgt:SOVERSION"], [1209, 15, 1, "", "prop_tgt:STATIC_LIBRARY_FLAGS"], [1210, 15, 1, "prop_tgt:STATIC_LIBRARY_FLAGS_", "prop_tgt:STATIC_LIBRARY_FLAGS_<CONFIG>"], [1211, 15, 1, "", "prop_tgt:STATIC_LIBRARY_OPTIONS"], [1212, 15, 1, "", "prop_tgt:SUFFIX"], [1213, 15, 1, "", "prop_tgt:SYSTEM"], [1214, 15, 1, "", "prop_tgt:Swift_COMPILATION_MODE"], [1215, 15, 1, "", "prop_tgt:Swift_DEPENDENCIES_FILE"], [1216, 15, 1, "", "prop_tgt:Swift_LANGUAGE_VERSION"], [1217, 15, 1, "", "prop_tgt:Swift_MODULE_DIRECTORY"], [1218, 15, 1, "", "prop_tgt:Swift_MODULE_NAME"], [1219, 15, 1, "", "prop_tgt:TEST_LAUNCHER"], [1220, 15, 1, "", "prop_tgt:TRANSITIVE_COMPILE_PROPERTIES"], [1221, 15, 1, "", "prop_tgt:TRANSITIVE_LINK_PROPERTIES"], [1222, 15, 1, "", "prop_tgt:TYPE"], [1223, 15, 1, "", "prop_tgt:UNITY_BUILD"], [1224, 15, 1, "", "prop_tgt:UNITY_BUILD_BATCH_SIZE"], [1225, 15, 1, "", "prop_tgt:UNITY_BUILD_CODE_AFTER_INCLUDE"], [1226, 15, 1, "", "prop_tgt:UNITY_BUILD_CODE_BEFORE_INCLUDE"], [1227, 15, 1, "", "prop_tgt:UNITY_BUILD_MODE"], [1228, 15, 1, "", "prop_tgt:UNITY_BUILD_UNIQUE_ID"], [1229, 15, 1, "", "prop_tgt:VERIFY_INTERFACE_HEADER_SETS"], [1230, 15, 1, "", "prop_tgt:VERSION"], [1231, 15, 1, "", "prop_tgt:VISIBILITY_INLINES_HIDDEN"], [1232, 15, 1, "", "prop_tgt:VS_CONFIGURATION_TYPE"], [1233, 15, 1, "", "prop_tgt:VS_DEBUGGER_COMMAND"], [1234, 15, 1, "", "prop_tgt:VS_DEBUGGER_COMMAND_ARGUMENTS"], [1235, 15, 1, "", "prop_tgt:VS_DEBUGGER_ENVIRONMENT"], [1236, 15, 1, "", "prop_tgt:VS_DEBUGGER_WORKING_DIRECTORY"], [1237, 15, 1, "", "prop_tgt:VS_DESKTOP_EXTENSIONS_VERSION"], [1238, 15, 1, "", "prop_tgt:VS_DOTNET_DOCUMENTATION_FILE"], [1239, 15, 1, "prop_tgt:VS_DOTNET_REFERENCEPROP__TAG_", "prop_tgt:VS_DOTNET_REFERENCEPROP_<refname>_TAG_<tagname>"], [1240, 15, 1, "", "prop_tgt:VS_DOTNET_REFERENCES"], [1241, 15, 1, "", "prop_tgt:VS_DOTNET_REFERENCES_COPY_LOCAL"], [1242, 15, 1, "prop_tgt:VS_DOTNET_REFERENCE_", "prop_tgt:VS_DOTNET_REFERENCE_<refname>"], [1243, 15, 1, "", "prop_tgt:VS_DOTNET_STARTUP_OBJECT"], [1244, 15, 1, "", "prop_tgt:VS_DOTNET_TARGET_FRAMEWORK_VERSION"], [1245, 15, 1, "", "prop_tgt:VS_DPI_AWARE"], [1246, 15, 1, "", "prop_tgt:VS_FILTER_PROPS"], [1247, 15, 1, "", "prop_tgt:VS_FRAMEWORK_REFERENCES"], [1251, 15, 1, "prop_tgt:VS_GLOBAL_", "prop_tgt:VS_GLOBAL_<variable>"], [1248, 15, 1, "", "prop_tgt:VS_GLOBAL_KEYWORD"], [1249, 15, 1, "", "prop_tgt:VS_GLOBAL_PROJECT_TYPES"], [1250, 15, 1, "", "prop_tgt:VS_GLOBAL_ROOTNAMESPACE"], [1252, 15, 1, "", "prop_tgt:VS_IOT_EXTENSIONS_VERSION"], [1253, 15, 1, "", "prop_tgt:VS_IOT_STARTUP_TASK"], [1254, 15, 1, "", "prop_tgt:VS_JUST_MY_CODE_DEBUGGING"], [1255, 15, 1, "", "prop_tgt:VS_KEYWORD"], [1256, 15, 1, "", "prop_tgt:VS_MOBILE_EXTENSIONS_VERSION"], [1257, 15, 1, "", "prop_tgt:VS_NO_COMPILE_BATCHING"], [1258, 15, 1, "", "prop_tgt:VS_NO_SOLUTION_DEPLOY"], [1259, 15, 1, "", "prop_tgt:VS_PACKAGE_REFERENCES"], [1260, 15, 1, "", "prop_tgt:VS_PLATFORM_TOOLSET"], [1261, 15, 1, "", "prop_tgt:VS_PROJECT_IMPORT"], [1262, 15, 1, "", "prop_tgt:VS_SCC_AUXPATH"], [1263, 15, 1, "", "prop_tgt:VS_SCC_LOCALPATH"], [1264, 15, 1, "", "prop_tgt:VS_SCC_PROJECTNAME"], [1265, 15, 1, "", "prop_tgt:VS_SCC_PROVIDER"], [1266, 15, 1, "", "prop_tgt:VS_SDK_REFERENCES"], [1267, 15, 1, "", "prop_tgt:VS_SOLUTION_DEPLOY"], [1268, 15, 1, "prop_tgt:VS_SOURCE_SETTINGS_", "prop_tgt:VS_SOURCE_SETTINGS_<tool>"], [1269, 15, 1, "", "prop_tgt:VS_USER_PROPS"], [1270, 15, 1, "", "prop_tgt:VS_USE_DEBUG_LIBRARIES"], [1271, 15, 1, "", "prop_tgt:VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION"], [1272, 15, 1, "", "prop_tgt:VS_WINRT_COMPONENT"], [1273, 15, 1, "", "prop_tgt:VS_WINRT_EXTENSIONS"], [1274, 15, 1, "", "prop_tgt:VS_WINRT_REFERENCES"], [1275, 15, 1, "", "prop_tgt:WATCOM_RUNTIME_LIBRARY"], [1276, 15, 1, "", "prop_tgt:WIN32_EXECUTABLE"], [1277, 15, 1, "", "prop_tgt:WINDOWS_EXPORT_ALL_SYMBOLS"], [1278, 15, 1, "prop_tgt:XCODE_ATTRIBUTE_", "prop_tgt:XCODE_ATTRIBUTE_<an-attribute>"], [1281, 15, 1, "prop_tgt:XCODE_EMBED_", "prop_tgt:XCODE_EMBED_<type>"], [1282, 15, 1, "prop_tgt:XCODE_EMBED__CODE_SIGN_ON_COPY", "prop_tgt:XCODE_EMBED_<type>_CODE_SIGN_ON_COPY"], [1283, 15, 1, "prop_tgt:XCODE_EMBED__PATH", "prop_tgt:XCODE_EMBED_<type>_PATH"], [1284, 15, 1, "prop_tgt:XCODE_EMBED__REMOVE_HEADERS_ON_COPY", "prop_tgt:XCODE_EMBED_<type>_REMOVE_HEADERS_ON_COPY"], [1279, 15, 1, "", "prop_tgt:XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY"], [1280, 15, 1, "", "prop_tgt:XCODE_EMBED_FRAMEWORKS_REMOVE_HEADERS_ON_COPY"], [1285, 15, 1, "", "prop_tgt:XCODE_EXPLICIT_FILE_TYPE"], [1286, 15, 1, "", "prop_tgt:XCODE_GENERATE_SCHEME"], [1287, 15, 1, "", "prop_tgt:XCODE_LINK_BUILD_PHASE_MODE"], [1288, 15, 1, "", "prop_tgt:XCODE_PRODUCT_TYPE"], [1289, 15, 1, "", "prop_tgt:XCODE_SCHEME_ADDRESS_SANITIZER"], [1290, 15, 1, "", "prop_tgt:XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN"], [1291, 15, 1, "", "prop_tgt:XCODE_SCHEME_ARGUMENTS"], [1292, 15, 1, "", "prop_tgt:XCODE_SCHEME_DEBUG_AS_ROOT"], [1293, 15, 1, "", "prop_tgt:XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING"], [1294, 15, 1, "", "prop_tgt:XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER"], [1295, 15, 1, "", "prop_tgt:XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS"], [1296, 15, 1, "", "prop_tgt:XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE"], [1297, 15, 1, "", "prop_tgt:XCODE_SCHEME_ENABLE_GPU_API_VALIDATION"], [1298, 15, 1, "", "prop_tgt:XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE"], [1299, 15, 1, "", "prop_tgt:XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION"], [1300, 15, 1, "", "prop_tgt:XCODE_SCHEME_ENVIRONMENT"], [1301, 15, 1, "", "prop_tgt:XCODE_SCHEME_EXECUTABLE"], [1302, 15, 1, "", "prop_tgt:XCODE_SCHEME_GUARD_MALLOC"], [1303, 15, 1, "", "prop_tgt:XCODE_SCHEME_LAUNCH_CONFIGURATION"], [1304, 15, 1, "", "prop_tgt:XCODE_SCHEME_LAUNCH_MODE"], [1305, 15, 1, "", "prop_tgt:XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP"], [1306, 15, 1, "", "prop_tgt:XCODE_SCHEME_MALLOC_GUARD_EDGES"], [1307, 15, 1, "", "prop_tgt:XCODE_SCHEME_MALLOC_SCRIBBLE"], [1308, 15, 1, "", "prop_tgt:XCODE_SCHEME_MALLOC_STACK"], [1309, 15, 1, "", "prop_tgt:XCODE_SCHEME_THREAD_SANITIZER"], [1310, 15, 1, "", "prop_tgt:XCODE_SCHEME_THREAD_SANITIZER_STOP"], [1311, 15, 1, "", "prop_tgt:XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER"], [1312, 15, 1, "", "prop_tgt:XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP"], [1313, 15, 1, "", "prop_tgt:XCODE_SCHEME_WORKING_DIRECTORY"], [1314, 15, 1, "", "prop_tgt:XCODE_SCHEME_ZOMBIE_OBJECTS"], [1315, 15, 1, "", "prop_tgt:XCODE_XCCONFIG"], [1316, 15, 1, "", "prop_tgt:XCTEST"], [2079, 16, 1, "variable:_ROOT", "variable:<PACKAGENAME>_ROOT"], [2058, 16, 1, "variable:_BINARY_DIR", "variable:<PROJECT-NAME>_BINARY_DIR"], [2059, 16, 1, "variable:_DESCRIPTION", "variable:<PROJECT-NAME>_DESCRIPTION"], [2060, 16, 1, "variable:_HOMEPAGE_URL", "variable:<PROJECT-NAME>_HOMEPAGE_URL"], [2061, 16, 1, "variable:_IS_TOP_LEVEL", "variable:<PROJECT-NAME>_IS_TOP_LEVEL"], [2062, 16, 1, "variable:_SOURCE_DIR", "variable:<PROJECT-NAME>_SOURCE_DIR"], [2063, 16, 1, "variable:_VERSION", "variable:<PROJECT-NAME>_VERSION"], [2064, 16, 1, "variable:_VERSION_MAJOR", "variable:<PROJECT-NAME>_VERSION_MAJOR"], [2065, 16, 1, "variable:_VERSION_MINOR", "variable:<PROJECT-NAME>_VERSION_MINOR"], [2066, 16, 1, "variable:_VERSION_PATCH", "variable:<PROJECT-NAME>_VERSION_PATCH"], [2067, 16, 1, "variable:_VERSION_TWEAK", "variable:<PROJECT-NAME>_VERSION_TWEAK"], [2079, 16, 1, "variable:_ROOT", "variable:<PackageName>_ROOT"], [1350, 16, 1, "", "variable:ANDROID"], [1351, 16, 1, "", "variable:APPLE"], [1352, 16, 1, "", "variable:BORLAND"], [1353, 16, 1, "", "variable:BSD"], [1354, 16, 1, "", "variable:BUILD_SHARED_LIBS"], [1355, 16, 1, "", "variable:CACHE"], [1446, 16, 1, "variable:CMAKE__POSTFIX", "variable:CMAKE_<CONFIG>_POSTFIX"], [1620, 16, 1, "variable:CMAKE__ANDROID_TOOLCHAIN_MACHINE", "variable:CMAKE_<LANG>_ANDROID_TOOLCHAIN_MACHINE"], [1621, 16, 1, "variable:CMAKE__ANDROID_TOOLCHAIN_PREFIX", "variable:CMAKE_<LANG>_ANDROID_TOOLCHAIN_PREFIX"], [1622, 16, 1, "variable:CMAKE__ANDROID_TOOLCHAIN_SUFFIX", "variable:CMAKE_<LANG>_ANDROID_TOOLCHAIN_SUFFIX"], [1623, 16, 1, "variable:CMAKE__ARCHIVE_APPEND", "variable:CMAKE_<LANG>_ARCHIVE_APPEND"], [1624, 16, 1, "variable:CMAKE__ARCHIVE_CREATE", "variable:CMAKE_<LANG>_ARCHIVE_CREATE"], [1625, 16, 1, "variable:CMAKE__ARCHIVE_FINISH", "variable:CMAKE_<LANG>_ARCHIVE_FINISH"], [1626, 16, 1, "variable:CMAKE__BYTE_ORDER", "variable:CMAKE_<LANG>_BYTE_ORDER"], [1627, 16, 1, "variable:CMAKE__CLANG_TIDY", "variable:CMAKE_<LANG>_CLANG_TIDY"], [1628, 16, 1, "variable:CMAKE__CLANG_TIDY_EXPORT_FIXES_DIR", "variable:CMAKE_<LANG>_CLANG_TIDY_EXPORT_FIXES_DIR"], [1629, 16, 1, "variable:CMAKE__COMPILER", "variable:CMAKE_<LANG>_COMPILER"], [1630, 16, 1, "variable:CMAKE__COMPILER_ABI", "variable:CMAKE_<LANG>_COMPILER_ABI"], [1631, 16, 1, "variable:CMAKE__COMPILER_AR", "variable:CMAKE_<LANG>_COMPILER_AR"], [1632, 16, 1, "variable:CMAKE__COMPILER_ARCHITECTURE_ID", "variable:CMAKE_<LANG>_COMPILER_ARCHITECTURE_ID"], [1633, 16, 1, "variable:CMAKE__COMPILER_EXTERNAL_TOOLCHAIN", "variable:CMAKE_<LANG>_COMPILER_EXTERNAL_TOOLCHAIN"], [1634, 16, 1, "variable:CMAKE__COMPILER_FRONTEND_VARIANT", "variable:CMAKE_<LANG>_COMPILER_FRONTEND_VARIANT"], [1635, 16, 1, "variable:CMAKE__COMPILER_ID", "variable:CMAKE_<LANG>_COMPILER_ID"], [1636, 16, 1, "variable:CMAKE__COMPILER_LAUNCHER", "variable:CMAKE_<LANG>_COMPILER_LAUNCHER"], [1637, 16, 1, "variable:CMAKE__COMPILER_LINKER", "variable:CMAKE_<LANG>_COMPILER_LINKER"], [1638, 16, 1, "variable:CMAKE__COMPILER_LINKER_FRONTEND_VARIANT", "variable:CMAKE_<LANG>_COMPILER_LINKER_FRONTEND_VARIANT"], [1639, 16, 1, "variable:CMAKE__COMPILER_LINKER_ID", "variable:CMAKE_<LANG>_COMPILER_LINKER_ID"], [1640, 16, 1, "variable:CMAKE__COMPILER_LINKER_VERSION", "variable:CMAKE_<LANG>_COMPILER_LINKER_VERSION"], [1641, 16, 1, "variable:CMAKE__COMPILER_LOADED", "variable:CMAKE_<LANG>_COMPILER_LOADED"], [1642, 16, 1, "variable:CMAKE__COMPILER_PREDEFINES_COMMAND", "variable:CMAKE_<LANG>_COMPILER_PREDEFINES_COMMAND"], [1643, 16, 1, "variable:CMAKE__COMPILER_RANLIB", "variable:CMAKE_<LANG>_COMPILER_RANLIB"], [1644, 16, 1, "variable:CMAKE__COMPILER_TARGET", "variable:CMAKE_<LANG>_COMPILER_TARGET"], [1645, 16, 1, "variable:CMAKE__COMPILER_VERSION", "variable:CMAKE_<LANG>_COMPILER_VERSION"], [1646, 16, 1, "variable:CMAKE__COMPILER_VERSION_INTERNAL", "variable:CMAKE_<LANG>_COMPILER_VERSION_INTERNAL"], [1647, 16, 1, "variable:CMAKE__COMPILE_OBJECT", "variable:CMAKE_<LANG>_COMPILE_OBJECT"], [1648, 16, 1, "variable:CMAKE__CPPCHECK", "variable:CMAKE_<LANG>_CPPCHECK"], [1649, 16, 1, "variable:CMAKE__CPPLINT", "variable:CMAKE_<LANG>_CPPLINT"], [1650, 16, 1, "variable:CMAKE__CREATE_SHARED_LIBRARY", "variable:CMAKE_<LANG>_CREATE_SHARED_LIBRARY"], [1651, 16, 1, "variable:CMAKE__CREATE_SHARED_LIBRARY_ARCHIVE", "variable:CMAKE_<LANG>_CREATE_SHARED_LIBRARY_ARCHIVE"], [1652, 16, 1, "variable:CMAKE__CREATE_SHARED_MODULE", "variable:CMAKE_<LANG>_CREATE_SHARED_MODULE"], [1653, 16, 1, "variable:CMAKE__CREATE_STATIC_LIBRARY", "variable:CMAKE_<LANG>_CREATE_STATIC_LIBRARY"], [1654, 16, 1, "variable:CMAKE__EXTENSIONS", "variable:CMAKE_<LANG>_EXTENSIONS"], [1655, 16, 1, "variable:CMAKE__EXTENSIONS_DEFAULT", "variable:CMAKE_<LANG>_EXTENSIONS_DEFAULT"], [1656, 16, 1, "variable:CMAKE__FLAGS", "variable:CMAKE_<LANG>_FLAGS"], [1657, 16, 1, "variable:CMAKE__FLAGS_", "variable:CMAKE_<LANG>_FLAGS_<CONFIG>"], [1658, 16, 1, "variable:CMAKE__FLAGS__INIT", "variable:CMAKE_<LANG>_FLAGS_<CONFIG>_INIT"], [1659, 16, 1, "variable:CMAKE__FLAGS_DEBUG", "variable:CMAKE_<LANG>_FLAGS_DEBUG"], [1660, 16, 1, "variable:CMAKE__FLAGS_DEBUG_INIT", "variable:CMAKE_<LANG>_FLAGS_DEBUG_INIT"], [1661, 16, 1, "variable:CMAKE__FLAGS_INIT", "variable:CMAKE_<LANG>_FLAGS_INIT"], [1662, 16, 1, "variable:CMAKE__FLAGS_MINSIZEREL", "variable:CMAKE_<LANG>_FLAGS_MINSIZEREL"], [1663, 16, 1, "variable:CMAKE__FLAGS_MINSIZEREL_INIT", "variable:CMAKE_<LANG>_FLAGS_MINSIZEREL_INIT"], [1664, 16, 1, "variable:CMAKE__FLAGS_RELEASE", "variable:CMAKE_<LANG>_FLAGS_RELEASE"], [1665, 16, 1, "variable:CMAKE__FLAGS_RELEASE_INIT", "variable:CMAKE_<LANG>_FLAGS_RELEASE_INIT"], [1666, 16, 1, "variable:CMAKE__FLAGS_RELWITHDEBINFO", "variable:CMAKE_<LANG>_FLAGS_RELWITHDEBINFO"], [1667, 16, 1, "variable:CMAKE__FLAGS_RELWITHDEBINFO_INIT", "variable:CMAKE_<LANG>_FLAGS_RELWITHDEBINFO_INIT"], [1668, 16, 1, "variable:CMAKE__HOST_COMPILER", "variable:CMAKE_<LANG>_HOST_COMPILER"], [1669, 16, 1, "variable:CMAKE__HOST_COMPILER_ID", "variable:CMAKE_<LANG>_HOST_COMPILER_ID"], [1670, 16, 1, "variable:CMAKE__HOST_COMPILER_VERSION", "variable:CMAKE_<LANG>_HOST_COMPILER_VERSION"], [1671, 16, 1, "variable:CMAKE__IGNORE_EXTENSIONS", "variable:CMAKE_<LANG>_IGNORE_EXTENSIONS"], [1672, 16, 1, "variable:CMAKE__IMPLICIT_INCLUDE_DIRECTORIES", "variable:CMAKE_<LANG>_IMPLICIT_INCLUDE_DIRECTORIES"], [1673, 16, 1, "variable:CMAKE__IMPLICIT_LINK_DIRECTORIES", "variable:CMAKE_<LANG>_IMPLICIT_LINK_DIRECTORIES"], [1674, 16, 1, "variable:CMAKE__IMPLICIT_LINK_FRAMEWORK_DIRECTORIES", "variable:CMAKE_<LANG>_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES"], [1675, 16, 1, "variable:CMAKE__IMPLICIT_LINK_LIBRARIES", "variable:CMAKE_<LANG>_IMPLICIT_LINK_LIBRARIES"], [1676, 16, 1, "variable:CMAKE__INCLUDE_WHAT_YOU_USE", "variable:CMAKE_<LANG>_INCLUDE_WHAT_YOU_USE"], [1677, 16, 1, "variable:CMAKE__LIBRARY_ARCHITECTURE", "variable:CMAKE_<LANG>_LIBRARY_ARCHITECTURE"], [1678, 16, 1, "variable:CMAKE__LINKER_LAUNCHER", "variable:CMAKE_<LANG>_LINKER_LAUNCHER"], [1679, 16, 1, "variable:CMAKE__LINKER_PREFERENCE", "variable:CMAKE_<LANG>_LINKER_PREFERENCE"], [1680, 16, 1, "variable:CMAKE__LINKER_PREFERENCE_PROPAGATES", "variable:CMAKE_<LANG>_LINKER_PREFERENCE_PROPAGATES"], [1681, 16, 1, "variable:CMAKE__LINKER_WRAPPER_FLAG", "variable:CMAKE_<LANG>_LINKER_WRAPPER_FLAG"], [1682, 16, 1, "variable:CMAKE__LINKER_WRAPPER_FLAG_SEP", "variable:CMAKE_<LANG>_LINKER_WRAPPER_FLAG_SEP"], [1683, 16, 1, "variable:CMAKE__LINK_EXECUTABLE", "variable:CMAKE_<LANG>_LINK_EXECUTABLE"], [1684, 16, 1, "variable:CMAKE__LINK_GROUP_USING_", "variable:CMAKE_<LANG>_LINK_GROUP_USING_<FEATURE>"], [1685, 16, 1, "variable:CMAKE__LINK_GROUP_USING__SUPPORTED", "variable:CMAKE_<LANG>_LINK_GROUP_USING_<FEATURE>_SUPPORTED"], [1686, 16, 1, "variable:CMAKE__LINK_LIBRARY__ATTRIBUTES", "variable:CMAKE_<LANG>_LINK_LIBRARY_<FEATURE>_ATTRIBUTES"], [1687, 16, 1, "variable:CMAKE__LINK_LIBRARY_FILE_FLAG", "variable:CMAKE_<LANG>_LINK_LIBRARY_FILE_FLAG"], [1688, 16, 1, "variable:CMAKE__LINK_LIBRARY_FLAG", "variable:CMAKE_<LANG>_LINK_LIBRARY_FLAG"], [1689, 16, 1, "variable:CMAKE__LINK_LIBRARY_SUFFIX", "variable:CMAKE_<LANG>_LINK_LIBRARY_SUFFIX"], [1690, 16, 1, "variable:CMAKE__LINK_LIBRARY_USING_", "variable:CMAKE_<LANG>_LINK_LIBRARY_USING_<FEATURE>"], [1691, 16, 1, "variable:CMAKE__LINK_LIBRARY_USING__SUPPORTED", "variable:CMAKE_<LANG>_LINK_LIBRARY_USING_<FEATURE>_SUPPORTED"], [1692, 16, 1, "variable:CMAKE__LINK_WHAT_YOU_USE_FLAG", "variable:CMAKE_<LANG>_LINK_WHAT_YOU_USE_FLAG"], [1693, 16, 1, "variable:CMAKE__OUTPUT_EXTENSION", "variable:CMAKE_<LANG>_OUTPUT_EXTENSION"], [1694, 16, 1, "variable:CMAKE__PLATFORM_ID", "variable:CMAKE_<LANG>_PLATFORM_ID"], [1695, 16, 1, "variable:CMAKE__SIMULATE_ID", "variable:CMAKE_<LANG>_SIMULATE_ID"], [1696, 16, 1, "variable:CMAKE__SIMULATE_VERSION", "variable:CMAKE_<LANG>_SIMULATE_VERSION"], [1697, 16, 1, "variable:CMAKE__SIZEOF_DATA_PTR", "variable:CMAKE_<LANG>_SIZEOF_DATA_PTR"], [1698, 16, 1, "variable:CMAKE__SOURCE_FILE_EXTENSIONS", "variable:CMAKE_<LANG>_SOURCE_FILE_EXTENSIONS"], [1699, 16, 1, "variable:CMAKE__STANDARD", "variable:CMAKE_<LANG>_STANDARD"], [1700, 16, 1, "variable:CMAKE__STANDARD_DEFAULT", "variable:CMAKE_<LANG>_STANDARD_DEFAULT"], [1701, 16, 1, "variable:CMAKE__STANDARD_INCLUDE_DIRECTORIES", "variable:CMAKE_<LANG>_STANDARD_INCLUDE_DIRECTORIES"], [1702, 16, 1, "variable:CMAKE__STANDARD_LATEST", "variable:CMAKE_<LANG>_STANDARD_LATEST"], [1703, 16, 1, "variable:CMAKE__STANDARD_LIBRARIES", "variable:CMAKE_<LANG>_STANDARD_LIBRARIES"], [1704, 16, 1, "variable:CMAKE__STANDARD_LINK_DIRECTORIES", "variable:CMAKE_<LANG>_STANDARD_LINK_DIRECTORIES"], [1705, 16, 1, "variable:CMAKE__STANDARD_REQUIRED", "variable:CMAKE_<LANG>_STANDARD_REQUIRED"], [1707, 16, 1, "variable:CMAKE__USING_LINKER_", "variable:CMAKE_<LANG>_USING_LINKER_<TYPE>"], [1706, 16, 1, "variable:CMAKE__USING_LINKER_MODE", "variable:CMAKE_<LANG>_USING_LINKER_MODE"], [1708, 16, 1, "variable:CMAKE__VISIBILITY_PRESET", "variable:CMAKE_<LANG>_VISIBILITY_PRESET"], [1356, 16, 1, "", "variable:CMAKE_ABSOLUTE_DESTINATION_FILES"], [1357, 16, 1, "", "variable:CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY"], [1358, 16, 1, "", "variable:CMAKE_ADSP_ROOT"], [1359, 16, 1, "", "variable:CMAKE_AIX_EXPORT_ALL_SYMBOLS"], [1360, 16, 1, "", "variable:CMAKE_AIX_SHARED_LIBRARY_ARCHIVE"], [1361, 16, 1, "", "variable:CMAKE_ANDROID_ANT_ADDITIONAL_OPTIONS"], [1362, 16, 1, "", "variable:CMAKE_ANDROID_API"], [1363, 16, 1, "", "variable:CMAKE_ANDROID_API_MIN"], [1364, 16, 1, "", "variable:CMAKE_ANDROID_ARCH"], [1365, 16, 1, "", "variable:CMAKE_ANDROID_ARCH_ABI"], [1366, 16, 1, "", "variable:CMAKE_ANDROID_ARM_MODE"], [1367, 16, 1, "", "variable:CMAKE_ANDROID_ARM_NEON"], [1368, 16, 1, "", "variable:CMAKE_ANDROID_ASSETS_DIRECTORIES"], [1369, 16, 1, "", "variable:CMAKE_ANDROID_EXCEPTIONS"], [1370, 16, 1, "", "variable:CMAKE_ANDROID_GUI"], [1371, 16, 1, "", "variable:CMAKE_ANDROID_JAR_DEPENDENCIES"], [1372, 16, 1, "", "variable:CMAKE_ANDROID_JAR_DIRECTORIES"], [1373, 16, 1, "", "variable:CMAKE_ANDROID_JAVA_SOURCE_DIR"], [1374, 16, 1, "", "variable:CMAKE_ANDROID_NATIVE_LIB_DEPENDENCIES"], [1375, 16, 1, "", "variable:CMAKE_ANDROID_NATIVE_LIB_DIRECTORIES"], [1376, 16, 1, "", "variable:CMAKE_ANDROID_NDK"], [1377, 16, 1, "", "variable:CMAKE_ANDROID_NDK_DEPRECATED_HEADERS"], [1378, 16, 1, "", "variable:CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG"], [1379, 16, 1, "", "variable:CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION"], [1380, 16, 1, "", "variable:CMAKE_ANDROID_NDK_VERSION"], [1381, 16, 1, "", "variable:CMAKE_ANDROID_PROCESS_MAX"], [1382, 16, 1, "", "variable:CMAKE_ANDROID_PROGUARD"], [1383, 16, 1, "", "variable:CMAKE_ANDROID_PROGUARD_CONFIG_PATH"], [1384, 16, 1, "", "variable:CMAKE_ANDROID_RTTI"], [1385, 16, 1, "", "variable:CMAKE_ANDROID_SECURE_PROPS_PATH"], [1386, 16, 1, "", "variable:CMAKE_ANDROID_SKIP_ANT_STEP"], [1387, 16, 1, "", "variable:CMAKE_ANDROID_STANDALONE_TOOLCHAIN"], [1388, 16, 1, "", "variable:CMAKE_ANDROID_STL_TYPE"], [1389, 16, 1, "", "variable:CMAKE_APPBUNDLE_PATH"], [1390, 16, 1, "", "variable:CMAKE_APPLE_SILICON_PROCESSOR"], [1391, 16, 1, "", "variable:CMAKE_AR"], [1392, 16, 1, "", "variable:CMAKE_ARCHIVE_OUTPUT_DIRECTORY"], [1393, 16, 1, "variable:CMAKE_ARCHIVE_OUTPUT_DIRECTORY_", "variable:CMAKE_ARCHIVE_OUTPUT_DIRECTORY_<CONFIG>"], [1394, 16, 1, "", "variable:CMAKE_ARGC"], [1395, 16, 1, "", "variable:CMAKE_ARGV0"], [1396, 16, 1, "", "variable:CMAKE_AUTOGEN_BETTER_GRAPH_MULTI_CONFIG"], [1397, 16, 1, "", "variable:CMAKE_AUTOGEN_COMMAND_LINE_LENGTH_MAX"], [1398, 16, 1, "", "variable:CMAKE_AUTOGEN_ORIGIN_DEPENDS"], [1399, 16, 1, "", "variable:CMAKE_AUTOGEN_PARALLEL"], [1400, 16, 1, "", "variable:CMAKE_AUTOGEN_USE_SYSTEM_INCLUDE"], [1401, 16, 1, "", "variable:CMAKE_AUTOGEN_VERBOSE"], [1402, 16, 1, "", "variable:CMAKE_AUTOMOC"], [1403, 16, 1, "", "variable:CMAKE_AUTOMOC_COMPILER_PREDEFINES"], [1404, 16, 1, "", "variable:CMAKE_AUTOMOC_DEPEND_FILTERS"], [1405, 16, 1, "", "variable:CMAKE_AUTOMOC_EXECUTABLE"], [1406, 16, 1, "", "variable:CMAKE_AUTOMOC_MACRO_NAMES"], [1407, 16, 1, "", "variable:CMAKE_AUTOMOC_MOC_OPTIONS"], [1408, 16, 1, "", "variable:CMAKE_AUTOMOC_PATH_PREFIX"], [1409, 16, 1, "", "variable:CMAKE_AUTOMOC_RELAXED_MODE"], [1410, 16, 1, "", "variable:CMAKE_AUTORCC"], [1411, 16, 1, "", "variable:CMAKE_AUTORCC_EXECUTABLE"], [1412, 16, 1, "", "variable:CMAKE_AUTORCC_OPTIONS"], [1413, 16, 1, "", "variable:CMAKE_AUTOUIC"], [1414, 16, 1, "", "variable:CMAKE_AUTOUIC_EXECUTABLE"], [1415, 16, 1, "", "variable:CMAKE_AUTOUIC_OPTIONS"], [1416, 16, 1, "", "variable:CMAKE_AUTOUIC_SEARCH_PATHS"], [1417, 16, 1, "", "variable:CMAKE_BACKWARDS_COMPATIBILITY"], [1418, 16, 1, "", "variable:CMAKE_BINARY_DIR"], [1419, 16, 1, "", "variable:CMAKE_BUILD_RPATH"], [1420, 16, 1, "", "variable:CMAKE_BUILD_RPATH_USE_ORIGIN"], [1421, 16, 1, "", "variable:CMAKE_BUILD_TOOL"], [1422, 16, 1, "", "variable:CMAKE_BUILD_TYPE"], [1423, 16, 1, "", "variable:CMAKE_BUILD_WITH_INSTALL_NAME_DIR"], [1424, 16, 1, "", "variable:CMAKE_BUILD_WITH_INSTALL_RPATH"], [1425, 16, 1, "", "variable:CMAKE_CACHEFILE_DIR"], [1426, 16, 1, "", "variable:CMAKE_CACHE_MAJOR_VERSION"], [1427, 16, 1, "", "variable:CMAKE_CACHE_MINOR_VERSION"], [1428, 16, 1, "", "variable:CMAKE_CACHE_PATCH_VERSION"], [1429, 16, 1, "", "variable:CMAKE_CFG_INTDIR"], [1430, 16, 1, "", "variable:CMAKE_CLANG_VFS_OVERLAY"], [1431, 16, 1, "", "variable:CMAKE_CL_64"], [1432, 16, 1, "", "variable:CMAKE_CODEBLOCKS_COMPILER_ID"], [1433, 16, 1, "", "variable:CMAKE_CODEBLOCKS_EXCLUDE_EXTERNAL_FILES"], [1434, 16, 1, "", "variable:CMAKE_CODELITE_USE_TARGETS"], [1435, 16, 1, "", "variable:CMAKE_COLOR_DIAGNOSTICS"], [1436, 16, 1, "", "variable:CMAKE_COLOR_MAKEFILE"], [1437, 16, 1, "", "variable:CMAKE_COMMAND"], [1438, 16, 1, "", "variable:CMAKE_COMPILER_2005"], [1439, 16, 1, "", "variable:CMAKE_COMPILER_IS_GNUCC"], [1440, 16, 1, "", "variable:CMAKE_COMPILER_IS_GNUCXX"], [1441, 16, 1, "", "variable:CMAKE_COMPILER_IS_GNUG77"], [1442, 16, 1, "", "variable:CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY"], [1443, 16, 1, "variable:CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_", "variable:CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_<CONFIG>"], [1444, 16, 1, "", "variable:CMAKE_COMPILE_WARNING_AS_ERROR"], [1445, 16, 1, "", "variable:CMAKE_CONFIGURATION_TYPES"], [1447, 16, 1, "", "variable:CMAKE_CPACK_COMMAND"], [1448, 16, 1, "", "variable:CMAKE_CROSSCOMPILING"], [1449, 16, 1, "", "variable:CMAKE_CROSSCOMPILING_EMULATOR"], [1450, 16, 1, "", "variable:CMAKE_CROSS_CONFIGS"], [1451, 16, 1, "", "variable:CMAKE_CTEST_ARGUMENTS"], [1452, 16, 1, "", "variable:CMAKE_CTEST_COMMAND"], [1453, 16, 1, "", "variable:CMAKE_CUDA_ARCHITECTURES"], [1454, 16, 1, "", "variable:CMAKE_CUDA_COMPILE_FEATURES"], [1455, 16, 1, "", "variable:CMAKE_CUDA_EXTENSIONS"], [1456, 16, 1, "", "variable:CMAKE_CUDA_HOST_COMPILER"], [1457, 16, 1, "", "variable:CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS"], [1458, 16, 1, "", "variable:CMAKE_CUDA_RUNTIME_LIBRARY"], [1459, 16, 1, "", "variable:CMAKE_CUDA_SEPARABLE_COMPILATION"], [1460, 16, 1, "", "variable:CMAKE_CUDA_STANDARD"], [1461, 16, 1, "", "variable:CMAKE_CUDA_STANDARD_REQUIRED"], [1462, 16, 1, "", "variable:CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES"], [1463, 16, 1, "", "variable:CMAKE_CURRENT_BINARY_DIR"], [1464, 16, 1, "", "variable:CMAKE_CURRENT_FUNCTION"], [1465, 16, 1, "", "variable:CMAKE_CURRENT_FUNCTION_LIST_DIR"], [1466, 16, 1, "", "variable:CMAKE_CURRENT_FUNCTION_LIST_FILE"], [1467, 16, 1, "", "variable:CMAKE_CURRENT_FUNCTION_LIST_LINE"], [1468, 16, 1, "", "variable:CMAKE_CURRENT_LIST_DIR"], [1469, 16, 1, "", "variable:CMAKE_CURRENT_LIST_FILE"], [1470, 16, 1, "", "variable:CMAKE_CURRENT_LIST_LINE"], [1471, 16, 1, "", "variable:CMAKE_CURRENT_SOURCE_DIR"], [1472, 16, 1, "", "variable:CMAKE_CXX_COMPILER_IMPORT_STD"], [1473, 16, 1, "", "variable:CMAKE_CXX_COMPILE_FEATURES"], [1474, 16, 1, "", "variable:CMAKE_CXX_EXTENSIONS"], [1475, 16, 1, "", "variable:CMAKE_CXX_MODULE_STD"], [1476, 16, 1, "", "variable:CMAKE_CXX_SCAN_FOR_MODULES"], [1477, 16, 1, "", "variable:CMAKE_CXX_STANDARD"], [1478, 16, 1, "", "variable:CMAKE_CXX_STANDARD_REQUIRED"], [1479, 16, 1, "", "variable:CMAKE_C_COMPILE_FEATURES"], [1480, 16, 1, "", "variable:CMAKE_C_EXTENSIONS"], [1481, 16, 1, "", "variable:CMAKE_C_STANDARD"], [1482, 16, 1, "", "variable:CMAKE_C_STANDARD_REQUIRED"], [1483, 16, 1, "", "variable:CMAKE_DEBUG_POSTFIX"], [1484, 16, 1, "", "variable:CMAKE_DEBUG_TARGET_PROPERTIES"], [1485, 16, 1, "", "variable:CMAKE_DEFAULT_BUILD_TYPE"], [1486, 16, 1, "", "variable:CMAKE_DEFAULT_CONFIGS"], [1487, 16, 1, "", "variable:CMAKE_DEPENDS_IN_PROJECT_ONLY"], [1488, 16, 1, "", "variable:CMAKE_DEPENDS_USE_COMPILER"], [1489, 16, 1, "", "variable:CMAKE_DIRECTORY_LABELS"], [1490, 16, 1, "variable:CMAKE_DISABLE_FIND_PACKAGE_", "variable:CMAKE_DISABLE_FIND_PACKAGE_<PackageName>"], [1491, 16, 1, "", "variable:CMAKE_DISABLE_PRECOMPILE_HEADERS"], [1492, 16, 1, "", "variable:CMAKE_DLL_NAME_WITH_SOVERSION"], [1493, 16, 1, "", "variable:CMAKE_DL_LIBS"], [1494, 16, 1, "", "variable:CMAKE_DOTNET_SDK"], [1495, 16, 1, "", "variable:CMAKE_DOTNET_TARGET_FRAMEWORK"], [1496, 16, 1, "", "variable:CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION"], [1497, 16, 1, "", "variable:CMAKE_ECLIPSE_GENERATE_LINKED_RESOURCES"], [1498, 16, 1, "", "variable:CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT"], [1499, 16, 1, "", "variable:CMAKE_ECLIPSE_MAKE_ARGUMENTS"], [1500, 16, 1, "", "variable:CMAKE_ECLIPSE_RESOURCE_ENCODING"], [1501, 16, 1, "", "variable:CMAKE_ECLIPSE_VERSION"], [1502, 16, 1, "", "variable:CMAKE_EDIT_COMMAND"], [1503, 16, 1, "", "variable:CMAKE_ENABLE_EXPORTS"], [1504, 16, 1, "", "variable:CMAKE_ERROR_DEPRECATED"], [1505, 16, 1, "", "variable:CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION"], [1506, 16, 1, "", "variable:CMAKE_EXECUTABLE_ENABLE_EXPORTS"], [1507, 16, 1, "", "variable:CMAKE_EXECUTABLE_SUFFIX"], [1508, 16, 1, "variable:CMAKE_EXECUTABLE_SUFFIX_", "variable:CMAKE_EXECUTABLE_SUFFIX_<LANG>"], [1509, 16, 1, "", "variable:CMAKE_EXECUTE_PROCESS_COMMAND_ECHO"], [1510, 16, 1, "", "variable:CMAKE_EXE_LINKER_FLAGS"], [1511, 16, 1, "variable:CMAKE_EXE_LINKER_FLAGS_", "variable:CMAKE_EXE_LINKER_FLAGS_<CONFIG>"], [1512, 16, 1, "variable:CMAKE_EXE_LINKER_FLAGS__INIT", "variable:CMAKE_EXE_LINKER_FLAGS_<CONFIG>_INIT"], [1513, 16, 1, "", "variable:CMAKE_EXE_LINKER_FLAGS_INIT"], [1514, 16, 1, "", "variable:CMAKE_EXPORT_BUILD_DATABASE"], [1515, 16, 1, "", "variable:CMAKE_EXPORT_COMPILE_COMMANDS"], [1516, 16, 1, "", "variable:CMAKE_EXPORT_FIND_PACKAGE_NAME"], [1517, 16, 1, "", "variable:CMAKE_EXPORT_NO_PACKAGE_REGISTRY"], [1518, 16, 1, "", "variable:CMAKE_EXPORT_PACKAGE_REGISTRY"], [1519, 16, 1, "", "variable:CMAKE_EXTRA_GENERATOR"], [1520, 16, 1, "", "variable:CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES"], [1521, 16, 1, "", "variable:CMAKE_FIND_APPBUNDLE"], [1522, 16, 1, "", "variable:CMAKE_FIND_DEBUG_MODE"], [1523, 16, 1, "", "variable:CMAKE_FIND_FRAMEWORK"], [1524, 16, 1, "", "variable:CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX"], [1525, 16, 1, "", "variable:CMAKE_FIND_LIBRARY_PREFIXES"], [1526, 16, 1, "", "variable:CMAKE_FIND_LIBRARY_SUFFIXES"], [1527, 16, 1, "", "variable:CMAKE_FIND_NO_INSTALL_PREFIX"], [1528, 16, 1, "", "variable:CMAKE_FIND_PACKAGE_NAME"], [1529, 16, 1, "", "variable:CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY"], [1530, 16, 1, "", "variable:CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY"], [1531, 16, 1, "", "variable:CMAKE_FIND_PACKAGE_PREFER_CONFIG"], [1532, 16, 1, "", "variable:CMAKE_FIND_PACKAGE_REDIRECTS_DIR"], [1533, 16, 1, "", "variable:CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS"], [1534, 16, 1, "", "variable:CMAKE_FIND_PACKAGE_SORT_DIRECTION"], [1535, 16, 1, "", "variable:CMAKE_FIND_PACKAGE_SORT_ORDER"], [1536, 16, 1, "", "variable:CMAKE_FIND_PACKAGE_TARGETS_GLOBAL"], [1537, 16, 1, "", "variable:CMAKE_FIND_PACKAGE_WARN_NO_MODULE"], [1538, 16, 1, "", "variable:CMAKE_FIND_ROOT_PATH"], [1539, 16, 1, "", "variable:CMAKE_FIND_ROOT_PATH_MODE_INCLUDE"], [1540, 16, 1, "", "variable:CMAKE_FIND_ROOT_PATH_MODE_LIBRARY"], [1541, 16, 1, "", "variable:CMAKE_FIND_ROOT_PATH_MODE_PACKAGE"], [1542, 16, 1, "", "variable:CMAKE_FIND_ROOT_PATH_MODE_PROGRAM"], [1543, 16, 1, "", "variable:CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH"], [1544, 16, 1, "", "variable:CMAKE_FIND_USE_CMAKE_PATH"], [1545, 16, 1, "", "variable:CMAKE_FIND_USE_CMAKE_SYSTEM_PATH"], [1546, 16, 1, "", "variable:CMAKE_FIND_USE_INSTALL_PREFIX"], [1547, 16, 1, "", "variable:CMAKE_FIND_USE_PACKAGE_REGISTRY"], [1548, 16, 1, "", "variable:CMAKE_FIND_USE_PACKAGE_ROOT_PATH"], [1549, 16, 1, "", "variable:CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH"], [1550, 16, 1, "", "variable:CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY"], [1551, 16, 1, "", "variable:CMAKE_FOLDER"], [1552, 16, 1, "", "variable:CMAKE_FRAMEWORK"], [1553, 16, 1, "variable:CMAKE_FRAMEWORK_MULTI_CONFIG_POSTFIX_", "variable:CMAKE_FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG>"], [1554, 16, 1, "", "variable:CMAKE_FRAMEWORK_PATH"], [1555, 16, 1, "", "variable:CMAKE_Fortran_FORMAT"], [1556, 16, 1, "", "variable:CMAKE_Fortran_MODDIR_DEFAULT"], [1557, 16, 1, "", "variable:CMAKE_Fortran_MODDIR_FLAG"], [1558, 16, 1, "", "variable:CMAKE_Fortran_MODOUT_FLAG"], [1559, 16, 1, "", "variable:CMAKE_Fortran_MODULE_DIRECTORY"], [1560, 16, 1, "", "variable:CMAKE_Fortran_PREPROCESS"], [1561, 16, 1, "", "variable:CMAKE_GENERATOR"], [1562, 16, 1, "", "variable:CMAKE_GENERATOR_INSTANCE"], [1563, 16, 1, "", "variable:CMAKE_GENERATOR_PLATFORM"], [1564, 16, 1, "", "variable:CMAKE_GENERATOR_TOOLSET"], [17, 16, 1, "", "variable:CMAKE_GET_OS_RELEASE_FALLBACK_RESULT"], [17, 16, 1, "variable:CMAKE_GET_OS_RELEASE_FALLBACK_RESULT_", "variable:CMAKE_GET_OS_RELEASE_FALLBACK_RESULT_<varname>"], [17, 16, 1, "", "variable:CMAKE_GET_OS_RELEASE_FALLBACK_SCRIPTS"], [55, 16, 1, "", "variable:CMAKE_GET_RUNTIME_DEPENDENCIES_COMMAND"], [55, 16, 1, "", "variable:CMAKE_GET_RUNTIME_DEPENDENCIES_PLATFORM"], [55, 16, 1, "", "variable:CMAKE_GET_RUNTIME_DEPENDENCIES_TOOL"], [1565, 16, 1, "", "variable:CMAKE_GHS_NO_SOURCE_GROUP_FILE"], [1566, 16, 1, "", "variable:CMAKE_GLOBAL_AUTOGEN_TARGET"], [1567, 16, 1, "", "variable:CMAKE_GLOBAL_AUTOGEN_TARGET_NAME"], [1568, 16, 1, "", "variable:CMAKE_GLOBAL_AUTORCC_TARGET"], [1569, 16, 1, "", "variable:CMAKE_GLOBAL_AUTORCC_TARGET_NAME"], [1570, 16, 1, "", "variable:CMAKE_GNUtoMS"], [1571, 16, 1, "", "variable:CMAKE_HIP_ARCHITECTURES"], [1572, 16, 1, "", "variable:CMAKE_HIP_COMPILE_FEATURES"], [1573, 16, 1, "", "variable:CMAKE_HIP_EXTENSIONS"], [1574, 16, 1, "", "variable:CMAKE_HIP_PLATFORM"], [1575, 16, 1, "", "variable:CMAKE_HIP_STANDARD"], [1576, 16, 1, "", "variable:CMAKE_HIP_STANDARD_REQUIRED"], [1577, 16, 1, "", "variable:CMAKE_HOME_DIRECTORY"], [1578, 16, 1, "", "variable:CMAKE_HOST_APPLE"], [1579, 16, 1, "", "variable:CMAKE_HOST_BSD"], [1580, 16, 1, "", "variable:CMAKE_HOST_EXECUTABLE_SUFFIX"], [1581, 16, 1, "", "variable:CMAKE_HOST_LINUX"], [1582, 16, 1, "", "variable:CMAKE_HOST_SOLARIS"], [1583, 16, 1, "", "variable:CMAKE_HOST_SYSTEM"], [1584, 16, 1, "", "variable:CMAKE_HOST_SYSTEM_NAME"], [1585, 16, 1, "", "variable:CMAKE_HOST_SYSTEM_PROCESSOR"], [1586, 16, 1, "", "variable:CMAKE_HOST_SYSTEM_VERSION"], [1587, 16, 1, "", "variable:CMAKE_HOST_UNIX"], [1588, 16, 1, "", "variable:CMAKE_HOST_WIN32"], [1589, 16, 1, "", "variable:CMAKE_IGNORE_PATH"], [1590, 16, 1, "", "variable:CMAKE_IGNORE_PREFIX_PATH"], [1591, 16, 1, "", "variable:CMAKE_IMPORT_LIBRARY_PREFIX"], [1592, 16, 1, "", "variable:CMAKE_IMPORT_LIBRARY_SUFFIX"], [1593, 16, 1, "", "variable:CMAKE_INCLUDE_CURRENT_DIR"], [1594, 16, 1, "", "variable:CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE"], [1595, 16, 1, "", "variable:CMAKE_INCLUDE_DIRECTORIES_BEFORE"], [1596, 16, 1, "", "variable:CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE"], [1597, 16, 1, "", "variable:CMAKE_INCLUDE_PATH"], [1598, 16, 1, "", "variable:CMAKE_INSTALL_DEFAULT_COMPONENT_NAME"], [1599, 16, 1, "", "variable:CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS"], [1600, 16, 1, "", "variable:CMAKE_INSTALL_MESSAGE"], [1601, 16, 1, "", "variable:CMAKE_INSTALL_NAME_DIR"], [1602, 16, 1, "", "variable:CMAKE_INSTALL_PREFIX"], [1603, 16, 1, "", "variable:CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT"], [1604, 16, 1, "", "variable:CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH"], [1605, 16, 1, "", "variable:CMAKE_INSTALL_RPATH"], [1606, 16, 1, "", "variable:CMAKE_INSTALL_RPATH_USE_LINK_PATH"], [1607, 16, 1, "", "variable:CMAKE_INTERNAL_PLATFORM_ABI"], [1608, 16, 1, "", "variable:CMAKE_INTERPROCEDURAL_OPTIMIZATION"], [1609, 16, 1, "variable:CMAKE_INTERPROCEDURAL_OPTIMIZATION_", "variable:CMAKE_INTERPROCEDURAL_OPTIMIZATION_<CONFIG>"], [1610, 16, 1, "", "variable:CMAKE_IOS_INSTALL_COMBINED"], [1611, 16, 1, "", "variable:CMAKE_ISPC_HEADER_DIRECTORY"], [1612, 16, 1, "", "variable:CMAKE_ISPC_HEADER_SUFFIX"], [1613, 16, 1, "", "variable:CMAKE_ISPC_INSTRUCTION_SETS"], [1614, 16, 1, "", "variable:CMAKE_JOB_POOLS"], [1615, 16, 1, "", "variable:CMAKE_JOB_POOL_COMPILE"], [1616, 16, 1, "", "variable:CMAKE_JOB_POOL_LINK"], [1617, 16, 1, "", "variable:CMAKE_JOB_POOL_PRECOMPILE_HEADER"], [1618, 16, 1, "", "variable:CMAKE_KATE_FILES_MODE"], [1619, 16, 1, "", "variable:CMAKE_KATE_MAKE_ARGUMENTS"], [1709, 16, 1, "", "variable:CMAKE_LIBRARY_ARCHITECTURE"], [1710, 16, 1, "", "variable:CMAKE_LIBRARY_ARCHITECTURE_REGEX"], [1711, 16, 1, "", "variable:CMAKE_LIBRARY_OUTPUT_DIRECTORY"], [1712, 16, 1, "variable:CMAKE_LIBRARY_OUTPUT_DIRECTORY_", "variable:CMAKE_LIBRARY_OUTPUT_DIRECTORY_<CONFIG>"], [1713, 16, 1, "", "variable:CMAKE_LIBRARY_PATH"], [1714, 16, 1, "", "variable:CMAKE_LIBRARY_PATH_FLAG"], [1715, 16, 1, "", "variable:CMAKE_LINKER_TYPE"], [1716, 16, 1, "", "variable:CMAKE_LINK_DEF_FILE_FLAG"], [1717, 16, 1, "", "variable:CMAKE_LINK_DEPENDS_NO_SHARED"], [1718, 16, 1, "", "variable:CMAKE_LINK_DEPENDS_USE_LINKER"], [1719, 16, 1, "", "variable:CMAKE_LINK_DIRECTORIES_BEFORE"], [1720, 16, 1, "variable:CMAKE_LINK_GROUP_USING_", "variable:CMAKE_LINK_GROUP_USING_<FEATURE>"], [1721, 16, 1, "variable:CMAKE_LINK_GROUP_USING__SUPPORTED", "variable:CMAKE_LINK_GROUP_USING_<FEATURE>_SUPPORTED"], [1722, 16, 1, "", "variable:CMAKE_LINK_INTERFACE_LIBRARIES"], [1723, 16, 1, "", "variable:CMAKE_LINK_LIBRARIES_ONLY_TARGETS"], [1724, 16, 1, "", "variable:CMAKE_LINK_LIBRARIES_STRATEGY"], [1725, 16, 1, "variable:CMAKE_LINK_LIBRARY__ATTRIBUTES", "variable:CMAKE_LINK_LIBRARY_<FEATURE>_ATTRIBUTES"], [1726, 16, 1, "", "variable:CMAKE_LINK_LIBRARY_FILE_FLAG"], [1727, 16, 1, "", "variable:CMAKE_LINK_LIBRARY_FLAG"], [1728, 16, 1, "", "variable:CMAKE_LINK_LIBRARY_SUFFIX"], [1729, 16, 1, "variable:CMAKE_LINK_LIBRARY_USING_", "variable:CMAKE_LINK_LIBRARY_USING_<FEATURE>"], [1730, 16, 1, "variable:CMAKE_LINK_LIBRARY_USING__SUPPORTED", "variable:CMAKE_LINK_LIBRARY_USING_<FEATURE>_SUPPORTED"], [1731, 16, 1, "", "variable:CMAKE_LINK_SEARCH_END_STATIC"], [1732, 16, 1, "", "variable:CMAKE_LINK_SEARCH_START_STATIC"], [1733, 16, 1, "", "variable:CMAKE_LINK_WHAT_YOU_USE"], [1734, 16, 1, "", "variable:CMAKE_LINK_WHAT_YOU_USE_CHECK"], [1735, 16, 1, "", "variable:CMAKE_MACOSX_BUNDLE"], [1736, 16, 1, "", "variable:CMAKE_MACOSX_RPATH"], [1737, 16, 1, "", "variable:CMAKE_MAJOR_VERSION"], [1738, 16, 1, "", "variable:CMAKE_MAKE_PROGRAM"], [1739, 16, 1, "variable:CMAKE_MAP_IMPORTED_CONFIG_", "variable:CMAKE_MAP_IMPORTED_CONFIG_<CONFIG>"], [1741, 16, 1, "variable:CMAKE_MATCH_", "variable:CMAKE_MATCH_<n>"], [1740, 16, 1, "", "variable:CMAKE_MATCH_COUNT"], [1742, 16, 1, "", "variable:CMAKE_MAXIMUM_RECURSION_DEPTH"], [1743, 16, 1, "", "variable:CMAKE_MESSAGE_CONTEXT"], [1744, 16, 1, "", "variable:CMAKE_MESSAGE_CONTEXT_SHOW"], [1745, 16, 1, "", "variable:CMAKE_MESSAGE_INDENT"], [1746, 16, 1, "", "variable:CMAKE_MESSAGE_LOG_LEVEL"], [1747, 16, 1, "", "variable:CMAKE_MFC_FLAG"], [1748, 16, 1, "", "variable:CMAKE_MINIMUM_REQUIRED_VERSION"], [1749, 16, 1, "", "variable:CMAKE_MINOR_VERSION"], [1750, 16, 1, "", "variable:CMAKE_MODULE_LINKER_FLAGS"], [1751, 16, 1, "variable:CMAKE_MODULE_LINKER_FLAGS_", "variable:CMAKE_MODULE_LINKER_FLAGS_<CONFIG>"], [1752, 16, 1, "variable:CMAKE_MODULE_LINKER_FLAGS__INIT", "variable:CMAKE_MODULE_LINKER_FLAGS_<CONFIG>_INIT"], [1753, 16, 1, "", "variable:CMAKE_MODULE_LINKER_FLAGS_INIT"], [1754, 16, 1, "", "variable:CMAKE_MODULE_PATH"], [1755, 16, 1, "", "variable:CMAKE_MSVCIDE_RUN_PATH"], [1756, 16, 1, "", "variable:CMAKE_MSVC_DEBUG_INFORMATION_FORMAT"], [1757, 16, 1, "", "variable:CMAKE_MSVC_RUNTIME_LIBRARY"], [1758, 16, 1, "", "variable:CMAKE_NETRC"], [1759, 16, 1, "", "variable:CMAKE_NETRC_FILE"], [1760, 16, 1, "", "variable:CMAKE_NINJA_OUTPUT_PATH_PREFIX"], [1761, 16, 1, "", "variable:CMAKE_NOT_USING_CONFIG_FLAGS"], [1762, 16, 1, "", "variable:CMAKE_NO_BUILTIN_CHRPATH"], [1763, 16, 1, "", "variable:CMAKE_NO_SYSTEM_FROM_IMPORTED"], [1764, 16, 1, "", "variable:CMAKE_OBJCXX_EXTENSIONS"], [1765, 16, 1, "", "variable:CMAKE_OBJCXX_STANDARD"], [1766, 16, 1, "", "variable:CMAKE_OBJCXX_STANDARD_REQUIRED"], [1767, 16, 1, "", "variable:CMAKE_OBJC_EXTENSIONS"], [1768, 16, 1, "", "variable:CMAKE_OBJC_STANDARD"], [1769, 16, 1, "", "variable:CMAKE_OBJC_STANDARD_REQUIRED"], [1770, 16, 1, "", "variable:CMAKE_OBJECT_PATH_MAX"], [1771, 16, 1, "", "variable:CMAKE_OPTIMIZE_DEPENDENCIES"], [1772, 16, 1, "", "variable:CMAKE_OSX_ARCHITECTURES"], [1773, 16, 1, "", "variable:CMAKE_OSX_DEPLOYMENT_TARGET"], [1774, 16, 1, "", "variable:CMAKE_OSX_SYSROOT"], [1775, 16, 1, "", "variable:CMAKE_PARENT_LIST_FILE"], [1776, 16, 1, "", "variable:CMAKE_PATCH_VERSION"], [1777, 16, 1, "", "variable:CMAKE_PCH_INSTANTIATE_TEMPLATES"], [1778, 16, 1, "", "variable:CMAKE_PCH_WARN_INVALID"], [1779, 16, 1, "", "variable:CMAKE_PDB_OUTPUT_DIRECTORY"], [1780, 16, 1, "variable:CMAKE_PDB_OUTPUT_DIRECTORY_", "variable:CMAKE_PDB_OUTPUT_DIRECTORY_<CONFIG>"], [1781, 16, 1, "", "variable:CMAKE_PLATFORM_NO_VERSIONED_SONAME"], [1782, 16, 1, "variable:CMAKE_POLICY_DEFAULT_CMP", "variable:CMAKE_POLICY_DEFAULT_CMP<NNNN>"], [1783, 16, 1, "variable:CMAKE_POLICY_WARNING_CMP", "variable:CMAKE_POLICY_WARNING_CMP<NNNN>"], [1784, 16, 1, "", "variable:CMAKE_POSITION_INDEPENDENT_CODE"], [1785, 16, 1, "", "variable:CMAKE_PREFIX_PATH"], [1786, 16, 1, "", "variable:CMAKE_PROGRAM_PATH"], [1792, 16, 1, "variable:CMAKE_PROJECT__INCLUDE", "variable:CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE"], [1793, 16, 1, "variable:CMAKE_PROJECT__INCLUDE_BEFORE", "variable:CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE_BEFORE"], [1787, 16, 1, "", "variable:CMAKE_PROJECT_DESCRIPTION"], [1788, 16, 1, "", "variable:CMAKE_PROJECT_HOMEPAGE_URL"], [1789, 16, 1, "", "variable:CMAKE_PROJECT_INCLUDE"], [1790, 16, 1, "", "variable:CMAKE_PROJECT_INCLUDE_BEFORE"], [1791, 16, 1, "", "variable:CMAKE_PROJECT_NAME"], [1794, 16, 1, "", "variable:CMAKE_PROJECT_TOP_LEVEL_INCLUDES"], [1795, 16, 1, "", "variable:CMAKE_PROJECT_VERSION"], [1796, 16, 1, "", "variable:CMAKE_PROJECT_VERSION_MAJOR"], [1797, 16, 1, "", "variable:CMAKE_PROJECT_VERSION_MINOR"], [1798, 16, 1, "", "variable:CMAKE_PROJECT_VERSION_PATCH"], [1799, 16, 1, "", "variable:CMAKE_PROJECT_VERSION_TWEAK"], [1800, 16, 1, "", "variable:CMAKE_RANLIB"], [1801, 16, 1, "variable:CMAKE_REQUIRE_FIND_PACKAGE_", "variable:CMAKE_REQUIRE_FIND_PACKAGE_<PackageName>"], [1802, 16, 1, "", "variable:CMAKE_ROOT"], [1803, 16, 1, "", "variable:CMAKE_RULE_MESSAGES"], [1804, 16, 1, "", "variable:CMAKE_RUNTIME_OUTPUT_DIRECTORY"], [1805, 16, 1, "variable:CMAKE_RUNTIME_OUTPUT_DIRECTORY_", "variable:CMAKE_RUNTIME_OUTPUT_DIRECTORY_<CONFIG>"], [1806, 16, 1, "", "variable:CMAKE_SCRIPT_MODE_FILE"], [1807, 16, 1, "", "variable:CMAKE_SHARED_LIBRARY_ARCHIVE_SUFFIX"], [1808, 16, 1, "", "variable:CMAKE_SHARED_LIBRARY_ENABLE_EXPORTS"], [1809, 16, 1, "", "variable:CMAKE_SHARED_LIBRARY_PREFIX"], [1810, 16, 1, "", "variable:CMAKE_SHARED_LIBRARY_SUFFIX"], [1811, 16, 1, "", "variable:CMAKE_SHARED_LINKER_FLAGS"], [1812, 16, 1, "variable:CMAKE_SHARED_LINKER_FLAGS_", "variable:CMAKE_SHARED_LINKER_FLAGS_<CONFIG>"], [1813, 16, 1, "variable:CMAKE_SHARED_LINKER_FLAGS__INIT", "variable:CMAKE_SHARED_LINKER_FLAGS_<CONFIG>_INIT"], [1814, 16, 1, "", "variable:CMAKE_SHARED_LINKER_FLAGS_INIT"], [1815, 16, 1, "", "variable:CMAKE_SHARED_MODULE_PREFIX"], [1816, 16, 1, "", "variable:CMAKE_SHARED_MODULE_SUFFIX"], [1817, 16, 1, "", "variable:CMAKE_SIZEOF_VOID_P"], [1818, 16, 1, "", "variable:CMAKE_SKIP_BUILD_RPATH"], [1819, 16, 1, "", "variable:CMAKE_SKIP_INSTALL_ALL_DEPENDENCY"], [1820, 16, 1, "", "variable:CMAKE_SKIP_INSTALL_RPATH"], [1821, 16, 1, "", "variable:CMAKE_SKIP_INSTALL_RULES"], [1822, 16, 1, "", "variable:CMAKE_SKIP_RPATH"], [1823, 16, 1, "", "variable:CMAKE_SKIP_TEST_ALL_DEPENDENCY"], [1824, 16, 1, "", "variable:CMAKE_SOURCE_DIR"], [1825, 16, 1, "", "variable:CMAKE_STAGING_PREFIX"], [1826, 16, 1, "", "variable:CMAKE_STATIC_LIBRARY_PREFIX"], [1827, 16, 1, "", "variable:CMAKE_STATIC_LIBRARY_SUFFIX"], [1828, 16, 1, "", "variable:CMAKE_STATIC_LINKER_FLAGS"], [1829, 16, 1, "variable:CMAKE_STATIC_LINKER_FLAGS_", "variable:CMAKE_STATIC_LINKER_FLAGS_<CONFIG>"], [1830, 16, 1, "variable:CMAKE_STATIC_LINKER_FLAGS__INIT", "variable:CMAKE_STATIC_LINKER_FLAGS_<CONFIG>_INIT"], [1831, 16, 1, "", "variable:CMAKE_STATIC_LINKER_FLAGS_INIT"], [1832, 16, 1, "", "variable:CMAKE_SUBLIME_TEXT_2_ENV_SETTINGS"], [1833, 16, 1, "", "variable:CMAKE_SUBLIME_TEXT_2_EXCLUDE_BUILD_TREE"], [1834, 16, 1, "", "variable:CMAKE_SUPPRESS_REGENERATION"], [1835, 16, 1, "", "variable:CMAKE_SYSROOT"], [1836, 16, 1, "", "variable:CMAKE_SYSROOT_COMPILE"], [1837, 16, 1, "", "variable:CMAKE_SYSROOT_LINK"], [1838, 16, 1, "", "variable:CMAKE_SYSTEM"], [1839, 16, 1, "", "variable:CMAKE_SYSTEM_APPBUNDLE_PATH"], [1840, 16, 1, "", "variable:CMAKE_SYSTEM_FRAMEWORK_PATH"], [1841, 16, 1, "", "variable:CMAKE_SYSTEM_IGNORE_PATH"], [1842, 16, 1, "", "variable:CMAKE_SYSTEM_IGNORE_PREFIX_PATH"], [1843, 16, 1, "", "variable:CMAKE_SYSTEM_INCLUDE_PATH"], [1844, 16, 1, "", "variable:CMAKE_SYSTEM_LIBRARY_PATH"], [1845, 16, 1, "", "variable:CMAKE_SYSTEM_NAME"], [1846, 16, 1, "", "variable:CMAKE_SYSTEM_PREFIX_PATH"], [1847, 16, 1, "", "variable:CMAKE_SYSTEM_PROCESSOR"], [1848, 16, 1, "", "variable:CMAKE_SYSTEM_PROGRAM_PATH"], [1849, 16, 1, "", "variable:CMAKE_SYSTEM_VERSION"], [1850, 16, 1, "", "variable:CMAKE_Swift_COMPILATION_MODE"], [1851, 16, 1, "", "variable:CMAKE_Swift_LANGUAGE_VERSION"], [1852, 16, 1, "", "variable:CMAKE_Swift_MODULE_DIRECTORY"], [1853, 16, 1, "", "variable:CMAKE_Swift_NUM_THREADS"], [1854, 16, 1, "", "variable:CMAKE_TASKING_TOOLSET"], [26, 16, 1, "", "variable:CMAKE_TESTDRIVER_AFTER_TESTMAIN"], [26, 16, 1, "", "variable:CMAKE_TESTDRIVER_BEFORE_TESTMAIN"], [1855, 16, 1, "", "variable:CMAKE_TEST_LAUNCHER"], [1856, 16, 1, "", "variable:CMAKE_TLS_CAINFO"], [1857, 16, 1, "", "variable:CMAKE_TLS_VERIFY"], [1858, 16, 1, "", "variable:CMAKE_TLS_VERSION"], [1859, 16, 1, "", "variable:CMAKE_TOOLCHAIN_FILE"], [1860, 16, 1, "", "variable:CMAKE_TRY_COMPILE_CONFIGURATION"], [1861, 16, 1, "", "variable:CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES"], [1862, 16, 1, "", "variable:CMAKE_TRY_COMPILE_PLATFORM_VARIABLES"], [1863, 16, 1, "", "variable:CMAKE_TRY_COMPILE_TARGET_TYPE"], [1864, 16, 1, "", "variable:CMAKE_TWEAK_VERSION"], [1865, 16, 1, "", "variable:CMAKE_UNITY_BUILD"], [1866, 16, 1, "", "variable:CMAKE_UNITY_BUILD_BATCH_SIZE"], [1867, 16, 1, "", "variable:CMAKE_UNITY_BUILD_UNIQUE_ID"], [1868, 16, 1, "", "variable:CMAKE_USER_MAKE_RULES_OVERRIDE"], [1869, 16, 1, "variable:CMAKE_USER_MAKE_RULES_OVERRIDE_", "variable:CMAKE_USER_MAKE_RULES_OVERRIDE_<LANG>"], [1870, 16, 1, "", "variable:CMAKE_USE_RELATIVE_PATHS"], [1871, 16, 1, "", "variable:CMAKE_VERBOSE_MAKEFILE"], [1872, 16, 1, "", "variable:CMAKE_VERIFY_INTERFACE_HEADER_SETS"], [1873, 16, 1, "", "variable:CMAKE_VERSION"], [1874, 16, 1, "", "variable:CMAKE_VISIBILITY_INLINES_HIDDEN"], [1875, 16, 1, "", "variable:CMAKE_VS_DEBUGGER_COMMAND"], [1876, 16, 1, "", "variable:CMAKE_VS_DEBUGGER_COMMAND_ARGUMENTS"], [1877, 16, 1, "", "variable:CMAKE_VS_DEBUGGER_ENVIRONMENT"], [1878, 16, 1, "", "variable:CMAKE_VS_DEBUGGER_WORKING_DIRECTORY"], [1879, 16, 1, "", "variable:CMAKE_VS_DEVENV_COMMAND"], [1880, 16, 1, "", "variable:CMAKE_VS_GLOBALS"], [1881, 16, 1, "", "variable:CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD"], [1882, 16, 1, "", "variable:CMAKE_VS_INCLUDE_PACKAGE_TO_DEFAULT_BUILD"], [1883, 16, 1, "", "variable:CMAKE_VS_INTEL_Fortran_PROJECT_VERSION"], [1884, 16, 1, "", "variable:CMAKE_VS_JUST_MY_CODE_DEBUGGING"], [1885, 16, 1, "", "variable:CMAKE_VS_MSBUILD_COMMAND"], [1886, 16, 1, "", "variable:CMAKE_VS_NO_COMPILE_BATCHING"], [1887, 16, 1, "", "variable:CMAKE_VS_NUGET_PACKAGE_RESTORE"], [1888, 16, 1, "", "variable:CMAKE_VS_NsightTegra_VERSION"], [1889, 16, 1, "", "variable:CMAKE_VS_PLATFORM_NAME"], [1890, 16, 1, "", "variable:CMAKE_VS_PLATFORM_NAME_DEFAULT"], [1891, 16, 1, "", "variable:CMAKE_VS_PLATFORM_TOOLSET"], [1892, 16, 1, "", "variable:CMAKE_VS_PLATFORM_TOOLSET_CUDA"], [1893, 16, 1, "", "variable:CMAKE_VS_PLATFORM_TOOLSET_CUDA_CUSTOM_DIR"], [1894, 16, 1, "", "variable:CMAKE_VS_PLATFORM_TOOLSET_FORTRAN"], [1895, 16, 1, "", "variable:CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE"], [1896, 16, 1, "", "variable:CMAKE_VS_PLATFORM_TOOLSET_VERSION"], [1897, 16, 1, "", "variable:CMAKE_VS_SDK_EXCLUDE_DIRECTORIES"], [1898, 16, 1, "", "variable:CMAKE_VS_SDK_EXECUTABLE_DIRECTORIES"], [1899, 16, 1, "", "variable:CMAKE_VS_SDK_INCLUDE_DIRECTORIES"], [1900, 16, 1, "", "variable:CMAKE_VS_SDK_LIBRARY_DIRECTORIES"], [1901, 16, 1, "", "variable:CMAKE_VS_SDK_LIBRARY_WINRT_DIRECTORIES"], [1902, 16, 1, "", "variable:CMAKE_VS_SDK_REFERENCE_DIRECTORIES"], [1903, 16, 1, "", "variable:CMAKE_VS_SDK_SOURCE_DIRECTORIES"], [1904, 16, 1, "", "variable:CMAKE_VS_TARGET_FRAMEWORK_IDENTIFIER"], [1905, 16, 1, "", "variable:CMAKE_VS_TARGET_FRAMEWORK_TARGETS_VERSION"], [1906, 16, 1, "", "variable:CMAKE_VS_TARGET_FRAMEWORK_VERSION"], [1907, 16, 1, "", "variable:CMAKE_VS_USE_DEBUG_LIBRARIES"], [1908, 16, 1, "", "variable:CMAKE_VS_VERSION_BUILD_NUMBER"], [1909, 16, 1, "", "variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION"], [1910, 16, 1, "", "variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION"], [1911, 16, 1, "", "variable:CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM"], [1912, 16, 1, "", "variable:CMAKE_VS_WINRT_BY_DEFAULT"], [1913, 16, 1, "", "variable:CMAKE_WARN_DEPRECATED"], [1914, 16, 1, "", "variable:CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION"], [1915, 16, 1, "", "variable:CMAKE_WATCOM_RUNTIME_LIBRARY"], [1916, 16, 1, "", "variable:CMAKE_WIN32_EXECUTABLE"], [1917, 16, 1, "", "variable:CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS"], [1918, 16, 1, "", "variable:CMAKE_WINDOWS_KMDF_VERSION"], [1919, 16, 1, "variable:CMAKE_XCODE_ATTRIBUTE_", "variable:CMAKE_XCODE_ATTRIBUTE_<an-attribute>"], [1920, 16, 1, "", "variable:CMAKE_XCODE_BUILD_SYSTEM"], [1921, 16, 1, "", "variable:CMAKE_XCODE_GENERATE_SCHEME"], [1922, 16, 1, "", "variable:CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY"], [1923, 16, 1, "", "variable:CMAKE_XCODE_LINK_BUILD_PHASE_MODE"], [1924, 16, 1, "", "variable:CMAKE_XCODE_PLATFORM_TOOLSET"], [1925, 16, 1, "", "variable:CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER"], [1926, 16, 1, "", "variable:CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN"], [1927, 16, 1, "", "variable:CMAKE_XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING"], [1928, 16, 1, "", "variable:CMAKE_XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER"], [1929, 16, 1, "", "variable:CMAKE_XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS"], [1930, 16, 1, "", "variable:CMAKE_XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE"], [1931, 16, 1, "", "variable:CMAKE_XCODE_SCHEME_ENABLE_GPU_API_VALIDATION"], [1932, 16, 1, "", "variable:CMAKE_XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE"], [1933, 16, 1, "", "variable:CMAKE_XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION"], [1934, 16, 1, "", "variable:CMAKE_XCODE_SCHEME_ENVIRONMENT"], [1935, 16, 1, "", "variable:CMAKE_XCODE_SCHEME_GUARD_MALLOC"], [1936, 16, 1, "", "variable:CMAKE_XCODE_SCHEME_LAUNCH_CONFIGURATION"], [1937, 16, 1, "", "variable:CMAKE_XCODE_SCHEME_LAUNCH_MODE"], [1938, 16, 1, "", "variable:CMAKE_XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP"], [1939, 16, 1, "", "variable:CMAKE_XCODE_SCHEME_MALLOC_GUARD_EDGES"], [1940, 16, 1, "", "variable:CMAKE_XCODE_SCHEME_MALLOC_SCRIBBLE"], [1941, 16, 1, "", "variable:CMAKE_XCODE_SCHEME_MALLOC_STACK"], [1942, 16, 1, "", "variable:CMAKE_XCODE_SCHEME_THREAD_SANITIZER"], [1943, 16, 1, "", "variable:CMAKE_XCODE_SCHEME_THREAD_SANITIZER_STOP"], [1944, 16, 1, "", "variable:CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER"], [1945, 16, 1, "", "variable:CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP"], [1946, 16, 1, "", "variable:CMAKE_XCODE_SCHEME_WORKING_DIRECTORY"], [1947, 16, 1, "", "variable:CMAKE_XCODE_SCHEME_ZOMBIE_OBJECTS"], [1948, 16, 1, "", "variable:CMAKE_XCODE_XCCONFIG"], [313, 16, 1, "variable:CPACK__COMPONENT_INSTALL", "variable:CPACK_<GENNAME>_COMPONENT_INSTALL"], [1949, 16, 1, "", "variable:CPACK_ABSOLUTE_DESTINATION_FILES"], [129, 16, 1, "variable:CPACK_ARCHIVE__FILE_NAME", "variable:CPACK_ARCHIVE_<component>_FILE_NAME"], [129, 16, 1, "", "variable:CPACK_ARCHIVE_COMPONENT_INSTALL"], [129, 16, 1, "", "variable:CPACK_ARCHIVE_FILE_EXTENSION"], [129, 16, 1, "", "variable:CPACK_ARCHIVE_FILE_NAME"], [129, 16, 1, "", "variable:CPACK_ARCHIVE_THREADS"], [310, 16, 1, "variable:CPACK_BINARY_", "variable:CPACK_BINARY_<GENNAME>"], [142, 16, 1, "", "variable:CPACK_BUILD_SOURCE_DIRS"], [130, 16, 1, "", "variable:CPACK_BUNDLE_APPLE_CERT_APP"], [130, 16, 1, "", "variable:CPACK_BUNDLE_APPLE_CODESIGN_FILES"], [130, 16, 1, "", "variable:CPACK_BUNDLE_APPLE_CODESIGN_PARAMETER"], [130, 16, 1, "", "variable:CPACK_BUNDLE_APPLE_ENTITLEMENTS"], [130, 16, 1, "", "variable:CPACK_BUNDLE_ICON"], [130, 16, 1, "", "variable:CPACK_BUNDLE_NAME"], [130, 16, 1, "", "variable:CPACK_BUNDLE_PLIST"], [130, 16, 1, "", "variable:CPACK_BUNDLE_STARTUP_COMMAND"], [310, 16, 1, "", "variable:CPACK_CMAKE_GENERATOR"], [130, 16, 1, "", "variable:CPACK_COMMAND_CODESIGN"], [133, 16, 1, "", "variable:CPACK_COMMAND_HDIUTIL"], [141, 16, 1, "", "variable:CPACK_COMMAND_PKGBUILD"], [141, 16, 1, "", "variable:CPACK_COMMAND_PRODUCTBUILD"], [133, 16, 1, "", "variable:CPACK_COMMAND_REZ"], [133, 16, 1, "", "variable:CPACK_COMMAND_SETFILE"], [313, 16, 1, "", "variable:CPACK_COMPONENTS_ALL"], [313, 16, 1, "", "variable:CPACK_COMPONENTS_GROUPING"], [313, 16, 1, "variable:CPACK_COMPONENT__DEPENDS", "variable:CPACK_COMPONENT_<compName>_DEPENDS"], [313, 16, 1, "variable:CPACK_COMPONENT__DESCRIPTION", "variable:CPACK_COMPONENT_<compName>_DESCRIPTION"], [313, 16, 1, "variable:CPACK_COMPONENT__DISABLED", "variable:CPACK_COMPONENT_<compName>_DISABLED"], [313, 16, 1, "variable:CPACK_COMPONENT__DISPLAY_NAME", "variable:CPACK_COMPONENT_<compName>_DISPLAY_NAME"], [313, 16, 1, "variable:CPACK_COMPONENT__GROUP", "variable:CPACK_COMPONENT_<compName>_GROUP"], [313, 16, 1, "variable:CPACK_COMPONENT__HIDDEN", "variable:CPACK_COMPONENT_<compName>_HIDDEN"], [313, 16, 1, "variable:CPACK_COMPONENT__REQUIRED", "variable:CPACK_COMPONENT_<compName>_REQUIRED"], [1950, 16, 1, "", "variable:CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY"], [310, 16, 1, "", "variable:CPACK_CREATE_DESKTOP_LINKS"], [1951, 16, 1, "", "variable:CPACK_CUSTOM_INSTALL_VARIABLES"], [131, 16, 1, "", "variable:CPACK_CYGWIN_BUILD_SCRIPT"], [131, 16, 1, "", "variable:CPACK_CYGWIN_PATCH_FILE"], [131, 16, 1, "", "variable:CPACK_CYGWIN_PATCH_NUMBER"], [132, 16, 1, "variable:CPACK_DEBIAN__DESCRIPTION", "variable:CPACK_DEBIAN_<COMPONENT>_DESCRIPTION"], [132, 16, 1, "variable:CPACK_DEBIAN__FILE_NAME", "variable:CPACK_DEBIAN_<COMPONENT>_FILE_NAME"], [132, 16, 1, "variable:CPACK_DEBIAN__PACKAGE_ARCHITECTURE", "variable:CPACK_DEBIAN_<COMPONENT>_PACKAGE_ARCHITECTURE"], [132, 16, 1, "variable:CPACK_DEBIAN__PACKAGE_BREAKS", "variable:CPACK_DEBIAN_<COMPONENT>_PACKAGE_BREAKS"], [132, 16, 1, "variable:CPACK_DEBIAN__PACKAGE_CONFLICTS", "variable:CPACK_DEBIAN_<COMPONENT>_PACKAGE_CONFLICTS"], [132, 16, 1, "variable:CPACK_DEBIAN__PACKAGE_CONTROL_EXTRA", "variable:CPACK_DEBIAN_<COMPONENT>_PACKAGE_CONTROL_EXTRA"], [132, 16, 1, "variable:CPACK_DEBIAN__PACKAGE_CONTROL_STRICT_PERMISSION", "variable:CPACK_DEBIAN_<COMPONENT>_PACKAGE_CONTROL_STRICT_PERMISSION"], [132, 16, 1, "variable:CPACK_DEBIAN__PACKAGE_DEPENDS", "variable:CPACK_DEBIAN_<COMPONENT>_PACKAGE_DEPENDS"], [132, 16, 1, "variable:CPACK_DEBIAN__PACKAGE_ENHANCES", "variable:CPACK_DEBIAN_<COMPONENT>_PACKAGE_ENHANCES"], [132, 16, 1, "variable:CPACK_DEBIAN__PACKAGE_MULTIARCH", "variable:CPACK_DEBIAN_<COMPONENT>_PACKAGE_MULTIARCH"], [132, 16, 1, "variable:CPACK_DEBIAN__PACKAGE_NAME", "variable:CPACK_DEBIAN_<COMPONENT>_PACKAGE_NAME"], [132, 16, 1, "variable:CPACK_DEBIAN__PACKAGE_PREDEPENDS", "variable:CPACK_DEBIAN_<COMPONENT>_PACKAGE_PREDEPENDS"], [132, 16, 1, "variable:CPACK_DEBIAN__PACKAGE_PRIORITY", "variable:CPACK_DEBIAN_<COMPONENT>_PACKAGE_PRIORITY"], [132, 16, 1, "variable:CPACK_DEBIAN__PACKAGE_PROVIDES", "variable:CPACK_DEBIAN_<COMPONENT>_PACKAGE_PROVIDES"], [132, 16, 1, "variable:CPACK_DEBIAN__PACKAGE_RECOMMENDS", "variable:CPACK_DEBIAN_<COMPONENT>_PACKAGE_RECOMMENDS"], [132, 16, 1, "variable:CPACK_DEBIAN__PACKAGE_REPLACES", "variable:CPACK_DEBIAN_<COMPONENT>_PACKAGE_REPLACES"], [132, 16, 1, "variable:CPACK_DEBIAN__PACKAGE_SECTION", "variable:CPACK_DEBIAN_<COMPONENT>_PACKAGE_SECTION"], [132, 16, 1, "variable:CPACK_DEBIAN__PACKAGE_SHLIBDEPS", "variable:CPACK_DEBIAN_<COMPONENT>_PACKAGE_SHLIBDEPS"], [132, 16, 1, "variable:CPACK_DEBIAN__PACKAGE_SOURCE", "variable:CPACK_DEBIAN_<COMPONENT>_PACKAGE_SOURCE"], [132, 16, 1, "variable:CPACK_DEBIAN__PACKAGE_SUGGESTS", "variable:CPACK_DEBIAN_<COMPONENT>_PACKAGE_SUGGESTS"], [132, 16, 1, "variable:CPACK_DEBIAN__DEBUGINFO_PACKAGE", "variable:CPACK_DEBIAN_<component>_DEBUGINFO_PACKAGE"], [132, 16, 1, "", "variable:CPACK_DEBIAN_ARCHIVE_TYPE"], [132, 16, 1, "", "variable:CPACK_DEBIAN_COMPRESSION_TYPE"], [132, 16, 1, "", "variable:CPACK_DEBIAN_DEBUGINFO_PACKAGE"], [132, 16, 1, "", "variable:CPACK_DEBIAN_ENABLE_COMPONENT_DEPENDS"], [132, 16, 1, "", "variable:CPACK_DEBIAN_FILE_NAME"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_ARCHITECTURE"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_BREAKS"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_CONFLICTS"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_CONTROL_STRICT_PERMISSION"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_DEBUG"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_DEPENDS"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_DESCRIPTION"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_ENHANCES"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_EPOCH"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS_POLICY"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_HOMEPAGE"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_MAINTAINER"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_MULTIARCH"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_NAME"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_PREDEPENDS"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_PRIORITY"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_PROVIDES"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_RECOMMENDS"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_RELEASE"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_REPLACES"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_SECTION"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_SHLIBDEPS"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_SHLIBDEPS_PRIVATE_DIRS"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_SOURCE"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_SUGGESTS"], [132, 16, 1, "", "variable:CPACK_DEBIAN_PACKAGE_VERSION"], [132, 16, 1, "", "variable:CPACK_DEB_COMPONENT_INSTALL"], [133, 16, 1, "variable:CPACK_DMG__FILE_NAME", "variable:CPACK_DMG_<component>_FILE_NAME"], [133, 16, 1, "", "variable:CPACK_DMG_BACKGROUND_IMAGE"], [133, 16, 1, "", "variable:CPACK_DMG_DISABLE_APPLICATIONS_SYMLINK"], [133, 16, 1, "", "variable:CPACK_DMG_DS_STORE"], [133, 16, 1, "", "variable:CPACK_DMG_DS_STORE_SETUP_SCRIPT"], [133, 16, 1, "", "variable:CPACK_DMG_FILESYSTEM"], [133, 16, 1, "", "variable:CPACK_DMG_FORMAT"], [133, 16, 1, "", "variable:CPACK_DMG_SLA_DIR"], [133, 16, 1, "", "variable:CPACK_DMG_SLA_LANGUAGES"], [133, 16, 1, "", "variable:CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE"], [133, 16, 1, "", "variable:CPACK_DMG_VOLUME_NAME"], [1952, 16, 1, "", "variable:CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION"], [134, 16, 1, "", "variable:CPACK_EXTERNAL_BUILT_PACKAGES"], [134, 16, 1, "", "variable:CPACK_EXTERNAL_ENABLE_STAGING"], [134, 16, 1, "", "variable:CPACK_EXTERNAL_PACKAGE_SCRIPT"], [134, 16, 1, "", "variable:CPACK_EXTERNAL_REQUESTED_VERSIONS"], [135, 16, 1, "", "variable:CPACK_FREEBSD_PACKAGE_CATEGORIES"], [135, 16, 1, "", "variable:CPACK_FREEBSD_PACKAGE_COMMENT"], [135, 16, 1, "", "variable:CPACK_FREEBSD_PACKAGE_DEPS"], [135, 16, 1, "", "variable:CPACK_FREEBSD_PACKAGE_DESCRIPTION"], [135, 16, 1, "", "variable:CPACK_FREEBSD_PACKAGE_LICENSE"], [135, 16, 1, "", "variable:CPACK_FREEBSD_PACKAGE_LICENSE_LOGIC"], [135, 16, 1, "", "variable:CPACK_FREEBSD_PACKAGE_MAINTAINER"], [135, 16, 1, "", "variable:CPACK_FREEBSD_PACKAGE_NAME"], [135, 16, 1, "", "variable:CPACK_FREEBSD_PACKAGE_ORIGIN"], [135, 16, 1, "", "variable:CPACK_FREEBSD_PACKAGE_WWW"], [310, 16, 1, "", "variable:CPACK_GENERATOR"], [136, 16, 1, "", "variable:CPACK_IFW_ADMIN_TARGET_DIRECTORY"], [136, 16, 1, "", "variable:CPACK_IFW_ARCHIVEGEN_EXECUTABLE"], [136, 16, 1, "", "variable:CPACK_IFW_ARCHIVE_COMPRESSION"], [136, 16, 1, "", "variable:CPACK_IFW_ARCHIVE_FORMAT"], [136, 16, 1, "", "variable:CPACK_IFW_BINARYCREATOR_EXECUTABLE"], [136, 16, 1, "", "variable:CPACK_IFW_DEVTOOL_EXECUTABLE"], [136, 16, 1, "", "variable:CPACK_IFW_DOWNLOAD_ALL"], [136, 16, 1, "", "variable:CPACK_IFW_FRAMEWORK_VERSION"], [136, 16, 1, "", "variable:CPACK_IFW_INSTALLERBASE_EXECUTABLE"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGES_DIRECTORIES"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_ALLOW_NON_ASCII_CHARACTERS"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_ALLOW_SPACE_IN_PATH"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_BACKGROUND"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_BANNER"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_CONTROL_SCRIPT"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_DISABLE_COMMAND_LINE_INTERFACE"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_FILE_EXTENSION"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_GROUP"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_ICON"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_LOGO"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_MAINTENANCE_TOOL_INI_FILE"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_MAINTENANCE_TOOL_NAME"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_NAME"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_PRODUCT_IMAGES"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_PRODUCT_IMAGE_URLS"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_PUBLISHER"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_REMOVE_TARGET_DIR"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_RESOURCES"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_RUN_PROGRAM"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_RUN_PROGRAM_ARGUMENTS"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_RUN_PROGRAM_DESCRIPTION"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_SIGNING_IDENTITY"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_START_MENU_DIRECTORY"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_STYLE_SHEET"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_TITLE"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_TITLE_COLOR"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_WATERMARK"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_WINDOW_ICON"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_WIZARD_DEFAULT_HEIGHT"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_WIZARD_DEFAULT_WIDTH"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_WIZARD_SHOW_PAGE_LIST"], [136, 16, 1, "", "variable:CPACK_IFW_PACKAGE_WIZARD_STYLE"], [136, 16, 1, "", "variable:CPACK_IFW_PRODUCT_URL"], [136, 16, 1, "", "variable:CPACK_IFW_REPOGEN_EXECUTABLE"], [136, 16, 1, "", "variable:CPACK_IFW_REPOSITORIES_ALL"], [136, 16, 1, "", "variable:CPACK_IFW_REPOSITORIES_DIRECTORIES"], [136, 16, 1, "", "variable:CPACK_IFW_RESOLVE_DUPLICATE_NAMES"], [136, 16, 1, "", "variable:CPACK_IFW_ROOT"], [136, 16, 1, "", "variable:CPACK_IFW_TARGET_DIRECTORY"], [136, 16, 1, "", "variable:CPACK_IFW_VERBOSE"], [1953, 16, 1, "", "variable:CPACK_INCLUDE_TOPLEVEL_DIRECTORY"], [137, 16, 1, "variable:CPACK_INNOSETUP__INSTALL_DIRECTORY", "variable:CPACK_INNOSETUP_<compName>_INSTALL_DIRECTORY"], [137, 16, 1, "", "variable:CPACK_INNOSETUP_ALLOW_CUSTOM_DIRECTORY"], [137, 16, 1, "", "variable:CPACK_INNOSETUP_ARCHITECTURE"], [137, 16, 1, "", "variable:CPACK_INNOSETUP_CODE_FILES"], [137, 16, 1, "", "variable:CPACK_INNOSETUP_CREATE_UNINSTALL_LINK"], [137, 16, 1, "", "variable:CPACK_INNOSETUP_CUSTOM_INSTALL_INSTRUCTIONS"], [137, 16, 1, "variable:CPACK_INNOSETUP_DEFINE_", "variable:CPACK_INNOSETUP_DEFINE_<macro>"], [137, 16, 1, "", "variable:CPACK_INNOSETUP_EXECUTABLE"], [137, 16, 1, "", "variable:CPACK_INNOSETUP_EXECUTABLE_ARGUMENTS"], [137, 16, 1, "", "variable:CPACK_INNOSETUP_EXTRA_SCRIPTS"], [137, 16, 1, "", "variable:CPACK_INNOSETUP_ICON_FILE"], [137, 16, 1, "", "variable:CPACK_INNOSETUP_IGNORE_LICENSE_PAGE"], [137, 16, 1, "", "variable:CPACK_INNOSETUP_IGNORE_README_PAGE"], [137, 16, 1, "", "variable:CPACK_INNOSETUP_INSTALL_ROOT"], [137, 16, 1, "", "variable:CPACK_INNOSETUP_LANGUAGES"], [137, 16, 1, "", "variable:CPACK_INNOSETUP_MENU_LINKS"], [137, 16, 1, "", "variable:CPACK_INNOSETUP_PASSWORD"], [137, 16, 1, "", "variable:CPACK_INNOSETUP_PROGRAM_MENU_FOLDER"], [137, 16, 1, "", "variable:CPACK_INNOSETUP_RUN_EXECUTABLES"], [137, 16, 1, "variable:CPACK_INNOSETUP_SETUP_", "variable:CPACK_INNOSETUP_SETUP_<directive>"], [137, 16, 1, "", "variable:CPACK_INNOSETUP_USE_CMAKE_BOOL_FORMAT"], [137, 16, 1, "", "variable:CPACK_INNOSETUP_USE_MODERN_WIZARD"], [137, 16, 1, "", "variable:CPACK_INNOSETUP_VERIFY_DOWNLOADS"], [310, 16, 1, "", "variable:CPACK_INSTALLED_DIRECTORIES"], [310, 16, 1, "", "variable:CPACK_INSTALL_CMAKE_PROJECTS"], [310, 16, 1, "", "variable:CPACK_INSTALL_COMMANDS"], [1954, 16, 1, "", "variable:CPACK_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS"], [310, 16, 1, "", "variable:CPACK_INSTALL_SCRIPTS"], [310, 16, 1, "", "variable:CPACK_MONOLITHIC_INSTALL"], [138, 16, 1, "variable:CPACK_NSIS__INSTALL_DIRECTORY", "variable:CPACK_NSIS_<compName>_INSTALL_DIRECTORY"], [138, 16, 1, "", "variable:CPACK_NSIS_BRANDING_TEXT"], [138, 16, 1, "", "variable:CPACK_NSIS_BRANDING_TEXT_TRIM_POSITION"], [138, 16, 1, "", "variable:CPACK_NSIS_COMPRESSOR"], [138, 16, 1, "", "variable:CPACK_NSIS_CONTACT"], [138, 16, 1, "", "variable:CPACK_NSIS_CREATE_ICONS_EXTRA"], [138, 16, 1, "", "variable:CPACK_NSIS_DELETE_ICONS_EXTRA"], [138, 16, 1, "", "variable:CPACK_NSIS_DISPLAY_NAME"], [138, 16, 1, "", "variable:CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL"], [138, 16, 1, "", "variable:CPACK_NSIS_EXECUTABLE"], [138, 16, 1, "", "variable:CPACK_NSIS_EXECUTABLES_DIRECTORY"], [138, 16, 1, "", "variable:CPACK_NSIS_EXECUTABLE_POST_ARGUMENTS"], [138, 16, 1, "", "variable:CPACK_NSIS_EXECUTABLE_PRE_ARGUMENTS"], [138, 16, 1, "", "variable:CPACK_NSIS_EXTRA_INSTALL_COMMANDS"], [138, 16, 1, "", "variable:CPACK_NSIS_EXTRA_PREINSTALL_COMMANDS"], [138, 16, 1, "", "variable:CPACK_NSIS_EXTRA_UNINSTALL_COMMANDS"], [138, 16, 1, "", "variable:CPACK_NSIS_FINISH_TITLE"], [138, 16, 1, "", "variable:CPACK_NSIS_FINISH_TITLE_3LINES"], [138, 16, 1, "", "variable:CPACK_NSIS_HELP_LINK"], [138, 16, 1, "", "variable:CPACK_NSIS_IGNORE_LICENSE_PAGE"], [138, 16, 1, "", "variable:CPACK_NSIS_INSTALLED_ICON_NAME"], [138, 16, 1, "", "variable:CPACK_NSIS_INSTALLER_MUI_ICON_CODE"], [138, 16, 1, "", "variable:CPACK_NSIS_INSTALL_ROOT"], [138, 16, 1, "", "variable:CPACK_NSIS_MANIFEST_DPI_AWARE"], [138, 16, 1, "", "variable:CPACK_NSIS_MENU_LINKS"], [138, 16, 1, "", "variable:CPACK_NSIS_MODIFY_PATH"], [138, 16, 1, "", "variable:CPACK_NSIS_MUI_FINISHPAGE_RUN"], [138, 16, 1, "", "variable:CPACK_NSIS_MUI_HEADERIMAGE"], [138, 16, 1, "", "variable:CPACK_NSIS_MUI_ICON"], [138, 16, 1, "", "variable:CPACK_NSIS_MUI_UNIICON"], [138, 16, 1, "", "variable:CPACK_NSIS_MUI_UNWELCOMEFINISHPAGE_BITMAP"], [138, 16, 1, "", "variable:CPACK_NSIS_MUI_WELCOMEFINISHPAGE_BITMAP"], [138, 16, 1, "", "variable:CPACK_NSIS_PACKAGE_NAME"], [138, 16, 1, "", "variable:CPACK_NSIS_UNINSTALL_NAME"], [138, 16, 1, "", "variable:CPACK_NSIS_URL_INFO_ABOUT"], [138, 16, 1, "", "variable:CPACK_NSIS_WELCOME_TITLE"], [138, 16, 1, "", "variable:CPACK_NSIS_WELCOME_TITLE_3LINES"], [139, 16, 1, "variable:CPACK_NUGET__PACKAGE_AUTHORS", "variable:CPACK_NUGET_<compName>_PACKAGE_AUTHORS"], [139, 16, 1, "variable:CPACK_NUGET__PACKAGE_COPYRIGHT", "variable:CPACK_NUGET_<compName>_PACKAGE_COPYRIGHT"], [139, 16, 1, "variable:CPACK_NUGET__PACKAGE_DEPENDENCIES", "variable:CPACK_NUGET_<compName>_PACKAGE_DEPENDENCIES"], [139, 16, 1, "variable:CPACK_NUGET__PACKAGE_DEPENDENCIES__VERSION", "variable:CPACK_NUGET_<compName>_PACKAGE_DEPENDENCIES_<dependency>_VERSION"], [139, 16, 1, "variable:CPACK_NUGET__PACKAGE_DEPENDENCIES_", "variable:CPACK_NUGET_<compName>_PACKAGE_DEPENDENCIES_<tfm>"], [139, 16, 1, "variable:CPACK_NUGET__PACKAGE_DEPENDENCIES___VERSION", "variable:CPACK_NUGET_<compName>_PACKAGE_DEPENDENCIES_<tfm>_<dependency>_VERSION"], [139, 16, 1, "variable:CPACK_NUGET__PACKAGE_DESCRIPTION", "variable:CPACK_NUGET_<compName>_PACKAGE_DESCRIPTION"], [139, 16, 1, "variable:CPACK_NUGET__PACKAGE_DESCRIPTION_SUMMARY", "variable:CPACK_NUGET_<compName>_PACKAGE_DESCRIPTION_SUMMARY"], [139, 16, 1, "variable:CPACK_NUGET__PACKAGE_HOMEPAGE_URL", "variable:CPACK_NUGET_<compName>_PACKAGE_HOMEPAGE_URL"], [139, 16, 1, "variable:CPACK_NUGET__PACKAGE_ICON", "variable:CPACK_NUGET_<compName>_PACKAGE_ICON"], [139, 16, 1, "variable:CPACK_NUGET__PACKAGE_ICONURL", "variable:CPACK_NUGET_<compName>_PACKAGE_ICONURL"], [139, 16, 1, "variable:CPACK_NUGET__PACKAGE_LANGUAGE", "variable:CPACK_NUGET_<compName>_PACKAGE_LANGUAGE"], [139, 16, 1, "variable:CPACK_NUGET__PACKAGE_LICENSEURL", "variable:CPACK_NUGET_<compName>_PACKAGE_LICENSEURL"], [139, 16, 1, "variable:CPACK_NUGET__PACKAGE_LICENSE_EXPRESSION", "variable:CPACK_NUGET_<compName>_PACKAGE_LICENSE_EXPRESSION"], [139, 16, 1, "variable:CPACK_NUGET__PACKAGE_LICENSE_FILE_NAME", "variable:CPACK_NUGET_<compName>_PACKAGE_LICENSE_FILE_NAME"], [139, 16, 1, "variable:CPACK_NUGET__PACKAGE_NAME", "variable:CPACK_NUGET_<compName>_PACKAGE_NAME"], [139, 16, 1, "variable:CPACK_NUGET__PACKAGE_OWNERS", "variable:CPACK_NUGET_<compName>_PACKAGE_OWNERS"], [139, 16, 1, "variable:CPACK_NUGET__PACKAGE_README", "variable:CPACK_NUGET_<compName>_PACKAGE_README"], [139, 16, 1, "variable:CPACK_NUGET__PACKAGE_RELEASE_NOTES", "variable:CPACK_NUGET_<compName>_PACKAGE_RELEASE_NOTES"], [139, 16, 1, "variable:CPACK_NUGET__PACKAGE_TAGS", "variable:CPACK_NUGET_<compName>_PACKAGE_TAGS"], [139, 16, 1, "variable:CPACK_NUGET__PACKAGE_TFMS", "variable:CPACK_NUGET_<compName>_PACKAGE_TFMS"], [139, 16, 1, "variable:CPACK_NUGET__PACKAGE_TITLE", "variable:CPACK_NUGET_<compName>_PACKAGE_TITLE"], [139, 16, 1, "variable:CPACK_NUGET__PACKAGE_VERSION", "variable:CPACK_NUGET_<compName>_PACKAGE_VERSION"], [139, 16, 1, "variable:CPACK_NUGET__REPOSITORY_BRANCH", "variable:CPACK_NUGET_<compName>_REPOSITORY_BRANCH"], [139, 16, 1, "variable:CPACK_NUGET__REPOSITORY_COMMIT", "variable:CPACK_NUGET_<compName>_REPOSITORY_COMMIT"], [139, 16, 1, "variable:CPACK_NUGET__REPOSITORY_TYPE", "variable:CPACK_NUGET_<compName>_REPOSITORY_TYPE"], [139, 16, 1, "variable:CPACK_NUGET__REPOSITORY_URL", "variable:CPACK_NUGET_<compName>_REPOSITORY_URL"], [139, 16, 1, "", "variable:CPACK_NUGET_COMPONENT_INSTALL"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_AUTHORS"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_COPYRIGHT"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_DEBUG"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_DEPENDENCIES"], [139, 16, 1, "variable:CPACK_NUGET_PACKAGE_DEPENDENCIES__VERSION", "variable:CPACK_NUGET_PACKAGE_DEPENDENCIES_<dependency>_VERSION"], [139, 16, 1, "variable:CPACK_NUGET_PACKAGE_DEPENDENCIES_", "variable:CPACK_NUGET_PACKAGE_DEPENDENCIES_<tfm>"], [139, 16, 1, "variable:CPACK_NUGET_PACKAGE_DEPENDENCIES___VERSION", "variable:CPACK_NUGET_PACKAGE_DEPENDENCIES_<tfm>_<dependency>_VERSION"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_DESCRIPTION"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_DESCRIPTION_SUMMARY"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_HOMEPAGE_URL"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_ICON"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_ICONURL"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_LANGUAGE"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_LICENSEURL"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_LICENSE_EXPRESSION"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_LICENSE_FILE_NAME"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_NAME"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_OWNERS"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_README"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_RELEASE_NOTES"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_REPOSITORY_BRANCH"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_REPOSITORY_COMMIT"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_REPOSITORY_TYPE"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_REPOSITORY_URL"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_REQUIRE_LICENSE_ACCEPTANCE"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_TAGS"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_TFMS"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_TITLE"], [139, 16, 1, "", "variable:CPACK_NUGET_PACKAGE_VERSION"], [310, 16, 1, "", "variable:CPACK_OBJCOPY_EXECUTABLE"], [310, 16, 1, "", "variable:CPACK_OBJDUMP_EXECUTABLE"], [310, 16, 1, "", "variable:CPACK_OUTPUT_CONFIG_FILE"], [310, 16, 1, "", "variable:CPACK_PACKAGE_CHECKSUM"], [310, 16, 1, "", "variable:CPACK_PACKAGE_DESCRIPTION"], [310, 16, 1, "", "variable:CPACK_PACKAGE_DESCRIPTION_FILE"], [310, 16, 1, "", "variable:CPACK_PACKAGE_DESCRIPTION_SUMMARY"], [310, 16, 1, "", "variable:CPACK_PACKAGE_DIRECTORY"], [310, 16, 1, "", "variable:CPACK_PACKAGE_EXECUTABLES"], [310, 16, 1, "", "variable:CPACK_PACKAGE_FILES"], [310, 16, 1, "", "variable:CPACK_PACKAGE_FILE_NAME"], [310, 16, 1, "", "variable:CPACK_PACKAGE_HOMEPAGE_URL"], [310, 16, 1, "", "variable:CPACK_PACKAGE_ICON"], [310, 16, 1, "", "variable:CPACK_PACKAGE_INSTALL_DIRECTORY"], [310, 16, 1, "", "variable:CPACK_PACKAGE_INSTALL_REGISTRY_KEY"], [310, 16, 1, "", "variable:CPACK_PACKAGE_NAME"], [310, 16, 1, "", "variable:CPACK_PACKAGE_VENDOR"], [310, 16, 1, "", "variable:CPACK_PACKAGE_VERSION"], [310, 16, 1, "", "variable:CPACK_PACKAGE_VERSION_MAJOR"], [310, 16, 1, "", "variable:CPACK_PACKAGE_VERSION_MINOR"], [310, 16, 1, "", "variable:CPACK_PACKAGE_VERSION_PATCH"], [1955, 16, 1, "", "variable:CPACK_PACKAGING_INSTALL_PREFIX"], [141, 16, 1, "", "variable:CPACK_PKGBUILD_IDENTITY_NAME"], [141, 16, 1, "", "variable:CPACK_PKGBUILD_KEYCHAIN_PATH"], [141, 16, 1, "variable:CPACK_POSTFLIGHT__SCRIPT", "variable:CPACK_POSTFLIGHT_<COMP>_SCRIPT"], [310, 16, 1, "", "variable:CPACK_POST_BUILD_SCRIPTS"], [141, 16, 1, "variable:CPACK_PREFLIGHT__SCRIPT", "variable:CPACK_PREFLIGHT_<COMP>_SCRIPT"], [310, 16, 1, "", "variable:CPACK_PRE_BUILD_SCRIPTS"], [141, 16, 1, "", "variable:CPACK_PRODUCTBUILD_BACKGROUND"], [141, 16, 1, "", "variable:CPACK_PRODUCTBUILD_BACKGROUND_ALIGNMENT"], [141, 16, 1, "", "variable:CPACK_PRODUCTBUILD_BACKGROUND_DARKAQUA"], [141, 16, 1, "", "variable:CPACK_PRODUCTBUILD_BACKGROUND_DARKAQUA_ALIGNMENT"], [141, 16, 1, "", "variable:CPACK_PRODUCTBUILD_BACKGROUND_DARKAQUA_MIME_TYPE"], [141, 16, 1, "", "variable:CPACK_PRODUCTBUILD_BACKGROUND_DARKAQUA_SCALING"], [141, 16, 1, "", "variable:CPACK_PRODUCTBUILD_BACKGROUND_DARKAQUA_UTI"], [141, 16, 1, "", "variable:CPACK_PRODUCTBUILD_BACKGROUND_MIME_TYPE"], [141, 16, 1, "", "variable:CPACK_PRODUCTBUILD_BACKGROUND_SCALING"], [141, 16, 1, "", "variable:CPACK_PRODUCTBUILD_BACKGROUND_UTI"], [141, 16, 1, "", "variable:CPACK_PRODUCTBUILD_DOMAINS"], [141, 16, 1, "", "variable:CPACK_PRODUCTBUILD_DOMAINS_ANYWHERE"], [141, 16, 1, "", "variable:CPACK_PRODUCTBUILD_DOMAINS_ROOT"], [141, 16, 1, "", "variable:CPACK_PRODUCTBUILD_DOMAINS_USER"], [141, 16, 1, "", "variable:CPACK_PRODUCTBUILD_IDENTIFIER"], [141, 16, 1, "", "variable:CPACK_PRODUCTBUILD_IDENTITY_NAME"], [141, 16, 1, "", "variable:CPACK_PRODUCTBUILD_KEYCHAIN_PATH"], [141, 16, 1, "", "variable:CPACK_PRODUCTBUILD_RESOURCES_DIR"], [310, 16, 1, "", "variable:CPACK_PROJECT_CONFIG_FILE"], [310, 16, 1, "", "variable:CPACK_READELF_EXECUTABLE"], [310, 16, 1, "", "variable:CPACK_RESOURCE_FILE_LICENSE"], [310, 16, 1, "", "variable:CPACK_RESOURCE_FILE_README"], [310, 16, 1, "", "variable:CPACK_RESOURCE_FILE_WELCOME"], [142, 16, 1, "variable:CPACK_RPM__PACKAGE_PREFIX", "variable:CPACK_RPM_<COMPONENT>_PACKAGE_PREFIX"], [142, 16, 1, "variable:CPACK_RPM__USER_FILELIST", "variable:CPACK_RPM_<COMPONENT>_USER_FILELIST"], [142, 16, 1, "variable:CPACK_RPM__DEFAULT_DIR_PERMISSIONS", "variable:CPACK_RPM_<compName>_DEFAULT_DIR_PERMISSIONS"], [142, 16, 1, "variable:CPACK_RPM__DEFAULT_FILE_PERMISSIONS", "variable:CPACK_RPM_<compName>_DEFAULT_FILE_PERMISSIONS"], [142, 16, 1, "variable:CPACK_RPM__DEFAULT_GROUP", "variable:CPACK_RPM_<compName>_DEFAULT_GROUP"], [142, 16, 1, "variable:CPACK_RPM__DEFAULT_USER", "variable:CPACK_RPM_<compName>_DEFAULT_USER"], [142, 16, 1, "variable:CPACK_RPM__BUILD_SOURCE_DIRS_PREFIX", "variable:CPACK_RPM_<component>_BUILD_SOURCE_DIRS_PREFIX"], [142, 16, 1, "variable:CPACK_RPM__DEBUGINFO_FILE_NAME", "variable:CPACK_RPM_<component>_DEBUGINFO_FILE_NAME"], [142, 16, 1, "variable:CPACK_RPM__DEBUGINFO_PACKAGE", "variable:CPACK_RPM_<component>_DEBUGINFO_PACKAGE"], [142, 16, 1, "variable:CPACK_RPM__FILE_NAME", "variable:CPACK_RPM_<component>_FILE_NAME"], [142, 16, 1, "variable:CPACK_RPM__PACKAGE_ARCHITECTURE", "variable:CPACK_RPM_<component>_PACKAGE_ARCHITECTURE"], [142, 16, 1, "variable:CPACK_RPM__PACKAGE_AUTOPROV", "variable:CPACK_RPM_<component>_PACKAGE_AUTOPROV"], [142, 16, 1, "variable:CPACK_RPM__PACKAGE_AUTOREQ", "variable:CPACK_RPM_<component>_PACKAGE_AUTOREQ"], [142, 16, 1, "variable:CPACK_RPM__PACKAGE_AUTOREQPROV", "variable:CPACK_RPM_<component>_PACKAGE_AUTOREQPROV"], [142, 16, 1, "variable:CPACK_RPM__PACKAGE_CONFLICTS", "variable:CPACK_RPM_<component>_PACKAGE_CONFLICTS"], [142, 16, 1, "variable:CPACK_RPM__PACKAGE_DESCRIPTION", "variable:CPACK_RPM_<component>_PACKAGE_DESCRIPTION"], [142, 16, 1, "variable:CPACK_RPM__PACKAGE_GROUP", "variable:CPACK_RPM_<component>_PACKAGE_GROUP"], [142, 16, 1, "variable:CPACK_RPM__PACKAGE_NAME", "variable:CPACK_RPM_<component>_PACKAGE_NAME"], [142, 16, 1, "variable:CPACK_RPM__PACKAGE_OBSOLETES", "variable:CPACK_RPM_<component>_PACKAGE_OBSOLETES"], [142, 16, 1, "variable:CPACK_RPM__PACKAGE_PROVIDES", "variable:CPACK_RPM_<component>_PACKAGE_PROVIDES"], [142, 16, 1, "variable:CPACK_RPM__PACKAGE_REQUIRES", "variable:CPACK_RPM_<component>_PACKAGE_REQUIRES"], [142, 16, 1, "variable:CPACK_RPM__PACKAGE_REQUIRES_POST", "variable:CPACK_RPM_<component>_PACKAGE_REQUIRES_POST"], [142, 16, 1, "variable:CPACK_RPM__PACKAGE_REQUIRES_POSTUN", "variable:CPACK_RPM_<component>_PACKAGE_REQUIRES_POSTUN"], [142, 16, 1, "variable:CPACK_RPM__PACKAGE_REQUIRES_PRE", "variable:CPACK_RPM_<component>_PACKAGE_REQUIRES_PRE"], [142, 16, 1, "variable:CPACK_RPM__PACKAGE_REQUIRES_PREUN", "variable:CPACK_RPM_<component>_PACKAGE_REQUIRES_PREUN"], [142, 16, 1, "variable:CPACK_RPM__PACKAGE_SUGGESTS", "variable:CPACK_RPM_<component>_PACKAGE_SUGGESTS"], [142, 16, 1, "variable:CPACK_RPM__PACKAGE_SUMMARY", "variable:CPACK_RPM_<component>_PACKAGE_SUMMARY"], [142, 16, 1, "variable:CPACK_RPM__PACKAGE_URL", "variable:CPACK_RPM_<component>_PACKAGE_URL"], [142, 16, 1, "variable:CPACK_RPM__USER_BINARY_SPECFILE", "variable:CPACK_RPM_<componentName>_USER_BINARY_SPECFILE"], [142, 16, 1, "", "variable:CPACK_RPM_ADDITIONAL_MAN_DIRS"], [142, 16, 1, "", "variable:CPACK_RPM_BUILDREQUIRES"], [142, 16, 1, "", "variable:CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX"], [142, 16, 1, "", "variable:CPACK_RPM_CHANGELOG_FILE"], [142, 16, 1, "", "variable:CPACK_RPM_COMPONENT_INSTALL"], [142, 16, 1, "", "variable:CPACK_RPM_COMPRESSION_TYPE"], [142, 16, 1, "", "variable:CPACK_RPM_DEBUGINFO_EXCLUDE_DIRS"], [142, 16, 1, "", "variable:CPACK_RPM_DEBUGINFO_EXCLUDE_DIRS_ADDITION"], [142, 16, 1, "", "variable:CPACK_RPM_DEBUGINFO_FILE_NAME"], [142, 16, 1, "", "variable:CPACK_RPM_DEBUGINFO_PACKAGE"], [142, 16, 1, "", "variable:CPACK_RPM_DEBUGINFO_SINGLE_PACKAGE"], [142, 16, 1, "", "variable:CPACK_RPM_DEFAULT_DIR_PERMISSIONS"], [142, 16, 1, "", "variable:CPACK_RPM_DEFAULT_FILE_PERMISSIONS"], [142, 16, 1, "", "variable:CPACK_RPM_DEFAULT_GROUP"], [142, 16, 1, "", "variable:CPACK_RPM_DEFAULT_USER"], [142, 16, 1, "", "variable:CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST"], [142, 16, 1, "", "variable:CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION"], [142, 16, 1, "", "variable:CPACK_RPM_FILE_NAME"], [142, 16, 1, "", "variable:CPACK_RPM_GENERATE_USER_BINARY_SPECFILE_TEMPLATE"], [142, 16, 1, "", "variable:CPACK_RPM_INSTALL_WITH_EXEC"], [142, 16, 1, "", "variable:CPACK_RPM_MAIN_COMPONENT"], [142, 16, 1, "variable:CPACK_RPM_NO__INSTALL_PREFIX_RELOCATION", "variable:CPACK_RPM_NO_<COMPONENT>_INSTALL_PREFIX_RELOCATION"], [142, 16, 1, "", "variable:CPACK_RPM_NO_INSTALL_PREFIX_RELOCATION"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_ARCHITECTURE"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_AUTOPROV"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_AUTOREQ"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_AUTOREQPROV"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_CONFLICTS"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_DEBUG"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_DESCRIPTION"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_EPOCH"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_GROUP"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_LICENSE"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_NAME"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_OBSOLETES"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_PROVIDES"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_RELEASE"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_RELEASE_DIST"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_RELOCATABLE"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_REQUIRES"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_REQUIRES_POST"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_REQUIRES_POSTUN"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_REQUIRES_PRE"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_REQUIRES_PREUN"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_SOURCES"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_SUGGESTS"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_SUMMARY"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_URL"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_VENDOR"], [142, 16, 1, "", "variable:CPACK_RPM_PACKAGE_VERSION"], [142, 16, 1, "", "variable:CPACK_RPM_POST_INSTALL_SCRIPT_FILE"], [142, 16, 1, "", "variable:CPACK_RPM_POST_TRANS_SCRIPT_FILE"], [142, 16, 1, "", "variable:CPACK_RPM_POST_UNINSTALL_SCRIPT_FILE"], [142, 16, 1, "", "variable:CPACK_RPM_PRE_INSTALL_SCRIPT_FILE"], [142, 16, 1, "", "variable:CPACK_RPM_PRE_TRANS_SCRIPT_FILE"], [142, 16, 1, "", "variable:CPACK_RPM_PRE_UNINSTALL_SCRIPT_FILE"], [142, 16, 1, "", "variable:CPACK_RPM_RELOCATION_PATHS"], [142, 16, 1, "", "variable:CPACK_RPM_REQUIRES_EXCLUDE_FROM"], [142, 16, 1, "", "variable:CPACK_RPM_SOURCE_PKG_BUILD_PARAMS"], [142, 16, 1, "", "variable:CPACK_RPM_SOURCE_PKG_PACKAGING_INSTALL_PREFIX"], [142, 16, 1, "", "variable:CPACK_RPM_SPEC_INSTALL_POST"], [142, 16, 1, "", "variable:CPACK_RPM_SPEC_MORE_DEFINE"], [142, 16, 1, "", "variable:CPACK_RPM_USER_BINARY_SPECFILE"], [142, 16, 1, "", "variable:CPACK_RPM_USER_FILELIST"], [1956, 16, 1, "", "variable:CPACK_SET_DESTDIR"], [310, 16, 1, "", "variable:CPACK_SOURCE_GENERATOR"], [310, 16, 1, "", "variable:CPACK_SOURCE_IGNORE_FILES"], [310, 16, 1, "", "variable:CPACK_SOURCE_OUTPUT_CONFIG_FILE"], [310, 16, 1, "", "variable:CPACK_SOURCE_PACKAGE_FILE_NAME"], [310, 16, 1, "", "variable:CPACK_SOURCE_STRIP_FILES"], [310, 16, 1, "", "variable:CPACK_STRIP_FILES"], [310, 16, 1, "", "variable:CPACK_SYSTEM_NAME"], [310, 16, 1, "", "variable:CPACK_THREADS"], [310, 16, 1, "", "variable:CPACK_TOPLEVEL_TAG"], [310, 16, 1, "", "variable:CPACK_VERBATIM_VARIABLES"], [1957, 16, 1, "", "variable:CPACK_WARN_ON_ABSOLUTE_INSTALL_DESTINATION"], [143, 16, 1, "variable:CPACK_WIX__EXTENSIONS", "variable:CPACK_WIX_<TOOL>_EXTENSIONS"], [143, 16, 1, "variable:CPACK_WIX__EXTRA_FLAGS", "variable:CPACK_WIX_<TOOL>_EXTRA_FLAGS"], [143, 16, 1, "", "variable:CPACK_WIX_ARCHITECTURE"], [143, 16, 1, "", "variable:CPACK_WIX_CMAKE_PACKAGE_REGISTRY"], [143, 16, 1, "", "variable:CPACK_WIX_CULTURES"], [143, 16, 1, "", "variable:CPACK_WIX_CUSTOM_XMLNS"], [143, 16, 1, "", "variable:CPACK_WIX_EXTENSIONS"], [143, 16, 1, "", "variable:CPACK_WIX_EXTRA_OBJECTS"], [143, 16, 1, "", "variable:CPACK_WIX_EXTRA_SOURCES"], [143, 16, 1, "", "variable:CPACK_WIX_INSTALL_SCOPE"], [143, 16, 1, "", "variable:CPACK_WIX_LICENSE_RTF"], [143, 16, 1, "", "variable:CPACK_WIX_PATCH_FILE"], [143, 16, 1, "", "variable:CPACK_WIX_PRODUCT_GUID"], [143, 16, 1, "", "variable:CPACK_WIX_PRODUCT_ICON"], [143, 16, 1, "", "variable:CPACK_WIX_PROGRAM_MENU_FOLDER"], [143, 16, 1, "variable:CPACK_WIX_PROPERTY_", "variable:CPACK_WIX_PROPERTY_<PROPERTY>"], [143, 16, 1, "", "variable:CPACK_WIX_ROOT"], [143, 16, 1, "", "variable:CPACK_WIX_ROOT_FEATURE_DESCRIPTION"], [143, 16, 1, "", "variable:CPACK_WIX_ROOT_FEATURE_TITLE"], [143, 16, 1, "", "variable:CPACK_WIX_ROOT_FOLDER_ID"], [143, 16, 1, "", "variable:CPACK_WIX_SKIP_PROGRAM_FOLDER"], [143, 16, 1, "", "variable:CPACK_WIX_SKIP_WIX_UI_EXTENSION"], [143, 16, 1, "", "variable:CPACK_WIX_TEMPLATE"], [143, 16, 1, "", "variable:CPACK_WIX_UI_BANNER"], [143, 16, 1, "", "variable:CPACK_WIX_UI_DIALOG"], [143, 16, 1, "", "variable:CPACK_WIX_UI_REF"], [143, 16, 1, "", "variable:CPACK_WIX_UPGRADE_GUID"], [143, 16, 1, "", "variable:CPACK_WIX_VERSION"], [1958, 16, 1, "", "variable:CTEST_BINARY_DIRECTORY"], [1959, 16, 1, "", "variable:CTEST_BUILD_COMMAND"], [1960, 16, 1, "", "variable:CTEST_BUILD_NAME"], [1961, 16, 1, "", "variable:CTEST_BZR_COMMAND"], [1962, 16, 1, "", "variable:CTEST_BZR_UPDATE_OPTIONS"], [1963, 16, 1, "", "variable:CTEST_CHANGE_ID"], [1964, 16, 1, "", "variable:CTEST_CHECKOUT_COMMAND"], [1965, 16, 1, "", "variable:CTEST_CONFIGURATION_TYPE"], [1966, 16, 1, "", "variable:CTEST_CONFIGURE_COMMAND"], [1967, 16, 1, "", "variable:CTEST_COVERAGE_COMMAND"], [1968, 16, 1, "", "variable:CTEST_COVERAGE_EXTRA_FLAGS"], [1969, 16, 1, "", "variable:CTEST_CURL_OPTIONS"], [1970, 16, 1, "", "variable:CTEST_CUSTOM_COVERAGE_EXCLUDE"], [1971, 16, 1, "", "variable:CTEST_CUSTOM_ERROR_EXCEPTION"], [1972, 16, 1, "", "variable:CTEST_CUSTOM_ERROR_MATCH"], [1973, 16, 1, "", "variable:CTEST_CUSTOM_ERROR_POST_CONTEXT"], [1974, 16, 1, "", "variable:CTEST_CUSTOM_ERROR_PRE_CONTEXT"], [1975, 16, 1, "", "variable:CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE"], [1976, 16, 1, "", "variable:CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS"], [1977, 16, 1, "", "variable:CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS"], [1978, 16, 1, "", "variable:CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE"], [1979, 16, 1, "", "variable:CTEST_CUSTOM_MEMCHECK_IGNORE"], [1980, 16, 1, "", "variable:CTEST_CUSTOM_POST_MEMCHECK"], [1981, 16, 1, "", "variable:CTEST_CUSTOM_POST_TEST"], [1982, 16, 1, "", "variable:CTEST_CUSTOM_PRE_MEMCHECK"], [1983, 16, 1, "", "variable:CTEST_CUSTOM_PRE_TEST"], [1984, 16, 1, "", "variable:CTEST_CUSTOM_TESTS_IGNORE"], [1985, 16, 1, "", "variable:CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION"], [1986, 16, 1, "", "variable:CTEST_CUSTOM_WARNING_EXCEPTION"], [1987, 16, 1, "", "variable:CTEST_CUSTOM_WARNING_MATCH"], [1988, 16, 1, "", "variable:CTEST_CVS_CHECKOUT"], [1989, 16, 1, "", "variable:CTEST_CVS_COMMAND"], [1990, 16, 1, "", "variable:CTEST_CVS_UPDATE_OPTIONS"], [1991, 16, 1, "", "variable:CTEST_DROP_LOCATION"], [1992, 16, 1, "", "variable:CTEST_DROP_METHOD"], [1993, 16, 1, "", "variable:CTEST_DROP_SITE"], [1994, 16, 1, "", "variable:CTEST_DROP_SITE_CDASH"], [1995, 16, 1, "", "variable:CTEST_DROP_SITE_PASSWORD"], [1996, 16, 1, "", "variable:CTEST_DROP_SITE_USER"], [1997, 16, 1, "", "variable:CTEST_EXTRA_COVERAGE_GLOB"], [1998, 16, 1, "", "variable:CTEST_GIT_COMMAND"], [1999, 16, 1, "", "variable:CTEST_GIT_INIT_SUBMODULES"], [2000, 16, 1, "", "variable:CTEST_GIT_UPDATE_CUSTOM"], [2001, 16, 1, "", "variable:CTEST_GIT_UPDATE_OPTIONS"], [2002, 16, 1, "", "variable:CTEST_HG_COMMAND"], [2003, 16, 1, "", "variable:CTEST_HG_UPDATE_OPTIONS"], [2004, 16, 1, "", "variable:CTEST_LABELS_FOR_SUBPROJECTS"], [2005, 16, 1, "", "variable:CTEST_MEMORYCHECK_COMMAND"], [2006, 16, 1, "", "variable:CTEST_MEMORYCHECK_COMMAND_OPTIONS"], [2007, 16, 1, "", "variable:CTEST_MEMORYCHECK_SANITIZER_OPTIONS"], [2008, 16, 1, "", "variable:CTEST_MEMORYCHECK_SUPPRESSIONS_FILE"], [2009, 16, 1, "", "variable:CTEST_MEMORYCHECK_TYPE"], [2010, 16, 1, "", "variable:CTEST_NIGHTLY_START_TIME"], [2011, 16, 1, "", "variable:CTEST_P4_CLIENT"], [2012, 16, 1, "", "variable:CTEST_P4_COMMAND"], [2013, 16, 1, "", "variable:CTEST_P4_OPTIONS"], [2014, 16, 1, "", "variable:CTEST_P4_UPDATE_OPTIONS"], [2015, 16, 1, "", "variable:CTEST_RESOURCE_SPEC_FILE"], [2016, 16, 1, "", "variable:CTEST_RUN_CURRENT_SCRIPT"], [2017, 16, 1, "", "variable:CTEST_SCP_COMMAND"], [2018, 16, 1, "", "variable:CTEST_SCRIPT_DIRECTORY"], [2019, 16, 1, "", "variable:CTEST_SITE"], [2020, 16, 1, "", "variable:CTEST_SOURCE_DIRECTORY"], [2021, 16, 1, "", "variable:CTEST_SUBMIT_INACTIVITY_TIMEOUT"], [2022, 16, 1, "", "variable:CTEST_SUBMIT_URL"], [2023, 16, 1, "", "variable:CTEST_SVN_COMMAND"], [2024, 16, 1, "", "variable:CTEST_SVN_OPTIONS"], [2025, 16, 1, "", "variable:CTEST_SVN_UPDATE_OPTIONS"], [2026, 16, 1, "", "variable:CTEST_TEST_LOAD"], [2027, 16, 1, "", "variable:CTEST_TEST_TIMEOUT"], [2028, 16, 1, "", "variable:CTEST_TLS_VERIFY"], [2029, 16, 1, "", "variable:CTEST_TLS_VERSION"], [2030, 16, 1, "", "variable:CTEST_TRIGGER_SITE"], [2031, 16, 1, "", "variable:CTEST_UPDATE_COMMAND"], [2032, 16, 1, "", "variable:CTEST_UPDATE_OPTIONS"], [2033, 16, 1, "", "variable:CTEST_UPDATE_VERSION_ONLY"], [2034, 16, 1, "", "variable:CTEST_UPDATE_VERSION_OVERRIDE"], [2035, 16, 1, "", "variable:CTEST_USE_LAUNCHERS"], [2036, 16, 1, "", "variable:CYGWIN"], [394, 16, 1, "", "variable:DOXYGEN_DOT_EXECUTABLE"], [394, 16, 1, "", "variable:DOXYGEN_DOT_FOUND"], [394, 16, 1, "", "variable:DOXYGEN_DOT_MULTI_TARGETS"], [394, 16, 1, "", "variable:DOXYGEN_DOT_PATH"], [394, 16, 1, "", "variable:DOXYGEN_EXCLUDE_PATTERNS"], [394, 16, 1, "", "variable:DOXYGEN_EXECUTABLE"], [394, 16, 1, "", "variable:DOXYGEN_FOUND"], [394, 16, 1, "", "variable:DOXYGEN_GENERATE_LATEX"], [394, 16, 1, "", "variable:DOXYGEN_HAVE_DOT"], [394, 16, 1, "", "variable:DOXYGEN_INPUT"], [394, 16, 1, "", "variable:DOXYGEN_OUTPUT_DIRECTORY"], [394, 16, 1, "", "variable:DOXYGEN_PROJECT_BRIEF"], [394, 16, 1, "", "variable:DOXYGEN_PROJECT_NAME"], [394, 16, 1, "", "variable:DOXYGEN_PROJECT_NUMBER"], [394, 16, 1, "", "variable:DOXYGEN_RECURSIVE"], [394, 16, 1, "", "variable:DOXYGEN_SKIP_DOT"], [394, 16, 1, "", "variable:DOXYGEN_VERSION"], [394, 16, 1, "", "variable:DOXYGEN_WARN_FORMAT"], [2037, 16, 1, "", "variable:ENV"], [2038, 16, 1, "", "variable:EXECUTABLE_OUTPUT_PATH"], [367, 16, 1, "", "variable:ExternalData_BINARY_ROOT"], [367, 16, 1, "", "variable:ExternalData_CUSTOM_ERROR"], [367, 16, 1, "", "variable:ExternalData_CUSTOM_FILE"], [367, 16, 1, "", "variable:ExternalData_CUSTOM_LOCATION"], [367, 16, 1, "variable:ExternalData_CUSTOM_SCRIPT_", "variable:ExternalData_CUSTOM_SCRIPT_<key>"], [367, 16, 1, "", "variable:ExternalData_LINK_CONTENT"], [367, 16, 1, "", "variable:ExternalData_NO_SYMLINKS"], [367, 16, 1, "", "variable:ExternalData_OBJECT_STORES"], [367, 16, 1, "", "variable:ExternalData_SERIES_MATCH"], [367, 16, 1, "", "variable:ExternalData_SERIES_PARSE"], [367, 16, 1, "", "variable:ExternalData_SERIES_PARSE_NUMBER"], [367, 16, 1, "", "variable:ExternalData_SERIES_PARSE_PREFIX"], [367, 16, 1, "", "variable:ExternalData_SERIES_PARSE_SUFFIX"], [367, 16, 1, "", "variable:ExternalData_SOURCE_ROOT"], [367, 16, 1, "", "variable:ExternalData_TIMEOUT_ABSOLUTE"], [367, 16, 1, "", "variable:ExternalData_TIMEOUT_INACTIVITY"], [367, 16, 1, "variable:ExternalData_URL_ALGO__", "variable:ExternalData_URL_ALGO_<algo>_<key>"], [367, 16, 1, "", "variable:ExternalData_URL_TEMPLATES"], [370, 16, 1, "", "variable:FETCHCONTENT_BASE_DIR"], [370, 16, 1, "", "variable:FETCHCONTENT_FULLY_DISCONNECTED"], [370, 16, 1, "", "variable:FETCHCONTENT_QUIET"], [370, 16, 1, "variable:FETCHCONTENT_SOURCE_DIR_", "variable:FETCHCONTENT_SOURCE_DIR_<uppercaseName>"], [370, 16, 1, "", "variable:FETCHCONTENT_TRY_FIND_PACKAGE_MODE"], [370, 16, 1, "", "variable:FETCHCONTENT_UPDATES_DISCONNECTED"], [370, 16, 1, "variable:FETCHCONTENT_UPDATES_DISCONNECTED_", "variable:FETCHCONTENT_UPDATES_DISCONNECTED_<uppercaseName>"], [369, 16, 1, "variable:FeatureSummary__DESCRIPTION", "variable:FeatureSummary_<TYPE>_DESCRIPTION"], [369, 16, 1, "", "variable:FeatureSummary_DEFAULT_PKG_TYPE"], [369, 16, 1, "", "variable:FeatureSummary_PKG_TYPES"], [369, 16, 1, "", "variable:FeatureSummary_REQUIRED_PKG_TYPES"], [2039, 16, 1, "", "variable:GHSMULTI"], [303, 16, 1, "", "variable:GRAPHVIZ_CUSTOM_TARGETS"], [303, 16, 1, "", "variable:GRAPHVIZ_EXECUTABLES"], [303, 16, 1, "", "variable:GRAPHVIZ_EXTERNAL_LIBS"], [303, 16, 1, "", "variable:GRAPHVIZ_GENERATE_DEPENDERS"], [303, 16, 1, "", "variable:GRAPHVIZ_GENERATE_PER_TARGET"], [303, 16, 1, "", "variable:GRAPHVIZ_GRAPH_HEADER"], [303, 16, 1, "", "variable:GRAPHVIZ_GRAPH_NAME"], [303, 16, 1, "", "variable:GRAPHVIZ_IGNORE_TARGETS"], [303, 16, 1, "", "variable:GRAPHVIZ_INTERFACE_LIBS"], [303, 16, 1, "", "variable:GRAPHVIZ_MODULE_LIBS"], [303, 16, 1, "", "variable:GRAPHVIZ_NODE_PREFIX"], [303, 16, 1, "", "variable:GRAPHVIZ_OBJECT_LIBS"], [303, 16, 1, "", "variable:GRAPHVIZ_SHARED_LIBS"], [303, 16, 1, "", "variable:GRAPHVIZ_STATIC_LIBS"], [303, 16, 1, "", "variable:GRAPHVIZ_UNKNOWN_LIBS"], [2040, 16, 1, "", "variable:IOS"], [422, 16, 1, "", "variable:Iconv::Iconv"], [422, 16, 1, "", "variable:Iconv_FOUND"], [422, 16, 1, "", "variable:Iconv_INCLUDE_DIR"], [422, 16, 1, "", "variable:Iconv_INCLUDE_DIRS"], [422, 16, 1, "", "variable:Iconv_IS_BUILT_IN"], [422, 16, 1, "", "variable:Iconv_LIBRARIES"], [422, 16, 1, "", "variable:Iconv_LIBRARY"], [422, 16, 1, "", "variable:Iconv_VERSION"], [422, 16, 1, "", "variable:Iconv_VERSION_MAJOR"], [422, 16, 1, "", "variable:Iconv_VERSION_MINOR"], [425, 16, 1, "", "variable:Intl_FOUND"], [425, 16, 1, "", "variable:Intl_INCLUDE_DIR"], [425, 16, 1, "", "variable:Intl_INCLUDE_DIRS"], [425, 16, 1, "", "variable:Intl_IS_BUILT_IN"], [425, 16, 1, "", "variable:Intl_LIBRARIES"], [425, 16, 1, "", "variable:Intl_LIBRARY"], [425, 16, 1, "", "variable:Intl_VERSION"], [425, 16, 1, "", "variable:Intl_VERSION_MAJOR"], [425, 16, 1, "", "variable:Intl_VERSION_MINOR"], [425, 16, 1, "", "variable:Intl_VERSION_PATCH"], [2041, 16, 1, "", "variable:LIBRARY_OUTPUT_PATH"], [2042, 16, 1, "", "variable:LINUX"], [447, 16, 1, "", "variable:MATLAB_ADDITIONAL_VERSIONS"], [447, 16, 1, "", "variable:MATLAB_FIND_DEBUG"], [2043, 16, 1, "", "variable:MINGW"], [2044, 16, 1, "", "variable:MSVC"], [2045, 16, 1, "", "variable:MSVC10"], [2046, 16, 1, "", "variable:MSVC11"], [2047, 16, 1, "", "variable:MSVC12"], [2048, 16, 1, "", "variable:MSVC14"], [2049, 16, 1, "", "variable:MSVC60"], [2050, 16, 1, "", "variable:MSVC70"], [2051, 16, 1, "", "variable:MSVC71"], [2052, 16, 1, "", "variable:MSVC80"], [2053, 16, 1, "", "variable:MSVC90"], [2054, 16, 1, "", "variable:MSVC_IDE"], [2055, 16, 1, "", "variable:MSVC_TOOLSET_VERSION"], [2056, 16, 1, "", "variable:MSVC_VERSION"], [2057, 16, 1, "", "variable:MSYS"], [447, 16, 1, "", "variable:Matlab_ROOT_DIR"], [450, 16, 1, "", "variable:ODBC::ODBC"], [450, 16, 1, "", "variable:ODBC_CONFIG"], [450, 16, 1, "", "variable:ODBC_FOUND"], [450, 16, 1, "", "variable:ODBC_INCLUDE_DIR"], [450, 16, 1, "", "variable:ODBC_INCLUDE_DIRS"], [450, 16, 1, "", "variable:ODBC_LIBRARIES"], [450, 16, 1, "", "variable:ODBC_LIBRARY"], [469, 16, 1, "", "variable:PKG_CONFIG_ARGN"], [469, 16, 1, "", "variable:PKG_CONFIG_EXECUTABLE"], [469, 16, 1, "", "variable:PKG_CONFIG_USE_CMAKE_PREFIX_PATH"], [2068, 16, 1, "", "variable:PROJECT_BINARY_DIR"], [2069, 16, 1, "", "variable:PROJECT_DESCRIPTION"], [2070, 16, 1, "", "variable:PROJECT_HOMEPAGE_URL"], [2071, 16, 1, "", "variable:PROJECT_IS_TOP_LEVEL"], [2072, 16, 1, "", "variable:PROJECT_NAME"], [2073, 16, 1, "", "variable:PROJECT_SOURCE_DIR"], [2074, 16, 1, "", "variable:PROJECT_VERSION"], [2075, 16, 1, "", "variable:PROJECT_VERSION_MAJOR"], [2076, 16, 1, "", "variable:PROJECT_VERSION_MINOR"], [2077, 16, 1, "", "variable:PROJECT_VERSION_PATCH"], [2078, 16, 1, "", "variable:PROJECT_VERSION_TWEAK"], [136, 16, 1, "", "variable:QTIFWDIR"], [500, 16, 1, "", "variable:THREADS_PREFER_PTHREAD_FLAG"], [2080, 16, 1, "", "variable:UNIX"], [2081, 16, 1, "", "variable:WASI"], [2082, 16, 1, "", "variable:WIN32"], [2083, 16, 1, "", "variable:WINCE"], [2084, 16, 1, "", "variable:WINDOWS_PHONE"], [2085, 16, 1, "", "variable:WINDOWS_STORE"], [2086, 16, 1, "", "variable:XCODE"], [2087, 16, 1, "", "variable:XCODE_VERSION"], [507, 16, 1, "", "variable:XCTest_EXECUTABLE"], [507, 16, 1, "", "variable:XCTest_FOUND"], [507, 16, 1, "", "variable:XCTest_INCLUDE_DIRS"], [507, 16, 1, "", "variable:XCTest_LIBRARIES"]], "ccmake": [[265, 17, 1, "cmdoption-ccmake-h", "--help"], [265, 17, 1, "cmdoption-ccmake-help-command", "--help-command"], [265, 17, 1, "cmdoption-ccmake-help-command-list", "--help-command-list"], [265, 17, 1, "cmdoption-ccmake-help-commands", "--help-commands"], [265, 17, 1, "cmdoption-ccmake-help-full", "--help-full"], [265, 17, 1, "cmdoption-ccmake-help-manual", "--help-manual"], [265, 17, 1, "cmdoption-ccmake-help-manual-list", "--help-manual-list"], [265, 17, 1, "cmdoption-ccmake-help-module", "--help-module"], [265, 17, 1, "cmdoption-ccmake-help-module-list", "--help-module-list"], [265, 17, 1, "cmdoption-ccmake-help-modules", "--help-modules"], [265, 17, 1, "cmdoption-ccmake-help-policies", "--help-policies"], [265, 17, 1, "cmdoption-ccmake-help-policy", "--help-policy"], [265, 17, 1, "cmdoption-ccmake-help-policy-list", "--help-policy-list"], [265, 17, 1, "cmdoption-ccmake-help-properties", "--help-properties"], [265, 17, 1, "cmdoption-ccmake-help-property", "--help-property"], [265, 17, 1, "cmdoption-ccmake-help-property-list", "--help-property-list"], [265, 17, 1, "cmdoption-ccmake-help-variable", "--help-variable"], [265, 17, 1, "cmdoption-ccmake-help-variable-list", "--help-variable-list"], [265, 17, 1, "cmdoption-ccmake-help-variables", "--help-variables"], [265, 17, 1, "cmdoption-ccmake-install-prefix", "--install-prefix"], [265, 17, 1, "cmdoption-ccmake-toolchain", "--toolchain"], [265, 17, 1, "cmdoption-ccmake-version", "--version"], [265, 17, 1, "cmdoption-ccmake-A", "-A"], [265, 17, 1, "cmdoption-ccmake-B", "-B"], [265, 17, 1, "cmdoption-ccmake-C", "-C"], [265, 17, 1, "cmdoption-ccmake-D", "-D"], [265, 17, 1, "cmdoption-ccmake-G", "-G"], [265, 17, 1, "cmdoption-ccmake-h", "-H"], [265, 17, 1, "cmdoption-ccmake-S", "-S"], [265, 17, 1, "cmdoption-ccmake-T", "-T"], [265, 17, 1, "cmdoption-ccmake-U", "-U"], [265, 17, 1, "cmdoption-ccmake-Wdeprecated", "-Wdeprecated"], [265, 17, 1, "cmdoption-ccmake-Wdev", "-Wdev"], [265, 17, 1, "cmdoption-ccmake-Werror", "-Werror"], [265, 17, 1, "cmdoption-ccmake-Wno-deprecated", "-Wno-deprecated"], [265, 17, 1, "cmdoption-ccmake-Wno-dev", "-Wno-dev"], [265, 17, 1, "cmdoption-ccmake-Wno-error", "-Wno-error"], [265, 17, 1, "cmdoption-ccmake-h", "-h"], [265, 17, 1, "cmdoption-ccmake-h", "-help"], [265, 17, 1, "cmdoption-ccmake-h", "-usage"], [265, 17, 1, "cmdoption-ccmake-version", "-version"], [265, 17, 1, "cmdoption-ccmake-h", "/?"], [265, 17, 1, "cmdoption-ccmake-version", "/V"]], "cmake": [[287, 17, 1, "cmdoption-cmake-build", "--build"], [287, 17, 1, "cmdoption-cmake-check-system-vars", "--check-system-vars"], [287, 17, 1, "cmdoption-cmake-compile-no-warning-as-error", "--compile-no-warning-as-error"], [287, 17, 1, "cmdoption-cmake-debug-find", "--debug-find"], [287, 17, 1, "cmdoption-cmake-debug-find-pkg", "--debug-find-pkg"], [287, 17, 1, "cmdoption-cmake-debug-find-var", "--debug-find-var"], [287, 17, 1, "cmdoption-cmake-debug-output", "--debug-output"], [287, 17, 1, "cmdoption-cmake-debug-trycompile", "--debug-trycompile"], [287, 17, 1, "cmdoption-cmake-debugger", "--debugger"], [287, 17, 1, "cmdoption-cmake-debugger-dap-log", "--debugger-dap-log"], [287, 17, 1, "cmdoption-cmake-debugger-pipe", "--debugger-pipe"], [287, 17, 1, "cmdoption-cmake-fresh", "--fresh"], [287, 17, 1, "cmdoption-cmake-graphviz", "--graphviz"], [287, 17, 1, "cmdoption-cmake-h", "--help"], [287, 17, 1, "cmdoption-cmake-help-command", "--help-command"], [287, 17, 1, "cmdoption-cmake-help-command-list", "--help-command-list"], [287, 17, 1, "cmdoption-cmake-help-commands", "--help-commands"], [287, 17, 1, "cmdoption-cmake-help-full", "--help-full"], [287, 17, 1, "cmdoption-cmake-help-manual", "--help-manual"], [287, 17, 1, "cmdoption-cmake-help-manual-list", "--help-manual-list"], [287, 17, 1, "cmdoption-cmake-help-module", "--help-module"], [287, 17, 1, "cmdoption-cmake-help-module-list", "--help-module-list"], [287, 17, 1, "cmdoption-cmake-help-modules", "--help-modules"], [287, 17, 1, "cmdoption-cmake-help-policies", "--help-policies"], [287, 17, 1, "cmdoption-cmake-help-policy", "--help-policy"], [287, 17, 1, "cmdoption-cmake-help-policy-list", "--help-policy-list"], [287, 17, 1, "cmdoption-cmake-help-properties", "--help-properties"], [287, 17, 1, "cmdoption-cmake-help-property", "--help-property"], [287, 17, 1, "cmdoption-cmake-help-property-list", "--help-property-list"], [287, 17, 1, "cmdoption-cmake-help-variable", "--help-variable"], [287, 17, 1, "cmdoption-cmake-help-variable-list", "--help-variable-list"], [287, 17, 1, "cmdoption-cmake-help-variables", "--help-variables"], [287, 17, 1, "cmdoption-cmake-install", "--install"], [287, 17, 1, "cmdoption-cmake-install-prefix", "--install-prefix"], [287, 17, 1, "cmdoption-cmake-list-presets", "--list-presets"], [287, 17, 1, "cmdoption-cmake-log-context", "--log-context"], [287, 17, 1, "cmdoption-cmake-log-level", "--log-level"], [287, 17, 1, "cmdoption-cmake-no-warn-unused-cli", "--no-warn-unused-cli"], [287, 17, 1, "cmdoption-cmake-preset", "--preset"], [287, 17, 1, "cmdoption-cmake-print-config-dir", "--print-config-dir"], [287, 17, 1, "cmdoption-cmake-profiling-format", "--profiling-format"], [287, 17, 1, "cmdoption-cmake-profiling-output", "--profiling-output"], [287, 17, 1, "cmdoption-cmake-system-information", "--system-information"], [287, 17, 1, "cmdoption-cmake-toolchain", "--toolchain"], [287, 17, 1, "cmdoption-cmake-trace", "--trace"], [287, 17, 1, "cmdoption-cmake-trace-expand", "--trace-expand"], [287, 17, 1, "cmdoption-cmake-trace-format", "--trace-format"], [287, 17, 1, "cmdoption-cmake-trace-redirect", "--trace-redirect"], [287, 17, 1, "cmdoption-cmake-trace-source", "--trace-source"], [287, 17, 1, "cmdoption-cmake-version", "--version"], [287, 17, 1, "cmdoption-cmake-warn-uninitialized", "--warn-uninitialized"], [287, 17, 1, "cmdoption-cmake-warn-unused-vars", "--warn-unused-vars"], [287, 17, 1, "cmdoption-cmake-workflow", "--workflow"], [287, 17, 1, "cmdoption-cmake-A", "-A"], [287, 17, 1, "cmdoption-cmake-B", "-B"], [287, 17, 1, "cmdoption-cmake-C", "-C"], [287, 17, 1, "cmdoption-cmake-D", "-D"], [287, 17, 1, "cmdoption-cmake-E", "-E"], [287, 17, 1, "cmdoption-cmake-G", "-G"], [287, 17, 1, "cmdoption-cmake-h", "-H"], [287, 17, 1, "cmdoption-cmake-LR-A-H", "-LR[A][H]"], [287, 17, 1, "cmdoption-cmake-L-A-H", "-L[A][H]"], [287, 17, 1, "cmdoption-cmake-N", "-N"], [287, 17, 1, "cmdoption-cmake-P", "-P"], [287, 17, 1, "cmdoption-cmake-S", "-S"], [287, 17, 1, "cmdoption-cmake-T", "-T"], [287, 17, 1, "cmdoption-cmake-U", "-U"], [287, 17, 1, "cmdoption-cmake-Wdeprecated", "-Wdeprecated"], [287, 17, 1, "cmdoption-cmake-Wdev", "-Wdev"], [287, 17, 1, "cmdoption-cmake-Werror", "-Werror"], [287, 17, 1, "cmdoption-cmake-Wno-deprecated", "-Wno-deprecated"], [287, 17, 1, "cmdoption-cmake-Wno-dev", "-Wno-dev"], [287, 17, 1, "cmdoption-cmake-Wno-error", "-Wno-error"], [287, 17, 1, "cmdoption-cmake-h", "-h"], [287, 17, 1, "cmdoption-cmake-h", "-help"], [287, 17, 1, "cmdoption-cmake-h", "-usage"], [287, 17, 1, "cmdoption-cmake-version", "-version"], [287, 17, 1, "cmdoption-cmake-h", "/?"], [287, 17, 1, "cmdoption-cmake-version", "/V"]], "cmake--build": [[287, 17, 1, "cmdoption-cmake--build-0", "--"], [287, 17, 1, "cmdoption-cmake-build-clean-first", "--clean-first"], [287, 17, 1, "cmdoption-cmake-build-config", "--config"], [287, 17, 1, "cmdoption-cmake-build-list-presets", "--list-presets"], [287, 17, 1, "cmdoption-cmake-build-j", "--parallel"], [287, 17, 1, "cmdoption-cmake-build-preset", "--preset"], [287, 17, 1, "cmdoption-cmake-build-resolve-package-references", "--resolve-package-references"], [287, 17, 1, "cmdoption-cmake-build-t", "--target"], [287, 17, 1, "cmdoption-cmake-build-use-stderr", "--use-stderr"], [287, 17, 1, "cmdoption-cmake-build-v", "--verbose"], [287, 17, 1, "cmdoption-cmake-build-j", "-j"], [287, 17, 1, "cmdoption-cmake-build-t", "-t"], [287, 17, 1, "cmdoption-cmake-build-v", "-v"]], "cmake--install": [[287, 17, 1, "cmdoption-cmake-install-component", "--component"], [287, 17, 1, "cmdoption-cmake-install-config", "--config"], [287, 17, 1, "cmdoption-cmake-install-default-directory-permissions", "--default-directory-permissions"], [287, 17, 1, "cmdoption-cmake-install-j", "--parallel"], [287, 17, 1, "cmdoption-cmake--install-0", "--prefix"], [287, 17, 1, "cmdoption-cmake-install-strip", "--strip"], [287, 17, 1, "cmdoption-cmake-install-v", "--verbose"], [287, 17, 1, "cmdoption-cmake-install-j", "-j"], [287, 17, 1, "cmdoption-cmake-install-v", "-v"]], "cmake--workflow": [[287, 17, 1, "cmdoption-cmake-workflow-fresh", "--fresh"], [287, 17, 1, "cmdoption-cmake-workflow-list-presets", "--list-presets"], [287, 17, 1, "cmdoption-cmake-workflow-preset", "--preset"]], "cmake-E": [[287, 17, 1, "cmdoption-cmake-E-arg-capabilities", "capabilities"], [287, 17, 1, "cmdoption-cmake-E-arg-cat", "cat"], [287, 17, 1, "cmdoption-cmake-E-arg-chdir", "chdir"], [287, 17, 1, "cmdoption-cmake-E-arg-compare_files", "compare_files"], [287, 17, 1, "cmdoption-cmake-E-arg-copy", "copy"], [287, 17, 1, "cmdoption-cmake-E-arg-copy_directory", "copy_directory"], [287, 17, 1, "cmdoption-cmake-E-arg-copy_directory_if_different", "copy_directory_if_different"], [287, 17, 1, "cmdoption-cmake-E-arg-copy_if_different", "copy_if_different"], [287, 17, 1, "cmdoption-cmake-E-arg-create_hardlink", "create_hardlink"], [287, 17, 1, "cmdoption-cmake-E-arg-create_symlink", "create_symlink"], [287, 17, 1, "cmdoption-cmake-E-arg-delete_regv", "delete_regv"], [287, 17, 1, "cmdoption-cmake-E-arg-echo", "echo"], [287, 17, 1, "cmdoption-cmake-E-arg-echo_append", "echo_append"], [287, 17, 1, "cmdoption-cmake-E-arg-env", "env"], [287, 17, 1, "cmdoption-cmake-E-arg-env_vs8_wince", "env_vs8_wince"], [287, 17, 1, "cmdoption-cmake-E-arg-env_vs9_wince", "env_vs9_wince"], [287, 17, 1, "cmdoption-cmake-E-arg-environment", "environment"], [287, 17, 1, "cmdoption-cmake-E-arg-false", "false"], [287, 17, 1, "cmdoption-cmake-E-arg-make_directory", "make_directory"], [287, 17, 1, "cmdoption-cmake-E-arg-md5sum", "md5sum"], [287, 17, 1, "cmdoption-cmake-E-arg-remove", "remove"], [287, 17, 1, "cmdoption-cmake-E-arg-remove_directory", "remove_directory"], [287, 17, 1, "cmdoption-cmake-E-arg-rename", "rename"], [287, 17, 1, "cmdoption-cmake-E-arg-rm", "rm"], [287, 17, 1, "cmdoption-cmake-E-arg-sha1sum", "sha1sum"], [287, 17, 1, "cmdoption-cmake-E-arg-sha224sum", "sha224sum"], [287, 17, 1, "cmdoption-cmake-E-arg-sha256sum", "sha256sum"], [287, 17, 1, "cmdoption-cmake-E-arg-sha384sum", "sha384sum"], [287, 17, 1, "cmdoption-cmake-E-arg-sha512sum", "sha512sum"], [287, 17, 1, "cmdoption-cmake-E-arg-sleep", "sleep"], [287, 17, 1, "cmdoption-cmake-E-arg-tar", "tar"], [287, 17, 1, "cmdoption-cmake-E-arg-time", "time"], [287, 17, 1, "cmdoption-cmake-E-arg-touch", "touch"], [287, 17, 1, "cmdoption-cmake-E-arg-touch_nocreate", "touch_nocreate"], [287, 17, 1, "cmdoption-cmake-E-arg-true", "true"], [287, 17, 1, "cmdoption-cmake-E-arg-write_regv", "write_regv"]], "cmake-E_cat": [[287, 17, 1, "cmdoption-cmake-E_cat-0", "--"]], "cmake-E_compare_files": [[287, 17, 1, "cmdoption-cmake-E_compare_files-ignore-eol", "--ignore-eol"]], "cmake-E_env": [[287, 17, 1, "cmdoption-cmake-E_env-0", "--"], [287, 17, 1, "cmdoption-cmake-E_env-modify", "--modify"], [287, 17, 1, "cmdoption-cmake-E_env-unset", "--unset"], [287, 17, 1, "cmdoption-cmake-E_env-arg-NAME", "NAME"]], "cmake-E_tar": [[287, 17, 1, "cmdoption-cmake-E_tar-0", "--"], [287, 17, 1, "cmdoption-cmake-E_tar-files-from", "--files-from"], [287, 17, 1, "cmdoption-cmake-E_tar-format", "--format"], [287, 17, 1, "cmdoption-cmake-E_tar-mtime", "--mtime"], [287, 17, 1, "cmdoption-cmake-E_tar-touch", "--touch"], [287, 17, 1, "cmdoption-cmake-E_tar-zstd", "--zstd"], [287, 17, 1, "cmdoption-cmake-E_tar-arg-J", "J"], [287, 17, 1, "cmdoption-cmake-E_tar-arg-c", "c"], [287, 17, 1, "cmdoption-cmake-E_tar-arg-j", "j"], [287, 17, 1, "cmdoption-cmake-E_tar-arg-t", "t"], [287, 17, 1, "cmdoption-cmake-E_tar-arg-v", "v"], [287, 17, 1, "cmdoption-cmake-E_tar-arg-x", "x"], [287, 17, 1, "cmdoption-cmake-E_tar-arg-z", "z"]], "cmake-P": [[287, 17, 1, "cmdoption-cmake-P-D", "-D"]], "cmake-gui": [[276, 17, 1, "cmdoption-cmake-gui-browse-manual", "--browse-manual"], [276, 17, 1, "cmdoption-cmake-gui-h", "--help"], [276, 17, 1, "cmdoption-cmake-gui-help-command", "--help-command"], [276, 17, 1, "cmdoption-cmake-gui-help-command-list", "--help-command-list"], [276, 17, 1, "cmdoption-cmake-gui-help-commands", "--help-commands"], [276, 17, 1, "cmdoption-cmake-gui-help-full", "--help-full"], [276, 17, 1, "cmdoption-cmake-gui-help-manual", "--help-manual"], [276, 17, 1, "cmdoption-cmake-gui-help-manual-list", "--help-manual-list"], [276, 17, 1, "cmdoption-cmake-gui-help-module", "--help-module"], [276, 17, 1, "cmdoption-cmake-gui-help-module-list", "--help-module-list"], [276, 17, 1, "cmdoption-cmake-gui-help-modules", "--help-modules"], [276, 17, 1, "cmdoption-cmake-gui-help-policies", "--help-policies"], [276, 17, 1, "cmdoption-cmake-gui-help-policy", "--help-policy"], [276, 17, 1, "cmdoption-cmake-gui-help-policy-list", "--help-policy-list"], [276, 17, 1, "cmdoption-cmake-gui-help-properties", "--help-properties"], [276, 17, 1, "cmdoption-cmake-gui-help-property", "--help-property"], [276, 17, 1, "cmdoption-cmake-gui-help-property-list", "--help-property-list"], [276, 17, 1, "cmdoption-cmake-gui-help-variable", "--help-variable"], [276, 17, 1, "cmdoption-cmake-gui-help-variable-list", "--help-variable-list"], [276, 17, 1, "cmdoption-cmake-gui-help-variables", "--help-variables"], [276, 17, 1, "cmdoption-cmake-gui-preset", "--preset"], [276, 17, 1, "cmdoption-cmake-gui-version", "--version"], [276, 17, 1, "cmdoption-cmake-gui-B", "-B"], [276, 17, 1, "cmdoption-cmake-gui-h", "-H"], [276, 17, 1, "cmdoption-cmake-gui-S", "-S"], [276, 17, 1, "cmdoption-cmake-gui-h", "-h"], [276, 17, 1, "cmdoption-cmake-gui-h", "-help"], [276, 17, 1, "cmdoption-cmake-gui-h", "-usage"], [276, 17, 1, "cmdoption-cmake-gui-version", "-version"], [276, 17, 1, "cmdoption-cmake-gui-h", "/?"], [276, 17, 1, "cmdoption-cmake-gui-version", "/V"]], "cpack": [[289, 17, 1, "cmdoption-cpack-config", "--config"], [289, 17, 1, "cmdoption-cpack-debug", "--debug"], [289, 17, 1, "cmdoption-cpack-h", "--help"], [289, 17, 1, "cmdoption-cpack-help-command", "--help-command"], [289, 17, 1, "cmdoption-cpack-help-command-list", "--help-command-list"], [289, 17, 1, "cmdoption-cpack-help-commands", "--help-commands"], [289, 17, 1, "cmdoption-cpack-help-full", "--help-full"], [289, 17, 1, "cmdoption-cpack-help-manual", "--help-manual"], [289, 17, 1, "cmdoption-cpack-help-manual-list", "--help-manual-list"], [289, 17, 1, "cmdoption-cpack-help-module", "--help-module"], [289, 17, 1, "cmdoption-cpack-help-module-list", "--help-module-list"], [289, 17, 1, "cmdoption-cpack-help-modules", "--help-modules"], [289, 17, 1, "cmdoption-cpack-help-policies", "--help-policies"], [289, 17, 1, "cmdoption-cpack-help-policy", "--help-policy"], [289, 17, 1, "cmdoption-cpack-help-policy-list", "--help-policy-list"], [289, 17, 1, "cmdoption-cpack-help-properties", "--help-properties"], [289, 17, 1, "cmdoption-cpack-help-property", "--help-property"], [289, 17, 1, "cmdoption-cpack-help-property-list", "--help-property-list"], [289, 17, 1, "cmdoption-cpack-help-variable", "--help-variable"], [289, 17, 1, "cmdoption-cpack-help-variable-list", "--help-variable-list"], [289, 17, 1, "cmdoption-cpack-help-variables", "--help-variables"], [289, 17, 1, "cmdoption-cpack-list-presets", "--list-presets"], [289, 17, 1, "cmdoption-cpack-preset", "--preset"], [289, 17, 1, "cmdoption-cpack-trace", "--trace"], [289, 17, 1, "cmdoption-cpack-trace-expand", "--trace-expand"], [289, 17, 1, "cmdoption-cpack-vendor", "--vendor"], [289, 17, 1, "cmdoption-cpack-V", "--verbose"], [289, 17, 1, "cmdoption-cpack-version", "--version"], [289, 17, 1, "cmdoption-cpack-B", "-B"], [289, 17, 1, "cmdoption-cpack-C", "-C"], [289, 17, 1, "cmdoption-cpack-D", "-D"], [289, 17, 1, "cmdoption-cpack-G", "-G"], [289, 17, 1, "cmdoption-cpack-h", "-H"], [289, 17, 1, "cmdoption-cpack-P", "-P"], [289, 17, 1, "cmdoption-cpack-R", "-R"], [289, 17, 1, "cmdoption-cpack-V", "-V"], [289, 17, 1, "cmdoption-cpack-h", "-h"], [289, 17, 1, "cmdoption-cpack-h", "-help"], [289, 17, 1, "cmdoption-cpack-h", "-usage"], [289, 17, 1, "cmdoption-cpack-version", "-version"], [289, 17, 1, "cmdoption-cpack-h", "/?"], [289, 17, 1, "cmdoption-cpack-version", "/V"]], "ctest": [[290, 17, 1, "cmdoption-ctest-A", "--add-notes"], [290, 17, 1, "cmdoption-ctest-build-and-test", "--build-and-test"], [290, 17, 1, "cmdoption-ctest-C", "--build-config"], [290, 17, 1, "cmdoption-ctest-build-config-sample", "--build-config-sample"], [290, 17, 1, "cmdoption-ctest-build-exe-dir", "--build-exe-dir"], [290, 17, 1, "cmdoption-ctest-build-generator", "--build-generator"], [290, 17, 1, "cmdoption-ctest-build-generator-platform", "--build-generator-platform"], [290, 17, 1, "cmdoption-ctest-build-generator-toolset", "--build-generator-toolset"], [290, 17, 1, "cmdoption-ctest-build-makeprogram", "--build-makeprogram"], [290, 17, 1, "cmdoption-ctest-build-noclean", "--build-noclean"], [290, 17, 1, "cmdoption-ctest-build-nocmake", "--build-nocmake"], [290, 17, 1, "cmdoption-ctest-build-options", "--build-options"], [290, 17, 1, "cmdoption-ctest-build-project", "--build-project"], [290, 17, 1, "cmdoption-ctest-build-run-dir", "--build-run-dir"], [290, 17, 1, "cmdoption-ctest-build-target", "--build-target"], [290, 17, 1, "cmdoption-ctest-build-two-config", "--build-two-config"], [290, 17, 1, "cmdoption-ctest-D", "--dashboard"], [290, 17, 1, "cmdoption-ctest-debug", "--debug"], [290, 17, 1, "cmdoption-ctest-exclude-from-file", "--exclude-from-file"], [290, 17, 1, "cmdoption-ctest-E", "--exclude-regex"], [290, 17, 1, "cmdoption-ctest-extra-submit", "--extra-submit"], [290, 17, 1, "cmdoption-ctest-VV", "--extra-verbose"], [290, 17, 1, "cmdoption-ctest-FA", "--fixture-exclude-any"], [290, 17, 1, "cmdoption-ctest-FC", "--fixture-exclude-cleanup"], [290, 17, 1, "cmdoption-ctest-FS", "--fixture-exclude-setup"], [290, 17, 1, "cmdoption-ctest-force-new-ctest-process", "--force-new-ctest-process"], [290, 17, 1, "cmdoption-ctest-group", "--group"], [290, 17, 1, "cmdoption-ctest-h", "--help"], [290, 17, 1, "cmdoption-ctest-help-command", "--help-command"], [290, 17, 1, "cmdoption-ctest-help-command-list", "--help-command-list"], [290, 17, 1, "cmdoption-ctest-help-commands", "--help-commands"], [290, 17, 1, "cmdoption-ctest-help-full", "--help-full"], [290, 17, 1, "cmdoption-ctest-help-manual", "--help-manual"], [290, 17, 1, "cmdoption-ctest-help-manual-list", "--help-manual-list"], [290, 17, 1, "cmdoption-ctest-help-module", "--help-module"], [290, 17, 1, "cmdoption-ctest-help-module-list", "--help-module-list"], [290, 17, 1, "cmdoption-ctest-help-modules", "--help-modules"], [290, 17, 1, "cmdoption-ctest-help-policies", "--help-policies"], [290, 17, 1, "cmdoption-ctest-help-policy", "--help-policy"], [290, 17, 1, "cmdoption-ctest-help-policy-list", "--help-policy-list"], [290, 17, 1, "cmdoption-ctest-help-properties", "--help-properties"], [290, 17, 1, "cmdoption-ctest-help-property", "--help-property"], [290, 17, 1, "cmdoption-ctest-help-property-list", "--help-property-list"], [290, 17, 1, "cmdoption-ctest-help-variable", "--help-variable"], [290, 17, 1, "cmdoption-ctest-help-variable-list", "--help-variable-list"], [290, 17, 1, "cmdoption-ctest-help-variables", "--help-variables"], [290, 17, 1, "cmdoption-ctest-http-header", "--http-header"], [290, 17, 1, "cmdoption-ctest-interactive-debug-mode", "--interactive-debug-mode"], [290, 17, 1, "cmdoption-ctest-LE", "--label-exclude"], [290, 17, 1, "cmdoption-ctest-L", "--label-regex"], [290, 17, 1, "cmdoption-ctest-list-presets", "--list-presets"], [290, 17, 1, "cmdoption-ctest-max-width", "--max-width"], [290, 17, 1, "cmdoption-ctest-no-compress-output", "--no-compress-output"], [290, 17, 1, "cmdoption-ctest-no-label-summary", "--no-label-summary"], [290, 17, 1, "cmdoption-ctest-no-subproject-summary", "--no-subproject-summary"], [290, 17, 1, "cmdoption-ctest-no-tests", "--no-tests"], [290, 17, 1, "cmdoption-ctest-output-junit", "--output-junit"], [290, 17, 1, "cmdoption-ctest-O", "--output-log"], [290, 17, 1, "cmdoption-ctest-output-on-failure", "--output-on-failure"], [290, 17, 1, "cmdoption-ctest-overwrite", "--overwrite"], [290, 17, 1, "cmdoption-ctest-j", "--parallel"], [290, 17, 1, "cmdoption-ctest-preset", "--preset"], [290, 17, 1, "cmdoption-ctest-print-labels", "--print-labels"], [290, 17, 1, "cmdoption-ctest-progress", "--progress"], [290, 17, 1, "cmdoption-ctest-Q", "--quiet"], [290, 17, 1, "cmdoption-ctest-repeat", "--repeat"], [290, 17, 1, "cmdoption-ctest-repeat-until-fail", "--repeat-until-fail"], [290, 17, 1, "cmdoption-ctest-rerun-failed", "--rerun-failed"], [290, 17, 1, "cmdoption-ctest-resource-spec-file", "--resource-spec-file"], [290, 17, 1, "cmdoption-ctest-schedule-random", "--schedule-random"], [290, 17, 1, "cmdoption-ctest-S", "--script"], [290, 17, 1, "cmdoption-ctest-SP", "--script-new-process"], [290, 17, 1, "cmdoption-ctest-N", "--show-only"], [290, 17, 1, "cmdoption-ctest-stop-on-failure", "--stop-on-failure"], [290, 17, 1, "cmdoption-ctest-stop-time", "--stop-time"], [290, 17, 1, "cmdoption-ctest-submit-index", "--submit-index"], [290, 17, 1, "cmdoption-ctest-T", "--test-action"], [290, 17, 1, "cmdoption-ctest-test-command", "--test-command"], [290, 17, 1, "cmdoption-ctest-test-dir", "--test-dir"], [290, 17, 1, "cmdoption-ctest-test-load", "--test-load"], [290, 17, 1, "cmdoption-ctest-M", "--test-model"], [290, 17, 1, "cmdoption-ctest-test-output-size-failed", "--test-output-size-failed"], [290, 17, 1, "cmdoption-ctest-test-output-size-passed", "--test-output-size-passed"], [290, 17, 1, "cmdoption-ctest-test-output-truncation", "--test-output-truncation"], [290, 17, 1, "cmdoption-ctest-test-timeout", "--test-timeout"], [290, 17, 1, "cmdoption-ctest-tests-from-file", "--tests-from-file"], [290, 17, 1, "cmdoption-ctest-I", "--tests-information"], [290, 17, 1, "cmdoption-ctest-R", "--tests-regex"], [290, 17, 1, "cmdoption-ctest-timeout", "--timeout"], [290, 17, 1, "cmdoption-ctest-tomorrow-tag", "--tomorrow-tag"], [290, 17, 1, "cmdoption-ctest-U", "--union"], [290, 17, 1, "cmdoption-ctest-V", "--verbose"], [290, 17, 1, "cmdoption-ctest-version", "--version"], [290, 17, 1, "cmdoption-ctest-A", "-A"], [290, 17, 1, "cmdoption-ctest-C", "-C"], [290, 17, 1, "cmdoption-ctest-D", "-D"], [290, 17, 1, "cmdoption-ctest-E", "-E"], [290, 17, 1, "cmdoption-ctest-F", "-F"], [290, 17, 1, "cmdoption-ctest-FA", "-FA"], [290, 17, 1, "cmdoption-ctest-FC", "-FC"], [290, 17, 1, "cmdoption-ctest-FS", "-FS"], [290, 17, 1, "cmdoption-ctest-h", "-H"], [290, 17, 1, "cmdoption-ctest-I", "-I"], [290, 17, 1, "cmdoption-ctest-L", "-L"], [290, 17, 1, "cmdoption-ctest-LE", "-LE"], [290, 17, 1, "cmdoption-ctest-M", "-M"], [290, 17, 1, "cmdoption-ctest-N", "-N"], [290, 17, 1, "cmdoption-ctest-O", "-O"], [290, 17, 1, "cmdoption-ctest-Q", "-Q"], [290, 17, 1, "cmdoption-ctest-R", "-R"], [290, 17, 1, "cmdoption-ctest-S", "-S"], [290, 17, 1, "cmdoption-ctest-SP", "-SP"], [290, 17, 1, "cmdoption-ctest-T", "-T"], [290, 17, 1, "cmdoption-ctest-U", "-U"], [290, 17, 1, "cmdoption-ctest-V", "-V"], [290, 17, 1, "cmdoption-ctest-VV", "-VV"], [290, 17, 1, "cmdoption-ctest-h", "-h"], [290, 17, 1, "cmdoption-ctest-h", "-help"], [290, 17, 1, "cmdoption-ctest-j", "-j"], [290, 17, 1, "cmdoption-ctest-h", "-usage"], [290, 17, 1, "cmdoption-ctest-version", "-version"], [290, 17, 1, "cmdoption-ctest-h", "/?"], [290, 17, 1, "cmdoption-ctest-version", "/V"]], "ctest.--http1": [[290, 17, 1, "cmdoption-ctest-http1.0", "0"]], "generator:Visual Studio 7 ": [[242, 3, 1, "", "NET 2003"]]}, "objnames": {"0": ["cmake", "command", "CMake command"], "1": ["cmake", "cpack_gen", "CMake cpack_gen"], "2": ["cmake", "envvar", "CMake envvar"], "3": ["cmake", "generator", "CMake generator"], "4": ["cmake", "genex", "CMake genex"], "5": ["cmake", "guide", "CMake guide"], "6": ["cmake", "manual", "CMake manual"], "7": ["cmake", "module", "CMake module"], "8": ["cmake", "policy", "CMake policy"], "9": ["cmake", "prop_cache", "CMake prop_cache"], "10": ["cmake", "prop_dir", "CMake prop_dir"], "11": ["cmake", "prop_gbl", "CMake prop_gbl"], "12": ["cmake", "prop_inst", "CMake prop_inst"], "13": ["cmake", "prop_sf", "CMake prop_sf"], "14": ["cmake", "prop_test", "CMake prop_test"], "15": ["cmake", "prop_tgt", "CMake prop_tgt"], "16": ["cmake", "variable", "CMake variable"], "17": ["std", "cmdoption", "program option"]}, "objtypes": {"0": "cmake:command", "1": "cmake:cpack_gen", "2": "cmake:envvar", "3": "cmake:generator", "4": "cmake:genex", "5": "cmake:guide", "6": "cmake:manual", "7": "cmake:module", "8": "cmake:policy", "9": "cmake:prop_cache", "10": "cmake:prop_dir", "11": "cmake:prop_gbl", "12": "cmake:prop_inst", "13": "cmake:prop_sf", "14": "cmake:prop_test", "15": "cmake:prop_tgt", "16": "cmake:variable", "17": "std:cmdoption"}, "terms": {"": [2, 3, 7, 10, 17, 18, 20, 21, 24, 26, 33, 35, 37, 40, 52, 53, 55, 56, 57, 58, 59, 60, 67, 68, 70, 71, 77, 83, 84, 90, 93, 98, 100, 102, 105, 108, 116, 119, 120, 124, 125, 129, 132, 133, 134, 137, 139, 141, 142, 143, 148, 152, 167, 174, 198, 218, 229, 232, 247, 248, 249, 250, 252, 254, 255, 256, 257, 258, 262, 263, 265, 266, 268, 269, 270, 273, 274, 276, 277, 278, 280, 281, 283, 285, 287, 289, 290, 293, 302, 304, 308, 310, 313, 325, 326, 328, 329, 343, 349, 360, 368, 370, 376, 379, 382, 383, 384, 389, 393, 394, 396, 405, 408, 415, 421, 432, 434, 446, 454, 455, 456, 458, 462, 469, 473, 474, 475, 482, 495, 496, 498, 533, 535, 538, 541, 592, 602, 618, 626, 629, 636, 639, 643, 644, 649, 655, 670, 674, 676, 679, 680, 681, 688, 698, 705, 706, 710, 711, 714, 719, 722, 727, 728, 730, 732, 733, 736, 740, 754, 755, 759, 791, 792, 793, 794, 798, 815, 843, 844, 848, 892, 895, 896, 910, 944, 946, 948, 950, 958, 969, 974, 977, 987, 994, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1012, 1015, 1022, 1038, 1040, 1045, 1046, 1047, 1048, 1049, 1057, 1058, 1059, 1060, 1062, 1064, 1076, 1080, 1081, 1097, 1098, 1103, 1104, 1105, 1122, 1137, 1149, 1156, 1157, 1165, 1166, 1167, 1170, 1206, 1213, 1217, 1229, 1249, 1270, 1275, 1278, 1319, 1320, 1321, 1322, 1323, 1324, 1326, 1327, 1328, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1341, 1342, 1343, 1345, 1346, 1347, 1348, 1378, 1449, 1458, 1465, 1514, 1531, 1566, 1584, 1585, 1602, 1654, 1655, 1656, 1668, 1673, 1674, 1675, 1684, 1690, 1698, 1700, 1701, 1703, 1704, 1715, 1720, 1725, 1729, 1742, 1754, 1755, 1756, 1757, 1760, 1772, 1773, 1774, 1801, 1845, 1862, 1868, 1872, 1896, 1907, 1915, 1919, 1967, 1975, 1978, 2016], "0": [10, 14, 15, 17, 18, 20, 24, 27, 29, 34, 36, 37, 51, 54, 55, 58, 62, 71, 78, 79, 80, 83, 85, 87, 92, 96, 108, 109, 110, 123, 124, 125, 128, 129, 133, 136, 139, 142, 143, 148, 188, 222, 236, 241, 246, 248, 249, 251, 253, 255, 257, 258, 263, 266, 268, 269, 270, 273, 274, 277, 279, 281, 285, 287, 290, 297, 304, 309, 310, 313, 359, 362, 367, 370, 374, 379, 382, 383, 399, 421, 429, 436, 447, 457, 458, 466, 469, 492, 494, 532, 533, 536, 537, 541, 544, 545, 551, 554, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 572, 573, 574, 575, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 645, 653, 660, 681, 693, 713, 754, 835, 866, 888, 900, 904, 907, 908, 909, 911, 913, 950, 960, 974, 1013, 1033, 1093, 1137, 1224, 1237, 1252, 1256, 1259, 1260, 1261, 1266, 1269, 1271, 1318, 1319, 1320, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1345, 1347, 1348, 1349, 1514, 1535, 1563, 1564, 1619, 1715, 1738, 1741, 1787, 1788, 1791, 1795, 1851, 1857, 1858, 1864, 1880, 1892, 1910, 1911, 1953, 2016, 2028, 2029, 2049, 2050, 2055, 2056], "00": [108, 132, 252, 290, 326], "000000": 108, "0001": 257, "001": 108, "00a0c91bc942": 1249, "01": [108, 132, 257, 326, 533], "01234": 269, "0130385603": 498, "02": 484, "03": [138, 791, 996, 1332], "033": 37, "04": 17, "0400": 290, "05": 1324, "052f86c15bbde68af55c7f7b340ab639": 287, "06": [656, 1324], "07": [533, 556, 656], "09": [270, 1338], "0_12": 429, "0_17": 429, "0_version": 469, "0comntool": 1562, "0ml": 37, "0th": 83, "0x": 89, "0x3e8": 89, "0xa": 89, "0xffffffff": 18, "1": [2, 6, 7, 10, 14, 16, 17, 18, 24, 27, 28, 29, 32, 36, 37, 38, 39, 53, 55, 58, 62, 67, 71, 77, 83, 89, 90, 100, 102, 108, 111, 112, 116, 119, 120, 128, 129, 130, 132, 133, 136, 139, 141, 142, 143, 185, 187, 188, 189, 197, 198, 229, 236, 237, 242, 246, 247, 248, 255, 258, 261, 262, 263, 264, 266, 268, 269, 270, 274, 275, 277, 279, 281, 283, 284, 285, 292, 304, 310, 313, 318, 326, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 364, 367, 368, 369, 370, 374, 375, 379, 382, 383, 387, 389, 391, 394, 404, 405, 406, 414, 418, 420, 421, 422, 429, 446, 447, 453, 462, 469, 480, 483, 495, 500, 502, 507, 510, 511, 533, 536, 537, 538, 541, 544, 551, 555, 556, 559, 568, 569, 572, 575, 611, 612, 613, 614, 615, 616, 645, 653, 656, 673, 680, 705, 727, 771, 773, 792, 793, 817, 819, 827, 828, 831, 866, 867, 873, 875, 878, 883, 885, 895, 899, 901, 904, 908, 911, 912, 921, 925, 976, 979, 980, 981, 982, 983, 998, 1006, 1007, 1008, 1009, 1010, 1019, 1033, 1095, 1104, 1109, 1198, 1200, 1208, 1223, 1230, 1261, 1266, 1272, 1317, 1321, 1322, 1325, 1329, 1340, 1343, 1344, 1345, 1346, 1347, 1349, 1350, 1362, 1370, 1378, 1394, 1401, 1437, 1442, 1443, 1447, 1451, 1452, 1473, 1474, 1477, 1478, 1479, 1480, 1481, 1482, 1502, 1514, 1517, 1528, 1529, 1530, 1535, 1561, 1563, 1600, 1602, 1603, 1620, 1641, 1702, 1741, 1746, 1747, 1781, 1783, 1795, 1845, 1853, 1858, 1859, 1865, 1872, 1888, 1889, 1913, 1919, 1920, 1953, 1955, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2039, 2040, 2048, 2051, 2056, 2081, 2083, 2084, 2085, 2087], "10": [17, 19, 23, 24, 52, 55, 58, 75, 83, 89, 108, 132, 135, 136, 139, 142, 220, 229, 244, 247, 249, 253, 255, 256, 261, 263, 266, 268, 274, 275, 281, 287, 290, 303, 313, 317, 318, 370, 379, 382, 383, 388, 394, 395, 401, 409, 415, 421, 429, 446, 451, 453, 454, 455, 458, 459, 464, 469, 472, 538, 539, 551, 556, 579, 580, 581, 597, 603, 630, 631, 706, 765, 779, 811, 877, 879, 949, 952, 1124, 1237, 1239, 1252, 1253, 1256, 1271, 1317, 1318, 1320, 1328, 1332, 1335, 1337, 1340, 1342, 1343, 1345, 1349, 1403, 1406, 1433, 1456, 1489, 1535, 1562, 1563, 1632, 1642, 1646, 1648, 1668, 1755, 1851, 1873, 1891, 1896, 1908, 1910, 1911, 1920, 1973, 1974, 2004, 2055, 2056], "100": [89, 139, 290, 2055], "1000": [89, 266], "1024": 1978, "10240": [1237, 1252, 1256, 1271], "1024x1024": 17, "11": [6, 7, 18, 52, 55, 66, 77, 111, 112, 113, 114, 119, 136, 142, 237, 248, 249, 254, 256, 261, 268, 270, 275, 290, 298, 304, 368, 370, 376, 379, 383, 394, 398, 419, 421, 422, 454, 532, 536, 551, 559, 579, 580, 582, 587, 597, 632, 791, 793, 794, 838, 845, 871, 872, 945, 989, 996, 998, 1006, 1009, 1051, 1052, 1063, 1171, 1172, 1175, 1182, 1317, 1318, 1319, 1321, 1324, 1328, 1329, 1334, 1335, 1336, 1338, 1344, 1349, 1380, 1399, 1432, 1459, 1562, 1599, 1614, 1658, 1702, 1758, 1759, 1891, 1896, 1908, 1920, 1922, 1954, 2016, 2055, 2056], "110": 2055, "11d0": 1249, "12": [0, 1, 7, 8, 19, 23, 53, 55, 56, 57, 58, 59, 60, 77, 83, 93, 108, 113, 116, 117, 132, 133, 135, 139, 142, 152, 212, 243, 246, 249, 256, 261, 268, 274, 275, 277, 287, 303, 321, 370, 371, 377, 383, 384, 394, 427, 437, 447, 450, 457, 473, 474, 475, 476, 477, 536, 555, 559, 581, 582, 583, 584, 586, 588, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 609, 610, 618, 633, 634, 635, 637, 641, 693, 708, 777, 792, 798, 876, 902, 969, 978, 996, 1006, 1020, 1030, 1056, 1060, 1081, 1152, 1211, 1233, 1259, 1317, 1318, 1322, 1327, 1328, 1329, 1334, 1335, 1337, 1338, 1342, 1345, 1347, 1349, 1496, 1551, 1788, 1795, 1796, 1797, 1798, 1799, 1834, 1864, 1873, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1920, 2055, 2056, 2059, 2060, 2070, 2079], "120": 2055, "1200": 2056, "123": 269, "125": 18, "1252": 1329, "128": 1770, "13": [2, 3, 8, 36, 38, 77, 81, 83, 89, 115, 116, 117, 119, 132, 134, 189, 194, 223, 256, 263, 266, 287, 343, 376, 379, 382, 384, 397, 447, 469, 472, 473, 474, 475, 495, 555, 636, 637, 638, 639, 640, 641, 642, 643, 645, 647, 648, 767, 1013, 1101, 1102, 1106, 1140, 1152, 1211, 1234, 1235, 1289, 1290, 1291, 1294, 1295, 1296, 1300, 1301, 1302, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1314, 1323, 1328, 1349, 1355, 1401, 1447, 1681, 1682, 1719, 1803, 1880, 1912, 1920, 1925, 1926, 1928, 1929, 1930, 1935, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1947], "1300": 2056, "1310": 2056, "1321": [108, 367], "1390": 1249, "14": [27, 36, 52, 55, 66, 71, 77, 94, 95, 120, 132, 176, 218, 223, 233, 234, 235, 237, 238, 244, 247, 256, 268, 270, 273, 274, 275, 285, 287, 290, 304, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 368, 370, 375, 384, 400, 403, 412, 421, 436, 439, 447, 470, 473, 474, 475, 478, 491, 506, 532, 537, 540, 555, 560, 642, 643, 644, 645, 646, 647, 648, 650, 651, 652, 653, 736, 791, 794, 795, 944, 951, 956, 959, 964, 996, 1006, 1041, 1042, 1052, 1172, 1318, 1321, 1324, 1328, 1332, 1337, 1338, 1343, 1344, 1345, 1348, 1349, 1398, 1420, 1533, 1565, 1566, 1567, 1568, 1569, 1634, 1702, 1742, 1880, 1883, 1890, 1896, 2022, 2040, 2052, 2055, 2056, 2057], "140": 2055, "1400": 2056, "141": 2055, "142": 2055, "143": 2055, "14393": [236, 1911], "14882": 792, "15": [2, 3, 7, 20, 36, 43, 52, 53, 55, 83, 90, 93, 108, 136, 162, 163, 164, 165, 217, 223, 229, 246, 248, 251, 257, 274, 275, 283, 287, 299, 368, 370, 379, 387, 396, 469, 473, 474, 475, 541, 555, 649, 650, 651, 652, 653, 654, 655, 656, 707, 736, 747, 748, 861, 862, 915, 921, 944, 946, 950, 986, 1137, 1167, 1215, 1217, 1218, 1254, 1258, 1259, 1261, 1286, 1292, 1320, 1322, 1325, 1326, 1327, 1337, 1338, 1346, 1349, 1398, 1409, 1449, 1509, 1518, 1531, 1552, 1715, 1757, 1789, 1790, 1852, 1853, 1884, 2034, 2053, 2055, 2056], "1500": 2056, "15063": 236, "1579512535": 287, "15b682ead6c12dedb1baf91231e1e89cfc7974b3787c1e2e01b986bffadae0ea": 287, "16": [2, 3, 10, 35, 37, 43, 55, 56, 57, 58, 59, 60, 90, 93, 118, 129, 132, 143, 148, 208, 209, 210, 211, 230, 262, 266, 270, 274, 275, 277, 283, 285, 287, 310, 350, 351, 352, 353, 354, 355, 368, 382, 388, 394, 409, 413, 451, 462, 469, 473, 474, 475, 537, 655, 656, 657, 658, 659, 661, 662, 858, 859, 904, 907, 954, 1009, 1010, 1016, 1033, 1064, 1089, 1108, 1171, 1172, 1173, 1174, 1175, 1176, 1190, 1191, 1216, 1223, 1224, 1225, 1226, 1245, 1293, 1323, 1326, 1327, 1332, 1338, 1345, 1349, 1366, 1408, 1457, 1491, 1500, 1529, 1530, 1543, 1544, 1545, 1547, 1548, 1549, 1550, 1562, 1604, 1687, 1688, 1689, 1745, 1764, 1765, 1766, 1767, 1768, 1769, 1865, 1866, 1893, 1896, 1908, 1927, 2045, 2055, 2056], "1600": 2056, "16299": 236, "16be": [55, 1329], "16le": [55, 1329], "17": [2, 37, 62, 88, 90, 93, 133, 138, 141, 160, 170, 229, 230, 268, 270, 275, 287, 368, 376, 382, 383, 384, 397, 429, 435, 437, 462, 473, 474, 475, 658, 659, 660, 661, 662, 663, 665, 667, 668, 791, 792, 793, 794, 916, 994, 996, 1006, 1009, 1015, 1019, 1052, 1119, 1158, 1159, 1172, 1175, 1238, 1313, 1327, 1331, 1338, 1347, 1349, 1359, 1450, 1451, 1454, 1458, 1464, 1465, 1466, 1467, 1485, 1486, 1495, 1522, 1617, 1702, 1743, 1744, 1746, 1793, 1934, 1946, 2046, 2055, 2056], "1700": 2056, "17134": 236, "17137": 1319, "17763": 236, "18": [6, 7, 8, 18, 37, 43, 52, 55, 56, 57, 59, 60, 63, 67, 68, 83, 86, 93, 102, 103, 107, 108, 117, 129, 131, 135, 138, 142, 148, 270, 274, 287, 327, 349, 366, 368, 370, 374, 376, 379, 383, 432, 438, 440, 457, 462, 469, 473, 474, 475, 483, 492, 494, 503, 506, 538, 555, 663, 664, 665, 666, 667, 668, 669, 671, 672, 673, 674, 842, 863, 870, 919, 987, 996, 1034, 1039, 1152, 1183, 1227, 1260, 1267, 1268, 1328, 1349, 1453, 1553, 1560, 1778, 2015, 2047], "180": 447, "1800": [997, 1007, 2056], "19": [7, 18, 19, 23, 24, 52, 55, 58, 65, 67, 99, 102, 108, 134, 136, 143, 151, 204, 205, 236, 246, 266, 274, 281, 285, 287, 304, 310, 337, 358, 359, 368, 376, 379, 382, 383, 387, 457, 462, 473, 474, 475, 484, 492, 497, 503, 506, 555, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 1030, 1114, 1115, 1116, 1177, 1182, 1287, 1324, 1327, 1330, 1349, 1390, 1430, 1585, 1611, 1612, 1613, 1771, 1777, 1896, 1911, 1920, 1923, 2048], "1900": [274, 1690, 1729, 2056], "19041": 1563, "1910": 2056, "1919": 2056, "1920": 2056, "1929": 2056, "1930": 2056, "1949": 2056, "196": 148, "1970": [108, 132], "1990": 793, "1998": 792, "1999": 793, "1_20140617": 391, "1df4c8f318665f9a5f2ed38f55adadb7ef9f559c": 287, "1m": 37, "1sdk": 1891, "2": [2, 3, 16, 17, 18, 19, 23, 25, 36, 37, 53, 54, 55, 58, 62, 66, 83, 86, 89, 99, 108, 128, 130, 132, 136, 138, 139, 142, 151, 184, 248, 251, 253, 261, 262, 266, 268, 270, 274, 275, 277, 279, 281, 287, 290, 293, 298, 304, 306, 310, 327, 365, 367, 368, 369, 370, 375, 376, 382, 383, 387, 389, 391, 397, 399, 407, 409, 411, 414, 424, 425, 433, 435, 437, 438, 442, 446, 447, 453, 454, 458, 459, 461, 462, 465, 466, 469, 473, 474, 475, 476, 477, 483, 496, 498, 512, 532, 533, 538, 551, 554, 555, 556, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 586, 587, 588, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 609, 610, 615, 616, 618, 681, 757, 811, 874, 904, 912, 922, 1115, 1156, 1208, 1227, 1230, 1317, 1318, 1319, 1326, 1340, 1344, 1347, 1349, 1363, 1390, 1394, 1501, 1535, 1585, 1612, 1718, 1738, 1740, 1747, 1795, 1833, 1845, 1851, 1858, 1864, 1873, 1956, 2029, 2043, 2087], "20": [2, 3, 17, 21, 24, 55, 66, 77, 119, 121, 132, 136, 138, 139, 191, 230, 247, 270, 274, 281, 284, 285, 287, 290, 291, 310, 367, 368, 376, 379, 410, 425, 432, 473, 474, 475, 484, 535, 538, 544, 551, 552, 553, 555, 559, 675, 676, 677, 678, 679, 680, 683, 684, 715, 791, 792, 794, 839, 843, 848, 996, 1005, 1006, 1026, 1052, 1081, 1172, 1228, 1279, 1280, 1281, 1282, 1283, 1284, 1321, 1324, 1331, 1335, 1338, 1349, 1369, 1380, 1384, 1488, 1626, 1762, 1867], "200": 266, "2000": 1742, "20000000": 1873, "2001": [589, 590, 592, 594, 595, 596], "2002": [241, 591, 1340, 1345], "2003": [275, 533, 556, 593, 677, 1345, 1348], "2005": [275, 1318, 1321, 1345, 1346, 1348, 1438, 1563, 2055], "2006": 533, "2008": [275, 446, 1255, 1322, 1337, 1341, 1344, 1345, 1346, 2055], "2010": [116, 244, 268, 275, 325, 969, 1019, 1020, 1232, 1239, 1254, 1317, 1318, 1321, 1322, 1323, 1326, 1327, 1329, 1331, 1332, 1335, 1340, 1344, 1345, 1346, 1347, 1348, 1495, 1496, 1564, 1892, 1893, 1912, 2055], "2011": 793, "2012": [2, 275, 520, 522, 1317, 1318, 1331, 1335, 1338, 2055], "2013": [275, 285, 997, 1007, 1258, 1317, 1318, 1338, 1342, 1347, 1564, 1895, 2055], "2013a": 447, "2013b": 447, "2015": [233, 234, 235, 244, 275, 539, 1006, 1318, 1328, 1329, 1337, 1343, 1344, 1345, 1348, 1563, 1883, 1910, 1911, 2055], "2017": [236, 275, 707, 969, 1319, 1320, 1321, 1322, 1328, 1333, 1336, 1337, 1346, 1562, 1563, 1564, 1890, 1896, 1908, 2055], "2018": 236, "2019": [262, 275, 969, 1018, 1322, 1323, 1333, 1334, 1563, 1890, 2055], "2021": [376, 1330, 1339], "2022": [270, 275, 1331, 1338, 1339, 2055], "2023": [270, 1335, 1338], "207": 148, "20b415f9034bbd2a2e8216e9a5c9e632": 370, "21": [2, 14, 27, 37, 43, 55, 56, 57, 59, 60, 77, 93, 116, 129, 133, 138, 172, 183, 201, 202, 239, 265, 274, 281, 285, 287, 290, 310, 318, 376, 393, 422, 425, 449, 472, 503, 551, 555, 681, 682, 683, 684, 685, 686, 687, 760, 790, 793, 1009, 1050, 1051, 1052, 1053, 1128, 1175, 1279, 1280, 1281, 1282, 1283, 1284, 1332, 1349, 1429, 1564, 1571, 1572, 1573, 1575, 1576, 1678, 1951, 2061, 2071], "21594": 285, "22": [17, 37, 55, 77, 108, 132, 133, 138, 142, 153, 155, 167, 290, 296, 370, 376, 428, 432, 447, 469, 538, 555, 687, 688, 693, 870, 892, 1036, 1333, 1349, 1655, 1692, 1734, 1801, 1904, 1905, 1906], "220": 148, "224": 367, "23": [40, 77, 108, 119, 133, 136, 139, 141, 143, 266, 281, 287, 356, 368, 370, 383, 406, 410, 447, 503, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 714, 791, 792, 793, 794, 987, 996, 1004, 1006, 1009, 1018, 1045, 1046, 1047, 1048, 1049, 1052, 1080, 1098, 1148, 1172, 1175, 1281, 1282, 1283, 1284, 1298, 1330, 1334, 1349, 1494, 1562, 1590, 1723, 1842, 1887, 1932, 2021], "236": 257, "24": [17, 18, 55, 56, 57, 58, 59, 60, 66, 71, 93, 108, 120, 140, 143, 144, 154, 252, 263, 271, 274, 281, 287, 290, 310, 343, 368, 370, 426, 447, 503, 506, 511, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 701, 702, 983, 987, 1099, 1104, 1105, 1150, 1151, 1229, 1243, 1257, 1275, 1315, 1335, 1349, 1358, 1435, 1444, 1532, 1536, 1546, 1684, 1685, 1690, 1691, 1720, 1721, 1729, 1730, 1794, 1861, 1862, 1872, 1886, 1915, 1948, 1985], "25": [9, 12, 18, 23, 45, 56, 57, 58, 59, 60, 98, 120, 121, 129, 138, 215, 216, 233, 257, 274, 281, 287, 310, 313, 370, 376, 383, 432, 447, 451, 452, 456, 485, 503, 700, 701, 702, 703, 776, 996, 1006, 1029, 1052, 1080, 1121, 1123, 1166, 1172, 1213, 1297, 1299, 1303, 1304, 1336, 1341, 1349, 1353, 1579, 1581, 1690, 1729, 1746, 1756, 1854, 1931, 1933, 1936, 1937, 2042], "255": [18, 908], "256": [148, 367], "26": [0, 2, 3, 43, 55, 90, 93, 108, 120, 121, 186, 268, 269, 274, 287, 290, 299, 368, 377, 383, 424, 436, 473, 475, 501, 511, 703, 711, 717, 754, 791, 792, 794, 824, 835, 969, 974, 996, 1006, 1052, 1122, 1172, 1281, 1282, 1283, 1284, 1335, 1337, 1341, 1349, 1628, 1634, 1908], "27": [2, 16, 19, 23, 55, 56, 57, 58, 59, 60, 77, 137, 171, 174, 212, 220, 221, 222, 224, 231, 266, 273, 274, 275, 281, 287, 364, 368, 376, 382, 383, 392, 394, 447, 454, 476, 477, 506, 532, 704, 705, 706, 707, 708, 709, 710, 711, 712, 714, 715, 857, 911, 912, 947, 988, 990, 991, 1017, 1021, 1064, 1092, 1121, 1124, 1125, 1127, 1128, 1271, 1327, 1338, 1349, 1357, 1400, 1405, 1411, 1414, 1492, 1506, 1519, 1563, 1618, 1718, 1760, 1808, 1875, 1876, 1877, 1878, 1909, 1910, 2079], "28": [2, 3, 17, 37, 51, 53, 55, 56, 57, 59, 67, 70, 77, 102, 105, 116, 119, 120, 143, 158, 188, 203, 234, 265, 270, 274, 276, 281, 287, 289, 290, 368, 370, 384, 395, 469, 472, 712, 713, 714, 715, 716, 717, 718, 719, 720, 839, 897, 999, 1000, 1001, 1002, 1003, 1005, 1058, 1059, 1060, 1061, 1062, 1064, 1076, 1097, 1113, 1281, 1283, 1327, 1328, 1339, 1349, 1449, 1476, 1574, 1610, 1668, 1846, 1896], "29": [2, 10, 18, 26, 37, 53, 55, 71, 120, 132, 142, 143, 169, 180, 188, 287, 290, 304, 370, 454, 506, 538, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 730, 740, 941, 943, 986, 1137, 1214, 1219, 1223, 1281, 1283, 1332, 1341, 1349, 1396, 1397, 1449, 1564, 1602, 1637, 1638, 1639, 1640, 1706, 1707, 1715, 1789, 1790, 1792, 1793, 1794, 1823, 1850, 1855, 1894], "29333": 1896, "29910": [1328, 1896], "2a78d7a6c5328cfb1467c63beac8ff21794213901eaadafd48e7800289afbc08e5fb3e86aa31116c945ee3d7bf2a6194489ec6101051083d1108defc8e1dba89": 287, "2good4you": 681, "3": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 35, 36, 37, 38, 39, 40, 43, 45, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 65, 66, 67, 68, 70, 71, 74, 75, 77, 78, 79, 80, 81, 83, 85, 86, 87, 88, 89, 90, 92, 93, 94, 95, 96, 98, 99, 102, 103, 105, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 148, 151, 152, 153, 154, 155, 156, 158, 159, 160, 162, 163, 164, 165, 167, 168, 169, 170, 171, 172, 174, 176, 180, 181, 182, 183, 184, 186, 188, 189, 191, 192, 193, 194, 201, 202, 203, 204, 205, 208, 209, 210, 211, 212, 215, 216, 217, 218, 220, 221, 222, 223, 224, 228, 229, 230, 231, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 246, 247, 248, 251, 253, 256, 257, 261, 263, 265, 266, 268, 269, 270, 271, 273, 274, 275, 276, 277, 279, 281, 283, 284, 285, 287, 289, 290, 291, 292, 293, 296, 297, 298, 299, 300, 302, 303, 304, 305, 310, 311, 317, 318, 319, 321, 322, 325, 327, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 366, 367, 368, 369, 370, 371, 374, 375, 376, 377, 378, 379, 382, 383, 384, 387, 388, 389, 391, 392, 393, 394, 395, 396, 397, 398, 400, 401, 403, 404, 405, 406, 407, 409, 410, 411, 412, 413, 414, 415, 418, 419, 420, 421, 422, 424, 425, 426, 427, 428, 429, 432, 433, 434, 435, 436, 437, 438, 439, 440, 446, 447, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 461, 462, 464, 469, 470, 472, 473, 474, 475, 476, 477, 478, 480, 483, 484, 485, 491, 492, 494, 495, 497, 500, 501, 502, 503, 506, 507, 509, 510, 511, 512, 532, 533, 535, 536, 537, 538, 539, 540, 541, 544, 545, 551, 552, 553, 555, 558, 559, 560, 567, 570, 571, 573, 576, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 747, 748, 749, 750, 754, 760, 765, 767, 774, 775, 776, 777, 779, 783, 785, 787, 789, 790, 791, 792, 793, 794, 795, 798, 802, 804, 806, 809, 815, 822, 824, 825, 826, 827, 828, 829, 830, 831, 835, 838, 839, 842, 843, 845, 848, 853, 854, 855, 856, 857, 858, 859, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 883, 884, 885, 890, 892, 894, 895, 896, 897, 902, 904, 907, 910, 911, 912, 915, 916, 917, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 941, 942, 943, 944, 945, 947, 949, 950, 951, 952, 954, 956, 959, 960, 961, 962, 963, 964, 965, 969, 974, 976, 978, 979, 980, 981, 982, 983, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1025, 1026, 1029, 1030, 1034, 1035, 1036, 1039, 1041, 1042, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1056, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1066, 1067, 1076, 1080, 1081, 1082, 1089, 1092, 1093, 1095, 1097, 1098, 1099, 1101, 1102, 1104, 1105, 1106, 1108, 1109, 1113, 1114, 1115, 1116, 1119, 1121, 1122, 1123, 1124, 1125, 1127, 1128, 1137, 1140, 1148, 1149, 1150, 1151, 1152, 1155, 1158, 1159, 1162, 1164, 1166, 1167, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1182, 1183, 1190, 1191, 1207, 1208, 1211, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1241, 1242, 1243, 1245, 1246, 1247, 1251, 1252, 1253, 1254, 1256, 1257, 1258, 1259, 1260, 1261, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1275, 1277, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1349, 1350, 1353, 1355, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1390, 1393, 1396, 1397, 1398, 1399, 1400, 1401, 1403, 1404, 1405, 1406, 1408, 1409, 1411, 1414, 1416, 1419, 1420, 1423, 1429, 1430, 1432, 1433, 1434, 1435, 1442, 1443, 1444, 1447, 1449, 1450, 1451, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1464, 1465, 1466, 1467, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1485, 1486, 1487, 1488, 1489, 1491, 1492, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1503, 1506, 1509, 1512, 1513, 1514, 1515, 1517, 1518, 1519, 1521, 1522, 1523, 1524, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1560, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1571, 1572, 1573, 1574, 1575, 1576, 1579, 1580, 1581, 1582, 1585, 1590, 1599, 1600, 1602, 1603, 1604, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1617, 1618, 1619, 1620, 1621, 1622, 1626, 1627, 1628, 1631, 1632, 1634, 1636, 1637, 1638, 1639, 1640, 1642, 1643, 1646, 1648, 1649, 1651, 1655, 1658, 1660, 1661, 1663, 1665, 1667, 1668, 1669, 1670, 1676, 1678, 1681, 1682, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1700, 1701, 1702, 1703, 1704, 1706, 1707, 1712, 1715, 1718, 1719, 1720, 1721, 1723, 1724, 1725, 1729, 1730, 1731, 1732, 1733, 1734, 1738, 1740, 1742, 1743, 1744, 1745, 1746, 1752, 1753, 1755, 1756, 1757, 1758, 1759, 1760, 1762, 1764, 1765, 1766, 1767, 1768, 1769, 1771, 1777, 1778, 1781, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1801, 1803, 1805, 1807, 1808, 1813, 1814, 1823, 1830, 1831, 1832, 1833, 1834, 1836, 1837, 1839, 1840, 1842, 1846, 1850, 1851, 1852, 1853, 1854, 1855, 1857, 1858, 1861, 1862, 1863, 1865, 1866, 1867, 1870, 1872, 1873, 1875, 1876, 1877, 1878, 1880, 1881, 1882, 1884, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1915, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1951, 1954, 1956, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1985, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2039, 2040, 2042, 2043, 2048, 2055, 2057, 2059, 2060, 2061, 2069, 2070, 2071, 2079, 2081, 2083, 2084, 2085, 2086, 2087], "30": [2, 7, 18, 52, 55, 93, 120, 137, 139, 143, 181, 182, 229, 244, 266, 274, 281, 287, 290, 304, 368, 370, 376, 378, 379, 383, 447, 455, 473, 474, 475, 659, 664, 678, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 735, 736, 737, 739, 740, 791, 792, 794, 809, 815, 843, 987, 1004, 1220, 1221, 1246, 1270, 1342, 1349, 1472, 1475, 1686, 1702, 1725, 1858, 1907, 1969, 2028, 2029], "300": [367, 1975], "30037": 1332, "30568": 1718, "307200": 1975, "31": [2, 19, 20, 22, 23, 37, 55, 77, 93, 108, 132, 136, 142, 156, 159, 168, 223, 235, 273, 281, 287, 290, 300, 304, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 367, 383, 395, 424, 426, 455, 538, 559, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 809, 917, 1025, 1149, 1162, 1223, 1247, 1349, 1360, 1514, 1580, 1651, 1669, 1670, 1704, 1718, 1724, 1807, 1857, 1858, 1918, 2028, 2081], "312": 143, "313": 1320, "3149": [473, 475], "315": [1562, 1908], "3174": [108, 367], "32": [17, 56, 57, 58, 59, 60, 143, 236, 237, 238, 239, 285, 304, 342, 376, 382, 432, 694, 802, 1346, 1366, 1847, 1895], "32000": 943, "32126": [1562, 1908], "32_64": [17, 56, 57, 58, 59, 60, 694], "32be": [55, 1329], "32bit": [17, 447], "32le": [55, 1329], "34": [270, 644, 1338], "35": [664, 987, 1337], "351abe79cd3800b38cdfb25d45015a15": 287, "36": [270, 379], "366": 108, "384": 367, "39": 148, "3ac096d0": 1249, "3d": [386, 454, 458, 503], "3dnow": 17, "3rd": [130, 758, 1347], "4": [1, 17, 19, 23, 37, 55, 56, 57, 58, 59, 60, 62, 66, 77, 93, 94, 95, 108, 120, 132, 136, 139, 143, 222, 246, 248, 249, 253, 254, 256, 257, 261, 262, 268, 270, 273, 274, 279, 281, 283, 285, 287, 290, 298, 305, 310, 368, 369, 374, 375, 376, 382, 383, 404, 415, 421, 429, 431, 432, 440, 457, 466, 469, 472, 473, 475, 480, 483, 492, 494, 495, 496, 497, 498, 510, 511, 532, 535, 551, 554, 561, 563, 564, 565, 566, 567, 568, 572, 573, 577, 624, 625, 644, 694, 732, 740, 757, 822, 904, 920, 923, 924, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 948, 955, 958, 962, 1033, 1035, 1123, 1156, 1207, 1237, 1251, 1252, 1253, 1256, 1271, 1277, 1317, 1318, 1319, 1325, 1329, 1340, 1344, 1347, 1349, 1361, 1364, 1368, 1371, 1372, 1373, 1374, 1375, 1381, 1382, 1383, 1385, 1386, 1388, 1503, 1521, 1523, 1562, 1563, 1636, 1731, 1732, 1795, 1839, 1840, 1851, 1870, 1910, 1917, 1963, 1997, 2026], "41": 1718, "42": [559, 1228], "4294967296": 249, "456": [269, 948], "45e7d55f13b87179bb12f907c8de6fc4": 279, "46": 148, "4634": [108, 367], "493": 143, "4_patch": 263, "4a89dc7e24ff212a7b5167bef7ab079d": 370, "4ad4016bd1d8d5412d135cf8ceea1bb9": 370, "4bb7932a29e6f73c97bb9272f2bdc393122f86e0": 287, "5": [17, 19, 20, 23, 55, 62, 77, 89, 93, 94, 95, 108, 132, 133, 136, 138, 139, 142, 143, 223, 246, 249, 253, 254, 255, 256, 261, 268, 273, 274, 279, 281, 283, 287, 310, 313, 367, 368, 379, 382, 383, 397, 404, 409, 410, 424, 436, 440, 455, 457, 461, 473, 474, 475, 476, 494, 496, 497, 509, 510, 538, 559, 740, 944, 946, 949, 950, 1020, 1113, 1244, 1324, 1327, 1329, 1334, 1340, 1345, 1349, 1398, 1515, 1610, 1718, 1795, 1845], "50": [664, 987, 1976, 1977], "50608": 309, "512": 367, "52": 1348, "53": 108, "5588a7b18261c20068beabfb4f530b87": 370, "56": [379, 948], "56789": 269, "58": 143, "59": 108, "6": [2, 3, 19, 54, 55, 62, 77, 83, 108, 120, 132, 133, 137, 139, 142, 229, 241, 246, 248, 249, 254, 256, 257, 261, 270, 273, 275, 279, 281, 283, 293, 302, 310, 318, 327, 365, 368, 376, 379, 382, 383, 391, 404, 409, 429, 434, 435, 458, 466, 469, 472, 483, 494, 512, 533, 539, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 626, 656, 783, 910, 941, 948, 955, 958, 1014, 1113, 1121, 1156, 1232, 1324, 1326, 1329, 1334, 1335, 1340, 1343, 1346, 1349, 1487, 1497, 1498, 1499, 1501, 1582, 1627, 1701, 1703, 1760, 1795, 1862, 1863, 1873, 1999, 2049, 2056], "60": [108, 367, 911], "600": 142, "605a34765aa5d5ecbf476b4598a862ada971b0cc": [263, 370], "61": 1348, "64": [17, 56, 57, 58, 59, 60, 89, 143, 236, 237, 238, 239, 262, 376, 382, 432, 447, 694, 803, 1317, 1347, 1431, 1588, 1817, 1891, 1895], "644": [24, 55], "645": 257, "64_32": [17, 56, 57, 58, 59, 60, 694], "64bit": [17, 447, 923], "64x64": 139, "66": 379, "668ddeb108710d271ee21c0f3acbd6a7517e2b78f9181c6a2ff3b8943af92b0195dcb7cce48aa3e17893173c0a39e23d": 287, "67": 379, "68247684da89b608d466253762b0ff11": 370, "68e20f674a48be38d60e129f600faf7d": 370, "6dfbe55f4d2edc5fe5c9197bca51ceaaf824e48eba0cc453088aee24": 287, "7": [0, 1, 2, 4, 6, 7, 8, 20, 23, 27, 28, 29, 37, 39, 53, 55, 58, 62, 64, 71, 73, 77, 81, 100, 102, 108, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 132, 136, 138, 141, 142, 143, 156, 208, 210, 220, 221, 222, 224, 229, 231, 237, 249, 251, 254, 256, 257, 259, 261, 262, 264, 265, 276, 287, 289, 290, 292, 310, 318, 322, 368, 375, 379, 382, 401, 405, 409, 414, 419, 421, 424, 447, 453, 455, 478, 480, 503, 535, 536, 551, 559, 582, 583, 597, 613, 626, 627, 656, 680, 715, 749, 750, 754, 755, 756, 761, 766, 767, 774, 775, 791, 792, 793, 794, 802, 835, 837, 838, 845, 859, 880, 884, 894, 895, 896, 927, 929, 930, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 974, 975, 976, 978, 989, 996, 997, 998, 1006, 1007, 1008, 1009, 1010, 1022, 1051, 1052, 1053, 1087, 1092, 1093, 1094, 1095, 1096, 1100, 1101, 1102, 1103, 1106, 1107, 1108, 1109, 1110, 1126, 1129, 1130, 1138, 1140, 1143, 1144, 1147, 1152, 1155, 1171, 1172, 1173, 1174, 1175, 1176, 1206, 1211, 1223, 1251, 1259, 1266, 1278, 1317, 1318, 1319, 1320, 1322, 1324, 1326, 1327, 1329, 1330, 1333, 1334, 1335, 1336, 1338, 1340, 1342, 1345, 1347, 1348, 1349, 1350, 1355, 1365, 1366, 1367, 1376, 1378, 1379, 1387, 1434, 1454, 1455, 1460, 1461, 1473, 1474, 1477, 1478, 1479, 1480, 1481, 1482, 1497, 1498, 1499, 1501, 1512, 1513, 1519, 1534, 1535, 1561, 1566, 1567, 1568, 1569, 1572, 1573, 1575, 1576, 1603, 1618, 1619, 1620, 1621, 1622, 1654, 1660, 1661, 1663, 1665, 1667, 1699, 1702, 1705, 1733, 1752, 1753, 1764, 1765, 1766, 1767, 1768, 1769, 1795, 1813, 1814, 1830, 1831, 1845, 1851, 1896, 1919, 2037, 2050, 2051, 2056, 2086], "70": [379, 653, 664, 727, 987, 1324], "703bd9caab50b139428cea1aaff9974ebee5742": [263, 370], "72": [664, 987], "75": 1453, "760": 618, "76713b23615d31680afeb0e9efe94d47d3d4229191198bb46d7485f9cb191acc": 287, "77": [446, 1343], "79": 263, "7a0b54896fe5e70cca6dd643ad6f672614b189bf26f8153061c4d219474b05dad08c4e729af9f4b009f1a1a280cb625454bf587c690f4617c27e3aebdf3b7a2d": 287, "7b4a9844f681c80ce93190d4e3185db9": 279, "7d1fb77e07ce59a81bed093bbee945bd": 279, "7d9a17ad2c962aa13e2fbb8043fb6b8a": 370, "7z": [129, 136, 266, 368, 1318], "7zip": [55, 129, 287, 1893], "8": [2, 3, 5, 7, 17, 19, 23, 31, 36, 43, 52, 53, 55, 56, 57, 58, 59, 60, 62, 66, 83, 93, 107, 108, 116, 120, 135, 136, 139, 141, 142, 143, 148, 152, 188, 192, 193, 194, 220, 228, 236, 237, 249, 256, 257, 261, 268, 274, 275, 277, 281, 285, 290, 298, 309, 310, 318, 319, 325, 329, 367, 368, 369, 376, 382, 387, 389, 394, 409, 411, 414, 415, 424, 429, 432, 437, 438, 442, 447, 454, 457, 458, 459, 461, 465, 469, 477, 483, 496, 551, 555, 556, 559, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 586, 587, 588, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 609, 610, 618, 627, 629, 694, 707, 736, 792, 793, 825, 853, 854, 855, 856, 864, 865, 868, 869, 941, 949, 963, 989, 995, 996, 997, 1006, 1066, 1067, 1125, 1156, 1164, 1224, 1236, 1241, 1242, 1269, 1285, 1288, 1317, 1318, 1319, 1320, 1321, 1325, 1326, 1328, 1329, 1330, 1331, 1336, 1338, 1340, 1342, 1345, 1348, 1349, 1419, 1455, 1460, 1461, 1462, 1563, 1649, 1795, 1832, 1833, 1851, 1864, 1873, 1882, 1889, 1892, 1895, 1896, 1956, 2055, 2056], "80": 2055, "8051": [1326, 1335], "86": [223, 1322], "8601": [108, 1332], "86_integr": 223, "88ff33": 136, "8b4a": 1249, "8bc9ceb8": 1249, "8d11": 1249, "9": [5, 17, 36, 55, 71, 74, 77, 93, 99, 108, 129, 132, 133, 136, 139, 141, 142, 143, 184, 242, 249, 256, 257, 261, 268, 273, 274, 275, 277, 281, 285, 311, 343, 367, 369, 379, 382, 383, 394, 410, 415, 424, 429, 446, 457, 472, 484, 535, 538, 539, 551, 578, 613, 628, 629, 630, 785, 787, 789, 804, 806, 833, 890, 922, 942, 950, 957, 961, 965, 992, 993, 996, 1081, 1082, 1255, 1319, 1322, 1326, 1327, 1331, 1340, 1341, 1345, 1349, 1377, 1404, 1412, 1416, 1423, 1524, 1535, 1608, 1609, 1631, 1643, 1700, 1741, 1787, 1836, 1837, 1892, 1896, 1921, 2055, 2056, 2069], "90": [446, 793, 1009, 1175, 2055], "95": 1329, "9687231": 287, "98": [268, 794, 996, 1006, 1052, 1172, 1319, 1324, 1702], "9899": 793, "99": [108, 793, 1009, 1175], "999999": 108, "9_": [108, 277], "A": [1, 2, 3, 5, 7, 8, 16, 18, 20, 22, 23, 24, 52, 53, 55, 56, 57, 58, 59, 60, 62, 63, 71, 77, 78, 83, 86, 90, 93, 98, 99, 100, 108, 113, 114, 116, 117, 118, 119, 130, 132, 133, 135, 136, 137, 138, 139, 142, 143, 148, 164, 167, 171, 223, 224, 230, 232, 236, 237, 238, 239, 248, 251, 255, 261, 262, 263, 265, 266, 268, 269, 273, 274, 275, 277, 279, 280, 281, 283, 285, 287, 289, 290, 293, 303, 304, 310, 325, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 344, 345, 346, 348, 349, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 365, 367, 368, 369, 370, 375, 376, 379, 382, 383, 391, 394, 422, 430, 446, 447, 454, 455, 462, 469, 472, 473, 474, 475, 476, 480, 511, 538, 551, 555, 559, 560, 563, 564, 582, 583, 613, 614, 636, 668, 685, 686, 687, 728, 747, 748, 761, 778, 779, 797, 800, 811, 825, 832, 844, 848, 849, 890, 894, 895, 896, 915, 923, 943, 945, 948, 950, 952, 955, 958, 963, 978, 987, 1031, 1034, 1035, 1050, 1060, 1081, 1085, 1086, 1087, 1092, 1103, 1136, 1147, 1148, 1149, 1152, 1157, 1162, 1192, 1208, 1211, 1212, 1230, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1331, 1334, 1335, 1336, 1337, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1379, 1401, 1472, 1527, 1532, 1535, 1561, 1562, 1563, 1564, 1566, 1586, 1605, 1631, 1635, 1639, 1643, 1680, 1684, 1690, 1707, 1720, 1725, 1729, 1760, 1789, 1790, 1792, 1793, 1801, 1845, 1908, 1918, 1970, 1971, 1972, 1979, 1980, 1981, 1982, 1983, 1984, 1986, 1987, 1997, 2058, 2061, 2062, 2071], "AND": [18, 21, 71, 135, 253, 271, 274, 277, 290, 370, 454, 687, 1338, 1684, 1690, 1720, 1729], "AT": [83, 145, 274, 293], "And": [17, 248, 254, 258, 285, 378, 473, 475, 489, 536, 1681, 1707, 1787, 1788, 1791, 1795], "As": [2, 18, 23, 58, 77, 119, 132, 230, 247, 248, 249, 251, 255, 266, 279, 281, 285, 290, 293, 310, 369, 370, 376, 559, 597, 601, 857, 944, 946, 1165, 1177, 1329, 1468, 1469], "At": [2, 62, 77, 137, 248, 250, 254, 255, 256, 257, 260, 263, 271, 273, 287, 292, 370, 376, 426, 432, 559, 586, 620, 948, 958, 1951], "Be": [83, 143, 274, 1258], "Being": 58, "But": [230, 274, 370, 721, 1081, 1113], "By": [3, 6, 7, 18, 21, 32, 36, 37, 53, 55, 56, 57, 58, 59, 60, 67, 68, 73, 77, 81, 90, 93, 102, 103, 114, 129, 132, 133, 136, 142, 236, 237, 238, 239, 246, 248, 258, 262, 263, 265, 266, 274, 279, 283, 285, 287, 289, 290, 293, 304, 310, 318, 340, 341, 358, 359, 368, 369, 370, 382, 398, 446, 447, 452, 457, 473, 474, 475, 536, 538, 551, 559, 797, 800, 833, 834, 844, 857, 917, 942, 943, 944, 945, 949, 950, 952, 955, 963, 969, 1030, 1089, 1090, 1092, 1143, 1153, 1154, 1157, 1161, 1162, 1170, 1396, 1397, 1398, 1399, 1400, 1401, 1403, 1404, 1405, 1409, 1411, 1414, 1416, 1457, 1488, 1491, 1499, 1529, 1530, 1535, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1566, 1567, 1568, 1569, 1589, 1590, 1593, 1594, 1597, 1619, 1684, 1713, 1718, 1720, 1731, 1732, 1754, 1781, 1785, 1786, 1794, 1819, 1839, 1840, 1843, 1844, 1846, 1848, 1865, 1872, 1985], "FOR": [83, 274], "For": [1, 2, 3, 7, 8, 16, 17, 18, 19, 20, 21, 22, 26, 35, 36, 40, 52, 55, 58, 70, 77, 83, 86, 89, 90, 91, 93, 94, 95, 98, 99, 107, 108, 111, 113, 114, 116, 117, 118, 119, 120, 121, 132, 133, 134, 136, 137, 138, 139, 142, 143, 145, 146, 147, 148, 149, 152, 167, 170, 172, 184, 188, 192, 193, 195, 196, 198, 199, 200, 201, 202, 204, 205, 206, 208, 209, 210, 211, 212, 213, 214, 217, 223, 229, 232, 236, 237, 238, 239, 246, 247, 248, 249, 252, 253, 256, 257, 259, 262, 263, 264, 265, 266, 268, 269, 270, 271, 272, 273, 274, 277, 279, 280, 281, 283, 285, 286, 287, 289, 290, 292, 293, 304, 309, 310, 313, 325, 329, 336, 347, 356, 359, 361, 367, 368, 369, 370, 379, 382, 391, 394, 407, 410, 415, 429, 446, 450, 454, 455, 457, 469, 472, 473, 474, 475, 478, 486, 487, 488, 490, 492, 494, 532, 533, 534, 535, 536, 538, 539, 551, 555, 559, 563, 567, 568, 572, 580, 582, 583, 618, 620, 637, 643, 674, 675, 679, 680, 681, 683, 684, 690, 703, 714, 717, 734, 738, 744, 757, 759, 781, 784, 785, 792, 811, 815, 841, 843, 850, 853, 854, 855, 856, 870, 882, 894, 895, 896, 903, 904, 915, 948, 954, 970, 971, 972, 973, 978, 985, 988, 989, 990, 991, 992, 993, 995, 996, 997, 998, 1006, 1007, 1008, 1009, 1010, 1013, 1014, 1018, 1019, 1020, 1021, 1022, 1032, 1033, 1034, 1038, 1039, 1051, 1054, 1057, 1060, 1063, 1064, 1070, 1076, 1081, 1082, 1089, 1090, 1100, 1101, 1104, 1117, 1118, 1119, 1126, 1129, 1136, 1137, 1143, 1149, 1150, 1151, 1152, 1155, 1156, 1158, 1159, 1165, 1166, 1167, 1171, 1172, 1174, 1175, 1188, 1197, 1208, 1211, 1213, 1214, 1223, 1225, 1226, 1230, 1237, 1240, 1244, 1245, 1247, 1251, 1252, 1256, 1258, 1259, 1261, 1268, 1270, 1271, 1272, 1274, 1275, 1277, 1287, 1315, 1318, 1320, 1325, 1326, 1336, 1340, 1342, 1343, 1345, 1348, 1354, 1362, 1418, 1422, 1429, 1445, 1453, 1463, 1486, 1488, 1502, 1535, 1556, 1558, 1562, 1563, 1584, 1589, 1590, 1600, 1621, 1627, 1628, 1632, 1634, 1638, 1645, 1646, 1654, 1656, 1661, 1673, 1675, 1681, 1684, 1690, 1693, 1699, 1705, 1707, 1715, 1718, 1720, 1729, 1738, 1742, 1743, 1754, 1756, 1757, 1760, 1762, 1773, 1787, 1788, 1791, 1795, 1801, 1818, 1820, 1822, 1824, 1841, 1842, 1850, 1854, 1862, 1868, 1872, 1880, 1890, 1907, 1908, 1915, 1948, 1967, 1975, 1978, 2037, 2071, 2079], "IF": [274, 1214, 1338, 1347, 1690, 1729, 1850], "IN": [17, 62, 86, 277, 684, 1745], "If": [2, 3, 7, 9, 10, 12, 17, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 33, 35, 36, 37, 38, 40, 43, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 80, 81, 83, 85, 86, 88, 90, 91, 93, 98, 99, 100, 102, 105, 107, 108, 112, 113, 114, 115, 116, 117, 119, 120, 121, 122, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 152, 156, 162, 167, 189, 208, 210, 223, 224, 230, 247, 248, 250, 253, 257, 262, 263, 265, 266, 268, 269, 270, 271, 273, 274, 276, 277, 279, 281, 283, 285, 287, 289, 290, 293, 294, 296, 298, 299, 303, 304, 310, 313, 325, 327, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 343, 344, 345, 346, 347, 348, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 365, 367, 368, 369, 370, 373, 375, 376, 379, 382, 383, 384, 389, 391, 394, 397, 403, 404, 407, 410, 411, 415, 418, 424, 425, 426, 427, 430, 432, 438, 444, 445, 446, 447, 450, 451, 452, 454, 455, 457, 461, 462, 469, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 484, 492, 494, 495, 496, 500, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 533, 534, 535, 536, 537, 538, 539, 542, 543, 551, 555, 559, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 747, 753, 754, 758, 778, 779, 781, 783, 786, 788, 791, 792, 793, 794, 796, 809, 811, 814, 816, 820, 822, 825, 835, 840, 842, 846, 848, 850, 851, 852, 860, 861, 882, 890, 893, 894, 895, 896, 899, 901, 902, 903, 904, 905, 907, 908, 909, 910, 911, 912, 913, 914, 915, 918, 941, 944, 946, 947, 948, 950, 952, 954, 955, 958, 965, 966, 967, 971, 972, 973, 974, 979, 983, 986, 987, 993, 994, 995, 996, 997, 1001, 1003, 1006, 1007, 1009, 1010, 1012, 1016, 1020, 1021, 1022, 1024, 1028, 1030, 1033, 1037, 1038, 1039, 1041, 1043, 1047, 1049, 1052, 1053, 1057, 1064, 1069, 1071, 1073, 1075, 1076, 1081, 1088, 1099, 1103, 1104, 1107, 1111, 1112, 1113, 1114, 1115, 1119, 1121, 1122, 1124, 1136, 1143, 1144, 1146, 1147, 1148, 1149, 1150, 1151, 1161, 1162, 1165, 1166, 1167, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1180, 1182, 1183, 1184, 1206, 1208, 1213, 1214, 1215, 1216, 1217, 1219, 1223, 1224, 1227, 1229, 1230, 1232, 1237, 1243, 1252, 1256, 1257, 1267, 1270, 1271, 1275, 1281, 1282, 1284, 1286, 1287, 1291, 1300, 1301, 1315, 1316, 1319, 1321, 1324, 1326, 1328, 1329, 1330, 1331, 1335, 1337, 1347, 1354, 1377, 1379, 1398, 1422, 1424, 1432, 1433, 1434, 1435, 1445, 1449, 1450, 1458, 1470, 1485, 1486, 1490, 1498, 1500, 1501, 1504, 1505, 1509, 1514, 1515, 1517, 1518, 1529, 1530, 1531, 1534, 1537, 1539, 1540, 1541, 1542, 1547, 1550, 1562, 1563, 1564, 1574, 1583, 1585, 1593, 1594, 1596, 1598, 1599, 1600, 1602, 1614, 1626, 1629, 1673, 1675, 1677, 1681, 1684, 1685, 1690, 1715, 1720, 1721, 1724, 1725, 1729, 1731, 1732, 1742, 1746, 1755, 1756, 1757, 1762, 1773, 1774, 1784, 1801, 1803, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1825, 1833, 1834, 1838, 1850, 1851, 1853, 1854, 1855, 1857, 1858, 1862, 1872, 1887, 1892, 1896, 1907, 1910, 1911, 1913, 1914, 1915, 1921, 1922, 1934, 1948, 1954, 1965, 1975, 1978, 2015, 2028, 2029, 2055, 2056], "In": [2, 3, 7, 14, 17, 18, 20, 21, 22, 36, 53, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 71, 75, 77, 79, 83, 86, 88, 91, 100, 108, 116, 118, 120, 121, 132, 133, 134, 136, 139, 142, 143, 167, 188, 222, 230, 247, 248, 249, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 262, 263, 266, 268, 269, 271, 273, 274, 275, 277, 279, 281, 285, 287, 289, 290, 293, 294, 304, 310, 325, 331, 334, 339, 340, 351, 354, 358, 362, 367, 368, 369, 376, 379, 382, 383, 389, 393, 394, 415, 419, 421, 422, 425, 426, 432, 446, 447, 452, 462, 473, 474, 475, 476, 480, 494, 496, 498, 535, 538, 555, 559, 561, 563, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 583, 605, 608, 616, 620, 627, 628, 631, 634, 635, 636, 637, 645, 647, 648, 650, 651, 652, 653, 655, 658, 659, 660, 661, 662, 663, 665, 667, 668, 669, 670, 672, 673, 674, 675, 676, 677, 678, 679, 685, 696, 697, 701, 702, 704, 712, 717, 718, 719, 722, 723, 724, 725, 726, 731, 736, 740, 761, 770, 857, 904, 916, 937, 939, 944, 946, 948, 950, 952, 953, 1081, 1087, 1088, 1092, 1103, 1129, 1130, 1147, 1148, 1149, 1155, 1156, 1224, 1270, 1281, 1313, 1318, 1320, 1322, 1323, 1324, 1326, 1327, 1333, 1337, 1339, 1409, 1429, 1448, 1465, 1490, 1514, 1517, 1518, 1529, 1530, 1531, 1547, 1550, 1589, 1634, 1638, 1673, 1675, 1684, 1690, 1695, 1720, 1729, 1787, 1788, 1791, 1795, 1801, 1832, 1841, 1845, 1846, 1847, 1849, 1864, 1881, 1882, 1904, 1905, 1906, 1907], "Into": 277, "It": [2, 3, 7, 10, 11, 14, 16, 18, 19, 20, 21, 40, 43, 55, 58, 64, 67, 71, 77, 78, 79, 80, 83, 93, 99, 100, 102, 116, 119, 124, 132, 134, 135, 136, 139, 141, 142, 143, 198, 215, 216, 218, 233, 234, 235, 240, 241, 242, 243, 244, 248, 252, 255, 258, 262, 263, 265, 266, 268, 269, 270, 271, 273, 274, 277, 279, 280, 281, 285, 287, 289, 290, 291, 292, 294, 299, 301, 302, 304, 305, 310, 313, 318, 343, 356, 364, 366, 367, 368, 369, 379, 382, 386, 391, 393, 394, 396, 407, 411, 417, 421, 426, 430, 431, 447, 460, 462, 463, 466, 468, 472, 473, 474, 475, 477, 480, 482, 483, 494, 496, 498, 499, 503, 505, 512, 533, 534, 535, 537, 540, 541, 550, 551, 555, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 747, 748, 751, 757, 766, 768, 769, 776, 780, 784, 792, 798, 808, 825, 840, 850, 869, 888, 894, 896, 911, 912, 915, 919, 939, 963, 967, 983, 1018, 1021, 1033, 1036, 1055, 1063, 1090, 1101, 1104, 1105, 1134, 1137, 1138, 1150, 1151, 1154, 1156, 1158, 1159, 1203, 1218, 1219, 1222, 1278, 1282, 1284, 1316, 1317, 1318, 1320, 1321, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1333, 1334, 1335, 1337, 1338, 1340, 1341, 1342, 1345, 1347, 1356, 1390, 1395, 1421, 1426, 1427, 1428, 1435, 1449, 1464, 1465, 1484, 1486, 1503, 1508, 1514, 1515, 1532, 1534, 1535, 1563, 1577, 1589, 1590, 1598, 1623, 1624, 1625, 1637, 1668, 1669, 1670, 1673, 1675, 1681, 1684, 1686, 1690, 1697, 1701, 1702, 1703, 1704, 1715, 1720, 1725, 1729, 1732, 1738, 1742, 1744, 1747, 1754, 1756, 1757, 1772, 1773, 1774, 1785, 1789, 1790, 1792, 1793, 1794, 1801, 1839, 1840, 1843, 1844, 1848, 1855, 1856, 1859, 1862, 1866, 1867, 1868, 1896, 1907, 1915, 1919, 1920, 1923, 1956, 1967, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1997, 2010], "Its": [21, 137, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 269, 273, 290, 447, 459, 537, 551, 1339, 1343, 1702, 1841, 1842, 1923], "NO": [71, 148, 274, 285, 303, 343, 391, 394, 1546, 1725], "NOT": [2, 17, 18, 21, 37, 55, 56, 57, 59, 60, 71, 86, 90, 120, 142, 247, 248, 266, 268, 271, 274, 279, 281, 290, 293, 296, 310, 356, 370, 391, 492, 541, 554, 563, 572, 729, 938, 982, 1133, 1187, 1202, 1267, 1453, 1742, 1801, 1868], "No": [6, 7, 16, 21, 52, 55, 71, 119, 132, 135, 136, 137, 139, 141, 142, 248, 270, 274, 277, 287, 347, 356, 358, 383, 447, 503, 618, 686, 728, 847, 895, 936, 1317, 1321, 1322, 1347, 1388, 1535, 1745, 1760], "Not": [37, 55, 143, 263, 283, 290, 310, 382, 447, 462, 643, 824, 890, 903, 908, 969, 1206, 1514, 1546, 2017, 2030], "ON": [2, 7, 24, 31, 37, 55, 71, 73, 77, 81, 100, 108, 129, 132, 133, 136, 137, 138, 142, 148, 187, 189, 220, 221, 229, 256, 260, 266, 268, 273, 279, 280, 281, 283, 285, 293, 296, 313, 326, 329, 364, 367, 369, 370, 376, 379, 382, 384, 419, 421, 432, 447, 472, 473, 475, 480, 511, 532, 555, 602, 631, 637, 660, 688, 703, 745, 809, 820, 822, 824, 825, 839, 842, 844, 853, 854, 855, 856, 857, 944, 946, 948, 949, 952, 953, 954, 955, 958, 988, 989, 990, 991, 992, 993, 995, 997, 998, 1004, 1005, 1007, 1008, 1010, 1039, 1041, 1042, 1051, 1053, 1092, 1107, 1148, 1171, 1173, 1174, 1176, 1182, 1183, 1228, 1241, 1245, 1257, 1258, 1267, 1317, 1323, 1336, 1354, 1357, 1366, 1367, 1398, 1403, 1406, 1433, 1434, 1435, 1436, 1505, 1565, 1595, 1596, 1719, 1735, 1783, 1833, 1834, 1886, 1887, 1914, 1953], "OR": [18, 21, 71, 135, 139, 230, 266, 274, 277, 379, 483, 687, 1338], "Of": [253, 541, 621], "On": [7, 17, 21, 52, 55, 56, 57, 58, 59, 60, 71, 77, 93, 106, 116, 126, 136, 151, 158, 159, 160, 180, 183, 188, 198, 248, 262, 266, 273, 274, 279, 285, 290, 292, 309, 313, 379, 382, 383, 391, 421, 422, 425, 450, 454, 457, 462, 473, 474, 475, 484, 489, 503, 535, 537, 541, 620, 692, 821, 851, 916, 917, 937, 939, 964, 1012, 1021, 1064, 1068, 1080, 1088, 1090, 1194, 1196, 1197, 1213, 1224, 1228, 1317, 1319, 1325, 1327, 1329, 1330, 1335, 1336, 1338, 1339, 1340, 1343, 1345, 1346, 1348, 1360, 1379, 1390, 1429, 1521, 1523, 1525, 1526, 1546, 1563, 1584, 1585, 1586, 1602, 1656, 1657, 1684, 1688, 1690, 1707, 1714, 1720, 1727, 1729, 1781], "One": [1, 2, 8, 17, 18, 24, 68, 113, 116, 117, 121, 126, 132, 137, 142, 230, 236, 237, 238, 239, 249, 262, 266, 271, 274, 279, 281, 285, 302, 304, 313, 326, 367, 379, 469, 539, 734, 858, 859, 978, 1060, 1081, 1104, 1152, 1211, 1228, 1318, 1325, 1328, 1338, 1344, 1345, 1893, 1910, 1963], "Or": [143, 198, 252, 256, 279, 376, 688, 1602, 1668, 1673, 1675, 1892], "Such": [6, 7, 56, 57, 58, 59, 60, 116, 119, 120, 247, 262, 263, 268, 273, 274, 275, 382, 538, 559, 618, 639, 674, 679, 685, 688, 702, 714, 1081, 1149, 1317, 1318, 1329], "THESE": 293, "That": [114, 116, 248, 250, 257, 259, 263, 266, 270, 283, 287, 368, 393, 559, 633, 709, 766, 1100, 1103, 1143, 1144, 1319, 1328], "The": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 35, 36, 37, 38, 39, 40, 43, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 85, 86, 89, 90, 93, 94, 95, 98, 99, 100, 102, 103, 104, 105, 107, 108, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 148, 150, 151, 153, 155, 157, 158, 159, 160, 161, 166, 169, 173, 175, 177, 178, 179, 180, 183, 186, 188, 189, 194, 197, 198, 207, 220, 221, 222, 223, 224, 225, 226, 229, 230, 231, 232, 236, 237, 238, 239, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 273, 274, 275, 276, 277, 278, 279, 280, 281, 284, 285, 287, 289, 290, 292, 293, 294, 297, 299, 302, 303, 304, 306, 308, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 348, 349, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 364, 365, 367, 368, 369, 371, 372, 375, 376, 377, 378, 379, 382, 383, 384, 385, 387, 388, 389, 391, 393, 394, 395, 396, 397, 398, 399, 400, 401, 403, 404, 405, 406, 407, 409, 410, 412, 413, 415, 416, 418, 419, 421, 422, 424, 425, 426, 427, 428, 429, 430, 432, 434, 435, 436, 437, 438, 439, 446, 447, 451, 452, 453, 454, 455, 456, 457, 458, 459, 461, 462, 463, 464, 465, 466, 469, 472, 473, 474, 475, 476, 477, 478, 480, 482, 483, 484, 492, 494, 495, 497, 500, 503, 506, 507, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 534, 535, 536, 537, 538, 539, 551, 555, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 745, 750, 754, 759, 761, 765, 766, 768, 775, 781, 782, 783, 784, 791, 792, 793, 794, 796, 798, 805, 809, 811, 824, 826, 827, 828, 829, 830, 831, 833, 834, 835, 837, 838, 843, 849, 857, 858, 859, 866, 867, 881, 888, 889, 891, 892, 895, 898, 900, 901, 902, 903, 904, 911, 912, 914, 917, 919, 921, 922, 937, 939, 942, 944, 945, 946, 948, 949, 950, 955, 957, 958, 960, 963, 964, 968, 969, 970, 971, 972, 973, 974, 976, 977, 978, 979, 980, 981, 982, 983, 987, 989, 994, 996, 998, 999, 1000, 1001, 1003, 1004, 1006, 1008, 1009, 1015, 1017, 1018, 1021, 1032, 1042, 1043, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1054, 1055, 1057, 1059, 1060, 1061, 1063, 1064, 1066, 1068, 1072, 1076, 1081, 1082, 1083, 1087, 1090, 1091, 1092, 1094, 1095, 1096, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1115, 1116, 1117, 1118, 1119, 1121, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1137, 1138, 1141, 1147, 1148, 1149, 1150, 1152, 1156, 1157, 1158, 1159, 1161, 1162, 1165, 1166, 1167, 1171, 1172, 1174, 1175, 1177, 1178, 1180, 1184, 1185, 1186, 1187, 1188, 1189, 1193, 1201, 1206, 1208, 1209, 1211, 1214, 1217, 1220, 1221, 1222, 1223, 1224, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1241, 1242, 1243, 1246, 1250, 1258, 1259, 1269, 1270, 1275, 1277, 1281, 1282, 1283, 1284, 1286, 1287, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1355, 1358, 1364, 1376, 1387, 1388, 1390, 1398, 1401, 1406, 1408, 1418, 1419, 1422, 1437, 1449, 1450, 1458, 1462, 1463, 1465, 1468, 1469, 1470, 1471, 1485, 1486, 1490, 1493, 1497, 1505, 1507, 1508, 1514, 1515, 1518, 1519, 1527, 1531, 1532, 1534, 1535, 1561, 1562, 1563, 1564, 1566, 1568, 1574, 1577, 1580, 1585, 1586, 1589, 1590, 1591, 1592, 1598, 1600, 1602, 1605, 1606, 1620, 1626, 1629, 1633, 1635, 1637, 1644, 1654, 1656, 1657, 1668, 1673, 1679, 1681, 1684, 1687, 1689, 1690, 1699, 1700, 1701, 1702, 1705, 1706, 1707, 1714, 1715, 1716, 1720, 1725, 1726, 1727, 1728, 1729, 1738, 1740, 1741, 1745, 1746, 1748, 1756, 1757, 1758, 1759, 1760, 1770, 1772, 1773, 1774, 1775, 1787, 1788, 1791, 1794, 1795, 1796, 1797, 1798, 1799, 1801, 1807, 1809, 1810, 1815, 1816, 1822, 1824, 1825, 1826, 1827, 1828, 1829, 1835, 1841, 1842, 1845, 1846, 1849, 1850, 1857, 1858, 1861, 1862, 1865, 1868, 1870, 1872, 1873, 1879, 1885, 1887, 1892, 1893, 1894, 1895, 1896, 1907, 1908, 1910, 1911, 1915, 1920, 1949, 1951, 1952, 1953, 1955, 1956, 1967, 1973, 1974, 1976, 1977, 2018, 2028, 2029, 2038, 2041, 2055, 2056, 2061, 2070, 2071, 2080], "Their": [14, 71, 120, 248, 256, 266, 277, 1104, 1330, 1338], "Then": [248, 249, 250, 253, 254, 255, 256, 257, 259, 277, 290, 293, 329, 379, 382, 462, 537, 706, 754, 835, 974, 1177, 1343], "There": [2, 20, 22, 40, 58, 71, 72, 77, 107, 116, 248, 251, 256, 262, 263, 266, 268, 269, 270, 271, 273, 277, 279, 281, 290, 370, 382, 383, 394, 424, 462, 469, 503, 532, 551, 728, 1111, 1258, 1330, 1389, 1554, 1597, 1690, 1713, 1720, 1729, 1785, 1786, 1953], "These": [1, 15, 20, 22, 53, 55, 56, 57, 58, 59, 60, 77, 90, 102, 113, 115, 116, 120, 121, 129, 132, 135, 136, 137, 139, 230, 249, 250, 262, 263, 266, 267, 268, 271, 273, 274, 275, 277, 278, 281, 283, 285, 287, 289, 290, 298, 304, 308, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 367, 368, 369, 382, 393, 394, 406, 407, 410, 422, 447, 450, 454, 462, 480, 484, 534, 535, 551, 555, 622, 674, 705, 708, 721, 792, 845, 894, 896, 904, 1021, 1126, 1129, 1130, 1152, 1156, 1157, 1158, 1159, 1208, 1230, 1286, 1317, 1320, 1322, 1326, 1329, 1330, 1331, 1332, 1333, 1334, 1336, 1337, 1338, 1339, 1341, 1342, 1346, 1454, 1473, 1479, 1510, 1562, 1564, 1572, 1593, 1644, 1656, 1657, 1673, 1674, 1675, 1738, 1750, 1811, 1828, 1829, 1908, 1921, 1967], "To": [1, 2, 3, 8, 18, 21, 51, 58, 60, 71, 77, 83, 86, 90, 100, 102, 108, 117, 118, 122, 132, 136, 137, 138, 139, 143, 224, 225, 226, 248, 249, 250, 251, 252, 254, 256, 257, 259, 260, 262, 264, 266, 271, 274, 277, 280, 283, 287, 290, 309, 310, 313, 326, 329, 362, 376, 381, 382, 391, 394, 415, 432, 454, 458, 462, 473, 474, 475, 480, 532, 551, 631, 643, 660, 857, 900, 907, 908, 913, 948, 952, 954, 969, 994, 1020, 1021, 1032, 1033, 1076, 1104, 1126, 1129, 1152, 1237, 1252, 1256, 1319, 1326, 1458, 1589, 1590, 1637, 1684, 1690, 1720, 1729, 1787, 1788, 1791, 1795, 1818, 1820, 1822, 1841, 1842, 2037, 2061, 2069, 2070, 2072], "WILL": 1284, "Will": [86, 143, 145, 147, 170, 172, 192, 194, 195, 199, 201, 203, 204, 206, 208, 210, 213, 217, 357, 363, 370, 424], "With": [2, 3, 55, 143, 248, 250, 254, 256, 257, 266, 270, 274, 279, 287, 290, 313, 368, 369, 383, 394, 415, 537, 555, 614, 618, 714, 734, 1022, 1081, 1287, 1324, 1326, 1328, 1329, 1330, 1333, 1334, 1340, 1532, 1951], "_": [18, 20, 53, 55, 77, 132, 139, 248, 271, 277, 280, 286, 290, 293, 367, 429, 469, 484, 534, 582, 597, 613, 734, 740, 1156, 1157, 1318, 1320, 1340, 1345, 1514, 1564], "__aligned__": 559, "__alignof__": 559, "__attribute__": 559, "__current_file_var__": 75, "__declspec": [260, 472, 1277], "__deprecated__": 559, "__func__": 792, "__has_c_attribut": 358, "__ibmxl__": [649, 1324], "__my_module_mod_my_sub": 534, "__mymodule_mod_mysub": 534, "__spec_install_post": 142, "__tryrun_output": 121, "__wxdebug__": 532, "_additional_include_dir": 446, "_additional_include_var": 446, "_alias": 266, "_aligna": 559, "_alignof": 559, "_android_toolchain_machin": [286, 1621, 1622], "_android_toolchain_prefix": [285, 286, 1620, 1622], "_android_toolchain_suffix": [285, 286, 1620, 1621], "_arcc_": 1568, "_archive_append": [286, 1624, 1625], "_archive_cr": [286, 1623, 1625], "_archive_finish": [286, 1623, 1624], "_asyncprot": 446, "_attribut": [286, 1341, 1690, 1729], "_autogen": [786, 788, 942, 944, 945, 946, 948, 950, 958, 1323, 1347, 1398, 1566], "_autogen_timestamp_dep": [944, 946, 1398], "_binary_dir": [93, 286, 370, 740, 1341, 1342], "_build": 285, "_build_source_dirs_prefix": 142, "_build_typ": 1761, "_byte_ord": [286, 544, 1330], "_cflag": 469, "_cflags_oth": [469, 1325, 1326], "_clang_tidi": [282, 286, 857, 1122, 1124, 1125, 1127, 1330, 1335, 1337, 1345, 1347], "_clang_tidy_export_fixes_dir": [282, 286, 1336], "_climbingstats_supported_compon": 279, "_cmake_": [40, 277, 286], "_code": 362, "_code_sign_on_copi": [282, 1279, 1281], "_command": 368, "_comp": [248, 279], "_compil": [145, 273, 285, 286, 347, 446, 596, 1317, 1328, 1668, 1794, 1847], "_compile_definit": 446, "_compile_flag": [375, 446], "_compile_object": [286, 1343], "_compile_opt": [424, 446], "_compiler_": 559, "_compiler_abi": 286, "_compiler_ar": [286, 1348], "_compiler_architecture_id": [286, 1854], "_compiler_external_toolchain": [285, 286], "_compiler_flag": 446, "_compiler_frontend_vari": [274, 286, 1336, 1341], "_compiler_id": [273, 274, 285, 286, 559, 585, 604, 607, 649, 689, 1317, 1318, 1324, 1342, 1432, 1634, 1668, 1669, 1670, 1695], "_compiler_is_": 559, "_compiler_launch": [272, 282, 286, 771, 817, 1198, 1219, 1319, 1320, 1326, 1335, 1343], "_compiler_link": [286, 1339], "_compiler_linker_frontend_vari": [286, 1339], "_compiler_linker_id": [286, 1339, 1638], "_compiler_linker_vers": [286, 1339], "_compiler_load": 286, "_compiler_predefines_command": 286, "_compiler_ranlib": [286, 1348], "_compiler_target": [273, 285, 286, 1317, 1847], "_compiler_vers": [273, 274, 285, 286, 297, 689, 1318, 1670, 1696, 1854, 2056], "_compiler_version_intern": 286, "_compiler_version_major": 559, "_compiler_version_minor": 559, "_compiler_version_patch": 559, "_component_instal": [310, 313], "_config": 58, "_considered_config": 58, "_considered_vers": 58, "_constexpr": 559, "_cpack_packag": [289, 394], "_cppcheck": [282, 286, 857, 1121, 1125, 1127, 1319, 1323, 1337], "_cpplint": [282, 286, 857, 1121, 1124, 1127, 1337, 1347], "_create_shared_librari": 286, "_create_shared_library_arch": 286, "_create_shared_modul": 286, "_create_static_librari": [286, 1623, 1624, 1625], "_d": 116, "_debug": 1034, "_debuginfo_file_nam": 142, "_debuginfo_packag": [132, 142], "_deep_lib": 1092, "_default_dir_permiss": 142, "_default_file_permiss": 142, "_default_group": 142, "_default_us": 142, "_defin": [375, 397], "_definit": 415, "_deleted_funct": 559, "_dep": 370, "_depend": [132, 313, 1345], "_deprec": 559, "_deprecated_msg": 559, "_descript": [93, 132, 139, 142, 143, 286, 313, 369, 1325, 1348], "_dir": [58, 263, 279, 368, 458, 1533], "_directori": 1321, "_disabl": [143, 313, 1346], "_display_nam": [139, 143, 313], "_embedded_item": 293, "_execut": [419, 421, 424], "_export": 382, "_extens": [120, 121, 143, 268, 282, 286, 688, 791, 792, 793, 794, 1129, 1332, 1655], "_extensions_default": [268, 286, 688, 1126, 1332, 1654], "_extern_templ": 559, "_extra_defin": 953, "_extra_dep": 555, "_extra_flag": 143, "_file": 52, "_file_nam": [129, 132, 133, 142, 1326, 1345, 1348], "_filenam": 55, "_final": 559, "_find_compon": [58, 248, 279], "_find_quietli": 58, "_find_registry_view": 58, "_find_requir": 58, "_find_required_": [58, 279], "_find_vers": 58, "_find_version_complet": 58, "_find_version_count": 58, "_find_version_exact": 58, "_find_version_major": 58, "_find_version_max": 58, "_find_version_max_count": 58, "_find_version_max_major": 58, "_find_version_max_minor": 58, "_find_version_max_patch": 58, "_find_version_max_tweak": 58, "_find_version_min": 58, "_find_version_min_count": 58, "_find_version_min_major": 58, "_find_version_min_minor": 58, "_find_version_min_patch": 58, "_find_version_min_tweak": 58, "_find_version_minor": 58, "_find_version_patch": 58, "_find_version_rang": 58, "_find_version_range_max": 58, "_find_version_range_min": 58, "_find_version_tweak": 58, "_flag": [1, 8, 113, 117, 146, 268, 280, 285, 286, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 343, 344, 345, 346, 348, 349, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 382, 451, 455, 578, 616, 626, 652, 698, 978, 1324, 1328, 1334, 1346, 1657, 1661, 1862], "_flags_": [1, 8, 113, 117, 266, 268, 286, 343, 651, 696, 698, 701, 978, 1334, 1656, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667], "_flags_debug": [286, 626, 1346], "_flags_debug_init": 286, "_flags_init": [146, 286, 688, 1328, 1346, 1658], "_flags_minsizerel": 286, "_flags_minsizerel_init": 286, "_flags_releas": 286, "_flags_release_init": 286, "_flags_relwithdebinfo": 286, "_flags_relwithdebinfo_init": 286, "_found": [18, 58, 248, 271, 279, 304, 379, 419, 421, 424, 426, 429, 433, 446, 451, 455, 462, 469, 492, 797, 800, 812, 813, 1340], "_group": 313, "_header_dir": 446, "_hidden": 313, "_hl_librari": 415, "_homepage_url": [93, 286, 1321], "_host_compil": [286, 347, 1456, 1669, 1670], "_host_compiler_id": [286, 1342, 1668], "_host_compiler_vers": [286, 1342, 1668], "_ignore_extens": 286, "_implicit_include_directori": [273, 286], "_implicit_link_directori": [171, 273, 286, 1675], "_implicit_link_directories_exclud": [272, 1673], "_implicit_link_framework_directori": [273, 286], "_implicit_link_librari": [273, 286, 1673], "_import_prefix": 248, "_includ": [93, 286, 370, 1339, 1789, 1790, 1793, 1794], "_include_befor": [93, 286, 1339, 1789, 1790, 1792, 1794], "_include_dir": [424, 446, 455, 469, 1325, 1326], "_include_path": 446, "_include_what_you_us": [282, 286, 857, 1121, 1124, 1125, 1337, 1340], "_includedir": 469, "_init": [286, 1513, 1660, 1661, 1663, 1665, 1667, 1753, 1814, 1831], "_input": [375, 397], "_input_": 455, "_instal": 285, "_install_directori": [137, 138, 1346], "_install_prefix_reloc": 142, "_interfac": 266, "_is_top_level": [93, 286, 740, 1331, 1341, 1342], "_ispc": 1115, "_kei": 362, "_keywords_missing_valu": [20, 1324], "_last_changed_log": 495, "_ldflag": 469, "_ldflags_oth": 469, "_lib_depend": [280, 593, 633, 1321], "_lib_nam": [446, 455], "_libdir": 469, "_librari": [379, 415, 419, 421, 424, 446, 455, 469], "_library_": 271, "_library_architectur": [286, 1709, 1710], "_library_debug": [379, 1325], "_library_dir": 469, "_library_releas": [379, 1325], "_library_version_str": 446, "_link_execut": 286, "_link_flag": 446, "_link_group_using_": [274, 286, 1334, 1720, 1721], "_link_librari": 469, "_link_library_": [286, 1341, 1690, 1725, 1729], "_link_library_file_flag": 286, "_link_library_flag": 286, "_link_library_suffix": 286, "_link_library_using_": [274, 286, 1150, 1151, 1334, 1725, 1729, 1730], "_link_no_pie_support": 356, "_link_pie_support": 356, "_link_what_you_use_flag": [286, 1155, 1332, 1734], "_linker_flags_init": 206, "_linker_launch": [272, 282, 286, 773, 819, 1200, 1331, 1337], "_linker_prefer": [286, 1136, 1680], "_linker_preference_propag": [286, 1679], "_linker_wrapper_flag": [8, 117, 286, 1152, 1682, 1684, 1690, 1720, 1729], "_linker_wrapper_flag_sep": [8, 117, 286, 1152, 1681, 1684, 1690, 1720, 1729], "_mathfunctions_supported_compon": 248, "_module_nam": [469, 1325], "_msc_ver": 2056, "_no_deprec": 536, "_noexcept": 559, "_noexcept_expr": 559, "_nullptr": 559, "_option": [451, 2007], "_output": [375, 397], "_output_": [455, 1156, 1157], "_output_extens": 286, "_output_head": [375, 397], "_output_nam": 282, "_output_sourc": 375, "_overrid": 559, "_p": 948, "_package_architectur": [132, 142, 1340, 1345], "_package_author": 139, "_package_autoprov": 142, "_package_autoreq": 142, "_package_autoreqprov": 142, "_package_break": [132, 1343], "_package_conflict": [132, 142, 1343], "_package_control_extra": 132, "_package_control_strict_permiss": 132, "_package_copyright": 139, "_package_depend": [132, 139, 1340], "_package_dependencies_": 139, "_package_descript": [139, 142, 1329], "_package_description_summari": 139, "_package_enh": [132, 1343], "_package_group": [142, 1344], "_package_homepage_url": 139, "_package_icon": [139, 1330], "_package_iconurl": [139, 1330], "_package_languag": [139, 1330], "_package_license_express": [139, 1330], "_package_license_file_nam": [139, 1330], "_package_licenseurl": [139, 1330], "_package_multiarch": 132, "_package_nam": [132, 139, 142, 1344, 1345], "_package_obsolet": 142, "_package_own": 139, "_package_predepend": [132, 1343], "_package_prefix": [142, 1329], "_package_prior": [132, 1344], "_package_provid": [132, 142, 1343], "_package_readm": 139, "_package_recommend": [132, 1343], "_package_release_not": 139, "_package_replac": [132, 1343], "_package_requir": 142, "_package_requires_post": 142, "_package_requires_postun": 142, "_package_requires_pr": 142, "_package_requires_preun": 142, "_package_sect": [132, 1344], "_package_shlibdep": [132, 1340], "_package_sourc": 132, "_package_suggest": [132, 142, 1343], "_package_summari": [142, 1329], "_package_tag": 139, "_package_tfm": 139, "_package_titl": 139, "_package_url": 142, "_package_vers": 139, "_packages_found": 369, "_packages_not_found": 369, "_path": [18, 56, 57, 59, 60, 282, 1281], "_platform": 347, "_platform_id": 286, "_popul": 370, "_post_install_script_fil": 142, "_post_trans_script_fil": 142, "_post_uninstall_script_fil": 142, "_postfix": [274, 282, 286, 1011, 1483], "_pre_install_script_fil": 142, "_pre_trans_script_fil": 142, "_pre_uninstall_script_fil": 142, "_prefix": 469, "_privat": 22, "_python": 1325, "_readabl": 382, "_real_nam": [555, 638], "_remove_headers_on_copi": [282, 1280, 1281], "_repository_branch": 139, "_repository_commit": 139, "_repository_typ": 139, "_repository_url": 139, "_requir": 313, "_restrict": 559, "_root": [56, 57, 58, 59, 60, 272, 286, 634, 704, 1321, 1325, 1337, 1348, 1548], "_script": 141, "_script_suffix": 60, "_share": [936, 1388], "_simulate_id": [286, 689], "_simulate_vers": [286, 689], "_sizeof_data_ptr": 286, "_source_dir": [93, 286, 370, 740, 1341, 1342], "_source_file_extens": [273, 286], "_spec_dat": [451, 455], "_standard": [120, 121, 268, 273, 282, 286, 688, 791, 792, 793, 794, 1126, 1130, 1336, 1702], "_standard_default": 286, "_standard_include_directori": [286, 1345, 1703], "_standard_latest": [286, 1341], "_standard_librari": [286, 1345, 1701, 1704], "_standard_link_directori": [286, 1342], "_standard_requir": [120, 121, 282, 286, 688, 1129], "_static": [469, 936, 1388], "_static_assert": 559, "_static_assert_msg": 559, "_static_defin": 536, "_std_": 559, "_subarrai": 446, "_support": [274, 286, 1684, 1690, 1720, 1725, 1729], "_swig_compil": 555, "_tag_": [282, 1319], "_target_": 262, "_test": 538, "_this_module_base_dir": 1465, "_thread_loc": 559, "_topdir": 142, "_unparsed_argu": 20, "_update_opt": 290, "_use_static_lib": 299, "_user_binary_specfil": 142, "_user_filelist": 142, "_using_linker_": [286, 1137, 1706], "_using_linker_lld": 1137, "_using_linker_mod": [286, 1707], "_variabl": [52, 277], "_verify_interface_header_set": 1229, "_version": [58, 93, 139, 248, 279, 286, 446, 451, 455, 462, 469, 2064, 2065, 2066, 2067], "_version_count": [58, 279], "_version_major": [58, 93, 248, 249, 279, 286, 446, 451, 455, 2063], "_version_minor": [58, 93, 248, 249, 279, 286, 446, 451, 455, 2063], "_version_patch": [58, 93, 279, 286, 2063], "_version_tweak": [58, 93, 279, 286, 2063], "_visibility_preset": [282, 285, 286, 623, 1317, 1340], "_wc_changeset": 418, "_wc_info": 495, "_wc_last_changed_author": 495, "_wc_last_changed_d": 495, "_wc_last_changed_rev": 495, "_wc_revis": [418, 495], "_wc_root": 495, "_wc_url": 495, "_win32": 260, "_winrt_dll": 1272, "_work": 446, "_xxx": 446, "_xxxx": [132, 142], "a1c2": 1249, "a2": 285, "a3": 116, "a8335801fdab": 1249, "a_macro": [759, 1054], "a_sourc": 609, "aa": [55, 907], "aarch64": [1328, 1330], "ab": 108, "ababd": 108, "abbd": 108, "abbrevi": [108, 1346], "abbreviate_brief": 394, "abc123": 263, "abcdef": 108, "abd": 108, "abi": [58, 135, 285, 454, 473, 475, 536, 591, 651, 696, 701, 804, 923, 1166, 1167, 1208, 1230, 1275, 1324, 1325, 1330, 1332, 1334, 1335, 1339, 1348, 1365, 1379, 1607, 1630, 1668, 1695, 1697, 1756, 1757, 1915, 2043], "abi3": [473, 475], "abil": [250, 254, 263, 368, 394, 580, 1081, 1325, 1328, 1331, 1334, 1341, 1348, 1522, 1865, 1872, 1967], "abl": [51, 58, 77, 81, 86, 115, 142, 247, 262, 271, 274, 281, 302, 370, 391, 447, 611, 627, 815, 950, 969, 1081, 1325, 1329, 1332, 1684, 1720], "abort": [25, 143, 368, 369, 893, 900, 907, 908, 913], "about": [6, 7, 18, 19, 23, 38, 58, 65, 67, 68, 70, 90, 102, 103, 105, 126, 138, 142, 247, 248, 252, 254, 263, 265, 266, 269, 271, 273, 274, 276, 279, 280, 283, 285, 287, 289, 290, 300, 313, 326, 343, 356, 368, 369, 370, 379, 419, 421, 425, 450, 457, 462, 463, 539, 555, 570, 581, 641, 678, 724, 728, 753, 784, 1104, 1150, 1151, 1160, 1183, 1317, 1318, 1319, 1329, 1330, 1337, 1340, 1344, 1346, 1348, 1668, 1690, 1729, 1742, 1801, 1963], "abov": [2, 3, 7, 10, 14, 18, 19, 20, 21, 23, 24, 37, 55, 56, 57, 58, 59, 60, 71, 77, 90, 93, 100, 116, 119, 120, 121, 122, 129, 139, 141, 143, 167, 233, 234, 235, 244, 246, 248, 249, 263, 266, 268, 269, 271, 273, 274, 277, 279, 281, 285, 287, 290, 299, 304, 368, 369, 370, 376, 379, 393, 406, 419, 421, 426, 430, 447, 457, 461, 473, 474, 475, 535, 551, 561, 563, 565, 571, 573, 574, 575, 576, 585, 597, 607, 614, 616, 618, 619, 620, 623, 625, 626, 627, 632, 633, 634, 635, 636, 637, 642, 649, 650, 651, 652, 669, 671, 672, 673, 674, 677, 678, 679, 680, 683, 684, 685, 687, 689, 690, 691, 692, 693, 695, 696, 697, 698, 701, 702, 704, 705, 706, 707, 708, 710, 714, 715, 716, 717, 718, 719, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 736, 738, 739, 895, 903, 904, 969, 1018, 1019, 1020, 1081, 1087, 1092, 1104, 1129, 1130, 1149, 1150, 1156, 1206, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1326, 1327, 1328, 1331, 1333, 1335, 1336, 1337, 1344, 1345, 1346, 1347, 1348, 1379, 1465, 1495, 1496, 1543, 1544, 1545, 1546, 1548, 1549, 1562, 1563, 1564, 1690, 1729, 1787, 1788, 1791, 1795, 1801, 1851, 1889, 1890, 1891, 1892, 1893, 1895, 1896, 1908, 1910, 1912, 1920, 1951, 2061, 2069, 2070, 2071, 2072], "abs_symlink": 167, "abs_symlink_or_copi": 167, "absenc": [22, 263, 274], "absoft": 1635, "absolut": [2, 9, 21, 22, 26, 55, 56, 57, 59, 60, 66, 71, 77, 81, 93, 99, 100, 114, 115, 116, 118, 119, 126, 132, 136, 137, 142, 143, 167, 169, 223, 248, 265, 266, 271, 273, 274, 279, 280, 281, 285, 287, 290, 292, 304, 310, 318, 325, 367, 368, 371, 394, 446, 456, 469, 473, 474, 475, 535, 537, 539, 575, 622, 636, 658, 676, 685, 749, 774, 775, 903, 964, 1081, 1100, 1103, 1122, 1143, 1144, 1206, 1322, 1329, 1330, 1331, 1336, 1337, 1343, 1346, 1356, 1358, 1376, 1387, 1430, 1505, 1562, 1564, 1589, 1621, 1841, 1910, 1914, 1949, 1952, 1956, 1957], "absolute_path": [21, 274], "abstract": [268, 280, 282, 287, 290, 383, 403, 559, 651, 696, 701, 717], "abstractli": 287, "absvar": 535, "abyss": 508, "ac": 493, "acc049fedc091a22f5f2ce39a43b9057fd93c910e9afd76a6411a28a8f2b8a12c73d7129e292f94fc0329c309df49434": 287, "acceler": [376, 383, 451], "accept": [16, 18, 19, 21, 36, 53, 55, 56, 57, 58, 59, 60, 67, 71, 77, 102, 119, 135, 136, 139, 142, 249, 262, 263, 266, 271, 274, 277, 279, 280, 287, 290, 292, 310, 330, 333, 337, 338, 346, 349, 350, 353, 362, 369, 370, 380, 382, 384, 394, 415, 447, 458, 459, 471, 545, 551, 559, 605, 639, 663, 687, 735, 761, 1087, 1147, 1148, 1150, 1223, 1227, 1317, 1318, 1319, 1321, 1322, 1323, 1327, 1328, 1329, 1333, 1335, 1339, 1342, 1347, 1348, 1409, 1564, 1634, 1638], "access": [2, 3, 21, 55, 72, 100, 126, 134, 136, 137, 248, 266, 281, 287, 313, 370, 426, 446, 447, 455, 538, 543, 551, 816, 831, 895, 1318, 1329, 1333, 1336, 1341, 1342, 1343, 1348, 1707], "accid": 568, "accident": [30, 287, 563, 630, 639, 690, 702, 707, 736, 1318, 1320, 1322, 1323, 1325, 1327, 1333], "accommod": 1258, "accompani": [77, 266, 271, 480], "accomplish": [249, 255, 259, 260], "accord": [21, 53, 55, 71, 77, 89, 139, 263, 266, 274, 283, 289, 293, 325, 447, 636, 710, 1325, 1343, 1746, 1865, 1872], "accordingli": [266, 274, 480, 948, 954, 955, 958, 1618, 1965], "account": [21, 54, 58, 143, 266, 274, 299, 411, 476, 477, 535, 663, 691, 693, 910, 1070, 1287, 1320, 1537, 1854], "accumul": [1, 8, 77, 113, 117, 268, 293, 551, 559, 978, 1060, 1152, 1211], "accur": [256, 271, 541, 563, 941, 1325, 1341], "accustom": 262, "achiev": [73, 116, 268, 379, 447, 592, 688, 857, 964, 1317, 1323, 1527, 1684, 1690, 1720, 1729, 1868], "acloc": [142, 287], "acml": 376, "acml_gpu": 376, "acml_mp": 376, "acquir": [252, 290], "acquisit": 910, "across": [37, 100, 119, 167, 263, 274, 277, 280, 287, 290, 304, 382, 454, 673, 678, 732, 843, 1214, 1224, 1318, 1325, 1330, 1340, 1453, 1680, 1850], "act": [248, 277, 290, 368, 666, 1137, 1219, 1334, 1715, 1724], "action": [23, 83, 136, 143, 186, 274, 277, 287, 290, 379, 384, 809, 1286, 1313, 1324, 1333, 1335, 1336, 1742, 1921, 1946], "activ": [52, 133, 218, 270, 290, 473, 474, 475, 476, 477, 483, 629, 1177, 1317, 1318, 1326, 1333, 1335, 1348, 1450], "activepython": [473, 474, 475], "activest": 498, "actual": [2, 6, 7, 40, 55, 63, 77, 83, 86, 100, 107, 108, 121, 137, 167, 176, 218, 249, 262, 266, 268, 271, 273, 274, 279, 287, 290, 298, 304, 310, 325, 367, 368, 369, 370, 378, 389, 393, 447, 462, 469, 538, 555, 587, 688, 746, 860, 910, 1021, 1104, 1129, 1130, 1148, 1149, 1177, 1301, 1333, 1340, 1341, 1723, 1828, 1829, 1849], "acycl": [116, 266], "ad": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 35, 36, 37, 38, 39, 40, 43, 45, 52, 53, 55, 56, 57, 58, 59, 60, 61, 62, 63, 65, 66, 67, 68, 70, 71, 73, 74, 75, 77, 81, 82, 83, 85, 86, 89, 90, 93, 94, 95, 97, 98, 99, 102, 103, 105, 107, 108, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 148, 151, 152, 153, 154, 155, 156, 158, 159, 160, 162, 163, 164, 165, 167, 168, 169, 170, 171, 172, 174, 176, 180, 181, 182, 183, 184, 186, 189, 191, 192, 193, 194, 201, 202, 203, 204, 205, 208, 209, 210, 211, 212, 215, 216, 217, 218, 220, 221, 223, 228, 229, 230, 236, 237, 238, 239, 246, 257, 261, 263, 265, 266, 268, 269, 270, 271, 273, 274, 277, 279, 280, 281, 283, 285, 287, 290, 292, 293, 296, 303, 304, 310, 311, 317, 318, 319, 321, 322, 325, 327, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 367, 368, 369, 371, 374, 375, 376, 377, 378, 379, 382, 383, 384, 387, 388, 389, 393, 394, 395, 396, 397, 398, 400, 401, 403, 405, 406, 407, 409, 410, 411, 412, 413, 415, 418, 419, 421, 422, 424, 425, 426, 427, 428, 429, 432, 433, 434, 435, 436, 437, 438, 439, 440, 446, 447, 449, 450, 451, 452, 453, 454, 455, 456, 457, 459, 461, 462, 464, 465, 469, 470, 472, 473, 474, 475, 480, 483, 484, 485, 491, 492, 494, 495, 497, 500, 503, 506, 507, 509, 510, 511, 532, 535, 536, 537, 538, 539, 551, 555, 557, 559, 563, 565, 591, 592, 593, 596, 601, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 747, 749, 750, 754, 760, 765, 767, 770, 774, 775, 776, 777, 779, 783, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 798, 802, 804, 806, 809, 814, 815, 822, 825, 826, 827, 828, 829, 830, 831, 835, 837, 838, 839, 842, 845, 853, 854, 855, 856, 857, 858, 859, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 883, 884, 885, 890, 892, 894, 895, 896, 897, 898, 902, 904, 907, 910, 911, 912, 915, 916, 917, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 954, 955, 956, 958, 959, 960, 961, 962, 963, 964, 965, 969, 974, 976, 978, 979, 980, 981, 982, 983, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1025, 1026, 1029, 1030, 1034, 1035, 1036, 1039, 1041, 1042, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1056, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1066, 1067, 1076, 1080, 1081, 1082, 1087, 1089, 1092, 1093, 1095, 1097, 1098, 1099, 1101, 1102, 1104, 1105, 1106, 1108, 1109, 1110, 1113, 1114, 1115, 1116, 1119, 1121, 1122, 1123, 1124, 1125, 1127, 1128, 1137, 1140, 1148, 1149, 1150, 1151, 1152, 1155, 1158, 1159, 1162, 1164, 1166, 1167, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1182, 1183, 1190, 1191, 1207, 1211, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1241, 1242, 1243, 1245, 1246, 1247, 1252, 1253, 1254, 1256, 1257, 1258, 1259, 1260, 1261, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1275, 1277, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1350, 1353, 1354, 1355, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1390, 1393, 1396, 1397, 1398, 1399, 1400, 1401, 1403, 1404, 1405, 1406, 1408, 1411, 1414, 1416, 1419, 1420, 1423, 1430, 1432, 1433, 1434, 1435, 1442, 1443, 1444, 1447, 1449, 1450, 1451, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1485, 1486, 1487, 1488, 1489, 1491, 1492, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1503, 1506, 1509, 1512, 1513, 1514, 1515, 1517, 1518, 1521, 1522, 1523, 1524, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1560, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1571, 1572, 1573, 1574, 1575, 1576, 1579, 1580, 1581, 1582, 1585, 1590, 1599, 1600, 1602, 1603, 1604, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1617, 1618, 1619, 1620, 1621, 1622, 1626, 1627, 1628, 1631, 1632, 1634, 1636, 1637, 1638, 1639, 1640, 1642, 1643, 1646, 1648, 1649, 1651, 1655, 1656, 1657, 1658, 1660, 1661, 1663, 1665, 1667, 1668, 1669, 1670, 1676, 1678, 1681, 1682, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1700, 1701, 1702, 1703, 1704, 1706, 1707, 1712, 1715, 1718, 1719, 1720, 1721, 1723, 1724, 1725, 1729, 1730, 1731, 1732, 1733, 1734, 1740, 1742, 1743, 1744, 1745, 1746, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1762, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1777, 1778, 1781, 1787, 1788, 1789, 1790, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1801, 1803, 1805, 1807, 1808, 1813, 1814, 1822, 1823, 1830, 1831, 1832, 1833, 1834, 1836, 1837, 1839, 1840, 1842, 1846, 1850, 1851, 1852, 1853, 1854, 1855, 1858, 1861, 1862, 1863, 1865, 1866, 1867, 1872, 1875, 1876, 1877, 1878, 1880, 1881, 1882, 1884, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1915, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1951, 1954, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1985, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2039, 2040, 2042, 2043, 2048, 2055, 2057, 2059, 2060, 2061, 2069, 2070, 2071, 2079, 2081, 2083, 2084, 2085, 2086], "adapt": [137, 287], "adaptor": 480, "add": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 16, 21, 26, 37, 53, 55, 73, 77, 81, 90, 100, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 128, 132, 137, 138, 141, 142, 143, 146, 149, 178, 184, 193, 196, 200, 202, 205, 209, 211, 214, 230, 248, 249, 250, 251, 253, 254, 255, 256, 257, 258, 259, 260, 262, 263, 266, 268, 271, 273, 274, 277, 279, 280, 285, 287, 290, 291, 293, 294, 304, 310, 318, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 367, 368, 369, 370, 376, 379, 381, 382, 389, 397, 398, 410, 430, 446, 447, 452, 455, 462, 469, 472, 473, 474, 475, 480, 484, 489, 494, 507, 536, 538, 539, 550, 551, 555, 563, 591, 617, 618, 620, 621, 625, 629, 639, 643, 644, 666, 672, 683, 688, 698, 702, 706, 707, 711, 714, 722, 781, 797, 798, 799, 800, 820, 822, 839, 844, 871, 872, 876, 884, 895, 925, 944, 948, 950, 963, 978, 983, 996, 1004, 1005, 1006, 1009, 1036, 1052, 1068, 1091, 1093, 1103, 1104, 1139, 1141, 1153, 1167, 1172, 1175, 1177, 1206, 1209, 1231, 1240, 1242, 1259, 1261, 1274, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1326, 1327, 1328, 1330, 1331, 1332, 1333, 1335, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1419, 1475, 1525, 1526, 1527, 1585, 1593, 1594, 1606, 1673, 1675, 1714, 1716, 1731, 1738, 1757, 1760, 1782, 1785, 1794, 1822, 1834, 1846, 1872, 2007], "add_": 597, "add_compile_definit": [1, 4, 111, 266, 267, 754, 1321], "add_compile_opt": [4, 113, 266, 267, 756, 838, 1318, 1321, 1656, 1657], "add_compiler_export_flag": [536, 1317], "add_custom_command": [3, 5, 6, 7, 52, 94, 95, 230, 248, 255, 266, 267, 274, 280, 368, 472, 594, 600, 610, 618, 648, 658, 673, 676, 714, 731, 735, 843, 986, 1018, 1156, 1317, 1318, 1322, 1324, 1326, 1329, 1330, 1331, 1333, 1336, 1337, 1338, 1339, 1340, 1342, 1345, 1346, 1347, 1348, 1357, 1429, 1755], "add_custom_target": [2, 5, 7, 16, 52, 71, 119, 230, 266, 267, 273, 274, 394, 562, 597, 618, 673, 714, 722, 750, 784, 843, 986, 1206, 1317, 1322, 1323, 1324, 1326, 1329, 1330, 1336, 1338, 1340, 1345, 1347, 1429, 1755], "add_definit": [97, 120, 267, 379, 382, 461, 565, 619, 754, 757, 1321, 1340, 1747], "add_depend": [3, 74, 77, 267, 273, 280, 368, 606, 618, 673, 851, 944, 946, 1164, 1177, 1317, 1340, 1347], "add_execut": [2, 3, 5, 7, 10, 55, 71, 77, 82, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 230, 246, 248, 249, 255, 258, 263, 266, 267, 268, 273, 274, 277, 283, 287, 325, 374, 375, 379, 382, 394, 397, 409, 410, 430, 447, 458, 472, 480, 538, 562, 563, 564, 594, 597, 609, 643, 675, 750, 760, 761, 844, 857, 900, 907, 908, 913, 919, 925, 948, 953, 1055, 1063, 1092, 1104, 1148, 1149, 1166, 1167, 1197, 1206, 1223, 1245, 1267, 1270, 1275, 1317, 1318, 1320, 1327, 1347, 1429, 1503, 1506, 1627, 1628, 1690, 1715, 1729, 1747, 1863], "add_feature_info": [369, 1347], "add_file_depend": 291, "add_flex_bison_depend": 397, "add_jar": [551, 1317, 1320, 1330, 1331, 1343], "add_librari": [2, 5, 6, 55, 71, 77, 82, 111, 112, 113, 114, 115, 116, 117, 118, 119, 230, 248, 254, 255, 256, 258, 260, 262, 263, 266, 267, 268, 271, 273, 274, 279, 280, 283, 285, 325, 382, 394, 447, 472, 473, 474, 475, 536, 551, 555, 559, 562, 563, 564, 597, 618, 724, 750, 760, 761, 844, 917, 919, 948, 988, 990, 991, 992, 1033, 1055, 1063, 1081, 1092, 1104, 1137, 1148, 1149, 1150, 1151, 1165, 1206, 1214, 1223, 1227, 1257, 1258, 1317, 1318, 1320, 1324, 1325, 1327, 1328, 1330, 1341, 1343, 1347, 1348, 1354, 1360, 1684, 1690, 1715, 1720, 1725, 1729, 1808, 1863, 1886], "add_link_opt": [1, 267, 767, 1322, 1656, 1657, 1681, 1682], "add_qt5_client": 948, "add_remov": 313, "add_subdirectori": [18, 65, 67, 68, 70, 75, 77, 98, 102, 103, 105, 110, 248, 256, 267, 273, 277, 280, 370, 573, 574, 642, 647, 676, 729, 775, 776, 809, 1320, 1323, 1335, 1338, 1354, 1463, 1742, 1782, 1787, 1788, 1791, 1795, 1872, 2058, 2061, 2062, 2071, 2073], "add_test": [40, 44, 71, 102, 105, 257, 267, 280, 290, 367, 410, 447, 494, 538, 624, 670, 718, 738, 777, 889, 893, 895, 900, 903, 904, 907, 908, 910, 913, 914, 986, 1219, 1321, 1325, 1327, 1328, 1339, 1342, 1343, 1855], "adddemo": 1197, "addfiledepend": [278, 1330], "addit": [1, 3, 7, 17, 21, 27, 53, 55, 56, 57, 58, 59, 60, 63, 64, 77, 86, 90, 112, 114, 116, 121, 130, 132, 134, 135, 136, 137, 138, 141, 142, 143, 229, 247, 248, 250, 254, 256, 257, 262, 263, 266, 269, 271, 273, 274, 277, 281, 283, 287, 290, 294, 299, 304, 310, 313, 318, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 368, 370, 382, 394, 409, 415, 422, 424, 426, 446, 447, 458, 462, 470, 472, 480, 484, 489, 503, 533, 535, 537, 538, 539, 551, 555, 559, 569, 601, 625, 676, 697, 704, 747, 748, 753, 761, 796, 798, 833, 834, 837, 838, 851, 852, 874, 882, 886, 898, 915, 920, 944, 946, 948, 950, 953, 955, 957, 958, 960, 963, 977, 993, 1013, 1030, 1063, 1087, 1100, 1101, 1103, 1104, 1105, 1121, 1138, 1141, 1143, 1144, 1147, 1148, 1149, 1155, 1214, 1275, 1317, 1319, 1320, 1322, 1324, 1325, 1326, 1329, 1330, 1331, 1332, 1334, 1337, 1341, 1343, 1346, 1348, 1361, 1362, 1363, 1364, 1368, 1370, 1371, 1372, 1373, 1374, 1375, 1381, 1382, 1383, 1385, 1386, 1388, 1389, 1392, 1393, 1396, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1453, 1465, 1475, 1476, 1492, 1494, 1495, 1496, 1520, 1551, 1552, 1554, 1555, 1559, 1560, 1564, 1570, 1571, 1589, 1593, 1597, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1690, 1711, 1712, 1713, 1717, 1722, 1723, 1729, 1735, 1739, 1758, 1759, 1762, 1763, 1772, 1779, 1780, 1784, 1785, 1786, 1804, 1805, 1841, 1846, 1850, 1852, 1875, 1876, 1877, 1878, 1884, 1886, 1909, 1915, 1916], "addition": [2, 22, 26, 77, 114, 116, 119, 120, 121, 132, 142, 162, 220, 222, 230, 231, 247, 266, 287, 313, 370, 382, 410, 411, 422, 433, 438, 446, 454, 455, 469, 538, 559, 678, 683, 714, 843, 950, 996, 1004, 1006, 1009, 1030, 1052, 1110, 1172, 1175, 1320, 1324, 1325, 1327, 1330, 1335, 1338, 1519], "additional_clean_fil": [282, 748, 942, 1324], "additional_make_clean_fil": [282, 1317, 1324], "additional_path": 447, "additionalfil": 1013, "additionalopt": 1347, "address": [139, 261, 367, 538, 674, 1223, 1258, 1289, 1319, 1341, 1925], "addresssanit": [1318, 1347, 2009], "adjac": 24, "adjust": [56, 57, 58, 59, 60, 124, 248, 266, 303, 382, 430, 539, 550, 551, 651, 696, 701, 761, 1078, 1087, 1319, 1323], "admediatorwindows81": 1266, "admin": [17, 132, 137, 535], "administr": [136, 141, 143, 326, 732, 1333], "admit": [62, 63, 71, 86, 127], "adopt": [280, 674], "adsp": [1334, 1358, 1635, 1845], "adsp_root": [272, 285, 1358], "adt": 132, "advanc": [88, 92, 132, 263, 271, 282, 287, 371, 430, 458, 489, 555, 904, 905, 1103, 1104, 1105, 1147, 1319, 1321, 1325, 1330], "advantag": [134, 271, 310, 368, 538, 1321, 1322, 1746], "advic": [77, 277], "advis": [18, 20, 114, 116, 248, 262, 279, 336, 368, 370, 1100, 1103, 1143, 1144], "advisori": 55, "ae50d9b9902526efd6c7a1907d09739f959c6297": 370, "aero": 136, "affect": [7, 10, 19, 20, 23, 26, 28, 37, 52, 71, 93, 100, 103, 104, 113, 116, 122, 137, 142, 167, 189, 262, 263, 266, 277, 280, 281, 290, 299, 310, 370, 379, 382, 446, 559, 560, 563, 571, 623, 628, 630, 631, 660, 661, 673, 688, 698, 719, 722, 728, 758, 761, 815, 891, 892, 904, 905, 963, 1029, 1035, 1080, 1104, 1131, 1139, 1147, 1156, 1157, 1158, 1159, 1161, 1162, 1170, 1206, 1208, 1213, 1230, 1231, 1270, 1318, 1328, 1330, 1333, 1334, 1340, 1346, 1348, 1357, 1521, 1523, 1589, 1595, 1596, 1719, 1841, 1868, 1907, 1923, 2073], "affin": [902, 1321], "aforement": [58, 130], "after": [2, 4, 7, 8, 18, 20, 21, 24, 26, 35, 36, 52, 53, 55, 56, 57, 58, 59, 60, 73, 77, 78, 81, 86, 90, 93, 100, 110, 114, 116, 119, 120, 132, 134, 136, 138, 142, 145, 147, 192, 194, 195, 199, 201, 203, 204, 206, 208, 210, 213, 217, 248, 249, 250, 255, 262, 263, 265, 266, 268, 270, 271, 273, 274, 277, 279, 280, 281, 285, 287, 290, 293, 304, 308, 310, 313, 318, 326, 327, 336, 361, 367, 368, 369, 370, 382, 429, 446, 462, 466, 469, 473, 474, 475, 489, 494, 532, 539, 583, 585, 607, 612, 614, 618, 642, 649, 676, 689, 734, 735, 737, 738, 775, 811, 815, 837, 838, 889, 892, 894, 895, 910, 911, 952, 978, 1038, 1086, 1091, 1105, 1110, 1121, 1122, 1149, 1155, 1156, 1157, 1189, 1193, 1212, 1214, 1223, 1225, 1287, 1290, 1320, 1321, 1323, 1324, 1326, 1330, 1331, 1333, 1334, 1335, 1336, 1338, 1339, 1340, 1341, 1342, 1343, 1345, 1347, 1348, 1465, 1521, 1523, 1562, 1606, 1657, 1684, 1720, 1734, 1743, 1762, 1782, 1794, 1850, 1868, 1926, 1976, 1977, 2054], "after_timeout": 37, "afterward": [20, 72, 170, 172, 950], "again": [18, 24, 55, 56, 57, 58, 59, 60, 75, 90, 93, 126, 132, 248, 249, 256, 266, 271, 273, 274, 285, 368, 370, 379, 393, 446, 462, 463, 484, 551, 673, 723, 753, 895, 948, 1318, 1320, 1322, 1331, 1332, 1690, 1729, 1801, 2016], "against": [77, 83, 270, 271, 285, 290, 303, 373, 376, 383, 387, 391, 395, 400, 401, 405, 408, 432, 435, 436, 438, 439, 446, 447, 450, 453, 461, 462, 467, 479, 482, 484, 485, 486, 487, 488, 489, 490, 491, 503, 506, 512, 513, 514, 515, 516, 532, 538, 577, 1076, 1094, 1095, 1096, 1100, 1102, 1106, 1169, 1177, 1229, 1277, 1319, 1328, 1329, 1338, 1854, 1873], "aggreg": [281, 792], "agnost": 1327, "agre": [133, 266], "agreement": [133, 693, 1333], "ahead": [250, 370, 1738], "aid": [139, 287, 407, 1340, 1347], "aim": [264, 370, 394], "aix": [77, 266, 273, 274, 541, 821, 916, 917, 1021, 1057, 1064, 1076, 1324, 1325, 1326, 1330, 1342, 1346, 1360, 1639, 1807, 1845], "aix_export_all_symbol": [282, 1326, 1359], "aix_shared_library_arch": [282, 1342, 1360], "aka": 108, "akin": 1536, "al": 452, "alexand": [430, 431], "algebra": [374, 376, 432], "algo": [367, 368, 1340], "algoresult": 37, "algorithm": [21, 22, 55, 108, 132, 142, 310, 327, 368, 386, 436, 1223, 1227, 1324, 1327, 1340, 1347], "alia": [2, 66, 102, 104, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 248, 280, 375, 379, 397, 584, 588, 597, 667, 668, 750, 918, 919, 1063, 1137, 1317, 1320, 1324, 1327, 1339, 1347, 1715], "alias": [262, 266, 394, 668, 792, 918, 919, 1320, 1486], "alias_glob": [6, 7, 282, 720, 1063], "aliased_target": [266, 282], "align": [141, 792], "aligna": [559, 792], "alignof": [559, 792], "all": [1, 2, 3, 8, 11, 12, 16, 17, 18, 19, 20, 21, 22, 23, 27, 32, 35, 36, 37, 43, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 77, 82, 83, 86, 90, 92, 94, 95, 98, 99, 104, 108, 110, 111, 113, 116, 117, 118, 119, 120, 124, 125, 126, 127, 129, 132, 133, 135, 136, 137, 141, 142, 143, 167, 220, 221, 222, 224, 229, 230, 231, 232, 247, 248, 249, 250, 254, 256, 257, 258, 259, 261, 262, 263, 265, 266, 268, 269, 270, 271, 273, 274, 276, 277, 279, 280, 281, 283, 285, 287, 289, 290, 293, 296, 298, 303, 304, 308, 313, 318, 325, 326, 327, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 365, 367, 368, 369, 370, 375, 376, 379, 380, 382, 383, 391, 393, 394, 398, 409, 411, 415, 421, 424, 426, 429, 430, 431, 432, 446, 447, 454, 455, 457, 458, 462, 469, 472, 473, 474, 475, 478, 480, 483, 484, 492, 532, 534, 535, 536, 537, 538, 541, 551, 555, 559, 561, 563, 565, 567, 572, 577, 578, 579, 586, 597, 618, 623, 629, 633, 634, 636, 637, 639, 642, 643, 656, 657, 659, 661, 662, 674, 675, 678, 679, 694, 695, 702, 712, 716, 717, 720, 722, 723, 728, 732, 733, 734, 735, 737, 739, 745, 758, 759, 765, 784, 797, 800, 808, 815, 823, 824, 841, 842, 843, 844, 867, 870, 892, 894, 895, 896, 903, 904, 908, 916, 920, 943, 944, 948, 955, 958, 970, 971, 972, 973, 978, 983, 987, 995, 1000, 1002, 1003, 1018, 1019, 1020, 1021, 1022, 1039, 1046, 1048, 1049, 1072, 1081, 1092, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1104, 1105, 1106, 1107, 1109, 1110, 1122, 1131, 1137, 1155, 1161, 1162, 1164, 1166, 1169, 1177, 1206, 1217, 1224, 1229, 1231, 1241, 1255, 1258, 1267, 1268, 1277, 1278, 1279, 1280, 1284, 1287, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1330, 1331, 1332, 1333, 1334, 1336, 1337, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1348, 1357, 1392, 1393, 1396, 1397, 1398, 1399, 1400, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1419, 1420, 1423, 1424, 1429, 1442, 1443, 1444, 1450, 1453, 1458, 1475, 1476, 1485, 1486, 1494, 1495, 1496, 1509, 1514, 1515, 1529, 1530, 1535, 1536, 1537, 1547, 1550, 1551, 1552, 1555, 1559, 1560, 1566, 1568, 1571, 1595, 1601, 1602, 1604, 1605, 1606, 1608, 1609, 1610, 1611, 1612, 1613, 1615, 1616, 1617, 1626, 1635, 1637, 1639, 1640, 1645, 1656, 1657, 1684, 1690, 1692, 1711, 1712, 1715, 1719, 1720, 1722, 1723, 1725, 1729, 1731, 1732, 1735, 1736, 1739, 1743, 1756, 1757, 1763, 1779, 1780, 1784, 1789, 1790, 1804, 1805, 1818, 1819, 1823, 1834, 1845, 1852, 1880, 1884, 1886, 1907, 1909, 1915, 1916, 1921, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1967], "all_build": [27, 120, 262, 783, 1339, 1495, 1496, 1823], "all_compon": [77, 273, 1331], "all_components_in_on": 313, "all_verify_interface_header_set": 1229, "alloc": [37, 901, 904, 1325, 1327], "allof": 281, "allow": [2, 3, 5, 7, 12, 18, 20, 21, 25, 37, 52, 53, 55, 58, 74, 77, 78, 107, 108, 111, 112, 113, 114, 116, 119, 120, 123, 132, 134, 136, 137, 138, 139, 143, 148, 182, 246, 248, 250, 251, 254, 256, 260, 262, 263, 266, 273, 274, 277, 279, 280, 281, 285, 287, 290, 309, 310, 313, 365, 367, 368, 370, 382, 394, 409, 450, 471, 496, 498, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 535, 538, 539, 551, 563, 571, 573, 580, 581, 582, 583, 584, 586, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 603, 604, 610, 612, 613, 615, 618, 620, 622, 627, 629, 637, 639, 640, 641, 651, 655, 663, 664, 667, 668, 670, 674, 675, 678, 687, 696, 701, 713, 721, 723, 725, 729, 730, 731, 747, 759, 784, 809, 817, 818, 819, 820, 835, 837, 838, 843, 845, 857, 869, 894, 896, 904, 905, 909, 910, 915, 948, 993, 994, 1004, 1021, 1030, 1054, 1066, 1100, 1101, 1166, 1167, 1205, 1214, 1275, 1287, 1293, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1338, 1340, 1342, 1343, 1346, 1347, 1348, 1458, 1532, 1563, 1564, 1567, 1569, 1589, 1590, 1755, 1756, 1757, 1770, 1820, 1822, 1841, 1842, 1849, 1850, 1859, 1889, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1915, 1927, 1951, 1963, 2029], "allow_duplicate_custom_target": [282, 562], "allow_system_includ": 22, "allow_system_lib": 22, "allow_unknown_compil": [559, 1347], "allow_unknown_compiler_vers": [559, 1347], "allowed_unknown_read_access": 1318, "allownoicon": 137, "alltestsinfoo": 410, "almost": [253, 277, 280, 370, 457, 551, 728, 754, 835, 974], "alon": [21, 120, 274], "along": [1, 7, 8, 21, 36, 37, 39, 58, 77, 113, 117, 248, 263, 266, 273, 274, 277, 279, 310, 313, 368, 382, 537, 538, 618, 978, 1021, 1060, 1121, 1124, 1125, 1127, 1152, 1211, 1319, 1320, 1324, 1331, 1340, 1343, 1345, 1347], "alongsid": [247, 415], "alphabet": [83, 108, 274, 382], "alphanumer": [108, 132, 277, 613], "alreadi": [2, 18, 21, 24, 35, 36, 37, 40, 55, 56, 57, 58, 59, 60, 65, 67, 68, 70, 71, 75, 78, 88, 91, 93, 100, 102, 103, 105, 118, 120, 135, 143, 146, 149, 175, 184, 190, 193, 196, 200, 202, 205, 209, 211, 214, 249, 252, 254, 256, 263, 265, 266, 275, 276, 279, 287, 289, 290, 292, 293, 299, 329, 347, 365, 368, 369, 370, 382, 394, 447, 450, 535, 537, 551, 555, 565, 580, 637, 639, 640, 655, 662, 673, 685, 686, 730, 740, 851, 892, 1063, 1088, 1206, 1320, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1337, 1340, 1341, 1490, 1600, 1743], "alsa": 371, "alsa_found": 371, "alsa_include_dir": 371, "alsa_librari": 371, "also": [9, 10, 13, 17, 18, 21, 22, 25, 37, 44, 52, 55, 56, 57, 58, 59, 60, 72, 77, 87, 89, 93, 108, 121, 126, 129, 132, 134, 135, 137, 139, 141, 142, 143, 146, 148, 149, 150, 161, 166, 173, 178, 179, 181, 182, 184, 193, 196, 200, 202, 205, 209, 211, 212, 214, 218, 220, 221, 222, 230, 231, 233, 234, 235, 244, 247, 248, 249, 250, 251, 252, 254, 255, 256, 257, 258, 262, 263, 266, 268, 270, 271, 273, 274, 277, 279, 280, 281, 283, 285, 293, 294, 302, 304, 310, 313, 318, 327, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 347, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 365, 368, 369, 370, 371, 375, 376, 377, 378, 379, 381, 382, 387, 394, 396, 397, 398, 403, 404, 406, 410, 411, 415, 419, 421, 422, 424, 425, 426, 427, 428, 429, 430, 436, 437, 444, 445, 446, 447, 451, 453, 454, 455, 456, 458, 460, 461, 462, 463, 464, 466, 468, 469, 471, 472, 473, 474, 475, 477, 479, 480, 484, 486, 487, 488, 489, 490, 492, 496, 497, 499, 503, 505, 506, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 533, 534, 535, 537, 538, 539, 551, 559, 560, 563, 572, 578, 587, 588, 597, 612, 615, 618, 620, 621, 626, 629, 634, 657, 674, 676, 679, 685, 710, 716, 722, 728, 729, 735, 738, 740, 750, 760, 784, 786, 788, 798, 799, 802, 803, 804, 809, 814, 839, 847, 883, 885, 893, 894, 895, 896, 898, 899, 900, 901, 902, 905, 907, 909, 910, 912, 937, 939, 952, 963, 964, 966, 969, 977, 985, 1002, 1005, 1021, 1024, 1030, 1033, 1048, 1056, 1064, 1072, 1073, 1076, 1080, 1088, 1090, 1092, 1094, 1095, 1096, 1097, 1098, 1100, 1102, 1103, 1104, 1106, 1108, 1109, 1110, 1111, 1113, 1132, 1134, 1143, 1148, 1150, 1151, 1153, 1154, 1158, 1159, 1163, 1166, 1167, 1177, 1180, 1201, 1203, 1205, 1208, 1220, 1221, 1225, 1226, 1230, 1239, 1242, 1270, 1272, 1275, 1277, 1281, 1285, 1287, 1288, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1330, 1331, 1332, 1333, 1334, 1339, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1354, 1357, 1358, 1365, 1389, 1390, 1394, 1395, 1409, 1419, 1422, 1432, 1445, 1449, 1464, 1465, 1466, 1467, 1468, 1469, 1490, 1512, 1513, 1517, 1518, 1529, 1530, 1532, 1533, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1554, 1580, 1589, 1590, 1597, 1602, 1620, 1621, 1622, 1623, 1624, 1625, 1631, 1634, 1638, 1639, 1643, 1658, 1661, 1668, 1673, 1675, 1679, 1684, 1686, 1692, 1701, 1703, 1704, 1706, 1707, 1713, 1715, 1718, 1720, 1725, 1731, 1732, 1734, 1738, 1742, 1743, 1752, 1753, 1756, 1757, 1758, 1759, 1762, 1772, 1773, 1774, 1775, 1783, 1784, 1785, 1786, 1789, 1790, 1792, 1793, 1794, 1801, 1813, 1814, 1818, 1819, 1820, 1823, 1825, 1828, 1829, 1830, 1831, 1835, 1841, 1842, 1843, 1844, 1845, 1846, 1848, 1849, 1856, 1857, 1858, 1872, 1873, 1879, 1885, 1887, 1889, 1890, 1896, 1904, 1905, 1906, 1907, 1908, 1910, 1915, 1918, 2015, 2037, 2039, 2044, 2055, 2056, 2061, 2063, 2071, 2074, 2079], "alter": 310, "altern": [4, 8, 21, 23, 55, 58, 100, 108, 117, 120, 121, 132, 134, 136, 137, 142, 167, 256, 257, 259, 262, 263, 266, 268, 271, 274, 283, 285, 287, 310, 367, 368, 379, 382, 421, 457, 538, 555, 559, 580, 620, 680, 754, 835, 882, 903, 917, 974, 977, 1021, 1080, 1150, 1151, 1152, 1161, 1162, 1163, 1324, 1329, 1538, 1564, 1684, 1690, 1720, 1729, 1744, 1783, 1887, 1955], "although": [2, 67, 77, 110, 137, 148, 248, 249, 257, 263, 266, 271, 273, 277, 285, 287, 290, 367, 368, 370, 382, 538, 670, 723, 728, 851, 1224, 1278, 1490, 1919], "altogeth": [86, 368, 618, 1318], "alwai": [2, 3, 7, 16, 17, 18, 20, 21, 22, 38, 53, 55, 56, 57, 58, 59, 60, 68, 71, 77, 81, 90, 93, 114, 115, 132, 133, 134, 135, 136, 137, 230, 247, 262, 263, 266, 267, 269, 271, 274, 277, 279, 280, 283, 285, 287, 290, 299, 304, 310, 313, 318, 336, 347, 368, 370, 382, 394, 430, 446, 447, 457, 462, 473, 474, 475, 480, 538, 568, 570, 573, 577, 580, 597, 613, 618, 620, 625, 636, 639, 645, 657, 661, 672, 674, 684, 685, 686, 688, 691, 709, 710, 716, 728, 730, 734, 740, 745, 746, 781, 785, 825, 839, 864, 895, 1005, 1063, 1080, 1148, 1149, 1170, 1213, 1267, 1318, 1322, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1337, 1340, 1341, 1342, 1345, 1348, 1424, 1468, 1469, 1532, 1563, 1600, 1680, 1701, 1725, 1775, 1818, 1820, 1890, 1912, 2010], "am": 1787, "ambient": 299, "ambigu": [71, 538, 1319], "amd": [376, 1331, 1338, 1571, 1574], "amd64": 1847, "america": 1329, "american": 136, "among": [58, 77, 248, 266, 270, 273, 279, 281, 382, 446, 455, 597, 618, 706, 808, 884, 1149, 1319, 1334, 1337, 1564, 1669, 1679, 1684, 1720, 1894, 1912], "amongst": [496, 498], "amount": [34, 290, 368, 379, 1323], "an": [0, 2, 3, 5, 6, 7, 8, 9, 10, 12, 13, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 36, 37, 38, 39, 40, 41, 42, 48, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 65, 68, 69, 70, 71, 74, 75, 77, 78, 83, 86, 88, 89, 90, 93, 98, 99, 100, 105, 108, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 146, 148, 158, 159, 160, 167, 169, 180, 183, 188, 220, 221, 222, 223, 228, 230, 231, 247, 248, 249, 250, 251, 252, 254, 255, 257, 260, 261, 262, 263, 265, 266, 268, 269, 271, 273, 274, 275, 277, 279, 280, 281, 282, 283, 285, 286, 287, 290, 292, 293, 294, 296, 297, 299, 301, 305, 309, 310, 313, 318, 319, 327, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 343, 344, 345, 346, 347, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 361, 363, 365, 367, 368, 369, 370, 375, 376, 378, 381, 382, 383, 386, 389, 394, 396, 397, 404, 410, 415, 419, 421, 422, 426, 430, 432, 433, 435, 443, 446, 447, 450, 454, 455, 457, 458, 459, 462, 467, 469, 471, 472, 473, 474, 475, 478, 481, 484, 485, 486, 487, 488, 489, 490, 492, 496, 497, 498, 503, 507, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 534, 535, 536, 537, 538, 539, 541, 542, 550, 551, 555, 559, 560, 563, 564, 565, 566, 568, 569, 570, 571, 573, 574, 576, 584, 587, 588, 597, 598, 599, 600, 601, 602, 606, 609, 610, 612, 613, 614, 615, 616, 618, 620, 622, 629, 632, 638, 645, 650, 651, 655, 657, 662, 663, 664, 666, 667, 668, 671, 674, 676, 678, 679, 681, 683, 684, 685, 686, 690, 696, 701, 709, 710, 714, 716, 717, 721, 723, 724, 734, 735, 742, 743, 747, 754, 755, 758, 768, 776, 781, 782, 783, 784, 808, 809, 811, 825, 832, 835, 840, 843, 851, 871, 872, 876, 886, 888, 892, 895, 903, 904, 909, 915, 917, 918, 919, 925, 943, 945, 948, 950, 953, 955, 957, 958, 960, 974, 975, 987, 993, 994, 996, 1006, 1009, 1018, 1021, 1022, 1029, 1030, 1038, 1040, 1041, 1043, 1052, 1057, 1058, 1063, 1064, 1066, 1068, 1070, 1072, 1076, 1078, 1080, 1081, 1083, 1085, 1086, 1104, 1105, 1122, 1136, 1137, 1141, 1143, 1148, 1150, 1151, 1152, 1153, 1154, 1156, 1157, 1160, 1161, 1162, 1165, 1166, 1167, 1172, 1175, 1177, 1178, 1180, 1184, 1185, 1186, 1187, 1195, 1205, 1206, 1208, 1223, 1224, 1228, 1229, 1230, 1239, 1273, 1275, 1276, 1287, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1351, 1354, 1356, 1380, 1389, 1418, 1422, 1430, 1449, 1458, 1484, 1490, 1498, 1507, 1508, 1510, 1511, 1531, 1536, 1537, 1551, 1554, 1562, 1564, 1577, 1580, 1591, 1592, 1597, 1598, 1607, 1625, 1630, 1632, 1646, 1651, 1673, 1675, 1677, 1679, 1680, 1683, 1684, 1688, 1690, 1693, 1694, 1713, 1715, 1720, 1723, 1725, 1727, 1729, 1731, 1732, 1738, 1743, 1744, 1747, 1756, 1757, 1760, 1761, 1762, 1770, 1785, 1786, 1794, 1808, 1824, 1846, 1855, 1873, 1904, 1905, 1906, 1908, 1910, 1915, 1949, 1951, 1955, 1967, 1973, 1974, 2037, 2054, 2061, 2071], "anaconda": [473, 474, 475], "analog": [52, 107, 1635, 1845], "analysi": [2, 31, 287, 290, 293, 329, 563, 807, 1124, 1317, 1520], "analyz": [397, 537, 807, 808, 857, 1128, 1286, 1921], "ancestor": [18, 273, 758, 1022], "ancient": [92, 633], "android": [77, 286, 292, 426, 643, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 933, 934, 935, 936, 1318, 1328, 1330, 1346, 1348, 1362, 1364, 1365, 1366, 1367, 1369, 1376, 1377, 1378, 1379, 1380, 1384, 1387, 1388, 1585, 1620, 1621, 1622, 1845, 1888], "android_add_test_data": 292, "android_ant_additional_opt": [282, 285, 1343, 1361], "android_api": [282, 285, 1362], "android_api_min": [282, 285, 1329, 1363], "android_arch": [282, 285, 1343, 1364], "android_assets_directori": [282, 285, 1343, 1368], "android_gui": [282, 285, 1370], "android_jar_depend": [282, 285, 1343, 1371], "android_jar_directori": [282, 285, 1343, 1372], "android_java_source_dir": [282, 285, 1343, 1373], "android_mk": [53, 1346], "android_native_lib_depend": [282, 285, 1343, 1374], "android_native_lib_directori": [282, 285, 1343, 1375], "android_ndk": 285, "android_ndk_root": 285, "android_process_max": [282, 285, 1343, 1381], "android_proguard": [282, 285, 1343, 1382], "android_proguard_config_path": [282, 285, 1343, 1383], "android_secure_props_path": [282, 285, 1343, 1385], "android_skip_ant_step": [282, 285, 1343, 1386], "android_standalone_toolchain": 285, "android_stl_typ": [282, 285, 1343, 1388], "androidmanifest": 925, "androidtestutil": [278, 1346], "angl": [118, 274, 792], "angular": 274, "ani": [0, 1, 2, 3, 4, 6, 7, 8, 9, 14, 16, 17, 18, 20, 21, 22, 23, 24, 27, 28, 29, 35, 36, 37, 38, 39, 43, 52, 53, 55, 56, 57, 58, 59, 60, 62, 63, 66, 69, 71, 77, 78, 79, 82, 83, 86, 87, 88, 90, 93, 98, 99, 100, 102, 103, 104, 107, 108, 110, 111, 113, 116, 117, 119, 120, 125, 129, 130, 132, 134, 135, 137, 141, 142, 143, 146, 147, 149, 167, 170, 172, 184, 192, 193, 195, 196, 199, 200, 201, 202, 204, 205, 206, 208, 209, 210, 211, 213, 214, 217, 218, 220, 229, 230, 232, 248, 249, 250, 251, 252, 254, 256, 257, 259, 262, 263, 266, 268, 270, 271, 273, 274, 275, 277, 279, 281, 283, 285, 286, 287, 289, 290, 293, 296, 299, 302, 304, 310, 313, 325, 327, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 343, 349, 350, 351, 352, 353, 354, 355, 356, 358, 359, 365, 367, 368, 370, 376, 378, 379, 382, 383, 391, 394, 397, 407, 419, 421, 425, 432, 446, 447, 457, 462, 469, 473, 474, 475, 478, 480, 482, 483, 492, 496, 498, 536, 537, 538, 539, 543, 551, 555, 559, 579, 583, 601, 602, 605, 613, 615, 618, 625, 627, 628, 629, 630, 637, 639, 643, 648, 655, 658, 662, 664, 674, 676, 681, 683, 684, 685, 686, 692, 697, 700, 712, 714, 722, 723, 728, 732, 733, 737, 750, 753, 754, 758, 761, 796, 816, 825, 831, 835, 843, 851, 852, 865, 870, 882, 890, 893, 894, 895, 896, 905, 906, 908, 910, 911, 912, 950, 952, 954, 963, 970, 971, 972, 973, 974, 987, 996, 1001, 1003, 1006, 1018, 1021, 1032, 1038, 1047, 1049, 1050, 1052, 1064, 1076, 1081, 1087, 1091, 1092, 1099, 1104, 1105, 1121, 1122, 1124, 1125, 1127, 1137, 1138, 1145, 1147, 1149, 1150, 1151, 1155, 1172, 1177, 1220, 1221, 1223, 1224, 1227, 1229, 1267, 1268, 1277, 1281, 1287, 1317, 1318, 1319, 1320, 1321, 1324, 1325, 1326, 1327, 1329, 1331, 1333, 1334, 1336, 1337, 1338, 1339, 1340, 1342, 1343, 1345, 1346, 1347, 1348, 1354, 1355, 1433, 1435, 1450, 1484, 1502, 1507, 1508, 1514, 1520, 1532, 1563, 1580, 1589, 1606, 1673, 1675, 1684, 1690, 1715, 1718, 1720, 1729, 1742, 1748, 1792, 1793, 1794, 1801, 1825, 1834, 1841, 1861, 1866, 1868, 1924, 2055, 2056, 2059, 2060, 2063, 2074], "anim": 424, "annoi": 290, "annot": [313, 368], "anonym": [1223, 1228, 1330], "anoth": [2, 3, 18, 20, 21, 24, 35, 37, 53, 56, 57, 58, 59, 60, 65, 67, 75, 77, 84, 86, 90, 98, 116, 118, 120, 132, 137, 236, 237, 238, 239, 246, 248, 251, 256, 257, 262, 263, 266, 270, 271, 273, 274, 279, 280, 281, 287, 293, 304, 319, 365, 368, 370, 396, 429, 462, 469, 480, 584, 601, 637, 639, 667, 678, 758, 843, 851, 952, 1072, 1103, 1104, 1143, 1149, 1165, 1177, 1287, 1319, 1322, 1323, 1339, 1340, 1448, 1690, 1729, 1845, 1967, 2044, 2045, 2046, 2047, 2048, 2052, 2053], "anotheralia": 394, "ansi": [52, 295, 376, 532, 546, 547, 548], "answer": [249, 251, 252, 253, 254, 256, 257, 270], "ant": [920, 935], "anticip": 489, "antileech": 374, "antipodean": 374, "anybodi": 254, "anymor": [137, 250, 763, 764, 1244, 1327, 1347], "anynewervers": [248, 250, 279, 304, 558], "anyof": 281, "anyth": [37, 109, 119, 189, 263, 271, 274, 281, 290, 293, 301, 331, 334, 340, 342, 351, 354, 358, 365, 368, 370, 394, 443, 565, 695, 733, 1150, 1177, 1743, 1845, 1868, 1963], "anywai": [370, 496, 679, 1322], "anywher": [8, 55, 117, 137, 279, 281, 370, 1104, 1152, 1156, 1326, 1532, 1684, 1690, 1720, 1729], "aocl": 376, "aocl_mt": 376, "apach": [509, 510, 1344], "apart": 692, "apf": 133, "api": [16, 52, 156, 220, 221, 222, 224, 231, 247, 264, 266, 269, 274, 275, 277, 284, 285, 287, 342, 368, 383, 384, 386, 401, 415, 417, 424, 426, 434, 446, 447, 450, 454, 482, 503, 534, 559, 601, 921, 922, 1296, 1297, 1318, 1324, 1326, 1327, 1329, 1335, 1340, 1346, 1362, 1376, 1377, 1519, 1930, 1931], "api_c": 274, "api_cxx": 274, "api_vers": 16, "app": [55, 58, 130, 136, 137, 138, 141, 274, 293, 431, 507, 539, 850, 867, 881, 968, 985, 1092, 1104, 1197, 1247, 1281, 1287, 1331, 1333, 1340, 1345, 1346, 1348, 2087], "app_extens": [1281, 1282, 1283, 1284], "app_impl": 1104, "appcom": 137, "appear": [6, 7, 35, 58, 71, 77, 90, 116, 118, 130, 132, 137, 138, 143, 248, 262, 266, 273, 274, 277, 279, 290, 293, 313, 368, 415, 534, 535, 560, 568, 601, 659, 703, 716, 726, 970, 971, 972, 973, 1004, 1032, 1104, 1110, 1148, 1149, 1326, 1341, 1344, 1487, 1533, 1596, 1684, 1690, 1701, 1702, 1720, 1729], "append": [2, 17, 18, 21, 22, 27, 28, 29, 31, 35, 37, 40, 53, 54, 55, 57, 58, 62, 73, 77, 81, 83, 90, 102, 108, 111, 112, 113, 114, 115, 116, 117, 118, 119, 126, 128, 129, 132, 136, 138, 141, 142, 248, 250, 254, 257, 263, 266, 269, 271, 274, 279, 280, 281, 283, 290, 291, 368, 369, 370, 379, 382, 446, 462, 473, 475, 480, 535, 537, 538, 539, 540, 575, 603, 663, 675, 702, 735, 892, 937, 938, 950, 952, 978, 982, 985, 1017, 1034, 1038, 1091, 1132, 1133, 1140, 1149, 1152, 1165, 1186, 1187, 1190, 1201, 1202, 1206, 1318, 1321, 1327, 1335, 1337, 1342, 1343, 1345, 1347, 1406, 1512, 1513, 1526, 1595, 1606, 1623, 1658, 1661, 1719, 1743, 1745, 1752, 1753, 1754, 1760, 1813, 1814, 1830, 1831], "append_path": 472, "append_str": [21, 40, 102], "appendic": 77, "appendix": 77, "appl": [55, 56, 57, 58, 59, 60, 77, 116, 130, 141, 151, 262, 268, 273, 274, 280, 285, 286, 376, 454, 473, 474, 475, 503, 585, 716, 721, 850, 1021, 1057, 1064, 1076, 1080, 1081, 1088, 1090, 1113, 1137, 1170, 1194, 1196, 1197, 1213, 1281, 1317, 1328, 1329, 1330, 1333, 1334, 1337, 1338, 1339, 1342, 1343, 1344, 1346, 1347, 1348, 1390, 1448, 1578, 1585, 1587, 1601, 1635, 1639, 1690, 1715, 1729, 1772, 1773, 1774, 1845, 2080], "apple_class": [1137, 1715], "appleclang": [251, 268, 274, 280, 559, 585, 983, 1137, 1317, 1324, 1329, 1336, 1634, 1635, 1639, 1690, 1715, 1729], "applescript": [133, 1344], "appletvo": 285, "appletvsimul": 285, "appli": [2, 17, 21, 40, 43, 55, 58, 71, 75, 77, 81, 83, 102, 107, 135, 136, 139, 141, 163, 164, 165, 167, 248, 251, 263, 268, 274, 277, 279, 281, 287, 290, 325, 368, 391, 394, 472, 473, 474, 475, 480, 535, 555, 603, 628, 629, 638, 643, 657, 703, 716, 717, 759, 781, 782, 867, 869, 880, 892, 955, 958, 965, 1004, 1054, 1072, 1122, 1148, 1151, 1184, 1185, 1186, 1187, 1286, 1320, 1321, 1323, 1326, 1346, 1347, 1589, 1725, 1744, 1762, 1772, 1773, 1774, 1841], "applic": [55, 58, 75, 100, 130, 132, 133, 135, 136, 137, 138, 143, 150, 156, 247, 248, 255, 257, 269, 287, 290, 293, 310, 313, 383, 391, 393, 415, 426, 429, 430, 443, 446, 447, 458, 473, 475, 482, 484, 503, 550, 566, 580, 593, 850, 866, 867, 881, 925, 967, 1004, 1041, 1043, 1076, 1104, 1155, 1160, 1161, 1197, 1232, 1239, 1247, 1267, 1276, 1318, 1323, 1329, 1330, 1336, 1340, 1345, 1348, 1389, 1521, 1839, 1845], "applicationdefinit": 881, "applicationsdir": 136, "applicationundertest": 494, "applink": 457, "appr": 1197, "appresourcedir": 1197, "approach": [116, 248, 254, 263, 271, 277, 279, 285, 290, 326, 370, 538, 563, 578, 594, 618, 620, 629, 680, 709, 728, 1281, 1319, 1327], "appropri": [8, 55, 58, 77, 107, 117, 132, 178, 220, 221, 222, 231, 247, 248, 249, 255, 257, 262, 266, 268, 271, 274, 279, 281, 283, 285, 287, 290, 293, 310, 368, 370, 383, 394, 410, 419, 421, 430, 447, 480, 484, 536, 538, 556, 557, 601, 688, 710, 915, 994, 1068, 1081, 1108, 1152, 1208, 1223, 1230, 1318, 1323, 1328, 1329, 1422, 1448, 1458, 1589, 1631, 1643, 1684, 1690, 1720, 1729, 1785, 1841, 1846], "approv": 271, "approxim": [92, 290, 541, 1228], "apt": 77, "aqua": 141, "ar": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 35, 36, 37, 38, 39, 40, 43, 52, 53, 55, 56, 57, 58, 59, 60, 62, 63, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 81, 82, 83, 84, 85, 86, 88, 89, 90, 92, 93, 98, 99, 100, 102, 103, 104, 105, 107, 108, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 145, 147, 148, 167, 186, 189, 192, 195, 199, 207, 212, 213, 217, 220, 223, 224, 225, 226, 229, 230, 231, 236, 237, 238, 239, 246, 247, 248, 249, 250, 251, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 265, 266, 267, 268, 269, 270, 271, 273, 274, 275, 276, 277, 278, 279, 280, 281, 283, 285, 286, 287, 289, 290, 292, 293, 294, 296, 299, 301, 303, 304, 308, 309, 310, 313, 318, 326, 327, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 343, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 365, 367, 368, 369, 370, 371, 375, 376, 377, 378, 379, 381, 382, 383, 384, 388, 389, 393, 394, 396, 397, 398, 399, 401, 403, 405, 407, 409, 410, 411, 415, 419, 421, 422, 424, 425, 426, 427, 429, 430, 431, 432, 433, 436, 438, 444, 445, 446, 447, 451, 454, 455, 457, 458, 460, 462, 464, 466, 468, 469, 472, 473, 474, 475, 476, 477, 478, 479, 480, 482, 483, 484, 486, 487, 488, 490, 492, 495, 496, 497, 498, 499, 500, 503, 505, 506, 507, 510, 511, 532, 533, 534, 535, 536, 537, 538, 539, 551, 555, 556, 557, 559, 561, 562, 563, 565, 573, 577, 579, 584, 592, 597, 604, 606, 612, 613, 614, 615, 616, 618, 620, 622, 625, 629, 630, 631, 632, 634, 636, 637, 639, 640, 642, 643, 649, 651, 652, 655, 658, 659, 663, 664, 665, 669, 673, 674, 676, 679, 683, 684, 688, 692, 694, 696, 701, 705, 708, 710, 711, 714, 715, 716, 717, 720, 722, 724, 726, 728, 732, 735, 737, 738, 739, 740, 745, 747, 753, 754, 758, 761, 768, 781, 782, 784, 785, 786, 788, 791, 792, 793, 794, 796, 797, 798, 800, 811, 814, 815, 823, 824, 835, 837, 838, 842, 843, 845, 847, 848, 850, 857, 858, 859, 862, 864, 870, 889, 892, 894, 895, 896, 898, 903, 904, 905, 908, 910, 915, 944, 945, 946, 948, 950, 951, 954, 955, 956, 958, 959, 963, 974, 976, 979, 980, 981, 982, 983, 986, 989, 993, 994, 996, 998, 1001, 1002, 1003, 1004, 1006, 1008, 1009, 1012, 1015, 1017, 1018, 1020, 1021, 1022, 1030, 1036, 1038, 1039, 1047, 1048, 1049, 1050, 1051, 1052, 1058, 1068, 1070, 1080, 1081, 1087, 1088, 1090, 1091, 1092, 1094, 1095, 1096, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1109, 1110, 1111, 1114, 1119, 1120, 1123, 1126, 1129, 1130, 1136, 1137, 1143, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1158, 1159, 1165, 1166, 1167, 1170, 1171, 1172, 1174, 1175, 1177, 1184, 1185, 1186, 1187, 1189, 1193, 1206, 1208, 1209, 1211, 1213, 1214, 1219, 1223, 1224, 1227, 1228, 1229, 1230, 1239, 1245, 1249, 1258, 1267, 1268, 1270, 1275, 1277, 1279, 1280, 1281, 1282, 1283, 1284, 1286, 1287, 1298, 1304, 1313, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1360, 1365, 1369, 1388, 1396, 1398, 1400, 1424, 1429, 1433, 1435, 1448, 1449, 1450, 1453, 1454, 1458, 1473, 1479, 1485, 1486, 1487, 1488, 1492, 1499, 1501, 1503, 1506, 1514, 1533, 1535, 1539, 1540, 1541, 1542, 1547, 1550, 1562, 1563, 1564, 1566, 1570, 1571, 1572, 1574, 1584, 1590, 1593, 1599, 1600, 1606, 1618, 1619, 1629, 1631, 1644, 1654, 1668, 1671, 1673, 1674, 1675, 1680, 1684, 1685, 1690, 1699, 1702, 1705, 1706, 1715, 1717, 1718, 1720, 1723, 1725, 1729, 1731, 1732, 1738, 1740, 1741, 1742, 1743, 1746, 1756, 1757, 1760, 1773, 1777, 1778, 1796, 1797, 1798, 1799, 1801, 1808, 1818, 1820, 1825, 1828, 1829, 1842, 1846, 1850, 1854, 1855, 1859, 1860, 1862, 1863, 1865, 1866, 1867, 1868, 1872, 1873, 1884, 1886, 1887, 1893, 1907, 1908, 1909, 1915, 1920, 1921, 1932, 1951, 1967, 1985, 2009, 2038, 2041, 2055, 2056], "arbitrari": [10, 143, 263, 273, 279, 280, 290, 313, 367, 368, 370, 396, 591, 670, 1030, 1157, 1343, 1873, 1963], "arch": [56, 57, 58, 59, 132, 223, 280, 285, 304, 382, 466, 620, 683, 1081, 1178, 1327, 1330, 1331, 1342, 1564, 1585, 1677, 1710], "arch_flag": 382, "arch_independ": [304, 558, 1323], "architectur": [17, 53, 56, 57, 58, 59, 60, 81, 115, 116, 132, 135, 137, 142, 143, 151, 177, 191, 236, 237, 238, 239, 262, 271, 281, 285, 362, 371, 379, 382, 383, 447, 473, 474, 475, 503, 535, 536, 544, 620, 664, 923, 987, 1050, 1081, 1113, 1116, 1178, 1179, 1319, 1322, 1323, 1324, 1327, 1328, 1330, 1333, 1334, 1339, 1340, 1345, 1346, 1364, 1365, 1366, 1390, 1431, 1453, 1508, 1563, 1564, 1571, 1574, 1585, 1626, 1632, 1677, 1709, 1710, 1772, 1847, 1854, 1895], "archiv": [2, 7, 8, 77, 116, 117, 132, 134, 136, 137, 141, 248, 259, 263, 273, 279, 280, 285, 287, 288, 310, 311, 313, 368, 370, 429, 435, 695, 716, 819, 821, 917, 937, 938, 939, 940, 1145, 1156, 1157, 1209, 1210, 1211, 1286, 1287, 1318, 1322, 1324, 1325, 1327, 1329, 1333, 1334, 1335, 1340, 1341, 1342, 1346, 1348, 1360, 1391, 1392, 1393, 1623, 1624, 1625, 1633, 1651, 1690, 1725, 1729, 1807, 1828, 1829, 1921, 1953], "archive_cr": [55, 1327, 1328, 1342], "archive_dir": 294, "archive_extract": [55, 1327], "archive_fil": [134, 313], "archive_output_directori": [7, 266, 282, 938, 1343, 1392, 2041], "archive_output_directory_": [282, 937, 1393], "archive_output_nam": [266, 274, 282, 940, 1180], "archive_output_name_": [274, 282, 939, 1180], "archiveextra": 266, "archivefil": 134, "archivegen": 136, "archlib": 466, "archs_standard": 304, "area": [18, 90, 134, 285, 289, 370, 1602], "aren": [21, 137, 283, 688], "arg": [2, 10, 18, 20, 51, 53, 77, 86, 99, 121, 257, 277, 287, 290, 367, 368, 370, 446, 538], "arg1": [63, 86, 145, 147, 192, 195, 199, 213, 217, 396, 447, 1629], "arg2": [145, 147, 192, 195, 199, 213, 217, 447, 1629], "arg_configur": 20, "arg_destin": 20, "arg_fast": 20, "arg_keywords_missing_valu": 20, "arg_lowercase_macro_nam": 20, "arg_my_instal": 20, "arg_my_install_configur": 20, "arg_my_install_destin": 20, "arg_my_install_fast": 20, "arg_my_install_keywords_missing_valu": 20, "arg_my_install_opt": 20, "arg_my_install_renam": 20, "arg_my_install_target": 20, "arg_my_install_unparsed_argu": 20, "arg_my_special_instal": 20, "arg_my_special_install_configur": 20, "arg_my_special_install_destin": 20, "arg_my_special_install_fast": 20, "arg_my_special_install_keywords_missing_valu": 20, "arg_my_special_install_opt": 20, "arg_my_special_install_renam": 20, "arg_my_special_install_target": 20, "arg_my_special_install_unparsed_argu": 20, "arg_opt": 20, "arg_renam": 20, "arg_some_keyword": 20, "arg_target": 20, "arg_unparsed_argu": 20, "arg_var": 66, "argc": [26, 63, 86, 248, 249, 277, 1346], "argn": [18, 20, 63, 86, 277, 396, 472], "args1": [2, 3], "args2": [2, 3], "argument": [0, 2, 3, 6, 7, 8, 9, 10, 14, 17, 18, 20, 21, 27, 28, 33, 37, 40, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 58, 59, 60, 62, 65, 66, 67, 71, 73, 75, 77, 79, 81, 82, 83, 93, 98, 99, 100, 102, 107, 108, 111, 112, 114, 115, 116, 117, 118, 119, 120, 121, 125, 126, 127, 128, 134, 135, 136, 138, 230, 247, 249, 255, 256, 257, 262, 263, 265, 266, 271, 273, 274, 279, 280, 281, 287, 290, 299, 304, 306, 308, 310, 313, 318, 336, 344, 345, 346, 361, 367, 368, 369, 370, 382, 396, 415, 446, 447, 462, 463, 469, 472, 473, 475, 480, 483, 492, 494, 497, 532, 536, 537, 538, 542, 554, 559, 569, 572, 576, 605, 614, 615, 630, 639, 645, 656, 676, 681, 685, 716, 728, 729, 734, 735, 738, 748, 758, 759, 775, 776, 792, 833, 834, 943, 948, 949, 950, 953, 957, 960, 986, 1054, 1121, 1122, 1123, 1128, 1152, 1219, 1234, 1286, 1291, 1300, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1339, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1394, 1395, 1397, 1449, 1451, 1499, 1514, 1529, 1530, 1536, 1547, 1550, 1598, 1619, 1633, 1644, 1681, 1682, 1684, 1690, 1720, 1729, 1855, 1934, 1967], "argv": [20, 26, 52, 63, 86, 99, 248, 249, 277, 1346], "argv0": [63, 86], "argv1": [63, 86], "argv2": [63, 86], "aris": [268, 559, 685], "arithmet": 383, "arm": [145, 223, 236, 237, 238, 239, 262, 285, 370, 376, 550, 1113, 1319, 1322, 1324, 1334, 1335, 1336, 1344, 1364, 1366, 1367, 1635], "arm64": [137, 143, 151, 237, 238, 239, 262, 285, 923, 1081, 1113, 1319, 1328, 1334, 1337, 1364, 1365, 1390, 1563, 1895], "arm_ilp64": 376, "arm_ilp64_mp": 376, "arm_integr": 223, "arm_mp": 376, "arm_standalon": 223, "arma_dont_use_wrapp": 374, "armadillo": 374, "armadillo_found": 374, "armadillo_include_dir": 374, "armadillo_librari": 374, "armadillo_version_major": 374, "armadillo_version_minor": 374, "armadillo_version_nam": 374, "armadillo_version_patch": 374, "armadillo_version_str": 374, "armcc": [1344, 1635], "armclang": [251, 280, 683, 1324, 1331, 1635], "armeabi": [285, 1365, 1366, 1367], "armenian": 137, "armv7": [285, 923], "armv8": 923, "around": [18, 55, 137, 139, 171, 274, 287, 291, 367, 420, 462, 502, 538, 540, 565, 571, 618, 670, 754, 781, 782, 835, 974, 1214, 1318, 1320, 1327, 1344, 1345, 1631, 1643, 1850, 1922], "arpcom": 143, "arphelplink": 143, "arphelptelephon": 143, "arpsiz": 143, "arpurlinfoabout": 143, "arpurlupdateinfo": 143, "arrai": [52, 108, 134, 273, 281, 287, 290, 415, 447], "arrang": [58, 116, 248, 279, 370, 1064], "articl": 99, "artifact": [7, 18, 58, 116, 118, 135, 247, 262, 263, 273, 279, 285, 287, 368, 1022, 1057, 1191, 1317, 1324, 1325, 1327, 1331], "arto": 1845, "asc": 1534, "ascend": [83, 274, 1534], "ascii": [55, 108, 136, 277, 1320, 1329], "ask": [55, 116, 137, 138, 248, 263, 270, 271, 273, 279, 310, 379, 462, 496, 538, 563, 566, 568, 620, 894, 895, 896, 902, 1340, 1505, 1914, 1952, 1957], "asm": [43, 93, 272, 301, 679, 848, 1328], "asm_marmasm": [43, 93, 145, 1336], "asm_marmasmflag": 146, "asm_masm": [43, 93, 145, 1318], "asm_masmflag": 146, "asm_nasm": [43, 93, 145, 1348], "asm_nasmflag": 146, "asmflag": 146, "asound": 371, "aspect": [21, 55, 274, 370, 1081, 1330, 1331, 1336, 1690, 1725, 1729], "aspel": 372, "aspell_definit": 372, "aspell_execut": 372, "aspell_found": 372, "aspell_include_dir": 372, "aspell_librari": 372, "assembl": [145, 262, 293, 365, 446, 679, 1336, 1725], "assembli": [43, 93, 145, 146, 383, 679, 1177, 1242, 1319, 1347], "assert": [125, 792, 793, 1325, 1801], "assess": 261, "asset": [263, 370, 924, 1336], "assign": [17, 21, 24, 36, 83, 119, 281, 313, 369, 496, 498, 538, 811, 902, 904, 1027, 1318, 1324], "assist": [138, 247, 279, 379, 531, 1754], "associ": [2, 7, 20, 21, 23, 40, 53, 58, 77, 103, 114, 116, 119, 136, 141, 148, 248, 251, 262, 263, 266, 268, 269, 273, 274, 281, 287, 290, 293, 310, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 368, 370, 383, 394, 447, 457, 469, 497, 551, 555, 597, 610, 728, 742, 765, 771, 773, 792, 817, 819, 843, 844, 847, 859, 894, 896, 898, 914, 915, 1027, 1040, 1104, 1120, 1150, 1151, 1177, 1198, 1200, 1223, 1229, 1283, 1320, 1321, 1326, 1327, 1328, 1330, 1333, 1334, 1335, 1336, 1337, 1340, 1341, 1342, 1346, 1348, 1496, 1684, 1690, 1720, 1729, 1845], "assum": [2, 3, 18, 22, 23, 52, 55, 58, 71, 77, 90, 99, 114, 116, 124, 130, 138, 143, 230, 253, 263, 271, 274, 285, 287, 290, 310, 336, 361, 368, 370, 446, 450, 454, 469, 473, 474, 475, 483, 484, 551, 555, 565, 585, 607, 649, 689, 714, 715, 735, 737, 903, 904, 948, 950, 1122, 1137, 1154, 1177, 1208, 1230, 1317, 1347, 1501, 1514, 1534, 1535, 1537, 1715, 1732, 1743, 1851, 1854], "assumpt": [584, 586, 737, 1154, 1490, 1732, 1801], "assur": 482, "asynchdn": 384, "atk": 409, "atkmm": 409, "atla": 376, "atof": 249, "atom": 55, "att": [43, 93, 145], "attach": [2, 22, 52, 287, 290, 382, 693, 886, 887, 895, 1018, 1331, 1332, 1333, 1334, 1337], "attached_fil": [37, 282, 887, 1331], "attached_files_on_fail": [37, 282, 1331], "attempt": [30, 36, 40, 55, 56, 57, 58, 59, 60, 248, 266, 269, 271, 273, 279, 281, 283, 290, 368, 370, 383, 391, 415, 446, 455, 476, 484, 538, 551, 565, 598, 599, 754, 835, 974, 1317, 1348, 1535, 1873, 1887], "attent": [90, 313], "attflag": 146, "attr": 142, "attract": 90, "attribut": [133, 141, 143, 282, 286, 313, 358, 559, 717, 721, 792, 831, 883, 884, 885, 1208, 1230, 1232, 1248, 1250, 1285, 1288, 1340, 1341, 1346, 1347, 1348], "atyp": 538, "audio": [452, 489, 1845], "augment": 136, "august": 591, "aut": 494, "auth": [36, 55, 721], "authent": [36, 368], "author": [36, 55, 100, 132, 139, 265, 271, 279, 287, 304, 368, 430, 431, 495, 533, 551, 556, 557, 1104, 1329, 1335, 1336], "author_warn": [90, 142], "auto": [52, 53, 130, 132, 133, 141, 142, 318, 379, 382, 538, 736, 792, 945, 948, 951, 955, 956, 958, 959, 1304, 1318, 1325, 1345, 1401, 1618, 1760], "auto_depend_on": [318, 1347], "autocomplet": 281, "autoconf": 287, "autodetect": 446, "autoformat": 281, "autogen": [711, 843, 943, 944, 947, 948, 958, 1397, 1566, 1567], "autogen_better_graph_multi_config": [282, 1396], "autogen_build_dir": [282, 283, 948, 949, 958, 1319, 1348], "autogen_command_line_length_max": [282, 948, 958], "autogen_origin_depend": [282, 283, 946, 1323, 1398, 1566], "autogen_parallel": [282, 948, 958, 1320, 1399], "autogen_source_group": [282, 787, 789, 790, 843, 948, 955, 1348], "autogen_target_depend": [282, 283, 944, 950], "autogen_targets_fold": [282, 788, 948, 955, 958], "autogen_use_system_includ": [282, 711, 1337, 1400], "autogener": [389, 472], "autom": [94, 95, 287, 650, 1122, 1347], "automat": [0, 2, 3, 4, 6, 7, 10, 11, 12, 18, 21, 23, 27, 37, 44, 53, 55, 57, 58, 71, 77, 82, 90, 92, 107, 109, 112, 116, 120, 129, 130, 132, 133, 134, 136, 137, 138, 141, 142, 143, 171, 236, 248, 262, 263, 266, 269, 271, 273, 274, 279, 280, 283, 285, 287, 289, 290, 292, 302, 310, 313, 318, 326, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 367, 368, 369, 370, 376, 379, 382, 383, 394, 410, 411, 419, 421, 430, 447, 458, 462, 472, 480, 484, 534, 538, 555, 565, 571, 580, 627, 651, 674, 676, 683, 696, 697, 701, 724, 754, 786, 788, 792, 802, 803, 804, 807, 808, 811, 814, 835, 843, 844, 851, 859, 894, 895, 896, 900, 907, 908, 913, 916, 942, 948, 951, 955, 956, 958, 959, 963, 974, 1021, 1038, 1043, 1058, 1064, 1090, 1092, 1093, 1149, 1155, 1156, 1205, 1277, 1304, 1317, 1318, 1320, 1321, 1326, 1327, 1329, 1331, 1333, 1334, 1335, 1339, 1340, 1341, 1345, 1346, 1347, 1348, 1358, 1379, 1402, 1410, 1413, 1432, 1458, 1593, 1594, 1673, 1674, 1675, 1690, 1725, 1729, 1756, 1757, 1760, 1850, 1854, 1862, 1887, 1892, 1907, 1915, 1956], "automoc": [94, 266, 280, 282, 631, 660, 711, 785, 786, 787, 788, 843, 853, 854, 942, 944, 945, 946, 949, 950, 951, 952, 953, 954, 955, 958, 1092, 1229, 1319, 1320, 1322, 1323, 1325, 1326, 1330, 1345, 1347, 1348, 1399, 1401, 1402, 1408, 1409, 1566, 1642], "automoc4": 462, "automoc_compiler_predefin": [282, 948, 1319, 1403, 1642], "automoc_depend_filt": [282, 283, 948, 1348, 1404], "automoc_execut": [282, 948, 1323, 1405], "automoc_macro_nam": [266, 282, 283, 948, 1092, 1319, 1406], "automoc_moc_opt": [282, 283, 948, 1407], "automoc_path_prefix": [282, 1325, 1408], "automoc_source_group": [282, 785, 843, 1348], "automoc_targets_fold": 282, "autopf": 137, "autoprov": 142, "autorcc": [282, 785, 789, 833, 843, 853, 855, 942, 948, 956, 957, 958, 1229, 1317, 1322, 1323, 1329, 1347, 1348, 1401, 1410, 1568, 1569], "autorcc_execut": [282, 955, 1323, 1411], "autorcc_opt": [282, 283, 955, 1412], "autorcc_source_group": [282, 785, 843, 1348], "autoreq": 142, "autoreqprov": 142, "autotool": 403, "autouic": [95, 266, 280, 282, 631, 660, 785, 790, 834, 843, 853, 856, 942, 944, 945, 946, 948, 955, 959, 960, 961, 1229, 1317, 1319, 1320, 1322, 1323, 1326, 1347, 1348, 1399, 1401, 1413, 1566], "autouic_execut": [282, 958, 1323, 1414], "autouic_opt": [266, 282, 283, 958, 1093, 1415, 1484], "autouic_search_path": [282, 283, 958, 1348, 1416], "autouic_source_group": [282, 785, 843], "aux": 1262, "aux_source_directori": 267, "auxiliari": [275, 1633], "auxpath": 1262, "avail": [0, 1, 2, 3, 5, 6, 7, 8, 14, 15, 16, 17, 18, 22, 23, 36, 40, 51, 52, 53, 58, 64, 66, 73, 77, 81, 85, 102, 111, 112, 113, 114, 115, 117, 118, 120, 122, 129, 132, 133, 136, 137, 138, 139, 141, 142, 143, 167, 170, 172, 223, 224, 230, 247, 248, 249, 259, 261, 262, 263, 265, 266, 267, 271, 273, 274, 275, 276, 280, 281, 285, 287, 289, 290, 296, 310, 313, 318, 336, 339, 348, 361, 362, 364, 367, 368, 369, 370, 376, 378, 379, 382, 388, 391, 392, 394, 396, 398, 400, 405, 407, 410, 415, 419, 421, 426, 434, 439, 446, 447, 450, 454, 456, 457, 466, 469, 472, 473, 474, 475, 476, 477, 478, 480, 489, 492, 503, 506, 538, 539, 541, 559, 586, 619, 629, 632, 655, 662, 684, 698, 709, 728, 751, 754, 755, 756, 761, 766, 767, 769, 791, 792, 793, 794, 811, 835, 837, 838, 845, 902, 910, 911, 912, 927, 929, 930, 948, 951, 956, 959, 960, 974, 975, 976, 978, 997, 1007, 1010, 1022, 1053, 1057, 1087, 1093, 1094, 1095, 1096, 1100, 1101, 1102, 1103, 1106, 1107, 1108, 1109, 1110, 1113, 1130, 1138, 1140, 1152, 1157, 1165, 1173, 1176, 1211, 1243, 1275, 1278, 1317, 1318, 1319, 1320, 1321, 1322, 1324, 1326, 1327, 1328, 1330, 1332, 1333, 1334, 1340, 1341, 1342, 1343, 1344, 1346, 1347, 1348, 1379, 1445, 1450, 1454, 1473, 1479, 1490, 1514, 1535, 1562, 1563, 1564, 1571, 1572, 1668, 1669, 1670, 1684, 1690, 1720, 1725, 1729, 1851, 1873, 1910, 1915, 1919, 2054], "available_physical_memori": 17, "available_virtual_memori": 17, "averag": 888, "avi": 373, "avifil": 373, "avifile_definit": 373, "avifile_found": 373, "avifile_include_dir": 373, "avifile_librari": 373, "avoid": [1, 2, 8, 11, 18, 20, 30, 55, 77, 81, 86, 90, 113, 115, 116, 117, 118, 120, 125, 133, 247, 248, 249, 262, 266, 270, 271, 273, 274, 277, 280, 281, 283, 285, 287, 290, 299, 304, 368, 370, 456, 462, 476, 538, 563, 583, 618, 633, 634, 704, 731, 820, 910, 941, 944, 966, 978, 1060, 1090, 1104, 1110, 1122, 1152, 1211, 1223, 1228, 1317, 1318, 1321, 1328, 1329, 1332, 1333, 1337, 1338, 1340, 1343, 1345, 1346, 1449, 1495, 1496, 1672, 1863], "avx2": 1116, "avx512skx": 1116, "aw": 368, "awai": [266, 680, 705, 706, 708, 709, 712, 1330], "awar": [2, 3, 138, 139, 248, 262, 263, 268, 271, 274, 279, 313, 368, 370, 447, 480, 534, 639, 651, 696, 701, 1110, 1245, 1321, 1324, 1327, 1329, 1330, 1340, 1343, 1344, 1345, 1347, 1348, 1448, 1755], "awkward": 716, "awt": 426, "b": [1, 8, 18, 21, 59, 62, 66, 71, 83, 86, 90, 108, 113, 116, 117, 132, 137, 247, 248, 265, 276, 277, 281, 287, 289, 310, 327, 391, 551, 563, 567, 583, 684, 687, 978, 988, 990, 991, 992, 1060, 1149, 1152, 1211, 1318, 1319, 1322, 1323, 1346, 1535, 1725, 1760], "b3": 116, "b9b9346bc8437bbda630b0b7ddfc5ea9ca157546dbbf4c613192f930": 287, "b_build": 285, "ba": 62, "back": [18, 55, 56, 57, 58, 59, 60, 88, 134, 135, 142, 167, 263, 265, 274, 277, 281, 287, 310, 370, 447, 462, 566, 688, 709, 721, 1063, 1153, 1177, 1345, 1531, 1547, 1550, 1731, 1801], "backend": [287, 289, 383], "background": [133, 136, 139, 143, 249, 1253, 1326, 1336, 1344], "backgroundpixmap": 136, "backslash": [2, 17, 24, 55, 71, 83, 99, 107, 108, 269, 274, 277, 310, 1327, 1344], "backtrac": [269, 290, 378, 1317, 1319], "backtrace_found": 378, "backtrace_head": 378, "backtrace_include_dir": 378, "backtrace_librari": 378, "backtracegraph": [273, 290], "backward": [2, 4, 14, 46, 47, 48, 49, 50, 84, 107, 132, 134, 247, 267, 271, 273, 280, 287, 295, 304, 310, 364, 370, 375, 377, 394, 406, 410, 436, 461, 484, 486, 487, 488, 490, 503, 511, 538, 551, 559, 664, 1021, 1322, 1325, 1326, 1340, 1341, 1345, 1421, 1503, 1546, 1589, 1841, 1953], "bad": [148, 274, 280, 382, 570], "bahasa": 62, "balanc": [270, 277], "bandwidth": 313, "banner": [136, 143, 265, 276, 287, 289, 290], "bannerpixmap": 136, "bar": [2, 20, 86, 116, 136, 139, 248, 266, 273, 274, 279, 287, 306, 313, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 469, 472, 538, 551, 894, 896, 1326, 1515, 1743, 1754, 1832], "bar1": 1832, "bar2": 1832, "bar_include_dir": [248, 279], "bar_librari": [248, 279], "barconfig": 279, "barconfigvers": 279, "bare": [274, 469, 559, 1690, 1729, 1845], "bare_featur": [559, 1321], "barn": 1832, "barri": [20, 271], "barry_version_2": 271, "barry_version_3": 271, "base": [2, 3, 6, 7, 19, 21, 23, 27, 35, 37, 55, 56, 57, 58, 59, 60, 66, 71, 77, 107, 108, 114, 119, 132, 135, 142, 143, 247, 248, 251, 253, 256, 257, 262, 263, 264, 266, 268, 270, 271, 273, 274, 279, 280, 281, 283, 285, 287, 290, 293, 304, 310, 313, 325, 327, 368, 370, 382, 389, 394, 396, 398, 405, 446, 447, 454, 459, 462, 472, 473, 474, 475, 480, 484, 495, 508, 532, 538, 542, 551, 555, 557, 559, 581, 641, 649, 655, 672, 683, 709, 710, 716, 722, 739, 781, 782, 792, 798, 844, 846, 848, 866, 880, 883, 885, 904, 939, 948, 979, 984, 994, 999, 1000, 1021, 1045, 1046, 1050, 1100, 1101, 1113, 1122, 1134, 1149, 1180, 1181, 1184, 1203, 1223, 1232, 1270, 1281, 1283, 1285, 1288, 1318, 1319, 1321, 1322, 1324, 1325, 1326, 1329, 1332, 1334, 1338, 1340, 1343, 1346, 1429, 1434, 1458, 1512, 1513, 1546, 1571, 1585, 1632, 1635, 1646, 1658, 1661, 1690, 1729, 1738, 1752, 1753, 1773, 1774, 1813, 1814, 1830, 1831, 1845, 1846, 1890, 1907, 2055], "base_dir": [66, 119, 266, 714, 1343], "base_directori": [21, 55, 274], "base_nam": [536, 948, 958], "basedirectori": [273, 1336, 1337], "baselin": 1514, "baselineimag": 37, "basenam": [83, 274, 283, 480, 542, 555, 1017, 1348], "basename_librari": 542, "basename_library_debug": 542, "basename_library_releas": 542, "basetest": 903, "basetest1": 889, "basetest2": 889, "bash": [501, 1967], "basi": [37, 56, 57, 58, 59, 60, 221, 285, 310, 537, 724, 835, 996, 1006, 1009, 1052, 1172, 1175, 1178, 1328], "basic": [77, 108, 248, 251, 256, 257, 261, 263, 265, 276, 277, 279, 287, 289, 290, 302, 376, 480, 538, 623, 823, 989, 998, 1008, 1051, 1171, 1174, 1317, 1319, 1321, 1956], "basicconfigvers": 304, "bat": [60, 262, 266, 1910, 1967], "batch": [2, 3, 274, 287, 1223, 1224, 1227, 1257, 1325, 1865, 1886], "baz": [139, 1743, 1832], "baz1": 1832, "baz2": 1832, "bazaar": 290, "bazn": 1832, "bb": 55, "bdynam": [620, 1153, 1154, 1731, 1732], "bearer": [36, 55], "beat": 370, "becam": [420, 502, 1332, 1920], "becaus": [2, 3, 7, 11, 18, 20, 21, 35, 37, 44, 51, 53, 55, 56, 57, 58, 59, 60, 71, 77, 81, 92, 100, 114, 115, 116, 122, 124, 128, 132, 137, 167, 198, 230, 248, 256, 262, 265, 266, 268, 270, 271, 273, 274, 277, 279, 281, 285, 287, 290, 293, 296, 298, 325, 342, 356, 365, 368, 370, 382, 394, 440, 441, 442, 471, 473, 474, 475, 480, 484, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 538, 562, 563, 568, 569, 579, 618, 620, 622, 640, 651, 674, 707, 722, 752, 754, 817, 818, 819, 835, 844, 858, 910, 913, 937, 939, 946, 951, 956, 959, 974, 1021, 1081, 1082, 1090, 1092, 1104, 1148, 1163, 1184, 1185, 1186, 1187, 1228, 1287, 1317, 1322, 1323, 1325, 1326, 1327, 1329, 1331, 1334, 1335, 1340, 1345, 1346, 1348, 1388, 1429, 1533, 1564, 1610, 1672, 1673, 1702, 1718, 1725, 1738, 1772, 1773, 1774, 1896], "becom": [1, 2, 7, 8, 17, 18, 58, 111, 113, 116, 117, 122, 247, 254, 263, 264, 266, 336, 368, 535, 656, 716, 888, 910, 978, 1060, 1130, 1152, 1211, 1243, 1322, 1684, 1690, 1720, 1729], "been": [2, 4, 10, 11, 18, 20, 27, 28, 29, 36, 37, 39, 55, 58, 66, 67, 71, 72, 75, 78, 79, 80, 90, 102, 111, 112, 113, 114, 115, 116, 117, 118, 119, 121, 124, 126, 129, 132, 136, 139, 140, 142, 143, 159, 233, 234, 235, 240, 241, 242, 243, 244, 248, 249, 250, 255, 259, 263, 266, 270, 271, 274, 278, 279, 284, 287, 289, 290, 297, 299, 304, 308, 310, 325, 327, 367, 368, 369, 370, 371, 377, 382, 383, 384, 387, 403, 405, 411, 413, 423, 430, 436, 438, 446, 447, 451, 453, 455, 456, 462, 469, 470, 473, 474, 475, 477, 483, 494, 499, 503, 504, 511, 538, 542, 551, 555, 560, 583, 589, 591, 593, 594, 595, 596, 614, 620, 633, 634, 635, 636, 637, 640, 642, 648, 650, 651, 652, 655, 656, 657, 658, 659, 661, 669, 671, 672, 673, 674, 677, 678, 679, 680, 683, 687, 690, 691, 693, 696, 697, 698, 701, 702, 703, 704, 705, 706, 707, 708, 709, 711, 713, 714, 715, 716, 717, 718, 719, 721, 722, 723, 724, 725, 726, 727, 729, 730, 731, 732, 736, 740, 783, 812, 813, 822, 837, 850, 903, 904, 977, 993, 1004, 1025, 1063, 1104, 1141, 1142, 1209, 1210, 1223, 1224, 1227, 1255, 1287, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1345, 1346, 1347, 1348, 1356, 1409, 1429, 1448, 1462, 1472, 1475, 1490, 1503, 1514, 1562, 1563, 1564, 1603, 1634, 1638, 1695, 1696, 1743, 1782, 1783, 1794, 1819, 1823, 1868, 1949, 2054], "befor": [2, 3, 4, 5, 7, 9, 16, 19, 21, 22, 26, 36, 43, 55, 56, 57, 58, 59, 60, 71, 73, 77, 81, 83, 85, 86, 90, 93, 94, 95, 100, 108, 113, 114, 115, 116, 117, 120, 124, 132, 133, 134, 137, 138, 139, 141, 142, 248, 249, 263, 265, 266, 268, 269, 270, 274, 277, 279, 280, 281, 287, 289, 290, 293, 299, 306, 308, 310, 327, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 367, 368, 370, 379, 382, 388, 394, 396, 415, 446, 447, 461, 469, 473, 474, 475, 476, 477, 480, 483, 494, 532, 533, 534, 551, 555, 556, 574, 590, 614, 618, 629, 642, 655, 661, 670, 673, 676, 684, 685, 709, 712, 714, 715, 721, 725, 728, 761, 783, 796, 815, 843, 889, 892, 895, 896, 903, 910, 912, 924, 966, 978, 1006, 1009, 1010, 1063, 1085, 1104, 1113, 1137, 1139, 1189, 1192, 1193, 1223, 1226, 1317, 1320, 1322, 1324, 1325, 1326, 1331, 1333, 1336, 1339, 1341, 1343, 1344, 1345, 1348, 1354, 1505, 1521, 1523, 1524, 1527, 1531, 1532, 1535, 1595, 1602, 1656, 1657, 1668, 1687, 1691, 1715, 1719, 1726, 1743, 1754, 1762, 1782, 1794, 1801, 1820, 1846, 1868, 1872, 1887, 1949, 1952, 1956, 2028, 2029, 2054], "beforehand": 287, "began": 1318, "begin": [4, 6, 7, 8, 18, 19, 21, 37, 40, 62, 71, 77, 83, 108, 117, 119, 120, 136, 138, 248, 257, 258, 269, 271, 274, 277, 280, 286, 287, 447, 636, 807, 808, 1152, 1154, 1334, 1341, 1684, 1690, 1720, 1729, 1732, 1743], "behalf": [263, 370, 484], "behav": [2, 55, 67, 102, 262, 271, 368, 379, 619, 629, 643, 993, 1354, 1409, 1504, 1913], "behavior": [2, 3, 18, 19, 20, 22, 23, 24, 35, 37, 38, 40, 52, 53, 55, 56, 57, 58, 59, 60, 62, 63, 71, 73, 75, 77, 81, 83, 86, 93, 98, 101, 102, 132, 133, 136, 137, 138, 142, 143, 167, 221, 236, 260, 263, 266, 268, 271, 274, 280, 281, 283, 285, 287, 290, 292, 298, 299, 304, 313, 318, 367, 368, 370, 376, 382, 394, 405, 415, 432, 446, 447, 450, 455, 457, 471, 473, 474, 475, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 535, 538, 539, 551, 555, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 796, 824, 825, 890, 892, 895, 916, 993, 996, 1006, 1009, 1021, 1029, 1042, 1052, 1080, 1129, 1137, 1147, 1170, 1172, 1175, 1206, 1270, 1311, 1312, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1330, 1331, 1332, 1333, 1334, 1335, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1347, 1348, 1354, 1357, 1409, 1429, 1488, 1517, 1518, 1524, 1527, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1562, 1563, 1564, 1595, 1600, 1602, 1655, 1668, 1690, 1706, 1715, 1719, 1725, 1729, 1738, 1760, 1782, 1796, 1797, 1798, 1799, 1861, 1868, 1887, 1896, 1907, 1944, 1945, 1953], "behind": [2, 3, 249, 263], "being": [2, 3, 4, 12, 18, 19, 20, 21, 23, 24, 40, 52, 53, 55, 56, 57, 58, 59, 60, 62, 65, 67, 68, 70, 73, 75, 77, 90, 102, 103, 105, 113, 115, 117, 118, 119, 123, 126, 127, 132, 137, 139, 142, 230, 248, 250, 254, 256, 262, 263, 266, 270, 271, 273, 274, 279, 280, 281, 283, 285, 287, 290, 293, 310, 325, 368, 370, 382, 383, 422, 430, 446, 447, 472, 489, 496, 538, 559, 570, 655, 688, 710, 721, 730, 734, 736, 768, 815, 983, 996, 999, 1000, 1001, 1003, 1006, 1009, 1012, 1022, 1045, 1046, 1047, 1049, 1052, 1089, 1137, 1155, 1172, 1175, 1223, 1237, 1252, 1256, 1271, 1281, 1287, 1319, 1320, 1322, 1333, 1336, 1346, 1352, 1463, 1468, 1469, 1470, 1471, 1527, 1561, 1583, 1672, 1690, 1715, 1729, 1738, 1742, 1806, 1846, 1865, 1872, 1951, 2016, 2055, 2056], "believ": 148, "belong": [77, 143, 270, 273, 274, 279, 318, 369, 577, 620, 839, 1005, 1347], "below": [1, 2, 6, 7, 8, 19, 44, 55, 56, 57, 58, 59, 60, 71, 75, 77, 82, 86, 90, 93, 97, 98, 108, 114, 116, 120, 133, 134, 137, 139, 143, 230, 248, 256, 262, 269, 271, 273, 274, 279, 283, 285, 287, 289, 290, 310, 313, 344, 345, 368, 370, 379, 391, 409, 410, 429, 447, 454, 457, 480, 497, 534, 535, 538, 561, 563, 564, 565, 566, 567, 568, 569, 570, 571, 573, 597, 625, 626, 627, 637, 648, 650, 651, 652, 653, 656, 658, 659, 661, 662, 663, 665, 667, 668, 669, 671, 674, 675, 676, 677, 678, 679, 684, 690, 691, 692, 693, 694, 695, 696, 697, 698, 701, 702, 712, 714, 715, 716, 718, 719, 720, 722, 723, 724, 725, 726, 727, 728, 736, 739, 740, 758, 792, 793, 857, 1021, 1081, 1149, 1156, 1180, 1208, 1230, 1320, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1330, 1331, 1332, 1339, 1344, 1348, 1379, 1448, 1684, 1690, 1720, 1729, 1743, 1745, 1851, 1890, 1920, 1967], "beneath": 551, "benefici": [1, 8, 113, 117, 538, 978, 1060, 1152, 1211], "beo": 1845, "besid": [137, 1090, 1321, 1347], "best": [55, 77, 247, 263, 266, 274, 281, 287, 370, 680, 1214, 1684, 1720, 1850], "best_effort": 22, "beta3": 426, "better": [51, 77, 86, 132, 247, 253, 254, 256, 274, 382, 538, 563, 592, 747, 901, 903, 941, 1214, 1251, 1319, 1326, 1339, 1341, 1850], "between": [5, 12, 20, 22, 24, 55, 56, 57, 59, 60, 62, 63, 73, 77, 81, 86, 90, 108, 114, 127, 134, 142, 143, 167, 257, 262, 263, 266, 270, 271, 273, 274, 277, 287, 303, 370, 382, 397, 446, 447, 454, 473, 474, 475, 532, 534, 555, 632, 637, 692, 734, 858, 865, 1064, 1076, 1081, 1100, 1101, 1214, 1281, 1317, 1319, 1324, 1326, 1328, 1334, 1339, 1341, 1345, 1347, 1354, 1409, 1448, 1521, 1523, 1532, 1690, 1702, 1729, 1746, 1794, 1850, 1896], "beyond": [9, 63, 86, 236, 330, 333, 337, 338, 349, 350, 353, 373, 733, 1911], "bfd": [1137, 1639, 1715, 1718], "biber": 433, "biber_compil": 433, "bibtex": 433, "bibtex_compil": 433, "big": [544, 1334, 1584, 1626], "big_endian": 1626, "bigger": [58, 370], "bin": [20, 56, 57, 58, 59, 60, 77, 136, 138, 142, 143, 178, 225, 248, 249, 257, 273, 279, 281, 285, 306, 376, 407, 494, 535, 539, 1329, 1338, 1340, 1345, 1437, 1515, 1589, 1785, 1841, 1845, 1846, 1893, 1967], "binari": [2, 18, 26, 30, 32, 35, 65, 67, 70, 71, 78, 81, 93, 102, 105, 115, 116, 121, 129, 132, 135, 136, 142, 207, 229, 232, 249, 255, 259, 262, 263, 269, 270, 271, 273, 274, 279, 280, 281, 285, 287, 290, 294, 302, 304, 310, 313, 318, 327, 369, 370, 389, 394, 398, 411, 446, 447, 460, 466, 468, 472, 473, 475, 483, 496, 537, 538, 573, 612, 630, 648, 658, 659, 683, 717, 747, 749, 792, 802, 803, 804, 914, 915, 948, 951, 955, 956, 958, 959, 963, 964, 1021, 1033, 1081, 1089, 1091, 1101, 1113, 1122, 1138, 1158, 1159, 1163, 1169, 1178, 1179, 1206, 1208, 1230, 1287, 1319, 1322, 1323, 1326, 1327, 1328, 1330, 1331, 1334, 1335, 1336, 1338, 1340, 1343, 1344, 1345, 1346, 1347, 1348, 1419, 1463, 1487, 1606, 1762, 1773, 1841, 1842, 1849, 1868, 2058, 2068], "binary_dir": [9, 18, 120, 282, 368, 370, 720, 1340, 1343, 1346], "binarycr": 136, "binarydep": 132, "binarydir": [262, 281, 1331], "bind": [100, 277, 415, 446, 492, 1021, 1319, 1328, 1346], "bindir": [120, 121, 370, 382, 535], "bindirvar": 370, "binutil": [285, 1335, 1337, 1620, 1621, 1622, 1639, 1718], "bison": [280, 375, 397, 648, 1323, 1346], "bison_": 375, "bison_execut": 375, "bison_found": 375, "bison_myparser_output": [375, 397], "bison_target": [375, 397, 648, 1323, 1343, 1345, 1346], "bison_vers": 375, "bisontarget": 397, "bit": [56, 57, 58, 59, 60, 89, 143, 236, 237, 238, 239, 262, 277, 285, 304, 342, 376, 382, 432, 447, 802, 803, 1317, 1346, 1347, 1366, 1431, 1588, 1817, 1847, 1891, 1895], "bitmap": [137, 138, 143, 1344], "bitwidth": 285, "bla": [382, 432, 555, 1332], "bla_f95": [376, 432], "bla_pkgconfig_bla": 376, "bla_pkgconfig_lapack": 432, "bla_prefer_pkgconfig": [376, 432], "bla_sizeof_integ": [376, 432, 1332], "bla_stat": [376, 432], "bla_vendor": [376, 432], "black": 148, "blackberri": 1845, "blackfin": [1334, 1358], "blah": [77, 685, 686], "blank": [138, 271, 287, 290, 382], "blas95": [376, 432], "blas95_found": 376, "blas95_librari": 376, "blas_found": 376, "blas_librari": 376, "blas_linker_flag": 376, "blb": 555, "bli": [376, 1320], "block": [18, 23, 41, 42, 45, 46, 47, 48, 49, 50, 71, 77, 98, 100, 121, 139, 250, 256, 267, 271, 290, 1104, 1320, 1329, 1335], "blog": 236, "blub": 20, "blue": 1845, "bluegenel": 1845, "bluegenep": 1845, "bluegeneq": 1845, "bm": [1275, 1915], "bmi": [270, 1514], "bmp": 137, "bnf": [2, 271], "bodi": [20, 86, 546, 1346], "boilerpl": 1323, "bold": [37, 313, 1340], "bold_titl": [134, 313], "bom": [310, 1330, 1331], "bool": [2, 3, 22, 53, 100, 120, 121, 148, 262, 273, 274, 281, 287, 329, 368, 637, 745, 1104, 1330, 1340], "boolean": [22, 67, 71, 91, 93, 100, 108, 137, 139, 187, 189, 262, 266, 269, 273, 274, 280, 281, 290, 310, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 368, 383, 447, 455, 462, 473, 474, 475, 534, 551, 572, 678, 723, 741, 745, 802, 803, 804, 805, 823, 839, 843, 860, 868, 916, 919, 935, 941, 947, 948, 949, 955, 958, 965, 966, 970, 989, 997, 998, 1004, 1005, 1007, 1008, 1010, 1041, 1042, 1051, 1053, 1055, 1063, 1091, 1155, 1169, 1171, 1173, 1174, 1176, 1205, 1241, 1277, 1282, 1284, 1330, 1346, 1401, 1565, 1604, 1606, 1950, 1953, 1956, 2028, 2061, 2071], "boost": [263, 653, 727, 1317, 1322, 1324, 1330, 1341, 1344], "boost_": 379, "boost_1": 1259, "boost_additional_vers": 379, "boost_architectur": [379, 1322], "boost_compil": 379, "boost_debug": 379, "boost_detailed_failure_msg": 1324, "boost_dir": 379, "boost_found": 379, "boost_include_dir": 379, "boost_includedir": 379, "boost_lib_diagnostic_definit": 379, "boost_lib_prefix": 379, "boost_lib_vers": 379, "boost_librari": 379, "boost_library_dir": 379, "boost_library_dir_debug": 379, "boost_library_dir_releas": 379, "boost_librarydir": 379, "boost_major_vers": 379, "boost_minor_vers": 379, "boost_namespac": [379, 1317], "boost_no_boost_cmak": 379, "boost_no_system_path": 379, "boost_no_warn_new_vers": [379, 1330], "boost_realpath": 379, "boost_root": 379, "boost_subminor_vers": 379, "boost_thread": 379, "boost_threadapi": 379, "boost_use_debug_lib": 379, "boost_use_debug_python": 379, "boost_use_debug_runtim": [379, 1317], "boost_use_multithread": 379, "boost_use_release_lib": 379, "boost_use_static_lib": 379, "boost_use_static_runtim": 379, "boost_use_stlport": 379, "boost_use_stlport_deprecated_native_iostream": 379, "boost_vers": [280, 379, 653, 1324], "boost_version_": 379, "boost_version_count": [379, 1324], "boost_version_macro": [379, 653, 1324], "boost_version_major": [379, 1324], "boost_version_minor": [379, 1324], "boost_version_patch": [379, 1324], "boost_version_str": 379, "boostconfig": [379, 727, 1341], "boostroot": 379, "borland": [2, 275, 286, 379, 754, 835, 974, 1329, 1635], "bort": 907, "both": [2, 7, 10, 17, 18, 21, 52, 53, 55, 56, 57, 58, 59, 60, 71, 77, 99, 102, 103, 108, 118, 121, 132, 133, 142, 143, 167, 186, 189, 223, 248, 249, 250, 253, 258, 259, 262, 263, 266, 269, 271, 273, 274, 277, 279, 280, 281, 285, 287, 290, 304, 306, 326, 329, 368, 370, 379, 383, 389, 396, 410, 415, 430, 440, 441, 446, 457, 462, 469, 473, 474, 475, 476, 477, 480, 500, 532, 534, 536, 538, 551, 562, 628, 632, 637, 673, 694, 710, 722, 740, 761, 844, 895, 898, 904, 905, 937, 939, 963, 987, 1020, 1043, 1050, 1081, 1087, 1104, 1113, 1150, 1151, 1152, 1158, 1159, 1197, 1208, 1230, 1247, 1270, 1319, 1322, 1327, 1331, 1333, 1334, 1340, 1342, 1343, 1344, 1345, 1348, 1537, 1539, 1540, 1541, 1542, 1547, 1550, 1562, 1600, 1656, 1657, 1690, 1702, 1720, 1729, 1818, 1820, 1862, 1907], "bottom": [126, 137, 138, 250, 259, 265, 273, 276, 1177, 1330, 1468, 1469], "bound": 290, "boundscheck": 2009, "boundscheckercommand": 290, "box": [90, 136, 263, 285, 313, 1340], "br": [1275, 1915], "brace": [281, 570], "bracket": [10, 18, 71, 90, 108, 118, 271, 274, 394, 538, 614, 792, 1317, 1318, 1743], "bracket_argu": 277, "bracket_clos": 277, "bracket_com": 277, "bracket_cont": 277, "bracket_open": 277, "branch": [38, 139, 270, 368, 370, 532, 710], "brand": [138, 310], "bratchen": 139, "brazilianportugues": 137, "break": [1, 8, 12, 25, 62, 113, 117, 127, 132, 223, 267, 277, 280, 287, 293, 368, 370, 563, 615, 670, 754, 835, 974, 978, 1060, 1152, 1208, 1211, 1230, 1278, 1319, 1325, 1326, 1327, 1328, 1329, 1344, 1345, 1801, 1919], "breakag": 1320, "brief": [40, 265, 276], "brief_doc": [40, 67, 1333], "briefli": 271, "bring": [2, 263, 370, 822, 1354, 1872], "britain": 136, "broader": [58, 283, 370, 854, 855, 856], "broke": [1328, 1333, 1348], "broken": [132, 287, 612, 754, 835, 974], "brought": [3, 84, 263, 368, 370, 647, 1022, 1139], "brows": 276, "browser": [276, 967, 1293, 1325, 1927], "brp": [142, 1340], "brtl": 1325, "bruce": [1345, 1635], "bsd": [139, 271, 274, 286, 1334, 1335, 1579, 1684, 1690, 1720, 1729, 1845], "bsdo": 1845, "bsp": 1322, "bstatic": [620, 1153, 1154, 1731, 1732], "bu_chmod_bundle_item": 293, "bu_copy_full_framework_cont": 293, "bucket": [863, 1223, 1227], "bucket1": 1227, "bucket2": 1227, "buf": 357, "buffer": [472, 506, 900], "buflen": 357, "bug": [17, 23, 268, 270, 287, 379, 598, 599, 1214, 1317, 1318, 1320, 1322, 1323, 1324, 1332, 1341, 1344, 1345, 1348, 1537, 1718, 1850, 1873, 1922], "buggi": [132, 142, 287], "build": [0, 3, 5, 6, 7, 9, 10, 11, 14, 16, 17, 18, 21, 22, 23, 24, 26, 27, 28, 29, 31, 36, 37, 39, 44, 52, 53, 54, 55, 71, 73, 75, 77, 81, 90, 93, 100, 108, 109, 110, 114, 115, 116, 119, 120, 121, 122, 124, 129, 131, 134, 139, 142, 143, 144, 146, 149, 152, 153, 155, 157, 158, 159, 160, 167, 176, 180, 183, 184, 193, 196, 198, 200, 202, 205, 209, 211, 214, 218, 220, 221, 222, 223, 224, 225, 226, 229, 230, 231, 232, 233, 234, 235, 236, 240, 241, 242, 243, 244, 250, 255, 258, 259, 260, 261, 264, 265, 268, 269, 270, 271, 273, 274, 276, 277, 280, 285, 292, 294, 304, 310, 313, 326, 327, 329, 332, 335, 341, 349, 352, 355, 359, 367, 369, 375, 376, 379, 380, 381, 382, 391, 394, 396, 397, 410, 411, 430, 432, 447, 450, 454, 457, 459, 466, 467, 471, 472, 473, 474, 475, 484, 485, 486, 487, 488, 489, 490, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 533, 534, 535, 536, 538, 541, 542, 550, 551, 555, 559, 560, 562, 565, 568, 573, 582, 586, 593, 594, 598, 601, 612, 616, 618, 620, 621, 622, 628, 629, 637, 648, 650, 651, 658, 671, 674, 692, 701, 707, 709, 714, 717, 724, 728, 731, 753, 754, 758, 770, 802, 803, 804, 807, 808, 810, 811, 817, 818, 819, 820, 822, 825, 833, 834, 835, 837, 838, 839, 843, 845, 858, 859, 860, 866, 888, 915, 920, 922, 924, 925, 935, 937, 944, 948, 951, 953, 955, 956, 957, 958, 959, 960, 963, 964, 965, 966, 969, 974, 977, 979, 980, 981, 982, 985, 996, 1004, 1005, 1006, 1009, 1022, 1023, 1024, 1025, 1033, 1034, 1036, 1038, 1052, 1058, 1066, 1080, 1081, 1088, 1089, 1090, 1094, 1095, 1096, 1100, 1101, 1102, 1106, 1113, 1114, 1122, 1124, 1132, 1137, 1149, 1156, 1160, 1165, 1167, 1172, 1175, 1177, 1191, 1201, 1205, 1206, 1208, 1214, 1217, 1219, 1223, 1224, 1228, 1230, 1243, 1257, 1258, 1260, 1261, 1276, 1281, 1283, 1286, 1287, 1303, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1344, 1345, 1346, 1347, 1348, 1354, 1388, 1418, 1419, 1420, 1422, 1423, 1424, 1425, 1429, 1442, 1443, 1445, 1448, 1450, 1451, 1463, 1485, 1486, 1487, 1490, 1499, 1512, 1513, 1514, 1519, 1527, 1532, 1561, 1562, 1563, 1564, 1566, 1568, 1577, 1585, 1593, 1594, 1602, 1603, 1619, 1629, 1656, 1657, 1658, 1661, 1671, 1673, 1738, 1752, 1753, 1757, 1760, 1762, 1770, 1772, 1773, 1774, 1782, 1789, 1790, 1792, 1793, 1794, 1801, 1803, 1813, 1814, 1818, 1820, 1822, 1824, 1830, 1831, 1833, 1834, 1847, 1850, 1853, 1859, 1860, 1865, 1866, 1867, 1868, 1871, 1872, 1881, 1882, 1887, 1908, 1920, 1921, 1936, 1955, 1956, 1963, 1967, 1971, 1972, 1976, 1977, 1986, 1987, 2010, 2015, 2068, 2071], "build_alwai": [368, 1318], "build_byproduct": 368, "build_command": [267, 290, 368, 370, 621, 1317, 1323, 1331, 1338, 1340], "build_databas": [262, 1514], "build_database_": 1514, "build_dir": [16, 142, 248, 279, 327, 1322], "build_id": [36, 1324], "build_in_sourc": [368, 1323], "build_interfac": [114, 118, 119, 248, 250, 251, 266, 274, 1100, 1101, 1318], "build_job_server_awar": [368, 1338], "build_local_interfac": [274, 1336], "build_nam": [267, 280, 596, 1317], "build_packages_found": 369, "build_packages_not_found": 369, "build_rpath": [282, 964, 1090, 1205, 1325, 1347, 1419, 1762, 1818, 1820, 1822], "build_rpath_use_origin": [282, 963, 1323, 1420], "build_shared_lib": [7, 260, 262, 266, 273, 286, 294, 382, 555], "build_test": [10, 44, 326, 364], "build_typ": [77, 266], "build_with_install_name_dir": [282, 628, 966, 1088, 1348, 1423], "build_with_install_rpath": [282, 628, 963, 965, 1090, 1348, 1424], "buildconfig": 134, "builddirectori": [290, 1958], "building_with_lzma": 266, "buildinparallel": 707, "buildlx": 1324, "buildnam": [290, 1960], "buildpreset": 281, "buildrequir": 142, "buildresult": 269, "buildroot": 142, "buildsystem": [0, 1, 4, 6, 7, 8, 73, 81, 111, 112, 113, 114, 115, 116, 117, 118, 119, 223, 246, 247, 264, 268, 273, 274, 279, 283, 384, 588, 622, 659, 726, 750, 754, 755, 756, 761, 766, 767, 974, 975, 978, 1087, 1094, 1095, 1096, 1100, 1101, 1102, 1103, 1106, 1107, 1108, 1109, 1110, 1138, 1140, 1147, 1152, 1206, 1211, 1278, 1317, 1323, 1326, 1328, 1329, 1330, 1339, 1346, 1435, 1919], "buildsystem_target": [282, 760, 1346], "buildtim": 369, "built": [2, 3, 6, 7, 18, 26, 27, 53, 55, 56, 57, 58, 59, 60, 68, 69, 77, 79, 84, 103, 104, 110, 116, 119, 120, 121, 124, 130, 132, 133, 135, 136, 138, 139, 141, 142, 143, 230, 248, 249, 254, 255, 256, 259, 260, 262, 266, 268, 269, 273, 274, 277, 279, 280, 285, 287, 289, 290, 294, 304, 310, 313, 331, 332, 334, 335, 340, 341, 351, 352, 354, 355, 358, 359, 368, 369, 370, 379, 382, 384, 394, 403, 446, 496, 498, 534, 538, 562, 619, 626, 640, 721, 757, 758, 784, 844, 850, 866, 867, 870, 919, 925, 937, 963, 967, 985, 986, 1023, 1027, 1031, 1033, 1034, 1055, 1063, 1081, 1089, 1113, 1132, 1137, 1139, 1156, 1160, 1161, 1162, 1201, 1268, 1287, 1316, 1317, 1318, 1323, 1324, 1327, 1329, 1332, 1334, 1336, 1346, 1392, 1393, 1424, 1449, 1450, 1527, 1531, 1566, 1602, 1684, 1690, 1711, 1712, 1715, 1720, 1725, 1729, 1770, 1804, 1805, 1818, 1819, 1823, 1849, 1854, 1860, 1953, 1955], "built_onli": 1287, "builtin": [2, 72, 146, 149, 184, 193, 196, 200, 202, 205, 209, 211, 214, 247, 265, 266, 270, 287, 303, 362, 651, 652, 677, 696, 701, 731, 1317, 1329, 1339, 1656, 1762, 1789, 1790, 1792, 1793, 1794, 1868], "builtin_types_onli": 362, "bulgarian": 137, "bullet": 380, "bullet_found": 380, "bullet_include_dir": 380, "bullet_librari": 380, "bullet_root": 380, "bump": [1335, 1338], "bunch": [257, 295], "bundl": [55, 58, 77, 136, 150, 258, 266, 271, 274, 280, 282, 283, 288, 293, 312, 365, 480, 507, 537, 566, 680, 850, 968, 985, 1033, 1076, 1160, 1161, 1197, 1281, 1287, 1316, 1318, 1330, 1333, 1334, 1340, 1346, 1348, 1389, 1521, 1839], "bundle_execut": [55, 77], "bundle_executable_fil": 55, "bundle_extens": [282, 1346], "bundle_load": 1021, "bundle_var": 293, "bundleutil": [278, 280, 365, 640, 1318, 1322], "burden": [263, 603], "burrow": [132, 142], "busi": [37, 290], "button": [133, 262, 310, 313, 1346], "bypass": [120, 302, 356, 370, 462, 1278, 1320, 1919], "bypass_provid": [18, 58, 370], "byproduct": [2, 3, 230, 280, 368, 714, 735, 747, 843, 915, 1320, 1322, 1329, 1330, 1340], "byte": [17, 55, 108, 269, 277, 281, 290, 429, 456, 1330, 1334, 1626, 1697, 1975, 1978], "bz2": [129, 136], "bz2_": 377, "bzip2": [55, 132, 133, 142, 287, 327, 377, 379], "bzip2_found": 377, "bzip2_include_dir": 377, "bzip2_librari": 377, "bzip2_library_debug": 377, "bzip2_library_releas": 377, "bzip2_need_prefix": 377, "bzip2_vers": 377, "bzip2_version_str": 377, "bzr": 290, "bzrcommand": [290, 1961], "bzrupdateopt": [290, 1962], "c": [2, 7, 18, 21, 24, 27, 43, 53, 55, 58, 62, 66, 71, 77, 83, 86, 89, 92, 93, 99, 108, 116, 118, 119, 134, 139, 143, 147, 148, 149, 196, 198, 209, 211, 223, 230, 236, 237, 238, 239, 247, 248, 252, 255, 257, 259, 261, 262, 264, 265, 266, 268, 270, 271, 273, 274, 277, 279, 280, 281, 283, 285, 287, 289, 290, 295, 301, 325, 330, 331, 332, 334, 335, 336, 342, 343, 344, 345, 346, 350, 351, 352, 353, 354, 355, 356, 358, 359, 360, 361, 362, 363, 367, 368, 374, 376, 379, 382, 383, 388, 391, 395, 407, 410, 415, 419, 421, 422, 424, 425, 426, 432, 446, 447, 451, 455, 457, 459, 472, 482, 483, 497, 508, 509, 510, 532, 534, 535, 536, 551, 555, 559, 563, 567, 591, 609, 618, 627, 675, 679, 680, 684, 687, 715, 759, 791, 794, 839, 848, 856, 857, 858, 859, 869, 882, 900, 907, 908, 913, 936, 946, 948, 952, 969, 989, 994, 996, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1008, 1009, 1010, 1012, 1018, 1019, 1020, 1033, 1038, 1044, 1051, 1052, 1054, 1056, 1058, 1059, 1060, 1061, 1062, 1070, 1097, 1121, 1122, 1123, 1124, 1125, 1127, 1128, 1136, 1148, 1149, 1165, 1166, 1167, 1171, 1172, 1177, 1197, 1223, 1228, 1229, 1233, 1234, 1235, 1236, 1239, 1244, 1246, 1248, 1249, 1257, 1269, 1270, 1272, 1275, 1276, 1277, 1317, 1318, 1319, 1320, 1321, 1322, 1324, 1325, 1326, 1328, 1329, 1330, 1331, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1348, 1388, 1406, 1429, 1439, 1440, 1458, 1462, 1472, 1473, 1476, 1479, 1495, 1496, 1514, 1515, 1602, 1626, 1627, 1628, 1635, 1636, 1645, 1648, 1649, 1668, 1672, 1676, 1678, 1690, 1693, 1697, 1702, 1729, 1892, 1893, 1912, 1965, 2044, 2049, 2050, 2051, 2054, 2055, 2056], "c11": [709, 1008, 1009, 1174, 1175, 1318, 1327], "c17": [1009, 1175, 1331], "c2": 1345, "c23": [1009, 1175, 1331], "c89": [1009, 1175], "c90": [1009, 1175], "c99": [1009, 1175, 1347], "c_compiler_frontend_vari": 274, "c_compiler_id": [274, 1317, 1324], "c_compiler_vers": 274, "c_extens": [120, 282, 1009, 1126, 1174, 1318, 1480], "c_function_prototyp": 793, "c_include_path": 22, "c_onli": 285, "c_restrict": [559, 793, 1327], "c_standard": [120, 274, 282, 1008, 1010, 1129, 1175, 1318, 1331, 1481], "c_standard_requir": [120, 282, 1009, 1130, 1176, 1482], "c_static_assert": [793, 1327], "c_std_11": 793, "c_std_17": 793, "c_std_23": 793, "c_std_90": 793, "c_std_99": [268, 793], "c_variadic_macro": 793, "ca": [215, 216], "cabl": 381, "cable_include_dir": 381, "cable_tcl_librari": 381, "cach": [16, 18, 20, 24, 40, 56, 57, 58, 59, 60, 66, 67, 71, 77, 83, 84, 88, 90, 91, 93, 102, 120, 121, 124, 126, 136, 145, 146, 147, 148, 149, 158, 159, 160, 163, 164, 165, 170, 172, 180, 183, 184, 191, 192, 193, 194, 195, 196, 199, 200, 201, 202, 203, 204, 205, 206, 208, 209, 210, 211, 213, 214, 217, 247, 248, 256, 263, 265, 266, 269, 271, 277, 279, 280, 281, 285, 286, 287, 304, 306, 329, 330, 331, 332, 333, 334, 335, 337, 338, 339, 340, 341, 342, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 361, 363, 368, 370, 378, 391, 419, 421, 422, 425, 453, 455, 458, 462, 469, 472, 473, 474, 475, 477, 489, 503, 534, 535, 551, 593, 616, 621, 633, 637, 651, 652, 662, 666, 677, 685, 686, 696, 701, 740, 743, 744, 745, 746, 751, 820, 822, 1257, 1317, 1320, 1321, 1322, 1323, 1325, 1326, 1327, 1329, 1330, 1331, 1333, 1338, 1340, 1341, 1342, 1346, 1347, 1354, 1390, 1426, 1427, 1428, 1448, 1490, 1497, 1498, 1499, 1500, 1501, 1502, 1512, 1513, 1527, 1544, 1562, 1577, 1603, 1618, 1619, 1656, 1658, 1661, 1738, 1744, 1746, 1752, 1753, 1772, 1773, 1774, 1782, 1783, 1803, 1813, 1814, 1830, 1831, 1868, 1871, 1887], "cache_entri": [124, 306], "cache_vari": 282, "cached_vari": 40, "cachevari": [14, 262, 281], "cairo": 409, "cairomm": 409, "calcul": [73, 77, 114, 137, 247, 248, 266, 281, 304, 1136, 1317, 1343], "call": [2, 3, 6, 7, 10, 16, 19, 20, 23, 24, 26, 27, 28, 29, 35, 36, 37, 40, 43, 52, 53, 55, 56, 57, 58, 59, 60, 63, 65, 67, 68, 70, 71, 72, 75, 77, 81, 86, 90, 93, 98, 100, 102, 103, 105, 107, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 129, 136, 141, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 220, 221, 230, 231, 247, 248, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 263, 265, 266, 269, 271, 273, 277, 278, 279, 280, 281, 285, 287, 289, 290, 293, 296, 299, 304, 308, 310, 313, 318, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 367, 368, 369, 370, 379, 382, 383, 388, 389, 394, 396, 409, 415, 424, 426, 429, 430, 446, 447, 462, 469, 470, 472, 473, 474, 475, 476, 477, 480, 489, 494, 498, 532, 534, 536, 537, 538, 539, 543, 550, 551, 554, 555, 557, 559, 560, 565, 569, 573, 576, 577, 589, 590, 591, 592, 593, 594, 595, 596, 598, 605, 615, 616, 621, 634, 637, 639, 642, 644, 647, 663, 676, 678, 685, 687, 697, 698, 706, 710, 713, 723, 725, 727, 728, 729, 740, 750, 760, 761, 775, 783, 784, 802, 803, 804, 809, 815, 844, 914, 948, 952, 958, 1027, 1034, 1087, 1103, 1104, 1105, 1147, 1149, 1161, 1162, 1229, 1257, 1281, 1317, 1320, 1321, 1322, 1323, 1324, 1326, 1327, 1328, 1329, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1340, 1341, 1342, 1345, 1347, 1348, 1354, 1401, 1422, 1445, 1465, 1468, 1469, 1470, 1490, 1497, 1503, 1506, 1509, 1515, 1522, 1527, 1529, 1530, 1531, 1532, 1533, 1537, 1547, 1550, 1715, 1742, 1748, 1756, 1757, 1758, 1759, 1782, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1801, 1808, 1856, 1857, 1858, 1863, 1872, 1907, 1915, 1953, 1967, 2016, 2054, 2059, 2060, 2061, 2063, 2069, 2070, 2071, 2072, 2073, 2074, 2079], "callback": 1318, "caller": [18, 19, 23, 58, 72, 98, 120, 130, 271, 280, 293, 296, 304, 343, 370, 426, 429, 462, 500, 538, 559, 627, 630, 642, 1103, 1147, 1277, 1319, 1324, 1334, 1348, 1528, 1537], "callisto": 1501, "can": [1, 2, 4, 6, 7, 8, 11, 12, 14, 16, 17, 18, 20, 21, 24, 26, 27, 35, 36, 37, 40, 43, 51, 53, 54, 55, 56, 57, 58, 59, 60, 63, 67, 68, 69, 70, 71, 73, 74, 77, 78, 79, 81, 83, 84, 86, 90, 91, 93, 98, 100, 102, 103, 104, 105, 108, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 126, 129, 130, 132, 133, 134, 135, 136, 137, 139, 141, 142, 143, 145, 146, 147, 167, 192, 195, 198, 199, 213, 217, 220, 221, 222, 223, 228, 230, 231, 236, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 268, 270, 271, 273, 274, 276, 277, 278, 279, 280, 281, 283, 285, 287, 289, 290, 293, 294, 302, 303, 304, 308, 309, 310, 313, 318, 325, 326, 327, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 365, 367, 368, 369, 370, 375, 380, 382, 383, 386, 394, 396, 397, 398, 403, 405, 409, 410, 415, 419, 421, 426, 429, 430, 443, 446, 447, 451, 452, 454, 455, 456, 457, 458, 459, 460, 461, 462, 466, 469, 472, 473, 474, 475, 476, 477, 478, 480, 483, 492, 494, 495, 496, 500, 503, 532, 534, 535, 536, 537, 538, 541, 551, 555, 559, 563, 582, 586, 588, 608, 611, 618, 631, 632, 638, 644, 651, 652, 655, 660, 667, 668, 670, 674, 675, 676, 677, 685, 686, 695, 696, 701, 706, 716, 717, 728, 729, 734, 739, 761, 765, 785, 797, 800, 809, 811, 831, 844, 848, 856, 857, 865, 875, 882, 883, 884, 885, 888, 894, 895, 896, 898, 904, 908, 910, 915, 941, 946, 947, 948, 951, 955, 956, 958, 959, 964, 977, 978, 987, 1012, 1019, 1021, 1027, 1030, 1060, 1063, 1080, 1081, 1085, 1086, 1088, 1090, 1093, 1097, 1098, 1100, 1101, 1104, 1110, 1113, 1116, 1121, 1122, 1124, 1125, 1127, 1129, 1130, 1136, 1141, 1148, 1150, 1151, 1152, 1158, 1159, 1160, 1163, 1164, 1182, 1192, 1195, 1208, 1209, 1211, 1212, 1217, 1222, 1223, 1224, 1227, 1228, 1229, 1230, 1237, 1239, 1246, 1249, 1252, 1256, 1258, 1262, 1263, 1264, 1265, 1269, 1277, 1278, 1281, 1285, 1288, 1317, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1353, 1354, 1355, 1356, 1358, 1422, 1429, 1430, 1445, 1447, 1448, 1449, 1450, 1452, 1464, 1465, 1484, 1488, 1490, 1497, 1498, 1502, 1521, 1523, 1531, 1534, 1535, 1537, 1564, 1566, 1568, 1579, 1589, 1590, 1599, 1602, 1603, 1629, 1668, 1681, 1684, 1690, 1702, 1707, 1718, 1720, 1723, 1725, 1729, 1738, 1770, 1789, 1790, 1792, 1793, 1794, 1801, 1802, 1820, 1825, 1841, 1842, 1849, 1854, 1855, 1857, 1872, 1887, 1893, 1911, 1913, 1919, 1949, 1951, 1967, 2010, 2015, 2058, 2062, 2071], "cancel": [18, 290], "cancel_cal": 18, "candid": [56, 57, 58, 59, 60, 279, 383, 1331, 1335, 1873], "candl": 143, "cannot": [2, 3, 8, 16, 18, 22, 40, 55, 56, 57, 58, 59, 60, 71, 76, 77, 81, 83, 98, 115, 117, 118, 121, 128, 132, 133, 136, 143, 167, 188, 198, 248, 263, 266, 268, 271, 274, 280, 281, 287, 290, 293, 298, 299, 302, 304, 313, 347, 367, 368, 369, 370, 382, 389, 446, 478, 492, 538, 555, 565, 568, 583, 640, 685, 710, 717, 724, 730, 747, 851, 894, 896, 937, 939, 1063, 1081, 1082, 1130, 1317, 1326, 1343, 1345, 1690, 1702, 1720, 1729, 1760, 1863, 1868], "canon": [93, 263, 379, 1323], "canonic": 325, "canopi": [473, 474, 475], "capabl": [2, 3, 55, 66, 230, 262, 268, 274, 280, 285, 287, 302, 368, 454, 457, 473, 474, 475, 492, 555, 590, 592, 649, 689, 716, 733, 739, 784, 1149, 1223, 1318, 1319, 1322, 1323, 1324, 1327, 1328, 1329, 1330, 1331, 1334, 1335, 1339, 1346, 1865, 1872], "capac": [290, 541], "capit": [18, 119], "captur": [10, 51, 55, 71, 120, 269, 368, 719, 747, 792, 915, 1298, 1318, 1331, 1333, 1335, 1341, 1342, 1346, 1347, 1741, 1932, 1967], "capture_cmake_error": [27, 28, 29, 31, 36, 37, 38, 39, 1346], "card0": 290, "care": [18, 21, 83, 87, 108, 114, 116, 134, 137, 263, 265, 266, 287, 368, 473, 474, 475, 746, 784, 1100, 1103, 1143, 1144, 1702], "carefulli": [20, 1224, 1487], "caret": 534, "carri": [263, 265, 287], "carriag": [55, 108, 277], "case": [2, 3, 12, 17, 18, 20, 21, 22, 36, 37, 40, 53, 55, 56, 57, 58, 59, 60, 63, 65, 71, 75, 77, 83, 86, 90, 100, 102, 108, 113, 116, 118, 119, 121, 124, 132, 134, 137, 139, 142, 143, 186, 212, 247, 248, 249, 254, 256, 257, 258, 262, 263, 268, 271, 273, 274, 277, 279, 280, 281, 285, 286, 287, 290, 299, 302, 304, 313, 325, 330, 331, 333, 334, 337, 338, 340, 343, 350, 351, 353, 354, 356, 358, 362, 367, 368, 369, 379, 389, 391, 394, 396, 419, 421, 422, 425, 446, 447, 454, 458, 462, 469, 471, 473, 474, 475, 476, 480, 489, 494, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 534, 536, 538, 551, 555, 559, 563, 568, 572, 573, 574, 576, 577, 584, 597, 604, 613, 616, 620, 623, 636, 637, 639, 645, 661, 664, 685, 688, 704, 724, 725, 729, 734, 738, 740, 754, 755, 825, 835, 843, 858, 890, 892, 894, 895, 896, 904, 908, 916, 937, 939, 948, 952, 953, 954, 974, 975, 987, 994, 1011, 1050, 1076, 1081, 1082, 1103, 1104, 1105, 1113, 1137, 1147, 1148, 1150, 1153, 1154, 1165, 1166, 1167, 1178, 1224, 1228, 1269, 1270, 1275, 1287, 1313, 1317, 1319, 1322, 1325, 1327, 1328, 1330, 1333, 1335, 1337, 1340, 1341, 1345, 1348, 1422, 1430, 1445, 1448, 1458, 1465, 1483, 1487, 1490, 1517, 1518, 1529, 1530, 1531, 1533, 1537, 1547, 1550, 1673, 1675, 1684, 1690, 1715, 1720, 1729, 1731, 1732, 1756, 1757, 1770, 1773, 1832, 1845, 1847, 1849, 1868, 1904, 1905, 1906, 1907, 1915, 1950, 1953, 1985, 2079], "cat": [279, 287, 1327, 1334, 1339], "catalan": 137, "catalyst": [285, 304, 1342], "catamount": 1845, "catch2": [263, 370, 1325], "catch2_2": 263, "catchorg": [263, 370], "categori": [56, 57, 58, 59, 60, 135, 274, 369, 534, 1347], "caus": [2, 3, 14, 18, 22, 27, 28, 29, 37, 52, 55, 56, 57, 58, 59, 60, 77, 98, 110, 116, 122, 126, 133, 134, 137, 142, 167, 247, 262, 266, 271, 279, 281, 287, 290, 293, 310, 349, 368, 370, 382, 426, 446, 472, 480, 495, 536, 538, 559, 603, 618, 621, 673, 679, 703, 783, 784, 807, 809, 811, 848, 890, 963, 1223, 1277, 1318, 1320, 1323, 1324, 1325, 1328, 1331, 1333, 1334, 1337, 1340, 1343, 1345, 1347, 1348, 1487, 1596, 1887, 2071], "caution": [56, 57, 59, 60, 167, 263, 754, 835, 974], "caveat": [71, 271, 538, 1320], "cbla": 407, "cblasd": 407, "cc": [2, 3, 99, 208, 248, 272, 273, 281, 374, 379, 389, 397, 409, 410, 458, 472, 692, 1325, 1326, 1328, 1334, 1515], "cc0": 680, "cc21k": [285, 1334, 1358], "ccach": [1123, 1319, 1330, 1343], "ccbin": [382, 1668], "ccblkfn": [285, 1334, 1358], "cce": [285, 1334, 1358], "ccm": 1337, "ccmake": [256, 262, 263, 264, 271, 287, 310, 532, 1317, 1326, 1327, 1332, 1333, 1346, 1502], "ccmake_color": [272, 1327], "ccur": [1343, 1635], "ccyymmdd": 1873, "cd": [108, 248, 249, 251, 253, 254, 256, 258, 262, 287, 309, 1345, 1346, 1760], "cdash": [35, 37, 252, 290, 326, 327, 368, 890, 899, 1319, 1323, 1324, 1327, 1329, 1332, 1339, 1963, 2010], "cdash_upload": [36, 327, 1347], "cdash_upload_typ": 36, "cdashvers": 290, "cdt": [222, 798], "cdt4": [275, 1325, 1500, 1519], "ce": [287, 1258, 1267, 1327], "ce800": 285, "center": 138, "cento": 142, "central": [279, 290], "centric": 1347, "cert": [130, 368, 370], "certain": [2, 18, 58, 77, 113, 132, 134, 142, 223, 236, 257, 265, 266, 268, 269, 275, 277, 287, 290, 310, 313, 368, 382, 447, 471, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 538, 578, 584, 655, 754, 792, 835, 844, 948, 955, 958, 974, 1228, 1317, 1329, 1338, 1343, 1345, 1599], "certainli": [457, 551], "certi": 482, "certif": [55, 130, 215, 216, 290, 368, 1327, 1329, 1335, 1341, 1342, 2028], "cfbundl": [77, 507, 850, 967, 1316], "cfbundlegetinfostr": 1161, "cfbundleiconfil": [1161, 1162], "cfbundleidentifi": [266, 1161, 1162], "cfbundlelongversionstr": 1161, "cfbundlenam": [1161, 1162, 1342], "cfbundleshortversionstr": [1161, 1162], "cfbundlevers": [1161, 1162], "cfg": [27, 274, 287, 290, 1326, 1965], "cflag": [22, 272, 469, 554, 1328, 1656], "cga": 148, "cgi": 508, "ch": 132, "ch48lev1sec3": 498, "chain": [40, 55, 65, 82, 132, 142, 368, 447, 673, 1104], "chanc": [20, 370, 538, 728, 912, 1317, 1801], "chang": [2, 3, 5, 6, 7, 10, 19, 20, 21, 23, 24, 26, 27, 35, 38, 40, 51, 53, 55, 56, 57, 58, 59, 60, 62, 66, 71, 73, 77, 81, 83, 88, 93, 104, 108, 116, 119, 120, 126, 132, 134, 136, 137, 138, 139, 142, 145, 147, 167, 188, 192, 195, 199, 213, 217, 221, 223, 229, 246, 248, 249, 252, 253, 256, 262, 265, 266, 268, 269, 270, 271, 273, 274, 276, 277, 287, 289, 290, 293, 296, 299, 304, 310, 313, 367, 368, 369, 370, 375, 377, 379, 382, 394, 397, 410, 436, 446, 447, 452, 454, 462, 463, 469, 471, 472, 473, 474, 475, 476, 477, 483, 484, 489, 492, 494, 495, 496, 498, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 535, 537, 538, 541, 552, 553, 555, 559, 563, 571, 584, 608, 618, 637, 670, 677, 691, 695, 716, 717, 724, 728, 736, 745, 824, 843, 848, 850, 891, 892, 910, 919, 937, 939, 948, 950, 1037, 1063, 1064, 1121, 1122, 1163, 1195, 1208, 1213, 1214, 1230, 1262, 1263, 1264, 1265, 1287, 1432, 1433, 1434, 1487, 1546, 1562, 1563, 1564, 1566, 1567, 1568, 1569, 1603, 1607, 1629, 1630, 1632, 1634, 1646, 1668, 1679, 1680, 1694, 1738, 1762, 1834, 1846, 1850, 1857, 1858, 1862, 1868, 1910, 2028], "changeid": 1963, "changelog": 142, "changeset": 418, "char": [26, 108, 248, 357, 1326], "charact": [2, 3, 10, 17, 18, 20, 21, 24, 55, 83, 90, 99, 108, 116, 132, 136, 137, 139, 269, 271, 277, 280, 281, 287, 290, 310, 456, 597, 613, 670, 704, 736, 1032, 1319, 1320, 1327, 1328, 1329, 1330, 1334, 1343, 1344, 1345, 2037], "characterist": [274, 728], "chart": [148, 394], "chc12": 302, "chdir": 287, "check": [2, 6, 7, 20, 21, 27, 30, 37, 38, 43, 53, 55, 56, 57, 58, 59, 60, 63, 76, 86, 93, 120, 121, 136, 142, 148, 208, 210, 218, 223, 248, 255, 256, 257, 262, 263, 265, 268, 269, 271, 274, 277, 279, 280, 281, 285, 287, 290, 294, 301, 302, 304, 308, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 368, 370, 378, 382, 384, 394, 437, 446, 447, 462, 469, 470, 472, 534, 544, 545, 546, 547, 548, 549, 561, 563, 564, 587, 615, 618, 627, 629, 635, 643, 680, 698, 700, 710, 722, 728, 730, 734, 735, 746, 843, 941, 1148, 1158, 1159, 1206, 1208, 1230, 1270, 1317, 1318, 1319, 1320, 1322, 1323, 1324, 1325, 1327, 1328, 1330, 1332, 1335, 1336, 1337, 1339, 1340, 1341, 1342, 1345, 1347, 1348, 1354, 1409, 1532, 1627, 1723, 1734, 1754, 1760, 1801, 1834, 1857, 1858, 1868, 1907], "check_": 90, "check_c_compiler_flag": 330, "check_c_source_compil": 331, "check_c_source_run": 332, "check_compiler_flag": [330, 333, 337, 338, 350, 353], "check_cxx_accepts_flag": 545, "check_cxx_compiler_flag": 333, "check_cxx_compiles_sourc": 253, "check_cxx_source_compil": [253, 334], "check_cxx_source_run": 335, "check_cxx_symbol_exist": 336, "check_fail": [90, 1326], "check_fortran_compiler_flag": 338, "check_fortran_function_exist": 339, "check_fortran_source_compil": [340, 1318, 1346], "check_fortran_source_run": [341, 1323], "check_function_exist": [308, 342], "check_include_fil": [344, 346, 635, 1320, 1321], "check_include_file_cxx": [345, 635, 1320, 1321], "check_ipo_support": [343, 629, 698, 1334], "check_languag": 347, "check_library_exist": 348, "check_linker_flag": 349, "check_objc_compiler_flag": 350, "check_objc_source_compil": 351, "check_objc_source_run": 352, "check_objcxx_compiler_flag": 353, "check_objcxx_source_compil": 354, "check_objcxx_source_run": 355, "check_pass": [90, 1326], "check_pie_support": [120, 356, 643], "check_prototype_definit": 357, "check_required_compon": [248, 304], "check_source_compil": [331, 334, 340, 349, 351, 354, 358], "check_source_run": [331, 332, 334, 335, 340, 341, 351, 352, 354, 355, 358, 359], "check_start": [90, 269, 1326], "check_struct_has_memb": [360, 1317], "check_symbol_exist": [336, 361], "check_type_s": [362, 1317], "check_variable_exist": 363, "checkabl": [318, 1319], "checkbox": [100, 262, 318], "checkccompilerflag": [278, 1328, 1340, 1342], "checkcompilerflag": [278, 1328, 1342], "checkcsourcecompil": [278, 1323, 1328, 1342], "checkcsourcerun": [278, 1328, 1342], "checkcxxcompilerflag": [278, 545, 1328, 1342], "checkcxxsourcecompil": [253, 278, 1328, 1342], "checkcxxsourcerun": [278, 1328, 1342], "checkcxxsymbolexist": [278, 285, 361, 1342], "checker": [290, 416, 1125, 1294, 1305, 1328, 1347, 1928, 1938], "checkfortrancompilerflag": [278, 1340, 1342], "checkfortranfunctionexist": [278, 1342], "checkfortransourcecompil": [278, 1318, 1342, 1346], "checkfortransourcerun": [278, 1323, 1342], "checkfunctionexist": [278, 1342, 1343], "checkincludefil": [278, 285, 345, 635, 1320, 1321, 1342], "checkincludefilecxx": [278, 295, 344, 346, 635, 1320, 1321, 1342], "checkiposupport": [278, 280, 629, 698, 1322, 1334, 1348], "checklanguag": [43, 278], "checklibraryexist": [278, 1342, 1343], "checklinkerflag": [278, 1327, 1328], "checkobjccompilerflag": [278, 1342], "checkobjcsourcecompil": [278, 1342], "checkobjcsourcerun": [278, 1342], "checkobjcxxcompilerflag": [278, 1342], "checkobjcxxsourcecompil": [278, 1342], "checkobjcxxsourcerun": [278, 1342], "checkout": [368, 370, 1317, 1329, 1618, 1964], "checkpiesupport": [120, 278, 643, 1188, 1323, 1333], "checkprototypedefinit": [278, 1342], "checksourcecompil": [278, 285, 336, 339, 342, 348, 349, 361, 1328, 1342], "checksourcerun": [278, 1328, 1342], "checkstat": 90, "checkstructhasmemb": [278, 1317, 1342], "checksuccess": 90, "checksum": [134, 287, 310, 948, 1343, 1346], "checksymbolexist": [278, 342, 348, 1342, 1343], "checktypes": [278, 336, 361, 1317, 1342, 1345], "checkvariableexist": [278, 1342], "child": [52, 55, 93, 273, 287, 290, 318, 370, 1318, 1320, 1344, 1347, 2073], "childindex": 273, "children": [75, 912, 1319], "chip": [290, 904], "chm_file": 394, "chmod": [55, 1328], "chmod_recurs": [55, 1328], "choic": [18, 81, 115, 135, 139, 141, 148, 176, 218, 262, 285, 340, 454, 496, 498, 532, 597, 651, 652, 677, 696, 701, 717, 747, 866, 1328, 1448, 1872], "choos": [18, 20, 120, 121, 138, 248, 263, 264, 265, 273, 279, 287, 290, 304, 310, 370, 382, 457, 480, 542, 555, 632, 651, 652, 679, 696, 701, 739, 902, 1070, 1167, 1223, 1328, 1333, 1334, 1339, 1521, 1523, 1562, 1563, 1564, 1602, 1757, 1773, 1892, 1896], "chose": [620, 1328], "chosen": [63, 86, 249, 251, 253, 254, 255, 256, 257, 262, 266, 270, 271, 274, 275, 277, 285, 287, 289, 368, 389, 902, 1328, 1422, 1453, 1562, 1571, 1746, 1860, 1889, 1891, 1904, 1905, 1906, 1910, 1924], "chrome": 287, "churn": 1337, "ci": 281, "circuit": [71, 274, 281, 1338], "circular": [274, 281, 1334, 1684, 1720], "circumst": [111, 368, 538], "cite_bib_fil": 394, "cl": [262, 297, 1318, 1324, 1430, 1431, 1634, 1847, 2044, 2045, 2046, 2047, 2048, 2052, 2053], "claim": [58, 279, 290, 457, 792], "clang": [8, 117, 251, 262, 266, 268, 270, 274, 280, 281, 301, 455, 559, 585, 649, 983, 1121, 1122, 1137, 1152, 1182, 1317, 1324, 1325, 1327, 1328, 1329, 1330, 1331, 1333, 1336, 1338, 1339, 1344, 1345, 1346, 1348, 1379, 1430, 1435, 1453, 1526, 1627, 1628, 1634, 1635, 1639, 1644, 1681, 1684, 1690, 1707, 1715, 1720, 1729], "clangcl": 262, "clarifi": 1317, "clariti": [120, 121, 534], "clash": [20, 263, 271, 290, 447, 538, 1228, 1319], "class": [194, 203, 266, 360, 382, 389, 443, 472, 480, 536, 549, 551, 559, 651, 696, 701, 706, 832, 932, 950, 953, 1243, 1276, 1277, 1328, 1331, 1334, 1337, 1343, 1347, 1747], "classdir": 551, "classic": [136, 137, 254, 287, 376, 1137, 1324, 1330, 1339, 1564, 1635, 1715], "classif": 266, "classifi": [120, 287, 674, 1347], "classnam": 480, "classpath": 551, "claus": [1, 46, 48, 50, 71, 139, 271], "clean": [2, 3, 120, 134, 262, 270, 277, 279, 281, 287, 290, 382, 597, 613, 747, 748, 752, 843, 915, 1317, 1322, 1324, 1347], "clean_no_custom": 282, "cleanfirst": 281, "cleanli": [143, 1339, 1340], "cleanup": [37, 120, 281, 290, 890, 894, 895, 896, 905, 1346, 1348], "cleanupdb": 895, "cleanupfoo": [894, 895], "clear": [56, 57, 59, 60, 88, 100, 122, 262, 274, 293, 308, 347, 370, 382, 496, 498, 551, 608, 662, 1690, 1729], "clear_bundle_kei": 293, "clearer": [24, 55, 1318], "clearli": [58, 78, 79], "cli": [7, 139, 266, 281, 287, 503, 969, 1019, 1020, 1056, 1244, 1321, 1324], "click": [130, 133, 249, 251, 252, 253, 254, 256, 257, 259], "client": [27, 28, 29, 31, 36, 37, 38, 39, 53, 134, 268, 271, 274, 284, 326, 364, 385, 391, 406, 412, 415, 418, 450, 454, 494, 495, 508, 543, 884, 1319, 1323, 1324, 1330, 1336, 1337, 1343, 1345, 1346, 1690, 1729, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2031, 2032, 2033, 2034, 2035], "climbingstat": [266, 279, 559], "climbingstats_compiler_cxx_variadic_templ": 559, "climbingstats_compiler_detect": 559, "climbingstats_constexpr": 559, "climbingstats_dir": 279, "climbingstats_export": 279, "climbingstats_fin": 559, "climbingstats_find_compon": 279, "climbingstats_found": 279, "climbingstats_from_build_loc": 266, "climbingstats_from_installed_loc": 266, "climbingstats_major_vers": 279, "climbingstats_not_found_messag": 279, "climbingstatsconfig": 279, "climbingstatsconfigvers": 279, "climbingstatsmacro": 279, "climbingstatstarget": 279, "clion": [247, 262], "clip": 290, "clock": [108, 290, 901], "clone": [181, 182, 368, 1344, 1345, 1347, 1858], "close": [22, 55, 90, 118, 274, 277, 281, 570, 1317, 1320, 1342], "closest": 23, "closur": [266, 274, 1103, 1104, 1105, 1147, 1149, 1220, 1221], "clr": 969, "cluster": [446, 1589, 1590, 1841, 1842], "clutter": [496, 498], "cm_cp_applic": 143, "cmake": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 21, 22, 24, 25, 26, 27, 32, 37, 40, 43, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 85, 86, 88, 90, 91, 92, 93, 100, 101, 102, 103, 104, 105, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 132, 133, 134, 135, 136, 137, 138, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 220, 221, 222, 223, 224, 229, 230, 231, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 246, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 263, 264, 265, 289, 290, 293, 294, 298, 299, 301, 302, 303, 304, 305, 307, 308, 309, 310, 313, 325, 326, 327, 329, 364, 365, 367, 368, 369, 375, 382, 383, 387, 391, 394, 396, 403, 406, 410, 411, 414, 415, 420, 424, 430, 431, 437, 438, 442, 447, 454, 458, 459, 461, 462, 463, 466, 469, 471, 472, 473, 474, 475, 477, 478, 480, 483, 484, 489, 494, 496, 498, 502, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 533, 535, 536, 537, 538, 539, 543, 551, 554, 556, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 742, 743, 744, 745, 747, 751, 753, 754, 755, 756, 757, 761, 766, 767, 768, 769, 778, 779, 780, 781, 784, 786, 788, 791, 792, 793, 794, 797, 800, 807, 808, 809, 811, 812, 813, 814, 816, 824, 835, 836, 837, 838, 839, 841, 843, 844, 845, 850, 859, 883, 885, 900, 907, 908, 913, 916, 917, 927, 929, 930, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 974, 975, 976, 978, 983, 987, 989, 994, 996, 997, 998, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1012, 1016, 1018, 1021, 1022, 1027, 1030, 1032, 1033, 1036, 1037, 1043, 1051, 1052, 1053, 1058, 1063, 1064, 1068, 1070, 1078, 1081, 1082, 1087, 1089, 1090, 1092, 1093, 1094, 1095, 1096, 1100, 1101, 1102, 1103, 1104, 1106, 1107, 1108, 1109, 1110, 1116, 1122, 1126, 1129, 1130, 1136, 1137, 1138, 1139, 1140, 1143, 1144, 1145, 1147, 1148, 1149, 1152, 1153, 1154, 1156, 1157, 1158, 1159, 1161, 1162, 1165, 1166, 1167, 1168, 1171, 1172, 1173, 1174, 1175, 1176, 1189, 1193, 1197, 1206, 1211, 1214, 1223, 1227, 1246, 1251, 1269, 1270, 1275, 1278, 1281, 1285, 1288, 1315, 1354, 1355, 1356, 1380, 1388, 1390, 1394, 1395, 1406, 1417, 1418, 1424, 1425, 1426, 1427, 1428, 1432, 1437, 1447, 1448, 1449, 1452, 1454, 1455, 1458, 1460, 1461, 1463, 1465, 1468, 1469, 1470, 1471, 1473, 1474, 1477, 1478, 1479, 1480, 1481, 1482, 1488, 1490, 1495, 1496, 1497, 1498, 1499, 1501, 1502, 1503, 1504, 1505, 1512, 1513, 1519, 1520, 1522, 1527, 1531, 1532, 1537, 1538, 1543, 1544, 1545, 1561, 1562, 1563, 1564, 1566, 1567, 1568, 1569, 1572, 1573, 1575, 1576, 1583, 1584, 1585, 1586, 1589, 1593, 1594, 1602, 1603, 1618, 1619, 1623, 1624, 1625, 1629, 1634, 1638, 1647, 1650, 1651, 1652, 1653, 1654, 1656, 1658, 1661, 1672, 1673, 1674, 1675, 1677, 1680, 1684, 1690, 1695, 1696, 1699, 1701, 1702, 1703, 1704, 1705, 1715, 1718, 1720, 1725, 1729, 1731, 1732, 1738, 1740, 1741, 1742, 1743, 1744, 1746, 1748, 1752, 1753, 1754, 1756, 1757, 1760, 1761, 1762, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1772, 1773, 1774, 1775, 1781, 1782, 1783, 1789, 1790, 1792, 1793, 1794, 1801, 1802, 1806, 1813, 1814, 1818, 1820, 1821, 1824, 1830, 1831, 1832, 1834, 1838, 1841, 1842, 1846, 1849, 1850, 1854, 1859, 1860, 1861, 1862, 1864, 1865, 1868, 1869, 1870, 1872, 1873, 1883, 1889, 1891, 1892, 1894, 1895, 1896, 1904, 1905, 1906, 1907, 1910, 1912, 1913, 1914, 1915, 1919, 1920, 1922, 1924, 1948, 1949, 1951, 1956, 1957, 2015, 2037, 2043, 2055, 2079], "cmake_": [1, 8, 40, 113, 117, 206, 249, 262, 266, 268, 272, 273, 274, 277, 280, 285, 286, 297, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 382, 446, 544, 559, 585, 596, 604, 607, 616, 626, 649, 651, 652, 688, 689, 696, 698, 701, 771, 773, 817, 819, 978, 985, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1136, 1137, 1150, 1151, 1152, 1155, 1198, 1200, 1219, 1286, 1317, 1318, 1319, 1320, 1323, 1324, 1326, 1328, 1330, 1331, 1332, 1334, 1336, 1339, 1340, 1341, 1342, 1343, 1345, 1346, 1347, 1348, 1432, 1456, 1483, 1709, 1710, 1720, 1721, 1725, 1729, 1730, 1734, 1743, 1794, 1847, 1854, 1862, 2056], "cmake_absolute_destination_fil": [286, 1949], "cmake_add_custom_command_depends_explicit_onli": [2, 286, 1337], "cmake_add_fortran_subdirectori": 294, "cmake_adsp_root": [144, 285, 286], "cmake_aix_export_all_symbol": [286, 916, 1326], "cmake_aix_shared_library_arch": [286, 917, 1342], "cmake_allow_unknown_variable_read_access": 1318, "cmake_android_ant_additional_opt": [286, 920], "cmake_android_api": [285, 286, 921], "cmake_android_api_min": [286, 922], "cmake_android_arch": [285, 286, 923], "cmake_android_arch_abi": [285, 286, 1364, 1366, 1367, 1379], "cmake_android_arm_mod": [285, 286, 1365], "cmake_android_arm_neon": [285, 286, 1365], "cmake_android_assets_directori": [286, 924], "cmake_android_except": 286, "cmake_android_gui": [286, 925], "cmake_android_jar_depend": [286, 926], "cmake_android_jar_directori": [286, 927], "cmake_android_java_source_dir": [286, 928], "cmake_android_native_lib_depend": [286, 929], "cmake_android_native_lib_directori": [286, 930], "cmake_android_ndk": [285, 286], "cmake_android_ndk_deprecated_head": [285, 286, 1348], "cmake_android_ndk_toolchain_host_tag": 286, "cmake_android_ndk_toolchain_vers": [285, 286], "cmake_android_ndk_vers": [285, 286, 1330], "cmake_android_process_max": [286, 931], "cmake_android_proguard": [286, 932], "cmake_android_proguard_config_path": [286, 933], "cmake_android_rtti": 286, "cmake_android_secure_props_path": [286, 934], "cmake_android_skip_ant_step": [286, 935], "cmake_android_standalone_toolchain": [285, 286], "cmake_android_stl_typ": [285, 286, 936], "cmake_ansi_cxxflag": 295, "cmake_appbundle_path": [58, 60, 272, 286, 469, 1839], "cmake_apple_silicon_processor": [272, 286, 1328, 1585], "cmake_ar": [286, 1631], "cmake_archive_output_directori": [260, 286, 937, 1330], "cmake_archive_output_directory_": [286, 938], "cmake_arg": 368, "cmake_argc": [286, 1395], "cmake_argv": 287, "cmake_argv0": [286, 1394], "cmake_argv1": 1395, "cmake_argv2": 1395, "cmake_asm": [145, 146], "cmake_autogen_better_graph_multi_config": [286, 941], "cmake_autogen_command_line_length_max": [286, 943], "cmake_autogen_origin_depend": [286, 944, 1323], "cmake_autogen_parallel": [286, 945, 1320], "cmake_autogen_use_system_includ": [286, 711, 947, 1337], "cmake_autogen_verbos": [286, 1322], "cmake_automoc": [283, 286, 480, 948, 1348, 1404, 1406, 1407], "cmake_automoc_compiler_predefin": [286, 949, 1319], "cmake_automoc_depend_filt": [286, 950, 1348], "cmake_automoc_execut": [286, 1337], "cmake_automoc_macro_nam": [286, 950, 952, 1319], "cmake_automoc_moc_opt": [283, 286, 953], "cmake_automoc_path_prefix": [286, 954, 1325, 1326, 1327], "cmake_automoc_relaxed_mod": [286, 1324], "cmake_autorcc": [283, 286, 955, 1412], "cmake_autorcc_execut": [286, 1337], "cmake_autorcc_opt": [283, 286, 957], "cmake_autou": [283, 286, 958, 1348, 1415, 1416], "cmake_autouic_execut": [286, 1337], "cmake_autouic_opt": [283, 286, 960], "cmake_autouic_search_path": [286, 961, 1348], "cmake_backwards_compat": [280, 286, 561], "cmake_binary_dir": [16, 18, 120, 142, 230, 265, 269, 285, 286, 287, 303, 367, 369, 370, 447, 676, 1321, 1325, 1425, 1463, 1471, 1596, 1760, 1824], "cmake_build_databas": 1514, "cmake_build_parallel_level": [27, 272, 287], "cmake_build_rpath": [286, 963, 1347], "cmake_build_rpath_use_origin": [286, 964, 1323], "cmake_build_tool": 286, "cmake_build_typ": [120, 121, 132, 142, 223, 230, 247, 258, 262, 265, 266, 272, 273, 286, 287, 298, 806, 1330, 1332, 1445], "cmake_build_with_install_name_dir": [286, 965, 1348], "cmake_build_with_install_rpath": [286, 966], "cmake_c_compil": [147, 285, 302, 306, 382, 1629], "cmake_c_compile_featur": [112, 268, 286, 793, 976], "cmake_c_compiler_id": [302, 1439, 1684, 1690, 1720, 1729], "cmake_c_compiler_target": 285, "cmake_c_compiler_vers": 1645, "cmake_c_extens": [120, 286, 627, 1008, 1318, 1654], "cmake_c_extensions_default": 1008, "cmake_c_flag": [149, 1318, 1656, 1868], "cmake_c_flags_": [1511, 1751, 1812], "cmake_c_flags_debug": 382, "cmake_c_flags_init": [149, 1868], "cmake_c_known_featur": [268, 282, 559, 1347, 1479], "cmake_c_link_group_using_cross_ref": [1684, 1720], "cmake_c_link_group_using_cross_refs_support": [1684, 1720], "cmake_c_link_library_using_load_arch": [1690, 1729], "cmake_c_link_library_using_load_archive_support": [1690, 1729], "cmake_c_link_pie_support": 356, "cmake_c_linker_wrapper_flag": 1681, "cmake_c_linker_wrapper_flag_sep": 1681, "cmake_c_standard": [120, 286, 627, 1009, 1318, 1699], "cmake_c_standard_requir": [120, 286, 627, 1010, 1705], "cmake_c_using_linker_lld": 1707, "cmake_c_using_linker_lld_launch": 1707, "cmake_c_using_linker_mod": 1707, "cmake_cache_arg": 368, "cmake_cache_default_arg": [368, 1329], "cmake_cache_major_vers": 286, "cmake_cache_minor_vers": 286, "cmake_cache_patch_vers": 286, "cmake_cachefile_dir": 286, "cmake_cfg_intdir": [286, 1340], "cmake_cl_64": 286, "cmake_clang_vfs_overlai": [286, 1328], "cmake_codeblocks_compiler_id": [286, 1320], "cmake_codeblocks_exclude_external_fil": [220, 286, 1319], "cmake_codelite_use_target": [221, 286, 1346, 1347], "cmake_color_diagnost": [272, 286, 1334], "cmake_color_makefil": [286, 1334, 1435], "cmake_command": [16, 142, 230, 266, 274, 286, 287, 290, 368, 501, 618, 893, 900, 907, 908, 913], "cmake_command_lin": 294, "cmake_compile_pdb_output_directori": [286, 981, 1443], "cmake_compile_pdb_output_directory_": [286, 982], "cmake_compile_warning_as_error": [286, 287, 983, 1334], "cmake_compiler_2005": 286, "cmake_compiler_is_gnucc": 286, "cmake_compiler_is_gnucxx": 286, "cmake_compiler_is_gnug77": 286, "cmake_config_dir": [272, 273, 287], "cmake_config_typ": [272, 290], "cmake_configuration_typ": [230, 266, 272, 273, 286, 298, 806, 1034, 1332, 1422, 1450, 1485], "cmake_configure_depend": [282, 1317], "cmake_cpack_command": 286, "cmake_cross_config": [230, 286, 1486], "cmake_crosscompil": [2, 3, 121, 285, 286, 718, 1449], "cmake_crosscompiling_emul": [121, 272, 280, 286, 718, 986, 1324, 1338, 1339, 1340], "cmake_csharp_flag": [184, 1656], "cmake_csharp_flags_init": 184, "cmake_ctest_argu": [286, 1326], "cmake_ctest_command": 286, "cmake_cuda_architectur": [191, 280, 286, 664, 987, 1327, 1328, 1330, 1333, 1334], "cmake_cuda_compil": [192, 383, 1341], "cmake_cuda_compile_featur": [112, 268, 286, 791, 976], "cmake_cuda_compiler_id": [664, 1327, 1453], "cmake_cuda_extens": [120, 286, 627, 989, 1654], "cmake_cuda_extensions_default": 989, "cmake_cuda_flag": [193, 1656], "cmake_cuda_flags_init": 193, "cmake_cuda_host_compil": [194, 286, 1328, 1668], "cmake_cuda_known_featur": [268, 282, 1326, 1454], "cmake_cuda_resolve_device_symbol": [286, 993, 1325], "cmake_cuda_runtime_librari": [120, 286, 1326], "cmake_cuda_separable_compil": [286, 995, 1320], "cmake_cuda_standard": [120, 286, 627, 996, 1699], "cmake_cuda_standard_requir": [120, 286, 627, 997, 1705], "cmake_cuda_toolkit_include_directori": 286, "cmake_current_binary_dir": [2, 10, 18, 24, 55, 142, 248, 250, 255, 266, 279, 280, 286, 304, 310, 368, 370, 375, 382, 394, 397, 472, 536, 551, 555, 559, 618, 648, 658, 673, 676, 714, 914, 942, 962, 1114, 1323, 1326, 1328, 1347, 1418, 1429, 1471, 1593, 1594, 1824], "cmake_current_funct": [86, 286, 1326, 1465, 1466, 1467], "cmake_current_function_list_dir": [86, 286, 1326, 1464, 1466, 1467], "cmake_current_function_list_fil": [86, 286, 1326, 1464, 1465, 1467], "cmake_current_function_list_lin": [86, 286, 1326, 1464, 1465, 1466], "cmake_current_list_dir": [248, 250, 279, 285, 286, 533, 1465], "cmake_current_list_fil": [75, 286, 1468, 1775], "cmake_current_list_lin": 286, "cmake_current_source_dir": [2, 16, 21, 24, 55, 66, 114, 118, 119, 132, 248, 250, 254, 259, 263, 266, 268, 286, 310, 325, 389, 394, 551, 575, 618, 636, 710, 948, 1100, 1101, 1207, 1418, 1429, 1463, 1593, 1594, 1754, 1824], "cmake_cxx_android_toolchain_prefix": 1621, "cmake_cxx_android_toolchain_suffix": 1621, "cmake_cxx_clang_tidi": 1627, "cmake_cxx_clang_tidy_export_fixes_dir": 1628, "cmake_cxx_compil": [15, 195, 285, 302, 1668], "cmake_cxx_compile_featur": [112, 268, 286, 792, 976], "cmake_cxx_compiler_id": [285, 302, 1440], "cmake_cxx_compiler_import_std": [270, 286], "cmake_cxx_compiler_predefines_command": [949, 1642], "cmake_cxx_compiler_target": 285, "cmake_cxx_compiler_vers": [274, 1645], "cmake_cxx_extens": [120, 286, 627, 998, 1318, 1654], "cmake_cxx_extensions_default": 998, "cmake_cxx_flag": [196, 280, 536, 677, 1330, 1656], "cmake_cxx_flags_init": 196, "cmake_cxx_known_featur": [268, 282, 559, 1347, 1473], "cmake_cxx_module_std": 286, "cmake_cxx_scan_for_modul": [270, 286, 715, 1005], "cmake_cxx_standard": [120, 248, 249, 254, 268, 286, 559, 627, 1006, 1318, 1324, 1347, 1699], "cmake_cxx_standard_latest": 1702, "cmake_cxx_standard_requir": [120, 248, 249, 254, 286, 627, 1007, 1705], "cmake_cxx_visibility_preset": 536, "cmake_debug_postfix": [258, 286], "cmake_debug_target_properti": [266, 283, 286, 1318], "cmake_default_build_typ": [230, 286, 1486], "cmake_default_config": [230, 286], "cmake_dependent_opt": [280, 296, 687, 1332], "cmake_depends_in_project_onli": [286, 1345], "cmake_depends_use_compil": 286, "cmake_directory_label": [286, 765, 1319], "cmake_disable_find_package_": [58, 279, 286, 1801], "cmake_disable_precompile_head": [286, 1016], "cmake_dl_lib": 286, "cmake_dll_name_with_sovers": [286, 1337], "cmake_dotnet_sdk": [286, 1018, 1333], "cmake_dotnet_target_framework": [286, 1019, 1020, 1326, 1496], "cmake_dotnet_target_framework_vers": [286, 1020, 1321, 1906], "cmake_eclipse_generate_linked_resourc": 286, "cmake_eclipse_generate_source_project": 286, "cmake_eclipse_make_argu": 286, "cmake_eclipse_resource_encod": [286, 1325], "cmake_eclipse_vers": 286, "cmake_edit_command": 286, "cmake_enable_export": [120, 286, 1021, 1506], "cmake_ep_git_remote_update_strategi": [368, 1327], "cmake_error_deprec": [90, 286, 1317, 1344], "cmake_error_on_absolute_install_destin": [286, 1952], "cmake_exe_linker_flag": [120, 286, 616, 1325, 1329, 1346, 1513], "cmake_exe_linker_flags_": [286, 1513], "cmake_exe_linker_flags_init": [206, 286, 1346, 1512], "cmake_executable_enable_export": [286, 1021, 1503], "cmake_executable_suffix": [286, 1508, 1580], "cmake_executable_suffix_": [286, 1507], "cmake_execute_process_command_echo": [52, 286, 1324], "cmake_expand_imported_target": 298, "cmake_experimental_cxx_import_std": [270, 1004, 1472, 1475], "cmake_experimental_export_build_databas": [159, 1025, 1514], "cmake_experimental_export_package_depend": [53, 77, 1027, 1516], "cmake_experimental_export_package_info": 77, "cmake_export_build_databas": [262, 272, 286, 1025, 1342], "cmake_export_compile_command": [262, 272, 286, 1026, 1326, 1330, 1336, 1865], "cmake_export_find_package_nam": [286, 370, 1027], "cmake_export_no_package_registri": [53, 279, 286, 650, 1318, 1518], "cmake_export_package_registri": [53, 279, 286, 650, 1324, 1517], "cmake_extra_gener": 286, "cmake_extra_include_fil": [308, 362, 1345], "cmake_extra_shared_library_suffix": 286, "cmake_file_api": [267, 273, 1337], "cmake_find_appbundl": [56, 57, 58, 59, 60, 286], "cmake_find_debug_mod": [286, 287, 1326], "cmake_find_framework": [56, 57, 58, 59, 60, 286, 452, 454, 473, 474, 475, 733], "cmake_find_framework_extra_loc": 300, "cmake_find_library_custom_lib_suffix": [57, 286, 802, 803, 804, 1348], "cmake_find_library_prefix": [286, 1526], "cmake_find_library_suffix": 286, "cmake_find_no_install_prefix": [286, 1317, 1546, 1602, 1825, 1846], "cmake_find_package_nam": [58, 286, 462], "cmake_find_package_no_package_registri": [58, 279, 286, 1318, 1325, 1547], "cmake_find_package_no_system_package_registri": [58, 279, 286, 1318, 1550], "cmake_find_package_prefer_config": [58, 286, 1324, 1537], "cmake_find_package_redirects_dir": [58, 263, 286, 370, 1334], "cmake_find_package_resolve_symlink": [58, 286, 1323], "cmake_find_package_sort_direct": [58, 286, 1346, 1535], "cmake_find_package_sort_ord": [58, 286, 1346, 1534], "cmake_find_package_targets_glob": [58, 286, 370, 1334], "cmake_find_package_warn_no_modul": 286, "cmake_find_root_path": [56, 57, 58, 59, 60, 285, 286, 1539, 1540, 1541, 1542], "cmake_find_root_path_both": [56, 57, 58, 59, 60], "cmake_find_root_path_mode_": 285, "cmake_find_root_path_mode_includ": [56, 59, 285, 286], "cmake_find_root_path_mode_librari": [57, 285, 286], "cmake_find_root_path_mode_packag": [58, 285, 286], "cmake_find_root_path_mode_program": [60, 285, 286], "cmake_find_use_": [56, 57, 58, 59, 60], "cmake_find_use_cmake_environment_path": [56, 57, 58, 59, 60, 286, 1325, 1544, 1545, 1546, 1547, 1548, 1549, 1550], "cmake_find_use_cmake_path": [56, 57, 58, 59, 60, 286, 1325, 1543, 1545, 1546, 1547, 1548, 1549, 1550], "cmake_find_use_cmake_system_path": [56, 57, 58, 59, 60, 286, 1325, 1543, 1544, 1547, 1548, 1549, 1550], "cmake_find_use_install_prefix": [56, 57, 58, 59, 60, 286, 1334, 1543, 1545, 1547, 1548, 1549, 1550], "cmake_find_use_package_registri": [58, 279, 286, 1325, 1529, 1543, 1544, 1545, 1546, 1548, 1549, 1550], "cmake_find_use_package_root_path": [56, 57, 58, 59, 60, 286, 1325, 1543, 1544, 1545, 1546, 1547, 1549, 1550], "cmake_find_use_system_environment_path": [56, 57, 58, 59, 60, 286, 1325, 1543, 1544, 1545, 1546, 1547, 1548, 1550], "cmake_find_use_system_package_registri": [58, 286, 1325, 1530, 1543, 1544, 1545, 1546, 1547, 1548, 1549], "cmake_flag": [120, 121], "cmake_fold": [286, 1032, 1321], "cmake_force_c_compil": 302, "cmake_force_cxx_compil": 302, "cmake_force_fortran_compil": 302, "cmake_fortran_compil": [199, 302, 347], "cmake_fortran_compiler_id": [302, 1441], "cmake_fortran_compiler_vers": 1340, "cmake_fortran_flag": [200, 1656], "cmake_fortran_flags_init": 200, "cmake_fortran_format": [286, 1037], "cmake_fortran_moddir_default": 286, "cmake_fortran_moddir_flag": 286, "cmake_fortran_modout_flag": 286, "cmake_fortran_module_directori": [286, 1038], "cmake_fortran_preprocess": [286, 1039], "cmake_framework": [286, 1033, 1324], "cmake_framework_multi_config_postfix_": [286, 1034, 1327], "cmake_framework_path": [56, 57, 58, 59, 272, 286, 469, 1840], "cmake_gener": [163, 164, 165, 265, 272, 273, 286, 287, 310, 368, 370, 640, 1324, 1327, 1519, 1738], "cmake_generator_inst": [162, 237, 238, 239, 272, 286, 368, 1320, 1324, 1333, 1908], "cmake_generator_platform": [162, 223, 236, 237, 238, 239, 265, 272, 273, 285, 286, 287, 368, 709, 1318, 1322, 1323, 1324, 1327, 1331, 1337, 1889, 1890, 1910], "cmake_generator_toolset": [162, 223, 233, 234, 235, 236, 237, 238, 239, 244, 246, 265, 272, 285, 286, 287, 368, 1318, 1321, 1322, 1324, 1326, 1327, 1328, 1339, 1347, 1738, 1891, 1892, 1893, 1894, 1895, 1896], "cmake_get_os_release_fallback_cont": 17, "cmake_get_os_release_fallback_result": 17, "cmake_get_os_release_fallback_result_": 17, "cmake_get_os_release_fallback_result_id": 17, "cmake_get_os_release_fallback_result_nam": 17, "cmake_get_os_release_fallback_result_pretty_nam": 17, "cmake_get_os_release_fallback_result_vers": 17, "cmake_get_os_release_fallback_result_version_id": 17, "cmake_get_os_release_fallback_script": 17, "cmake_get_runtime_dependencies_command": 55, "cmake_get_runtime_dependencies_platform": 55, "cmake_get_runtime_dependencies_tool": 55, "cmake_ghs_no_source_group_fil": [286, 1042, 1323], "cmake_global_autogen_target": [283, 286, 948, 958, 1323, 1567], "cmake_global_autogen_target_nam": [286, 1323, 1566], "cmake_global_autorcc_target": [286, 955, 1323, 1569], "cmake_global_autorcc_target_nam": [286, 1323, 1568], "cmake_gnutom": [286, 294, 1043], "cmake_gtest_discover_tests_discovery_mod": [538, 1327], "cmake_has_ansi_string_stream": 295, "cmake_hip_architectur": [286, 1050, 1574], "cmake_hip_compil": [201, 1574], "cmake_hip_compile_featur": [286, 794], "cmake_hip_extens": [286, 1051, 1654], "cmake_hip_extensions_default": 1051, "cmake_hip_flag": [202, 1656], "cmake_hip_flags_init": 202, "cmake_hip_host_compil": [203, 1668], "cmake_hip_known_featur": [282, 1572], "cmake_hip_platform": [286, 1050, 1338, 1571], "cmake_hip_standard": [286, 1052, 1699], "cmake_hip_standard_requir": [286, 1053, 1705], "cmake_home_directori": 286, "cmake_host_appl": 286, "cmake_host_bsd": [286, 1335], "cmake_host_executable_suffix": [286, 1342, 1507], "cmake_host_linux": [286, 1335], "cmake_host_solari": [286, 1345], "cmake_host_system": [271, 286], "cmake_host_system_inform": [66, 267, 271, 447, 541, 1319, 1332, 1334, 1338], "cmake_host_system_nam": [17, 281, 286, 1331, 1448, 1583, 1845], "cmake_host_system_processor": [17, 151, 286, 1317, 1328, 1390, 1847], "cmake_host_system_vers": [286, 709, 1583, 1849], "cmake_host_unix": 286, "cmake_host_win32": 286, "cmake_hp_pthreads_init": 500, "cmake_ignore_path": [56, 57, 58, 59, 60, 286, 1590, 1785, 1841], "cmake_ignore_prefix_path": [56, 57, 58, 59, 60, 286, 1333, 1589, 1842], "cmake_import_library_prefix": 286, "cmake_import_library_prefix_": 1591, "cmake_import_library_suffix": 286, "cmake_import_library_suffix_": 1592, "cmake_include_current_dir": [266, 279, 286, 480], "cmake_include_current_dir_in_interfac": [266, 279, 286], "cmake_include_directories_befor": [73, 286], "cmake_include_directories_project_befor": 286, "cmake_include_path": [56, 59, 272, 286, 484, 489, 1589, 1590, 1785, 1843], "cmake_innosetup_setup_allownoicon": 137, "cmake_instal": [77, 134, 655, 1090, 1321, 1331, 1356, 1505, 1821, 1914, 1949, 1957], "cmake_install_": 535, "cmake_install_bindir": [77, 248], "cmake_install_datadir": 77, "cmake_install_datarootdir": 77, "cmake_install_debug_librari": 539, "cmake_install_debug_libraries_onli": 539, "cmake_install_default_component_nam": [77, 286], "cmake_install_default_directory_permiss": [77, 286, 1320, 1954], "cmake_install_docdir": 77, "cmake_install_full_": 535, "cmake_install_full_includedir": 304, "cmake_install_includedir": [77, 248, 304], "cmake_install_infodir": 77, "cmake_install_libdir": [77, 248, 304], "cmake_install_libexecdir": 77, "cmake_install_localedir": 77, "cmake_install_localstatedir": 77, "cmake_install_mandir": 77, "cmake_install_messag": [77, 286, 1318], "cmake_install_mfc_librari": 539, "cmake_install_mod": [55, 77, 272, 368, 1332], "cmake_install_name_dir": [286, 602, 1088], "cmake_install_openmp_librari": [539, 1318], "cmake_install_parallel_level": [272, 287, 809], "cmake_install_prefix": [56, 57, 58, 59, 60, 77, 78, 79, 80, 198, 248, 257, 262, 265, 266, 272, 273, 279, 285, 286, 287, 304, 310, 365, 431, 535, 551, 1317, 1318, 1329, 1334, 1339, 1527, 1546, 1599, 1603, 1825, 1846, 1951, 1955, 1956], "cmake_install_prefix_initialized_to_default": [286, 1602], "cmake_install_remove_environment_rpath": [286, 1089, 1325], "cmake_install_rpath": [132, 286, 655, 1090, 1345, 1419], "cmake_install_rpath_use_link_path": [286, 1091], "cmake_install_runstatedir": 77, "cmake_install_sbindir": 77, "cmake_install_script": 310, "cmake_install_sharestatedir": 77, "cmake_install_sysconfdir": [77, 304], "cmake_install_system_runtime_compon": [539, 1340], "cmake_install_system_runtime_destin": 539, "cmake_install_system_runtime_lib": 539, "cmake_install_system_runtime_libs_no_warn": 539, "cmake_install_system_runtime_libs_skip": 539, "cmake_install_ucrt_librari": [539, 1345], "cmake_intdir": 1429, "cmake_internal_platform_abi": 286, "cmake_interprocedural_optim": [286, 629, 1111, 1335, 1348], "cmake_interprocedural_optimization_": [286, 1112], "cmake_ios_install_combin": [285, 286, 1338], "cmake_ispc_compil": 204, "cmake_ispc_flag": [205, 1656], "cmake_ispc_flags_init": 205, "cmake_ispc_header_directori": [286, 1114], "cmake_ispc_header_suffix": [286, 1115, 1328], "cmake_ispc_instruction_set": [286, 1116], "cmake_jar_classes_prefix": 551, "cmake_java_compile_flag": 551, "cmake_java_include_path": 551, "cmake_jni_target": 551, "cmake_job_pool": [286, 811, 1320], "cmake_job_pool_compil": [286, 811, 1117], "cmake_job_pool_link": [286, 811, 1118], "cmake_job_pool_precompile_head": [286, 1119], "cmake_kate_files_mod": 286, "cmake_kate_make_argu": 286, "cmake_languag": [63, 86, 90, 98, 263, 267, 287, 1327, 1328, 1334, 1335, 1339, 1470, 1746], "cmake_legacy_cygwin_win32": 1336, "cmake_library_architectur": [56, 57, 58, 59, 286], "cmake_library_architecture_regex": 286, "cmake_library_output_directori": [260, 286, 1132, 1330], "cmake_library_output_directory_": [286, 1133], "cmake_library_path": [57, 272, 286, 1589, 1590, 1785, 1844], "cmake_library_path_flag": 286, "cmake_link_def_file_flag": 286, "cmake_link_depends_no_shar": [286, 1139], "cmake_link_depends_use_link": [286, 1337], "cmake_link_directories_befor": [81, 286], "cmake_link_group_using_": [274, 286, 1334, 1684, 1685], "cmake_link_interface_librari": [286, 1143], "cmake_link_libraries_only_target": [286, 1148, 1333], "cmake_link_libraries_strategi": [116, 286, 1147, 1149, 1342], "cmake_link_library_": [286, 1341, 1686, 1690, 1729], "cmake_link_library_file_flag": 286, "cmake_link_library_flag": 286, "cmake_link_library_suffix": 286, "cmake_link_library_using_": [274, 286, 1150, 1151, 1334, 1690, 1691, 1725], "cmake_link_library_using_weak_librari": [1690, 1729], "cmake_link_library_using_weak_library_support": [1690, 1729], "cmake_link_library_whole_archive_attribut": 1725, "cmake_link_search_end_stat": [120, 286, 1153, 1343, 1732], "cmake_link_search_start_stat": [120, 286, 1154, 1343, 1731], "cmake_link_what_you_us": [286, 1155, 1346], "cmake_link_what_you_use_check": [286, 1155, 1332, 1692], "cmake_linker_typ": [286, 1137, 1339, 1637, 1707], "cmake_list_append": 892, "cmake_list_prepend": 892, "cmake_loaded_command_": 85, "cmake_macosx_bundl": [286, 1160], "cmake_macosx_rpath": [286, 1163], "cmake_major_vers": [286, 306, 1873], "cmake_make_program": [262, 286, 370, 1317, 1329, 1421, 1879, 1885], "cmake_map_imported_config_": [53, 77, 286, 1165, 1317], "cmake_match_": [55, 71, 108, 280, 286, 719, 1740], "cmake_match_1": 17, "cmake_match_count": [286, 1329, 1741], "cmake_maximum_recursion_depth": [272, 286, 1323], "cmake_message_context": [90, 286, 1326, 1744], "cmake_message_context_show": [90, 286, 287, 1326, 1743], "cmake_message_ind": [90, 286, 1325], "cmake_message_log_level": [18, 90, 286, 287, 370, 728, 1326], "cmake_mfc_flag": [286, 1276, 1328], "cmake_minimum_requir": [18, 23, 93, 98, 230, 248, 249, 251, 263, 267, 273, 280, 283, 285, 370, 458, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 1321, 1328, 1336, 1337, 1342, 1453, 1748, 1782, 1783, 1787, 1788, 1791, 1795], "cmake_minimum_required_vers": [19, 280, 286, 469, 559], "cmake_minor_vers": [286, 1873], "cmake_mode_t": 132, "cmake_module_linker_flag": [286, 1325, 1346, 1753], "cmake_module_linker_flags_": [286, 1753], "cmake_module_linker_flags_init": [206, 286, 1346, 1752], "cmake_module_path": [18, 58, 72, 141, 248, 262, 263, 277, 278, 286, 458, 556, 577, 644, 1161, 1162, 1339, 1537, 1789, 1790, 1792, 1793, 1794], "cmake_msvc_debug_information_format": [120, 286, 701, 1166, 1335], "cmake_msvc_runtime_librari": [120, 286, 651, 1167, 1324, 1907], "cmake_msvcide_run_path": [272, 286], "cmake_netrc": [55, 286, 368, 370, 1320, 1332], "cmake_netrc_fil": [55, 286, 368, 370, 1320, 1332], "cmake_ninja_output_path_prefix": [286, 1345], "cmake_no_ansi_for_scop": 546, "cmake_no_ansi_stream_head": 547, "cmake_no_ansi_string_stream": 548, "cmake_no_builtin_chrpath": [286, 1090], "cmake_no_std_namespac": 549, "cmake_no_system_from_import": [286, 1170], "cmake_no_verbos": [218, 272], "cmake_not_using_config_flag": 286, "cmake_objc_compil": 208, "cmake_objc_extens": [120, 286, 1174, 1654], "cmake_objc_extensions_default": 1174, "cmake_objc_flag": [209, 1656], "cmake_objc_flags_init": 209, "cmake_objc_standard": [120, 286, 1175, 1699], "cmake_objc_standard_requir": [120, 286, 1176, 1705], "cmake_objcopi": 310, "cmake_objcxx_compil": 210, "cmake_objcxx_extens": [120, 286, 1171, 1654], "cmake_objcxx_extensions_default": 1171, "cmake_objcxx_flag": [211, 1656], "cmake_objcxx_flags_init": 211, "cmake_objcxx_standard": [120, 286, 1172, 1699], "cmake_objcxx_standard_requir": [120, 286, 1173, 1705], "cmake_objdump": [55, 310, 537], "cmake_object_path_max": 286, "cmake_optimize_depend": [286, 1177, 1328, 1357], "cmake_osx_architectur": [53, 272, 285, 286, 304, 362, 1081, 1178, 1327, 1328, 1585, 1626], "cmake_osx_deployment_target": [207, 285, 286, 1320, 1774], "cmake_osx_sysroot": [285, 286, 1113, 1320, 1328, 1333, 1448, 1773, 1846], "cmake_parent_list_fil": [286, 1469], "cmake_parse_argu": [63, 86, 267, 277, 280, 305, 734, 1324, 1342, 1344, 1346], "cmake_patch_vers": [286, 1873], "cmake_path": [55, 66, 71, 77, 267, 274, 737, 1330], "cmake_pch": 118, "cmake_pch_instantiate_templ": [286, 1182, 1328], "cmake_pch_warn_invalid": [286, 1183, 1327], "cmake_pdb_output_directori": [286, 1186, 1780], "cmake_pdb_output_directory_": [286, 1187], "cmake_pkg_config": [267, 1342], "cmake_pkg_config_": 22, "cmake_pkg_config_allow_sys_includ": 22, "cmake_pkg_config_allow_sys_lib": 22, "cmake_pkg_config_cflag": 22, "cmake_pkg_config_compile_opt": 22, "cmake_pkg_config_conflict": 22, "cmake_pkg_config_descript": 22, "cmake_pkg_config_disable_uninstal": 22, "cmake_pkg_config_includ": 22, "cmake_pkg_config_lib": 22, "cmake_pkg_config_libdir": 22, "cmake_pkg_config_libnam": 22, "cmake_pkg_config_link_opt": 22, "cmake_pkg_config_nam": 22, "cmake_pkg_config_pc_lib_dir": 22, "cmake_pkg_config_pc_path": 22, "cmake_pkg_config_pkgconf_includ": 22, "cmake_pkg_config_pkgconf_lib_dir": 22, "cmake_pkg_config_provid": 22, "cmake_pkg_config_requir": 22, "cmake_pkg_config_sys_include_dir": 22, "cmake_pkg_config_sys_lib_dir": 22, "cmake_pkg_config_sysroot_dir": 22, "cmake_pkg_config_top_build_dir": 22, "cmake_pkg_config_vers": 22, "cmake_platform_no_versioned_sonam": [286, 1017, 1492], "cmake_polici": [12, 19, 58, 63, 72, 86, 266, 267, 280, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 1321, 1328, 1337, 1342, 1782, 1783], "cmake_policy_default_cmp": [23, 280, 286], "cmake_policy_default_cmp0056": 616, "cmake_policy_default_cmp0077": 637, "cmake_policy_default_cmp0126": 686, "cmake_policy_default_cmp0168": 728, "cmake_policy_warning_cmp": 286, "cmake_policy_warning_cmp0025": [585, 1783], "cmake_policy_warning_cmp0047": [607, 1783], "cmake_policy_warning_cmp0056": [616, 1783], "cmake_policy_warning_cmp0060": [620, 1783], "cmake_policy_warning_cmp0065": [625, 1783], "cmake_policy_warning_cmp0066": [626, 1783], "cmake_policy_warning_cmp0067": [627, 1783], "cmake_policy_warning_cmp0082": [642, 1783], "cmake_policy_warning_cmp0089": [649, 1783], "cmake_policy_warning_cmp0102": [662, 1783], "cmake_policy_warning_cmp0112": [672, 1783], "cmake_policy_warning_cmp0116": [676, 1783], "cmake_policy_warning_cmp0126": [686, 1783], "cmake_policy_warning_cmp0128": [688, 1783], "cmake_policy_warning_cmp0129": [689, 1783], "cmake_policy_warning_cmp0133": [693, 1783], "cmake_policy_warning_cmp0172": [732, 1783], "cmake_pop_check_st": 308, "cmake_position_independent_cod": [120, 286, 1188], "cmake_prefix_path": [18, 56, 57, 58, 59, 60, 248, 262, 263, 272, 279, 286, 421, 458, 469, 1338, 1345, 1589, 1590, 1597, 1713, 1786, 1846], "cmake_print_properti": 306, "cmake_print_vari": 306, "cmake_program_path": [60, 272, 286, 1589, 1590, 1785, 1848], "cmake_project_": [93, 286, 370, 1339, 1789, 1790, 1794], "cmake_project_descript": [93, 286, 310, 2069], "cmake_project_homepage_url": [93, 132, 142, 286, 310, 1321, 2070], "cmake_project_includ": [93, 286, 370, 1324, 1339, 1790, 1792, 1793, 1794], "cmake_project_include_befor": [93, 286, 1324, 1339, 1789, 1792, 1793, 1794], "cmake_project_nam": [93, 135, 286, 303, 310, 2072], "cmake_project_top_level_includ": [18, 93, 120, 263, 286, 815, 1334, 1341, 1789, 1790, 1792, 1793, 1859], "cmake_project_vers": [93, 286, 1321, 1796, 1797, 1798, 1799], "cmake_project_version_major": [286, 310, 1321], "cmake_project_version_minor": [286, 310, 1321], "cmake_project_version_patch": [286, 310, 1321], "cmake_project_version_tweak": [286, 1321], "cmake_push_check_st": 308, "cmake_ranlib": [286, 1643], "cmake_rc_compil": 213, "cmake_rc_flag": 214, "cmake_rc_flags_init": 214, "cmake_readelf": 310, "cmake_require_find_package_": [58, 279, 286, 1332, 1490], "cmake_require_find_package_someth": 1801, "cmake_required_": 308, "cmake_required_definit": [308, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363], "cmake_required_flag": [308, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363], "cmake_required_includ": [308, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362], "cmake_required_librari": [280, 298, 308, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 635, 1320, 1321], "cmake_required_link_directori": [308, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 1342], "cmake_required_link_opt": [308, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 344, 345, 346, 348, 349, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363], "cmake_required_quiet": [330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363], "cmake_reset_check_st": 308, "cmake_rol": [282, 412, 473, 474, 475, 1323], "cmake_root": [273, 286], "cmake_rule_messag": [286, 820], "cmake_runtime_output_directori": [260, 286, 1201, 1330, 1868], "cmake_runtime_output_directory_": [286, 1202], "cmake_script_mode_fil": 286, "cmake_shared_library_": 578, "cmake_shared_library_archive_suffix": 286, "cmake_shared_library_enable_export": [286, 1021], "cmake_shared_library_lang_flag": 280, "cmake_shared_library_prefix": 286, "cmake_shared_library_prefix_": 1809, "cmake_shared_library_suffix": [286, 1520], "cmake_shared_library_suffix_": 1810, "cmake_shared_linker_flag": [286, 1325, 1346, 1814], "cmake_shared_linker_flags_": [286, 1814], "cmake_shared_linker_flags_init": [206, 286, 1346, 1813], "cmake_shared_module_prefix": 286, "cmake_shared_module_prefix_": 1815, "cmake_shared_module_suffix": 286, "cmake_shared_module_suffix_": 1816, "cmake_sizeof_void_p": [17, 56, 57, 58, 59, 60, 137, 286, 694, 1431], "cmake_skip_build_rpath": [286, 1205, 1820, 1822], "cmake_skip_install_all_depend": [286, 1823], "cmake_skip_install_rpath": [286, 628, 1818, 1822], "cmake_skip_install_rul": 286, "cmake_skip_rpath": [286, 628, 963, 964, 1090, 1818, 1820], "cmake_skip_test_all_depend": [286, 1339, 1819], "cmake_source_dir": [142, 265, 281, 285, 286, 287, 303, 367, 494, 1325, 1418, 1463, 1471, 1498, 1577, 1596, 2018], "cmake_staging_prefix": [56, 57, 58, 59, 60, 262, 285, 286, 1317, 1527, 1546, 1846], "cmake_static_library_prefix": 286, "cmake_static_library_prefix_": 1826, "cmake_static_library_suffix": 286, "cmake_static_library_suffix_": 1827, "cmake_static_linker_flag": [286, 1829, 1831], "cmake_static_linker_flags_": [286, 1828, 1831], "cmake_static_linker_flags_init": [286, 1830], "cmake_strip": [229, 232], "cmake_sublime_text_2_env_set": [286, 1347], "cmake_sublime_text_2_exclude_build_tre": [286, 1347], "cmake_suppress_regener": [286, 1321], "cmake_swift_compil": 217, "cmake_swift_compilation_mod": [286, 717, 1214], "cmake_swift_language_vers": [286, 1216, 1346], "cmake_swift_module_directori": [286, 1217], "cmake_swift_num_thread": 286, "cmake_swig_flag": 555, "cmake_swig_outdir": 555, "cmake_sysroot": [17, 56, 57, 58, 59, 60, 273, 285, 286, 1317, 1333, 1539, 1540, 1541, 1542, 1825, 1836, 1837], "cmake_sysroot_compil": [273, 286, 1348, 1835], "cmake_sysroot_link": [273, 286, 1348, 1835], "cmake_system": [15, 286, 596], "cmake_system_appbundle_path": [58, 60, 286], "cmake_system_arch": [683, 1331], "cmake_system_framework_path": [56, 57, 58, 59, 286], "cmake_system_ignore_path": [56, 57, 58, 59, 60, 286, 1589, 1842, 1846], "cmake_system_ignore_prefix_path": [56, 57, 58, 59, 60, 286, 1333, 1590, 1841], "cmake_system_include_path": [56, 59, 286, 1597, 1841, 1842, 1846], "cmake_system_library_path": [57, 286, 1713, 1841, 1842, 1846], "cmake_system_nam": [274, 285, 286, 302, 310, 1318, 1328, 1331, 1338, 1350, 1448, 1584, 1684, 1690, 1720, 1729, 1735, 1838, 1849, 1862, 1888, 1918, 2039, 2040, 2080, 2081, 2083, 2084, 2085], "cmake_system_prefix_path": [56, 57, 58, 59, 60, 286, 1317, 1338, 1527, 1602, 1785, 1841, 1842, 1843, 1844, 1848], "cmake_system_processor": [285, 286, 683, 1331, 1334], "cmake_system_program_path": [60, 286, 1786, 1841, 1842, 1846], "cmake_system_vers": [285, 286, 709, 1318, 1343, 1362, 1838, 1845, 1910], "cmake_target_messag": 822, "cmake_tasking_toolset": [286, 1335], "cmake_test_launch": [272, 286, 718, 1219, 1339], "cmake_testdriver_after_testmain": 26, "cmake_testdriver_before_testmain": 26, "cmake_thread_libs_init": 500, "cmake_tls_cainfo": [55, 286, 368, 370, 1332], "cmake_tls_verifi": [55, 272, 286, 290, 368, 370, 1332, 1341, 1342, 2028], "cmake_tls_vers": [55, 272, 286, 368, 1341, 1342, 2029], "cmake_toolchain_fil": [93, 262, 265, 272, 281, 286, 287, 370, 1317, 1318, 1331, 1562, 1563, 1564, 1633, 1644, 1701, 1703, 1704, 1794, 1835, 1836, 1837, 1847, 1862], "cmake_try_compile_configur": [120, 121, 286, 298], "cmake_try_compile_no_platform_vari": [120, 286, 697, 1334, 1862], "cmake_try_compile_platform_vari": [120, 269, 286, 697, 1345], "cmake_try_compile_target_typ": [120, 285, 286, 302, 330, 331, 333, 334, 337, 338, 340, 350, 351, 353, 354, 358, 1345], "cmake_tweak_vers": [286, 1873], "cmake_unity_build": [286, 1223, 1325, 1515], "cmake_unity_build_batch_s": [286, 1224], "cmake_unity_build_unique_id": 286, "cmake_use_pthreads_init": 500, "cmake_use_relative_path": [286, 1343], "cmake_use_win32_threads_init": 500, "cmake_user_make_rules_overrid": [286, 1869], "cmake_user_make_rules_override_": [286, 1868], "cmake_verbose_makefil": [286, 287], "cmake_verify_interface_header_set": [286, 370, 1229, 1334], "cmake_vers": [197, 286, 1317, 1318, 1737, 1749, 1776, 1864], "cmake_version_major": [137, 138], "cmake_version_minor": [137, 138], "cmake_visibility_inlines_hidden": [286, 536, 1231], "cmake_vs_debugger_command": [286, 1233, 1337], "cmake_vs_debugger_command_argu": [286, 1234, 1337], "cmake_vs_debugger_environ": [286, 1235, 1337], "cmake_vs_debugger_working_directori": [286, 1236, 1337], "cmake_vs_devenv_command": [286, 1738, 1885], "cmake_vs_glob": [286, 1322, 1326], "cmake_vs_include_install_to_default_build": [286, 1340, 1347], "cmake_vs_include_package_to_default_build": [286, 1347], "cmake_vs_intel_fortran_project_vers": 286, "cmake_vs_just_my_code_debug": [286, 1254, 1324], "cmake_vs_msbuild_command": [286, 1738, 1879], "cmake_vs_no_compile_batch": [286, 1257, 1334], "cmake_vs_nsighttegra_vers": 286, "cmake_vs_nuget_package_restor": [281, 286, 287, 1333], "cmake_vs_platform_nam": [286, 1563, 1564, 1890], "cmake_vs_platform_name_default": [238, 239, 286, 1323, 1889], "cmake_vs_platform_toolset": [286, 1564], "cmake_vs_platform_toolset_cuda": [286, 1564], "cmake_vs_platform_toolset_cuda_custom_dir": [286, 1564], "cmake_vs_platform_toolset_fortran": [286, 1564], "cmake_vs_platform_toolset_host_architectur": [286, 1564], "cmake_vs_platform_toolset_vers": [286, 1328, 1564], "cmake_vs_sdk_": 1321, "cmake_vs_sdk_exclude_directori": [286, 1321], "cmake_vs_sdk_executable_directori": [286, 1321], "cmake_vs_sdk_include_directori": [286, 1321], "cmake_vs_sdk_library_directori": [286, 1321], "cmake_vs_sdk_library_winrt_directori": [286, 1321], "cmake_vs_sdk_reference_directori": [286, 1321], "cmake_vs_sdk_source_directori": [286, 1321], "cmake_vs_target_framework_identifi": [286, 1905, 1906], "cmake_vs_target_framework_targets_vers": [286, 1904, 1906], "cmake_vs_target_framework_vers": [286, 1904, 1905], "cmake_vs_use_debug_librari": [286, 722, 1270, 1341], "cmake_vs_version_build_numb": [286, 1336, 1562], "cmake_vs_windows_target_platform_min_vers": [286, 1271, 1337], "cmake_vs_windows_target_platform_vers": [285, 286, 709, 1237, 1252, 1256, 1271, 1563, 1911], "cmake_vs_windows_target_platform_version_maximum": [236, 286, 1328, 1563, 1910], "cmake_vs_winrt_by_default": 286, "cmake_warn_deprec": [90, 286, 1317, 1344, 1347], "cmake_warn_on_absolute_install_destin": [286, 1957], "cmake_watcom_runtime_librari": [120, 286, 696, 1334], "cmake_win32_execut": [286, 1276], "cmake_windows_export_all_symbol": [286, 1277, 1325], "cmake_windows_kits_10_dir": [539, 1910], "cmake_windows_kmdf_vers": 286, "cmake_wx_can_compil": 533, "cmake_wx_cxx_flag": 533, "cmake_wxwindows_cxx_flag": 533, "cmake_xcode_attribute_": [286, 1278], "cmake_xcode_attribute_development_team": 285, "cmake_xcode_attribute_generate_text_based_stub": 1021, "cmake_xcode_build_system": [246, 286, 1328], "cmake_xcode_generate_schem": [286, 1286, 1322, 1324, 1348], "cmake_xcode_generate_top_level_project_onli": [286, 1281, 1320], "cmake_xcode_link_build_phase_mod": [286, 1287, 1328], "cmake_xcode_platform_toolset": [246, 286], "cmake_xcode_scheme_address_sanit": [286, 1289], "cmake_xcode_scheme_address_sanitizer_use_after_return": [286, 1290], "cmake_xcode_scheme_debug_document_vers": [286, 1293], "cmake_xcode_scheme_disable_main_thread_check": [286, 1294], "cmake_xcode_scheme_dynamic_library_load": [286, 1295], "cmake_xcode_scheme_dynamic_linker_api_usag": [286, 1296], "cmake_xcode_scheme_enable_gpu_api_valid": [286, 1297, 1335], "cmake_xcode_scheme_enable_gpu_frame_capture_mod": [286, 1298, 1333], "cmake_xcode_scheme_enable_gpu_shader_valid": [286, 1299, 1335], "cmake_xcode_scheme_environ": [286, 1326], "cmake_xcode_scheme_guard_malloc": [286, 1302], "cmake_xcode_scheme_launch_configur": [286, 1303, 1335], "cmake_xcode_scheme_launch_mod": [286, 1304, 1335], "cmake_xcode_scheme_main_thread_checker_stop": [286, 1305], "cmake_xcode_scheme_malloc_guard_edg": [286, 1306], "cmake_xcode_scheme_malloc_scribbl": [286, 1307], "cmake_xcode_scheme_malloc_stack": [286, 1308], "cmake_xcode_scheme_thread_sanit": [286, 1309], "cmake_xcode_scheme_thread_sanitizer_stop": [286, 1310], "cmake_xcode_scheme_undefined_behaviour_sanit": [286, 1311], "cmake_xcode_scheme_undefined_behaviour_sanitizer_stop": [286, 1312], "cmake_xcode_scheme_working_directori": [286, 1313, 1326], "cmake_xcode_scheme_zombie_object": [286, 1314], "cmake_xcode_xcconfig": [286, 1315, 1334], "cmakeaddfortransubdirectori": 278, "cmakebackwardcompatibilitycxx": 278, "cmakecach": [262, 265, 273, 287, 394, 1320, 1334, 1426, 1427, 1428, 1577], "cmakeclass": 250, "cmakecommand": 1317, "cmakecompat": 1317, "cmakeconfigurelog": [269, 273, 1336], "cmakedefin": [24, 1319], "cmakedefine01": [24, 378, 1319], "cmakedependentopt": [91, 278, 1332], "cmakedeterminevsservicepack": [278, 1318], "cmakeerror": 1336, "cmakeexecut": 281, "cmakeexpandimportedtarget": [278, 1343], "cmakefil": [16, 120, 269, 287, 382, 394, 1334, 1336, 1341, 1514], "cmakefinddependencymacro": [248, 278, 279, 370, 1317, 1348], "cmakefindframework": [278, 280, 733, 1342], "cmakefindpackagemod": 278, "cmakeforcecompil": [278, 1345], "cmakegenericsystem": 273, "cmakegraphvizopt": [278, 281, 287], "cmakelist": [0, 2, 3, 9, 11, 16, 18, 19, 24, 51, 54, 55, 69, 73, 81, 93, 98, 102, 103, 110, 120, 135, 142, 143, 220, 221, 231, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 265, 269, 271, 273, 274, 276, 277, 279, 280, 285, 287, 289, 293, 294, 304, 310, 326, 329, 364, 368, 394, 396, 494, 533, 556, 560, 574, 616, 618, 703, 775, 781, 782, 783, 795, 824, 843, 950, 953, 1281, 1327, 1329, 1331, 1354, 1434, 1742, 1754, 1775, 1787, 1788, 1791, 1795, 1796, 1797, 1798, 1799, 1806, 1833, 1834, 1955, 2028, 2029, 2061, 2071], "cmakeminimumrequir": 281, "cmakemodul": 1317, "cmakeoutput": 1336, "cmakepackageconfighelp": [58, 248, 250, 278, 279, 558, 1318, 1320, 1323, 1328, 1339, 1342], "cmakeparseargu": [20, 278, 1344], "cmakepolici": 1317, "cmakepredefinedtarget": 814, "cmakepreset": [247, 262, 281, 287, 1328], "cmakeprinthelp": 278, "cmakeprintsysteminform": 278, "cmakeprop": 1317, "cmakepushcheckst": [278, 1342, 1345], "cmakescratch": 120, "cmakescript": 142, "cmakesetup": 1747, "cmakesystem": 273, "cmaketestnam": 494, "cmaketmp": 120, "cmaketutori": 252, "cmakeuserpreset": [247, 262, 281, 287, 1328], "cmakeuserspreset": 262, "cmakevar": 1317, "cmakevari": 269, "cmakeverifymanifest": 278, "cmakevers": 287, "cmath": [248, 253, 255, 256], "cmcommand_nam": 85, "cmd": [226, 265, 276, 285, 287, 289, 290, 368, 396], "cmd1": 52, "cmd2": 52, "cmdsize": 285, "cmi": 270, "cmp": [23, 71, 265, 276, 287, 289, 290, 1782, 1783], "cmp0000": [19, 93, 280], "cmp0001": [280, 1417], "cmp0002": [280, 784], "cmp0003": [116, 280, 620], "cmp0004": [116, 280], "cmp0005": 280, "cmp0006": 280, "cmp0007": 280, "cmp0008": 280, "cmp0009": [55, 280], "cmp0010": [280, 613], "cmp0011": [23, 280], "cmp0012": 280, "cmp0013": 280, "cmp0014": 280, "cmp0015": [81, 280], "cmp0016": 280, "cmp0017": [72, 280], "cmp0018": 280, "cmp0019": 280, "cmp0020": 280, "cmp0021": 280, "cmp0022": [53, 77, 116, 280, 298, 1103, 1143, 1144, 1147], "cmp0023": 280, "cmp0024": [280, 1317], "cmp0025": [280, 1317, 1783], "cmp0026": [280, 1317], "cmp0027": [280, 1317], "cmp0028": [116, 271, 280, 1148, 1317], "cmp0029": [109, 280, 1317], "cmp0030": [123, 280, 1317], "cmp0031": [85, 280, 1317], "cmp0032": [92, 280, 1317], "cmp0033": [54, 280, 633, 1317], "cmp0034": [124, 280, 1317], "cmp0035": [125, 280, 1317], "cmp0036": [15, 280, 1317, 1320, 1348], "cmp0037": [280, 1317, 1320], "cmp0038": [280, 1317], "cmp0039": [280, 1317], "cmp0040": [280, 1317], "cmp0041": [266, 280, 1317], "cmp0042": [280, 1088, 1163, 1317], "cmp0043": [280, 755, 836, 975, 1317], "cmp0044": [280, 1317], "cmp0045": [280, 1317], "cmp0046": [280, 1317], "cmp0047": [280, 1317, 1783], "cmp0048": [93, 280, 656, 1317], "cmp0049": [280, 1317], "cmp0050": [280, 1317], "cmp0051": [280, 1318], "cmp0052": [280, 1318], "cmp0053": [277, 280, 570, 1318, 2037], "cmp0054": [71, 280, 1318, 1320, 1322], "cmp0055": [280, 1322, 1329], "cmp0056": [120, 280, 1329, 1783], "cmp0057": 280, "cmp0058": [2, 3, 280, 1340], "cmp0059": [280, 757, 1340], "cmp0060": [116, 280, 1340, 1673, 1783], "cmp0061": [14, 280, 1340], "cmp0062": [280, 1340], "cmp0063": [280, 1131, 1231, 1322, 1323, 1340], "cmp0064": [280, 1323, 1343], "cmp0065": [120, 280, 1323, 1324, 1343, 1783], "cmp0066": [280, 1324, 1325, 1346, 1783], "cmp0067": [120, 280, 1325, 1326, 1347, 1783], "cmp0068": [280, 965, 966, 1088, 1326, 1348], "cmp0069": [280, 343, 1111, 1326, 1327, 1348], "cmp0070": [55, 280, 1319, 1327], "cmp0071": [280, 283, 946, 1319, 1320, 1327, 1328], "cmp0072": [280, 454, 1320], "cmp0073": [280, 1321], "cmp0074": [56, 57, 58, 59, 60, 212, 280, 704, 1321, 2079], "cmp0075": [280, 1321], "cmp0076": [119, 280, 1322], "cmp0077": [91, 280, 370, 686, 1322], "cmp0078": [280, 555, 1322], "cmp0079": [116, 280, 1322, 1323], "cmp0080": [280, 1322], "cmp0081": [280, 1322], "cmp0082": [77, 280, 1323, 1783], "cmp0083": [120, 280, 356, 1188, 1323], "cmp0084": [280, 478, 1323], "cmp0085": [280, 1323], "cmp0086": [280, 555, 1323], "cmp0087": [280, 1323], "cmp0088": [280, 375, 1323], "cmp0089": [280, 1324, 1783], "cmp0090": [53, 279, 280, 1324, 1517, 1518], "cmp0091": [280, 1167, 1324, 1757], "cmp0092": [280, 1324], "cmp0093": [280, 379, 1324], "cmp0094": [280, 473, 474, 475, 1324], "cmp0095": [280, 1090, 1325], "cmp0096": [280, 1325], "cmp0097": [280, 368, 1325], "cmp0098": [280, 397, 1326], "cmp0099": [274, 280, 726, 1326], "cmp0100": [280, 1326], "cmp0101": [113, 280, 1326], "cmp0102": [88, 280, 1783], "cmp0103": [280, 1327], "cmp0104": [280, 987, 1327, 1333, 1453], "cmp0105": [8, 117, 274, 280, 1152, 1327, 1333], "cmp0106": [280, 366, 1327], "cmp0107": [280, 1327], "cmp0108": [280, 1327], "cmp0109": [60, 280, 1328], "cmp0110": [10, 280, 1328], "cmp0111": [280, 1328], "cmp0112": [2, 3, 274, 280, 1328, 1783], "cmp0113": [280, 674, 1328], "cmp0114": [280, 368, 1328], "cmp0115": [280, 1206, 1330], "cmp0116": [2, 280, 1330, 1783], "cmp0117": [280, 1330], "cmp0118": [280, 723, 843, 1206, 1330, 1341], "cmp0119": [280, 848, 1330], "cmp0120": [268, 280, 559, 1330], "cmp0121": [280, 1331], "cmp0122": [280, 555, 1331], "cmp0123": [280, 1331], "cmp0124": [62, 280, 1331], "cmp0125": [280, 1331], "cmp0126": [100, 280, 637, 685, 1331, 1772, 1773, 1774, 1783], "cmp0127": [280, 296, 1332], "cmp0128": [268, 280, 989, 998, 1008, 1051, 1126, 1171, 1174, 1332, 1655, 1783], "cmp0129": [280, 1333, 1783], "cmp0130": [280, 1334], "cmp0131": [274, 280, 1147, 1334], "cmp0132": [280, 1334], "cmp0133": [133, 280, 1334, 1783], "cmp0134": [56, 57, 58, 59, 60, 280], "cmp0135": [280, 368, 1334], "cmp0136": [280, 1275, 1334, 1915], "cmp0137": [120, 280, 1334, 1861, 1862], "cmp0138": [280, 343, 1334], "cmp0139": [280, 1334], "cmp0140": [98, 280, 1335], "cmp0141": [120, 280, 1166, 1335, 1756], "cmp0142": [280, 1335], "cmp0143": [280, 824, 1336], "cmp0144": [56, 57, 58, 59, 60, 212, 280, 1337, 2079], "cmp0145": [280, 364, 392, 1337], "cmp0146": [280, 382, 1337], "cmp0147": [280, 1337], "cmp0148": [280, 476, 477, 1337], "cmp0149": [280, 1337, 1910], "cmp0150": [280, 368, 1337], "cmp0151": [280, 947], "cmp0152": [55, 280], "cmp0153": [51, 280, 1338], "cmp0154": [2, 3, 280, 1338], "cmp0155": [270, 280], "cmp0156": [280, 739, 1149, 1339, 1342], "cmp0157": [280, 1214, 1850], "cmp0158": [10, 280, 1339], "cmp0159": [55, 280], "cmp0160": 280, "cmp0161": [141, 280, 1339], "cmp0162": [280, 1270, 1341, 1907], "cmp0163": [280, 678, 843, 1206, 1341], "cmp0164": [7, 280, 1341], "cmp0165": [43, 280, 1341], "cmp0166": [274, 280, 659, 1341], "cmp0167": [280, 379, 1341], "cmp0168": [280, 287, 370, 1341], "cmp0169": [280, 370, 740, 1341], "cmp0170": [280, 370, 1341], "cmp0171": [2, 280, 1342], "cmp0172": [143, 280, 1342, 1783], "cmp0173": [280, 300, 1342], "cmp0174": [20, 280, 1342], "cmp0175": [2, 280], "cmp0176": [52, 280, 1342], "cmp0177": [280, 1342], "cmp0178": [280, 367, 538, 1342], "cmp0179": [280, 716, 1149, 1342], "cmp0180": [93, 280, 1342], "cmp0990": 280, "cmtrycompileexec": 120, "co": 263, "co_sum": [341, 359], "coberturafil": 1967, "coberturamerg": 1967, "cocoa": 484, "code": [2, 9, 10, 19, 20, 21, 23, 26, 29, 52, 53, 55, 56, 57, 58, 59, 60, 71, 72, 77, 78, 79, 80, 89, 90, 108, 114, 116, 120, 121, 130, 136, 137, 194, 203, 230, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 259, 260, 261, 262, 263, 264, 266, 267, 268, 269, 271, 273, 274, 277, 279, 280, 283, 286, 290, 291, 293, 294, 304, 326, 331, 332, 334, 335, 340, 341, 351, 352, 354, 355, 356, 358, 359, 362, 364, 368, 370, 376, 381, 382, 383, 389, 396, 397, 426, 432, 446, 447, 450, 454, 455, 460, 461, 466, 468, 476, 477, 479, 480, 482, 483, 496, 498, 499, 500, 505, 508, 533, 534, 535, 536, 538, 540, 551, 552, 553, 559, 562, 563, 564, 568, 570, 572, 578, 582, 583, 586, 598, 599, 611, 616, 620, 621, 637, 647, 664, 684, 688, 690, 729, 734, 809, 857, 877, 879, 882, 893, 900, 907, 908, 913, 922, 928, 932, 955, 958, 987, 995, 1004, 1050, 1100, 1103, 1113, 1116, 1122, 1124, 1143, 1144, 1161, 1162, 1166, 1167, 1214, 1223, 1225, 1226, 1228, 1254, 1262, 1263, 1264, 1265, 1270, 1275, 1276, 1277, 1279, 1282, 1317, 1318, 1320, 1322, 1323, 1324, 1325, 1326, 1327, 1329, 1331, 1333, 1334, 1337, 1338, 1339, 1341, 1343, 1346, 1354, 1390, 1404, 1464, 1465, 1466, 1467, 1503, 1561, 1562, 1563, 1564, 1571, 1577, 1585, 1589, 1600, 1603, 1668, 1695, 1701, 1702, 1703, 1704, 1738, 1756, 1757, 1782, 1783, 1789, 1790, 1792, 1793, 1794, 1841, 1850, 1862, 1864, 1883, 1884, 1907, 1915, 1920, 1951, 1967, 2028, 2029, 2071], "codebas": 280, "codeblock": [228, 275, 1319, 1320, 1347, 1432, 1433, 1519], "codec": 373, "codecov": 1318, "codegen": [2, 280, 731, 1342], "codelit": [275, 1317, 1346, 1347, 1434, 1519], "codemodel": [16, 1319, 1327, 1328, 1331, 1333, 1336, 1337, 1339], "codeoutput": 375, "codepag": 52, "codesign": 130, "coin3d": 386, "coin3d_found": 386, "coin3d_include_dir": 386, "coin3d_librari": 386, "coincid": 1090, "coincident": 655, "collaps": [21, 55, 71, 280, 712], "collat": [270, 1337], "collect": [11, 17, 20, 29, 55, 77, 263, 266, 274, 290, 293, 325, 365, 370, 492, 691, 1104, 1220, 1221, 1319, 1322, 1327, 1329, 1635, 1745, 1975, 1978], "collid": [279, 1345], "collis": [281, 283, 380, 447, 1345], "colon": [71, 99, 248, 279, 280, 382, 394, 588, 597, 796, 904], "color": [37, 136, 148, 383, 1326, 1327, 1331, 1334, 1435, 1436], "colornvcc": 1330, "com": [17, 18, 60, 77, 132, 137, 139, 141, 142, 263, 281, 368, 370, 498, 535, 551, 1033, 1281, 1344, 1738, 1788, 1879], "com_id": 318, "combin": [16, 26, 55, 77, 108, 116, 123, 142, 146, 149, 167, 184, 193, 196, 200, 202, 205, 209, 211, 214, 248, 260, 262, 266, 270, 271, 274, 281, 287, 290, 369, 391, 473, 475, 534, 583, 594, 596, 859, 895, 1081, 1113, 1137, 1223, 1224, 1227, 1228, 1317, 1318, 1338, 1344, 1345, 1348, 1515, 1656, 1715, 1865, 1866, 1967], "combinatori": 299, "come": [20, 77, 143, 236, 237, 238, 239, 263, 265, 273, 281, 287, 306, 308, 367, 368, 370, 379, 415, 437, 569, 761, 904, 1085, 1086, 1192, 1212, 1329, 1754], "comma": [139, 143, 246, 274, 287, 290, 904, 1150, 1324, 1562, 1563, 1564, 1725], "command": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 125, 126, 127, 128, 129, 130, 132, 133, 136, 137, 138, 141, 142, 143, 150, 152, 161, 166, 167, 173, 175, 178, 179, 181, 182, 189, 198, 225, 226, 229, 232, 246, 247, 248, 249, 250, 251, 254, 256, 257, 260, 261, 263, 265, 268, 269, 271, 273, 274, 276, 278, 279, 280, 281, 283, 285, 286, 289, 291, 292, 294, 298, 299, 303, 304, 305, 309, 310, 326, 327, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 367, 368, 369, 375, 376, 384, 385, 394, 396, 397, 398, 399, 410, 412, 418, 432, 437, 438, 457, 462, 463, 464, 469, 472, 480, 485, 492, 494, 495, 497, 501, 507, 532, 535, 538, 539, 540, 551, 558, 560, 561, 562, 563, 564, 566, 567, 569, 571, 572, 575, 576, 579, 582, 584, 585, 587, 589, 590, 591, 592, 593, 594, 595, 596, 597, 599, 600, 603, 605, 606, 607, 608, 610, 611, 613, 614, 615, 616, 618, 619, 620, 621, 622, 624, 626, 633, 634, 636, 637, 639, 640, 647, 648, 649, 650, 651, 652, 656, 657, 658, 661, 662, 663, 669, 670, 673, 674, 676, 677, 681, 685, 686, 689, 690, 694, 695, 696, 697, 698, 699, 700, 701, 704, 706, 707, 709, 710, 713, 714, 716, 717, 718, 719, 720, 724, 725, 729, 731, 733, 734, 735, 737, 738, 740, 741, 745, 747, 750, 752, 754, 756, 757, 758, 760, 761, 762, 766, 767, 768, 769, 775, 776, 777, 781, 782, 783, 784, 791, 792, 793, 794, 796, 802, 803, 804, 805, 809, 810, 811, 817, 818, 819, 833, 834, 838, 843, 851, 857, 871, 872, 876, 893, 895, 900, 901, 904, 907, 908, 913, 920, 925, 943, 948, 949, 953, 955, 957, 958, 960, 977, 978, 983, 986, 1002, 1018, 1021, 1022, 1026, 1028, 1029, 1030, 1043, 1048, 1068, 1078, 1080, 1087, 1093, 1094, 1095, 1096, 1097, 1098, 1100, 1102, 1103, 1106, 1108, 1109, 1110, 1121, 1123, 1124, 1125, 1127, 1128, 1137, 1140, 1143, 1147, 1149, 1152, 1155, 1156, 1158, 1159, 1164, 1166, 1167, 1177, 1189, 1190, 1191, 1193, 1194, 1196, 1197, 1206, 1208, 1211, 1214, 1219, 1223, 1230, 1233, 1234, 1275, 1286, 1291, 1354, 1355, 1357, 1389, 1394, 1395, 1397, 1422, 1429, 1437, 1445, 1447, 1448, 1449, 1450, 1451, 1452, 1468, 1469, 1470, 1472, 1485, 1486, 1503, 1506, 1509, 1514, 1515, 1517, 1518, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1554, 1584, 1589, 1590, 1595, 1596, 1597, 1598, 1599, 1600, 1602, 1618, 1629, 1633, 1634, 1637, 1638, 1642, 1644, 1650, 1651, 1652, 1656, 1657, 1661, 1668, 1672, 1673, 1675, 1684, 1690, 1692, 1713, 1715, 1719, 1720, 1724, 1725, 1729, 1731, 1732, 1734, 1742, 1743, 1744, 1745, 1746, 1748, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1772, 1773, 1774, 1782, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1795, 1796, 1797, 1798, 1799, 1808, 1825, 1835, 1839, 1840, 1841, 1842, 1843, 1844, 1846, 1848, 1850, 1855, 1856, 1857, 1858, 1859, 1861, 1862, 1865, 1868, 1871, 1872, 1873, 1879, 1885, 1887, 1907, 1915, 1921, 1922, 1951, 1955, 1956, 1964, 1965, 1967, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1986, 1987, 1997, 2007, 2026, 2037, 2044, 2054, 2058, 2059, 2060, 2062, 2063, 2064, 2065, 2066, 2067, 2068, 2069, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078], "command1": [2, 3], "command2": [2, 3], "command_config": [230, 274, 1330], "command_echo": [52, 1324], "command_error_is_fat": [18, 52, 1328], "command_expand_list": [2, 3, 10, 274, 735, 1325, 1347], "command_invoc": 277, "command_nam": 85, "commandfrag": 273, "commandlinetoargvw": 52, "comment": [2, 3, 24, 135, 138, 143, 249, 271, 281, 290, 368, 394, 735, 1317, 1318, 1320, 1328, 1336, 1342, 1963], "commit": [139, 368, 370, 495, 1335, 1337], "common": [20, 22, 43, 56, 57, 58, 59, 60, 77, 90, 121, 133, 230, 251, 253, 254, 256, 261, 262, 263, 266, 269, 271, 274, 281, 290, 302, 313, 318, 370, 382, 387, 469, 472, 538, 588, 825, 881, 1208, 1230, 1281, 1319, 1347, 1465, 1527, 1531, 1533, 1690, 1725, 1729, 1754, 1770], "common7": 1562, "common_language_runtim": [282, 1018, 1056, 1321], "commonli": [75, 77, 114, 118, 143, 198, 262, 266, 268, 290, 310, 370, 421, 532, 674, 1100, 1101, 1801, 1802, 1956], "commun": [132, 142, 265, 266, 276, 287, 289, 290, 368, 421, 1327, 1329, 1345], "comp": [141, 257, 279, 287], "comp1": 313, "comp2": 313, "comp_201205": 1322, "comp_201510": 1322, "comp_201554": 223, "comp_201722_beta": 1322, "comp_201754": 223, "comp_id": 318, "compact": [143, 285, 1845], "compani": 370, "compaq": [376, 1329, 1845], "compar": [21, 71, 83, 108, 266, 270, 274, 281, 290, 370, 383, 424, 496, 498, 538, 728, 971, 972, 1323, 1324, 1334, 1535, 1690, 1729, 1854, 1873], "compare_fil": [287, 1323], "comparison": [21, 22, 37, 83, 266, 280, 287, 415, 604, 699, 1317, 1322, 1334, 1346, 1702], "compass": 287, "compat": [2, 4, 14, 18, 19, 23, 46, 47, 48, 49, 50, 58, 78, 79, 80, 84, 107, 116, 132, 134, 137, 142, 143, 225, 226, 236, 237, 247, 248, 249, 250, 257, 267, 271, 273, 274, 277, 279, 280, 287, 290, 293, 294, 295, 304, 305, 310, 347, 364, 365, 369, 370, 375, 377, 379, 383, 390, 394, 396, 406, 410, 420, 436, 449, 461, 462, 472, 480, 483, 484, 486, 487, 488, 490, 495, 500, 502, 503, 506, 511, 538, 551, 558, 560, 561, 571, 579, 582, 589, 608, 616, 618, 620, 623, 626, 627, 629, 630, 632, 633, 634, 635, 636, 637, 638, 639, 642, 646, 648, 650, 651, 652, 654, 656, 657, 658, 659, 661, 664, 669, 671, 672, 673, 674, 677, 678, 679, 680, 682, 683, 684, 687, 690, 691, 693, 696, 697, 698, 701, 702, 703, 704, 705, 706, 707, 708, 709, 711, 714, 715, 716, 717, 718, 719, 721, 722, 723, 724, 725, 726, 727, 729, 730, 731, 732, 736, 740, 757, 858, 970, 971, 972, 973, 1021, 1033, 1043, 1137, 1156, 1158, 1159, 1208, 1230, 1277, 1317, 1318, 1320, 1321, 1322, 1323, 1325, 1326, 1327, 1328, 1329, 1332, 1333, 1336, 1337, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1348, 1409, 1421, 1429, 1503, 1546, 1564, 1589, 1634, 1638, 1690, 1695, 1715, 1725, 1729, 1738, 1828, 1829, 1841, 1845, 1864, 1953], "compat_support": 559, "compat_vers": 77, "compatibility_vers": 1326, "compatible_interface_": [274, 1484], "compatible_interface_bool": [266, 282], "compatible_interface_number_max": [266, 282, 1317], "compatible_interface_number_min": [266, 282, 1317], "compatible_interface_str": [248, 266, 279, 282, 1484], "compatsupport_deprec": 559, "compil": [0, 1, 2, 3, 4, 5, 7, 10, 15, 21, 22, 43, 53, 56, 57, 58, 59, 60, 73, 85, 93, 97, 111, 112, 113, 114, 116, 118, 124, 133, 143, 145, 146, 147, 149, 170, 171, 184, 192, 193, 194, 195, 196, 199, 200, 201, 202, 203, 204, 205, 208, 209, 210, 211, 213, 214, 217, 223, 236, 237, 238, 239, 247, 248, 249, 253, 254, 255, 256, 261, 262, 263, 264, 265, 269, 271, 273, 275, 280, 281, 283, 287, 290, 294, 297, 301, 302, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 372, 373, 376, 379, 382, 388, 396, 409, 410, 413, 415, 416, 417, 424, 429, 430, 431, 433, 437, 438, 446, 447, 450, 451, 452, 455, 456, 457, 461, 466, 469, 472, 473, 474, 475, 479, 480, 489, 497, 500, 503, 532, 533, 534, 536, 538, 539, 545, 546, 547, 548, 549, 551, 555, 559, 578, 585, 596, 603, 607, 616, 620, 623, 626, 627, 629, 646, 649, 651, 652, 664, 677, 679, 680, 683, 688, 689, 692, 696, 698, 701, 714, 715, 717, 718, 722, 726, 754, 756, 761, 767, 771, 791, 794, 810, 817, 835, 837, 838, 839, 840, 841, 842, 844, 848, 851, 852, 857, 858, 859, 871, 872, 876, 921, 923, 925, 931, 936, 948, 949, 954, 974, 976, 977, 978, 979, 980, 981, 982, 983, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 1005, 1006, 1007, 1008, 1009, 1010, 1012, 1026, 1036, 1037, 1038, 1039, 1050, 1051, 1052, 1053, 1058, 1059, 1060, 1061, 1070, 1080, 1081, 1087, 1094, 1095, 1096, 1100, 1102, 1104, 1106, 1109, 1110, 1111, 1117, 1119, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1129, 1130, 1131, 1136, 1137, 1166, 1167, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1182, 1183, 1184, 1185, 1186, 1187, 1198, 1213, 1214, 1216, 1219, 1223, 1224, 1227, 1228, 1229, 1231, 1253, 1257, 1260, 1272, 1275, 1277, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1327, 1328, 1329, 1332, 1336, 1337, 1340, 1341, 1343, 1344, 1345, 1346, 1347, 1348, 1352, 1358, 1362, 1364, 1365, 1366, 1367, 1369, 1376, 1377, 1378, 1379, 1380, 1384, 1387, 1388, 1429, 1430, 1431, 1432, 1435, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1448, 1453, 1454, 1455, 1458, 1460, 1461, 1473, 1474, 1477, 1478, 1479, 1480, 1481, 1482, 1488, 1508, 1514, 1515, 1526, 1531, 1538, 1543, 1544, 1545, 1546, 1549, 1556, 1557, 1558, 1563, 1564, 1571, 1572, 1573, 1574, 1575, 1576, 1585, 1589, 1590, 1596, 1607, 1620, 1621, 1622, 1626, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1638, 1642, 1643, 1644, 1645, 1646, 1647, 1654, 1655, 1656, 1657, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1677, 1679, 1680, 1681, 1684, 1688, 1690, 1693, 1695, 1696, 1699, 1700, 1701, 1702, 1705, 1706, 1707, 1714, 1715, 1720, 1727, 1729, 1756, 1757, 1764, 1765, 1766, 1767, 1768, 1769, 1817, 1822, 1825, 1835, 1836, 1837, 1838, 1841, 1842, 1846, 1847, 1850, 1853, 1854, 1859, 1863, 1865, 1868, 1872, 1886, 1891, 1893, 1894, 1912, 1915, 1924, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056], "compile_command": [262, 1336, 1515], "compile_definit": [0, 4, 111, 120, 121, 251, 266, 274, 282, 283, 555, 565, 603, 619, 755, 757, 836, 837, 838, 975, 977, 1094, 1223, 1317, 1320, 1323, 1336, 1484], "compile_definitions_": [282, 603, 754, 835, 974, 1317], "compile_definitions_config": 280, "compile_definitions_debug": [603, 755, 835, 975], "compile_featur": [55, 112, 266, 268, 274, 282, 1095, 1318, 1484], "compile_flag": [282, 375, 397, 536, 555, 838, 1223, 1317, 1347], "compile_lang_and_id": [251, 274, 1324], "compile_languag": [1, 113, 118, 274, 978, 1320, 1324, 1340], "compile_onli": [274, 1337], "compile_opt": [1, 113, 266, 282, 555, 661, 837, 977, 1096, 1223, 1317, 1320, 1323, 1484], "compile_output_vari": 121, "compile_pdb_nam": [282, 980, 1184, 1318], "compile_pdb_name_": [282, 1185], "compile_pdb_output_directori": [282, 982, 1186, 1318, 1442], "compile_pdb_output_directory_": [282, 1187, 1443], "compile_result": 269, "compile_warning_as_error": [282, 287, 1334, 1444], "compilecommandfrag": 273, "compilegroup": [273, 1327, 1328, 1337], "compilegroupindex": 273, "compiler_id": [266, 274, 301], "compileresultvar": [120, 121], "compilervar": 376, "compiling_c_with_clang": 274, "compiling_cuda": 274, "compiling_cxx": 274, "compiling_cxx_with_clang": 274, "compiling_cxx_with_intel": 274, "complain": [271, 618, 1320], "complement": [1318, 1348], "complet": [36, 53, 55, 77, 120, 132, 134, 142, 143, 248, 249, 251, 252, 253, 254, 256, 257, 258, 261, 262, 263, 264, 274, 279, 290, 368, 535, 561, 578, 584, 792, 808, 820, 822, 889, 890, 894, 895, 896, 910, 948, 963, 1069, 1071, 1073, 1075, 1090, 1122, 1144, 1146, 1317, 1323, 1340, 1343, 1355, 1684, 1690, 1720, 1729, 1803, 1819, 1823], "complex": [58, 139, 167, 248, 263, 266, 274, 277, 279, 313, 362, 447, 1448], "complex_class": 950, "compli": 1319, "compliant": 77, "complic": [58, 254, 367, 370, 1081], "compnam": [132, 137, 138, 139, 142, 143, 313, 318, 1330, 1345, 1346], "compon": [19, 21, 23, 55, 56, 57, 58, 59, 60, 64, 66, 71, 90, 93, 102, 116, 120, 129, 132, 133, 134, 138, 139, 141, 142, 143, 262, 263, 266, 271, 273, 274, 279, 280, 281, 283, 285, 287, 290, 299, 304, 310, 318, 365, 367, 368, 376, 378, 379, 380, 382, 384, 394, 398, 409, 415, 419, 421, 424, 426, 429, 433, 435, 446, 447, 455, 458, 459, 462, 471, 473, 474, 475, 480, 492, 508, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 539, 551, 559, 563, 656, 672, 712, 737, 948, 969, 1017, 1104, 1145, 1208, 1230, 1272, 1317, 1318, 1319, 1321, 1322, 1323, 1325, 1326, 1327, 1328, 1329, 1331, 1333, 1334, 1335, 1336, 1337, 1340, 1343, 1344, 1345, 1346, 1347, 1348, 1521, 1523, 1562, 1563, 1598, 1737, 1749, 1760, 1776, 1864, 1873, 1908, 1950, 1953, 2063, 2064, 2065, 2066, 2067, 2074, 2075, 2076, 2077, 2078], "component": 135, "component1": 137, "component2": 137, "componentgroup": 134, "componentnam": 142, "compos": [2, 3, 18, 20, 77, 93, 102, 132, 223, 290, 398, 944, 946], "composit": [424, 1583, 1838], "compound": [71, 139], "comprehens": 538, "compress": [55, 129, 132, 133, 136, 142, 259, 287, 290, 310, 327, 383, 435, 436, 461, 493, 833, 957, 1318, 1324, 1325, 1327, 1328, 1329, 1330, 1332, 1333, 1334, 1340, 1412, 1951], "compression_level": [55, 1328], "compressor": 1951, "compris": 134, "comput": [17, 21, 27, 55, 56, 57, 58, 59, 60, 106, 108, 136, 139, 248, 249, 253, 255, 256, 257, 266, 268, 271, 274, 279, 285, 289, 290, 313, 325, 368, 374, 376, 379, 382, 383, 453, 462, 473, 474, 475, 503, 535, 541, 588, 596, 737, 844, 846, 883, 885, 888, 948, 954, 1001, 1003, 1047, 1049, 1070, 1104, 1149, 1156, 1285, 1288, 1318, 1325, 1328, 1333, 1334, 1337, 1344, 1574, 1770, 1773, 1774, 1845, 1879, 1885], "conan_provide_depend": 18, "concat": [108, 1317], "concaten": [21, 22, 90, 108, 277, 281, 287, 401, 551, 1321, 1327, 1681, 1682], "concept": [21, 248, 249, 270, 290, 587, 895, 1448, 1700, 2018], "conceptu": 274, "concern": 1956, "concis": [90, 1465], "concret": [263, 559, 1317], "concurr": [2, 5, 52, 152, 168, 188, 273, 287, 290, 310, 385, 473, 474, 475, 674, 809, 811, 895, 902, 905, 1321, 1343, 1635], "cond": [559, 1347], "cond1": [23, 71], "cond2": [23, 71], "conda": [473, 474, 475, 1326, 1846], "conda_prefix": 1846, "condit": [1, 2, 3, 18, 22, 41, 42, 48, 50, 52, 55, 127, 251, 256, 266, 280, 283, 287, 296, 368, 369, 382, 480, 538, 559, 595, 687, 690, 809, 1287, 1326, 1331, 1332, 1334, 1344, 1347, 1720, 1729], "condition": [71, 229, 251, 277, 280, 559, 587, 629, 680, 1317, 1346, 1702, 2071], "conf": 365, "conffil": 132, "confid": [257, 1857], "config": [1, 6, 7, 8, 10, 14, 16, 22, 27, 53, 55, 56, 57, 59, 60, 74, 113, 117, 119, 120, 121, 134, 137, 142, 156, 224, 229, 246, 247, 248, 249, 250, 252, 257, 258, 259, 262, 266, 268, 270, 271, 274, 275, 280, 281, 282, 283, 285, 286, 287, 289, 290, 298, 299, 304, 310, 326, 343, 367, 368, 370, 376, 379, 382, 384, 394, 403, 407, 415, 419, 432, 447, 450, 456, 457, 469, 472, 473, 475, 508, 532, 533, 554, 555, 582, 603, 626, 634, 644, 651, 696, 698, 701, 702, 720, 727, 754, 806, 835, 837, 838, 845, 933, 937, 939, 941, 948, 958, 974, 978, 1011, 1022, 1057, 1064, 1076, 1081, 1103, 1111, 1132, 1134, 1141, 1156, 1166, 1167, 1178, 1180, 1201, 1203, 1209, 1214, 1217, 1258, 1267, 1270, 1317, 1318, 1319, 1323, 1324, 1326, 1327, 1330, 1332, 1334, 1335, 1336, 1338, 1342, 1344, 1347, 1348, 1422, 1429, 1445, 1450, 1483, 1485, 1486, 1513, 1514, 1531, 1532, 1535, 1537, 1589, 1590, 1656, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1690, 1729, 1753, 1756, 1757, 1760, 1801, 1814, 1828, 1831, 1841, 1842, 1850, 1907], "config1": 58, "config2": 58, "config_execut": 419, "config_fil": [394, 1337], "config_install_dir": 304, "config_mod": 462, "configfil": [281, 289], "configpackageloc": 279, "configur": [2, 4, 6, 7, 10, 14, 20, 24, 27, 28, 36, 37, 52, 54, 55, 56, 57, 58, 59, 60, 74, 77, 108, 116, 120, 121, 132, 134, 136, 142, 143, 144, 145, 146, 147, 148, 149, 153, 155, 156, 157, 158, 159, 160, 162, 167, 170, 172, 180, 183, 184, 191, 192, 193, 194, 195, 196, 198, 199, 200, 201, 202, 203, 204, 205, 206, 208, 209, 210, 211, 213, 214, 217, 223, 229, 230, 246, 251, 252, 253, 254, 255, 256, 257, 258, 259, 261, 262, 263, 264, 265, 270, 271, 273, 275, 276, 280, 283, 285, 287, 289, 293, 298, 299, 310, 318, 319, 325, 326, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 364, 365, 367, 370, 377, 379, 382, 383, 384, 391, 394, 397, 398, 401, 404, 415, 447, 457, 459, 462, 467, 471, 472, 473, 474, 475, 480, 481, 484, 485, 486, 487, 488, 489, 490, 497, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 534, 542, 550, 555, 579, 584, 586, 603, 611, 613, 622, 640, 651, 671, 674, 692, 701, 702, 717, 722, 727, 728, 741, 753, 754, 755, 785, 796, 806, 810, 825, 835, 836, 837, 838, 845, 865, 866, 867, 937, 938, 940, 941, 948, 958, 969, 974, 975, 980, 982, 984, 985, 1004, 1011, 1022, 1024, 1030, 1034, 1038, 1040, 1043, 1057, 1064, 1065, 1067, 1069, 1071, 1073, 1075, 1076, 1077, 1079, 1081, 1082, 1084, 1111, 1112, 1122, 1132, 1133, 1135, 1141, 1142, 1144, 1146, 1148, 1155, 1156, 1157, 1161, 1162, 1165, 1166, 1167, 1178, 1179, 1180, 1181, 1185, 1186, 1187, 1201, 1202, 1204, 1209, 1210, 1214, 1217, 1232, 1246, 1258, 1267, 1269, 1270, 1275, 1276, 1303, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1329, 1330, 1331, 1332, 1334, 1335, 1337, 1339, 1340, 1341, 1342, 1344, 1345, 1346, 1347, 1348, 1393, 1422, 1425, 1429, 1443, 1445, 1446, 1448, 1450, 1483, 1485, 1486, 1512, 1513, 1514, 1532, 1535, 1537, 1553, 1562, 1564, 1602, 1629, 1656, 1657, 1658, 1661, 1692, 1712, 1738, 1752, 1753, 1756, 1757, 1772, 1773, 1774, 1780, 1794, 1805, 1806, 1813, 1814, 1829, 1830, 1831, 1845, 1849, 1850, 1860, 1861, 1907, 1912, 1915, 1936, 1949, 1965, 1985], "configurationnam": [1156, 1340], "configurationtyp": 1232, "configure_command": [368, 370], "configure_depend": [55, 273, 1321, 1341], "configure_fil": [2, 3, 55, 108, 128, 141, 142, 248, 249, 250, 267, 279, 304, 319, 378, 613, 1317, 1319, 1327, 1328, 1330, 1465, 1967], "configure_handled_by_build": [368, 1330], "configure_log": [90, 269, 1336], "configure_package_config_fil": [248, 250, 304, 1318], "configurecommand": [290, 1966], "configurelog": [16, 269, 1336], "configurepreset": [262, 281, 287, 290], "configvers": [58, 263, 279, 304, 370], "confin": 280, "confirm": [248, 370, 701], "conflict": [2, 22, 38, 55, 132, 142, 143, 266, 271, 274, 281, 313, 368, 426, 683, 1317, 1725], "conflicting_dependencies_prefix": 55, "conflicting_deps_prefix": 55, "conform": [274, 287, 792, 1333, 1690, 1729], "confus": [86, 273, 289, 368, 370, 382, 447, 496, 551, 583, 588, 620, 674], "conjunct": [53, 77, 98, 247, 287, 290, 304, 901, 906, 1081], "conjur": 424, "connect": [52, 116, 137, 256, 290, 292, 368, 370, 450, 551, 1145, 1321, 1341, 1342, 1857, 2058, 2062], "consecut": [21, 597], "consequ": [86, 266, 843, 1081], "conserv": [167, 714], "consid": [2, 3, 7, 20, 21, 24, 40, 53, 55, 56, 57, 58, 59, 60, 71, 73, 77, 90, 94, 95, 108, 119, 132, 137, 143, 167, 229, 230, 248, 253, 263, 268, 273, 274, 277, 279, 281, 290, 293, 304, 336, 347, 361, 368, 370, 376, 383, 391, 394, 415, 432, 446, 447, 459, 462, 469, 471, 473, 474, 475, 538, 555, 562, 563, 573, 583, 588, 613, 673, 722, 741, 754, 835, 841, 842, 857, 889, 892, 895, 904, 908, 951, 956, 959, 974, 1064, 1104, 1136, 1148, 1149, 1165, 1206, 1270, 1321, 1324, 1325, 1326, 1328, 1335, 1337, 1338, 1339, 1340, 1343, 1487, 1490, 1680, 1787, 1788, 1791, 1795, 1849, 1890, 1907, 2071], "consider": [58, 266, 277, 446, 1911], "consist": [18, 21, 77, 108, 133, 167, 262, 271, 274, 277, 279, 280, 281, 283, 287, 290, 394, 473, 474, 475, 476, 477, 563, 575, 582, 608, 621, 637, 732, 808, 904, 917, 970, 1107, 1318, 1321, 1324, 1325, 1326, 1327, 1328, 1330, 1331, 1335, 1341, 1344, 1345, 1347, 1673, 1912, 1967], "consol": [2, 3, 27, 28, 29, 35, 36, 37, 38, 39, 51, 52, 368, 447, 809, 811, 1276, 1320, 1329], "consolid": [120, 1967], "const": [248, 249, 256, 281], "constant": [24, 71, 137, 143, 274, 280, 281, 572, 727, 792, 1325, 1326], "constexpr": [559, 792], "constraint": [21, 58, 263, 270, 274, 281, 370, 462, 469, 473, 474, 475, 730, 937, 939, 1281, 1335, 1690, 1729], "construct": [1, 6, 7, 8, 21, 58, 99, 108, 113, 117, 121, 138, 198, 247, 254, 258, 274, 277, 279, 290, 367, 382, 394, 480, 535, 582, 978, 1060, 1103, 1145, 1147, 1152, 1211, 1378, 1690, 1729], "constructor": 792, "consult": [839, 941], "consum": [53, 77, 116, 118, 134, 248, 251, 254, 262, 263, 264, 266, 268, 270, 271, 274, 279, 283, 304, 383, 456, 457, 559, 603, 618, 644, 1004, 1029, 1066, 1080, 1092, 1093, 1094, 1095, 1096, 1100, 1101, 1102, 1104, 1105, 1106, 1107, 1108, 1109, 1148, 1170, 1213, 1318, 1323, 1333, 1334, 1335], "consumer_cmp0041_new": 266, "consumer_no": 268, "consumer_with": 268, "consumpt": [262, 266, 273, 274, 287, 304, 446, 1021, 1321, 1326, 1522], "contact": [138, 368, 370], "contain": [2, 7, 10, 16, 18, 20, 21, 24, 26, 40, 52, 53, 54, 55, 56, 57, 58, 59, 60, 67, 71, 77, 83, 90, 93, 107, 108, 114, 116, 119, 120, 123, 129, 130, 132, 134, 136, 137, 138, 139, 141, 142, 143, 198, 215, 216, 220, 221, 229, 230, 231, 232, 247, 248, 249, 250, 252, 256, 257, 258, 261, 262, 263, 265, 266, 268, 269, 271, 273, 274, 276, 277, 279, 280, 281, 285, 287, 289, 290, 293, 294, 297, 298, 304, 310, 313, 318, 327, 332, 335, 341, 352, 355, 359, 362, 365, 367, 369, 370, 375, 377, 379, 382, 383, 387, 389, 394, 401, 403, 406, 407, 410, 415, 419, 421, 422, 425, 430, 437, 438, 447, 452, 462, 469, 470, 480, 484, 485, 486, 487, 488, 489, 490, 494, 497, 507, 509, 510, 531, 532, 534, 535, 536, 537, 539, 541, 550, 551, 554, 559, 569, 578, 581, 586, 588, 597, 601, 613, 622, 641, 645, 674, 685, 697, 716, 737, 750, 758, 760, 775, 781, 782, 797, 798, 800, 801, 808, 831, 849, 877, 879, 918, 920, 924, 927, 928, 930, 933, 934, 948, 950, 952, 963, 964, 970, 971, 972, 973, 986, 1022, 1030, 1038, 1090, 1091, 1092, 1099, 1103, 1104, 1110, 1113, 1114, 1115, 1121, 1122, 1123, 1124, 1125, 1127, 1128, 1137, 1148, 1156, 1166, 1177, 1182, 1183, 1184, 1185, 1186, 1187, 1217, 1219, 1223, 1276, 1287, 1313, 1317, 1318, 1320, 1323, 1324, 1325, 1327, 1328, 1330, 1331, 1333, 1335, 1337, 1340, 1341, 1343, 1344, 1345, 1346, 1358, 1376, 1387, 1406, 1421, 1449, 1450, 1464, 1465, 1466, 1467, 1468, 1469, 1493, 1514, 1515, 1535, 1589, 1590, 1606, 1620, 1621, 1622, 1669, 1670, 1673, 1677, 1684, 1690, 1715, 1720, 1729, 1754, 1756, 1775, 1787, 1788, 1791, 1795, 1807, 1825, 1832, 1839, 1840, 1841, 1842, 1843, 1844, 1846, 1848, 1855, 1862, 1873, 1888, 1893, 1910, 1951, 1967, 1975, 1978, 2018, 2037, 2061, 2071], "container_s": 266, "container_size_requir": 266, "content": [2, 3, 16, 17, 21, 35, 36, 40, 52, 53, 55, 56, 57, 59, 60, 83, 90, 99, 100, 108, 113, 115, 117, 132, 142, 143, 167, 198, 249, 250, 251, 270, 287, 303, 308, 319, 326, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 369, 378, 382, 394, 462, 480, 536, 538, 559, 582, 603, 611, 612, 618, 691, 695, 729, 747, 754, 755, 756, 761, 766, 767, 781, 782, 798, 835, 837, 838, 845, 850, 866, 867, 904, 915, 927, 929, 930, 938, 950, 970, 971, 972, 973, 974, 975, 976, 978, 986, 994, 1076, 1087, 1089, 1090, 1094, 1095, 1096, 1100, 1101, 1102, 1103, 1104, 1106, 1107, 1108, 1109, 1110, 1133, 1138, 1140, 1147, 1148, 1150, 1151, 1152, 1155, 1161, 1162, 1170, 1180, 1187, 1197, 1202, 1206, 1211, 1219, 1278, 1315, 1458, 1512, 1513, 1532, 1599, 1658, 1661, 1738, 1740, 1741, 1747, 1752, 1753, 1787, 1788, 1791, 1795, 1813, 1814, 1830, 1831, 1835, 1857, 1919, 1948, 1954, 2061, 2071, 2087], "contentopt": 370, "context": [18, 90, 230, 251, 266, 277, 281, 285, 287, 290, 293, 310, 326, 370, 454, 473, 474, 475, 537, 613, 615, 948, 1214, 1326, 1329, 1743, 1744, 1850, 1973, 1974], "contextu": 792, "contigu": [83, 274, 277, 1535], "continu": [9, 12, 13, 35, 40, 58, 62, 90, 116, 127, 167, 249, 262, 267, 277, 287, 290, 368, 570, 603, 620, 657, 733, 1166, 1253, 1322, 1324, 1329, 1330, 1348, 1744, 1746, 1756], "contradict": 685, "contrari": 274, "contrast": [77, 136, 167, 266, 426, 538], "contribut": [248, 271, 454], "control": [8, 18, 20, 35, 38, 52, 53, 58, 62, 68, 69, 77, 81, 83, 86, 90, 98, 117, 118, 127, 132, 133, 136, 138, 139, 141, 142, 186, 187, 198, 223, 251, 254, 256, 260, 262, 263, 266, 268, 271, 273, 274, 280, 281, 283, 285, 289, 290, 303, 310, 313, 318, 368, 370, 379, 389, 421, 446, 447, 450, 455, 457, 471, 473, 474, 475, 480, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 538, 559, 585, 607, 608, 616, 620, 625, 626, 627, 642, 643, 649, 657, 662, 664, 672, 676, 686, 688, 689, 693, 695, 716, 721, 722, 728, 732, 792, 824, 825, 842, 853, 854, 855, 856, 862, 863, 894, 896, 910, 945, 948, 958, 966, 987, 989, 994, 996, 998, 1006, 1008, 1009, 1012, 1017, 1021, 1027, 1039, 1042, 1050, 1051, 1052, 1081, 1089, 1104, 1126, 1129, 1149, 1152, 1158, 1159, 1163, 1171, 1172, 1174, 1175, 1188, 1223, 1227, 1229, 1262, 1263, 1264, 1265, 1270, 1278, 1287, 1317, 1318, 1319, 1320, 1322, 1323, 1324, 1325, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1337, 1339, 1340, 1341, 1342, 1344, 1345, 1346, 1347, 1348, 1354, 1435, 1458, 1498, 1517, 1518, 1535, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1565, 1600, 1618, 1706, 1707, 1725, 1744, 1746, 1781, 1783, 1823, 1825, 1853, 1865, 1872, 1887, 1907, 1919, 1975, 1978], "controlfield": 132, "conveni": [3, 6, 7, 18, 71, 90, 120, 247, 248, 262, 263, 266, 306, 329, 368, 382, 383, 394, 471, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 533, 536, 538, 556, 557, 744, 1340], "convent": [6, 7, 17, 20, 37, 52, 58, 90, 143, 148, 150, 161, 166, 173, 178, 179, 212, 248, 249, 262, 263, 266, 268, 271, 273, 279, 280, 281, 283, 287, 342, 420, 440, 441, 442, 452, 484, 502, 555, 682, 685, 917, 1158, 1159, 1208, 1230, 1323, 1331, 1333, 1341, 1345, 1846], "convers": [137, 143, 274, 367, 383, 394, 724, 792, 1317], "convert": [2, 4, 7, 21, 55, 58, 59, 71, 77, 81, 83, 90, 99, 100, 108, 114, 115, 143, 248, 250, 265, 266, 271, 274, 277, 280, 287, 290, 303, 325, 394, 411, 423, 424, 433, 535, 575, 620, 636, 651, 652, 677, 685, 688, 696, 717, 724, 759, 1043, 1054, 1317, 1327, 1329, 1337, 1341, 1570, 1743, 1896], "cool": 369, "cooper": [58, 132], "coordin": [108, 273], "copi": [18, 21, 24, 55, 77, 80, 108, 120, 123, 133, 134, 141, 167, 247, 249, 262, 273, 274, 277, 287, 292, 293, 310, 313, 319, 365, 367, 375, 418, 447, 495, 673, 674, 680, 702, 850, 924, 1013, 1241, 1249, 1282, 1284, 1318, 1328, 1330, 1331, 1332, 1336, 1340, 1344, 1347, 1348, 1465, 1762, 1893], "copy_and_fixup_bundl": 293, "copy_directori": [287, 1321, 1344], "copy_directory_if_differ": [287, 1336], "copy_fil": [55, 120, 121, 1331], "copy_file_error": [120, 121], "copy_if_differ": [287, 618, 1344], "copy_on_error": 55, "copy_resolved_framework_into_bundl": 293, "copy_resolved_item_into_bundl": 293, "copyflag": 293, "copyonli": [24, 55, 279], "copyright": [139, 271], "copytooutputdirectori": 864, "core": [17, 129, 283, 290, 310, 376, 382, 393, 458, 466, 480, 532, 541, 557, 850, 948, 953, 969, 1104, 1274, 1326], "core_version_major": 948, "corefound": 285, "corner": [613, 734], "correct": [2, 3, 59, 81, 115, 116, 119, 120, 132, 137, 167, 249, 256, 257, 262, 266, 270, 274, 285, 299, 304, 357, 370, 383, 406, 407, 421, 446, 447, 451, 454, 473, 474, 475, 484, 559, 563, 565, 664, 683, 688, 950, 1317, 1322, 1345, 1409, 1448, 1632, 1646, 2007], "correctli": [0, 109, 119, 145, 147, 192, 195, 199, 213, 217, 257, 266, 274, 281, 304, 368, 567, 645, 688, 754, 835, 954, 974, 1036, 1317, 1318, 1323, 1325, 1328, 1330, 1331, 1332, 1341, 1343, 1345, 1347, 1629, 1702, 1854], "correspond": [2, 3, 6, 7, 16, 18, 20, 21, 24, 37, 40, 52, 55, 58, 62, 77, 78, 93, 108, 116, 120, 138, 139, 142, 148, 248, 249, 252, 256, 262, 266, 268, 269, 273, 274, 277, 279, 285, 287, 290, 294, 304, 310, 362, 367, 368, 370, 379, 394, 404, 415, 426, 447, 450, 454, 459, 467, 471, 473, 475, 480, 481, 484, 485, 486, 487, 488, 489, 490, 503, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 535, 559, 562, 572, 597, 671, 692, 736, 749, 754, 781, 783, 841, 904, 944, 946, 955, 958, 974, 1037, 1038, 1057, 1065, 1067, 1069, 1071, 1073, 1077, 1079, 1082, 1084, 1085, 1086, 1122, 1137, 1147, 1158, 1159, 1197, 1208, 1217, 1230, 1286, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1328, 1329, 1331, 1333, 1334, 1335, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1346, 1347, 1348, 1364, 1398, 1657, 1690, 1702, 1715, 1729, 1845, 1847, 1879, 1885, 1920], "corresponding_version1": 447, "corresponding_version2": 447, "corsican": 137, "cortex": 683, "cost": [55, 56, 57, 59, 60, 274, 282, 290, 370, 820, 1684, 1720], "could": [55, 108, 132, 137, 142, 167, 248, 249, 250, 263, 268, 270, 273, 274, 279, 281, 287, 290, 293, 299, 302, 309, 368, 370, 378, 382, 391, 394, 469, 472, 480, 564, 573, 588, 620, 675, 680, 709, 734, 795, 811, 923, 936, 1117, 1118, 1119, 1224, 1228, 1317, 1318, 1320, 1324, 1325, 1629, 1743, 1868, 1922], "couldn": 167, "count": [2, 31, 36, 62, 83, 108, 281, 290, 310, 541, 567, 890, 904, 945, 1074, 1145, 1146, 1623, 1624, 1625], "counterpart": [247, 262, 382, 822, 1345], "coupl": 370, "cours": [253, 541, 621, 1161, 1162], "cout": [37, 248, 249, 253, 255], "cover": [29, 77, 257, 261, 274, 279, 382, 1334, 1997], "coverag": [29, 36, 327, 506, 1318, 1329, 1967, 1970], "coverage_command": 290, "coverage_extra_flag": 290, "coveragecommand": [290, 1967], "coverageextraflag": [290, 1318, 1968], "cp": [77, 501, 1323], "cpack": [77, 102, 167, 258, 259, 262, 264, 273, 280, 281, 287, 311, 312, 313, 314, 315, 316, 317, 318, 320, 321, 322, 323, 324, 535, 597, 693, 721, 732, 795, 826, 827, 828, 829, 830, 831, 1323, 1356, 1447, 1949, 1951, 1952, 1953, 1954, 1955, 1956, 1957], "cpack_": [142, 310, 313], "cpack_absolute_destination_fil": 286, "cpack_add_compon": [134, 136, 313, 318, 1348], "cpack_add_component_group": [134, 313, 318], "cpack_add_install_typ": [134, 313], "cpack_apple_pkg_installer_cont": [141, 1333], "cpack_archive_": [129, 1348], "cpack_archive_component_instal": 129, "cpack_archive_file_extens": [129, 1335], "cpack_archive_file_nam": [129, 1348], "cpack_archive_thread": [129, 131, 135, 1327, 1331], "cpack_binary_": 310, "cpack_binary_nsi": 310, "cpack_binary_productbuild": 721, "cpack_build_source_dir": 142, "cpack_bundle_apple_cert_app": 130, "cpack_bundle_apple_codesign_fil": 130, "cpack_bundle_apple_codesign_paramet": 130, "cpack_bundle_apple_entitl": 130, "cpack_bundle_icon": 130, "cpack_bundle_nam": 130, "cpack_bundle_plist": 130, "cpack_bundle_startup_command": 130, "cpack_bundle_xxx": 130, "cpack_cmake_gener": 310, "cpack_command_codesign": 130, "cpack_command_hdiutil": 133, "cpack_command_pkgbuild": 141, "cpack_command_productbuild": 141, "cpack_command_rez": 133, "cpack_command_setfil": 133, "cpack_compon": 142, "cpack_component_": [132, 139, 142, 143, 313, 1345, 1346], "cpack_component_group_": 139, "cpack_component_include_toplevel_directori": [286, 1953], "cpack_components_al": 313, "cpack_components_group": [133, 139, 313], "cpack_configure_download": [136, 313], "cpack_create_desktop_link": [137, 310], "cpack_custom_install_vari": [286, 1331], "cpack_cygwin_build_script": 131, "cpack_cygwin_patch_fil": 131, "cpack_cygwin_patch_numb": 131, "cpack_deb_component_instal": 132, "cpack_debian_": [132, 1325, 1340, 1343, 1344, 1345], "cpack_debian_archive_typ": [132, 1323, 1346], "cpack_debian_compression_typ": [132, 1318, 1332], "cpack_debian_debuginfo_packag": [132, 1322], "cpack_debian_enable_component_depend": [132, 1345], "cpack_debian_file_nam": [132, 1339, 1345], "cpack_debian_package_architectur": 132, "cpack_debian_package_break": 132, "cpack_debian_package_conflict": 132, "cpack_debian_package_control_extra": 132, "cpack_debian_package_control_strict_permiss": 132, "cpack_debian_package_debug": 132, "cpack_debian_package_depend": 132, "cpack_debian_package_descript": [132, 135], "cpack_debian_package_enh": 132, "cpack_debian_package_epoch": [132, 1319], "cpack_debian_package_generate_shlib": 132, "cpack_debian_package_generate_shlibs_polici": 132, "cpack_debian_package_homepag": [132, 135], "cpack_debian_package_maintain": 132, "cpack_debian_package_multiarch": [132, 1342], "cpack_debian_package_nam": 132, "cpack_debian_package_predepend": 132, "cpack_debian_package_prior": 132, "cpack_debian_package_provid": 132, "cpack_debian_package_recommend": 132, "cpack_debian_package_releas": [132, 1319, 1345], "cpack_debian_package_replac": 132, "cpack_debian_package_sect": 132, "cpack_debian_package_shlibdep": [132, 1345], "cpack_debian_package_shlibdeps_private_dir": [132, 1330], "cpack_debian_package_sourc": [132, 1344], "cpack_debian_package_suggest": 132, "cpack_debian_package_vers": 132, "cpack_debian_xxx": 132, "cpack_desktop_shortcut": [282, 1340], "cpack_dmg_": [133, 1326], "cpack_dmg_background_imag": [133, 1344], "cpack_dmg_disable_applications_symlink": [133, 1345], "cpack_dmg_ds_stor": 133, "cpack_dmg_ds_store_setup_script": [133, 1344], "cpack_dmg_filesystem": [133, 1331], "cpack_dmg_format": 133, "cpack_dmg_sla_dir": [133, 1326, 1344], "cpack_dmg_sla_languag": [133, 1344], "cpack_dmg_sla_use_resource_file_licens": [133, 693, 1333, 1334], "cpack_dmg_volume_nam": 133, "cpack_dmg_xxx": 130, "cpack_error_on_absolute_install_destin": [134, 286], "cpack_external_built_packag": [134, 1328], "cpack_external_enable_stag": 134, "cpack_external_package_script": 134, "cpack_external_requested_vers": 134, "cpack_freebsd_package_categori": 135, "cpack_freebsd_package_com": 135, "cpack_freebsd_package_dep": 135, "cpack_freebsd_package_descript": 135, "cpack_freebsd_package_licens": 135, "cpack_freebsd_package_license_log": 135, "cpack_freebsd_package_maintain": 135, "cpack_freebsd_package_nam": 135, "cpack_freebsd_package_origin": 135, "cpack_freebsd_package_www": 135, "cpack_freebsd_xxx": 135, "cpack_gener": [139, 259, 289, 310], "cpack_ifw_add_package_resourc": [136, 318, 1346], "cpack_ifw_add_repositori": [136, 318], "cpack_ifw_admin_target_directori": 136, "cpack_ifw_archive_compress": [136, 1333], "cpack_ifw_archive_format": [136, 1333], "cpack_ifw_archivegen_execut": 136, "cpack_ifw_binarycreator_execut": 136, "cpack_ifw_configure_compon": [318, 1319, 1331, 1346, 1347, 1348], "cpack_ifw_configure_component_group": [318, 1319, 1331, 1346, 1347, 1348], "cpack_ifw_configure_fil": [319, 1347], "cpack_ifw_devtool_execut": 136, "cpack_ifw_download_al": 136, "cpack_ifw_framework_vers": 136, "cpack_ifw_installerbase_execut": 136, "cpack_ifw_package_allow_non_ascii_charact": 136, "cpack_ifw_package_allow_space_in_path": 136, "cpack_ifw_package_background": [136, 1347], "cpack_ifw_package_bann": [136, 1347], "cpack_ifw_package_control_script": 136, "cpack_ifw_package_disable_command_line_interfac": [136, 1333], "cpack_ifw_package_file_extens": [136, 1319], "cpack_ifw_package_group": 136, "cpack_ifw_package_icon": 136, "cpack_ifw_package_logo": 136, "cpack_ifw_package_maintenance_tool_ini_fil": 136, "cpack_ifw_package_maintenance_tool_nam": 136, "cpack_ifw_package_nam": 136, "cpack_ifw_package_product_imag": [136, 1333, 1342], "cpack_ifw_package_product_image_url": [136, 1342], "cpack_ifw_package_publish": 136, "cpack_ifw_package_remove_target_dir": [136, 1320], "cpack_ifw_package_resourc": [136, 318], "cpack_ifw_package_run_program": [136, 1333], "cpack_ifw_package_run_program_argu": [136, 1333], "cpack_ifw_package_run_program_descript": [136, 1333], "cpack_ifw_package_signing_ident": [136, 1333], "cpack_ifw_package_start_menu_directori": 136, "cpack_ifw_package_style_sheet": [136, 1324], "cpack_ifw_package_titl": 136, "cpack_ifw_package_title_color": [136, 1347], "cpack_ifw_package_watermark": [136, 1347], "cpack_ifw_package_window_icon": 136, "cpack_ifw_package_wizard_default_height": [136, 1347], "cpack_ifw_package_wizard_default_width": [136, 1347], "cpack_ifw_package_wizard_show_page_list": [136, 1330], "cpack_ifw_package_wizard_styl": [136, 1347], "cpack_ifw_packages_directori": 136, "cpack_ifw_product_url": 136, "cpack_ifw_repogen_execut": 136, "cpack_ifw_repositories_al": [136, 318], "cpack_ifw_repositories_directori": [136, 1319], "cpack_ifw_resolve_duplicate_nam": 136, "cpack_ifw_root": [136, 1348], "cpack_ifw_target_directori": 136, "cpack_ifw_update_repositori": [136, 318, 1345], "cpack_ifw_verbos": 136, "cpack_include_toplevel_directori": [139, 286, 1950], "cpack_innosetup_": 137, "cpack_innosetup_allow_custom_directori": 137, "cpack_innosetup_architectur": 137, "cpack_innosetup_code_fil": 137, "cpack_innosetup_create_uninstall_link": 137, "cpack_innosetup_custom_install_instruct": 137, "cpack_innosetup_define_": 137, "cpack_innosetup_define_mymacro": 137, "cpack_innosetup_execut": 137, "cpack_innosetup_executable_argu": 137, "cpack_innosetup_extra_script": 137, "cpack_innosetup_icon_fil": 137, "cpack_innosetup_ignore_license_pag": 137, "cpack_innosetup_ignore_readme_pag": 137, "cpack_innosetup_install_root": 137, "cpack_innosetup_languag": 137, "cpack_innosetup_menu_link": 137, "cpack_innosetup_password": 137, "cpack_innosetup_program_menu_fold": 137, "cpack_innosetup_run_execut": 137, "cpack_innosetup_setup_": 137, "cpack_innosetup_setup_allownoicon": 137, "cpack_innosetup_setup_password": 137, "cpack_innosetup_setup_wizardsmallimagefil": 137, "cpack_innosetup_use_cmake_bool_format": 137, "cpack_innosetup_use_modern_wizard": 137, "cpack_innosetup_verify_download": 137, "cpack_install_cmake_project": [134, 258, 310], "cpack_install_command": 310, "cpack_install_default_directory_permiss": [134, 286, 1320], "cpack_install_script": [310, 1325], "cpack_installed_directori": [142, 310], "cpack_monolithic_instal": 310, "cpack_never_overwrit": 282, "cpack_nsis_": [138, 1346], "cpack_nsis_branding_text": [138, 1330], "cpack_nsis_branding_text_trim_posit": [138, 1330], "cpack_nsis_compressor": 138, "cpack_nsis_contact": 138, "cpack_nsis_create_icons_extra": 138, "cpack_nsis_delete_icons_extra": 138, "cpack_nsis_display_nam": 138, "cpack_nsis_enable_uninstall_before_instal": [138, 1345], "cpack_nsis_execut": [138, 1331], "cpack_nsis_executable_post_argu": [138, 1335], "cpack_nsis_executable_pre_argu": [138, 1335], "cpack_nsis_executables_directori": 138, "cpack_nsis_extra_install_command": 138, "cpack_nsis_extra_preinstall_command": 138, "cpack_nsis_extra_uninstall_command": 138, "cpack_nsis_finish_titl": [138, 1326], "cpack_nsis_finish_title_3lin": [138, 1326], "cpack_nsis_help_link": 138, "cpack_nsis_ignore_license_pag": [138, 1332], "cpack_nsis_install_root": 138, "cpack_nsis_installed_icon_nam": 138, "cpack_nsis_installer_mui_icon_cod": 138, "cpack_nsis_manifest_dpi_awar": [138, 1327], "cpack_nsis_menu_link": 138, "cpack_nsis_modify_path": 138, "cpack_nsis_mui_finishpage_run": 138, "cpack_nsis_mui_headerimag": [138, 1326], "cpack_nsis_mui_icon": 138, "cpack_nsis_mui_uniicon": 138, "cpack_nsis_mui_unwelcomefinishpage_bitmap": [138, 1344], "cpack_nsis_mui_welcomefinishpage_bitmap": [138, 1344], "cpack_nsis_package_nam": 138, "cpack_nsis_uninstall_nam": [138, 1326], "cpack_nsis_url_info_about": 138, "cpack_nsis_welcome_titl": [138, 1326], "cpack_nsis_welcome_title_3lin": [138, 1326], "cpack_nuget_": [139, 1330], "cpack_nuget_component_instal": 139, "cpack_nuget_package_author": 139, "cpack_nuget_package_copyright": 139, "cpack_nuget_package_debug": 139, "cpack_nuget_package_depend": 139, "cpack_nuget_package_dependencies_": 139, "cpack_nuget_package_dependencies_baz_vers": 139, "cpack_nuget_package_dependencies_net4": 139, "cpack_nuget_package_dependencies_net4_bar_vers": 139, "cpack_nuget_package_dependencies_net4_foo_vers": 139, "cpack_nuget_package_descript": 139, "cpack_nuget_package_description_summari": 139, "cpack_nuget_package_file_nam": 139, "cpack_nuget_package_homepage_url": 139, "cpack_nuget_package_icon": [139, 1330], "cpack_nuget_package_iconurl": [139, 1330], "cpack_nuget_package_languag": [139, 1330], "cpack_nuget_package_license_express": [139, 1330], "cpack_nuget_package_license_file_nam": [139, 1330], "cpack_nuget_package_licenseurl": [139, 1330], "cpack_nuget_package_nam": 139, "cpack_nuget_package_own": 139, "cpack_nuget_package_readm": [139, 1341], "cpack_nuget_package_release_not": 139, "cpack_nuget_package_repository_branch": [139, 1341], "cpack_nuget_package_repository_commit": [139, 1341], "cpack_nuget_package_repository_typ": [139, 1341], "cpack_nuget_package_repository_url": [139, 1341], "cpack_nuget_package_require_license_accept": 139, "cpack_nuget_package_tag": 139, "cpack_nuget_package_tfm": [139, 1341], "cpack_nuget_package_titl": 139, "cpack_nuget_package_vers": 139, "cpack_nuget_xxx": 139, "cpack_objcopy_execut": [310, 1335], "cpack_objdump_execut": [310, 1335], "cpack_output_config_fil": 310, "cpack_package_checksum": [134, 310, 1346], "cpack_package_contact": 132, "cpack_package_descript": [132, 139, 310], "cpack_package_description_fil": [132, 134, 142, 310, 1325], "cpack_package_description_summari": [132, 134, 135, 136, 139, 142, 310], "cpack_package_directori": [289, 310], "cpack_package_execut": [137, 310], "cpack_package_fil": [310, 1328], "cpack_package_file_nam": [129, 132, 133, 142, 310, 313], "cpack_package_homepage_url": [135, 139, 310], "cpack_package_icon": [137, 310, 1326], "cpack_package_install_directori": [136, 137, 138, 143, 310], "cpack_package_install_registry_kei": 310, "cpack_package_nam": [132, 134, 135, 137, 139, 142, 143, 289, 310], "cpack_package_relocat": 142, "cpack_package_vendor": [136, 139, 142, 289, 310], "cpack_package_vers": [132, 134, 139, 142, 289, 310, 318], "cpack_package_version_major": [259, 289, 310], "cpack_package_version_minor": [259, 289, 310], "cpack_package_version_patch": [289, 310], "cpack_packagemaker_choic": [141, 1333], "cpack_packaging_install_prefix": [134, 142, 286, 1329, 1956], "cpack_perman": 282, "cpack_pkgbuild_identity_nam": [141, 1347], "cpack_pkgbuild_keychain_path": [141, 1347], "cpack_post_build_script": [310, 1328], "cpack_postflight_": 141, "cpack_pre_build_script": [310, 1328], "cpack_preflight_": 141, "cpack_productbuild_background": [141, 1326], "cpack_productbuild_background_align": 141, "cpack_productbuild_background_darkaqua": 141, "cpack_productbuild_background_darkaqua_align": 141, "cpack_productbuild_background_darkaqua_mime_typ": 141, "cpack_productbuild_background_darkaqua_sc": 141, "cpack_productbuild_background_darkaqua_uti": 141, "cpack_productbuild_background_mime_typ": 141, "cpack_productbuild_background_sc": 141, "cpack_productbuild_background_uti": 141, "cpack_productbuild_domain": [141, 280, 721, 1333, 1339], "cpack_productbuild_domains_anywher": [141, 1333], "cpack_productbuild_domains_root": [141, 1333], "cpack_productbuild_domains_us": [141, 1333], "cpack_productbuild_identifi": [141, 1333], "cpack_productbuild_identity_nam": [141, 1347], "cpack_productbuild_keychain_path": [141, 1347], "cpack_productbuild_resources_dir": [141, 1348], "cpack_project_config_fil": [310, 313, 1951], "cpack_readelf_execut": [310, 1335], "cpack_resource_file_licens": [133, 137, 141, 143, 259, 310, 693, 1330, 1333], "cpack_resource_file_license_nopath": 141, "cpack_resource_file_readm": [137, 141, 310], "cpack_resource_file_readme_nopath": 141, "cpack_resource_file_welcom": [141, 310], "cpack_resource_file_welcome_nopath": 141, "cpack_rpm_": [142, 1329, 1340, 1344, 1345], "cpack_rpm_additional_man_dir": [142, 1340], "cpack_rpm_build_source_dirs_prefix": 142, "cpack_rpm_buildrequir": 142, "cpack_rpm_changelog_fil": 142, "cpack_rpm_component_instal": 142, "cpack_rpm_compression_typ": [142, 1342], "cpack_rpm_debuginfo_exclude_dir": 142, "cpack_rpm_debuginfo_exclude_dirs_addit": 142, "cpack_rpm_debuginfo_file_nam": [142, 1348], "cpack_rpm_debuginfo_packag": [142, 1346], "cpack_rpm_debuginfo_single_packag": [142, 1347], "cpack_rpm_default_dir_permiss": [142, 1345], "cpack_rpm_default_file_permiss": [142, 1345], "cpack_rpm_default_group": [142, 1345], "cpack_rpm_default_us": [142, 1345], "cpack_rpm_exclude_from_auto_filelist": 142, "cpack_rpm_exclude_from_auto_filelist_addit": 142, "cpack_rpm_file_nam": [142, 1339], "cpack_rpm_foo_package_nam": 1345, "cpack_rpm_foo_xxxx": 142, "cpack_rpm_generate_user_binary_specfile_templ": 142, "cpack_rpm_install_with_exec": [142, 1320], "cpack_rpm_main_compon": [142, 1347], "cpack_rpm_no_": 142, "cpack_rpm_no_install_prefix_reloc": 142, "cpack_rpm_package_architectur": 142, "cpack_rpm_package_autoprov": 142, "cpack_rpm_package_autoreq": 142, "cpack_rpm_package_autoreqprov": 142, "cpack_rpm_package_conflict": 142, "cpack_rpm_package_debug": 142, "cpack_rpm_package_descript": 142, "cpack_rpm_package_epoch": [142, 1319], "cpack_rpm_package_group": 142, "cpack_rpm_package_licens": [135, 142], "cpack_rpm_package_nam": [142, 1345], "cpack_rpm_package_obsolet": 142, "cpack_rpm_package_provid": 142, "cpack_rpm_package_releas": 142, "cpack_rpm_package_release_dist": [142, 1345], "cpack_rpm_package_relocat": 142, "cpack_rpm_package_requir": 142, "cpack_rpm_package_requires_post": [142, 1329], "cpack_rpm_package_requires_postun": [142, 1329], "cpack_rpm_package_requires_pr": [142, 1329], "cpack_rpm_package_requires_preun": [142, 1329], "cpack_rpm_package_sourc": [142, 1346], "cpack_rpm_package_suggest": 142, "cpack_rpm_package_summari": 142, "cpack_rpm_package_url": 142, "cpack_rpm_package_vendor": 142, "cpack_rpm_package_vers": 142, "cpack_rpm_post_install_script_fil": 142, "cpack_rpm_post_trans_script_fil": [142, 1327], "cpack_rpm_post_uninstall_script_fil": 142, "cpack_rpm_pre_install_script_fil": 142, "cpack_rpm_pre_trans_script_fil": [142, 1327], "cpack_rpm_pre_uninstall_script_fil": 142, "cpack_rpm_relocation_path": [142, 1329], "cpack_rpm_requires_exclude_from": [142, 1332], "cpack_rpm_source_pkg_build_param": [142, 1346], "cpack_rpm_source_pkg_packaging_install_prefix": [142, 1346], "cpack_rpm_spec_install_post": 142, "cpack_rpm_spec_more_defin": 142, "cpack_rpm_user_binary_specfil": 142, "cpack_rpm_user_filelist": [142, 1347], "cpack_rpm_xxx": 142, "cpack_set_destdir": [134, 142, 286], "cpack_set_if_not_set": 1343, "cpack_source_gener": [129, 259, 310], "cpack_source_ignore_fil": [129, 310], "cpack_source_output_config_fil": 310, "cpack_source_package_file_nam": 310, "cpack_source_strip_fil": 310, "cpack_source_zip": 310, "cpack_start_menu_shortcut": [282, 1340], "cpack_startup_shortcut": [282, 1340], "cpack_strip_fil": [132, 134, 142, 310], "cpack_system_nam": 310, "cpack_temporary_directori": 134, "cpack_thread": [129, 310, 1330, 1331, 1334], "cpack_toplevel_directori": 134, "cpack_toplevel_tag": 310, "cpack_verbatim_vari": [129, 137, 310, 1343], "cpack_warn_on_absolute_install_destin": [134, 286], "cpack_wix_": 143, "cpack_wix_acl": [282, 1318], "cpack_wix_architectur": [143, 1334], "cpack_wix_build_extens": 143, "cpack_wix_build_extra_flag": 143, "cpack_wix_candle_extens": 143, "cpack_wix_candle_extra_flag": 143, "cpack_wix_cmake_package_registri": 143, "cpack_wix_cultur": 143, "cpack_wix_custom_xmln": [143, 1328], "cpack_wix_extens": 143, "cpack_wix_extra_object": 143, "cpack_wix_extra_sourc": 143, "cpack_wix_install_scop": [143, 732, 1339, 1342], "cpack_wix_license_rtf": 143, "cpack_wix_light_extens": 143, "cpack_wix_light_extra_flag": 143, "cpack_wix_patch_fil": [143, 1346, 1348], "cpack_wix_product_guid": 143, "cpack_wix_product_icon": 143, "cpack_wix_program_menu_fold": 143, "cpack_wix_property_": 143, "cpack_wix_root": 143, "cpack_wix_root_feature_descript": [143, 1346], "cpack_wix_root_feature_titl": [143, 1346], "cpack_wix_root_folder_id": [143, 1348], "cpack_wix_skip_program_fold": [143, 1346], "cpack_wix_skip_wix_ui_extens": [143, 1333], "cpack_wix_templ": 143, "cpack_wix_ui_bann": 143, "cpack_wix_ui_dialog": 143, "cpack_wix_ui_ref": 143, "cpack_wix_upgrade_guid": 143, "cpack_wix_vers": [143, 732, 1341], "cpack_xxx": [132, 135, 139, 142], "cpackarch": 278, "cpackbundl": 278, "cpackcompon": [136, 278, 310, 1348], "cpackconfig": [129, 133, 135, 142, 258, 289, 310, 1951], "cpackcygwin": 278, "cpackdeb": [132, 278], "cpackdmg": 278, "cpackfreebsd": 278, "cpackifw": [136, 278, 1319, 1345, 1346, 1347, 1348], "cpackifwconfigurefil": [278, 1347], "cpacknsi": 278, "cpacknuget": 278, "cpackproductbuild": 278, "cpackrpm": [278, 1345], "cpacksourceconfig": [129, 142, 259, 310], "cpackupload": 313, "cpackwix": 278, "cpackwixfrag": [143, 1348], "cpackwixpatch": 143, "cpath": [22, 1323], "cplus_include_path": 22, "cplusplu": 555, "cpp": [92, 119, 246, 262, 263, 266, 268, 273, 274, 279, 283, 285, 375, 397, 430, 472, 480, 536, 551, 559, 838, 856, 857, 948, 953, 1092, 1104, 1245, 1257, 1258, 1267, 1269, 1319, 1340, 1345, 1348, 1886], "cppcheck": [1124, 1319, 1323], "cpplint": [1125, 1347], "cppm": 1331, "cproject": 798, "cpu": [37, 280, 285, 290, 310, 376, 541, 683, 901, 902, 945, 1113, 1320, 1321, 1331, 1343, 1585, 1853], "cpython": [473, 474, 475], "cr": 55, "craft": 142, "crai": [268, 396, 446, 451, 1319, 1324, 1338, 1344, 1348, 1635, 1845], "crash": 257, "crayclang": [1338, 1635], "craylinux": 396, "craylinuxenviron": [285, 1845, 1846], "crayp": 396, "craype_link_typ": [285, 396], "crayprgenv": 1324, "creat": [2, 3, 5, 6, 7, 9, 10, 12, 16, 18, 23, 24, 26, 35, 43, 45, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 67, 68, 69, 71, 74, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 91, 94, 95, 98, 100, 102, 103, 105, 107, 108, 110, 111, 112, 113, 115, 117, 118, 119, 120, 121, 132, 133, 134, 135, 136, 137, 138, 139, 142, 143, 144, 153, 155, 158, 159, 160, 167, 180, 183, 220, 221, 222, 224, 229, 231, 232, 247, 249, 251, 252, 254, 255, 257, 258, 259, 261, 262, 263, 264, 265, 266, 268, 270, 271, 273, 274, 275, 277, 283, 285, 287, 289, 290, 292, 294, 304, 310, 313, 318, 326, 327, 339, 357, 361, 363, 364, 367, 368, 370, 375, 379, 382, 383, 389, 394, 397, 405, 411, 423, 430, 447, 469, 473, 474, 475, 478, 480, 484, 496, 498, 507, 512, 513, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 534, 535, 536, 538, 550, 555, 559, 562, 563, 564, 573, 590, 597, 600, 622, 624, 637, 639, 662, 667, 670, 672, 673, 674, 676, 685, 690, 705, 717, 722, 724, 731, 732, 745, 756, 766, 767, 776, 783, 784, 826, 829, 830, 843, 851, 852, 860, 903, 912, 914, 915, 916, 917, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 941, 942, 944, 946, 947, 948, 953, 955, 957, 958, 960, 961, 963, 965, 966, 967, 978, 981, 982, 983, 985, 986, 987, 989, 995, 996, 997, 998, 1005, 1006, 1007, 1008, 1009, 1010, 1021, 1025, 1026, 1027, 1032, 1033, 1034, 1035, 1037, 1038, 1039, 1040, 1043, 1050, 1051, 1052, 1053, 1055, 1063, 1064, 1088, 1089, 1090, 1091, 1107, 1111, 1112, 1114, 1115, 1116, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1139, 1140, 1147, 1148, 1149, 1152, 1153, 1154, 1155, 1156, 1160, 1161, 1162, 1163, 1165, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1180, 1182, 1183, 1186, 1187, 1188, 1201, 1202, 1205, 1208, 1213, 1217, 1219, 1223, 1224, 1229, 1230, 1231, 1233, 1234, 1235, 1236, 1254, 1257, 1260, 1271, 1276, 1277, 1286, 1287, 1289, 1290, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1317, 1318, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1333, 1334, 1335, 1336, 1337, 1339, 1340, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1354, 1359, 1360, 1391, 1396, 1400, 1422, 1426, 1427, 1428, 1433, 1434, 1445, 1446, 1455, 1457, 1458, 1459, 1460, 1461, 1463, 1474, 1477, 1478, 1480, 1481, 1482, 1503, 1506, 1510, 1511, 1514, 1532, 1553, 1567, 1569, 1570, 1573, 1575, 1576, 1599, 1604, 1624, 1627, 1628, 1636, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1673, 1676, 1678, 1684, 1690, 1699, 1705, 1708, 1715, 1716, 1717, 1720, 1723, 1724, 1729, 1733, 1750, 1751, 1756, 1757, 1764, 1765, 1766, 1767, 1768, 1769, 1772, 1773, 1774, 1777, 1778, 1808, 1811, 1812, 1819, 1828, 1829, 1850, 1853, 1855, 1859, 1865, 1866, 1867, 1872, 1874, 1875, 1876, 1877, 1878, 1884, 1886, 1893, 1907, 1909, 1915, 1917, 1954, 1967, 2058, 2062, 2071], "create_hardlink": [287, 1328], "create_javadoc": 551, "create_javah": [551, 1320, 1343], "create_link": [55, 1323], "create_symlink": [142, 287, 1322], "create_test_sourcelist": [267, 1339], "createdb": 895, "creation": [55, 142, 289, 383, 551, 676, 724, 917, 1033, 1160, 1286, 1318, 1323, 1327, 1328, 1341, 1346, 1347, 1360, 1716, 1725], "creativ": 452, "creator": [139, 319, 1347], "credenti": 1346, "criteria": [913, 1177], "crlf": [24, 55, 287, 1323, 1341], "cross": [2, 3, 10, 21, 53, 56, 57, 58, 59, 60, 77, 124, 137, 139, 230, 248, 262, 265, 273, 276, 280, 287, 302, 383, 446, 454, 503, 538, 718, 921, 923, 925, 936, 1317, 1318, 1319, 1323, 1328, 1330, 1331, 1336, 1338, 1339, 1340, 1344, 1345, 1346, 1348, 1358, 1362, 1364, 1365, 1366, 1367, 1369, 1376, 1377, 1378, 1379, 1380, 1384, 1387, 1388, 1430, 1448, 1450, 1538, 1543, 1544, 1545, 1546, 1549, 1589, 1590, 1620, 1621, 1622, 1633, 1644, 1825, 1841, 1842, 1847, 1859, 1863], "cross_ref": [1684, 1720], "crosscompil": 986, "crosscompileexampl": 370, "crosscompiling_emul": [2, 3, 10, 273, 282, 367, 538, 718, 738, 900, 907, 908, 913, 1324, 1339, 1340, 1342, 1345, 1449], "crt": [539, 1345], "cryptic": 382, "crypto": [457, 1329], "crypto_chip": [290, 904], "cryptograph": [55, 108, 1347], "cryptographi": [290, 904], "cscope": 310, "csflag": [272, 1656], "csharp": [43, 93, 184, 280, 325, 473, 474, 475, 555, 682, 848, 865, 1321, 1324, 1331, 1347], "csharp_get_dependentupon_nam": 325, "csharp_get_filename_kei": 325, "csharp_get_filename_key_bas": 325, "csharp_set_designer_cs_properti": 325, "csharp_set_windows_forms_properti": 325, "csharp_set_xaml_cs_properti": 325, "csharputil": [278, 1347], "csproj": [1317, 1326, 1333, 1904, 1905, 1906], "cstddef": 118, "cstdio": 336, "cstdlib": 249, "csv": [2, 37], "ctest": [10, 14, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 39, 44, 157, 185, 186, 187, 188, 189, 197, 247, 252, 257, 262, 264, 273, 278, 280, 281, 287, 292, 328, 329, 364, 389, 396, 447, 507, 538, 541, 597, 621, 705, 771, 773, 778, 779, 795, 817, 819, 888, 892, 894, 895, 896, 898, 901, 902, 904, 909, 910, 912, 1198, 1200, 1317, 1451, 1452, 1738, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2031, 2032, 2033, 2034, 2035, 2071], "ctest_binary_directori": [27, 28, 29, 35, 37, 286, 290, 327], "ctest_build": [36, 267, 290, 621, 1331, 1340, 1346, 1971, 1972, 1973, 1974, 1986, 1987], "ctest_build_command": [27, 286, 290, 621], "ctest_build_configur": [27, 396], "ctest_build_flag": [27, 396, 541], "ctest_build_nam": [286, 290, 396], "ctest_build_target": 27, "ctest_bzr_command": [286, 290], "ctest_bzr_update_opt": [286, 290], "ctest_cdash_vers": 290, "ctest_change_id": 286, "ctest_checkout_command": [35, 286, 290, 1988], "ctest_cmake_gener": 396, "ctest_configur": [36, 267, 290, 329, 1346], "ctest_configuration_typ": [286, 290, 1326], "ctest_configure_command": [286, 290], "ctest_coverag": [36, 267, 290, 1318, 1329, 1340, 1346, 1970, 1997], "ctest_coverage_collect_gcov": [327, 1327], "ctest_coverage_command": [286, 290, 327], "ctest_coverage_extra_flag": [286, 290, 1318], "ctest_curl_opt": [286, 290], "ctest_custom_coverage_exclud": [286, 327, 1340], "ctest_custom_error_except": 286, "ctest_custom_error_match": 286, "ctest_custom_error_post_context": 286, "ctest_custom_error_pre_context": 286, "ctest_custom_maximum_failed_test_output_s": [37, 286, 1978, 1985], "ctest_custom_maximum_number_of_error": 286, "ctest_custom_maximum_number_of_warn": 286, "ctest_custom_maximum_passed_test_output_s": [37, 286, 1975, 1985], "ctest_custom_memcheck_ignor": 286, "ctest_custom_post_memcheck": 286, "ctest_custom_post_test": 286, "ctest_custom_pre_memcheck": 286, "ctest_custom_pre_test": 286, "ctest_custom_test_output_trunc": [37, 286, 1334, 1975, 1978], "ctest_custom_tests_ignor": 286, "ctest_custom_warning_except": 286, "ctest_custom_warning_match": 286, "ctest_cvs_checkout": [35, 286], "ctest_cvs_command": [286, 290], "ctest_cvs_update_opt": [286, 290], "ctest_drop_loc": [252, 286, 290], "ctest_drop_method": [252, 286, 290], "ctest_drop_sit": [252, 286, 290], "ctest_drop_site_cdash": [252, 286, 290], "ctest_drop_site_password": [286, 290], "ctest_drop_site_pasword": 290, "ctest_drop_site_us": [286, 290], "ctest_empty_binary_directori": 267, "ctest_extra_coverage_glob": [286, 327], "ctest_extra_submit_fil": 36, "ctest_full_output": [1975, 1978], "ctest_git_command": [286, 290], "ctest_git_init_submodul": [286, 290, 1345], "ctest_git_update_custom": [286, 290], "ctest_git_update_opt": [286, 290], "ctest_hg_command": [286, 290], "ctest_hg_update_opt": [286, 290], "ctest_interactive_debug_mod": 272, "ctest_labels_for_subproject": [286, 290, 1319], "ctest_memcheck": [36, 267, 290, 1318, 1332, 1347, 1979, 1980, 1982], "ctest_memorycheck_command": [286, 290, 1328], "ctest_memorycheck_command_opt": [286, 290, 1328], "ctest_memorycheck_sanitizer_opt": [286, 290, 1318, 1347], "ctest_memorycheck_suppressions_fil": [286, 290, 1347], "ctest_memorycheck_typ": [286, 290], "ctest_nightly_start_tim": [252, 286, 290, 326], "ctest_no_tests_act": [272, 290, 1336], "ctest_notes_fil": 36, "ctest_output_on_failur": [262, 272, 290], "ctest_p4_client": [286, 290], "ctest_p4_command": [286, 290], "ctest_p4_opt": [286, 290], "ctest_p4_update_custom": 290, "ctest_p4_update_opt": [286, 290], "ctest_parallel_level": [262, 272, 290, 1339], "ctest_progress_output": [272, 290], "ctest_project_nam": 252, "ctest_read_custom_fil": [267, 1742, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1997], "ctest_resource_group_": 290, "ctest_resource_group_0": 290, "ctest_resource_group_0_gpu": 290, "ctest_resource_group_1": 290, "ctest_resource_group_1_gpu": 290, "ctest_resource_group_2": 290, "ctest_resource_group_2_crypto_chip": 290, "ctest_resource_group_2_gpu": 290, "ctest_resource_group_count": 290, "ctest_resource_spec_fil": [286, 290, 1327], "ctest_run_current_script": [286, 1320], "ctest_run_script": [267, 1742], "ctest_scp_command": [286, 290], "ctest_script_directori": 286, "ctest_sit": [286, 290], "ctest_sleep": 267, "ctest_source_directori": [28, 35, 38, 286, 290, 327], "ctest_start": [27, 28, 29, 37, 267, 290, 1320, 1321, 1964], "ctest_submit": [27, 28, 29, 31, 37, 38, 267, 290, 327, 1323, 1324, 1327, 1329, 1341, 1342, 1345, 1348], "ctest_submit_inactivity_timeout": [286, 290, 1333], "ctest_submit_retry_count": 290, "ctest_submit_retry_delai": 290, "ctest_submit_url": [36, 286, 290, 326, 1323], "ctest_svn_command": [286, 290], "ctest_svn_opt": [286, 290], "ctest_svn_update_opt": [286, 290], "ctest_test": [31, 36, 267, 290, 901, 906, 1326, 1327, 1339, 1343, 1346, 1975, 1976, 1977, 1978, 1981, 1983, 1984, 2015, 2026], "ctest_test_arg": 541, "ctest_test_load": [37, 286, 290, 1343], "ctest_test_timeout": [286, 290, 909, 910, 912], "ctest_tls_verifi": [286, 290, 1341, 1342, 1969], "ctest_tls_vers": [286, 290, 1341, 1342], "ctest_trigger_sit": [286, 290], "ctest_upd": [36, 267, 290, 1317, 1324, 1345, 1347], "ctest_update_command": [286, 290], "ctest_update_opt": [286, 290], "ctest_update_typ": 290, "ctest_update_version_onli": [286, 290], "ctest_update_version_overrid": [286, 290, 1324], "ctest_upload": [36, 267, 1346], "ctest_use_launch": [190, 286, 290, 326, 329], "ctest_use_launchers_default": [272, 329], "ctestconfig": [252, 326, 1319], "ctestconfigur": 290, "ctestcoveragecollectgcov": [278, 1327, 1329, 1340], "ctestcustom": [32, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1997], "ctestdetail": 37, "ctestinfo": 290, "ctestlabel": 37, "ctestmeasur": 37, "ctestmeasurementfil": 37, "ctestscriptmod": 278, "ctestsubmitretrycount": 290, "ctestsubmitretrydelai": 290, "ctesttestfil": 290, "ctestuselaunch": [278, 290], "cu": [274, 382, 706, 988, 990, 991, 992], "cubin": [382, 988, 1318, 1337], "cubla": 382, "cublas_devic": 1345, "cublas_stat": 383, "cublaslt": 383, "cublaslt_stat": 383, "cuda": [43, 93, 192, 193, 194, 203, 268, 274, 290, 347, 356, 382, 455, 627, 664, 706, 791, 848, 983, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 1123, 1177, 1223, 1319, 1320, 1326, 1327, 1328, 1329, 1330, 1331, 1333, 1335, 1337, 1338, 1339, 1340, 1341, 1342, 1348, 1453, 1454, 1456, 1458, 1462, 1564, 1626, 1635, 1636, 1668, 1669, 1670, 1672, 1892, 1893], "cuda1": 382, "cuda_64_bit_device_cod": 382, "cuda_add_cublas_to_target": 382, "cuda_add_cufft_to_target": 382, "cuda_add_execut": 382, "cuda_add_librari": 382, "cuda_architectur": [191, 280, 282, 664, 1327, 1333, 1334, 1453], "cuda_attach_vs_build_rule_to_cuda_fil": 382, "cuda_bin_path": 382, "cuda_build_clean_target": 382, "cuda_build_cubin": 382, "cuda_build_emul": 382, "cuda_compil": 382, "cuda_compile_cubin": 382, "cuda_compile_fatbin": 382, "cuda_compile_ptx": 382, "cuda_compiler_frontend_vari": 274, "cuda_compiler_id": [274, 1324], "cuda_compiler_vers": [274, 1324], "cuda_compute_separable_compilation_object_file_nam": 382, "cuda_cubin_compil": [282, 1337], "cuda_cublas_librari": 382, "cuda_cudadevrt_librari": 382, "cuda_cudart_static_librari": 382, "cuda_cufft_librari": 382, "cuda_cupti_librari": 382, "cuda_curand_librari": 382, "cuda_cusolver_librari": 382, "cuda_cusparse_librari": 382, "cuda_driv": 383, "cuda_extens": [120, 282, 996, 1126, 1455], "cuda_fatbin_compil": [282, 1337], "cuda_found": 382, "cuda_generated_output_dir": 382, "cuda_has_fp16": 382, "cuda_host_compil": [194, 382], "cuda_host_compilation_cpp": 382, "cuda_include_dir": 382, "cuda_include_directori": 382, "cuda_librari": 382, "cuda_link_libraries_keyword": 382, "cuda_link_separable_compilation_object": 382, "cuda_npp_librari": 382, "cuda_nppc_librari": 382, "cuda_nppi_librari": 382, "cuda_nppial_librari": 382, "cuda_nppicc_librari": 382, "cuda_nppicom_librari": 382, "cuda_nppidei_librari": 382, "cuda_nppif_librari": 382, "cuda_nppig_librari": 382, "cuda_nppim_librari": 382, "cuda_nppist_librari": 382, "cuda_nppisu_librari": 382, "cuda_nppitc_librari": 382, "cuda_npps_librari": 382, "cuda_nvcc_flag": 382, "cuda_nvcc_flags_": 382, "cuda_nvcuvenc_librari": 382, "cuda_nvcuvid_librari": 382, "cuda_nvtoolsext_librari": 382, "cuda_opencl_librari": 382, "cuda_optix_compil": [282, 1337], "cuda_path": 383, "cuda_propagate_host_flag": 382, "cuda_ptx_compil": [282, 1333, 1348], "cuda_resolve_device_symbol": [8, 117, 274, 282, 1152, 1323, 1325, 1457], "cuda_runtime_librari": [282, 1326, 1458], "cuda_sanitizer_command": 290, "cuda_sanitizer_command_opt": 290, "cuda_sdk_root_dir": 382, "cuda_select_nvcc_arch_flag": 382, "cuda_separable_compil": [8, 117, 274, 282, 382, 993, 1152, 1320, 1328, 1331, 1333, 1459], "cuda_source_property_format": 382, "cuda_standard": [120, 282, 989, 997, 1129, 1330, 1335, 1460], "cuda_standard_requir": [120, 282, 996, 1130, 1461], "cuda_std_03": [791, 1326], "cuda_std_11": [268, 791], "cuda_std_14": [791, 1326], "cuda_std_17": 791, "cuda_std_20": 791, "cuda_std_23": 791, "cuda_std_26": [791, 1341], "cuda_target": 382, "cuda_toolkit_root_dir": 382, "cuda_use_static_cuda_runtim": [382, 1340], "cuda_verbose_build": 382, "cuda_vers": 382, "cuda_version_major": 382, "cuda_version_minor": 382, "cuda_version_str": 382, "cuda_wrap_src": 382, "cudaarch": [272, 1330, 1453], "cudacxx": [272, 383, 1341], "cudaflag": [272, 1656], "cudafre": 383, "cudahostcxx": [272, 382, 1668], "cudamalloc": 383, "cudart": [383, 994, 1458], "cudart_stat": 383, "cudasanit": 2009, "cudasanitizercommand": 290, "cudasanitizercommandopt": 290, "cudatoolkit": 383, "cudatoolkit_bin_dir": 383, "cudatoolkit_found": 383, "cudatoolkit_include_dir": 383, "cudatoolkit_library_dir": 383, "cudatoolkit_library_root": [383, 1327], "cudatoolkit_nvcc_execut": 383, "cudatoolkit_root": 383, "cudatoolkit_target_dir": 383, "cudatoolkit_vers": 383, "cudatoolkit_version_major": 383, "cudatoolkit_version_minor": 383, "cudatoolkit_version_patch": 383, "cudla": 1337, "cufft": 382, "cufft_stat": 383, "cufft_static_nocallback": 383, "cufftw": 383, "cufftw_stat": 383, "cufile_rdma": 383, "cufile_rdma_stat": 383, "cufile_stat": 383, "cultur": 143, "cumemalloc": 383, "cumemfre": 383, "cup": 387, "cups_found": 387, "cups_include_dir": 387, "cups_librari": 387, "cups_require_ipp_delete_attribut": 387, "cups_version_str": 387, "cupti": 1337, "cupti_stat": 383, "curand_stat": 383, "curent_vers": 1326, "curl": [290, 1326, 1348], "curl_found": 384, "curl_include_dir": 384, "curl_librari": 384, "curl_no_curl_cmak": [384, 1326], "curl_use_static_lib": [384, 1338], "curl_version_str": 384, "curlconfig": [384, 1326], "curli": 281, "curlopt": [290, 1969], "curlopt_ssl_verifyhost": 290, "curlopt_ssl_verifyhost_off": 290, "curlopt_ssl_verifyp": 290, "curlopt_ssl_verifypeer_off": 290, "current": [0, 1, 2, 3, 4, 8, 9, 14, 16, 19, 21, 22, 23, 24, 25, 33, 35, 38, 43, 44, 52, 53, 55, 56, 57, 58, 59, 60, 62, 65, 67, 68, 69, 70, 73, 74, 75, 77, 78, 79, 81, 82, 83, 90, 97, 98, 100, 101, 102, 103, 105, 107, 108, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 126, 132, 134, 137, 141, 142, 143, 248, 249, 250, 251, 254, 255, 259, 268, 270, 273, 274, 275, 277, 279, 281, 285, 287, 289, 290, 294, 310, 319, 367, 368, 370, 389, 394, 396, 418, 430, 446, 447, 451, 454, 473, 474, 475, 476, 477, 495, 538, 541, 555, 592, 596, 600, 620, 626, 627, 629, 630, 643, 648, 658, 686, 698, 732, 747, 751, 753, 761, 765, 768, 769, 770, 775, 777, 780, 795, 796, 801, 820, 822, 823, 826, 827, 828, 829, 830, 831, 847, 892, 902, 910, 915, 948, 955, 958, 978, 983, 1004, 1018, 1033, 1060, 1120, 1152, 1158, 1159, 1165, 1177, 1208, 1211, 1217, 1230, 1243, 1272, 1301, 1317, 1319, 1321, 1322, 1323, 1324, 1326, 1328, 1329, 1331, 1333, 1334, 1335, 1337, 1338, 1339, 1346, 1347, 1348, 1354, 1418, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1484, 1489, 1515, 1556, 1593, 1594, 1701, 1702, 1703, 1704, 1734, 1743, 1746, 1748, 1775, 1787, 1788, 1791, 1795, 1806, 1824, 1839, 1840, 1843, 1844, 1846, 1848, 1862, 1865, 1889, 1890, 1911, 2061, 2069, 2070, 2071, 2072, 2073], "current_arch": [1081, 1082], "current_list_fil": 126, "currentpackag": [56, 57, 59, 60], "curs": [90, 148, 265, 388], "curses_cflag": 388, "curses_found": 388, "curses_have_curses_h": 388, "curses_have_ncurses_curses_h": 388, "curses_have_ncurses_h": 388, "curses_have_ncurses_ncurses_h": 388, "curses_include_dir": 388, "curses_librari": 388, "curses_need_ncurs": 388, "curses_need_wid": [388, 1319], "cursor": 423, "cusolv": 1329, "cusolver_stat": 383, "cusparse_stat": 383, "custom": [2, 3, 5, 6, 7, 16, 18, 23, 32, 40, 52, 55, 77, 119, 120, 132, 133, 134, 136, 137, 138, 143, 145, 147, 169, 175, 192, 195, 199, 213, 217, 223, 248, 256, 258, 261, 262, 263, 273, 274, 279, 280, 283, 285, 290, 302, 303, 304, 310, 313, 365, 368, 369, 370, 375, 378, 382, 394, 397, 411, 462, 472, 480, 538, 539, 551, 555, 562, 590, 600, 610, 618, 648, 658, 673, 674, 676, 707, 714, 731, 747, 752, 772, 784, 811, 818, 851, 911, 912, 915, 945, 950, 955, 1018, 1030, 1033, 1092, 1101, 1138, 1156, 1161, 1162, 1177, 1199, 1220, 1221, 1270, 1317, 1318, 1319, 1320, 1321, 1322, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1333, 1334, 1336, 1337, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1422, 1437, 1445, 1447, 1450, 1452, 1485, 1486, 1531, 1566, 1567, 1568, 1569, 1707, 1789, 1790, 1792, 1793, 1794, 1862, 1863, 1906, 1907, 1910], "custom_c": 266, "custom_content_from_vari": [536, 1346], "custom_kei": 274, "custom_l": 266, "custom_macro": [952, 1406], "custom_prop": 266, "custom_test_command": 447, "customari": 266, "customflagtabledir": 1564, "customiz": [265, 287], "cut": 107, "cv": [77, 290, 310, 385], "cvs_execut": 385, "cvs_found": 385, "cvs_modul": 368, "cvs_repositori": 368, "cvs_tag": 368, "cvs_update_opt": 290, "cvscommand": [290, 1989], "cvsroot": 368, "cvsupdateopt": [290, 1990], "cwd": 287, "cx": 1272, "cxml": 376, "cxt": 287, "cxx": [2, 26, 43, 55, 61, 78, 92, 93, 95, 118, 196, 210, 248, 249, 251, 253, 255, 256, 258, 270, 272, 273, 274, 280, 281, 285, 301, 333, 343, 344, 345, 346, 356, 360, 362, 376, 382, 415, 432, 446, 451, 455, 497, 534, 538, 545, 559, 627, 679, 692, 703, 839, 846, 848, 858, 1005, 1044, 1070, 1121, 1122, 1123, 1124, 1125, 1127, 1128, 1136, 1165, 1223, 1227, 1319, 1320, 1325, 1326, 1328, 1331, 1334, 1337, 1340, 1343, 1345, 1347, 1440, 1514, 1626, 1627, 1628, 1636, 1648, 1649, 1661, 1672, 1676, 1678, 1697], "cxx_aggregate_default_initi": 792, "cxx_alias_templ": 792, "cxx_aligna": [559, 792], "cxx_alignof": [559, 792], "cxx_attribut": 792, "cxx_attribute_deprec": [559, 792], "cxx_auto_typ": 792, "cxx_binary_liter": 792, "cxx_compiler_frontend_vari": 274, "cxx_compiler_id": [274, 1317, 1324], "cxx_compiler_vers": 274, "cxx_config": 274, "cxx_constexpr": [268, 559, 792], "cxx_contextual_convers": 792, "cxx_decltyp": 792, "cxx_decltype_auto": 792, "cxx_decltype_incomplete_return_typ": 792, "cxx_default_function_template_arg": 792, "cxx_defaulted_funct": 792, "cxx_defaulted_move_initi": 792, "cxx_delegating_constructor": 792, "cxx_deleted_funct": [559, 792], "cxx_digit_separ": 792, "cxx_enum_forward_declar": 792, "cxx_explicit_convers": 792, "cxx_extended_friend_declar": 792, "cxx_extens": [120, 282, 1006, 1126, 1171, 1318, 1474], "cxx_extern_templ": [559, 792], "cxx_final": [268, 559, 792], "cxx_flag": 536, "cxx_func_identifi": 792, "cxx_generalized_initi": 792, "cxx_generic_lambda": 792, "cxx_header": 274, "cxx_inheriting_constructor": 792, "cxx_inline_namespac": 792, "cxx_lambda": 792, "cxx_lambda_init_captur": 792, "cxx_local_type_template_arg": 792, "cxx_long_long_typ": 792, "cxx_modul": [77, 119, 120, 270, 714, 839, 999, 1000, 1001, 1002, 1003, 1005, 1097, 1223], "cxx_module_dir": [119, 282, 1000], "cxx_module_dirs_": [119, 282, 999], "cxx_module_set": [119, 282, 720, 1000, 1003, 1097], "cxx_module_set_": [119, 282, 1001, 1002], "cxx_module_std": [282, 1475], "cxx_modules_bmi": 77, "cxx_modules_directori": [53, 77], "cxx_noexcept": [559, 792], "cxx_nonstatic_member_init": 792, "cxx_nullptr": [559, 792], "cxx_onli": 118, "cxx_overrid": [268, 559, 792], "cxx_override_control": 268, "cxx_range_for": 792, "cxx_raw_string_liter": 792, "cxx_reference_qualified_funct": 792, "cxx_relaxed_constexpr": 792, "cxx_return_type_deduct": 792, "cxx_right_angle_bracket": 792, "cxx_rvalue_refer": 792, "cxx_scan_for_modul": [270, 282, 1004, 1223, 1476], "cxx_sizeof_memb": 792, "cxx_standard": [120, 268, 273, 274, 282, 559, 998, 1007, 1129, 1172, 1318, 1330, 1335, 1477], "cxx_standard_requir": [120, 282, 1006, 1130, 1173, 1478], "cxx_static_assert": [559, 792], "cxx_std_11": [254, 268, 680, 792, 1347], "cxx_std_14": 792, "cxx_std_17": [792, 1347], "cxx_std_20": [792, 1321], "cxx_std_23": [792, 1004, 1330, 1475], "cxx_std_26": [792, 1341], "cxx_std_98": 792, "cxx_strong_enum": 792, "cxx_template_template_paramet": 792, "cxx_thread_loc": [559, 792, 1329], "cxx_trailing_return_typ": 792, "cxx_unicode_liter": 792, "cxx_uniform_initi": 792, "cxx_unrestricted_union": 792, "cxx_user_liter": 792, "cxx_variable_templ": 792, "cxx_variadic_macro": 792, "cxx_variadic_templ": [268, 559, 792], "cxx_visibility_preset": 536, "cxxflag": [272, 532, 533, 1656, 1661], "cxxm": 1337, "cxxmodul": [264, 715, 859, 1223, 1338], "cxxtest": 389, "cxxtest_add_test": 389, "cxxtest_found": 389, "cxxtest_include_dir": 389, "cxxtest_perl_testgen_execut": 389, "cxxtest_python_testgen_execut": 389, "cxxtest_testgen_arg": 389, "cxxtest_testgen_execut": 389, "cxxtest_testgen_interpret": 389, "cxxtest_use_python": 389, "cycl": [116, 266, 281, 808, 1074, 1146, 1258, 1317], "cyclic": 1145, "cygwin": [17, 77, 129, 266, 274, 286, 288, 314, 390, 473, 475, 501, 505, 541, 1021, 1321, 1331, 1334, 1336, 1345, 1585, 1587, 1588, 1690, 1729, 1845, 2080], "czech": 137, "d": [0, 4, 16, 21, 62, 66, 83, 97, 100, 108, 111, 136, 137, 142, 223, 247, 252, 258, 265, 266, 277, 281, 287, 289, 290, 301, 368, 382, 391, 447, 473, 475, 477, 551, 637, 754, 835, 974, 1317, 1331, 1336, 1354, 1629, 1951, 1967], "d41d8cd98f00b204e9800998ecf8427": 368, "d_afxdll": 1747, "d_deviceemu": 382, "d_extra_defin": 953, "da": [116, 277], "dag": 116, "dai": [31, 37, 108, 252, 290, 1113, 1562, 1908], "daili": 1338, "dallow_vers": 309, "dalvik": 426, "danger": 62, "danish": 137, "danother_def": 308, "dap": 287, "dark": 141, "dart": [278, 280, 392, 705, 1337], "dart2": 290, "dart_root": 392, "dart_testing_timeout": 290, "dartconfigur": [290, 394], "darwin": [1328, 1521, 1523, 1584, 1845, 1846], "dash": [287, 303, 1319, 1334], "dashboard": [27, 28, 29, 31, 35, 36, 37, 38, 39, 261, 326, 329, 364, 368, 541, 765, 886, 887, 898, 1319, 1323, 1343, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2031, 2032, 2033, 2034, 2035], "dashboard_test_from_ctest": [272, 290], "dat": [2, 1318], "data": [17, 21, 36, 55, 77, 132, 136, 139, 249, 262, 271, 277, 287, 292, 327, 367, 383, 386, 403, 415, 419, 447, 535, 792, 1277, 1318, 1329, 1330, 1333, 1340, 1343, 1346, 1347, 1697, 1951, 1967], "data1": 37, "data2": 37, "dataarrai": 1322, "dataarray_librari": [447, 1322], "databas": [2, 143, 159, 274, 450, 895, 979, 980, 981, 982, 1025, 1121, 1166, 1184, 1185, 1186, 1187, 1318, 1321, 1336, 1514, 1756], "datadir": 535, "datafil": [419, 421, 1967], "datafila": 1967, "dataroot": 77, "datarootdir": 535, "dataset": 415, "date": [3, 58, 77, 108, 116, 262, 263, 273, 279, 287, 290, 368, 382, 451, 455, 495, 822, 1022, 1139, 1317, 1329, 1346, 1562, 1600, 1873, 1908], "date_tim": [263, 379], "db": [421, 895], "db_archiv": 421, "db_checkpoint": 421, "db_deadlock": 421, "db_dump": 421, "db_hotbackup": 421, "db_load": 421, "db_log_verifi": 421, "db_printlog": 421, "db_recov": 421, "db_stat": 421, "db_tuner": 421, "db_upgrad": 421, "db_verifi": 421, "dbaccess": 895, "dbar": [4, 97], "dbgsrc": 119, "dbgsym": 132, "dbla_vendor": [376, 432], "dbonli": 895, "dboost_all_dyn_link": 379, "dboost_all_no_lib": 379, "dboost_lib_diagnost": 379, "dbu": [283, 369, 480], "dbuild_typ": 77, "dbuilding_with_lzma": 266, "dbwithfoo": 895, "dclimbingstats_from_build_loc": 266, "dclimbingstats_from_install_loc": 266, "dcmake_": 1668, "dcmake_android_arch_abi": 285, "dcmake_android_ndk": 285, "dcmake_android_standalone_toolchain": 285, "dcmake_android_stl_typ": 285, "dcmake_apple_silicon_processor": 1390, "dcmake_build_typ": [258, 262, 265, 287], "dcmake_c_compil": 1629, "dcmake_install_prefix": [262, 285], "dcmake_ios_install_combin": 285, "dcmake_maximum_recursion_depth": 1742, "dcmake_ninja_output_path_prefix": 1760, "dcmake_osx_architectur": 285, "dcmake_osx_deployment_target": 285, "dcmake_policy_default_cmp": 1782, "dcmake_policy_warning_cmp": 1783, "dcmake_prefix_path": 368, "dcmake_project_top_level_includ": [18, 263], "dcmake_staging_prefix": 262, "dcmake_sysroot": 262, "dcmake_system_nam": 285, "dcmake_system_vers": 285, "dcmake_toolchain_fil": [285, 370], "dcmake_xcode_attribute_only_active_arch": 285, "dcmtk": 391, "dcmtk_": 391, "dcmtk_dir": 391, "dcmtk_found": 391, "dcmtk_include_dir": 391, "dcmtk_librari": 391, "dcmtkconfig": 391, "dcompile_definit": 120, "dcompon": 77, "dconsumer_cmp0041_new": 266, "dcontainer_s": 266, "dcop": 430, "dcopidl": 430, "dcopidl2cpp": 430, "dctest_use_launch": 329, "dcudatoolkit_root": 383, "dd": [55, 1562, 1908], "ddeb": [132, 1322], "ddefinit": 120, "de": [280, 556, 557, 716, 739, 1149, 1339, 1342, 1725], "deactiv": 1718, "deal": [167, 271, 293, 325, 563], "dealt": 271, "deb": [135, 288, 313, 316, 1318, 1319, 1322, 1325, 1330, 1332, 1339, 1340, 1342, 1343, 1344, 1345, 1346, 1953, 1956], "debian": [17, 77, 135, 142, 310, 446, 535, 1319, 1325, 1345], "debianarchitectur": [132, 1345], "debianrevisionnumb": [132, 1345], "debug": [27, 77, 82, 90, 116, 119, 120, 139, 230, 248, 249, 252, 257, 259, 261, 262, 265, 269, 271, 273, 279, 280, 281, 287, 289, 290, 306, 377, 379, 382, 384, 398, 401, 405, 407, 409, 410, 415, 421, 427, 428, 446, 447, 458, 472, 473, 474, 475, 477, 480, 496, 497, 498, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 533, 539, 542, 603, 651, 701, 717, 722, 751, 757, 768, 769, 780, 796, 807, 872, 979, 980, 981, 982, 1011, 1013, 1014, 1034, 1038, 1081, 1141, 1165, 1166, 1167, 1184, 1185, 1186, 1187, 1209, 1258, 1270, 1292, 1293, 1317, 1321, 1322, 1324, 1325, 1326, 1331, 1333, 1335, 1337, 1340, 1341, 1343, 1344, 1348, 1422, 1442, 1443, 1445, 1464, 1483, 1484, 1486, 1514, 1522, 1659, 1660, 1743, 1756, 1757, 1779, 1780, 1783, 1907, 1927], "debug_build": 266, "debug_configur": [116, 282], "debug_mod": [274, 603], "debug_postfix": [258, 274, 282, 473, 474, 475, 1341], "debugg": [287, 1233, 1234, 1235, 1236, 1254, 1324, 1345, 1347, 1884], "debuggertool": 1014, "debuginfo": [132, 142, 1346, 1347, 1348], "dec": [58, 1534, 1845], "decai": [996, 997, 1006, 1007, 1009, 1010, 1052, 1053, 1129, 1130, 1172, 1173, 1175, 1176], "decemb": 589, "decid": [118, 142, 255, 263, 271, 281, 287, 290, 443, 541, 672, 944, 1223, 1227, 1345, 1347], "decim": [89, 367, 559, 921, 922], "decis": [370, 383, 1206], "declar": [7, 18, 77, 132, 138, 143, 248, 249, 263, 266, 270, 283, 287, 331, 334, 336, 340, 342, 351, 354, 358, 360, 361, 368, 370, 389, 447, 472, 480, 534, 538, 546, 551, 642, 729, 792, 1104, 1228, 1327], "declspec": 260, "decltyp": 792, "decod": [52, 81, 115, 382, 456], "decomposit": 1337, "decompress": [383, 1324], "deconfigur": 132, "decor": [559, 1012], "decoupl": [1158, 1159], "decreas": 379, "dedic": [12, 55, 56, 57, 58, 59, 60, 77, 266, 287, 555, 592, 1122, 1334], "deduct": 792, "dedupl": 1725, "deem": [223, 271, 1685], "deep": [130, 383], "deep_lib": 1092, "deeper": 90, "deepli": 1742, "def": [8, 117, 120, 121, 273, 884, 1152, 1277, 1318, 1343, 1348, 1681, 1684, 1690, 1716, 1720, 1729], "default": [3, 6, 7, 9, 17, 18, 21, 22, 23, 24, 27, 32, 35, 36, 37, 52, 53, 55, 56, 57, 58, 59, 60, 66, 67, 68, 73, 74, 76, 77, 81, 83, 90, 91, 93, 100, 102, 103, 108, 114, 116, 119, 120, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 146, 149, 152, 153, 154, 155, 156, 157, 158, 159, 160, 162, 163, 164, 165, 167, 168, 169, 170, 172, 175, 177, 180, 181, 182, 183, 184, 188, 193, 196, 200, 202, 205, 206, 207, 209, 211, 214, 215, 216, 220, 221, 222, 223, 230, 231, 236, 237, 238, 239, 246, 248, 256, 258, 260, 262, 265, 268, 271, 273, 274, 277, 280, 281, 283, 285, 287, 289, 290, 293, 296, 303, 304, 310, 313, 318, 326, 327, 330, 331, 333, 334, 337, 338, 340, 341, 350, 351, 353, 354, 358, 359, 364, 365, 367, 368, 369, 370, 375, 379, 380, 382, 383, 394, 398, 410, 411, 415, 421, 426, 446, 447, 452, 454, 462, 469, 471, 472, 473, 474, 475, 476, 477, 480, 483, 496, 498, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 534, 535, 536, 538, 539, 550, 551, 555, 559, 569, 571, 578, 582, 585, 602, 607, 616, 620, 621, 625, 626, 627, 632, 638, 642, 649, 650, 651, 652, 662, 672, 674, 676, 677, 682, 686, 688, 689, 693, 694, 695, 696, 698, 701, 703, 709, 711, 714, 717, 721, 722, 728, 732, 736, 741, 758, 781, 783, 786, 788, 791, 792, 793, 794, 797, 800, 809, 814, 815, 820, 822, 824, 825, 833, 834, 861, 869, 880, 881, 883, 885, 888, 901, 904, 911, 916, 917, 933, 941, 942, 943, 944, 945, 946, 947, 949, 950, 952, 954, 955, 963, 968, 969, 979, 989, 993, 994, 998, 999, 1000, 1001, 1003, 1008, 1012, 1022, 1028, 1030, 1036, 1042, 1045, 1046, 1047, 1049, 1051, 1080, 1088, 1089, 1090, 1092, 1113, 1115, 1136, 1137, 1143, 1145, 1149, 1150, 1151, 1153, 1154, 1157, 1161, 1162, 1163, 1166, 1167, 1169, 1170, 1171, 1174, 1180, 1182, 1183, 1184, 1188, 1213, 1214, 1215, 1216, 1218, 1223, 1227, 1232, 1241, 1243, 1248, 1258, 1270, 1275, 1284, 1285, 1286, 1287, 1288, 1304, 1317, 1319, 1320, 1321, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1354, 1357, 1358, 1359, 1361, 1362, 1363, 1364, 1366, 1368, 1370, 1371, 1372, 1373, 1374, 1375, 1377, 1379, 1381, 1382, 1383, 1385, 1386, 1388, 1396, 1397, 1398, 1399, 1400, 1401, 1403, 1404, 1405, 1406, 1408, 1409, 1411, 1414, 1416, 1422, 1435, 1436, 1445, 1446, 1449, 1453, 1455, 1457, 1458, 1459, 1460, 1461, 1474, 1477, 1478, 1480, 1481, 1482, 1484, 1485, 1486, 1491, 1494, 1495, 1496, 1498, 1499, 1518, 1521, 1522, 1523, 1527, 1529, 1530, 1531, 1533, 1534, 1535, 1536, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1552, 1553, 1556, 1558, 1560, 1562, 1566, 1567, 1568, 1569, 1571, 1573, 1574, 1575, 1576, 1585, 1589, 1590, 1593, 1594, 1595, 1597, 1598, 1599, 1600, 1602, 1603, 1604, 1608, 1609, 1610, 1613, 1619, 1627, 1628, 1636, 1648, 1649, 1654, 1655, 1656, 1668, 1669, 1670, 1673, 1676, 1678, 1690, 1699, 1700, 1705, 1706, 1708, 1713, 1715, 1718, 1719, 1722, 1724, 1725, 1729, 1731, 1732, 1733, 1735, 1739, 1742, 1754, 1756, 1757, 1760, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1781, 1782, 1783, 1784, 1785, 1786, 1794, 1801, 1819, 1821, 1822, 1834, 1839, 1840, 1843, 1844, 1845, 1846, 1848, 1849, 1850, 1853, 1856, 1857, 1858, 1863, 1865, 1866, 1868, 1872, 1874, 1881, 1882, 1887, 1890, 1892, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1907, 1911, 1912, 1915, 1916, 1917, 1920, 1923, 1951, 1953, 1954, 1955, 1956, 1973, 1974, 1975, 1976, 1977, 1978, 1985, 2026, 2028], "default_configur": 77, "default_ctest_configuration_typ": 290, "default_descript": [369, 1348], "default_embedded_path_var": 537, "default_msg": 462, "default_target": 77, "defaultctestconfigurationtyp": [290, 1965], "defaultdirectorypermiss": 134, "defaultlanguag": 1880, "defeat": 538, "defect": [31, 1347], "defect_count": [31, 1347], "defer": [98, 270, 287, 993, 1328, 1337, 1470], "deferred_messag": 18, "defici": 657, "defin": [0, 1, 2, 3, 4, 6, 7, 8, 17, 18, 20, 21, 22, 23, 24, 27, 28, 29, 37, 40, 53, 55, 56, 57, 58, 59, 60, 62, 63, 65, 67, 68, 69, 70, 71, 73, 75, 77, 81, 83, 86, 90, 93, 97, 100, 102, 107, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 122, 126, 132, 133, 134, 136, 137, 141, 142, 143, 146, 147, 149, 152, 170, 172, 184, 190, 192, 193, 195, 196, 199, 200, 201, 202, 204, 205, 206, 208, 209, 210, 211, 213, 214, 217, 247, 248, 249, 252, 253, 254, 256, 260, 262, 263, 266, 271, 273, 274, 277, 279, 280, 281, 287, 289, 290, 295, 304, 308, 310, 313, 318, 319, 325, 327, 329, 336, 356, 361, 362, 367, 368, 369, 370, 371, 372, 373, 375, 376, 377, 378, 379, 380, 382, 383, 384, 385, 386, 387, 388, 389, 391, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 423, 424, 425, 426, 427, 428, 430, 432, 434, 435, 436, 437, 438, 439, 440, 441, 442, 444, 445, 446, 448, 450, 451, 452, 453, 454, 456, 457, 458, 459, 461, 462, 464, 465, 467, 469, 470, 471, 472, 473, 474, 475, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 495, 497, 500, 503, 504, 505, 506, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 533, 534, 535, 536, 538, 542, 543, 547, 548, 549, 550, 551, 554, 555, 559, 581, 582, 600, 613, 616, 619, 630, 637, 641, 649, 662, 684, 692, 710, 734, 751, 754, 755, 756, 758, 761, 766, 767, 769, 777, 780, 792, 793, 796, 798, 811, 816, 835, 845, 865, 888, 890, 891, 894, 895, 896, 908, 912, 928, 931, 935, 944, 946, 948, 949, 950, 953, 962, 969, 974, 975, 978, 993, 1002, 1012, 1048, 1056, 1057, 1087, 1089, 1094, 1095, 1096, 1097, 1098, 1100, 1101, 1102, 1103, 1106, 1107, 1108, 1109, 1110, 1114, 1117, 1118, 1119, 1121, 1124, 1125, 1127, 1137, 1138, 1140, 1147, 1150, 1151, 1152, 1157, 1206, 1207, 1211, 1225, 1226, 1228, 1233, 1234, 1235, 1236, 1239, 1243, 1272, 1278, 1281, 1282, 1283, 1284, 1317, 1321, 1323, 1324, 1325, 1326, 1327, 1329, 1330, 1331, 1332, 1333, 1334, 1341, 1342, 1343, 1345, 1347, 1348, 1354, 1356, 1422, 1435, 1445, 1453, 1457, 1465, 1466, 1467, 1488, 1502, 1528, 1546, 1562, 1602, 1604, 1626, 1635, 1637, 1639, 1640, 1641, 1645, 1656, 1681, 1684, 1685, 1686, 1690, 1691, 1697, 1707, 1715, 1716, 1718, 1720, 1721, 1725, 1729, 1730, 1734, 1742, 1794, 1823, 1864, 1873, 1879, 1885, 1887, 1919, 1920, 1949, 2037], "define_no_deprec": 536, "define_properti": [65, 67, 68, 69, 70, 101, 102, 103, 104, 105, 267, 1333], "define_symbol": [266, 282], "define_vari": [469, 1338], "defines_fil": [375, 397, 1343, 1344], "definit": [0, 1, 4, 22, 23, 40, 63, 65, 86, 111, 113, 118, 120, 142, 247, 251, 253, 256, 263, 266, 271, 273, 274, 279, 280, 281, 282, 290, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 373, 415, 421, 430, 446, 473, 475, 479, 480, 534, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 754, 755, 835, 836, 837, 838, 859, 948, 949, 950, 974, 975, 977, 1058, 1094, 1228, 1277, 1317, 1319, 1321, 1331, 1340, 1341, 1343, 1404, 1468, 1469, 1642, 1952, 1957, 2056], "deflat": 1324, "delai": [36, 268, 287, 290, 538], "deleg": 792, "delet": [30, 120, 134, 136, 142, 262, 273, 279, 287, 325, 327, 368, 382, 559, 662, 792, 895, 1122, 1320], "delete_on_error": 1340, "delete_regv": 287, "deletedb": 895, "deliber": 268, "delimit": [90, 108, 139, 143, 277, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 382, 1240, 1249, 1259, 1261, 1274, 1327, 1334, 1650, 1651, 1652], "deliv": [8, 117, 1152], "delphi": 1329, "delta": [253, 255], "demand": [942, 945, 1346, 1347], "demo": 950, "demonstr": [18, 37, 137, 248, 254, 262, 263, 370, 903, 948, 1150, 1702], "demux": 376, "denable_some_featur": 274, "deni": 55, "denot": [250, 368, 559, 901, 1341], "dep": [2, 53, 294, 299], "dep1": [74, 109], "dep2": [74, 109], "dep_nam": 18, "depend": [1, 2, 3, 5, 7, 8, 17, 21, 22, 23, 24, 37, 43, 53, 54, 55, 56, 57, 58, 59, 60, 71, 73, 74, 76, 77, 81, 82, 84, 91, 92, 99, 113, 114, 115, 117, 118, 119, 120, 132, 134, 135, 136, 137, 142, 229, 230, 232, 248, 249, 254, 255, 261, 262, 264, 266, 268, 270, 271, 273, 279, 280, 281, 282, 283, 285, 287, 290, 291, 293, 296, 303, 304, 310, 313, 318, 325, 362, 365, 368, 369, 376, 379, 382, 383, 394, 397, 406, 407, 415, 426, 446, 447, 454, 455, 457, 461, 469, 472, 473, 474, 475, 480, 489, 532, 535, 537, 538, 542, 551, 555, 557, 559, 563, 568, 580, 588, 592, 593, 599, 603, 606, 612, 618, 620, 633, 639, 640, 659, 666, 672, 673, 674, 687, 691, 694, 695, 714, 715, 716, 717, 726, 728, 729, 730, 735, 758, 759, 762, 807, 808, 809, 815, 835, 837, 838, 839, 842, 843, 844, 845, 851, 861, 865, 890, 894, 895, 896, 903, 926, 929, 941, 944, 946, 948, 950, 955, 958, 969, 970, 971, 972, 973, 978, 1004, 1005, 1021, 1027, 1030, 1036, 1039, 1054, 1060, 1062, 1064, 1068, 1070, 1081, 1090, 1094, 1095, 1096, 1100, 1101, 1102, 1103, 1105, 1106, 1109, 1110, 1111, 1113, 1138, 1139, 1143, 1144, 1145, 1147, 1148, 1149, 1152, 1156, 1164, 1167, 1169, 1177, 1211, 1215, 1220, 1221, 1223, 1229, 1258, 1277, 1316, 1317, 1318, 1319, 1321, 1322, 1323, 1324, 1326, 1328, 1329, 1330, 1331, 1332, 1334, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1354, 1398, 1404, 1422, 1429, 1445, 1453, 1465, 1475, 1476, 1487, 1488, 1490, 1501, 1526, 1527, 1531, 1532, 1566, 1568, 1684, 1707, 1717, 1718, 1720, 1724, 1738, 1757, 1760, 1801, 1819, 1823, 1834, 1854, 1872, 1911], "depend1": 2, "depend2": 2, "depende": [266, 368, 758, 970, 971, 972, 973], "dependentupon": 325, "depends_explicit_onli": [2, 735, 1337, 1357], "dependstest12": 889, "depfil": [2, 280, 676, 735, 1330, 1331, 1346], "deploi": [207, 365, 446, 1258, 1267, 1324, 1773], "deploy": [102, 285, 539, 866, 867, 1258, 1267, 1318, 1320, 1322, 1327, 1328, 1345], "deployment_additional_fil": [282, 1322], "deployment_remote_directori": [282, 1345], "deploymentcont": 866, "deploymenttool": [1013, 1014], "deployqt4": 278, "depnam": [18, 280, 370, 729], "depname_binary_dir": [370, 729], "depname_found": 18, "depname_popul": [370, 729], "depname_source_dir": [370, 729], "deprec": [14, 19, 23, 35, 51, 58, 78, 79, 80, 87, 90, 94, 95, 96, 110, 128, 129, 132, 133, 139, 141, 142, 143, 220, 221, 222, 224, 231, 265, 268, 271, 275, 279, 280, 281, 285, 287, 290, 291, 297, 298, 300, 302, 310, 318, 364, 366, 368, 370, 375, 379, 383, 389, 392, 410, 446, 462, 476, 477, 478, 484, 494, 501, 506, 533, 536, 537, 540, 544, 545, 551, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 748, 778, 792, 1072, 1073, 1080, 1113, 1143, 1144, 1189, 1193, 1244, 1273, 1377, 1409, 1417, 1429, 1439, 1440, 1441, 1504, 1519, 1529, 1530, 1547, 1550, 1610, 1913, 1969, 1988], "deprecated_macro_nam": 536, "deps_var": 55, "depth": [174, 287, 368, 1742], "derb": 419, "derefer": [572, 614, 1318], "dereferenc": [71, 572, 614], "deriv": [22, 77, 134, 135, 281, 446, 1320, 1338, 1340, 1341, 1345, 1845], "desc": 472, "descend": [56, 57, 58, 59, 60, 83, 134, 274, 888, 1534, 1535], "describ": [19, 20, 21, 22, 23, 52, 55, 56, 57, 58, 59, 60, 65, 68, 69, 70, 71, 77, 93, 98, 114, 120, 127, 134, 139, 143, 191, 248, 262, 263, 265, 266, 269, 271, 273, 274, 276, 279, 281, 285, 287, 289, 290, 299, 310, 313, 349, 367, 369, 370, 415, 457, 462, 480, 497, 534, 537, 551, 563, 685, 820, 822, 888, 948, 997, 1007, 1010, 1053, 1100, 1101, 1173, 1176, 1330, 1339, 1341, 1409, 1563, 1634, 1638, 1695], "descript": [17, 21, 22, 55, 93, 120, 132, 134, 135, 136, 139, 142, 143, 266, 269, 271, 281, 310, 313, 318, 367, 369, 394, 429, 457, 473, 474, 475, 492, 904, 948, 1325, 1329, 1346, 1347, 1348, 1787, 2059, 2069], "descriptor": [472, 1319], "deselect": [313, 1346], "design": [23, 55, 56, 57, 58, 59, 60, 248, 263, 264, 266, 269, 270, 279, 287, 299, 325, 430, 480, 618, 622, 674, 1113, 1324, 1326, 1522], "desir": [23, 53, 90, 167, 248, 250, 251, 265, 273, 279, 281, 285, 287, 290, 310, 313, 368, 383, 447, 532, 538, 554, 559, 563, 620, 717, 895, 1319, 1422, 1517, 1518, 1529, 1530, 1547, 1550, 1857], "desired_qt_vers": 478, "desktop": [310, 826, 1237, 1340], "despit": [35, 290, 362, 568, 1270, 1772, 1773, 1774, 1907], "dest_arg": 266, "destdir": [77, 137, 272, 411, 1602, 1951, 1956], "destin": [20, 55, 137, 142, 167, 198, 248, 250, 257, 266, 273, 277, 279, 280, 285, 287, 292, 304, 310, 535, 536, 539, 551, 559, 566, 737, 1281, 1321, 1323, 1329, 1331, 1340, 1342, 1343, 1356, 1505, 1527, 1600, 1914, 1949, 1951, 1952, 1956, 1957, 1967], "destnam": 94, "detail": [2, 4, 6, 7, 9, 16, 18, 53, 58, 62, 63, 67, 68, 71, 77, 83, 90, 93, 99, 102, 103, 108, 116, 122, 137, 139, 141, 142, 143, 167, 174, 236, 237, 238, 239, 246, 247, 248, 256, 262, 263, 264, 265, 266, 269, 271, 273, 274, 281, 283, 285, 287, 289, 290, 304, 310, 313, 326, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 368, 370, 379, 383, 391, 394, 397, 405, 432, 457, 463, 473, 474, 475, 480, 492, 538, 551, 560, 618, 655, 680, 715, 725, 728, 729, 740, 771, 772, 773, 807, 820, 824, 937, 939, 1105, 1136, 1137, 1147, 1158, 1159, 1191, 1198, 1199, 1200, 1220, 1221, 1223, 1317, 1319, 1320, 1323, 1324, 1325, 1330, 1331, 1334, 1337, 1338, 1340, 1341, 1342, 1343, 1344, 1346, 1360, 1420, 1456, 1503, 1506, 1528, 1562, 1563, 1564, 1565, 1686, 1723, 1789, 1790, 1792, 1793, 1794, 1808, 1889, 1891, 1950], "detect": [17, 18, 27, 37, 58, 107, 116, 121, 130, 133, 141, 142, 143, 171, 268, 270, 280, 285, 290, 297, 302, 339, 342, 347, 348, 361, 368, 378, 379, 382, 389, 415, 421, 446, 451, 453, 455, 458, 459, 480, 534, 538, 539, 559, 573, 620, 629, 643, 655, 681, 688, 725, 734, 737, 903, 951, 955, 956, 958, 959, 1148, 1277, 1290, 1317, 1318, 1319, 1327, 1328, 1330, 1332, 1333, 1334, 1340, 1345, 1346, 1347, 1348, 1472, 1501, 1618, 1634, 1638, 1673, 1674, 1675, 1677, 1695, 1696, 1709, 1710, 1854, 1892, 1926, 1971, 1972, 1976, 1977, 1986, 1987, 2054], "determin": [2, 21, 22, 37, 40, 52, 55, 56, 57, 58, 59, 60, 67, 77, 83, 90, 102, 120, 129, 135, 136, 137, 142, 145, 147, 148, 192, 194, 195, 199, 201, 203, 204, 206, 208, 210, 213, 217, 248, 251, 253, 257, 262, 263, 266, 271, 273, 274, 275, 279, 280, 281, 283, 285, 289, 290, 293, 297, 304, 310, 327, 331, 334, 339, 340, 351, 354, 358, 362, 364, 368, 370, 381, 382, 383, 415, 426, 429, 433, 446, 447, 457, 460, 466, 468, 469, 472, 473, 474, 475, 476, 477, 480, 483, 492, 496, 499, 500, 505, 533, 536, 541, 551, 557, 559, 565, 566, 567, 568, 569, 570, 571, 573, 574, 578, 580, 584, 585, 586, 607, 624, 649, 689, 698, 710, 722, 745, 792, 797, 800, 812, 813, 824, 842, 844, 848, 902, 904, 908, 910, 912, 949, 952, 1039, 1041, 1081, 1082, 1088, 1094, 1095, 1096, 1100, 1101, 1102, 1106, 1107, 1109, 1131, 1153, 1154, 1188, 1223, 1227, 1229, 1231, 1270, 1319, 1323, 1334, 1345, 1348, 1406, 1448, 1547, 1550, 1607, 1630, 1632, 1646, 1685, 1694, 1725, 1731, 1732, 1787, 1788, 1791, 1795, 1817, 1854, 1907], "determinevsservicepack": 297, "determinist": [279, 368, 1770], "dev": [90, 262, 263, 265, 281, 287, 1344], "devel": [132, 279, 285, 482], "develop": [17, 77, 90, 130, 247, 248, 252, 256, 262, 263, 264, 265, 270, 275, 279, 281, 285, 287, 289, 290, 313, 368, 370, 383, 393, 429, 462, 473, 474, 475, 496, 498, 507, 551, 577, 705, 717, 724, 771, 773, 817, 819, 868, 1015, 1033, 1198, 1200, 1223, 1258, 1317, 1318, 1324, 1327, 1333, 1338, 1341, 1344, 1347, 1348, 1448, 1515, 1531, 1537, 1635, 1725, 1754, 1783, 1865, 1872, 1873], "developer_dir": 262, "devenv": [14, 1317, 1738, 1879], "deviat": 274, "devic": [274, 280, 292, 382, 447, 665, 767, 987, 993, 995, 1013, 1014, 1050, 1081, 1113, 1258, 1322, 1324, 1327, 1328, 1330, 1335, 1344, 1346, 1367, 1448, 1571, 1635, 1845], "device_link": [8, 117, 274, 1152, 1327, 1333], "device_object_stor": 292, "device_test_dir": 292, "devil": 393, "devil_found": 393, "devil_ilut_found": 393, "devtool": 136, "dflag": 382, "dflag_oth": 382, "dfoo": [4, 97, 111, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363], "dfoo_librari": 279, "dhas_jpeg": 271, "dia": [394, 1348], "dia_path": 394, "diafil": 394, "diafile_dir": 394, "diagnos": [280, 370, 564, 618, 630, 690, 1156, 1157, 1317, 1334, 1345, 1600], "diagnosi": [248, 268, 270, 279], "diagnost": [248, 266, 271, 279, 283, 285, 290, 299, 307, 330, 333, 337, 338, 349, 350, 353, 379, 597, 601, 862, 1286, 1289, 1290, 1294, 1295, 1296, 1302, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1314, 1320, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1331, 1334, 1337, 1342, 1348, 1435, 1464, 1925, 1926, 1928, 1929, 1930, 1935, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1947], "diagnostic_definit": 379, "diagram": 394, "dialect": [264, 272], "dialog": [100, 143, 262, 313, 1032, 1317, 1323, 1340], "diamond": 299, "dicom": 391, "did": [116, 129, 143, 248, 259, 273, 281, 310, 330, 333, 337, 338, 349, 350, 353, 368, 369, 446, 484, 565, 566, 570, 611, 616, 627, 630, 639, 643, 647, 673, 677, 681, 685, 686, 720, 721, 731, 1104, 1318, 1320, 1323, 1326, 1327, 1328, 1331, 1332, 1335, 1341, 1348, 1912], "didn": [55, 134, 263], "differ": [1, 18, 21, 35, 40, 55, 63, 74, 77, 83, 84, 86, 93, 107, 114, 119, 120, 132, 133, 137, 142, 143, 198, 230, 247, 248, 250, 251, 258, 259, 262, 263, 264, 266, 268, 269, 270, 271, 273, 274, 277, 279, 281, 283, 285, 287, 289, 290, 299, 303, 304, 310, 313, 325, 367, 368, 369, 370, 379, 382, 391, 446, 447, 451, 455, 457, 469, 473, 474, 475, 538, 550, 551, 555, 585, 607, 636, 637, 649, 651, 652, 676, 685, 686, 689, 692, 696, 701, 703, 716, 717, 724, 728, 734, 735, 737, 784, 809, 825, 881, 894, 895, 896, 904, 948, 954, 1057, 1081, 1089, 1100, 1101, 1113, 1150, 1151, 1157, 1217, 1223, 1227, 1228, 1287, 1317, 1319, 1323, 1325, 1326, 1327, 1328, 1329, 1330, 1339, 1341, 1345, 1347, 1348, 1354, 1388, 1409, 1426, 1427, 1428, 1432, 1448, 1490, 1567, 1569, 1580, 1602, 1634, 1638, 1684, 1690, 1720, 1729, 1762, 1770, 1801, 1849, 1854, 1923, 1953, 1956], "differenceimage2": 37, "differenti": [1081, 1113], "difficult": [55, 266, 368, 1081], "dig": 496, "digest": [108, 367], "digit": [17, 83, 108, 132, 141, 143, 262, 269, 274, 290, 367, 376, 792, 1535, 1845], "dir": [2, 3, 10, 11, 18, 27, 28, 29, 31, 37, 38, 55, 65, 66, 67, 68, 70, 71, 77, 78, 79, 80, 102, 103, 105, 119, 138, 142, 229, 232, 273, 280, 287, 290, 292, 293, 294, 310, 327, 365, 367, 368, 379, 394, 411, 418, 424, 430, 456, 466, 472, 483, 495, 532, 533, 535, 537, 538, 550, 551, 575, 612, 942, 1319, 1320, 1330, 1337, 1345, 1346, 1497, 1514, 1515, 1760], "dir1": [73, 110, 306], "dir2": [73, 110], "dir_debug_mod": 603, "direct": [2, 3, 55, 58, 75, 93, 116, 132, 134, 137, 139, 142, 266, 277, 279, 283, 293, 368, 370, 382, 383, 394, 447, 537, 552, 553, 761, 1062, 1103, 1105, 1147, 1149, 1177, 1317, 1318, 1321, 1325, 1326, 1327, 1329, 1334, 1346, 1347, 1354, 1355, 1534, 1535, 1702, 1724, 1760], "directli": [7, 14, 20, 22, 26, 43, 52, 53, 57, 58, 71, 77, 78, 79, 81, 100, 102, 107, 115, 116, 119, 120, 139, 142, 143, 167, 189, 247, 248, 249, 263, 266, 271, 274, 278, 279, 280, 281, 285, 287, 290, 291, 304, 313, 368, 369, 370, 374, 379, 382, 394, 396, 420, 446, 447, 450, 455, 469, 471, 473, 474, 475, 478, 489, 496, 502, 512, 540, 543, 559, 563, 565, 568, 598, 603, 673, 676, 680, 705, 706, 714, 727, 728, 761, 845, 915, 999, 1000, 1001, 1003, 1045, 1046, 1047, 1049, 1087, 1094, 1095, 1096, 1100, 1102, 1104, 1106, 1108, 1109, 1110, 1122, 1147, 1223, 1278, 1287, 1317, 1328, 1330, 1331, 1334, 1341, 1346, 1354, 1680, 1707, 1724, 1859, 1872, 1919, 1951], "directori": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 18, 21, 22, 24, 27, 28, 29, 30, 32, 35, 37, 38, 40, 43, 44, 51, 52, 53, 55, 56, 57, 58, 59, 60, 64, 65, 66, 67, 68, 70, 71, 72, 73, 75, 77, 78, 79, 80, 81, 82, 87, 93, 97, 98, 100, 101, 102, 103, 105, 107, 110, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 129, 132, 133, 134, 136, 137, 138, 139, 141, 142, 143, 150, 156, 161, 166, 167, 169, 171, 173, 178, 179, 198, 215, 220, 221, 222, 223, 224, 231, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 265, 268, 269, 271, 274, 276, 279, 280, 281, 283, 285, 287, 289, 290, 292, 293, 294, 299, 300, 304, 306, 309, 310, 313, 325, 327, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 365, 370, 371, 372, 374, 375, 377, 378, 379, 380, 381, 382, 383, 386, 387, 388, 389, 391, 394, 397, 398, 401, 403, 405, 406, 407, 408, 409, 410, 413, 415, 416, 419, 421, 422, 424, 425, 426, 428, 430, 431, 434, 436, 437, 438, 446, 447, 450, 452, 453, 454, 455, 456, 457, 462, 466, 469, 470, 472, 473, 474, 475, 480, 482, 492, 494, 497, 503, 506, 507, 509, 510, 532, 533, 535, 538, 539, 550, 551, 555, 563, 568, 569, 573, 574, 577, 587, 600, 601, 603, 612, 619, 620, 622, 628, 630, 639, 641, 647, 648, 658, 672, 676, 678, 692, 702, 710, 711, 723, 728, 730, 732, 740, 745, 747, 749, 750, 751, 752, 753, 754, 755, 757, 758, 759, 760, 761, 763, 764, 765, 766, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 802, 803, 804, 809, 831, 838, 843, 845, 850, 888, 914, 915, 924, 925, 927, 928, 930, 937, 938, 942, 947, 948, 954, 958, 962, 964, 965, 967, 978, 981, 982, 999, 1000, 1001, 1003, 1022, 1029, 1033, 1035, 1038, 1045, 1046, 1047, 1049, 1061, 1063, 1064, 1076, 1080, 1087, 1088, 1091, 1100, 1102, 1103, 1110, 1114, 1122, 1132, 1133, 1140, 1147, 1152, 1153, 1154, 1156, 1157, 1161, 1162, 1163, 1170, 1186, 1187, 1194, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1206, 1207, 1213, 1214, 1217, 1236, 1241, 1278, 1281, 1287, 1313, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1358, 1376, 1387, 1389, 1418, 1442, 1443, 1462, 1463, 1465, 1468, 1471, 1487, 1489, 1498, 1514, 1515, 1524, 1532, 1533, 1535, 1554, 1556, 1557, 1559, 1562, 1564, 1577, 1589, 1590, 1593, 1594, 1595, 1596, 1597, 1599, 1601, 1602, 1606, 1611, 1618, 1672, 1673, 1674, 1677, 1690, 1701, 1704, 1709, 1710, 1713, 1714, 1719, 1725, 1729, 1731, 1732, 1754, 1760, 1770, 1775, 1779, 1780, 1785, 1786, 1787, 1788, 1791, 1795, 1801, 1802, 1820, 1824, 1839, 1840, 1841, 1842, 1843, 1844, 1846, 1848, 1850, 1852, 1859, 1892, 1893, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1910, 1946, 1950, 1953, 1954, 1956, 1964, 1967, 2018, 2038, 2041, 2058, 2061, 2062, 2068, 2069, 2070, 2071, 2072, 2073], "directory1": 81, "directory2": 81, "directory_permiss": [55, 77], "directoryindex": 273, "directx": [503, 1335], "dirnam": [313, 535], "dirti": [287, 368], "disabl": [22, 56, 57, 58, 59, 60, 77, 118, 120, 134, 136, 137, 142, 176, 256, 262, 263, 271, 280, 281, 282, 283, 287, 290, 310, 313, 318, 367, 368, 369, 370, 379, 382, 384, 398, 446, 447, 454, 469, 473, 474, 475, 480, 539, 571, 580, 650, 688, 693, 715, 721, 797, 809, 820, 822, 844, 859, 871, 916, 941, 944, 948, 963, 987, 993, 1004, 1016, 1017, 1025, 1026, 1050, 1090, 1223, 1228, 1241, 1294, 1298, 1318, 1319, 1323, 1326, 1332, 1334, 1340, 1345, 1348, 1435, 1490, 1492, 1497, 1501, 1514, 1515, 1517, 1518, 1529, 1530, 1547, 1550, 1566, 1602, 1702, 1781, 1783, 1803, 1821, 1861, 1862, 1865, 1872, 1887, 1910, 1912, 1913, 1928, 1932], "disable_autolink": 379, "disable_precompile_head": [118, 282, 1229, 1491], "disable_uninstal": 22, "disabled_featur": [282, 369], "disadvantag": 262, "disagre": 133, "disallow": [15, 54, 85, 92, 109, 123, 124, 125, 280, 573, 583, 584, 586, 610, 613, 622, 633, 639, 640, 808, 1317], "disambigu": [1228, 1317], "discard": [18, 21, 167, 274, 368, 379, 685, 738, 1089, 1150, 1151, 1177, 1690, 1729], "disclaim": [754, 835, 974], "disconnect": [368, 674], "discontinu": 1845, "discourag": [19, 52, 84, 277, 287, 596, 613, 1224, 1431, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053], "discours": [265, 276, 287, 289, 290], "discov": [2, 21, 132, 136, 142, 290, 379, 407, 538, 1104, 1319, 1324, 1348, 1536], "discover": 139, "discoveri": [281, 407, 538, 1319, 1327, 1332, 1488], "discovery_extra_arg": [538, 1342], "discovery_mod": [538, 1327], "discovery_timeout": [538, 1319], "discuss": [58, 72, 77, 114, 116, 230, 249, 263, 265, 266, 271, 276, 281, 287, 289, 290, 368, 370, 538, 618, 792, 894, 896, 1100, 1103, 1108, 1136, 1143, 1144, 1208, 1230, 1422, 1445, 1448, 1789, 1790, 1792, 1793, 1794], "disjoint": [902, 1068, 1321], "disk": [2, 6, 7, 16, 55, 77, 100, 133, 136, 167, 248, 266, 273, 287, 298, 367, 446, 551, 588, 671, 860, 985, 1034, 1076, 1081, 1156, 1157, 1323, 1327, 1340, 1535], "dispatch": [26, 1335], "displai": [2, 3, 37, 88, 90, 135, 136, 138, 139, 248, 252, 256, 262, 277, 279, 287, 290, 304, 310, 313, 318, 327, 369, 370, 379, 424, 462, 463, 534, 537, 807, 901, 1015, 1031, 1318, 1320, 1324, 1326, 1340], "display_nam": [134, 313, 318, 1347, 1348], "displaynam": [134, 281], "disrupt": 271, "dissimilar": 266, "dist": [141, 142, 1333, 1345], "distcc": [1123, 1343], "distinct": [55, 212, 370, 562, 649, 894, 896, 904, 905, 1317, 1331], "distinguish": [18, 274, 277, 566, 1319, 1896], "distrib_": 17, "distrib_info": 17, "distrib_pretty_nam": 17, "distribut": [17, 56, 57, 59, 60, 77, 124, 140, 142, 143, 250, 259, 262, 263, 271, 277, 278, 279, 290, 367, 415, 446, 473, 475, 496, 498, 705, 717, 721, 1224, 1326, 1329, 1333, 1345, 1346, 1702, 1845], "distro": [17, 132, 142], "distro_bug_report_url": 17, "distro_home_url": 17, "distro_id": 17, "distro_id_lik": 17, "distro_nam": 17, "distro_pretty_nam": 17, "distro_privacy_policy_url": 17, "distro_support_url": 17, "distro_ubuntu_codenam": 17, "distro_vers": 17, "distro_version_codenam": 17, "distro_version_id": 17, "distutil": 474, "divid": 277, "dlclose": 1493, "dlib1_with_ex": 266, "dlib1_with_shared_lib": 266, "dlibshared_and_static_static_defin": 536, "dlink_librari": 120, "dll": [7, 55, 77, 80, 248, 260, 266, 273, 274, 294, 472, 484, 537, 539, 651, 716, 1017, 1043, 1057, 1064, 1076, 1085, 1086, 1167, 1258, 1277, 1326, 1337, 1339, 1343, 1348, 1526, 1570, 1716, 1747, 1755, 1757, 1810], "dll_export": 472, "dll_name_with_sovers": [282, 1337, 1492], "dllexport": [260, 472, 1012, 1277], "dllimport": [260, 472, 1012, 1277, 1324], "dlopen": [7, 55, 625, 1493], "dlr": [473, 474, 475], "dm": [473, 475], "dmg": [133, 136, 313, 693, 1326, 1331, 1333, 1334, 1344], "dmu": [473, 475], "dmy_custom_vari": 1862, "dmyvar": [685, 686], "do": [2, 6, 7, 8, 10, 18, 19, 21, 23, 24, 37, 53, 55, 56, 57, 58, 59, 60, 69, 75, 77, 83, 86, 87, 90, 102, 104, 107, 109, 116, 117, 118, 120, 126, 128, 130, 132, 136, 137, 138, 142, 143, 167, 248, 249, 252, 253, 255, 256, 257, 262, 263, 265, 266, 267, 269, 271, 273, 274, 277, 279, 280, 281, 285, 287, 290, 291, 293, 297, 298, 302, 308, 310, 343, 362, 364, 368, 370, 382, 391, 396, 403, 404, 415, 427, 440, 441, 442, 444, 445, 452, 457, 459, 461, 467, 471, 481, 484, 485, 486, 487, 488, 489, 490, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 535, 538, 539, 540, 543, 551, 559, 568, 571, 579, 597, 609, 618, 619, 625, 626, 627, 628, 629, 633, 637, 643, 650, 662, 672, 673, 674, 692, 693, 702, 705, 708, 715, 722, 724, 728, 743, 745, 754, 781, 782, 784, 823, 824, 835, 844, 891, 892, 895, 904, 905, 906, 919, 938, 950, 964, 974, 982, 1015, 1022, 1080, 1082, 1104, 1133, 1137, 1139, 1156, 1157, 1158, 1159, 1161, 1162, 1170, 1187, 1202, 1206, 1228, 1278, 1318, 1320, 1321, 1323, 1324, 1325, 1328, 1329, 1335, 1338, 1339, 1340, 1341, 1345, 1347, 1348, 1354, 1355, 1435, 1465, 1517, 1556, 1562, 1589, 1593, 1633, 1672, 1690, 1702, 1715, 1729, 1762, 1783, 1801, 1818, 1820, 1822, 1828, 1829, 1841, 1845, 1872, 1873, 1887, 1919, 1956], "do_test": 257, "dobj": 116, "dobj3": 116, "doc": [40, 56, 57, 59, 60, 73, 77, 132, 136, 137, 138, 142, 143, 368, 498, 535, 551, 1317], "docbook_output": 394, "docdir": 535, "dock": 130, "docset_feednam": 394, "docset_publisher_nam": 394, "docstr": 100, "doctitl": 551, "document": [2, 3, 4, 6, 7, 8, 21, 23, 37, 38, 40, 55, 56, 57, 58, 59, 60, 63, 67, 68, 71, 72, 75, 77, 86, 90, 93, 100, 101, 102, 103, 114, 117, 121, 131, 132, 135, 137, 141, 142, 167, 174, 178, 188, 230, 247, 248, 250, 252, 260, 261, 262, 263, 265, 266, 267, 268, 269, 270, 271, 273, 274, 276, 277, 278, 279, 280, 281, 283, 285, 286, 287, 289, 290, 304, 311, 312, 314, 315, 316, 317, 320, 321, 322, 323, 324, 347, 349, 365, 368, 370, 379, 391, 394, 429, 447, 458, 507, 531, 535, 536, 538, 552, 553, 559, 560, 565, 580, 585, 596, 607, 608, 613, 616, 620, 621, 625, 626, 627, 632, 642, 649, 662, 666, 672, 674, 676, 679, 686, 688, 689, 691, 693, 720, 730, 732, 733, 736, 786, 788, 814, 831, 941, 1105, 1220, 1221, 1238, 1276, 1281, 1283, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1320, 1321, 1322, 1325, 1327, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1345, 1346, 1348, 1355, 1409, 1417, 1432, 1503, 1506, 1528, 1563, 1564, 1669, 1702, 1723, 1785, 1796, 1797, 1798, 1799, 1808, 1846, 1910, 1920, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1950, 1956, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1997], "documentationfil": 1326, "doe": [2, 5, 6, 7, 18, 21, 22, 27, 28, 29, 36, 37, 40, 43, 53, 54, 55, 58, 67, 71, 72, 77, 83, 84, 86, 90, 91, 98, 100, 102, 109, 116, 119, 126, 132, 135, 136, 141, 143, 230, 246, 247, 248, 249, 254, 256, 257, 262, 263, 265, 266, 268, 269, 270, 271, 273, 274, 277, 279, 280, 281, 283, 285, 287, 290, 298, 300, 304, 318, 325, 326, 339, 342, 362, 366, 367, 368, 369, 370, 376, 379, 382, 383, 391, 394, 426, 446, 447, 450, 452, 454, 455, 462, 469, 473, 474, 475, 484, 534, 535, 536, 538, 542, 555, 559, 562, 563, 568, 585, 587, 591, 607, 616, 618, 620, 621, 625, 626, 627, 629, 633, 637, 642, 643, 644, 648, 649, 650, 651, 652, 653, 654, 656, 657, 658, 659, 661, 662, 665, 667, 668, 672, 673, 674, 676, 677, 679, 680, 683, 684, 685, 686, 687, 688, 689, 691, 692, 693, 694, 696, 697, 698, 701, 702, 703, 706, 707, 709, 711, 714, 715, 716, 717, 718, 719, 722, 723, 724, 726, 728, 729, 732, 734, 735, 736, 739, 740, 744, 750, 754, 757, 758, 763, 764, 768, 775, 791, 792, 793, 794, 796, 808, 820, 823, 835, 836, 837, 838, 842, 845, 851, 887, 890, 893, 895, 903, 904, 912, 951, 956, 959, 974, 996, 1006, 1009, 1018, 1021, 1039, 1052, 1066, 1080, 1081, 1099, 1104, 1105, 1110, 1148, 1149, 1172, 1175, 1177, 1184, 1185, 1186, 1187, 1206, 1217, 1278, 1317, 1319, 1320, 1321, 1322, 1323, 1324, 1327, 1328, 1329, 1333, 1338, 1340, 1348, 1354, 1424, 1490, 1515, 1517, 1518, 1585, 1589, 1668, 1672, 1762, 1823, 1841, 1865, 1919, 2061, 2071], "does_not_exist": 306, "doesn": [18, 55, 71, 116, 124, 134, 142, 162, 250, 254, 263, 265, 276, 281, 287, 290, 304, 368, 370, 373, 382, 393, 471, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 554, 644, 688, 730, 734, 944, 950, 1035, 1081, 1267, 1465, 1501], "dollar": [2, 281], "domain": [17, 141, 281, 287, 290, 318, 721, 831, 1333], "don": [58, 77, 90, 132, 137, 148, 248, 257, 263, 266, 287, 301, 318, 365, 370, 373, 382, 391, 399, 422, 425, 430, 443, 479, 480, 483, 484, 494, 728, 904, 1032, 1080, 1177, 1223, 1227, 1323, 1742, 1819, 1953, 2007], "done": [20, 23, 36, 116, 120, 125, 132, 141, 148, 250, 251, 255, 274, 281, 285, 287, 290, 292, 293, 361, 368, 369, 370, 372, 414, 416, 448, 473, 474, 475, 480, 484, 532, 621, 633, 676, 822, 969, 1063, 1093, 1223, 1317, 1323, 1330, 1333, 1334, 1335, 1340, 1341, 1347, 1348, 1448, 1534, 1535, 1636, 1648, 1649, 1668, 1676, 1678, 1967], "donevar": 370, "dopengl_root": 454, "dot": [19, 21, 23, 90, 273, 303, 394, 597, 1319, 1348, 1743], "dot_fontnam": 394, "dot_fontpath": 394, "dot_path": 394, "dotapp_dir_var": 293, "dotdotext": 21, "dotdotpath": 21, "dotdotstem": 21, "dotext": 21, "dotfile_dir": 394, "dotmorepath": 21, "dotnet": 143, "dotnet_sdk": [282, 1333, 1494, 1887], "dotnet_target_framework": [282, 1244, 1326, 1495, 1496], "dotnet_target_framework_vers": [282, 1244, 1321, 1496, 1906], "dotpath": 21, "dotstem": 21, "doubl": [37, 51, 55, 71, 77, 89, 99, 118, 130, 248, 249, 253, 255, 256, 260, 274, 277, 279, 280, 287, 506, 588, 655, 1334], "down": [100, 138, 262, 313, 538, 1593], "downgrad": 1322, "download": [55, 134, 136, 137, 181, 182, 252, 264, 280, 287, 367, 369, 370, 458, 657, 674, 695, 728, 1258, 1317, 1318, 1320, 1323, 1327, 1328, 1329, 1334, 1337, 1341, 1342, 1345, 1346, 1758, 1759, 1856, 1857, 1858], "download_command": 368, "download_dir": [368, 728, 1320], "download_extract_timestamp": [368, 695, 1334], "download_nam": 368, "download_no_extract": [368, 370, 1345], "download_no_progress": [368, 1318], "downloaded_fil": 368, "downstream": [248, 266, 279, 582, 1015], "downstream_build": 248, "downstreamcompon": 248, "doxyfil": [394, 1320, 1348], "doxygen": [366, 394, 1325, 1335, 1337, 1348], "doxygen_": [394, 1320], "doxygen_add_doc": [394, 1320, 1325, 1337, 1348], "doxygen_alias": 394, "doxygen_dot_execut": 394, "doxygen_dot_found": 394, "doxygen_dot_multi_target": 394, "doxygen_dot_path": 394, "doxygen_exclude_pattern": 394, "doxygen_execut": 394, "doxygen_found": 394, "doxygen_generate_html": 394, "doxygen_generate_latex": 394, "doxygen_generate_man": 394, "doxygen_have_dot": 394, "doxygen_input": 394, "doxygen_output_directori": 394, "doxygen_project_brief": 394, "doxygen_project_nam": 394, "doxygen_project_numb": 394, "doxygen_recurs": 394, "doxygen_skip_dot": 394, "doxygen_verbatim_var": [394, 1320], "doxygen_vers": 394, "doxygen_warn_format": 394, "dpi": [138, 1245, 1327, 1348], "dpkg": [132, 1323, 1330, 1340], "dr": 1326, "dr226": 792, "drag": [293, 365], "dragndrop": [130, 280, 288, 315, 693, 1326, 1331, 1333, 1334, 1344, 1345], "dragonfli": 1845, "dragonflybsd": [135, 1353, 1579], "drive": [1, 2, 8, 21, 55, 71, 77, 113, 117, 120, 143, 198, 274, 285, 364, 368, 674, 697, 705, 731, 1320, 1335, 1342, 1345, 1346, 1429, 1656, 1657, 1673, 1675, 1918, 1951], "driven": [290, 368], "driver": [26, 171, 236, 280, 285, 290, 382, 450, 607, 1260, 1317, 1339, 1633, 1644, 1681, 1684, 1690, 1720, 1729, 1853], "drivernam": 26, "drmemori": [290, 2009], "drmemory_command": 290, "drmemory_command_opt": 290, "drmemorycommand": 290, "drmemorycommandopt": 290, "drop": [1, 8, 18, 100, 113, 117, 262, 274, 293, 313, 365, 620, 656, 680, 754, 835, 974, 978, 1058, 1060, 1152, 1211, 1318, 1319, 1320, 1323, 1329, 1338, 1346, 1348, 1695, 1696], "drop_loc": 290, "drop_method": 290, "drop_sit": 290, "drop_site_password": 290, "drop_site_us": 290, "droploc": [290, 1991], "dropmethod": [290, 1992], "dropsit": [290, 1993], "dropsitepassword": [290, 1995], "dropsiteus": [290, 1996], "drti_uses_std_fstream": 482, "ds_store": 133, "dsome_more_def": 308, "dsp": [1040, 1845], "dst": 293, "dt": [108, 419], "du": [473, 475], "dua": 62, "dual": 135, "due": [19, 71, 81, 115, 134, 139, 269, 274, 287, 290, 299, 368, 457, 538, 551, 563, 613, 657, 662, 688, 845, 851, 937, 939, 1319, 1320, 1322, 1327, 1328, 1330, 1335, 1336, 1340, 1348, 1546, 1599, 1690, 1729, 1854], "dump": [287, 290], "dumpbin": [55, 537], "dumpdb": 421, "dumpmachin": 1620, "duplic": [17, 22, 52, 83, 132, 136, 142, 167, 249, 274, 280, 405, 551, 573, 673, 716, 739, 784, 1110, 1149, 1323, 1330, 1339, 1342, 1725], "durat": [34, 290, 910, 1334, 1341, 1872], "dure": [2, 3, 17, 22, 36, 51, 53, 77, 93, 118, 126, 132, 137, 138, 142, 167, 248, 250, 251, 262, 269, 270, 273, 274, 277, 280, 285, 287, 289, 290, 294, 298, 310, 318, 367, 368, 369, 370, 379, 382, 396, 446, 538, 555, 569, 573, 579, 584, 613, 618, 623, 659, 663, 664, 665, 671, 688, 690, 716, 726, 748, 752, 759, 762, 797, 800, 810, 812, 813, 833, 834, 843, 898, 912, 948, 953, 957, 958, 960, 963, 1026, 1038, 1054, 1089, 1090, 1110, 1122, 1180, 1182, 1214, 1228, 1317, 1318, 1320, 1322, 1324, 1326, 1327, 1328, 1329, 1330, 1332, 1334, 1340, 1343, 1348, 1401, 1425, 1487, 1490, 1514, 1515, 1520, 1532, 1599, 1604, 1629, 1789, 1790, 1792, 1793, 1794, 1850, 1860, 1949, 1954, 1979], "duse_mymath": 256, "dusing_archive_lib": 266, "dusing_serialization_lib": 266, "dutch": 137, "dvar": [56, 57, 58, 59, 60, 120, 368], "dvip": 433, "dvipdf": 433, "dvipdf_convert": 433, "dvips_convert": 433, "dvm": 426, "dxc": [503, 1335], "dxc_ex": 503, "dxc_lib": 503, "dxml": 376, "dylib": [7, 266, 274, 293, 537], "dynam": [7, 31, 55, 72, 120, 270, 277, 285, 376, 379, 380, 396, 415, 473, 474, 475, 503, 620, 623, 655, 897, 898, 994, 1021, 1167, 1169, 1275, 1295, 1296, 1319, 1323, 1324, 1338, 1342, 1343, 1458, 1468, 1469, 1757, 1845, 1915, 1929, 1930], "dynamic_link": 379, "dynamicanalysi": [36, 1332], "dynamicframework": 1033, "e": [2, 3, 7, 17, 18, 21, 27, 43, 55, 57, 62, 71, 74, 75, 81, 83, 89, 90, 93, 94, 95, 96, 98, 100, 102, 108, 111, 114, 115, 116, 118, 119, 120, 132, 133, 135, 137, 139, 141, 142, 143, 148, 167, 198, 230, 236, 249, 252, 257, 258, 262, 263, 266, 268, 270, 271, 273, 274, 277, 279, 281, 285, 287, 289, 290, 293, 301, 304, 306, 308, 310, 313, 327, 362, 367, 368, 369, 370, 375, 376, 379, 382, 383, 387, 391, 394, 397, 421, 429, 443, 447, 454, 457, 462, 466, 473, 474, 475, 476, 480, 483, 484, 493, 494, 495, 500, 501, 532, 533, 535, 538, 539, 551, 554, 555, 577, 597, 613, 614, 618, 620, 632, 637, 647, 650, 655, 656, 683, 707, 715, 731, 758, 783, 833, 834, 844, 848, 889, 893, 894, 895, 896, 900, 907, 908, 913, 914, 915, 921, 922, 931, 937, 939, 943, 944, 946, 948, 951, 953, 955, 956, 957, 958, 959, 960, 987, 999, 1001, 1002, 1018, 1022, 1032, 1035, 1045, 1047, 1048, 1050, 1064, 1066, 1076, 1081, 1097, 1098, 1113, 1137, 1154, 1158, 1159, 1165, 1178, 1183, 1208, 1220, 1221, 1230, 1232, 1266, 1270, 1277, 1281, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1333, 1334, 1335, 1336, 1337, 1339, 1340, 1341, 1343, 1344, 1345, 1346, 1347, 1348, 1354, 1356, 1390, 1397, 1401, 1409, 1422, 1437, 1445, 1448, 1488, 1497, 1498, 1519, 1526, 1527, 1532, 1535, 1561, 1562, 1563, 1564, 1583, 1587, 1589, 1620, 1661, 1681, 1690, 1702, 1715, 1725, 1729, 1732, 1738, 1743, 1773, 1782, 1783, 1794, 1823, 1838, 1841, 1845, 1847, 1872, 1873, 1907, 1911, 1924, 1951, 1953, 1954, 1956, 2039, 2073, 2080], "e12c": 1249, "e2239ee6043f73722e7aa812a459f54a28552929": 18, "each": [0, 2, 3, 8, 9, 16, 18, 19, 20, 21, 23, 24, 26, 33, 35, 36, 37, 52, 53, 55, 56, 57, 58, 59, 60, 62, 73, 77, 83, 90, 93, 100, 101, 102, 103, 108, 110, 115, 116, 117, 119, 120, 134, 137, 139, 142, 143, 178, 189, 229, 230, 232, 236, 237, 238, 239, 247, 249, 251, 256, 257, 261, 262, 263, 265, 266, 267, 268, 269, 270, 271, 273, 274, 275, 276, 277, 279, 280, 281, 287, 289, 290, 292, 293, 303, 304, 306, 310, 313, 319, 325, 356, 362, 367, 368, 369, 370, 383, 394, 415, 446, 447, 455, 459, 463, 469, 471, 473, 474, 475, 492, 503, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 538, 551, 555, 557, 559, 588, 656, 672, 674, 676, 687, 702, 716, 717, 722, 734, 750, 754, 755, 759, 760, 775, 781, 782, 783, 809, 820, 822, 831, 888, 894, 896, 904, 945, 948, 958, 964, 970, 971, 972, 973, 1042, 1054, 1057, 1081, 1103, 1104, 1122, 1147, 1150, 1152, 1161, 1162, 1206, 1214, 1223, 1227, 1229, 1257, 1258, 1270, 1281, 1283, 1286, 1317, 1323, 1324, 1325, 1327, 1330, 1335, 1340, 1343, 1346, 1348, 1359, 1450, 1457, 1459, 1463, 1484, 1524, 1589, 1593, 1594, 1627, 1628, 1636, 1648, 1649, 1656, 1673, 1674, 1675, 1676, 1678, 1684, 1690, 1715, 1720, 1729, 1733, 1743, 1744, 1745, 1770, 1772, 1781, 1785, 1803, 1841, 1845, 1846, 1850, 1865, 1868, 1871, 1875, 1876, 1877, 1878, 1907, 1914, 1917, 1951, 1953, 1955, 1957, 1967], "earli": [18, 71, 263, 277, 285, 370, 534, 579, 702, 705, 1801, 1859], "earlier": [18, 19, 20, 23, 52, 55, 116, 123, 188, 248, 259, 274, 280, 281, 287, 368, 370, 561, 565, 631, 647, 655, 660, 703, 710, 717, 731, 735, 737, 809, 1319, 1323, 1331, 1341, 1348, 1702, 1873], "eas": [1315, 1948], "easi": [121, 248, 262, 551, 1317, 1738, 1822], "easier": [55, 121, 248, 325, 394, 1326], "easiest": [256, 368], "easili": [248, 257, 263, 264, 304, 644, 730], "ecc": 550, "echo": [52, 230, 266, 274, 287, 368, 893, 900, 907, 1324], "echo_": 52, "echo_append": 287, "echo_error_vari": [52, 1327], "echo_output_vari": [52, 1327], "echostr": 282, "eclips": [275, 798, 799, 1325, 1497, 1498, 1499, 1500, 1501, 1519], "eclipse_extra_cproject_cont": [282, 799], "eclipse_extra_natur": [282, 798], "eco": [550, 1845], "ecos_add_execut": 550, "ecos_add_include_directori": 550, "ecos_add_target_lib": 550, "ecos_adjust_directori": 550, "ecos_config_fil": 550, "ecos_definit": 550, "ecos_use_arm_elf_tool": 550, "ecos_use_i386_elf_tool": 550, "ecos_use_ppc_eabi_tool": 550, "ecosconfig_execut": 550, "ecosystem": [1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1341, 1342], "ed": 52, "edg": [266, 270, 303, 1306, 1319, 1939], "edit": [3, 167, 247, 248, 262, 266, 271, 273, 370, 450, 473, 474, 475, 535, 539, 651, 652, 677, 696, 701, 921, 923, 925, 936, 1090, 1166, 1317, 1318, 1325, 1327, 1330, 1343, 1362, 1364, 1388, 1502, 1738, 1756, 1888, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1997], "edit_cach": [1317, 1332], "editandcontinu": [1166, 1756], "editor": [224, 262, 281, 394, 1328, 1490, 1762], "effect": [14, 19, 21, 23, 53, 55, 56, 57, 58, 59, 60, 71, 73, 75, 77, 81, 88, 110, 114, 116, 118, 136, 141, 143, 167, 247, 262, 266, 274, 280, 281, 287, 290, 304, 318, 330, 333, 337, 338, 349, 350, 353, 368, 370, 393, 394, 457, 458, 500, 538, 563, 564, 570, 584, 618, 621, 628, 629, 650, 651, 652, 662, 677, 680, 688, 696, 701, 717, 728, 758, 768, 841, 857, 859, 894, 895, 896, 964, 994, 997, 1006, 1007, 1009, 1010, 1017, 1039, 1080, 1104, 1122, 1150, 1151, 1166, 1167, 1177, 1213, 1214, 1219, 1223, 1267, 1275, 1316, 1321, 1329, 1334, 1340, 1341, 1343, 1401, 1458, 1492, 1527, 1534, 1537, 1684, 1686, 1690, 1720, 1721, 1729, 1743, 1756, 1757, 1801, 1819, 1850, 1870, 1915, 2071], "effective_platform_nam": [702, 825, 1081, 1082, 1335, 1347], "effici": [262, 538, 714, 857, 1149, 1338], "effort": [290, 415, 496, 498], "eg": [404, 429, 447, 453, 1197, 1893], "egl": 454, "eigen": 266, "eigenexport": 266, "either": [2, 3, 18, 20, 21, 22, 24, 55, 58, 65, 67, 68, 70, 71, 77, 102, 103, 105, 108, 132, 133, 134, 136, 137, 142, 151, 162, 167, 230, 236, 237, 238, 239, 249, 256, 262, 263, 266, 269, 271, 273, 274, 277, 279, 280, 281, 283, 285, 287, 290, 293, 304, 347, 367, 368, 369, 370, 376, 378, 382, 383, 405, 415, 432, 447, 454, 458, 462, 469, 480, 494, 534, 544, 555, 559, 578, 585, 588, 601, 607, 612, 630, 649, 676, 678, 683, 684, 688, 689, 697, 723, 844, 866, 895, 910, 944, 946, 966, 987, 1043, 1081, 1113, 1149, 1287, 1320, 1327, 1329, 1330, 1333, 1342, 1348, 1390, 1398, 1487, 1509, 1669, 1670, 1673, 1675, 1868, 1873, 1893, 1895, 1912], "el": [1317, 1318], "elabor": 304, "elaps": [55, 287], "elbru": [376, 1635], "element": [18, 21, 55, 71, 83, 99, 108, 141, 143, 271, 273, 277, 280, 287, 290, 310, 473, 475, 567, 738, 781, 782, 831, 1165, 1321, 1333, 1337, 1340, 1342, 1345, 1346, 1347, 1684, 1690, 1720, 1729], "element_index": 83, "elev": 318, "elf": [55, 132, 550, 655, 1155, 1330, 1734, 1762, 1845], "elid": 274, "elig": 859, "elimin": [325, 1465], "els": [1, 18, 55, 58, 60, 71, 90, 119, 125, 135, 137, 189, 253, 256, 260, 263, 267, 268, 274, 277, 279, 285, 290, 310, 343, 347, 370, 454, 462, 463, 474, 480, 541, 559, 614, 1354, 1532, 1684, 1690, 1702, 1720, 1729, 1772, 1773, 1774], "elseif": [18, 21, 23, 71, 267, 277, 1684, 1690, 1720, 1729], "elsewher": [2, 21, 55, 273, 370, 539, 892, 1490], "emac": [1317, 1318], "emailresult": 895, "emb": [142, 422, 425, 473, 474, 475, 637, 1081, 1281, 1283, 1327, 1330, 1331, 1333, 1336, 1338, 1339], "embarcadero": [679, 1635], "embarrassingli": 270, "embed": [274, 285, 293, 309, 310, 394, 454, 473, 474, 475, 537, 701, 823, 825, 1083, 1113, 1158, 1159, 1163, 1166, 1279, 1280, 1281, 1282, 1283, 1284, 1328, 1330, 1331, 1336, 1340, 1343, 1344, 1756, 1760, 1845], "embed_found": [473, 474, 475], "emiss": 825, "emit": [2, 20, 55, 132, 137, 142, 274, 721, 825, 1214, 1323, 1326, 1335, 1336, 1347, 1505, 1725, 1850, 1952], "eml": 376, "eml_mt": 376, "emploi": [248, 266, 279, 1535], "empti": [2, 3, 17, 18, 20, 21, 22, 23, 24, 30, 55, 56, 57, 58, 59, 60, 65, 71, 76, 77, 83, 86, 93, 99, 100, 102, 108, 111, 120, 122, 126, 132, 134, 135, 139, 142, 143, 152, 167, 186, 188, 251, 265, 266, 273, 274, 277, 280, 281, 287, 290, 297, 303, 305, 308, 310, 318, 319, 332, 335, 341, 352, 355, 356, 359, 362, 367, 368, 369, 370, 376, 382, 422, 425, 426, 446, 447, 450, 454, 455, 469, 473, 475, 483, 484, 500, 532, 535, 537, 538, 554, 559, 567, 574, 583, 589, 608, 645, 655, 657, 662, 664, 666, 684, 716, 734, 738, 770, 833, 834, 842, 933, 942, 943, 945, 949, 950, 953, 957, 960, 961, 969, 987, 1018, 1039, 1050, 1072, 1073, 1090, 1092, 1099, 1143, 1165, 1166, 1167, 1214, 1223, 1270, 1275, 1317, 1321, 1323, 1324, 1339, 1342, 1343, 1344, 1347, 1404, 1405, 1411, 1414, 1416, 1422, 1432, 1450, 1514, 1521, 1523, 1532, 1589, 1590, 1597, 1626, 1700, 1713, 1725, 1743, 1754, 1755, 1756, 1757, 1785, 1786, 1794, 1892, 1893, 1894, 1895, 1896, 1907, 1910, 1915, 1951], "emscripten": 1845, "emul": [2, 3, 10, 17, 137, 148, 273, 382, 559, 645, 718, 986, 1324], "en": [62, 136, 382, 482, 1880], "en_ca": [139, 1330], "en_gb": 136, "en_u": 136, "enabl": [2, 3, 16, 18, 19, 22, 24, 43, 44, 53, 55, 57, 58, 77, 90, 93, 129, 132, 133, 134, 136, 137, 139, 141, 142, 159, 168, 187, 194, 203, 224, 230, 246, 249, 251, 252, 256, 257, 262, 265, 266, 268, 270, 273, 274, 279, 280, 281, 283, 285, 287, 290, 296, 310, 313, 326, 343, 346, 347, 356, 364, 367, 368, 369, 370, 376, 379, 382, 383, 398, 399, 409, 410, 415, 421, 426, 430, 432, 446, 455, 458, 462, 469, 473, 474, 475, 536, 537, 550, 551, 559, 585, 597, 602, 607, 629, 649, 650, 651, 677, 688, 689, 692, 693, 696, 701, 703, 707, 717, 718, 721, 725, 732, 765, 786, 788, 800, 801, 807, 809, 815, 825, 839, 872, 888, 902, 917, 932, 941, 944, 946, 948, 949, 951, 954, 956, 959, 964, 976, 983, 993, 994, 995, 996, 1004, 1005, 1006, 1009, 1025, 1026, 1043, 1052, 1059, 1080, 1092, 1111, 1148, 1161, 1162, 1166, 1167, 1169, 1172, 1175, 1177, 1214, 1223, 1224, 1229, 1241, 1254, 1275, 1277, 1286, 1289, 1290, 1293, 1295, 1296, 1302, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1314, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1357, 1360, 1369, 1384, 1408, 1409, 1422, 1430, 1435, 1436, 1458, 1462, 1472, 1475, 1484, 1499, 1501, 1514, 1515, 1517, 1518, 1522, 1533, 1558, 1566, 1567, 1568, 1569, 1593, 1594, 1619, 1641, 1668, 1673, 1675, 1702, 1709, 1718, 1723, 1743, 1744, 1747, 1756, 1757, 1783, 1794, 1817, 1820, 1845, 1849, 1850, 1865, 1866, 1868, 1869, 1871, 1872, 1881, 1882, 1884, 1910, 1912, 1913, 1915, 1921, 1922, 1925, 1926, 1927, 1929, 1930, 1935, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1947, 2037, 2043], "enable_anywher": 141, "enable_compress": 1951, "enable_currentuserhom": 141, "enable_export": [77, 266, 274, 280, 282, 623, 625, 916, 937, 939, 1064, 1143, 1277, 1325, 1337, 1343, 1346, 1503, 1506, 1808], "enable_languag": [246, 267, 280, 285, 347, 382, 585, 607, 649, 651, 652, 677, 679, 689, 696, 701, 706, 709, 717, 725, 1043, 1166, 1167, 1214, 1275, 1317, 1325, 1328, 1331, 1341, 1343, 1347, 1422, 1445, 1527, 1641, 1668, 1673, 1675, 1756, 1757, 1772, 1773, 1774, 1850, 1868, 1915, 2054], "enable_localsystem": 141, "enable_rtti": 266, "enable_test": [10, 252, 257, 267, 290, 389, 410, 494], "enabled_featur": [282, 369], "enabled_languag": [282, 285], "enabled_sect": 394, "enabledfeaturestext": 369, "enabledpiawar": 1325, "enablefailov": 281, "encapsul": [263, 266, 551, 1081], "enclos": [13, 25, 89, 98, 142, 274, 277, 538], "enclosur": 277, "encod": [52, 55, 118, 143, 273, 280, 310, 313, 379, 382, 736, 886, 917, 1318, 1325, 1329, 1330, 1331, 1342, 1347, 1500], "encompass": 100, "encount": [16, 52, 55, 77, 83, 98, 120, 134, 264, 274, 279, 286, 370, 382, 457, 569, 690, 710, 716, 908, 910, 1335, 1505, 1914, 1952, 1957], "encourag": [23, 58, 247, 263, 370, 383, 454, 1327, 1453], "encrypt": [137, 457], "end": [14, 18, 21, 31, 37, 40, 45, 46, 47, 48, 49, 50, 55, 56, 57, 58, 59, 60, 71, 75, 77, 83, 108, 116, 130, 132, 134, 136, 137, 138, 142, 189, 236, 237, 248, 249, 254, 257, 262, 269, 271, 274, 277, 281, 285, 287, 290, 293, 299, 304, 313, 325, 341, 358, 359, 367, 368, 376, 382, 396, 402, 432, 454, 472, 496, 503, 559, 579, 618, 620, 629, 647, 649, 660, 662, 684, 703, 824, 895, 912, 950, 1038, 1137, 1153, 1287, 1320, 1321, 1323, 1328, 1329, 1334, 1347, 1434, 1507, 1508, 1580, 1589, 1590, 1592, 1668, 1684, 1689, 1690, 1701, 1715, 1720, 1725, 1728, 1729, 1731, 1760, 1807, 1810, 1816, 1827, 1833, 1834, 1841, 1842, 1980, 1981, 2016], "endblock": [12, 18, 23, 98, 267, 1335], "endforeach": [17, 18, 62, 86, 248, 267, 277, 279, 684, 1745], "endfunct": [18, 23, 56, 57, 59, 60, 63, 86, 98, 257, 267, 277, 948, 1465, 1743], "endglobalsect": [781, 782], "endian": [544, 1626], "endif": [1, 17, 18, 21, 23, 24, 40, 55, 56, 57, 59, 60, 71, 75, 90, 120, 248, 250, 253, 256, 257, 260, 266, 267, 268, 271, 274, 277, 279, 280, 297, 326, 343, 347, 356, 358, 364, 370, 378, 379, 385, 389, 409, 412, 418, 454, 462, 463, 464, 492, 494, 495, 532, 536, 541, 559, 614, 629, 684, 729, 953, 1225, 1226, 1228, 1320, 1354, 1453, 1603, 1684, 1690, 1702, 1720, 1729, 1742, 1801, 1951, 2071], "endl": [37, 248, 249, 253, 255], "endmacro": [18, 20, 86, 267, 277], "endpoint": 1342, "endur": 167, "endwhil": [12, 18, 127, 267, 277, 690], "enforc": [18, 55, 58, 263, 280, 290, 367, 368, 370, 560, 629, 674, 720, 730, 744, 1148, 1223, 1320, 1326, 1340, 1341, 1345, 1348, 1537, 1858, 1952], "eng": 447, "eng_librari": 447, "engin": [136, 376, 380, 416, 421, 447, 843, 1322], "engine_librari": [447, 1322], "english": [62, 133, 136, 137, 1013], "enhanc": [132, 857, 1317, 1725], "enough": [58, 257, 279, 313, 368, 370, 618, 724, 1317, 1325, 1920], "ensur": [2, 3, 5, 18, 55, 63, 77, 81, 86, 98, 115, 119, 248, 249, 256, 258, 262, 263, 266, 268, 271, 274, 279, 285, 289, 293, 304, 356, 367, 368, 370, 382, 383, 394, 473, 474, 475, 538, 555, 560, 601, 618, 643, 648, 658, 673, 688, 695, 815, 859, 894, 895, 896, 900, 903, 951, 954, 956, 959, 1022, 1092, 1107, 1228, 1281, 1318, 1320, 1321, 1322, 1323, 1324, 1325, 1343, 1345, 1668, 1725, 1744, 1746, 1801], "enter": [56, 57, 59, 60, 62, 271, 1258], "entir": [2, 21, 22, 55, 56, 57, 58, 59, 60, 77, 99, 116, 134, 263, 266, 268, 277, 368, 382, 446, 452, 538, 559, 912, 1214, 1223, 1322, 1331, 1334, 1340, 1514, 1741, 1850], "entiti": [17, 142, 274, 1032], "entitl": 130, "entri": [23, 26, 52, 53, 55, 56, 57, 58, 59, 60, 67, 84, 90, 93, 96, 102, 119, 120, 121, 124, 137, 143, 146, 149, 163, 164, 165, 184, 193, 196, 200, 202, 205, 209, 211, 214, 223, 262, 263, 265, 266, 269, 271, 273, 274, 276, 277, 279, 280, 281, 285, 287, 289, 290, 304, 306, 313, 344, 345, 346, 349, 367, 370, 379, 391, 447, 462, 473, 474, 475, 534, 537, 551, 571, 581, 587, 593, 601, 609, 621, 633, 637, 639, 641, 651, 652, 655, 662, 677, 696, 701, 702, 732, 740, 741, 742, 743, 744, 745, 746, 750, 759, 760, 775, 781, 782, 796, 820, 822, 831, 866, 873, 892, 904, 948, 963, 964, 1054, 1080, 1089, 1090, 1093, 1103, 1104, 1136, 1147, 1149, 1213, 1220, 1221, 1276, 1317, 1318, 1321, 1322, 1323, 1325, 1326, 1329, 1336, 1337, 1339, 1341, 1342, 1346, 1354, 1355, 1390, 1419, 1445, 1448, 1468, 1469, 1484, 1512, 1513, 1527, 1562, 1574, 1577, 1618, 1658, 1661, 1752, 1753, 1772, 1773, 1774, 1813, 1814, 1825, 1830, 1831, 1871, 1887], "entry1": [84, 102, 306], "entry_point": 551, "enum": [336, 361, 792], "enumer": [538, 744, 1317, 1321, 1347], "env": [21, 24, 55, 56, 57, 59, 60, 71, 100, 122, 264, 277, 281, 285, 286, 287, 329, 376, 396, 446, 457, 503, 551, 900, 907, 908, 913, 1318, 1334, 1335, 1341, 1832, 1846, 1951, 1967], "env_1": 281, "env_2": 281, "env_mod": 22, "env_modul": 396, "env_module_avail": 396, "env_module_list": 396, "env_module_swap": 396, "env_vs8_winc": 287, "env_vs9_winc": 287, "environ": [17, 22, 24, 27, 55, 56, 57, 58, 59, 60, 71, 77, 108, 129, 132, 136, 142, 143, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 247, 263, 265, 268, 274, 275, 280, 281, 282, 287, 310, 336, 368, 370, 376, 379, 382, 383, 390, 401, 403, 404, 410, 419, 421, 429, 432, 446, 447, 449, 450, 452, 457, 458, 459, 467, 469, 471, 473, 474, 475, 481, 483, 484, 485, 486, 487, 488, 489, 490, 503, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 538, 539, 551, 629, 634, 643, 650, 692, 698, 704, 731, 809, 892, 904, 964, 1235, 1300, 1317, 1318, 1319, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1330, 1331, 1332, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1347, 1358, 1389, 1390, 1401, 1422, 1435, 1445, 1449, 1453, 1512, 1513, 1514, 1515, 1543, 1544, 1545, 1546, 1549, 1554, 1561, 1562, 1563, 1564, 1585, 1589, 1590, 1597, 1602, 1603, 1636, 1656, 1658, 1661, 1668, 1673, 1678, 1684, 1690, 1707, 1713, 1720, 1729, 1742, 1752, 1753, 1755, 1773, 1774, 1785, 1786, 1794, 1801, 1813, 1814, 1830, 1831, 1841, 1842, 1845, 1846, 1855, 1857, 1858, 1859, 1910, 1934, 2007, 2028, 2029, 2037, 2079], "environment": [489, 1319], "environment_modif": [282, 287, 1332, 1335], "environmentmodul": 396, "envmodul": 396, "envmodules_command": 396, "envmodules_found": 396, "envvar": 494, "eol": [2, 287, 1323], "ep_bas": 368, "ep_independent_step_target": 368, "ep_prefix": 368, "ep_step_target": 368, "ep_update_disconnect": 368, "epilog": 559, "epoch": [108, 132, 142, 287, 1319, 1345, 1562, 1908], "equal": [17, 21, 71, 108, 134, 142, 197, 274, 281, 290, 535, 541, 559, 683, 781, 782, 811, 850, 949, 973, 1317, 1702, 1735], "equip": 52, "equival": [8, 12, 16, 18, 21, 35, 62, 77, 83, 94, 95, 98, 100, 107, 111, 116, 117, 188, 206, 262, 265, 266, 273, 274, 281, 285, 287, 290, 318, 368, 370, 383, 396, 446, 473, 475, 480, 536, 559, 651, 671, 696, 765, 833, 834, 953, 957, 960, 994, 996, 1006, 1009, 1022, 1044, 1052, 1137, 1152, 1166, 1167, 1172, 1175, 1223, 1275, 1317, 1318, 1329, 1339, 1345, 1346, 1357, 1458, 1522, 1543, 1544, 1545, 1548, 1549, 1595, 1690, 1715, 1719, 1729, 1756, 1757, 1773, 1774, 1865, 1872, 1915], "eras": [23, 555, 1532], "eric": [512, 513, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530], "err": 27, "erron": [137, 304], "error": [2, 3, 10, 12, 16, 17, 18, 19, 22, 27, 28, 29, 35, 36, 37, 38, 39, 52, 53, 55, 56, 57, 58, 59, 60, 71, 72, 77, 83, 90, 105, 108, 112, 116, 118, 119, 120, 125, 132, 134, 142, 167, 186, 246, 250, 262, 265, 266, 269, 271, 273, 274, 277, 279, 280, 281, 285, 287, 290, 293, 304, 310, 326, 327, 329, 332, 335, 341, 343, 352, 355, 356, 358, 359, 368, 370, 379, 382, 383, 389, 394, 447, 462, 469, 478, 495, 534, 543, 559, 560, 564, 566, 568, 570, 573, 574, 576, 581, 587, 588, 597, 598, 599, 600, 601, 605, 606, 609, 610, 612, 613, 615, 621, 629, 640, 663, 664, 671, 674, 681, 683, 690, 710, 720, 724, 725, 729, 730, 731, 733, 735, 768, 784, 808, 811, 859, 893, 894, 895, 896, 900, 907, 908, 913, 948, 983, 987, 996, 1006, 1009, 1018, 1052, 1063, 1111, 1130, 1148, 1150, 1151, 1166, 1167, 1172, 1175, 1275, 1317, 1318, 1320, 1322, 1324, 1326, 1327, 1328, 1330, 1331, 1332, 1333, 1334, 1336, 1337, 1338, 1340, 1341, 1343, 1344, 1345, 1346, 1347, 1348, 1444, 1495, 1496, 1504, 1505, 1522, 1742, 1756, 1757, 1801, 1915, 1952, 1971, 1972, 1973, 1974, 1976], "error_": 52, "error_fil": [52, 1340], "error_quiet": 52, "error_strip_trailing_whitespac": 52, "error_vari": [17, 52, 108, 304], "erroronabsoluteinstalldestin": 134, "escap": [0, 2, 3, 24, 51, 55, 62, 99, 107, 108, 116, 118, 127, 137, 266, 269, 280, 287, 310, 565, 613, 655, 670, 754, 835, 974, 1090, 1318, 1325, 1327, 1344, 1345, 2037], "escape_encod": 277, "escape_ident": [277, 613], "escape_quot": [24, 55, 108], "escape_semicolon": 277, "escape_sequ": 277, "especi": [7, 42, 56, 57, 58, 59, 60, 136, 137, 279, 313, 368, 944, 1260, 1324, 1341], "essenti": [21, 129, 274, 293, 318, 532, 533, 1137, 1323, 1327, 1690, 1715, 1729, 1828, 1829], "est": 252, "establish": [19, 58, 93, 116, 249, 268, 313, 368, 376, 432, 1239, 1318, 1910], "estim": 888, "etc": [6, 7, 17, 40, 43, 56, 57, 59, 60, 77, 86, 90, 133, 142, 236, 237, 238, 239, 247, 248, 249, 262, 263, 266, 273, 274, 279, 285, 287, 289, 290, 301, 308, 313, 366, 368, 370, 373, 384, 394, 395, 404, 406, 425, 427, 428, 430, 444, 445, 458, 461, 479, 484, 491, 494, 496, 508, 511, 532, 535, 536, 547, 556, 557, 692, 745, 948, 955, 958, 1038, 1090, 1320, 1322, 1325, 1329, 1332, 1334, 1346, 1424, 1538, 1561, 1589, 1818, 1820, 1841, 1845], "etcetera": 223, "euro": 1845, "europ": 1329, "eval": [18, 1327], "evalu": [2, 9, 12, 21, 22, 55, 62, 66, 71, 77, 89, 100, 116, 119, 122, 127, 189, 230, 247, 251, 265, 266, 268, 273, 277, 280, 281, 283, 285, 287, 298, 310, 327, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 367, 368, 473, 474, 475, 483, 572, 579, 580, 587, 609, 613, 647, 659, 672, 687, 690, 726, 728, 866, 969, 970, 971, 972, 973, 1019, 1020, 1081, 1206, 1220, 1221, 1313, 1321, 1325, 1327, 1328, 1332, 1334, 1338, 1340, 1341, 1343, 1344, 1347, 1355, 1429, 1433, 1434, 1470, 1484, 1495, 1496, 1691, 1720, 1729, 1730, 1833, 1834], "even": [2, 3, 10, 18, 19, 21, 22, 35, 53, 55, 58, 71, 77, 79, 83, 126, 132, 142, 167, 230, 236, 237, 248, 263, 266, 268, 271, 274, 277, 280, 281, 285, 287, 290, 304, 309, 349, 356, 365, 368, 369, 370, 379, 393, 394, 422, 446, 447, 457, 473, 474, 475, 496, 498, 503, 539, 559, 563, 572, 583, 588, 614, 618, 620, 629, 637, 642, 645, 668, 673, 674, 688, 691, 692, 695, 714, 716, 726, 728, 730, 731, 734, 808, 824, 844, 889, 893, 894, 895, 900, 907, 908, 913, 950, 1018, 1063, 1066, 1081, 1104, 1143, 1170, 1177, 1224, 1258, 1277, 1322, 1323, 1324, 1326, 1327, 1329, 1331, 1332, 1334, 1336, 1337, 1339, 1341, 1342, 1343, 1347, 1348, 1409, 1690, 1729, 1738, 1801, 1820, 1845, 1847, 1860, 1873, 1879, 1885, 1912], "event": [3, 71, 90, 120, 121, 273, 279, 290, 383, 415, 1331, 1339, 1448, 1725, 1787, 1788, 1791, 1795], "eventkindnam": 273, "eventu": [382, 586, 1169], "ever": [18, 55, 296, 368], "everi": [2, 3, 55, 57, 58, 60, 71, 77, 90, 93, 119, 133, 137, 220, 221, 231, 249, 253, 269, 270, 273, 287, 310, 325, 367, 368, 370, 382, 447, 472, 538, 563, 618, 678, 723, 1081, 1104, 1223, 1225, 1226, 1318, 1331, 1337, 1340, 1490, 1532, 1701, 1702, 1703, 1704, 1760, 1770, 1801, 1922], "everyth": [18, 55, 76, 250, 260, 271, 310, 368, 369, 370, 382, 471, 480, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 651, 652, 677, 696, 701, 717, 822], "everywher": [293, 754, 835, 974], "evolut": 368, "evolv": [23, 271, 592, 733, 1846], "ex": [6, 10, 60, 136, 137, 138, 143, 226, 230, 262, 266, 274, 290, 293, 374, 417, 436, 538, 675, 755, 835, 975, 1212, 1258, 1322, 1326, 1343, 1358, 1507, 1580, 1707, 1738, 1885], "exact": [22, 37, 58, 99, 108, 248, 262, 266, 268, 271, 279, 287, 290, 310, 379, 383, 462, 483, 709, 943, 945, 1157, 1321, 1337, 1515, 1563], "exactli": [18, 22, 55, 56, 57, 58, 59, 60, 71, 83, 90, 128, 134, 271, 274, 275, 277, 281, 290, 304, 306, 310, 383, 469, 735, 737, 844, 1343, 1409, 1684, 1690, 1720, 1729], "exactvers": [304, 558], "examin": [40, 77, 248], "exampl": [7, 8, 10, 17, 19, 20, 26, 27, 35, 36, 37, 40, 53, 55, 56, 57, 58, 59, 60, 62, 71, 83, 86, 89, 90, 93, 98, 99, 108, 110, 111, 113, 114, 116, 117, 118, 120, 129, 132, 134, 136, 137, 138, 142, 143, 148, 152, 188, 198, 212, 223, 230, 236, 237, 238, 239, 246, 247, 248, 249, 253, 257, 258, 259, 261, 262, 263, 265, 266, 268, 271, 274, 277, 280, 281, 285, 287, 290, 292, 296, 306, 309, 310, 313, 336, 347, 357, 358, 359, 360, 361, 367, 369, 375, 382, 385, 391, 394, 397, 412, 415, 418, 419, 421, 429, 433, 446, 447, 454, 458, 462, 463, 464, 469, 471, 472, 473, 474, 475, 480, 492, 493, 495, 496, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 535, 536, 538, 539, 541, 551, 555, 563, 567, 572, 583, 614, 618, 631, 637, 660, 675, 679, 681, 683, 684, 688, 690, 703, 714, 758, 759, 781, 824, 838, 846, 858, 865, 870, 882, 893, 894, 895, 896, 900, 904, 907, 913, 948, 970, 971, 972, 973, 978, 988, 990, 991, 992, 1013, 1014, 1018, 1019, 1020, 1033, 1034, 1038, 1054, 1060, 1070, 1081, 1100, 1101, 1105, 1123, 1137, 1141, 1148, 1149, 1150, 1151, 1152, 1166, 1167, 1177, 1197, 1208, 1209, 1211, 1214, 1225, 1226, 1227, 1230, 1237, 1240, 1243, 1244, 1245, 1247, 1248, 1249, 1251, 1252, 1256, 1259, 1261, 1268, 1270, 1271, 1274, 1275, 1298, 1318, 1320, 1325, 1330, 1340, 1354, 1429, 1465, 1486, 1502, 1517, 1529, 1532, 1535, 1547, 1550, 1562, 1589, 1590, 1599, 1621, 1627, 1628, 1634, 1638, 1645, 1661, 1681, 1693, 1707, 1715, 1742, 1743, 1745, 1747, 1754, 1756, 1757, 1760, 1787, 1788, 1791, 1795, 1801, 1820, 1832, 1841, 1842, 1846, 1850, 1862, 1868, 1872, 1880, 1907, 1908, 1915, 1932, 1955, 2037, 2071, 2079], "example_custom_c": 266, "example_custom_l": 266, "example_librari": 1227, "example_path": 394, "example_pattern": 394, "example_setup_test": 292, "exampleid": 281, "exampleinc": 139, "exce": [23, 893, 900, 907, 908, 909, 913, 1343, 1563, 1770, 1975, 1978], "exceed": [247, 290], "except": [2, 6, 7, 18, 21, 22, 23, 24, 35, 37, 44, 53, 55, 58, 66, 72, 77, 92, 98, 102, 114, 118, 119, 129, 132, 137, 141, 229, 247, 262, 268, 271, 274, 277, 280, 281, 285, 287, 290, 310, 313, 368, 369, 370, 379, 382, 394, 447, 469, 473, 475, 538, 572, 618, 629, 639, 663, 685, 688, 694, 728, 734, 737, 792, 822, 823, 845, 893, 909, 1081, 1177, 1267, 1276, 1287, 1340, 1341, 1342, 1369, 1673, 1675, 1690, 1729, 1880], "excess": [1224, 1319], "exchang": [139, 383, 1330], "exclud": [9, 18, 31, 37, 55, 56, 57, 58, 59, 60, 77, 83, 84, 132, 142, 171, 220, 262, 270, 273, 274, 281, 283, 285, 290, 303, 368, 370, 376, 379, 394, 430, 432, 447, 473, 475, 532, 536, 537, 631, 660, 758, 853, 854, 855, 856, 857, 859, 882, 948, 955, 958, 1022, 1023, 1104, 1105, 1121, 1124, 1125, 1127, 1220, 1221, 1258, 1319, 1323, 1324, 1329, 1339, 1343, 1347, 1433, 1527, 1673, 1833, 1846, 1897, 1911, 1950, 1953, 1970, 1971, 1979, 1984, 1986], "exclude_deprec": 536, "exclude_dir1": 110, "exclude_dir2": 110, "exclude_fixtur": [31, 37], "exclude_fixture_cleanup": [31, 37], "exclude_fixture_setup": [31, 37], "exclude_from_al": [6, 7, 9, 77, 110, 229, 262, 273, 282, 368, 370, 382, 447, 729, 1229, 1318, 1323, 1324, 1328, 1338, 1345], "exclude_from_default_build": [282, 1024], "exclude_from_default_build_": 282, "exclude_from_fil": [37, 1339], "exclude_from_main": [368, 674, 1318], "exclude_label": [31, 37], "exclude_pattern": 394, "exclude_symbol": 394, "exclude_system": 537, "excludedfrombuild": 866, "exclus": [52, 77, 116, 142, 249, 290, 391, 758, 853, 854, 855, 856, 1024, 1105, 1333, 1343], "exe1": 266, "exe2": 266, "exec": 138, "exec_program": [267, 280, 713, 1338], "execut": [2, 3, 7, 8, 10, 11, 18, 26, 37, 51, 52, 53, 55, 58, 60, 63, 71, 77, 86, 90, 93, 99, 106, 116, 117, 120, 121, 124, 126, 130, 132, 133, 136, 137, 138, 139, 142, 145, 147, 152, 167, 185, 188, 192, 194, 195, 197, 199, 201, 203, 204, 208, 210, 213, 217, 230, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 262, 263, 264, 265, 269, 271, 273, 274, 276, 277, 280, 281, 283, 285, 287, 289, 290, 293, 301, 303, 304, 308, 310, 313, 330, 331, 332, 333, 334, 335, 337, 338, 340, 341, 350, 351, 352, 353, 354, 355, 356, 358, 359, 365, 367, 368, 372, 375, 381, 382, 383, 389, 394, 396, 397, 402, 412, 414, 415, 418, 419, 421, 424, 429, 430, 437, 438, 446, 447, 457, 464, 465, 469, 472, 473, 474, 475, 476, 480, 492, 493, 494, 495, 496, 499, 503, 505, 507, 532, 534, 535, 537, 538, 550, 555, 557, 559, 562, 566, 580, 584, 594, 616, 623, 625, 635, 643, 648, 658, 669, 671, 673, 674, 675, 707, 718, 728, 767, 833, 834, 843, 844, 850, 857, 889, 892, 894, 895, 896, 898, 900, 904, 907, 908, 910, 913, 914, 916, 925, 948, 951, 953, 955, 956, 957, 958, 959, 960, 964, 985, 986, 993, 1021, 1041, 1043, 1057, 1064, 1070, 1076, 1090, 1104, 1105, 1136, 1140, 1141, 1142, 1143, 1152, 1154, 1155, 1156, 1157, 1160, 1161, 1180, 1184, 1185, 1186, 1187, 1188, 1208, 1209, 1211, 1212, 1219, 1222, 1229, 1230, 1258, 1276, 1277, 1287, 1301, 1304, 1317, 1318, 1319, 1320, 1323, 1324, 1325, 1326, 1328, 1330, 1331, 1333, 1334, 1335, 1339, 1341, 1342, 1343, 1344, 1345, 1346, 1348, 1370, 1424, 1429, 1437, 1446, 1447, 1449, 1452, 1464, 1465, 1466, 1467, 1485, 1501, 1502, 1503, 1506, 1507, 1508, 1510, 1511, 1580, 1594, 1668, 1679, 1683, 1688, 1703, 1704, 1725, 1727, 1732, 1734, 1738, 1747, 1755, 1779, 1780, 1818, 1820, 1822, 1845, 1855, 1863, 1898, 2007, 2038, 2071], "executable_fil": 55, "executable_nam": 124, "executable_output_path": 286, "executable_path": [55, 293, 365, 537, 602, 1163], "executable_var": 293, "executabletarget": 1197, "execute_process": [18, 51, 90, 142, 267, 280, 287, 538, 713, 736, 1318, 1319, 1321, 1324, 1327, 1328, 1338, 1340, 1342, 1347, 1509, 1951], "exempt": 843, "exepath": [293, 537], "exercis": [108, 248, 260, 261], "exes_var": 293, "exhaust": 290, "exist": [2, 6, 7, 8, 17, 18, 20, 21, 23, 24, 35, 36, 37, 40, 53, 55, 66, 67, 68, 72, 75, 77, 78, 83, 86, 87, 92, 93, 100, 102, 103, 116, 117, 118, 119, 120, 121, 122, 124, 126, 133, 134, 143, 158, 159, 160, 167, 180, 183, 185, 197, 218, 248, 254, 256, 262, 263, 265, 266, 268, 269, 270, 271, 273, 274, 276, 277, 279, 280, 281, 283, 285, 287, 290, 293, 298, 301, 304, 325, 336, 339, 348, 357, 360, 361, 362, 363, 365, 367, 368, 369, 370, 382, 383, 394, 420, 440, 441, 442, 446, 447, 462, 469, 480, 502, 537, 539, 554, 555, 564, 585, 587, 600, 603, 605, 606, 607, 608, 612, 618, 620, 637, 640, 644, 649, 662, 667, 680, 685, 686, 689, 702, 705, 706, 708, 714, 730, 740, 757, 763, 764, 783, 820, 822, 843, 850, 851, 892, 903, 1081, 1082, 1148, 1150, 1206, 1317, 1318, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1331, 1332, 1333, 1334, 1339, 1341, 1344, 1347, 1348, 1355, 1421, 1429, 1472, 1514, 1546, 1625, 1723], "exit": [10, 18, 90, 121, 265, 269, 276, 289, 290, 359, 447, 537, 893, 900, 907, 912, 1124, 1325, 1339, 1585], "exitcod": 269, "exp": [253, 255], "expand": [2, 3, 9, 10, 17, 21, 24, 71, 96, 98, 120, 132, 134, 136, 143, 248, 264, 266, 271, 274, 280, 281, 287, 289, 298, 313, 367, 382, 472, 536, 559, 579, 609, 1320, 1325, 1329, 1334, 1337, 1341, 1343, 1347, 1348, 1690, 1729, 1783], "expand_as_defin": 394, "expand_tild": [55, 1331], "expandedlib": 298, "expans": [274, 277, 609, 613, 614, 1317, 1318, 1337, 1690, 1729], "expat": [395, 532], "expat_found": 395, "expat_include_dir": 395, "expat_librari": 395, "expat_use_static_lib": [395, 1338], "expect": [2, 3, 7, 18, 20, 21, 44, 55, 58, 63, 77, 81, 86, 90, 100, 106, 112, 115, 142, 143, 248, 254, 257, 263, 266, 274, 279, 285, 287, 290, 292, 301, 325, 357, 367, 368, 370, 394, 407, 440, 441, 442, 447, 450, 473, 474, 475, 539, 555, 577, 597, 618, 623, 626, 627, 632, 635, 636, 637, 638, 642, 646, 648, 652, 654, 656, 657, 658, 659, 661, 669, 671, 672, 673, 674, 677, 679, 682, 684, 687, 697, 698, 703, 707, 711, 716, 719, 722, 725, 726, 730, 732, 735, 736, 740, 798, 844, 893, 900, 904, 907, 916, 948, 951, 956, 959, 1150, 1206, 1319, 1322, 1326, 1329, 1333, 1336, 1337, 1338, 1345, 1358, 1599, 1634, 1638, 1690, 1707, 1729, 1738, 1910, 1967], "expected_hash": 55, "expected_md5": 55, "expend": 290, "expens": [290, 618], "experi": [247, 1324, 1725], "experienc": 370, "experiment": [35, 53, 77, 159, 223, 229, 252, 270, 290, 455, 480, 1004, 1025, 1027, 1273, 1323, 1324, 1333, 1340, 1345, 1346, 1348, 1472, 1475, 1514, 1516], "expert": 427, "explain": [19, 58, 77, 86, 136, 137, 247, 264, 1320, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1340, 1348], "explan": [58, 1343, 1345], "explicit": [2, 3, 11, 36, 55, 71, 108, 118, 120, 144, 153, 154, 155, 157, 158, 159, 160, 180, 183, 260, 269, 274, 277, 280, 285, 290, 310, 347, 370, 446, 559, 571, 614, 618, 632, 638, 650, 675, 679, 724, 792, 809, 848, 895, 909, 1143, 1223, 1227, 1277, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1338, 1343, 1348, 1354, 1531, 1537, 1543, 1544, 1545, 1546, 1548, 1549, 1585, 1690, 1729, 1904, 1905, 1906], "explicitfiletyp": [883, 1285], "explicitli": [18, 27, 53, 55, 60, 73, 77, 78, 81, 90, 107, 114, 116, 118, 133, 135, 142, 143, 175, 223, 236, 237, 238, 239, 248, 249, 250, 257, 260, 266, 271, 273, 277, 279, 280, 281, 285, 290, 310, 313, 347, 368, 369, 370, 379, 394, 426, 429, 447, 454, 503, 559, 560, 573, 583, 616, 618, 625, 644, 657, 670, 675, 678, 679, 683, 695, 709, 715, 721, 722, 758, 781, 842, 843, 883, 885, 888, 916, 917, 925, 1004, 1039, 1104, 1148, 1157, 1166, 1167, 1223, 1227, 1270, 1275, 1285, 1288, 1318, 1320, 1321, 1322, 1323, 1326, 1327, 1328, 1329, 1331, 1333, 1334, 1337, 1340, 1341, 1347, 1348, 1435, 1562, 1585, 1589, 1599, 1668, 1672, 1679, 1702, 1738, 1755, 1756, 1757, 1770, 1773, 1774, 1783, 1823, 1841, 1845, 1846, 1849, 1872, 1891, 1907, 1912, 1915, 1924], "expliclti": 1912, "exploit": 895, "explor": 1344, "explos": 299, "export": [6, 7, 54, 73, 77, 118, 119, 145, 147, 192, 195, 199, 213, 217, 260, 261, 264, 266, 267, 270, 273, 279, 280, 283, 304, 369, 391, 472, 536, 582, 584, 593, 612, 622, 623, 625, 644, 650, 663, 737, 916, 1004, 1021, 1027, 1028, 1029, 1030, 1043, 1064, 1080, 1097, 1098, 1103, 1108, 1122, 1143, 1147, 1229, 1277, 1317, 1318, 1320, 1321, 1322, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1335, 1336, 1339, 1340, 1342, 1343, 1346, 1348, 1503, 1506, 1517, 1518, 1531], "export_android_mk": [77, 1346], "export_build_databas": [282, 1342, 1514], "export_compile_command": [282, 1330, 1515], "export_file_nam": 536, "export_find_package_nam": [77, 282, 1516], "export_jar": [551, 1346], "export_library_depend": [267, 280, 593, 633, 1317], "export_link_interface_librari": [53, 77], "export_macro": [472, 1348], "export_macro_nam": 536, "export_nam": [77, 282], "export_no_system": [266, 282, 1080, 1170, 1213, 1335], "export_package_depend": [53, 77], "export_properti": [282, 1321], "exporting_mymath": 260, "exportnam": 273, "exporttarget": 273, "expos": [100, 122, 268, 278, 287, 426, 446, 455, 535, 592, 680, 1319, 1321, 1324, 1325, 1327, 1332], "expr": [55, 89, 108, 274, 538, 1347], "express": [0, 1, 2, 3, 6, 7, 8, 10, 17, 37, 55, 58, 73, 76, 77, 78, 79, 81, 83, 89, 90, 102, 105, 107, 111, 112, 113, 114, 115, 116, 117, 118, 119, 139, 142, 167, 230, 248, 254, 261, 262, 264, 265, 268, 271, 273, 277, 279, 280, 281, 287, 290, 298, 303, 310, 327, 331, 334, 340, 351, 354, 358, 362, 367, 368, 382, 473, 474, 475, 537, 538, 539, 572, 580, 582, 586, 587, 597, 601, 603, 604, 611, 618, 636, 645, 647, 659, 672, 687, 691, 714, 726, 728, 737, 747, 748, 754, 755, 756, 761, 762, 766, 767, 792, 825, 835, 837, 838, 845, 852, 866, 870, 893, 894, 895, 896, 900, 907, 915, 927, 929, 930, 937, 938, 960, 963, 974, 975, 976, 978, 986, 994, 999, 1000, 1001, 1003, 1004, 1022, 1030, 1045, 1046, 1047, 1049, 1081, 1087, 1088, 1090, 1093, 1094, 1095, 1096, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1121, 1123, 1124, 1125, 1127, 1128, 1132, 1133, 1137, 1138, 1140, 1147, 1148, 1150, 1151, 1152, 1156, 1166, 1167, 1180, 1186, 1187, 1190, 1201, 1202, 1206, 1211, 1214, 1217, 1219, 1220, 1221, 1232, 1233, 1234, 1235, 1236, 1258, 1267, 1268, 1270, 1275, 1276, 1278, 1313, 1315, 1320, 1322, 1325, 1326, 1328, 1329, 1330, 1333, 1335, 1339, 1342, 1344, 1345, 1346, 1347, 1348, 1429, 1449, 1458, 1535, 1684, 1690, 1720, 1729, 1740, 1741, 1747, 1756, 1757, 1850, 1891, 1907, 1915, 1919, 1948, 1970, 1971, 1972, 1979, 1986, 1987, 1997], "exslt": 438, "ext": [17, 66, 133, 143, 367], "ext1": 21, "ext2": 21, "ext_suffix": [473, 475], "extend": [133, 136, 137, 142, 247, 248, 263, 266, 279, 313, 368, 376, 792, 944, 948, 1317, 1321, 1334], "extens": [2, 7, 22, 26, 55, 60, 66, 77, 78, 129, 133, 136, 137, 142, 143, 262, 266, 271, 273, 274, 277, 279, 280, 281, 293, 302, 310, 325, 327, 340, 341, 358, 359, 367, 368, 382, 383, 405, 438, 447, 454, 472, 473, 475, 480, 496, 506, 507, 551, 555, 660, 675, 688, 791, 792, 793, 794, 805, 844, 846, 848, 850, 868, 880, 881, 883, 885, 968, 989, 996, 998, 1006, 1008, 1009, 1021, 1051, 1052, 1126, 1129, 1171, 1172, 1174, 1175, 1206, 1237, 1252, 1256, 1272, 1281, 1318, 1321, 1323, 1325, 1326, 1330, 1331, 1332, 1335, 1336, 1337, 1340, 1346, 1347, 1520, 1564, 1634, 1638, 1655, 1671, 1693, 1698], "extensibilityaddin": 781, "extensibilityglob": 781, "extension_map": 394, "extension_suffix": [473, 475], "extensionkit": [1281, 1336], "extensionkit_extens": [1281, 1282, 1283, 1284], "extern": [18, 58, 74, 77, 167, 247, 248, 266, 273, 274, 279, 281, 285, 287, 288, 293, 294, 303, 367, 378, 422, 472, 538, 559, 674, 792, 1150, 1151, 1228, 1318, 1319, 1321, 1322, 1324, 1328, 1329, 1330, 1332, 1333, 1339, 1346, 1348, 1354, 1487, 1520, 1532, 1633, 1684, 1690, 1720, 1729, 1782, 2061, 2071], "external_lib": [1690, 1729], "external_object": 282, "external_search_id": 394, "externaldata": [278, 292, 738, 1317, 1318, 1329, 1330, 1340, 1342, 1347], "externaldata_": 367, "externaldata_add_target": [367, 1330], "externaldata_add_test": [367, 738, 1342], "externaldata_binary_root": 367, "externaldata_custom_error": 367, "externaldata_custom_fil": 367, "externaldata_custom_loc": 367, "externaldata_custom_script_": 367, "externaldata_expand_argu": 367, "externaldata_link_cont": 367, "externaldata_no_symlink": [367, 1340], "externaldata_object_stor": 367, "externaldata_series_match": 367, "externaldata_series_pars": 367, "externaldata_series_parse_numb": 367, "externaldata_series_parse_prefix": 367, "externaldata_series_parse_suffix": 367, "externaldata_source_root": 367, "externaldata_timeout_absolut": 367, "externaldata_timeout_inact": 367, "externaldata_url_algo_": [367, 1340], "externaldata_url_templ": 367, "externaldatacustomscript": 367, "externalproject": [167, 181, 182, 277, 278, 280, 281, 370, 674, 1317, 1318, 1320, 1323, 1325, 1326, 1327, 1328, 1329, 1330, 1332, 1333, 1334, 1336, 1337, 1338, 1340, 1341, 1343, 1344, 1345, 1346, 1347, 1758, 1759, 1856, 1857, 1858, 2061, 2071], "externalproject_add": [280, 368, 370, 657, 674, 695, 710, 1317, 1318, 1320, 1323, 1325, 1326, 1327, 1329, 1330, 1333, 1334, 1336, 1338, 1341, 1343], "externalproject_add_step": [368, 674, 1318, 1338], "externalproject_add_stepdepend": 368, "externalproject_add_steptarget": [368, 674], "externalproject_get_properti": 368, "extra": [18, 19, 23, 26, 37, 43, 63, 86, 100, 116, 132, 137, 138, 143, 175, 220, 221, 222, 224, 228, 230, 231, 247, 266, 281, 287, 290, 293, 294, 300, 310, 362, 368, 370, 382, 403, 415, 533, 536, 537, 538, 555, 579, 609, 1089, 1104, 1141, 1209, 1317, 1318, 1319, 1320, 1325, 1326, 1337, 1342, 1344, 1347, 1401, 1465, 1502, 1519, 1522, 1755, 1833, 1893], "extra_arg": [53, 77, 538, 738, 1342], "extra_includ": [26, 254], "extra_packag": 394, "extra_search_map": 394, "extract": [22, 55, 77, 104, 133, 263, 270, 283, 287, 313, 368, 394, 418, 447, 493, 495, 695, 716, 948, 950, 1208, 1230, 1318, 1324, 1325, 1326, 1330, 1334, 1342, 1345, 1348, 1404, 1893], "extrafil": 36, "extragener": 287, "extran": 171, "extrem": [266, 1224], "f": [55, 57, 59, 108, 130, 132, 230, 274, 281, 287, 290, 340, 359, 391, 533, 895, 1333, 1348, 1690, 1729], "f08_modul": 446, "f3": 55, "f4": 55, "f5": 55, "f77_header": 446, "f90": [340, 341], "f90_modul": 446, "f92c1db873a1937f3100706657c63e07": 279, "fa": [290, 895, 1348], "face": [281, 1330], "facil": [266, 271, 279, 287, 446, 1327], "facilit": [63, 86, 1334, 1532], "fact": [277, 382, 620], "factor": 383, "fail": [7, 10, 17, 19, 22, 37, 52, 55, 72, 90, 107, 121, 130, 132, 133, 141, 142, 187, 248, 260, 262, 271, 273, 280, 281, 287, 290, 293, 304, 325, 367, 368, 370, 379, 391, 446, 447, 462, 469, 489, 534, 538, 543, 551, 568, 640, 671, 680, 688, 705, 706, 708, 724, 725, 887, 889, 892, 893, 894, 895, 896, 900, 903, 907, 908, 913, 1124, 1169, 1317, 1321, 1323, 1324, 1325, 1326, 1327, 1328, 1330, 1331, 1340, 1341, 1343, 1346, 1531, 1537, 1801, 1832, 1887, 1975, 1978], "fail_messag": 462, "fail_regex": [331, 334, 340, 351, 354, 358], "fail_regular_express": [10, 282, 900, 907, 1325], "failed_to_run": 121, "failov": 290, "failur": [10, 36, 37, 55, 120, 121, 187, 262, 274, 281, 290, 330, 331, 332, 333, 334, 335, 337, 338, 340, 341, 350, 351, 352, 353, 354, 355, 358, 359, 367, 370, 447, 462, 568, 671, 858, 893, 900, 903, 907, 908, 913, 1156, 1157, 1224, 1317, 1322, 1325, 1327, 1331, 1337, 1340, 1342, 1348, 1354, 1537], "fairli": [148, 256, 257, 370, 1754], "fakeroot": 1343, "fall": [18, 55, 56, 57, 58, 59, 60, 135, 142, 167, 263, 265, 277, 281, 287, 370, 447, 566, 688, 709, 721, 1531, 1547, 1550, 1801], "fallback": [55, 58, 135, 280, 368, 1129, 1326, 1341, 1673, 1675], "fals": [18, 20, 21, 24, 53, 55, 56, 57, 58, 59, 60, 71, 108, 120, 121, 125, 132, 134, 141, 148, 189, 236, 248, 271, 273, 274, 277, 279, 281, 285, 287, 296, 303, 304, 310, 318, 327, 330, 331, 332, 333, 334, 335, 337, 338, 340, 341, 349, 350, 351, 352, 353, 354, 355, 356, 358, 359, 362, 368, 370, 373, 391, 393, 399, 404, 422, 427, 440, 441, 442, 444, 445, 447, 450, 452, 459, 461, 462, 467, 469, 471, 473, 474, 475, 479, 480, 481, 482, 484, 485, 486, 487, 488, 489, 490, 494, 536, 551, 555, 572, 614, 643, 664, 721, 722, 724, 805, 908, 919, 987, 1021, 1022, 1029, 1050, 1055, 1063, 1080, 1099, 1113, 1130, 1170, 1188, 1213, 1223, 1229, 1270, 1325, 1344, 1347, 1377, 1488, 1497, 1498, 1504, 1522, 1547, 1550, 1588, 1684, 1685, 1690, 1718, 1720, 1729, 1821, 1823, 1871, 1872, 1907, 1911, 1913, 1953, 2061, 2071], "false_str": 274, "famili": [271, 1323, 1341, 1514], "familiar": 264, "fanci": [132, 142], "faq": 17, "far": [69, 254, 274, 619, 754, 756, 757, 761, 767, 775, 777, 978, 1087, 1140, 1152, 1190, 1211], "fast": [20, 136, 262, 397, 398], "faster": [368, 613, 1214, 1223, 1318, 1324, 1325, 1850], "fastest": 136, "fastlink": 1344, "fat": 285, "fatal": [18, 52, 55, 58, 108, 271, 274, 280, 304, 343, 368, 370, 534, 543, 581, 629, 640, 683, 710, 724, 725, 729, 730, 731, 733, 1130, 1150, 1151, 1322, 1328, 1338, 1504, 1505, 1742, 1801, 1952], "fatal_error": [19, 90, 268, 271, 283, 287, 293, 462, 581, 588, 589, 590, 591, 592, 593, 594, 595, 596, 605, 641, 713], "fatal_on_missing_required_packag": 369, "fatbin": [382, 383, 990, 1318, 1337], "fault": [10, 893, 900, 907, 908, 913], "favor": [52, 107, 145, 557, 1317, 1325, 1326, 1330, 1335, 1346, 1347], "fc": [272, 290, 534, 895, 1348], "fc_": 534, "fc_global": 534, "fc_global_": 534, "fc_modul": 534, "fc_module_": 534, "fc_mymod_my_sub": 534, "fc_mysub": 534, "fcmangl": 534, "fcolor": 1435, "fd": [979, 980, 981, 982, 1184, 1185, 1186, 1187, 1318], "fdo": 22, "feat": 274, "featur": [2, 3, 18, 19, 23, 55, 66, 77, 112, 132, 136, 137, 138, 139, 142, 143, 220, 221, 229, 231, 247, 248, 249, 253, 254, 259, 262, 264, 266, 273, 280, 286, 290, 313, 369, 370, 383, 384, 387, 408, 415, 430, 446, 480, 555, 597, 657, 680, 683, 698, 703, 728, 729, 791, 794, 797, 800, 858, 904, 976, 989, 996, 997, 998, 1006, 1007, 1008, 1009, 1010, 1051, 1052, 1053, 1059, 1083, 1095, 1113, 1126, 1129, 1130, 1150, 1151, 1166, 1171, 1172, 1173, 1174, 1175, 1176, 1223, 1225, 1226, 1315, 1454, 1455, 1460, 1461, 1473, 1474, 1477, 1478, 1479, 1480, 1481, 1482, 1501, 1564, 1572, 1573, 1575, 1576, 1654, 1699, 1702, 1705, 1718, 1756, 1764, 1765, 1766, 1767, 1768, 1769, 1854, 1865, 1868, 1873, 1894, 1948, 1963], "feature1": [274, 1150, 1151], "feature2": [274, 1150, 1151], "feature_summari": [369, 1318, 1347, 1348], "featuresummari": [278, 797, 800, 1317, 1318, 1347, 1348], "featuresummary_": [369, 1348], "featuresummary_default_pkg_typ": [369, 1347], "featuresummary_pkg_typ": [369, 1347], "featuresummary_required_pkg_typ": [369, 1347], "fed": 18, "fedora": [142, 1345], "feel": 137, "fermi": 382, "fetch": [290, 368, 370, 1329, 1345, 1347, 2061, 2071], "fetch_head": 290, "fetchcont": [18, 58, 181, 182, 278, 280, 287, 728, 729, 740, 1320, 1323, 1327, 1332, 1334, 1335, 1337, 1338, 1341, 1354, 1758, 1759, 1856, 1857, 1858], "fetchcontent_base_dir": [370, 710], "fetchcontent_declar": [18, 58, 263, 280, 370, 657, 695, 710, 728, 729, 776, 1327, 1335, 1338], "fetchcontent_fully_disconnect": [280, 370, 730, 1341], "fetchcontent_getproperti": [370, 729], "fetchcontent_makeavail": [18, 58, 93, 263, 370, 729, 730, 1323, 1327, 1334, 1335, 1338, 1341, 1532, 1872, 2061, 2071], "fetchcontent_makeavailable_seri": [18, 370], "fetchcontent_popul": [280, 370, 728, 729, 730, 1341], "fetchcontent_quiet": [370, 728], "fetchcontent_setpopul": [18, 370], "fetchcontent_source_dir_": [18, 370], "fetchcontent_try_find_package_mod": [18, 263, 370, 1334], "fetchcontent_updates_disconnect": 370, "fetchcontent_updates_disconnected_": 370, "few": [18, 55, 58, 86, 93, 142, 248, 250, 255, 256, 259, 310, 313, 318, 368, 370, 379, 620, 1329, 1687, 1726, 1770], "fflag": [272, 1656, 1661], "fflush": 900, "fft": 382, "fi": 118, "fiction": 1951, "field": [7, 37, 100, 116, 132, 134, 142, 262, 269, 273, 281, 287, 290, 559, 709, 744, 838, 932, 1078, 1088, 1163, 1319, 1321, 1322, 1327, 1328, 1331, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1341, 1343, 1344, 1348, 1563, 1892, 1893, 1894, 1896, 1910], "figur": 368, "file": [0, 1, 3, 4, 5, 6, 7, 9, 10, 11, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 31, 32, 35, 36, 38, 39, 40, 43, 44, 51, 52, 53, 54, 56, 57, 59, 60, 61, 66, 67, 68, 69, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83, 87, 90, 92, 93, 94, 95, 98, 100, 102, 103, 107, 108, 110, 113, 116, 118, 124, 126, 128, 129, 130, 131, 132, 133, 134, 135, 136, 138, 139, 141, 142, 143, 145, 147, 149, 156, 167, 181, 182, 184, 192, 193, 194, 195, 196, 198, 199, 200, 201, 202, 203, 204, 205, 208, 209, 210, 211, 213, 214, 216, 217, 220, 221, 222, 223, 224, 229, 230, 231, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 246, 247, 250, 258, 259, 261, 262, 264, 265, 266, 267, 268, 269, 270, 271, 274, 275, 276, 280, 281, 283, 284, 285, 287, 289, 291, 292, 293, 294, 298, 299, 301, 302, 306, 308, 309, 310, 313, 318, 319, 325, 326, 327, 328, 329, 336, 340, 341, 344, 345, 346, 357, 358, 359, 361, 364, 365, 368, 369, 370, 375, 378, 379, 381, 382, 383, 384, 388, 389, 391, 393, 394, 396, 397, 398, 399, 403, 406, 407, 408, 409, 411, 415, 422, 423, 425, 426, 429, 430, 447, 452, 456, 458, 460, 461, 462, 463, 466, 468, 472, 477, 480, 482, 483, 484, 496, 498, 499, 505, 506, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 550, 551, 556, 559, 560, 562, 568, 569, 573, 574, 577, 586, 588, 593, 594, 609, 611, 616, 618, 620, 622, 626, 627, 630, 631, 635, 636, 644, 646, 647, 648, 653, 658, 660, 663, 669, 671, 672, 673, 674, 675, 676, 678, 679, 680, 688, 693, 697, 703, 707, 709, 712, 714, 715, 716, 717, 719, 722, 723, 727, 728, 745, 747, 748, 753, 754, 758, 759, 761, 762, 768, 775, 778, 779, 781, 782, 783, 784, 785, 787, 789, 790, 795, 798, 799, 809, 815, 816, 824, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 897, 903, 915, 917, 925, 933, 934, 937, 938, 939, 940, 942, 943, 944, 945, 946, 949, 950, 951, 952, 953, 954, 955, 956, 957, 959, 960, 961, 968, 974, 979, 980, 981, 982, 984, 985, 988, 990, 991, 992, 995, 999, 1000, 1001, 1002, 1003, 1005, 1013, 1014, 1016, 1021, 1028, 1033, 1034, 1037, 1038, 1039, 1040, 1041, 1042, 1045, 1046, 1047, 1048, 1049, 1054, 1061, 1064, 1066, 1068, 1070, 1076, 1078, 1081, 1082, 1087, 1091, 1092, 1097, 1098, 1101, 1103, 1108, 1114, 1115, 1116, 1121, 1122, 1124, 1125, 1127, 1132, 1133, 1134, 1135, 1136, 1138, 1139, 1143, 1144, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1166, 1177, 1180, 1181, 1184, 1185, 1186, 1187, 1190, 1194, 1196, 1197, 1201, 1202, 1203, 1204, 1206, 1208, 1214, 1215, 1217, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1233, 1234, 1235, 1236, 1238, 1246, 1249, 1257, 1261, 1268, 1269, 1270, 1277, 1278, 1281, 1286, 1287, 1315, 1317, 1318, 1319, 1320, 1321, 1322, 1324, 1325, 1326, 1327, 1329, 1332, 1334, 1335, 1338, 1340, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1354, 1356, 1362, 1392, 1393, 1397, 1404, 1406, 1409, 1416, 1426, 1427, 1428, 1429, 1430, 1432, 1433, 1434, 1442, 1443, 1448, 1449, 1450, 1462, 1465, 1468, 1469, 1470, 1476, 1485, 1487, 1497, 1500, 1505, 1512, 1513, 1514, 1515, 1519, 1520, 1531, 1532, 1535, 1537, 1556, 1558, 1561, 1562, 1563, 1564, 1565, 1566, 1568, 1589, 1593, 1598, 1599, 1600, 1602, 1606, 1618, 1629, 1633, 1644, 1647, 1658, 1661, 1668, 1671, 1672, 1673, 1675, 1687, 1690, 1693, 1698, 1701, 1703, 1704, 1707, 1711, 1712, 1716, 1717, 1718, 1726, 1729, 1738, 1747, 1752, 1753, 1754, 1756, 1758, 1759, 1760, 1770, 1774, 1775, 1779, 1780, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1804, 1805, 1806, 1808, 1813, 1814, 1821, 1828, 1829, 1830, 1831, 1833, 1834, 1835, 1836, 1837, 1841, 1846, 1850, 1854, 1856, 1857, 1858, 1859, 1862, 1863, 1866, 1867, 1868, 1869, 1880, 1883, 1889, 1893, 1896, 1904, 1905, 1906, 1907, 1912, 1914, 1918, 1919, 1921, 1922, 1948, 1949, 1951, 1952, 1957, 1967, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1997, 2015, 2054, 2061, 2071], "file1": [71, 79, 102, 124, 287, 325, 411, 430, 551, 631, 660], "file2": [71, 79, 124, 287, 325, 551, 631, 660], "file3": [79, 631, 660], "file_basenam": [83, 274], "file_el": 277, "file_path": 318, "file_pattern": 394, "file_permiss": [24, 55, 77, 1330], "file_set": [77, 119, 120, 266, 273, 714, 999, 1000, 1001, 1002, 1003, 1045, 1046, 1047, 1048, 1049, 1097, 1098, 1333], "file_version_filt": 394, "fileapi": 287, "filedir": [281, 1333], "filen": [325, 411, 430], "filenam": [17, 37, 53, 55, 60, 66, 72, 120, 121, 128, 135, 136, 137, 138, 139, 142, 255, 274, 276, 281, 290, 304, 313, 325, 369, 379, 389, 394, 480, 551, 558, 586, 816, 865, 877, 903, 1017, 1322, 1326, 1337, 1347, 1348, 1446, 1492, 1507, 1508, 1553, 1580, 1592, 1689, 1728, 1810, 1816, 1827], "filepath": [100, 148, 262, 265, 287, 325, 462, 685, 745], "files_dest": 292, "files_head": 551, "files_match": [55, 77], "fileset": [273, 1333, 1336, 1337], "filesetdirectori": 273, "filesetindex": [273, 1336], "filesetnam": 273, "filesettarget": 273, "filesettyp": 273, "filesordir": 394, "filesystem": [21, 77, 132, 133, 262, 368, 379, 480, 535, 1328, 1330, 1331, 1343, 1344, 1538], "filetest": 903, "filetre": 551, "fill": [121, 256, 270, 472, 554, 555, 1740, 1741], "filter": [22, 29, 55, 77, 83, 139, 274, 281, 290, 383, 393, 538, 898, 948, 950, 1104, 1105, 1149, 1246, 1323, 1324, 1332, 1337, 1341, 1345, 1404], "filter_pattern": 394, "filter_source_pattern": 394, "final": [1, 6, 7, 8, 16, 18, 71, 113, 117, 132, 248, 249, 250, 254, 255, 256, 259, 260, 271, 274, 277, 290, 293, 370, 447, 484, 543, 559, 586, 792, 978, 1021, 1060, 1104, 1105, 1152, 1153, 1211, 1690, 1725, 1729, 1731, 1956], "find": [7, 11, 18, 37, 44, 53, 55, 56, 57, 58, 59, 60, 77, 83, 90, 102, 108, 118, 130, 132, 133, 141, 142, 143, 247, 248, 250, 255, 260, 262, 270, 273, 274, 281, 283, 285, 290, 294, 299, 300, 301, 304, 308, 325, 365, 368, 369, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 395, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 411, 413, 415, 416, 419, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 452, 453, 455, 456, 457, 458, 459, 460, 461, 462, 463, 465, 466, 467, 468, 469, 470, 471, 473, 474, 475, 476, 477, 478, 479, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 496, 497, 498, 499, 501, 503, 504, 505, 506, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 533, 538, 556, 563, 620, 634, 662, 666, 669, 685, 705, 727, 795, 805, 948, 961, 963, 1064, 1317, 1318, 1319, 1321, 1322, 1323, 1324, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1338, 1339, 1340, 1343, 1344, 1345, 1346, 1348, 1409, 1416, 1490, 1501, 1521, 1522, 1523, 1525, 1526, 1528, 1531, 1532, 1537, 1538, 1546, 1589, 1702, 1738, 1801, 1841, 1967, 1997], "find_": [280, 285, 634, 662, 685, 694, 1317, 1321, 1326, 1330, 1333, 1348, 1521, 1523, 1774, 1825, 1835], "find_depend": [53, 77, 248, 279, 299, 304, 370, 1027, 1317, 1348], "find_fil": [161, 166, 178, 267, 271, 685, 694, 1325, 1327, 1331, 1333, 1334, 1335, 1338, 1340, 1345, 1522, 1539, 1543, 1544, 1545, 1546, 1548, 1549, 1554, 1589, 1590, 1597, 1602, 1785, 1840, 1841, 1842, 1843, 1846], "find_jar": 551, "find_librari": [7, 81, 115, 161, 173, 178, 248, 267, 271, 285, 458, 620, 685, 694, 733, 745, 802, 803, 804, 805, 1325, 1326, 1327, 1331, 1333, 1334, 1335, 1338, 1339, 1340, 1342, 1345, 1346, 1348, 1522, 1524, 1525, 1526, 1538, 1540, 1543, 1544, 1545, 1546, 1548, 1549, 1554, 1589, 1590, 1602, 1713, 1785, 1840, 1841, 1842, 1844, 1846], "find_library_use_lib32_path": [57, 58, 282, 1346, 1524], "find_library_use_lib64_path": [57, 58, 282, 1524], "find_library_use_libx32_path": [57, 58, 282, 1348, 1524], "find_library_use_openbsd_vers": 282, "find_packag": [18, 23, 53, 56, 57, 59, 60, 77, 98, 143, 150, 161, 178, 212, 248, 250, 266, 267, 271, 274, 278, 279, 280, 283, 285, 287, 299, 304, 369, 374, 375, 376, 379, 382, 383, 384, 385, 388, 389, 391, 394, 396, 397, 409, 410, 412, 415, 418, 420, 424, 429, 432, 433, 447, 454, 457, 458, 462, 463, 464, 466, 470, 472, 473, 474, 475, 476, 477, 480, 483, 492, 494, 495, 497, 502, 508, 532, 533, 538, 551, 556, 557, 571, 577, 634, 644, 694, 704, 705, 706, 708, 727, 795, 948, 1027, 1317, 1318, 1321, 1323, 1324, 1325, 1327, 1328, 1332, 1333, 1334, 1335, 1337, 1340, 1341, 1345, 1346, 1348, 1389, 1490, 1522, 1528, 1529, 1530, 1531, 1532, 1533, 1535, 1536, 1537, 1538, 1541, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1554, 1589, 1590, 1602, 1742, 1754, 1775, 1785, 1801, 1839, 1840, 1841, 1842, 1846, 2079], "find_package_arg": [18, 263, 370], "find_package_check_vers": [462, 1328], "find_package_handle_standard_arg": [271, 462, 1325, 1340], "find_package_messag": 463, "find_path": [161, 166, 178, 267, 271, 662, 685, 694, 1325, 1327, 1331, 1333, 1334, 1335, 1338, 1340, 1345, 1522, 1539, 1543, 1544, 1545, 1546, 1548, 1549, 1554, 1589, 1590, 1597, 1602, 1785, 1840, 1841, 1842, 1843, 1846], "find_program": [136, 150, 178, 179, 267, 271, 280, 310, 368, 383, 469, 669, 685, 694, 1325, 1327, 1328, 1331, 1333, 1334, 1335, 1343, 1389, 1522, 1542, 1543, 1544, 1545, 1546, 1548, 1549, 1589, 1590, 1602, 1785, 1786, 1839, 1841, 1842, 1846, 1848], "findalsa": [278, 1321], "findarmadillo": 278, "findaspel": 278, "findautmoc4": 462, "findavifil": 278, "findbacktrac": [278, 1317, 1341], "findbar": 1754, "findbison": [278, 280, 648, 1323, 1343, 1345, 1346], "findbla": [278, 432, 1320, 1327, 1331, 1332, 1341, 1345], "findboost": [278, 280, 653, 727, 1317, 1322, 1324, 1330, 1340, 1341, 1344], "findbullet": 278, "findbzip2": [278, 1346], "findcabl": 278, "findcoin3d": 278, "findcuda": [194, 278, 280, 706, 1318, 1329, 1337, 1340, 1345], "findcudatoolkit": [278, 382, 994, 1326, 1327, 1328, 1330, 1333, 1335, 1336, 1337, 1341, 1342, 1458], "findcup": [278, 1324], "findcurl": [278, 1321, 1322, 1323, 1326, 1338], "findcurs": [278, 1319], "findcv": 278, "findcxxtest": 278, "findcygwin": [278, 1331], "finddart": [278, 280, 705, 1337], "finddcmtk": 278, "finddevil": [278, 1331], "finddoxygen": [278, 1320, 1325, 1335, 1337, 1348], "findenvmodul": [278, 1324], "finder": [130, 133, 394, 1160], "findexpat": [278, 1319, 1338], "findflex": [278, 280, 658, 1326, 1344, 1345], "findfltk": 278, "findfltk2": 278, "findfontconfig": [278, 1323], "findfoo": 271, "findfreetyp": [278, 1319], "findgccxml": 278, "findgdal": [278, 1323, 1330], "findgdal_skip_gdal_config": [403, 1330], "findgettext": [278, 425], "findgif": [278, 1323], "findgit": [278, 1323, 1329], "findglew": [278, 1318, 1324], "findglut": [278, 1318, 1333, 1334], "findgnuplot": 278, "findgnutl": [278, 1325], "findgsl": [278, 1329], "findgtest": [18, 263, 278, 370, 1318, 1325, 1333, 1344, 1345, 1348], "findgtk": 278, "findgtk2": [278, 1344], "findhdf5": [278, 1343], "findhg": [278, 1318], "findhspel": 278, "findhtmlhelp": 278, "findic": [278, 1323, 1343], "findiconv": [278, 1320, 1330, 1331], "findicotool": 278, "findicu": [278, 1346], "findimagemagick": [278, 1336], "findintl": [278, 411, 1329, 1330, 1331], "finditk": [278, 1318], "findjasp": [278, 1332], "findjava": [278, 551, 1317, 1343], "findjni": [278, 429, 1317, 1334], "findjpeg": [278, 1321], "findkde3": 278, "findkde4": 278, "findkde4intern": 431, "findlapack": [278, 1320, 1327, 1331, 1332, 1341, 1345], "findlatex": [278, 1329], "findlibarch": [278, 1326], "findlibinput": [278, 1323], "findliblzma": [278, 1323], "findlibxml2": [278, 1321, 1326], "findlibxslt": [278, 1327], "findlttngust": [278, 1345], "findlua": [278, 1317], "findlua50": 278, "findlua51": 278, "findmathfunct": 248, "findmatlab": [278, 1321, 1322, 1323, 1332, 1334, 1340, 1346], "findmfc": 278, "findmodul": 454, "findmotif": 278, "findmpeg": 278, "findmpeg2": 278, "findmpi": [278, 1319, 1329, 1331, 1348], "findmsi": [278, 1331], "findodbc": [278, 1321], "findopen": [278, 1335], "findopenacc": [278, 1319], "findopencl": [278, 1318, 1346], "findopengl": [278, 280, 471, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 632, 1319, 1320, 1329, 1337, 1339, 1347], "findopenmp": [278, 1318, 1319, 1331, 1341, 1342, 1344, 1346], "findopenscenegraph": [278, 471, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531], "findopensp": [278, 1335], "findopenssl": [278, 1329, 1330, 1343, 1344], "findopenthread": [278, 458], "findosg": [278, 458, 459, 471, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530], "findosg_funct": 278, "findosganim": 278, "findosgdb": 278, "findosgfx": 278, "findosgga": 278, "findosgintrospect": 278, "findosgmanipul": 278, "findosgparticl": 278, "findosgpresent": 278, "findosgproduc": 278, "findosgqt": 278, "findosgshadow": 278, "findosgsim": 278, "findosgterrain": 278, "findosgtext": 278, "findosgutil": 278, "findosgview": 278, "findosgvolum": [278, 458], "findosgwidget": 278, "findpackagehandlestandardarg": [271, 278, 1325, 1327, 1328, 1340], "findpackagemessag": 278, "findpatch": [278, 1319], "findperl": 278, "findperllib": 278, "findphp4": 278, "findphysf": 278, "findpik": 278, "findpkgconfig": [263, 278, 279, 554, 1318, 1321, 1322, 1324, 1325, 1326, 1332, 1338, 1342, 1343, 1345, 1347], "findpng": [278, 1344], "findpostgresql": [278, 1323, 1324], "findproduc": 278, "findprotobuf": [278, 1319, 1343, 1345, 1348], "findpython": [278, 280, 474, 475, 476, 477, 654, 708, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1330, 1336, 1337, 1341], "findpython2": [278, 280, 473, 475, 476, 477, 654, 708, 1321, 1322, 1323, 1324, 1325, 1327, 1328, 1330, 1337, 1341], "findpython3": [278, 280, 473, 474, 476, 477, 654, 708, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1330, 1336, 1337, 1341], "findpythoninterp": [278, 280, 708, 1337], "findpythonlib": [278, 280, 708, 1337], "findqt": [278, 280, 644, 1323], "findqt3": [278, 478], "findqt4": [94, 95, 278, 283, 478, 1251, 1317, 1320], "findquicktim": 278, "findrti": 278, "findrubi": [278, 1317, 1327], "findsdl": [278, 489, 1328], "findsdl_gfx": 278, "findsdl_imag": 278, "findsdl_mix": 278, "findsdl_net": 278, "findsdl_sound": 278, "findsdl_ttf": 278, "findselfpack": 278, "findsomepackag": 263, "findsqlite3": [278, 1323], "findsquish": [278, 543], "findsubvers": [278, 1322], "findswig": [278, 555, 1327, 1328], "findtcl": [278, 498], "findtclsh": 278, "findtclstub": 278, "findthread": [278, 1343], "findtiff": [278, 1328, 1343, 1344], "findunixcommand": 278, "findvtk": [278, 1318], "findvulkan": [278, 1328, 1331, 1333, 1334, 1335, 1346], "findwget": 278, "findwish": 278, "findwxwidget": [278, 533, 1337, 1343], "findwxwindow": 278, "findx11": [278, 1323, 1329], "findxalanc": [278, 1344], "findxctest": [278, 1316, 1340], "findxercesc": [278, 1318, 1343, 1344], "findxmlrpc": 278, "findxxx": [271, 463], "findzlib": [278, 1318, 1334, 1343], "fine": [77, 90, 274, 290, 506, 538, 555, 728, 904, 905, 1319, 1347], "finer": [447, 853], "finish": [5, 18, 136, 137, 138, 269, 290, 368, 714, 889, 895, 1326, 1468, 1469, 1625], "finnish": 137, "firewal": 446, "firmwar": 370, "first": [2, 14, 16, 17, 18, 20, 21, 22, 35, 36, 40, 43, 52, 55, 56, 57, 58, 59, 60, 62, 63, 67, 71, 72, 77, 78, 83, 86, 90, 93, 99, 100, 102, 108, 110, 116, 119, 121, 122, 125, 126, 128, 132, 133, 134, 138, 143, 144, 145, 146, 147, 148, 149, 153, 154, 155, 158, 159, 160, 170, 172, 180, 183, 184, 191, 192, 193, 194, 195, 196, 199, 200, 201, 202, 203, 204, 205, 206, 208, 209, 210, 211, 213, 214, 217, 230, 248, 249, 250, 251, 253, 254, 255, 256, 257, 258, 262, 263, 264, 265, 266, 270, 271, 273, 274, 277, 279, 280, 281, 285, 287, 290, 298, 303, 304, 367, 368, 369, 370, 376, 379, 382, 383, 397, 415, 432, 450, 452, 462, 463, 469, 473, 474, 475, 476, 477, 483, 494, 498, 505, 537, 551, 559, 583, 611, 620, 623, 637, 639, 645, 651, 652, 657, 673, 677, 685, 692, 696, 701, 706, 709, 710, 716, 717, 725, 739, 783, 796, 842, 895, 904, 948, 950, 952, 986, 996, 1039, 1043, 1063, 1103, 1147, 1149, 1165, 1166, 1167, 1177, 1206, 1208, 1214, 1219, 1230, 1243, 1275, 1287, 1317, 1322, 1324, 1325, 1326, 1327, 1328, 1331, 1334, 1335, 1337, 1339, 1341, 1342, 1346, 1347, 1348, 1354, 1355, 1395, 1422, 1425, 1445, 1449, 1485, 1490, 1512, 1513, 1521, 1523, 1527, 1531, 1532, 1534, 1535, 1562, 1596, 1602, 1603, 1629, 1658, 1661, 1668, 1673, 1737, 1752, 1753, 1756, 1757, 1772, 1773, 1774, 1787, 1788, 1790, 1791, 1793, 1794, 1795, 1801, 1813, 1814, 1817, 1819, 1823, 1830, 1831, 1845, 1846, 1849, 1850, 1855, 1859, 1868, 1873, 1915, 1920, 1956, 2054, 2064, 2075], "first_cache_vari": 281, "first_prefix": 368, "fist": 739, "fit": [58, 257, 370], "five": [277, 285, 290, 370], "fix": [22, 23, 73, 132, 139, 142, 143, 256, 287, 293, 365, 563, 690, 841, 902, 1037, 1122, 1317, 1318, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1341, 1342, 1344, 1345, 1347, 1555, 1628, 1762, 1873], "fixm": 131, "fixtur": [37, 281, 290, 447, 538, 889, 890, 894, 895, 896, 903, 1346, 1348], "fixtures_cleanup": [282, 895, 1346], "fixtures_requir": [282, 290, 889, 890, 894, 896, 903, 905, 1346], "fixtures_setup": [282, 290, 890, 895, 1346], "fixup": [293, 365], "fixup_bundl": 293, "fixup_bundle_item": 293, "fixup_qt4_bundl": 365, "fixup_qt4_execut": 365, "fl": 61, "flac_librari": 489, "flag": [1, 4, 8, 14, 22, 27, 53, 55, 58, 77, 82, 97, 108, 110, 112, 113, 116, 117, 118, 120, 121, 132, 137, 143, 149, 184, 193, 196, 200, 202, 205, 206, 209, 211, 214, 247, 249, 257, 261, 262, 263, 266, 272, 273, 274, 280, 281, 285, 287, 290, 294, 295, 301, 302, 313, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 349, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 368, 370, 375, 376, 378, 382, 409, 415, 432, 446, 447, 451, 455, 466, 469, 472, 473, 475, 480, 484, 489, 500, 532, 533, 536, 542, 545, 551, 555, 556, 557, 559, 578, 616, 619, 620, 625, 626, 629, 643, 646, 651, 652, 664, 677, 679, 683, 688, 696, 698, 701, 717, 722, 735, 757, 791, 792, 793, 794, 836, 837, 838, 841, 848, 871, 872, 874, 876, 977, 978, 979, 980, 981, 982, 983, 987, 989, 994, 996, 998, 1006, 1008, 1009, 1021, 1037, 1050, 1051, 1052, 1066, 1081, 1131, 1141, 1142, 1149, 1155, 1166, 1167, 1171, 1172, 1174, 1175, 1182, 1183, 1184, 1185, 1186, 1187, 1209, 1210, 1211, 1231, 1257, 1270, 1275, 1287, 1318, 1321, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1334, 1335, 1336, 1337, 1339, 1340, 1343, 1344, 1345, 1346, 1347, 1348, 1435, 1458, 1499, 1510, 1511, 1557, 1558, 1564, 1585, 1619, 1656, 1657, 1675, 1681, 1687, 1688, 1690, 1692, 1706, 1707, 1714, 1716, 1725, 1726, 1727, 1729, 1750, 1751, 1756, 1757, 1761, 1772, 1773, 1774, 1811, 1812, 1828, 1829, 1835, 1836, 1837, 1863, 1907, 1915], "flame": [376, 1320], "flang": [1319, 1334, 1635], "flashstorag": 1014, "flat": [274, 850, 1197], "flatten": 277, "flavor": [135, 262, 496, 498], "flaw": 1341, "fld": 61, "flex": [280, 397, 658, 1326], "flex_": 397, "flex_execut": 397, "flex_found": 397, "flex_include_dir": 397, "flex_librari": 397, "flex_myscanner_output": 397, "flex_target": [397, 658, 1326, 1344, 1345], "flex_vers": 397, "flexibl": [10, 23, 248, 263, 367, 602, 1163, 1340, 1347], "flexibla": 376, "flexinput": 397, "flexoutput": 397, "flextarget": 397, "float": [17, 71, 89, 287, 382, 888, 923, 1873], "float16": 382, "flood": 563, "flow": [62, 86, 127], "fltk": [61, 398, 399], "fltk2": 399, "fltk2_base_librari": 399, "fltk2_fluid_execut": 399, "fltk2_found": 399, "fltk2_gl": 399, "fltk2_gl_librari": 399, "fltk2_imag": 399, "fltk2_images_librari": 399, "fltk2_include_dir": 399, "fltk2_librari": 399, "fltk2_wrap_ui": 399, "fltk_base_library_debug": 398, "fltk_base_library_releas": 398, "fltk_fluid_execut": 398, "fltk_forms_library_debug": 398, "fltk_forms_library_releas": 398, "fltk_found": 398, "fltk_gl_library_debug": 398, "fltk_gl_library_releas": 398, "fltk_images_library_debug": 398, "fltk_images_library_releas": 398, "fltk_include_dir": 398, "fltk_librari": 398, "fltk_skip_fluid": 398, "fltk_skip_form": 398, "fltk_skip_imag": 398, "fltk_skip_opengl": 398, "fltk_wrap_ui": [267, 398], "fluid": [398, 399], "fly": [313, 493], "fname": 368, "fno": [274, 1435], "fo": 876, "focal": 17, "focu": [262, 857], "focus": 270, "focuss": 266, "folder": [55, 57, 77, 116, 130, 133, 137, 143, 273, 282, 283, 383, 407, 446, 447, 703, 786, 788, 814, 824, 829, 850, 924, 1064, 1076, 1194, 1196, 1281, 1321, 1329, 1338, 1340, 1344, 1346, 1348, 1534, 1551], "follow": [2, 3, 5, 17, 18, 20, 21, 22, 35, 37, 38, 40, 43, 52, 53, 55, 56, 57, 58, 59, 60, 62, 67, 68, 70, 71, 77, 83, 90, 93, 99, 102, 103, 105, 108, 111, 113, 114, 115, 116, 117, 118, 119, 120, 126, 129, 130, 131, 132, 133, 134, 136, 137, 138, 141, 142, 143, 148, 167, 223, 229, 230, 232, 246, 247, 248, 249, 250, 251, 253, 254, 256, 257, 262, 263, 265, 266, 268, 269, 270, 271, 273, 274, 275, 276, 277, 279, 280, 281, 283, 285, 286, 287, 289, 290, 292, 293, 294, 297, 301, 302, 306, 310, 313, 318, 319, 325, 327, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 365, 367, 368, 369, 370, 371, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 391, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 409, 410, 411, 412, 415, 418, 419, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 446, 447, 450, 451, 452, 453, 454, 455, 456, 457, 458, 460, 461, 464, 465, 466, 468, 469, 470, 472, 473, 474, 475, 476, 477, 482, 483, 484, 486, 487, 488, 489, 490, 491, 492, 494, 495, 496, 497, 498, 499, 500, 503, 504, 505, 506, 507, 509, 510, 511, 532, 533, 534, 535, 536, 537, 538, 550, 551, 554, 555, 559, 569, 613, 614, 620, 628, 636, 659, 672, 674, 685, 686, 688, 694, 710, 720, 722, 726, 728, 729, 734, 735, 738, 758, 759, 762, 781, 782, 792, 831, 895, 903, 904, 912, 923, 936, 948, 987, 1015, 1034, 1054, 1080, 1081, 1103, 1104, 1137, 1147, 1148, 1149, 1150, 1156, 1157, 1161, 1162, 1177, 1197, 1206, 1213, 1223, 1227, 1228, 1281, 1286, 1287, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1353, 1453, 1465, 1521, 1522, 1523, 1534, 1535, 1543, 1544, 1545, 1546, 1548, 1549, 1562, 1579, 1589, 1590, 1602, 1684, 1690, 1702, 1715, 1720, 1725, 1729, 1742, 1743, 1745, 1756, 1757, 1787, 1788, 1791, 1795, 1841, 1842, 1845, 1846, 1873, 1907, 1915, 1967, 1973], "follow_symlink": [55, 273, 569], "follow_symlink_chain": [55, 1324], "followsymlink": 273, "font": 401, "fontconfig": [400, 1323], "fontconfig_": 1323, "fontconfig_compile_opt": 400, "fontconfig_found": 400, "fontconfig_include_dir": 400, "fontconfig_librari": 400, "fontconfig_vers": 400, "fontsiz": 303, "foo": [2, 3, 20, 24, 26, 55, 63, 78, 86, 111, 116, 139, 142, 212, 248, 262, 266, 268, 271, 273, 274, 279, 285, 287, 296, 303, 304, 306, 313, 343, 356, 358, 369, 374, 375, 379, 389, 397, 410, 430, 458, 469, 472, 480, 538, 551, 559, 570, 609, 629, 643, 687, 714, 838, 894, 895, 896, 970, 971, 972, 973, 1066, 1093, 1104, 1165, 1166, 1167, 1214, 1257, 1258, 1267, 1270, 1275, 1345, 1348, 1409, 1465, 1515, 1525, 1526, 1627, 1628, 1690, 1729, 1743, 1754, 1832, 1886, 2079], "foo1": [248, 1832], "foo2": 1832, "foo_": 304, "foo_compiler_cxx_variadic_templ": 559, "foo_compiler_detect": 559, "foo_config_dir": 304, "foo_data_dir": 304, "foo_debug": 1165, "foo_definit": 271, "foo_dir": 304, "foo_en": 24, "foo_extra": 1104, "foo_extra_th": 274, "foo_fin": 559, "foo_find_compon": 271, "foo_find_quietli": 271, "foo_find_requir": 271, "foo_find_required_": 271, "foo_find_vers": 271, "foo_found": [271, 304], "foo_glib": 469, "foo_gtk": 469, "foo_icons_dir": 304, "foo_impl": 559, "foo_include_dir": [248, 271, 279, 304], "foo_librari": [248, 271, 279, 462, 620], "foo_library_debug": 271, "foo_library_releas": 271, "foo_overrid": 559, "foo_plugin": 1104, "foo_plugin_help": 1104, "foo_releas": 1165, "foo_root": [212, 2079], "foo_static_plugin": 1104, "foo_str": 24, "foo_sysconfig_dir": 304, "foo_test": 389, "foo_vers": [271, 304], "foo_version_str": 271, "foobar": [17, 139, 368, 394, 703, 1832], "foobar1": 1832, "foobar2": 1832, "foobarn": 1832, "fooco": 368, "fooconfig": [279, 304], "fooconfigvers": 304, "fooextra": 1104, "foon": 1832, "fooonli": 895, "fooplugin": 1104, "footest": 538, "footestarg": 538, "footnot": 17, "foounittest": 538, "fopen": [336, 361], "forbidden": 274, "forc": [18, 58, 88, 100, 118, 122, 132, 142, 265, 274, 283, 287, 290, 296, 365, 368, 379, 454, 462, 472, 657, 686, 728, 912, 948, 955, 958, 1323, 1325, 1326, 1330, 1334, 1341, 1347, 1596, 1690, 1729, 1801], "force_load": [1690, 1729], "forced_instal": [318, 1347], "forcibli": [378, 470], "foreach": [12, 13, 17, 18, 25, 46, 86, 127, 248, 267, 277, 279, 280, 310, 684, 1326, 1331, 1745], "foreign": 132, "forget": [248, 257, 318, 484], "forgotten": 1967, "form": [2, 7, 10, 14, 16, 18, 19, 20, 21, 22, 23, 24, 55, 58, 62, 65, 71, 77, 78, 79, 84, 90, 93, 99, 100, 102, 116, 120, 122, 130, 135, 136, 139, 141, 143, 246, 257, 263, 266, 269, 271, 273, 274, 275, 277, 279, 281, 285, 287, 290, 310, 325, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 367, 368, 370, 379, 382, 394, 398, 422, 430, 458, 538, 559, 686, 728, 729, 734, 735, 737, 759, 781, 782, 865, 891, 892, 948, 958, 1054, 1081, 1103, 1104, 1147, 1150, 1208, 1230, 1240, 1279, 1280, 1300, 1321, 1324, 1335, 1341, 1345, 1346, 1347, 1348, 1355, 1379, 1465, 1515, 1562, 1563, 1564, 1673, 1892, 1893, 1894, 1896, 1934], "formal": [2, 58, 63, 86, 271, 657, 1333], "format": [2, 17, 21, 22, 37, 55, 58, 71, 89, 90, 108, 120, 129, 132, 133, 136, 137, 139, 142, 143, 247, 262, 263, 265, 269, 271, 273, 274, 276, 280, 287, 289, 290, 379, 382, 383, 396, 404, 415, 435, 447, 451, 455, 461, 473, 475, 538, 653, 701, 831, 841, 1015, 1033, 1037, 1043, 1166, 1317, 1319, 1320, 1322, 1323, 1324, 1325, 1326, 1327, 1333, 1334, 1335, 1340, 1342, 1345, 1346, 1514, 1515, 1562, 1564, 1570, 1640, 1645, 1670, 1682, 1756, 1802, 1845, 1873, 1883, 1908, 1967], "format_str": 108, "formatt": 1317, "formatversionmajor": 134, "formatversionminor": 134, "former": [263, 370, 1287, 1362], "formerli": 1845, "fortran": [43, 93, 199, 200, 236, 237, 238, 239, 247, 273, 274, 294, 301, 338, 339, 340, 341, 343, 347, 356, 358, 359, 376, 415, 432, 446, 451, 455, 492, 534, 555, 841, 842, 848, 1036, 1037, 1038, 1039, 1123, 1177, 1318, 1319, 1320, 1321, 1323, 1326, 1327, 1330, 1334, 1337, 1339, 1340, 1343, 1346, 1441, 1555, 1556, 1557, 1558, 1559, 1564, 1635, 1636, 1661, 1672, 1738, 1883, 1894], "fortran_building_instrinsic_modul": 282, "fortran_compiler_frontend_vari": 274, "fortran_compiler_id": [274, 1323, 1324], "fortran_compiler_vers": [274, 1323], "fortran_format": [282, 1555], "fortran_module_directori": [282, 1556, 1557, 1559], "fortran_preprocess": [282, 1327, 1560], "fortrancinterfac": 278, "fortrancinterface_": 534, "fortrancinterface_glob": 534, "fortrancinterface_global_": 534, "fortrancinterface_global__cas": 534, "fortrancinterface_global__prefix": 534, "fortrancinterface_global__suffix": 534, "fortrancinterface_global_cas": 534, "fortrancinterface_global_found": 534, "fortrancinterface_global_prefix": 534, "fortrancinterface_global_suffix": 534, "fortrancinterface_global_symbol": 534, "fortrancinterface_head": 534, "fortrancinterface_modul": 534, "fortrancinterface_module_": 534, "fortrancinterface_module__cas": 534, "fortrancinterface_module__middl": 534, "fortrancinterface_module__prefix": 534, "fortrancinterface_module__suffix": 534, "fortrancinterface_module_cas": 534, "fortrancinterface_module_found": 534, "fortrancinterface_module_middl": 534, "fortrancinterface_module_prefix": 534, "fortrancinterface_module_suffix": 534, "fortrancinterface_module_symbol": 534, "fortrancinterface_verifi": 534, "fortrancinterface_verified_c": 534, "fortrancinterface_verified_cxx": 534, "fortun": 1317, "forum": [265, 276, 287, 289, 290, 446], "forward": [18, 21, 55, 58, 66, 71, 77, 102, 107, 108, 116, 273, 274, 294, 299, 349, 370, 394, 447, 472, 480, 555, 644, 705, 792, 944, 946, 948, 1323, 1327, 1348, 1398, 1754], "fossa": 17, "fossil": 1618, "found": [2, 3, 7, 17, 18, 22, 31, 38, 40, 55, 56, 57, 58, 59, 60, 64, 65, 66, 68, 69, 70, 76, 77, 81, 83, 85, 90, 99, 100, 105, 108, 114, 115, 116, 132, 135, 136, 137, 138, 142, 143, 248, 255, 256, 259, 261, 262, 263, 265, 266, 271, 276, 277, 279, 281, 283, 285, 287, 289, 290, 293, 294, 299, 303, 304, 309, 310, 325, 327, 347, 348, 367, 369, 370, 371, 374, 375, 376, 377, 378, 379, 380, 382, 383, 384, 385, 386, 387, 388, 389, 392, 393, 394, 395, 396, 397, 398, 400, 401, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 418, 419, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 432, 433, 434, 435, 436, 437, 438, 439, 440, 442, 443, 446, 447, 450, 451, 452, 453, 454, 455, 456, 457, 458, 460, 461, 462, 463, 464, 465, 466, 468, 469, 470, 472, 473, 474, 475, 476, 477, 478, 479, 480, 482, 483, 484, 489, 491, 492, 494, 495, 496, 497, 499, 500, 503, 504, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 534, 537, 538, 542, 551, 554, 557, 563, 568, 577, 588, 615, 620, 644, 670, 675, 680, 716, 797, 800, 812, 813, 948, 950, 952, 958, 1068, 1100, 1103, 1136, 1143, 1144, 1163, 1165, 1251, 1277, 1317, 1318, 1321, 1326, 1327, 1328, 1329, 1333, 1334, 1336, 1337, 1339, 1341, 1345, 1347, 1348, 1355, 1358, 1490, 1532, 1534, 1535, 1537, 1584, 1589, 1789, 1790, 1792, 1793, 1794, 1801, 1802, 1817, 1841, 1859, 1967], "found_var": [271, 462, 1340], "foundat": [325, 443, 850, 1276, 1281, 1747], "four": [62, 262, 290, 304, 310, 446, 534, 904, 1326, 1336, 1589, 1841], "fourth": [304, 473, 475, 1864, 1873, 2067, 2078], "fp": 17, "fp16": 382, "fphsa_name_mismatch": 462, "fpic": 578, "fprintf": 900, "fqdn": 17, "fraction": 52, "fragment": [21, 116, 143, 273, 536, 1322, 1346, 1656, 1661, 1684, 1690, 1720, 1729, 1825], "fragmentcont": 143, "frame": [287, 1298, 1333, 1932], "framework": [7, 57, 58, 59, 77, 116, 119, 130, 136, 139, 161, 257, 273, 274, 282, 285, 293, 300, 318, 366, 370, 376, 389, 396, 410, 447, 452, 454, 473, 474, 475, 484, 489, 503, 507, 537, 733, 850, 937, 939, 968, 969, 985, 1019, 1020, 1021, 1034, 1035, 1064, 1076, 1080, 1162, 1170, 1194, 1196, 1197, 1208, 1213, 1230, 1244, 1247, 1279, 1280, 1281, 1282, 1283, 1284, 1287, 1318, 1322, 1324, 1327, 1328, 1330, 1333, 1334, 1336, 1337, 1338, 1340, 1341, 1342, 1346, 1347, 1495, 1496, 1523, 1552, 1553, 1554, 1674, 1690, 1729, 1840, 1904, 1905, 1906, 1918], "framework_multi_config_postfix_": [274, 282, 985, 1327, 1553, 1690, 1729], "framework_multi_config_postfix_debug": 1034, "framework_vers": [266, 282, 1033], "frameworkpath": 273, "free": [137, 279, 290, 313, 407, 473, 475, 582, 731, 841, 895, 1037, 1341, 1555], "freebsd": [129, 288, 317, 484, 541, 655, 1319, 1345, 1353, 1579, 1845], "freedesktop": 22, "freeli": [370, 1725], "freetyp": 401, "freetype_dir": 401, "freetype_found": 401, "freetype_include_dir": 401, "freetype_include_dir_freetype2": 401, "freetype_include_dir_ft2build": 401, "freetype_librari": 401, "freetype_version_str": 401, "freez": 421, "french": 137, "frequent": [263, 281, 370], "fresh": [262, 287, 368, 728, 1334, 1341], "freshli": 1334, "fri": 108, "fridai": [108, 290], "friend": 792, "friendli": [139, 281, 290, 313], "frobbl": 139, "from": [1, 2, 3, 6, 7, 8, 9, 13, 16, 17, 18, 20, 21, 22, 26, 27, 28, 29, 32, 33, 35, 36, 37, 38, 39, 40, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 77, 78, 83, 84, 86, 90, 92, 93, 96, 97, 98, 100, 107, 108, 110, 113, 116, 117, 118, 119, 120, 121, 122, 127, 129, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 220, 221, 222, 223, 224, 229, 230, 231, 232, 247, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 262, 264, 265, 266, 268, 269, 270, 271, 273, 274, 275, 276, 277, 279, 280, 281, 283, 285, 287, 289, 290, 292, 293, 296, 298, 299, 300, 302, 303, 304, 305, 310, 313, 318, 325, 326, 342, 349, 356, 362, 367, 368, 370, 376, 379, 382, 389, 391, 394, 396, 397, 409, 418, 419, 421, 422, 430, 432, 446, 447, 450, 451, 454, 455, 469, 472, 473, 474, 475, 476, 480, 483, 484, 492, 495, 496, 498, 501, 503, 530, 533, 535, 536, 538, 539, 551, 555, 558, 559, 564, 566, 568, 577, 578, 580, 582, 586, 607, 611, 618, 622, 625, 631, 636, 639, 642, 647, 649, 652, 656, 660, 670, 673, 674, 676, 677, 680, 686, 689, 692, 695, 698, 702, 705, 706, 708, 709, 710, 714, 719, 728, 730, 738, 758, 761, 766, 843, 850, 851, 853, 854, 855, 856, 857, 882, 891, 892, 894, 895, 896, 902, 904, 914, 916, 917, 919, 943, 944, 945, 946, 948, 949, 950, 952, 954, 955, 958, 964, 971, 972, 978, 1012, 1015, 1022, 1023, 1024, 1043, 1057, 1060, 1063, 1065, 1067, 1068, 1069, 1071, 1073, 1077, 1078, 1079, 1082, 1084, 1087, 1092, 1094, 1095, 1096, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1109, 1110, 1113, 1121, 1124, 1125, 1127, 1147, 1149, 1150, 1151, 1152, 1157, 1158, 1159, 1160, 1165, 1166, 1167, 1170, 1177, 1191, 1205, 1211, 1213, 1214, 1220, 1221, 1223, 1224, 1246, 1258, 1261, 1269, 1270, 1277, 1280, 1284, 1286, 1287, 1315, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1345, 1346, 1347, 1348, 1388, 1404, 1409, 1432, 1433, 1437, 1438, 1448, 1450, 1468, 1469, 1485, 1486, 1490, 1505, 1519, 1527, 1531, 1532, 1564, 1577, 1580, 1598, 1656, 1657, 1672, 1673, 1675, 1690, 1710, 1718, 1725, 1729, 1745, 1787, 1788, 1791, 1795, 1819, 1820, 1822, 1833, 1835, 1854, 1868, 1871, 1872, 1893, 1911, 1914, 1921, 1924, 1948, 1951, 1955, 1965, 1967, 1970, 1984, 2015, 2016, 2061, 2073], "from_ext": 327, "front": [402, 503, 620, 649, 1137, 1317, 1325, 1329, 1589, 1590, 1715, 1841, 1842], "frontend": [247, 287, 1336, 1339, 1634, 1638, 1706, 1707], "frozen": 280, "fsl": 223, "ftp": [384, 1323], "fuchsia": [1347, 1845], "fujitsu": [268, 376, 983, 1331, 1635], "fujitsu_ssl2": [376, 1331], "fujitsu_ssl2blamp": [376, 1331], "fujitsu_ssl2blampsv": 376, "fujitsu_ssl2sv": 376, "fujitsuclang": [983, 1331, 1635], "fulfil": [18, 263, 370, 1334], "full": [2, 3, 9, 10, 14, 17, 21, 40, 55, 56, 57, 66, 67, 71, 72, 77, 78, 81, 85, 87, 99, 102, 108, 115, 116, 126, 132, 133, 134, 136, 137, 138, 141, 248, 251, 252, 259, 262, 263, 265, 271, 273, 274, 276, 279, 280, 285, 287, 289, 290, 293, 296, 310, 325, 327, 367, 368, 376, 382, 389, 393, 394, 399, 404, 406, 411, 417, 423, 424, 426, 429, 432, 438, 447, 460, 462, 465, 466, 468, 469, 480, 483, 494, 496, 504, 531, 537, 538, 541, 551, 563, 568, 620, 664, 687, 729, 758, 849, 851, 987, 1050, 1064, 1066, 1076, 1121, 1138, 1153, 1154, 1161, 1162, 1166, 1169, 1243, 1317, 1319, 1321, 1328, 1330, 1332, 1335, 1339, 1340, 1341, 1348, 1418, 1437, 1447, 1452, 1463, 1465, 1466, 1468, 1469, 1471, 1502, 1589, 1629, 1637, 1673, 1690, 1725, 1729, 1731, 1732, 1738, 1756, 1770, 1775, 1806, 1824, 1841, 1967, 2068], "full_doc": [40, 67, 1333], "fullext": 21, "fulli": [17, 20, 81, 115, 116, 136, 271, 280, 304, 368, 370, 538, 584, 586, 674, 729, 775, 1081, 1137, 1317, 1319, 1321, 1330, 1333, 1341, 1715], "fullpath": 57, "fullstem": 21, "func": 1081, "function": [0, 7, 18, 19, 20, 21, 23, 26, 43, 47, 55, 56, 57, 58, 59, 60, 71, 75, 98, 99, 100, 108, 109, 120, 128, 132, 134, 136, 248, 249, 250, 253, 255, 256, 257, 263, 265, 266, 267, 269, 271, 277, 280, 281, 283, 287, 293, 294, 297, 304, 306, 313, 327, 329, 331, 332, 334, 335, 336, 339, 340, 342, 348, 351, 352, 354, 355, 357, 358, 359, 361, 365, 368, 370, 377, 382, 383, 387, 388, 393, 415, 422, 425, 426, 447, 454, 458, 462, 463, 472, 480, 494, 500, 536, 537, 538, 541, 551, 554, 559, 591, 592, 593, 674, 705, 754, 792, 793, 835, 843, 882, 894, 896, 948, 974, 1231, 1243, 1277, 1317, 1318, 1320, 1321, 1323, 1326, 1327, 1329, 1330, 1331, 1332, 1334, 1335, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1449, 1464, 1465, 1466, 1467, 1468, 1469, 1498, 1504, 1684, 1690, 1720, 1729, 1742, 1743, 1913], "fundament": 274, "further": [40, 55, 58, 71, 93, 98, 122, 143, 167, 262, 263, 274, 278, 285, 290, 310, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 368, 370, 379, 384, 447, 538, 614, 618, 792, 1081, 1092, 1322, 1333, 1337, 1565, 1684, 1686, 1690, 1720, 1729], "furthermor": [2, 10, 18, 24, 63, 86, 100, 116, 266, 277, 302, 368, 620, 674, 677, 723, 1022, 1064, 1076, 1323, 1448], "fuse": 1707, "futur": [2, 23, 43, 55, 58, 62, 71, 142, 143, 220, 221, 222, 223, 224, 229, 231, 269, 270, 273, 275, 280, 294, 296, 336, 367, 370, 424, 430, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 754, 796, 835, 892, 974, 1148, 1272, 1320, 1323, 1324, 1327, 1328, 1329, 1332, 1333, 1335, 1337, 1338, 1340, 1342, 1345, 1347, 1348, 1519], "fvisibl": [536, 1131, 1231], "fwname": [274, 1690, 1729], "fxcompil": [871, 872, 876, 1268, 1318], "g": [2, 3, 7, 17, 18, 21, 27, 55, 57, 71, 74, 81, 89, 90, 94, 95, 96, 98, 100, 108, 111, 115, 116, 118, 120, 132, 133, 135, 137, 139, 142, 143, 148, 162, 198, 223, 230, 236, 237, 238, 239, 247, 249, 252, 257, 258, 259, 263, 265, 266, 268, 270, 271, 273, 274, 275, 277, 279, 281, 285, 287, 289, 290, 293, 304, 306, 308, 310, 313, 362, 367, 368, 369, 375, 376, 379, 382, 383, 391, 397, 421, 429, 447, 454, 457, 462, 466, 476, 480, 483, 495, 532, 533, 535, 538, 539, 551, 554, 555, 597, 613, 620, 632, 637, 647, 650, 655, 656, 683, 707, 715, 731, 758, 783, 894, 895, 896, 915, 921, 922, 931, 937, 939, 944, 946, 948, 951, 955, 956, 958, 959, 987, 1018, 1022, 1032, 1035, 1050, 1064, 1066, 1076, 1081, 1154, 1158, 1159, 1178, 1183, 1208, 1220, 1221, 1230, 1232, 1266, 1270, 1277, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1329, 1330, 1335, 1339, 1340, 1343, 1345, 1346, 1347, 1348, 1354, 1356, 1390, 1401, 1409, 1422, 1437, 1445, 1497, 1498, 1519, 1526, 1535, 1561, 1562, 1563, 1564, 1583, 1589, 1620, 1661, 1702, 1725, 1732, 1738, 1743, 1760, 1773, 1782, 1783, 1794, 1823, 1838, 1841, 1845, 1847, 1872, 1907, 1911, 1924, 1951, 1953, 1954, 1956, 2080], "g0abc3": 273, "g95": 1635, "gabi": [936, 1388], "gain": [367, 580, 1224, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348], "galleri": 139, "galup": 484, "gate": [53, 77, 159, 270, 1004, 1025, 1027, 1472, 1475, 1514, 1516], "gather": [17, 77, 252, 293], "gave": 290, "gbuild": [1322, 1738], "gcc": [2, 8, 117, 118, 270, 273, 281, 285, 306, 402, 447, 535, 643, 1152, 1329, 1338, 1339, 1347, 1348, 1379, 1526, 1620, 1681, 1684, 1690, 1720, 1729], "gcc43": 379, "gcc_": 273, "gcc_like_cxx": 251, "gcc_ntoarmv7l": 285, "gccxml": 402, "gcda": 327, "gch": 118, "gcov": [327, 1329], "gcov_command": 327, "gcov_opt": 327, "gdal": [403, 481, 1330], "gdal_additional_library_vers": [403, 1330], "gdal_dir": 403, "gdal_found": 403, "gdal_include_dir": 403, "gdal_librari": 403, "gdal_root": 403, "gdal_vers": 403, "gdk": 409, "gdk_pixbuf": 409, "gdkmm": 409, "gen": [368, 472, 1949], "gen_source_fil": 389, "genbrk": 419, "genccod": 419, "gencfu": 419, "gencmn": 419, "gencnval": 419, "gendict": 419, "gene": 1845, "gener": [0, 1, 3, 5, 6, 7, 8, 10, 11, 14, 16, 18, 19, 22, 24, 26, 27, 35, 37, 52, 53, 54, 55, 56, 57, 58, 59, 60, 65, 67, 68, 69, 70, 73, 74, 76, 81, 82, 83, 99, 101, 102, 103, 104, 105, 107, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 128, 162, 175, 194, 203, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 252, 254, 257, 258, 259, 261, 263, 264, 265, 268, 271, 272, 273, 276, 277, 279, 280, 281, 282, 285, 286, 289, 293, 298, 302, 311, 312, 313, 314, 315, 316, 317, 318, 320, 321, 322, 323, 324, 325, 326, 327, 329, 330, 331, 332, 333, 334, 335, 336, 338, 339, 340, 341, 343, 350, 351, 352, 353, 354, 355, 367, 368, 369, 370, 375, 376, 378, 382, 389, 394, 396, 397, 399, 407, 419, 421, 429, 430, 434, 444, 445, 462, 472, 473, 474, 475, 479, 480, 484, 492, 495, 503, 534, 535, 536, 538, 541, 542, 555, 559, 562, 563, 565, 568, 573, 580, 582, 583, 584, 586, 587, 588, 594, 597, 601, 603, 604, 611, 616, 618, 620, 621, 622, 627, 630, 631, 636, 638, 639, 643, 645, 647, 648, 655, 658, 659, 663, 664, 671, 672, 673, 674, 676, 678, 680, 682, 691, 692, 693, 697, 702, 707, 709, 711, 714, 716, 717, 721, 722, 723, 724, 726, 728, 731, 732, 737, 744, 745, 747, 748, 752, 753, 754, 755, 756, 758, 761, 766, 767, 781, 782, 783, 784, 785, 787, 789, 790, 792, 798, 799, 806, 807, 808, 809, 817, 818, 819, 820, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 835, 836, 837, 838, 842, 845, 851, 852, 858, 865, 866, 867, 869, 870, 872, 897, 915, 927, 929, 930, 937, 938, 939, 941, 942, 944, 946, 948, 949, 950, 953, 954, 955, 958, 960, 963, 969, 971, 972, 974, 975, 976, 978, 979, 980, 981, 982, 986, 987, 993, 994, 999, 1000, 1001, 1003, 1004, 1011, 1013, 1014, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1026, 1028, 1029, 1030, 1031, 1032, 1034, 1038, 1039, 1040, 1042, 1045, 1046, 1047, 1049, 1050, 1059, 1061, 1069, 1071, 1073, 1075, 1078, 1080, 1087, 1088, 1090, 1092, 1093, 1094, 1095, 1096, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1112, 1114, 1115, 1116, 1119, 1121, 1123, 1124, 1125, 1127, 1128, 1132, 1133, 1136, 1137, 1138, 1139, 1140, 1144, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1156, 1158, 1159, 1166, 1167, 1169, 1177, 1180, 1182, 1184, 1185, 1186, 1187, 1190, 1194, 1196, 1197, 1201, 1202, 1205, 1206, 1211, 1214, 1217, 1219, 1220, 1221, 1223, 1224, 1225, 1226, 1232, 1233, 1234, 1235, 1236, 1239, 1240, 1242, 1243, 1247, 1248, 1249, 1250, 1251, 1254, 1255, 1258, 1259, 1261, 1266, 1267, 1268, 1270, 1272, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1286, 1287, 1289, 1290, 1291, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1325, 1329, 1332, 1335, 1344, 1356, 1398, 1401, 1408, 1422, 1429, 1432, 1433, 1434, 1435, 1436, 1442, 1443, 1445, 1448, 1449, 1450, 1451, 1456, 1458, 1483, 1484, 1485, 1486, 1487, 1488, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1505, 1514, 1515, 1519, 1553, 1561, 1562, 1563, 1564, 1566, 1568, 1571, 1593, 1596, 1600, 1611, 1612, 1618, 1619, 1642, 1668, 1673, 1684, 1685, 1690, 1691, 1695, 1707, 1718, 1720, 1729, 1738, 1743, 1747, 1755, 1756, 1757, 1760, 1761, 1779, 1780, 1808, 1821, 1833, 1845, 1850, 1860, 1862, 1863, 1867, 1879, 1883, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1914, 1915, 1919, 1920, 1921, 1922, 1923, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1952, 1953, 1955, 1967, 2037, 2039, 2057, 2086, 2087], "generate_apple_architecture_selection_fil": [304, 1339], "generate_apple_platform_selection_fil": [304, 1339, 1342], "generate_export_head": [279, 536, 1318, 1320], "generate_extens": 472, "generate_mock_cod": 472, "generate_native_head": [551, 1320, 1330], "generate_table_csv": 2, "generate_tagfil": 394, "generated_compile_definit": 555, "generated_compile_opt": 555, "generated_fil": [382, 551], "generated_include_directori": 555, "generated_resource_spec_fil": [282, 290, 1338], "generatedbind": 857, "generatedebuginform": 1348, "generateexporthead": [278, 279, 1012, 1317, 1318, 1320, 1346], "generator_file_nam": 282, "generator_is_multi_config": [282, 1348], "genericdescript": 310, "genex": [273, 274], "genex_ev": [274, 1321], "genex_strip": [83, 108, 611, 1318], "genexdebug": 274, "genfromt": 2, "gennam": [310, 313], "gennorm2": 419, "genrb": 419, "gensprep": 419, "genuin": 368, "geometri": [133, 383], "geospati": 403, "german": [133, 137, 1013], "get": [2, 14, 17, 21, 23, 37, 55, 64, 65, 66, 67, 68, 69, 70, 77, 83, 103, 108, 116, 132, 142, 230, 247, 248, 263, 264, 265, 266, 269, 270, 271, 273, 274, 276, 279, 285, 287, 289, 290, 293, 305, 326, 368, 369, 370, 382, 394, 397, 398, 415, 454, 462, 473, 474, 475, 476, 477, 480, 484, 535, 537, 539, 555, 577, 631, 638, 660, 681, 743, 761, 766, 950, 1021, 1076, 1087, 1094, 1095, 1096, 1100, 1102, 1104, 1106, 1108, 1109, 1110, 1122, 1156, 1164, 1228, 1229, 1316, 1319, 1321, 1323, 1325, 1327, 1329, 1331, 1338, 1346, 1505, 1599, 1801, 1871, 1914, 2037], "get_": 274, "get_bundle_all_execut": 293, "get_bundle_and_execut": 293, "get_bundle_kei": 293, "get_bundle_main_execut": 293, "get_cal": 18, "get_call_id": 18, "get_cmake_properti": [267, 313], "get_config_var": [473, 475], "get_directory_properti": [40, 67, 101, 267, 1328], "get_dotapp_dir": 293, "get_extens": 274, "get_filenam": 274, "get_filename_compon": [55, 267, 394, 1319, 1323, 1343], "get_item_kei": 293, "get_item_rpath": 293, "get_message_log_level": [18, 90, 1335], "get_parent_path": 274, "get_path": [473, 474, 475], "get_prerequisit": 537, "get_prerequisites_verbos": 537, "get_properti": [40, 64, 65, 68, 69, 70, 102, 104, 267, 555, 678, 723, 750, 760, 775, 1318, 1327, 1328, 1338], "get_python_lib": 474, "get_relative_part": 274, "get_root_directori": 274, "get_root_nam": 274, "get_root_path": 274, "get_runtime_depend": [55, 77, 537, 1325, 1331, 1337, 1342], "get_source_file_properti": [40, 67, 103, 267, 678, 723, 1327], "get_stem": 274, "get_target_properti": [40, 67, 104, 266, 267, 280, 605, 1317], "get_test_properti": [40, 67, 267, 1338], "getfirmwar": 370, "getprerequisit": [278, 293, 1325], "getpwent_r": 357, "gettext": [411, 425, 1329], "gettext_create_transl": 411, "gettext_found": 411, "gettext_msgfmt_execut": 411, "gettext_msgmerge_execut": 411, "gettext_process_po_fil": 411, "gettext_process_pot_fil": 411, "gettext_version_str": 411, "gfortran": 294, "gfx801": 1050, "gfx900": 1050, "gh": [120, 223, 368, 1635, 1845, 2039], "ghs_bsp_name": 223, "ghs_custom": 223, "ghs_gpj_macro": 223, "ghs_integrity_app": [223, 282, 1323], "ghs_no_source_group_fil": [223, 282, 1323, 1565], "ghs_os_dir": 223, "ghs_os_dir_opt": 223, "ghs_os_root": 223, "ghs_primary_target": 223, "ghs_target_platform": [223, 1322], "ghs_toolset_root": 223, "ghsmulti": 286, "gi_girdir": 469, "gid": 142, "gif": [37, 404], "gif_dir": 404, "gif_found": 404, "gif_include_dir": 404, "gif_lib": 404, "gif_librari": 404, "gif_vers": 404, "giflib": 404, "gil": [473, 475], "gil_dis": [473, 475], "gio": 409, "giomm": 409, "girdir": 469, "git": [18, 129, 139, 181, 182, 263, 280, 281, 290, 370, 394, 412, 657, 1323, 1326, 1327, 1329, 1335, 1337, 1344, 1345, 1347, 1618, 1858, 1872], "git_config": [368, 1347], "git_execut": 412, "git_found": 412, "git_progress": [368, 1347], "git_remote_nam": [368, 1344], "git_remote_update_strategi": [368, 1327], "git_repositori": [18, 263, 368, 370, 710, 1337], "git_shallow": [368, 1345], "git_submodul": [18, 280, 368, 657, 1317, 1325, 1343, 1345], "git_submodules_recurs": [368, 1326], "git_tag": [18, 263, 368, 370, 1337], "git_update_opt": 290, "git_version_str": 412, "gitcommand": [290, 1998], "github": [18, 139, 263, 368, 370, 1329], "gitignor": 281, "gitinitsubmodul": [290, 1999], "gitlab": [132, 142, 497], "gitupdatecustom": [290, 2000], "gitupdateopt": [290, 2001], "give": [55, 90, 134, 137, 198, 248, 249, 253, 254, 256, 257, 274, 279, 290, 306, 313, 326, 368, 370, 382, 394, 446, 447, 462, 480, 614, 637, 644, 901, 912, 1104, 1149, 1324, 1325, 1326, 1333, 1343, 1347, 1956], "given": [2, 3, 7, 8, 10, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 32, 34, 35, 36, 37, 38, 40, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 66, 67, 71, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 85, 86, 87, 88, 89, 90, 93, 100, 102, 106, 108, 111, 112, 113, 114, 115, 116, 117, 120, 121, 126, 129, 132, 134, 135, 137, 141, 142, 143, 144, 153, 154, 155, 157, 158, 159, 160, 167, 180, 181, 182, 183, 186, 189, 212, 218, 223, 247, 248, 249, 251, 257, 262, 263, 265, 266, 270, 271, 273, 274, 276, 277, 279, 281, 287, 289, 290, 291, 293, 296, 297, 298, 301, 302, 304, 306, 310, 313, 325, 326, 330, 332, 333, 335, 336, 337, 338, 340, 341, 343, 344, 345, 346, 349, 350, 352, 353, 355, 358, 359, 360, 361, 362, 368, 369, 370, 375, 382, 383, 388, 391, 394, 411, 415, 418, 422, 430, 431, 446, 447, 451, 455, 462, 469, 480, 492, 494, 495, 503, 534, 535, 537, 538, 542, 551, 554, 555, 559, 560, 565, 566, 568, 569, 579, 608, 614, 615, 619, 620, 624, 627, 629, 630, 637, 643, 652, 656, 676, 677, 695, 700, 729, 734, 735, 737, 738, 754, 756, 757, 759, 761, 767, 776, 809, 817, 818, 819, 841, 844, 865, 895, 904, 965, 983, 986, 987, 995, 1034, 1054, 1064, 1076, 1087, 1094, 1095, 1096, 1100, 1102, 1106, 1108, 1109, 1110, 1149, 1152, 1158, 1159, 1219, 1222, 1228, 1242, 1251, 1260, 1278, 1319, 1322, 1323, 1324, 1325, 1326, 1329, 1331, 1334, 1339, 1340, 1343, 1347, 1395, 1448, 1500, 1514, 1543, 1544, 1545, 1546, 1548, 1549, 1562, 1563, 1564, 1671, 1673, 1683, 1684, 1687, 1690, 1693, 1698, 1702, 1707, 1720, 1726, 1729, 1746, 1748, 1782, 1863, 1893, 1896, 1909, 1919, 1951, 1967, 2055, 2056, 2059, 2060, 2063, 2069, 2070, 2072, 2074, 2079], "gl": [123, 398, 406, 408, 454, 532, 556, 557, 632, 1339, 1347], "gl_mangl": 123, "glacier2": 421, "glacier2rout": 421, "glade": 409, "glademm": 409, "gle": 454, "gles2": [454, 1337], "gles3": [454, 1337], "glew": [405, 1324], "glew_": 405, "glew_found": 405, "glew_include_dir": 405, "glew_librari": 405, "glew_shared_librari": 405, "glew_static_librari": 405, "glew_use_static_lib": 405, "glew_verbos": 405, "glew_vers": 405, "glew_version_major": 405, "glew_version_micro": 405, "glew_version_minor": 405, "glib": [408, 409, 469], "glib2": 469, "glib2_vers": 469, "glibc": 1338, "glibmm": 409, "glob": [55, 58, 77, 78, 79, 265, 273, 279, 287, 327, 537, 1321, 1340, 1341, 1535], "glob_arg": 537, "glob_exp": 537, "glob_recurs": [55, 273, 280, 537, 569, 1321, 1340], "global": [2, 6, 7, 18, 40, 56, 57, 58, 59, 60, 64, 67, 68, 75, 102, 103, 116, 120, 143, 229, 248, 263, 266, 268, 277, 280, 285, 287, 329, 368, 370, 469, 480, 534, 538, 559, 562, 618, 678, 703, 723, 728, 747, 771, 772, 773, 781, 782, 784, 791, 792, 793, 794, 807, 808, 811, 815, 843, 904, 905, 915, 919, 944, 948, 955, 958, 1017, 1032, 1063, 1117, 1118, 1119, 1198, 1199, 1200, 1229, 1251, 1277, 1315, 1317, 1319, 1320, 1322, 1323, 1327, 1334, 1336, 1341, 1343, 1346, 1347, 1348, 1454, 1473, 1479, 1492, 1524, 1536, 1564, 1566, 1567, 1568, 1569, 1572, 1614, 1725, 1781, 1887, 1948], "global_depends_debug_mod": 282, "global_depends_no_cycl": 282, "global_fram": [287, 1334], "globalsect": [781, 782], "globbing_expr": [265, 287], "globsdepend": [273, 1341], "glsl": [503, 1328], "glslang": 503, "glslangvalid": [503, 1331], "glslc": [503, 1328], "glu": [454, 1339, 1347], "glue": [83, 108, 274, 551, 1321], "glut": 406, "glut_found": 406, "glut_glut_librari": 406, "glut_include_dir": [406, 1333], "glut_include_path": 1334, "glut_librari": [406, 1334], "glut_xi_librari": 406, "glut_xmu_librari": 406, "glvnd": [280, 454, 632, 1319, 1320], "glx": [454, 632], "gmake": [262, 368, 1738], "gmock": [410, 1333], "gmock_main": 410, "gmodul": 409, "gnu": [2, 3, 8, 112, 117, 132, 142, 226, 251, 266, 268, 273, 274, 280, 301, 368, 407, 411, 413, 425, 447, 451, 535, 559, 607, 689, 728, 936, 983, 989, 996, 998, 1006, 1043, 1051, 1052, 1137, 1152, 1154, 1171, 1172, 1183, 1317, 1318, 1319, 1324, 1329, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1343, 1346, 1348, 1388, 1435, 1439, 1440, 1441, 1570, 1585, 1602, 1621, 1622, 1634, 1635, 1638, 1639, 1681, 1684, 1690, 1707, 1715, 1718, 1720, 1729, 1732, 1845, 2043], "gnu11": [1008, 1009, 1174, 1175, 1318], "gnu90": [1009, 1175], "gnu99": [1009, 1175], "gnueabihf": 285, "gnugold": 1639, "gnuinstalldir": [77, 248, 278, 304, 1323, 1343, 1346, 1602], "gnuinstalldirs_get_absolute_install_dir": [535, 1346], "gnuplot": 414, "gnuplot_execut": 414, "gnuplot_found": 414, "gnuplot_version_str": 414, "gnustl_shar": [936, 1388], "gnustl_stat": [285, 936, 1388], "gnutar": [55, 132, 287, 1323], "gnutl": 413, "gnutls_definit": 413, "gnutls_found": 413, "gnutls_include_dir": 413, "gnutls_librari": 413, "gnutls_vers": 413, "gnutom": [282, 1570], "go": [18, 35, 51, 77, 98, 132, 137, 139, 250, 251, 256, 257, 290, 555, 846], "goal": [264, 584], "gobject": [409, 469], "goe": [142, 1317, 1322, 1963], "gold": [1137, 1639, 1715, 1718], "gone": 271, "good": [271, 274, 290, 304, 370, 382, 542, 728], "googl": [18, 263, 287, 370, 410, 472, 503, 538, 1845], "googletest": [18, 257, 263, 278, 370, 410, 738, 1319, 1327, 1332, 1342, 1348], "googletest_binary_dir": 18, "googletest_source_dir": 18, "googletestconfigvers": 370, "googletestextra": 370, "gopher": 384, "got": 18, "goto": 376, "gotobla": 376, "gp_append_uniqu": 537, "gp_file_typ": 537, "gp_item_default_embedded_path": 537, "gp_item_default_embedded_path_overrid": 537, "gp_resolve_item": 537, "gp_resolve_item_overrid": 537, "gp_resolved_file_typ": 537, "gp_resolved_file_type_overrid": 537, "gpj": 1323, "gplv2": 135, "gpu": [290, 347, 382, 383, 447, 904, 987, 1050, 1298, 1330, 1333, 1334, 1338, 1571, 1574, 1932], "gpudevic": 447, "gpudirect": 383, "gr": [280, 677, 1330], "grace": [911, 912], "gracefulli": 912, "grai": 313, "grain": [90, 290, 506, 538, 555, 904, 905, 1319], "grammar": 375, "granular": [77, 116, 141, 262, 268, 290, 680, 817, 818, 819, 820, 1803], "graph": [2, 116, 134, 266, 270, 290, 299, 303, 394, 457, 714, 807, 808, 941, 1036, 1145, 1319, 1338, 1342], "graphic": [138, 287, 310, 313, 382, 404, 454, 458, 503, 1502], "graphviz": [281, 287, 394, 1319, 1342], "graphviz_custom_target": 303, "graphviz_execut": 303, "graphviz_external_lib": 303, "graphviz_generate_depend": 303, "graphviz_generate_per_target": 303, "graphviz_graph_head": 303, "graphviz_graph_nam": 303, "graphviz_ignore_target": 303, "graphviz_interface_lib": 303, "graphviz_module_lib": 303, "graphviz_node_prefix": 303, "graphviz_object_lib": 303, "graphviz_shared_lib": 303, "graphviz_static_lib": 303, "graphviz_unknown_lib": 303, "great": 136, "greater": [63, 71, 83, 86, 108, 134, 137, 268, 271, 274, 293, 365, 538, 559, 911, 949, 1344, 1690, 1729, 1883], "greater_equ": [71, 108, 1346], "greatli": [56, 57, 59, 60, 189], "green": [120, 275, 368, 1041, 1042, 1137, 1322, 1323, 1324, 1334, 1340, 1563, 1564, 1635, 1738, 1845, 2039], "grep": 285, "group": [1, 8, 12, 21, 35, 55, 62, 71, 77, 83, 107, 113, 117, 127, 132, 134, 136, 137, 139, 141, 142, 262, 273, 274, 290, 318, 367, 427, 494, 687, 719, 785, 843, 863, 904, 948, 950, 955, 958, 978, 1042, 1060, 1152, 1211, 1223, 1227, 1321, 1323, 1325, 1327, 1334, 1341, 1344, 1345, 1347, 1348, 1598, 1635, 1684, 1690, 1720, 1729, 1741, 2010], "group_execut": [55, 77, 142], "group_read": [55, 77, 142, 1599], "group_writ": [55, 77, 142], "groupexperiment": 35, "groupnam": [139, 313, 318], "grpc": 472, "grpc_cpp_plugin": 472, "gsl": 407, "gsl_cblas_librari": 407, "gsl_cblas_library_debug": 407, "gsl_config_execut": 407, "gsl_found": 407, "gsl_include_dir": 407, "gsl_librari": 407, "gsl_library_debug": 407, "gsl_root_dir": 407, "gsl_version": 407, "gslblasd": 407, "gslcbla": 407, "gsld": 407, "gss": 384, "gtest": [18, 263, 370, 410, 538, 1325], "gtest_add_test": [410, 538, 738, 1318, 1342, 1345, 1348], "gtest_both_librari": [370, 410], "gtest_discover_test": [410, 538, 738, 1319, 1327, 1332, 1342], "gtest_filt": [538, 1332], "gtest_found": 410, "gtest_include_dir": 410, "gtest_librari": [370, 410], "gtest_list_test": 538, "gtest_main": [263, 370, 410], "gtest_main_librari": [370, 410], "gtest_msvc_search": 410, "gtest_output": 538, "gtest_root": 410, "gtestconfig": [370, 410], "gtestconfigvers": 370, "gthread": 409, "gtk": [408, 409, 469], "gtk2": [409, 469, 1344], "gtk2_additional_suffix": 409, "gtk2_debug": 409, "gtk2_definit": 409, "gtk2_found": 409, "gtk2_include_dir": 409, "gtk2_librari": [409, 1344], "gtk2_major_vers": 409, "gtk2_minor_vers": 409, "gtk2_patch_vers": 409, "gtk2_target": [409, 1344], "gtk2_use_imported_target": [409, 1344], "gtk2_version": 409, "gtk_found": 408, "gtk_gl_found": 408, "gtk_include_dir": 408, "gtk_librari": 408, "gtkglarea": 408, "gtkmm": 409, "guarante": [5, 55, 77, 79, 142, 247, 266, 268, 274, 281, 287, 290, 304, 429, 541, 709, 905, 1564, 1635, 1637, 1639, 1640, 1645, 1690, 1729, 1847], "guard": [55, 75, 90, 120, 121, 274, 659, 691, 726, 1220, 1221, 1302, 1306, 1319, 1320, 1935, 1939], "guess": [56, 57, 58, 59, 60, 279, 446, 1328, 1585], "gui": [88, 90, 100, 249, 251, 252, 253, 254, 255, 256, 257, 263, 264, 265, 273, 275, 281, 283, 287, 310, 480, 543, 741, 742, 744, 745, 1032, 1160, 1276, 1317, 1318, 1323, 1327, 1340, 1346, 1502, 1561], "guid": [18, 58, 74, 108, 143, 249, 256, 261, 271, 370, 415, 1328], "guidanc": [139, 1108], "guru": [496, 498], "gxcode": 285, "gz": [129, 132, 136, 327, 370], "gzip": [55, 132, 142, 287, 327, 501], "h": [24, 59, 61, 77, 78, 90, 92, 94, 95, 108, 118, 123, 248, 249, 250, 255, 256, 257, 260, 265, 266, 268, 271, 276, 279, 283, 287, 289, 290, 357, 359, 360, 361, 362, 373, 375, 383, 384, 388, 389, 391, 393, 395, 403, 404, 406, 417, 426, 427, 428, 430, 440, 441, 442, 444, 445, 446, 450, 452, 455, 456, 460, 461, 466, 467, 468, 472, 477, 479, 480, 484, 489, 491, 496, 503, 508, 511, 532, 533, 534, 536, 547, 559, 631, 714, 759, 853, 854, 856, 900, 907, 908, 913, 948, 949, 958, 1033, 1054, 1115, 1319, 1320, 1329, 1340, 1342, 1348], "h1": 551, "h5cc": 415, "h5diff": 415, "h5pcc": 415, "ha": [2, 3, 4, 7, 8, 10, 11, 17, 18, 20, 21, 22, 37, 40, 53, 55, 56, 57, 58, 59, 60, 66, 67, 71, 72, 74, 75, 77, 78, 79, 80, 83, 86, 88, 90, 98, 108, 110, 116, 117, 119, 124, 126, 127, 130, 132, 133, 134, 135, 136, 137, 139, 140, 142, 143, 148, 159, 168, 189, 223, 229, 230, 233, 234, 235, 240, 241, 242, 243, 244, 247, 248, 249, 250, 253, 255, 256, 257, 259, 260, 261, 262, 266, 269, 270, 271, 273, 274, 276, 277, 279, 280, 281, 283, 284, 285, 286, 287, 289, 290, 295, 296, 297, 302, 304, 308, 310, 311, 312, 313, 314, 315, 316, 317, 318, 320, 321, 322, 323, 324, 330, 333, 337, 338, 349, 350, 353, 360, 362, 368, 369, 370, 371, 372, 377, 382, 383, 384, 386, 387, 393, 394, 403, 405, 406, 411, 413, 414, 415, 416, 423, 428, 430, 434, 436, 438, 446, 447, 448, 453, 454, 456, 457, 462, 469, 470, 473, 474, 475, 480, 482, 483, 484, 494, 497, 499, 500, 503, 504, 511, 533, 538, 542, 550, 551, 555, 559, 560, 563, 565, 570, 582, 583, 584, 589, 590, 591, 592, 593, 594, 595, 596, 602, 603, 618, 620, 633, 637, 643, 644, 647, 651, 652, 661, 677, 678, 686, 694, 696, 701, 704, 705, 706, 709, 713, 717, 721, 725, 728, 730, 733, 737, 754, 758, 761, 766, 783, 809, 812, 813, 822, 831, 835, 837, 847, 859, 890, 894, 895, 896, 909, 911, 964, 967, 970, 974, 977, 993, 994, 996, 997, 1000, 1003, 1004, 1006, 1007, 1009, 1010, 1017, 1022, 1024, 1025, 1033, 1046, 1049, 1050, 1052, 1063, 1072, 1073, 1078, 1080, 1081, 1089, 1104, 1122, 1141, 1142, 1150, 1152, 1166, 1167, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1209, 1210, 1213, 1214, 1223, 1224, 1227, 1229, 1275, 1287, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1345, 1346, 1347, 1348, 1354, 1401, 1409, 1425, 1429, 1448, 1458, 1462, 1468, 1469, 1472, 1475, 1490, 1492, 1493, 1503, 1514, 1531, 1534, 1537, 1562, 1563, 1564, 1577, 1603, 1672, 1684, 1686, 1690, 1700, 1720, 1721, 1725, 1729, 1738, 1756, 1757, 1770, 1782, 1783, 1794, 1819, 1823, 1847, 1850, 1870, 1908, 1915, 1953, 1955, 1967, 2054], "had": [14, 75, 100, 102, 121, 132, 259, 271, 274, 287, 290, 299, 308, 370, 389, 618, 628, 655, 664, 676, 678, 684, 685, 686, 709, 850, 1177, 1323, 1340, 1345, 1348, 1634, 1638, 1870, 1873], "haiku": 1845, "halfwai": 368, "halt": [52, 58, 118, 167, 368, 370, 729, 730, 731, 733, 1148], "hand": [55, 56, 57, 59, 60, 71, 100, 107, 142, 248, 263, 266, 274, 599, 670, 1224, 1690, 1729, 1967], "handl": [18, 21, 53, 58, 71, 77, 90, 92, 98, 116, 132, 142, 186, 263, 266, 268, 273, 274, 279, 280, 281, 285, 304, 370, 382, 430, 447, 462, 473, 474, 475, 478, 480, 483, 538, 555, 561, 611, 643, 645, 670, 687, 695, 716, 733, 734, 815, 900, 907, 908, 913, 948, 955, 958, 1021, 1081, 1087, 1090, 1317, 1321, 1323, 1324, 1326, 1327, 1328, 1330, 1331, 1333, 1334, 1335, 1340, 1345, 1402, 1410, 1413, 1448, 1690, 1725, 1729, 1762, 1818, 1820, 1822, 1956], "handle_compon": [271, 462, 1327], "handle_version_rang": 462, "handler": [36, 157], "hang": [2, 447], "happen": [2, 71, 90, 270, 290, 382, 676, 709, 724, 725, 895, 1066, 1338], "happi": 263, "hard": [18, 21, 55, 56, 57, 58, 59, 60, 114, 116, 132, 248, 268, 279, 287, 290, 368, 551, 559, 620, 637, 730, 908, 923, 1100, 1103, 1130, 1143, 1144, 1161, 1162, 1322, 1323, 1326, 1329], "hardcod": [248, 304], "hardlink": 1328, "hardwar": 310, "harfbuzz": 409, "has_": [21, 274], "has_amd_3dnow": 17, "has_amd_3dnow_plu": 17, "has_cxx": 282, "has_extens": [21, 274], "has_filenam": [21, 274], "has_fpu": 17, "has_ia64": 17, "has_mmx": 17, "has_mmx_plu": 17, "has_parent_path": [21, 274], "has_relative_part": [21, 274], "has_root_directori": [21, 274], "has_root_nam": [21, 274], "has_root_path": [21, 274], "has_serial_numb": 17, "has_ss": 17, "has_sse2": 17, "has_sse_fp": 17, "has_sse_mmx": 17, "has_stem": [21, 274], "hash": [2, 36, 55, 137, 139, 279, 310, 368, 370, 1335, 1347, 1770, 1857], "hashvalu": 368, "hasinstallrul": 273, "hasn": [248, 304, 370, 721], "have": [2, 3, 6, 7, 11, 18, 20, 21, 22, 23, 26, 27, 28, 29, 35, 36, 37, 38, 39, 40, 53, 55, 58, 60, 63, 65, 66, 67, 68, 70, 77, 81, 83, 86, 89, 90, 93, 100, 102, 103, 104, 105, 108, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 121, 124, 129, 132, 133, 134, 135, 136, 137, 139, 141, 142, 143, 167, 189, 212, 230, 247, 248, 249, 250, 252, 253, 254, 255, 256, 259, 262, 263, 264, 266, 270, 271, 272, 273, 274, 275, 277, 278, 279, 280, 281, 283, 285, 286, 287, 289, 290, 302, 304, 308, 310, 313, 318, 325, 327, 367, 368, 369, 370, 379, 382, 383, 393, 394, 424, 430, 446, 447, 451, 455, 457, 462, 472, 473, 475, 477, 480, 484, 489, 494, 538, 551, 555, 559, 560, 562, 563, 564, 567, 568, 572, 574, 580, 585, 599, 614, 618, 628, 633, 634, 635, 636, 637, 642, 647, 648, 650, 651, 652, 655, 656, 657, 658, 659, 661, 669, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 683, 685, 687, 690, 691, 693, 696, 697, 698, 701, 702, 703, 704, 705, 706, 707, 708, 709, 711, 714, 715, 716, 717, 718, 719, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 736, 740, 754, 784, 809, 832, 835, 841, 844, 846, 894, 895, 896, 900, 902, 903, 904, 907, 908, 913, 941, 944, 946, 948, 950, 955, 958, 967, 970, 974, 997, 1004, 1006, 1007, 1009, 1010, 1018, 1021, 1030, 1033, 1035, 1039, 1048, 1081, 1090, 1104, 1107, 1122, 1161, 1162, 1169, 1177, 1184, 1185, 1186, 1187, 1208, 1217, 1223, 1227, 1230, 1242, 1255, 1267, 1278, 1281, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1325, 1326, 1327, 1328, 1329, 1330, 1333, 1334, 1336, 1337, 1338, 1340, 1341, 1342, 1346, 1347, 1348, 1356, 1424, 1448, 1490, 1535, 1543, 1544, 1545, 1548, 1549, 1564, 1584, 1585, 1600, 1620, 1634, 1638, 1681, 1684, 1690, 1695, 1696, 1702, 1715, 1720, 1725, 1729, 1743, 1754, 1760, 1762, 1770, 1794, 1818, 1820, 1864, 1865, 1868, 1872, 1894, 1919, 1949, 1951, 1953], "have_": 362, "have_5_or_lat": 274, "have_coarrai": [341, 359], "have_cxx_variadic_templ": 268, "have_exp": [253, 255], "have_fopen": 361, "have_isystem": 533, "have_log": [253, 255], "have_noreturn": [358, 359], "have_pur": 358, "have_seek_set": [336, 361], "have_some_featur": 274, "have_std_fopen": 336, "have_stddef_h": 362, "have_stdint_h": 362, "have_sys_types_h": 362, "have_timeval_tv_sec": 360, "haven": [370, 640], "hdf5": [415, 1343], "hdf5_": 415, "hdf5_c_compiler_execut": 415, "hdf5_c_compiler_executable_no_interrog": 415, "hdf5_c_definit": 415, "hdf5_c_hl_librari": 415, "hdf5_c_include_dir": 415, "hdf5_c_librari": 415, "hdf5_cpp": 415, "hdf5_cxx_compiler_execut": 415, "hdf5_cxx_compiler_executable_no_interrog": 415, "hdf5_cxx_definit": 415, "hdf5_cxx_hl_librari": 415, "hdf5_cxx_include_dir": 415, "hdf5_cxx_librari": 415, "hdf5_definit": 415, "hdf5_diff_execut": 415, "hdf5_find_debug": 415, "hdf5_fortran": 415, "hdf5_fortran_compiler_execut": 415, "hdf5_fortran_compiler_executable_no_interrog": 415, "hdf5_fortran_definit": 415, "hdf5_fortran_hl_librari": 415, "hdf5_fortran_include_dir": 415, "hdf5_fortran_librari": 415, "hdf5_found": 415, "hdf5_hl": 415, "hdf5_hl_cpp": 415, "hdf5_hl_fortran": 415, "hdf5_hl_librari": 415, "hdf5_include_dir": 415, "hdf5_is_parallel": 415, "hdf5_librari": 415, "hdf5_no_find_package_config_fil": 415, "hdf5_prefer_parallel": [415, 1343], "hdf5_use_static_librari": 415, "hdf5_version": 415, "hdiutil": 133, "hdr": 472, "he": 369, "head": [271, 274, 290, 368, 1334, 1985], "header": [7, 24, 26, 36, 55, 59, 75, 76, 77, 114, 116, 119, 123, 138, 248, 250, 256, 257, 261, 263, 266, 268, 270, 271, 273, 274, 279, 280, 283, 285, 290, 303, 304, 313, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 368, 370, 371, 375, 377, 378, 379, 382, 383, 384, 387, 389, 395, 397, 398, 400, 401, 403, 404, 407, 410, 415, 419, 421, 422, 425, 426, 429, 430, 435, 436, 437, 439, 446, 447, 450, 452, 455, 456, 458, 459, 461, 470, 471, 472, 473, 474, 475, 480, 481, 484, 485, 486, 487, 488, 490, 497, 503, 507, 508, 509, 510, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 534, 535, 536, 547, 548, 559, 660, 680, 711, 714, 754, 835, 844, 850, 851, 856, 857, 858, 877, 879, 950, 952, 954, 974, 1012, 1016, 1045, 1046, 1047, 1048, 1049, 1076, 1094, 1095, 1096, 1098, 1099, 1100, 1102, 1106, 1108, 1110, 1114, 1115, 1119, 1182, 1183, 1190, 1191, 1194, 1196, 1229, 1280, 1284, 1317, 1318, 1320, 1323, 1324, 1325, 1326, 1327, 1328, 1331, 1333, 1334, 1337, 1338, 1339, 1343, 1344, 1345, 1346, 1347, 1348, 1377, 1409, 1430, 1462, 1487, 1523, 1611, 1612, 1672, 1872], "header1": [118, 368, 430], "header2": [118, 368], "header_bas": 948, "header_dir": [119, 273, 282, 1046, 1333], "header_dirs_": [119, 273, 282, 1045, 1333], "header_extens": 948, "header_extent": 948, "header_file_onli": [6, 7, 119, 282, 382, 848, 1048], "header_set": [7, 119, 282, 720, 1046, 1049, 1098, 1333], "header_set_": [119, 282, 1047, 1048, 1333], "headern": 430, "headersdestnam": 95, "headersdestnamesourc": 95, "headlin": 369, "heap": [10, 893, 900, 907, 908, 913], "hebrew": [137, 416], "hedlei": 680, "height": 136, "hello": [18, 137, 277, 551], "helloworld": [472, 551], "help": [17, 23, 53, 54, 70, 77, 91, 99, 109, 136, 137, 138, 143, 167, 248, 255, 259, 261, 262, 263, 265, 271, 275, 276, 279, 289, 293, 304, 365, 369, 370, 382, 406, 407, 417, 447, 480, 484, 507, 538, 541, 560, 594, 597, 620, 621, 697, 724, 742, 745, 792, 858, 859, 964, 1223, 1317, 1318, 1323, 1325, 1330, 1340, 1346, 1348, 1533, 1537, 1773, 1774, 1857, 1956], "help_text": [91, 296], "helper": [248, 260, 274, 287, 300, 304, 389, 462, 1323], "helpstr": [273, 282], "henc": [167, 271, 447], "here": [18, 55, 77, 98, 116, 132, 137, 142, 143, 248, 250, 254, 256, 266, 271, 274, 278, 279, 310, 311, 312, 314, 315, 316, 317, 320, 321, 322, 323, 324, 368, 369, 383, 394, 409, 424, 430, 480, 551, 791, 792, 793, 794, 831, 1012, 1092, 1117, 1118, 1119, 1802], "heurist": [58, 263, 299, 421, 1148, 1270, 1907], "hewlett": [1635, 1845], "hex": [55, 108, 1327], "hexadecim": [55, 89, 108, 143, 269, 1322, 1327], "heymath": 1197, "hf": 133, "hg": [290, 370, 394, 418, 1318, 1618], "hg_execut": 418, "hg_found": 418, "hg_repositori": 368, "hg_tag": 368, "hg_version_str": 418, "hg_wc_info": [418, 1318], "hgcommand": [290, 2002], "hgupdateopt": [290, 2003], "hh": [280, 660, 1325, 1326], "hhc": 417, "hhc_locat": 394, "hhmm": 108, "hi": [17, 1348], "hidden": [100, 122, 133, 134, 271, 281, 285, 313, 318, 447, 536, 741, 843, 952, 1231], "hide": [249, 251, 252, 253, 254, 256, 257, 281, 296, 318, 370, 447, 1231], "hierarch": [370, 415, 1320, 1743], "hierarchi": [167, 220, 222, 232, 313, 368, 535, 824, 1032, 1343], "high": [18, 58, 262, 263, 266, 290, 370, 376, 415, 446, 601, 762, 817, 818, 819, 1110, 1224, 1318], "higher": [16, 19, 22, 40, 108, 116, 137, 148, 246, 250, 277, 285, 287, 310, 369, 370, 446, 492, 539, 578, 579, 656, 709, 715, 732, 839, 969, 1005, 1129, 1130, 1232, 1254, 1323, 1324, 1328, 1334, 1338, 1342, 1343, 1344, 1348, 1380, 1702, 1864, 1873], "highest": [43, 134, 273, 367, 453, 987, 1136, 1534, 1535, 1679], "highli": [247, 500, 512], "highlight": 167, "hill": [120, 275, 368, 1041, 1042, 1137, 1322, 1323, 1324, 1334, 1340, 1563, 1564, 1635, 1738, 1845, 2039], "him": [496, 498], "hint": [56, 57, 58, 59, 60, 132, 248, 249, 263, 271, 279, 300, 396, 419, 421, 450, 462, 469, 532, 745, 1241, 1242, 1338, 1347, 1348], "hip": [43, 93, 201, 202, 203, 274, 347, 356, 794, 848, 1050, 1051, 1052, 1123, 1331, 1333, 1338, 1342, 1572, 1574, 1636, 1668, 1669, 1670], "hip_architectur": [282, 1571], "hip_compiler_frontend_vari": 274, "hip_compiler_id": 274, "hip_compiler_vers": 274, "hip_extens": [282, 1052, 1126, 1573], "hip_standard": [282, 1051, 1053, 1129, 1335, 1575], "hip_standard_requir": [282, 1052, 1130, 1576], "hip_std_11": 794, "hip_std_14": 794, "hip_std_17": 794, "hip_std_20": 794, "hip_std_23": 794, "hip_std_26": 794, "hip_std_98": 794, "hipcc": 1331, "hipconfig": 1574, "hipcxx": 272, "hipflag": [272, 1656], "hiphostcxx": [272, 1668], "histor": [40, 55, 64, 132, 142, 277, 290, 310, 583, 625, 637, 1148, 1362, 1673, 1953], "histori": [71, 368], "hit": 1224, "hkcc": [17, 271], "hkcr": [17, 271], "hkcu": [17, 271, 279], "hkey_classes_root": [17, 271], "hkey_current_config": [17, 271], "hkey_current_us": [17, 271, 279], "hkey_local_machin": [17, 143, 271, 279], "hkey_us": [17, 271], "hklm": [17, 271, 447, 1347], "hku": [17, 271], "hl": 415, "hla": 482, "hlsl": [503, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 1318, 1319, 1320, 1321, 1329], "hold": [2, 12, 17, 20, 21, 56, 57, 58, 59, 60, 63, 86, 93, 98, 150, 161, 166, 173, 178, 179, 212, 273, 285, 304, 327, 362, 367, 368, 378, 394, 401, 462, 469, 473, 474, 475, 546, 551, 674, 756, 766, 767, 777, 833, 834, 838, 845, 953, 957, 960, 978, 1140, 1151, 1152, 1190, 1211, 1320, 1321, 1348, 1358, 1376, 1387, 1499, 1562, 1619, 1681, 1697, 1706, 1707, 1740, 1741, 1787, 1788, 1791, 1795, 1796, 1797, 1798, 1799, 1801, 1864, 2079], "home": [55, 71, 93, 139, 141, 156, 248, 257, 262, 263, 265, 276, 279, 281, 285, 287, 289, 290, 368, 447, 1329, 1331, 1333, 1515, 1956], "homebrew": 535, "homepag": [135, 310, 369, 1788, 2070], "homepage_url": [93, 1321, 1788, 2060], "honor": [58, 120, 266, 280, 356, 473, 538, 578, 613, 616, 623, 626, 627, 629, 635, 637, 643, 646, 661, 698, 718, 870, 909, 1032, 1224, 1317, 1320, 1321, 1322, 1323, 1324, 1326, 1327, 1329, 1333, 1337, 1339, 1343, 1345, 1346, 1347], "hood": [382, 1891], "hook": [247, 817, 818, 819, 1564], "horizont": 277, "host": [10, 21, 53, 55, 56, 57, 58, 59, 60, 71, 93, 99, 106, 121, 124, 132, 135, 137, 151, 194, 203, 236, 237, 238, 239, 248, 252, 262, 265, 276, 280, 281, 285, 287, 289, 290, 292, 347, 367, 382, 446, 447, 455, 541, 709, 892, 945, 987, 1219, 1317, 1318, 1319, 1320, 1323, 1327, 1328, 1329, 1331, 1334, 1335, 1337, 1338, 1340, 1341, 1342, 1343, 1345, 1347, 1348, 1378, 1390, 1449, 1507, 1539, 1540, 1541, 1542, 1564, 1578, 1579, 1580, 1581, 1582, 1585, 1587, 1588, 1622, 1668, 1669, 1670, 1773, 1774, 1841, 1842, 1847, 1851, 1853, 1862, 1890, 1895], "host_link": [8, 117, 274, 1152, 1327, 1333], "hostnam": [17, 106, 290], "hostsystemnam": [281, 1331], "hour": [108, 252], "hous": 273, "how": [2, 3, 18, 21, 22, 29, 36, 37, 53, 55, 58, 62, 68, 69, 77, 81, 103, 104, 116, 120, 121, 132, 134, 136, 142, 143, 186, 189, 230, 247, 248, 249, 255, 256, 260, 261, 262, 263, 264, 265, 266, 270, 271, 273, 274, 277, 281, 287, 290, 304, 310, 313, 368, 370, 382, 447, 457, 469, 473, 474, 475, 498, 538, 551, 560, 563, 631, 660, 695, 715, 894, 896, 901, 903, 904, 909, 910, 945, 1070, 1081, 1147, 1150, 1153, 1213, 1214, 1219, 1223, 1224, 1227, 1321, 1323, 1324, 1327, 1330, 1331, 1334, 1340, 1345, 1348, 1355, 1521, 1523, 1564, 1602, 1623, 1624, 1625, 1647, 1650, 1651, 1652, 1653, 1684, 1690, 1702, 1706, 1707, 1720, 1725, 1729, 1731, 1744, 1850, 1964], "howev": [1, 7, 18, 35, 55, 63, 71, 77, 86, 113, 116, 120, 126, 132, 134, 137, 142, 167, 230, 236, 248, 258, 262, 265, 266, 268, 269, 270, 273, 274, 277, 279, 281, 286, 287, 290, 299, 329, 368, 382, 447, 535, 538, 560, 561, 563, 583, 585, 586, 587, 591, 607, 608, 618, 620, 621, 623, 626, 627, 628, 637, 649, 651, 657, 670, 674, 679, 680, 683, 689, 696, 698, 701, 720, 724, 732, 761, 781, 784, 835, 837, 838, 845, 896, 1004, 1063, 1104, 1177, 1223, 1270, 1318, 1320, 1324, 1328, 1329, 1449, 1760, 1770, 1907, 1956], "howto": 498, "hp": [500, 620, 1319, 1635, 1845], "hpc": [268, 376, 1330, 1635], "hpp": [379, 653, 950, 953], "hpux": 541, "hspell": 416, "hspell_definit": 416, "hspell_found": 416, "hspell_include_dir": 416, "hspell_librari": 416, "hspell_major_vers": 416, "hspell_minor_vers": 416, "hspell_version_str": 416, "htlatex": 433, "htlatex_compil": 433, "html": [17, 132, 136, 137, 138, 139, 276, 369, 417, 493, 498, 551, 831, 1317, 1967], "html_extra_fil": 394, "html_extra_stylesheet": 394, "html_footer": 394, "html_header": 394, "html_help_compil": 417, "html_help_include_path": 417, "html_help_librari": 417, "html_output": 394, "html_stylesheet": 394, "htmlhelp": 417, "http": [17, 18, 36, 37, 55, 108, 132, 136, 137, 138, 139, 142, 143, 252, 263, 265, 271, 276, 287, 289, 290, 313, 326, 367, 368, 369, 370, 382, 384, 394, 458, 482, 493, 497, 498, 831, 1317, 1323, 1327, 1329, 1339, 1341, 1342, 1345, 1346, 1788, 2028, 2029], "http1": 290, "http2": 384, "http_header": [368, 1346], "http_password": [368, 1346], "http_usernam": [368, 1346], "httpheader": [36, 55, 1346, 1348], "huge": 303, "human": [17, 55, 139, 265, 269, 273, 276, 281, 287, 289, 290, 310, 452, 484, 485, 486, 487, 488, 489, 490, 722, 1270, 1326, 1522, 1907], "hundr": 569, "hung": 370, "hurd": 1845, "hyphen": [90, 132, 318, 1330, 1331], "hypothet": 368, "i": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 33, 35, 36, 37, 38, 40, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 88, 89, 90, 91, 92, 93, 96, 98, 99, 100, 102, 104, 105, 106, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 220, 221, 222, 223, 224, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 262, 263, 264, 265, 266, 268, 269, 270, 271, 273, 274, 275, 276, 277, 279, 280, 281, 283, 285, 287, 289, 290, 291, 292, 293, 294, 296, 298, 299, 300, 301, 302, 303, 304, 305, 308, 309, 310, 313, 318, 319, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 373, 374, 375, 376, 377, 378, 379, 381, 382, 383, 384, 386, 387, 388, 389, 391, 392, 393, 394, 395, 396, 397, 398, 400, 401, 403, 404, 405, 406, 407, 409, 410, 411, 412, 415, 418, 419, 421, 422, 424, 425, 426, 429, 430, 432, 434, 435, 436, 439, 440, 441, 442, 443, 446, 447, 450, 451, 452, 454, 455, 456, 457, 458, 459, 460, 462, 463, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 492, 493, 494, 495, 496, 497, 498, 499, 500, 503, 505, 506, 507, 509, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 550, 551, 555, 556, 557, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 743, 744, 747, 748, 749, 750, 751, 752, 753, 755, 756, 757, 758, 759, 760, 761, 765, 766, 767, 768, 769, 770, 771, 773, 774, 775, 776, 778, 779, 780, 781, 782, 783, 784, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 800, 802, 803, 804, 805, 806, 809, 810, 811, 812, 813, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 839, 840, 843, 844, 846, 847, 848, 850, 851, 852, 857, 858, 860, 861, 863, 867, 868, 870, 882, 885, 888, 889, 890, 892, 894, 895, 896, 900, 901, 902, 903, 904, 905, 908, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 975, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 989, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1031, 1032, 1033, 1034, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1057, 1059, 1060, 1061, 1063, 1064, 1065, 1066, 1067, 1069, 1070, 1071, 1072, 1073, 1074, 1076, 1077, 1079, 1080, 1081, 1082, 1083, 1084, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1097, 1098, 1099, 1100, 1101, 1103, 1104, 1105, 1107, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1165, 1166, 1167, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1193, 1197, 1198, 1200, 1201, 1202, 1204, 1205, 1206, 1208, 1210, 1211, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1239, 1241, 1243, 1244, 1246, 1249, 1250, 1251, 1252, 1254, 1256, 1257, 1260, 1269, 1270, 1271, 1272, 1275, 1276, 1277, 1278, 1281, 1282, 1283, 1284, 1286, 1287, 1289, 1290, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1350, 1351, 1352, 1353, 1354, 1356, 1357, 1358, 1359, 1366, 1367, 1380, 1384, 1388, 1389, 1390, 1392, 1393, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1418, 1419, 1420, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1432, 1435, 1436, 1437, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1463, 1465, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1509, 1512, 1513, 1514, 1515, 1517, 1518, 1519, 1521, 1522, 1523, 1525, 1526, 1527, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1559, 1560, 1561, 1562, 1563, 1564, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1593, 1594, 1595, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1621, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1632, 1634, 1635, 1636, 1637, 1639, 1640, 1641, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1675, 1676, 1678, 1679, 1680, 1681, 1682, 1684, 1685, 1686, 1687, 1688, 1690, 1691, 1693, 1694, 1697, 1698, 1699, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1718, 1719, 1720, 1721, 1722, 1724, 1725, 1726, 1727, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1746, 1747, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1772, 1773, 1774, 1775, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1789, 1790, 1792, 1793, 1794, 1801, 1802, 1803, 1804, 1805, 1806, 1808, 1813, 1814, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1828, 1829, 1830, 1831, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1854, 1855, 1856, 1857, 1858, 1859, 1862, 1863, 1865, 1866, 1867, 1868, 1869, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1883, 1884, 1885, 1886, 1887, 1890, 1892, 1896, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1919, 1920, 1923, 1924, 1948, 1949, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1963, 1965, 1967, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1997, 2010, 2015, 2018, 2028, 2029, 2037, 2038, 2039, 2040, 2042, 2043, 2044, 2049, 2050, 2051, 2054, 2055, 2056, 2058, 2062, 2068, 2069, 2070, 2072, 2073, 2079, 2080, 2081, 2082, 2083, 2084, 2085, 2087], "i1": [268, 559], "i18n": 419, "i2": [268, 559], "i3": [268, 559], "i32x4": 1116, "i32x835": 1116, "i386": [132, 285, 373, 550, 1317, 1330, 1346], "i4": [268, 559], "i686": 310, "i_mpi_root": 446, "ia64": [17, 137], "iar": [688, 1319, 1324, 1330, 1635], "ibm": [268, 280, 376, 649, 1324, 1326, 1333, 1635, 1845], "ibmclang": [983, 1333, 1635], "ibmessl": 376, "ibmessl_smp": 376, "ic": [421, 506], "icc": 1330, "icccm": 506, "ice_": 421, "ice_db_archive_execut": 421, "ice_db_checkpoint_execut": 421, "ice_db_deadlock_execut": 421, "ice_db_dump_execut": 421, "ice_db_hotbackup_execut": 421, "ice_db_load_execut": 421, "ice_db_log_verify_execut": 421, "ice_db_printlog_execut": 421, "ice_db_recover_execut": 421, "ice_db_stat_execut": 421, "ice_db_tuner_execut": 421, "ice_db_upgrade_execut": 421, "ice_db_verify_execut": 421, "ice_debug": 421, "ice_dumpdb_execut": 421, "ice_found": 421, "ice_glacier2router_execut": 421, "ice_hom": 421, "ice_icebox_execut": 421, "ice_iceboxadmin_execut": 421, "ice_iceboxd_execut": 421, "ice_iceboxnet_execut": 421, "ice_iceboxxx11_execut": 421, "ice_icebridge_execut": 421, "ice_icegridadmin_execut": 421, "ice_icegriddb_execut": 421, "ice_icegridnode_execut": 421, "ice_icegridnoded_execut": 421, "ice_icegridregistry_execut": 421, "ice_icegridregistryd_execut": 421, "ice_icepatch2calc_execut": 421, "ice_icepatch2client_execut": 421, "ice_icepatch2server_execut": 421, "ice_iceserviceinstall_execut": 421, "ice_icestormadmin_execut": 421, "ice_icestormdb_execut": 421, "ice_icestormmigrate_execut": 421, "ice_include_dir": 421, "ice_librari": 421, "ice_slice2confluence_execut": 421, "ice_slice2cpp_execut": 421, "ice_slice2cs_execut": 421, "ice_slice2freeze_execut": 421, "ice_slice2freezej_execut": 421, "ice_slice2html_execut": 421, "ice_slice2java_execut": 421, "ice_slice2js_execut": 421, "ice_slice2matlab_execut": 421, "ice_slice2objc_execut": 421, "ice_slice2php_execut": 421, "ice_slice2py_execut": 421, "ice_slice2rb_execut": 421, "ice_slice_dir": 421, "ice_transformdb_execut": 421, "ice_vers": 421, "icebox": 421, "iceboxadmin": 421, "iceboxd": 421, "iceboxnet": 421, "icebridg": 421, "icedb": 421, "icediscoveri": 421, "icegrid": 421, "icegridadmin": 421, "icegriddb": 421, "icegridnod": 421, "icegridregistri": 421, "icegridregistryd": 421, "iceland": 137, "icelocatordiscoveri": 421, "icepatch": 421, "icepatch2calc": 421, "icepatch2cli": 421, "icepatch2serv": 421, "iceserviceinstal": 421, "icessl": 421, "icestorm": 421, "icestormadmin": 421, "icestormdb": 421, "icestormmigr": 421, "iceutil": 421, "icexml": 421, "icn": 136, "ico": [136, 137, 138], "icon": [77, 130, 133, 136, 137, 138, 139, 143, 304, 423, 1330, 1347], "iconset_1": 370, "iconv": [422, 1320], "iconv_found": 422, "iconv_include_dir": 422, "iconv_is_built_in": 422, "iconv_librari": 422, "iconv_vers": 422, "iconv_version_major": 422, "iconv_version_minor": 422, "icotool": 423, "icotool_execut": 423, "icotool_found": 423, "icotool_version_str": 423, "icpc": 1330, "icpx": [1330, 1335], "ict": 384, "icu": [419, 1346], "icu_": 419, "icu_derb_execut": 419, "icu_found": 419, "icu_genbrk_execut": 419, "icu_genccode_execut": 419, "icu_gencfu_execut": 419, "icu_gencmn_execut": 419, "icu_gencnval_execut": 419, "icu_gendict_execut": 419, "icu_gennorm2_execut": 419, "icu_genrb_execut": 419, "icu_gensprep_execut": 419, "icu_icu": 419, "icu_icuinfo_execut": 419, "icu_icupkg_execut": 419, "icu_include_dir": 419, "icu_librari": 419, "icu_makeconv_execut": 419, "icu_makefile_inc": 419, "icu_pkgdata_execut": 419, "icu_pkgdata_inc": 419, "icu_root": 419, "icu_uconv_execut": 419, "icu_vers": 419, "icuinfo": 419, "icupkg": 419, "icx": 1330, "id": [3, 6, 7, 17, 18, 36, 71, 74, 107, 110, 119, 130, 139, 143, 220, 221, 222, 224, 231, 251, 252, 257, 259, 262, 264, 266, 268, 269, 273, 280, 281, 285, 287, 290, 293, 301, 302, 368, 370, 394, 562, 568, 585, 607, 649, 689, 703, 754, 758, 784, 798, 824, 835, 843, 844, 904, 948, 955, 958, 974, 983, 1002, 1032, 1048, 1103, 1147, 1195, 1317, 1319, 1320, 1323, 1324, 1325, 1328, 1330, 1331, 1333, 1334, 1335, 1337, 1338, 1339, 1340, 1342, 1343, 1344, 1345, 1347, 1348, 1432, 1519, 1551, 1755, 1873, 2054], "id_var": 18, "idea": [901, 1208, 1230], "ideal": [90, 248, 263, 279, 369], "ideinstalldir": 281, "ident": [55, 77, 136, 141, 299, 429, 430, 484, 558, 578, 613, 954, 1287, 1325, 1326, 1327, 1333, 1348, 1669], "identif": [17, 18, 302, 318, 367, 1320, 1326, 1328, 1330, 1332, 1634, 1635, 1638, 1639, 1695], "identifi": [17, 21, 23, 108, 135, 139, 141, 143, 266, 269, 273, 274, 277, 279, 281, 285, 286, 287, 290, 313, 318, 325, 367, 421, 424, 446, 538, 555, 559, 792, 799, 1012, 1223, 1228, 1318, 1330, 1331, 1333, 1342, 1632, 1646, 1867, 1904], "idl": 429, "idlj": [429, 1343], "idn": 384, "idv": 493, "iec": [792, 793], "ieee": 482, "iface_obj3": 116, "ifdef": [256, 268, 559, 953], "ifndef": [536, 953, 1228], "ifort": [1330, 1339, 1564], "ifw": [288, 318, 1318, 1319, 1320, 1324, 1330, 1331, 1333, 1340, 1342, 1346, 1347, 1348], "ifx": [1330, 1339, 1564], "ignor": [2, 3, 14, 16, 18, 19, 21, 22, 23, 24, 27, 40, 52, 55, 56, 57, 58, 59, 60, 71, 74, 77, 88, 93, 98, 100, 102, 108, 111, 113, 120, 133, 134, 136, 137, 139, 142, 145, 146, 147, 148, 149, 170, 172, 184, 186, 192, 193, 194, 195, 196, 199, 200, 201, 202, 203, 204, 205, 206, 208, 209, 210, 211, 213, 214, 217, 218, 236, 262, 266, 269, 273, 274, 277, 279, 280, 281, 287, 289, 290, 293, 310, 313, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 368, 369, 370, 379, 382, 394, 447, 462, 473, 474, 475, 480, 494, 495, 551, 555, 559, 560, 561, 567, 572, 574, 576, 578, 582, 598, 599, 600, 601, 603, 606, 615, 617, 618, 621, 623, 624, 626, 627, 628, 631, 634, 635, 637, 651, 660, 661, 662, 663, 665, 690, 696, 698, 699, 700, 701, 704, 709, 728, 729, 735, 743, 747, 748, 752, 755, 758, 781, 782, 806, 817, 818, 819, 820, 822, 836, 852, 865, 892, 900, 915, 937, 939, 950, 970, 971, 972, 973, 975, 983, 985, 1018, 1020, 1021, 1032, 1034, 1036, 1056, 1057, 1064, 1068, 1070, 1072, 1073, 1076, 1078, 1081, 1082, 1083, 1111, 1143, 1150, 1155, 1165, 1166, 1167, 1208, 1220, 1221, 1223, 1227, 1233, 1234, 1235, 1236, 1243, 1251, 1275, 1278, 1317, 1319, 1323, 1324, 1326, 1328, 1330, 1332, 1333, 1334, 1340, 1341, 1345, 1347, 1355, 1432, 1514, 1515, 1529, 1530, 1539, 1540, 1541, 1542, 1589, 1590, 1668, 1671, 1725, 1756, 1757, 1772, 1773, 1774, 1841, 1842, 1915, 1919], "ignore_item": 293, "ignore_prefix": 394, "ignore_svn_failur": [495, 1322], "ignorevers": 137, "ii": 55, "iid": 950, "il": 393, "il_include_dir": 393, "il_librari": 393, "illumo": 1845, "illustr": [143, 266, 1684, 1690, 1720, 1729], "ilp64": 376, "ilu": 393, "ilu_librari": 393, "ilut": 393, "ilut_librari": 393, "imag": [77, 133, 136, 137, 138, 139, 143, 303, 310, 369, 382, 393, 398, 424, 461, 1208, 1230, 1326, 1333, 1342, 1344], "image_path": 394, "imagemagick": 424, "imagemagick_": 424, "imagemagick_compile_opt": 424, "imagemagick_executable_dir": 424, "imagemagick_found": 424, "imagemagick_include_dir": 424, "imagemagick_librari": 424, "imagemagick_version_str": 424, "imagin": 248, "imap": 384, "imessag": 1331, "img": [37, 367, 1347], "immedi": [9, 18, 20, 21, 40, 55, 67, 98, 102, 116, 271, 276, 277, 279, 287, 313, 368, 370, 584, 716, 723, 1320, 1742, 1794, 1819, 1823], "immut": 266, "imp": [266, 274, 1064, 1325], "impact": [2, 168, 290, 580, 1224], "implement": [7, 14, 16, 18, 20, 22, 23, 43, 53, 55, 58, 77, 90, 143, 247, 253, 256, 263, 266, 268, 270, 271, 273, 274, 277, 280, 281, 283, 287, 290, 305, 349, 368, 370, 376, 382, 383, 386, 395, 396, 422, 425, 432, 446, 450, 451, 453, 455, 462, 473, 474, 475, 480, 482, 503, 541, 563, 565, 580, 583, 589, 591, 598, 613, 655, 657, 670, 674, 680, 728, 735, 752, 792, 844, 851, 895, 903, 983, 1068, 1104, 1121, 1122, 1123, 1127, 1128, 1137, 1217, 1272, 1273, 1277, 1317, 1318, 1319, 1322, 1324, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1341, 1342, 1343, 1344, 1348, 1388, 1514, 1515, 1564, 1684, 1690, 1720, 1725, 1729, 1870], "impli": [2, 3, 21, 55, 58, 100, 271, 287, 313, 462, 473, 474, 475, 571, 672, 723, 792, 895, 1137, 1321, 1337, 1715], "implib_": [1156, 1157], "implic": 647, "implicit": [2, 37, 171, 273, 280, 290, 379, 426, 555, 592, 614, 620, 648, 658, 759, 1054, 1153, 1154, 1322, 1330, 1331, 1332, 1340, 1346, 1672, 1673, 1674, 1675, 1710, 1731, 1732], "implicit_depend": [2, 735], "implicit_depends_include_transform": 282, "implicitli": [2, 19, 23, 77, 143, 273, 281, 285, 376, 422, 572, 614, 620, 648, 658, 675, 714, 724, 904, 1320, 1537, 1599, 1672, 1783, 1954], "import": [5, 9, 19, 40, 53, 55, 58, 74, 77, 86, 90, 93, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 132, 135, 250, 264, 265, 271, 273, 274, 279, 280, 282, 283, 287, 294, 298, 299, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 369, 370, 394, 412, 419, 421, 422, 425, 435, 446, 455, 464, 469, 472, 506, 551, 555, 557, 580, 582, 587, 588, 597, 601, 620, 622, 647, 671, 686, 715, 720, 750, 760, 776, 917, 919, 937, 939, 1004, 1015, 1021, 1028, 1029, 1043, 1056, 1057, 1058, 1059, 1060, 1061, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1148, 1149, 1156, 1157, 1165, 1170, 1213, 1261, 1277, 1287, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1341, 1343, 1344, 1345, 1346, 1347, 1348, 1360, 1472, 1475, 1514, 1536, 1570, 1591, 1592, 1672, 1673, 1675, 1690, 1723, 1729, 1808], "import_dir": 472, "import_prefix": [274, 282], "import_suffix": [274, 282], "imported_": [6, 7, 53, 77, 248, 582, 1030], "imported_common_language_runtim": [282, 969, 1321], "imported_configur": [248, 271, 282, 1064, 1076, 1165], "imported_cxx_modules_compile_definit": 282, "imported_cxx_modules_compile_featur": 282, "imported_cxx_modules_compile_opt": 282, "imported_cxx_modules_include_directori": 282, "imported_cxx_modules_link_librari": 282, "imported_glob": [282, 720, 919, 1320], "imported_implib": [7, 248, 282, 671, 1065, 1076, 1338], "imported_implib_": [7, 282, 1057, 1064], "imported_libnam": [282, 1067, 1148, 1347], "imported_libname_": [282, 1057, 1347], "imported_link_dependent_librari": [282, 1069], "imported_link_dependent_libraries_": 282, "imported_link_interface_languag": [282, 1071, 1673, 1675], "imported_link_interface_languages_": 282, "imported_link_interface_languages_debug": 1165, "imported_link_interface_languages_releas": 1165, "imported_link_interface_librari": [282, 1073], "imported_link_interface_libraries_": 282, "imported_link_interface_multipl": [282, 1075], "imported_link_interface_multiplicity_": 282, "imported_loc": [6, 7, 248, 271, 274, 279, 282, 394, 620, 671, 1064, 1066, 1077, 1165, 1338, 1347], "imported_location_": [6, 7, 282, 1057, 1076, 1165], "imported_location_debug": [248, 271, 1165], "imported_location_releas": [271, 1165], "imported_no_sonam": [7, 116, 282, 1079], "imported_no_soname_": 282, "imported_no_system": [282, 1333, 1335], "imported_object": [7, 282, 1082], "imported_objects_": [7, 282, 1057, 1081], "imported_runtime_artifact": [77, 273, 1331], "imported_sonam": [7, 282, 1084], "imported_soname_": 282, "imported_target": [282, 469, 750, 1331], "importedruntimeartifact": 273, "importlib": [473, 475], "impos": 1323, "imposs": [582, 1325], "improp": 613, "improv": [5, 23, 137, 247, 249, 270, 274, 279, 280, 302, 754, 835, 888, 974, 1148, 1182, 1214, 1319, 1324, 1328, 1330, 1335, 1340, 1341, 1850], "in_list": [71, 248, 266, 274, 280, 617, 645, 1321, 1323, 1340, 1472], "in_mod": 396, "in_try_compil": 282, "inaccess": 55, "inact": [55, 367, 368, 1333], "inactivity_timeout": [55, 368], "inappropri": [728, 730], "inc": [107, 139, 419], "incdir": [556, 557], "includ": [1, 2, 3, 4, 7, 8, 10, 17, 18, 21, 22, 23, 24, 26, 29, 31, 36, 37, 40, 44, 51, 53, 54, 55, 56, 57, 58, 59, 60, 62, 68, 69, 70, 71, 73, 74, 75, 77, 81, 83, 84, 86, 93, 98, 108, 110, 113, 114, 115, 116, 117, 118, 119, 120, 123, 124, 129, 130, 133, 134, 135, 136, 137, 139, 141, 142, 143, 145, 146, 147, 149, 170, 172, 178, 184, 192, 193, 195, 196, 199, 200, 201, 202, 204, 205, 206, 208, 209, 210, 211, 213, 214, 217, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 262, 263, 265, 267, 268, 269, 270, 271, 273, 274, 276, 277, 278, 279, 280, 283, 285, 287, 289, 290, 292, 293, 295, 297, 298, 302, 303, 304, 305, 307, 310, 313, 325, 326, 327, 329, 336, 344, 345, 346, 359, 361, 362, 364, 367, 368, 369, 370, 371, 372, 373, 374, 375, 377, 378, 379, 380, 381, 382, 383, 386, 388, 389, 391, 393, 394, 398, 399, 401, 403, 405, 406, 407, 408, 409, 413, 415, 416, 417, 419, 421, 424, 426, 428, 429, 430, 434, 435, 437, 438, 440, 441, 442, 443, 444, 445, 446, 447, 448, 450, 452, 453, 454, 455, 456, 457, 460, 461, 462, 466, 468, 469, 471, 472, 473, 474, 475, 477, 478, 479, 480, 482, 483, 484, 496, 497, 498, 499, 501, 503, 505, 506, 507, 508, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 533, 534, 535, 536, 537, 538, 539, 541, 543, 550, 551, 556, 557, 559, 560, 571, 577, 578, 579, 584, 587, 597, 601, 611, 612, 629, 635, 640, 643, 644, 647, 680, 705, 711, 714, 733, 737, 750, 754, 758, 759, 761, 762, 768, 778, 779, 815, 835, 838, 845, 851, 857, 868, 887, 893, 900, 907, 908, 910, 913, 947, 949, 953, 954, 958, 961, 963, 974, 996, 1012, 1021, 1022, 1029, 1054, 1059, 1061, 1068, 1072, 1080, 1087, 1100, 1104, 1110, 1121, 1127, 1156, 1157, 1170, 1213, 1220, 1221, 1223, 1225, 1226, 1229, 1237, 1243, 1246, 1252, 1256, 1269, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1409, 1416, 1422, 1445, 1462, 1588, 1589, 1593, 1596, 1629, 1635, 1639, 1656, 1657, 1672, 1701, 1742, 1744, 1754, 1775, 1785, 1789, 1790, 1792, 1793, 1794, 1818, 1820, 1841, 1846, 1868, 1872, 1881, 1882, 1899, 1910, 1950, 1953, 1954, 1973, 1974, 2028, 2029, 2071, 2082], "include_": [283, 948, 958, 1319], "include_directori": [1, 2, 3, 4, 114, 119, 120, 251, 266, 267, 274, 280, 282, 283, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 374, 379, 382, 389, 397, 409, 430, 458, 472, 555, 557, 575, 579, 581, 838, 948, 950, 958, 1038, 1100, 1223, 1320, 1322, 1323, 1347, 1348, 1484, 1595], "include_external_msproject": [267, 1040, 1317, 1348], "include_file_pattern": 394, "include_from_fil": [37, 1339], "include_guard": [267, 1319], "include_guard_nam": [536, 1320], "include_install_dir": [304, 536], "include_intern": 84, "include_jar": 551, "include_label": [31, 37], "include_nam": 446, "include_path": 394, "include_quiet_packag": 369, "include_regular_express": [267, 282], "includedir": [535, 554], "includedirectori": 273, "inclus": [83, 108, 116, 126, 143, 274, 304, 535, 536, 539, 552, 553, 559, 640, 680, 714, 859, 908, 1105, 1333, 1346, 1690, 1729], "incompat": [2, 3, 58, 134, 248, 266, 274, 279, 304, 534, 1150, 1151, 1319, 1323, 1334, 1589, 1590, 1841, 1842, 1854], "incomplet": [55, 131, 382, 792], "inconsist": [143, 274, 281, 313, 620, 645, 726, 1490], "inconsisteci": 1344, "incorpor": [2, 11, 20, 263, 368, 1081, 1143], "incorrect": [257, 570, 620, 712, 737], "incorrectli": [77, 287, 1322, 1323, 1324, 1336, 1337], "increas": [56, 57, 59, 60, 274, 280, 1322, 1742], "increment": [53, 83, 132, 134, 142, 270, 274, 279, 281, 290, 618, 717, 1208, 1214, 1230, 1317, 1322, 1337, 1348, 1563, 1850], "inde": 247, "indent": [24, 37, 90, 274, 1319, 1325, 1346, 1745], "independ": [2, 71, 73, 77, 81, 114, 229, 236, 237, 238, 239, 260, 265, 266, 269, 270, 271, 273, 276, 285, 290, 304, 325, 329, 356, 368, 462, 473, 474, 475, 482, 535, 578, 643, 674, 809, 1107, 1149, 1188, 1246, 1269, 1322, 1323, 1329, 1347, 1348, 1684, 1690, 1819], "independent_step_target": [368, 674], "index": [23, 83, 108, 134, 136, 142, 252, 274, 276, 281, 290, 367, 538, 681, 1317, 1326, 1331, 1347, 1562, 1908], "indic": [2, 3, 21, 22, 29, 58, 67, 83, 90, 93, 132, 236, 263, 269, 271, 273, 274, 280, 281, 287, 290, 313, 327, 330, 332, 333, 335, 337, 338, 341, 349, 350, 352, 353, 355, 359, 362, 368, 370, 422, 446, 447, 451, 455, 456, 462, 534, 537, 544, 598, 599, 681, 722, 741, 832, 841, 844, 848, 882, 904, 919, 947, 1037, 1055, 1063, 1157, 1163, 1249, 1270, 1320, 1323, 1324, 1331, 1334, 1341, 1345, 1348, 1448, 1555, 1645, 1846, 1907, 1920, 2028, 2061, 2071], "indirect": [279, 1103, 1104, 1105, 1147, 1149, 1177], "indirectli": [43, 281, 613, 673, 1448], "individu": [1, 2, 8, 23, 26, 36, 71, 73, 83, 101, 113, 117, 262, 268, 274, 277, 279, 290, 304, 310, 313, 368, 370, 379, 455, 656, 674, 811, 817, 818, 819, 978, 1060, 1121, 1124, 1125, 1127, 1137, 1150, 1152, 1211, 1223, 1227, 1319, 1329, 1589, 1690, 1729, 1841, 1873], "infer": [270, 281, 287, 290], "infil": 480, "infinit": [128, 1323], "influenc": [23, 90, 102, 263, 313, 330, 331, 332, 333, 334, 335, 337, 338, 340, 341, 350, 351, 352, 353, 354, 355, 358, 359, 370, 376, 405, 432, 455, 458, 459, 559, 843, 1772, 1773, 1774, 1951], "info": [37, 77, 130, 135, 142, 285, 369, 382, 495, 535, 537, 950, 1033, 1160, 1161, 1162, 1197, 1286, 1301, 1304, 1319, 1342, 1348, 1937], "info_var": 293, "infodir": 535, "inform": [2, 3, 6, 7, 16, 22, 37, 38, 54, 55, 58, 77, 83, 90, 112, 120, 121, 126, 133, 134, 135, 136, 137, 138, 143, 177, 187, 188, 229, 232, 247, 248, 249, 250, 251, 252, 259, 262, 265, 269, 270, 271, 272, 273, 274, 276, 277, 279, 280, 281, 283, 285, 287, 289, 290, 299, 302, 304, 307, 313, 367, 368, 369, 370, 379, 410, 418, 419, 421, 425, 431, 446, 447, 462, 469, 473, 474, 475, 492, 495, 507, 537, 538, 541, 551, 554, 555, 559, 579, 586, 618, 620, 680, 701, 714, 728, 739, 791, 792, 793, 794, 798, 824, 839, 842, 843, 844, 860, 872, 904, 917, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 976, 989, 996, 997, 998, 1005, 1006, 1007, 1008, 1009, 1010, 1039, 1051, 1052, 1053, 1089, 1092, 1095, 1107, 1126, 1129, 1130, 1150, 1151, 1160, 1166, 1167, 1171, 1172, 1173, 1174, 1175, 1176, 1191, 1214, 1318, 1319, 1321, 1323, 1325, 1326, 1330, 1331, 1332, 1335, 1336, 1338, 1340, 1346, 1348, 1361, 1362, 1363, 1364, 1368, 1370, 1371, 1372, 1373, 1374, 1375, 1381, 1382, 1383, 1385, 1386, 1388, 1392, 1393, 1396, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1453, 1454, 1455, 1460, 1461, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1492, 1494, 1495, 1496, 1514, 1522, 1551, 1552, 1555, 1559, 1560, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1575, 1576, 1601, 1602, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1654, 1668, 1673, 1675, 1699, 1701, 1702, 1703, 1704, 1705, 1711, 1712, 1717, 1722, 1735, 1739, 1756, 1757, 1758, 1759, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1772, 1779, 1780, 1781, 1784, 1804, 1805, 1818, 1820, 1822, 1850, 1852, 1859, 1862, 1868, 1869, 1873, 1875, 1876, 1877, 1878, 1884, 1886, 1909, 1912, 1916, 1920, 1963, 2037], "informatik": [556, 557], "infrastructur": [482, 538], "inher": [285, 1644], "inherit": [40, 65, 67, 68, 69, 70, 102, 251, 266, 281, 283, 792, 1092, 1566], "inheritconfigureenviron": 281, "ini": [136, 290], "init": [142, 546], "init1": 12, "init2": 12, "initcheck": 1328, "initdb": 895, "initi": [9, 35, 40, 91, 102, 120, 134, 137, 142, 143, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 255, 262, 264, 265, 270, 277, 280, 287, 290, 296, 313, 329, 368, 383, 446, 447, 469, 473, 474, 475, 555, 641, 652, 657, 664, 677, 688, 717, 718, 754, 755, 756, 759, 761, 765, 766, 767, 776, 792, 820, 822, 838, 888, 916, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 941, 943, 944, 945, 947, 948, 949, 950, 952, 953, 954, 955, 957, 958, 960, 961, 963, 964, 965, 966, 978, 981, 982, 983, 985, 986, 987, 989, 993, 995, 996, 997, 998, 1005, 1006, 1007, 1008, 1009, 1010, 1018, 1019, 1020, 1021, 1025, 1026, 1027, 1032, 1033, 1034, 1037, 1038, 1039, 1043, 1050, 1051, 1052, 1053, 1063, 1087, 1088, 1089, 1090, 1091, 1104, 1105, 1111, 1112, 1114, 1115, 1116, 1117, 1118, 1119, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1139, 1140, 1143, 1148, 1149, 1152, 1153, 1154, 1155, 1160, 1163, 1165, 1166, 1167, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1182, 1183, 1186, 1187, 1188, 1201, 1202, 1205, 1213, 1214, 1217, 1219, 1223, 1224, 1229, 1231, 1233, 1234, 1235, 1236, 1254, 1257, 1270, 1271, 1276, 1277, 1286, 1287, 1289, 1290, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1317, 1318, 1320, 1321, 1322, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1332, 1333, 1335, 1336, 1337, 1338, 1340, 1343, 1345, 1346, 1348, 1359, 1360, 1362, 1392, 1393, 1396, 1398, 1399, 1400, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1419, 1420, 1422, 1423, 1424, 1435, 1442, 1443, 1444, 1445, 1446, 1449, 1453, 1457, 1458, 1459, 1475, 1476, 1489, 1490, 1492, 1494, 1495, 1496, 1499, 1503, 1506, 1512, 1513, 1514, 1515, 1516, 1527, 1551, 1552, 1553, 1555, 1559, 1560, 1562, 1563, 1564, 1570, 1571, 1601, 1603, 1605, 1606, 1608, 1609, 1610, 1611, 1612, 1613, 1615, 1616, 1617, 1619, 1627, 1628, 1636, 1648, 1649, 1656, 1658, 1661, 1676, 1678, 1711, 1712, 1715, 1717, 1722, 1723, 1731, 1732, 1733, 1735, 1736, 1738, 1739, 1752, 1753, 1755, 1756, 1757, 1758, 1759, 1763, 1771, 1772, 1773, 1774, 1777, 1778, 1779, 1780, 1784, 1803, 1804, 1805, 1808, 1813, 1814, 1818, 1830, 1831, 1850, 1852, 1855, 1859, 1865, 1866, 1867, 1868, 1871, 1872, 1875, 1876, 1877, 1878, 1884, 1886, 1907, 1909, 1915, 1916, 1917, 1921, 1923, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1964, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1997], "initialize_from_vari": [40, 1333], "initscript": 142, "inject": [143, 1104, 1105, 1223, 1324, 1334, 1789, 1790, 1792, 1793, 1794], "inlin": [274, 342, 792, 1231, 1346], "inlist": 281, "inner": [75, 107], "inner_vari": 277, "innermost": 71, "inno": [288, 310, 1337, 1341], "innosetup": 137, "inplac": 1327, "input": [2, 9, 21, 24, 52, 55, 77, 89, 108, 128, 248, 249, 250, 257, 266, 273, 274, 275, 277, 280, 281, 287, 289, 290, 304, 310, 319, 367, 368, 375, 394, 411, 472, 480, 555, 574, 610, 618, 630, 753, 948, 958, 1245, 1277, 1317, 1319, 1321, 1323, 1324, 1327, 1328, 1329, 1339, 1340, 1344, 1345, 1348, 1409, 1951], "input1": [21, 447], "input2": 21, "input_": 52, "input_fil": 52, "input_files_to_testgen": 389, "input_filt": 394, "input_may_be_rec": 55, "inputfil": 480, "inputvalu": [248, 249, 256], "insecur": 1345, "insensit": [18, 55, 58, 63, 71, 83, 86, 266, 274, 277, 279, 281, 285, 290, 370, 572, 604, 994, 1317, 1422, 1445, 1458], "insert": [83, 90, 116, 143, 274, 281, 287, 304, 480, 655, 661, 681, 798, 1089, 1169, 1322, 1331], "insid": [2, 12, 19, 20, 58, 63, 71, 75, 77, 86, 98, 108, 118, 119, 134, 248, 254, 256, 273, 274, 277, 281, 285, 287, 293, 310, 313, 367, 370, 382, 447, 494, 537, 634, 691, 758, 810, 850, 917, 952, 1012, 1064, 1076, 1194, 1196, 1197, 1318, 1320, 1321, 1326, 1329, 1336, 1337, 1341, 1346, 1347, 1464, 1465, 1466, 1467, 1468, 1469, 1833], "insight": 90, "inspect": [90, 120, 269, 271, 274, 277, 283, 368], "inspir": [277, 1317, 1845], "instal": [5, 6, 7, 17, 18, 20, 22, 54, 55, 56, 57, 58, 59, 60, 64, 67, 73, 78, 79, 80, 102, 114, 116, 118, 119, 129, 130, 131, 132, 133, 134, 135, 137, 138, 139, 140, 141, 142, 143, 167, 168, 178, 198, 220, 221, 222, 229, 231, 232, 233, 234, 235, 237, 238, 239, 244, 247, 250, 251, 258, 261, 263, 265, 266, 267, 270, 273, 279, 280, 281, 285, 289, 293, 294, 304, 310, 318, 365, 370, 376, 379, 380, 381, 382, 383, 389, 401, 403, 407, 410, 411, 415, 419, 421, 425, 426, 429, 430, 431, 432, 433, 446, 447, 452, 454, 457, 460, 466, 468, 470, 473, 474, 475, 476, 477, 478, 482, 483, 492, 494, 496, 499, 505, 506, 511, 532, 533, 535, 536, 539, 556, 559, 566, 582, 593, 597, 601, 602, 612, 622, 640, 642, 647, 655, 674, 721, 732, 737, 758, 809, 811, 814, 827, 831, 963, 966, 969, 1022, 1027, 1028, 1029, 1030, 1038, 1043, 1080, 1088, 1089, 1090, 1091, 1097, 1098, 1100, 1101, 1103, 1108, 1113, 1143, 1144, 1147, 1169, 1189, 1193, 1194, 1196, 1197, 1208, 1213, 1230, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1356, 1358, 1419, 1424, 1447, 1452, 1490, 1505, 1517, 1527, 1529, 1547, 1550, 1562, 1563, 1564, 1598, 1599, 1600, 1601, 1602, 1604, 1605, 1606, 1738, 1762, 1785, 1802, 1818, 1819, 1820, 1821, 1822, 1825, 1835, 1846, 1879, 1881, 1883, 1885, 1888, 1892, 1893, 1894, 1914, 1924, 1949, 1951, 1952, 1953, 1954, 1955, 1956, 1957], "install_byproduct": [368, 1336], "install_command": [368, 370], "install_destin": [248, 250, 304, 411, 551], "install_dir": 368, "install_fil": [77, 129, 267, 310, 551], "install_interfac": [114, 248, 250, 266, 274, 279, 1100, 1101], "install_jar": [551, 1343], "install_jar_export": [551, 1346], "install_jni_symlink": 551, "install_nam": [280, 628, 965, 1088, 1158, 1159, 1163, 1208, 1230, 1348], "install_name_dir": [274, 282, 602, 628, 965, 966, 1090, 1163, 1326, 1330, 1348, 1423, 1601], "install_name_tool": 293, "install_parallel": [77, 168, 229, 282, 287], "install_prefix": [77, 248, 266, 274, 279, 304, 1088, 1318, 1326, 1337], "install_program": [77, 129, 267, 310], "install_qt4_execut": 365, "install_qt4_plugin": 365, "install_qt4_plugin_path": 365, "install_remove_environment_rpath": [282, 1090, 1325, 1604], "install_rpath": [274, 282, 628, 655, 963, 966, 1088, 1089, 1091, 1163, 1325, 1605, 1606, 1762, 1818, 1820, 1822], "install_rpath_use_link_path": [282, 1090, 1606], "install_target": [77, 129, 267, 310, 1189, 1193], "install_typ": [134, 313], "installable_lib": [250, 257], "installarchlib": 466, "installarg": 266, "installationtyp": 134, "installationvers": [1562, 1908], "installdir": [18, 248, 257, 271, 281, 1347], "installed_plugin_path_var": 365, "installedprefix": 304, "installerbas": 136, "installmyex": 248, "installpath": 551, "installprivlib": 466, "installrequiredsystemlibrari": [259, 278, 1318, 1319, 1340, 1345], "installscop": [143, 732, 1339], "installsitearch": 466, "installsitelib": 466, "installsitesearch": 466, "installvendorarch": 466, "installvendorlib": 466, "instanc": [2, 55, 58, 64, 83, 248, 252, 273, 274, 290, 367, 368, 446, 447, 538, 716, 811, 904, 993, 995, 1117, 1118, 1119, 1214, 1320, 1333, 1725, 1850], "instanti": [11, 538, 1182, 1328], "instdir": 138, "instead": [2, 4, 7, 14, 15, 16, 18, 19, 21, 24, 35, 37, 43, 51, 53, 54, 55, 58, 65, 69, 72, 77, 78, 79, 80, 86, 87, 90, 94, 95, 96, 108, 110, 113, 115, 116, 117, 118, 120, 121, 122, 125, 126, 128, 129, 132, 134, 137, 138, 139, 140, 141, 142, 143, 167, 208, 210, 230, 247, 248, 252, 255, 256, 262, 263, 266, 268, 271, 274, 276, 277, 279, 280, 281, 283, 284, 285, 287, 290, 291, 293, 302, 304, 310, 313, 318, 325, 336, 339, 340, 341, 342, 348, 358, 359, 361, 364, 367, 368, 370, 376, 379, 382, 383, 388, 389, 394, 396, 406, 409, 432, 446, 447, 454, 456, 458, 459, 462, 471, 473, 474, 475, 476, 477, 480, 501, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 536, 537, 538, 540, 541, 543, 551, 554, 555, 556, 560, 578, 584, 585, 607, 618, 619, 620, 628, 649, 651, 666, 671, 676, 683, 685, 686, 687, 688, 689, 696, 701, 718, 721, 725, 728, 729, 732, 744, 748, 754, 755, 757, 763, 764, 771, 773, 778, 785, 787, 788, 789, 790, 792, 817, 819, 835, 859, 860, 910, 915, 917, 943, 944, 946, 955, 974, 975, 977, 984, 988, 989, 990, 991, 992, 996, 998, 1006, 1008, 1009, 1021, 1051, 1052, 1072, 1073, 1080, 1081, 1082, 1085, 1086, 1087, 1104, 1143, 1144, 1150, 1151, 1161, 1162, 1171, 1172, 1174, 1175, 1189, 1193, 1198, 1200, 1206, 1223, 1244, 1273, 1276, 1317, 1318, 1319, 1320, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1336, 1337, 1338, 1340, 1341, 1342, 1343, 1344, 1345, 1347, 1348, 1354, 1377, 1397, 1398, 1421, 1425, 1429, 1431, 1439, 1440, 1441, 1465, 1470, 1485, 1517, 1518, 1529, 1530, 1532, 1537, 1589, 1590, 1673, 1675, 1684, 1690, 1702, 1720, 1729, 1762, 1782, 1818, 1820, 1822, 1841, 1842, 1922, 1951, 1969, 1988, 2028, 2029, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053], "institut": 1564, "instruct": [17, 137, 143, 262, 265, 271, 274, 276, 368, 376, 489, 1036, 1116, 1684, 1720], "instrument": [268, 1321, 1324, 1635], "insuffici": 1258, "int": [26, 248, 253, 255, 268, 357, 359, 559, 900, 907, 908, 913, 1041, 1228], "int1144": 223, "integ": [16, 20, 23, 52, 58, 62, 71, 89, 93, 108, 134, 148, 269, 273, 281, 287, 290, 310, 376, 432, 541, 656, 681, 811, 904, 921, 922, 943, 945, 1331, 1332, 1401, 1702, 1742, 1770, 1873], "integr": [22, 119, 223, 236, 237, 238, 239, 248, 264, 275, 287, 368, 389, 758, 868, 904, 1002, 1041, 1048, 1251, 1322, 1323, 1328, 1334, 1338, 1339, 1348, 1532, 1564, 1892, 1893, 1894], "integrationbranch": 370, "intel": [55, 236, 237, 238, 239, 268, 274, 301, 446, 539, 559, 629, 983, 1038, 1318, 1319, 1328, 1330, 1335, 1339, 1345, 1347, 1564, 1635, 1738, 1883], "intel10_32": 376, "intel10_64_dyn": 376, "intel10_64ilp": 376, "intel10_64ilp_seq": 376, "intel10_64lp": [376, 432], "intel10_64lp_seq": 376, "intel64": 376, "intellisens": 111, "intelllvm": [983, 1330, 1339, 1635], "intend": [4, 11, 14, 24, 55, 56, 57, 58, 59, 60, 77, 79, 90, 93, 99, 107, 119, 230, 247, 249, 252, 262, 271, 274, 281, 289, 290, 302, 304, 310, 368, 370, 382, 394, 396, 462, 463, 538, 541, 571, 627, 640, 664, 720, 751, 757, 769, 771, 773, 780, 817, 818, 819, 820, 822, 987, 1050, 1066, 1101, 1104, 1105, 1138, 1154, 1198, 1200, 1315, 1318, 1322, 1323, 1325, 1340, 1341, 1345, 1409, 1429, 1537, 1589, 1590, 1597, 1713, 1732, 1742, 1744, 1746, 1754, 1772, 1773, 1774, 1785, 1786, 1789, 1790, 1792, 1793, 1794, 1839, 1840, 1843, 1844, 1846, 1848, 1863, 1865, 1868, 1872, 1883, 1910, 1948], "intent": [134, 462, 620, 1320, 1322], "inter": [132, 313, 758, 807, 808, 851], "interact": [16, 21, 37, 90, 98, 100, 167, 185, 197, 263, 265, 266, 275, 276, 281, 287, 290, 396, 447, 473, 474, 475, 534, 551, 743, 811, 1317, 1327, 1329, 1337, 1355, 1561, 1725], "interactivedebug": 281, "intercept": [18, 58, 263, 370, 817, 818, 819], "interchang": [249, 266, 404, 1531], "interdepend": [116, 142], "interest": [90, 263, 360, 368, 741, 944, 1872], "interfac": [5, 23, 24, 53, 61, 77, 90, 95, 111, 112, 113, 114, 115, 116, 117, 118, 119, 136, 148, 248, 250, 251, 258, 261, 262, 265, 268, 270, 271, 273, 274, 276, 277, 279, 280, 287, 289, 290, 294, 298, 303, 376, 378, 379, 382, 383, 393, 421, 426, 429, 432, 446, 447, 454, 458, 473, 475, 480, 492, 532, 534, 551, 555, 559, 582, 583, 603, 632, 639, 659, 661, 714, 750, 762, 970, 971, 972, 973, 1004, 1030, 1057, 1066, 1068, 1072, 1092, 1093, 1094, 1095, 1096, 1098, 1099, 1100, 1101, 1102, 1103, 1106, 1108, 1109, 1110, 1143, 1144, 1148, 1170, 1229, 1287, 1317, 1319, 1320, 1324, 1328, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1347, 1564, 1845, 1880, 2081], "interface_": [7, 248, 266, 274, 279, 1030, 1220, 1221], "interface_automoc_macro_nam": [266, 282, 952, 1337], "interface_autouic_opt": [266, 282, 283], "interface_climbingstats_major_vers": 279, "interface_compile_definit": [111, 248, 266, 279, 282, 480, 582, 691, 1320, 1341], "interface_compile_featur": [112, 266, 282, 1320], "interface_compile_opt": [113, 266, 271, 282, 469, 582, 661, 978, 1320, 1325, 1326], "interface_container_size_requir": 266, "interface_custom_c": 266, "interface_custom_l": 266, "interface_custom_prop": 266, "interface_cxx_module_set": [119, 282, 720, 1002], "interface_deep_lib": 1092, "interface_foo": [970, 971, 972, 973], "interface_header_set": [119, 282, 720, 1048, 1333], "interface_header_sets_to_verifi": [282, 1229, 1334], "interface_include_directori": [77, 114, 119, 248, 250, 266, 271, 279, 280, 282, 306, 469, 480, 582, 587, 601, 612, 1080, 1170, 1213, 1317, 1318, 1320, 1325, 1326, 1594], "interface_lib": 1092, "interface_lib_vers": 266, "interface_librari": [273, 1222], "interface_link_depend": [266, 282, 659, 726, 1322, 1326, 1341], "interface_link_directori": [115, 266, 282, 659, 726, 1322, 1326, 1341], "interface_link_lib": 1092, "interface_link_librari": [114, 116, 248, 266, 274, 279, 280, 282, 298, 582, 639, 659, 691, 726, 1068, 1072, 1073, 1100, 1104, 1105, 1143, 1144, 1147, 1148, 1149, 1318, 1320], "interface_link_libraries_direct": [274, 282, 1103, 1105, 1147, 1148, 1334], "interface_link_libraries_direct_exclud": [282, 1103, 1104, 1147, 1334], "interface_link_opt": [117, 266, 282, 469, 659, 665, 726, 1322, 1324, 1326, 1327, 1341], "interface_mathfunctions_major_vers": 248, "interface_position_independent_cod": [266, 282, 1323], "interface_precompile_head": [118, 266, 282], "interface_prop": [274, 1220, 1221], "interface_qt_major_vers": 948, "interface_sourc": [7, 119, 266, 282, 457, 636, 1318, 1320, 1340], "interface_system_include_directori": [114, 266, 282, 1080, 1170, 1213], "interfacenam": 480, "interfer": [370, 555, 1331], "interleav": [77, 280, 447, 642, 1323], "intermedi": [52, 55, 120, 142, 143, 382, 447, 618, 1104], "intermediari": [280, 655], "intermix": 1149, "intern": [14, 16, 52, 55, 58, 77, 83, 84, 90, 100, 134, 137, 141, 142, 162, 181, 182, 262, 266, 271, 273, 278, 285, 287, 290, 302, 304, 307, 310, 330, 331, 332, 333, 334, 335, 337, 338, 339, 340, 341, 342, 344, 345, 346, 348, 349, 350, 351, 352, 353, 354, 355, 357, 358, 359, 361, 363, 368, 370, 382, 394, 419, 469, 496, 550, 559, 593, 639, 644, 676, 686, 705, 728, 736, 743, 745, 771, 773, 817, 819, 843, 996, 1030, 1040, 1136, 1198, 1200, 1222, 1317, 1318, 1320, 1322, 1325, 1343, 1345, 1346, 1347, 1425, 1564, 1577, 1607, 1630, 1632, 1646, 1679, 1680, 1694, 1758, 1759, 1761, 1856, 1857, 1858, 1883, 1949, 1952], "internation": [318, 1348], "internet": [264, 421], "interoper": 1329, "interpret": [2, 3, 18, 21, 36, 55, 56, 57, 58, 59, 60, 71, 73, 77, 81, 107, 114, 115, 116, 118, 119, 132, 188, 265, 266, 273, 274, 277, 280, 281, 287, 290, 294, 327, 367, 368, 370, 389, 465, 473, 474, 475, 476, 483, 575, 614, 617, 624, 630, 679, 699, 710, 747, 753, 915, 1050, 1081, 1100, 1101, 1317, 1318, 1319, 1320, 1322, 1323, 1326, 1330, 1347, 1571, 1574, 1706, 1859], "interpreterdebug": [473, 474, 475, 1341], "interpretermulticonfig": [473, 474, 475, 1341], "interprocedur": [273, 343, 1111, 1112, 1348], "interprocedural_optim": [280, 282, 343, 629, 698, 1112, 1322, 1335, 1348, 1608], "interprocedural_optimization_": [282, 1111, 1609], "interrog": 446, "interrupt": [290, 912], "intersect": [266, 290, 970, 971, 972, 973], "intervent": 273, "intl": 425, "intl_found": 425, "intl_have_dcgettext_builtin": 1330, "intl_have_gettext_builtin": 1330, "intl_include_dir": 425, "intl_is_built_in": [425, 1330], "intl_is_builtin": 1330, "intl_librari": 425, "intl_vers": 425, "intl_version_major": 425, "intl_version_minor": 425, "intl_version_patch": 425, "intranet": [263, 368, 370], "intrins": [250, 361, 1036], "introduc": [18, 19, 23, 249, 251, 257, 268, 269, 270, 383, 446, 466, 473, 475, 512, 538, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 851, 1163, 1317, 1318, 1319, 1320, 1321, 1322, 1324, 1325, 1326, 1327, 1328, 1329, 1334, 1335, 1336, 1337, 1340, 1341, 1343, 1344, 1345, 1346, 1347, 1348, 1782, 1920], "introduct": [58, 249, 302, 370, 729], "introspect": [55, 56, 57, 58, 59, 60, 261, 285, 469], "intuit": 370, "invalid": [16, 22, 89, 134, 142, 248, 273, 279, 280, 281, 287, 597, 613, 681, 735, 1183, 1323, 1324, 1327, 1331, 1333], "invari": [1228, 1323], "inventor": 386, "invers": 281, "invert": [10, 913], "investig": 1322, "invoc": [1, 6, 7, 8, 14, 16, 55, 58, 113, 117, 134, 143, 257, 262, 266, 269, 273, 283, 290, 296, 326, 368, 472, 538, 555, 560, 571, 585, 607, 648, 649, 658, 689, 709, 758, 796, 925, 1149, 1317, 1326, 1328, 1331, 1333, 1335, 1336, 1602, 1656, 1657, 1772, 1773, 1774, 1846], "invok": [2, 3, 4, 6, 7, 8, 10, 12, 14, 19, 22, 23, 32, 35, 44, 56, 57, 59, 60, 62, 63, 71, 77, 86, 93, 94, 95, 98, 127, 132, 134, 139, 142, 143, 152, 167, 188, 247, 263, 266, 268, 271, 273, 277, 279, 281, 283, 285, 287, 289, 290, 293, 294, 301, 310, 367, 368, 370, 379, 382, 389, 415, 480, 551, 640, 948, 953, 955, 958, 1081, 1093, 1121, 1136, 1137, 1184, 1185, 1186, 1187, 1231, 1257, 1286, 1317, 1326, 1328, 1339, 1341, 1435, 1447, 1452, 1468, 1469, 1499, 1585, 1599, 1602, 1619, 1669, 1670, 1673, 1675, 1679, 1707, 1715, 1819, 1921, 1951, 1956], "involv": [8, 117, 248, 262, 263, 271, 274, 287, 370, 383, 857, 1152, 1224], "io": [136, 266, 274, 286, 304, 415, 419, 497, 825, 850, 968, 1033, 1035, 1081, 1113, 1158, 1159, 1160, 1161, 1162, 1163, 1179, 1194, 1196, 1197, 1208, 1230, 1320, 1323, 1330, 1338, 1342, 1344, 1348, 1351, 1735, 1736, 1772, 1773, 1774, 1845], "iodbc": 450, "iomp5": 376, "ios_catalyst_include_fil": 304, "ios_include_fil": 304, "ios_install_combin": [167, 282, 1328, 1338, 1344, 1610], "ios_simulator_include_fil": 304, "iostream": [248, 379, 547], "iot": [1252, 1253], "ip": 1258, "ipath0": 382, "ipath1": 382, "iphon": 1033, "iphoneo": [285, 825, 1081, 1347], "iphonesimul": [285, 825, 1081], "ipk": 132, "ipo": [343, 629, 698, 1348], "ipv6": 384, "irix": 1329, "ironpython": [473, 474, 475, 1327], "irrelev": 266, "is_64bit": 17, "is_absolut": [21, 55, 71, 274], "is_directori": 71, "is_execut": [71, 1339], "is_file_execut": 537, "is_gnu": 274, "is_newer_than": 71, "is_prefix": [21, 274], "is_read": [71, 1339], "is_rel": [21, 274], "is_symlink": 71, "is_writ": [71, 1339], "isbold": 134, "iscc": 137, "iscdash": [290, 1994], "iscmak": 273, "isdirti": [273, 287], "isdisabledbydefault": 134, "isdownload": 134, "isexcludefromal": 273, "isexpandedbydefault": 134, "isextern": 273, "isforallcompon": 273, "isgener": 273, "isgeneratorprovid": 273, "ishidden": 134, "isinfo": 137, "isn": [52, 136, 256, 263, 274, 283, 370, 382, 471, 480, 483, 915, 946, 949, 1341, 1490], "iso": [108, 457, 792, 793, 1332], "isol": [75, 277, 370, 571, 1331], "isopt": 273, "ispc": [43, 93, 205, 272, 274, 848, 1114, 1115, 1123, 1328, 1611, 1612, 1636], "ispc_compiler_frontend_vari": 274, "ispc_compiler_id": 274, "ispc_compiler_vers": 274, "ispc_header_directori": [282, 1611], "ispc_header_suffix": [282, 1328, 1612], "ispc_instruction_set": [282, 1613], "ispcflag": [272, 1656], "isrequir": 134, "iss": 137, "issu": [35, 53, 55, 93, 100, 118, 248, 261, 266, 268, 271, 279, 280, 283, 285, 287, 290, 304, 310, 330, 333, 337, 338, 343, 349, 350, 353, 368, 370, 394, 446, 456, 480, 496, 498, 560, 561, 563, 581, 588, 589, 590, 591, 592, 593, 594, 595, 596, 605, 609, 610, 612, 615, 618, 641, 710, 713, 737, 1063, 1130, 1305, 1310, 1312, 1317, 1319, 1320, 1322, 1323, 1324, 1326, 1328, 1333, 1337, 1338, 1342, 1504, 1913, 1938, 1943, 1945], "issystem": 273, "isysroot": 1774, "isystem": [266, 469, 533, 1321, 1325, 1326], "italian": 137, "item": [0, 7, 21, 55, 56, 57, 58, 59, 60, 62, 77, 82, 83, 90, 99, 111, 112, 113, 114, 115, 116, 117, 118, 119, 134, 139, 230, 263, 271, 274, 280, 290, 293, 310, 318, 394, 469, 537, 555, 563, 645, 661, 684, 738, 754, 835, 870, 974, 1104, 1105, 1148, 1150, 1151, 1268, 1279, 1280, 1281, 1282, 1283, 1317, 1318, 1333, 1335, 1336, 1340, 1485, 1538, 1629, 1690, 1723, 1725, 1729, 1743, 1745, 1951, 1953, 1956], "item1": 82, "item2": 82, "items1": [111, 113, 114, 115, 117, 119], "items2": [111, 113, 114, 115, 117, 119], "iter": [25, 62, 83, 134, 253, 255, 274, 277, 289, 310, 716, 717, 734, 1214, 1323, 1326, 1329, 1850], "itk": [420, 1318], "itkconfig": 420, "its": [1, 2, 3, 5, 6, 7, 8, 17, 18, 20, 22, 23, 24, 35, 40, 53, 55, 58, 66, 67, 68, 71, 75, 77, 78, 83, 90, 93, 101, 102, 103, 106, 108, 113, 114, 117, 118, 119, 120, 121, 124, 130, 132, 133, 134, 137, 139, 141, 142, 143, 146, 149, 167, 178, 184, 189, 193, 194, 196, 200, 202, 205, 209, 211, 214, 230, 246, 247, 248, 249, 252, 254, 256, 261, 262, 263, 265, 266, 269, 270, 271, 273, 274, 275, 276, 277, 279, 280, 281, 285, 287, 289, 290, 293, 296, 304, 306, 310, 313, 319, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 347, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 367, 368, 370, 376, 384, 389, 394, 397, 409, 446, 447, 456, 457, 462, 471, 473, 474, 475, 483, 492, 534, 537, 538, 539, 555, 559, 576, 578, 613, 618, 620, 639, 644, 647, 648, 658, 670, 671, 673, 676, 679, 680, 684, 685, 689, 700, 711, 716, 728, 730, 734, 754, 755, 758, 759, 761, 765, 766, 775, 781, 797, 800, 807, 820, 822, 859, 883, 884, 885, 890, 892, 894, 896, 904, 910, 912, 965, 970, 971, 972, 973, 978, 986, 1004, 1022, 1037, 1038, 1039, 1043, 1060, 1064, 1066, 1076, 1078, 1087, 1089, 1092, 1100, 1103, 1104, 1105, 1114, 1122, 1123, 1128, 1140, 1148, 1149, 1152, 1153, 1156, 1161, 1162, 1167, 1190, 1211, 1217, 1219, 1220, 1221, 1223, 1229, 1270, 1277, 1278, 1285, 1287, 1288, 1317, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1330, 1331, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1343, 1344, 1345, 1346, 1347, 1348, 1354, 1422, 1429, 1432, 1435, 1445, 1446, 1449, 1450, 1553, 1585, 1602, 1603, 1614, 1621, 1622, 1632, 1634, 1638, 1673, 1675, 1684, 1687, 1690, 1715, 1720, 1726, 1729, 1731, 1732, 1738, 1757, 1760, 1762, 1782, 1784, 1785, 1841, 1842, 1846, 1849, 1855, 1868, 1872, 1896, 1907, 1919, 2007, 2073], "itself": [2, 5, 21, 24, 52, 55, 58, 60, 72, 77, 83, 90, 94, 95, 102, 108, 114, 119, 132, 133, 134, 135, 142, 169, 248, 254, 262, 263, 266, 268, 271, 273, 274, 277, 279, 280, 281, 287, 289, 290, 293, 313, 368, 370, 446, 454, 480, 555, 559, 560, 580, 598, 639, 666, 668, 702, 747, 758, 843, 904, 908, 910, 950, 1021, 1036, 1066, 1076, 1100, 1143, 1317, 1319, 1321, 1324, 1327, 1329, 1334, 1338, 1340, 1345, 1346, 1488, 1690, 1718, 1729, 1744, 1782], "ixx": 1331, "j": [27, 108, 262, 281, 287, 290, 541, 809, 1321, 1329, 1339, 1499, 1619], "j8": [262, 396], "jan": [108, 132, 533, 556, 557], "januari": [520, 522, 593], "japanes": 137, "jar": [429, 926, 927, 1317, 1346], "jar1": 551, "jar2": 551, "jar_fil": 551, "jarsign": [429, 1343], "jasper": 428, "jasper_found": 428, "jasper_include_dir": 428, "jasper_libarry_debug": 428, "jasper_librari": 428, "jasper_library_releas": 428, "jasper_version_str": 428, "java": [426, 429, 799, 882, 928, 1321, 1343, 1967], "java_": 429, "java_awt_include_path": 426, "java_awt_librari": 426, "java_found": 429, "java_hom": [426, 429, 1317], "java_idlj_execut": 429, "java_include_path": 426, "java_include_path2": 426, "java_jar_execut": 429, "java_jarsigner_execut": 429, "java_java_execut": 429, "java_javac_execut": 429, "java_javadoc_execut": 429, "java_javah_execut": 429, "java_jvm_librari": 426, "java_lib_install_dir": 551, "java_vers": 429, "java_version_major": 429, "java_version_minor": 429, "java_version_patch": 429, "java_version_str": 429, "java_version_tweak": 429, "javac": [429, 1320], "javadoc": [429, 551], "javah": [429, 551, 1320], "javascript": [236, 237, 238, 239, 1329], "jawt": 426, "jdk": [551, 1320], "jep": 1320, "jni": [426, 429, 551], "jni_": 426, "jni_createjavavm": 426, "jni_found": 426, "jni_include_dir": 426, "jni_librari": 426, "jni_md": 426, "jni_symlink": 551, "jni_vers": 426, "jni_version_major": 426, "jni_version_minor": 426, "jni_version_patch": 426, "jniport": 426, "job": [2, 3, 152, 262, 281, 287, 368, 809, 811, 1317, 1321, 1338, 1339, 1853], "job_pool": [2, 3, 282, 735, 1117, 1118, 1119, 1317, 1320, 1324, 1614], "job_pool_compil": [282, 811, 1119, 1615], "job_pool_link": [282, 811, 1616], "job_pool_precompile_head": [282, 1617], "job_server_awar": [2, 3, 368, 735, 1338], "john": 1956, "join": [2, 3, 21, 83, 100, 108, 132, 274, 1321, 1745], "joint": 427, "jom": [220, 262, 275, 1347], "jordan": 137, "jpeg": [271, 383, 427, 532], "jpeg2000": 428, "jpeg_found": 427, "jpeg_include_dir": 427, "jpeg_librari": 427, "jpeg_library_debug": 427, "jpeg_library_releas": 427, "jpeg_vers": 427, "jpeglib": 427, "jpg": 37, "jrsoftwar": 137, "json": [247, 262, 273, 281, 287, 327, 383, 946, 950, 1323, 1326, 1328, 1334, 1336, 1342, 1346, 1514, 1515, 1564], "json_based_class": 950, "json_file_macro": 950, "jsonfil": 273, "jumbo": [1223, 1865], "jump": 92, "june": 592, "junit": [37, 281, 290, 1327, 1331, 1335], "just": [2, 6, 11, 19, 21, 55, 86, 90, 99, 108, 119, 142, 218, 248, 252, 263, 266, 268, 271, 273, 274, 279, 281, 285, 287, 290, 291, 307, 310, 313, 327, 367, 368, 370, 376, 382, 394, 432, 450, 469, 478, 484, 489, 494, 503, 535, 538, 540, 551, 556, 585, 607, 620, 631, 649, 660, 662, 705, 729, 734, 754, 815, 835, 860, 889, 895, 974, 1064, 1076, 1092, 1220, 1221, 1225, 1226, 1254, 1276, 1318, 1322, 1324, 1325, 1327, 1329, 1330, 1338, 1341, 1345, 1347, 1429, 1514, 1603, 1738, 1884], "jvm": 426, "jw": [556, 557], "k": [273, 396, 532, 1562], "kate": [275, 1317, 1519, 1618, 1619], "kateproject": 224, "kcfgc": 430, "kconfig": 430, "kconfig_compil": 430, "kde": [135, 430, 431], "kde3": 430, "kde3_add_dcop_skel": 430, "kde3_add_dcop_stub": 430, "kde3_add_execut": 430, "kde3_add_kcfg_fil": 430, "kde3_add_kdeinit_execut": 430, "kde3_add_kpart": 430, "kde3_add_moc_fil": 430, "kde3_add_ui_fil": 430, "kde3_automoc": 430, "kde3_build_test": 430, "kde3_dcopidl2cpp_execut": 430, "kde3_dcopidl_execut": 430, "kde3_definit": 430, "kde3_enable_fin": 430, "kde3_found": 430, "kde3_include_dir": 430, "kde3_install_libtool_fil": 430, "kde3_kcfgc_execut": 430, "kde3_lib_dir": 430, "kde3macro": 430, "kde4": [431, 1409], "kde4macro": 431, "kde_deprec": 536, "kdecor": 430, "kdedir": 431, "kdeinit": 430, "kdeinit_": 430, "kdevelop": 247, "kdevelop3": 1320, "kdevelop4": 262, "keccak": [108, 367], "keep": [23, 107, 142, 248, 262, 271, 279, 280, 281, 290, 318, 370, 562, 608, 716, 727, 739, 781, 954, 1063, 1326, 1334, 1338, 1345, 1673, 1702, 1967], "keep_extens": 282, "kei": [17, 101, 102, 103, 134, 137, 143, 148, 230, 246, 262, 266, 269, 271, 273, 279, 281, 287, 290, 293, 310, 325, 362, 367, 368, 370, 469, 781, 782, 870, 895, 1268, 1319, 1340, 1342, 1347, 1562, 1563, 1564, 1880], "kepler": 382, "kept": [93, 274, 287, 447, 589, 716, 1149, 1342, 1690, 1729, 1828, 1829, 1967], "kerbero": [142, 384], "kernel": [1845, 1918], "key2": [870, 1268], "key_separ": 271, "key_var": 293, "keychain": 141, "keys_var": 293, "keyword": [2, 7, 16, 18, 20, 21, 22, 24, 43, 55, 58, 62, 71, 77, 78, 83, 88, 90, 93, 99, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 139, 250, 254, 263, 265, 266, 276, 279, 280, 287, 289, 290, 306, 368, 370, 379, 382, 410, 538, 559, 582, 583, 614, 639, 655, 661, 686, 734, 735, 737, 738, 792, 793, 950, 1094, 1095, 1096, 1100, 1102, 1106, 1108, 1109, 1110, 1248, 1255, 1317, 1319, 1321, 1324, 1326, 1327, 1328, 1329, 1335, 1342, 1348, 1490], "kf5": 283, "kfreebsd": 1845, "khrono": 503, "ki18n": 283, "kib": [1975, 1978], "kiel": [556, 557], "kill": 909, "kilobyt": 143, "kind": [16, 21, 40, 55, 77, 266, 274, 287, 290, 310, 472, 987, 1330, 1336, 1923], "kioslav": 430, "kitwar": [17, 132, 141, 142, 143, 252, 279, 310, 1347], "klocalizedstr": 283, "kmdf": 1918, "knl": 396, "know": [7, 11, 16, 18, 23, 55, 58, 65, 67, 68, 70, 71, 102, 103, 105, 134, 142, 248, 255, 263, 268, 274, 279, 281, 310, 329, 336, 368, 370, 379, 382, 455, 457, 618, 629, 948, 952, 963, 1012, 1104, 1324, 1348, 1406, 1465, 1702, 1781], "knowledg": [58, 264, 541, 651, 652, 677, 696, 701], "known": [2, 18, 19, 23, 37, 57, 69, 101, 103, 104, 105, 134, 143, 162, 263, 266, 268, 269, 270, 271, 273, 274, 275, 279, 287, 290, 304, 368, 370, 379, 382, 421, 450, 534, 538, 559, 563, 620, 629, 675, 679, 722, 729, 754, 785, 791, 792, 793, 794, 835, 974, 1021, 1066, 1111, 1153, 1154, 1206, 1223, 1228, 1287, 1317, 1328, 1329, 1331, 1333, 1337, 1348, 1454, 1473, 1479, 1562, 1572, 1618, 1626, 1639, 1673, 1675, 1731, 1732, 1801, 1851, 1857, 1865, 2055, 2056], "known_loc": 1287, "kpart": 430, "l": [22, 55, 77, 116, 132, 248, 266, 274, 285, 287, 290, 376, 397, 432, 469, 484, 563, 898, 1158, 1159, 1208, 1230, 1673, 1688, 1690, 1714, 1727, 1729, 1845], "la": [430, 563], "laan": 137, "lab": 452, "label": [29, 31, 135, 137, 281, 282, 310, 327, 901, 1319, 1332, 1489], "labelsforsubproject": [290, 2004], "labelsummari": 281, "lack": [139, 263, 266, 368, 559, 652, 677, 693, 733, 1319], "lai": 247, "lambda": 792, "lang": [1, 8, 43, 113, 117, 120, 121, 266, 268, 272, 273, 274, 282, 285, 286, 297, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 411, 415, 446, 451, 455, 472, 492, 544, 559, 578, 585, 596, 604, 607, 616, 623, 626, 649, 651, 652, 679, 688, 689, 696, 698, 701, 771, 773, 791, 792, 793, 794, 817, 819, 857, 978, 1136, 1137, 1150, 1151, 1152, 1155, 1198, 1200, 1219, 1317, 1318, 1319, 1320, 1323, 1324, 1326, 1328, 1330, 1331, 1332, 1334, 1335, 1336, 1337, 1339, 1340, 1341, 1342, 1343, 1345, 1346, 1347, 1348, 1432, 1456, 1507, 1514, 1591, 1592, 1709, 1710, 1720, 1721, 1725, 1729, 1730, 1734, 1794, 1809, 1810, 1815, 1816, 1826, 1827, 1847, 1854, 1862, 1868, 2056], "lang1": [2, 411], "lang2": [2, 411], "lang_compiler_id": [274, 280], "languag": [0, 1, 2, 3, 8, 40, 43, 57, 58, 77, 90, 93, 100, 108, 113, 117, 118, 119, 120, 133, 136, 137, 143, 145, 146, 147, 149, 170, 172, 184, 192, 193, 194, 195, 196, 199, 200, 201, 202, 203, 204, 205, 208, 209, 210, 211, 214, 217, 246, 249, 251, 264, 266, 270, 271, 273, 280, 282, 287, 289, 290, 301, 343, 344, 346, 347, 356, 358, 359, 360, 362, 369, 376, 382, 383, 389, 411, 415, 426, 429, 432, 438, 446, 451, 453, 455, 472, 473, 474, 475, 492, 534, 555, 559, 579, 584, 585, 590, 607, 613, 627, 649, 651, 652, 677, 679, 680, 682, 689, 692, 696, 701, 703, 706, 709, 717, 725, 754, 792, 799, 801, 832, 835, 839, 846, 858, 865, 881, 882, 974, 978, 994, 1004, 1043, 1070, 1126, 1129, 1130, 1136, 1166, 1167, 1177, 1214, 1216, 1223, 1229, 1272, 1275, 1317, 1318, 1319, 1320, 1321, 1329, 1332, 1333, 1334, 1339, 1340, 1342, 1343, 1345, 1346, 1355, 1422, 1453, 1458, 1462, 1507, 1508, 1514, 1574, 1591, 1592, 1626, 1634, 1635, 1637, 1638, 1639, 1640, 1641, 1645, 1647, 1650, 1651, 1652, 1653, 1656, 1657, 1658, 1661, 1668, 1671, 1672, 1673, 1674, 1675, 1679, 1680, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1697, 1698, 1700, 1701, 1703, 1704, 1709, 1720, 1721, 1725, 1729, 1730, 1756, 1757, 1789, 1790, 1792, 1793, 1794, 1809, 1810, 1815, 1816, 1817, 1826, 1827, 1850, 1851, 1868, 1869, 1912, 1915, 2037, 2043], "languagestandard": [273, 1328], "lapack": [432, 1332], "lapack95": 432, "lapack95_found": 432, "lapack95_librari": 432, "lapack_found": 432, "lapack_librari": 432, "lapack_linker_flag": 432, "larg": [26, 100, 122, 266, 268, 277, 287, 290, 299, 368, 569, 618, 1224, 1258, 1318, 1320, 1329, 1623, 1624, 1625, 1742, 1922, 1951], "larger": [120, 254, 256, 274, 280, 290, 462, 1145, 1873], "largest": [273, 459, 1145], "last": [21, 23, 27, 28, 29, 33, 37, 43, 52, 54, 55, 63, 66, 77, 83, 86, 93, 107, 108, 116, 126, 230, 249, 255, 265, 274, 281, 287, 290, 369, 370, 473, 474, 475, 494, 495, 663, 716, 719, 735, 739, 1149, 1278, 1323, 1325, 1329, 1333, 1345, 1521, 1523, 1681, 1740, 1741, 1789, 1792, 1868, 1919, 2073], "last_ext": [66, 1323], "last_onli": [21, 274], "lastext": 21, "lastknownfiletyp": 885, "lastli": [251, 256, 257, 368], "laststem": 21, "late": 1317, "later": [2, 3, 6, 7, 18, 19, 20, 23, 35, 40, 54, 58, 63, 77, 82, 86, 93, 94, 95, 104, 124, 126, 136, 139, 158, 159, 160, 180, 183, 236, 247, 249, 262, 274, 277, 281, 283, 310, 313, 318, 325, 327, 368, 369, 370, 409, 421, 469, 478, 572, 584, 586, 602, 623, 637, 641, 645, 647, 648, 653, 655, 657, 658, 659, 661, 703, 731, 740, 792, 944, 946, 996, 1006, 1052, 1081, 1172, 1239, 1317, 1318, 1319, 1320, 1322, 1326, 1328, 1331, 1332, 1334, 1341, 1345, 1398, 1684, 1720, 1872], "latest": [134, 223, 247, 263, 269, 280, 285, 376, 709, 1129, 1216, 1328, 1334, 1337, 1341, 1358, 1379, 1702, 1910, 2055], "latex": 433, "latex2html": 433, "latex2html_convert": 433, "latex_": 433, "latex_compil": 433, "latex_extra_fil": 394, "latex_extra_stylesheet": 394, "latex_foot": 394, "latex_found": 433, "latex_head": 394, "latex_output": 394, "latin": 1329, "latter": [77, 115, 143, 274, 287, 368, 370, 379, 452, 716, 979, 980, 981, 982, 1020, 1184, 1185, 1186, 1187, 1287, 1326, 1340, 1362, 1456, 1532], "launch": [2, 3, 10, 14, 37, 142, 225, 226, 273, 275, 287, 290, 543, 902, 1123, 1128, 1160, 1304, 1335, 1738, 1871, 1937], "launcher": [10, 143, 170, 172, 273, 290, 329, 765, 771, 772, 773, 817, 818, 819, 1198, 1199, 1200, 1219, 1319, 1320, 1331, 1339, 1343, 1707, 1855], "launchpad": 17, "lauxlib": 441, "layer": [269, 383, 413, 555, 609, 680, 1317, 1845], "layout": [77, 133, 248, 258, 273, 283, 367, 368, 480, 841, 850, 937, 939, 1037, 1348, 1555, 1602], "layout_fil": 394, "lazi": 1600, "lb": 563, "lc_id_dylib": 7, "lc_version_min_iphoneo": 285, "lcc": [251, 280, 689, 983, 1333, 1635], "ld": [55, 274, 655, 1621, 1639, 1681, 1690, 1707, 1718, 1729], "ld_library_path": [271, 376], "ldap": 384, "ldconfig": [55, 1345], "ldd": [537, 1346, 1734], "ldflag": 272, "ldl": 1493, "le": [290, 419, 898], "lead": [0, 21, 24, 71, 77, 83, 90, 108, 111, 128, 167, 266, 273, 274, 277, 280, 281, 310, 368, 370, 394, 422, 538, 564, 572, 573, 588, 629, 656, 674, 754, 835, 858, 859, 974, 1081, 1217, 1220, 1221, 1223, 1319, 1325, 1331, 1336, 1354, 1490], "leaf": 1169, "leak": [120, 620, 825, 1328, 1347], "leak_check": 1347, "leaksanit": [1347, 2009], "leap": [108, 132], "lear": 1345, "learend": 1343, "learn": [256, 264, 265, 276, 287, 289, 290, 383, 620, 1018, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1337, 1339, 1340, 1341, 1343, 1344, 1345, 1346, 1347, 1348], "least": [2, 7, 19, 21, 23, 29, 40, 55, 56, 57, 58, 59, 60, 93, 100, 118, 142, 148, 229, 251, 266, 268, 269, 270, 271, 273, 274, 277, 280, 281, 287, 290, 310, 332, 335, 352, 355, 359, 367, 368, 369, 370, 376, 387, 394, 432, 451, 469, 473, 475, 483, 551, 559, 560, 715, 735, 791, 792, 793, 794, 950, 1113, 1145, 1281, 1322, 1324, 1341, 1475, 1702, 1893, 2043], "leav": [12, 18, 23, 55, 58, 77, 100, 122, 271, 362, 370, 496, 498, 570, 579, 608, 618, 633, 636, 651, 652, 677, 684, 696, 701, 721, 731, 933, 1156, 1157, 1320, 1334, 1345, 1782], "led": 730, "left": [4, 21, 66, 71, 99, 119, 136, 138, 248, 254, 274, 281, 290, 310, 375, 454, 469, 534, 599, 618, 633, 636, 677, 684, 702, 904, 1327, 1330, 1331, 1429, 1432, 1755, 1782], "leftov": 579, "legaci": [14, 62, 63, 66, 71, 86, 121, 127, 268, 277, 280, 286, 290, 313, 454, 555, 613, 632, 633, 638, 646, 654, 682, 705, 1321, 1328, 1333, 1338, 1488, 1851, 2017, 2030], "legal": [17, 538, 1319], "legend": 391, "lempel": [132, 142], "len": 55, "length": [55, 83, 108, 127, 142, 143, 247, 274, 277, 368, 370, 567, 912, 943, 1317, 1329, 1397, 1770], "length_maximum": 55, "length_minimum": 55, "less": [10, 21, 55, 71, 77, 108, 135, 136, 137, 263, 268, 274, 285, 370, 457, 538, 559, 792, 1149, 1165, 1321, 1347, 1718, 1770, 1873], "less_equ": [71, 108, 1346], "lesser": 83, "lesstif": 448, "let": [37, 188, 248, 249, 250, 253, 254, 255, 256, 257, 258, 280, 496, 498, 631, 660, 952, 1339, 1401, 1406, 1563, 1725], "letter": [18, 21, 55, 71, 77, 108, 119, 148, 198, 274, 290, 370, 597, 1137, 1684, 1690, 1715, 1720, 1729], "level": [1, 2, 3, 5, 10, 16, 19, 27, 28, 29, 31, 37, 40, 43, 54, 55, 58, 65, 67, 68, 70, 77, 90, 93, 102, 103, 105, 110, 134, 136, 137, 139, 188, 222, 224, 249, 250, 251, 252, 254, 256, 257, 258, 259, 260, 262, 263, 265, 266, 268, 270, 273, 277, 281, 285, 287, 290, 310, 313, 327, 368, 370, 382, 396, 415, 424, 426, 537, 569, 601, 618, 652, 674, 703, 706, 728, 762, 770, 783, 791, 794, 796, 809, 824, 845, 893, 900, 907, 908, 913, 989, 997, 998, 1006, 1007, 1008, 1009, 1010, 1021, 1032, 1051, 1110, 1139, 1164, 1171, 1174, 1177, 1229, 1278, 1281, 1315, 1317, 1318, 1321, 1323, 1324, 1325, 1326, 1328, 1331, 1332, 1333, 1335, 1336, 1337, 1339, 1342, 1344, 1347, 1354, 1377, 1418, 1434, 1472, 1562, 1700, 1702, 1743, 1745, 1746, 1754, 1760, 1787, 1788, 1791, 1795, 1796, 1797, 1798, 1799, 1824, 1833, 1834, 1873, 1919, 1948, 1950, 1953, 2018, 2058, 2061, 2062, 2069, 2070, 2071, 2072], "leverag": 254, "lexer": 397, "lexic": [21, 274, 397], "lexically_rel": 21, "lexicograph": [21, 55, 71, 273, 1535], "lexilla": 532, "lextern": [1684, 1690, 1720, 1729], "lf": [24, 55, 287, 1323, 1341], "lfoo": [116, 620, 1340], "lfortran": [1342, 1635], "lgpl": 139, "lh": 281, "lib": [7, 21, 22, 55, 57, 58, 77, 116, 120, 121, 132, 142, 178, 248, 250, 257, 262, 263, 266, 271, 273, 274, 279, 285, 292, 293, 294, 325, 365, 369, 379, 382, 399, 407, 417, 430, 447, 457, 466, 469, 477, 480, 492, 493, 494, 496, 498, 532, 533, 535, 537, 539, 556, 557, 568, 580, 620, 655, 802, 803, 804, 821, 1043, 1064, 1066, 1085, 1086, 1092, 1192, 1277, 1318, 1338, 1339, 1340, 1345, 1348, 1524, 1525, 1526, 1535, 1570, 1589, 1677, 1689, 1690, 1728, 1729, 1785, 1809, 1826, 1827, 1841, 1846], "lib1": [266, 274, 298, 1137, 1150, 1151, 1684, 1690, 1720, 1729], "lib1_v2": 266, "lib1_v3": 266, "lib1_with_ex": 266, "lib1_with_shared_lib": 266, "lib1a": 274, "lib1b": 274, "lib1export": 266, "lib1version2": 266, "lib1version3": 266, "lib2": [266, 274, 298, 1150, 1151, 1684, 1690, 1720, 1729], "lib2a": 274, "lib2b": 274, "lib3": [266, 274, 1150, 1151], "lib32": [57, 58, 802, 1346], "lib4": 274, "lib5": 274, "lib64": [57, 58, 142, 535, 803], "lib_install_dir": 551, "lib_item": [1690, 1729], "lib_nam": 446, "lib_src": 536, "lib_vers": 266, "liba": 563, "libarch": [136, 310, 435, 462, 1326, 1334], "libarchive_found": 435, "libarchive_include_dir": [435, 462], "libarchive_librari": [435, 462], "libarchive_vers": [435, 462], "libart": 554, "libart_cflag": 554, "libart_include_dir": 554, "libart_link_dir": 554, "libart_link_flag": 554, "libb": 563, "libbas": 274, "libblastrampolin": [376, 1341], "libboost_date_tim": 379, "libboost_system": 379, "libc": [270, 378, 425, 1388], "libc6": 132, "libc_clang": 274, "libc_intel": 274, "libcstd": 1329, "libcufft_static_nocallback": 1333, "libcurl": [384, 1327, 1345], "libcxx_clang": 274, "libcxx_intel": 274, "libdir": [535, 554], "libegl": 454, "libexec": [77, 535, 1317, 1342], "libexecdir": 535, "libexport": 266, "libexslt": 438, "libextern": [1690, 1729], "libflam": 1320, "libfoo": [55, 57, 116, 248, 262, 274, 279, 285, 620, 1066, 1340, 1525, 1690, 1729], "libfoobar": 139, "libgdal": 403, "libgl": [454, 632], "libglx": [454, 632], "libiconv": 422, "libinput": [439, 1323], "libinput_compile_opt": 439, "libinput_found": 439, "libinput_include_dir": 439, "libinput_librari": 439, "libinput_vers": 439, "libintl": [411, 425, 1329], "libjpeg": 427, "libkonq": 135, "liblzma": [129, 310, 436, 1327, 1331], "liblzma_found": 436, "liblzma_has_auto_decod": 436, "liblzma_has_easy_encod": 436, "liblzma_has_lzma_preset": 436, "liblzma_include_dir": 436, "liblzma_librari": 436, "liblzma_vers": 436, "liblzma_version_major": 436, "liblzma_version_minor": 436, "liblzma_version_patch": 436, "liblzma_version_str": 436, "libmex": 447, "libmx": 447, "libmysharedlib": 77, "libn": 298, "libnam": [263, 455], "libnativehelp": 426, "libnvfatbin": 1341, "libnvfatbin_stat": 1341, "libopengl": [454, 632], "libopenthread": 458, "libosg": 458, "liboth": 274, "libpath": 1762, "libperl": 466, "libpkg": 135, "libpng": [369, 461], "libprotobuf": 472, "libprotoc": 472, "libqsqloci": 142, "librari": [2, 5, 8, 11, 22, 26, 53, 54, 55, 57, 58, 61, 77, 81, 82, 85, 94, 95, 99, 115, 117, 118, 120, 132, 139, 142, 143, 156, 250, 251, 255, 257, 258, 259, 261, 262, 263, 264, 268, 270, 271, 273, 274, 279, 280, 281, 282, 283, 285, 287, 290, 292, 293, 294, 298, 303, 304, 313, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 365, 368, 369, 371, 372, 373, 374, 376, 377, 378, 379, 381, 382, 384, 387, 388, 391, 393, 395, 396, 397, 398, 399, 400, 401, 403, 404, 405, 406, 407, 409, 410, 411, 413, 415, 416, 417, 419, 421, 422, 424, 425, 426, 427, 428, 429, 430, 431, 432, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 450, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 466, 467, 468, 469, 470, 472, 473, 474, 475, 477, 479, 480, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 496, 497, 498, 499, 500, 503, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 535, 536, 537, 539, 542, 551, 555, 557, 559, 562, 563, 564, 568, 578, 580, 584, 599, 602, 620, 623, 632, 633, 635, 639, 651, 659, 671, 682, 696, 701, 702, 716, 722, 724, 726, 739, 750, 758, 766, 767, 805, 808, 821, 823, 844, 850, 916, 917, 927, 930, 937, 939, 948, 963, 964, 967, 988, 990, 991, 992, 993, 994, 1004, 1012, 1017, 1021, 1030, 1033, 1043, 1057, 1064, 1066, 1068, 1070, 1072, 1074, 1076, 1078, 1081, 1083, 1085, 1086, 1088, 1091, 1092, 1094, 1095, 1096, 1100, 1102, 1103, 1104, 1105, 1106, 1110, 1113, 1132, 1133, 1134, 1135, 1136, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1162, 1163, 1165, 1167, 1169, 1177, 1180, 1184, 1185, 1186, 1187, 1188, 1192, 1194, 1196, 1197, 1208, 1209, 1210, 1211, 1212, 1214, 1229, 1230, 1253, 1258, 1270, 1272, 1275, 1277, 1279, 1281, 1287, 1295, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1333, 1334, 1335, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1354, 1360, 1388, 1391, 1446, 1458, 1492, 1493, 1520, 1523, 1525, 1526, 1531, 1535, 1570, 1589, 1590, 1591, 1592, 1594, 1606, 1650, 1651, 1652, 1653, 1672, 1673, 1675, 1677, 1679, 1680, 1686, 1687, 1688, 1689, 1692, 1702, 1703, 1704, 1709, 1710, 1711, 1712, 1714, 1717, 1725, 1726, 1727, 1728, 1731, 1732, 1734, 1747, 1757, 1762, 1779, 1780, 1781, 1800, 1807, 1808, 1809, 1810, 1811, 1812, 1816, 1817, 1826, 1827, 1828, 1829, 1841, 1842, 1850, 1880, 1900, 1901, 1907, 1915, 1923, 1929, 2041], "librarian": [2, 8, 117, 1209, 1210, 1211, 1326], "library1": 1324, "library2": 1324, "library_express": [1690, 1729], "library_fil": 55, "library_install_dir": 536, "library_nam": 1324, "library_output_directori": [7, 266, 282, 1133, 1287, 1343, 1711, 2041], "library_output_directory_": [282, 1132, 1712], "library_output_nam": [266, 274, 282, 1135, 1180], "library_output_name_": [274, 282, 1134, 1180], "library_output_path": 286, "library_path": [22, 1673], "library_target": 536, "library_typ": 1725, "librarypath": 273, "libs_dest": 292, "libsci": 396, "libsdl": 484, "libshared_and_stat": 536, "libsomelib": 568, "libstatic3": 116, "libstdc": [936, 1329, 1388], "libtiff": 497, "libtiffxx": 497, "libtool": [430, 1158, 1159], "libuv": [290, 1319], "libwidget": 283, "libwww": 508, "libx": 1535, "libx32": [57, 58, 142, 804, 1348], "libxml": 469, "libxml2": [142, 279, 369, 437, 462, 469], "libxml2_definit": 437, "libxml2_found": [437, 462], "libxml2_include_dir": [437, 462], "libxml2_librari": [437, 462], "libxml2_version_str": 437, "libxml2_xmllint_execut": 437, "libxslt": 438, "libxslt_definit": 438, "libxslt_exslt_include_dir": 438, "libxslt_exslt_librari": 438, "libxslt_found": 438, "libxslt_include_dir": 438, "libxslt_librari": 438, "libxslt_version_str": 438, "libxslt_xsltproc_execut": 438, "libz": 384, "licens": [133, 135, 137, 138, 139, 142, 143, 259, 271, 310, 318, 407, 680, 693, 1326, 1330, 1332, 1333], "lie": 1770, "lieu": 1323, "life": 368, "light": [143, 398], "like": [1, 2, 4, 5, 6, 7, 8, 18, 20, 21, 33, 43, 55, 57, 71, 77, 81, 86, 90, 93, 106, 108, 113, 115, 116, 117, 120, 132, 136, 137, 138, 139, 142, 148, 167, 178, 198, 223, 230, 246, 248, 249, 250, 251, 253, 254, 255, 256, 257, 258, 259, 262, 263, 266, 268, 271, 273, 274, 277, 281, 285, 287, 290, 293, 302, 304, 308, 310, 313, 318, 326, 349, 362, 367, 368, 369, 370, 376, 378, 394, 407, 409, 414, 424, 432, 433, 446, 457, 462, 473, 474, 475, 477, 480, 538, 559, 563, 564, 568, 572, 618, 620, 625, 626, 629, 631, 643, 652, 655, 660, 677, 678, 679, 686, 687, 692, 723, 729, 759, 781, 782, 799, 821, 825, 895, 948, 950, 955, 958, 978, 1034, 1054, 1060, 1082, 1137, 1152, 1195, 1211, 1223, 1228, 1281, 1317, 1318, 1319, 1320, 1321, 1323, 1324, 1328, 1330, 1331, 1333, 1334, 1335, 1339, 1340, 1343, 1344, 1346, 1347, 1432, 1514, 1515, 1587, 1600, 1684, 1690, 1707, 1715, 1720, 1725, 1729, 1760, 1772, 1773, 1774, 1785, 1794, 1845, 1846, 1868, 1951, 1952, 1955, 1956, 2037, 2054, 2055, 2080], "likewis": [274, 279, 1872], "limit": [19, 37, 55, 58, 77, 98, 102, 134, 139, 142, 247, 266, 274, 285, 287, 290, 294, 310, 369, 373, 398, 424, 454, 538, 565, 592, 670, 674, 754, 835, 845, 909, 937, 939, 943, 948, 958, 974, 1030, 1104, 1117, 1118, 1119, 1136, 1223, 1224, 1227, 1228, 1287, 1317, 1323, 1327, 1328, 1329, 1337, 1340, 1343, 1345, 1346, 1397, 1401, 1448, 1690, 1729, 1742, 1770, 1866], "limit_count": [17, 55], "limit_input": 55, "limit_output": 55, "linaro": 285, "line": [0, 2, 3, 4, 10, 14, 18, 24, 26, 27, 28, 29, 35, 37, 52, 55, 56, 57, 58, 59, 60, 66, 90, 97, 99, 100, 106, 116, 120, 132, 133, 136, 137, 138, 142, 143, 152, 167, 189, 198, 247, 248, 249, 250, 254, 256, 257, 259, 263, 265, 268, 269, 271, 273, 274, 276, 280, 281, 283, 285, 289, 292, 294, 304, 309, 310, 313, 318, 326, 367, 368, 370, 375, 376, 382, 385, 389, 394, 397, 412, 418, 432, 437, 438, 447, 464, 492, 495, 507, 538, 562, 563, 583, 616, 620, 637, 649, 685, 686, 689, 716, 738, 739, 759, 817, 818, 819, 833, 834, 839, 871, 872, 876, 895, 901, 910, 920, 943, 948, 952, 953, 955, 957, 958, 960, 983, 989, 996, 998, 1005, 1006, 1008, 1009, 1015, 1021, 1051, 1054, 1066, 1068, 1072, 1104, 1121, 1123, 1124, 1125, 1127, 1128, 1137, 1145, 1147, 1149, 1153, 1155, 1171, 1172, 1174, 1175, 1223, 1234, 1286, 1291, 1317, 1318, 1319, 1320, 1329, 1330, 1337, 1340, 1341, 1343, 1345, 1394, 1395, 1397, 1429, 1448, 1451, 1467, 1470, 1527, 1596, 1600, 1602, 1618, 1629, 1633, 1634, 1638, 1644, 1656, 1661, 1668, 1672, 1673, 1684, 1690, 1692, 1720, 1724, 1725, 1729, 1731, 1742, 1743, 1744, 1745, 1746, 1859, 1865, 1871, 1872, 1887, 1921, 1955, 1965, 1967, 1973, 1974, 2044, 2054], "line_com": 277, "line_continu": 2, "line_end": [277, 287, 1334], "linear": [374, 376, 383, 432], "linearmath": 380, "lingual": 1344, "link": [1, 2, 7, 21, 26, 37, 43, 53, 55, 57, 58, 71, 77, 81, 82, 113, 115, 118, 120, 137, 138, 143, 167, 171, 172, 222, 248, 249, 251, 254, 255, 256, 260, 262, 263, 265, 268, 271, 273, 276, 279, 280, 283, 285, 287, 289, 290, 292, 294, 298, 301, 302, 303, 310, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 344, 345, 346, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 367, 370, 373, 374, 376, 377, 379, 380, 381, 382, 383, 386, 387, 391, 393, 395, 400, 401, 403, 405, 408, 410, 415, 419, 421, 422, 425, 430, 432, 435, 436, 437, 438, 439, 440, 441, 442, 443, 446, 447, 448, 450, 452, 453, 454, 455, 457, 459, 461, 467, 470, 471, 473, 474, 475, 479, 480, 481, 482, 484, 485, 486, 487, 488, 489, 490, 491, 497, 503, 506, 509, 510, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 533, 534, 535, 551, 555, 563, 564, 568, 579, 580, 582, 583, 584, 587, 588, 593, 598, 599, 616, 620, 623, 625, 633, 635, 639, 643, 659, 665, 668, 683, 691, 716, 726, 739, 767, 773, 819, 840, 851, 948, 954, 963, 964, 966, 970, 971, 972, 973, 993, 994, 1021, 1043, 1044, 1050, 1064, 1066, 1068, 1070, 1072, 1076, 1078, 1091, 1092, 1101, 1102, 1103, 1105, 1106, 1107, 1118, 1136, 1137, 1138, 1139, 1140, 1141, 1143, 1145, 1147, 1148, 1149, 1150, 1151, 1153, 1154, 1155, 1163, 1167, 1169, 1177, 1188, 1200, 1209, 1220, 1221, 1229, 1275, 1276, 1287, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1345, 1346, 1347, 1348, 1419, 1458, 1497, 1511, 1520, 1531, 1533, 1591, 1592, 1606, 1638, 1650, 1651, 1656, 1657, 1673, 1675, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1692, 1703, 1704, 1707, 1715, 1717, 1718, 1720, 1721, 1724, 1725, 1726, 1727, 1728, 1731, 1732, 1734, 1751, 1757, 1807, 1809, 1810, 1812, 1815, 1816, 1826, 1827, 1828, 1829, 1836, 1837, 1863, 1915, 1923], "link_depend": [266, 282, 1322], "link_depends_no_shar": [282, 1717, 1718], "link_directori": [115, 120, 266, 267, 280, 282, 430, 557, 563, 575, 579, 641, 1102, 1322, 1484, 1719], "link_flag": [116, 282, 1142, 1152, 1209], "link_flags_": [282, 1141], "link_group": [274, 1334, 1684, 1690, 1720, 1729], "link_interface_librari": [53, 54, 77, 116, 282, 582, 1072, 1103, 1144, 1722], "link_interface_libraries_": [282, 1103], "link_interface_libraries_debug": 116, "link_interface_multipl": [116, 282, 1074, 1146], "link_interface_multiplicity_": 282, "link_item": [1690, 1729], "link_lang_and_id": [274, 1327, 1690, 1729], "link_languag": [274, 1327], "link_lib": 294, "link_librari": [8, 116, 117, 120, 121, 251, 266, 267, 274, 280, 282, 294, 298, 557, 579, 639, 691, 1103, 1104, 1105, 1148, 1149, 1150, 1151, 1329, 1334, 1341, 1690, 1725, 1729], "link_libraries_only_target": [282, 588, 1333, 1723], "link_libraries_strategi": [116, 282, 1147, 1342, 1724], "link_library_overrid": [274, 282, 1151, 1334, 1690, 1725, 1729], "link_library_override_": [274, 282, 1150, 1334, 1690, 1725, 1729], "link_library_override_lib1": 1151, "link_onli": [274, 280, 659, 691, 726, 1104, 1147, 1220, 1221, 1318, 1334], "link_opt": [8, 116, 117, 120, 121, 266, 282, 349, 665, 1106, 1141, 1142, 1209, 1211, 1322, 1323, 1327, 1484], "link_priv": [116, 480, 582, 583, 1317], "link_publ": [116, 480, 582, 583, 1317], "link_search_end_stat": [282, 620, 1154, 1343, 1731], "link_search_start_stat": [282, 1153, 1343, 1732], "link_to": 447, "link_typ": 480, "link_what_you_us": [282, 1332, 1346, 1733], "linkabl": [7, 116, 382, 1589, 1590, 1841, 1842, 1845], "linkag": [376, 405, 432, 1228], "linkdirectori": 273, "linker": [7, 8, 55, 77, 81, 115, 116, 117, 171, 206, 262, 266, 271, 273, 279, 280, 285, 290, 302, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 344, 345, 346, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 376, 378, 432, 446, 447, 469, 500, 533, 563, 568, 575, 616, 620, 643, 655, 716, 739, 766, 937, 939, 979, 980, 981, 982, 1004, 1021, 1044, 1068, 1070, 1078, 1091, 1101, 1128, 1136, 1137, 1138, 1140, 1142, 1145, 1147, 1149, 1152, 1153, 1154, 1155, 1169, 1184, 1185, 1186, 1187, 1208, 1230, 1277, 1287, 1296, 1318, 1324, 1325, 1328, 1330, 1331, 1332, 1337, 1339, 1340, 1343, 1344, 1345, 1348, 1510, 1511, 1606, 1621, 1633, 1637, 1638, 1639, 1640, 1673, 1674, 1675, 1677, 1679, 1680, 1681, 1682, 1684, 1687, 1690, 1691, 1692, 1706, 1707, 1710, 1715, 1716, 1718, 1720, 1724, 1725, 1726, 1729, 1730, 1731, 1732, 1750, 1751, 1779, 1780, 1811, 1812, 1825, 1828, 1829, 1863, 1930], "linker_languag": [120, 121, 282, 285, 1044, 1156, 1157, 1339, 1679], "linker_typ": [282, 1339, 1637, 1707, 1715], "linkflag": 554, "linkframeworkdirectori": 273, "linklibrari": 273, "linknam": 55, "lint": [857, 1121, 1124, 1125, 1127], "linux": [18, 55, 77, 132, 135, 136, 142, 156, 223, 262, 263, 273, 274, 286, 310, 371, 373, 382, 425, 434, 533, 537, 541, 629, 655, 1137, 1197, 1275, 1319, 1322, 1324, 1328, 1330, 1334, 1335, 1336, 1338, 1342, 1344, 1345, 1346, 1347, 1581, 1584, 1585, 1684, 1690, 1715, 1720, 1729, 1738, 1845, 1915], "linuxmafia": 17, "linz": 493, "lipo": 285, "list": [2, 3, 6, 7, 10, 11, 12, 16, 17, 18, 20, 21, 22, 26, 35, 36, 37, 39, 43, 45, 46, 47, 48, 49, 50, 52, 53, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 69, 70, 71, 73, 77, 78, 79, 80, 81, 84, 86, 90, 92, 93, 94, 95, 96, 99, 100, 101, 102, 103, 104, 105, 107, 108, 110, 112, 114, 116, 118, 119, 120, 124, 126, 127, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 148, 150, 161, 166, 171, 173, 178, 179, 191, 212, 223, 230, 246, 247, 248, 249, 250, 254, 255, 256, 257, 259, 262, 263, 265, 266, 267, 268, 270, 271, 272, 273, 275, 276, 278, 279, 280, 281, 283, 285, 287, 289, 290, 292, 293, 296, 298, 303, 304, 306, 310, 313, 318, 325, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 344, 345, 346, 348, 349, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 365, 367, 368, 369, 370, 371, 374, 375, 376, 379, 382, 383, 384, 389, 394, 396, 398, 399, 406, 409, 424, 426, 430, 432, 437, 446, 447, 450, 451, 455, 462, 463, 469, 472, 473, 474, 475, 476, 477, 480, 489, 508, 511, 534, 537, 538, 539, 551, 555, 559, 567, 584, 598, 606, 611, 618, 619, 620, 635, 640, 645, 675, 676, 681, 684, 687, 706, 738, 744, 747, 748, 750, 751, 753, 754, 756, 757, 759, 760, 761, 765, 766, 767, 768, 769, 775, 777, 779, 780, 781, 782, 783, 791, 792, 793, 794, 796, 797, 799, 800, 801, 811, 812, 813, 815, 826, 829, 830, 831, 835, 837, 838, 843, 845, 847, 850, 851, 870, 886, 887, 889, 891, 892, 893, 894, 895, 896, 898, 900, 903, 904, 905, 907, 915, 946, 948, 950, 952, 961, 963, 970, 971, 972, 973, 974, 976, 978, 986, 987, 989, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1006, 1007, 1008, 1009, 1010, 1017, 1021, 1022, 1030, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1057, 1060, 1061, 1062, 1064, 1068, 1070, 1072, 1076, 1081, 1087, 1090, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1102, 1103, 1104, 1105, 1106, 1108, 1109, 1110, 1116, 1120, 1121, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1138, 1140, 1143, 1144, 1147, 1148, 1150, 1152, 1153, 1154, 1155, 1165, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1180, 1190, 1194, 1196, 1197, 1206, 1211, 1219, 1220, 1221, 1247, 1266, 1268, 1281, 1291, 1300, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1329, 1330, 1331, 1333, 1334, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1356, 1389, 1406, 1416, 1419, 1445, 1449, 1450, 1451, 1454, 1455, 1460, 1461, 1462, 1472, 1473, 1474, 1477, 1478, 1479, 1480, 1481, 1482, 1484, 1486, 1538, 1554, 1562, 1563, 1564, 1571, 1572, 1573, 1575, 1576, 1584, 1589, 1590, 1597, 1599, 1605, 1618, 1629, 1650, 1651, 1652, 1654, 1671, 1673, 1675, 1681, 1684, 1690, 1698, 1699, 1702, 1705, 1706, 1713, 1720, 1725, 1729, 1731, 1732, 1743, 1745, 1754, 1764, 1765, 1766, 1767, 1768, 1769, 1785, 1786, 1789, 1790, 1792, 1793, 1794, 1832, 1841, 1842, 1843, 1844, 1845, 1846, 1848, 1855, 1862, 1880, 1934, 1949, 1951, 1967, 1970, 1971, 1972, 1979, 1980, 1981, 1982, 1983, 1984, 1986, 1987, 1997, 2079], "list_directori": [55, 273, 1340], "list_onli": 55, "list_prerequisit": 537, "list_prerequisites_by_glob": 537, "list_separ": [277, 368], "list_var": [86, 537], "listdirectori": 273, "listfil": [54, 265, 276, 287, 768, 1465, 1466, 1467, 1468, 1469], "listfile_stack": 282, "listvar": 1745, "lite": 472, "liter": [18, 19, 21, 23, 93, 99, 108, 212, 269, 273, 274, 277, 281, 290, 367, 368, 565, 572, 613, 655, 687, 759, 792, 1054, 1103, 1147, 1317, 1975, 1978, 2079], "littl": [259, 544, 580, 822, 1224, 1626], "little_endian": 1626, "live": [135, 281, 454, 1322], "ll": [55, 142, 248, 471], "lld": [716, 1137, 1337, 1638, 1639, 1707, 1715], "lld_launcher": 1707, "llvm": [270, 455, 716, 1137, 1330, 1333, 1334, 1337, 1338, 1339, 1388, 1635, 1638, 1639, 1715], "llvmflang": [1137, 1334, 1635, 1715], "lmod": 396, "lng": 1013, "load": [2, 7, 23, 37, 56, 57, 58, 59, 60, 72, 77, 84, 85, 93, 224, 248, 262, 265, 266, 271, 273, 277, 278, 279, 281, 285, 287, 290, 292, 299, 304, 318, 367, 368, 376, 379, 382, 393, 396, 447, 503, 551, 555, 571, 625, 705, 706, 708, 716, 727, 1021, 1214, 1295, 1334, 1343, 1528, 1564, 1577, 1725, 1754, 1775, 1850, 1868, 1869, 1929], "load_arch": [1690, 1729], "load_cach": [267, 1326], "load_command": [267, 280, 591, 1317], "loadabl": [55, 266, 430, 1021, 1325, 1503, 1506, 1815, 1816], "loader": [7, 55, 376, 503, 1021, 1169, 1335, 1342], "loader_path": [55, 602, 1163], "loc": 367, "loc1": 85, "loc2": 85, "local": [17, 55, 56, 57, 58, 59, 60, 77, 81, 84, 108, 136, 139, 141, 143, 198, 248, 250, 252, 257, 262, 263, 266, 271, 273, 281, 287, 290, 292, 293, 296, 310, 313, 367, 368, 370, 382, 383, 391, 407, 411, 532, 535, 537, 539, 662, 680, 710, 792, 809, 919, 1063, 1233, 1234, 1235, 1236, 1241, 1263, 1317, 1320, 1330, 1334, 1337, 1338, 1345, 1437, 1514, 1602, 1758, 1759, 1772, 1773, 1774, 1801, 1803, 1846, 1871, 1956], "local_fold": 1013, "localappdata": [156, 1269], "localbas": 1846, "localdebuggercommand": 1233, "localdebuggercommandargu": 1234, "localdebuggerenviron": 1235, "localdebuggerworkingdirectori": 1236, "localedir": 535, "localizable_vari": 136, "localst": 77, "localstatedir": 535, "locat": [2, 3, 6, 7, 9, 10, 14, 16, 17, 21, 22, 24, 53, 56, 57, 58, 59, 60, 68, 72, 74, 75, 77, 78, 85, 107, 108, 114, 124, 130, 133, 136, 141, 142, 143, 175, 220, 223, 248, 250, 256, 257, 262, 263, 266, 269, 271, 273, 274, 277, 278, 279, 280, 282, 285, 287, 289, 290, 292, 293, 300, 304, 306, 313, 318, 319, 327, 348, 367, 368, 370, 373, 376, 379, 382, 383, 393, 396, 407, 410, 415, 418, 421, 433, 436, 440, 441, 442, 447, 450, 454, 455, 457, 467, 471, 472, 473, 474, 475, 479, 481, 482, 483, 485, 486, 487, 488, 489, 490, 494, 495, 496, 503, 507, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 537, 538, 539, 551, 563, 577, 586, 601, 602, 620, 622, 654, 671, 720, 728, 850, 867, 933, 934, 1038, 1064, 1076, 1081, 1100, 1101, 1157, 1161, 1162, 1163, 1165, 1169, 1206, 1281, 1283, 1317, 1318, 1320, 1321, 1322, 1325, 1327, 1328, 1329, 1331, 1334, 1335, 1338, 1339, 1345, 1347, 1348, 1433, 1465, 1468, 1469, 1529, 1531, 1533, 1546, 1547, 1550, 1562, 1577, 1589, 1590, 1593, 1599, 1633, 1738, 1755, 1774, 1801, 1825, 1841, 1842, 1846, 1859, 1910, 1956, 2038, 2041], "location_": [282, 720, 1076, 1156], "lock": [133, 895, 904, 905, 1329], "log": [2, 55, 120, 121, 187, 189, 253, 255, 264, 273, 281, 287, 290, 326, 369, 370, 405, 447, 495, 728, 1323, 1325, 1326, 1327, 1335, 1743, 1744, 1745, 1746], "log_": [368, 728, 1340], "log_build": 368, "log_configur": 368, "log_descript": [120, 121, 269, 1336], "log_dir": [368, 728, 1323], "log_download": 368, "log_instal": 368, "log_merged_stdouterr": [368, 1323], "log_output_on_failur": 368, "log_patch": [368, 1323], "log_path": 2007, "log_test": 368, "log_upd": 368, "logic": [6, 7, 10, 17, 21, 42, 55, 58, 77, 127, 248, 251, 266, 273, 279, 280, 304, 310, 368, 370, 383, 535, 538, 562, 595, 750, 760, 784, 809, 895, 1028, 1139, 1168, 1180, 1184, 1320, 1346, 1794, 1801, 1853, 1922], "login": 285, "loglevel": [287, 1324, 1325], "logo": [77, 136], "logopixmap": 136, "long": [21, 36, 58, 127, 132, 135, 139, 263, 274, 277, 281, 293, 313, 329, 365, 367, 370, 420, 502, 538, 589, 594, 595, 596, 633, 713, 792, 910, 1169, 1317, 1318, 1320, 1322, 1330, 1346, 1770, 1849], "longer": [27, 40, 102, 132, 140, 142, 270, 273, 274, 280, 285, 370, 382, 394, 420, 430, 454, 502, 538, 551, 561, 563, 567, 582, 613, 614, 619, 621, 622, 662, 663, 672, 674, 677, 688, 728, 851, 910, 1317, 1318, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1328, 1329, 1330, 1331, 1333, 1334, 1335, 1336, 1337, 1338, 1340, 1341, 1343, 1345, 1346, 1347, 1348, 1429], "longest": 66, "look": [4, 18, 55, 58, 59, 81, 83, 86, 90, 133, 134, 136, 137, 138, 143, 248, 249, 250, 251, 253, 254, 256, 258, 263, 270, 271, 273, 274, 279, 285, 290, 302, 303, 318, 348, 370, 376, 379, 382, 384, 392, 394, 398, 411, 414, 417, 423, 431, 432, 433, 446, 447, 457, 469, 473, 474, 475, 483, 493, 501, 504, 505, 511, 539, 551, 639, 640, 775, 799, 1103, 1121, 1147, 1154, 1157, 1177, 1324, 1327, 1330, 1336, 1345, 1347, 1348, 1514, 1515, 1525, 1526, 1732, 1801, 1817, 1910, 1967], "lookup": [274, 277, 280, 447, 473, 474, 475, 654, 1287, 1322, 1324, 1355, 1738], "loop": [13, 25, 62, 86, 128, 280, 293, 365, 546, 615, 684, 1329, 1331], "loop_var": [46, 62, 86], "loop_var_n": 62, "loosen": 1348, "lose": [137, 368, 555], "lost": [368, 370, 1532], "lot": [137, 247, 257, 368, 496], "low": [90, 396, 424, 503, 1224, 1278, 1342, 1919], "lower": [19, 58, 77, 83, 108, 132, 142, 249, 274, 277, 286, 305, 310, 368, 369, 370, 379, 419, 447, 534, 572, 575, 576, 578, 579, 580, 581, 584, 586, 588, 597, 598, 599, 600, 601, 603, 605, 606, 609, 610, 611, 612, 615, 616, 629, 630, 641, 642, 643, 645, 672, 673, 683, 687, 704, 997, 1007, 1318, 1319, 1324, 1344, 1770], "lower_cas": [274, 1317], "lower_case_fil": 77, "lowercas": [55, 63, 83, 86, 108, 266, 271, 274, 290, 492, 604, 1320, 1337], "lowercasenam": 370, "lowercasepackagenam": [58, 263], "lowest": [473, 474, 475, 1534], "lp64": 376, "lr": [287, 1342], "lreleas": 480, "ls_color": 148, "lsdlmain": 484, "lsomelib": 568, "lt": 17, "lto": [273, 343, 383, 1335, 1348, 1718], "lttng": [434, 1345], "lttngust_found": 434, "lttngust_has_tracef": 434, "lttngust_has_tracelog": 434, "lttngust_include_dir": 434, "lttngust_librari": 434, "lttngust_version_str": 434, "lua": [277, 369, 396, 440, 441, 442, 555, 1317, 1324], "lua50_found": 441, "lua51": 369, "lua51_found": 442, "lua_found": 440, "lua_include_dir": [440, 441, 442], "lua_librari": [440, 441, 442], "lua_version_major": 440, "lua_version_minor": 440, "lua_version_patch": 440, "lua_version_str": [440, 442], "lualatex": 433, "lualatex_compil": 433, "lualib": [440, 441], "lupdat": 480, "lx": 419, "lxxx": [1153, 1154, 1731, 1732], "lz": 285, "lzma": [132, 142, 266, 287, 436, 1318], "lzma_auto_decod": 436, "lzma_easy_encod": 436, "lzma_found": 266, "lzma_lzma_preset": 436, "m": [2, 108, 142, 248, 273, 290, 379, 447, 473, 475, 482, 484, 858, 979, 980, 981, 982, 1043, 1148, 1184, 1185, 1186, 1187, 1277, 1317, 1325, 1328, 1329, 1337, 1343, 1442, 1443, 1570, 1585, 1779, 1780, 1845], "m33": 683, "m4": 287, "mac": [130, 136, 141, 262, 293, 310, 313, 507, 537, 566, 967, 1316, 1342], "mach": [1033, 1158, 1159, 1326], "machin": [21, 37, 114, 116, 129, 132, 237, 238, 239, 247, 248, 250, 262, 269, 279, 280, 281, 290, 293, 327, 365, 373, 382, 426, 478, 535, 541, 732, 1100, 1103, 1113, 1143, 1144, 1219, 1223, 1323, 1330, 1342, 1346, 1493, 1515, 1589, 1590, 1620, 1817, 1841, 1842, 1865, 1872], "machineri": [473, 475], "macho": 55, "macho_compatibility_vers": [282, 1159, 1208, 1230, 1326], "macho_current_vers": [282, 1158, 1208, 1230, 1326], "maco": [7, 55, 56, 57, 58, 59, 60, 77, 116, 130, 133, 136, 141, 150, 151, 156, 161, 177, 207, 266, 273, 274, 280, 304, 313, 382, 383, 447, 452, 473, 474, 475, 503, 541, 628, 693, 850, 937, 939, 965, 966, 967, 968, 985, 1021, 1033, 1035, 1076, 1113, 1149, 1158, 1159, 1160, 1161, 1162, 1163, 1178, 1179, 1194, 1196, 1197, 1208, 1230, 1320, 1322, 1326, 1328, 1330, 1333, 1334, 1337, 1338, 1341, 1347, 1348, 1351, 1389, 1390, 1448, 1521, 1523, 1554, 1578, 1584, 1690, 1729, 1736, 1772, 1773, 1774, 1839, 1840, 1845], "macos10": 1328, "macos_include_fil": 304, "macosx": [285, 1347], "macosx_bundl": [6, 77, 280, 282, 382, 566, 850, 968, 1161, 1197, 1735], "macosx_bundle_bundle_nam": 1161, "macosx_bundle_bundle_vers": 1161, "macosx_bundle_copyright": 1161, "macosx_bundle_gui_identifi": 1161, "macosx_bundle_icon_fil": 1161, "macosx_bundle_info_plist": [282, 1160], "macosx_bundle_info_str": 1161, "macosx_bundle_long_version_str": 1161, "macosx_bundle_short_version_str": 1161, "macosx_deployment_target": [272, 1773], "macosx_framework_bundle_nam": [1162, 1342], "macosx_framework_bundle_vers": 1162, "macosx_framework_icon_fil": 1162, "macosx_framework_identifi": [266, 1033, 1162, 1197], "macosx_framework_info_plist": [282, 1033], "macosx_framework_short_version_str": 1162, "macosx_package_loc": 282, "macosx_rpath": [280, 282, 602, 1088, 1317, 1736], "macosxbundleinfo": 1161, "macosxframeworkinfo": 1162, "macro": [18, 20, 23, 49, 56, 57, 59, 60, 63, 64, 71, 83, 94, 95, 98, 137, 142, 223, 248, 265, 266, 267, 268, 271, 277, 279, 280, 282, 283, 285, 287, 296, 299, 302, 304, 308, 336, 339, 342, 344, 345, 346, 348, 360, 361, 362, 363, 375, 382, 389, 397, 410, 411, 418, 430, 431, 463, 472, 494, 495, 531, 534, 536, 538, 542, 543, 550, 554, 565, 591, 635, 640, 648, 653, 658, 754, 759, 792, 793, 797, 800, 833, 834, 835, 948, 950, 952, 953, 957, 960, 974, 1054, 1092, 1272, 1316, 1317, 1318, 1319, 1320, 1321, 1325, 1330, 1331, 1332, 1333, 1334, 1337, 1340, 1341, 1343, 1344, 1345, 1346, 1348, 1406, 1468, 1469, 1742], "macro_add_file_depend": 540, "macro_namespac": 534, "macroaddfiledepend": 278, "macstyl": 136, "made": [18, 23, 58, 88, 102, 114, 116, 139, 141, 248, 263, 266, 267, 279, 281, 285, 287, 367, 370, 382, 447, 476, 538, 599, 639, 729, 761, 964, 1063, 1100, 1103, 1113, 1143, 1144, 1206, 1214, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1564, 1850, 1862, 2073], "magic": 382, "magick": 424, "magickcor": 424, "magickwand": 424, "mai": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 16, 17, 18, 19, 20, 21, 23, 24, 26, 27, 37, 43, 53, 55, 56, 57, 58, 59, 60, 62, 65, 67, 68, 70, 71, 73, 75, 77, 78, 81, 83, 90, 93, 100, 102, 103, 105, 107, 108, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 132, 133, 134, 135, 136, 138, 139, 141, 142, 143, 148, 150, 161, 162, 166, 167, 171, 173, 178, 179, 188, 198, 212, 220, 221, 222, 223, 224, 229, 230, 231, 236, 237, 238, 239, 246, 247, 248, 249, 251, 252, 253, 260, 261, 262, 263, 264, 265, 266, 268, 269, 270, 271, 273, 274, 275, 276, 277, 278, 279, 280, 281, 283, 285, 286, 287, 289, 290, 293, 304, 310, 313, 318, 326, 329, 336, 339, 342, 344, 345, 346, 348, 349, 357, 360, 361, 362, 363, 367, 368, 369, 370, 371, 376, 377, 379, 382, 383, 387, 394, 397, 401, 403, 404, 405, 406, 407, 410, 415, 419, 421, 422, 425, 426, 427, 428, 429, 430, 432, 437, 438, 440, 441, 442, 446, 447, 450, 454, 455, 456, 457, 461, 462, 469, 476, 480, 484, 497, 500, 508, 509, 510, 511, 535, 536, 538, 539, 541, 551, 555, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 744, 747, 748, 754, 755, 756, 761, 766, 767, 784, 791, 792, 793, 794, 796, 821, 833, 834, 835, 837, 838, 843, 845, 866, 892, 895, 899, 900, 904, 907, 908, 911, 913, 915, 927, 929, 930, 937, 938, 957, 960, 963, 969, 970, 971, 972, 973, 974, 975, 976, 978, 986, 987, 994, 996, 997, 1002, 1004, 1006, 1007, 1009, 1010, 1018, 1022, 1030, 1048, 1052, 1053, 1057, 1060, 1063, 1064, 1066, 1068, 1076, 1078, 1081, 1087, 1089, 1090, 1093, 1094, 1095, 1096, 1097, 1098, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1122, 1123, 1128, 1129, 1130, 1132, 1133, 1137, 1138, 1140, 1145, 1147, 1148, 1149, 1150, 1151, 1152, 1156, 1157, 1161, 1162, 1165, 1166, 1167, 1169, 1172, 1173, 1175, 1176, 1177, 1180, 1186, 1187, 1194, 1196, 1197, 1201, 1202, 1206, 1208, 1211, 1219, 1224, 1230, 1232, 1233, 1234, 1235, 1236, 1248, 1258, 1270, 1272, 1275, 1277, 1278, 1287, 1315, 1317, 1318, 1319, 1320, 1322, 1323, 1324, 1325, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1335, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1362, 1364, 1369, 1377, 1379, 1384, 1388, 1422, 1425, 1432, 1435, 1445, 1458, 1462, 1472, 1495, 1496, 1505, 1512, 1513, 1514, 1518, 1519, 1527, 1531, 1532, 1561, 1562, 1563, 1564, 1580, 1585, 1600, 1602, 1633, 1644, 1658, 1661, 1668, 1671, 1673, 1675, 1684, 1690, 1715, 1720, 1729, 1738, 1744, 1746, 1747, 1752, 1753, 1754, 1756, 1757, 1770, 1772, 1773, 1774, 1782, 1783, 1800, 1803, 1813, 1814, 1825, 1830, 1831, 1835, 1836, 1837, 1845, 1846, 1847, 1849, 1857, 1858, 1861, 1862, 1864, 1866, 1868, 1871, 1873, 1887, 1891, 1892, 1893, 1894, 1896, 1904, 1905, 1906, 1907, 1910, 1911, 1914, 1915, 1919, 1948, 1953, 1955, 1956, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1997, 2028, 2029, 2037, 2079], "main": [2, 6, 7, 26, 55, 77, 90, 99, 116, 120, 130, 138, 142, 167, 230, 248, 253, 262, 263, 266, 268, 273, 274, 275, 281, 283, 293, 332, 335, 352, 355, 359, 368, 370, 375, 401, 407, 410, 419, 421, 426, 480, 484, 503, 551, 559, 560, 626, 675, 728, 734, 857, 900, 907, 908, 913, 924, 948, 953, 1076, 1092, 1104, 1136, 1149, 1157, 1243, 1268, 1276, 1294, 1305, 1318, 1323, 1329, 1333, 1334, 1343, 1347, 1690, 1729, 1746, 1862, 1872, 1928, 1938, 1967], "main2": 116, "main3": 116, "main_depend": [2, 735], "main_no_qtmain": 283, "main_program": 447, "mainli": [14, 40, 274, 289, 368, 447, 768, 1323, 1593], "maintain": [56, 57, 58, 59, 60, 77, 132, 135, 142, 249, 263, 264, 266, 267, 287, 290, 634, 705, 716, 1228, 1321, 1323, 1326, 1564], "mainten": [136, 263, 603], "maintenancetool": 136, "major": [2, 16, 19, 22, 23, 58, 71, 93, 134, 248, 262, 269, 271, 273, 279, 281, 287, 290, 304, 310, 374, 379, 382, 383, 405, 409, 416, 422, 425, 426, 429, 436, 440, 446, 451, 453, 455, 456, 457, 473, 474, 475, 476, 480, 483, 484, 494, 511, 558, 560, 656, 805, 948, 987, 1208, 1230, 1317, 1318, 1330, 1333, 1379, 1426, 1562, 1586, 1640, 1645, 1796, 1873, 1908], "make": [2, 3, 5, 6, 7, 14, 18, 20, 21, 23, 24, 27, 40, 53, 55, 58, 74, 77, 90, 108, 110, 116, 121, 133, 135, 136, 137, 145, 147, 192, 195, 198, 199, 213, 217, 220, 221, 222, 223, 225, 226, 231, 232, 247, 248, 249, 251, 253, 254, 256, 257, 259, 262, 263, 265, 266, 269, 271, 273, 274, 276, 277, 279, 280, 281, 285, 287, 290, 293, 294, 296, 299, 304, 310, 325, 343, 356, 367, 368, 370, 376, 382, 383, 394, 396, 415, 446, 447, 457, 469, 480, 535, 538, 562, 577, 582, 612, 618, 619, 620, 621, 655, 659, 673, 674, 678, 717, 728, 732, 748, 752, 754, 758, 783, 820, 832, 835, 842, 843, 846, 866, 895, 903, 951, 956, 959, 974, 1022, 1039, 1104, 1110, 1113, 1160, 1214, 1257, 1276, 1317, 1318, 1320, 1321, 1322, 1325, 1330, 1331, 1338, 1340, 1345, 1346, 1347, 1401, 1429, 1499, 1514, 1564, 1599, 1602, 1619, 1629, 1668, 1738, 1746, 1760, 1801, 1803, 1819, 1823, 1850, 1912, 1954, 1956], "make_c_identifi": [108, 274, 1317], "make_directori": [55, 267, 287, 1342, 1344], "make_ex": 368, "makecommand": [14, 290, 621, 1959], "makeconv": 419, "makedoc": 368, "makefil": [2, 3, 14, 110, 220, 221, 222, 224, 231, 233, 234, 235, 240, 241, 242, 243, 244, 245, 247, 262, 264, 266, 268, 273, 280, 283, 285, 287, 289, 290, 310, 368, 382, 396, 419, 533, 555, 562, 568, 621, 673, 674, 747, 748, 752, 754, 784, 817, 818, 819, 820, 822, 835, 843, 851, 852, 858, 915, 944, 946, 974, 1031, 1101, 1121, 1123, 1124, 1125, 1127, 1128, 1138, 1254, 1317, 1318, 1319, 1320, 1321, 1322, 1325, 1326, 1328, 1329, 1330, 1331, 1332, 1334, 1337, 1338, 1339, 1340, 1342, 1343, 1345, 1346, 1347, 1348, 1398, 1422, 1429, 1435, 1436, 1487, 1488, 1502, 1515, 1519, 1561, 1718, 1738, 1803, 1871, 1956, 2057], "makeindex": 433, "makeindex_compil": 433, "makensi": [138, 1331], "makeprogram": [290, 1325], "maket": [2, 255], "makevar": 277, "malform": 1832, "malici": 30, "malloc": [1302, 1306, 1307, 1308, 1935, 1939, 1940, 1941], "man": [17, 77, 133, 142, 265, 274, 276, 287, 289, 290, 394, 535, 655, 1317, 1340], "man_output": 394, "man_subdir": 394, "manag": [7, 23, 58, 77, 135, 139, 142, 257, 259, 262, 263, 264, 274, 280, 281, 287, 290, 318, 367, 383, 421, 473, 474, 475, 483, 608, 643, 743, 745, 837, 969, 1018, 1141, 1209, 1238, 1240, 1242, 1248, 1249, 1261, 1276, 1287, 1317, 1320, 1321, 1322, 1323, 1324, 1326, 1327, 1328, 1333, 1334, 1335, 1341, 1346, 1681, 1794], "managedcproj": 1248, "mandatori": [21, 58, 132, 135, 137, 139, 142, 285, 287, 303, 369, 1243, 1328, 1345], "mandir": 535, "mangl": [22, 55, 123, 1343], "mani": [26, 29, 36, 77, 83, 108, 111, 124, 134, 136, 148, 247, 248, 249, 251, 263, 265, 268, 271, 274, 277, 279, 286, 287, 290, 310, 313, 368, 370, 379, 382, 383, 446, 534, 620, 680, 705, 754, 835, 901, 909, 945, 974, 1223, 1224, 1227, 1228, 1319, 1329, 1847], "manifest": [55, 135, 309, 551, 1245, 1317, 1343], "manipul": [21, 55, 119, 256, 370, 424, 538, 999, 1000, 1001, 1003, 1045, 1046, 1047, 1049, 1206], "manner": [83, 132, 142, 248, 259, 274, 281, 454, 904, 905, 1110], "manpag": 551, "manual": [0, 1, 4, 6, 7, 8, 11, 17, 23, 53, 56, 57, 58, 59, 60, 64, 73, 77, 81, 83, 94, 95, 102, 111, 112, 113, 114, 115, 116, 117, 118, 119, 121, 124, 132, 133, 136, 137, 143, 247, 254, 262, 263, 265, 266, 271, 272, 274, 276, 277, 279, 280, 283, 286, 287, 289, 290, 368, 370, 382, 396, 446, 447, 452, 480, 484, 489, 559, 580, 613, 621, 664, 678, 680, 688, 715, 717, 723, 754, 755, 756, 761, 766, 767, 791, 792, 793, 794, 831, 835, 837, 838, 843, 845, 927, 929, 930, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 974, 975, 976, 978, 989, 996, 997, 998, 1006, 1007, 1008, 1009, 1010, 1022, 1051, 1052, 1053, 1087, 1090, 1092, 1093, 1094, 1095, 1096, 1100, 1101, 1102, 1103, 1106, 1107, 1108, 1109, 1110, 1126, 1129, 1130, 1138, 1140, 1143, 1144, 1147, 1152, 1164, 1171, 1172, 1173, 1174, 1175, 1176, 1206, 1211, 1223, 1278, 1317, 1318, 1320, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1330, 1333, 1336, 1340, 1344, 1345, 1348, 1448, 1449, 1454, 1455, 1460, 1461, 1473, 1474, 1477, 1478, 1479, 1480, 1481, 1482, 1535, 1566, 1567, 1568, 1569, 1572, 1573, 1575, 1576, 1654, 1699, 1702, 1705, 1764, 1765, 1766, 1767, 1768, 1769, 1919, 1956, 2037], "manually_added_depend": [5, 282, 720, 1347], "manufactur": [52, 292], "map": [17, 53, 74, 77, 132, 139, 269, 270, 274, 281, 290, 362, 447, 683, 746, 996, 1057, 1064, 1076, 1157, 1165, 1321, 1323, 1329, 1340, 1344, 1348, 1668], "map_imported_config_": [74, 274, 282, 1057, 1064, 1076, 1157, 1317, 1347, 1348, 1739], "map_imported_config_debug": 266, "map_imported_config_minsizerel": 1165, "map_imported_config_relwithdebinfo": 1165, "march": [594, 683], "mark": [2, 3, 7, 27, 28, 29, 37, 55, 58, 77, 88, 89, 119, 137, 266, 271, 273, 274, 277, 280, 287, 293, 313, 368, 369, 383, 458, 489, 618, 625, 674, 678, 723, 843, 866, 881, 895, 907, 908, 1110, 1194, 1196, 1197, 1258, 1267, 1272, 1318, 1321, 1323, 1326, 1327, 1330, 1342, 1348, 1690, 1729], "mark_as_advanc": [267, 271, 280, 662, 741], "markdown": 139, "marker": [21, 110, 266, 269, 274], "markov": [132, 142], "markup": [90, 881, 1277, 1348], "marm": 1366, "martijn": 137, "mask": 902, "mass": 1122, "master": 368, "mat": [447, 1346], "mat_librari": 447, "match": [2, 12, 17, 18, 21, 22, 23, 37, 52, 55, 56, 57, 58, 59, 60, 62, 71, 76, 77, 78, 79, 83, 86, 90, 107, 108, 119, 127, 134, 137, 139, 142, 143, 148, 262, 263, 265, 268, 271, 273, 274, 277, 279, 280, 281, 283, 287, 292, 304, 309, 325, 331, 334, 340, 351, 354, 358, 359, 367, 368, 370, 379, 382, 446, 456, 462, 469, 478, 506, 537, 538, 551, 559, 563, 582, 588, 591, 597, 627, 638, 653, 655, 674, 685, 687, 709, 710, 719, 744, 762, 791, 792, 793, 794, 796, 831, 893, 900, 907, 908, 910, 948, 950, 1156, 1157, 1158, 1159, 1165, 1206, 1208, 1230, 1243, 1317, 1323, 1324, 1325, 1329, 1331, 1332, 1334, 1337, 1340, 1342, 1345, 1348, 1379, 1535, 1668, 1710, 1740, 1741, 1760, 1825, 1847, 1896], "match_str": 108, "matchal": [55, 108, 719], "math": [248, 256, 267, 376, 1322, 1347], "math_dbg": 248, "math_rel": 248, "mathemat": [89, 108, 376], "mathfunct": [248, 250, 253, 254, 255, 256, 257, 258, 260], "mathfunctions_build": 248, "mathfunctions_dir": 248, "mathfunctions_find_compon": 248, "mathfunctions_found": 248, "mathfunctions_major_vers": 248, "mathfunctions_not_found_messag": 248, "mathfunctionscompon": 248, "mathfunctionsconfig": [248, 250], "mathfunctionsconfigvers": [248, 250], "mathfunctionssquareroottarget": 248, "mathfunctionstarget": [248, 250], "mathfunctiontarget": 248, "mathjax_codefil": 394, "mathjax_extens": 394, "mathwork": 447, "matlab": [447, 1321, 1322, 1323, 1334, 1340, 1346], "matlab_add_mex": [447, 1334, 1346], "matlab_add_unit_test": [447, 1346], "matlab_additional_startup_opt": 447, "matlab_additional_vers": 447, "matlab_binary_path": 447, "matlab_command_to_run": 447, "matlab_command_to_run_as_test": 447, "matlab_dataarray_librari": 447, "matlab_eng_librari": 447, "matlab_engine_librari": 447, "matlab_extract_all_installed_versions_from_registri": 447, "matlab_file_containing_unittest": 447, "matlab_file_nam": 447, "matlab_find_debug": 447, "matlab_found": 447, "matlab_get_all_valid_matlab_roots_from_registri": 447, "matlab_get_mex_suffix": 447, "matlab_get_release_name_from_vers": 447, "matlab_get_version_from_matlab_run": 447, "matlab_get_version_from_release_nam": 447, "matlab_include_dir": 447, "matlab_librari": 447, "matlab_list_vers": 447, "matlab_main_program": 447, "matlab_mat_librari": 447, "matlab_mcc_compil": 447, "matlab_mex_compil": 447, "matlab_mex_extens": 447, "matlab_mex_librari": 447, "matlab_mx_librari": 447, "matlab_root": 447, "matlab_root_dir": 447, "matlab_root_path": 447, "matlab_vers": 447, "matlabdataarrai": 447, "matlabengin": 447, "matrix": [266, 382, 447], "matter": [71, 370, 382, 447, 474, 475, 703, 1326, 1725], "matur": [94, 95, 223, 480, 1920], "max": [19, 23, 55, 281, 290, 447, 1321], "maxfailedtestoutputs": 281, "maxim": 58, "maximum": [136, 152, 168, 174, 266, 277, 281, 287, 290, 368, 809, 811, 931, 971, 1224, 1317, 1323, 1328, 1334, 1742, 1770, 1911, 1975, 1976, 1977, 1978, 1985], "maxpassedtestoutputs": 281, "maxtestnamewidth": 281, "maxwel": 382, "mayb": 263, "mc": 1335, "mcc": 447, "mcc_compil": [447, 1322], "mcpu": 683, "mcr": [447, 1321], "mcst": [280, 689, 1333, 1635], "md": [139, 248, 410, 1167, 1757], "md5": [55, 108, 263, 287, 367, 368, 370], "md5sum": 287, "mdd": [1167, 1757], "me": 279, "mean": [2, 18, 21, 22, 55, 58, 62, 71, 75, 82, 83, 89, 108, 116, 120, 127, 134, 135, 136, 198, 248, 249, 250, 254, 262, 266, 270, 271, 272, 273, 274, 277, 279, 280, 283, 285, 286, 287, 290, 304, 310, 367, 368, 370, 391, 430, 447, 480, 484, 492, 494, 536, 538, 588, 633, 644, 657, 679, 680, 721, 728, 843, 847, 848, 909, 911, 916, 970, 996, 1006, 1009, 1052, 1105, 1107, 1172, 1175, 1213, 1317, 1325, 1328, 1525, 1690, 1720, 1729, 1801, 1956], "meaning": [55, 56, 57, 58, 59, 60, 159, 290, 370, 384, 394, 473, 474, 475, 483, 539, 555, 562, 736, 784, 904, 1004, 1018, 1025, 1083, 1342, 1472, 1475, 1514, 1668, 1715, 1725, 1783, 1862], "meaningfulli": 1325, "meaningless": 621, "meant": [58, 73, 100, 114, 120, 132, 139, 194, 203, 248, 249, 265, 269, 273, 277, 281, 287, 541, 552, 553, 563, 645, 676, 714, 734, 758, 761, 811, 850, 1156, 1219, 1278, 1317, 1318, 1329, 1343, 1390, 1512, 1513, 1564, 1589, 1590, 1658, 1661, 1701, 1703, 1704, 1752, 1753, 1760, 1782, 1813, 1814, 1830, 1831, 1841, 1842, 1862, 1880, 1912, 1919], "meanwhil": 137, "measur": [282, 290, 368, 1223, 1331, 1332, 1343], "mebibyt": 17, "mechan": [23, 77, 81, 115, 119, 198, 266, 280, 290, 304, 310, 370, 538, 602, 666, 1602, 1725, 1956], "meet": [18, 290, 1177], "meet_requir": 274, "megabyt": 290, "member": [108, 134, 273, 274, 287, 290, 360, 362, 367, 714, 792, 1334, 1336, 1337, 1690, 1729], "membership": 1223, "memcheck": [31, 36, 1326, 1328], "memori": [17, 290, 382, 383, 446, 1224, 1319, 1326, 1347], "memorycheck_command": 290, "memorycheck_command_opt": 290, "memorycheck_sanitizer_opt": 290, "memorycheck_suppressions_fil": 290, "memorycheck_typ": 290, "memorycheckcommand": [290, 2005], "memorycheckcommandopt": [290, 2006], "memorychecksanitizeropt": [290, 2007], "memorychecksuppressionfil": [290, 2008], "memorychecktyp": [290, 2009], "memorysanit": [1318, 2009], "mention": [2, 3, 52, 77, 249, 263, 281, 285, 368, 457, 670, 714, 738, 857, 895, 1081, 1317, 1327], "menu": [133, 136, 137, 138, 143, 262, 310, 732, 830, 1339, 1340, 1344], "mercuri": [263, 290, 418, 1318, 1618], "mere": [58, 266], "merg": [16, 17, 52, 274, 368, 394, 1092, 1277, 1330, 1343, 1967], "mesa": 123, "meson": 368, "messag": [2, 3, 17, 21, 22, 28, 35, 36, 37, 38, 55, 56, 57, 58, 59, 60, 62, 77, 108, 120, 126, 128, 132, 136, 139, 142, 248, 257, 266, 267, 271, 273, 274, 277, 279, 287, 290, 293, 297, 299, 304, 327, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 367, 368, 369, 370, 383, 385, 394, 412, 418, 446, 462, 463, 464, 469, 472, 478, 492, 495, 534, 537, 559, 563, 588, 613, 614, 684, 724, 728, 820, 822, 1015, 1031, 1317, 1318, 1320, 1323, 1324, 1325, 1326, 1327, 1331, 1333, 1334, 1335, 1336, 1340, 1341, 1435, 1464, 1505, 1537, 1600, 1702, 1743, 1744, 1745, 1746, 1787, 1788, 1791, 1795, 1803, 1914, 1971, 1972, 1973, 1974, 1986, 1987], "message_command": 18, "message_nev": [77, 1318], "met": [2, 3, 119, 283, 368, 480, 908, 1130, 1720, 1729], "meta": [18, 136, 268, 283, 480, 503, 559, 680, 950, 1321, 1326, 1327, 1330, 1335, 1341, 1347, 1348], "metadata": [77, 93, 134, 135, 870, 1268, 1274, 1322, 1327], "metal": [503, 1297, 1298, 1299, 1335, 1845, 1931, 1932, 1933], "method": [18, 21, 83, 100, 254, 262, 263, 274, 280, 310, 368, 370, 376, 432, 551, 695, 728, 932, 1223, 1243, 1320, 1328, 1334, 1337, 1865, 1872, 1923], "metrowerkshicross": 302, "mex": [447, 1323, 1340], "mex_compil": 447, "mex_suffix": 447, "mex_target_output_nam": 447, "mexfunct": 1322, "mfc": [443, 539, 1276, 1747], "mfc_found": 443, "mfx": 493, "mha": 367, "mhd": 367, "mib": 17, "micro": 405, "microcontrol": 1845, "microsecond": [108, 1333], "microsoft": [74, 136, 145, 236, 268, 294, 390, 417, 443, 446, 449, 1006, 1009, 1010, 1018, 1137, 1247, 1266, 1269, 1276, 1329, 1336, 1431, 1438, 1562, 1635, 1639, 1715, 1747, 1896, 1908, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056], "middl": [290, 534, 1177, 1334, 1985], "midipix": [1319, 1845], "midnight": 108, "mig": 884, "might": [18, 20, 26, 73, 86, 90, 93, 116, 137, 143, 167, 263, 271, 285, 304, 313, 368, 370, 382, 421, 422, 424, 446, 447, 457, 459, 489, 537, 541, 563, 572, 616, 695, 709, 715, 809, 843, 859, 944, 948, 950, 1104, 1148, 1223, 1258, 1566, 1602, 1645, 1702, 1743, 1794, 1967], "migrat": [280, 559, 721, 1315, 1948], "mikmod_librari": 489, "milib": 1148, "mime": 141, "min": [19, 23, 55, 273, 285, 368, 922, 1321, 1341, 1748, 1773], "mind": [248, 279], "mingw": [2, 3, 17, 220, 221, 222, 224, 225, 231, 262, 275, 286, 294, 532, 537, 557, 754, 835, 974, 1043, 1321, 1326, 1334, 1338, 1339, 1344, 1346, 1845, 1846], "mingw32": [226, 262, 1346], "mingw64": [1346, 1845], "minim": [20, 148, 225, 273, 370, 446, 455, 936, 1317, 1319, 1347, 1388], "minimalist": 226, "minimum": [19, 55, 207, 249, 266, 268, 273, 280, 281, 287, 290, 368, 375, 379, 397, 429, 466, 483, 495, 560, 972, 1145, 1271, 1317, 1320, 1329, 1341, 1702, 1773, 1858, 1909, 2029], "minimumcmakevers": 273, "minimumvisualstudiovers": 1880, "minor": [16, 19, 22, 23, 58, 71, 93, 134, 271, 273, 279, 281, 287, 290, 304, 310, 374, 379, 382, 383, 405, 409, 416, 422, 425, 426, 429, 436, 440, 446, 451, 453, 455, 456, 457, 473, 474, 475, 476, 480, 483, 484, 494, 511, 558, 560, 656, 805, 948, 987, 1208, 1230, 1379, 1427, 1562, 1586, 1640, 1645, 1797, 1873, 1896, 1908], "minsizerel": [258, 266, 382, 1141, 1165, 1209, 1422, 1445, 1662, 1663], "minu": [290, 597, 904], "minut": 108, "mio": 285, "mip": [556, 557, 1364, 1365], "miphoneo": 285, "mips64": [1364, 1365], "mirbsd": 1845, "miro": 1845, "mirror": [22, 273, 367, 1323], "misc": 135, "misconfigur": 171, "misinterpret": 274, "mislead": 370, "mismatch": [342, 462], "misplac": 615, "miss": [2, 3, 20, 21, 71, 90, 142, 273, 280, 368, 369, 370, 394, 462, 560, 570, 574, 587, 618, 671, 735, 838, 852, 944, 1022, 1078, 1148, 1208, 1230, 1317, 1318, 1322, 1324, 1328, 1330, 1537, 1760], "missingcompon": 90, "mistak": [132, 142, 274, 462, 552, 553, 1317], "mistakenli": [278, 1328], "misunderstand": 266, "misunderstood": 266, "mit": 139, "mix": [19, 249, 274, 277, 280, 286, 287, 382, 458, 583, 969, 1223, 1334, 1340, 1845], "mixtur": 266, "mk": [77, 1346], "mkdir": [142, 248, 249, 251, 253, 254, 256, 262, 287, 368], "mklroot": 376, "mklvar": 376, "mm": [55, 211, 273, 451, 455, 858, 1325], "mmacosx": 1773, "mmm": [1562, 1908], "mmmdd": [1562, 1908], "mmx": 17, "mo": 411, "mobil": [1256, 1845], "moc": [94, 266, 283, 430, 479, 480, 943, 944, 945, 946, 949, 950, 951, 952, 953, 954, 958, 1092, 1319, 1320, 1322, 1325, 1337, 1347, 1348, 1397, 1399, 1402, 1404, 1406, 1407, 1408, 1409], "moc_": [283, 948, 1319, 1347, 1348], "moc_foo": 1345, "moc_predef": [948, 949, 1319], "mock": 410, "mocopt": 953, "mocs_compil": [283, 948], "mocs_compilation_": [283, 948], "mod": [265, 276, 287, 289, 290, 368, 396, 534, 1556, 1558, 1672], "mode": [1, 8, 18, 22, 31, 37, 55, 66, 77, 83, 88, 90, 91, 99, 113, 116, 117, 121, 129, 139, 152, 167, 185, 197, 198, 218, 230, 247, 257, 262, 263, 266, 268, 273, 274, 277, 280, 281, 284, 285, 287, 289, 301, 304, 326, 328, 379, 382, 384, 394, 555, 627, 688, 697, 717, 728, 791, 792, 793, 794, 795, 807, 978, 1050, 1060, 1152, 1211, 1214, 1223, 1227, 1317, 1318, 1319, 1320, 1321, 1323, 1324, 1326, 1327, 1328, 1330, 1331, 1333, 1334, 1335, 1336, 1338, 1341, 1342, 1346, 1347, 1348, 1394, 1395, 1409, 1418, 1450, 1463, 1471, 1531, 1532, 1534, 1537, 1589, 1590, 1602, 1618, 1635, 1655, 1690, 1706, 1729, 1806, 1824, 1841, 1842, 1845, 1850, 1918, 1975, 1978, 1985], "model": [35, 258, 270, 273, 376, 702, 875, 1050, 1278, 1318, 1323, 1341, 1919], "modern": [136, 137, 148, 254, 264, 271, 582, 590, 610, 1341, 1639], "modif": [2, 3, 55, 126, 262, 273, 274, 287, 290, 368, 447, 743, 892, 1139, 1329, 1341], "modifi": [6, 7, 11, 18, 21, 22, 24, 55, 63, 86, 119, 126, 138, 167, 249, 252, 253, 254, 255, 256, 260, 262, 266, 274, 277, 282, 287, 290, 313, 319, 336, 339, 342, 344, 345, 346, 348, 349, 357, 360, 361, 362, 363, 368, 369, 370, 382, 403, 477, 484, 489, 520, 522, 535, 538, 578, 637, 676, 686, 698, 702, 741, 753, 892, 1122, 1317, 1322, 1332, 1334, 1335, 1337, 1340, 1341, 1348, 1390, 1561, 1562, 1563, 1564, 1655, 1782, 1789, 1790, 1792, 1793, 1817, 1839, 1840, 1841, 1842, 1843, 1844, 1846, 1848, 1920], "modified_access": 126, "modplug_librari": 489, "modul": [2, 7, 8, 10, 14, 18, 20, 27, 43, 44, 53, 55, 56, 57, 58, 59, 60, 72, 77, 85, 91, 93, 94, 95, 117, 119, 120, 133, 136, 167, 181, 182, 194, 248, 252, 253, 259, 260, 262, 264, 265, 266, 268, 270, 273, 274, 276, 280, 283, 285, 287, 289, 290, 293, 294, 297, 298, 299, 300, 302, 303, 305, 307, 308, 310, 313, 318, 319, 326, 327, 329, 330, 333, 336, 337, 338, 339, 342, 343, 344, 345, 346, 348, 349, 350, 353, 356, 364, 365, 366, 368, 369, 370, 371, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 391, 392, 393, 394, 395, 396, 397, 398, 401, 402, 403, 404, 405, 406, 407, 409, 410, 411, 412, 413, 414, 415, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 440, 441, 442, 444, 445, 446, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 533, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 555, 558, 559, 577, 578, 597, 620, 623, 629, 632, 634, 635, 643, 644, 646, 648, 653, 654, 658, 666, 674, 680, 693, 698, 705, 706, 708, 715, 717, 727, 728, 732, 733, 738, 767, 839, 842, 850, 859, 967, 993, 994, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1012, 1021, 1036, 1038, 1039, 1058, 1059, 1060, 1061, 1062, 1076, 1097, 1136, 1140, 1141, 1142, 1152, 1155, 1188, 1209, 1211, 1212, 1214, 1217, 1218, 1223, 1272, 1277, 1287, 1316, 1458, 1465, 1476, 1503, 1506, 1514, 1528, 1531, 1532, 1537, 1556, 1557, 1558, 1559, 1590, 1594, 1602, 1652, 1672, 1679, 1701, 1703, 1704, 1725, 1750, 1751, 1754, 1758, 1759, 1789, 1790, 1792, 1793, 1794, 1801, 1802, 1815, 1816, 1842, 1850, 1852, 1856, 1857, 1858, 1862, 1868, 1967, 2028, 2029, 2071], "modular": 532, "modularis": 895, "module_fil": 55, "module_found": [473, 474, 475], "module_librari": [273, 1222], "module_nam": [555, 646, 1323], "modulenam": [72, 469], "moduleshom": 396, "modulespec": 469, "mogrifi": 424, "mold": [1137, 1639, 1715], "moltenvk": 503, "moment": 325, "monik": [139, 1341], "monitor": [273, 1343], "mono": [473, 474, 475], "monolith": [142, 310, 313, 533, 1344], "montag": 424, "month": [108, 451, 455, 1319, 1346, 1562, 1908], "more": [0, 1, 2, 3, 4, 6, 7, 8, 16, 17, 18, 20, 21, 22, 23, 37, 40, 52, 55, 56, 57, 58, 59, 60, 65, 68, 69, 70, 71, 73, 77, 78, 79, 81, 83, 90, 92, 93, 94, 95, 100, 101, 102, 104, 105, 108, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 128, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 167, 177, 187, 188, 230, 247, 248, 249, 251, 254, 256, 257, 262, 263, 265, 266, 268, 269, 271, 273, 274, 277, 279, 280, 281, 283, 285, 287, 289, 290, 292, 304, 313, 318, 326, 330, 331, 332, 333, 334, 335, 338, 340, 341, 345, 346, 348, 350, 351, 352, 353, 354, 355, 362, 367, 368, 369, 370, 382, 383, 391, 394, 398, 409, 415, 429, 431, 447, 454, 469, 471, 473, 474, 475, 480, 506, 507, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 538, 541, 551, 563, 597, 602, 612, 613, 622, 655, 714, 715, 717, 720, 734, 735, 737, 739, 754, 755, 756, 761, 766, 767, 888, 894, 896, 904, 905, 909, 915, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 974, 975, 978, 1011, 1081, 1087, 1092, 1094, 1095, 1096, 1100, 1101, 1102, 1103, 1105, 1106, 1107, 1108, 1109, 1110, 1138, 1140, 1145, 1147, 1149, 1150, 1151, 1152, 1163, 1190, 1191, 1206, 1211, 1217, 1223, 1229, 1240, 1243, 1249, 1259, 1261, 1274, 1277, 1278, 1279, 1280, 1287, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1328, 1329, 1331, 1332, 1334, 1335, 1337, 1338, 1340, 1341, 1342, 1347, 1348, 1355, 1409, 1420, 1422, 1448, 1456, 1465, 1483, 1537, 1562, 1566, 1567, 1568, 1569, 1589, 1601, 1602, 1684, 1685, 1690, 1691, 1720, 1729, 1745, 1760, 1762, 1789, 1790, 1792, 1793, 1794, 1818, 1820, 1822, 1841, 1871, 1919, 2080], "moreov": [274, 446, 473, 475, 716, 1326, 1334, 1344], "moreth": 281, "morpholog": 383, "morphologi": 416, "most": [2, 6, 7, 21, 23, 31, 38, 55, 56, 57, 58, 59, 60, 62, 75, 77, 90, 126, 134, 135, 137, 143, 148, 249, 262, 263, 266, 268, 269, 271, 273, 274, 277, 279, 285, 286, 287, 290, 293, 310, 368, 369, 370, 376, 383, 393, 419, 421, 432, 454, 457, 473, 474, 475, 480, 538, 551, 555, 563, 565, 571, 613, 737, 754, 835, 881, 903, 974, 1104, 1214, 1269, 1281, 1342, 1379, 1448, 1468, 1469, 1493, 1538, 1556, 1558, 1688, 1714, 1727, 1748, 1787, 1788, 1791, 1795, 1850, 1956, 2059, 2060, 2061, 2063, 2068, 2069, 2070, 2071, 2072, 2074], "mostli": [24, 55, 268, 290, 368, 489, 591, 825, 1330], "motif": 448, "motif_found": 448, "motif_include_dir": 448, "motif_librari": 448, "motiv": [2, 3], "motorola": 55, "mount": [55, 133, 1344], "move": [55, 58, 167, 248, 278, 311, 312, 314, 315, 316, 317, 320, 321, 322, 323, 324, 368, 370, 496, 498, 792, 909, 1321, 1322, 1331, 1337, 1343], "mozilla": 55, "mp": 1845, "mp_": 77, "mp_myex": 77, "mpeg": 444, "mpeg2": 445, "mpeg2_found": 445, "mpeg2_include_dir": 445, "mpeg2_librari": 445, "mpeg2_mpeg2_librari": 445, "mpeg2_vo_librari": 445, "mpeg2dec": 445, "mpeg_found": 444, "mpeg_include_dir": 444, "mpeg_librari": 444, "mpeg_mpeg2_librari": 444, "mpeg_vo_librari": 444, "mpi": [901, 1319, 1329], "mpi_": 446, "mpi_assume_no_builtin_mpi": 446, "mpi_async_protects_nonblock": 446, "mpi_compil": 446, "mpi_compile_flag": 446, "mpi_compiler_flag": 446, "mpi_cxx_skip_mpicxx": 446, "mpi_determine_fortran_cap": 446, "mpi_determine_library_vers": 446, "mpi_executable_suffix": 446, "mpi_extra_librari": 446, "mpi_f08": 446, "mpi_fortran_": 446, "mpi_fortran_f77_header_dir": 446, "mpi_fortran_have_f08_modul": 446, "mpi_fortran_have_f77_head": 446, "mpi_fortran_have_f90_modul": 446, "mpi_fortran_module_dir": 446, "mpi_found": 446, "mpi_get_library_vers": 446, "mpi_guess_library_nam": 446, "mpi_hom": 446, "mpi_include_path": 446, "mpi_librari": 446, "mpi_link_flag": 446, "mpi_mpicxx_found": 446, "mpi_skip_compiler_wrapp": 446, "mpi_skip_guess": 446, "mpi_subarrays_support": 446, "mpi_vers": 446, "mpich": [396, 446], "mpich2": 446, "mpicxx": 446, "mpiexec_execut": 446, "mpiexec_max_numproc": 446, "mpiexec_numproc_flag": 446, "mpiexec_postflag": 446, "mpiexec_preflag": 446, "mpif": 446, "msbuild": [116, 262, 707, 722, 1257, 1269, 1270, 1317, 1341, 1347, 1738, 1885, 1887, 1891, 1896, 1904, 1905, 1906, 1907], "msbuildextens": 1893, "msc": 394, "mscfile": 394, "mscfile_dir": 394, "mscgen": [394, 1348], "mscgen_path": 394, "msdn": 99, "msg": 559, "msgfmt": [411, 425], "msgmerg": [411, 425], "msi": [143, 1339, 1341, 1344, 1345, 1347], "msmpi": 446, "msp430": 1324, "msv": [948, 955, 958], "msvc": [1, 8, 117, 118, 120, 251, 268, 270, 273, 274, 280, 286, 294, 297, 301, 379, 410, 455, 457, 472, 497, 539, 559, 651, 652, 677, 679, 701, 722, 983, 997, 1007, 1137, 1166, 1167, 1209, 1210, 1211, 1270, 1318, 1319, 1321, 1324, 1325, 1327, 1328, 1329, 1330, 1332, 1334, 1335, 1336, 1338, 1339, 1341, 1343, 1344, 1634, 1635, 1638, 1639, 1690, 1707, 1715, 1729, 1756, 1757, 1847, 1907, 2054, 2055], "msvc10": 286, "msvc11": 286, "msvc12": 286, "msvc14": 286, "msvc60": 286, "msvc70": 286, "msvc71": 286, "msvc80": 286, "msvc90": 286, "msvc_cxx": 251, "msvc_debug_information_format": [282, 701, 1335, 1756], "msvc_ide": 286, "msvc_runtime_librari": [282, 651, 722, 1270, 1324, 1757], "msvc_toolset_vers": [286, 1321, 2056], "msvc_version": [286, 1321, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2055], "msvcrt": [1277, 1348], "msw": [532, 533], "mswd": 532, "mswu": 532, "mswunivud": 532, "msy": [2, 3, 17, 226, 262, 274, 275, 286, 449, 473, 475, 1043, 1321, 1331, 1334, 1338, 1588, 1690, 1729, 1845], "msys2": [1346, 1845], "msystem": [17, 1338, 1845, 1846], "msystem_prefix": [17, 1338, 1846], "mt": [379, 410, 457, 1167, 1757], "mtd": [1167, 1757], "mthumb": 1366, "mtime": [55, 287, 1329], "mu": [473, 475], "much": [7, 33, 55, 86, 106, 230, 248, 263, 271, 290, 370, 541, 613, 621, 901, 1318, 1319, 1331, 1340, 1344], "mui_unwelcomefinishpage_bitmap": 138, "mui_welcomefinishpage_bitmap": 138, "mul": 1197, "multi": [77, 108, 120, 121, 132, 135, 224, 229, 247, 249, 252, 257, 258, 259, 262, 266, 270, 273, 275, 281, 283, 287, 289, 313, 367, 368, 435, 455, 456, 457, 555, 622, 806, 937, 938, 941, 948, 958, 982, 1022, 1034, 1041, 1042, 1132, 1133, 1137, 1167, 1186, 1187, 1201, 1202, 1217, 1275, 1317, 1319, 1322, 1323, 1324, 1326, 1327, 1330, 1331, 1334, 1336, 1340, 1342, 1344, 1345, 1348, 1422, 1429, 1445, 1450, 1485, 1486, 1514, 1553, 1563, 1564, 1738, 1757, 1760, 1845, 1915, 1967, 2039], "multi_scop": 98, "multi_value_keyword": 20, "multiarch": [132, 535], "multiconfig": [273, 1326], "multiconfigninja": 230, "multicpackconfig": 258, "multipl": [16, 18, 21, 22, 36, 52, 53, 55, 56, 57, 58, 59, 60, 62, 71, 77, 83, 93, 100, 107, 116, 120, 129, 132, 142, 143, 229, 230, 237, 238, 239, 247, 248, 254, 258, 262, 263, 265, 266, 269, 271, 273, 274, 277, 280, 281, 287, 290, 308, 310, 313, 344, 362, 367, 368, 369, 370, 379, 382, 383, 419, 421, 446, 454, 469, 473, 474, 475, 478, 532, 538, 551, 555, 563, 573, 663, 674, 710, 716, 735, 747, 784, 825, 831, 857, 894, 895, 896, 904, 905, 908, 915, 955, 993, 1042, 1081, 1113, 1116, 1149, 1150, 1151, 1223, 1257, 1317, 1318, 1319, 1320, 1321, 1324, 1325, 1326, 1327, 1329, 1333, 1335, 1340, 1344, 1345, 1347, 1429, 1535, 1562, 1565, 1626, 1634, 1638, 1656, 1661, 1725, 1770, 1773, 1787, 1788, 1791, 1795, 1796, 1797, 1798, 1799, 1801, 1854, 1860, 1865, 1891, 2079], "multiplatform": 1340, "multipli": 901, "multithread": [379, 479, 651, 1167, 1275, 1757, 1915], "multithreadeddebug": [1167, 1757], "multithreadeddebugdl": [1167, 1757], "multithreadeddl": [696, 1167, 1275, 1757, 1915], "multivaluearg": 20, "must": [2, 6, 7, 12, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 35, 36, 40, 43, 46, 47, 48, 49, 50, 55, 56, 57, 58, 59, 60, 62, 63, 65, 67, 68, 70, 71, 77, 81, 83, 86, 89, 90, 93, 99, 100, 102, 103, 105, 108, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 125, 127, 132, 133, 135, 136, 137, 141, 142, 143, 151, 167, 169, 224, 248, 249, 252, 253, 257, 262, 263, 265, 266, 268, 269, 271, 273, 274, 275, 277, 279, 280, 281, 283, 285, 287, 290, 293, 304, 306, 310, 313, 318, 327, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 367, 368, 369, 370, 376, 382, 383, 394, 432, 454, 455, 458, 459, 469, 471, 472, 473, 474, 475, 478, 480, 489, 492, 494, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 537, 538, 551, 555, 559, 560, 561, 562, 566, 568, 574, 585, 600, 607, 618, 632, 638, 649, 651, 652, 675, 677, 683, 689, 696, 709, 714, 715, 717, 725, 728, 730, 758, 759, 761, 765, 781, 782, 783, 796, 866, 889, 900, 904, 910, 912, 917, 921, 922, 946, 955, 969, 970, 971, 972, 973, 987, 1018, 1022, 1032, 1038, 1043, 1054, 1057, 1081, 1100, 1103, 1107, 1110, 1116, 1143, 1144, 1147, 1152, 1211, 1277, 1281, 1317, 1320, 1323, 1330, 1331, 1334, 1336, 1337, 1338, 1341, 1344, 1345, 1354, 1376, 1379, 1387, 1390, 1406, 1450, 1485, 1486, 1527, 1537, 1563, 1564, 1574, 1589, 1637, 1684, 1685, 1690, 1720, 1721, 1725, 1729, 1760, 1770, 1801, 1841, 1845, 1849, 1854, 1860, 1862, 1865, 1868, 1872, 1893, 1918, 2010, 2037], "mutabl": 266, "mutual": [77, 116, 716], "mv": 501, "mvapich": 446, "mx": 447, "mx_librari": [447, 1323], "my": [37, 40, 90, 137, 252, 274, 287, 326, 391, 551, 1254, 1324, 1602, 1603, 1884], "my_bitmap": 137, "my_check": [56, 57, 59, 60], "my_check_result": 90, "my_class": 950, "my_custom_vari": 1862, "my_def1": 555, "my_def2": 555, "my_environment_vari": 281, "my_example_doc": 551, "my_fil": 137, "my_fold": 137, "my_folder2": 137, "my_framework": [274, 1690, 1729], "my_func": 23, "my_fw": 1034, "my_fw_debug": 1034, "my_instal": 20, "my_libapp": 143, "my_modul": 534, "my_new_prop": 40, "my_new_prop_doc": 40, "my_new_prop_exist": 40, "my_packages_path": 1261, "my_ruby_hom": 483, "my_script": 60, "my_service_pack": 297, "my_special_instal": 20, "my_sub": 534, "my_sub__": 534, "my_target": 950, "my_unity_id": 1228, "myapp": [246, 274, 494, 857, 1092], "myapp1": 274, "myapp2": 274, "myapp_c": 274, "myapp_cxx": 274, "myapplic": 494, "myboost": 379, "myboost_thread": 379, "mybranch": 368, "myclass": 559, "mycom_toolchain": 370, "mycomp": 263, "mycomp_packag": 18, "mycomp_provid": 18, "mycomp_provide_depend": 18, "mycomp_provider_arg": 18, "mycomp_provider_install_dir": 18, "mycompani": [370, 1243], "mycompany_toolchain": 370, "mycompanycertif": 370, "mycompanyicon": 370, "mycubin": 988, "mydata": 367, "mydatadir": 367, "mydir": [759, 1054], "myenviron": 143, "myex": [2, 10, 77, 248, 262, 263, 266, 268, 283, 367, 480, 563, 564, 568, 904, 995, 1117, 1118, 1119, 1148], "myexe_custom_c": 266, "myexe_custom_l": 266, "myexe_no_qtmain": 283, "myexecut": 273, "myexeproject": 263, "myextproj": 368, "myfbin": 990, "myfil": [55, 325], "myfram": 367, "myframes00": 367, "myframework": 266, "mygui": 409, "myhead": [759, 1054], "myinput": 367, "mylib": [2, 77, 114, 118, 263, 266, 268, 583, 1100, 1101, 1148, 1208, 1230], "mylib_iface_custom_c": 266, "mylib_iface_custom_l": 266, "mylib_private_custom_c": 266, "mylib_private_custom_l": 266, "mylibrari": [55, 273], "mylinkscript": 1101, "mylist": 277, "mymacro": 137, "mymain": 246, "mymod": [534, 555], "mymod_realnam": 555, "mymodul": 534, "mynewex": 248, "myoptix": 991, "mypackag": [279, 1261], "mypackageconfig": 279, "mypackageconfigvers": 279, "mypars": [375, 397], "myplugin": 2, "myproj": [77, 248], "myproject": [273, 285, 326, 1245, 2071], "myptx": 992, "myscann": 397, "myserv": 21, "mysharedlib": 77, "mysqrt": [253, 255, 256], "mystarterclass": 1243, "mystaticlib": [77, 993], "mysub": 534, "mysub_": 534, "mysuit": 494, "mytarget": [118, 119, 457, 948, 1225, 1226, 1228], "mytest": [10, 367, 893, 900, 904, 907, 910], "mytestnam": 494, "mytestsuit": 389, "mytool": [266, 1429], "myuser": [248, 257], "myvar": [287, 891, 892, 1300, 1934], "myvariablenam": 143, "myvariablevalu": 143, "mywordprocessor": 369, "n": [2, 20, 24, 31, 37, 55, 71, 83, 90, 99, 108, 148, 257, 274, 277, 280, 285, 286, 287, 290, 293, 313, 356, 379, 534, 541, 551, 572, 719, 900, 950, 1326, 1340, 1740, 1873], "n1653": 792, "n1720": 792, "n1757": 792, "n1791": 792, "n1811": 792, "n1984": 792, "n1986": 792, "n1987": 792, "n2118": 792, "n2235": 792, "n2242": 792, "n2253": 792, "n2258": 792, "n2340": 792, "n2341": 792, "n2343": 792, "n2346": 792, "n2347": 792, "n2431": 792, "n2437": 792, "n2439": 792, "n2442": 792, "n2535": 792, "n2540": 792, "n2541": 792, "n2544": 792, "n2640": 792, "n2657": 792, "n2659": 792, "n2672": 792, "n2756": 792, "n2761": 792, "n2764": 792, "n2765": 792, "n2927": 792, "n2928": 792, "n2930": 792, "n3050": 792, "n3053": 792, "n3206": 792, "n3272": 792, "n3276": 792, "n3323": 792, "n3386": 792, "n3472": 792, "n3605": 792, "n3638": 792, "n3648": 792, "n3649": 792, "n3651": 792, "n3652": 792, "n3760": 792, "n3781": 792, "na": [376, 391, 1335], "nag": [841, 1039], "naiv": 274, "name": [2, 3, 6, 7, 10, 11, 12, 17, 18, 20, 21, 22, 24, 26, 27, 35, 36, 37, 40, 43, 47, 49, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 65, 66, 67, 71, 72, 74, 77, 78, 83, 84, 85, 86, 88, 93, 98, 100, 102, 105, 106, 107, 108, 111, 112, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 125, 126, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 162, 170, 172, 212, 216, 223, 230, 236, 237, 238, 239, 246, 247, 248, 249, 250, 252, 254, 255, 257, 258, 262, 263, 265, 266, 268, 269, 273, 274, 275, 276, 277, 279, 280, 281, 282, 283, 285, 286, 287, 289, 290, 292, 293, 294, 296, 301, 303, 306, 310, 313, 318, 325, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 344, 345, 346, 348, 349, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 365, 367, 368, 369, 370, 374, 375, 376, 379, 382, 383, 389, 393, 394, 397, 403, 407, 419, 421, 426, 430, 432, 446, 447, 450, 460, 462, 463, 466, 467, 468, 469, 472, 473, 474, 475, 477, 480, 484, 485, 486, 487, 488, 489, 490, 492, 494, 496, 499, 505, 506, 507, 532, 533, 534, 535, 536, 537, 538, 541, 542, 550, 551, 555, 559, 562, 563, 564, 568, 572, 582, 584, 588, 596, 597, 602, 608, 609, 613, 624, 637, 638, 639, 667, 670, 672, 674, 675, 682, 685, 686, 706, 710, 718, 720, 729, 731, 740, 750, 753, 755, 760, 771, 772, 773, 783, 784, 785, 786, 787, 788, 789, 790, 796, 797, 799, 800, 811, 812, 813, 814, 821, 826, 829, 830, 835, 850, 851, 860, 873, 876, 879, 889, 892, 893, 894, 895, 896, 899, 900, 903, 904, 907, 908, 912, 913, 917, 918, 932, 939, 940, 942, 946, 948, 950, 952, 955, 968, 975, 979, 980, 984, 985, 999, 1001, 1002, 1012, 1027, 1028, 1030, 1032, 1034, 1038, 1040, 1045, 1047, 1048, 1050, 1057, 1064, 1065, 1066, 1067, 1069, 1071, 1073, 1075, 1076, 1077, 1079, 1081, 1082, 1084, 1085, 1086, 1088, 1092, 1103, 1104, 1105, 1112, 1117, 1118, 1119, 1134, 1135, 1138, 1144, 1146, 1147, 1148, 1149, 1151, 1156, 1157, 1158, 1159, 1161, 1162, 1165, 1178, 1180, 1181, 1184, 1185, 1192, 1195, 1198, 1199, 1200, 1203, 1204, 1208, 1212, 1218, 1220, 1221, 1228, 1229, 1230, 1242, 1243, 1264, 1270, 1277, 1281, 1287, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1333, 1334, 1335, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1355, 1364, 1379, 1391, 1404, 1406, 1429, 1430, 1456, 1464, 1493, 1514, 1525, 1526, 1528, 1535, 1551, 1561, 1563, 1564, 1566, 1567, 1568, 1569, 1571, 1583, 1584, 1585, 1589, 1591, 1598, 1601, 1620, 1635, 1639, 1673, 1675, 1677, 1684, 1690, 1709, 1710, 1720, 1723, 1729, 1738, 1743, 1770, 1772, 1773, 1774, 1789, 1790, 1791, 1794, 1800, 1809, 1815, 1826, 1828, 1829, 1838, 1841, 1849, 1863, 1867, 1889, 1890, 1891, 1896, 1907, 1924, 1951, 1967, 1984, 2037, 2072, 2079], "name1": [56, 57, 58, 59, 60, 370, 538, 551], "name2": [56, 57, 58, 59, 60, 370, 551], "name_mismatch": 462, "name_w": 66, "name_wl": [66, 1323], "namelink": [77, 1321], "namelink_compon": [77, 1321], "namelink_onli": 77, "namelink_skip": 77, "nameondisk": 273, "names_per_dir": [57, 60, 1343], "namespac": [40, 53, 77, 108, 143, 248, 260, 263, 266, 271, 279, 281, 379, 480, 534, 549, 551, 588, 792, 1223, 1228, 1250, 1328, 1330, 1331, 1347], "nan": 257, "nasm": 1348, "nativ": [0, 6, 7, 14, 20, 22, 27, 28, 55, 56, 57, 58, 59, 60, 142, 152, 230, 247, 249, 262, 265, 270, 273, 274, 275, 276, 281, 287, 305, 373, 379, 384, 390, 395, 399, 407, 426, 429, 443, 444, 445, 449, 454, 508, 511, 551, 565, 568, 680, 754, 807, 808, 835, 922, 969, 974, 987, 1058, 1167, 1315, 1317, 1320, 1321, 1324, 1329, 1334, 1340, 1342, 1344, 1347, 1388, 1429, 1450, 1562, 1563, 1564, 1738, 1757, 1770, 1948], "native_arch_actu": 1327, "native_command": [99, 1348], "native_headers_directori": 551, "native_path": 21, "nativehelp": 426, "nativetoolopt": 281, "natur": [58, 83, 265, 274, 287, 720, 799, 1327, 1346, 1535], "natvi": 1346, "navig": [167, 248, 249, 252, 257, 1346], "nb": 139, "ncurs": 388, "ndk": [53, 77, 426, 931, 1330, 1346, 1348, 1369, 1376, 1377, 1378, 1379, 1380, 1384, 1388], "nearest": 293, "nearli": 274, "necessari": [10, 23, 77, 81, 115, 143, 247, 248, 250, 254, 262, 268, 270, 271, 279, 285, 287, 293, 325, 367, 368, 369, 376, 382, 383, 394, 431, 455, 480, 535, 537, 538, 586, 608, 611, 620, 677, 688, 717, 758, 784, 824, 839, 851, 894, 896, 909, 944, 950, 1004, 1005, 1153, 1177, 1224, 1258, 1287, 1318, 1334, 1346, 1347, 1429, 1495, 1496, 1514, 1731, 1738, 1835, 1956], "necessarili": [2, 3, 263, 368, 496, 498, 792, 1338, 1345, 1661], "need": [2, 7, 11, 18, 21, 22, 23, 26, 40, 43, 54, 55, 57, 58, 69, 71, 77, 81, 82, 86, 93, 107, 115, 118, 119, 120, 124, 130, 132, 133, 135, 136, 137, 141, 143, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 262, 263, 264, 266, 268, 270, 271, 274, 277, 279, 281, 285, 287, 289, 290, 292, 293, 298, 301, 304, 310, 318, 329, 347, 361, 365, 367, 368, 370, 372, 373, 378, 379, 382, 383, 387, 388, 389, 391, 393, 394, 404, 413, 416, 427, 428, 434, 437, 438, 443, 446, 447, 454, 455, 456, 457, 458, 459, 466, 469, 470, 471, 476, 477, 479, 480, 483, 484, 489, 496, 500, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 533, 534, 535, 536, 538, 556, 560, 563, 578, 580, 609, 616, 618, 637, 650, 671, 674, 680, 683, 688, 715, 716, 717, 724, 727, 728, 731, 740, 815, 822, 842, 843, 851, 868, 895, 904, 908, 948, 950, 951, 952, 955, 956, 959, 963, 966, 1039, 1081, 1082, 1089, 1104, 1107, 1141, 1145, 1152, 1156, 1158, 1159, 1209, 1211, 1224, 1228, 1261, 1277, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1327, 1329, 1330, 1331, 1335, 1340, 1341, 1344, 1346, 1347, 1406, 1424, 1465, 1514, 1557, 1558, 1599, 1632, 1646, 1673, 1675, 1684, 1687, 1690, 1701, 1703, 1704, 1720, 1725, 1726, 1729, 1746, 1762, 1781, 1912, 1967, 2010, 2037], "needed_framework": [274, 1334, 1690, 1729], "needed_librari": [274, 1334, 1690, 1729], "neg": [18, 83, 93, 142, 273, 287, 290, 310, 330, 333, 337, 338, 349, 350, 353, 382, 1224, 1873], "negoti": 1341, "neither": [2, 3, 18, 55, 66, 77, 88, 271, 277, 285, 368, 555, 1119, 1322, 1529, 1530, 1600, 1821, 1857, 1858, 2028], "neon": [285, 1367], "nest": [23, 56, 57, 58, 59, 60, 71, 90, 98, 251, 274, 277, 279, 281, 293, 634, 651, 652, 677, 687, 696, 701, 717, 740, 1032, 1321, 1341], "net": [17, 139, 241, 275, 281, 313, 325, 473, 474, 475, 532, 557, 969, 1018, 1019, 1020, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1326, 1333, 1334, 1340, 1345, 1347, 1348, 1495, 1496], "net4": 139, "net47": 139, "net6": 139, "netbsd": [135, 1353, 1579, 1845], "netcor": 969, "netcoreapp2": 1019, "netcoreapp21": 139, "netrc": [55, 368, 1320, 1758], "netrc_fil": [55, 368, 1320, 1759], "netwid": 145, "network": [290, 368, 370, 1317, 1327, 1329, 1345], "neundorf": [430, 431], "never": [18, 53, 77, 126, 132, 137, 255, 263, 266, 273, 277, 278, 280, 281, 285, 287, 290, 370, 454, 473, 474, 475, 552, 553, 589, 590, 591, 592, 593, 594, 595, 596, 646, 670, 713, 733, 783, 825, 864, 895, 1066, 1318, 1320, 1322, 1323, 1333, 1340, 1390, 1521, 1523, 1539, 1540, 1541, 1542, 1561, 1562, 1563, 1564, 1600, 1702, 1725, 1801], "nevertheless": 1956, "new": [2, 11, 12, 14, 18, 19, 23, 35, 38, 40, 51, 53, 55, 56, 57, 58, 59, 60, 63, 71, 77, 83, 88, 93, 98, 100, 116, 120, 126, 134, 136, 144, 153, 155, 158, 159, 160, 180, 183, 248, 250, 251, 253, 254, 255, 256, 257, 262, 263, 266, 267, 269, 270, 273, 274, 275, 277, 279, 280, 287, 290, 291, 293, 298, 310, 313, 347, 364, 367, 368, 370, 375, 379, 382, 392, 397, 421, 435, 446, 447, 454, 462, 473, 474, 475, 476, 477, 478, 483, 500, 512, 534, 540, 555, 559, 560, 561, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 757, 880, 952, 965, 966, 1143, 1144, 1166, 1167, 1206, 1214, 1275, 1422, 1445, 1503, 1517, 1518, 1589, 1603, 1624, 1673, 1684, 1720, 1756, 1757, 1772, 1773, 1774, 1782, 1841, 1845, 1849, 1850, 1859, 1915, 1920], "new_process": [33, 1742], "new_url": 318, "newer": [2, 19, 23, 58, 71, 120, 138, 247, 270, 273, 280, 304, 382, 391, 394, 421, 447, 462, 538, 559, 560, 597, 602, 618, 628, 629, 630, 670, 695, 707, 709, 711, 715, 732, 851, 941, 1004, 1129, 1138, 1328, 1329, 1333, 1337, 1338, 1342, 1345, 1495, 1496, 1702, 2055], "newli": [248, 249, 254, 256, 538, 1348, 1600], "newlin": [24, 55, 90, 108, 277, 287, 1320, 1330, 1341], "newline_consum": 55, "newline_styl": [24, 55, 1330], "newnam": [55, 287], "next": [2, 18, 25, 40, 52, 56, 57, 58, 59, 60, 77, 99, 104, 125, 134, 136, 143, 248, 249, 250, 251, 253, 254, 255, 256, 257, 258, 259, 260, 263, 266, 277, 279, 285, 287, 290, 367, 370, 397, 434, 551, 662, 888, 909, 1324, 1329, 1343, 1532], "nextgen": 1330, "ng": 143, "nice": [251, 382], "nicer": 1317, "nid": 285, "night": 290, "nightli": [35, 252, 290, 2010], "nightly_start_tim": 290, "nightlystarttim": [290, 2010], "ninja": [5, 220, 221, 222, 224, 231, 247, 262, 264, 266, 268, 270, 274, 280, 281, 283, 285, 290, 310, 367, 368, 555, 618, 676, 714, 717, 747, 806, 809, 811, 817, 818, 819, 842, 851, 852, 858, 915, 937, 944, 946, 1022, 1034, 1039, 1101, 1117, 1118, 1119, 1121, 1123, 1124, 1125, 1127, 1128, 1132, 1138, 1201, 1217, 1254, 1317, 1319, 1320, 1321, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1336, 1337, 1338, 1339, 1340, 1342, 1343, 1345, 1346, 1347, 1348, 1398, 1422, 1429, 1445, 1450, 1485, 1486, 1502, 1514, 1515, 1561, 1718, 1738, 1760], "nl": 394, "nmake": [14, 220, 221, 222, 224, 231, 233, 234, 235, 240, 241, 242, 243, 244, 262, 275, 368, 533, 754, 835, 974, 1331, 1332, 1339, 1347, 1738], "nn": 1472, "nnn": 17, "nnnn": [23, 71, 280, 286], "no_": [18, 56, 57, 58, 59, 60], "no_add_remov": 313, "no_build_deprec": 536, "no_cach": [56, 57, 59, 60, 120, 121, 1331, 1335], "no_check_required_components_macro": [248, 250, 304], "no_cmake_builds_path": [58, 1340], "no_cmake_environment_path": [56, 57, 58, 59, 60, 469], "no_cmake_find_root_path": [56, 57, 58, 59, 60], "no_cmake_install_prefix": [56, 57, 58, 59, 60, 1334], "no_cmake_package_registri": [58, 1529, 1547], "no_cmake_path": [56, 57, 58, 59, 60, 469], "no_cmake_system_package_registri": [58, 1530, 1550], "no_cmake_system_path": [56, 57, 58, 59, 60], "no_default_path": [56, 57, 58, 59, 60, 1801], "no_depend": [368, 674], "no_deprecated_macro_nam": 536, "no_export_macro_nam": 536, "no_external_instal": 294, "no_hex_convers": 55, "no_implicit_link_to_matlab_librari": [447, 1334], "no_link_regex": 292, "no_log": [120, 121, 1336], "no_modul": [58, 391, 420, 462, 502, 727, 1318, 1537], "no_namespac": 480, "no_package_root_path": [56, 57, 58, 59, 60], "no_pi": 356, "no_policy_scop": [23, 58, 72, 271, 280, 571], "no_pretty_typ": 538, "no_pretty_valu": 538, "no_proxi": 555, "no_replac": [55, 1331], "no_set_and_check_macro": [250, 304], "no_sonam": [282, 1208], "no_source_permiss": [24, 55, 1328, 1330], "no_system_environment_path": [56, 57, 58, 59, 60], "no_system_from_import": [266, 282, 1029, 1080, 1347, 1763], "no_unittest_framework": 447, "no_variad": 268, "noarch": 142, "noarg": 538, "noargstest": 538, "noclean": 290, "nocmak": 290, "node": [269, 273, 285, 290, 303, 1344], "nodekit": [458, 531], "nodesktop": 447, "nodisplai": 447, "nodsp": 683, "noexcept": 559, "noisi": [368, 370, 559], "nomin": [65, 102, 1149], "nominmax": [1225, 1226], "non": [2, 3, 4, 6, 7, 9, 10, 18, 21, 24, 27, 28, 29, 35, 36, 37, 38, 39, 55, 56, 57, 58, 59, 60, 71, 77, 88, 89, 90, 93, 108, 120, 126, 132, 133, 134, 136, 137, 141, 142, 167, 197, 248, 260, 262, 263, 265, 266, 269, 271, 273, 274, 277, 279, 280, 281, 287, 290, 293, 304, 327, 362, 368, 370, 375, 379, 382, 395, 447, 454, 455, 469, 473, 475, 532, 535, 537, 565, 605, 606, 613, 633, 637, 674, 678, 685, 686, 691, 693, 717, 734, 776, 784, 792, 820, 822, 870, 893, 913, 917, 943, 945, 946, 952, 985, 987, 1018, 1034, 1050, 1056, 1057, 1063, 1064, 1068, 1070, 1072, 1073, 1076, 1078, 1080, 1081, 1083, 1104, 1110, 1124, 1143, 1148, 1156, 1165, 1194, 1196, 1197, 1213, 1223, 1268, 1270, 1275, 1287, 1317, 1318, 1321, 1323, 1324, 1327, 1331, 1332, 1338, 1341, 1345, 1347, 1348, 1360, 1446, 1448, 1490, 1564, 1626, 1629, 1690, 1723, 1729, 1742, 1801, 1845, 1873, 1893, 1907, 1915, 1956], "none": [16, 24, 40, 52, 55, 77, 90, 93, 132, 135, 137, 139, 142, 143, 266, 285, 290, 368, 370, 419, 421, 461, 732, 735, 736, 896, 903, 936, 994, 1064, 1076, 1287, 1321, 1339, 1388, 1458, 1509, 1534, 1535, 1892, 1896, 1923], "nonetheless": 86, "nongnu": 482, "nonneg": 62, "nonzero": 1585, "noproxi": 555, "nor": [66, 77, 88, 100, 122, 287, 1119, 1322, 1330, 1529, 1530, 1600, 1821], "noreplac": 142, "noreturn": [358, 359], "normal": [2, 11, 22, 37, 52, 55, 56, 57, 58, 59, 60, 62, 63, 71, 77, 84, 86, 90, 91, 93, 102, 114, 116, 120, 127, 133, 136, 137, 141, 151, 167, 189, 248, 262, 263, 269, 274, 277, 278, 280, 285, 286, 287, 289, 290, 304, 313, 367, 368, 370, 394, 410, 446, 538, 566, 579, 619, 637, 686, 711, 737, 740, 784, 792, 844, 846, 947, 951, 956, 959, 964, 993, 999, 1000, 1001, 1003, 1021, 1045, 1046, 1047, 1049, 1090, 1104, 1105, 1110, 1137, 1152, 1169, 1194, 1196, 1197, 1223, 1278, 1318, 1322, 1331, 1335, 1341, 1342, 1348, 1355, 1424, 1524, 1684, 1690, 1715, 1720, 1725, 1729, 1738, 1818, 1820, 1861, 1868, 1872, 1919], "normal_path": [21, 274], "north": 1329, "norwegian": 137, "nospac": 277, "nosplash": 447, "not_an_integ": 681, "not_equ": 21, "notabl": 118, "notat": [2, 89, 271], "note": [0, 2, 3, 10, 18, 20, 21, 23, 35, 36, 37, 40, 53, 55, 56, 57, 59, 60, 71, 77, 83, 86, 90, 93, 98, 108, 111, 114, 116, 126, 128, 129, 132, 137, 141, 142, 148, 212, 218, 230, 248, 249, 252, 258, 262, 263, 265, 266, 268, 270, 271, 274, 277, 281, 285, 287, 290, 296, 304, 310, 318, 347, 367, 368, 370, 379, 382, 383, 394, 410, 419, 421, 429, 440, 441, 442, 446, 447, 455, 457, 458, 470, 484, 509, 532, 533, 538, 557, 560, 563, 613, 637, 647, 674, 686, 703, 721, 740, 754, 758, 765, 781, 815, 835, 836, 839, 850, 859, 892, 895, 900, 904, 907, 908, 913, 970, 971, 972, 973, 974, 993, 996, 1005, 1017, 1038, 1040, 1081, 1100, 1103, 1104, 1129, 1130, 1137, 1143, 1144, 1149, 1158, 1159, 1167, 1206, 1208, 1230, 1258, 1354, 1388, 1429, 1448, 1490, 1492, 1527, 1684, 1690, 1720, 1721, 1729, 1742, 1757, 1801, 1845, 1912, 2010, 2073], "notequ": [108, 281], "notestsact": 281, "notfound": [56, 57, 58, 59, 60, 64, 67, 68, 69, 70, 71, 72, 108, 125, 271, 274, 279, 347, 542, 551, 572, 605, 671], "noth": [3, 20, 21, 22, 36, 53, 56, 57, 58, 59, 60, 77, 90, 91, 109, 116, 125, 135, 274, 280, 281, 287, 290, 300, 366, 368, 370, 447, 457, 536, 551, 637, 650, 678, 723, 843, 903, 1322, 1324, 1325, 1327, 1498, 1517, 1518, 1887], "notic": [90, 248, 254, 260, 271, 287, 370, 446, 459, 471, 1324, 1326, 1743, 1745, 1956], "notif": 446, "notinlist": 281, "notion": [832, 997, 1006, 1007, 1009, 1010], "notmatch": 281, "notruntest": 903, "noun": 290, "novemb": 595, "now": [2, 3, 7, 12, 14, 15, 21, 40, 57, 66, 77, 98, 109, 129, 136, 137, 143, 230, 248, 249, 250, 252, 253, 254, 255, 256, 258, 270, 271, 274, 280, 285, 287, 290, 296, 298, 302, 305, 310, 370, 379, 382, 394, 420, 458, 459, 462, 502, 551, 563, 565, 579, 583, 585, 607, 608, 613, 629, 633, 634, 635, 636, 638, 639, 649, 661, 665, 666, 669, 670, 674, 678, 681, 682, 688, 689, 704, 720, 723, 728, 735, 738, 792, 843, 1104, 1113, 1150, 1151, 1155, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1488, 1634, 1638, 1690, 1718, 1729, 1789, 1790, 1792, 1793, 1794, 1953], "nppc": 383, "nppc_static": 383, "nppi_arithmetic_and_logical_oper": 383, "nppi_color_convers": 383, "nppi_compression_funct": 383, "nppi_data_exchange_and_initi": 383, "nppi_filter_funct": 383, "nppi_geometry_transform": 383, "nppi_linear_transform": 383, "nppi_morphological_oper": 383, "nppi_statistics_funct": 383, "nppi_support_funct": 383, "nppi_threshold_and_compare_oper": 383, "nppial": 383, "nppial_stat": 383, "nppicc": 383, "nppicc_stat": 383, "nppicom": 383, "nppicom_stat": 383, "nppidei": 383, "nppidei_stat": 383, "nppif": 383, "nppif_stat": 383, "nppig": 383, "nppig_stat": 383, "nppim": 383, "nppim_stat": 383, "nppist": 383, "nppist_stat": 383, "nppisu": 383, "nppisu_stat": 383, "nppitc": 383, "nppitc_stat": 383, "npps_static": 383, "ns1": 551, "nshumanreadablecopyright": 1161, "nsi": [288, 310, 313, 320, 1326, 1327, 1330, 1331, 1332, 1335, 1344, 1345, 1346, 1952], "nsight": [921, 923, 925, 936, 1343, 1362, 1364, 1388, 1888], "nsisfilenam": 138, "nsx": 551, "ntf": 132, "ntlm": 384, "ntlm_wb": 384, "nu5128": 139, "nuget": [281, 287, 288, 321, 421, 1259, 1261, 1321, 1324, 1330, 1333, 1341, 1887], "nul": 613, "null": [108, 281, 357, 792], "nullptr": 559, "nullsoft": 138, "num": [27, 55, 62, 290, 538], "num_0": 62, "num_1": 62, "num_processor": 290, "num_test": 290, "number": [16, 17, 27, 31, 34, 37, 38, 52, 54, 55, 58, 62, 63, 71, 83, 86, 89, 93, 108, 119, 129, 131, 132, 139, 142, 143, 148, 152, 168, 188, 248, 252, 256, 257, 258, 261, 262, 263, 266, 268, 270, 271, 273, 274, 277, 279, 280, 285, 287, 290, 297, 304, 310, 367, 368, 370, 374, 379, 382, 394, 422, 425, 435, 436, 446, 469, 476, 477, 480, 541, 572, 585, 597, 653, 729, 737, 809, 811, 890, 901, 902, 904, 909, 911, 921, 922, 931, 945, 948, 958, 1030, 1117, 1118, 1119, 1137, 1145, 1158, 1159, 1208, 1223, 1224, 1230, 1258, 1317, 1318, 1319, 1320, 1321, 1325, 1329, 1330, 1331, 1332, 1333, 1336, 1345, 1347, 1362, 1380, 1394, 1395, 1399, 1467, 1470, 1535, 1562, 1586, 1646, 1684, 1690, 1715, 1720, 1729, 1737, 1740, 1741, 1749, 1776, 1782, 1851, 1853, 1864, 1866, 1873, 1888, 1892, 1896, 1908, 1910, 1973, 1974, 1976, 1977, 2055, 2056, 2064, 2065, 2066, 2067, 2075, 2076, 2077, 2078], "number_error": 27, "number_of_logical_cor": 17, "number_of_physical_cor": [17, 541], "number_warn": 27, "numer": [37, 55, 58, 249, 266, 274, 382, 407, 447, 473, 475, 1317, 1514, 1586, 1702], "numpi": [473, 474, 475, 1323], "numpy36": 379, "nunit_3": 1259, "nupkg": 139, "nuspec": 139, "nvcc": [268, 280, 347, 382, 383, 1328, 1330, 1335, 1338, 1342, 1347, 1668, 1669, 1670, 1893], "nvcc_flag": 382, "nvfatbin_stat": 383, "nvgraph_stat": 383, "nvhpc": [268, 376, 451, 983, 1330, 1635], "nvida": 382, "nvidia": [203, 268, 376, 382, 664, 921, 923, 925, 936, 983, 1137, 1327, 1330, 1337, 1338, 1342, 1343, 1347, 1362, 1364, 1388, 1453, 1574, 1635, 1668, 1669, 1670, 1715, 1888, 1892, 1893], "nvjitlink_stat": 383, "nvjpeg": 382, "nvjpeg_stat": 383, "nvml": 383, "nvml_static": [383, 1342], "nvperf": 1337, "nvperf_host": 383, "nvperf_host_stat": 383, "nvperf_target": 383, "nvptxcompiler_stat": 383, "nvrtc_builtin": 383, "nvrtc_builtins_stat": 383, "nvrtc_static": [383, 1336], "nvtoolsext": 1335, "nvtx3": 1335, "nvvm": [383, 1327], "o": [2, 17, 216, 262, 274, 285, 287, 290, 293, 303, 310, 313, 327, 378, 484, 551, 555, 618, 823, 846, 1033, 1081, 1158, 1159, 1271, 1317, 1318, 1319, 1322, 1326, 1329, 1332, 1340, 1345, 1346, 1347, 1514, 1515, 1583, 1584, 1586, 1845, 1849], "obei": 463, "obfusc": 932, "obj": [116, 382, 988, 990, 991, 992, 1277, 1693], "obj2": 116, "obj3": 116, "objc": [43, 93, 209, 268, 272, 356, 1121, 1122, 1123, 1128, 1171, 1172, 1174, 1175, 1223, 1325, 1326, 1330, 1331, 1333, 1339, 1626, 1627, 1628, 1636, 1678], "objc_compiler_frontend_vari": 274, "objc_compiler_id": 274, "objc_compiler_vers": 274, "objc_extens": [120, 282, 1126, 1175, 1767], "objc_include_path": 22, "objc_standard": [120, 282, 1129, 1174, 1176, 1331, 1768], "objc_standard_requir": [120, 282, 1130, 1175, 1769], "objcflag": [272, 1656], "objcopi": 310, "objcxx": [43, 93, 211, 268, 272, 356, 1121, 1122, 1123, 1128, 1223, 1325, 1326, 1330, 1331, 1333, 1339, 1626, 1627, 1628, 1636, 1678], "objcxx_compiler_frontend_vari": 274, "objcxx_compiler_id": 274, "objcxx_compiler_vers": 274, "objcxx_extens": [120, 282, 1126, 1172, 1764], "objcxx_standard": [120, 282, 1129, 1171, 1173, 1330, 1335, 1765], "objcxx_standard_requir": [120, 282, 1130, 1172, 1766], "objcxxflag": [272, 1656], "objdump": [55, 310, 537], "object": [5, 16, 43, 53, 55, 67, 77, 93, 102, 108, 134, 143, 167, 209, 211, 260, 262, 269, 274, 281, 283, 287, 292, 301, 303, 350, 351, 352, 353, 354, 355, 367, 382, 480, 535, 536, 551, 578, 623, 716, 840, 851, 852, 858, 861, 876, 877, 879, 917, 953, 988, 990, 991, 992, 993, 1057, 1081, 1104, 1116, 1122, 1166, 1172, 1175, 1177, 1229, 1243, 1277, 1314, 1318, 1321, 1323, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1333, 1336, 1337, 1339, 1341, 1342, 1347, 1348, 1514, 1623, 1624, 1625, 1647, 1684, 1693, 1720, 1756, 1770, 1828, 1829, 1947], "object_depend": [5, 282, 291, 540], "object_fil": 382, "object_hpp": 953, "object_librari": [273, 1222], "object_output": [282, 1327], "objlib": [7, 266], "obscur": [932, 1317], "observ": 728, "obsolet": [142, 376, 480, 554, 788, 1044], "obtain": [55, 90, 108, 120, 132, 135, 247, 265, 274, 276, 285, 287, 289, 290, 313, 446, 447, 537, 538, 541, 1787, 1788, 1791, 1795, 1801, 2061, 2069, 2070, 2072], "obviou": 370, "obvious": 271, "occur": [18, 22, 27, 28, 29, 36, 37, 38, 39, 55, 56, 57, 58, 59, 60, 71, 77, 102, 108, 132, 142, 146, 149, 184, 193, 196, 200, 202, 205, 209, 211, 214, 269, 274, 290, 329, 362, 368, 370, 382, 447, 538, 686, 692, 1089, 1317, 1326, 1328, 1336, 1346, 1801], "occurr": [108, 256, 274, 280, 663, 716, 739, 759, 1054, 1149, 1342], "oct": 108, "octob": [108, 236], "od": 871, "odbc": [450, 1321], "odbc_config": 450, "odbc_found": 450, "odbc_include_dir": 450, "odbc_librari": 450, "odd": [277, 1873], "odr": 859, "odt": 369, "oem": [52, 429], "off": [10, 31, 37, 44, 55, 71, 77, 91, 100, 108, 129, 132, 133, 136, 137, 139, 142, 148, 256, 260, 265, 266, 268, 274, 281, 287, 290, 296, 313, 367, 368, 370, 379, 382, 447, 472, 473, 475, 511, 532, 568, 572, 664, 678, 688, 703, 715, 723, 745, 820, 822, 825, 839, 841, 842, 843, 954, 987, 997, 1005, 1007, 1010, 1036, 1039, 1041, 1042, 1050, 1053, 1107, 1173, 1176, 1245, 1257, 1323, 1325, 1326, 1327, 1330, 1333, 1334, 1335, 1343, 1408, 1435, 1491, 1536, 1546, 1565, 1593, 1594, 1834, 1857, 1872, 1886, 1911, 1953, 2028], "offend": [1505, 1952], "offer": [23, 66, 100, 257, 270, 271, 275, 299, 473, 474, 475, 541, 651, 696, 701, 1278, 1319, 1326, 1327, 1340, 1341, 1347, 1919], "offici": [129, 287, 310, 370, 391, 461, 670, 1328, 1333, 1334, 1338, 1341], "official_releas": 136, "offlin": 136, "offset": [55, 108], "often": [7, 58, 90, 139, 257, 262, 263, 266, 269, 274, 281, 310, 368, 370, 397, 679, 702, 728, 1081, 1340, 1354, 1422], "ogg_librari": 489, "ok": [248, 279, 309, 462, 894, 896], "okai": 1318, "old": [17, 23, 53, 54, 55, 56, 57, 58, 59, 60, 100, 116, 121, 271, 273, 280, 287, 290, 296, 300, 318, 343, 356, 364, 366, 382, 394, 414, 424, 454, 462, 473, 474, 475, 506, 555, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 984, 1103, 1189, 1193, 1317, 1319, 1320, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1332, 1333, 1342, 1343, 1345, 1347, 1348, 1782, 1857, 2028, 2038, 2041], "old_compil": 274, "old_url": 318, "older": [10, 19, 23, 52, 53, 78, 79, 80, 120, 121, 129, 132, 136, 142, 143, 257, 271, 287, 290, 304, 310, 370, 389, 446, 462, 538, 582, 618, 680, 693, 711, 730, 732, 941, 1030, 1255, 1317, 1321, 1326, 1327, 1328, 1329, 1333, 1336, 1337, 1340, 1342, 1348, 1503, 1702, 1773, 1864], "oldest": [1453, 1501, 1851], "oldfil": 55, "oldincludedir": 535, "oldmethod": 536, "oldnam": [55, 287], "omit": [2, 6, 7, 18, 21, 35, 37, 55, 58, 71, 77, 119, 136, 139, 143, 262, 265, 266, 268, 269, 274, 281, 285, 287, 290, 310, 313, 368, 370, 447, 462, 472, 480, 538, 611, 714, 791, 792, 793, 794, 954, 964, 1317, 1331, 1347, 1818, 1820, 1822, 1912, 1951], "omp_lib": 455, "onc": [12, 16, 20, 37, 40, 55, 56, 57, 58, 59, 60, 62, 75, 93, 108, 120, 126, 127, 140, 142, 167, 229, 230, 233, 234, 235, 240, 241, 242, 243, 244, 248, 249, 250, 252, 256, 273, 274, 279, 290, 293, 298, 302, 305, 310, 330, 331, 332, 333, 334, 335, 337, 338, 340, 341, 342, 344, 348, 350, 351, 352, 353, 354, 355, 358, 359, 367, 370, 372, 382, 409, 414, 416, 448, 457, 463, 469, 478, 563, 633, 651, 652, 673, 677, 678, 696, 701, 717, 723, 735, 843, 894, 895, 896, 950, 958, 1063, 1081, 1104, 1145, 1151, 1169, 1214, 1255, 1317, 1319, 1326, 1327, 1330, 1331, 1334, 1340, 1531, 1562, 1563, 1564, 1629, 1668, 1684, 1690, 1720, 1729, 1738, 1850], "one": [1, 2, 3, 5, 7, 11, 14, 16, 17, 18, 20, 21, 23, 29, 35, 36, 37, 40, 52, 53, 55, 56, 57, 58, 59, 60, 62, 66, 67, 68, 71, 72, 74, 77, 79, 81, 83, 86, 89, 90, 93, 98, 99, 100, 102, 103, 108, 114, 115, 116, 118, 119, 120, 121, 126, 128, 129, 132, 134, 135, 138, 139, 141, 142, 143, 145, 146, 198, 230, 236, 237, 238, 239, 246, 247, 248, 249, 250, 256, 257, 262, 263, 265, 266, 268, 269, 270, 271, 273, 274, 275, 276, 277, 279, 281, 283, 285, 287, 289, 290, 293, 297, 304, 306, 310, 313, 318, 325, 327, 336, 345, 346, 349, 361, 362, 367, 368, 369, 370, 376, 379, 382, 383, 389, 393, 394, 396, 398, 406, 409, 415, 421, 426, 429, 430, 432, 446, 447, 450, 451, 454, 455, 462, 469, 473, 474, 475, 478, 483, 489, 496, 498, 500, 535, 538, 542, 551, 559, 562, 563, 576, 597, 618, 628, 638, 662, 663, 678, 688, 706, 708, 709, 710, 716, 723, 733, 735, 737, 744, 761, 766, 768, 784, 795, 843, 844, 851, 858, 861, 892, 893, 894, 896, 904, 905, 912, 923, 933, 936, 945, 954, 987, 1029, 1038, 1042, 1066, 1076, 1080, 1081, 1087, 1103, 1113, 1137, 1149, 1177, 1208, 1215, 1216, 1217, 1222, 1223, 1224, 1229, 1230, 1240, 1242, 1243, 1249, 1257, 1258, 1259, 1261, 1273, 1274, 1281, 1317, 1319, 1320, 1322, 1323, 1324, 1327, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1340, 1343, 1345, 1347, 1348, 1353, 1354, 1364, 1366, 1379, 1388, 1422, 1429, 1469, 1485, 1505, 1521, 1523, 1527, 1534, 1535, 1562, 1563, 1564, 1565, 1574, 1579, 1589, 1602, 1626, 1634, 1668, 1673, 1690, 1702, 1709, 1715, 1718, 1725, 1729, 1744, 1745, 1760, 1770, 1775, 1787, 1788, 1791, 1794, 1795, 1841, 1857, 1858, 1866, 1868, 1914, 1922, 1924, 1951, 2029, 2043, 2073], "one_per_group": 313, "one_value_keyword": 20, "oneapi": [376, 1330, 1335, 1339, 1564], "ones": [4, 56, 57, 58, 59, 60, 73, 83, 265, 274, 287, 313, 382, 462, 473, 474, 475, 501, 577, 1287, 1347], "onevaluearg": 20, "onli": [2, 3, 5, 6, 7, 8, 10, 12, 16, 17, 18, 20, 21, 22, 23, 24, 26, 29, 36, 37, 40, 46, 47, 48, 49, 50, 51, 53, 55, 56, 57, 58, 59, 60, 62, 63, 71, 75, 76, 77, 78, 79, 81, 83, 84, 86, 90, 92, 93, 98, 100, 102, 103, 108, 114, 115, 117, 118, 119, 120, 121, 122, 124, 126, 132, 133, 134, 135, 136, 137, 139, 141, 142, 143, 145, 147, 159, 163, 164, 165, 167, 170, 172, 176, 188, 189, 192, 194, 195, 199, 201, 203, 204, 206, 208, 210, 212, 213, 217, 229, 230, 236, 237, 238, 239, 247, 248, 250, 251, 252, 254, 257, 258, 262, 263, 265, 266, 267, 268, 269, 270, 271, 273, 274, 275, 276, 277, 279, 280, 281, 283, 285, 287, 289, 290, 292, 294, 296, 301, 304, 310, 313, 318, 325, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 347, 349, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 364, 367, 368, 369, 370, 376, 378, 379, 382, 383, 384, 389, 392, 394, 415, 420, 421, 424, 426, 432, 446, 447, 451, 454, 457, 462, 469, 472, 473, 474, 475, 476, 477, 478, 479, 480, 483, 484, 496, 500, 502, 532, 535, 536, 537, 538, 539, 542, 550, 551, 559, 565, 568, 569, 572, 576, 582, 597, 613, 614, 618, 623, 625, 626, 628, 629, 631, 633, 639, 643, 659, 662, 663, 674, 678, 679, 684, 691, 692, 710, 714, 718, 720, 721, 723, 728, 729, 732, 736, 739, 740, 741, 744, 747, 748, 749, 750, 751, 757, 760, 769, 770, 774, 775, 777, 780, 781, 782, 784, 796, 801, 806, 810, 811, 820, 825, 826, 827, 828, 829, 830, 831, 832, 839, 843, 844, 847, 848, 849, 852, 867, 869, 870, 875, 887, 889, 894, 895, 896, 908, 910, 911, 912, 915, 919, 944, 951, 952, 953, 955, 956, 958, 959, 962, 965, 969, 993, 994, 995, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1018, 1019, 1020, 1022, 1023, 1025, 1030, 1032, 1035, 1036, 1040, 1042, 1045, 1046, 1047, 1048, 1049, 1055, 1063, 1066, 1081, 1083, 1097, 1098, 1100, 1101, 1104, 1113, 1117, 1118, 1119, 1121, 1122, 1123, 1124, 1125, 1127, 1128, 1137, 1138, 1148, 1150, 1151, 1152, 1155, 1156, 1157, 1158, 1159, 1164, 1166, 1167, 1168, 1169, 1189, 1193, 1207, 1208, 1214, 1222, 1223, 1229, 1230, 1233, 1234, 1235, 1236, 1239, 1243, 1250, 1258, 1260, 1272, 1275, 1277, 1282, 1283, 1284, 1317, 1318, 1319, 1320, 1323, 1324, 1325, 1326, 1328, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1356, 1421, 1426, 1427, 1428, 1429, 1448, 1449, 1450, 1458, 1472, 1475, 1484, 1487, 1495, 1496, 1502, 1514, 1515, 1521, 1523, 1529, 1532, 1539, 1540, 1541, 1542, 1547, 1550, 1562, 1563, 1564, 1566, 1589, 1626, 1633, 1634, 1636, 1637, 1638, 1644, 1648, 1649, 1655, 1668, 1676, 1678, 1684, 1687, 1690, 1702, 1715, 1716, 1720, 1725, 1726, 1729, 1730, 1734, 1744, 1756, 1757, 1760, 1762, 1781, 1783, 1803, 1825, 1835, 1836, 1837, 1841, 1845, 1850, 1868, 1869, 1873, 1915, 1922, 1949, 2054, 2071, 2087], "onlin": [265, 276, 287, 289, 290], "only_cmake_find_root_path": [56, 57, 58, 59, 60], "only_if_differ": 55, "onto": [52, 73, 81, 143, 256, 292, 768, 1602], "onward": 582, "op": [21, 108, 536, 892], "open": [46, 47, 48, 49, 50, 62, 63, 71, 86, 127, 130, 224, 251, 276, 277, 386, 446, 450, 452, 453, 455, 692, 783, 1317, 1318, 1320, 1321, 1333, 1335, 1340, 1346, 1635, 1893], "openacc": [451, 1319], "openacc_": 451, "openacc_accel_target": 451, "openacc_found": 451, "openal_found": 452, "openal_include_dir": 452, "openal_librari": 452, "openal_version_str": 452, "openaldir": 452, "openbla": [376, 1345], "openbsd": [135, 805, 1353, 1579, 1585, 1845, 1846], "opencl": [382, 453], "opencl_found": 453, "opencl_include_dir": 453, "opencl_librari": 453, "opencl_version_major": 453, "opencl_version_minor": 453, "opencl_version_str": 453, "opengl": [393, 405, 406, 454, 471, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 533, 632, 1347], "opengl_egl_found": 454, "opengl_egl_include_dir": 454, "opengl_egl_librari": 454, "opengl_found": 454, "opengl_gl_librari": 454, "opengl_gl_prefer": [454, 632], "opengl_gles2_librari": 454, "opengl_gles3_librari": 454, "opengl_glu_found": 454, "opengl_glu_include_dir": 454, "opengl_glu_librari": 454, "opengl_glx_found": 454, "opengl_glx_librari": 454, "opengl_include_dir": [454, 1339], "opengl_librari": [454, 632], "opengl_opengl_found": 454, "opengl_opengl_librari": 454, "opengl_xmesa_found": 454, "openmp": [455, 539, 1318, 1341, 1346], "openmp_": 455, "openmp_fortran_have_omplib_head": 455, "openmp_fortran_have_omplib_modul": 455, "openmp_found": 455, "openmp_runtime_msvc": [455, 1341], "openmp_vers": 455, "openmpi": 446, "openscenegraph": [458, 459, 471, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530], "openscenegraph_debug": 458, "openscenegraph_found": 458, "openscenegraph_include_dir": 458, "openscenegraph_librari": 458, "openscenegraph_mark_as_advanc": 458, "openscenegraph_vers": 458, "openserv": 1845, "opensp": [456, 1335], "opensp_found": 456, "opensp_include_dir": 456, "opensp_librari": 456, "opensp_multi_byt": 456, "opensp_vers": 456, "opensp_version_major": 456, "opensp_version_minor": 456, "opensp_version_patch": 456, "openssl": [457, 1329, 1345], "openssl_applink_sourc": 457, "openssl_crypto_librari": [457, 1329], "openssl_found": 457, "openssl_include_dir": 457, "openssl_librari": 457, "openssl_msvc_static_rt": [457, 1344], "openssl_root_dir": 457, "openssl_ssl_librari": [457, 1329], "openssl_use_static_lib": [457, 1343], "openssl_vers": 457, "openthread": [459, 471, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530], "openthreads_dir": 459, "openthreads_found": 459, "openthreads_include_dir": 459, "openthreads_librari": 459, "openvm": 1845, "openwatcom": [1318, 1635], "oper": [2, 17, 18, 21, 22, 52, 55, 58, 83, 89, 90, 99, 108, 120, 133, 139, 142, 167, 262, 263, 266, 277, 280, 281, 287, 290, 292, 310, 318, 368, 370, 383, 469, 596, 617, 618, 624, 699, 728, 752, 792, 843, 892, 1322, 1323, 1327, 1328, 1330, 1334, 1335, 1337, 1340, 1343, 1346, 1347, 1348, 1355, 1531, 1578, 1582, 1584, 1587, 1673, 1838, 1845, 1849, 1873, 2037], "operand": [6, 7, 266, 1334], "opkg": 132, "opportun": [18, 263, 274, 370, 692], "oppos": [77, 90, 336, 1912, 2054], "opposit": [21, 77, 132, 274, 1490], "opt": [55, 223, 262, 263, 274, 290, 376, 431, 452, 454, 459, 462, 471, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 535, 1334, 1955], "opt1": 367, "opt2": 367, "opt_c": 274, "opt_cxx": 274, "opt_in": 370, "optim": [55, 82, 116, 142, 230, 262, 273, 343, 376, 379, 398, 410, 427, 428, 542, 717, 722, 871, 932, 1111, 1112, 1177, 1214, 1270, 1318, 1335, 1348, 1850, 1907], "optimize_depend": [2, 282, 1328, 1771], "optimum": 551, "option": [2, 3, 4, 5, 6, 7, 10, 12, 14, 16, 17, 18, 19, 20, 21, 22, 23, 26, 27, 28, 29, 31, 35, 36, 37, 38, 39, 40, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 66, 67, 68, 70, 71, 72, 73, 74, 75, 77, 83, 84, 86, 88, 89, 90, 98, 99, 100, 102, 103, 105, 107, 108, 111, 116, 118, 119, 122, 125, 127, 130, 132, 133, 134, 136, 137, 138, 141, 142, 143, 145, 147, 152, 164, 165, 181, 182, 186, 188, 189, 192, 195, 198, 199, 213, 217, 223, 236, 237, 238, 239, 246, 247, 248, 249, 257, 258, 259, 260, 261, 263, 266, 267, 269, 271, 273, 274, 275, 277, 279, 280, 281, 283, 285, 290, 293, 294, 296, 298, 303, 304, 308, 310, 313, 318, 326, 327, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 367, 369, 370, 375, 379, 382, 384, 389, 391, 394, 396, 397, 398, 406, 407, 409, 411, 415, 424, 430, 446, 447, 462, 469, 472, 473, 474, 475, 478, 480, 484, 489, 492, 495, 532, 533, 534, 535, 536, 537, 538, 539, 551, 555, 559, 566, 571, 582, 597, 608, 618, 621, 637, 646, 657, 665, 674, 683, 686, 693, 695, 719, 727, 728, 729, 731, 732, 736, 745, 750, 754, 756, 760, 767, 775, 776, 809, 811, 822, 833, 834, 838, 894, 895, 896, 898, 901, 904, 906, 919, 920, 948, 949, 953, 954, 955, 957, 958, 960, 983, 997, 1002, 1007, 1010, 1012, 1033, 1043, 1048, 1053, 1055, 1063, 1093, 1096, 1097, 1098, 1106, 1121, 1124, 1130, 1131, 1137, 1153, 1154, 1155, 1156, 1173, 1176, 1182, 1183, 1194, 1196, 1197, 1214, 1286, 1293, 1297, 1298, 1299, 1305, 1312, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1354, 1357, 1407, 1408, 1412, 1415, 1429, 1437, 1490, 1514, 1515, 1529, 1530, 1531, 1537, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1561, 1562, 1563, 1564, 1595, 1602, 1629, 1631, 1634, 1638, 1643, 1656, 1661, 1668, 1675, 1681, 1682, 1684, 1690, 1702, 1715, 1719, 1720, 1729, 1731, 1732, 1743, 1744, 1746, 1758, 1759, 1783, 1803, 1834, 1850, 1856, 1857, 1858, 1863, 1865, 1871, 1887, 1895, 1912, 1913, 1924, 1927, 1931, 1932, 1933, 1938, 1945, 2007, 2017, 2026, 2030, 2059, 2060, 2063, 2071, 2074], "option1": [368, 447], "option2": [368, 447], "optional_compon": [58, 271, 279, 379, 394, 462, 492, 532, 1327], "optixir": [991, 1337], "oracl": [268, 1329, 1345, 1582, 1635, 1845], "orangec": [1338, 1635], "order": [2, 3, 5, 16, 17, 18, 23, 35, 37, 52, 55, 56, 57, 58, 59, 60, 71, 77, 93, 109, 111, 113, 114, 115, 116, 117, 118, 119, 120, 121, 132, 134, 136, 142, 143, 167, 198, 248, 249, 262, 263, 265, 266, 268, 269, 270, 273, 275, 277, 279, 281, 283, 287, 290, 329, 367, 368, 369, 370, 376, 379, 382, 383, 431, 432, 446, 447, 452, 456, 473, 474, 475, 532, 538, 557, 563, 583, 608, 616, 618, 627, 642, 655, 670, 674, 678, 679, 714, 716, 725, 731, 768, 809, 842, 888, 889, 892, 894, 895, 896, 903, 1039, 1110, 1147, 1148, 1149, 1223, 1281, 1287, 1318, 1321, 1322, 1323, 1326, 1327, 1330, 1331, 1334, 1336, 1337, 1347, 1348, 1514, 1527, 1534, 1535, 1596, 1602, 1623, 1624, 1625, 1626, 1684, 1720, 1724, 1760, 1782, 1801, 1845, 1849, 1862, 1956], "ordinari": [21, 263, 277, 368, 894, 896, 1076], "ordinarili": [141, 913], "oreilli": 498, "org": [22, 37, 108, 129, 132, 135, 137, 138, 139, 142, 143, 252, 265, 266, 271, 276, 287, 289, 290, 310, 313, 326, 367, 369, 382, 430, 431, 458, 473, 475, 482, 551, 831, 1197, 1317, 1322, 1323, 1327, 1328, 1330, 1331, 1334, 1338, 1341, 1344, 1345, 1346, 1347], "organ": [256, 266, 447, 814, 824, 1104, 1105, 1347, 1551], "orient": 395, "origin": [6, 7, 18, 22, 52, 55, 58, 71, 77, 81, 94, 95, 115, 118, 132, 133, 135, 148, 246, 264, 299, 313, 318, 367, 368, 370, 538, 551, 578, 593, 639, 651, 655, 684, 696, 704, 710, 844, 851, 944, 945, 946, 948, 950, 958, 963, 964, 1090, 1149, 1223, 1224, 1229, 1318, 1320, 1323, 1329, 1337, 1340, 1344, 1345, 1398, 1456, 1484, 1566, 1568, 1634, 1638, 1872, 1920], "original_fil": 537, "orthogon": [273, 368, 674, 904, 905], "os2": 1845, "os_dir": 223, "os_nam": 17, "os_platform": 17, "os_releas": 17, "os_vers": 17, "osf": 1845, "osf1": 1845, "osfield": [520, 522], "osg": [458, 459, 471, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531], "osg_dir": [458, 459], "osg_found": 512, "osg_include_dir": 512, "osg_librari": 512, "osg_library_debug": 512, "osg_root": 458, "osganim": 513, "osganimation_found": 513, "osganimation_include_dir": 513, "osganimation_librari": 513, "osganimation_library_debug": 513, "osgdb": [458, 514], "osgdb_found": 514, "osgdb_include_dir": 514, "osgdb_librari": 514, "osgdb_library_debug": 514, "osgdir": [458, 459, 471, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530], "osgfx": 515, "osgfx_found": 515, "osgfx_include_dir": 515, "osgfx_librari": 515, "osgfx_library_debug": 515, "osgga": 516, "osgga_found": 516, "osgga_include_dir": 516, "osgga_librari": 516, "osgga_library_debug": 516, "osgintrospect": 517, "osgintrospection_found": 517, "osgintrospection_include_dir": 517, "osgintrospection_librari": 517, "osgintrospection_library_debug": 517, "osgmanipul": 518, "osgmanipulator_found": 518, "osgmanipulator_include_dir": 518, "osgmanipulator_librari": 518, "osgmanipulator_library_debug": 518, "osgparticl": 519, "osgparticle_found": 519, "osgparticle_include_dir": 519, "osgparticle_librari": 519, "osgparticle_library_debug": 519, "osgpresent": 520, "osgpresentation_found": 520, "osgpresentation_include_dir": 520, "osgpresentation_librari": 520, "osgpresentation_library_debug": 520, "osgproduc": 521, "osgproducer_found": 521, "osgproducer_include_dir": 521, "osgproducer_librari": 521, "osgproducer_library_debug": 521, "osgqt": 522, "osgqt_found": 522, "osgqt_include_dir": 522, "osgqt_librari": 522, "osgqt_library_debug": 522, "osgshadow": 523, "osgshadow_found": 523, "osgshadow_include_dir": 523, "osgshadow_librari": 523, "osgshadow_library_debug": 523, "osgsim": 524, "osgsim_found": 524, "osgsim_include_dir": 524, "osgsim_librari": 524, "osgsim_library_debug": 524, "osgterrain": 525, "osgterrain_found": 525, "osgterrain_include_dir": 525, "osgterrain_librari": 525, "osgterrain_library_debug": 525, "osgtext": 526, "osgtext_found": 526, "osgtext_include_dir": 526, "osgtext_librari": 526, "osgtext_library_debug": 526, "osgutil": [458, 527], "osgutil_found": 527, "osgutil_include_dir": 527, "osgutil_librari": 527, "osgutil_library_debug": 527, "osgview": 528, "osgviewer_found": 528, "osgviewer_include_dir": 528, "osgviewer_librari": 528, "osgviewer_library_debug": 528, "osgvolum": [458, 529], "osgvolume_found": 529, "osgvolume_include_dir": 529, "osgvolume_librari": 529, "osgvolume_library_debug": 529, "osgwidget": 530, "osgwidget_found": 530, "osgwidget_include_dir": 530, "osgwidget_librari": 530, "osgwidget_library_debug": 530, "osi": 271, "osp": 456, "oss": 823, "osx": [135, 300, 484, 489, 537, 1772, 1773, 1774], "osx_architectur": [177, 282, 1179, 1328, 1772], "osx_architectures_": [282, 1178], "osx_architectures_debug": 1178, "osxx11": [1326, 1333], "other": [2, 3, 4, 5, 7, 8, 12, 17, 18, 19, 20, 21, 22, 24, 35, 37, 40, 43, 52, 53, 55, 56, 57, 58, 59, 60, 71, 74, 75, 77, 81, 83, 90, 91, 93, 102, 103, 105, 111, 115, 116, 117, 118, 119, 123, 132, 133, 134, 135, 137, 142, 143, 148, 156, 198, 230, 236, 237, 238, 239, 248, 249, 250, 251, 254, 257, 259, 262, 263, 264, 266, 268, 269, 270, 271, 273, 274, 277, 279, 280, 281, 285, 287, 290, 293, 296, 303, 304, 310, 313, 336, 367, 368, 370, 382, 383, 393, 394, 409, 421, 426, 440, 441, 442, 446, 450, 452, 454, 457, 469, 473, 474, 475, 476, 483, 484, 489, 532, 535, 536, 537, 551, 555, 559, 575, 577, 578, 594, 597, 613, 618, 620, 621, 633, 634, 639, 642, 660, 662, 670, 673, 674, 678, 680, 691, 696, 704, 706, 714, 722, 723, 728, 747, 748, 752, 781, 782, 798, 805, 817, 818, 819, 832, 843, 847, 852, 859, 865, 884, 891, 892, 894, 895, 896, 902, 906, 915, 916, 917, 950, 963, 967, 970, 971, 972, 973, 999, 1001, 1021, 1022, 1030, 1038, 1045, 1047, 1057, 1064, 1066, 1068, 1076, 1081, 1103, 1104, 1105, 1107, 1113, 1143, 1152, 1155, 1164, 1169, 1170, 1194, 1196, 1197, 1214, 1223, 1224, 1228, 1233, 1234, 1235, 1236, 1239, 1243, 1251, 1270, 1272, 1275, 1277, 1278, 1279, 1280, 1281, 1287, 1422, 1432, 1445, 1448, 1484, 1514, 1515, 1520, 1527, 1532, 1558, 1585, 1586, 1600, 1602, 1634, 1638, 1675, 1684, 1690, 1695, 1696, 1720, 1725, 1729, 1772, 1773, 1774, 1781, 1801, 1834, 1845, 1850, 1859, 1865, 1868, 1872, 1873, 1879, 1885, 1907, 1915, 1919, 1985], "other_arg": 266, "other_head": 118, "other_nam": 536, "other_name_deprec": 536, "other_name_export": 536, "other_name_no_export": 536, "other_target": 118, "otherconfig": 230, "otherth": 281, "otherwis": [2, 17, 21, 22, 23, 24, 27, 28, 29, 35, 36, 37, 38, 39, 55, 56, 57, 58, 59, 60, 62, 71, 77, 83, 85, 99, 108, 120, 132, 142, 143, 156, 223, 236, 238, 239, 247, 248, 257, 262, 265, 269, 270, 271, 273, 274, 277, 279, 280, 281, 285, 287, 290, 296, 298, 304, 310, 313, 327, 343, 347, 349, 356, 367, 368, 369, 370, 394, 426, 430, 447, 450, 457, 462, 469, 473, 475, 484, 495, 537, 541, 554, 555, 559, 613, 688, 701, 722, 892, 911, 917, 919, 945, 953, 957, 960, 961, 989, 998, 1008, 1032, 1051, 1110, 1126, 1157, 1166, 1171, 1174, 1188, 1216, 1229, 1271, 1278, 1325, 1354, 1364, 1366, 1377, 1388, 1422, 1432, 1435, 1445, 1453, 1465, 1490, 1562, 1571, 1585, 1679, 1686, 1690, 1702, 1729, 1755, 1756, 1773, 1774, 1782, 1801, 1825, 1910, 1919, 2038, 2041, 2043], "otool": [55, 285, 293, 537, 1158, 1159, 1208, 1230], "ought": [17, 388], "our": [18, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 263, 269, 279, 1323, 1702], "ourcompany_provide_depend": 18, "out": [2, 3, 18, 21, 36, 38, 40, 55, 58, 77, 83, 92, 98, 99, 106, 108, 142, 222, 247, 249, 262, 263, 265, 270, 271, 273, 274, 277, 278, 279, 285, 287, 290, 299, 304, 313, 325, 327, 329, 368, 370, 382, 396, 471, 480, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 551, 618, 651, 652, 677, 696, 701, 710, 720, 1324, 1327, 1345, 1347, 1429, 1505, 1558, 1593, 1952], "out_mod": 396, "out_var": 472, "out_vari": 382, "outdat": [247, 420, 502, 1022, 1317], "outdir": [555, 1340], "outer": [58, 107, 274], "outer_": 277, "outfil": 480, "outfile_dir": [555, 1328], "outlin": [58, 93, 141], "output": [2, 3, 9, 10, 17, 21, 22, 23, 24, 27, 28, 29, 37, 39, 51, 52, 55, 77, 83, 90, 92, 108, 120, 121, 123, 132, 134, 135, 136, 137, 139, 142, 143, 176, 187, 189, 218, 230, 247, 248, 249, 251, 255, 257, 260, 262, 265, 269, 273, 274, 275, 276, 277, 279, 281, 283, 287, 289, 290, 293, 304, 310, 319, 326, 327, 331, 334, 340, 343, 351, 354, 356, 358, 367, 369, 370, 379, 382, 396, 397, 405, 411, 415, 421, 446, 447, 458, 462, 469, 472, 495, 536, 537, 538, 551, 555, 559, 586, 610, 611, 618, 630, 648, 658, 673, 714, 716, 728, 735, 736, 747, 752, 822, 843, 846, 852, 877, 893, 898, 900, 901, 907, 910, 915, 937, 938, 939, 940, 949, 950, 954, 955, 979, 980, 981, 982, 1025, 1026, 1038, 1114, 1115, 1132, 1133, 1134, 1135, 1156, 1180, 1184, 1185, 1186, 1187, 1201, 1202, 1203, 1204, 1217, 1238, 1241, 1245, 1287, 1317, 1318, 1319, 1320, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1334, 1335, 1336, 1340, 1342, 1343, 1344, 1345, 1347, 1348, 1401, 1429, 1436, 1442, 1443, 1465, 1484, 1514, 1515, 1522, 1556, 1557, 1558, 1559, 1584, 1585, 1586, 1611, 1612, 1642, 1693, 1743, 1745, 1760, 1779, 1780, 1783, 1852, 1871, 1967, 1970, 1971, 1972, 1975, 1976, 1977, 1978, 1985, 1986, 1987], "output1": 2, "output2": 2, "output_": 52, "output_config": [230, 274, 1330], "output_dir": [551, 555, 559, 1328], "output_directori": [123, 394], "output_fil": [52, 1340], "output_file_var": 382, "output_files_var": 559, "output_format": 89, "output_junit": [31, 37, 290], "output_nam": [6, 7, 274, 282, 447, 551, 555, 562, 939, 984, 1134, 1181, 1184, 1203, 1323, 1343], "output_name_": [274, 282, 939, 984, 1134, 1180, 1203], "output_quiet": 52, "output_required_fil": [267, 280, 592, 1317], "output_strip_trailing_whitespac": 52, "output_vari": [18, 21, 51, 52, 83, 108, 120, 121, 356, 396, 536], "outputfil": [92, 411, 480], "outputjunitfil": [281, 1335], "outputlogfil": 281, "outputonfailur": 281, "outputpath": 1348, "outputvalu": 256, "outright": [754, 835, 974], "outsid": [6, 7, 16, 18, 53, 55, 75, 77, 93, 135, 141, 142, 220, 248, 277, 290, 367, 368, 382, 592, 593, 600, 615, 620, 650, 843, 1012, 1091, 1319, 1322, 1327, 1329, 1345, 1346, 1433, 1465, 1487, 1606], "outvar": [367, 538], "over": [10, 18, 62, 83, 86, 90, 141, 194, 254, 260, 262, 265, 266, 270, 271, 274, 279, 280, 281, 285, 287, 293, 310, 368, 394, 446, 447, 450, 471, 473, 474, 475, 484, 489, 503, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 538, 577, 659, 664, 685, 716, 726, 729, 734, 838, 845, 885, 909, 915, 966, 987, 1050, 1104, 1105, 1122, 1150, 1151, 1278, 1287, 1317, 1319, 1320, 1323, 1325, 1326, 1330, 1347, 1496, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1686, 1758, 1759, 1846, 1887, 1919], "overal": [22, 58, 189], "overcom": 1329, "overflow": 1323, "overhaul": [446, 1318], "overhead": [287, 503], "overlai": 1328, "overli": [18, 368], "overload": 336, "overrid": [18, 22, 55, 56, 57, 58, 59, 60, 77, 123, 130, 132, 133, 136, 141, 142, 143, 151, 167, 186, 189, 215, 216, 236, 262, 263, 281, 283, 287, 289, 310, 340, 341, 358, 359, 368, 379, 382, 394, 447, 484, 489, 536, 537, 555, 559, 620, 771, 772, 773, 781, 785, 792, 833, 834, 880, 939, 993, 1005, 1027, 1069, 1071, 1073, 1075, 1085, 1086, 1111, 1112, 1134, 1144, 1146, 1150, 1151, 1192, 1198, 1199, 1200, 1203, 1208, 1212, 1230, 1232, 1248, 1260, 1278, 1320, 1323, 1327, 1335, 1347, 1453, 1507, 1508, 1524, 1591, 1592, 1603, 1672, 1725, 1742, 1809, 1810, 1815, 1816, 1826, 1827, 1868, 1869, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1911, 1919, 1953], "overridden": [22, 56, 57, 58, 59, 60, 67, 68, 70, 116, 120, 141, 142, 230, 257, 262, 266, 285, 287, 368, 394, 446, 469, 536, 555, 688, 895, 957, 960, 1064, 1076, 1103, 1143, 1144, 1163, 1453, 1673, 1675, 1725, 1951], "override_find_packag": [18, 263, 370], "oversight": 613, "oversubscrib": 290, "oversubscript": 1343, "overview": [58, 551], "overwhelm": 271, "overwrit": [20, 53, 55, 100, 132, 280, 281, 290, 347, 370, 667, 1286, 1327], "overwriteconfigurationfil": 281, "overwritten": [2, 18, 37, 55, 132, 142, 262, 290, 369, 573, 827, 1122, 1955], "own": [7, 8, 18, 19, 20, 55, 77, 114, 116, 117, 118, 130, 132, 133, 141, 142, 143, 146, 149, 167, 178, 184, 189, 193, 196, 200, 202, 205, 209, 211, 214, 246, 248, 254, 256, 261, 262, 263, 266, 271, 273, 274, 275, 277, 279, 281, 285, 287, 290, 293, 304, 329, 368, 370, 382, 384, 394, 471, 489, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 539, 555, 563, 580, 598, 644, 647, 676, 689, 714, 731, 758, 797, 800, 859, 895, 904, 1089, 1092, 1093, 1100, 1137, 1152, 1167, 1229, 1278, 1317, 1322, 1323, 1324, 1326, 1328, 1333, 1334, 1339, 1344, 1345, 1347, 1432, 1450, 1585, 1602, 1633, 1684, 1690, 1715, 1720, 1729, 1746, 1757, 1782, 1785, 1794, 1801, 1846, 1865, 1872, 1919, 2007], "owner": [132, 142], "owner_execut": [55, 77, 142, 1599], "owner_read": [55, 77, 142, 1599], "owner_writ": [55, 77, 142, 1599], "ownership": [142, 1122], "p": [16, 18, 77, 90, 132, 137, 142, 148, 277, 287, 289, 309, 370, 379, 396, 419, 421, 640, 795, 954, 1121, 1325, 1326, 1335, 1339, 1394, 1395, 1408, 1418, 1463, 1471, 1532, 1585, 1806, 1824, 1845], "p1": 21, "p1689r5": 270, "p2": 21, "p4": [290, 1317], "p4client": [290, 2011], "p4command": [290, 2012], "p4option": [290, 2013], "p4updatecustom": 290, "p4updateopt": [290, 2014], "pack": [297, 1331], "packag": [18, 22, 55, 56, 57, 59, 60, 77, 90, 93, 129, 133, 135, 139, 141, 143, 167, 198, 229, 232, 250, 261, 262, 264, 266, 271, 274, 280, 283, 285, 289, 301, 303, 313, 318, 327, 369, 370, 379, 383, 384, 391, 421, 426, 429, 432, 447, 452, 462, 463, 472, 473, 474, 475, 496, 498, 532, 551, 554, 597, 622, 634, 644, 650, 653, 664, 666, 693, 721, 727, 732, 795, 797, 799, 800, 812, 813, 814, 867, 868, 882, 925, 987, 1027, 1030, 1050, 1243, 1259, 1261, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1328, 1329, 1330, 1332, 1333, 1334, 1335, 1337, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1490, 1517, 1518, 1521, 1523, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1535, 1537, 1547, 1550, 1794, 1801, 1845, 1882, 1887, 1949, 1951, 1953, 1954, 1955, 1956], "package_": [248, 250, 304], "package_depend": 53, "package_find_nam": [58, 279], "package_find_vers": [58, 279], "package_find_version_complet": 58, "package_find_version_count": [58, 279], "package_find_version_major": [58, 279], "package_find_version_max": 58, "package_find_version_max_count": 58, "package_find_version_max_major": 58, "package_find_version_max_minor": 58, "package_find_version_max_patch": 58, "package_find_version_max_tweak": 58, "package_find_version_min": 58, "package_find_version_min_count": 58, "package_find_version_min_major": 58, "package_find_version_min_minor": 58, "package_find_version_min_patch": 58, "package_find_version_min_tweak": 58, "package_find_version_minor": [58, 279], "package_find_version_patch": [58, 279], "package_find_version_rang": 58, "package_find_version_range_max": 58, "package_find_version_range_min": 58, "package_find_version_tweak": [58, 279], "package_include_install_dir": 304, "package_info": 77, "package_init": [248, 250, 304], "package_manag": 263, "package_nam": 18, "package_prefix_dir": 304, "package_root": 1348, "package_some_install_dir": 304, "package_sourc": [129, 262], "package_sysconfig_install_dir": 304, "package_vers": [58, 279, 370], "package_version_compat": [58, 279, 370], "package_version_exact": [58, 279, 370], "package_version_unsuit": [58, 279], "packagedescriptionfil": 134, "packagedescriptionsummari": 134, "packagedirectori": [281, 289], "packagegener": [132, 142], "packagemak": [288, 1326, 1333, 1334], "packagenam": [53, 56, 57, 58, 59, 60, 132, 134, 135, 143, 248, 263, 271, 272, 279, 281, 286, 289, 299, 304, 462, 634, 704, 1321, 1325, 1332, 1337, 1340, 1345, 1348, 1533, 1548], "packagename_root": 280, "packagepreset": [281, 1335], "packages_found": [282, 369], "packages_not_found": [282, 369], "packagevers": [134, 281, 289], "packaginginstallprefix": 134, "packard": [1635, 1845], "packer": 493, "page": [35, 52, 58, 136, 137, 138, 139, 142, 143, 247, 252, 264, 265, 272, 274, 276, 277, 286, 287, 289, 290, 318, 394, 551, 655, 881, 1126, 1129, 1317, 1326, 1330, 1332, 1340, 1346, 1654, 1699, 1705], "paid": 370, "pair": [77, 99, 101, 103, 104, 136, 137, 138, 148, 246, 262, 279, 290, 318, 367, 447, 469, 781, 782, 811, 870, 950, 1113, 1268, 1562, 1563, 1564, 1951], "palett": 148, "panel": [136, 138, 313], "pango": 409, "pangocairo": 409, "pangoft2": 409, "pangomm": 409, "pangoxft": 409, "paragraph": [90, 1015], "parallel": [2, 14, 27, 37, 77, 109, 129, 152, 188, 229, 262, 270, 280, 281, 287, 290, 310, 368, 376, 382, 415, 446, 538, 541, 674, 707, 809, 825, 888, 895, 906, 931, 945, 948, 958, 1117, 1118, 1119, 1214, 1257, 1320, 1321, 1327, 1330, 1331, 1334, 1337, 1339, 1340, 1343, 1347, 1399, 1499, 1619, 1850, 1853], "parallel_level": [14, 27, 31, 37, 541, 901, 906, 1331], "param": 394, "paramet": [20, 35, 53, 63, 74, 77, 86, 130, 135, 142, 254, 257, 262, 281, 285, 287, 290, 292, 293, 299, 368, 388, 389, 397, 446, 447, 469, 480, 535, 538, 551, 559, 687, 700, 792, 838, 865, 969, 1319, 1320, 1321, 1323, 1324, 1327, 1338, 1347, 1348], "parameter": [538, 1319, 1347], "paren": [277, 687, 690], "parent": [12, 21, 23, 35, 40, 55, 56, 57, 58, 59, 60, 65, 67, 68, 69, 70, 75, 77, 83, 87, 98, 100, 134, 137, 266, 273, 274, 277, 280, 281, 287, 290, 293, 313, 368, 370, 383, 472, 480, 494, 710, 754, 755, 758, 759, 761, 766, 786, 788, 948, 1281, 1320, 1337, 1535, 1748, 2073], "parent_directori": 282, "parent_group": [134, 313], "parent_path": 21, "parent_scop": [12, 56, 57, 59, 60, 63, 83, 98, 100, 122, 293, 365, 1317], "parentclassnam": 480, "parentgroup": 134, "parenthead": 480, "parenthes": [71, 277, 2037], "parenthesi": [71, 108, 690], "parentindex": 273, "parentpackag": [56, 57, 59, 60], "pargc": 26, "pargv": 26, "pars": [1, 8, 20, 22, 37, 55, 71, 99, 108, 113, 117, 118, 247, 273, 274, 277, 287, 290, 310, 367, 382, 429, 447, 538, 687, 792, 945, 978, 1060, 1152, 1208, 1211, 1230, 1317, 1319, 1321, 1324, 1326, 1328, 1342, 1522], "parsabl": 22, "parse_argv": [20, 277, 280, 734, 1342, 1346], "parser": [290, 375, 395, 397, 503, 510, 1318, 1342, 1967], "part": [2, 6, 7, 8, 18, 19, 23, 36, 55, 56, 57, 58, 59, 60, 71, 77, 83, 116, 117, 120, 134, 142, 252, 255, 263, 266, 268, 271, 273, 274, 277, 278, 279, 280, 283, 285, 287, 290, 313, 318, 367, 368, 370, 379, 383, 393, 394, 422, 425, 447, 459, 471, 484, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 536, 555, 623, 728, 747, 748, 758, 842, 843, 844, 857, 863, 915, 951, 956, 959, 1022, 1039, 1064, 1068, 1076, 1089, 1104, 1150, 1152, 1281, 1318, 1323, 1328, 1334, 1337, 1345, 1348, 1490, 1618, 1671, 1684, 1690, 1720, 1725, 1729, 1772, 1773, 1774, 1794, 1841, 1842, 1881, 1882, 2071], "parta": 90, "partb": 90, "parti": [124, 130, 262, 263, 264, 268, 273, 278, 287, 446, 473, 474, 475, 637, 680, 686, 758, 798, 1347, 1782], "partial": [118, 142, 614, 1273, 1343, 1870], "particip": [266, 890], "particular": [18, 21, 37, 40, 55, 77, 93, 119, 132, 139, 247, 262, 263, 265, 266, 268, 273, 274, 279, 283, 285, 287, 290, 376, 394, 471, 480, 482, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 535, 559, 622, 651, 652, 673, 677, 685, 696, 701, 857, 859, 895, 1081, 1088, 1129, 1130, 1149, 1317, 1326, 1562, 1563, 1564, 1725, 1738, 1801, 1873], "particularli": [118, 139, 370, 1317], "partit": 119, "pascal": [137, 382], "pass": [1, 8, 10, 18, 20, 27, 28, 37, 52, 53, 56, 57, 58, 59, 60, 62, 63, 71, 77, 81, 86, 88, 90, 99, 108, 113, 115, 116, 117, 120, 121, 130, 132, 134, 136, 138, 143, 171, 247, 249, 253, 254, 255, 256, 257, 262, 265, 266, 268, 270, 271, 273, 274, 277, 279, 280, 281, 283, 285, 287, 290, 293, 294, 299, 304, 309, 313, 327, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 365, 367, 368, 370, 379, 382, 389, 391, 394, 396, 400, 439, 446, 447, 455, 456, 462, 469, 480, 483, 532, 535, 536, 537, 538, 543, 555, 559, 563, 568, 575, 643, 646, 664, 676, 679, 690, 697, 738, 750, 754, 756, 760, 775, 785, 835, 837, 838, 841, 844, 887, 890, 893, 900, 913, 943, 949, 974, 977, 978, 987, 1037, 1050, 1060, 1081, 1093, 1123, 1128, 1131, 1137, 1152, 1155, 1277, 1317, 1318, 1319, 1320, 1322, 1323, 1324, 1326, 1327, 1328, 1329, 1331, 1332, 1333, 1334, 1338, 1339, 1342, 1343, 1344, 1345, 1347, 1348, 1394, 1395, 1397, 1429, 1451, 1557, 1633, 1656, 1657, 1673, 1675, 1677, 1681, 1684, 1690, 1701, 1706, 1720, 1729, 1825, 1828, 1829, 1835, 1836, 1837, 1861, 1862, 1951, 1963, 1975, 1978, 2015], "pass_regular_express": [10, 257, 282, 893, 907, 1325], "passwd": 357, "password": [55, 137, 318, 368, 370, 1346], "past": [63, 86, 396], "patch": [19, 23, 58, 71, 93, 131, 143, 247, 263, 271, 273, 279, 281, 287, 304, 310, 370, 374, 383, 409, 425, 426, 429, 436, 440, 456, 457, 464, 473, 474, 475, 476, 480, 483, 484, 494, 511, 558, 656, 674, 728, 1319, 1323, 1333, 1337, 1341, 1348, 1428, 1640, 1645, 1798, 1873], "patch_command": 368, "patch_execut": 464, "patch_found": 464, "path": [2, 3, 7, 9, 10, 14, 17, 18, 22, 24, 26, 35, 37, 51, 56, 57, 58, 59, 60, 65, 66, 67, 68, 70, 73, 76, 77, 78, 81, 85, 87, 93, 99, 100, 102, 103, 105, 107, 108, 114, 115, 116, 118, 119, 120, 121, 123, 126, 130, 133, 134, 136, 137, 138, 139, 141, 142, 143, 150, 161, 166, 167, 169, 173, 175, 178, 179, 212, 223, 226, 230, 247, 248, 249, 250, 254, 262, 263, 265, 266, 269, 270, 271, 273, 276, 279, 280, 281, 283, 285, 287, 290, 292, 293, 294, 298, 304, 310, 318, 325, 327, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 365, 367, 368, 370, 371, 373, 375, 376, 377, 379, 380, 381, 382, 383, 385, 388, 389, 393, 394, 397, 398, 399, 406, 409, 411, 412, 415, 417, 418, 419, 421, 423, 424, 426, 429, 432, 433, 435, 437, 438, 445, 446, 447, 448, 450, 452, 453, 454, 455, 456, 459, 460, 464, 465, 466, 468, 469, 471, 472, 473, 474, 475, 476, 477, 479, 480, 483, 484, 489, 492, 494, 495, 496, 497, 498, 499, 503, 504, 505, 507, 532, 533, 535, 537, 538, 539, 550, 551, 555, 559, 563, 568, 575, 581, 601, 620, 622, 630, 631, 636, 641, 644, 658, 660, 676, 685, 699, 702, 710, 712, 737, 745, 747, 749, 753, 761, 774, 775, 802, 803, 804, 845, 849, 851, 861, 867, 892, 897, 903, 915, 924, 927, 928, 930, 933, 934, 948, 951, 954, 956, 959, 961, 963, 964, 1001, 1003, 1038, 1047, 1049, 1059, 1061, 1064, 1066, 1068, 1076, 1078, 1081, 1082, 1087, 1088, 1090, 1091, 1100, 1101, 1103, 1114, 1138, 1143, 1144, 1153, 1154, 1156, 1161, 1162, 1163, 1165, 1169, 1206, 1215, 1217, 1228, 1242, 1261, 1262, 1263, 1269, 1281, 1283, 1287, 1301, 1317, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1356, 1358, 1376, 1378, 1387, 1389, 1408, 1416, 1418, 1419, 1420, 1424, 1430, 1437, 1447, 1452, 1463, 1466, 1469, 1471, 1502, 1514, 1533, 1535, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1547, 1548, 1549, 1554, 1562, 1564, 1577, 1589, 1593, 1597, 1599, 1600, 1606, 1621, 1629, 1633, 1637, 1673, 1674, 1684, 1687, 1690, 1701, 1706, 1707, 1710, 1713, 1714, 1720, 1726, 1729, 1731, 1732, 1738, 1754, 1755, 1760, 1762, 1770, 1775, 1786, 1801, 1806, 1817, 1822, 1824, 1825, 1835, 1836, 1837, 1839, 1840, 1841, 1843, 1844, 1848, 1859, 1892, 1893, 1910, 1949, 1967, 1970, 2068], "path0": 382, "path1": [21, 56, 57, 58, 59, 60, 274, 382, 447, 551], "path2": [21, 56, 57, 58, 59, 60, 274, 447, 551], "path3": 21, "path_equ": [71, 274, 280, 699, 1334], "path_list_append": 892, "path_list_prepend": 892, "path_suffix": [56, 57, 58, 59, 60, 271], "path_to_build_dir": 142, "path_to_mesa": 123, "path_to_sourc": 124, "path_var": 304, "pathlistsep": [281, 1334], "pathnam": [2, 83, 252, 287, 469], "patholog": 116, "paths_var": 365, "pathscal": 1635, "pathtobuilddirectori": 84, "pattern": [2, 21, 22, 53, 55, 77, 83, 90, 108, 120, 143, 248, 251, 263, 266, 271, 274, 279, 280, 310, 370, 383, 394, 537, 588, 597, 666, 729, 1317, 1323, 1328, 1330, 1465, 1564, 1690, 1729, 1801], "paus": [1305, 1310, 1312, 1938, 1943, 1945], "pax": [55, 287, 1323], "paxr": [55, 132, 287, 1323], "pb": 472, "pc": 271, "pc_foo": 271, "pc_foo_": 271, "pc_foo_cflags_oth": 271, "pc_foo_include_dir": 271, "pc_foo_library_dir": 271, "pc_foo_vers": 271, "pc_libdir": 22, "pc_path": 22, "pc_sysroot_dir": 22, "pc_sysrootdir": 22, "pc_system_includedir": 22, "pc_system_libdir": 22, "pc_top_builddir": 22, "pch": [118, 1182, 1183], "pch_instantiate_templ": [282, 1328, 1777], "pch_warn_invalid": [282, 1327, 1778], "pchi": 118, "pcmakeverifymanifest": 309, "pcsampl": 1337, "pcsamplingutil": 383, "pdb": [274, 979, 980, 981, 982, 1184, 1185, 1186, 1187, 1318, 1442, 1443, 1779, 1780], "pdb_name": [274, 282, 979, 1185, 1318], "pdb_name_": [274, 282, 980], "pdb_output_directori": [274, 282, 981, 1187, 1318, 1321, 1779], "pdb_output_directory_": [274, 282, 982, 1780], "pdflatex": 433, "pdflatex_compil": 433, "pdftop": 433, "pdftops_convert": 433, "pe": 55, "pend": [269, 1319, 1333], "penv": [281, 1337], "peopl": [250, 259, 264, 281, 484, 489, 496, 498], "pep": [473, 475], "per": [1, 2, 6, 7, 54, 56, 57, 58, 59, 60, 62, 63, 71, 86, 93, 108, 113, 116, 127, 129, 132, 139, 142, 143, 230, 246, 262, 270, 273, 279, 280, 281, 285, 287, 290, 303, 310, 313, 370, 379, 382, 391, 398, 446, 451, 455, 480, 537, 557, 580, 626, 671, 702, 732, 754, 755, 811, 835, 836, 837, 838, 845, 895, 937, 938, 940, 941, 974, 975, 978, 980, 982, 984, 996, 1005, 1006, 1009, 1024, 1052, 1081, 1111, 1112, 1132, 1133, 1135, 1142, 1144, 1146, 1166, 1167, 1172, 1175, 1178, 1179, 1181, 1185, 1186, 1187, 1201, 1202, 1204, 1210, 1214, 1217, 1223, 1227, 1228, 1229, 1270, 1275, 1317, 1320, 1324, 1326, 1327, 1328, 1329, 1330, 1331, 1334, 1335, 1340, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1377, 1429, 1443, 1656, 1756, 1757, 1780, 1850, 1867, 1880, 1907, 1915], "percent": 108, "percentag": 37, "perforc": [290, 1317], "perform": [2, 17, 21, 24, 27, 28, 29, 30, 31, 36, 37, 38, 52, 55, 71, 90, 93, 129, 134, 141, 142, 143, 167, 247, 262, 263, 270, 274, 277, 281, 285, 287, 289, 290, 304, 310, 330, 333, 337, 338, 346, 350, 353, 362, 367, 368, 370, 376, 382, 383, 394, 446, 447, 473, 474, 475, 538, 563, 595, 604, 609, 613, 737, 809, 839, 892, 1005, 1018, 1022, 1214, 1224, 1228, 1279, 1282, 1317, 1337, 1341, 1345, 1348, 1650, 1651, 1684, 1720, 1742, 1794, 1834, 1850, 1967, 2054], "performinstallationpag": [136, 1333], "perhap": [116, 223, 236, 237, 238, 239, 246, 299, 471, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 711, 1340, 1847, 1967], "period": [21, 55, 134, 262, 368, 911, 912, 1322], "perl": [366, 389, 465, 466], "perl5": [142, 492, 1336], "perl_archlib": 466, "perl_execut": [465, 466], "perl_extra_c_flag": 466, "perl_found": 465, "perl_include_path": 466, "perl_librari": 466, "perl_path": 394, "perl_privlib": 466, "perl_sitearch": 466, "perl_sitelib": 466, "perl_sitesearch": 466, "perl_update_archlib": 466, "perl_update_privlib": 466, "perl_vendorarch": 466, "perl_vendorlib": 466, "perl_version_str": 465, "perllib": 466, "perllibs_found": 466, "permachin": [143, 732, 1339], "perman": 142, "permiss": [22, 24, 55, 60, 77, 132, 134, 142, 279, 280, 287, 318, 669, 831, 1320, 1328, 1329, 1330, 1339, 1345, 1599, 1954], "permit": [2, 3, 77, 277, 370, 447, 573], "permonitor": 1245, "persist": [90, 100, 158, 159, 160, 167, 180, 183, 273, 277, 287, 379, 1320, 1326, 1562, 1746], "person": 1845, "perus": 143, "pessim": 262, "pgi": [268, 451, 841, 1039, 1319, 1348, 1635], "phase": [55, 167, 270, 285, 1281, 1283, 1287, 1328, 1333, 1338, 1339, 1348], "philosophi": 370, "phipac": 376, "phipack": 376, "phone": [866, 867, 1258, 1267, 1324, 1327, 1845], "phoni": [618, 1345, 1346], "phonon": 480, "photograph": 427, "php": [137, 252, 326, 460], "php4": 460, "php4_execut": 460, "php4_include_path": 460, "phrase": [136, 274], "physf": 467, "physfs_found": 467, "physfs_include_dir": 467, "physfs_librari": 467, "physfsdir": 467, "physic": [17, 380, 541, 562, 945], "pi": 285, "pic": 260, "pic_off": 266, "pic_on": 266, "pick": [134, 141, 409, 446, 496, 498, 1487, 1563], "pictur": [58, 370], "pie": [280, 356, 643, 1323], "piec": [279, 471, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530], "pike": 468, "pike_execut": 468, "pike_include_path": 468, "pin": 368, "pipe": [52, 287, 1317], "pipelin": [52, 1319], "pixel": [136, 143], "pkg": [22, 271, 279, 287, 376, 432, 457, 469, 554, 1318, 1319, 1332, 1333, 1338, 1342, 1531, 1537], "pkg1": 551, "pkg2": 551, "pkg_check_modul": [271, 469, 1347], "pkg_config": [469, 1318], "pkg_config_": 22, "pkg_config_allow_": 22, "pkg_config_allow_system_cflag": 22, "pkg_config_allow_system_lib": 22, "pkg_config_argn": [469, 1332], "pkg_config_disable_uninstal": 22, "pkg_config_execut": 469, "pkg_config_found": [271, 469], "pkg_config_libdir": 22, "pkg_config_path": [22, 457], "pkg_config_sysroot_dir": 22, "pkg_config_sysroot_path": 22, "pkg_config_system_include_path": 22, "pkg_config_system_library_path": 22, "pkg_config_top_build_dir": 22, "pkg_config_use_cmake_prefix_path": 469, "pkg_config_version_str": 469, "pkg_get_vari": [469, 1338, 1343], "pkg_search_modul": [469, 1325], "pkgbuild": [141, 313, 1348], "pkgconf": 22, "pkgconfig": [271, 469, 554], "pkgdata": 419, "place": [2, 3, 5, 9, 21, 24, 26, 37, 58, 77, 83, 86, 98, 107, 116, 118, 134, 137, 139, 141, 142, 143, 169, 252, 256, 266, 268, 270, 274, 277, 279, 281, 283, 285, 287, 290, 293, 294, 310, 313, 368, 370, 382, 394, 398, 454, 458, 484, 551, 555, 560, 565, 615, 647, 651, 652, 671, 677, 696, 701, 711, 737, 811, 850, 902, 917, 965, 981, 1032, 1038, 1063, 1066, 1078, 1104, 1114, 1186, 1194, 1196, 1197, 1217, 1320, 1322, 1325, 1326, 1329, 1331, 1333, 1336, 1340, 1346, 1347, 1348, 1490, 1505, 1614, 1623, 1624, 1625, 1952, 2038, 2041], "placehold": [43, 100, 139, 142, 248, 274, 277, 279, 305, 367, 368, 1318, 1340, 1343, 1344, 1345, 1346, 1690, 1729], "placement": [133, 268, 1868], "plain": [116, 143, 230, 248, 274, 280, 287, 304, 382, 583, 917, 950, 1066, 1325, 1347, 1690, 1729], "plaintext": 1326, "plan": 287, "plantuml_include_path": 394, "plantuml_jar_path": 394, "plat_specif": 474, "platform": [2, 3, 6, 7, 15, 17, 18, 21, 22, 52, 53, 55, 56, 57, 58, 59, 60, 73, 74, 77, 93, 106, 114, 116, 120, 121, 124, 134, 136, 137, 142, 150, 156, 161, 166, 167, 173, 178, 179, 212, 229, 232, 247, 248, 251, 253, 255, 259, 262, 263, 265, 266, 271, 273, 275, 276, 277, 279, 280, 281, 285, 287, 289, 290, 347, 367, 368, 376, 379, 382, 383, 389, 395, 406, 407, 419, 421, 422, 425, 446, 447, 454, 457, 473, 474, 475, 503, 578, 620, 625, 626, 643, 679, 696, 697, 709, 716, 721, 722, 724, 739, 805, 821, 823, 850, 892, 902, 911, 912, 917, 963, 964, 1012, 1017, 1021, 1057, 1064, 1066, 1068, 1076, 1078, 1080, 1081, 1083, 1088, 1090, 1113, 1137, 1149, 1153, 1154, 1155, 1169, 1170, 1194, 1196, 1197, 1208, 1213, 1228, 1230, 1260, 1267, 1269, 1270, 1271, 1275, 1317, 1318, 1322, 1327, 1329, 1333, 1339, 1340, 1341, 1342, 1351, 1376, 1419, 1448, 1492, 1507, 1512, 1513, 1545, 1564, 1574, 1580, 1591, 1592, 1599, 1601, 1602, 1605, 1622, 1623, 1624, 1625, 1658, 1661, 1684, 1687, 1690, 1694, 1697, 1701, 1703, 1704, 1707, 1715, 1720, 1726, 1729, 1731, 1732, 1734, 1752, 1753, 1770, 1772, 1773, 1774, 1781, 1794, 1813, 1814, 1815, 1816, 1822, 1830, 1831, 1841, 1842, 1845, 1846, 1859, 1861, 1862, 1868, 1869, 1889, 1890, 1891, 1896, 1907, 1909, 1910, 1912, 1915, 2039, 2054], "platform_id": [274, 1317, 1324], "platformnam": 74, "platformsupport": 287, "platlib": [473, 474, 475], "platstdlib": [473, 474, 475], "pleas": [35, 55, 77, 132, 137, 285, 290, 304, 379, 431, 446, 531, 533, 551, 1017, 1080, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1324, 1347, 1492, 1796, 1797, 1798, 1799, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947], "plist": [130, 313, 1033, 1160, 1161, 1162, 1197, 1342, 1348, 2087], "plot": 279, "plt": 376, "plu": [130, 132, 269, 277, 293, 447, 534, 597, 1348], "plug": 313, "plugin": [7, 130, 224, 247, 266, 287, 293, 365, 430, 472, 623, 625, 799, 967, 1038, 1105, 1169, 1281, 1282, 1283, 1284, 1325, 1333, 1343, 1631, 1643, 1738, 1883], "plugin_opt": 472, "plugins_dir": 365, "plural": 290, "png": [37, 77, 136, 303, 367, 369, 461, 532, 1344, 1347], "png_definit": 461, "png_found": 461, "png_include_dir": 461, "png_librari": 461, "png_version_str": 461, "po": 411, "po1": 411, "po2": 411, "po_fil": 411, "pofil": 411, "point": [17, 18, 26, 55, 56, 57, 58, 59, 60, 71, 89, 93, 108, 116, 120, 124, 137, 142, 167, 248, 250, 256, 260, 261, 263, 264, 265, 266, 271, 276, 277, 279, 281, 286, 287, 289, 290, 293, 304, 310, 318, 365, 368, 370, 392, 394, 447, 454, 484, 496, 534, 551, 873, 888, 895, 951, 956, 959, 964, 1136, 1242, 1276, 1318, 1323, 1334, 1345, 1430, 1449, 1532, 1533, 1562, 1794, 1873, 1967], "pointer": [26, 792, 1697, 1817], "polici": [2, 3, 7, 8, 10, 12, 14, 15, 17, 18, 20, 43, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 71, 72, 77, 85, 86, 88, 91, 92, 93, 98, 100, 109, 113, 116, 117, 119, 120, 123, 124, 125, 132, 133, 134, 141, 142, 143, 212, 249, 263, 264, 265, 266, 268, 270, 271, 274, 276, 277, 287, 289, 290, 296, 298, 300, 343, 356, 364, 366, 367, 368, 370, 379, 382, 392, 454, 473, 474, 475, 476, 477, 478, 538, 555, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 755, 757, 784, 824, 836, 843, 848, 947, 965, 966, 975, 987, 1088, 1090, 1103, 1111, 1131, 1143, 1144, 1147, 1148, 1149, 1152, 1163, 1166, 1167, 1188, 1206, 1214, 1231, 1270, 1275, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1346, 1347, 1348, 1417, 1453, 1673, 1756, 1757, 1772, 1773, 1774, 1782, 1783, 1850, 1861, 1907, 1910, 1915, 2037, 2079], "policy_max": 19, "polish": 137, "pool": [2, 3, 290, 368, 809, 811, 1117, 1118, 1119, 1317, 1324, 1329], "poor": [754, 835, 974, 1429], "poorli": [304, 618], "pop": [12, 23, 90, 280, 368, 447, 571, 1345, 1690, 1729], "pop3": 384, "pop_back": [18, 83, 90, 274, 1324, 1743, 1745], "pop_front": [83, 274, 1324], "popul": [5, 7, 18, 22, 53, 77, 111, 112, 113, 114, 115, 116, 117, 118, 119, 248, 251, 262, 263, 265, 266, 271, 273, 274, 279, 280, 283, 287, 310, 368, 394, 447, 480, 536, 538, 555, 582, 603, 650, 728, 729, 730, 761, 766, 895, 1093, 1094, 1095, 1096, 1100, 1102, 1103, 1106, 1108, 1109, 1110, 1143, 1144, 1148, 1149, 1228, 1318, 1320, 1321, 1323, 1324, 1327, 1336, 1340, 1341, 1342, 1449, 1484, 1532, 1841, 1842, 1965], "popular": 370, "popup": 290, "port": [51, 135, 379, 382, 586, 680, 705, 706, 708, 709, 724, 727, 1277, 1319, 1320, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1330, 1337, 1341, 1348, 1634, 1638], "portabl": [8, 117, 268, 274, 277, 376, 452, 454, 484, 1152, 1318, 1329, 1333, 1437, 1562, 1684, 1690, 1720, 1729], "portion": [21, 41, 42, 55, 77, 265, 273, 287, 368, 628, 1088, 1156, 1163], "portland": 1635, "portugues": 137, "posit": [83, 108, 116, 133, 260, 266, 277, 285, 310, 349, 356, 368, 541, 578, 599, 601, 643, 921, 922, 943, 945, 1107, 1188, 1322, 1323, 1330, 1334, 1401], "position_independent_cod": [7, 260, 266, 282, 285, 356, 578, 643, 1107, 1323, 1484, 1784], "posix": [52, 274, 290, 390, 422, 449, 473, 475, 911, 912, 1012, 1318, 1337, 1339, 1845], "possibl": [2, 3, 18, 22, 56, 57, 58, 59, 60, 71, 75, 81, 82, 83, 92, 100, 108, 115, 132, 134, 136, 142, 143, 186, 233, 234, 235, 240, 241, 242, 243, 244, 248, 258, 262, 263, 265, 266, 268, 271, 273, 274, 277, 280, 281, 283, 287, 290, 310, 313, 318, 368, 370, 382, 391, 410, 421, 433, 446, 447, 454, 473, 474, 475, 534, 537, 551, 559, 568, 604, 621, 633, 670, 709, 744, 752, 754, 798, 809, 825, 835, 848, 944, 946, 974, 1021, 1148, 1150, 1151, 1287, 1304, 1317, 1318, 1322, 1324, 1327, 1328, 1329, 1331, 1332, 1333, 1334, 1346, 1348, 1514, 1584, 1618, 1635, 1639, 1669, 1684, 1690, 1702, 1710, 1720, 1729, 1738, 1845, 1920, 1975, 1978, 1985], "possibli": [134, 247, 277, 532, 725, 1322, 1589, 1590, 1841, 1842, 1873], "post": [2, 55, 142, 236, 310, 538, 1327, 1329, 1963], "post_build": [2, 7, 230, 274, 538, 735, 1177], "post_command": 494, "post_exclude_fil": [55, 77, 1331], "post_exclude_regex": [55, 77], "post_include_fil": [55, 77, 1331], "post_include_regex": [55, 77], "post_install_script": [77, 282, 1193], "postarg": 138, "postfix": [258, 473, 474, 475, 985, 1034, 1327, 1446, 1553], "postgresql": 470, "postgresql_found": 470, "postgresql_include_dir": 470, "postgresql_librari": 470, "postgresql_library_dir": 470, "postgresql_type_include_dir": 470, "postgresql_version_str": 470, "postinst": [132, 1345], "postinstal": [141, 142], "postrm": [132, 1345], "postsolut": 781, "postun": 142, "postuninstal": 142, "pot": 411, "potenti": [71, 142, 263, 266, 271, 287, 336, 368, 370, 415, 462, 538, 1223, 1330, 1789, 1790, 1792, 1793, 1794], "potfil": 411, "power": [248, 602, 1163], "powerpc": 550, "powershel": [236, 237, 238, 239], "ppc": [223, 1322], "ppc_integr": 223, "ppc_standalon": 223, "practic": [77, 247, 252, 274, 287, 370, 1317, 1465], "pragma": [75, 248, 950, 1318, 1326], "pre": [6, 7, 19, 23, 55, 58, 90, 132, 142, 143, 265, 266, 274, 279, 283, 287, 299, 368, 370, 538, 616, 844, 948, 949, 1119, 1137, 1150, 1151, 1319, 1323, 1324, 1327, 1329, 1642, 1684, 1690, 1715, 1720, 1729, 1845], "pre_build": [2, 7, 230, 283, 735, 1177], "pre_command": 494, "pre_exclude_regex": [55, 77], "pre_include_regex": [55, 77], "pre_install_script": [77, 282, 1189], "pre_link": [2, 7, 230, 735, 1177], "pre_test": [538, 1327], "prearg": 138, "prebuilt": [53, 77, 1346, 1378], "preced": [18, 20, 23, 52, 71, 77, 90, 99, 108, 120, 121, 136, 263, 265, 273, 274, 277, 281, 287, 370, 382, 383, 419, 421, 473, 474, 475, 577, 685, 702, 845, 909, 966, 1024, 1150, 1151, 1287, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1684, 1686, 1690, 1720, 1729, 1746, 1758, 1759, 1887, 1974], "precednec": 1496, "precis": [268, 447, 1340], "precompil": [266, 273, 858, 1016, 1108, 1182, 1183, 1190, 1191, 1322, 1323, 1325, 1327, 1328, 1330, 1331, 1334, 1338, 1341, 1344, 1345, 1347], "precompile_head": [118, 266, 273, 282, 858, 1016, 1325], "precompile_headers_reuse_from": [118, 282], "precompilehead": [273, 1327], "precomput": 255, "predat": [71, 1429], "predefin": [119, 136, 313, 368, 394, 674, 792], "predefined_targets_fold": 282, "predetermin": 223, "predic": 1472, "predict": [21, 285, 336, 370], "prefer": [2, 16, 19, 23, 55, 56, 57, 58, 59, 60, 71, 73, 77, 81, 82, 108, 115, 116, 121, 132, 134, 135, 137, 142, 145, 147, 192, 194, 195, 199, 201, 203, 204, 208, 210, 213, 217, 249, 262, 263, 268, 271, 273, 277, 280, 281, 287, 310, 342, 348, 368, 376, 379, 389, 394, 406, 415, 432, 446, 450, 454, 457, 473, 474, 475, 484, 489, 500, 538, 555, 559, 568, 572, 575, 577, 578, 579, 583, 585, 589, 590, 591, 592, 593, 594, 595, 596, 602, 607, 616, 618, 620, 623, 625, 626, 627, 629, 632, 633, 635, 637, 638, 642, 648, 649, 650, 651, 652, 653, 656, 658, 659, 669, 671, 672, 673, 674, 675, 677, 678, 679, 680, 683, 684, 687, 689, 690, 691, 692, 693, 695, 696, 697, 698, 701, 702, 703, 705, 706, 707, 708, 709, 711, 713, 714, 715, 716, 717, 718, 719, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 736, 739, 740, 754, 755, 792, 835, 838, 885, 915, 974, 975, 1064, 1110, 1122, 1136, 1152, 1211, 1214, 1317, 1319, 1320, 1326, 1337, 1341, 1343, 1345, 1532, 1577, 1589, 1679, 1738, 1841, 1850, 1895], "preferenti": 415, "prefix": [1, 2, 3, 8, 17, 20, 21, 22, 40, 55, 56, 57, 58, 59, 60, 77, 78, 79, 80, 84, 89, 90, 102, 107, 113, 114, 117, 126, 134, 138, 142, 143, 178, 198, 212, 248, 250, 257, 262, 263, 265, 266, 271, 273, 274, 279, 281, 282, 285, 287, 293, 303, 304, 310, 325, 349, 367, 368, 377, 379, 382, 394, 396, 403, 404, 418, 426, 429, 430, 447, 452, 459, 467, 469, 471, 472, 481, 483, 484, 485, 486, 487, 488, 489, 490, 495, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 534, 535, 536, 538, 551, 559, 582, 601, 612, 634, 704, 728, 734, 817, 818, 819, 954, 978, 986, 1060, 1085, 1088, 1100, 1101, 1152, 1156, 1157, 1211, 1219, 1220, 1221, 1317, 1318, 1321, 1324, 1325, 1326, 1329, 1331, 1333, 1335, 1337, 1338, 1340, 1343, 1345, 1346, 1347, 1348, 1408, 1525, 1526, 1527, 1589, 1590, 1591, 1602, 1620, 1621, 1677, 1681, 1682, 1684, 1690, 1720, 1729, 1760, 1785, 1809, 1815, 1825, 1826, 1835, 1841, 1842, 1846, 1955, 1956, 2079], "prefix_nam": 536, "preformat": [37, 1015], "preinstal": [141, 142], "preliminari": 1324, "preorder": 110, "prepar": [36, 136, 319, 394, 1347, 1953, 1956], "prepend": [2, 3, 22, 53, 56, 57, 58, 59, 60, 73, 77, 81, 83, 108, 113, 114, 115, 117, 138, 198, 248, 250, 274, 281, 489, 535, 538, 551, 717, 892, 1319, 1324, 1512, 1513, 1525, 1595, 1596, 1602, 1658, 1661, 1719, 1743, 1745, 1752, 1753, 1813, 1814, 1830, 1831, 1956, 2007], "preprocess": [262, 842, 1039, 1327], "preprocessor": [0, 1, 4, 86, 92, 113, 137, 268, 273, 280, 283, 362, 382, 430, 469, 473, 475, 480, 534, 536, 559, 565, 653, 680, 754, 755, 761, 835, 836, 837, 838, 845, 948, 974, 975, 977, 1012, 1036, 1058, 1061, 1087, 1272, 1320, 1321, 1331, 1429, 2056], "preprocssor": 1331, "prerequisit": [293, 537], "prerequisites_var": 537, "prerm": 132, "preselect": [313, 318], "presenc": [22, 81, 115, 263, 266, 383, 422, 470, 640, 651, 696, 701, 1348], "present": [20, 21, 22, 52, 55, 58, 66, 72, 77, 99, 100, 108, 122, 134, 138, 142, 163, 164, 165, 247, 248, 262, 263, 269, 273, 274, 281, 285, 287, 290, 296, 325, 356, 367, 368, 369, 382, 394, 425, 446, 561, 574, 585, 607, 649, 657, 689, 734, 745, 824, 1032, 1228, 1325, 1326, 1332, 1344, 1690, 1729, 1800, 1912], "preserv": [18, 19, 22, 23, 24, 55, 56, 57, 58, 59, 60, 77, 83, 116, 132, 212, 266, 273, 274, 277, 280, 296, 304, 347, 367, 538, 623, 656, 704, 734, 738, 740, 1015, 1089, 1223, 1317, 1319, 1325, 1326, 1335, 1337, 1341, 1342, 1533, 2079], "preservenewest": 864, "preset": [121, 264, 276, 285, 289, 290], "preset_nam": 281, "presetnam": [262, 281, 289], "presolut": 782, "press": 1023, "presum": 293, "pretend": [93, 304, 644, 1104], "pretti": 538, "pretty_nam": 17, "preun": 142, "preuninstal": 142, "prevent": [2, 18, 27, 28, 29, 36, 37, 38, 39, 55, 58, 71, 98, 118, 132, 142, 256, 271, 274, 287, 290, 304, 368, 370, 394, 538, 551, 555, 618, 667, 668, 670, 714, 730, 809, 900, 907, 908, 913, 1078, 1223, 1320, 1323, 1333, 1336, 1343, 1348, 1531, 1672, 1690, 1729, 2016], "preview": [139, 270, 1323, 1331], "previou": [2, 8, 21, 27, 28, 29, 37, 55, 93, 100, 108, 117, 120, 132, 138, 142, 167, 248, 254, 261, 265, 273, 287, 290, 299, 347, 356, 368, 369, 370, 379, 394, 410, 469, 483, 494, 534, 535, 536, 664, 695, 996, 997, 1006, 1007, 1009, 1010, 1052, 1053, 1130, 1148, 1152, 1172, 1173, 1175, 1176, 1335, 1337, 1341, 1468, 1469, 1490, 1684, 1690, 1720, 1729, 1870, 1967], "previous": [18, 20, 26, 27, 28, 29, 37, 55, 75, 77, 100, 120, 122, 132, 142, 248, 259, 263, 279, 283, 287, 290, 299, 325, 367, 368, 370, 447, 552, 553, 563, 588, 613, 621, 628, 639, 686, 688, 716, 728, 729, 735, 848, 870, 1317, 1319, 1320, 1321, 1322, 1323, 1325, 1326, 1328, 1330, 1331, 1332, 1333, 1335, 1336, 1340, 1341, 1343, 1344, 1346, 1426, 1427, 1428, 1857, 1858, 2028], "prgenv": [285, 396], "primari": [2, 40, 254, 262, 263, 265, 266, 268, 270, 271, 273, 276, 287, 289, 290, 368, 415, 447, 471, 674, 894, 896, 1258, 1532], "primarili": [194, 203, 279, 290, 368, 1341, 1794], "primarytarget": 223, "primit": 382, "princip": 555, "principl": 263, "print": [18, 27, 28, 29, 35, 36, 37, 38, 39, 55, 77, 90, 106, 124, 126, 132, 133, 142, 176, 248, 249, 257, 262, 265, 266, 269, 271, 274, 276, 281, 287, 289, 290, 301, 306, 307, 327, 368, 369, 382, 387, 447, 462, 463, 469, 537, 538, 684, 1326, 1327, 1331, 1335, 1337, 1339, 1341, 1343, 1347, 1348, 1509, 1522, 1585, 1600, 1787, 1788, 1791, 1795], "print_config": 266, "print_disabled_featur": [369, 1347], "print_enabled_featur": [369, 1347], "printabl": 269, "printer": [133, 389], "printfookei": 274, "prior": [14, 30, 52, 55, 100, 116, 132, 236, 237, 253, 265, 268, 276, 277, 287, 289, 290, 310, 330, 331, 332, 333, 334, 335, 337, 338, 340, 341, 350, 351, 352, 353, 354, 355, 358, 359, 394, 406, 409, 420, 447, 502, 538, 539, 551, 555, 585, 607, 618, 620, 637, 639, 649, 674, 681, 685, 689, 709, 729, 734, 892, 910, 1043, 1166, 1167, 1214, 1275, 1317, 1318, 1320, 1323, 1327, 1343, 1738, 1756, 1757, 1762, 1772, 1773, 1774, 1850, 1873, 1887, 1915, 1967], "priori": 1324, "prioriti": [22, 58, 132, 137, 265, 281, 287, 318, 370, 447, 452, 473, 474, 475, 1105, 1344, 1347], "pristin": [262, 287, 1825], "priv": 466, "privaci": 17, "privat": [2, 3, 7, 22, 24, 77, 81, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 132, 248, 253, 255, 256, 260, 263, 266, 268, 270, 273, 274, 280, 303, 382, 424, 457, 473, 475, 551, 559, 583, 603, 659, 661, 714, 726, 948, 953, 1002, 1048, 1092, 1104, 1148, 1149, 1150, 1151, 1169, 1194, 1319, 1322, 1323, 1326, 1330, 1338, 1341, 1514, 1684, 1690, 1720, 1725, 1729], "private_head": [7, 77, 282, 850, 1324], "privatehead": [850, 1194], "privileg": [141, 143, 732, 1320, 1333], "privlib": 466, "probabl": [116, 148, 441, 457, 563], "problem": [58, 137, 266, 271, 277, 281, 287, 290, 326, 368, 370, 382, 457, 482, 534, 538, 541, 574, 618, 620, 674, 754, 817, 818, 819, 835, 858, 859, 974, 1121, 1124, 1125, 1127, 1217, 1223, 1228, 1317, 1319, 1330], "problemat": [266, 285, 473, 474, 475, 620, 651, 652, 677, 696, 701, 709, 1217, 1345], "proc": 290, "proce": [55, 58, 99, 137, 262, 637, 1490], "procedur": [263, 281, 358, 446, 534, 948], "proceed": 138, "process": [2, 6, 7, 9, 18, 19, 20, 22, 24, 26, 33, 36, 51, 52, 55, 56, 57, 58, 59, 60, 62, 67, 71, 75, 77, 90, 98, 100, 102, 110, 116, 118, 120, 122, 126, 134, 137, 138, 142, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 248, 254, 255, 262, 263, 265, 266, 268, 274, 276, 277, 280, 281, 283, 287, 290, 299, 310, 313, 367, 368, 369, 370, 382, 391, 396, 411, 430, 433, 437, 446, 447, 455, 457, 472, 503, 570, 579, 582, 591, 609, 630, 631, 660, 662, 716, 736, 753, 768, 775, 778, 779, 795, 843, 844, 851, 853, 854, 855, 856, 857, 893, 900, 901, 902, 904, 907, 908, 909, 911, 912, 931, 945, 952, 955, 1092, 1105, 1117, 1118, 1119, 1317, 1318, 1319, 1320, 1322, 1325, 1326, 1327, 1328, 1329, 1334, 1337, 1342, 1344, 1346, 1347, 1399, 1401, 1406, 1409, 1463, 1468, 1469, 1470, 1471, 1585, 1738, 1775, 1806, 1819, 1823, 1845], "processor": [2, 3, 17, 282, 290, 446, 447, 509, 541, 902, 1317, 1319, 1321, 1366], "processor_affin": [282, 901, 1321], "processor_architectur": 1585, "processor_descript": 17, "processor_nam": 17, "processor_serial_numb": 17, "processorcount": [27, 278], "produc": [2, 3, 7, 10, 19, 23, 27, 28, 29, 37, 52, 55, 58, 61, 74, 77, 94, 95, 108, 116, 121, 128, 132, 134, 135, 142, 143, 247, 248, 251, 254, 255, 256, 266, 270, 271, 273, 274, 275, 277, 280, 287, 289, 303, 310, 313, 326, 327, 329, 382, 383, 447, 462, 471, 473, 474, 475, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 551, 562, 563, 566, 568, 578, 583, 629, 633, 643, 712, 714, 784, 1013, 1014, 1070, 1081, 1149, 1155, 1166, 1177, 1184, 1185, 1186, 1187, 1197, 1278, 1317, 1318, 1321, 1325, 1329, 1334, 1338, 1339, 1342, 1345, 1346, 1347, 1348, 1435, 1436, 1487, 1756, 1770, 1919, 1951], "producer_dir": 471, "producer_found": 471, "producer_include_dir": 471, "producer_librari": 471, "product": [136, 141, 143, 262, 277, 290, 473, 474, 475, 507, 613, 1258, 1281, 1317, 1333], "productbuild": [140, 288, 313, 322, 721, 1326, 1333, 1346, 1347, 1348], "productfeatur": 143, "productimag": 136, "producttyp": 1288, "profession": 17, "profil": [21, 139, 287, 382, 383, 1313, 1327, 1946], "program": [2, 3, 18, 26, 51, 60, 66, 77, 79, 93, 99, 120, 136, 137, 138, 142, 143, 198, 220, 221, 222, 231, 232, 248, 263, 265, 268, 273, 274, 276, 280, 285, 287, 289, 290, 310, 313, 330, 331, 333, 334, 337, 338, 340, 341, 350, 351, 353, 354, 358, 359, 375, 376, 383, 419, 421, 446, 447, 450, 455, 458, 468, 469, 535, 539, 848, 979, 980, 981, 982, 1021, 1136, 1166, 1184, 1185, 1186, 1187, 1318, 1319, 1320, 1324, 1325, 1326, 1328, 1334, 1335, 1343, 1346, 1347, 1356, 1391, 1521, 1602, 1746, 1756, 1800, 1846, 1967], "program_arg": 66, "programdatabas": [701, 1166, 1756], "programfil": [143, 262, 732, 1346, 1845, 1846, 2037], "programfiles64": 143, "programfiles64fold": 1348, "programfiles_x86": 2037, "programfilesfold": 1348, "programm": 407, "programmat": [651, 652, 677, 696, 701], "programw6432": 1846, "progress": [55, 189, 223, 261, 281, 290, 367, 368, 370, 820, 822, 1318, 1322, 1326, 1330, 1340, 1343, 1347], "proguard": [932, 933], "prohibit": [370, 1330], "proja": 370, "projb": 370, "projc": 370, "projd": 370, "proje": 370, "project": [2, 3, 6, 7, 10, 11, 14, 16, 18, 19, 23, 27, 28, 37, 40, 43, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 74, 77, 81, 84, 90, 91, 94, 95, 98, 107, 109, 110, 115, 116, 118, 121, 129, 133, 134, 135, 137, 141, 142, 143, 157, 167, 176, 194, 203, 218, 220, 221, 222, 224, 229, 230, 231, 232, 233, 234, 235, 240, 241, 242, 243, 244, 246, 247, 248, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 261, 262, 263, 264, 265, 266, 268, 269, 273, 274, 275, 276, 277, 278, 279, 280, 281, 283, 285, 286, 289, 290, 292, 294, 303, 304, 305, 307, 309, 310, 313, 326, 329, 347, 364, 367, 369, 370, 376, 379, 382, 383, 387, 391, 394, 395, 396, 400, 401, 403, 404, 407, 410, 412, 415, 418, 420, 427, 432, 436, 437, 438, 439, 446, 447, 450, 451, 452, 454, 455, 457, 461, 470, 472, 473, 474, 475, 478, 483, 484, 495, 497, 502, 507, 509, 510, 533, 536, 537, 551, 552, 553, 556, 559, 560, 561, 562, 563, 564, 566, 568, 578, 585, 591, 593, 602, 607, 608, 616, 618, 620, 621, 623, 626, 627, 629, 630, 632, 633, 634, 635, 636, 637, 638, 639, 642, 643, 644, 646, 648, 649, 650, 651, 652, 654, 656, 657, 658, 659, 661, 666, 669, 670, 671, 672, 673, 674, 677, 678, 679, 680, 682, 683, 684, 686, 687, 689, 690, 691, 693, 696, 697, 698, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 714, 715, 716, 717, 718, 719, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 736, 737, 740, 758, 771, 773, 781, 782, 783, 784, 792, 795, 796, 797, 798, 799, 800, 809, 810, 815, 817, 819, 825, 843, 853, 854, 855, 856, 857, 864, 865, 869, 888, 894, 896, 916, 919, 936, 948, 951, 955, 956, 958, 959, 963, 1013, 1014, 1018, 1030, 1036, 1040, 1042, 1043, 1055, 1057, 1063, 1064, 1065, 1067, 1069, 1071, 1073, 1076, 1077, 1079, 1081, 1082, 1084, 1091, 1094, 1095, 1096, 1099, 1100, 1102, 1106, 1108, 1109, 1110, 1148, 1149, 1157, 1158, 1159, 1165, 1166, 1167, 1171, 1172, 1173, 1174, 1175, 1176, 1198, 1200, 1214, 1223, 1229, 1232, 1233, 1234, 1235, 1236, 1238, 1239, 1240, 1242, 1243, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1255, 1258, 1259, 1260, 1261, 1264, 1266, 1269, 1270, 1271, 1274, 1275, 1277, 1278, 1281, 1287, 1315, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1354, 1388, 1390, 1422, 1429, 1432, 1433, 1434, 1445, 1448, 1453, 1468, 1469, 1490, 1497, 1498, 1499, 1500, 1501, 1503, 1515, 1519, 1527, 1531, 1532, 1537, 1561, 1562, 1563, 1564, 1565, 1566, 1568, 1577, 1589, 1590, 1596, 1597, 1602, 1603, 1606, 1618, 1619, 1641, 1668, 1671, 1673, 1675, 1684, 1690, 1701, 1703, 1704, 1713, 1720, 1729, 1738, 1742, 1743, 1744, 1746, 1747, 1754, 1756, 1757, 1760, 1772, 1773, 1774, 1782, 1783, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1794, 1795, 1796, 1797, 1798, 1799, 1801, 1819, 1823, 1833, 1839, 1840, 1841, 1842, 1843, 1844, 1846, 1848, 1850, 1854, 1860, 1861, 1862, 1863, 1865, 1868, 1871, 1872, 1883, 1887, 1889, 1894, 1906, 1907, 1912, 1915, 1919, 1920, 1922, 1948, 1949, 1967, 2028, 2029, 2054, 2068, 2069, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078], "project_binary_dir": [93, 249, 254, 256, 257, 260, 286, 290, 536], "project_brief": 394, "project_descript": [93, 135, 286, 394, 1348, 1787], "project_head": 118, "project_homepage_url": [93, 286, 1321, 1788], "project_is_top_level": [93, 286, 1331, 2061], "project_label": 282, "project_last_changed_log": 495, "project_logo": 394, "project_nam": [14, 27, 93, 286, 294, 394, 535, 608, 1602, 1791], "project_source_dir": [93, 254, 256, 286, 290, 394, 418, 495], "project_vers": [93, 286, 304, 394, 608, 656, 1795, 2075, 2076, 2077, 2078], "project_version_": 656, "project_version_major": [93, 286, 2074], "project_version_minor": [93, 286, 2074], "project_version_patch": [93, 286, 2074], "project_version_tweak": [93, 286, 2074], "project_wc_changeset": 418, "project_wc_revis": [418, 495], "projectfil": 1434, "projectguid": 74, "projectindex": 273, "projectnam": [74, 120, 134, 224], "projecttypeguid": 74, "projnam": 14, "prolog": 559, "promot": [58, 136, 919, 1063, 1320, 1334, 1536], "prompt": [139, 225, 226, 262, 275, 370, 382, 1340], "prop": [55, 65, 104, 265, 274, 276, 287, 289, 290, 1220, 1221, 1246, 1261, 1269, 1324, 1341, 1347, 1564, 1896], "prop1": [101, 103, 104, 105, 306, 368], "prop2": [101, 103, 104, 105, 368], "propag": [12, 23, 73, 81, 83, 98, 100, 116, 118, 120, 248, 251, 266, 269, 271, 279, 280, 368, 382, 633, 659, 697, 765, 815, 978, 1092, 1104, 1149, 1321, 1322, 1323, 1334, 1335, 1338, 1341, 1345, 1593, 1680, 1756, 1757, 1861, 1862, 1907, 1915], "propagate_top_level_includes_to_try_compil": [18, 120, 282, 1341, 1794], "proper": [86, 132, 274, 329, 462, 484, 620, 1317, 1330, 1347, 1738], "properli": [2, 3, 55, 77, 250, 280, 287, 310, 329, 396, 447, 472, 538, 655, 670, 673, 687, 1012, 1090, 1317, 1319, 1320, 1325, 1333, 1344, 1345, 1346, 2010], "properti": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 18, 37, 53, 54, 57, 58, 64, 65, 67, 68, 69, 70, 73, 74, 77, 81, 94, 95, 100, 101, 102, 103, 104, 105, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 130, 132, 143, 229, 247, 248, 250, 251, 254, 257, 258, 259, 260, 262, 264, 265, 268, 270, 271, 273, 276, 277, 279, 280, 281, 283, 287, 289, 291, 298, 306, 313, 325, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 343, 344, 345, 346, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 367, 370, 382, 394, 430, 469, 473, 474, 475, 480, 536, 538, 540, 551, 559, 562, 565, 566, 578, 581, 582, 584, 586, 588, 601, 602, 603, 611, 619, 620, 623, 625, 628, 629, 631, 636, 639, 641, 643, 646, 651, 659, 660, 661, 664, 665, 671, 673, 678, 679, 696, 701, 703, 711, 717, 718, 720, 722, 723, 726, 728, 738, 741, 743, 745, 746, 747, 748, 749, 750, 751, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 780, 781, 782, 783, 784, 786, 788, 791, 792, 793, 794, 796, 797, 798, 799, 800, 801, 805, 806, 807, 808, 809, 810, 811, 814, 815, 816, 817, 818, 819, 820, 821, 822, 824, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 861, 862, 863, 865, 867, 868, 869, 870, 871, 883, 884, 885, 886, 888, 889, 890, 891, 892, 893, 894, 895, 896, 900, 901, 902, 903, 904, 905, 907, 908, 909, 910, 911, 912, 913, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 944, 946, 947, 948, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1013, 1014, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1025, 1026, 1027, 1029, 1030, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1059, 1061, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1192, 1193, 1194, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1239, 1241, 1242, 1243, 1244, 1245, 1254, 1255, 1257, 1258, 1259, 1262, 1263, 1264, 1265, 1267, 1268, 1270, 1271, 1273, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1316, 1359, 1360, 1361, 1362, 1363, 1364, 1368, 1370, 1371, 1372, 1373, 1374, 1375, 1381, 1382, 1383, 1385, 1386, 1388, 1392, 1393, 1396, 1398, 1399, 1400, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1419, 1420, 1423, 1424, 1442, 1443, 1444, 1446, 1449, 1453, 1454, 1455, 1457, 1458, 1459, 1460, 1461, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1484, 1489, 1492, 1494, 1495, 1496, 1503, 1506, 1514, 1515, 1524, 1551, 1552, 1553, 1555, 1556, 1557, 1559, 1560, 1570, 1571, 1572, 1573, 1575, 1576, 1594, 1601, 1603, 1604, 1605, 1606, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1627, 1628, 1636, 1637, 1648, 1649, 1654, 1655, 1673, 1675, 1676, 1678, 1679, 1690, 1699, 1702, 1705, 1707, 1708, 1711, 1712, 1715, 1717, 1718, 1722, 1723, 1724, 1725, 1729, 1731, 1732, 1733, 1735, 1736, 1739, 1756, 1757, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1771, 1772, 1777, 1778, 1779, 1780, 1781, 1784, 1803, 1804, 1805, 1808, 1818, 1820, 1822, 1850, 1852, 1855, 1865, 1866, 1867, 1872, 1874, 1875, 1876, 1877, 1878, 1880, 1884, 1886, 1887, 1906, 1907, 1909, 1915, 1916, 1917, 1919, 1921, 1923, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 2038, 2041], "property_regular_express": 900, "protect": [2, 3, 23, 137, 318, 571, 834, 960, 1342, 1415], "proto": [472, 1343], "proto_desc": 472, "proto_hdr": 472, "proto_pi": 472, "proto_src": 472, "protobuf": [370, 398, 472], "protobuf_": [472, 1345], "protobuf_build_test": 370, "protobuf_debug": 472, "protobuf_fil": 472, "protobuf_found": 472, "protobuf_gener": 472, "protobuf_generate_cpp": [472, 1319, 1348], "protobuf_generate_python": [472, 1343], "protobuf_import_dir": 472, "protobuf_include_dir": 472, "protobuf_librari": 472, "protobuf_library_debug": 472, "protobuf_lite_librari": 472, "protobuf_lite_library_debug": 472, "protobuf_protoc_execut": 472, "protobuf_protoc_librari": 472, "protobuf_protoc_library_debug": 472, "protobuf_src_root_fold": 472, "protobuf_use_static_lib": [472, 1348], "protobuf_vers": [472, 1345], "protoc": 472, "protoc_opt": 472, "protoc_out_dir": 472, "protocol": [287, 384, 472, 1323, 1346], "protocolbuff": 370, "prototest": 472, "prototyp": [357, 360, 793], "prove": [132, 142], "proven": 1345, "provid": [2, 3, 9, 11, 14, 17, 21, 22, 23, 26, 33, 36, 37, 51, 55, 56, 57, 58, 59, 60, 62, 66, 75, 77, 78, 79, 80, 81, 83, 84, 90, 91, 92, 93, 94, 95, 100, 104, 114, 115, 120, 121, 127, 132, 133, 134, 135, 136, 137, 138, 141, 142, 143, 162, 220, 221, 222, 231, 238, 239, 246, 247, 248, 249, 250, 252, 253, 254, 255, 256, 257, 259, 261, 262, 265, 266, 268, 269, 270, 271, 273, 274, 276, 277, 278, 279, 281, 283, 285, 287, 289, 290, 293, 296, 302, 304, 310, 313, 326, 327, 331, 334, 340, 342, 344, 345, 346, 351, 354, 356, 358, 361, 365, 366, 367, 368, 369, 370, 373, 375, 376, 377, 378, 379, 382, 383, 384, 386, 388, 391, 393, 394, 397, 403, 406, 407, 411, 420, 421, 422, 426, 430, 431, 435, 436, 446, 450, 451, 454, 455, 462, 469, 472, 473, 474, 475, 480, 483, 484, 492, 494, 495, 500, 502, 503, 507, 511, 532, 534, 535, 536, 537, 538, 539, 551, 555, 559, 563, 566, 571, 616, 618, 619, 620, 626, 627, 629, 630, 632, 633, 634, 635, 636, 637, 638, 639, 640, 642, 644, 646, 648, 650, 651, 652, 654, 656, 657, 658, 659, 661, 666, 669, 671, 672, 673, 674, 677, 678, 679, 680, 682, 683, 684, 685, 687, 690, 691, 693, 696, 697, 698, 701, 702, 703, 704, 705, 706, 707, 708, 709, 711, 714, 715, 716, 717, 718, 719, 721, 722, 723, 724, 725, 726, 727, 729, 730, 731, 732, 733, 735, 736, 737, 740, 744, 758, 792, 809, 811, 815, 817, 818, 819, 824, 857, 882, 948, 1004, 1012, 1016, 1029, 1038, 1043, 1057, 1063, 1065, 1066, 1067, 1069, 1071, 1073, 1077, 1079, 1080, 1082, 1084, 1100, 1103, 1104, 1110, 1114, 1115, 1136, 1137, 1143, 1148, 1149, 1155, 1156, 1157, 1165, 1170, 1208, 1217, 1223, 1227, 1230, 1265, 1317, 1318, 1319, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1354, 1364, 1377, 1378, 1380, 1388, 1390, 1462, 1503, 1514, 1529, 1530, 1531, 1537, 1543, 1544, 1545, 1547, 1548, 1549, 1550, 1562, 1563, 1564, 1589, 1602, 1603, 1604, 1668, 1673, 1675, 1684, 1690, 1702, 1715, 1720, 1729, 1742, 1744, 1794, 1801, 1841, 1846, 1854, 1857, 1889, 1891, 1892, 1893, 1894, 1895, 1904, 1905, 1906, 1910, 1924, 2007], "proxi": [384, 1533], "ps2pdf": 433, "ps2pdf_convert": 433, "pseudo": 21, "pseudonym": 1228, "psl": 384, "pthread": [379, 469, 500], "ptx": [382, 383, 992, 1348], "pub": 369, "public": [7, 24, 77, 111, 112, 113, 114, 115, 116, 117, 118, 119, 137, 248, 249, 252, 254, 256, 258, 266, 268, 270, 273, 274, 279, 285, 303, 370, 382, 389, 401, 407, 472, 536, 559, 583, 661, 714, 950, 953, 1002, 1048, 1092, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1106, 1108, 1109, 1110, 1143, 1144, 1150, 1151, 1196, 1229, 1318, 1319, 1338, 1564, 1725], "public_head": [7, 77, 282, 850, 1033, 1324], "publicli": [139, 252, 535, 1104, 1325], "publicresxfilecodegener": 869, "publish": [136, 283, 1093, 1094, 1095, 1096, 1100, 1102, 1106, 1108, 1109, 1110], "pull": [55, 75, 256, 285, 290, 370, 1345, 1963], "pure": [58, 116, 358, 889, 969], "purelib": [473, 474, 475], "purg": 396, "purifi": [290, 2009], "purifycommand": 290, "purpos": [22, 116, 119, 120, 137, 142, 247, 255, 262, 266, 285, 307, 310, 369, 447, 534, 634, 704, 742, 751, 757, 769, 780, 823, 851, 904, 905, 1002, 1048, 1270, 1320, 1429, 1532, 1673, 1684, 1690, 1720, 1725, 1729, 1841, 1842, 1907, 1953, 1954, 1955], "push": [12, 23, 280, 292, 308, 571, 768, 1345, 1690, 1729], "put": [33, 53, 55, 132, 135, 142, 256, 281, 283, 287, 289, 310, 382, 452, 550, 560, 670, 673, 675, 709, 728, 1122, 1333, 1335, 1338, 1339, 1340, 1392, 1393, 1618, 1711, 1712, 1804, 1805, 1967], "pwd": [285, 357], "py": [55, 472], "py_limited_api": [473, 475], "pydebug": [473, 475], "pymalloc": [473, 475], "pypi": [473, 474, 475, 1327], "python": [55, 142, 236, 237, 238, 239, 379, 389, 472, 473, 474, 475, 476, 477, 492, 555, 882, 1321, 1324, 1325, 1326, 1327, 1341, 1343], "python2": [473, 474, 1324], "python2_add_librari": 474, "python2_artifacts_interact": 474, "python2_compil": 474, "python2_compiler_found": 474, "python2_compiler_id": 474, "python2_debug_postfix": 474, "python2_develop": 474, "python2_development_found": 474, "python2_dotnet_launch": 474, "python2_execut": 474, "python2_executable_debug": 474, "python2_find_framework": 474, "python2_find_implement": 474, "python2_find_registri": 474, "python2_find_strategi": [474, 654], "python2_find_unversioned_nam": 474, "python2_find_virtualenv": 474, "python2_found": 474, "python2_include_dir": 474, "python2_interpret": 474, "python2_interpreter_found": 474, "python2_interpreter_id": 474, "python2_librari": 474, "python2_library_dir": 474, "python2_link_opt": [474, 1328], "python2_numpy_found": 474, "python2_numpy_include_dir": 474, "python2_numpy_vers": 474, "python2_pypy_vers": 474, "python2_root_dir": 474, "python2_runtime_library_dir": 474, "python2_sitearch": 474, "python2_sitelib": 474, "python2_stdarch": 474, "python2_stdlib": 474, "python2_use_static_lib": 474, "python2_vers": 474, "python2_version_major": 474, "python2_version_minor": 474, "python2_version_patch": 474, "python3": [473, 475, 1324], "python36": 379, "python3_add_librari": [475, 1326], "python3_artifacts_interact": 475, "python3_compil": 475, "python3_compiler_found": 475, "python3_compiler_id": 475, "python3_debug_postfix": 475, "python3_definit": [475, 1341], "python3_develop": 475, "python3_development_found": 475, "python3_dotnet_launch": 475, "python3_execut": 475, "python3_executable_debug": 475, "python3_find_abi": [473, 475], "python3_find_framework": 475, "python3_find_implement": 475, "python3_find_registri": 475, "python3_find_strategi": [475, 654], "python3_find_unversioned_nam": 475, "python3_find_virtualenv": 475, "python3_found": 475, "python3_include_dir": 475, "python3_interpret": 475, "python3_interpreter_found": 475, "python3_interpreter_id": 475, "python3_librari": 475, "python3_library_dir": 475, "python3_link_opt": [475, 1328], "python3_numpy_found": 475, "python3_numpy_include_dir": 475, "python3_numpy_vers": 475, "python3_pypy_vers": 475, "python3_root_dir": 475, "python3_runtime_library_dir": 475, "python3_runtime_sabi_library_dir": 475, "python3_sabi_librari": 475, "python3_sabi_library_dir": 475, "python3_sitearch": 475, "python3_sitelib": 475, "python3_soabi": [475, 1326], "python3_sosabi": 475, "python3_stdarch": 475, "python3_stdlib": 475, "python3_use_static_lib": 475, "python3_vers": 475, "python3_version_major": 475, "python3_version_minor": 475, "python3_version_patch": 475, "python_add_librari": [473, 1326, 1341], "python_additional_vers": [476, 477], "python_artifacts_interact": 473, "python_compil": 473, "python_compiler_found": 473, "python_compiler_id": 473, "python_debug_librari": 477, "python_debug_postfix": [473, 1341], "python_definit": [473, 1341], "python_develop": 473, "python_development_found": 473, "python_dotnet_launch": 473, "python_execut": [473, 476], "python_executable_debug": [473, 1341], "python_find_abi": [473, 475], "python_find_framework": 473, "python_find_implement": 473, "python_find_registri": 473, "python_find_strategi": [473, 654], "python_find_unversioned_nam": 473, "python_find_virtualenv": 473, "python_found": 473, "python_include_dir": [473, 477], "python_include_path": 477, "python_interpret": [473, 1341], "python_interpreter_found": 473, "python_interpreter_id": 473, "python_librari": [473, 476, 477], "python_library_dir": 473, "python_link_opt": [473, 1328], "python_numpy_found": 473, "python_numpy_include_dir": 473, "python_numpy_vers": 473, "python_pypy_vers": 473, "python_root_dir": 473, "python_runtime_library_dir": 473, "python_runtime_sabi_library_dir": 473, "python_sabi_librari": 473, "python_sabi_library_dir": 473, "python_sitearch": 473, "python_sitelib": 473, "python_soabi": [473, 1326], "python_sosabi": 473, "python_stdarch": 473, "python_stdlib": 473, "python_use_static_lib": 473, "python_vers": 473, "python_version_major": [473, 476], "python_version_minor": [473, 476], "python_version_patch": [473, 476], "python_version_str": 476, "pythoninterp": [476, 477, 708], "pythoninterp_found": 476, "pythonlib": [476, 477, 708], "pythonlibs_found": 477, "pythonlibs_version_str": 477, "q": [290, 1845], "q_cleanup_resourc": 955, "q_gadget": [1319, 1406], "q_init_resourc": 955, "q_namespac": [1319, 1406], "q_namespace_export": 1406, "q_object": [480, 950, 952, 953, 1319, 1406], "q_plugin_metadata": [948, 950, 1348], "qaxcontain": 480, "qaxserv": [480, 580], "qcc": [280, 285, 607, 983, 1317, 1629, 1644], "qch": 1325, "qch_file": 394, "qdbuscpp2xml": 480, "qdbusxml2cpp": 480, "qhg_locat": 394, "qhp_cust_filter_attr": 394, "qhp_cust_filter_nam": 394, "qhp_sect_filter_attr": 394, "qhp_virtual_fold": 394, "qm": [318, 480], "qm_file": 480, "qmake": 480, "qnx": [280, 382, 383, 541, 607, 1317, 1328, 1644, 1845], "qnx_target": 285, "qobject": [950, 953], "qoption": 1681, "qp": [137, 142], "qrc": [136, 283, 833, 855, 955, 957, 1317, 1329, 1568], "qt": [94, 95, 136, 262, 264, 279, 280, 318, 365, 430, 478, 479, 580, 644, 853, 854, 855, 856, 941, 942, 943, 944, 945, 946, 947, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 1092, 1251, 1317, 1318, 1323, 1325, 1340, 1398, 1402, 1408, 1410, 1413, 1566, 1567, 1568, 1569], "qt3": [478, 479], "qt3_instal": 478, "qt3support": 480, "qt4": [279, 283, 365, 478, 948, 1328], "qt4_5_6": 283, "qt4_add_dbus_adaptor": 480, "qt4_add_dbus_interfac": 480, "qt4_add_resourc": [480, 833, 955, 957, 1317, 1320], "qt4_add_transl": 480, "qt4_automoc": 480, "qt4_create_transl": 480, "qt4_found": 480, "qt4_generate_dbus_interfac": 480, "qt4_generate_moc": 480, "qt4_instal": 478, "qt4_no_link_qtmain": [283, 480], "qt4_use_modul": 480, "qt4_wrap_cpp": [94, 480, 948, 953, 1320], "qt4_wrap_ui": [95, 480, 834, 958, 960, 1317, 1320], "qt5": [279, 283, 478, 948, 1328], "qt5_add_resourc": 955, "qt5_no_link_qtmain": 283, "qt5_wrap_cpp": [94, 948], "qt5_wrap_ui": [95, 958], "qt5core": 279, "qt5core_version_major": 948, "qt5core_version_minor": 948, "qt5gui": 279, "qt6": [283, 948, 953], "qt6core_version_major": 948, "qt6core_version_minor": 948, "qt_and_kdecore_lib": 430, "qt_conf_cont": 365, "qt_conf_dir": 365, "qt_definit": 479, "qt_found": [479, 480], "qt_include_dir": 479, "qt_librari": 479, "qt_moc_execut": 479, "qt_mt_requir": 479, "qt_qt_librari": 479, "qt_qtmain_librari": 479, "qt_requir": 478, "qt_uic_execut": 479, "qt_version_major": [480, 948], "qt_version_minor": [480, 948], "qt_version_patch": 480, "qt_version_str": 479, "qt_wrap_cpp": 267, "qt_wrap_ui": 267, "qtassist": 480, "qtassistantcli": 480, "qtconfig": 1323, "qtcore": [480, 580], "qtcreator": [247, 262, 1432], "qtdbu": [283, 480], "qtdeclar": 480, "qtdesign": 480, "qtdesignercompon": 480, "qtdialog": 532, "qtgui": [283, 480], "qthelp": [480, 1322], "qtifw": [318, 319, 1319, 1330, 1331, 1333, 1342, 1345, 1347, 1348], "qtifw2": 136, "qtifwdir": 136, "qtinstallerframework": 136, "qtmain": [280, 479, 480, 580], "qtmotif": 480, "qtmultimedia": 480, "qtnetwork": 480, "qtnsplugin": 480, "qtopengl": 480, "qtplugin": 365, "qtscript": 480, "qtscripttool": 480, "qtsql": 480, "qtsvg": 480, "qttest": 480, "qtuitool": 480, "qtwebkit": 480, "qtwidget": 948, "qtxml": 480, "qtxmlpattern": 480, "qualifi": [17, 792, 1243], "qualiti": 290, "quantiti": 263, "queri": [16, 22, 55, 56, 57, 58, 59, 60, 66, 69, 108, 126, 156, 269, 270, 279, 287, 370, 447, 538, 541, 672, 1164, 1328, 1332, 1334, 1335, 1337, 1338, 1342, 1343, 1348, 1562, 1746, 2080], "query_windows_registri": 271, "queryabl": [251, 274], "question": [138, 265, 276, 287, 289, 290, 1514], "quick": [100, 287], "quickli": [254, 538], "quicktim": 481, "quicktime_dir": 481, "quicktime_found": 481, "quicktime_include_dir": 481, "quicktime_librari": 481, "quiet": [18, 22, 27, 28, 29, 31, 35, 36, 37, 38, 39, 58, 248, 271, 279, 281, 290, 299, 301, 327, 369, 370, 382, 383, 462, 463, 469, 534, 728, 797, 800, 948, 1324, 1347, 1782, 1801], "quiet_on_empti": [369, 1347], "quit": [368, 370, 912, 1465], "quot": [1, 8, 10, 24, 51, 55, 71, 77, 99, 108, 113, 116, 117, 118, 137, 142, 287, 310, 394, 538, 614, 670, 978, 1060, 1081, 1152, 1211, 1318, 1319, 1320, 1321, 1327, 1341, 1344, 1345, 1656, 1661], "quotat": 89, "quoted_argu": 277, "quoted_continu": 277, "quoted_el": 277, "qwizard": 136, "r": [2, 24, 55, 108, 118, 262, 274, 277, 287, 289, 290, 368, 555, 792, 1346, 1586, 1734], "r1": 908, "r12345": 370, "r18": [285, 1379], "r19": [285, 1379], "r2012b": 447, "r2013a": 447, "r2013b": 447, "r2017b": [447, 1323], "r2018a": [447, 1323], "r2023b": 447, "ra": 1845, "race": [2, 382, 538, 674, 809], "racecheck": 1328, "rais": [12, 16, 17, 72, 274, 394, 462, 478, 543, 663, 664, 671, 683, 710, 900, 907, 908, 913, 1129, 1130, 1327, 1328], "ram": 290, "ramif": 141, "ran": [29, 249, 375, 397, 447, 642], "random": [37, 108, 281, 290, 382, 457, 1800], "random_se": 108, "randomli": 77, "rang": [18, 19, 23, 37, 55, 58, 62, 83, 108, 263, 274, 287, 290, 304, 447, 457, 462, 473, 474, 475, 492, 792, 908, 1321, 1328, 1330, 1334, 1335], "range_end": [55, 1334], "range_start": [55, 1334], "ranlib": [1348, 1643], "rare": [81, 82, 115, 266, 285, 368, 370, 664, 987, 1050], "rasp": 285, "raster": 424, "rather": [2, 3, 18, 24, 35, 55, 56, 57, 58, 59, 60, 77, 81, 86, 108, 118, 120, 141, 167, 247, 256, 263, 271, 273, 274, 277, 281, 290, 304, 313, 327, 365, 368, 370, 394, 469, 473, 538, 559, 610, 639, 640, 647, 648, 658, 676, 726, 729, 739, 999, 1000, 1001, 1003, 1021, 1029, 1045, 1046, 1047, 1049, 1080, 1103, 1137, 1147, 1170, 1322, 1323, 1324, 1334, 1336, 1341, 1347, 1434, 1448, 1738, 1743, 1841, 1842], "ratio": 1324, "raw": [8, 55, 117, 137, 379, 534, 792, 1152, 1347], "raw_test_tim": 290, "rc": [214, 272, 1346, 1873], "rc1": [370, 426], "rcc": [283, 480, 833, 955, 956, 957, 1329, 1410, 1412], "rcflag": 272, "rdynam": 625, "re": [2, 18, 24, 36, 55, 56, 57, 58, 59, 60, 93, 116, 137, 167, 248, 250, 256, 262, 269, 280, 283, 287, 296, 368, 394, 538, 579, 618, 680, 687, 728, 753, 888, 948, 1081, 1139, 1149, 1317, 1319, 1320, 1322, 1323, 1325, 1327, 1329, 1330, 1334, 1337, 1341, 1343, 1345, 1347, 1348, 1834], "re_evalu": 18, "reach": [23, 290, 370, 912, 1334, 1337, 1742, 2016], "reachabl": [6, 7], "read": [6, 7, 16, 17, 20, 32, 35, 56, 57, 58, 59, 60, 67, 68, 70, 72, 84, 93, 126, 132, 133, 142, 247, 248, 252, 262, 263, 266, 269, 273, 277, 279, 280, 287, 289, 290, 300, 327, 328, 370, 379, 415, 419, 421, 450, 535, 551, 586, 669, 720, 749, 750, 751, 757, 760, 769, 770, 774, 775, 777, 780, 801, 806, 810, 849, 904, 919, 962, 971, 972, 1002, 1048, 1055, 1076, 1094, 1095, 1096, 1097, 1098, 1100, 1101, 1102, 1106, 1109, 1110, 1156, 1157, 1164, 1168, 1207, 1222, 1317, 1318, 1321, 1327, 1328, 1329, 1333, 1334, 1337, 1346, 1347, 1355, 1356, 1429, 1532, 1637, 1655, 1668, 1673, 1742, 1794, 1825, 1859, 1949, 1967, 2037], "read_access": 126, "read_symlink": [55, 1323], "read_with_prefix": [84, 1326], "readabl": [17, 20, 35, 55, 71, 137, 247, 265, 269, 274, 276, 281, 287, 289, 290, 452, 484, 485, 486, 487, 488, 489, 490, 669, 1323, 1324, 1326, 1346, 1515, 1627], "readelf": 310, "reader": 248, "readi": [248, 249], "readili": 262, "readm": [137, 139, 310], "real": [7, 21, 55, 58, 71, 248, 273, 277, 285, 290, 341, 359, 367, 370, 496, 498, 592, 638, 664, 911, 987, 1104, 1340, 1344, 1533, 1845], "real_path": [21, 55, 66, 280, 712, 1328, 1331], "realiti": 1845, "realli": [116, 121, 132, 256, 263, 271, 618, 644, 840, 889, 1537], "realpath": 66, "reappli": 1004, "reason": [4, 23, 37, 64, 93, 121, 132, 134, 137, 142, 247, 262, 263, 266, 271, 277, 287, 290, 310, 342, 367, 368, 382, 452, 462, 480, 483, 484, 495, 496, 498, 541, 613, 620, 625, 637, 680, 728, 734, 1021, 1148, 1258, 1325, 1338, 1362, 1527, 1589, 1841, 1953], "reason_failure_messag": [462, 1325], "rebas": [368, 1327], "rebase_checkout": 368, "rebuild": [55, 142, 254, 256, 257, 618, 1214, 1330, 1337, 1347, 1348, 1487, 1770, 1850], "rebuilt": [262, 368, 695, 950], "receiv": [2, 3, 20, 55, 71, 116, 126, 247, 274, 277, 308, 310, 368, 555, 904, 1092, 1318, 1343], "recent": [55, 75, 90, 269, 273, 285, 287, 290, 391, 421, 473, 474, 475, 680, 875, 1340, 1379, 1748, 1787, 1788, 1791, 1795, 2059, 2060, 2061, 2063, 2068, 2069, 2070, 2071, 2072, 2074], "recip": [2, 3, 1340], "recogn": [20, 21, 37, 53, 89, 111, 135, 230, 271, 273, 274, 280, 281, 287, 290, 302, 336, 361, 367, 394, 407, 572, 585, 607, 624, 649, 689, 851, 946, 996, 1006, 1052, 1156, 1172, 1249, 1317, 1325, 1327, 1328, 1330, 1331, 1332, 1429, 1432, 1520, 1690, 1702, 1729], "recommend": [1, 2, 3, 10, 18, 21, 35, 40, 55, 56, 57, 58, 59, 60, 63, 77, 86, 93, 113, 120, 121, 132, 137, 167, 236, 247, 262, 263, 266, 271, 277, 285, 286, 290, 339, 368, 369, 370, 391, 462, 473, 474, 475, 500, 512, 535, 551, 555, 954, 994, 1113, 1223, 1224, 1348, 1448, 1458, 1490], "recompil": [2, 851, 852, 941], "recomput": 447, "reconfigur": [132, 1328], "record": [12, 23, 28, 38, 55, 62, 63, 86, 90, 120, 121, 127, 277, 287, 290, 347, 368, 370, 672, 676, 716, 722, 824, 1040, 1149, 1329, 1333, 1336, 1347, 1528, 1880], "recov": 383, "recreat": [287, 1532], "recurs": [18, 55, 58, 174, 273, 287, 293, 327, 367, 368, 394, 537, 1103, 1143, 1323, 1324, 1325, 1326, 1340, 1345, 1589, 1742, 1841], "red": [37, 1340], "redefin": [40, 469], "redhat": 551, "redirect": [52, 58, 256, 263, 281, 287, 370, 1325, 1334], "redist": 539, "redistribut": [114, 116, 262, 266, 279, 539, 1100, 1103, 1143, 1144], "reduc": [2, 58, 189, 263, 274, 290, 313, 327, 614, 618, 822, 1277, 1318, 1320, 1323, 1531], "redund": [37, 603], "reexport": [274, 1690, 1729], "reexport_framework": [274, 1334, 1690, 1729], "reexport_librari": [274, 1334, 1690, 1729], "ref": 368, "refactor": [167, 254, 584, 1122], "refer": [2, 3, 6, 7, 18, 21, 24, 53, 55, 56, 57, 58, 59, 60, 63, 65, 67, 70, 71, 77, 86, 100, 102, 105, 108, 116, 120, 122, 132, 133, 137, 139, 141, 142, 167, 247, 248, 249, 262, 265, 271, 276, 279, 280, 281, 287, 293, 298, 304, 319, 367, 368, 376, 378, 394, 415, 446, 457, 461, 473, 474, 475, 492, 503, 534, 537, 570, 579, 584, 588, 613, 618, 674, 722, 792, 844, 883, 884, 885, 950, 1081, 1088, 1090, 1156, 1165, 1239, 1240, 1241, 1242, 1247, 1259, 1266, 1270, 1274, 1285, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1317, 1318, 1319, 1324, 1325, 1326, 1328, 1329, 1330, 1333, 1334, 1339, 1340, 1342, 1343, 1346, 1347, 1355, 1429, 1565, 1690, 1729, 1789, 1790, 1792, 1793, 1794, 1887, 1902, 1907, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947], "referenc": [6, 7, 24, 55, 63, 71, 86, 108, 116, 132, 167, 248, 250, 273, 277, 279, 293, 298, 304, 319, 447, 562, 574, 600, 613, 672, 784, 1021, 1327, 1331, 1346, 1347, 1495, 1496], "refin": 1341, "reflect": [271, 368, 792, 1330, 1341], "refnam": [282, 1319, 1347], "refresh": [254, 256, 1321], "refus": 784, "reg": 279, "reg_dword": [17, 271], "reg_expand_sz": [17, 271], "reg_multi_sz": 17, "reg_qword": [17, 271], "reg_sz": [17, 271, 279], "regard": [22, 98, 262, 274, 290, 496, 555, 1015], "regardless": [55, 58, 75, 77, 93, 98, 114, 116, 265, 266, 268, 281, 287, 370, 382, 389, 394, 470, 625, 657, 676, 685, 686, 697, 711, 722, 737, 739, 740, 893, 900, 907, 908, 913, 1038, 1080, 1110, 1129, 1130, 1153, 1224, 1320, 1331, 1721, 1730, 1731, 1823], "regener": [2, 3, 55, 266, 270, 382, 1760, 1834, 1951], "regex": [31, 37, 55, 71, 77, 83, 107, 274, 280, 281, 287, 290, 292, 340, 367, 532, 719, 910, 1324, 1710], "regex1": [331, 334, 351, 354, 358], "regex2": [331, 334, 351, 354, 358], "regex_complain": 76, "regex_match": 76, "regexp": [78, 79], "regist": [126, 279, 382, 538, 815, 950, 1315, 1319, 1324, 1948], "registr": [143, 732], "registri": [53, 56, 57, 58, 59, 60, 66, 137, 143, 280, 287, 310, 421, 447, 473, 474, 475, 650, 694, 1318, 1322, 1325, 1334, 1340, 1347, 1517, 1518, 1529, 1530, 1547, 1550], "registry_queri": 271, "registry_view": [56, 57, 58, 59, 60, 447], "regress": [415, 1322, 1323, 1324, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1341, 1342, 1348], "regular": [2, 6, 7, 37, 55, 71, 76, 77, 78, 79, 83, 107, 142, 262, 266, 271, 274, 281, 287, 290, 303, 310, 331, 334, 340, 351, 354, 358, 367, 422, 447, 538, 631, 762, 893, 894, 895, 896, 900, 907, 948, 1085, 1086, 1287, 1329, 1342, 1344, 1345, 1346, 1348, 1740, 1741, 1970, 1971, 1972, 1979, 1986, 1987, 1997], "regular_express": [83, 107, 108, 274, 950], "reinstal": 827, "reject": [280, 612, 724, 725, 729, 735, 754, 835, 974, 1030, 1066, 1166, 1167, 1275, 1317, 1318, 1329, 1330, 1341, 1345, 1756, 1757, 1915], "rel": [2, 3, 9, 18, 24, 37, 55, 65, 66, 67, 68, 70, 71, 73, 77, 78, 79, 80, 81, 83, 93, 100, 102, 103, 105, 107, 114, 115, 116, 118, 119, 136, 137, 138, 139, 142, 143, 167, 223, 248, 250, 265, 266, 273, 274, 279, 280, 281, 287, 294, 304, 310, 318, 325, 327, 365, 367, 368, 370, 394, 473, 474, 475, 535, 551, 559, 575, 581, 601, 622, 630, 636, 641, 658, 676, 685, 710, 737, 747, 753, 845, 867, 903, 915, 948, 954, 963, 964, 1001, 1003, 1047, 1049, 1087, 1088, 1100, 1101, 1114, 1122, 1206, 1283, 1317, 1318, 1319, 1322, 1323, 1324, 1326, 1329, 1336, 1337, 1343, 1420, 1859], "rel_symlink": 167, "rel_symlink_or_copi": 167, "relat": [24, 55, 90, 108, 119, 167, 263, 266, 270, 274, 285, 313, 364, 370, 433, 462, 608, 685, 728, 734, 838, 1088, 1090, 1131, 1158, 1159, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1321, 1328, 1336, 1343, 1347, 1422, 1445, 1524, 1859, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947], "relationship": [58, 132, 167, 274, 290, 370, 851, 889, 895, 1092], "relative_data_install_dir": 304, "relative_part": 21, "relative_path": [21, 55, 274], "relative_path_loc": 142, "relax": [143, 368, 792, 1321, 1409], "releas": [17, 18, 55, 62, 77, 90, 93, 132, 139, 142, 229, 230, 247, 248, 257, 261, 262, 263, 265, 266, 271, 280, 285, 287, 289, 290, 368, 370, 377, 379, 382, 384, 393, 396, 398, 401, 405, 407, 419, 421, 426, 427, 447, 472, 473, 474, 475, 480, 497, 509, 510, 511, 532, 534, 539, 542, 657, 717, 727, 740, 1034, 1038, 1081, 1141, 1165, 1209, 1214, 1258, 1267, 1422, 1445, 1486, 1562, 1664, 1665, 1845, 1850, 1870, 1873, 1908], "release_d": [318, 1347], "release_nam": 447, "release_name1": 447, "release_name2": 447, "relev": [18, 68, 69, 70, 77, 108, 115, 248, 262, 265, 266, 271, 276, 279, 285, 287, 289, 290, 325, 368, 370, 394, 455, 480, 679, 692, 739, 792, 857, 1004, 1034, 1064, 1088, 1177], "reli": [16, 17, 18, 56, 57, 58, 59, 60, 77, 93, 271, 283, 304, 349, 366, 368, 391, 454, 473, 474, 475, 480, 551, 559, 584, 586, 638, 673, 702, 707, 736, 842, 1039, 1322, 1324, 1329, 1333, 1341, 1448, 1702], "reliabl": [55, 58, 263, 270, 280, 336, 480, 563], "relink": [966, 1090, 1330, 1337, 1424, 1762, 1818, 1820], "reload": 1340, "reloc": [77, 142, 198, 248, 279, 382, 1329, 1602, 1956], "relocat": [142, 250, 266, 304, 535, 964, 1323], "relwithdebinfo": [132, 142, 230, 258, 266, 382, 701, 1141, 1165, 1166, 1209, 1330, 1422, 1445, 1666, 1667, 1756], "remain": [18, 20, 22, 71, 83, 102, 248, 262, 274, 287, 290, 370, 447, 469, 495, 620, 637, 656, 729, 986, 1104, 1219, 1255, 1325, 1341, 1344, 1449, 1825, 1855], "remaind": [108, 263, 1322], "rememb": [252, 254, 257, 1317], "remot": [136, 280, 287, 318, 367, 368, 370, 710, 1013, 1014, 1322, 1337, 1340, 1345], "remote_fold": 1013, "remotedirectori": 1014, "remoteexecut": 1014, "remov": [0, 2, 3, 12, 17, 20, 21, 23, 26, 30, 45, 55, 56, 57, 59, 71, 78, 83, 90, 97, 100, 108, 111, 122, 126, 138, 140, 142, 143, 220, 221, 222, 224, 229, 231, 232, 233, 234, 235, 240, 241, 242, 243, 244, 247, 249, 252, 254, 255, 256, 265, 267, 273, 274, 275, 279, 280, 284, 287, 299, 313, 318, 383, 391, 446, 447, 496, 498, 536, 538, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 747, 748, 752, 754, 828, 835, 843, 915, 932, 974, 1089, 1104, 1113, 1177, 1255, 1280, 1284, 1355, 1490, 1519, 1604, 1770, 1772, 1773, 1774, 1870, 1951], "remove_at": [83, 274, 681, 1323, 1331], "remove_definit": 267, "remove_directori": [287, 1324, 1325, 1326], "remove_dupl": [83, 274, 1323, 1324], "remove_extens": [21, 274], "remove_filenam": [21, 274], "remove_item": [83, 96, 274, 313, 1323], "remove_recurs": [55, 1324], "removed_access": 126, "removefoo": 895, "renam": [20, 55, 77, 287, 367, 506, 538, 932, 1317, 1323, 1325, 1327, 1330, 1331, 1345], "render": [394, 401, 825], "renesa": 1324, "reorder": 1149, "reorder_fre": 1149, "reorder_minim": 1149, "reorgan": [1690, 1729], "repack": [136, 1319], "repeat": [21, 31, 36, 37, 46, 47, 48, 49, 50, 55, 56, 57, 59, 60, 62, 63, 71, 86, 90, 108, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 127, 265, 280, 281, 287, 290, 299, 368, 370, 462, 551, 673, 674, 716, 1206, 1317, 1318, 1324, 1326, 1328, 1340, 1725], "repeatedli": [37, 118, 189, 262, 274, 290, 368, 1684, 1720], "repetit": [1, 8, 113, 116, 117, 978, 1060, 1074, 1145, 1146, 1152, 1211], "replac": [2, 3, 8, 10, 18, 21, 24, 35, 54, 55, 57, 58, 63, 77, 78, 79, 83, 86, 99, 117, 129, 132, 142, 143, 167, 248, 249, 250, 256, 266, 271, 273, 274, 277, 279, 280, 287, 290, 293, 298, 318, 319, 367, 368, 369, 382, 394, 533, 534, 537, 538, 555, 582, 594, 595, 596, 603, 651, 652, 677, 696, 701, 708, 759, 892, 963, 1054, 1122, 1143, 1152, 1156, 1257, 1317, 1318, 1319, 1321, 1323, 1325, 1330, 1331, 1333, 1334, 1339, 1340, 1341, 1342, 1348, 1429, 1684, 1690, 1695, 1696, 1720, 1725, 1729, 1743, 1825], "replace_express": [83, 274], "replace_extens": [21, 274], "replace_filenam": [21, 274], "replace_str": 108, "replacement_express": 108, "repli": [16, 269], "replic": 1327, "repogen": 136, "reponam": 318, "repopul": 370, "report": [19, 29, 37, 38, 55, 105, 108, 112, 121, 125, 132, 142, 189, 249, 262, 269, 271, 273, 274, 277, 279, 280, 285, 287, 290, 326, 362, 368, 375, 379, 382, 383, 394, 419, 421, 425, 426, 462, 469, 482, 570, 574, 576, 585, 587, 597, 598, 599, 600, 601, 606, 607, 649, 653, 689, 749, 754, 765, 774, 808, 816, 820, 822, 835, 890, 898, 899, 962, 974, 1111, 1121, 1124, 1125, 1127, 1207, 1317, 1318, 1323, 1324, 1329, 1330, 1333, 1335, 1336, 1337, 1341, 1346, 1380, 1562, 1571, 1673, 1674, 1675, 1803, 1908, 1967, 2055], "report_fil": [375, 1346], "report_undefined_properti": 282, "repositori": [35, 38, 120, 136, 139, 263, 280, 290, 318, 368, 495, 1319, 1345, 1347], "repres": [2, 15, 21, 83, 108, 143, 249, 253, 264, 266, 269, 270, 273, 274, 277, 281, 290, 293, 303, 313, 318, 370, 451, 455, 832, 867, 888, 895, 1081, 1319, 1338, 1362, 1562, 1702, 1754, 1873, 1908], "represent": [21, 55, 89, 108, 274, 290, 1327], "reproduc": [108, 964, 1322, 1323], "request": [2, 12, 16, 17, 18, 19, 21, 22, 23, 36, 40, 58, 67, 84, 108, 134, 236, 237, 238, 239, 248, 250, 263, 268, 269, 271, 273, 274, 277, 279, 280, 287, 299, 304, 313, 358, 359, 367, 368, 369, 370, 379, 383, 394, 400, 415, 426, 433, 439, 446, 447, 454, 455, 456, 457, 472, 473, 474, 475, 492, 497, 503, 541, 559, 561, 791, 792, 793, 794, 827, 828, 989, 996, 997, 998, 1006, 1007, 1008, 1009, 1010, 1051, 1052, 1053, 1126, 1129, 1130, 1171, 1172, 1173, 1174, 1175, 1176, 1317, 1319, 1321, 1322, 1323, 1329, 1332, 1334, 1338, 1342, 1343, 1345, 1347, 1348, 1379, 1490, 1963], "request_qt_conf": 365, "requir": [0, 1, 2, 3, 7, 8, 16, 18, 19, 21, 22, 26, 27, 35, 37, 40, 53, 54, 55, 56, 57, 58, 59, 60, 67, 74, 77, 92, 102, 108, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 125, 130, 132, 134, 137, 138, 141, 142, 143, 145, 147, 167, 192, 195, 199, 213, 217, 223, 229, 232, 236, 247, 248, 249, 250, 251, 253, 261, 262, 263, 270, 271, 273, 274, 277, 279, 280, 281, 283, 285, 287, 289, 290, 293, 294, 299, 304, 310, 313, 318, 347, 357, 365, 368, 369, 370, 372, 374, 375, 376, 378, 379, 382, 383, 388, 391, 394, 396, 397, 409, 410, 413, 415, 416, 419, 421, 425, 429, 430, 432, 436, 437, 438, 444, 445, 446, 447, 451, 455, 457, 458, 462, 466, 469, 472, 473, 474, 475, 479, 480, 483, 492, 495, 508, 509, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 555, 557, 559, 560, 566, 571, 580, 612, 618, 643, 651, 652, 664, 666, 669, 671, 675, 677, 680, 683, 687, 688, 691, 696, 701, 714, 725, 728, 730, 732, 735, 754, 784, 825, 835, 889, 890, 894, 895, 896, 901, 903, 904, 905, 908, 910, 944, 948, 967, 969, 974, 978, 987, 993, 997, 1007, 1010, 1033, 1050, 1053, 1060, 1062, 1064, 1066, 1068, 1076, 1081, 1092, 1093, 1094, 1095, 1096, 1100, 1101, 1102, 1103, 1106, 1107, 1113, 1129, 1130, 1143, 1144, 1147, 1149, 1152, 1173, 1176, 1211, 1229, 1258, 1316, 1317, 1318, 1319, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1340, 1341, 1342, 1345, 1346, 1490, 1514, 1564, 1629, 1690, 1702, 1729, 1738, 1742, 1760, 1801, 1887, 1894, 1967, 2080], "required_fil": [282, 1317], "required_var": [271, 462, 1327], "required_variable1": 125, "required_variable2": 125, "requires_admin_right": [318, 1347], "requires_constexpr": 268, "rerun": [11, 55, 290, 368, 894, 895, 896, 1346, 1348], "rescan": [274, 1334, 1684, 1720], "resembl": [1634, 1638], "reserv": [119, 143, 273, 274, 277, 280, 281, 286, 597, 731, 1030, 1137, 1320, 1684, 1690, 1715, 1720, 1729, 1743], "reset": [134, 287, 290, 308, 310, 551, 892, 910, 1345], "resid": [58, 137, 313, 1535], "resolut": [22, 55, 270, 676, 890, 1344], "resolv": [21, 22, 55, 58, 66, 71, 132, 136, 262, 263, 274, 280, 281, 287, 293, 318, 365, 368, 379, 537, 685, 712, 716, 993, 1004, 1150, 1151, 1318, 1319, 1320, 1323, 1324, 1325, 1328, 1330, 1331, 1333, 1334, 1337, 1347, 1430, 1486, 1533, 1629, 1684, 1720, 1887], "resolve_qt4_path": 365, "resolved_dependencies_var": 55, "resolved_embedded_item": 293, "resolved_item": 293, "resolved_item_var": 537, "resolvepackagerefer": [281, 287, 1333], "resort": [1278, 1327, 1868, 1919], "resourc": [7, 37, 55, 58, 77, 132, 133, 136, 141, 142, 213, 214, 222, 265, 266, 273, 276, 281, 282, 287, 289, 293, 318, 325, 447, 480, 551, 833, 850, 869, 895, 897, 901, 904, 905, 910, 967, 1281, 1283, 1322, 1325, 1327, 1331, 1334, 1338, 1339, 1346, 1347, 1348, 1497, 1500, 2015], "resource1": 551, "resource_fil": [283, 1197], "resource_group": [282, 905], "resource_lock": [282, 895, 904, 910], "resource_spec_fil": [31, 37, 290, 2015], "resourcefil": 1197, "resourcespecfil": [281, 290, 2015], "resourcex": 551, "respect": [9, 20, 24, 35, 37, 52, 55, 77, 90, 99, 107, 108, 188, 251, 254, 256, 257, 259, 268, 274, 277, 281, 287, 294, 298, 327, 368, 369, 382, 397, 446, 447, 454, 458, 469, 503, 534, 537, 538, 554, 555, 575, 630, 654, 716, 728, 733, 785, 850, 858, 866, 968, 1029, 1114, 1126, 1129, 1149, 1158, 1159, 1208, 1230, 1286, 1317, 1319, 1322, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1333, 1334, 1335, 1336, 1339, 1340, 1341, 1343, 1348, 1519, 1566, 1618, 1645, 1654, 1690, 1699, 1705, 1729, 1770, 1773], "respond": [484, 489], "respons": [18, 58, 116, 133, 256, 265, 266, 273, 274, 275, 279, 287, 289, 304, 368, 383, 394, 473, 474, 475, 551, 629, 643, 674, 683, 815, 912, 943, 948, 958, 1022, 1318, 1319, 1323, 1343, 1348, 1397, 1531, 1564, 1668], "rest": [1, 8, 25, 77, 113, 117, 125, 128, 263, 271, 370, 382, 892, 978, 1060, 1152, 1211, 1967], "restat": 618, "restor": [18, 55, 58, 281, 287, 290, 299, 308, 370, 684, 695, 1320, 1325, 1326, 1327, 1328, 1332, 1333, 1339, 1341, 1342, 1468, 1469, 1488, 1857, 1872, 1887, 2028], "restrict": [2, 3, 10, 24, 43, 55, 62, 132, 139, 262, 263, 274, 287, 290, 421, 546, 559, 597, 640, 676, 793, 1330, 1345, 1743], "restructuredtext": [271, 1317], "result": [17, 18, 19, 20, 21, 23, 24, 27, 28, 29, 31, 36, 37, 38, 39, 52, 55, 56, 57, 58, 59, 60, 61, 66, 67, 71, 83, 89, 90, 102, 108, 120, 132, 137, 141, 142, 143, 162, 167, 246, 248, 251, 253, 255, 256, 257, 261, 262, 263, 266, 269, 270, 271, 274, 277, 279, 280, 281, 283, 285, 287, 289, 290, 293, 301, 303, 304, 310, 313, 325, 327, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 365, 367, 368, 369, 370, 419, 421, 429, 430, 433, 462, 463, 469, 492, 501, 534, 536, 537, 538, 541, 545, 546, 547, 548, 549, 550, 551, 555, 559, 569, 584, 587, 605, 614, 622, 629, 662, 671, 683, 685, 702, 712, 717, 732, 850, 857, 886, 889, 892, 895, 901, 915, 989, 996, 998, 1006, 1008, 1009, 1030, 1051, 1052, 1110, 1149, 1150, 1151, 1155, 1171, 1172, 1174, 1175, 1214, 1224, 1317, 1319, 1321, 1325, 1327, 1328, 1329, 1331, 1332, 1333, 1334, 1335, 1339, 1340, 1341, 1342, 1347, 1490, 1531, 1566, 1673, 1674, 1675, 1684, 1690, 1720, 1725, 1729, 1743, 1745, 1850, 1865, 1872, 1951, 1967], "result_message_vari": 462, "result_var": [293, 537], "result_var1": 98, "result_var2": 98, "result_vari": [52, 55, 72, 125, 396], "resultinglibrarynam": [61, 94, 95], "resultinglibraryname_fltk_ui_src": 61, "results_vari": [52, 1319], "resultvar": [120, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 469], "resum": 290, "resx": 325, "ret": [396, 447], "retain": [37, 55, 274, 290, 296], "retoract": 1341, "retri": [36, 55, 290], "retriev": [18, 21, 65, 274, 290, 356, 368, 370, 396, 447, 469, 495, 537, 555, 1317, 1324, 1348, 1618], "retry_count": [36, 290, 1347], "retry_delai": [36, 290, 1347], "return": [12, 14, 17, 18, 21, 23, 27, 28, 29, 33, 36, 37, 38, 39, 51, 52, 55, 56, 57, 58, 59, 60, 63, 65, 66, 67, 71, 75, 83, 86, 90, 100, 108, 120, 121, 122, 248, 249, 253, 255, 256, 257, 267, 268, 271, 274, 277, 280, 290, 293, 299, 325, 343, 356, 357, 359, 370, 379, 382, 384, 396, 429, 446, 447, 451, 455, 469, 473, 474, 475, 484, 537, 541, 551, 554, 559, 611, 621, 645, 685, 700, 768, 792, 893, 900, 907, 908, 913, 971, 972, 1124, 1156, 1228, 1290, 1317, 1323, 1325, 1326, 1328, 1335, 1346, 1347, 1348, 1535, 1872, 1926], "return_valu": [27, 28, 29, 31, 33, 36, 37, 38, 51], "reus": [120, 135, 368, 370, 382, 1191, 1532], "reuse_from": 118, "rev": 368, "revers": [58, 83, 108, 167, 274, 415, 1323], "revert": [1320, 1322, 1325, 1327, 1328, 1332, 1335, 1337, 1338, 1339, 1348], "review": 255, "revis": [38, 132, 368, 418, 457, 495, 674, 1104, 1319, 1323, 1328, 1341, 1514], "rework": [1321, 1324], "rewrit": [255, 262, 318, 1089], "rewritten": [368, 1340], "rez": 133, "rfc": [52, 108, 367], "rfc4122": 108, "rh": 281, "rh850": 1324, "right": [21, 71, 136, 138, 259, 266, 370, 446, 792, 904], "rigor": 735, "risc": 1845, "risco": 1845, "risk": [143, 382, 447, 1224], "rl78": 1324, "rm": [287, 501, 1326], "robert": [250, 520, 522], "robust": [263, 274, 348, 538, 903, 1281, 1317, 1319, 1321, 1465, 1684, 1690, 1720, 1729], "robustli": [90, 368, 734], "rocm": 1331, "rocm_agent_enumer": 1571, "rocmclang": 1331, "role": [273, 884], "root": [17, 22, 44, 55, 56, 57, 58, 59, 60, 107, 134, 136, 137, 138, 139, 141, 142, 143, 220, 223, 248, 249, 252, 253, 256, 257, 262, 265, 269, 271, 273, 274, 276, 281, 285, 287, 292, 318, 368, 401, 410, 419, 421, 447, 457, 473, 474, 475, 495, 503, 511, 535, 634, 925, 928, 1250, 1292, 1319, 1321, 1327, 1331, 1346, 1347, 1348, 1376, 1387, 1433, 1497, 1538, 1539, 1540, 1541, 1542, 1802], "root_directori": 21, "root_kei": 271, "root_nam": 21, "root_path": 21, "rootdir": [21, 136], "rootf": 285, "rootnam": 21, "rootnamespac": 1250, "rootpath": 21, "roughli": [143, 480], "rout": [58, 1334], "row": 281, "rpath": [7, 55, 81, 115, 132, 274, 280, 293, 532, 533, 537, 602, 628, 655, 963, 964, 1088, 1089, 1090, 1091, 1163, 1205, 1317, 1318, 1323, 1325, 1330, 1347, 1348, 1419, 1420, 1424, 1604, 1605, 1606, 1736, 1762, 1818, 1820, 1822, 1825, 1835], "rpi": 285, "rpm": [77, 135, 288, 313, 323, 1319, 1320, 1327, 1329, 1332, 1339, 1340, 1342, 1344, 1345, 1346, 1347, 1348, 1356, 1953, 1956], "rpmbuild": [142, 1340, 1345, 1347], "rpython": [473, 474, 475], "rr": 55, "rrf": 287, "rst": 271, "rt": 382, "rtf": [133, 143, 1326], "rtf_extensions_fil": 394, "rtf_output": 394, "rtf_stylesheet_fil": 394, "rti": 482, "rti_definit": 482, "rti_found": 482, "rti_include_dir": 482, "rti_librari": 482, "rtmp": 384, "rto": 223, "rtsp": 384, "rtti": [266, 280, 677, 1384], "rubi": [483, 1317], "ruby_": [483, 1327], "ruby_execut": 483, "ruby_find_virtualenv": 483, "ruby_found": 483, "ruby_include_dir": 483, "ruby_include_path": 483, "ruby_librari": 483, "ruby_vers": 483, "ruby_version_major": 483, "ruby_version_minor": 483, "ruby_version_patch": 483, "rudimentari": [1343, 1346], "rule": [2, 3, 5, 6, 7, 17, 55, 56, 57, 58, 59, 60, 77, 78, 79, 80, 99, 100, 116, 132, 137, 139, 142, 225, 226, 248, 261, 262, 266, 270, 273, 274, 279, 280, 281, 283, 285, 290, 293, 304, 329, 367, 368, 375, 382, 397, 411, 473, 474, 475, 480, 538, 539, 551, 565, 566, 613, 618, 636, 639, 640, 642, 671, 674, 694, 714, 758, 759, 771, 772, 773, 811, 817, 818, 819, 820, 852, 859, 860, 1054, 1101, 1103, 1138, 1147, 1156, 1157, 1198, 1199, 1200, 1317, 1319, 1323, 1332, 1334, 1340, 1343, 1345, 1450, 1485, 1623, 1624, 1625, 1647, 1650, 1651, 1652, 1653, 1683, 1760, 1803, 1821, 1956], "rule_launch_": 329, "rule_launch_compil": 282, "rule_launch_custom": 282, "rule_launch_link": 282, "rule_messag": [282, 822, 1803], "run": [2, 3, 10, 16, 17, 18, 19, 22, 23, 24, 27, 28, 29, 31, 33, 35, 36, 37, 38, 39, 51, 52, 53, 55, 72, 77, 85, 90, 93, 100, 110, 120, 124, 126, 130, 132, 134, 136, 137, 138, 141, 142, 144, 145, 146, 147, 148, 149, 151, 153, 154, 155, 158, 159, 160, 167, 170, 172, 180, 183, 184, 185, 186, 188, 191, 192, 193, 195, 196, 197, 198, 199, 200, 201, 202, 204, 205, 206, 208, 209, 210, 211, 213, 214, 217, 229, 230, 232, 246, 247, 248, 250, 255, 258, 259, 263, 264, 265, 266, 269, 271, 273, 274, 276, 277, 279, 280, 281, 283, 285, 289, 292, 293, 303, 309, 310, 327, 331, 332, 334, 335, 336, 339, 340, 341, 342, 344, 345, 346, 347, 348, 351, 352, 354, 355, 357, 358, 359, 360, 361, 362, 363, 367, 368, 369, 370, 375, 376, 382, 390, 394, 396, 397, 426, 446, 447, 449, 462, 469, 480, 482, 495, 507, 508, 535, 538, 541, 560, 584, 618, 637, 642, 648, 658, 662, 673, 674, 675, 676, 692, 698, 705, 718, 728, 753, 758, 778, 779, 795, 797, 800, 809, 812, 813, 816, 843, 857, 858, 888, 889, 890, 891, 892, 894, 895, 896, 900, 901, 902, 903, 905, 906, 907, 908, 909, 910, 913, 914, 915, 951, 952, 956, 959, 986, 1022, 1081, 1092, 1121, 1122, 1123, 1124, 1125, 1127, 1128, 1155, 1189, 1193, 1205, 1214, 1219, 1224, 1303, 1313, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1334, 1337, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1354, 1378, 1390, 1394, 1395, 1418, 1426, 1427, 1428, 1449, 1451, 1463, 1471, 1490, 1505, 1532, 1583, 1584, 1585, 1586, 1588, 1603, 1650, 1651, 1652, 1744, 1746, 1755, 1782, 1783, 1802, 1806, 1820, 1822, 1823, 1824, 1834, 1845, 1849, 1850, 1855, 1859, 1863, 1887, 1893, 1913, 1914, 1936, 1946, 1951, 1952, 1957, 1967, 1980, 1981, 1982, 1983, 1984, 2016], "run_output_stderr_vari": [121, 1335], "run_output_stdout_vari": [121, 1335], "run_output_vari": [121, 269], "run_result": 269, "run_seri": 282, "run_some_tool": 274, "run_test": [257, 814, 1326, 1339, 1451, 1823], "runnabl": 124, "runner": 389, "runpath": [55, 1762, 1825, 1835], "runresult": 269, "runresultvar": 121, "runstat": 77, "runstatedir": 535, "runtest": 447, "runtim": [7, 37, 77, 80, 99, 248, 259, 271, 273, 274, 279, 280, 285, 318, 369, 376, 379, 382, 429, 446, 447, 455, 457, 473, 474, 475, 538, 539, 551, 566, 651, 696, 701, 722, 963, 964, 994, 1017, 1064, 1070, 1088, 1090, 1091, 1156, 1157, 1163, 1167, 1201, 1202, 1203, 1204, 1270, 1272, 1274, 1275, 1317, 1318, 1319, 1321, 1323, 1324, 1325, 1326, 1330, 1331, 1334, 1338, 1340, 1341, 1343, 1344, 1419, 1458, 1606, 1673, 1675, 1757, 1762, 1804, 1805, 1907, 1915, 1951], "runtime_depend": [77, 273, 1331], "runtime_dependency_set": [55, 77, 273, 274, 1331], "runtime_dir": 294, "runtime_directori": 80, "runtime_output_directori": [6, 7, 266, 282, 1202, 1287, 1323, 1343, 1804, 2038, 2041], "runtime_output_directory_": [282, 1201, 1805], "runtime_output_nam": [266, 274, 282, 1180, 1204], "runtime_output_name_": [274, 282, 1180, 1203], "runtimedependencyset": 273, "runtimedependencysetnam": 273, "runtimedependencysettyp": 273, "russel": 137, "russian": 137, "rust": 1339, "rustc": 1526, "rvm": 483, "rw": [24, 55], "rwx": 287, "rx": [287, 1324], "sabi": [473, 475], "sabimodul": [473, 475], "sabimodule_found": [473, 475], "safari": 498, "safe": [116, 252, 254, 368, 969], "safer": 496, "sai": [250, 263, 279, 281, 496, 498, 1320], "sake": [35, 142, 256, 290, 368], "same": [2, 3, 7, 16, 18, 20, 21, 22, 24, 26, 31, 36, 37, 40, 43, 52, 53, 55, 56, 57, 58, 59, 60, 71, 75, 77, 83, 86, 89, 93, 99, 100, 102, 103, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 122, 126, 127, 128, 132, 133, 134, 136, 137, 139, 141, 142, 143, 148, 150, 161, 166, 170, 172, 173, 178, 179, 189, 212, 230, 237, 238, 239, 247, 248, 249, 250, 255, 256, 257, 258, 262, 263, 265, 266, 268, 269, 271, 273, 274, 277, 279, 280, 281, 283, 287, 290, 293, 299, 304, 308, 310, 325, 367, 368, 369, 370, 379, 382, 383, 403, 415, 447, 461, 462, 469, 472, 473, 474, 475, 480, 483, 486, 487, 488, 490, 494, 495, 534, 535, 536, 538, 551, 555, 562, 573, 616, 637, 657, 663, 667, 676, 685, 686, 695, 697, 714, 726, 735, 737, 740, 758, 760, 771, 772, 773, 783, 784, 825, 841, 843, 846, 850, 851, 859, 887, 888, 894, 896, 904, 905, 937, 939, 948, 955, 964, 970, 973, 979, 980, 981, 982, 993, 996, 1022, 1032, 1063, 1103, 1110, 1147, 1150, 1151, 1161, 1162, 1165, 1184, 1185, 1186, 1187, 1198, 1199, 1200, 1208, 1217, 1223, 1227, 1230, 1237, 1252, 1256, 1260, 1269, 1281, 1287, 1317, 1320, 1322, 1324, 1325, 1327, 1329, 1331, 1333, 1340, 1341, 1345, 1347, 1348, 1401, 1418, 1421, 1425, 1448, 1486, 1490, 1511, 1527, 1531, 1532, 1535, 1562, 1574, 1577, 1583, 1626, 1661, 1668, 1670, 1686, 1690, 1702, 1720, 1725, 1729, 1746, 1751, 1770, 1772, 1773, 1774, 1812, 1824, 1836, 1837, 1838, 1845, 1847, 1849, 1862, 1896, 1908, 1954, 1955, 1956, 1967], "samemajorvers": [304, 558], "sameminorvers": [304, 558, 1320], "samethingothernam": 263, "sampl": [77, 290, 370, 383, 532, 1702], "samplepackag": 139, "samu": 1326, "sandbox": 130, "sanit": [290, 1289, 1309, 1310, 1311, 1312, 1318, 1328, 1347, 1925, 1942, 1943, 1944, 1945, 2007], "saniti": [951, 956, 959], "satisfact": 125, "satisfi": [53, 58, 77, 263, 268, 270, 296, 367, 370, 379, 462, 473, 474, 475, 618, 688, 716, 758, 1070, 1149, 1281, 1334, 1335, 1348, 1532, 1690, 1729], "satu": 62, "sauc": 368, "save": [18, 55, 108, 133, 262, 296, 308, 313, 362, 368, 369, 370, 379, 541, 1258, 1328, 1673, 1872, 1975, 1978], "sbin": [20, 58, 77, 535], "sbindir": 535, "sbsa": 1336, "sc589": 285, "scalar": 269, "scale": 141, "scan": [2, 55, 92, 142, 280, 293, 326, 368, 480, 538, 555, 592, 715, 759, 762, 839, 851, 859, 948, 958, 1004, 1005, 1054, 1145, 1149, 1223, 1318, 1321, 1332, 1337, 1345, 1348, 1476], "scanner": [2, 92, 270, 397, 592, 1346], "scatter": 1328, "scenario": [2, 262, 263, 285, 368, 370, 538, 895, 1089, 1258, 1448, 1743], "scene": 249, "schedul": [18, 98, 263, 281, 290, 1325, 1328, 1339, 1470], "schedule_random": [31, 37], "schedulerandom": 281, "schema": [132, 142, 143, 247, 472, 1286, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1325, 1326, 1333, 1334, 1335, 1337, 1338, 1341, 1348, 1921, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947], "schemata": 143, "scheme": [948, 1289, 1290, 1291, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1317, 1322, 1324, 1330, 1333, 1335, 1770, 1854, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947], "scientif": [374, 376, 407, 1329], "scintilla": 532, "sco": 1845, "sco_sv": 1845, "scope": [4, 6, 7, 12, 18, 19, 20, 23, 40, 43, 45, 55, 56, 57, 58, 59, 60, 62, 63, 65, 67, 68, 69, 70, 72, 75, 83, 86, 93, 98, 100, 102, 103, 105, 107, 111, 112, 113, 114, 115, 116, 117, 118, 119, 122, 248, 274, 277, 279, 280, 287, 296, 306, 330, 333, 337, 338, 349, 350, 353, 367, 370, 469, 538, 546, 551, 618, 639, 647, 662, 678, 684, 686, 723, 732, 843, 919, 1063, 1103, 1147, 1228, 1318, 1319, 1320, 1322, 1327, 1331, 1334, 1335, 1465, 1468, 1469, 1536, 1725, 1748, 1787, 1788, 1791, 1795, 2061, 2069, 2070, 2071, 2072, 2073], "scope_for": [12, 23, 98], "score": 37, "scp": [384, 1323], "scpcommand": 290, "scrape": 290, "scratch": [58, 262, 287], "screen": 310, "screensav": 369, "screenshot": 369, "scribbl": [1307, 1940], "script": [2, 3, 17, 23, 24, 25, 32, 33, 35, 55, 56, 57, 59, 60, 79, 88, 90, 91, 121, 130, 131, 132, 134, 136, 138, 141, 142, 174, 247, 262, 263, 265, 266, 273, 274, 280, 285, 289, 293, 302, 309, 310, 318, 328, 329, 368, 369, 376, 382, 383, 389, 396, 407, 447, 473, 474, 475, 483, 503, 538, 541, 543, 571, 640, 647, 655, 709, 728, 731, 768, 795, 809, 820, 1090, 1101, 1138, 1189, 1193, 1197, 1219, 1319, 1320, 1322, 1323, 1324, 1325, 1326, 1327, 1329, 1330, 1331, 1333, 1337, 1339, 1344, 1345, 1348, 1356, 1394, 1395, 1418, 1463, 1471, 1505, 1532, 1600, 1742, 1806, 1824, 1845, 1863, 1910, 1914, 1949, 1951, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2031, 2032, 2033, 2034, 2035], "script_file_nam": 33, "script_file_name1": 33, "script_file_name2": 33, "scriptabl": 138, "scriptfil": 273, "scriptlet": 142, "scsl": 376, "scsl_mp": 376, "sdar": 1326, "sdcard": 292, "sdcc": [1326, 1635], "sdcclib": 1326, "sdk": [248, 265, 274, 280, 281, 285, 287, 319, 376, 382, 450, 503, 539, 709, 722, 825, 994, 1018, 1066, 1081, 1113, 1237, 1252, 1256, 1266, 1270, 1317, 1320, 1321, 1328, 1330, 1333, 1334, 1337, 1338, 1343, 1346, 1347, 1348, 1448, 1458, 1563, 1772, 1773, 1774, 1907, 1910, 1911], "sdk_am335x_sk_wec2013_v310": 285, "sdkname": 287, "sdkroot": [1774, 1846], "sdl": [485, 486, 487, 488, 489, 490, 1328], "sdl_building_librari": 484, "sdl_found": 484, "sdl_gfx": 485, "sdl_gfx_found": 485, "sdl_gfx_include_dir": 485, "sdl_gfx_librari": 485, "sdl_gfx_version_str": 485, "sdl_imag": 486, "sdl_image_found": 486, "sdl_image_include_dir": 486, "sdl_image_librari": 486, "sdl_image_version_str": 486, "sdl_include_dir": [484, 1328], "sdl_librari": [484, 489, 1328], "sdl_library_temp": 484, "sdl_main": 484, "sdl_mixer": 487, "sdl_mixer_found": 487, "sdl_mixer_include_dir": 487, "sdl_mixer_librari": 487, "sdl_mixer_version_str": 487, "sdl_net": 488, "sdl_net_found": 488, "sdl_net_include_dir": 488, "sdl_net_librari": 488, "sdl_net_version_str": 488, "sdl_sound": 489, "sdl_sound_extra": 489, "sdl_sound_found": 489, "sdl_sound_include_dir": 489, "sdl_sound_librari": 489, "sdl_sound_version_str": 489, "sdl_ttf": 490, "sdl_ttf_found": 490, "sdl_ttf_include_dir": 490, "sdl_ttf_librari": 490, "sdl_ttf_version_str": 490, "sdl_version": [484, 1328], "sdl_version_major": [484, 1328], "sdl_version_minor": [484, 1328], "sdl_version_patch": [484, 1328], "sdl_version_str": 484, "sdldir": [484, 485, 486, 487, 488, 489, 490], "sdlimage_found": 486, "sdlimage_include_dir": 486, "sdlimage_librari": 486, "sdlmain": 484, "sdlmain_librari": 484, "sdlmixer_found": 487, "sdlmixer_include_dir": 487, "sdlmixer_librari": 487, "sdlnet_found": 488, "sdlnet_include_dir": 488, "sdlnet_librari": 488, "sdlsounddir": 489, "sdlttf_found": 490, "sdlttf_include_dir": 490, "sdlttf_librari": 490, "search": [21, 22, 53, 55, 56, 57, 59, 60, 65, 66, 68, 69, 70, 72, 73, 76, 81, 85, 99, 100, 114, 115, 116, 122, 132, 134, 136, 139, 141, 150, 161, 166, 173, 178, 179, 212, 223, 249, 262, 263, 271, 273, 274, 277, 278, 279, 280, 281, 283, 285, 287, 300, 303, 325, 327, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 365, 367, 369, 376, 379, 384, 394, 398, 403, 409, 410, 415, 419, 420, 421, 424, 432, 435, 446, 447, 450, 452, 454, 455, 457, 458, 462, 469, 472, 473, 474, 475, 476, 477, 478, 484, 489, 502, 531, 532, 537, 538, 539, 551, 563, 568, 588, 620, 634, 702, 704, 716, 727, 761, 766, 797, 800, 802, 803, 804, 845, 927, 930, 948, 950, 952, 958, 961, 963, 1038, 1061, 1064, 1068, 1087, 1091, 1110, 1140, 1153, 1154, 1287, 1317, 1318, 1319, 1320, 1321, 1325, 1326, 1329, 1330, 1334, 1335, 1337, 1338, 1340, 1341, 1343, 1344, 1345, 1346, 1348, 1355, 1389, 1416, 1524, 1527, 1529, 1530, 1531, 1532, 1533, 1535, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1554, 1589, 1590, 1597, 1602, 1606, 1672, 1673, 1674, 1677, 1684, 1690, 1710, 1713, 1714, 1720, 1729, 1731, 1732, 1754, 1762, 1785, 1786, 1801, 1817, 1825, 1835, 1839, 1840, 1841, 1842, 1843, 1844, 1846, 1848, 2079], "searchdata_fil": 394, "sec": 290, "second": [2, 14, 21, 34, 35, 36, 52, 55, 67, 79, 86, 99, 108, 118, 132, 230, 248, 274, 277, 281, 287, 290, 367, 368, 447, 463, 473, 474, 475, 538, 551, 559, 583, 663, 673, 904, 909, 910, 911, 1191, 1345, 1490, 1749, 1787, 1788, 1791, 1795, 1801, 1873, 2065, 2076], "second_cache_vari": 281, "second_prefix": 368, "secondari": 1345, "secret": 137, "secretsauc": 368, "section": [21, 58, 77, 86, 93, 114, 116, 132, 136, 137, 138, 142, 248, 249, 255, 256, 260, 263, 266, 269, 271, 272, 274, 277, 282, 285, 286, 287, 290, 310, 368, 370, 379, 391, 432, 454, 559, 613, 948, 1081, 1100, 1103, 1143, 1144, 1169, 1289, 1290, 1291, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1314, 1322, 1323, 1334, 1344, 1599, 1920, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1947, 2037], "secur": [23, 108, 263, 367, 370, 413, 934], "see": [9, 10, 13, 15, 16, 17, 18, 21, 25, 27, 37, 38, 41, 42, 43, 44, 46, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 59, 60, 72, 75, 77, 79, 82, 83, 85, 88, 91, 92, 93, 99, 108, 109, 121, 123, 124, 125, 129, 132, 133, 137, 139, 141, 142, 143, 146, 149, 150, 161, 166, 167, 173, 174, 177, 178, 179, 182, 184, 187, 188, 193, 196, 198, 200, 202, 205, 209, 211, 212, 214, 218, 230, 236, 237, 238, 239, 246, 247, 248, 249, 250, 255, 256, 257, 259, 261, 262, 263, 266, 268, 269, 270, 271, 272, 273, 274, 277, 279, 281, 283, 285, 286, 294, 296, 304, 307, 310, 313, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 365, 367, 368, 370, 377, 379, 382, 383, 391, 394, 409, 410, 415, 429, 432, 436, 447, 454, 458, 469, 473, 474, 475, 478, 480, 484, 496, 511, 531, 536, 538, 545, 551, 552, 553, 555, 559, 560, 565, 585, 588, 607, 612, 616, 618, 620, 621, 622, 625, 626, 627, 637, 642, 649, 656, 662, 672, 675, 676, 685, 686, 688, 689, 693, 709, 715, 728, 732, 737, 739, 740, 750, 754, 755, 756, 760, 761, 762, 763, 764, 766, 767, 769, 771, 772, 773, 775, 784, 785, 786, 788, 791, 792, 793, 794, 798, 799, 802, 803, 804, 814, 822, 824, 835, 836, 837, 838, 839, 843, 845, 848, 850, 853, 854, 855, 856, 859, 883, 885, 889, 893, 894, 896, 898, 900, 901, 903, 904, 905, 907, 909, 910, 912, 927, 929, 930, 937, 939, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 969, 974, 975, 976, 978, 985, 987, 989, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1021, 1022, 1029, 1033, 1045, 1046, 1047, 1048, 1049, 1051, 1052, 1053, 1056, 1063, 1064, 1076, 1080, 1087, 1090, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1126, 1129, 1130, 1132, 1134, 1138, 1140, 1143, 1144, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1160, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1180, 1191, 1198, 1199, 1200, 1201, 1203, 1205, 1206, 1208, 1211, 1220, 1221, 1223, 1225, 1226, 1230, 1242, 1270, 1276, 1278, 1279, 1280, 1281, 1283, 1285, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1355, 1357, 1358, 1360, 1361, 1362, 1363, 1364, 1365, 1368, 1370, 1371, 1372, 1373, 1374, 1375, 1381, 1382, 1383, 1385, 1386, 1388, 1390, 1392, 1393, 1394, 1395, 1396, 1398, 1399, 1400, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1419, 1420, 1422, 1432, 1445, 1453, 1454, 1455, 1456, 1460, 1461, 1464, 1465, 1466, 1467, 1468, 1469, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1490, 1492, 1494, 1495, 1496, 1497, 1498, 1499, 1501, 1503, 1506, 1507, 1512, 1513, 1517, 1518, 1519, 1528, 1529, 1530, 1532, 1535, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1555, 1559, 1560, 1561, 1563, 1564, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1575, 1576, 1580, 1584, 1589, 1590, 1597, 1601, 1602, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1631, 1642, 1643, 1654, 1655, 1658, 1661, 1668, 1673, 1675, 1679, 1681, 1682, 1684, 1686, 1690, 1692, 1699, 1701, 1702, 1703, 1704, 1705, 1711, 1712, 1713, 1717, 1718, 1720, 1722, 1723, 1729, 1731, 1732, 1734, 1735, 1738, 1739, 1742, 1744, 1746, 1752, 1753, 1758, 1759, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1772, 1775, 1779, 1780, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1801, 1804, 1805, 1808, 1813, 1814, 1818, 1819, 1820, 1822, 1823, 1828, 1829, 1830, 1831, 1835, 1841, 1842, 1843, 1844, 1845, 1846, 1848, 1849, 1852, 1859, 1861, 1862, 1868, 1875, 1876, 1877, 1878, 1879, 1884, 1885, 1886, 1887, 1889, 1890, 1891, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1916, 1919, 1920, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1950, 1956, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1997, 2037, 2044, 2055, 2056, 2061, 2063, 2069, 2070, 2072, 2074, 2079], "seed": 108, "seek_set": [336, 361], "seem": [11, 459, 541, 754, 835, 974], "seen": [19, 23, 167, 256, 274, 277, 336, 900, 1206, 1490, 1787, 1788, 1791, 1795], "segfault": 257, "segment": [10, 893, 900, 907, 908, 913], "seldom": 1956, "select": [16, 17, 23, 55, 73, 81, 83, 91, 93, 100, 114, 116, 120, 121, 133, 143, 162, 247, 256, 259, 261, 265, 266, 270, 273, 274, 275, 280, 285, 287, 289, 290, 310, 313, 318, 326, 360, 368, 382, 409, 415, 419, 421, 473, 474, 475, 484, 532, 538, 550, 559, 578, 620, 651, 694, 696, 701, 709, 710, 717, 722, 744, 785, 857, 994, 1017, 1064, 1076, 1081, 1113, 1137, 1165, 1166, 1167, 1206, 1223, 1224, 1227, 1270, 1275, 1301, 1317, 1319, 1320, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1331, 1334, 1335, 1337, 1338, 1339, 1341, 1343, 1347, 1348, 1379, 1448, 1458, 1488, 1492, 1531, 1535, 1561, 1637, 1668, 1679, 1680, 1718, 1738, 1756, 1757, 1854, 1892, 1894, 1895, 1896, 1907, 1910, 1915, 1920, 1924], "select_library_configur": [271, 542], "selectionor": 489, "selectlibraryconfigur": [271, 278], "selector": [83, 274], "self": [262, 370, 415, 493, 1345], "semant": [22, 27, 28, 29, 37, 77, 83, 273, 274, 277, 287, 473, 474, 475, 555, 614, 724, 792, 847, 932, 1033, 1120, 1319, 1323, 1326, 1346, 1686], "semi": [99, 271, 382, 394, 796], "semicolon": [18, 52, 56, 57, 58, 59, 60, 62, 83, 96, 99, 100, 102, 116, 134, 137, 138, 143, 171, 191, 230, 274, 277, 289, 290, 296, 336, 361, 396, 613, 687, 750, 753, 754, 756, 759, 760, 766, 767, 775, 777, 781, 782, 811, 835, 838, 845, 851, 891, 892, 904, 924, 927, 928, 930, 952, 963, 974, 978, 986, 999, 1000, 1001, 1003, 1045, 1046, 1047, 1049, 1054, 1081, 1090, 1092, 1099, 1121, 1123, 1124, 1125, 1127, 1128, 1138, 1140, 1150, 1152, 1190, 1211, 1219, 1220, 1221, 1240, 1247, 1249, 1259, 1261, 1266, 1274, 1338, 1339, 1345, 1389, 1406, 1419, 1445, 1449, 1450, 1451, 1462, 1486, 1538, 1554, 1589, 1590, 1597, 1605, 1681, 1706, 1713, 1725, 1754, 1785, 1786, 1789, 1790, 1792, 1793, 1794, 1841, 1842, 1843, 1844, 1846, 1848, 1855, 2079], "send": [36, 261, 290, 911, 912, 1337, 1348], "send_error": [90, 287, 495], "sens": [58, 77, 86, 135, 262, 266, 343, 356, 370, 394, 674, 832, 970, 1113, 1317, 1320, 1338, 1668], "sensibl": [281, 394, 1742], "sensit": [17, 18, 55, 83, 102, 212, 262, 274, 277, 280, 281, 287, 325, 582, 604, 892, 895, 1137, 1317, 1328, 1422, 1430, 1445, 1684, 1690, 1715, 1720, 1729], "sent": [39, 90, 189, 252, 290, 327, 478, 912], "sentenc": 369, "sep": 368, "sep_definit": 271, "separ": [2, 8, 17, 18, 19, 21, 23, 33, 37, 52, 55, 56, 57, 58, 59, 60, 62, 66, 71, 77, 83, 90, 96, 99, 100, 102, 114, 116, 117, 120, 134, 137, 138, 139, 142, 148, 150, 161, 166, 167, 171, 173, 178, 179, 191, 212, 230, 246, 248, 262, 263, 266, 268, 269, 271, 274, 277, 279, 281, 283, 285, 287, 289, 290, 292, 296, 313, 336, 361, 368, 370, 376, 382, 384, 394, 396, 398, 401, 405, 421, 427, 447, 451, 454, 455, 459, 471, 497, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 538, 559, 563, 618, 651, 674, 678, 687, 723, 728, 750, 753, 754, 756, 758, 759, 760, 766, 767, 775, 777, 781, 782, 792, 796, 811, 835, 838, 845, 851, 891, 892, 904, 924, 927, 928, 930, 952, 963, 974, 978, 986, 995, 999, 1000, 1001, 1003, 1032, 1045, 1046, 1047, 1049, 1050, 1054, 1081, 1090, 1092, 1099, 1100, 1101, 1121, 1123, 1124, 1125, 1127, 1128, 1138, 1140, 1150, 1152, 1190, 1211, 1214, 1219, 1220, 1221, 1223, 1247, 1266, 1281, 1318, 1321, 1322, 1324, 1327, 1328, 1329, 1335, 1338, 1339, 1340, 1341, 1343, 1345, 1348, 1389, 1406, 1419, 1445, 1449, 1450, 1451, 1462, 1486, 1538, 1554, 1562, 1563, 1564, 1589, 1590, 1597, 1605, 1656, 1661, 1681, 1682, 1684, 1690, 1706, 1713, 1720, 1725, 1729, 1743, 1754, 1760, 1785, 1786, 1789, 1790, 1792, 1793, 1794, 1841, 1842, 1843, 1844, 1846, 1848, 1850, 1855, 1873, 2079], "separate_arg": 99, "separate_argu": [1, 8, 66, 113, 117, 267, 978, 1060, 1152, 1211, 1328, 1348], "separated_argu": 277, "septemb": 590, "sequenc": [21, 52, 108, 269, 280, 290, 367, 368, 613, 754, 835, 974, 1318, 1335], "sequenti": [52, 120, 376, 1339, 1789, 1790, 1792, 1793], "ser": 1967, "serenityo": 1845, "seri": [62, 290, 904, 1322, 1323, 1337, 1348, 1527, 1845, 1967], "serial": [17, 262, 266, 376, 415, 674, 707, 862, 895, 1324, 1331], "serv": [24, 55, 256, 283, 307, 904, 905, 1320, 1695, 1696, 1954], "server": [2, 3, 17, 27, 28, 29, 35, 36, 37, 39, 55, 136, 247, 252, 264, 273, 287, 326, 368, 370, 470, 494, 508, 543, 884, 1319, 1323, 1324, 1327, 1330, 1338, 1339, 1341, 1342, 1346, 1857, 2028], "servermod": 287, "servic": [297, 1281], "session": [447, 1317], "set": [1, 2, 3, 4, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 20, 21, 22, 24, 27, 33, 35, 37, 40, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 81, 83, 85, 86, 88, 89, 90, 91, 93, 98, 101, 102, 103, 104, 105, 106, 107, 108, 110, 111, 112, 113, 114, 116, 117, 118, 122, 124, 125, 126, 129, 130, 132, 133, 134, 135, 137, 138, 139, 141, 142, 143, 150, 151, 152, 156, 161, 163, 164, 165, 166, 170, 172, 173, 174, 175, 176, 177, 178, 179, 181, 182, 185, 187, 188, 189, 194, 207, 212, 220, 221, 223, 229, 230, 233, 234, 235, 236, 237, 238, 239, 244, 246, 247, 248, 249, 250, 251, 252, 256, 257, 258, 259, 260, 261, 263, 265, 266, 267, 268, 269, 270, 271, 273, 274, 276, 277, 279, 280, 281, 283, 285, 286, 287, 289, 290, 293, 294, 296, 297, 298, 299, 300, 301, 302, 303, 304, 308, 310, 313, 318, 325, 326, 327, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 387, 388, 391, 392, 393, 394, 395, 396, 397, 398, 399, 401, 403, 404, 405, 406, 407, 409, 410, 415, 419, 421, 422, 424, 425, 426, 427, 428, 429, 430, 432, 433, 434, 436, 437, 438, 446, 447, 450, 451, 452, 454, 455, 456, 457, 460, 461, 462, 466, 468, 469, 470, 472, 473, 474, 475, 476, 477, 478, 479, 480, 482, 483, 484, 486, 487, 488, 489, 490, 491, 492, 495, 496, 497, 498, 499, 500, 503, 505, 507, 509, 510, 511, 532, 533, 534, 535, 536, 537, 538, 539, 541, 542, 551, 555, 556, 557, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 742, 743, 744, 745, 746, 752, 754, 755, 756, 757, 758, 761, 762, 765, 766, 767, 776, 781, 782, 783, 784, 786, 787, 788, 789, 790, 791, 792, 793, 794, 796, 799, 801, 805, 806, 809, 811, 814, 815, 816, 820, 821, 822, 825, 833, 834, 835, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 850, 856, 857, 859, 860, 861, 863, 864, 865, 869, 870, 874, 877, 878, 879, 881, 882, 883, 884, 885, 886, 888, 889, 890, 891, 892, 893, 894, 895, 896, 898, 899, 901, 902, 903, 904, 909, 910, 911, 913, 914, 916, 917, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 941, 943, 945, 946, 947, 948, 951, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 969, 970, 971, 972, 973, 974, 975, 977, 978, 979, 981, 982, 983, 985, 986, 987, 989, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1012, 1013, 1014, 1016, 1017, 1018, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1028, 1029, 1032, 1033, 1034, 1037, 1038, 1039, 1040, 1041, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1057, 1059, 1060, 1061, 1063, 1064, 1066, 1068, 1069, 1070, 1071, 1072, 1073, 1075, 1076, 1078, 1080, 1081, 1083, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1102, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1119, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1136, 1137, 1139, 1140, 1143, 1144, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1160, 1161, 1162, 1163, 1165, 1166, 1167, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1180, 1182, 1183, 1184, 1186, 1187, 1188, 1192, 1194, 1196, 1197, 1201, 1202, 1205, 1206, 1208, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1219, 1223, 1224, 1225, 1226, 1228, 1229, 1231, 1232, 1233, 1234, 1235, 1236, 1238, 1239, 1241, 1243, 1245, 1246, 1248, 1249, 1250, 1251, 1254, 1255, 1257, 1258, 1262, 1263, 1264, 1265, 1268, 1269, 1270, 1271, 1275, 1276, 1277, 1278, 1281, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1350, 1351, 1352, 1353, 1355, 1357, 1358, 1362, 1364, 1366, 1367, 1369, 1377, 1379, 1384, 1388, 1390, 1394, 1395, 1401, 1406, 1409, 1412, 1418, 1422, 1424, 1425, 1429, 1431, 1432, 1435, 1438, 1445, 1446, 1448, 1450, 1451, 1453, 1455, 1458, 1460, 1461, 1463, 1465, 1468, 1469, 1471, 1474, 1475, 1477, 1478, 1480, 1481, 1482, 1486, 1487, 1490, 1492, 1495, 1496, 1497, 1498, 1500, 1504, 1505, 1509, 1512, 1513, 1514, 1517, 1518, 1521, 1522, 1523, 1527, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1547, 1548, 1549, 1550, 1551, 1553, 1555, 1556, 1562, 1563, 1566, 1567, 1568, 1569, 1573, 1575, 1576, 1578, 1579, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1595, 1596, 1597, 1599, 1600, 1602, 1603, 1604, 1606, 1614, 1618, 1627, 1628, 1629, 1633, 1634, 1636, 1637, 1638, 1644, 1654, 1655, 1658, 1661, 1668, 1673, 1675, 1678, 1679, 1681, 1684, 1685, 1690, 1691, 1695, 1696, 1699, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1713, 1715, 1719, 1720, 1723, 1724, 1725, 1729, 1730, 1731, 1732, 1735, 1738, 1742, 1743, 1744, 1746, 1747, 1752, 1753, 1754, 1755, 1756, 1757, 1760, 1762, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1772, 1773, 1774, 1781, 1782, 1783, 1784, 1785, 1786, 1794, 1801, 1803, 1806, 1813, 1814, 1817, 1818, 1819, 1820, 1822, 1823, 1824, 1825, 1830, 1831, 1832, 1835, 1836, 1837, 1838, 1845, 1846, 1847, 1849, 1850, 1851, 1854, 1857, 1858, 1859, 1861, 1862, 1865, 1868, 1872, 1879, 1880, 1881, 1882, 1885, 1886, 1887, 1888, 1904, 1905, 1906, 1907, 1908, 1910, 1911, 1912, 1913, 1914, 1915, 1918, 1919, 1934, 1936, 1948, 1949, 1951, 1953, 1954, 1955, 1956, 1958, 1959, 1960, 1961, 1962, 1963, 1965, 1966, 1967, 1968, 1969, 1984, 1985, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2049, 2050, 2051, 2054, 2055, 2056, 2064, 2065, 2066, 2067, 2075, 2076, 2077, 2078, 2079, 2080, 2081, 2082, 2083, 2084, 2085], "set_and_check": [248, 304], "set_bundle_key_valu": 293, "set_dependency_provid": [18, 263, 1334], "set_directory_properti": [102, 267, 761], "set_feature_info": [369, 1347], "set_package_info": [369, 1347], "set_package_properti": [369, 1347], "set_properti": [6, 7, 10, 40, 67, 77, 101, 103, 104, 105, 248, 258, 266, 267, 268, 271, 274, 279, 283, 291, 343, 356, 368, 369, 540, 555, 559, 603, 629, 631, 643, 660, 664, 673, 703, 720, 761, 811, 833, 834, 853, 854, 855, 856, 870, 893, 900, 904, 907, 908, 910, 913, 948, 950, 952, 953, 957, 960, 987, 988, 990, 991, 992, 993, 995, 996, 1006, 1009, 1013, 1014, 1050, 1052, 1081, 1087, 1092, 1101, 1104, 1116, 1117, 1118, 1119, 1137, 1147, 1148, 1150, 1151, 1165, 1166, 1167, 1172, 1175, 1211, 1214, 1243, 1245, 1257, 1258, 1259, 1267, 1268, 1270, 1275, 1318, 1327, 1328, 1330, 1338, 1415, 1603], "set_source_files_properti": [68, 102, 267, 325, 382, 430, 838, 857, 865, 884, 1227, 1327], "set_target_properti": [6, 7, 69, 77, 102, 132, 248, 258, 260, 266, 267, 271, 382, 536, 664, 720, 987, 1033, 1165, 1197, 1208, 1211, 1225, 1226, 1227, 1228, 1230], "set_tests_properti": [10, 102, 257, 267, 538, 889, 894, 895, 896, 903, 908, 1338], "setcompressor": 138, "setdestdir": 134, "setfil": 133, "setgid": [55, 77], "settabl": [100, 249], "settingsgroup": 494, "setuid": [55, 77], "setup": [37, 53, 77, 120, 248, 250, 258, 259, 263, 281, 288, 290, 304, 310, 368, 503, 532, 533, 889, 890, 894, 895, 896, 905, 954, 1012, 1325, 1326, 1337, 1339, 1341, 1345, 1346, 1348, 1794, 1841, 1842], "setupfoo": 896, "setupus": 895, "setvar": 376, "sever": [36, 55, 58, 77, 116, 132, 136, 262, 263, 279, 285, 290, 313, 318, 366, 369, 370, 382, 409, 419, 421, 425, 447, 454, 480, 496, 498, 503, 670, 795, 1317, 1337, 1348, 2058, 2062], "sftp": 384, "sgi": [376, 1329], "sgimath": 376, "sh": [60, 225, 376, 503, 1326, 1707, 1967], "sha": [108, 139, 292, 367, 1347], "sha1": [108, 287, 367, 1347], "sha1sum": [287, 1319], "sha224": [108, 287, 367], "sha224sum": [287, 1319], "sha256": [108, 287, 367, 1347], "sha256sum": [287, 1319], "sha3": 367, "sha384": [108, 287, 367], "sha384sum": [287, 1319], "sha3_": [108, 367], "sha3_224": [108, 367], "sha3_256": [108, 367], "sha3_384": [108, 367], "sha3_512": [108, 367], "sha512": [108, 287, 367], "sha512sum": [287, 1319], "shade": 1318, "shader": [503, 872, 873, 874, 875, 876, 878, 1299, 1318, 1321, 1329, 1335, 1933], "shaderc_combin": 503, "shadow": 142, "shall": [143, 447, 457, 1334], "shallow": [368, 1345], "shape": 299, "sharc": [1334, 1358], "share": [7, 8, 16, 52, 53, 55, 58, 77, 116, 117, 132, 142, 248, 261, 262, 266, 270, 271, 274, 279, 280, 281, 285, 287, 290, 303, 304, 326, 367, 370, 379, 381, 382, 383, 405, 411, 431, 447, 473, 474, 475, 493, 532, 533, 535, 536, 537, 538, 551, 555, 578, 602, 623, 671, 716, 724, 767, 805, 821, 823, 841, 850, 895, 916, 917, 936, 937, 939, 963, 964, 993, 994, 1012, 1017, 1021, 1033, 1043, 1057, 1064, 1068, 1076, 1078, 1083, 1088, 1092, 1104, 1136, 1137, 1139, 1140, 1141, 1142, 1143, 1149, 1152, 1153, 1154, 1155, 1158, 1159, 1163, 1169, 1184, 1185, 1186, 1187, 1188, 1194, 1196, 1197, 1208, 1209, 1211, 1229, 1230, 1257, 1258, 1267, 1272, 1277, 1287, 1317, 1318, 1320, 1321, 1323, 1324, 1325, 1326, 1330, 1337, 1338, 1341, 1342, 1343, 1345, 1346, 1354, 1360, 1388, 1458, 1492, 1520, 1594, 1626, 1650, 1651, 1652, 1679, 1684, 1688, 1690, 1703, 1717, 1720, 1725, 1729, 1731, 1732, 1747, 1770, 1779, 1780, 1781, 1794, 1807, 1808, 1809, 1810, 1811, 1812, 1816, 1886], "shared_deep_lib": 1092, "shared_lib": [266, 1092], "shared_librari": [266, 273, 1222], "shared_link_lib": 1092, "shared_vari": 536, "sharedlib": 132, "sharedst": 77, "sharedstatedir": 535, "shebang": 389, "shell": [1, 2, 3, 8, 18, 52, 56, 57, 58, 59, 60, 77, 79, 113, 116, 117, 225, 226, 249, 266, 273, 287, 396, 503, 978, 1060, 1152, 1211, 1318, 1321, 1345, 1684, 1690, 1720, 1729], "shell_path": [274, 1324, 1343], "shibboleet": 551, "shibbotleet": 551, "shim": 705, "ship": [17, 129, 247, 262, 263, 279, 283, 285, 310, 446, 447, 577, 653, 1324, 1327, 1633, 1773], "shlib": [132, 1345], "shlibdep": [132, 1330, 1340], "short": [55, 56, 57, 59, 60, 71, 93, 107, 135, 139, 262, 273, 274, 277, 281, 290, 310, 367, 369, 370, 382, 473, 474, 475, 1324, 1338, 1635, 1639, 2069], "shortcut": [137, 138, 143, 310, 826, 829, 830, 1340], "shorten": [142, 1770], "shorter": [62, 108, 142], "shorthand": 58, "shortprogress": 281, "should": [2, 3, 7, 14, 16, 18, 19, 22, 35, 36, 37, 40, 44, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 77, 81, 82, 83, 86, 87, 90, 93, 94, 95, 108, 110, 114, 115, 116, 118, 119, 120, 123, 130, 132, 134, 135, 136, 137, 138, 139, 141, 142, 143, 187, 223, 247, 248, 249, 250, 251, 252, 256, 257, 260, 262, 263, 265, 266, 268, 269, 271, 273, 274, 277, 278, 279, 280, 281, 283, 284, 285, 287, 290, 292, 293, 299, 304, 308, 310, 313, 318, 325, 347, 348, 360, 364, 365, 367, 368, 369, 370, 379, 381, 382, 383, 394, 399, 400, 406, 415, 439, 446, 447, 450, 452, 454, 455, 457, 461, 462, 469, 472, 473, 475, 476, 477, 478, 484, 489, 492, 532, 535, 536, 537, 538, 541, 543, 551, 555, 561, 565, 566, 569, 572, 578, 580, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 601, 627, 639, 650, 679, 680, 685, 688, 695, 705, 706, 708, 713, 714, 721, 728, 729, 734, 741, 745, 754, 755, 758, 762, 771, 773, 792, 799, 802, 803, 804, 805, 809, 817, 819, 820, 822, 826, 829, 830, 831, 835, 840, 842, 844, 845, 851, 868, 882, 888, 889, 891, 892, 901, 906, 908, 910, 915, 937, 944, 947, 948, 949, 955, 958, 974, 975, 989, 998, 1004, 1008, 1030, 1036, 1039, 1041, 1042, 1050, 1051, 1068, 1081, 1087, 1089, 1099, 1100, 1104, 1105, 1110, 1122, 1132, 1137, 1158, 1159, 1169, 1171, 1174, 1183, 1198, 1200, 1201, 1205, 1214, 1223, 1231, 1237, 1244, 1252, 1253, 1256, 1258, 1267, 1281, 1287, 1291, 1300, 1317, 1318, 1319, 1320, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1333, 1334, 1335, 1338, 1340, 1341, 1342, 1345, 1347, 1348, 1390, 1449, 1487, 1490, 1503, 1533, 1561, 1562, 1563, 1564, 1565, 1577, 1589, 1604, 1656, 1661, 1668, 1671, 1684, 1690, 1701, 1702, 1703, 1704, 1706, 1720, 1725, 1729, 1742, 1743, 1744, 1746, 1747, 1755, 1772, 1773, 1774, 1781, 1782, 1783, 1825, 1841, 1842, 1847, 1850, 1857, 1862, 1865, 1868, 1872, 1883, 1887, 1920, 1934, 1956, 1967, 1997, 2071, 2080], "shouldn": [263, 271, 489, 535], "show": [58, 62, 77, 88, 90, 100, 110, 120, 248, 249, 251, 252, 253, 254, 256, 257, 260, 265, 266, 276, 281, 287, 289, 303, 313, 367, 368, 370, 383, 394, 415, 472, 1081, 1257, 1258, 1318, 1323, 1330, 1340, 1347, 1684, 1690, 1720, 1729, 1744, 1871, 1886], "show_progress": [55, 367, 1330], "shown": [2, 21, 71, 90, 136, 137, 139, 141, 143, 262, 274, 279, 304, 313, 370, 535, 728, 843, 857, 1333, 1690, 1729], "showonli": 281, "showsdk": 285, "shrink": [26, 932], "sibl": [23, 266, 325, 1032, 1281], "side": [108, 136, 266, 274, 309, 599, 650, 859, 1177, 1329, 1330, 2071], "sigabrt": [900, 907, 908, 913], "sigc": [409, 1344], "sigint": 912, "sigkil": 912, "sign": [89, 108, 130, 136, 141, 281, 781, 782, 811, 1279, 1282, 1333, 1347], "signal": [73, 382, 893, 900, 907, 908, 911, 912, 913, 1337, 1845], "signatur": [2, 7, 10, 14, 20, 36, 53, 55, 56, 57, 59, 60, 71, 93, 100, 102, 105, 107, 116, 118, 120, 121, 141, 263, 265, 266, 268, 277, 280, 287, 290, 302, 370, 447, 462, 551, 583, 600, 610, 616, 626, 627, 697, 815, 1191, 1243, 1317, 1329, 1334, 1335, 1339, 1341, 1346, 1347, 1531, 1862, 1863, 2037], "signer": 429, "signifi": [262, 1967], "signific": [18, 265, 274, 287, 368, 1321, 1684, 1720], "significantli": [290, 1182, 1323, 1328, 1341], "sigquit": 912, "sigstop": 912, "sigterm": 912, "sigusr1": 912, "sigusr2": 912, "silenc": [23, 280, 631, 660, 1330], "silent": [2, 3, 18, 40, 55, 148, 167, 277, 287, 368, 382, 560, 564, 573, 574, 576, 600, 601, 606, 631, 663, 667, 730, 735, 738, 983, 1317, 1322, 1328, 1330, 1332, 1334, 1337, 1341, 1345, 1347], "silicon": [151, 1328, 1338, 1390, 1585], "sim": 223, "sim800": 223, "sim86": 223, "simarm": 223, "similar": [55, 58, 75, 77, 83, 86, 92, 132, 141, 229, 248, 256, 257, 262, 266, 271, 274, 281, 290, 304, 319, 369, 382, 480, 538, 551, 637, 662, 685, 686, 706, 719, 722, 894, 895, 896, 904, 905, 1085, 1086, 1110, 1113, 1219, 1224, 1270, 1317, 1319, 1325, 1326, 1330, 1331, 1347, 1686, 1690, 1729, 1801, 1907, 1910, 1950, 1953, 2018], "similarli": [77, 263, 266, 279, 285, 370, 484, 824, 1104, 1107], "simpl": [55, 90, 120, 132, 248, 249, 252, 253, 257, 262, 271, 274, 277, 279, 302, 370, 430, 446, 457, 462, 473, 474, 475, 492, 534, 1323, 1346], "simpler": [55, 268, 613, 904, 905, 1150, 1342], "simplest": [43, 536, 1281], "simpli": [56, 57, 58, 59, 60, 142, 143, 248, 249, 254, 256, 257, 262, 268, 273, 277, 279, 287, 290, 293, 368, 370, 469, 559, 562, 620, 639, 1021, 1032, 1099, 1321, 1347, 1956], "simplic": [249, 290], "simplifi": [55, 120, 137, 254, 260, 262, 271, 280, 492, 538, 613, 1277, 1318, 1322, 1754], "simul": [77, 304, 482, 825, 1081, 1113, 1328, 1344, 1448, 1695, 1696, 1707, 2044, 2045, 2046, 2047, 2048, 2052, 2053, 2056], "simulink": [447, 1346], "simultan": [58, 62, 135, 290, 541, 904, 905, 1122, 1326], "sinc": [1, 2, 5, 8, 15, 16, 18, 27, 28, 29, 37, 51, 54, 58, 78, 79, 80, 81, 85, 86, 87, 92, 94, 95, 96, 100, 108, 109, 110, 115, 116, 117, 118, 123, 124, 125, 128, 132, 137, 139, 140, 141, 142, 143, 167, 220, 221, 222, 224, 230, 231, 233, 234, 235, 240, 241, 242, 243, 244, 249, 251, 253, 254, 256, 263, 266, 269, 274, 275, 277, 279, 284, 285, 287, 290, 291, 297, 298, 300, 302, 318, 336, 349, 364, 366, 368, 370, 375, 382, 383, 387, 389, 392, 394, 410, 411, 414, 424, 437, 438, 442, 446, 454, 461, 462, 476, 477, 478, 484, 501, 533, 536, 537, 538, 540, 544, 545, 551, 555, 556, 558, 559, 589, 592, 603, 608, 618, 620, 629, 631, 643, 650, 655, 657, 660, 704, 705, 706, 708, 709, 713, 714, 748, 895, 950, 1021, 1030, 1080, 1081, 1113, 1177, 1182, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1409, 1429, 1448, 1449, 1519, 1529, 1530, 1562, 1610, 1634, 1638, 1668, 1845, 1908, 1969], "singl": [2, 18, 21, 26, 52, 55, 58, 71, 77, 90, 99, 108, 116, 119, 120, 121, 129, 132, 134, 135, 136, 142, 148, 150, 161, 166, 173, 178, 179, 212, 247, 248, 249, 250, 254, 258, 262, 263, 265, 266, 268, 269, 271, 273, 274, 277, 279, 280, 285, 287, 290, 304, 310, 313, 346, 370, 376, 394, 472, 496, 498, 535, 536, 538, 572, 583, 622, 729, 734, 747, 895, 904, 945, 948, 958, 1034, 1039, 1042, 1066, 1081, 1151, 1223, 1224, 1228, 1275, 1277, 1317, 1323, 1329, 1330, 1331, 1335, 1341, 1342, 1345, 1347, 1422, 1445, 1448, 1565, 1647, 1684, 1693, 1720, 1724, 1915, 1922, 1967, 1976, 1977, 2079], "single_architectur": 304, "single_architecture_include_fil": 304, "singlefil": [1214, 1850], "singlethread": [696, 1275, 1915], "singlethreadeddl": [1275, 1915], "singular": [310, 892], "sinix": 1845, "siso": 482, "site": [18, 24, 55, 132, 135, 136, 137, 138, 252, 290, 313, 368, 538, 1324, 1334, 2019], "site_nam": [267, 290], "sitelib": 466, "sitesearch": 466, "situat": [55, 81, 115, 132, 263, 270, 287, 368, 383, 394, 685, 686, 730, 895, 908, 1081, 1422, 1445, 1532], "size": [26, 37, 55, 62, 136, 138, 143, 281, 290, 327, 362, 376, 382, 432, 792, 1224, 1323, 1332, 1334, 1343, 1697, 1817, 1975, 1978, 1985], "size_t": 382, "sizeof": 362, "sizeof_memb": 362, "skelet": 430, "skip": [37, 55, 56, 57, 58, 59, 60, 73, 77, 86, 90, 93, 114, 134, 143, 249, 273, 290, 294, 302, 347, 368, 369, 370, 379, 394, 398, 415, 446, 539, 579, 631, 660, 730, 781, 782, 842, 857, 858, 859, 890, 894, 907, 908, 935, 946, 951, 956, 959, 1039, 1081, 1205, 1318, 1323, 1330, 1333, 1336, 1345, 1348, 1529, 1530, 1547, 1550, 1589, 1717, 1761, 1841], "skip_autogen": [282, 283, 631, 660, 854, 855, 856, 946, 948, 955, 958, 1347], "skip_automak": 430, "skip_automoc": [282, 283, 480, 631, 660, 853, 946, 948, 1320, 1347], "skip_autorcc": [282, 283, 853, 955, 1347], "skip_autou": [282, 283, 631, 660, 853, 946, 958, 1320, 1347], "skip_build_rpath": [282, 628, 963, 966, 1818], "skip_depend": 538, "skip_lint": [282, 1121, 1124, 1125, 1127, 1229, 1337], "skip_precompile_head": [118, 282], "skip_regular_express": [10, 282, 290, 893, 900, 908, 1325], "skip_return_cod": [282, 290, 907, 1317, 1325, 1348], "skip_unity_build_inclus": [282, 1223], "sla": [133, 280, 693, 1334, 1344], "slash": [2, 17, 21, 55, 66, 71, 77, 102, 107, 108, 142, 273, 274, 367, 394, 1327, 1754, 1760], "sleep": [34, 287, 1317], "slice": 421, "slice2c": 421, "slice2conflu": [421, 1323], "slice2cpp": 421, "slice2freez": 421, "slice2freezej": 421, "slice2html": 421, "slice2j": 421, "slice2java": 421, "slice2matlab": [421, 1323], "slice2objc": 421, "slice2php": 421, "slice2pi": 421, "slice2rb": 421, "slightli": [55, 370], "sln": [783, 1317, 1340, 1345], "slot": [290, 901, 904], "slovak": 137, "slovenian": 137, "slow": [728, 792], "slower": 368, "slowest": [1214, 1850], "sm": 506, "small": [26, 313, 430, 1214, 1635, 1850], "smaller": [62, 83, 274, 902], "smart": 368, "smartcod": [1335, 1854], "smb": 384, "smoothli": 670, "smpeg_librari": 489, "smtp": 384, "smysigntool": 137, "snapshot": 391, "snippet": [857, 1225, 1226, 1323, 1951], "so": [2, 3, 7, 14, 18, 19, 20, 21, 23, 24, 40, 43, 52, 55, 56, 57, 58, 59, 60, 63, 69, 71, 77, 82, 86, 90, 93, 108, 116, 118, 120, 124, 132, 134, 135, 137, 139, 142, 248, 249, 250, 252, 253, 254, 255, 256, 257, 259, 261, 262, 263, 266, 268, 269, 270, 271, 273, 274, 275, 277, 279, 281, 285, 287, 290, 293, 294, 296, 302, 304, 310, 313, 329, 336, 343, 356, 361, 365, 367, 368, 369, 370, 373, 379, 382, 394, 426, 447, 459, 463, 471, 473, 474, 475, 480, 484, 492, 535, 537, 551, 555, 559, 560, 563, 572, 583, 613, 616, 618, 619, 620, 626, 632, 634, 642, 643, 651, 652, 655, 677, 680, 693, 696, 701, 716, 721, 722, 727, 728, 732, 746, 754, 756, 757, 758, 761, 767, 768, 775, 777, 805, 823, 835, 836, 837, 838, 844, 845, 892, 895, 903, 904, 917, 929, 930, 950, 954, 978, 1066, 1080, 1081, 1087, 1104, 1105, 1110, 1113, 1116, 1139, 1140, 1145, 1152, 1155, 1184, 1185, 1186, 1187, 1190, 1206, 1208, 1211, 1212, 1214, 1217, 1224, 1230, 1278, 1317, 1318, 1319, 1320, 1321, 1322, 1325, 1326, 1328, 1330, 1333, 1337, 1342, 1343, 1345, 1348, 1354, 1395, 1429, 1448, 1497, 1498, 1518, 1526, 1531, 1585, 1589, 1602, 1661, 1690, 1692, 1702, 1707, 1725, 1729, 1738, 1744, 1746, 1770, 1787, 1788, 1791, 1794, 1795, 1819, 1841, 1845, 1849, 1850, 1854, 1872, 1873, 1919, 1951, 1953, 1956, 2010, 2054], "soabi": [473, 475, 1326], "socket": 287, "softbodi": 380, "softwar": [17, 56, 57, 58, 59, 60, 133, 134, 135, 136, 139, 143, 198, 278, 279, 285, 287, 290, 376, 392, 407, 424, 430, 431, 433, 447, 493, 554, 693, 1090, 1321, 1322, 1330, 1347, 1424, 1602, 1635, 1818, 1820, 1845, 1846, 1956], "solari": [841, 1039, 1325, 1345, 1582, 1639, 1845], "solaris_getpwent_r": 357, "solarisstudio": [268, 1329], "sold": [1137, 1639, 1715], "solid": [303, 1319], "solitari": 21, "solut": [74, 134, 250, 260, 261, 262, 382, 447, 620, 758, 781, 782, 783, 1023, 1024, 1081, 1258, 1317, 1320, 1329, 1340, 1345, 1566, 1881, 1882], "solutionguid": 781, "solv": [473, 474, 475, 1690, 1729], "solver": 382, "some": [0, 2, 6, 7, 16, 17, 18, 19, 21, 22, 26, 30, 34, 53, 55, 56, 57, 58, 59, 60, 67, 69, 73, 77, 81, 83, 90, 98, 114, 115, 116, 118, 120, 121, 126, 128, 132, 134, 136, 137, 142, 143, 148, 162, 167, 198, 230, 247, 248, 249, 252, 253, 259, 262, 263, 265, 266, 268, 269, 271, 273, 274, 275, 277, 279, 280, 281, 283, 285, 286, 287, 290, 299, 310, 313, 325, 367, 368, 370, 379, 382, 383, 394, 409, 422, 425, 429, 430, 446, 454, 455, 469, 473, 474, 475, 480, 493, 496, 498, 534, 535, 538, 539, 551, 555, 559, 568, 571, 572, 588, 595, 597, 613, 616, 620, 623, 625, 629, 637, 643, 674, 679, 680, 692, 698, 705, 716, 728, 737, 739, 740, 754, 792, 798, 832, 835, 841, 843, 844, 875, 882, 895, 910, 915, 916, 941, 974, 989, 993, 996, 998, 1006, 1008, 1009, 1012, 1031, 1032, 1038, 1039, 1040, 1051, 1058, 1068, 1078, 1081, 1089, 1104, 1123, 1136, 1150, 1153, 1154, 1169, 1171, 1172, 1174, 1175, 1177, 1223, 1257, 1261, 1287, 1317, 1318, 1322, 1323, 1324, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1345, 1346, 1356, 1465, 1487, 1501, 1517, 1518, 1529, 1530, 1532, 1547, 1550, 1562, 1563, 1564, 1589, 1590, 1600, 1623, 1624, 1625, 1632, 1633, 1634, 1638, 1644, 1646, 1672, 1673, 1684, 1690, 1695, 1696, 1702, 1720, 1729, 1731, 1732, 1770, 1801, 1841, 1842, 1845, 1861, 1904, 1905, 1906, 1952, 1956, 1967, 2044, 2071], "some_command": 394, "some_install_dir": 304, "some_softwar": 262, "some_tool": [18, 274], "some_var": 71, "some_vari": 269, "somealia": 394, "somearg": 538, "someclass": 536, "somecompani": 368, "somegroup": 35, "somehash": 2, "somehead": 90, "somehow": [336, 844, 1081], "someinterfac": 559, "somelib": [536, 568], "somelib_deprec": 536, "somelib_deprecated_export": 536, "somelib_deprecated_no_export": 536, "somelib_export": 536, "somelib_no_deprec": 536, "somelib_no_export": 536, "somemoreext": 21, "somemorepath": 21, "somemorestem": 21, "somenam": 71, "someobj": 1081, "somepackag": 263, "somepackage_dir": 263, "somepackageconfig": 263, "someprefix": 263, "somesquishtest": 494, "someth": [16, 18, 20, 58, 90, 120, 263, 268, 269, 274, 362, 368, 369, 370, 480, 563, 1801], "something_found": 1801, "sometim": [23, 249, 262, 263, 370, 382, 569, 730, 792, 908, 1801], "sometool": 2, "somevalu": [538, 1862], "somevar": 728, "somewhat": 538, "somewher": [135, 263, 370, 1081, 1532], "sonam": [7, 77, 116, 274, 447, 1078, 1083, 1169, 1343], "soon": [249, 473, 474, 475, 1348, 1505, 1952], "sophist": 304, "sort": [17, 83, 90, 263, 274, 1322, 1323, 1327, 1346, 1534, 1535], "sorting_prior": [318, 1347], "sound": [371, 1270, 1907], "sourc": [0, 1, 2, 3, 4, 5, 6, 7, 9, 11, 18, 24, 26, 28, 29, 35, 38, 40, 43, 44, 53, 55, 65, 67, 68, 70, 73, 75, 77, 78, 79, 81, 92, 93, 94, 97, 102, 103, 105, 107, 108, 113, 114, 115, 116, 118, 119, 124, 128, 129, 132, 135, 137, 143, 167, 222, 246, 247, 248, 249, 250, 253, 254, 255, 256, 257, 259, 261, 262, 264, 265, 266, 268, 269, 270, 271, 273, 274, 276, 280, 281, 283, 285, 287, 289, 290, 291, 294, 306, 313, 325, 327, 331, 332, 334, 335, 340, 341, 344, 345, 346, 351, 352, 354, 355, 358, 359, 367, 368, 370, 375, 376, 378, 382, 389, 391, 394, 397, 430, 447, 457, 472, 480, 496, 498, 503, 536, 538, 540, 550, 551, 559, 575, 578, 582, 601, 609, 610, 611, 612, 616, 618, 620, 623, 626, 627, 630, 631, 636, 648, 658, 660, 673, 675, 678, 679, 680, 697, 706, 714, 715, 722, 723, 730, 749, 753, 754, 759, 770, 774, 775, 785, 815, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 863, 864, 865, 866, 867, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 925, 928, 945, 946, 950, 952, 954, 955, 957, 960, 974, 977, 979, 980, 981, 982, 987, 988, 990, 991, 992, 1001, 1002, 1003, 1004, 1005, 1012, 1037, 1038, 1039, 1041, 1042, 1047, 1048, 1049, 1050, 1054, 1058, 1070, 1081, 1092, 1104, 1109, 1114, 1115, 1121, 1124, 1125, 1127, 1131, 1136, 1170, 1177, 1214, 1216, 1217, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1231, 1260, 1262, 1263, 1264, 1265, 1277, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1343, 1344, 1345, 1346, 1347, 1348, 1354, 1356, 1404, 1406, 1418, 1429, 1442, 1443, 1462, 1463, 1468, 1469, 1471, 1476, 1484, 1487, 1488, 1497, 1498, 1514, 1555, 1574, 1577, 1593, 1594, 1618, 1698, 1701, 1743, 1770, 1789, 1790, 1792, 1793, 1796, 1797, 1798, 1799, 1824, 1833, 1834, 1836, 1837, 1850, 1859, 1862, 1863, 1865, 1866, 1872, 1903, 1912, 1964, 1967, 2062, 2073], "source1": [61, 306, 473, 474, 475, 550, 551, 1227], "source2": [61, 473, 474, 475, 551, 1227], "source3": 1227, "source4": 1227, "source_bas": 948, "source_date_epoch": [108, 132, 1322, 1347], "source_dir": [9, 18, 119, 120, 282, 283, 327, 368, 370, 636, 710, 720, 1322, 1323, 1343, 1346], "source_dir_checksum": 948, "source_extens": 948, "source_from_": [120, 121], "source_from_cont": [120, 121], "source_from_fil": [120, 121], "source_from_var": [120, 121], "source_group": [267, 273, 785, 787, 789, 790, 1327, 1347, 1348], "source_subdir": [368, 370, 1323, 1327], "sourcedir": [247, 262, 281, 1967], "sourcedirectori": [290, 2020], "sourcedirnam": 281, "sourcefile1": 480, "sourcefile2": 480, "sourcefileextens": 273, "sourceforg": 313, "sourcegroup": 273, "sourcegroupindex": 273, "sourceindex": 273, "sourcelist": [94, 95], "sourcelistnam": 26, "sourcen": [61, 550], "sourceparentdir": 281, "sourcepath": 551, "sources_typ": [120, 121], "sourcesdestnam": 95, "sourcesdestnamesourc": 95, "south": 1329, "sovers": [77, 132, 248, 258, 273, 279, 282, 917, 1017, 1033, 1158, 1159, 1230, 1326, 1337, 1781], "sp": 290, "sp_multi_byt": 456, "space": [2, 8, 24, 51, 83, 90, 99, 108, 117, 129, 136, 138, 139, 142, 167, 274, 277, 287, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 370, 382, 394, 451, 455, 811, 952, 1152, 1258, 1319, 1344, 1345, 1656, 1661, 1681, 1684, 1690, 1720, 1729], "span": [287, 313], "spanish": 137, "sparingli": [1214, 1850], "spars": 382, "spawn": [290, 904], "spdx": [139, 1330], "spec": [108, 142, 265, 281, 287, 290, 897, 1338, 1345, 2015], "speci": [826, 829, 830], "special": [2, 3, 17, 18, 20, 21, 53, 64, 71, 80, 99, 108, 116, 119, 135, 137, 143, 249, 262, 266, 271, 272, 274, 277, 285, 287, 290, 302, 370, 382, 446, 455, 469, 473, 474, 475, 500, 507, 555, 597, 620, 639, 643, 670, 823, 843, 987, 1011, 1165, 1327, 1328, 1330, 1334, 1343, 1344, 1345, 1483, 1834, 2037], "specif": [0, 1, 2, 3, 4, 18, 21, 27, 28, 29, 36, 37, 39, 40, 53, 55, 56, 57, 58, 59, 60, 66, 71, 77, 81, 82, 93, 102, 113, 118, 120, 121, 136, 145, 146, 156, 177, 216, 223, 236, 237, 238, 239, 246, 247, 248, 249, 250, 251, 254, 256, 259, 262, 263, 265, 269, 271, 273, 274, 275, 277, 279, 281, 285, 289, 292, 304, 310, 313, 318, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 349, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 368, 369, 370, 379, 382, 383, 394, 419, 421, 426, 446, 447, 450, 451, 455, 496, 498, 537, 555, 559, 566, 578, 586, 603, 613, 618, 620, 626, 640, 674, 711, 722, 732, 747, 755, 785, 792, 798, 836, 838, 857, 865, 904, 915, 940, 955, 958, 975, 980, 984, 989, 993, 996, 998, 1006, 1008, 1009, 1024, 1037, 1039, 1051, 1052, 1064, 1065, 1067, 1069, 1071, 1073, 1075, 1076, 1077, 1079, 1081, 1082, 1084, 1104, 1121, 1124, 1125, 1126, 1127, 1129, 1135, 1142, 1144, 1146, 1148, 1156, 1161, 1162, 1166, 1167, 1171, 1172, 1174, 1175, 1178, 1179, 1181, 1185, 1204, 1208, 1210, 1214, 1223, 1230, 1251, 1270, 1275, 1318, 1319, 1321, 1322, 1324, 1325, 1326, 1327, 1329, 1330, 1332, 1333, 1334, 1335, 1337, 1339, 1340, 1341, 1343, 1345, 1346, 1347, 1393, 1422, 1445, 1456, 1470, 1513, 1537, 1543, 1544, 1545, 1550, 1562, 1563, 1564, 1590, 1599, 1637, 1661, 1673, 1677, 1684, 1687, 1688, 1689, 1690, 1701, 1703, 1704, 1712, 1720, 1725, 1729, 1738, 1753, 1756, 1757, 1772, 1794, 1801, 1805, 1814, 1831, 1834, 1842, 1845, 1850, 1860, 1868, 1869, 1907, 1910, 1915, 1919, 2080], "specifi": [0, 1, 2, 3, 6, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 80, 81, 82, 83, 87, 88, 89, 90, 92, 93, 98, 99, 100, 102, 103, 105, 107, 108, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 126, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 148, 152, 153, 154, 155, 156, 162, 164, 165, 168, 169, 170, 172, 178, 181, 182, 183, 188, 198, 207, 212, 215, 216, 220, 221, 222, 223, 224, 230, 231, 236, 237, 238, 239, 246, 247, 248, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 263, 265, 266, 268, 269, 271, 273, 274, 275, 276, 277, 278, 279, 280, 281, 283, 285, 287, 289, 290, 292, 299, 304, 308, 310, 313, 318, 327, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 343, 344, 345, 346, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 367, 368, 369, 370, 375, 376, 379, 382, 383, 389, 394, 397, 403, 409, 411, 415, 421, 424, 426, 429, 432, 446, 447, 450, 454, 455, 457, 458, 459, 462, 463, 466, 469, 473, 474, 475, 476, 477, 480, 483, 492, 494, 495, 503, 508, 532, 534, 535, 536, 537, 538, 539, 542, 551, 554, 555, 559, 560, 563, 566, 580, 582, 608, 610, 612, 618, 622, 632, 634, 637, 638, 639, 644, 646, 653, 664, 671, 675, 679, 683, 685, 688, 693, 695, 697, 704, 709, 714, 716, 717, 722, 732, 736, 745, 747, 751, 753, 754, 757, 759, 761, 762, 765, 769, 770, 771, 772, 773, 778, 779, 780, 781, 782, 783, 784, 796, 799, 802, 803, 804, 805, 809, 811, 816, 817, 818, 819, 820, 822, 823, 831, 835, 839, 847, 848, 850, 851, 857, 861, 867, 868, 869, 871, 872, 873, 875, 876, 889, 891, 892, 893, 894, 895, 896, 898, 899, 900, 901, 903, 904, 905, 906, 907, 908, 909, 911, 912, 913, 915, 925, 926, 927, 929, 930, 933, 936, 937, 938, 939, 948, 955, 958, 963, 965, 966, 970, 971, 972, 973, 974, 978, 979, 980, 981, 982, 983, 987, 989, 996, 998, 1004, 1005, 1006, 1008, 1009, 1013, 1016, 1018, 1019, 1020, 1021, 1032, 1038, 1051, 1054, 1057, 1060, 1064, 1066, 1078, 1080, 1087, 1088, 1089, 1090, 1092, 1093, 1094, 1095, 1096, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1109, 1110, 1114, 1115, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1132, 1133, 1134, 1136, 1137, 1138, 1140, 1143, 1144, 1145, 1147, 1149, 1150, 1151, 1152, 1155, 1161, 1162, 1169, 1171, 1172, 1174, 1175, 1184, 1185, 1186, 1187, 1189, 1190, 1193, 1194, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1205, 1206, 1208, 1211, 1213, 1214, 1215, 1216, 1217, 1218, 1223, 1224, 1227, 1228, 1230, 1237, 1244, 1247, 1252, 1253, 1255, 1256, 1258, 1266, 1267, 1271, 1277, 1278, 1281, 1282, 1283, 1284, 1287, 1291, 1300, 1301, 1313, 1315, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1362, 1364, 1365, 1369, 1377, 1379, 1384, 1387, 1388, 1389, 1391, 1419, 1422, 1429, 1432, 1444, 1445, 1450, 1485, 1486, 1489, 1503, 1506, 1520, 1524, 1525, 1526, 1528, 1531, 1532, 1536, 1537, 1554, 1562, 1563, 1564, 1574, 1585, 1589, 1597, 1600, 1602, 1605, 1626, 1633, 1644, 1668, 1669, 1670, 1672, 1673, 1675, 1681, 1682, 1684, 1685, 1686, 1687, 1688, 1690, 1692, 1704, 1707, 1713, 1714, 1715, 1716, 1720, 1721, 1724, 1725, 1726, 1727, 1729, 1738, 1742, 1744, 1746, 1754, 1760, 1770, 1773, 1774, 1781, 1782, 1785, 1786, 1787, 1788, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1803, 1808, 1835, 1836, 1837, 1841, 1843, 1844, 1846, 1847, 1848, 1849, 1850, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1866, 1867, 1868, 1869, 1883, 1889, 1891, 1892, 1893, 1894, 1895, 1896, 1906, 1910, 1918, 1919, 1934, 1946, 1948, 1951, 1958, 1959, 1960, 1961, 1962, 1963, 1965, 1966, 1967, 1968, 1969, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2031, 2032, 2033, 2034, 2035, 2079, 2087], "specifictest": 281, "speed": [118, 310, 368, 370, 1320, 1922], "speedup": 1318, "speex_librari": 489, "spell": 416, "spent": [910, 1341], "sphinx": 1317, "spir": [503, 1328], "spirv": 503, "split": [66, 99, 274, 277, 329, 538, 563, 568, 673, 904, 1322], "spnego": 384, "sporad": [37, 290, 1340], "spuriou": [910, 1718], "sql": [279, 450], "sqlite": [491, 1323], "sqlite3": 491, "sqlite3_found": 491, "sqlite3_include_dir": 491, "sqlite3_librari": 491, "sqlite3_vers": 491, "sqrt": [248, 253, 255, 256, 260], "sqrtlibrari": [250, 253, 254, 255, 256, 257, 260], "sqrttabl": 255, "squar": [90, 248, 249, 253, 256, 257, 538, 1743], "squareroot": 248, "squareroottarget": 248, "squish": [494, 543], "squish_add_test": [494, 543], "squish_client_execut": 494, "squish_client_executable_found": 494, "squish_found": 494, "squish_install_dir": 494, "squish_install_dir_found": 494, "squish_server_execut": 494, "squish_server_executable_found": 494, "squish_v3_add_test": 494, "squish_v4_add_test": 494, "squish_vers": 494, "squish_version_major": 494, "squish_version_minor": 494, "squish_version_patch": 494, "squishrunn": 494, "squishserv": 494, "squishtestnam": 494, "squishtestscript": 278, "src": [77, 107, 142, 266, 273, 277, 285, 287, 293, 357, 368, 370, 447, 472, 559, 1343, 1747, 1760, 1872, 1967], "src1": [3, 102, 248, 447, 538, 1333], "src2": [3, 248, 447, 1333], "src_": 142, "src_ext": [340, 341, 358, 359, 1346], "srcdir": [120, 370], "srcdirvar": 370, "srcfile": [92, 120, 121], "srcs_var": 430, "srp": 384, "srpm": 1346, "srpm_file_nam": 142, "srv": 370, "sse": 17, "sse2": 17, "ssh": 370, "ssl": [55, 384, 457, 1329, 1335, 1345], "ssl2": 376, "ssl_cert_dir": [272, 1335], "ssl_cert_fil": [272, 1335], "sslverifi": 368, "sslversion": 368, "sstream": 548, "stabl": [229, 280, 290, 473, 475, 1324, 1336], "stack": [56, 57, 58, 59, 60, 126, 269, 273, 277, 287, 308, 571, 634, 768, 1290, 1308, 1321, 1323, 1468, 1469, 1775, 1926, 1941], "stacktrace_": 379, "stage": [21, 132, 134, 198, 266, 285, 310, 367, 370, 643, 748, 1320, 1324, 1602, 1846], "stai": [63, 86, 100, 318], "stale": 279, "stall": 368, "stamp": [35, 71, 287, 368, 394, 728], "stamp_dir": [368, 728], "stand": 120, "standalon": [223, 293, 310, 313, 365, 370, 426, 722, 1270, 1322, 1335, 1387, 1564, 1760, 1854, 1892, 1893, 1907], "standard": [24, 52, 55, 56, 57, 58, 59, 60, 70, 76, 99, 120, 132, 134, 135, 232, 248, 250, 256, 261, 263, 266, 270, 273, 274, 279, 280, 281, 285, 287, 289, 368, 370, 375, 382, 396, 397, 421, 425, 440, 441, 442, 446, 451, 455, 457, 466, 473, 474, 475, 482, 483, 495, 535, 537, 547, 548, 555, 559, 627, 633, 638, 680, 688, 709, 791, 794, 989, 996, 997, 998, 1004, 1006, 1007, 1008, 1009, 1010, 1051, 1052, 1053, 1126, 1129, 1130, 1137, 1171, 1172, 1173, 1174, 1175, 1176, 1269, 1319, 1321, 1324, 1325, 1326, 1327, 1329, 1331, 1332, 1336, 1339, 1341, 1343, 1347, 1348, 1388, 1422, 1472, 1521, 1522, 1523, 1549, 1672, 1690, 1700, 1715, 1725, 1729, 1839, 1840, 1843, 1844, 1846, 1848], "standard_lib": 474, "standardus": 257, "start": [5, 7, 16, 18, 20, 21, 25, 31, 35, 36, 37, 41, 42, 55, 62, 63, 83, 86, 89, 90, 107, 108, 114, 116, 119, 132, 136, 137, 138, 142, 143, 176, 189, 218, 248, 259, 261, 262, 264, 265, 271, 273, 274, 276, 277, 281, 287, 289, 304, 310, 368, 370, 379, 383, 447, 473, 475, 494, 543, 551, 559, 577, 638, 646, 654, 657, 675, 676, 681, 682, 684, 732, 740, 811, 830, 904, 910, 945, 948, 958, 1015, 1030, 1148, 1149, 1153, 1206, 1257, 1317, 1318, 1320, 1327, 1329, 1330, 1334, 1339, 1340, 1343, 1399, 1468, 1469, 1532, 1684, 1690, 1720, 1729, 1731, 1819, 1823, 1956, 1982, 1983], "startup": [99, 130, 783, 829, 1243, 1334, 1340, 1345], "stash": 368, "stat": [248, 279], "state": [2, 3, 23, 58, 88, 100, 132, 236, 249, 254, 260, 267, 274, 308, 535, 684, 825, 892, 934, 1435, 1690, 1702, 1729], "stateless": 16, "statement": [86, 256, 270, 546, 948, 958, 1223, 1225, 1226, 1324, 1348], "static": [2, 7, 8, 26, 37, 53, 55, 57, 77, 117, 120, 248, 255, 256, 261, 262, 266, 268, 271, 273, 274, 280, 283, 285, 303, 376, 379, 382, 383, 384, 395, 405, 415, 419, 432, 457, 469, 472, 473, 474, 475, 480, 503, 511, 532, 536, 555, 559, 580, 620, 623, 659, 671, 716, 724, 726, 739, 745, 792, 793, 808, 936, 993, 994, 1004, 1033, 1070, 1072, 1074, 1076, 1092, 1105, 1124, 1128, 1141, 1143, 1145, 1146, 1148, 1149, 1152, 1153, 1154, 1165, 1167, 1177, 1184, 1185, 1186, 1187, 1209, 1210, 1211, 1229, 1243, 1275, 1287, 1319, 1322, 1323, 1324, 1326, 1328, 1334, 1338, 1340, 1341, 1342, 1343, 1344, 1345, 1347, 1348, 1354, 1388, 1391, 1458, 1594, 1623, 1624, 1625, 1653, 1673, 1675, 1680, 1725, 1731, 1732, 1747, 1757, 1800, 1826, 1827, 1828, 1829, 1845, 1863, 1915], "static3": 116, "static_assert": 559, "static_cast": 255, "static_deep_lib": 1092, "static_defin": 536, "static_lib": 1092, "static_lib_1": 1092, "static_lib_2": 1092, "static_librari": [120, 273, 285, 330, 331, 333, 334, 337, 338, 340, 350, 351, 353, 354, 358, 1222, 1863], "static_library_flag": [282, 1141, 1210, 1211], "static_library_flags_": [282, 1209], "static_library_opt": [8, 117, 120, 282, 1141, 1152, 1209, 1210, 1322], "static_link_lib": 1092, "static_vari": 536, "staticlibrari": 1232, "stationari": 1845, "statist": 383, "statu": [10, 17, 18, 55, 62, 77, 90, 266, 279, 287, 296, 297, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 347, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 369, 462, 469, 676, 890, 903, 1015, 1702], "std": [21, 37, 112, 120, 121, 248, 249, 253, 255, 256, 268, 336, 549, 791, 792, 793, 794, 989, 996, 998, 1004, 1006, 1008, 1009, 1051, 1052, 1171, 1172, 1174, 1175, 1318, 1324, 1327, 1336, 1472, 1475], "std_charact": 2, "stdc": 273, "stddef": [118, 362], "stderr": [10, 51, 52, 90, 121, 269, 287, 368, 736, 807, 893, 900, 907, 1317, 1325, 1335, 1509], "stdin": 52, "stdint": 362, "stdio": [361, 900], "stdlib": [270, 359, 473, 474, 475], "stdnoreturn": 359, "stdout": [10, 51, 52, 90, 121, 269, 287, 368, 736, 893, 900, 907, 1317, 1335, 1509], "steer": [289, 310], "stem": 422, "step": [1, 8, 21, 27, 28, 29, 31, 36, 37, 38, 55, 56, 57, 58, 59, 60, 62, 83, 93, 113, 116, 117, 120, 121, 142, 167, 229, 232, 247, 248, 263, 264, 266, 269, 273, 274, 279, 280, 281, 285, 287, 370, 391, 446, 447, 543, 551, 579, 621, 643, 665, 674, 728, 767, 842, 843, 905, 935, 963, 978, 993, 1039, 1060, 1137, 1140, 1141, 1152, 1188, 1206, 1209, 1211, 1317, 1318, 1320, 1323, 1327, 1328, 1329, 1330, 1333, 1334, 1336, 1337, 1339, 1340, 1341, 1342, 1343, 1650, 1651, 1707, 1715, 1734, 1789, 1790, 1792, 1793, 1818, 1820, 1822, 1860, 1922, 1967, 1976, 1977, 2026], "step1": [249, 368], "step11": 250, "step12": 258, "step1_build": 249, "step2": [249, 256, 368], "step2_build": 256, "step3": 254, "step3_build": 254, "step4": 251, "step4_build": 251, "step5": 257, "step5_build": 257, "step7": 253, "step7_build": 253, "step_target": [368, 674], "stick": 277, "sticker": 1331, "still": [2, 3, 10, 14, 21, 38, 40, 55, 58, 90, 100, 110, 118, 121, 132, 142, 176, 223, 230, 233, 234, 235, 240, 241, 242, 243, 244, 248, 250, 254, 256, 263, 268, 274, 279, 281, 285, 287, 290, 368, 369, 370, 394, 469, 472, 480, 483, 506, 538, 561, 577, 613, 618, 620, 621, 653, 670, 723, 728, 758, 791, 792, 793, 794, 840, 890, 896, 900, 904, 907, 908, 913, 1022, 1105, 1139, 1148, 1158, 1159, 1208, 1230, 1277, 1317, 1320, 1324, 1325, 1326, 1329, 1331, 1333, 1337, 1341, 1345, 1346, 1448, 1486, 1490, 1527, 1690, 1729, 1849], "stl": [549, 936, 1388], "stlport": [379, 936, 1388], "stlport4": 1329, "stlport_shar": [936, 1388], "stlport_stat": [936, 1388], "stm8": 1330, "stod": [248, 249], "stop": [19, 21, 22, 37, 55, 56, 57, 58, 59, 60, 62, 83, 90, 98, 132, 142, 274, 281, 287, 290, 368, 473, 474, 475, 534, 543, 570, 618, 680, 725, 909, 1317, 1327], "stop_on_failur": [31, 37, 1327], "stop_tim": [31, 37], "stopgap": 135, "stoponfailur": 281, "storag": [167, 277, 383], "store": [11, 17, 18, 21, 26, 27, 28, 29, 31, 36, 37, 38, 39, 51, 53, 55, 56, 57, 58, 59, 60, 64, 65, 66, 67, 68, 69, 70, 77, 78, 79, 80, 83, 84, 93, 99, 100, 108, 114, 116, 120, 121, 130, 133, 141, 143, 145, 146, 147, 149, 162, 184, 191, 192, 193, 194, 195, 196, 199, 200, 201, 202, 203, 204, 205, 206, 208, 209, 210, 211, 213, 214, 217, 256, 259, 269, 273, 277, 279, 287, 292, 313, 325, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 344, 345, 346, 348, 349, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 365, 367, 368, 370, 379, 396, 446, 447, 469, 501, 534, 538, 544, 545, 551, 555, 650, 656, 662, 719, 866, 867, 1267, 1317, 1324, 1327, 1328, 1331, 1335, 1340, 1426, 1427, 1428, 1490, 1519, 1557, 1558, 1563, 1564, 1656, 1738, 1887], "straightforward": [247, 256, 370], "strang": 573, "strategi": [280, 281, 368, 403, 555, 638, 654, 716, 1149, 1322, 1324, 1330, 1342, 1724, 1725], "stream": [132, 269, 395, 424, 547], "strequal": [18, 21, 71, 266, 274, 370, 614, 1104, 1684, 1690, 1720, 1729], "strgreater": 71, "strgreater_equ": [71, 1346], "strict": [22, 280, 304, 579, 615, 1319, 1409], "strictli": [22, 132, 262, 393], "stride": [31, 37, 281, 290], "string": [1, 2, 8, 14, 15, 17, 18, 20, 21, 22, 24, 36, 37, 40, 52, 53, 55, 56, 57, 58, 59, 60, 65, 66, 67, 71, 76, 77, 83, 86, 89, 90, 93, 99, 100, 102, 113, 116, 117, 122, 132, 133, 134, 138, 142, 143, 148, 188, 236, 248, 251, 257, 262, 265, 266, 267, 269, 271, 273, 277, 279, 280, 281, 282, 287, 290, 292, 293, 297, 304, 310, 313, 318, 319, 325, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 368, 369, 370, 374, 379, 394, 397, 404, 435, 436, 447, 452, 469, 473, 474, 475, 484, 485, 486, 487, 488, 489, 490, 532, 537, 538, 551, 565, 570, 608, 611, 613, 651, 652, 655, 656, 657, 662, 671, 677, 681, 684, 686, 696, 701, 719, 734, 742, 745, 770, 792, 837, 920, 923, 924, 926, 927, 928, 929, 930, 933, 934, 936, 945, 952, 953, 957, 960, 973, 978, 1018, 1060, 1088, 1141, 1152, 1166, 1167, 1209, 1211, 1243, 1270, 1275, 1317, 1318, 1319, 1321, 1324, 1327, 1328, 1329, 1332, 1333, 1334, 1335, 1336, 1339, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1353, 1422, 1432, 1514, 1579, 1586, 1634, 1635, 1638, 1639, 1640, 1645, 1656, 1661, 1695, 1696, 1743, 1745, 1756, 1757, 1873, 1907, 1915, 1975, 1978], "string1": [108, 274], "string2": [108, 274], "string_append": 892, "string_prepend": 892, "string_vari": 108, "stringifi": 559, "strip": [55, 83, 108, 132, 142, 229, 232, 266, 274, 287, 310, 394, 551, 611, 628, 850, 1103, 1147, 1325, 1331, 1835], "strip_from_inc_path": 394, "strip_from_path": 394, "stripfil": 134, "strless": 71, "strless_equ": [71, 1346], "strong": [20, 132, 247, 266], "stronger": 132, "strongli": [63, 77, 84, 86, 116, 368, 370, 473, 474, 475, 555, 792, 1145, 1224], "strstream": 295, "struct": [268, 357, 360, 362, 559], "structur": [22, 55, 77, 107, 142, 273, 274, 281, 285, 368, 386, 967, 1033, 1035, 1197, 1316, 1320, 1347], "strverscmp": [83, 274, 1327, 1535], "stub": [430, 498, 1021, 1064, 1337, 1338], "stuck": 55, "studio": [2, 27, 74, 107, 116, 139, 175, 194, 203, 247, 249, 252, 257, 258, 262, 264, 266, 268, 270, 274, 280, 281, 287, 289, 297, 325, 343, 379, 382, 394, 421, 450, 539, 555, 568, 677, 692, 707, 709, 722, 758, 781, 782, 783, 784, 806, 824, 841, 851, 864, 865, 866, 867, 868, 870, 874, 878, 880, 921, 923, 925, 936, 937, 969, 982, 997, 1007, 1013, 1014, 1018, 1019, 1020, 1023, 1032, 1038, 1039, 1043, 1132, 1133, 1167, 1187, 1195, 1201, 1202, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1242, 1243, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1258, 1259, 1261, 1262, 1263, 1264, 1265, 1266, 1268, 1269, 1270, 1271, 1272, 1274, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1362, 1364, 1388, 1429, 1431, 1438, 1445, 1495, 1496, 1635, 1639, 1668, 1738, 1747, 1755, 1757, 1879, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 2045, 2046, 2047, 2048, 2052, 2053], "stuff": [271, 369], "style": [0, 21, 22, 24, 52, 54, 55, 56, 57, 59, 60, 136, 137, 223, 232, 263, 274, 277, 281, 287, 293, 318, 319, 394, 473, 474, 475, 532, 582, 640, 754, 805, 835, 974, 1018, 1125, 1321, 1331, 1333, 1347, 1521, 1523, 1602], "stylesheet": [136, 438, 1324], "sub": [4, 17, 21, 55, 56, 57, 59, 60, 67, 68, 70, 77, 83, 99, 102, 110, 119, 142, 229, 232, 273, 274, 280, 281, 368, 370, 379, 396, 473, 474, 475, 551, 728, 850, 1042, 1281, 1321, 1323, 1324, 1325, 1327, 1328, 1332, 1334, 1335, 1339, 1341, 1345, 1346, 1760, 1787, 1788, 1791, 1795], "sub_kei": 271, "subbuild": 370, "subbuild_dir": 370, "subbuilddir": 370, "subcommand": [6, 7, 16, 21, 22, 55, 77, 83, 108, 501, 586, 681, 1318, 1319, 1327, 1328, 1329, 1331, 1343, 1346], "subcompon": 318, "subdir": [98, 107, 109, 267, 273, 294, 574, 775], "subdir_depend": [267, 280, 589, 1317], "subdirectori": [6, 9, 11, 23, 55, 56, 57, 59, 60, 77, 101, 110, 119, 134, 141, 178, 220, 221, 229, 231, 232, 248, 249, 255, 256, 257, 258, 261, 266, 273, 277, 282, 289, 294, 304, 367, 370, 411, 494, 612, 637, 651, 652, 676, 677, 686, 696, 701, 717, 758, 765, 770, 809, 937, 938, 982, 1038, 1132, 1133, 1186, 1187, 1201, 1202, 1281, 1322, 1335, 1345, 1346, 1376, 1387, 1429, 1589, 1593, 1785, 1841, 1846], "subexpress": [108, 1741], "subgroup": [107, 108, 134, 1327], "subject": [286, 287, 368, 409, 1131, 1231, 1341, 1346, 1607, 1630, 1632, 1646, 1679, 1680, 1694, 1846], "subkei": 17, "sublim": [275, 1347, 1519, 1833], "sublist": [83, 274, 681, 1321, 1331], "subminor": 379, "submiss": [27, 28, 29, 31, 35, 36, 37, 38, 130, 252, 290, 326, 364, 368, 765, 886, 887, 898, 1323, 1329, 1333, 1339, 1348], "submit": [16, 27, 28, 29, 37, 252, 273, 326, 327, 368, 886, 1327, 1332, 1341, 1342, 1343, 2028, 2029], "submit_url": [36, 290, 1323], "submitinactivitytimeout": [290, 2021], "submiturl": [290, 1323, 2022], "submodul": [280, 290, 368, 657, 1317, 1321, 1325, 1326, 1343, 1345, 1346, 1872], "subninja": [1345, 1760], "subopt": 36, "subprocess": 1257, "subprogram": 376, "subproj": [1787, 1788, 1791, 1795], "subproject": [281, 294, 370, 637, 901, 1319, 1497], "subprojecta": 290, "subprojectb": 290, "subprojectsummari": 281, "subroutin": [339, 358, 376, 534], "subscriber1": 283, "subscriber2": 283, "subsect": [108, 116, 132], "subsequ": [3, 6, 7, 24, 55, 58, 93, 100, 120, 122, 145, 191, 230, 262, 277, 281, 287, 290, 310, 332, 335, 341, 352, 355, 359, 368, 370, 383, 551, 692, 1330, 1341, 1354, 1532, 1604, 1744, 1746], "subset": [36, 55, 58, 77, 266, 274, 304, 382, 454, 503, 894, 895, 896, 976, 1104, 1317, 1342, 1450, 1454, 1473, 1479, 1486, 1522, 1572], "subst": 1320, "substitut": [24, 55, 83, 108, 141, 249, 271, 274, 277, 279, 290, 319, 367, 368, 394, 538, 655, 759, 1012, 1054, 1081, 1104, 1105, 1320, 1333, 1339, 1343, 1465], "substr": 108, "subtitl": 136, "subtl": [370, 564, 583, 1217, 1337], "subvers": [263, 290, 495, 1322, 1618], "subversion_found": 495, "subversion_svn_execut": 495, "subversion_version_svn": 495, "subversion_wc_info": [495, 1322], "subversion_wc_log": 495, "succe": [55, 56, 57, 58, 59, 60, 121, 263, 368, 370, 415, 495, 541, 1490, 1801], "succeed": [287, 290, 382, 559, 1321], "success": [17, 36, 55, 90, 120, 121, 287, 330, 331, 332, 333, 334, 335, 337, 338, 340, 341, 350, 351, 352, 353, 354, 355, 358, 359, 368, 447, 462, 469, 889, 903, 950, 1325, 1347], "successfulli": [58, 85, 269, 271, 368, 375, 397, 483, 489, 534], "suffici": [21, 53, 77, 93, 94, 95, 116, 248, 262, 266, 279, 285, 304, 368, 370, 394, 421, 446, 447, 560, 623, 1139, 1326, 1329, 1342, 1770], "suffix": [22, 56, 57, 58, 59, 60, 71, 132, 142, 230, 266, 271, 273, 274, 280, 282, 283, 285, 287, 367, 379, 426, 446, 447, 473, 475, 476, 480, 534, 538, 603, 639, 702, 948, 987, 1086, 1115, 1156, 1157, 1324, 1326, 1328, 1335, 1339, 1342, 1347, 1348, 1486, 1507, 1508, 1520, 1524, 1526, 1580, 1592, 1612, 1622, 1684, 1689, 1690, 1720, 1728, 1729, 1807, 1810, 1816, 1827], "suffix1": [56, 57, 58, 59, 60], "suffix2": [56, 57, 58, 59, 60], "suggest": [2, 132, 142, 247, 1122, 1336], "suit": [263, 290, 302, 389, 424, 459, 471, 494, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 538, 1348], "suitabl": [20, 21, 114, 248, 262, 264, 279, 289, 368, 383, 394, 451, 536, 559, 622, 750, 760, 775, 967, 1033, 1100, 1165, 1342, 1429, 1760], "suitenam": 494, "sum": [248, 290, 293, 367], "summar": 742, "summari": [27, 29, 37, 90, 100, 134, 139, 142, 281, 287, 369, 551, 898, 901, 1322, 1329], "sun": [376, 541], "sundai": 108, "suno": [274, 1334, 1639, 1684, 1690, 1720, 1729, 1845], "sunperf": 376, "sunpro": [268, 983, 1324, 1329, 1635, 1681, 1684, 1720], "super": 1760, "superbuild": 1343, "superior": [71, 733], "supersed": [4, 55, 66, 77, 78, 79, 80, 247, 290, 297, 377, 436, 511, 591, 593, 680, 713, 758, 837, 977, 1141, 1142, 1209, 1210, 1317, 1320, 1321, 1325, 1326, 1329, 1333, 1335, 1346, 1503, 1506, 1725, 2038, 2041], "supplement": 22, "supplementari": 285, "suppli": [108, 130, 136, 141, 162, 262, 266, 313, 318, 331, 332, 334, 335, 340, 341, 351, 352, 354, 355, 358, 359, 365, 368, 382, 580, 1036, 1344, 1629, 1859, 1967], "support": [0, 1, 2, 3, 7, 8, 10, 16, 17, 18, 21, 23, 43, 46, 47, 48, 49, 50, 53, 55, 57, 58, 64, 67, 71, 77, 89, 93, 94, 95, 102, 104, 108, 112, 115, 116, 117, 118, 119, 120, 121, 129, 132, 133, 134, 135, 136, 137, 139, 142, 143, 148, 156, 159, 167, 189, 220, 221, 222, 223, 224, 231, 236, 237, 238, 239, 247, 248, 249, 259, 261, 262, 263, 265, 266, 269, 271, 273, 274, 275, 276, 277, 279, 280, 281, 285, 287, 289, 290, 294, 296, 298, 299, 302, 304, 308, 310, 318, 326, 327, 330, 333, 337, 338, 343, 347, 349, 350, 353, 356, 358, 362, 364, 366, 367, 368, 370, 373, 374, 378, 382, 383, 384, 391, 394, 396, 407, 415, 419, 421, 422, 424, 426, 429, 430, 433, 435, 440, 443, 446, 447, 451, 453, 454, 455, 456, 457, 469, 472, 473, 474, 475, 483, 492, 497, 500, 507, 532, 533, 536, 538, 539, 542, 546, 547, 548, 549, 551, 555, 559, 560, 563, 565, 587, 590, 602, 603, 617, 629, 643, 647, 664, 666, 670, 677, 680, 687, 689, 691, 698, 699, 701, 705, 706, 707, 715, 724, 728, 729, 731, 733, 740, 754, 784, 791, 794, 823, 824, 826, 827, 828, 829, 830, 831, 835, 836, 837, 838, 845, 852, 870, 902, 911, 912, 936, 948, 955, 958, 963, 964, 969, 974, 976, 987, 989, 993, 996, 997, 998, 999, 1000, 1001, 1003, 1004, 1006, 1007, 1008, 1009, 1010, 1012, 1018, 1022, 1025, 1038, 1041, 1042, 1045, 1046, 1047, 1049, 1050, 1051, 1052, 1053, 1058, 1081, 1083, 1088, 1090, 1093, 1095, 1101, 1111, 1121, 1124, 1125, 1126, 1127, 1129, 1130, 1137, 1138, 1149, 1150, 1152, 1153, 1154, 1155, 1166, 1167, 1169, 1171, 1172, 1173, 1174, 1175, 1176, 1182, 1189, 1190, 1193, 1197, 1208, 1214, 1216, 1223, 1230, 1232, 1254, 1258, 1260, 1267, 1268, 1272, 1275, 1276, 1281, 1282, 1283, 1284, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1388, 1419, 1429, 1449, 1454, 1455, 1460, 1461, 1472, 1473, 1474, 1475, 1477, 1478, 1479, 1480, 1481, 1482, 1501, 1514, 1519, 1521, 1523, 1527, 1562, 1563, 1564, 1572, 1573, 1575, 1576, 1585, 1586, 1605, 1623, 1624, 1625, 1633, 1634, 1638, 1644, 1654, 1684, 1685, 1690, 1691, 1699, 1705, 1706, 1715, 1720, 1721, 1725, 1729, 1730, 1731, 1732, 1738, 1756, 1757, 1760, 1764, 1765, 1766, 1767, 1768, 1769, 1822, 1835, 1850, 1860, 1868, 1891, 1892, 1893, 1894, 1895, 1910, 1915, 1920, 1924], "support_fil": [555, 559], "supported_method": 18, "supportedplatform": [287, 1331], "suppos": [20, 255, 259, 271, 273, 281, 368, 568, 903, 1337, 1535], "suppress": [27, 28, 29, 35, 36, 37, 38, 39, 77, 114, 265, 287, 290, 327, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 367, 379, 538, 551, 563, 697, 916, 1319, 1322, 1328, 1332, 1337, 1344, 1347, 1527], "supsersed": 544, "sure": [2, 55, 116, 118, 133, 137, 143, 248, 249, 266, 271, 274, 304, 336, 382, 415, 457, 556, 577, 651, 652, 655, 677, 696, 701, 717, 843], "surround": [98, 132, 274, 326, 1743], "surviv": 396, "suscept": 58, "sve": 376, "svn": [290, 310, 368, 370, 394, 495, 1618], "svn_password": 368, "svn_repositori": [368, 370], "svn_revis": [368, 370], "svn_trust_cert": 368, "svn_update_opt": 290, "svn_usernam": 368, "svncommand": [290, 2023], "svnoption": [290, 2024], "svnupdateopt": [290, 2025], "swap": 396, "swg": 555, "swift": [43, 93, 217, 280, 717, 861, 862, 1137, 1177, 1214, 1215, 1216, 1217, 1218, 1324, 1339, 1343, 1346, 1715, 1850, 1851, 1852, 1853], "swift_compilation_mod": [282, 717, 1850], "swift_dependencies_fil": [282, 1324], "swift_diagnostics_fil": [282, 1324], "swift_language_vers": 282, "swift_module_directori": [282, 1852], "swift_module_nam": [282, 1324], "swiftc": [272, 1324], "swiftdep": [861, 1215], "swig": [492, 555, 646, 882, 1321, 1322, 1323, 1324, 1327, 1330, 1331, 1332, 1347], "swig_": 492, "swig_add_librari": [492, 555, 1321, 1347], "swig_add_modul": [1321, 1347], "swig_add_source_to_modul": 1347, "swig_compile_definit": 555, "swig_compile_opt": 555, "swig_depend": 555, "swig_dir": 492, "swig_execut": [492, 1327], "swig_flag": 555, "swig_fortran_found": 492, "swig_found": 492, "swig_generated_compile_definit": 555, "swig_generated_compile_opt": 555, "swig_generated_include_directori": 555, "swig_include_directori": 555, "swig_link_librari": 555, "swig_module_": [555, 638], "swig_module_nam": [280, 555, 646, 1318, 1323], "swig_outfile_dir": [555, 1347], "swig_source_file_extens": 555, "swig_support_fil": 555, "swig_support_files_directori": 555, "swig_use_swig_depend": 555, "swig_use_target_include_directori": 555, "swig_vers": 492, "swiglib": 492, "switch": [81, 115, 167, 247, 254, 290, 370, 372, 382, 413, 416, 437, 438, 500, 728, 944, 1153, 1154, 1324, 1328, 1329, 1354, 1398, 1409, 1448, 1490, 1566, 1568, 1731, 1732], "swp": 310, "sy": [360, 362], "syllabl": 1845, "sym": 55, "symbol": [2, 7, 21, 55, 58, 71, 77, 116, 132, 167, 229, 232, 260, 266, 273, 274, 280, 282, 287, 336, 361, 367, 383, 447, 534, 535, 536, 551, 623, 625, 673, 716, 916, 954, 979, 980, 981, 982, 993, 1012, 1021, 1043, 1064, 1131, 1149, 1155, 1166, 1184, 1185, 1186, 1187, 1228, 1231, 1277, 1287, 1320, 1322, 1323, 1325, 1326, 1330, 1331, 1332, 1340, 1343, 1348, 1429, 1442, 1443, 1503, 1506, 1533, 1684, 1690, 1720, 1725, 1729, 1756, 1779, 1780], "symbol_namespac": 534, "symlink": [55, 66, 77, 133, 142, 167, 273, 280, 287, 293, 379, 394, 551, 569, 712, 1064, 1076, 1158, 1159, 1208, 1230, 1323, 1324, 1325, 1328, 1340, 1343, 1345, 1533], "symlink_loc": 142, "symlink_nam": 142, "symlink_or_copi": 167, "symmetr": 1339, "sync": 263, "synccheck": 1328, "synchron": [55, 1329, 1345, 1860], "synonym": [58, 287], "syntact": [21, 55], "syntax": [0, 1, 2, 6, 7, 8, 10, 24, 42, 55, 56, 57, 58, 59, 60, 73, 77, 81, 99, 104, 111, 112, 113, 114, 115, 117, 118, 127, 143, 148, 249, 266, 271, 280, 281, 287, 290, 296, 330, 331, 332, 333, 334, 335, 338, 340, 341, 350, 351, 352, 353, 354, 355, 367, 375, 394, 397, 429, 466, 483, 495, 570, 613, 655, 687, 754, 755, 756, 761, 766, 767, 811, 835, 837, 838, 845, 927, 929, 930, 960, 974, 975, 976, 978, 1022, 1087, 1090, 1094, 1095, 1096, 1100, 1101, 1102, 1103, 1106, 1107, 1108, 1109, 1110, 1138, 1140, 1147, 1152, 1211, 1278, 1323, 1332, 1346, 1355, 1681, 1684, 1690, 1720, 1725, 1729, 1741, 1832, 1919, 2037, 2044], "synthes": 283, "sysconf": 77, "sysconfdir": 535, "sysconfig": [473, 474, 475], "sysconfig_install_dir": 304, "sysroot": [262, 273, 285, 1317, 1320, 1348, 1387, 1835, 1836, 1837], "sysroot_dir": 1846, "system": [0, 2, 7, 9, 10, 11, 14, 16, 21, 22, 24, 27, 52, 53, 55, 56, 57, 58, 59, 60, 66, 73, 77, 80, 90, 99, 100, 114, 116, 120, 122, 123, 132, 134, 135, 138, 141, 142, 143, 167, 225, 247, 248, 249, 251, 252, 259, 261, 262, 263, 265, 266, 270, 271, 273, 274, 275, 276, 277, 280, 281, 282, 283, 285, 287, 290, 292, 293, 307, 310, 313, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 365, 368, 370, 372, 377, 379, 382, 383, 385, 386, 387, 389, 391, 393, 396, 397, 406, 407, 413, 414, 415, 416, 421, 422, 428, 434, 438, 446, 448, 452, 454, 457, 471, 473, 474, 475, 480, 484, 489, 492, 500, 506, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 533, 535, 537, 539, 551, 573, 596, 655, 674, 709, 711, 728, 729, 732, 753, 754, 758, 807, 808, 817, 818, 819, 823, 835, 860, 893, 900, 907, 908, 910, 913, 920, 936, 945, 947, 974, 986, 1021, 1029, 1080, 1090, 1110, 1137, 1149, 1153, 1156, 1158, 1159, 1167, 1170, 1197, 1208, 1219, 1230, 1240, 1317, 1321, 1324, 1325, 1326, 1327, 1328, 1329, 1332, 1333, 1334, 1335, 1337, 1338, 1339, 1340, 1341, 1343, 1345, 1346, 1347, 1348, 1350, 1351, 1353, 1388, 1424, 1429, 1430, 1437, 1449, 1451, 1487, 1517, 1521, 1523, 1525, 1526, 1527, 1529, 1530, 1531, 1539, 1540, 1541, 1542, 1547, 1549, 1550, 1562, 1563, 1564, 1578, 1579, 1581, 1582, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1635, 1639, 1672, 1677, 1701, 1703, 1704, 1715, 1731, 1738, 1757, 1818, 1820, 1834, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1846, 1848, 1860, 1920, 2039, 2040, 2042, 2080, 2081, 2082], "system32": 55, "system_include_dir": 22, "system_library_dir": 22, "systemdr": 1846, "systemvar": 281, "sz": 108, "t": [2, 18, 19, 21, 34, 52, 55, 58, 71, 77, 83, 90, 108, 116, 124, 132, 134, 136, 137, 142, 145, 148, 162, 165, 167, 223, 236, 237, 238, 239, 246, 248, 250, 254, 256, 257, 262, 263, 265, 266, 271, 274, 276, 277, 281, 283, 287, 290, 301, 304, 310, 318, 342, 365, 368, 370, 373, 382, 391, 393, 399, 422, 425, 430, 443, 469, 471, 473, 475, 479, 480, 483, 484, 489, 494, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 535, 554, 559, 576, 640, 644, 675, 688, 721, 728, 729, 730, 734, 785, 904, 915, 944, 946, 949, 950, 1032, 1035, 1080, 1081, 1105, 1177, 1223, 1227, 1267, 1321, 1323, 1324, 1328, 1336, 1341, 1342, 1344, 1345, 1347, 1465, 1490, 1501, 1564, 1742, 1819, 1924, 1953, 2007], "t1": 559, "t1040": 223, "t2": 559, "t3": 559, "tab": [24, 107, 108, 139, 277, 287, 1286, 1319], "tabl": [2, 58, 77, 255, 262, 279, 285, 680, 1564], "tactic": 270, "tag": [35, 139, 142, 290, 325, 368, 370, 379, 394, 551, 864, 865, 1258, 1317, 1319, 1321, 1345, 1347, 1348, 1378], "tagfil": 394, "tagnam": [282, 325, 1319], "tail": [290, 1334, 1985], "tailor": 368, "take": [18, 21, 53, 54, 58, 63, 77, 86, 90, 93, 120, 130, 134, 136, 137, 143, 167, 265, 270, 271, 274, 281, 287, 290, 293, 298, 310, 318, 368, 370, 383, 419, 421, 473, 474, 475, 538, 542, 577, 629, 651, 652, 677, 685, 688, 696, 701, 717, 737, 845, 870, 909, 950, 966, 1024, 1105, 1122, 1150, 1151, 1268, 1287, 1317, 1321, 1322, 1323, 1326, 1338, 1496, 1505, 1527, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1686, 1746, 1758, 1759, 1849, 1887, 1952], "taken": [18, 21, 77, 114, 116, 134, 137, 142, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 266, 274, 310, 368, 411, 469, 476, 477, 536, 651, 652, 663, 677, 696, 701, 717, 948, 1100, 1103, 1143, 1144, 1224, 1287, 1317, 1598, 1854], "tar": [129, 132, 136, 287, 327, 368, 370, 501, 1318, 1323, 1324, 1325, 1327, 1329, 1334, 1340, 1343, 1346], "tarbal": [55, 287, 327, 367, 370, 1318, 1327, 1329], "tarball_compress": [327, 1327], "tarfil": 327, "target": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 17, 18, 20, 21, 22, 24, 27, 40, 43, 54, 55, 56, 57, 58, 59, 60, 67, 68, 69, 71, 73, 74, 79, 80, 81, 82, 93, 94, 95, 102, 103, 104, 107, 111, 112, 113, 114, 115, 117, 118, 119, 120, 121, 124, 129, 136, 137, 138, 139, 143, 167, 172, 177, 207, 220, 221, 222, 224, 230, 231, 232, 236, 237, 238, 239, 247, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 264, 268, 270, 271, 277, 279, 280, 281, 285, 287, 289, 290, 294, 298, 303, 306, 325, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 367, 370, 382, 394, 411, 412, 415, 419, 421, 422, 425, 430, 435, 446, 455, 464, 469, 472, 485, 492, 494, 506, 507, 536, 537, 538, 544, 557, 559, 562, 563, 564, 565, 566, 576, 578, 580, 581, 582, 583, 584, 586, 587, 588, 597, 598, 599, 600, 601, 602, 603, 605, 609, 611, 612, 620, 622, 623, 625, 628, 629, 632, 636, 638, 639, 640, 641, 643, 651, 659, 661, 664, 665, 667, 668, 671, 672, 673, 674, 694, 696, 701, 706, 711, 714, 715, 716, 717, 718, 720, 722, 726, 731, 735, 737, 738, 747, 748, 750, 756, 758, 759, 760, 761, 763, 764, 765, 766, 767, 771, 773, 776, 783, 784, 786, 788, 791, 792, 793, 794, 807, 808, 809, 811, 814, 817, 819, 820, 822, 823, 824, 825, 833, 834, 837, 838, 839, 840, 841, 842, 843, 845, 847, 850, 851, 859, 900, 907, 908, 913, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 950, 952, 953, 954, 955, 957, 958, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1227, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1241, 1243, 1244, 1245, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1267, 1268, 1270, 1271, 1272, 1275, 1276, 1277, 1278, 1281, 1282, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1350, 1351, 1353, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1370, 1371, 1372, 1373, 1374, 1375, 1381, 1382, 1383, 1385, 1386, 1388, 1392, 1393, 1396, 1397, 1398, 1399, 1400, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1419, 1420, 1423, 1424, 1429, 1431, 1434, 1442, 1443, 1444, 1446, 1448, 1449, 1450, 1451, 1453, 1455, 1457, 1458, 1459, 1460, 1461, 1474, 1475, 1476, 1477, 1478, 1480, 1481, 1482, 1484, 1486, 1491, 1492, 1494, 1495, 1496, 1497, 1503, 1506, 1507, 1508, 1512, 1513, 1514, 1515, 1520, 1536, 1551, 1552, 1553, 1555, 1556, 1557, 1559, 1560, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1573, 1574, 1575, 1576, 1580, 1594, 1601, 1604, 1605, 1606, 1608, 1609, 1610, 1611, 1612, 1613, 1615, 1616, 1617, 1626, 1627, 1628, 1632, 1636, 1637, 1644, 1648, 1649, 1654, 1655, 1658, 1661, 1668, 1673, 1675, 1676, 1677, 1678, 1679, 1680, 1684, 1690, 1692, 1697, 1699, 1702, 1705, 1707, 1708, 1709, 1710, 1711, 1712, 1715, 1717, 1718, 1720, 1721, 1722, 1723, 1724, 1725, 1729, 1731, 1732, 1733, 1735, 1736, 1739, 1752, 1753, 1756, 1757, 1760, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1777, 1778, 1779, 1780, 1781, 1784, 1803, 1804, 1805, 1808, 1813, 1814, 1817, 1818, 1819, 1820, 1822, 1823, 1830, 1831, 1834, 1841, 1842, 1845, 1847, 1849, 1850, 1852, 1853, 1855, 1859, 1862, 1863, 1865, 1866, 1867, 1872, 1874, 1875, 1876, 1877, 1878, 1880, 1881, 1882, 1884, 1886, 1887, 1889, 1890, 1904, 1905, 1906, 1907, 1909, 1910, 1911, 1912, 1915, 1916, 1917, 1918, 1919, 1921, 1923, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 2038, 2039, 2040, 2041, 2042, 2043, 2054, 2071, 2080, 2081, 2082], "target1": [102, 306, 368, 447], "target2": [368, 447], "target_": 485, "target_archives_may_be_shared_lib": 282, "target_bundle_content_dir": [274, 672, 1328, 1348], "target_bundle_dir": [274, 672, 1328, 1348], "target_bundle_dir_nam": [274, 672, 1334], "target_compile_definit": [0, 7, 112, 113, 114, 115, 116, 117, 118, 119, 251, 253, 254, 256, 260, 266, 267, 273, 274, 559, 603, 1094, 1320], "target_compile_featur": [111, 113, 114, 115, 116, 117, 118, 119, 254, 266, 267, 268, 559, 791, 792, 793, 794, 1095, 1318, 1320, 1324, 1336], "target_compile_opt": [1, 7, 111, 112, 114, 115, 116, 117, 118, 119, 251, 254, 266, 267, 268, 274, 280, 400, 439, 451, 661, 838, 953, 977, 978, 1096, 1317, 1320, 1321, 1326, 1336, 1656, 1657], "target_cuda_architectur": 382, "target_directori": [67, 68, 102, 103, 1327], "target_exist": [274, 1321], "target_export": 1012, "target_fil": [2, 3, 10, 230, 266, 274, 472, 586, 825, 900, 907, 908, 913, 1014, 1317, 1324], "target_file_base_nam": [274, 1324], "target_file_dir": [274, 672, 1328], "target_file_nam": [274, 672], "target_file_prefix": [274, 1324], "target_file_suffix": [274, 1324], "target_genex_ev": [274, 1321], "target_head": 551, "target_import_fil": [274, 1337], "target_import_file_base_nam": [274, 1337], "target_import_file_dir": [274, 1337], "target_import_file_nam": [274, 1337], "target_import_file_prefix": [274, 1337], "target_import_file_suffix": [274, 1337], "target_include_directori": [7, 24, 73, 111, 112, 113, 115, 116, 117, 118, 119, 248, 249, 250, 251, 254, 255, 256, 266, 267, 268, 273, 274, 279, 1087, 1100, 1110, 1320, 1323, 1330], "target_link_directori": [81, 111, 112, 113, 114, 116, 117, 118, 119, 254, 266, 267, 1102, 1140, 1322], "target_link_librari": [6, 7, 8, 77, 81, 82, 111, 112, 113, 114, 115, 117, 118, 119, 120, 248, 251, 253, 254, 255, 256, 258, 263, 266, 267, 268, 271, 273, 274, 279, 280, 283, 285, 374, 379, 382, 389, 397, 409, 410, 424, 456, 457, 458, 469, 472, 480, 532, 551, 555, 557, 563, 564, 568, 576, 582, 583, 587, 588, 598, 599, 620, 639, 796, 948, 953, 1021, 1092, 1093, 1094, 1095, 1096, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1109, 1110, 1143, 1147, 1148, 1149, 1150, 1151, 1197, 1239, 1317, 1318, 1320, 1321, 1322, 1323, 1325, 1331, 1338, 1347, 1673, 1684, 1690, 1720, 1723, 1725, 1729], "target_link_opt": [7, 8, 111, 112, 113, 114, 115, 116, 118, 119, 120, 254, 266, 267, 274, 349, 451, 1106, 1152, 1322, 1656, 1657, 1681, 1682], "target_linker_fil": [2, 3, 266, 274], "target_linker_file_base_nam": [274, 672, 1324, 1328], "target_linker_file_dir": [274, 672, 1328], "target_linker_file_nam": [274, 672, 1328], "target_linker_file_prefix": [274, 1324], "target_linker_file_suffix": [274, 1324], "target_linker_import_fil": 274, "target_linker_import_file_base_nam": 274, "target_linker_import_file_dir": 274, "target_linker_import_file_nam": 274, "target_linker_import_file_prefix": 274, "target_linker_import_file_suffix": 274, "target_linker_library_fil": 274, "target_linker_library_file_base_nam": 274, "target_linker_library_file_dir": 274, "target_linker_library_file_nam": 274, "target_linker_library_file_prefix": 274, "target_linker_library_file_suffix": 274, "target_messag": [282, 1343], "target_nam": [274, 382, 551, 671, 1229, 1243, 1259], "target_name_if_exist": [274, 1321], "target_object": [7, 266, 274, 280, 611, 1318, 1324, 1331, 1348], "target_pdb_fil": [2, 3, 274], "target_pdb_file_base_nam": [274, 1324], "target_pdb_file_dir": [274, 672, 1328], "target_pdb_file_nam": [274, 672, 1328], "target_polici": [266, 274], "target_precompile_head": [111, 112, 113, 114, 115, 116, 117, 119, 254, 266, 267, 273, 1108, 1190, 1191, 1325], "target_properti": [2, 3, 55, 266, 274, 280, 551, 659, 726, 1093, 1104, 1220, 1221, 1341], "target_runtime_dl": [7, 274, 1088, 1090, 1331, 1337], "target_runtime_dll_dir": [274, 1337], "target_soname_fil": [2, 3, 274], "target_soname_file_dir": [274, 672, 1328], "target_soname_file_nam": [274, 672, 1328], "target_soname_import_fil": 274, "target_soname_import_file_dir": 274, "target_soname_import_file_nam": 274, "target_sourc": [6, 7, 77, 111, 112, 113, 114, 115, 116, 117, 118, 254, 256, 266, 267, 273, 274, 280, 636, 714, 844, 999, 1000, 1001, 1002, 1003, 1045, 1046, 1047, 1048, 1049, 1097, 1098, 1109, 1206, 1223, 1318, 1320, 1322, 1328, 1330, 1333], "target_supports_shared_lib": [282, 724], "targetdir": 136, "targetdirectori": 327, "targetframeworkidentifi": 1904, "targetframeworktargetsvers": 1905, "targetframeworkvers": 1906, "targetid": 273, "targetindex": 273, "targetinstallnamelink": 273, "targetisimportlibrari": 273, "targetnam": [120, 394, 494, 1347], "task": [16, 134, 137, 270, 271, 277, 285, 618, 895, 983, 1119, 1253, 1335, 1635, 1854], "taught": [279, 302, 620, 1320, 1347, 1348], "tbd": [266, 274, 937, 939, 1021, 1064, 1337], "tbz": 327, "tbz2": [129, 368], "tcl": [290, 364, 381, 394, 396, 496, 498, 499, 505, 1324], "tcl80": 496, "tcl84g": 496, "tcl84sgx": 496, "tcl_found": 496, "tcl_include_path": 496, "tcl_librari": 496, "tcl_stub_librari": 498, "tcl_stub_library_debug": 498, "tcl_subst": 394, "tcl_tclsh": [496, 499], "tclsh": [496, 499], "tclsh_found": 499, "tclstub84g": 498, "tclstub84sgx": 498, "tcltk_found": 496, "td": [473, 475], "tdm": [473, 475], "tdmu": [473, 475], "tdu": [473, 475], "team": 285, "tear": 538, "technic": [134, 137, 277, 287, 613, 845, 1319], "techniqu": [254, 263, 266, 882], "technologi": 1347, "tediou": 1258, "tee": 52, "tegra": [382, 383, 921, 923, 925, 936, 1343, 1362, 1364, 1388, 1888], "telephon": 143, "tell": [2, 3, 18, 19, 23, 36, 38, 55, 57, 58, 60, 132, 142, 143, 151, 248, 249, 250, 253, 265, 270, 274, 279, 280, 281, 285, 287, 289, 290, 368, 369, 370, 375, 379, 463, 511, 534, 539, 618, 621, 639, 679, 752, 753, 795, 808, 841, 843, 865, 870, 904, 993, 1018, 1037, 1080, 1103, 1104, 1139, 1147, 1165, 1251, 1268, 1278, 1279, 1280, 1281, 1317, 1318, 1319, 1321, 1322, 1324, 1325, 1326, 1327, 1328, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1345, 1346, 1347, 1348, 1354, 1390, 1500, 1524, 1531, 1533, 1537, 1564, 1585, 1623, 1624, 1625, 1647, 1650, 1651, 1652, 1653, 1690, 1729, 1760, 1761, 1861, 1909, 1910, 1919, 1964], "telnet": 384, "templat": [11, 142, 143, 268, 274, 310, 319, 336, 367, 394, 555, 559, 792, 1161, 1162, 1182, 1317, 1321, 1328, 1333, 1339, 1340, 1345, 1347, 1465], "temporari": [23, 90, 134, 247, 271, 310, 368, 447, 728, 1317, 1718], "temporarili": [280, 349, 370], "tempt": [11, 247], "ten": [253, 255], "ten_job": [811, 1117], "tend": [58, 271, 279], "term": [17, 133, 274, 368, 588, 674, 1912], "termin": [2, 3, 12, 20, 52, 55, 86, 142, 148, 189, 256, 265, 277, 287, 290, 369, 370, 534, 728, 911, 912, 1317, 1322, 1326, 1329, 1331, 1333, 1339, 1343, 1742], "terminologi": 274, "tesla": 382, "test": [6, 7, 10, 18, 26, 31, 35, 36, 40, 44, 57, 67, 70, 71, 100, 102, 105, 120, 121, 122, 125, 132, 185, 186, 187, 188, 189, 197, 229, 232, 248, 249, 250, 253, 259, 261, 263, 266, 268, 269, 273, 277, 279, 280, 285, 287, 292, 302, 304, 306, 308, 326, 340, 341, 347, 358, 359, 362, 364, 367, 370, 379, 389, 392, 410, 415, 419, 446, 447, 472, 480, 494, 507, 534, 538, 541, 543, 547, 548, 549, 551, 577, 597, 604, 616, 621, 624, 626, 627, 670, 674, 697, 698, 705, 718, 738, 765, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 951, 954, 956, 959, 1219, 1222, 1248, 1249, 1286, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1342, 1343, 1345, 1346, 1347, 1348, 1447, 1451, 1452, 1534, 1535, 1738, 1756, 1757, 1820, 1823, 1855, 1861, 1862, 1868, 1873, 1907, 1915, 1921, 1967, 1975, 1978, 1979, 1984, 1985, 2026, 2037], "test1": [102, 290, 306], "test2": 290, "test3": 290, "test4": 290, "test5": 290, "test_": 368, "test_after_instal": 368, "test_arg": 447, "test_before_instal": 368, "test_big_endian": 544, "test_command": [368, 370], "test_ex": 266, "test_exclude_from_main": [368, 674, 1329], "test_filt": [538, 1332], "test_img": 37, "test_include_fil": [282, 538, 1319], "test_launch": [10, 273, 282, 367, 538, 738, 900, 907, 908, 913, 1339, 1342, 1855], "test_list": 538, "test_load": [31, 37, 1343, 2026], "test_nam": 389, "test_prefix": 538, "test_suffix": 538, "test_vari": 125, "testaddit": 389, "testbigendian": [278, 1330], "testcas": [430, 494, 538], "testcxxacceptsflag": 278, "testdb": 895, "testdbwithfoo": 895, "testdriv": 10, "teste": 507, "testfoo": 895, "testforansiforscop": [278, 295], "testforansistreamhead": [278, 295], "testforsstream": 278, "testforstdnamespac": [278, 295], "testgen": 389, "testimag": 37, "testinputdata1": 37, "testinputdata2": 37, "testload": [37, 281, 290, 1343, 2026], "testnam": 494, "testoutputtrunc": [281, 1334], "testpreset": 281, "testsdon": 895, "testsuit": 389, "testwrapp": 494, "texa": [268, 1321, 1324, 1635], "text": [37, 90, 100, 120, 121, 133, 136, 138, 143, 250, 262, 263, 265, 274, 275, 276, 277, 281, 287, 289, 290, 310, 318, 368, 369, 394, 551, 559, 765, 847, 898, 1015, 1021, 1120, 1325, 1330, 1336, 1337, 1347, 1833, 1873], "tfm": [139, 1341], "tftp": 384, "tgt": [223, 248, 266, 274, 279, 287, 480, 593, 603, 633, 664, 952, 957, 960, 987, 996, 1006, 1009, 1050, 1052, 1116, 1172, 1175, 1321, 1348], "tgt1": 230, "tgt2": 230, "tgt3": 230, "tgt4": 230, "tgtname": [248, 279], "tgz": [129, 259, 263, 281, 310, 313, 327, 368, 1953], "th": [20, 108], "than": [2, 3, 5, 8, 16, 17, 18, 19, 20, 21, 22, 23, 24, 35, 40, 52, 53, 55, 56, 57, 58, 59, 60, 62, 63, 71, 74, 77, 81, 83, 86, 90, 93, 108, 117, 118, 120, 121, 132, 134, 135, 137, 141, 142, 143, 148, 167, 230, 247, 256, 262, 263, 268, 271, 273, 274, 277, 280, 281, 283, 287, 290, 304, 313, 327, 365, 368, 370, 379, 382, 394, 440, 441, 442, 450, 457, 469, 473, 474, 475, 535, 538, 559, 560, 582, 585, 602, 610, 618, 639, 640, 647, 648, 658, 676, 695, 717, 726, 728, 729, 735, 737, 739, 747, 851, 881, 894, 896, 909, 911, 941, 948, 999, 1000, 1001, 1003, 1021, 1029, 1045, 1046, 1047, 1049, 1080, 1081, 1103, 1129, 1130, 1137, 1138, 1145, 1147, 1152, 1170, 1217, 1223, 1243, 1318, 1319, 1322, 1323, 1324, 1326, 1328, 1329, 1330, 1334, 1336, 1337, 1339, 1340, 1341, 1342, 1344, 1347, 1348, 1434, 1448, 1520, 1562, 1684, 1690, 1702, 1718, 1720, 1729, 1738, 1743, 1762, 1770, 1772, 1773, 1774, 1841, 1842, 1849, 1873, 2055], "thehead": 512, "thei": [0, 2, 3, 5, 6, 7, 8, 16, 18, 19, 20, 22, 23, 24, 35, 37, 53, 55, 58, 63, 71, 73, 76, 77, 83, 86, 89, 90, 93, 99, 100, 103, 104, 114, 116, 117, 118, 119, 126, 132, 136, 137, 138, 142, 145, 147, 167, 192, 195, 199, 213, 217, 225, 226, 230, 236, 237, 238, 239, 247, 248, 251, 253, 254, 256, 259, 262, 263, 265, 266, 269, 270, 271, 273, 274, 277, 278, 279, 281, 283, 285, 286, 287, 290, 292, 298, 304, 308, 310, 313, 327, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 367, 368, 369, 370, 376, 379, 393, 394, 396, 431, 446, 463, 478, 480, 496, 535, 536, 551, 554, 555, 559, 560, 563, 572, 577, 580, 585, 587, 601, 614, 620, 625, 627, 640, 642, 651, 652, 674, 675, 676, 688, 696, 701, 705, 708, 714, 716, 717, 722, 726, 728, 737, 739, 740, 754, 761, 835, 843, 857, 858, 889, 895, 898, 904, 905, 917, 948, 963, 974, 993, 1001, 1003, 1012, 1018, 1021, 1029, 1030, 1036, 1047, 1049, 1068, 1080, 1092, 1104, 1107, 1111, 1177, 1184, 1185, 1186, 1187, 1189, 1193, 1228, 1281, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1329, 1330, 1331, 1334, 1336, 1337, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1347, 1348, 1360, 1396, 1400, 1449, 1458, 1503, 1506, 1529, 1530, 1547, 1550, 1564, 1570, 1599, 1629, 1656, 1657, 1673, 1675, 1684, 1690, 1717, 1720, 1723, 1725, 1729, 1744, 1746, 1756, 1757, 1770, 1772, 1773, 1774, 1777, 1778, 1801, 1808, 1828, 1829, 1841, 1842, 1846, 1850, 1855, 1865, 1866, 1867, 1872, 1884, 1886, 1907, 1909, 1915, 2041], "them": [2, 7, 18, 20, 21, 22, 29, 53, 55, 58, 71, 73, 77, 84, 86, 102, 103, 108, 110, 115, 116, 118, 119, 121, 132, 135, 136, 137, 143, 247, 248, 252, 253, 262, 263, 266, 268, 270, 271, 273, 274, 275, 276, 279, 280, 281, 283, 286, 287, 289, 290, 292, 293, 304, 310, 326, 365, 367, 368, 370, 389, 394, 396, 398, 446, 454, 469, 473, 474, 475, 480, 483, 500, 532, 534, 539, 551, 559, 563, 574, 597, 608, 618, 620, 630, 632, 633, 643, 674, 675, 678, 679, 683, 705, 708, 710, 711, 720, 723, 724, 726, 737, 740, 775, 809, 894, 896, 912, 915, 1029, 1080, 1081, 1092, 1121, 1124, 1125, 1127, 1170, 1177, 1184, 1185, 1186, 1187, 1318, 1319, 1320, 1321, 1322, 1324, 1325, 1326, 1327, 1329, 1336, 1340, 1341, 1527, 1531, 1684, 1720, 1754], "theme": 141, "themselv": [58, 77, 81, 114, 115, 236, 237, 238, 239, 274, 280, 310, 370, 598, 608, 659, 895, 1100, 1281, 1317, 1329, 1348, 1668, 1742], "theoret": [454, 1333], "thereaft": 93, "therebi": [368, 394], "therefor": [18, 20, 24, 55, 56, 57, 58, 59, 60, 67, 68, 71, 77, 83, 98, 102, 103, 116, 142, 143, 236, 247, 266, 273, 274, 277, 286, 287, 290, 299, 313, 368, 370, 446, 462, 585, 607, 618, 649, 650, 680, 689, 761, 775, 785, 850, 895, 945, 950, 955, 1050, 1063, 1104, 1110, 1156, 1169, 1223, 1324, 1325, 1347, 1448, 1468, 1469, 1527, 1656, 1661, 1794, 1860, 1872], "therein": [55, 716], "thereof": 446, "thi": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 35, 36, 37, 40, 43, 44, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 83, 84, 85, 86, 88, 90, 92, 93, 94, 95, 96, 98, 99, 100, 102, 105, 107, 108, 109, 110, 111, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 126, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 220, 221, 222, 223, 224, 225, 226, 230, 231, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 262, 263, 264, 265, 266, 268, 269, 270, 271, 272, 273, 274, 276, 277, 279, 280, 281, 283, 285, 286, 287, 289, 290, 291, 292, 293, 294, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 313, 318, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 386, 387, 388, 389, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 409, 410, 411, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 432, 433, 434, 436, 437, 438, 439, 440, 441, 442, 444, 445, 446, 447, 448, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 550, 551, 552, 553, 554, 555, 556, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 780, 781, 782, 783, 784, 786, 787, 788, 789, 790, 791, 792, 793, 794, 796, 797, 798, 799, 800, 805, 807, 808, 809, 811, 814, 815, 816, 817, 818, 819, 820, 821, 822, 824, 825, 826, 827, 828, 829, 830, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 850, 851, 852, 857, 858, 859, 860, 861, 862, 863, 865, 867, 868, 869, 870, 871, 872, 876, 882, 883, 884, 885, 886, 888, 889, 891, 892, 893, 895, 897, 900, 901, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 944, 946, 947, 948, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 969, 970, 971, 972, 973, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 989, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1042, 1043, 1044, 1045, 1046, 1047, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1057, 1059, 1060, 1061, 1063, 1064, 1066, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1078, 1080, 1081, 1082, 1083, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1121, 1122, 1123, 1124, 1125, 1127, 1128, 1129, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1190, 1194, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1209, 1210, 1211, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1222, 1223, 1224, 1227, 1228, 1229, 1231, 1232, 1233, 1234, 1235, 1236, 1239, 1243, 1244, 1248, 1249, 1250, 1254, 1255, 1257, 1258, 1260, 1267, 1270, 1271, 1272, 1273, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1283, 1285, 1286, 1287, 1288, 1289, 1290, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1352, 1353, 1354, 1356, 1357, 1358, 1359, 1360, 1362, 1364, 1365, 1369, 1376, 1377, 1378, 1379, 1380, 1384, 1387, 1388, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1398, 1399, 1400, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1432, 1433, 1434, 1435, 1437, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1456, 1457, 1458, 1459, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1475, 1476, 1479, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1492, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1509, 1512, 1513, 1514, 1515, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1529, 1530, 1531, 1532, 1533, 1534, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1566, 1568, 1570, 1571, 1572, 1577, 1579, 1580, 1583, 1584, 1585, 1586, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1598, 1600, 1602, 1603, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1680, 1681, 1682, 1684, 1685, 1686, 1687, 1688, 1690, 1691, 1693, 1694, 1695, 1696, 1697, 1698, 1701, 1702, 1703, 1704, 1706, 1707, 1709, 1710, 1711, 1712, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1738, 1739, 1742, 1744, 1745, 1746, 1747, 1752, 1753, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1770, 1772, 1773, 1774, 1775, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1804, 1805, 1806, 1808, 1809, 1810, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1963, 1965, 1967, 1975, 1976, 1977, 1978, 2010, 2015, 2016, 2026, 2038, 2041, 2043, 2054, 2055, 2056, 2058, 2062, 2068, 2069, 2070, 2071, 2072, 2073, 2079, 2087], "thin": [420, 502, 1318], "thing": [16, 18, 19, 74, 81, 90, 115, 254, 263, 271, 273, 274, 370, 382, 484, 538, 857, 884, 1004, 1104, 1278, 1281, 1794, 1859, 1919], "thing_ut": 263, "thingnam": 263, "thingunittest": 263, "think": 382, "third": [86, 124, 262, 263, 264, 268, 273, 278, 287, 344, 345, 446, 463, 473, 474, 475, 637, 680, 686, 798, 1317, 1776, 1782, 1787, 1788, 1791, 1795, 1873, 2066, 2077], "this_is_not_valid": 1832, "thisto": 285, "those": [1, 2, 3, 7, 8, 10, 18, 20, 22, 31, 55, 56, 57, 58, 59, 60, 73, 77, 81, 90, 93, 113, 114, 115, 117, 119, 120, 129, 135, 137, 142, 150, 161, 166, 173, 178, 179, 212, 229, 248, 251, 252, 253, 262, 263, 266, 269, 271, 273, 274, 277, 279, 280, 281, 285, 290, 303, 304, 310, 313, 367, 368, 369, 370, 394, 447, 478, 480, 536, 551, 555, 572, 577, 607, 620, 626, 642, 655, 674, 678, 680, 683, 697, 698, 714, 716, 722, 728, 744, 758, 776, 779, 825, 889, 890, 891, 904, 978, 1029, 1032, 1057, 1064, 1065, 1067, 1069, 1071, 1073, 1076, 1077, 1079, 1082, 1084, 1089, 1092, 1100, 1104, 1110, 1121, 1124, 1125, 1127, 1149, 1170, 1228, 1255, 1258, 1270, 1277, 1286, 1287, 1291, 1300, 1313, 1322, 1323, 1324, 1325, 1326, 1328, 1329, 1332, 1333, 1334, 1336, 1338, 1341, 1347, 1354, 1356, 1465, 1556, 1564, 1656, 1657, 1690, 1725, 1729, 1746, 1758, 1759, 1907, 1912, 1934, 2055], "thost": 262, "though": [18, 19, 71, 75, 102, 142, 254, 262, 263, 266, 274, 277, 281, 283, 285, 290, 368, 370, 471, 534, 538, 559, 563, 618, 673, 674, 695, 735, 840, 890, 904, 1177, 1317, 1329, 1330, 1339, 1347, 1401, 1690, 1729, 1738], "thousand": 569, "thread": [129, 310, 376, 379, 383, 410, 459, 473, 475, 500, 792, 945, 1167, 1275, 1294, 1305, 1309, 1310, 1330, 1331, 1341, 1757, 1853, 1915, 1928, 1938, 1942, 1943], "thread_loc": [559, 1329], "threads_found": 500, "threads_prefer_pthread_flag": 500, "threadsanit": [1318, 2009], "threadx": 223, "three": [2, 17, 21, 24, 55, 62, 230, 249, 266, 268, 277, 290, 304, 308, 370, 398, 659, 825, 1092, 1317, 1328, 1435, 1584, 1690, 1729, 1745, 1873], "threshold": [31, 37, 290, 383, 1343], "through": [15, 18, 23, 43, 52, 55, 56, 57, 58, 59, 63, 65, 67, 68, 70, 77, 86, 93, 98, 100, 102, 103, 105, 108, 116, 120, 129, 133, 134, 135, 139, 142, 167, 170, 172, 220, 221, 222, 223, 230, 231, 232, 248, 249, 251, 253, 254, 256, 257, 262, 263, 265, 266, 271, 273, 278, 279, 280, 281, 287, 289, 290, 310, 365, 367, 368, 370, 382, 421, 446, 447, 455, 469, 473, 474, 475, 483, 535, 538, 551, 569, 592, 619, 620, 668, 680, 697, 717, 728, 736, 742, 798, 964, 1145, 1148, 1177, 1223, 1287, 1317, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1331, 1332, 1334, 1335, 1337, 1338, 1339, 1340, 1344, 1345, 1346, 1347, 1451, 1487, 1707, 1741, 1864, 1873], "throughout": [77, 249, 263, 274, 290, 368, 370, 651, 652, 677, 696, 701, 717, 1320, 1435], "throw": 640, "thrown": 134, "thu": [18, 55, 132, 139, 142, 277, 362, 454, 639, 680, 716, 941, 1317, 1334], "thumb": [285, 1366], "ti": [167, 250, 268, 446, 983, 1320, 1339, 1635], "ticlang": [268, 1339, 1635], "tidi": [1121, 1122, 1336, 1345, 1627, 1628], "tie": 71, "tiff": [497, 532, 1344], "tiff_found": 497, "tiff_include_dir": 497, "tiff_librari": 497, "tiff_library_debug": 497, "tiff_library_releas": 497, "tiffxx": [497, 1328], "tiffxx_library_debug": 497, "tiffxx_library_releas": 497, "tiga": 62, "tild": [21, 71, 132, 1331], "time": [2, 3, 10, 16, 18, 31, 34, 35, 36, 37, 52, 55, 56, 57, 58, 59, 60, 71, 77, 81, 83, 90, 93, 108, 110, 115, 119, 120, 132, 137, 142, 146, 149, 167, 184, 193, 196, 200, 202, 205, 209, 211, 214, 247, 248, 252, 255, 256, 263, 264, 266, 268, 269, 270, 273, 274, 279, 280, 281, 283, 285, 287, 290, 292, 293, 304, 308, 310, 313, 356, 365, 367, 368, 369, 370, 382, 394, 469, 472, 473, 474, 475, 480, 532, 535, 538, 551, 563, 568, 573, 584, 586, 587, 589, 593, 611, 620, 640, 643, 647, 671, 676, 692, 695, 714, 716, 729, 785, 811, 820, 839, 888, 901, 909, 910, 944, 946, 948, 955, 958, 971, 972, 993, 1005, 1040, 1050, 1068, 1081, 1082, 1088, 1113, 1122, 1136, 1148, 1150, 1151, 1156, 1169, 1177, 1182, 1206, 1257, 1258, 1286, 1317, 1318, 1319, 1320, 1322, 1323, 1325, 1326, 1327, 1328, 1329, 1331, 1332, 1334, 1335, 1336, 1340, 1341, 1344, 1346, 1347, 1348, 1429, 1448, 1512, 1513, 1532, 1629, 1658, 1661, 1684, 1720, 1738, 1752, 1753, 1794, 1813, 1814, 1822, 1830, 1831, 1845, 1846, 1914, 1951, 1957], "time1": 34, "time2": 34, "time_infrastructure_": 482, "timeout": [37, 52, 55, 281, 282, 290, 367, 368, 447, 538, 893, 900, 907, 908, 910, 912, 913, 1319, 1326, 1333, 1337, 1345, 2027], "timeout_after_match": [282, 909, 912, 1345], "timeout_signal_grace_period": [282, 912, 1337], "timeout_signal_nam": [282, 909, 910, 911, 1337], "timestamp": [24, 55, 108, 132, 280, 287, 368, 618, 695, 1319, 1332, 1333, 1334, 1336, 1337, 1340, 1345, 1346, 1347], "timev": 360, "timezon": 290, "tini": 1635, "tinycc": 1635, "titl": [136, 138, 139, 313, 369, 551, 1326, 1346, 1348], "tk": [496, 498], "tk80": 496, "tk_found": 496, "tk_include_path": 496, "tk_internal_path": 496, "tk_librari": 496, "tk_stub_librari": 498, "tk_stub_library_debug": 498, "tk_wish": [496, 505], "tl": [55, 287, 290, 368, 384, 1329, 1335, 1341, 1342, 1345, 1857, 1858, 2029], "tls_cainfo": [55, 368, 1327, 1856], "tls_verifi": [55, 181, 368, 1327, 1345, 1857], "tls_version": [55, 182, 368, 1341, 1858], "tlsverifi": [290, 1341, 2028], "tlsversion": [290, 1341, 2029], "tm": [473, 475], "tmp": [262, 368], "tmp_dir": [368, 728], "tmu": [473, 475], "to_cmake_path": 55, "to_cmake_path_list": [21, 55], "to_native_path": [55, 394], "to_native_path_list": [21, 55], "todai": 264, "todo": [249, 251, 252, 253, 254, 256, 257], "togeth": [26, 37, 108, 114, 248, 249, 261, 266, 269, 273, 274, 279, 283, 290, 313, 346, 367, 534, 586, 651, 652, 677, 696, 717, 895, 948, 955, 958, 1223, 1227, 1690, 1729, 2010], "toggl": [138, 142, 256, 262, 280, 1333, 1334, 1950, 1953, 1956], "token": [36, 55, 143, 290, 368, 375, 397, 964, 1340, 1681, 1832], "told": [73, 114, 271, 367, 560, 883, 885, 1285, 1288], "toler": [37, 290, 618, 690, 904, 1318, 1319, 1335], "tolow": [83, 108, 266, 274], "tomorrow": 290, "too": [18, 23, 43, 56, 57, 58, 59, 60, 77, 93, 116, 137, 248, 262, 264, 266, 280, 287, 290, 302, 304, 329, 362, 383, 559, 616, 626, 659, 680, 843, 912, 1063, 1092, 1224, 1318, 1328, 1338, 1343, 1862, 1868], "took": 134, "tool": [2, 3, 8, 10, 14, 18, 27, 28, 29, 31, 55, 77, 90, 94, 95, 106, 111, 117, 132, 135, 137, 140, 142, 152, 176, 198, 218, 225, 226, 229, 236, 237, 238, 239, 240, 241, 242, 243, 247, 249, 251, 253, 254, 255, 256, 257, 263, 265, 269, 270, 271, 273, 274, 276, 277, 279, 281, 282, 285, 289, 290, 293, 294, 326, 366, 368, 369, 370, 382, 383, 394, 398, 399, 403, 411, 415, 423, 424, 425, 429, 437, 447, 479, 503, 504, 507, 537, 539, 551, 555, 562, 565, 568, 592, 618, 621, 693, 705, 722, 728, 754, 832, 835, 843, 857, 871, 872, 876, 880, 932, 937, 939, 953, 974, 1043, 1044, 1058, 1092, 1121, 1122, 1123, 1124, 1125, 1127, 1128, 1152, 1245, 1257, 1270, 1277, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1338, 1340, 1343, 1344, 1345, 1346, 1347, 1348, 1391, 1429, 1499, 1514, 1562, 1564, 1602, 1618, 1619, 1633, 1681, 1684, 1690, 1706, 1707, 1720, 1729, 1738, 1770, 1800, 1895, 1907, 1951], "toolbar": 133, "toolchain": [16, 93, 116, 120, 146, 149, 184, 193, 196, 200, 202, 205, 209, 211, 214, 246, 262, 264, 265, 266, 269, 270, 281, 287, 302, 368, 370, 473, 474, 475, 550, 591, 627, 688, 697, 698, 702, 709, 1089, 1090, 1137, 1148, 1317, 1318, 1319, 1323, 1328, 1329, 1330, 1331, 1332, 1334, 1339, 1342, 1345, 1346, 1347, 1348, 1362, 1378, 1379, 1387, 1422, 1448, 1472, 1512, 1513, 1562, 1563, 1564, 1585, 1604, 1620, 1621, 1622, 1629, 1633, 1644, 1656, 1658, 1661, 1668, 1673, 1675, 1684, 1690, 1701, 1703, 1704, 1707, 1715, 1720, 1729, 1752, 1753, 1772, 1773, 1774, 1794, 1813, 1814, 1830, 1831, 1835, 1836, 1837, 1841, 1842, 1845, 1846, 1854, 1859, 1861, 1862, 1863, 1880, 1891, 1895, 1912, 1918, 2054], "toolchain_arm": 370, "toolchainfil": 281, "toolchains_1": 370, "toolkit": [382, 383, 391, 393, 398, 406, 434, 480, 532, 1326, 1327, 1328, 1330, 1333, 1347, 1462, 1564, 1892, 1893], "tools_found": 503, "tools_librari": 503, "toolset": [120, 233, 234, 235, 244, 262, 265, 270, 281, 287, 290, 368, 969, 1260, 1321, 1322, 1323, 1327, 1328, 1335, 1338, 1341, 1344, 1345, 1347, 1348, 1635, 1738, 1854, 1891, 1892, 1920, 1924, 2045, 2046, 2047, 2048, 2052, 2053, 2055, 2056], "toolsetsupport": 287, "top": [5, 16, 18, 19, 22, 23, 25, 27, 28, 29, 35, 37, 40, 43, 54, 58, 65, 67, 68, 70, 77, 93, 98, 102, 103, 105, 110, 134, 137, 138, 139, 143, 220, 221, 222, 224, 231, 248, 249, 250, 251, 252, 254, 255, 256, 257, 258, 259, 260, 265, 271, 273, 277, 281, 285, 287, 294, 303, 304, 310, 326, 327, 364, 368, 370, 376, 382, 473, 474, 475, 537, 551, 560, 569, 618, 651, 652, 677, 696, 701, 703, 706, 709, 717, 770, 783, 796, 824, 1032, 1164, 1177, 1229, 1281, 1323, 1325, 1329, 1331, 1336, 1337, 1354, 1418, 1434, 1562, 1577, 1743, 1754, 1760, 1775, 1787, 1788, 1791, 1795, 1796, 1797, 1798, 1799, 1824, 1833, 1834, 1950, 1953, 2018, 2058, 2061, 2062, 2069, 2070, 2071, 2072], "top_build_dir": 22, "topic": [58, 77, 261, 263, 287, 290, 370, 948, 1422, 1445], "toplevel": 503, "topmost": 1922, "total": [17, 26, 55, 230, 290, 890, 904, 944, 946], "total_physical_memori": 17, "total_virtual_memori": 17, "touch": [55, 287, 618, 1321, 1334], "touch_nocr": [55, 287, 1321], "toupper": [83, 108, 274], "toward": 77, "tpng": 303, "tr": 283, "tr2i18n": 283, "trace": [76, 90, 132, 142, 281, 287, 289, 434, 446, 730, 1318, 1320, 1324, 1325, 1326, 1334, 1336, 1343, 1346, 1484, 1743, 1783], "traceabl": 368, "tracef": 434, "tracelog": 434, "track": [35, 281, 283, 287, 290, 368, 555, 728, 743, 1116, 1329, 1340], "trad": [1331, 1635], "tradit": [271, 447, 473, 474, 475, 620, 716, 1331], "tradition": 271, "trail": [14, 21, 66, 71, 77, 83, 108, 142, 274, 280, 367, 564, 1335, 1760], "trampolin": 376, "transact": [142, 1327], "transfer": [24, 86, 1320, 1346], "transform": [83, 108, 132, 280, 368, 383, 438, 509, 676, 737, 759, 781, 782, 1054, 1317, 1321, 1330, 1337, 1344, 1681], "transformdb": 421, "transit": [2, 5, 53, 77, 114, 116, 143, 254, 268, 274, 280, 283, 593, 659, 726, 1072, 1092, 1100, 1103, 1104, 1105, 1143, 1147, 1149, 1220, 1221, 1317, 1322, 1326, 1337, 1339, 1340, 1341], "transitive_compile_properti": [266, 274, 282, 1221, 1341], "transitive_link_properti": [266, 274, 282, 1220, 1341], "translat": [133, 270, 283, 318, 411, 473, 474, 475, 480, 680, 737, 1137, 1228, 1347, 1514, 1515, 1681, 1715], "transmiss": 367, "transpar": [139, 263, 266], "transport": 413, "travers": [55, 110], "treat": [2, 18, 21, 22, 24, 35, 52, 55, 58, 65, 67, 68, 70, 71, 77, 83, 100, 102, 103, 105, 108, 111, 116, 118, 119, 120, 137, 142, 248, 262, 263, 265, 266, 274, 277, 280, 287, 290, 368, 370, 382, 394, 551, 559, 570, 572, 574, 575, 618, 619, 630, 631, 660, 679, 681, 703, 710, 723, 735, 824, 858, 894, 896, 983, 993, 997, 1002, 1007, 1010, 1041, 1048, 1053, 1066, 1080, 1104, 1105, 1114, 1130, 1170, 1173, 1176, 1206, 1213, 1220, 1221, 1317, 1318, 1319, 1324, 1325, 1328, 1331, 1333, 1334, 1335, 1336, 1337, 1347, 1348, 1422, 1444, 1445, 1672], "tree": [2, 3, 6, 7, 22, 24, 26, 28, 35, 37, 38, 53, 54, 55, 58, 77, 78, 84, 107, 114, 124, 138, 144, 146, 149, 153, 155, 158, 159, 160, 180, 183, 184, 193, 196, 198, 200, 202, 205, 209, 211, 214, 220, 221, 222, 224, 229, 231, 232, 247, 249, 250, 259, 261, 262, 265, 266, 269, 273, 275, 276, 277, 287, 290, 304, 310, 318, 327, 367, 368, 369, 370, 379, 389, 394, 410, 480, 496, 573, 593, 618, 620, 628, 637, 648, 650, 651, 652, 658, 677, 696, 701, 717, 822, 912, 963, 964, 965, 966, 1088, 1090, 1100, 1101, 1205, 1260, 1278, 1317, 1320, 1322, 1323, 1324, 1325, 1328, 1329, 1330, 1333, 1334, 1336, 1337, 1340, 1345, 1346, 1347, 1348, 1418, 1419, 1422, 1423, 1424, 1425, 1429, 1445, 1463, 1497, 1512, 1513, 1519, 1562, 1563, 1564, 1577, 1585, 1593, 1602, 1603, 1629, 1658, 1661, 1673, 1743, 1752, 1753, 1762, 1772, 1773, 1774, 1803, 1813, 1814, 1818, 1820, 1822, 1824, 1830, 1831, 1833, 1845, 1849, 1859, 1871, 1955, 1956, 1967, 2071], "tri": [17, 55, 135, 137, 293, 368, 370, 376, 379, 432, 450, 733, 1063, 1318, 1333, 1409, 1432, 1501, 1526, 1531, 1956], "tricor": [1335, 1854], "trigger": [27, 262, 279, 368, 681, 943, 1148, 1330, 1397, 1952, 1957], "trigger_sit": 290, "triggersit": 290, "trim": [138, 1330], "tripl": [285, 1317], "triplet": 447, "trivial": [4, 247, 266, 565, 1318, 1322], "tru64": 1845, "true": [2, 3, 6, 7, 9, 10, 12, 18, 20, 21, 22, 53, 55, 56, 57, 58, 59, 60, 71, 75, 77, 86, 90, 108, 119, 120, 121, 125, 127, 132, 134, 139, 141, 142, 143, 148, 167, 187, 189, 229, 248, 249, 251, 252, 253, 254, 260, 266, 269, 271, 273, 274, 277, 279, 280, 281, 285, 287, 296, 301, 303, 310, 313, 318, 325, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 343, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 365, 368, 370, 371, 374, 375, 379, 382, 384, 385, 387, 388, 389, 393, 394, 395, 396, 397, 398, 400, 401, 403, 405, 406, 407, 409, 411, 412, 415, 418, 419, 421, 423, 424, 425, 426, 429, 430, 434, 435, 436, 437, 439, 446, 447, 450, 453, 454, 455, 456, 457, 462, 464, 465, 466, 469, 470, 472, 473, 474, 475, 478, 479, 480, 483, 491, 492, 495, 497, 499, 500, 503, 504, 506, 507, 508, 509, 510, 511, 532, 533, 537, 539, 551, 555, 572, 614, 625, 629, 643, 721, 722, 728, 730, 741, 752, 758, 776, 784, 805, 806, 810, 815, 821, 840, 857, 859, 860, 871, 872, 882, 890, 902, 913, 917, 919, 925, 932, 964, 967, 1021, 1022, 1023, 1029, 1032, 1033, 1048, 1055, 1063, 1078, 1080, 1089, 1091, 1099, 1104, 1111, 1113, 1121, 1124, 1125, 1127, 1130, 1139, 1148, 1155, 1160, 1163, 1170, 1177, 1182, 1183, 1188, 1197, 1213, 1223, 1228, 1229, 1270, 1276, 1281, 1316, 1320, 1323, 1325, 1329, 1335, 1339, 1340, 1341, 1343, 1347, 1348, 1351, 1352, 1354, 1377, 1401, 1409, 1424, 1431, 1438, 1439, 1440, 1441, 1448, 1487, 1490, 1498, 1504, 1514, 1522, 1527, 1529, 1530, 1531, 1533, 1536, 1537, 1543, 1544, 1545, 1548, 1549, 1578, 1581, 1582, 1587, 1588, 1602, 1603, 1606, 1641, 1680, 1684, 1685, 1690, 1691, 1718, 1720, 1721, 1723, 1729, 1730, 1744, 1761, 1762, 1781, 1801, 1818, 1819, 1820, 1821, 1822, 1823, 1857, 1861, 1865, 1872, 1907, 1913, 1951, 1953, 2036, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2057, 2061, 2071, 2080, 2082, 2083, 2084, 2085, 2086], "true_str": 274, "truli": [257, 293, 1228], "truncat": [37, 71, 89, 139, 281, 290, 1320, 1334, 1975, 1976, 1977, 1978, 1985], "trunk": 370, "trust": [368, 568, 1329], "truth": [249, 254], "truthi": 22, "try": [3, 17, 37, 55, 77, 133, 137, 142, 143, 167, 248, 249, 250, 253, 256, 263, 269, 271, 274, 280, 285, 287, 290, 310, 347, 367, 368, 370, 372, 373, 377, 380, 391, 404, 415, 416, 427, 440, 441, 442, 444, 445, 446, 448, 451, 452, 455, 456, 459, 461, 467, 471, 473, 474, 475, 479, 480, 481, 482, 484, 485, 486, 487, 488, 489, 490, 494, 506, 534, 545, 560, 620, 720, 768, 810, 1206, 1317, 1334, 1335, 1344, 1521, 1523, 1525, 1531, 1532, 1618, 1668, 1782], "try_compil": [18, 85, 90, 121, 267, 273, 280, 285, 287, 298, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 344, 345, 346, 348, 349, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 616, 626, 627, 697, 810, 815, 1323, 1329, 1334, 1335, 1336, 1339, 1341, 1345, 1346, 1347, 1715, 1731, 1732, 1742, 1756, 1757, 1784, 1860, 1861, 1862, 1863, 1868, 1907, 1915], "try_run": [90, 120, 267, 273, 287, 298, 446, 810, 1323, 1329, 1330, 1335, 1336, 1339, 1449, 1860, 1868], "trycompil": [120, 269, 281, 287, 1335], "tryrunresult": 1449, "ts_assert": 389, "ts_assert_equ": 389, "ts_file": 480, "ttk": 498, "ttk_stub_librari": 498, "tu": [419, 473, 475], "tue": 290, "tuesdai": 290, "tune": [376, 666, 1347], "tupl": [473, 475, 535], "turkish": 137, "turn": [44, 137, 139, 247, 250, 265, 271, 287, 290, 294, 313, 368, 370, 382, 532, 678, 715, 723, 843, 1036, 1177, 1257, 1330, 1332, 1801, 1886], "tutori": [249, 250, 252, 253, 254, 255, 256, 257, 258, 259, 264], "tutorial_compiler_flag": [250, 251, 254, 255, 256, 257, 258], "tutorial_version_": 250, "tutorial_version_major": [249, 250, 259], "tutorial_version_minor": [249, 250, 259], "tutorialconfig": [249, 257], "tv": 1845, "tv_sec": 360, "tvo": [304, 825, 1081, 1323, 1330, 1338, 1351, 1735, 1772, 1773, 1774, 1845], "tvos_include_fil": 304, "tvos_simulator_include_fil": 304, "tweak": [19, 23, 58, 71, 93, 271, 273, 279, 304, 429, 511, 530, 656, 1347, 1640, 1645, 1799, 1873], "twice": [55, 126, 137, 290, 1104, 1145], "two": [2, 20, 21, 37, 40, 55, 56, 57, 58, 59, 60, 62, 71, 90, 107, 108, 116, 119, 134, 136, 137, 142, 167, 248, 249, 254, 262, 263, 266, 269, 271, 273, 274, 277, 279, 281, 285, 287, 290, 304, 310, 356, 367, 368, 370, 382, 391, 438, 446, 453, 457, 462, 469, 473, 474, 475, 495, 531, 532, 538, 551, 562, 597, 637, 673, 894, 895, 896, 903, 904, 1050, 1081, 1206, 1287, 1317, 1328, 1335, 1342, 1346, 1348, 1490, 1690, 1729, 1745, 1873], "two_job": [811, 1118, 1119], "txt": [2, 3, 7, 9, 11, 16, 18, 19, 24, 51, 54, 55, 69, 81, 93, 98, 102, 103, 110, 120, 133, 135, 137, 139, 142, 143, 220, 221, 230, 231, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 262, 265, 269, 271, 273, 274, 276, 277, 279, 280, 285, 287, 289, 293, 294, 304, 310, 326, 327, 364, 368, 383, 394, 396, 447, 494, 533, 551, 556, 560, 574, 616, 618, 703, 775, 781, 782, 783, 795, 824, 843, 903, 950, 953, 1197, 1281, 1320, 1326, 1327, 1329, 1331, 1334, 1343, 1354, 1426, 1427, 1428, 1429, 1434, 1577, 1742, 1754, 1775, 1787, 1788, 1791, 1795, 1796, 1797, 1798, 1799, 1806, 1833, 1834, 1951, 1955, 2028, 2029, 2061, 2071], "txz": [129, 327, 368, 1318, 1327], "ty": 680, "type": [7, 16, 17, 18, 22, 36, 37, 40, 55, 70, 74, 77, 83, 90, 100, 108, 119, 120, 121, 134, 139, 141, 142, 148, 206, 248, 251, 252, 257, 258, 259, 260, 262, 265, 270, 271, 273, 274, 277, 279, 280, 281, 282, 286, 287, 290, 303, 336, 361, 362, 368, 369, 407, 447, 473, 474, 475, 507, 535, 537, 538, 542, 555, 623, 637, 662, 685, 686, 714, 717, 720, 744, 792, 839, 870, 875, 878, 881, 904, 905, 908, 936, 968, 999, 1000, 1001, 1002, 1003, 1005, 1045, 1046, 1047, 1048, 1049, 1066, 1072, 1083, 1097, 1098, 1104, 1113, 1131, 1137, 1148, 1153, 1154, 1165, 1170, 1231, 1232, 1249, 1279, 1280, 1285, 1287, 1288, 1317, 1318, 1319, 1322, 1323, 1324, 1326, 1330, 1331, 1332, 1333, 1340, 1342, 1345, 1347, 1348, 1354, 1422, 1445, 1697, 1706, 1715, 1725, 1731, 1732, 1794, 1863, 1965, 1967], "type1": 313, "type2": 313, "type_var": 537, "typenam": [313, 559], "typic": [1, 7, 9, 18, 22, 55, 56, 57, 59, 60, 63, 77, 78, 86, 90, 96, 118, 132, 136, 139, 223, 248, 262, 263, 266, 268, 271, 274, 279, 281, 285, 290, 310, 313, 340, 364, 367, 368, 378, 379, 382, 383, 424, 426, 446, 462, 480, 489, 494, 503, 508, 532, 534, 535, 578, 618, 620, 637, 651, 701, 714, 722, 728, 758, 766, 848, 901, 1085, 1086, 1136, 1137, 1148, 1149, 1270, 1317, 1319, 1320, 1337, 1422, 1445, 1465, 1499, 1525, 1526, 1603, 1619, 1620, 1673, 1675, 1684, 1690, 1720, 1729, 1801, 1846, 1872, 1907], "typo": [588, 1148], "tz": 129, "tzst": 129, "u": [58, 98, 108, 249, 253, 254, 256, 257, 262, 265, 271, 287, 290, 367, 370, 473, 475, 1346, 1490, 1734, 1880], "ubuntu": 17, "uc": 419, "uconv": 419, "ucrt": 539, "udbz": 133, "udif": 133, "udifrez": 133, "udro": 133, "udzo": 133, "ui": [37, 95, 139, 143, 263, 283, 318, 430, 480, 834, 856, 946, 958, 960, 961, 1274, 1348, 1416], "ui_": [283, 958, 1319, 1347], "ui_bas": 958, "ui_foo": 1348, "uic": [95, 266, 283, 479, 480, 834, 943, 944, 945, 946, 948, 958, 959, 960, 1093, 1320, 1397, 1399, 1413, 1415], "uid": 142, "uiref": 143, "ukrainian": 137, "ultim": [368, 370], "ultra": 136, "ultrix": 1845, "umypackage_dir": 262, "unabl": [55, 108, 133, 538, 1333], "unadvanc": 88, "unaffect": [27, 29, 37, 77, 370, 964, 1590, 1842], "unalt": [676, 1331], "unam": [77, 142, 1328, 1584, 1585, 1586], "unambigu": [21, 285, 367, 562, 784], "unari": [71, 266, 1347], "unavail": 143, "unavoid": [274, 1684, 1720], "unawar": 382, "unbalanc": 690, "unbound": [37, 188, 290, 1339], "uncach": [376, 432], "unchang": [2, 3, 21, 35, 135, 274, 290, 447, 568, 575, 656, 685, 1081], "uncommit": 368, "uncompil": 551, "uncompress": 1951, "uncondition": [120, 266, 447, 559, 629, 718, 842, 1039, 1348], "uncov": 327, "undeclar": 618, "undef": [24, 1225], "undefin": [20, 22, 24, 55, 63, 71, 77, 86, 100, 122, 137, 274, 362, 426, 450, 454, 457, 473, 474, 475, 495, 534, 555, 615, 630, 662, 694, 716, 796, 816, 919, 1107, 1156, 1157, 1206, 1311, 1312, 1429, 1562, 1563, 1564, 1600, 1655, 1668, 1684, 1720, 1738, 1760, 1944, 1945], "undefinedbehaviorsanit": [1318, 2009], "under": [17, 18, 22, 53, 55, 56, 57, 58, 59, 60, 77, 83, 120, 135, 137, 138, 142, 143, 225, 226, 246, 256, 263, 271, 273, 274, 279, 281, 285, 287, 290, 304, 367, 368, 370, 382, 407, 447, 457, 535, 538, 684, 740, 1032, 1088, 1090, 1136, 1223, 1287, 1319, 1322, 1323, 1327, 1333, 1336, 1337, 1341, 1347, 1446, 1490, 1553, 1589, 1841, 1845, 1891, 1953, 2087], "undergo": 277, "underli": [14, 18, 21, 27, 28, 37, 55, 152, 262, 281, 285, 289, 298, 299, 349, 368, 454, 472, 817, 818, 819, 1332, 1340, 1348], "underlin": 271, "underneath": [383, 1331], "underscor": [18, 40, 108, 119, 271, 274, 290, 370, 534, 597, 1137, 1259, 1320, 1684, 1690, 1715, 1720, 1729, 1743], "understand": [58, 247, 249, 250, 262, 269, 273, 274, 368, 370, 715, 1322, 1348, 1690, 1729, 2080], "understood": [143, 290, 368, 1319], "undesir": [18, 280, 285, 394, 538, 1338], "undocu": [55, 62, 66, 138, 286, 578, 609, 610, 679, 683, 710, 733, 1317, 1318, 1324, 1326, 1331, 1333, 1334, 1336, 1564], "unequ": [83, 277], "unescap": 277, "unevalu": 18, "unexpect": [108, 142, 167, 274, 281, 457], "unexpectedli": [274, 569], "unfinish": 52, "unfortun": [137, 279, 563, 1318, 1327], "uni": [493, 556, 557], "unic": 532, "unicod": [388, 419, 473, 475, 532, 792, 1329, 1330, 1346], "unifi": [285, 290, 1326, 1348, 1377], "uniform": [426, 582, 792], "uniniti": [22, 281, 287, 662, 745, 1318], "uninsneveruninstal": 137, "uninstal": [22, 136, 137, 138, 142, 143, 262, 279, 732, 828, 1320, 1326, 1329, 1339, 1344, 1345], "unintend": [143, 368, 538, 859, 1319, 1566, 2071], "unintuit": 710, "union": [274, 281, 290, 792, 1220, 1221], "uniqu": [2, 6, 7, 20, 22, 31, 55, 56, 57, 58, 59, 60, 67, 102, 108, 120, 141, 143, 230, 263, 266, 273, 277, 280, 290, 293, 367, 463, 473, 474, 475, 555, 562, 784, 799, 904, 955, 1223, 1228, 1318, 1330, 1333, 1335, 1635, 1639, 1770, 1867], "unistd": 357, "unit": [17, 119, 257, 263, 266, 270, 274, 277, 290, 389, 447, 680, 1228, 1248, 1249, 1340, 1514, 1515], "uniti": [270, 859, 1223, 1224, 1225, 1226, 1227, 1228, 1330, 1865, 1866, 1867], "unittest": 447, "unittest_fil": 447, "unittest_foo": 389, "unittest_precommand": 447, "unity_build": [270, 282, 859, 1224, 1225, 1226, 1228, 1229, 1325, 1339, 1342, 1515, 1865], "unity_build_batch_s": [282, 1223, 1227, 1866], "unity_build_code_after_includ": [282, 1223, 1226], "unity_build_code_before_includ": [282, 1223, 1225], "unity_build_mod": [282, 863, 1223, 1327], "unity_build_unique_id": [282, 1223, 1330, 1867], "unity_group": [282, 1223, 1227], "univers": [81, 108, 115, 532, 539, 1081, 1113, 1318, 1328, 1345, 1845], "universal_architectur": 304, "universal_include_fil": 304, "unix": [2, 3, 24, 52, 55, 56, 57, 58, 59, 60, 77, 106, 108, 132, 135, 142, 150, 161, 166, 173, 178, 179, 198, 212, 220, 221, 222, 224, 226, 231, 262, 263, 271, 273, 275, 279, 285, 286, 287, 383, 387, 396, 407, 421, 447, 450, 454, 457, 473, 474, 475, 501, 505, 506, 532, 533, 537, 669, 917, 1149, 1319, 1320, 1329, 1331, 1345, 1346, 1347, 1348, 1493, 1521, 1523, 1525, 1561, 1587, 1602, 1800, 1809, 1826, 1845, 1846], "unix_command": [1, 8, 99, 113, 117, 978, 1060, 1152, 1211], "unix_sv": 1845, "unixodbc": 450, "unixsocket": 384, "unixwar": 1845, "unknown": [7, 18, 108, 142, 271, 273, 274, 297, 303, 330, 333, 337, 338, 349, 350, 353, 370, 379, 559, 600, 618, 671, 948, 1076, 1287, 1324, 1326, 1330, 1334, 1341, 1347], "unknown_": 126, "unknown_modified_access": 126, "unknown_read_access": [126, 1318], "unless": [2, 3, 10, 18, 23, 35, 55, 56, 57, 58, 59, 60, 71, 77, 88, 93, 98, 99, 120, 121, 124, 132, 138, 141, 143, 168, 230, 266, 271, 274, 277, 279, 281, 285, 287, 289, 290, 300, 304, 313, 336, 366, 368, 369, 370, 379, 394, 419, 421, 447, 454, 457, 461, 480, 551, 562, 622, 650, 658, 676, 688, 703, 715, 721, 848, 850, 903, 937, 1022, 1132, 1163, 1186, 1201, 1208, 1214, 1230, 1320, 1324, 1328, 1333, 1343, 1347, 1453, 1529, 1530, 1547, 1550, 1702, 1742, 1772, 1773, 1774, 1850], "unlik": [10, 21, 24, 40, 55, 77, 86, 98, 135, 230, 271, 279, 281, 370, 1072, 1081, 1214, 1317, 1319, 1326, 1850], "unload": 285, "unlock": 55, "unmaintain": 268, "unmanag": [7, 266, 969], "unmodifi": [114, 119, 370, 636, 892], "unnam": 792, "unnecessari": [2, 108, 1324, 1338], "unnecessarili": [273, 370, 618, 1328, 1332], "unnot": 736, "unordered_map": 118, "unpack": [132, 368, 370], "unpars": 287, "unpredict": 21, "unquot": [99, 143, 280, 614, 1317, 1318, 1319], "unquoted_argu": 277, "unquoted_el": 277, "unquoted_legaci": 277, "unrecogn": [20, 370, 892], "unreferenc": 86, "unrel": [1281, 1338], "unreleas": 263, "unreli": [336, 1343], "unreport": 735, "unresolv": [55, 274, 365, 716, 1684, 1720], "unresolved_dependencies_var": 55, "unresolved_deps_var": 55, "unrestrict": [597, 792], "unselect": 313, "unset": [12, 17, 19, 20, 23, 58, 67, 90, 98, 100, 120, 126, 143, 167, 186, 262, 267, 277, 285, 287, 310, 370, 454, 484, 684, 685, 688, 721, 725, 815, 825, 839, 842, 892, 942, 943, 945, 993, 997, 1005, 1007, 1010, 1039, 1053, 1103, 1130, 1173, 1176, 1243, 1317, 1355, 1379, 1396, 1397, 1399, 1400, 1401, 1484, 1522, 1566, 1567, 1568, 1569, 1618, 1773, 1782, 1850, 1856, 1911, 1951], "unsign": [20, 273, 290, 904], "unspecifi": [18, 53, 58, 77, 120, 143, 266, 273, 279, 367, 955, 979, 1103, 1120, 1147, 1156, 1228, 1598], "unstabl": 1564, "unsuccess": [90, 263], "unsuit": [58, 279, 299, 1330], "unsupport": [143, 248, 268, 279, 304, 370, 735, 1166, 1167, 1275, 1323, 1347, 1702, 1725, 1756, 1757, 1915], "unsupported_cxx_standard": 1702, "unsupported_cxx_standards_index": 1702, "until": [2, 18, 21, 23, 40, 55, 63, 86, 120, 266, 268, 270, 274, 277, 281, 290, 318, 368, 370, 391, 538, 584, 586, 716, 775, 993, 1317, 1326, 1340, 1684, 1720], "until_fail": 37, "until_pass": 37, "untouch": [570, 579, 608, 1320], "unus": [277, 281, 287, 382, 683, 825, 838, 932, 1328], "unusedcli": 281, "unusu": [18, 263, 370, 1319], "unvers": [56, 57, 59, 60, 1330], "unwant": [55, 313], "unwieldi": 538, "up": [1, 3, 8, 23, 37, 40, 55, 58, 62, 75, 77, 90, 107, 108, 110, 113, 116, 117, 118, 132, 134, 139, 141, 142, 148, 152, 188, 249, 250, 254, 256, 262, 263, 271, 274, 281, 285, 290, 293, 310, 313, 365, 368, 369, 370, 382, 383, 394, 396, 447, 473, 474, 475, 483, 496, 498, 538, 551, 569, 613, 639, 662, 692, 727, 775, 822, 895, 978, 1022, 1038, 1060, 1092, 1103, 1121, 1139, 1147, 1152, 1211, 1287, 1317, 1320, 1322, 1325, 1329, 1338, 1395, 1487, 1600, 1920, 1922, 1963], "updat": [3, 19, 24, 36, 38, 55, 93, 94, 95, 100, 136, 138, 139, 143, 189, 236, 249, 250, 251, 254, 256, 257, 260, 263, 265, 266, 270, 273, 280, 287, 318, 367, 370, 391, 394, 466, 469, 480, 538, 560, 563, 618, 633, 634, 635, 636, 637, 639, 642, 648, 650, 651, 652, 656, 657, 658, 659, 661, 669, 671, 672, 673, 674, 677, 678, 679, 680, 683, 685, 687, 688, 690, 691, 693, 696, 697, 698, 701, 703, 704, 705, 706, 707, 708, 709, 711, 714, 715, 716, 717, 718, 719, 722, 723, 724, 725, 726, 727, 728, 729, 731, 732, 740, 761, 1006, 1103, 1147, 1317, 1321, 1329, 1343, 1344, 1345, 1564, 1600, 1782], "update_command": [290, 368], "update_disconnect": [368, 674, 1329, 1337], "update_opt": 290, "update_text": [318, 1347], "update_typ": 290, "updatecommand": [290, 2031], "updateopt": [290, 2032], "updatetyp": 290, "updateversiononli": [290, 2033], "updateversionoverrid": [290, 2034], "upgrad": [143, 1325], "upgradecod": 143, "upload": [37, 39, 55, 139, 181, 182, 292, 313, 327, 1320, 1323, 1327, 1329, 1341, 1342, 1345, 1346, 1758, 1759, 1856, 1857, 1858], "upload_directori": 313, "upon": [55, 67, 287, 370, 415, 446, 469, 551, 674, 716, 1004, 1738], "upper": [56, 57, 58, 59, 60, 83, 108, 132, 142, 212, 249, 266, 271, 274, 277, 280, 286, 310, 325, 379, 419, 473, 475, 534, 559, 597, 687, 704, 755, 835, 975, 1178, 1223, 1227, 1337, 1345, 1866, 2079], "upper_cas": [274, 1317], "uppercas": [20, 55, 108, 129, 133, 139, 141, 143, 266, 271, 274, 290, 310, 421, 536, 1137, 1323, 1684, 1690, 1715, 1720, 1729], "uppercase_nam": 1340, "uppercasedepnam": 18, "uppercasenam": 370, "upstream": [132, 135, 263, 266, 271, 279, 283, 368, 379, 410, 585, 644, 710, 727, 1317, 1323, 1324, 1341, 1348], "upstream_vers": 279, "upstreamlib": 279, "upward": 83, "upx": 493, "uri": 281, "url": [36, 37, 55, 93, 132, 135, 136, 137, 138, 139, 142, 143, 252, 263, 280, 290, 310, 313, 318, 367, 369, 370, 495, 695, 728, 1317, 1323, 1334, 1340, 1341, 1342, 1345, 1348, 1788, 2028, 2029, 2070], "url1": 368, "url2": 368, "url_hash": [263, 368, 370], "url_md5": 368, "us": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 33, 35, 36, 37, 38, 40, 43, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 65, 66, 68, 69, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 92, 93, 94, 95, 96, 98, 99, 100, 102, 103, 104, 105, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 130, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 145, 146, 147, 148, 149, 151, 152, 162, 167, 168, 170, 171, 172, 174, 175, 181, 182, 184, 188, 191, 192, 193, 194, 195, 196, 198, 199, 200, 201, 202, 203, 204, 205, 206, 208, 209, 210, 211, 213, 214, 215, 216, 217, 220, 221, 222, 223, 224, 225, 226, 228, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 246, 247, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 264, 265, 266, 267, 268, 269, 270, 273, 274, 275, 276, 277, 278, 280, 281, 283, 284, 286, 287, 289, 290, 291, 292, 293, 294, 296, 297, 298, 299, 301, 302, 303, 304, 306, 308, 309, 313, 318, 326, 327, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 364, 365, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 382, 383, 384, 386, 387, 388, 389, 391, 393, 394, 395, 396, 397, 398, 399, 400, 403, 404, 405, 406, 407, 408, 409, 410, 411, 413, 415, 416, 419, 420, 421, 422, 425, 426, 427, 428, 429, 430, 432, 434, 437, 438, 439, 443, 444, 445, 447, 448, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 461, 462, 463, 466, 467, 469, 471, 472, 473, 474, 475, 476, 477, 478, 479, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 494, 495, 496, 497, 498, 500, 501, 502, 503, 506, 507, 508, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 550, 551, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 744, 745, 746, 747, 748, 754, 755, 756, 757, 758, 761, 762, 765, 766, 767, 768, 771, 773, 776, 778, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 796, 797, 799, 800, 806, 809, 811, 812, 813, 814, 815, 817, 819, 824, 825, 832, 833, 834, 835, 837, 838, 839, 841, 842, 843, 844, 845, 848, 850, 851, 857, 858, 860, 865, 866, 867, 869, 875, 882, 884, 888, 889, 892, 894, 895, 896, 898, 900, 901, 904, 905, 906, 907, 908, 910, 913, 915, 916, 922, 927, 929, 930, 933, 937, 938, 939, 941, 942, 943, 944, 945, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 963, 964, 965, 966, 967, 968, 969, 971, 972, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 986, 989, 993, 994, 996, 998, 1002, 1004, 1006, 1008, 1009, 1012, 1013, 1014, 1016, 1018, 1019, 1020, 1021, 1022, 1023, 1027, 1028, 1030, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1043, 1044, 1048, 1051, 1052, 1056, 1057, 1059, 1060, 1061, 1062, 1064, 1066, 1068, 1072, 1073, 1076, 1078, 1080, 1081, 1082, 1085, 1086, 1087, 1088, 1090, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1122, 1123, 1127, 1128, 1129, 1130, 1132, 1133, 1136, 1137, 1138, 1140, 1141, 1143, 1144, 1145, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1171, 1172, 1174, 1175, 1177, 1178, 1180, 1184, 1185, 1186, 1187, 1189, 1190, 1193, 1194, 1195, 1196, 1197, 1198, 1200, 1201, 1202, 1205, 1206, 1208, 1209, 1211, 1213, 1214, 1217, 1219, 1222, 1223, 1224, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1243, 1244, 1246, 1247, 1252, 1255, 1256, 1257, 1260, 1268, 1269, 1270, 1271, 1273, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1286, 1287, 1290, 1293, 1315, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1352, 1354, 1355, 1356, 1357, 1359, 1362, 1365, 1377, 1378, 1379, 1380, 1388, 1389, 1390, 1392, 1393, 1396, 1397, 1398, 1399, 1400, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1431, 1432, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1447, 1448, 1449, 1450, 1452, 1453, 1454, 1457, 1458, 1459, 1462, 1464, 1465, 1472, 1473, 1475, 1476, 1479, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1492, 1494, 1495, 1496, 1497, 1498, 1499, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1510, 1511, 1512, 1513, 1519, 1520, 1522, 1526, 1529, 1530, 1531, 1533, 1534, 1535, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1559, 1560, 1561, 1562, 1563, 1564, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1577, 1580, 1585, 1589, 1590, 1591, 1592, 1593, 1595, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1623, 1624, 1625, 1627, 1628, 1629, 1630, 1632, 1636, 1637, 1642, 1646, 1648, 1649, 1655, 1656, 1657, 1658, 1661, 1668, 1672, 1673, 1675, 1676, 1678, 1680, 1681, 1682, 1684, 1685, 1687, 1688, 1689, 1690, 1692, 1694, 1701, 1702, 1703, 1704, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1719, 1720, 1722, 1725, 1726, 1727, 1728, 1729, 1731, 1732, 1733, 1735, 1736, 1738, 1739, 1740, 1741, 1742, 1743, 1746, 1747, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1770, 1772, 1773, 1774, 1777, 1778, 1779, 1780, 1781, 1782, 1784, 1785, 1786, 1794, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1818, 1820, 1822, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1835, 1836, 1837, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1850, 1852, 1854, 1855, 1856, 1857, 1858, 1860, 1862, 1863, 1865, 1866, 1867, 1868, 1872, 1873, 1875, 1876, 1877, 1878, 1883, 1884, 1886, 1887, 1888, 1889, 1891, 1892, 1893, 1894, 1895, 1896, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1919, 1920, 1921, 1922, 1923, 1926, 1927, 1948, 1949, 1953, 1954, 1955, 1956, 1963, 1967, 1969, 1970, 1971, 1972, 1979, 1986, 1987, 1988, 1997, 2015, 2017, 2028, 2029, 2030, 2036, 2037, 2039, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, 2062, 2071, 2086], "usabl": [77, 132, 280, 446, 1334], "usag": [1, 7, 8, 9, 10, 53, 77, 90, 113, 114, 116, 117, 118, 132, 137, 248, 249, 251, 257, 261, 263, 265, 268, 270, 271, 274, 276, 279, 287, 289, 290, 294, 297, 304, 308, 364, 367, 368, 375, 378, 383, 385, 412, 418, 429, 433, 451, 457, 458, 462, 464, 473, 474, 475, 480, 492, 495, 508, 532, 533, 538, 551, 556, 557, 612, 691, 838, 858, 865, 881, 978, 1060, 1062, 1066, 1076, 1092, 1100, 1101, 1103, 1129, 1130, 1143, 1144, 1147, 1152, 1211, 1227, 1229, 1287, 1296, 1317, 1319, 1320, 1321, 1322, 1323, 1329, 1334, 1336, 1337, 1344, 1348, 1429, 1599, 1632, 1646, 1734, 1747, 1930, 1950], "use_bar": 296, "use_build_shared_lib": 555, "use_fast_math": 382, "use_fold": [280, 282, 703, 1032, 1336], "use_foo": 296, "use_it": 1104, "use_mangled_mesa": [267, 280, 590, 1317], "use_mdfile_as_mainpag": 394, "use_mymath": 256, "use_obj3": 116, "use_opengl": 533, "use_sabi": [473, 475], "use_source_permiss": [24, 55, 77, 1330], "use_stamp_fil": [394, 1325], "use_static3": 116, "use_swig_depend": 555, "use_target_include_directori": 555, "use_var": 1228, "use_wxwindow": [278, 533], "use_zot": 296, "usedebuglibrari": [280, 722, 1270, 1341, 1907], "useeco": 278, "usejava": [278, 552, 553, 1317, 1320, 1330, 1331, 1343, 1346], "usejavaclassfilelist": 278, "usejavasymlink": 278, "uselaunch": [290, 2035], "usepkgconfig": 278, "user": [2, 14, 17, 18, 53, 55, 56, 57, 58, 59, 60, 61, 81, 90, 91, 93, 95, 100, 115, 121, 130, 132, 136, 137, 138, 139, 141, 142, 143, 148, 156, 167, 236, 247, 248, 249, 250, 256, 260, 263, 264, 265, 266, 268, 271, 273, 276, 278, 280, 281, 283, 287, 289, 290, 296, 304, 310, 313, 318, 368, 369, 370, 376, 378, 379, 382, 383, 389, 401, 430, 432, 446, 447, 450, 452, 454, 462, 463, 469, 471, 473, 474, 475, 478, 494, 496, 498, 511, 532, 535, 536, 551, 557, 560, 561, 563, 564, 565, 580, 582, 598, 599, 616, 619, 621, 622, 629, 633, 637, 650, 651, 655, 664, 675, 685, 696, 701, 709, 724, 728, 730, 732, 742, 743, 745, 758, 792, 815, 831, 912, 944, 946, 1015, 1022, 1043, 1122, 1136, 1269, 1319, 1320, 1324, 1325, 1327, 1328, 1329, 1330, 1331, 1333, 1338, 1339, 1340, 1342, 1343, 1344, 1345, 1347, 1354, 1390, 1453, 1515, 1517, 1518, 1527, 1529, 1547, 1550, 1562, 1563, 1564, 1589, 1590, 1603, 1629, 1637, 1668, 1672, 1725, 1738, 1742, 1744, 1746, 1772, 1773, 1774, 1782, 1794, 1803, 1841, 1842, 1857, 1862, 1871, 1951, 1953, 1956, 2028], "user_interfac": [318, 1346], "userag": 55, "userbas": 459, "usercr": 895, "userdoc": 137, "userland": 1845, "usernam": [55, 318, 368, 1346], "userprofil": [55, 143], "userpwd": [55, 1346], "userrootdir": 1269, "uses_oth": 370, "uses_termin": [2, 3, 368, 735, 1329, 1343], "uses_terminal_": 728, "uses_terminal_build": 368, "uses_terminal_configur": 368, "uses_terminal_download": 368, "uses_terminal_instal": 368, "uses_terminal_patch": [368, 1333], "uses_terminal_test": 368, "uses_terminal_upd": 368, "useswig": [278, 280, 638, 646, 682, 1318, 1321, 1322, 1323, 1324, 1327, 1328, 1330, 1331, 1332, 1336, 1347], "useswig_module_vers": [555, 1321], "useswig_target_name_prefer": [555, 638], "useunion": 281, "usewxwidget": 278, "using_archive_lib": 266, "using_serialization_lib": 266, "usr": [21, 56, 57, 58, 59, 60, 116, 136, 142, 198, 223, 262, 263, 273, 285, 306, 379, 382, 383, 532, 535, 537, 620, 1066, 1317, 1329, 1340, 1345, 1437, 1515, 1602, 1845, 1846, 1955, 1956, 1967], "ust": [434, 1345], "usual": [2, 18, 20, 55, 58, 68, 69, 85, 86, 93, 116, 120, 121, 130, 135, 141, 142, 143, 198, 223, 259, 262, 263, 266, 268, 271, 274, 279, 285, 331, 334, 340, 351, 354, 358, 368, 370, 382, 396, 421, 446, 462, 480, 538, 655, 747, 823, 843, 894, 896, 948, 951, 954, 956, 959, 1206, 1257, 1316, 1319, 1325, 1422, 1493, 1707, 1956], "utc": [55, 108, 132, 326], "utf": [52, 55, 143, 277, 280, 310, 736, 1318, 1329, 1330, 1331, 1342], "utf8": 52, "uti": 141, "util": [53, 124, 132, 136, 142, 229, 230, 232, 250, 273, 280, 285, 293, 318, 325, 365, 393, 394, 406, 446, 454, 532, 541, 551, 599, 857, 1004, 1475, 1633, 1859], "utility_sourc": [267, 280, 594, 1317], "uuid": [108, 1249, 1318], "uvelos": 223, "ux": [620, 1319, 1845], "v": [2, 108, 116, 233, 234, 235, 237, 238, 239, 240, 241, 242, 243, 244, 262, 265, 269, 273, 276, 277, 285, 287, 289, 290, 310, 368, 382, 466, 472, 476, 503, 562, 707, 754, 835, 938, 969, 974, 1009, 1010, 1018, 1019, 1020, 1156, 1232, 1254, 1317, 1318, 1321, 1322, 1323, 1326, 1327, 1328, 1331, 1332, 1333, 1334, 1336, 1337, 1338, 1340, 1344, 1345, 1346, 1347, 1348, 1495, 1496, 1562, 1563, 1564, 1889, 1890, 1891, 1892, 1893, 1895, 1896, 1908, 1910, 1911, 1912, 2055, 2056], "v1": [16, 274, 281, 287, 290, 1323, 1334], "v10": 376, "v100": [233, 2045, 2056], "v110": [234, 1891, 2046, 2056], "v120": [235, 2047, 2056], "v120_xp": 262, "v140": [236, 1348, 2048, 2056], "v140_clang_3_7": 1345, "v141": [237, 2048, 2056], "v142": [238, 969, 2056], "v143": [239, 2056], "v2": [274, 370], "v3": [263, 313, 370, 491, 831, 1323], "v4": [1020, 1244, 1269, 1341], "v5_or_lat": 274, "v6": 1365, "v7": 285, "v7a": [285, 1365, 1367], "v80": [2052, 2056], "v8a": [285, 923, 1365], "v9": 383, "v90": [244, 2053, 2056], "valgrind": [290, 2009], "valgrind_command": 290, "valgrind_command_opt": 290, "valgrindcommand": 290, "valgrindcommandopt": 290, "valid": [17, 22, 35, 36, 40, 52, 55, 56, 57, 59, 60, 77, 83, 108, 132, 141, 142, 223, 247, 248, 250, 255, 258, 271, 274, 280, 281, 287, 290, 293, 359, 367, 368, 389, 415, 446, 447, 462, 510, 568, 576, 597, 604, 613, 700, 745, 796, 798, 843, 864, 892, 908, 948, 996, 1006, 1012, 1018, 1052, 1081, 1103, 1147, 1172, 1223, 1228, 1245, 1297, 1299, 1317, 1325, 1327, 1328, 1335, 1345, 1365, 1432, 1535, 1743, 1746, 1832, 1863, 1931, 1933, 2009], "valid_img": 37, "valid_var": 293, "validator_result_var": [56, 57, 59, 60], "validimag": 37, "valu": [0, 2, 4, 7, 8, 9, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 28, 33, 35, 37, 40, 51, 53, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 67, 68, 69, 70, 71, 73, 74, 75, 77, 83, 84, 86, 88, 89, 91, 93, 96, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 111, 117, 119, 120, 121, 126, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 168, 169, 170, 171, 172, 173, 174, 175, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 223, 230, 236, 246, 249, 250, 255, 256, 257, 260, 262, 265, 266, 269, 270, 271, 273, 274, 277, 279, 280, 281, 282, 285, 289, 290, 293, 296, 297, 303, 304, 306, 308, 310, 313, 318, 319, 325, 327, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 343, 344, 345, 346, 347, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 367, 368, 369, 370, 379, 382, 394, 411, 423, 446, 447, 454, 455, 456, 457, 462, 469, 472, 473, 474, 475, 484, 486, 487, 488, 489, 490, 492, 503, 504, 506, 535, 536, 537, 538, 539, 541, 542, 551, 555, 559, 565, 578, 579, 604, 605, 616, 625, 626, 627, 633, 638, 647, 651, 652, 653, 654, 662, 664, 676, 677, 678, 681, 684, 685, 693, 694, 696, 698, 701, 709, 710, 711, 721, 723, 732, 734, 735, 737, 738, 741, 744, 745, 754, 755, 758, 759, 761, 766, 770, 781, 782, 786, 788, 792, 795, 796, 811, 814, 820, 822, 824, 835, 843, 848, 850, 864, 865, 866, 867, 870, 871, 872, 884, 888, 891, 892, 899, 902, 908, 909, 911, 916, 917, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 943, 945, 948, 949, 953, 955, 957, 958, 960, 961, 962, 963, 964, 965, 966, 968, 969, 970, 971, 972, 974, 981, 982, 983, 985, 986, 987, 989, 993, 994, 995, 996, 997, 998, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1016, 1017, 1018, 1021, 1022, 1024, 1025, 1026, 1032, 1033, 1034, 1037, 1038, 1039, 1041, 1043, 1050, 1051, 1052, 1053, 1054, 1055, 1059, 1061, 1063, 1064, 1066, 1076, 1080, 1081, 1082, 1087, 1088, 1089, 1090, 1091, 1094, 1095, 1096, 1100, 1102, 1103, 1104, 1105, 1106, 1108, 1109, 1110, 1111, 1114, 1115, 1116, 1117, 1118, 1119, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1136, 1137, 1139, 1143, 1145, 1147, 1148, 1149, 1152, 1153, 1154, 1155, 1156, 1160, 1163, 1165, 1166, 1167, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1180, 1182, 1183, 1184, 1186, 1187, 1188, 1201, 1202, 1205, 1207, 1214, 1217, 1219, 1220, 1221, 1223, 1224, 1227, 1228, 1229, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1242, 1243, 1245, 1248, 1249, 1251, 1252, 1256, 1268, 1270, 1271, 1275, 1276, 1277, 1278, 1281, 1282, 1283, 1284, 1286, 1287, 1289, 1290, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1317, 1318, 1319, 1320, 1321, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1347, 1348, 1353, 1354, 1359, 1361, 1362, 1363, 1364, 1365, 1368, 1370, 1371, 1372, 1373, 1374, 1375, 1379, 1381, 1382, 1383, 1385, 1386, 1388, 1390, 1401, 1406, 1408, 1421, 1422, 1425, 1429, 1431, 1435, 1445, 1446, 1448, 1449, 1450, 1453, 1455, 1457, 1458, 1459, 1460, 1461, 1462, 1468, 1469, 1474, 1477, 1478, 1480, 1481, 1482, 1485, 1486, 1488, 1491, 1494, 1495, 1496, 1500, 1512, 1513, 1516, 1527, 1533, 1534, 1535, 1536, 1543, 1544, 1545, 1548, 1549, 1552, 1553, 1557, 1560, 1561, 1562, 1563, 1564, 1571, 1573, 1574, 1575, 1576, 1577, 1579, 1584, 1585, 1600, 1602, 1603, 1604, 1606, 1608, 1609, 1610, 1613, 1614, 1618, 1626, 1627, 1628, 1629, 1635, 1636, 1639, 1648, 1649, 1654, 1656, 1658, 1661, 1668, 1672, 1673, 1675, 1676, 1678, 1679, 1682, 1684, 1690, 1699, 1702, 1705, 1706, 1707, 1708, 1709, 1715, 1718, 1720, 1722, 1724, 1725, 1729, 1731, 1732, 1733, 1734, 1735, 1738, 1739, 1742, 1743, 1746, 1752, 1753, 1755, 1756, 1757, 1760, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1772, 1773, 1774, 1784, 1787, 1788, 1795, 1803, 1813, 1814, 1830, 1831, 1832, 1845, 1846, 1847, 1849, 1850, 1855, 1856, 1857, 1858, 1861, 1863, 1864, 1868, 1872, 1873, 1874, 1880, 1887, 1890, 1892, 1893, 1894, 1895, 1896, 1904, 1905, 1906, 1907, 1910, 1911, 1915, 1916, 1917, 1919, 1920, 1923, 1931, 1932, 1933, 1934, 1937, 1949, 1951, 1953, 1955, 1956, 1985, 2009, 2015, 2026, 2028, 2029, 2037, 2043, 2059, 2060, 2061, 2063, 2071, 2074], "value1": [12, 101, 102, 103, 104, 105, 274, 538], "value2": [101, 103, 104, 105, 274, 870, 1268], "value_nam": [17, 271], "value_separ": 271, "var": [0, 12, 17, 18, 21, 24, 27, 28, 29, 31, 33, 36, 37, 38, 39, 51, 55, 56, 57, 59, 60, 63, 65, 66, 72, 77, 83, 96, 98, 99, 100, 108, 120, 121, 122, 126, 249, 265, 276, 277, 281, 287, 289, 290, 298, 304, 319, 333, 349, 363, 369, 376, 396, 418, 447, 462, 495, 535, 538, 541, 544, 550, 551, 613, 754, 835, 974, 1323, 1328, 1333, 1347, 1355, 1832, 2037], "var1": [12, 71, 88, 98, 304, 306, 684], "var2": [12, 71, 98, 304, 306, 684], "vari": [251, 271, 299, 651, 701, 1021, 1022, 1328, 1340, 1453, 1585], "variabl": [2, 3, 7, 8, 11, 12, 14, 15, 18, 19, 20, 22, 23, 24, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 43, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 75, 77, 78, 79, 80, 83, 84, 85, 86, 88, 89, 90, 91, 93, 96, 98, 99, 106, 108, 112, 116, 117, 120, 121, 125, 126, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 220, 221, 229, 230, 232, 236, 237, 238, 239, 246, 247, 248, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 263, 264, 265, 266, 268, 269, 270, 273, 274, 276, 278, 279, 280, 281, 282, 283, 287, 289, 293, 295, 296, 297, 299, 300, 301, 302, 304, 306, 307, 308, 318, 319, 325, 326, 327, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 368, 369, 374, 375, 378, 380, 381, 385, 386, 391, 397, 402, 412, 418, 419, 421, 422, 425, 429, 430, 431, 433, 435, 458, 459, 460, 462, 464, 465, 466, 467, 468, 471, 472, 476, 477, 481, 482, 485, 486, 487, 488, 489, 490, 492, 495, 496, 498, 499, 501, 505, 506, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 533, 536, 537, 538, 539, 541, 542, 544, 545, 546, 550, 551, 554, 559, 561, 570, 572, 578, 579, 585, 596, 602, 603, 605, 607, 608, 609, 613, 614, 616, 620, 625, 626, 627, 628, 629, 632, 634, 635, 637, 638, 642, 649, 650, 651, 652, 653, 654, 655, 656, 662, 666, 672, 676, 677, 683, 684, 685, 686, 688, 689, 692, 693, 694, 696, 697, 698, 701, 704, 709, 711, 715, 717, 718, 719, 721, 722, 728, 732, 734, 740, 751, 765, 771, 773, 791, 792, 793, 794, 797, 800, 802, 803, 804, 809, 811, 812, 813, 815, 816, 817, 819, 825, 879, 891, 892, 904, 910, 916, 917, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 941, 947, 948, 950, 953, 954, 955, 957, 958, 960, 961, 962, 963, 964, 965, 966, 976, 978, 981, 982, 983, 985, 986, 987, 989, 993, 995, 996, 997, 998, 1005, 1006, 1007, 1008, 1009, 1010, 1017, 1018, 1019, 1020, 1021, 1025, 1026, 1032, 1033, 1034, 1037, 1038, 1039, 1043, 1050, 1051, 1052, 1053, 1081, 1082, 1088, 1090, 1091, 1111, 1112, 1114, 1115, 1116, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1136, 1137, 1139, 1143, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1160, 1161, 1162, 1163, 1165, 1166, 1167, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1182, 1183, 1186, 1187, 1188, 1198, 1200, 1201, 1202, 1205, 1207, 1214, 1217, 1219, 1223, 1224, 1228, 1229, 1231, 1233, 1234, 1235, 1236, 1237, 1252, 1254, 1256, 1257, 1258, 1270, 1271, 1276, 1277, 1278, 1281, 1286, 1287, 1289, 1290, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1362, 1364, 1365, 1369, 1376, 1377, 1378, 1379, 1380, 1384, 1387, 1388, 1389, 1390, 1392, 1393, 1394, 1395, 1396, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1418, 1419, 1421, 1422, 1423, 1424, 1425, 1429, 1430, 1432, 1433, 1434, 1435, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1448, 1449, 1450, 1453, 1456, 1457, 1458, 1459, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1475, 1476, 1483, 1484, 1485, 1486, 1488, 1490, 1492, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1503, 1504, 1505, 1506, 1507, 1509, 1512, 1513, 1514, 1515, 1517, 1518, 1521, 1522, 1523, 1527, 1529, 1530, 1531, 1532, 1534, 1535, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1559, 1560, 1561, 1562, 1563, 1564, 1570, 1571, 1577, 1583, 1584, 1585, 1586, 1589, 1590, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1602, 1603, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1627, 1628, 1629, 1630, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1690, 1691, 1692, 1694, 1695, 1696, 1701, 1702, 1703, 1704, 1706, 1707, 1711, 1712, 1713, 1715, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1746, 1748, 1749, 1752, 1753, 1755, 1756, 1757, 1758, 1759, 1760, 1762, 1763, 1770, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1801, 1804, 1805, 1806, 1808, 1813, 1814, 1818, 1820, 1821, 1823, 1824, 1825, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1841, 1842, 1845, 1846, 1847, 1849, 1850, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1861, 1862, 1864, 1865, 1866, 1867, 1868, 1870, 1871, 1872, 1873, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1920, 1921, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1949, 1951, 1952, 1953, 1954, 1957, 1965, 1967, 1969, 1985, 2007, 2010, 2015, 2028, 2029, 2037, 2038, 2041, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2058, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2069, 2070, 2071, 2072, 2074, 2075, 2076, 2077, 2078, 2079, 2080, 2083, 2084, 2085], "variable_nam": 369, "variable_requir": [267, 280, 595, 1317], "variable_watch": [267, 1318, 1742], "variad": [268, 792, 793], "variand": 427, "variant": [7, 62, 77, 143, 236, 237, 238, 239, 246, 248, 262, 266, 271, 273, 275, 279, 376, 379, 384, 398, 401, 405, 421, 432, 497, 510, 511, 586, 802, 803, 804, 970, 971, 972, 973, 1180, 1317, 1319, 1321, 1322, 1323, 1324, 1334, 1336, 1341, 1343, 1348, 1388, 1632, 1634, 1638, 1646, 1659, 1660, 1662, 1663, 1664, 1665, 1666, 1667, 1690, 1729, 1920], "variat": [1126, 1129, 1130, 1335, 1654, 1699, 1705], "varieti": [37, 134, 259, 274, 289, 310, 446, 469], "variou": [17, 56, 57, 58, 59, 60, 77, 93, 134, 247, 261, 262, 263, 264, 285, 287, 307, 308, 313, 368, 373, 382, 394, 446, 447, 455, 458, 469, 473, 474, 475, 535, 537, 551, 685, 1092, 1319, 1321, 1324, 1334, 1341, 1589, 1754, 1841], "varn": [304, 306], "varnam": [17, 469, 613, 1951], "vbproj": 1317, "vc": [139, 290, 533], "vc100": 297, "vc100sp1": 297, "vc110": 297, "vc110sp1": 297, "vc110sp2": 297, "vc110sp3": 297, "vc110sp4": 297, "vc80": 297, "vc80sp1": 297, "vc90": 297, "vc90sp1": 297, "vc_x64_lib": 532, "vcinstalldir": 382, "vcpkg_provide_depend": 18, "vcproj": [1013, 1014], "vcredist_x64": 293, "vcredist_x86": 293, "vctargetspath": [1326, 1564], "vctoolsvers": 1896, "vcvars_ver": 1896, "vcvarsal": [262, 1896, 1910], "vcxproj": [707, 709, 722, 866, 1270, 1318, 1321, 1325, 1328, 1341, 1344, 1907], "vdsp": [285, 1334, 1358], "ve": [137, 254, 327], "veclib": 376, "vector": [96, 266], "velos": 223, "vendor": [142, 247, 263, 279, 281, 285, 289, 310, 432, 446, 454, 466, 1635, 1639, 1872], "vendornam": [281, 289], "ver": [382, 1328, 1330], "verbatim": [2, 3, 46, 47, 48, 49, 50, 62, 63, 71, 77, 86, 127, 266, 274, 575, 735, 1225, 1226, 1249, 1345], "verbos": [55, 90, 176, 189, 262, 272, 281, 287, 289, 290, 370, 375, 382, 409, 537, 1322, 1323, 1324, 1337, 1347, 1401, 1600, 1743, 1745, 1871], "veri": [18, 20, 71, 86, 90, 93, 98, 137, 230, 247, 248, 254, 261, 263, 271, 274, 281, 290, 369, 370, 538, 559, 579, 592, 692, 702, 705, 728, 1687, 1726, 1794], "verif": [16, 293, 367, 368, 370, 1229, 1327, 1857, 1872], "verifi": [2, 22, 43, 55, 142, 248, 249, 250, 254, 255, 256, 257, 259, 281, 290, 293, 309, 342, 370, 429, 534, 1099, 1148, 1229, 1319, 1334, 1341, 1342, 1857, 2028], "verify_app": 293, "verify_bundle_prerequisit": 293, "verify_bundle_symlink": 293, "verify_interface_header_set": [282, 370, 857, 1099, 1334, 1872], "verify_project": 16, "versa": [77, 262, 450, 895, 904, 905], "version": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 31, 35, 36, 37, 38, 39, 40, 43, 45, 51, 52, 53, 54, 55, 56, 57, 59, 60, 62, 63, 65, 66, 67, 68, 70, 74, 75, 77, 78, 79, 80, 81, 83, 85, 86, 87, 88, 89, 90, 92, 93, 94, 95, 96, 98, 99, 102, 103, 105, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 128, 129, 130, 131, 132, 133, 135, 136, 137, 138, 139, 141, 142, 143, 144, 148, 151, 152, 153, 154, 155, 156, 158, 159, 160, 162, 163, 164, 165, 167, 168, 169, 170, 171, 172, 174, 176, 180, 181, 182, 183, 184, 186, 188, 189, 191, 192, 193, 194, 201, 202, 203, 204, 205, 207, 208, 209, 210, 211, 212, 215, 216, 217, 218, 220, 221, 222, 223, 224, 228, 229, 230, 231, 237, 238, 239, 246, 247, 250, 251, 257, 258, 259, 261, 262, 263, 265, 266, 267, 268, 270, 271, 275, 276, 277, 280, 281, 282, 283, 285, 287, 289, 290, 291, 292, 293, 294, 296, 297, 298, 299, 300, 302, 303, 309, 310, 311, 317, 318, 319, 321, 322, 325, 327, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 366, 367, 368, 369, 370, 371, 374, 375, 376, 377, 378, 379, 382, 383, 384, 385, 387, 388, 389, 391, 392, 393, 394, 395, 396, 397, 398, 400, 401, 403, 404, 405, 406, 407, 409, 410, 411, 412, 413, 414, 415, 416, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 432, 433, 434, 435, 436, 437, 438, 439, 440, 442, 446, 447, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 461, 462, 464, 465, 466, 469, 470, 472, 473, 474, 475, 476, 477, 478, 479, 480, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 494, 495, 497, 500, 501, 502, 503, 505, 506, 507, 509, 510, 511, 532, 533, 535, 536, 537, 538, 539, 540, 541, 544, 545, 551, 552, 553, 555, 556, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 747, 748, 749, 750, 754, 755, 760, 765, 767, 774, 775, 776, 777, 779, 783, 785, 787, 789, 790, 791, 792, 793, 794, 795, 798, 802, 804, 805, 806, 809, 815, 822, 824, 825, 826, 827, 828, 829, 830, 831, 835, 836, 838, 839, 842, 843, 845, 848, 850, 853, 854, 855, 856, 857, 858, 859, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 883, 884, 885, 890, 892, 894, 895, 896, 897, 902, 904, 907, 910, 911, 912, 915, 916, 917, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 938, 940, 941, 942, 943, 944, 945, 947, 949, 950, 951, 952, 954, 955, 956, 958, 959, 960, 961, 962, 963, 964, 965, 969, 974, 975, 976, 978, 979, 980, 981, 982, 983, 984, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1024, 1025, 1026, 1029, 1030, 1033, 1034, 1035, 1036, 1039, 1041, 1042, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1056, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1069, 1071, 1073, 1075, 1076, 1077, 1079, 1080, 1081, 1082, 1084, 1089, 1092, 1093, 1095, 1097, 1098, 1099, 1101, 1102, 1104, 1105, 1106, 1108, 1109, 1112, 1113, 1114, 1115, 1116, 1119, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1133, 1135, 1137, 1140, 1142, 1144, 1146, 1148, 1149, 1150, 1151, 1152, 1155, 1158, 1159, 1162, 1164, 1165, 1166, 1167, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1179, 1181, 1182, 1183, 1185, 1187, 1190, 1191, 1202, 1204, 1207, 1210, 1211, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1251, 1252, 1253, 1254, 1256, 1257, 1258, 1259, 1260, 1261, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1275, 1277, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1350, 1353, 1355, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1390, 1393, 1396, 1397, 1398, 1399, 1400, 1401, 1403, 1404, 1405, 1406, 1408, 1409, 1411, 1414, 1416, 1419, 1420, 1423, 1426, 1427, 1428, 1429, 1430, 1432, 1433, 1434, 1435, 1442, 1443, 1444, 1447, 1449, 1450, 1451, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1464, 1465, 1466, 1467, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1485, 1486, 1487, 1488, 1489, 1491, 1492, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1503, 1506, 1509, 1512, 1513, 1514, 1515, 1517, 1518, 1519, 1521, 1522, 1523, 1524, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1560, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1571, 1572, 1573, 1574, 1575, 1576, 1579, 1580, 1581, 1582, 1585, 1586, 1590, 1599, 1600, 1602, 1603, 1604, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1617, 1618, 1619, 1620, 1621, 1622, 1626, 1627, 1628, 1631, 1632, 1634, 1636, 1637, 1638, 1639, 1640, 1642, 1643, 1645, 1646, 1648, 1649, 1651, 1654, 1655, 1658, 1660, 1661, 1663, 1665, 1667, 1668, 1669, 1670, 1676, 1678, 1681, 1682, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1696, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1712, 1715, 1718, 1719, 1720, 1721, 1723, 1724, 1725, 1729, 1730, 1731, 1732, 1733, 1734, 1737, 1738, 1740, 1742, 1743, 1744, 1745, 1746, 1748, 1749, 1752, 1753, 1755, 1756, 1757, 1758, 1759, 1760, 1762, 1764, 1765, 1766, 1767, 1768, 1769, 1771, 1773, 1776, 1777, 1778, 1780, 1781, 1782, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1801, 1803, 1805, 1807, 1808, 1813, 1814, 1823, 1830, 1831, 1832, 1833, 1834, 1836, 1837, 1839, 1840, 1842, 1845, 1846, 1850, 1851, 1852, 1853, 1854, 1855, 1857, 1858, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1872, 1873, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1915, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1951, 1954, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1985, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2039, 2040, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2055, 2056, 2057, 2059, 2060, 2061, 2063, 2064, 2065, 2066, 2067, 2069, 2070, 2071, 2074, 2075, 2076, 2077, 2078, 2079, 2081, 2083, 2084, 2085, 2086, 2087], "version1": 551, "version2": 551, "version_equ": [71, 274, 1873], "version_great": [71, 274, 1873], "version_greater_equ": [71, 274, 1346, 1873], "version_less": [71, 274, 1873], "version_less_equ": [71, 274, 1346, 1873], "version_numb": 447, "version_schema": 77, "version_var": [271, 462], "versionmax": 58, "versionmin": 58, "versionnumb": [132, 1345], "vf": [287, 1328], "vfproj": [1038, 1738, 1883], "via": [2, 10, 17, 18, 19, 23, 36, 40, 55, 81, 98, 115, 119, 129, 132, 136, 143, 223, 236, 237, 238, 239, 246, 247, 248, 257, 262, 266, 270, 273, 274, 279, 280, 281, 285, 287, 304, 310, 313, 367, 368, 369, 370, 378, 382, 384, 421, 430, 447, 452, 454, 480, 538, 541, 543, 551, 559, 563, 565, 603, 620, 625, 637, 646, 647, 655, 711, 715, 833, 834, 844, 912, 944, 946, 955, 957, 958, 960, 1090, 1104, 1105, 1165, 1223, 1316, 1317, 1320, 1321, 1323, 1324, 1325, 1327, 1328, 1329, 1330, 1331, 1332, 1335, 1337, 1342, 1344, 1345, 1347, 1348, 1390, 1449, 1490, 1561, 1562, 1563, 1564, 1574, 1629, 1668, 1707, 1823, 1847, 1855, 1924, 1951, 1965, 1985, 2028, 2029], "viabl": 58, "vice": [77, 262, 450, 895, 904, 905], "vicin": [950, 958, 1348], "video": 382, "view": [17, 56, 57, 58, 59, 60, 220, 221, 222, 224, 231, 262, 275, 280, 368, 447, 694, 1334, 1337, 1519], "viewer": 1325, "vim": [247, 1346], "violat": [20, 737], "virtu": 262, "virtual": [17, 132, 283, 318, 426, 473, 474, 475, 480, 483, 559, 664, 987, 1324, 1326, 1347, 1430], "virtualenv": [473, 474, 475], "visibility_inlines_hidden": [282, 285, 536, 623, 1317, 1340, 1874], "visibl": [6, 7, 67, 68, 102, 103, 105, 143, 248, 266, 270, 273, 277, 278, 280, 285, 313, 318, 447, 469, 536, 623, 678, 714, 723, 843, 844, 919, 1012, 1063, 1131, 1320, 1325, 1330, 1341, 1465, 1514, 1862, 1951], "vision": 383, "visiono": [304, 825, 1081, 1338, 1351, 1735, 1772, 1773, 1774, 1845], "visionos_include_fil": 304, "visionos_simulator_include_fil": 304, "vista": 1323, "visual": [2, 27, 74, 107, 116, 139, 175, 194, 203, 247, 249, 252, 257, 258, 262, 264, 266, 268, 270, 274, 280, 281, 287, 289, 297, 325, 343, 379, 382, 386, 394, 421, 450, 539, 555, 568, 677, 692, 707, 709, 722, 758, 781, 782, 783, 784, 806, 824, 851, 864, 865, 866, 867, 868, 870, 874, 878, 880, 921, 923, 925, 936, 937, 969, 982, 997, 1006, 1007, 1009, 1010, 1013, 1014, 1018, 1019, 1020, 1023, 1032, 1038, 1043, 1132, 1133, 1167, 1187, 1195, 1201, 1202, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1242, 1243, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1258, 1259, 1261, 1262, 1263, 1264, 1265, 1266, 1268, 1269, 1270, 1271, 1272, 1274, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1362, 1364, 1388, 1429, 1431, 1438, 1445, 1495, 1496, 1635, 1639, 1668, 1738, 1747, 1755, 1757, 1879, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056], "visual_studio_integr": 1893, "visualag": [983, 1635], "visualc": 262, "visualdsp": 1635, "visualstudio": 1329, "vo": [444, 445], "void": [26, 359, 389, 536, 559, 900, 907, 908, 913, 1243, 1334, 1817], "volk": [503, 1335], "volum": [133, 141, 287], "vorbis_librari": 489, "vs2005": 287, "vs2008": 287, "vs_": 1347, "vs_configuration_typ": [282, 1325, 1345], "vs_copy_to_out_dir": [282, 1347], "vs_csharp_": [282, 325], "vs_csharp_autogen": 325, "vs_csharp_dependentupon": [325, 865], "vs_csharp_designtim": 325, "vs_csharp_designtimesharedinput": 325, "vs_csharp_subtyp": [325, 865], "vs_debugger_": 1323, "vs_debugger_command": [282, 1321, 1322, 1875], "vs_debugger_command_argu": [282, 1322, 1876], "vs_debugger_environ": [282, 1322, 1877], "vs_debugger_working_directori": [282, 1322, 1347, 1878], "vs_deployment_cont": [282, 867, 1318], "vs_deployment_loc": [282, 1318], "vs_desktop_extensions_vers": 282, "vs_dotnet_documentation_fil": [282, 1326], "vs_dotnet_refer": [282, 1239, 1242, 1347], "vs_dotnet_reference_": [282, 1239, 1347], "vs_dotnet_referenceprop_": [282, 1319], "vs_dotnet_references_copy_loc": [282, 1242, 1347], "vs_dotnet_startup_object": [282, 1334], "vs_dotnet_target_framework_vers": [282, 1321], "vs_dpi_awar": [282, 1325], "vs_filter_prop": [282, 1341], "vs_framework_refer": [282, 1342], "vs_global_": [282, 1322, 1344, 1880], "vs_global_defaultlanguag": 1880, "vs_global_keyword": [282, 1255], "vs_global_minimumvisualstudiovers": 1880, "vs_global_project_typ": 282, "vs_global_qtvers": 1251, "vs_global_rootnamespac": 282, "vs_global_section_post_": 282, "vs_global_section_post_extensibilityglob": 781, "vs_global_section_pre_": 282, "vs_include_in_vsix": [282, 1347], "vs_iot_extensions_vers": 282, "vs_iot_startup_task": 282, "vs_just_my_code_debug": [282, 1324, 1884], "vs_keyword": 282, "vs_mobile_extensions_vers": 282, "vs_no_compile_batch": [282, 1334, 1886], "vs_no_solution_deploi": [282, 1324], "vs_package_refer": [281, 282, 287, 1324, 1333, 1887], "vs_platform_toolset": [282, 1327], "vs_project_import": [282, 1324], "vs_resource_gener": [282, 325, 1347], "vs_scc_auxpath": 282, "vs_scc_localpath": 282, "vs_scc_projectnam": 282, "vs_scc_provid": 282, "vs_sdk_refer": [282, 1346], "vs_set": [282, 1327, 1332], "vs_shader_disable_optim": [282, 1320, 1321], "vs_shader_enable_debug": [282, 1320, 1321], "vs_shader_entrypoint": [282, 1318], "vs_shader_flag": [282, 1329], "vs_shader_model": [282, 1318], "vs_shader_object_file_nam": [282, 1321], "vs_shader_output_header_fil": [282, 1319], "vs_shader_typ": [282, 1318], "vs_shader_variable_nam": [282, 1319], "vs_solution_deploi": [282, 1327], "vs_source_settings_": [282, 1327], "vs_source_settings_fxcompil": 1268, "vs_startup_project": [282, 1345], "vs_tool_overrid": [282, 1346], "vs_use_debug_librari": [282, 722, 1341, 1907], "vs_user_prop": [282, 1347], "vs_windows_target_platform_min_vers": [282, 1337, 1909], "vs_winrt_compon": [282, 1273, 1318, 1912], "vs_winrt_extens": 282, "vs_winrt_refer": 282, "vs_xaml_typ": 282, "vsc": 139, "vscode": 247, "vsix": 868, "vsproject": 472, "vswhere": [1562, 1908], "vt": 55, "vta": 55, "vtk": [366, 502, 590, 666, 1318, 1327], "vtk_": 536, "vtk_somelib_export": 536, "vtkconfig": 502, "vtz": 55, "vulkan": [503, 1328, 1331, 1334, 1335], "vulkan_cor": 503, "vulkan_dxc_exe_found": 503, "vulkan_dxc_execut": 503, "vulkan_dxc_lib_found": 503, "vulkan_dxc_librari": 503, "vulkan_found": 503, "vulkan_glslang_found": 503, "vulkan_glslang_librari": 503, "vulkan_glslang_validator_execut": 503, "vulkan_glslangvalidator_found": 503, "vulkan_glslc_execut": [503, 1328], "vulkan_glslc_found": 503, "vulkan_include_dir": 503, "vulkan_librari": 503, "vulkan_moltenvk_found": 503, "vulkan_moltenvk_librari": 503, "vulkan_sdk": 503, "vulkan_shaderc_combined_found": 503, "vulkan_shaderc_combined_librari": 503, "vulkan_spirv": 503, "vulkan_vers": [503, 1333], "vulkan_volk_found": 503, "vulkan_volk_librari": 503, "vulkansdk": 1334, "vv": [252, 257, 271, 290], "vx": 383, "vxwork": 223, "w": [58, 108], "w0": 1339, "w3": [251, 652, 1324], "w4": 1, "w64": 1845, "wa": [2, 6, 7, 18, 20, 23, 26, 33, 52, 55, 56, 57, 58, 59, 63, 67, 68, 69, 70, 71, 77, 85, 86, 94, 95, 100, 108, 114, 116, 120, 121, 122, 132, 133, 134, 139, 142, 167, 188, 247, 248, 251, 252, 258, 259, 262, 263, 264, 266, 267, 268, 269, 271, 273, 274, 279, 281, 285, 287, 290, 298, 299, 302, 304, 309, 310, 347, 368, 369, 370, 375, 379, 380, 382, 383, 384, 385, 389, 394, 396, 406, 408, 412, 415, 418, 419, 421, 422, 426, 435, 443, 446, 447, 451, 453, 455, 456, 458, 462, 463, 464, 465, 469, 473, 475, 476, 482, 483, 494, 495, 496, 500, 503, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 538, 552, 553, 554, 557, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 825, 851, 890, 892, 895, 910, 914, 948, 958, 962, 996, 1063, 1089, 1100, 1103, 1113, 1143, 1144, 1147, 1156, 1163, 1177, 1207, 1273, 1279, 1280, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1467, 1531, 1857, 1858, 1870, 1893, 1894, 1896, 2028, 2061, 2071], "wai": [2, 8, 11, 18, 23, 24, 36, 40, 52, 55, 58, 63, 67, 71, 86, 90, 94, 95, 98, 116, 117, 139, 142, 162, 167, 247, 248, 249, 250, 253, 256, 257, 262, 263, 266, 271, 274, 277, 279, 281, 285, 287, 290, 293, 304, 310, 313, 325, 336, 339, 342, 344, 345, 346, 348, 357, 360, 361, 362, 363, 367, 368, 370, 393, 450, 454, 473, 474, 475, 480, 535, 538, 555, 559, 582, 616, 618, 637, 639, 662, 676, 697, 714, 728, 747, 859, 895, 903, 904, 908, 915, 966, 1150, 1151, 1152, 1189, 1193, 1206, 1217, 1219, 1223, 1278, 1317, 1318, 1319, 1321, 1331, 1334, 1340, 1341, 1347, 1348, 1433, 1434, 1465, 1589, 1684, 1690, 1720, 1729, 1742, 1746, 1782, 1841, 1868, 1919], "wait": [36, 55, 290, 538, 728, 910, 911, 1304, 1317, 1348], "walk": [40, 248, 249], "wall": [1, 251, 290, 382, 901], "want": [6, 7, 16, 18, 55, 77, 78, 86, 90, 104, 110, 128, 132, 137, 142, 148, 247, 248, 250, 251, 254, 255, 256, 257, 258, 259, 262, 263, 271, 274, 285, 290, 293, 310, 318, 360, 368, 370, 382, 394, 430, 471, 478, 480, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 560, 602, 628, 637, 644, 651, 652, 677, 696, 701, 717, 815, 857, 950, 1013, 1014, 1080, 1081, 1099, 1104, 1257, 1258, 1330, 1338, 1345, 1437, 1532, 1690, 1729], "want_header_set_verif": 1872, "warn": [1, 14, 19, 20, 23, 27, 35, 55, 73, 76, 90, 93, 100, 114, 118, 124, 132, 139, 142, 248, 250, 261, 262, 265, 266, 268, 274, 277, 280, 281, 287, 290, 304, 310, 326, 329, 343, 356, 370, 379, 394, 462, 492, 534, 539, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 983, 996, 1006, 1009, 1052, 1110, 1121, 1127, 1172, 1175, 1183, 1317, 1318, 1320, 1322, 1323, 1324, 1326, 1327, 1328, 1330, 1333, 1334, 1335, 1336, 1344, 1347, 1444, 1537, 1725, 1782, 1783, 1913, 1914, 1957, 1977, 1986, 1987], "warn_format": 394, "warn_logfil": 394, "warnonabsoluteinstalldestin": 134, "wasi": [286, 1845], "wasn": [83, 576], "watch": [126, 1742, 1845], "watcher": 126, "watcho": [304, 825, 1081, 1323, 1330, 1338, 1351, 1735, 1772, 1773, 1774, 1845], "watchos_include_fil": 304, "watchos_simulator_include_fil": 304, "watchsimul": 285, "watcom": [262, 275, 280, 696, 1275, 1318, 1334, 1635, 1915], "watcom_runtime_librari": [282, 696, 1334, 1915], "watermark": 136, "watermarkpixmap": 136, "wdeprec": [265, 281, 287, 1344, 1913], "wdev": [265, 281, 287, 1344], "we": [2, 18, 23, 55, 56, 57, 59, 60, 71, 77, 90, 137, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 263, 266, 270, 271, 274, 277, 281, 290, 293, 357, 370, 383, 473, 475, 618, 620, 950, 952, 994, 1104, 1320, 1335, 1346, 1458, 1535, 1562, 1681, 1702, 1872], "weak": [142, 274], "weak_framework": [274, 1334, 1690, 1729], "weak_librari": [274, 1334, 1690, 1729], "weaker": 5, "web": [132, 135, 136, 137, 138, 265, 276, 287, 289, 290, 368], "webassembli": [1845, 2081], "webview": 532, "wed": 290, "wednesdai": 290, "week": [108, 1332], "weekdai": [108, 1319, 1346], "weight": [290, 888, 901], "welcom": [138, 143, 310, 454, 1326], "well": [27, 58, 63, 71, 86, 99, 120, 132, 139, 142, 230, 247, 248, 252, 262, 263, 264, 268, 271, 273, 274, 277, 279, 285, 287, 290, 292, 303, 349, 364, 370, 383, 393, 447, 458, 459, 482, 483, 500, 551, 555, 581, 608, 616, 618, 641, 702, 716, 733, 767, 857, 948, 951, 956, 959, 1021, 1030, 1081, 1152, 1213, 1281, 1319, 1320, 1321, 1323, 1328, 1345, 1348, 1406, 1515, 1690, 1729, 1865], "went": [37, 735, 736], "were": [18, 20, 29, 38, 55, 58, 77, 86, 93, 102, 103, 121, 135, 136, 142, 152, 167, 188, 248, 259, 263, 271, 283, 285, 286, 290, 299, 302, 310, 356, 368, 369, 370, 379, 387, 393, 395, 396, 398, 401, 408, 409, 419, 421, 426, 436, 437, 446, 455, 466, 492, 496, 497, 498, 507, 509, 510, 571, 572, 577, 587, 613, 628, 631, 633, 639, 660, 662, 676, 679, 686, 688, 702, 705, 707, 725, 726, 735, 792, 797, 800, 812, 813, 816, 895, 1164, 1177, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1345, 1346, 1347, 1348, 1504, 1529, 1530, 1547, 1550, 1913], "werror": [120, 265, 281, 287, 1334, 1344], "western": 1329, "wextra": [1, 251], "wformat": 251, "wget": 504, "wget_execut": 504, "wget_found": 504, "what": [2, 6, 7, 58, 90, 118, 142, 148, 151, 167, 247, 253, 254, 256, 263, 265, 268, 271, 273, 275, 285, 287, 290, 310, 368, 369, 370, 379, 382, 383, 391, 415, 426, 446, 455, 457, 460, 466, 468, 472, 477, 496, 499, 505, 533, 541, 542, 559, 563, 568, 578, 588, 618, 657, 722, 733, 740, 768, 795, 820, 824, 844, 848, 904, 1085, 1086, 1116, 1127, 1129, 1130, 1158, 1159, 1165, 1192, 1212, 1270, 1318, 1324, 1328, 1333, 1335, 1338, 1339, 1340, 1346, 1347, 1390, 1525, 1526, 1618, 1634, 1638, 1695, 1696, 1725, 1907], "whatev": [18, 26, 382, 458, 1331], "wheeler": [132, 142], "when": [1, 2, 3, 7, 8, 10, 11, 12, 14, 17, 18, 19, 20, 21, 22, 23, 26, 35, 37, 40, 44, 52, 53, 55, 56, 57, 58, 59, 60, 63, 77, 78, 79, 82, 83, 86, 89, 90, 93, 98, 99, 100, 102, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 122, 124, 126, 128, 129, 130, 132, 133, 134, 135, 136, 137, 139, 141, 142, 143, 144, 146, 148, 149, 152, 153, 154, 155, 157, 158, 159, 160, 162, 168, 171, 172, 175, 176, 180, 183, 184, 185, 186, 189, 193, 194, 196, 197, 198, 200, 202, 203, 205, 209, 211, 214, 218, 229, 246, 248, 249, 250, 251, 252, 255, 256, 257, 260, 262, 263, 265, 266, 268, 269, 270, 271, 273, 274, 275, 276, 277, 279, 280, 281, 283, 285, 286, 287, 289, 290, 293, 296, 301, 302, 303, 304, 308, 310, 313, 318, 326, 329, 330, 333, 336, 337, 338, 343, 347, 349, 350, 353, 356, 362, 367, 368, 369, 370, 371, 373, 375, 379, 382, 383, 384, 388, 391, 394, 397, 409, 410, 411, 412, 415, 426, 446, 447, 450, 455, 457, 462, 469, 472, 473, 474, 475, 476, 477, 479, 480, 483, 484, 492, 496, 498, 500, 508, 511, 534, 535, 536, 537, 538, 539, 541, 551, 554, 555, 559, 560, 563, 564, 566, 577, 580, 582, 583, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 603, 608, 609, 611, 614, 618, 620, 623, 625, 627, 629, 632, 637, 643, 648, 652, 655, 656, 657, 658, 661, 662, 664, 672, 674, 677, 683, 685, 686, 688, 691, 692, 695, 703, 709, 710, 712, 713, 715, 716, 717, 718, 720, 721, 724, 725, 726, 728, 730, 732, 735, 737, 739, 740, 756, 758, 760, 766, 767, 768, 776, 778, 779, 781, 782, 787, 789, 790, 802, 803, 804, 806, 809, 810, 815, 816, 822, 825, 833, 834, 837, 838, 839, 842, 843, 845, 847, 857, 858, 859, 863, 866, 867, 888, 895, 902, 904, 910, 912, 916, 917, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 941, 942, 944, 945, 947, 948, 949, 950, 952, 953, 954, 955, 957, 958, 960, 961, 963, 964, 965, 966, 967, 970, 971, 972, 973, 977, 978, 981, 982, 983, 985, 986, 987, 989, 993, 994, 995, 996, 997, 998, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1012, 1013, 1014, 1017, 1021, 1022, 1023, 1025, 1026, 1027, 1029, 1031, 1032, 1033, 1034, 1037, 1038, 1039, 1042, 1043, 1050, 1051, 1052, 1053, 1061, 1064, 1070, 1072, 1080, 1081, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1100, 1101, 1102, 1103, 1106, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1139, 1140, 1141, 1143, 1144, 1145, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1158, 1159, 1160, 1163, 1165, 1166, 1167, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1182, 1183, 1186, 1187, 1188, 1189, 1193, 1201, 1202, 1205, 1208, 1213, 1214, 1217, 1219, 1223, 1224, 1227, 1228, 1229, 1230, 1231, 1233, 1234, 1235, 1236, 1243, 1254, 1257, 1260, 1261, 1267, 1271, 1275, 1276, 1277, 1281, 1283, 1286, 1287, 1289, 1290, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1350, 1351, 1353, 1354, 1355, 1358, 1362, 1364, 1365, 1366, 1367, 1369, 1376, 1377, 1378, 1379, 1380, 1384, 1387, 1388, 1392, 1393, 1394, 1395, 1399, 1407, 1409, 1412, 1415, 1418, 1422, 1424, 1425, 1426, 1427, 1428, 1430, 1431, 1435, 1436, 1438, 1445, 1446, 1448, 1449, 1451, 1455, 1457, 1458, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1471, 1472, 1474, 1475, 1477, 1478, 1480, 1481, 1482, 1484, 1487, 1490, 1492, 1495, 1496, 1499, 1501, 1502, 1503, 1506, 1510, 1511, 1514, 1517, 1518, 1519, 1525, 1526, 1529, 1530, 1531, 1532, 1535, 1537, 1538, 1547, 1550, 1553, 1556, 1562, 1563, 1566, 1567, 1568, 1569, 1570, 1573, 1575, 1576, 1577, 1578, 1579, 1581, 1582, 1587, 1602, 1603, 1618, 1619, 1620, 1621, 1622, 1627, 1628, 1634, 1636, 1638, 1641, 1648, 1649, 1654, 1655, 1656, 1657, 1668, 1669, 1670, 1673, 1675, 1676, 1678, 1680, 1682, 1684, 1686, 1690, 1695, 1696, 1699, 1701, 1702, 1703, 1704, 1705, 1708, 1711, 1712, 1716, 1717, 1718, 1720, 1723, 1724, 1725, 1729, 1732, 1740, 1741, 1743, 1746, 1750, 1751, 1755, 1756, 1757, 1760, 1762, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1777, 1778, 1781, 1782, 1783, 1796, 1797, 1798, 1799, 1804, 1805, 1806, 1808, 1811, 1812, 1817, 1818, 1819, 1820, 1823, 1824, 1825, 1828, 1829, 1834, 1836, 1837, 1845, 1846, 1847, 1849, 1850, 1854, 1857, 1859, 1862, 1865, 1866, 1867, 1869, 1872, 1874, 1883, 1884, 1886, 1887, 1888, 1909, 1910, 1912, 1913, 1915, 1920, 1927, 1951, 1952, 1953, 1955, 1956, 1957, 1971, 1975, 1978, 1986, 2016, 2028, 2029, 2036, 2039, 2040, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2057, 2058, 2062, 2080, 2081, 2082, 2083, 2084, 2085, 2086], "whenev": [2, 3, 71, 82, 130, 273, 277, 368, 369, 394, 629, 695, 1104, 1348], "where": [2, 7, 14, 16, 17, 18, 20, 21, 23, 43, 52, 55, 56, 57, 58, 59, 60, 62, 66, 71, 77, 81, 83, 89, 90, 93, 102, 103, 107, 108, 115, 116, 118, 132, 133, 134, 135, 137, 138, 139, 141, 142, 143, 212, 230, 247, 248, 249, 252, 257, 259, 262, 263, 266, 271, 273, 274, 279, 281, 283, 285, 287, 289, 290, 292, 294, 304, 308, 310, 313, 339, 348, 360, 367, 368, 371, 373, 379, 381, 382, 383, 384, 386, 389, 392, 393, 394, 395, 397, 399, 400, 404, 406, 419, 421, 426, 427, 428, 429, 430, 436, 439, 440, 441, 442, 444, 445, 446, 447, 450, 451, 455, 458, 459, 460, 461, 463, 466, 467, 468, 471, 473, 475, 476, 477, 479, 480, 481, 482, 484, 485, 486, 487, 488, 489, 490, 491, 496, 499, 505, 508, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 533, 535, 537, 538, 550, 551, 555, 559, 560, 563, 568, 584, 618, 648, 658, 664, 685, 687, 721, 730, 755, 835, 843, 850, 859, 862, 892, 914, 942, 948, 958, 975, 987, 993, 1038, 1050, 1063, 1089, 1103, 1104, 1147, 1150, 1157, 1178, 1322, 1323, 1324, 1325, 1326, 1330, 1334, 1335, 1342, 1343, 1348, 1392, 1393, 1465, 1467, 1468, 1487, 1490, 1533, 1562, 1564, 1589, 1590, 1593, 1661, 1690, 1711, 1712, 1729, 1743, 1781, 1782, 1804, 1805, 1841, 1842, 1873, 1908, 1967, 2079], "wherea": [262, 271, 274, 277, 283, 285, 313, 368, 370, 446, 895, 904, 905, 1036, 1744, 1953, 1956], "wherev": 71, "whether": [4, 16, 18, 20, 21, 23, 24, 40, 43, 53, 55, 58, 67, 71, 77, 93, 113, 118, 121, 133, 136, 138, 248, 253, 262, 263, 266, 269, 270, 271, 273, 279, 280, 281, 283, 290, 304, 308, 310, 313, 326, 330, 333, 336, 337, 338, 343, 347, 349, 350, 353, 356, 362, 364, 368, 369, 370, 379, 382, 383, 394, 415, 422, 425, 433, 446, 447, 462, 469, 492, 534, 537, 541, 544, 551, 555, 559, 565, 566, 567, 569, 570, 571, 573, 574, 578, 620, 627, 629, 643, 672, 676, 678, 685, 698, 709, 717, 723, 728, 741, 792, 802, 803, 804, 805, 812, 813, 820, 822, 823, 824, 839, 841, 842, 843, 919, 925, 935, 944, 948, 955, 958, 964, 965, 966, 983, 989, 996, 997, 998, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1012, 1017, 1021, 1037, 1039, 1051, 1052, 1053, 1055, 1063, 1081, 1082, 1089, 1107, 1126, 1130, 1153, 1154, 1163, 1169, 1171, 1172, 1173, 1174, 1175, 1176, 1188, 1205, 1206, 1223, 1231, 1270, 1282, 1284, 1289, 1290, 1292, 1293, 1294, 1295, 1296, 1302, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1314, 1319, 1320, 1323, 1324, 1326, 1330, 1331, 1334, 1335, 1336, 1337, 1339, 1340, 1341, 1343, 1345, 1347, 1348, 1357, 1369, 1377, 1384, 1402, 1408, 1409, 1410, 1413, 1420, 1423, 1444, 1448, 1475, 1476, 1503, 1504, 1506, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1595, 1596, 1604, 1618, 1668, 1685, 1717, 1719, 1721, 1725, 1731, 1732, 1736, 1744, 1781, 1803, 1808, 1819, 1821, 1823, 1872, 1907, 1913, 1925, 1926, 1927, 1928, 1929, 1930, 1935, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1947, 2028, 2037, 2061, 2071], "which": [2, 3, 6, 7, 8, 9, 10, 12, 17, 18, 19, 20, 21, 22, 23, 24, 26, 36, 37, 40, 51, 53, 55, 56, 57, 58, 59, 60, 61, 63, 65, 66, 67, 68, 71, 72, 77, 78, 79, 80, 81, 83, 86, 88, 89, 90, 93, 94, 95, 98, 99, 100, 102, 107, 108, 113, 115, 117, 118, 119, 120, 121, 122, 124, 129, 132, 133, 134, 135, 136, 137, 139, 142, 143, 145, 147, 148, 167, 192, 194, 195, 198, 199, 201, 203, 204, 206, 207, 208, 210, 213, 217, 220, 221, 229, 230, 231, 232, 247, 248, 249, 250, 251, 253, 254, 255, 256, 257, 258, 259, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 273, 274, 276, 277, 279, 280, 281, 283, 285, 287, 289, 290, 293, 294, 296, 299, 301, 303, 304, 310, 313, 318, 336, 360, 367, 368, 369, 370, 375, 379, 382, 383, 387, 388, 389, 394, 397, 398, 403, 411, 415, 426, 430, 446, 447, 456, 458, 462, 472, 473, 474, 475, 480, 483, 484, 489, 494, 495, 497, 503, 507, 534, 535, 536, 538, 551, 555, 559, 560, 563, 568, 575, 577, 578, 580, 582, 585, 586, 597, 598, 607, 610, 618, 620, 622, 629, 637, 641, 643, 644, 645, 648, 649, 651, 657, 658, 659, 662, 664, 670, 671, 673, 674, 676, 678, 679, 687, 689, 696, 702, 716, 717, 721, 723, 726, 729, 736, 745, 747, 749, 756, 761, 767, 774, 781, 782, 786, 788, 796, 797, 799, 800, 809, 811, 812, 813, 831, 833, 834, 843, 844, 848, 851, 858, 859, 863, 885, 894, 895, 896, 904, 913, 914, 937, 944, 945, 946, 948, 949, 950, 953, 954, 957, 960, 962, 969, 970, 973, 981, 996, 1000, 1003, 1004, 1005, 1006, 1009, 1017, 1024, 1038, 1046, 1049, 1050, 1052, 1054, 1057, 1065, 1066, 1067, 1069, 1071, 1073, 1076, 1077, 1079, 1081, 1082, 1084, 1090, 1092, 1099, 1101, 1103, 1104, 1110, 1111, 1113, 1114, 1129, 1132, 1137, 1138, 1143, 1147, 1149, 1150, 1151, 1152, 1161, 1162, 1166, 1167, 1169, 1172, 1175, 1177, 1183, 1186, 1191, 1201, 1207, 1213, 1217, 1220, 1221, 1223, 1225, 1226, 1227, 1228, 1229, 1239, 1246, 1269, 1270, 1275, 1287, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1356, 1389, 1430, 1432, 1437, 1448, 1449, 1465, 1468, 1472, 1490, 1492, 1499, 1533, 1535, 1543, 1544, 1545, 1548, 1549, 1554, 1562, 1564, 1571, 1574, 1597, 1600, 1619, 1642, 1672, 1684, 1690, 1702, 1713, 1715, 1720, 1725, 1729, 1743, 1745, 1756, 1757, 1773, 1782, 1785, 1786, 1834, 1845, 1849, 1854, 1859, 1865, 1872, 1907, 1911, 1915, 1920, 1949, 1953, 1955, 1956, 1967, 1970, 1971, 1972, 1973, 1974, 1976, 1977, 1986, 1987, 1997, 2054, 2071], "whichev": [100, 290, 902], "while": [1, 2, 8, 11, 12, 13, 18, 21, 23, 24, 25, 37, 50, 52, 53, 55, 58, 62, 71, 77, 113, 114, 116, 117, 120, 132, 137, 139, 142, 143, 144, 153, 155, 158, 159, 160, 180, 183, 230, 247, 248, 249, 254, 256, 262, 263, 266, 267, 268, 269, 271, 273, 274, 277, 280, 281, 290, 299, 313, 326, 368, 370, 426, 469, 473, 474, 475, 535, 538, 562, 571, 578, 580, 613, 620, 690, 728, 740, 781, 843, 844, 891, 978, 979, 980, 981, 982, 993, 996, 1060, 1081, 1100, 1103, 1143, 1144, 1148, 1152, 1211, 1214, 1317, 1318, 1319, 1322, 1325, 1330, 1332, 1334, 1339, 1345, 1442, 1443, 1449, 1505, 1528, 1772, 1773, 1774, 1775, 1782, 1850, 1868, 1914], "whitespac": [2, 24, 62, 99, 108, 188, 277, 280, 394, 564, 670, 781, 782, 1015, 1328], "who": [58, 90, 281, 326, 450, 496, 498, 535, 1338], "whoever": 256, "whole": [2, 18, 75, 83, 198, 263, 266, 274, 290, 368, 447, 457, 538, 697, 703, 717, 815, 894, 895, 896, 1050, 1137, 1214, 1260, 1320, 1321, 1334, 1340, 1341, 1347, 1535, 1589, 1602, 1841, 1850, 1862], "whole_arch": [274, 1334, 1690, 1725, 1729], "wholearch": [1690, 1729], "wholemodul": [717, 1214, 1850], "whose": [2, 3, 6, 7, 10, 19, 85, 93, 107, 134, 248, 263, 273, 274, 275, 277, 279, 281, 287, 290, 293, 343, 368, 370, 452, 469, 538, 563, 618, 620, 651, 696, 701, 781, 782, 783, 847, 971, 972, 996, 1006, 1009, 1072, 1081, 1104, 1136, 1153, 1154, 1156, 1157, 1172, 1175, 1321, 1329, 1330, 1332, 1338, 1342, 1347, 1634, 1638, 1673, 1675, 1679, 1731, 1732, 1892], "why": [263, 277, 618, 950], "wide": [1, 8, 53, 82, 113, 117, 141, 143, 156, 262, 264, 268, 271, 273, 274, 279, 281, 287, 732, 837, 838, 839, 841, 842, 1005, 1246, 1269, 1319, 1320, 1331, 1337, 1341, 1347, 1517, 1529, 1547, 1656, 1657], "widen": 290, "wider": 446, "widespread": 1323, "widget": [136, 273, 279, 283, 409, 480, 744, 745, 834, 856, 948, 1327, 1330], "width": [136, 281, 290], "wiki": [132, 142, 382, 482], "wikipedia": [382, 482], "wild": 670, "wildcard": [55, 274, 287, 394, 538, 1690, 1729], "wildsau": 493, "will_fail": [10, 282], "win": 370, "win32": [6, 24, 55, 60, 236, 237, 238, 239, 283, 286, 310, 342, 379, 382, 423, 480, 496, 500, 532, 1017, 1269, 1492, 1563, 1747, 1890], "win32_execut": [6, 282, 283, 1328, 1330, 1916], "win32proj": 1248, "win64": [236, 237, 310, 447, 2082], "winc": [286, 1013, 1014, 1322, 1324, 1345], "window": [7, 18, 21, 22, 52, 55, 56, 57, 58, 59, 60, 66, 71, 77, 80, 99, 133, 136, 137, 138, 143, 150, 156, 161, 166, 173, 178, 179, 188, 198, 212, 223, 225, 226, 248, 260, 262, 263, 266, 273, 274, 276, 277, 279, 280, 281, 290, 304, 310, 313, 325, 370, 373, 379, 380, 382, 383, 390, 394, 395, 415, 419, 421, 443, 446, 447, 449, 450, 452, 454, 473, 474, 475, 479, 480, 532, 536, 537, 539, 541, 580, 696, 709, 716, 732, 736, 754, 831, 835, 866, 867, 892, 911, 912, 943, 948, 958, 974, 1012, 1017, 1021, 1043, 1076, 1088, 1090, 1137, 1149, 1237, 1240, 1252, 1253, 1256, 1258, 1267, 1271, 1272, 1274, 1275, 1276, 1277, 1317, 1319, 1320, 1322, 1323, 1324, 1325, 1327, 1328, 1329, 1330, 1331, 1333, 1334, 1335, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1347, 1348, 1397, 1430, 1492, 1507, 1526, 1563, 1580, 1584, 1588, 1602, 1634, 1638, 1684, 1689, 1690, 1693, 1707, 1715, 1716, 1720, 1728, 1729, 1738, 1800, 1810, 1827, 1845, 1846, 1847, 1909, 1910, 1911, 1915, 1956, 2037, 2043, 2082], "windows7": 1891, "windows_command": 99, "windows_export_all_symbol": [282, 1343, 1346, 1348, 1917], "windows_phon": 286, "windows_registri": [17, 66, 1334], "windows_stor": 286, "windowsc": [285, 1845, 2083], "windowsdesktop": 1247, "windowsform": 1247, "windowskernelmodedriv": 1918, "windowskernelmodedriver10": 1260, "windowsphon": [285, 1318, 1845, 2084], "windowssdkvers": 1910, "windowsstor": [285, 1271, 1318, 1845, 2085], "windowstargetplatformvers": 709, "windowsusermodedriver10": 1260, "windowtitl": 551, "wine": 137, "winform": 1247, "wing": [512, 513, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530], "winmain": [580, 1276], "winrt": [1274, 1318, 1901, 1912], "winvalid": [118, 1183], "wipe": 279, "wise": [21, 71, 287, 1337, 1873, 2063, 2074], "wish": [77, 130, 247, 264, 268, 279, 281, 382, 411, 425, 450, 496, 505, 559, 784, 1229, 1248, 1531], "wit": 618, "with_foo": 369, "with_prefix": 430, "with_soabi": [473, 475, 1326], "with_variad": 268, "witharg": 538, "withargstest": 538, "within": [2, 6, 7, 55, 56, 57, 58, 59, 60, 75, 77, 83, 98, 107, 114, 116, 119, 142, 248, 250, 256, 265, 266, 268, 270, 273, 276, 277, 281, 285, 287, 290, 293, 296, 304, 313, 367, 368, 370, 382, 394, 396, 472, 535, 551, 676, 759, 868, 919, 964, 977, 988, 990, 991, 992, 1004, 1055, 1063, 1076, 1100, 1101, 1122, 1228, 1318, 1319, 1322, 1323, 1324, 1340, 1342, 1347, 1348, 1490, 1537, 1562, 1602, 1603, 1629, 1742, 1865, 1949, 1967, 2073], "without": [2, 7, 11, 12, 14, 18, 20, 21, 22, 24, 29, 32, 37, 53, 55, 56, 57, 58, 59, 60, 62, 66, 71, 77, 93, 100, 108, 116, 127, 129, 132, 136, 137, 141, 142, 143, 167, 248, 249, 250, 256, 260, 262, 263, 268, 273, 274, 277, 279, 280, 283, 285, 287, 290, 302, 304, 310, 325, 330, 333, 337, 338, 347, 349, 350, 353, 368, 369, 379, 394, 446, 447, 462, 469, 534, 536, 537, 538, 547, 551, 559, 565, 566, 572, 605, 611, 623, 625, 629, 637, 663, 669, 674, 675, 676, 678, 685, 686, 688, 715, 723, 727, 746, 761, 811, 843, 892, 936, 948, 955, 958, 1021, 1063, 1064, 1081, 1104, 1121, 1150, 1151, 1167, 1275, 1317, 1320, 1321, 1324, 1326, 1327, 1328, 1329, 1330, 1333, 1337, 1338, 1339, 1342, 1345, 1347, 1348, 1354, 1388, 1465, 1490, 1531, 1537, 1598, 1603, 1668, 1690, 1729, 1757, 1770, 1782, 1789, 1790, 1792, 1793, 1820, 1863, 1890, 1915, 1951, 1955, 1956], "wix": [74, 102, 280, 288, 310, 324, 732, 826, 827, 828, 829, 830, 831, 1318, 1328, 1333, 1334, 1339, 1340, 1341, 1342, 1346, 1348], "wix_extens": 143, "wixext": 143, "wixlib": 143, "wixobj": 143, "wixtoolset": [143, 831], "wixui": 143, "wixui_featuretre": 143, "wixui_installdir": 143, "wixui_loc": 143, "wixuiextens": [143, 1333], "wizard": [136, 137, 1317, 1330], "wl": [8, 117, 447, 620, 1066, 1152, 1325, 1681, 1684, 1690, 1720, 1729], "wmake": [262, 275], "wmo": 717, "wmost": 1326, "wno": [262, 265, 281, 287, 838, 1318, 1326, 1344, 1913], "woetzel": [533, 556, 557], "won": [19, 90, 137, 263, 310, 370, 382, 430, 471, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 1105, 1267], "word": [21, 24, 56, 57, 59, 60, 93, 108, 116, 134, 293, 310, 452, 1318, 1319, 1537, 1634, 1638, 1695], "work": [2, 3, 10, 11, 18, 23, 35, 40, 43, 52, 53, 55, 58, 77, 90, 93, 100, 110, 116, 124, 132, 135, 137, 143, 145, 147, 171, 192, 195, 199, 213, 217, 223, 248, 249, 254, 256, 257, 258, 259, 261, 265, 266, 270, 271, 274, 277, 279, 281, 285, 287, 289, 290, 294, 302, 304, 310, 318, 326, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 344, 345, 346, 348, 350, 351, 352, 353, 354, 355, 357, 358, 359, 360, 361, 362, 363, 368, 369, 370, 382, 394, 414, 418, 424, 446, 447, 471, 472, 478, 495, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 534, 535, 538, 551, 563, 565, 568, 582, 591, 593, 618, 623, 626, 630, 662, 670, 680, 701, 724, 725, 728, 747, 748, 754, 781, 782, 822, 835, 870, 903, 914, 915, 948, 951, 956, 959, 974, 1030, 1081, 1214, 1219, 1233, 1234, 1235, 1236, 1243, 1251, 1313, 1317, 1318, 1320, 1322, 1323, 1324, 1326, 1327, 1328, 1329, 1330, 1332, 1333, 1337, 1339, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1418, 1453, 1463, 1471, 1495, 1496, 1514, 1515, 1556, 1629, 1743, 1824, 1845, 1850, 1865, 1868, 1922, 1946], "workaround": [274, 279, 618, 670, 1318, 1344], "workflow": [289, 857, 1335, 1342], "workflowpreset": [281, 1335], "working_directori": [2, 3, 10, 52, 55, 121, 230, 282, 368, 394, 447, 538, 648, 658, 903, 1317, 1322, 1330, 1342], "workspac": 1347, "world": [18, 137, 142, 277], "world_execut": [55, 77, 142], "world_read": [55, 77, 142], "world_writ": [55, 77, 142], "worri": [248, 254], "worth": 1347, "would": [2, 7, 11, 18, 22, 27, 28, 29, 35, 36, 37, 38, 39, 53, 55, 56, 57, 59, 60, 71, 77, 86, 90, 98, 110, 114, 116, 120, 121, 137, 138, 139, 142, 230, 247, 248, 249, 252, 255, 256, 257, 259, 262, 263, 266, 271, 274, 279, 281, 285, 290, 304, 327, 368, 370, 382, 383, 404, 457, 459, 467, 471, 480, 481, 484, 485, 486, 487, 488, 489, 490, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 538, 555, 563, 565, 567, 568, 569, 571, 573, 583, 620, 626, 639, 648, 653, 658, 662, 669, 672, 673, 675, 676, 685, 705, 716, 725, 728, 730, 734, 737, 747, 844, 858, 859, 881, 893, 895, 904, 913, 950, 1034, 1080, 1100, 1103, 1104, 1110, 1137, 1143, 1144, 1150, 1151, 1223, 1318, 1319, 1322, 1323, 1325, 1326, 1335, 1345, 1348, 1418, 1465, 1524, 1531, 1634, 1638, 1684, 1690, 1695, 1696, 1715, 1720, 1725, 1729, 1787, 1788, 1791, 1795, 1824], "wouldn": [263, 688], "wpedant": 1, "wpf": [325, 1247, 1347], "wrangler": 405, "wrap": [8, 18, 90, 116, 117, 119, 120, 230, 251, 266, 271, 274, 290, 299, 367, 368, 374, 462, 480, 559, 737, 817, 818, 819, 832, 882, 900, 907, 908, 913, 1015, 1103, 1147, 1152], "wrap_exclud": 282, "wrapper": [61, 94, 95, 139, 256, 285, 291, 381, 415, 420, 446, 462, 492, 497, 502, 508, 540, 555, 1281, 1318, 1321, 1324, 1330, 1348, 1631, 1643, 1690, 1729], "writabl": [71, 293], "write": [11, 18, 37, 53, 58, 72, 92, 108, 120, 126, 128, 132, 136, 141, 167, 250, 263, 268, 269, 271, 273, 274, 275, 287, 290, 304, 365, 370, 375, 415, 446, 496, 538, 551, 555, 559, 568, 676, 722, 1317, 1318, 1320, 1324, 1329, 1331, 1336, 1355, 1426, 1427, 1428, 1514, 1517, 1518, 1532, 1556, 1558, 1742, 1967], "write_basic_config_version_fil": 558, "write_basic_package_version_fil": [248, 250, 279, 304, 558, 1320, 1323], "write_compiler_detection_head": 559, "write_fil": 267, "write_qt4_conf": 365, "write_regv": 287, "writebasicconfigversionfil": 278, "writecompilerdetectionhead": [268, 278, 280, 680, 1318, 1321, 1329, 1330, 1347], "writer": 290, "written": [10, 16, 18, 19, 21, 23, 53, 55, 71, 77, 92, 132, 142, 143, 248, 249, 269, 273, 274, 277, 287, 289, 303, 310, 365, 368, 370, 395, 426, 455, 551, 555, 559, 560, 561, 573, 582, 648, 658, 679, 687, 848, 948, 1317, 1320, 1328, 1329, 1340, 1354, 1465, 1498, 1532, 1760, 1864], "wrong": [37, 119, 248, 266, 274, 279, 304, 370, 563, 737, 1963], "wshadow": 251, "wunus": 251, "www": [17, 132, 139, 368, 369, 394, 458, 1317], "wx": [143, 532, 533], "wx_config": 532, "wxrc_cmd": 532, "wxusingdl": 532, "wxwidget": [532, 533, 556, 557], "wxwidgets_config_opt": 532, "wxwidgets_configur": 532, "wxwidgets_cxx_flag": 532, "wxwidgets_definit": 532, "wxwidgets_definitions_debug": 532, "wxwidgets_exclude_common_librari": 532, "wxwidgets_found": 532, "wxwidgets_include_dir": 532, "wxwidgets_lib_dir": 532, "wxwidgets_librari": [532, 557], "wxwidgets_library_dir": 532, "wxwidgets_root_dir": 532, "wxwidgets_use_debug": 532, "wxwidgets_use_fil": [532, 556, 557], "wxwidgets_use_stat": 532, "wxwidgets_use_unicod": 532, "wxwidgets_use_univers": 532, "wxwindow": [532, 533, 556], "wxwindows_definit": 533, "wxwindows_found": 533, "wxwindows_include_dir": 533, "wxwindows_include_path": 533, "wxwindows_librari": 533, "wxwindows_link_directori": 533, "wxwindows_use_gl": [533, 556], "x": [21, 62, 86, 108, 143, 248, 253, 255, 256, 260, 262, 277, 280, 287, 304, 310, 313, 327, 341, 359, 379, 382, 383, 391, 409, 416, 422, 425, 454, 484, 494, 511, 533, 559, 653, 679, 1104, 1317, 1318, 1322, 1323, 1324, 1328, 1329, 1337, 1340, 1345, 1346, 1702, 1742, 1845, 1920], "x11": [135, 454, 463, 469, 506, 1329], "x11_dpms_found": 506, "x11_dpms_include_path": 506, "x11_found": [454, 463, 506], "x11_ice_found": 506, "x11_ice_include_path": 506, "x11_ice_lib": 506, "x11_include_dir": [463, 506], "x11_librari": 506, "x11_sm_found": 506, "x11_sm_include_path": 506, "x11_sm_lib": 506, "x11_x11_include_path": 506, "x11_x11_lib": [463, 506], "x11_x11_xcb_found": 506, "x11_x11_xcb_include_path": 506, "x11_x11_xcb_lib": 506, "x11_xaccess_found": 506, "x11_xaccessrules_include_path": 506, "x11_xaccessstr_include_path": 506, "x11_xau_found": 506, "x11_xau_include_path": 506, "x11_xau_lib": 506, "x11_xaw_found": 506, "x11_xaw_include_path": 506, "x11_xaw_lib": 506, "x11_xcb": 506, "x11_xcb_composite_found": 506, "x11_xcb_composite_include_path": 506, "x11_xcb_composite_lib": 506, "x11_xcb_cursor_found": 506, "x11_xcb_cursor_include_path": 506, "x11_xcb_cursor_lib": 506, "x11_xcb_damage_found": 506, "x11_xcb_damage_include_path": 506, "x11_xcb_damage_lib": 506, "x11_xcb_dpms_found": 506, "x11_xcb_dpms_include_path": 506, "x11_xcb_dpms_lib": 506, "x11_xcb_dri2_found": 506, "x11_xcb_dri2_include_path": 506, "x11_xcb_dri2_lib": 506, "x11_xcb_dri3_found": 506, "x11_xcb_dri3_include_path": 506, "x11_xcb_dri3_lib": 506, "x11_xcb_errors_found": 506, "x11_xcb_errors_include_path": 506, "x11_xcb_errors_lib": 506, "x11_xcb_ewmh_found": 506, "x11_xcb_ewmh_include_path": 506, "x11_xcb_ewmh_lib": 506, "x11_xcb_found": 506, "x11_xcb_glx_found": 506, "x11_xcb_glx_include_path": 506, "x11_xcb_glx_lib": 506, "x11_xcb_icccm_found": 506, "x11_xcb_icccm_include_path": 506, "x11_xcb_icccm_lib": 506, "x11_xcb_image_found": 506, "x11_xcb_image_include_path": 506, "x11_xcb_image_lib": 506, "x11_xcb_include_path": 506, "x11_xcb_keysyms_found": 506, "x11_xcb_keysyms_include_path": 506, "x11_xcb_keysyms_lib": 506, "x11_xcb_lib": 506, "x11_xcb_present_found": 506, "x11_xcb_present_include_path": 506, "x11_xcb_present_lib": 506, "x11_xcb_randr_found": 506, "x11_xcb_randr_include_path": 506, "x11_xcb_randr_lib": 506, "x11_xcb_record_found": 506, "x11_xcb_record_include_path": 506, "x11_xcb_record_lib": 506, "x11_xcb_render_found": 506, "x11_xcb_render_include_path": 506, "x11_xcb_render_lib": 506, "x11_xcb_render_util_found": 506, "x11_xcb_render_util_include_path": 506, "x11_xcb_render_util_lib": 506, "x11_xcb_res_found": 506, "x11_xcb_res_include_path": 506, "x11_xcb_res_lib": 506, "x11_xcb_screensaver_found": 506, "x11_xcb_screensaver_include_path": 506, "x11_xcb_screensaver_lib": 506, "x11_xcb_shape_found": 506, "x11_xcb_shape_include_path": 506, "x11_xcb_shape_lib": 506, "x11_xcb_shm_found": 506, "x11_xcb_shm_include_path": 506, "x11_xcb_shm_lib": 506, "x11_xcb_sync_found": 506, "x11_xcb_sync_include_path": 506, "x11_xcb_sync_lib": 506, "x11_xcb_util_found": 506, "x11_xcb_util_include_path": 506, "x11_xcb_util_lib": 506, "x11_xcb_xf86dri_found": 506, "x11_xcb_xf86dri_include_path": 506, "x11_xcb_xf86dri_lib": 506, "x11_xcb_xfixes_found": 506, "x11_xcb_xfixes_include_path": 506, "x11_xcb_xfixes_lib": 506, "x11_xcb_xinerama_found": 506, "x11_xcb_xinerama_include_path": 506, "x11_xcb_xinerama_lib": 506, "x11_xcb_xinput_found": 506, "x11_xcb_xinput_include_path": 506, "x11_xcb_xinput_lib": 506, "x11_xcb_xkb_found": 506, "x11_xcb_xkb_include_path": 506, "x11_xcb_xkb_lib": 506, "x11_xcb_xrm_found": 506, "x11_xcb_xrm_include_path": 506, "x11_xcb_xrm_lib": 506, "x11_xcb_xtest_found": 506, "x11_xcb_xtest_include_path": 506, "x11_xcb_xtest_lib": 506, "x11_xcb_xv_found": 506, "x11_xcb_xv_include_path": 506, "x11_xcb_xv_lib": 506, "x11_xcb_xvmc_found": 506, "x11_xcb_xvmc_include_path": 506, "x11_xcb_xvmc_lib": 506, "x11_xcomposite_found": 506, "x11_xcomposite_include_path": 506, "x11_xcomposite_lib": 506, "x11_xcursor_found": 506, "x11_xcursor_include_path": 506, "x11_xcursor_lib": 506, "x11_xdamage_found": 506, "x11_xdamage_include_path": 506, "x11_xdamage_lib": 506, "x11_xdbe_found": 506, "x11_xdbe_include_path": 506, "x11_xdmcp_found": 506, "x11_xdmcp_include_path": 506, "x11_xdmcp_lib": 506, "x11_xext_found": 506, "x11_xext_include_path": [506, 1323], "x11_xext_lib": 506, "x11_xf86misc_found": 1323, "x11_xf86misc_include_path": 1323, "x11_xf86misc_lib": 1323, "x11_xf86vmode_found": 1323, "x11_xf86vmode_include_path": 1323, "x11_xf86vmode_lib": 1323, "x11_xfixes_found": 506, "x11_xfixes_include_path": 506, "x11_xfixes_lib": 506, "x11_xft_found": 506, "x11_xft_include_path": 506, "x11_xft_lib": 506, "x11_xi_found": [506, 1323], "x11_xi_include_path": [506, 1323], "x11_xi_lib": [506, 1323], "x11_xinerama_found": 506, "x11_xinerama_include_path": 506, "x11_xinerama_lib": 506, "x11_xinput": 506, "x11_xinput_found": 1323, "x11_xinput_include_path": 1323, "x11_xinput_lib": 1323, "x11_xkb_found": 506, "x11_xkb_include_path": 506, "x11_xkbcommon_found": 506, "x11_xkbcommon_include_path": 506, "x11_xkbcommon_lib": 506, "x11_xkbcommon_x11_found": 506, "x11_xkbcommon_x11_include_path": 506, "x11_xkbcommon_x11_lib": 506, "x11_xkbfile": 506, "x11_xkbfile_found": [506, 1323], "x11_xkbfile_include_path": [506, 1323], "x11_xkbfile_lib": [506, 1323], "x11_xkblib_include_path": 506, "x11_xmu_found": 506, "x11_xmu_include_path": 506, "x11_xmu_lib": 506, "x11_xpm_found": 506, "x11_xpm_include_path": 506, "x11_xpm_lib": 506, "x11_xrandr_found": 506, "x11_xrandr_include_path": 506, "x11_xrandr_lib": 506, "x11_xrender_found": 506, "x11_xrender_include_path": 506, "x11_xrender_lib": 506, "x11_xres_found": 506, "x11_xres_include_path": 506, "x11_xres_lib": 506, "x11_xscreensaver_found": 1323, "x11_xscreensaver_include_path": 1323, "x11_xscreensaver_lib": 1323, "x11_xshape_found": 506, "x11_xshape_include_path": 506, "x11_xshm_found": 506, "x11_xshm_include_path": 506, "x11_xss": 506, "x11_xss_found": [506, 1323], "x11_xss_include_path": [506, 1323], "x11_xss_lib": [506, 1323], "x11_xsync_found": 506, "x11_xsync_include_path": 506, "x11_xt_found": 506, "x11_xt_include_path": 506, "x11_xt_lib": 506, "x11_xtest_found": 1323, "x11_xtest_include_path": 1323, "x11_xtest_lib": 1323, "x11_xtst": 506, "x11_xtst_found": [506, 1323], "x11_xtst_include_path": [506, 1323], "x11_xtst_lib": [506, 1323], "x11_xutil_found": 506, "x11_xutil_include_path": 506, "x11_xv_found": 506, "x11_xv_include_path": 506, "x11_xv_lib": 506, "x11_xxf86misc": 506, "x11_xxf86misc_found": [506, 1323], "x11_xxf86misc_include_path": [506, 1323], "x11_xxf86misc_lib": [506, 1323], "x11_xxf86vm": 506, "x11_xxf86vm_found": [506, 1323], "x11_xxf86vm_include_path": [506, 1323], "x11_xxf86vm_lib": [506, 1323], "x11r6": 142, "x32": [57, 58, 804, 1348], "x64": [137, 143, 236, 237, 238, 239, 262, 379, 472, 1269, 1318, 1347, 1563, 1564, 1895], "x86": [17, 137, 143, 236, 237, 238, 239, 285, 923, 1364, 1365, 1564, 1846, 1895, 2037], "x86_64": [151, 273, 285, 923, 1081, 1113, 1317, 1328, 1330, 1338, 1364, 1365, 1390, 1845], "xalan": [509, 1344], "xalanc": 509, "xalanc_found": 509, "xalanc_include_dir": 509, "xalanc_librari": 509, "xalanc_vers": 509, "xaml": [325, 881, 1340, 1347], "xau": [469, 506], "xaw": 506, "xc": 1324, "xcb": 506, "xcb_composit": 506, "xcb_cursor": 506, "xcb_damag": 506, "xcb_dpm": 506, "xcb_dri2": 506, "xcb_dri3": 506, "xcb_error": 506, "xcb_ewmh": 506, "xcb_glx": 506, "xcb_icccm": 506, "xcb_imag": 506, "xcb_keysym": 506, "xcb_present": 506, "xcb_randr": 506, "xcb_re": 506, "xcb_record": 506, "xcb_render": 506, "xcb_render_util": 506, "xcb_screensav": 506, "xcb_shape": 506, "xcb_shm": 506, "xcb_sync": 506, "xcb_util": 506, "xcb_xf86dri": 506, "xcb_xfix": 506, "xcb_xinerama": 506, "xcb_xinput": 506, "xcb_xkb": 506, "xcb_xrm": 506, "xcb_xtest": 506, "xcb_xtext": 506, "xcb_xv": 506, "xcb_xvmc": 506, "xcconfig": [1315, 1334, 1948], "xcframework": [53, 57, 116, 733, 1064, 1076, 1113, 1338, 1339], "xcframework_loc": [53, 304, 1339], "xcode": [2, 7, 53, 81, 115, 116, 140, 247, 262, 264, 266, 268, 274, 275, 280, 285, 286, 289, 304, 310, 507, 555, 562, 568, 692, 702, 717, 784, 806, 824, 825, 835, 836, 837, 838, 845, 851, 883, 884, 885, 937, 938, 939, 982, 1032, 1034, 1113, 1132, 1133, 1137, 1187, 1201, 1202, 1217, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1318, 1319, 1320, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1333, 1334, 1335, 1336, 1338, 1339, 1340, 1341, 1343, 1344, 1346, 1347, 1348, 1429, 1445, 1448, 1564, 1690, 1715, 1729, 1738, 1773, 1851, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 2087], "xcode_attribute_": [282, 1340, 1919], "xcode_attribute_code_sign_ident": 1033, "xcode_attribute_generate_text_based_stub": 1021, "xcode_embed_": [282, 1279, 1280, 1330], "xcode_embed_app_extens": 1331, "xcode_embed_app_extensions_code_sign_on_copi": 1331, "xcode_embed_app_extensions_path": 1331, "xcode_embed_app_extensions_remove_headers_on_copi": [1284, 1331], "xcode_embed_extensionkit_extens": 1336, "xcode_embed_extensionkit_extensions_code_sign_on_copi": 1336, "xcode_embed_extensionkit_extensions_path": 1336, "xcode_embed_extensionkit_extensions_remove_headers_on_copi": 1336, "xcode_embed_framework": [1279, 1280, 1330], "xcode_embed_frameworks_code_sign_on_copi": [282, 1330], "xcode_embed_frameworks_path": 1330, "xcode_embed_frameworks_remove_headers_on_copi": [282, 1284, 1330], "xcode_embed_plugin": 1333, "xcode_embed_resourc": 1338, "xcode_embed_xpc_servic": 1339, "xcode_emit_effective_platform_nam": [282, 1347], "xcode_explicit_file_typ": [282, 885, 1281, 1288, 1318, 1347], "xcode_file_attribut": [282, 1346], "xcode_generate_schem": [282, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1324, 1921, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947], "xcode_last_known_file_typ": [282, 883, 1318], "xcode_link_build_phase_mod": [282, 1328, 1923], "xcode_product_typ": [282, 1281, 1285, 1347], "xcode_scheme_address_sanit": [282, 1286, 1925], "xcode_scheme_address_sanitizer_use_after_return": [282, 1286, 1926], "xcode_scheme_argu": [282, 1286], "xcode_scheme_debug_as_root": [282, 1286], "xcode_scheme_debug_document_vers": [282, 1286, 1325, 1927], "xcode_scheme_disable_main_thread_check": [282, 1286, 1928], "xcode_scheme_dynamic_library_load": [282, 1286, 1929], "xcode_scheme_dynamic_linker_api_usag": [282, 1286, 1930], "xcode_scheme_enable_gpu_api_valid": [282, 1286, 1335, 1931], "xcode_scheme_enable_gpu_frame_capture_mod": [282, 1286, 1333, 1932], "xcode_scheme_enable_gpu_shader_valid": [282, 1286, 1335, 1933], "xcode_scheme_environ": [282, 1286, 1326, 1934], "xcode_scheme_execut": [282, 1286], "xcode_scheme_guard_malloc": [282, 1286, 1935], "xcode_scheme_launch_configur": [282, 1286, 1335, 1936], "xcode_scheme_launch_mod": [282, 1286, 1335, 1937], "xcode_scheme_main_thread_checker_stop": [282, 1286, 1938], "xcode_scheme_malloc_guard_edg": [282, 1286, 1939], "xcode_scheme_malloc_scribbl": [282, 1286, 1940], "xcode_scheme_malloc_stack": [282, 1286, 1941], "xcode_scheme_thread_sanit": [282, 1286, 1942], "xcode_scheme_thread_sanitizer_stop": [282, 1286, 1943], "xcode_scheme_undefined_behaviour_sanit": [282, 1286, 1944], "xcode_scheme_undefined_behaviour_sanitizer_stop": [282, 1286, 1945], "xcode_scheme_working_directori": [282, 1286, 1326, 1946], "xcode_scheme_zombie_object": [282, 1286, 1947], "xcode_vers": 286, "xcode_xcconfig": [282, 1334, 1948], "xcodebuild": [262, 285, 1329, 1738], "xcoff": [1330, 1762], "xcompil": [8, 117, 382, 1152], "xcomposit": 506, "xctest": [282, 507, 1340], "xctest_add_bundl": [507, 1316], "xctest_add_test": 507, "xctest_execut": 507, "xctest_found": 507, "xctest_include_dir": 507, "xctest_librari": 507, "xcursor": 506, "xdamag": 506, "xdg_config_hom": 156, "xdmcp": [469, 506], "xelatex": 433, "xelatex_compil": 433, "xenix": 1845, "xerc": 510, "xercesc": 510, "xercesc_found": 510, "xercesc_include_dir": [509, 510], "xercesc_librari": [509, 510], "xercesc_vers": 510, "xext": 506, "xfix": 506, "xft": 506, "xi": [406, 506], "xide": 281, "xindi": 433, "xindy_compil": 433, "xinerama": 506, "xkb": 506, "xkbcommon": 506, "xkbcommon_x11": 506, "xkbfile": 506, "xl": [268, 280, 649, 679, 983, 1324, 1326, 1333, 1348, 1635], "xlc": 649, "xlclang": [280, 649, 983, 1324, 1635], "xlinker": [8, 117, 1152, 1681, 1684, 1690, 1720, 1729], "xmesa": 454, "xml": [27, 28, 29, 31, 36, 37, 38, 143, 279, 290, 369, 395, 402, 437, 480, 510, 538, 721, 798, 925, 1238, 1239, 1319, 1327, 1328, 1331, 1332, 1333, 1348, 1967], "xml_output": 394, "xml_output_dir": [538, 1327], "xmlfile": 480, "xmllint": [437, 1326], "xmln": 143, "xmlrpc": [508, 1323], "xmlrpc_found": 508, "xmlrpc_include_dir": 508, "xmlrpc_librari": 508, "xmlsoft": 369, "xmu": [406, 506], "xor": 21, "xp": [262, 539, 1323], "xpc": [1281, 1339], "xpc_servic": [1281, 1283], "xpm": 506, "xrandr": 506, "xre": 506, "xrender": [469, 506], "xrender_librari": 469, "xrender_static_librari": 469, "xro": [285, 1338], "xrsimul": [285, 1338], "xsd": [143, 831], "xsl": [438, 509, 1344], "xslt": 438, "xsltproc": 438, "xss": 506, "xt": [506, 1845], "xtst": 506, "xutil": 506, "xv": 506, "xx": [118, 269], "xxf86misc": 506, "xxf86vm": 506, "xxx": [18, 132, 269, 271, 463, 469, 1283, 1661], "xxx_": 271, "xxx_definit": 271, "xxx_execut": 271, "xxx_found": 271, "xxx_include_dir": 271, "xxx_librari": 271, "xxx_library_dir": 271, "xxx_not_found_messag": 271, "xxx_provide_depend": 18, "xxx_root_dir": 271, "xxx_runtime_library_dir": 271, "xxx_version": 271, "xxx_version_major": 271, "xxx_version_minor": 271, "xxx_version_patch": 271, "xxx_version_str": 271, "xxx_version_vv": 271, "xxx_wrap_yi": 271, "xxx_yy_found": 271, "xxx_yy_include_dir": 271, "xxx_yy_librari": 271, "xxx_yyy_execut": 271, "xxxflag": 1661, "xxxx": [108, 143], "xxxxxxxx": [108, 143], "xxxxxxxxxxxx": [108, 143], "xz": [55, 129, 132, 136, 142, 287, 310, 327, 368, 1318, 1329, 1951], "y": [21, 71, 86, 108, 148, 280, 304, 375, 379, 382, 383, 397, 409, 416, 422, 425, 511, 572, 653, 1104, 1323, 1324], "yacc": 375, "yaccinput": 375, "yaml": [269, 273, 1122, 1336, 1430], "ye": [71, 129, 132, 135, 137, 139, 142, 148, 270, 285, 343, 391, 394, 559, 572, 1546, 1725], "year": [108, 262, 271, 451, 455, 590, 705, 1317], "yesnotyp": 831, "yet": [18, 55, 90, 137, 143, 248, 252, 279, 290, 469, 640, 725, 745, 1018, 1318, 1321, 1323, 1327, 1330, 1333, 1334, 1335, 1342, 1347, 1684, 1690, 1720, 1729], "yield": [55, 62, 447], "you": [6, 7, 35, 36, 37, 43, 55, 62, 63, 70, 71, 73, 77, 78, 81, 86, 104, 110, 114, 120, 121, 128, 130, 132, 133, 134, 136, 137, 138, 139, 142, 143, 148, 167, 176, 218, 230, 249, 250, 252, 254, 256, 257, 259, 260, 262, 263, 265, 266, 271, 274, 281, 285, 287, 290, 293, 304, 309, 310, 318, 329, 336, 348, 360, 362, 368, 369, 370, 381, 382, 387, 394, 398, 409, 411, 425, 429, 430, 438, 443, 446, 457, 458, 459, 461, 469, 471, 473, 474, 475, 476, 477, 478, 479, 480, 484, 489, 496, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 533, 536, 541, 543, 551, 556, 560, 676, 778, 779, 781, 844, 857, 899, 910, 951, 956, 959, 977, 1013, 1014, 1023, 1080, 1081, 1082, 1122, 1127, 1169, 1177, 1237, 1248, 1252, 1256, 1257, 1321, 1323, 1325, 1330, 1340, 1341, 1486, 1488, 1591, 1592, 1629, 1689, 1718, 1728, 1807, 1809, 1810, 1815, 1816, 1826, 1827, 1912], "your": [20, 35, 36, 37, 55, 61, 121, 130, 132, 136, 137, 138, 143, 148, 176, 218, 249, 251, 252, 253, 254, 255, 256, 257, 263, 265, 283, 285, 287, 290, 293, 304, 310, 325, 329, 368, 376, 382, 387, 395, 396, 400, 401, 403, 404, 407, 409, 410, 415, 427, 430, 436, 437, 438, 439, 446, 447, 451, 455, 457, 458, 461, 470, 471, 473, 474, 475, 478, 480, 483, 484, 489, 497, 509, 510, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 532, 533, 538, 550, 551, 556, 557, 560, 754, 768, 835, 857, 910, 951, 956, 959, 974, 1038, 1324, 1341, 1468, 1469, 1963, 1967, 2007], "yourself": [132, 137, 143, 263, 304, 382, 541, 1323], "yourtarget": [532, 557], "yy": [55, 271], "yyi": [271, 469], "yyyi": [451, 455], "yyyymm": [451, 455], "z": [8, 18, 21, 86, 108, 117, 129, 274, 280, 287, 304, 379, 409, 425, 511, 613, 653, 893, 907, 1152, 1324, 1336, 1681, 1684, 1690, 1720, 1729], "z0": [108, 132, 277], "z7": [1166, 1756], "z_": 277, "za": [108, 132, 277], "zero": [10, 21, 27, 28, 29, 36, 37, 38, 39, 71, 90, 100, 102, 108, 119, 257, 269, 273, 277, 280, 281, 287, 290, 292, 362, 656, 893, 913, 943, 945, 1124, 1277, 1323, 1325, 1347], "zero_check": [1320, 1922], "zeroc": 421, "zi": [872, 1166, 1756], "zip": [55, 129, 136, 259, 266, 287, 313, 368, 1324, 1341, 1953], "zip_list": [62, 1326], "zipapp": 266, "zipdll": 313, "zipdll_plug": 313, "zircon": 1845, "ziv": [132, 142], "zjj": 287, "zlib": [133, 379, 461, 511, 532], "zlib_found": 511, "zlib_include_dir": 511, "zlib_librari": 511, "zlib_major_vers": 511, "zlib_minor_vers": 511, "zlib_patch_vers": 511, "zlib_root": 511, "zlib_use_static_lib": [511, 1334], "zlib_vers": 511, "zlib_version_major": 511, "zlib_version_minor": 511, "zlib_version_patch": 511, "zlib_version_str": 511, "zlib_version_tweak": 511, "zo": 1635, "zombi": [1314, 1947], "zone": [62, 108, 1336], "zot": 274, "zst": [129, 1325], "zstandard": [132, 142, 287, 1324, 1325, 1332], "zstd": [55, 132, 142, 287, 310, 327, 1324, 1332, 1334, 1342], "zw": 1912}, "titles": ["add_compile_definitions", "add_compile_options", "add_custom_command", "add_custom_target", "add_definitions", "add_dependencies", "add_executable", "add_library", "add_link_options", "add_subdirectory", "add_test", "aux_source_directory", "block", "break", "build_command", "build_name", "cmake_file_api", "cmake_host_system_information", "cmake_language", "cmake_minimum_required", "cmake_parse_arguments", "cmake_path", "cmake_pkg_config", "cmake_policy", "configure_file", "continue", "create_test_sourcelist", "ctest_build", "ctest_configure", "ctest_coverage", "ctest_empty_binary_directory", "ctest_memcheck", "ctest_read_custom_files", "ctest_run_script", "ctest_sleep", "ctest_start", "ctest_submit", "ctest_test", "ctest_update", "ctest_upload", "define_property", "else", "elseif", "enable_language", "enable_testing", "endblock", "endforeach", "endfunction", "endif", "endmacro", "endwhile", "exec_program", "execute_process", "export", "export_library_dependencies", "file", "find_file", "find_library", "find_package", "find_path", "find_program", "fltk_wrap_ui", "foreach", "function", "get_cmake_property", "get_directory_property", "get_filename_component", "get_property", "get_source_file_property", "get_target_property", "get_test_property", "if", "include", "include_directories", "include_external_msproject", "include_guard", "include_regular_expression", "install", "install_files", "install_programs", "install_targets", "link_directories", "link_libraries", "list", "load_cache", "load_command", "macro", "make_directory", "mark_as_advanced", "math", "message", "option", "output_required_files", "project", "qt_wrap_cpp", "qt_wrap_ui", "remove", "remove_definitions", "return", "separate_arguments", "set", "set_directory_properties", "set_property", "set_source_files_properties", "set_target_properties", "set_tests_properties", "site_name", "source_group", "string", "subdir_depends", "subdirs", "target_compile_definitions", "target_compile_features", "target_compile_options", "target_include_directories", "target_link_directories", "target_link_libraries", "target_link_options", "target_precompile_headers", "target_sources", "try_compile", "try_run", "unset", "use_mangled_mesa", "utility_source", "variable_requires", "variable_watch", "while", "write_file", "CPack Archive Generator", "CPack Bundle Generator", "CPack Cygwin Generator", "CPack DEB Generator", "CPack DragNDrop Generator", "CPack External Generator", "CPack FreeBSD Generator", "CPack IFW Generator", "CPack Inno Setup Generator", "CPack NSIS Generator", "CPack NuGet Generator", "CPack PackageMaker Generator", "CPack productbuild Generator", "CPack RPM Generator", "CPack WIX Generator", "ADSP_ROOT", "ASM<DIALECT>", "ASM<DIALECT>FLAGS", "CC", "CCMAKE_COLORS", "CFLAGS", "CMAKE_APPBUNDLE_PATH", "CMAKE_APPLE_SILICON_PROCESSOR", "CMAKE_BUILD_PARALLEL_LEVEL", "CMAKE_BUILD_TYPE", "CMAKE_COLOR_DIAGNOSTICS", "CMAKE_CONFIGURATION_TYPES", "CMAKE_CONFIG_DIR", "CMAKE_CONFIG_TYPE", "CMAKE_CROSSCOMPILING_EMULATOR", "CMAKE_EXPORT_BUILD_DATABASE", "CMAKE_EXPORT_COMPILE_COMMANDS", "CMAKE_FRAMEWORK_PATH", "CMAKE_GENERATOR", "CMAKE_GENERATOR_INSTANCE", "CMAKE_GENERATOR_PLATFORM", "CMAKE_GENERATOR_TOOLSET", "CMAKE_INCLUDE_PATH", "CMAKE_INSTALL_MODE", "CMAKE_INSTALL_PARALLEL_LEVEL", "CMAKE_INSTALL_PREFIX", "CMAKE_<LANG>_COMPILER_LAUNCHER", "CMAKE_<LANG>_IMPLICIT_LINK_DIRECTORIES_EXCLUDE", "CMAKE_<LANG>_LINKER_LAUNCHER", "CMAKE_LIBRARY_PATH", "CMAKE_MAXIMUM_RECURSION_DEPTH", "CMAKE_MSVCIDE_RUN_PATH", "CMAKE_NO_VERBOSE", "CMAKE_OSX_ARCHITECTURES", "CMAKE_PREFIX_PATH", "CMAKE_PROGRAM_PATH", "CMAKE_TEST_LAUNCHER", "CMAKE_TLS_VERIFY", "CMAKE_TLS_VERSION", "CMAKE_TOOLCHAIN_FILE", "CSFLAGS", "CTEST_INTERACTIVE_DEBUG_MODE", "CTEST_NO_TESTS_ACTION", "CTEST_OUTPUT_ON_FAILURE", "CTEST_PARALLEL_LEVEL", "CTEST_PROGRESS_OUTPUT", "CTEST_USE_LAUNCHERS_DEFAULT", "CUDAARCHS", "CUDACXX", "CUDAFLAGS", "CUDAHOSTCXX", "CXX", "CXXFLAGS", "DASHBOARD_TEST_FROM_CTEST", "DESTDIR", "FC", "FFLAGS", "HIPCXX", "HIPFLAGS", "HIPHOSTCXX", "ISPC", "ISPCFLAGS", "LDFLAGS", "MACOSX_DEPLOYMENT_TARGET", "OBJC", "OBJCFLAGS", "OBJCXX", "OBJCXXFLAGS", "<PackageName>_ROOT", "RC", "RCFLAGS", "SSL_CERT_DIR", "SSL_CERT_FILE", "SWIFTC", "VERBOSE", "Borland Makefiles", "CodeBlocks", "CodeLite", "Eclipse CDT4", "Green Hills MULTI", "Kate", "MSYS Makefiles", "MinGW Makefiles", "NMake Makefiles", "NMake Makefiles JOM", "Ninja", "Ninja Multi-Config", "Sublime Text 2", "Unix Makefiles", "Visual Studio 10 2010", "Visual Studio 11 2012", "Visual Studio 12 2013", "Visual Studio 14 2015", "Visual Studio 15 2017", "Visual Studio 16 2019", "Visual Studio 17 2022", "Visual Studio 6", "Visual Studio 7", "Visual Studio 7 .NET 2003", "Visual Studio 8 2005", "Visual Studio 9 2008", "Watcom WMake", "Xcode", "IDE Integration Guide", "Importing and Exporting Guide", "Step 1: A Basic Starting Point", "Step 11: Adding Export Configuration", "Step 4: Adding Generator Expressions", "Step 6: Adding Support for a Testing Dashboard", "Step 7: Adding System Introspection", "Step 3: Adding Usage Requirements for a Library", "Step 8: Adding a Custom Command and Generated File", "Step 2: Adding a Library", "Step 5: Installing and Testing", "Step 12: Packaging Debug and Release", "Step 9: Packaging an Installer", "Step 10: Selecting Static or Shared Libraries", "CMake Tutorial", "User Interaction Guide", "Using Dependencies Guide", "CMake Reference Documentation", "ccmake(1)", "cmake-buildsystem(7)", "cmake-commands(7)", "cmake-compile-features(7)", "cmake-configure-log(7)", "cmake-cxxmodules(7)", "cmake-developer(7)", "cmake-env-variables(7)", "cmake-file-api(7)", "cmake-generator-expressions(7)", "cmake-generators(7)", "cmake-gui(1)", "cmake-language(7)", "cmake-modules(7)", "cmake-packages(7)", "cmake-policies(7)", "cmake-presets(7)", "cmake-properties(7)", "cmake-qt(7)", "cmake-server(7)", "cmake-toolchains(7)", "cmake-variables(7)", "cmake(1)", "cpack-generators(7)", "cpack(1)", "ctest(1)", "AddFileDependencies", "AndroidTestUtilities", "BundleUtilities", "CMakeAddFortranSubdirectory", "CMakeBackwardCompatibilityCXX", "CMakeDependentOption", "CMakeDetermineVSServicePack", "CMakeExpandImportedTargets", "CMakeFindDependencyMacro", "CMakeFindFrameworks", "CMakeFindPackageMode", "CMakeForceCompiler", "CMakeGraphVizOptions", "CMakePackageConfigHelpers", "CMakeParseArguments", "CMakePrintHelpers", "CMakePrintSystemInformation", "CMakePushCheckState", "CMakeVerifyManifest", "CPack", "CPackArchive", "CPackBundle", "CPackComponent", "CPackCygwin", "CPackDMG", "CPackDeb", "CPackFreeBSD", "CPackIFW", "CPackIFWConfigureFile", "CPackNSIS", "CPackNuGet", "CPackProductBuild", "CPackRPM", "CPackWIX", "CSharpUtilities", "CTest", "CTestCoverageCollectGCOV", "CTestScriptMode", "CTestUseLaunchers", "CheckCCompilerFlag", "CheckCSourceCompiles", "CheckCSourceRuns", "CheckCXXCompilerFlag", "CheckCXXSourceCompiles", "CheckCXXSourceRuns", "CheckCXXSymbolExists", "CheckCompilerFlag", "CheckFortranCompilerFlag", "CheckFortranFunctionExists", "CheckFortranSourceCompiles", "CheckFortranSourceRuns", "CheckFunctionExists", "CheckIPOSupported", "CheckIncludeFile", "CheckIncludeFileCXX", "CheckIncludeFiles", "CheckLanguage", "CheckLibraryExists", "CheckLinkerFlag", "CheckOBJCCompilerFlag", "CheckOBJCSourceCompiles", "CheckOBJCSourceRuns", "CheckOBJCXXCompilerFlag", "CheckOBJCXXSourceCompiles", "CheckOBJCXXSourceRuns", "CheckPIESupported", "CheckPrototypeDefinition", "CheckSourceCompiles", "CheckSourceRuns", "CheckStructHasMember", "CheckSymbolExists", "CheckTypeSize", "CheckVariableExists", "Dart", "DeployQt4", "Documentation", "ExternalData", "ExternalProject", "FeatureSummary", "FetchContent", "FindALSA", "FindASPELL", "FindAVIFile", "FindArmadillo", "FindBISON", "FindBLAS", "FindBZip2", "FindBacktrace", "FindBoost", "FindBullet", "FindCABLE", "FindCUDA", "FindCUDAToolkit", "FindCURL", "FindCVS", "FindCoin3D", "FindCups", "FindCurses", "FindCxxTest", "FindCygwin", "FindDCMTK", "FindDart", "FindDevIL", "FindDoxygen", "FindEXPAT", "FindEnvModules", "FindFLEX", "FindFLTK", "FindFLTK2", "FindFontconfig", "FindFreetype", "FindGCCXML", "FindGDAL", "FindGIF", "FindGLEW", "FindGLUT", "FindGSL", "FindGTK", "FindGTK2", "FindGTest", "FindGettext", "FindGit", "FindGnuTLS", "FindGnuplot", "FindHDF5", "FindHSPELL", "FindHTMLHelp", "FindHg", "FindICU", "FindITK", "FindIce", "FindIconv", "FindIcotool", "FindImageMagick", "FindIntl", "FindJNI", "FindJPEG", "FindJasper", "FindJava", "FindKDE3", "FindKDE4", "FindLAPACK", "FindLATEX", "FindLTTngUST", "FindLibArchive", "FindLibLZMA", "FindLibXml2", "FindLibXslt", "FindLibinput", "FindLua", "FindLua50", "FindLua51", "FindMFC", "FindMPEG", "FindMPEG2", "FindMPI", "FindMatlab", "FindMotif", "FindMsys", "FindODBC", "FindOpenACC", "FindOpenAL", "FindOpenCL", "FindOpenGL", "FindOpenMP", "FindOpenSP", "FindOpenSSL", "FindOpenSceneGraph", "FindOpenThreads", "FindPHP4", "FindPNG", "FindPackageHandleStandardArgs", "FindPackageMessage", "FindPatch", "FindPerl", "FindPerlLibs", "FindPhysFS", "FindPike", "FindPkgConfig", "FindPostgreSQL", "FindProducer", "FindProtobuf", "FindPython", "FindPython2", "FindPython3", "FindPythonInterp", "FindPythonLibs", "FindQt", "FindQt3", "FindQt4", "FindQuickTime", "FindRTI", "FindRuby", "FindSDL", "FindSDL_gfx", "FindSDL_image", "FindSDL_mixer", "FindSDL_net", "FindSDL_sound", "FindSDL_ttf", "FindSQLite3", "FindSWIG", "FindSelfPackers", "FindSquish", "FindSubversion", "FindTCL", "FindTIFF", "FindTclStub", "FindTclsh", "FindThreads", "FindUnixCommands", "FindVTK", "FindVulkan", "FindWget", "FindWish", "FindX11", "FindXCTest", "FindXMLRPC", "FindXalanC", "FindXercesC", "FindZLIB", "Findosg", "FindosgAnimation", "FindosgDB", "FindosgFX", "FindosgGA", "FindosgIntrospection", "FindosgManipulator", "FindosgParticle", "FindosgPresentation", "FindosgProducer", "FindosgQt", "FindosgShadow", "FindosgSim", "FindosgTerrain", "FindosgText", "FindosgUtil", "FindosgViewer", "FindosgVolume", "FindosgWidget", "Findosg_functions", "FindwxWidgets", "FindwxWindows", "FortranCInterface", "GNUInstallDirs", "GenerateExportHeader", "GetPrerequisites", "GoogleTest", "InstallRequiredSystemLibraries", "MacroAddFileDependencies", "ProcessorCount", "SelectLibraryConfigurations", "SquishTestScript", "TestBigEndian", "TestCXXAcceptsFlag", "TestForANSIForScope", "TestForANSIStreamHeaders", "TestForSSTREAM", "TestForSTDNamespace", "UseEcos", "UseJava", "UseJavaClassFilelist", "UseJavaSymlinks", "UsePkgConfig", "UseSWIG", "Use_wxWindows", "UsewxWidgets", "WriteBasicConfigVersionFile", "WriteCompilerDetectionHeader", "CMP0000", "CMP0001", "CMP0002", "CMP0003", "CMP0004", "CMP0005", "CMP0006", "CMP0007", "CMP0008", "CMP0009", "CMP0010", "CMP0011", "CMP0012", "CMP0013", "CMP0014", "CMP0015", "CMP0016", "CMP0017", "CMP0018", "CMP0019", "CMP0020", "CMP0021", "CMP0022", "CMP0023", "CMP0024", "CMP0025", "CMP0026", "CMP0027", "CMP0028", "CMP0029", "CMP0030", "CMP0031", "CMP0032", "CMP0033", "CMP0034", "CMP0035", "CMP0036", "CMP0037", "CMP0038", "CMP0039", "CMP0040", "CMP0041", "CMP0042", "CMP0043", "CMP0044", "CMP0045", "CMP0046", "CMP0047", "CMP0048", "CMP0049", "CMP0050", "CMP0051", "CMP0052", "CMP0053", "CMP0054", "CMP0055", "CMP0056", "CMP0057", "CMP0058", "CMP0059", "CMP0060", "CMP0061", "CMP0062", "CMP0063", "CMP0064", "CMP0065", "CMP0066", "CMP0067", "CMP0068", "CMP0069", "CMP0070", "CMP0071", "CMP0072", "CMP0073", "CMP0074", "CMP0075", "CMP0076", "CMP0077", "CMP0078", "CMP0079", "CMP0080", "CMP0081", "CMP0082", "CMP0083", "CMP0084", "CMP0085", "CMP0086", "CMP0087", "CMP0088", "CMP0089", "CMP0090", "CMP0091", "CMP0092", "CMP0093", "CMP0094", "CMP0095", "CMP0096", "CMP0097", "CMP0098", "CMP0099", "CMP0100", "CMP0101", "CMP0102", "CMP0103", "CMP0104", "CMP0105", "CMP0106", "CMP0107", "CMP0108", "CMP0109", "CMP0110", "CMP0111", "CMP0112", "CMP0113", "CMP0114", "CMP0115", "CMP0116", "CMP0117", "CMP0118", "CMP0119", "CMP0120", "CMP0121", "CMP0122", "CMP0123", "CMP0124", "CMP0125", "CMP0126", "CMP0127", "CMP0128", "CMP0129", "CMP0130", "CMP0131", "CMP0132", "CMP0133", "CMP0134", "CMP0135", "CMP0136", "CMP0137", "CMP0138", "CMP0139", "CMP0140", "CMP0141", "CMP0142", "CMP0143", "CMP0144", "CMP0145", "CMP0146", "CMP0147", "CMP0148", "CMP0149", "CMP0150", "CMP0151", "CMP0152", "CMP0153", "CMP0154", "CMP0155", "CMP0156", "CMP0157", "CMP0158", "CMP0159", "CMP0160", "CMP0161", "CMP0162", "CMP0163", "CMP0164", "CMP0165", "CMP0166", "CMP0167", "CMP0168", "CMP0169", "CMP0170", "CMP0171", "CMP0172", "CMP0173", "CMP0174", "CMP0175", "CMP0176", "CMP0177", "CMP0178", "CMP0179", "CMP0180", "ADVANCED", "HELPSTRING", "MODIFIED", "STRINGS", "TYPE", "VALUE", "ADDITIONAL_CLEAN_FILES", "ADDITIONAL_MAKE_CLEAN_FILES", "BINARY_DIR", "BUILDSYSTEM_TARGETS", "CACHE_VARIABLES", "CLEAN_NO_CUSTOM", "CMAKE_CONFIGURE_DEPENDS", "COMPILE_DEFINITIONS", "COMPILE_DEFINITIONS_<CONFIG>", "COMPILE_OPTIONS", "DEFINITIONS", "EXCLUDE_FROM_ALL", "IMPLICIT_DEPENDS_INCLUDE_TRANSFORM", "IMPORTED_TARGETS", "INCLUDE_DIRECTORIES", "INCLUDE_REGULAR_EXPRESSION", "INTERPROCEDURAL_OPTIMIZATION", "INTERPROCEDURAL_OPTIMIZATION_<CONFIG>", "LABELS", "LINK_DIRECTORIES", "LINK_OPTIONS", "LISTFILE_STACK", "MACROS", "PARENT_DIRECTORY", "RULE_LAUNCH_COMPILE", "RULE_LAUNCH_CUSTOM", "RULE_LAUNCH_LINK", "SOURCE_DIR", "SUBDIRECTORIES", "SYSTEM", "TESTS", "TEST_INCLUDE_FILE", "TEST_INCLUDE_FILES", "VARIABLES", "VS_GLOBAL_SECTION_POST_<section>", "VS_GLOBAL_SECTION_PRE_<section>", "VS_STARTUP_PROJECT", "ALLOW_DUPLICATE_CUSTOM_TARGETS", "AUTOGEN_SOURCE_GROUP", "AUTOGEN_TARGETS_FOLDER", "AUTOMOC_SOURCE_GROUP", "AUTOMOC_TARGETS_FOLDER", "AUTORCC_SOURCE_GROUP", "AUTOUIC_SOURCE_GROUP", "CMAKE_CUDA_KNOWN_FEATURES", "CMAKE_CXX_KNOWN_FEATURES", "CMAKE_C_KNOWN_FEATURES", "CMAKE_HIP_KNOWN_FEATURES", "CMAKE_ROLE", "DEBUG_CONFIGURATIONS", "DISABLED_FEATURES", "ECLIPSE_EXTRA_CPROJECT_CONTENTS", "ECLIPSE_EXTRA_NATURES", "ENABLED_FEATURES", "ENABLED_LANGUAGES", "FIND_LIBRARY_USE_LIB32_PATHS", "FIND_LIBRARY_USE_LIB64_PATHS", "FIND_LIBRARY_USE_LIBX32_PATHS", "FIND_LIBRARY_USE_OPENBSD_VERSIONING", "GENERATOR_IS_MULTI_CONFIG", "GLOBAL_DEPENDS_DEBUG_MODE", "GLOBAL_DEPENDS_NO_CYCLES", "INSTALL_PARALLEL", "IN_TRY_COMPILE", "JOB_POOLS", "PACKAGES_FOUND", "PACKAGES_NOT_FOUND", "PREDEFINED_TARGETS_FOLDER", "PROPAGATE_TOP_LEVEL_INCLUDES_TO_TRY_COMPILE", "REPORT_UNDEFINED_PROPERTIES", "RULE_LAUNCH_COMPILE", "RULE_LAUNCH_CUSTOM", "RULE_LAUNCH_LINK", "RULE_MESSAGES", "TARGET_ARCHIVES_MAY_BE_SHARED_LIBS", "TARGET_MESSAGES", "TARGET_SUPPORTS_SHARED_LIBS", "USE_FOLDERS", "XCODE_EMIT_EFFECTIVE_PLATFORM_NAME", "CPACK_DESKTOP_SHORTCUTS", "CPACK_NEVER_OVERWRITE", "CPACK_PERMANENT", "CPACK_STARTUP_SHORTCUTS", "CPACK_START_MENU_SHORTCUTS", "CPACK_WIX_ACL", "ABSTRACT", "AUTORCC_OPTIONS", "AUTOUIC_OPTIONS", "COMPILE_DEFINITIONS", "COMPILE_DEFINITIONS_<CONFIG>", "COMPILE_FLAGS", "COMPILE_OPTIONS", "CXX_SCAN_FOR_MODULES", "EXTERNAL_OBJECT", "Fortran_FORMAT", "Fortran_PREPROCESS", "GENERATED", "HEADER_FILE_ONLY", "INCLUDE_DIRECTORIES", "KEEP_EXTENSION", "LABELS", "LANGUAGE", "LOCATION", "MACOSX_PACKAGE_LOCATION", "OBJECT_DEPENDS", "OBJECT_OUTPUTS", "SKIP_AUTOGEN", "SKIP_AUTOMOC", "SKIP_AUTORCC", "SKIP_AUTOUIC", "SKIP_LINTING", "SKIP_PRECOMPILE_HEADERS", "SKIP_UNITY_BUILD_INCLUSION", "SYMBOLIC", "Swift_DEPENDENCIES_FILE", "Swift_DIAGNOSTICS_FILE", "UNITY_GROUP", "VS_COPY_TO_OUT_DIR", "VS_CSHARP_<tagname>", "VS_DEPLOYMENT_CONTENT", "VS_DEPLOYMENT_LOCATION", "VS_INCLUDE_IN_VSIX", "VS_RESOURCE_GENERATOR", "VS_SETTINGS", "VS_SHADER_DISABLE_OPTIMIZATIONS", "VS_SHADER_ENABLE_DEBUG", "VS_SHADER_ENTRYPOINT", "VS_SHADER_FLAGS", "VS_SHADER_MODEL", "VS_SHADER_OBJECT_FILE_NAME", "VS_SHADER_OUTPUT_HEADER_FILE", "VS_SHADER_TYPE", "VS_SHADER_VARIABLE_NAME", "VS_TOOL_OVERRIDE", "VS_XAML_TYPE", "WRAP_EXCLUDE", "XCODE_EXPLICIT_FILE_TYPE", "XCODE_FILE_ATTRIBUTES", "XCODE_LAST_KNOWN_FILE_TYPE", "ATTACHED_FILES", "ATTACHED_FILES_ON_FAIL", "COST", "DEPENDS", "DISABLED", "ENVIRONMENT", "ENVIRONMENT_MODIFICATION", "FAIL_REGULAR_EXPRESSION", "FIXTURES_CLEANUP", "FIXTURES_REQUIRED", "FIXTURES_SETUP", "GENERATED_RESOURCE_SPEC_FILE", "LABELS", "MEASUREMENT", "PASS_REGULAR_EXPRESSION", "PROCESSORS", "PROCESSOR_AFFINITY", "REQUIRED_FILES", "RESOURCE_GROUPS", "RESOURCE_LOCK", "RUN_SERIAL", "SKIP_REGULAR_EXPRESSION", "SKIP_RETURN_CODE", "TIMEOUT", "TIMEOUT_AFTER_MATCH", "TIMEOUT_SIGNAL_GRACE_PERIOD", "TIMEOUT_SIGNAL_NAME", "WILL_FAIL", "WORKING_DIRECTORY", "ADDITIONAL_CLEAN_FILES", "AIX_EXPORT_ALL_SYMBOLS", "AIX_SHARED_LIBRARY_ARCHIVE", "ALIASED_TARGET", "ALIAS_GLOBAL", "ANDROID_ANT_ADDITIONAL_OPTIONS", "ANDROID_API", "ANDROID_API_MIN", "ANDROID_ARCH", "ANDROID_ASSETS_DIRECTORIES", "ANDROID_GUI", "ANDROID_JAR_DEPENDENCIES", "ANDROID_JAR_DIRECTORIES", "ANDROID_JAVA_SOURCE_DIR", "ANDROID_NATIVE_LIB_DEPENDENCIES", "ANDROID_NATIVE_LIB_DIRECTORIES", "ANDROID_PROCESS_MAX", "ANDROID_PROGUARD", "ANDROID_PROGUARD_CONFIG_PATH", "ANDROID_SECURE_PROPS_PATH", "ANDROID_SKIP_ANT_STEP", "ANDROID_STL_TYPE", "ARCHIVE_OUTPUT_DIRECTORY", "ARCHIVE_OUTPUT_DIRECTORY_<CONFIG>", "ARCHIVE_OUTPUT_NAME", "ARCHIVE_OUTPUT_NAME_<CONFIG>", "AUTOGEN_BETTER_GRAPH_MULTI_CONFIG", "AUTOGEN_BUILD_DIR", "AUTOGEN_COMMAND_LINE_LENGTH_MAX", "AUTOGEN_ORIGIN_DEPENDS", "AUTOGEN_PARALLEL", "AUTOGEN_TARGET_DEPENDS", "AUTOGEN_USE_SYSTEM_INCLUDE", "AUTOMOC", "AUTOMOC_COMPILER_PREDEFINES", "AUTOMOC_DEPEND_FILTERS", "AUTOMOC_EXECUTABLE", "AUTOMOC_MACRO_NAMES", "AUTOMOC_MOC_OPTIONS", "AUTOMOC_PATH_PREFIX", "AUTORCC", "AUTORCC_EXECUTABLE", "AUTORCC_OPTIONS", "AUTOUIC", "AUTOUIC_EXECUTABLE", "AUTOUIC_OPTIONS", "AUTOUIC_SEARCH_PATHS", "BINARY_DIR", "BUILD_RPATH", "BUILD_RPATH_USE_ORIGIN", "BUILD_WITH_INSTALL_NAME_DIR", "BUILD_WITH_INSTALL_RPATH", "BUNDLE", "BUNDLE_EXTENSION", "COMMON_LANGUAGE_RUNTIME", "COMPATIBLE_INTERFACE_BOOL", "COMPATIBLE_INTERFACE_NUMBER_MAX", "COMPATIBLE_INTERFACE_NUMBER_MIN", "COMPATIBLE_INTERFACE_STRING", "COMPILE_DEFINITIONS", "COMPILE_DEFINITIONS_<CONFIG>", "COMPILE_FEATURES", "COMPILE_FLAGS", "COMPILE_OPTIONS", "COMPILE_PDB_NAME", "COMPILE_PDB_NAME_<CONFIG>", "COMPILE_PDB_OUTPUT_DIRECTORY", "COMPILE_PDB_OUTPUT_DIRECTORY_<CONFIG>", "COMPILE_WARNING_AS_ERROR", "<CONFIG>_OUTPUT_NAME", "<CONFIG>_POSTFIX", "CROSSCOMPILING_EMULATOR", "CUDA_ARCHITECTURES", "CUDA_CUBIN_COMPILATION", "CUDA_EXTENSIONS", "CUDA_FATBIN_COMPILATION", "CUDA_OPTIX_COMPILATION", "CUDA_PTX_COMPILATION", "CUDA_RESOLVE_DEVICE_SYMBOLS", "CUDA_RUNTIME_LIBRARY", "CUDA_SEPARABLE_COMPILATION", "CUDA_STANDARD", "CUDA_STANDARD_REQUIRED", "CXX_EXTENSIONS", "CXX_MODULE_DIRS", "CXX_MODULE_DIRS_<NAME>", "CXX_MODULE_SET", "CXX_MODULE_SETS", "CXX_MODULE_SET_<NAME>", "CXX_MODULE_STD", "CXX_SCAN_FOR_MODULES", "CXX_STANDARD", "CXX_STANDARD_REQUIRED", "C_EXTENSIONS", "C_STANDARD", "C_STANDARD_REQUIRED", "DEBUG_POSTFIX", "DEFINE_SYMBOL", "DEPLOYMENT_ADDITIONAL_FILES", "DEPLOYMENT_REMOTE_DIRECTORY", "DEPRECATION", "DISABLE_PRECOMPILE_HEADERS", "DLL_NAME_WITH_SOVERSION", "DOTNET_SDK", "DOTNET_TARGET_FRAMEWORK", "DOTNET_TARGET_FRAMEWORK_VERSION", "ENABLE_EXPORTS", "EXCLUDE_FROM_ALL", "EXCLUDE_FROM_DEFAULT_BUILD", "EXCLUDE_FROM_DEFAULT_BUILD_<CONFIG>", "EXPORT_BUILD_DATABASE", "EXPORT_COMPILE_COMMANDS", "EXPORT_FIND_PACKAGE_NAME", "EXPORT_NAME", "EXPORT_NO_SYSTEM", "EXPORT_PROPERTIES", "EchoString", "FOLDER", "FRAMEWORK", "FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG>", "FRAMEWORK_VERSION", "Fortran_BUILDING_INSTRINSIC_MODULES", "Fortran_FORMAT", "Fortran_MODULE_DIRECTORY", "Fortran_PREPROCESS", "GENERATOR_FILE_NAME", "GHS_INTEGRITY_APP", "GHS_NO_SOURCE_GROUP_FILE", "GNUtoMS", "HAS_CXX", "HEADER_DIRS", "HEADER_DIRS_<NAME>", "HEADER_SET", "HEADER_SETS", "HEADER_SET_<NAME>", "HIP_ARCHITECTURES", "HIP_EXTENSIONS", "HIP_STANDARD", "HIP_STANDARD_REQUIRED", "IMPLICIT_DEPENDS_INCLUDE_TRANSFORM", "IMPORTED", "IMPORTED_COMMON_LANGUAGE_RUNTIME", "IMPORTED_CONFIGURATIONS", "IMPORTED_CXX_MODULES_COMPILE_DEFINITIONS", "IMPORTED_CXX_MODULES_COMPILE_FEATURES", "IMPORTED_CXX_MODULES_COMPILE_OPTIONS", "IMPORTED_CXX_MODULES_INCLUDE_DIRECTORIES", "IMPORTED_CXX_MODULES_LINK_LIBRARIES", "IMPORTED_GLOBAL", "IMPORTED_IMPLIB", "IMPORTED_IMPLIB_<CONFIG>", "IMPORTED_LIBNAME", "IMPORTED_LIBNAME_<CONFIG>", "IMPORTED_LINK_DEPENDENT_LIBRARIES", "IMPORTED_LINK_DEPENDENT_LIBRARIES_<CONFIG>", "IMPORTED_LINK_INTERFACE_LANGUAGES", "IMPORTED_LINK_INTERFACE_LANGUAGES_<CONFIG>", "IMPORTED_LINK_INTERFACE_LIBRARIES", "IMPORTED_LINK_INTERFACE_LIBRARIES_<CONFIG>", "IMPORTED_LINK_INTERFACE_MULTIPLICITY", "IMPORTED_LINK_INTERFACE_MULTIPLICITY_<CONFIG>", "IMPORTED_LOCATION", "IMPORTED_LOCATION_<CONFIG>", "IMPORTED_NO_SONAME", "IMPORTED_NO_SONAME_<CONFIG>", "IMPORTED_NO_SYSTEM", "IMPORTED_OBJECTS", "IMPORTED_OBJECTS_<CONFIG>", "IMPORTED_SONAME", "IMPORTED_SONAME_<CONFIG>", "IMPORT_PREFIX", "IMPORT_SUFFIX", "INCLUDE_DIRECTORIES", "INSTALL_NAME_DIR", "INSTALL_REMOVE_ENVIRONMENT_RPATH", "INSTALL_RPATH", "INSTALL_RPATH_USE_LINK_PATH", "INTERFACE_AUTOMOC_MACRO_NAMES", "INTERFACE_AUTOUIC_OPTIONS", "INTERFACE_COMPILE_DEFINITIONS", "INTERFACE_COMPILE_FEATURES", "INTERFACE_COMPILE_OPTIONS", "INTERFACE_CXX_MODULE_SETS", "INTERFACE_HEADER_SETS", "INTERFACE_HEADER_SETS_TO_VERIFY", "INTERFACE_INCLUDE_DIRECTORIES", "INTERFACE_LINK_DEPENDS", "INTERFACE_LINK_DIRECTORIES", "INTERFACE_LINK_LIBRARIES", "INTERFACE_LINK_LIBRARIES_DIRECT", "INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE", "INTERFACE_LINK_OPTIONS", "INTERFACE_POSITION_INDEPENDENT_CODE", "INTERFACE_PRECOMPILE_HEADERS", "INTERFACE_SOURCES", "INTERFACE_SYSTEM_INCLUDE_DIRECTORIES", "INTERPROCEDURAL_OPTIMIZATION", "INTERPROCEDURAL_OPTIMIZATION_<CONFIG>", "IOS_INSTALL_COMBINED", "ISPC_HEADER_DIRECTORY", "ISPC_HEADER_SUFFIX", "ISPC_INSTRUCTION_SETS", "JOB_POOL_COMPILE", "JOB_POOL_LINK", "JOB_POOL_PRECOMPILE_HEADER", "LABELS", "<LANG>_CLANG_TIDY", "<LANG>_CLANG_TIDY_EXPORT_FIXES_DIR", "<LANG>_COMPILER_LAUNCHER", "<LANG>_CPPCHECK", "<LANG>_CPPLINT", "<LANG>_EXTENSIONS", "<LANG>_INCLUDE_WHAT_YOU_USE", "<LANG>_LINKER_LAUNCHER", "<LANG>_STANDARD", "<LANG>_STANDARD_REQUIRED", "<LANG>_VISIBILITY_PRESET", "LIBRARY_OUTPUT_DIRECTORY", "LIBRARY_OUTPUT_DIRECTORY_<CONFIG>", "LIBRARY_OUTPUT_NAME", "LIBRARY_OUTPUT_NAME_<CONFIG>", "LINKER_LANGUAGE", "LINKER_TYPE", "LINK_DEPENDS", "LINK_DEPENDS_NO_SHARED", "LINK_DIRECTORIES", "LINK_FLAGS", "LINK_FLAGS_<CONFIG>", "LINK_INTERFACE_LIBRARIES", "LINK_INTERFACE_LIBRARIES_<CONFIG>", "LINK_INTERFACE_MULTIPLICITY", "LINK_INTERFACE_MULTIPLICITY_<CONFIG>", "LINK_LIBRARIES", "LINK_LIBRARIES_ONLY_TARGETS", "LINK_LIBRARIES_STRATEGY", "LINK_LIBRARY_OVERRIDE", "LINK_LIBRARY_OVERRIDE_<LIBRARY>", "LINK_OPTIONS", "LINK_SEARCH_END_STATIC", "LINK_SEARCH_START_STATIC", "LINK_WHAT_YOU_USE", "LOCATION", "LOCATION_<CONFIG>", "MACHO_COMPATIBILITY_VERSION", "MACHO_CURRENT_VERSION", "MACOSX_BUNDLE", "MACOSX_BUNDLE_INFO_PLIST", "MACOSX_FRAMEWORK_INFO_PLIST", "MACOSX_RPATH", "MANUALLY_ADDED_DEPENDENCIES", "MAP_IMPORTED_CONFIG_<CONFIG>", "MSVC_DEBUG_INFORMATION_FORMAT", "MSVC_RUNTIME_LIBRARY", "NAME", "NO_SONAME", "NO_SYSTEM_FROM_IMPORTED", "OBJCXX_EXTENSIONS", "OBJCXX_STANDARD", "OBJCXX_STANDARD_REQUIRED", "OBJC_EXTENSIONS", "OBJC_STANDARD", "OBJC_STANDARD_REQUIRED", "OPTIMIZE_DEPENDENCIES", "OSX_ARCHITECTURES", "OSX_ARCHITECTURES_<CONFIG>", "OUTPUT_NAME", "OUTPUT_NAME_<CONFIG>", "PCH_INSTANTIATE_TEMPLATES", "PCH_WARN_INVALID", "PDB_NAME", "PDB_NAME_<CONFIG>", "PDB_OUTPUT_DIRECTORY", "PDB_OUTPUT_DIRECTORY_<CONFIG>", "POSITION_INDEPENDENT_CODE", "POST_INSTALL_SCRIPT", "PRECOMPILE_HEADERS", "PRECOMPILE_HEADERS_REUSE_FROM", "PREFIX", "PRE_INSTALL_SCRIPT", "PRIVATE_HEADER", "PROJECT_LABEL", "PUBLIC_HEADER", "RESOURCE", "RULE_LAUNCH_COMPILE", "RULE_LAUNCH_CUSTOM", "RULE_LAUNCH_LINK", "RUNTIME_OUTPUT_DIRECTORY", "RUNTIME_OUTPUT_DIRECTORY_<CONFIG>", "RUNTIME_OUTPUT_NAME", "RUNTIME_OUTPUT_NAME_<CONFIG>", "SKIP_BUILD_RPATH", "SOURCES", "SOURCE_DIR", "SOVERSION", "STATIC_LIBRARY_FLAGS", "STATIC_LIBRARY_FLAGS_<CONFIG>", "STATIC_LIBRARY_OPTIONS", "SUFFIX", "SYSTEM", "Swift_COMPILATION_MODE", "Swift_DEPENDENCIES_FILE", "Swift_LANGUAGE_VERSION", "Swift_MODULE_DIRECTORY", "Swift_MODULE_NAME", "TEST_LAUNCHER", "TRANSITIVE_COMPILE_PROPERTIES", "TRANSITIVE_LINK_PROPERTIES", "TYPE", "UNITY_BUILD", "UNITY_BUILD_BATCH_SIZE", "UNITY_BUILD_CODE_AFTER_INCLUDE", "UNITY_BUILD_CODE_BEFORE_INCLUDE", "UNITY_BUILD_MODE", "UNITY_BUILD_UNIQUE_ID", "VERIFY_INTERFACE_HEADER_SETS", "VERSION", "VISIBILITY_INLINES_HIDDEN", "VS_CONFIGURATION_TYPE", "VS_DEBUGGER_COMMAND", "VS_DEBUGGER_COMMAND_ARGUMENTS", "VS_DEBUGGER_ENVIRONMENT", "VS_DEBUGGER_WORKING_DIRECTORY", "VS_DESKTOP_EXTENSIONS_VERSION", "VS_DOTNET_DOCUMENTATION_FILE", "VS_DOTNET_REFERENCEPROP_<refname>_TAG_<tagname>", "VS_DOTNET_REFERENCES", "VS_DOTNET_REFERENCES_COPY_LOCAL", "VS_DOTNET_REFERENCE_<refname>", "VS_DOTNET_STARTUP_OBJECT", "VS_DOTNET_TARGET_FRAMEWORK_VERSION", "VS_DPI_AWARE", "VS_FILTER_PROPS", "VS_FRAMEWORK_REFERENCES", "VS_GLOBAL_KEYWORD", "VS_GLOBAL_PROJECT_TYPES", "VS_GLOBAL_ROOTNAMESPACE", "VS_GLOBAL_<variable>", "VS_IOT_EXTENSIONS_VERSION", "VS_IOT_STARTUP_TASK", "VS_JUST_MY_CODE_DEBUGGING", "VS_KEYWORD", "VS_MOBILE_EXTENSIONS_VERSION", "VS_NO_COMPILE_BATCHING", "VS_NO_SOLUTION_DEPLOY", "VS_PACKAGE_REFERENCES", "VS_PLATFORM_TOOLSET", "VS_PROJECT_IMPORT", "VS_SCC_AUXPATH", "VS_SCC_LOCALPATH", "VS_SCC_PROJECTNAME", "VS_SCC_PROVIDER", "VS_SDK_REFERENCES", "VS_SOLUTION_DEPLOY", "VS_SOURCE_SETTINGS_<tool>", "VS_USER_PROPS", "VS_USE_DEBUG_LIBRARIES", "VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION", "VS_WINRT_COMPONENT", "VS_WINRT_EXTENSIONS", "VS_WINRT_REFERENCES", "WATCOM_RUNTIME_LIBRARY", "WIN32_EXECUTABLE", "WINDOWS_EXPORT_ALL_SYMBOLS", "XCODE_ATTRIBUTE_<an-attribute>", "XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY", "XCODE_EMBED_FRAMEWORKS_REMOVE_HEADERS_ON_COPY", "XCODE_EMBED_<type>", "XCODE_EMBED_<type>_CODE_SIGN_ON_COPY", "XCODE_EMBED_<type>_PATH", "XCODE_EMBED_<type>_REMOVE_HEADERS_ON_COPY", "XCODE_EXPLICIT_FILE_TYPE", "XCODE_GENERATE_SCHEME", "XCODE_LINK_BUILD_PHASE_MODE", "XCODE_PRODUCT_TYPE", "XCODE_SCHEME_ADDRESS_SANITIZER", "XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN", "XCODE_SCHEME_ARGUMENTS", "XCODE_SCHEME_DEBUG_AS_ROOT", "XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING", "XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER", "XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS", "XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE", "XCODE_SCHEME_ENABLE_GPU_API_VALIDATION", "XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE", "XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION", "XCODE_SCHEME_ENVIRONMENT", "XCODE_SCHEME_EXECUTABLE", "XCODE_SCHEME_GUARD_MALLOC", "XCODE_SCHEME_LAUNCH_CONFIGURATION", "XCODE_SCHEME_LAUNCH_MODE", "XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP", "XCODE_SCHEME_MALLOC_GUARD_EDGES", "XCODE_SCHEME_MALLOC_SCRIBBLE", "XCODE_SCHEME_MALLOC_STACK", "XCODE_SCHEME_THREAD_SANITIZER", "XCODE_SCHEME_THREAD_SANITIZER_STOP", "XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER", "XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP", "XCODE_SCHEME_WORKING_DIRECTORY", "XCODE_SCHEME_ZOMBIE_OBJECTS", "XCODE_XCCONFIG", "XCTEST", "CMake 3.0 Release Notes", "CMake 3.1 Release Notes", "CMake 3.10 Release Notes", "CMake 3.11 Release Notes", "CMake 3.12 Release Notes", "CMake 3.13 Release Notes", "CMake 3.14 Release Notes", "CMake 3.15 Release Notes", "CMake 3.16 Release Notes", "CMake 3.17 Release Notes", "CMake 3.18 Release Notes", "CMake 3.19 Release Notes", "CMake 3.2 Release Notes", "CMake 3.20 Release Notes", "CMake 3.21 Release Notes", "CMake 3.22 Release Notes", "CMake 3.23 Release Notes", "CMake 3.24 Release Notes", "CMake 3.25 Release Notes", "CMake 3.26 Release Notes", "CMake 3.27 Release Notes", "CMake 3.28 Release Notes", "CMake 3.29 Release Notes", "CMake 3.3 Release Notes", "CMake 3.30 Release Notes", "CMake 3.31 Release Notes", "CMake 3.4 Release Notes", "CMake 3.5 Release Notes", "CMake 3.6 Release Notes", "CMake 3.7 Release Notes", "CMake 3.8 Release Notes", "CMake 3.9 Release Notes", "CMake Release Notes", "ANDROID", "APPLE", "BORLAND", "BSD", "BUILD_SHARED_LIBS", "CACHE", "CMAKE_ABSOLUTE_DESTINATION_FILES", "CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY", "CMAKE_ADSP_ROOT", "CMAKE_AIX_EXPORT_ALL_SYMBOLS", "CMAKE_AIX_SHARED_LIBRARY_ARCHIVE", "CMAKE_ANDROID_ANT_ADDITIONAL_OPTIONS", "CMAKE_ANDROID_API", "CMAKE_ANDROID_API_MIN", "CMAKE_ANDROID_ARCH", "CMAKE_ANDROID_ARCH_ABI", "CMAKE_ANDROID_ARM_MODE", "CMAKE_ANDROID_ARM_NEON", "CMAKE_ANDROID_ASSETS_DIRECTORIES", "CMAKE_ANDROID_EXCEPTIONS", "CMAKE_ANDROID_GUI", "CMAKE_ANDROID_JAR_DEPENDENCIES", "CMAKE_ANDROID_JAR_DIRECTORIES", "CMAKE_ANDROID_JAVA_SOURCE_DIR", "CMAKE_ANDROID_NATIVE_LIB_DEPENDENCIES", "CMAKE_ANDROID_NATIVE_LIB_DIRECTORIES", "CMAKE_ANDROID_NDK", "CMAKE_ANDROID_NDK_DEPRECATED_HEADERS", "CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG", "CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION", "CMAKE_ANDROID_NDK_VERSION", "CMAKE_ANDROID_PROCESS_MAX", "CMAKE_ANDROID_PROGUARD", "CMAKE_ANDROID_PROGUARD_CONFIG_PATH", "CMAKE_ANDROID_RTTI", "CMAKE_ANDROID_SECURE_PROPS_PATH", "CMAKE_ANDROID_SKIP_ANT_STEP", "CMAKE_ANDROID_STANDALONE_TOOLCHAIN", "CMAKE_ANDROID_STL_TYPE", "CMAKE_APPBUNDLE_PATH", "CMAKE_APPLE_SILICON_PROCESSOR", "CMAKE_AR", "CMAKE_ARCHIVE_OUTPUT_DIRECTORY", "CMAKE_ARCHIVE_OUTPUT_DIRECTORY_<CONFIG>", "CMAKE_ARGC", "CMAKE_ARGV0", "CMAKE_AUTOGEN_BETTER_GRAPH_MULTI_CONFIG", "CMAKE_AUTOGEN_COMMAND_LINE_LENGTH_MAX", "CMAKE_AUTOGEN_ORIGIN_DEPENDS", "CMAKE_AUTOGEN_PARALLEL", "CMAKE_AUTOGEN_USE_SYSTEM_INCLUDE", "CMAKE_AUTOGEN_VERBOSE", "CMAKE_AUTOMOC", "CMAKE_AUTOMOC_COMPILER_PREDEFINES", "CMAKE_AUTOMOC_DEPEND_FILTERS", "CMAKE_AUTOMOC_EXECUTABLE", "CMAKE_AUTOMOC_MACRO_NAMES", "CMAKE_AUTOMOC_MOC_OPTIONS", "CMAKE_AUTOMOC_PATH_PREFIX", "CMAKE_AUTOMOC_RELAXED_MODE", "CMAKE_AUTORCC", "CMAKE_AUTORCC_EXECUTABLE", "CMAKE_AUTORCC_OPTIONS", "CMAKE_AUTOUIC", "CMAKE_AUTOUIC_EXECUTABLE", "CMAKE_AUTOUIC_OPTIONS", "CMAKE_AUTOUIC_SEARCH_PATHS", "CMAKE_BACKWARDS_COMPATIBILITY", "CMAKE_BINARY_DIR", "CMAKE_BUILD_RPATH", "CMAKE_BUILD_RPATH_USE_ORIGIN", "CMAKE_BUILD_TOOL", "CMAKE_BUILD_TYPE", "CMAKE_BUILD_WITH_INSTALL_NAME_DIR", "CMAKE_BUILD_WITH_INSTALL_RPATH", "CMAKE_CACHEFILE_DIR", "CMAKE_CACHE_MAJOR_VERSION", "CMAKE_CACHE_MINOR_VERSION", "CMAKE_CACHE_PATCH_VERSION", "CMAKE_CFG_INTDIR", "CMAKE_CLANG_VFS_OVERLAY", "CMAKE_CL_64", "CMAKE_CODEBLOCKS_COMPILER_ID", "CMAKE_CODEBLOCKS_EXCLUDE_EXTERNAL_FILES", "CMAKE_CODELITE_USE_TARGETS", "CMAKE_COLOR_DIAGNOSTICS", "CMAKE_COLOR_MAKEFILE", "CMAKE_COMMAND", "CMAKE_COMPILER_2005", "CMAKE_COMPILER_IS_GNUCC", "CMAKE_COMPILER_IS_GNUCXX", "CMAKE_COMPILER_IS_GNUG77", "CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY", "CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_<CONFIG>", "CMAKE_COMPILE_WARNING_AS_ERROR", "CMAKE_CONFIGURATION_TYPES", "CMAKE_<CONFIG>_POSTFIX", "CMAKE_CPACK_COMMAND", "CMAKE_CROSSCOMPILING", "CMAKE_CROSSCOMPILING_EMULATOR", "CMAKE_CROSS_CONFIGS", "CMAKE_CTEST_ARGUMENTS", "CMAKE_CTEST_COMMAND", "CMAKE_CUDA_ARCHITECTURES", "CMAKE_CUDA_COMPILE_FEATURES", "CMAKE_CUDA_EXTENSIONS", "CMAKE_CUDA_HOST_COMPILER", "CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS", "CMAKE_CUDA_RUNTIME_LIBRARY", "CMAKE_CUDA_SEPARABLE_COMPILATION", "CMAKE_CUDA_STANDARD", "CMAKE_CUDA_STANDARD_REQUIRED", "CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES", "CMAKE_CURRENT_BINARY_DIR", "CMAKE_CURRENT_FUNCTION", "CMAKE_CURRENT_FUNCTION_LIST_DIR", "CMAKE_CURRENT_FUNCTION_LIST_FILE", "CMAKE_CURRENT_FUNCTION_LIST_LINE", "CMAKE_CURRENT_LIST_DIR", "CMAKE_CURRENT_LIST_FILE", "CMAKE_CURRENT_LIST_LINE", "CMAKE_CURRENT_SOURCE_DIR", "CMAKE_CXX_COMPILER_IMPORT_STD", "CMAKE_CXX_COMPILE_FEATURES", "CMAKE_CXX_EXTENSIONS", "CMAKE_CXX_MODULE_STD", "CMAKE_CXX_SCAN_FOR_MODULES", "CMAKE_CXX_STANDARD", "CMAKE_CXX_STANDARD_REQUIRED", "CMAKE_C_COMPILE_FEATURES", "CMAKE_C_EXTENSIONS", "CMAKE_C_STANDARD", "CMAKE_C_STANDARD_REQUIRED", "CMAKE_DEBUG_POSTFIX", "CMAKE_DEBUG_TARGET_PROPERTIES", "CMAKE_DEFAULT_BUILD_TYPE", "CMAKE_DEFAULT_CONFIGS", "CMAKE_DEPENDS_IN_PROJECT_ONLY", "CMAKE_DEPENDS_USE_COMPILER", "CMAKE_DIRECTORY_LABELS", "CMAKE_DISABLE_FIND_PACKAGE_<PackageName>", "CMAKE_DISABLE_PRECOMPILE_HEADERS", "CMAKE_DLL_NAME_WITH_SOVERSION", "CMAKE_DL_LIBS", "CMAKE_DOTNET_SDK", "CMAKE_DOTNET_TARGET_FRAMEWORK", "CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION", "CMAKE_ECLIPSE_GENERATE_LINKED_RESOURCES", "CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT", "CMAKE_ECLIPSE_MAKE_ARGUMENTS", "CMAKE_ECLIPSE_RESOURCE_ENCODING", "CMAKE_ECLIPSE_VERSION", "CMAKE_EDIT_COMMAND", "CMAKE_ENABLE_EXPORTS", "CMAKE_ERROR_DEPRECATED", "CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION", "CMAKE_EXECUTABLE_ENABLE_EXPORTS", "CMAKE_EXECUTABLE_SUFFIX", "CMAKE_EXECUTABLE_SUFFIX_<LANG>", "CMAKE_EXECUTE_PROCESS_COMMAND_ECHO", "CMAKE_EXE_LINKER_FLAGS", "CMAKE_EXE_LINKER_FLAGS_<CONFIG>", "CMAKE_EXE_LINKER_FLAGS_<CONFIG>_INIT", "CMAKE_EXE_LINKER_FLAGS_INIT", "CMAKE_EXPORT_BUILD_DATABASE", "CMAKE_EXPORT_COMPILE_COMMANDS", "CMAKE_EXPORT_FIND_PACKAGE_NAME", "CMAKE_EXPORT_NO_PACKAGE_REGISTRY", "CMAKE_EXPORT_PACKAGE_REGISTRY", "CMAKE_EXTRA_GENERATOR", "CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES", "CMAKE_FIND_APPBUNDLE", "CMAKE_FIND_DEBUG_MODE", "CMAKE_FIND_FRAMEWORK", "CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX", "CMAKE_FIND_LIBRARY_PREFIXES", "CMAKE_FIND_LIBRARY_SUFFIXES", "CMAKE_FIND_NO_INSTALL_PREFIX", "CMAKE_FIND_PACKAGE_NAME", "CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY", "CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY", "CMAKE_FIND_PACKAGE_PREFER_CONFIG", "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", "CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS", "CMAKE_FIND_PACKAGE_SORT_DIRECTION", "CMAKE_FIND_PACKAGE_SORT_ORDER", "CMAKE_FIND_PACKAGE_TARGETS_GLOBAL", "CMAKE_FIND_PACKAGE_WARN_NO_MODULE", "CMAKE_FIND_ROOT_PATH", "CMAKE_FIND_ROOT_PATH_MODE_INCLUDE", "CMAKE_FIND_ROOT_PATH_MODE_LIBRARY", "CMAKE_FIND_ROOT_PATH_MODE_PACKAGE", "CMAKE_FIND_ROOT_PATH_MODE_PROGRAM", "CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH", "CMAKE_FIND_USE_CMAKE_PATH", "CMAKE_FIND_USE_CMAKE_SYSTEM_PATH", "CMAKE_FIND_USE_INSTALL_PREFIX", "CMAKE_FIND_USE_PACKAGE_REGISTRY", "CMAKE_FIND_USE_PACKAGE_ROOT_PATH", "CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH", "CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY", "CMAKE_FOLDER", "CMAKE_FRAMEWORK", "CMAKE_FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG>", "CMAKE_FRAMEWORK_PATH", "CMAKE_Fortran_FORMAT", "CMAKE_Fortran_MODDIR_DEFAULT", "CMAKE_Fortran_MODDIR_FLAG", "CMAKE_Fortran_MODOUT_FLAG", "CMAKE_Fortran_MODULE_DIRECTORY", "CMAKE_Fortran_PREPROCESS", "CMAKE_GENERATOR", "CMAKE_GENERATOR_INSTANCE", "CMAKE_GENERATOR_PLATFORM", "CMAKE_GENERATOR_TOOLSET", "CMAKE_GHS_NO_SOURCE_GROUP_FILE", "CMAKE_GLOBAL_AUTOGEN_TARGET", "CMAKE_GLOBAL_AUTOGEN_TARGET_NAME", "CMAKE_GLOBAL_AUTORCC_TARGET", "CMAKE_GLOBAL_AUTORCC_TARGET_NAME", "CMAKE_GNUtoMS", "CMAKE_HIP_ARCHITECTURES", "CMAKE_HIP_COMPILE_FEATURES", "CMAKE_HIP_EXTENSIONS", "CMAKE_HIP_PLATFORM", "CMAKE_HIP_STANDARD", "CMAKE_HIP_STANDARD_REQUIRED", "CMAKE_HOME_DIRECTORY", "CMAKE_HOST_APPLE", "CMAKE_HOST_BSD", "CMAKE_HOST_EXECUTABLE_SUFFIX", "CMAKE_HOST_LINUX", "CMAKE_HOST_SOLARIS", "CMAKE_HOST_SYSTEM", "CMAKE_HOST_SYSTEM_NAME", "CMAKE_HOST_SYSTEM_PROCESSOR", "CMAKE_HOST_SYSTEM_VERSION", "CMAKE_HOST_UNIX", "CMAKE_HOST_WIN32", "CMAKE_IGNORE_PATH", "CMAKE_IGNORE_PREFIX_PATH", "CMAKE_IMPORT_LIBRARY_PREFIX", "CMAKE_IMPORT_LIBRARY_SUFFIX", "CMAKE_INCLUDE_CURRENT_DIR", "CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE", "CMAKE_INCLUDE_DIRECTORIES_BEFORE", "CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE", "CMAKE_INCLUDE_PATH", "CMAKE_INSTALL_DEFAULT_COMPONENT_NAME", "CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS", "CMAKE_INSTALL_MESSAGE", "CMAKE_INSTALL_NAME_DIR", "CMAKE_INSTALL_PREFIX", "CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT", "CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH", "CMAKE_INSTALL_RPATH", "CMAKE_INSTALL_RPATH_USE_LINK_PATH", "CMAKE_INTERNAL_PLATFORM_ABI", "CMAKE_INTERPROCEDURAL_OPTIMIZATION", "CMAKE_INTERPROCEDURAL_OPTIMIZATION_<CONFIG>", "CMAKE_IOS_INSTALL_COMBINED", "CMAKE_ISPC_HEADER_DIRECTORY", "CMAKE_ISPC_HEADER_SUFFIX", "CMAKE_ISPC_INSTRUCTION_SETS", "CMAKE_JOB_POOLS", "CMAKE_JOB_POOL_COMPILE", "CMAKE_JOB_POOL_LINK", "CMAKE_JOB_POOL_PRECOMPILE_HEADER", "CMAKE_KATE_FILES_MODE", "CMAKE_KATE_MAKE_ARGUMENTS", "CMAKE_<LANG>_ANDROID_TOOLCHAIN_MACHINE", "CMAKE_<LANG>_ANDROID_TOOLCHAIN_PREFIX", "CMAKE_<LANG>_ANDROID_TOOLCHAIN_SUFFIX", "CMAKE_<LANG>_ARCHIVE_APPEND", "CMAKE_<LANG>_ARCHIVE_CREATE", "CMAKE_<LANG>_ARCHIVE_FINISH", "CMAKE_<LANG>_BYTE_ORDER", "CMAKE_<LANG>_CLANG_TIDY", "CMAKE_<LANG>_CLANG_TIDY_EXPORT_FIXES_DIR", "CMAKE_<LANG>_COMPILER", "CMAKE_<LANG>_COMPILER_ABI", "CMAKE_<LANG>_COMPILER_AR", "CMAKE_<LANG>_COMPILER_ARCHITECTURE_ID", "CMAKE_<LANG>_COMPILER_EXTERNAL_TOOLCHAIN", "CMAKE_<LANG>_COMPILER_FRONTEND_VARIANT", "CMAKE_<LANG>_COMPILER_ID", "CMAKE_<LANG>_COMPILER_LAUNCHER", "CMAKE_<LANG>_COMPILER_LINKER", "CMAKE_<LANG>_COMPILER_LINKER_FRONTEND_VARIANT", "CMAKE_<LANG>_COMPILER_LINKER_ID", "CMAKE_<LANG>_COMPILER_LINKER_VERSION", "CMAKE_<LANG>_COMPILER_LOADED", "CMAKE_<LANG>_COMPILER_PREDEFINES_COMMAND", "CMAKE_<LANG>_COMPILER_RANLIB", "CMAKE_<LANG>_COMPILER_TARGET", "CMAKE_<LANG>_COMPILER_VERSION", "CMAKE_<LANG>_COMPILER_VERSION_INTERNAL", "CMAKE_<LANG>_COMPILE_OBJECT", "CMAKE_<LANG>_CPPCHECK", "CMAKE_<LANG>_CPPLINT", "CMAKE_<LANG>_CREATE_SHARED_LIBRARY", "CMAKE_<LANG>_CREATE_SHARED_LIBRARY_ARCHIVE", "CMAKE_<LANG>_CREATE_SHARED_MODULE", "CMAKE_<LANG>_CREATE_STATIC_LIBRARY", "CMAKE_<LANG>_EXTENSIONS", "CMAKE_<LANG>_EXTENSIONS_DEFAULT", "CMAKE_<LANG>_FLAGS", "CMAKE_<LANG>_FLAGS_<CONFIG>", "CMAKE_<LANG>_FLAGS_<CONFIG>_INIT", "CMAKE_<LANG>_FLAGS_DEBUG", "CMAKE_<LANG>_FLAGS_DEBUG_INIT", "CMAKE_<LANG>_FLAGS_INIT", "CMAKE_<LANG>_FLAGS_MINSIZEREL", "CMAKE_<LANG>_FLAGS_MINSIZEREL_INIT", "CMAKE_<LANG>_FLAGS_RELEASE", "CMAKE_<LANG>_FLAGS_RELEASE_INIT", "CMAKE_<LANG>_FLAGS_RELWITHDEBINFO", "CMAKE_<LANG>_FLAGS_RELWITHDEBINFO_INIT", "CMAKE_<LANG>_HOST_COMPILER", "CMAKE_<LANG>_HOST_COMPILER_ID", "CMAKE_<LANG>_HOST_COMPILER_VERSION", "CMAKE_<LANG>_IGNORE_EXTENSIONS", "CMAKE_<LANG>_IMPLICIT_INCLUDE_DIRECTORIES", "CMAKE_<LANG>_IMPLICIT_LINK_DIRECTORIES", "CMAKE_<LANG>_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES", "CMAKE_<LANG>_IMPLICIT_LINK_LIBRARIES", "CMAKE_<LANG>_INCLUDE_WHAT_YOU_USE", "CMAKE_<LANG>_LIBRARY_ARCHITECTURE", "CMAKE_<LANG>_LINKER_LAUNCHER", "CMAKE_<LANG>_LINKER_PREFERENCE", "CMAKE_<LANG>_LINKER_PREFERENCE_PROPAGATES", "CMAKE_<LANG>_LINKER_WRAPPER_FLAG", "CMAKE_<LANG>_LINKER_WRAPPER_FLAG_SEP", "CMAKE_<LANG>_LINK_EXECUTABLE", "CMAKE_<LANG>_LINK_GROUP_USING_<FEATURE>", "CMAKE_<LANG>_LINK_GROUP_USING_<FEATURE>_SUPPORTED", "CMAKE_<LANG>_LINK_LIBRARY_<FEATURE>_ATTRIBUTES", "CMAKE_<LANG>_LINK_LIBRARY_FILE_FLAG", "CMAKE_<LANG>_LINK_LIBRARY_FLAG", "CMAKE_<LANG>_LINK_LIBRARY_SUFFIX", "CMAKE_<LANG>_LINK_LIBRARY_USING_<FEATURE>", "CMAKE_<LANG>_LINK_LIBRARY_USING_<FEATURE>_SUPPORTED", "CMAKE_<LANG>_LINK_WHAT_YOU_USE_FLAG", "CMAKE_<LANG>_OUTPUT_EXTENSION", "CMAKE_<LANG>_PLATFORM_ID", "CMAKE_<LANG>_SIMULATE_ID", "CMAKE_<LANG>_SIMULATE_VERSION", "CMAKE_<LANG>_SIZEOF_DATA_PTR", "CMAKE_<LANG>_SOURCE_FILE_EXTENSIONS", "CMAKE_<LANG>_STANDARD", "CMAKE_<LANG>_STANDARD_DEFAULT", "CMAKE_<LANG>_STANDARD_INCLUDE_DIRECTORIES", "CMAKE_<LANG>_STANDARD_LATEST", "CMAKE_<LANG>_STANDARD_LIBRARIES", "CMAKE_<LANG>_STANDARD_LINK_DIRECTORIES", "CMAKE_<LANG>_STANDARD_REQUIRED", "CMAKE_<LANG>_USING_LINKER_MODE", "CMAKE_<LANG>_USING_LINKER_<TYPE>", "CMAKE_<LANG>_VISIBILITY_PRESET", "CMAKE_LIBRARY_ARCHITECTURE", "CMAKE_LIBRARY_ARCHITECTURE_REGEX", "CMAKE_LIBRARY_OUTPUT_DIRECTORY", "CMAKE_LIBRARY_OUTPUT_DIRECTORY_<CONFIG>", "CMAKE_LIBRARY_PATH", "CMAKE_LIBRARY_PATH_FLAG", "CMAKE_LINKER_TYPE", "CMAKE_LINK_DEF_FILE_FLAG", "CMAKE_LINK_DEPENDS_NO_SHARED", "CMAKE_LINK_DEPENDS_USE_LINKER", "CMAKE_LINK_DIRECTORIES_BEFORE", "CMAKE_LINK_GROUP_USING_<FEATURE>", "CMAKE_LINK_GROUP_USING_<FEATURE>_SUPPORTED", "CMAKE_LINK_INTERFACE_LIBRARIES", "CMAKE_LINK_LIBRARIES_ONLY_TARGETS", "CMAKE_LINK_LIBRARIES_STRATEGY", "CMAKE_LINK_LIBRARY_<FEATURE>_ATTRIBUTES", "CMAKE_LINK_LIBRARY_FILE_FLAG", "CMAKE_LINK_LIBRARY_FLAG", "CMAKE_LINK_LIBRARY_SUFFIX", "CMAKE_LINK_LIBRARY_USING_<FEATURE>", "CMAKE_LINK_LIBRARY_USING_<FEATURE>_SUPPORTED", "CMAKE_LINK_SEARCH_END_STATIC", "CMAKE_LINK_SEARCH_START_STATIC", "CMAKE_LINK_WHAT_YOU_USE", "CMAKE_LINK_WHAT_YOU_USE_CHECK", "CMAKE_MACOSX_BUNDLE", "CMAKE_MACOSX_RPATH", "CMAKE_MAJOR_VERSION", "CMAKE_MAKE_PROGRAM", "CMAKE_MAP_IMPORTED_CONFIG_<CONFIG>", "CMAKE_MATCH_COUNT", "CMAKE_MATCH_<n>", "CMAKE_MAXIMUM_RECURSION_DEPTH", "CMAKE_MESSAGE_CONTEXT", "CMAKE_MESSAGE_CONTEXT_SHOW", "CMAKE_MESSAGE_INDENT", "CMAKE_MESSAGE_LOG_LEVEL", "CMAKE_MFC_FLAG", "CMAKE_MINIMUM_REQUIRED_VERSION", "CMAKE_MINOR_VERSION", "CMAKE_MODULE_LINKER_FLAGS", "CMAKE_MODULE_LINKER_FLAGS_<CONFIG>", "CMAKE_MODULE_LINKER_FLAGS_<CONFIG>_INIT", "CMAKE_MODULE_LINKER_FLAGS_INIT", "CMAKE_MODULE_PATH", "CMAKE_MSVCIDE_RUN_PATH", "CMAKE_MSVC_DEBUG_INFORMATION_FORMAT", "CMAKE_MSVC_RUNTIME_LIBRARY", "CMAKE_NETRC", "CMAKE_NETRC_FILE", "CMAKE_NINJA_OUTPUT_PATH_PREFIX", "CMAKE_NOT_USING_CONFIG_FLAGS", "CMAKE_NO_BUILTIN_CHRPATH", "CMAKE_NO_SYSTEM_FROM_IMPORTED", "CMAKE_OBJCXX_EXTENSIONS", "CMAKE_OBJCXX_STANDARD", "CMAKE_OBJCXX_STANDARD_REQUIRED", "CMAKE_OBJC_EXTENSIONS", "CMAKE_OBJC_STANDARD", "CMAKE_OBJC_STANDARD_REQUIRED", "CMAKE_OBJECT_PATH_MAX", "CMAKE_OPTIMIZE_DEPENDENCIES", "CMAKE_OSX_ARCHITECTURES", "CMAKE_OSX_DEPLOYMENT_TARGET", "CMAKE_OSX_SYSROOT", "CMAKE_PARENT_LIST_FILE", "CMAKE_PATCH_VERSION", "CMAKE_PCH_INSTANTIATE_TEMPLATES", "CMAKE_PCH_WARN_INVALID", "CMAKE_PDB_OUTPUT_DIRECTORY", "CMAKE_PDB_OUTPUT_DIRECTORY_<CONFIG>", "CMAKE_PLATFORM_NO_VERSIONED_SONAME", "CMAKE_POLICY_DEFAULT_CMP<NNNN>", "CMAKE_POLICY_WARNING_CMP<NNNN>", "CMAKE_POSITION_INDEPENDENT_CODE", "CMAKE_PREFIX_PATH", "CMAKE_PROGRAM_PATH", "CMAKE_PROJECT_DESCRIPTION", "CMAKE_PROJECT_HOMEPAGE_URL", "CMAKE_PROJECT_INCLUDE", "CMAKE_PROJECT_INCLUDE_BEFORE", "CMAKE_PROJECT_NAME", "CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE", "CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE_BEFORE", "CMAKE_PROJECT_TOP_LEVEL_INCLUDES", "CMAKE_PROJECT_VERSION", "CMAKE_PROJECT_VERSION_MAJOR", "CMAKE_PROJECT_VERSION_MINOR", "CMAKE_PROJECT_VERSION_PATCH", "CMAKE_PROJECT_VERSION_TWEAK", "CMAKE_RANLIB", "CMAKE_REQUIRE_FIND_PACKAGE_<PackageName>", "CMAKE_ROOT", "CMAKE_RULE_MESSAGES", "CMAKE_RUNTIME_OUTPUT_DIRECTORY", "CMAKE_RUNTIME_OUTPUT_DIRECTORY_<CONFIG>", "CMAKE_SCRIPT_MODE_FILE", "CMAKE_SHARED_LIBRARY_ARCHIVE_SUFFIX", "CMAKE_SHARED_LIBRARY_ENABLE_EXPORTS", "CMAKE_SHARED_LIBRARY_PREFIX", "CMAKE_SHARED_LIBRARY_SUFFIX", "CMAKE_SHARED_LINKER_FLAGS", "CMAKE_SHARED_LINKER_FLAGS_<CONFIG>", "CMAKE_SHARED_LINKER_FLAGS_<CONFIG>_INIT", "CMAKE_SHARED_LINKER_FLAGS_INIT", "CMAKE_SHARED_MODULE_PREFIX", "CMAKE_SHARED_MODULE_SUFFIX", "CMAKE_SIZEOF_VOID_P", "CMAKE_SKIP_BUILD_RPATH", "CMAKE_SKIP_INSTALL_ALL_DEPENDENCY", "CMAKE_SKIP_INSTALL_RPATH", "CMAKE_SKIP_INSTALL_RULES", "CMAKE_SKIP_RPATH", "CMAKE_SKIP_TEST_ALL_DEPENDENCY", "CMAKE_SOURCE_DIR", "CMAKE_STAGING_PREFIX", "CMAKE_STATIC_LIBRARY_PREFIX", "CMAKE_STATIC_LIBRARY_SUFFIX", "CMAKE_STATIC_LINKER_FLAGS", "CMAKE_STATIC_LINKER_FLAGS_<CONFIG>", "CMAKE_STATIC_LINKER_FLAGS_<CONFIG>_INIT", "CMAKE_STATIC_LINKER_FLAGS_INIT", "CMAKE_SUBLIME_TEXT_2_ENV_SETTINGS", "CMAKE_SUBLIME_TEXT_2_EXCLUDE_BUILD_TREE", "CMAKE_SUPPRESS_REGENERATION", "CMAKE_SYSROOT", "CMAKE_SYSROOT_COMPILE", "CMAKE_SYSROOT_LINK", "CMAKE_SYSTEM", "CMAKE_SYSTEM_APPBUNDLE_PATH", "CMAKE_SYSTEM_FRAMEWORK_PATH", "CMAKE_SYSTEM_IGNORE_PATH", "CMAKE_SYSTEM_IGNORE_PREFIX_PATH", "CMAKE_SYSTEM_INCLUDE_PATH", "CMAKE_SYSTEM_LIBRARY_PATH", "CMAKE_SYSTEM_NAME", "CMAKE_SYSTEM_PREFIX_PATH", "CMAKE_SYSTEM_PROCESSOR", "CMAKE_SYSTEM_PROGRAM_PATH", "CMAKE_SYSTEM_VERSION", "CMAKE_Swift_COMPILATION_MODE", "CMAKE_Swift_LANGUAGE_VERSION", "CMAKE_Swift_MODULE_DIRECTORY", "CMAKE_Swift_NUM_THREADS", "CMAKE_TASKING_TOOLSET", "CMAKE_TEST_LAUNCHER", "CMAKE_TLS_CAINFO", "CMAKE_TLS_VERIFY", "CMAKE_TLS_VERSION", "CMAKE_TOOLCHAIN_FILE", "CMAKE_TRY_COMPILE_CONFIGURATION", "CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES", "CMAKE_TRY_COMPILE_PLATFORM_VARIABLES", "CMAKE_TRY_COMPILE_TARGET_TYPE", "CMAKE_TWEAK_VERSION", "CMAKE_UNITY_BUILD", "CMAKE_UNITY_BUILD_BATCH_SIZE", "CMAKE_UNITY_BUILD_UNIQUE_ID", "CMAKE_USER_MAKE_RULES_OVERRIDE", "CMAKE_USER_MAKE_RULES_OVERRIDE_<LANG>", "CMAKE_USE_RELATIVE_PATHS", "CMAKE_VERBOSE_MAKEFILE", "CMAKE_VERIFY_INTERFACE_HEADER_SETS", "CMAKE_VERSION", "CMAKE_VISIBILITY_INLINES_HIDDEN", "CMAKE_VS_DEBUGGER_COMMAND", "CMAKE_VS_DEBUGGER_COMMAND_ARGUMENTS", "CMAKE_VS_DEBUGGER_ENVIRONMENT", "CMAKE_VS_DEBUGGER_WORKING_DIRECTORY", "CMAKE_VS_DEVENV_COMMAND", "CMAKE_VS_GLOBALS", "CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD", "CMAKE_VS_INCLUDE_PACKAGE_TO_DEFAULT_BUILD", "CMAKE_VS_INTEL_Fortran_PROJECT_VERSION", "CMAKE_VS_JUST_MY_CODE_DEBUGGING", "CMAKE_VS_MSBUILD_COMMAND", "CMAKE_VS_NO_COMPILE_BATCHING", "CMAKE_VS_NUGET_PACKAGE_RESTORE", "CMAKE_VS_NsightTegra_VERSION", "CMAKE_VS_PLATFORM_NAME", "CMAKE_VS_PLATFORM_NAME_DEFAULT", "CMAKE_VS_PLATFORM_TOOLSET", "CMAKE_VS_PLATFORM_TOOLSET_CUDA", "CMAKE_VS_PLATFORM_TOOLSET_CUDA_CUSTOM_DIR", "CMAKE_VS_PLATFORM_TOOLSET_FORTRAN", "CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE", "CMAKE_VS_PLATFORM_TOOLSET_VERSION", "CMAKE_VS_SDK_EXCLUDE_DIRECTORIES", "CMAKE_VS_SDK_EXECUTABLE_DIRECTORIES", "CMAKE_VS_SDK_INCLUDE_DIRECTORIES", "CMAKE_VS_SDK_LIBRARY_DIRECTORIES", "CMAKE_VS_SDK_LIBRARY_WINRT_DIRECTORIES", "CMAKE_VS_SDK_REFERENCE_DIRECTORIES", "CMAKE_VS_SDK_SOURCE_DIRECTORIES", "CMAKE_VS_TARGET_FRAMEWORK_IDENTIFIER", "CMAKE_VS_TARGET_FRAMEWORK_TARGETS_VERSION", "CMAKE_VS_TARGET_FRAMEWORK_VERSION", "CMAKE_VS_USE_DEBUG_LIBRARIES", "CMAKE_VS_VERSION_BUILD_NUMBER", "CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION", "CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION", "CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM", "CMAKE_VS_WINRT_BY_DEFAULT", "CMAKE_WARN_DEPRECATED", "CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION", "CMAKE_WATCOM_RUNTIME_LIBRARY", "CMAKE_WIN32_EXECUTABLE", "CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS", "CMAKE_WINDOWS_KMDF_VERSION", "CMAKE_XCODE_ATTRIBUTE_<an-attribute>", "CMAKE_XCODE_BUILD_SYSTEM", "CMAKE_XCODE_GENERATE_SCHEME", "CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY", "CMAKE_XCODE_LINK_BUILD_PHASE_MODE", "CMAKE_XCODE_PLATFORM_TOOLSET", "CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER", "CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN", "CMAKE_XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING", "CMAKE_XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER", "CMAKE_XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS", "CMAKE_XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE", "CMAKE_XCODE_SCHEME_ENABLE_GPU_API_VALIDATION", "CMAKE_XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE", "CMAKE_XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION", "CMAKE_XCODE_SCHEME_ENVIRONMENT", "CMAKE_XCODE_SCHEME_GUARD_MALLOC", "CMAKE_XCODE_SCHEME_LAUNCH_CONFIGURATION", "CMAKE_XCODE_SCHEME_LAUNCH_MODE", "CMAKE_XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP", "CMAKE_XCODE_SCHEME_MALLOC_GUARD_EDGES", "CMAKE_XCODE_SCHEME_MALLOC_SCRIBBLE", "CMAKE_XCODE_SCHEME_MALLOC_STACK", "CMAKE_XCODE_SCHEME_THREAD_SANITIZER", "CMAKE_XCODE_SCHEME_THREAD_SANITIZER_STOP", "CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER", "CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP", "CMAKE_XCODE_SCHEME_WORKING_DIRECTORY", "CMAKE_XCODE_SCHEME_ZOMBIE_OBJECTS", "CMAKE_XCODE_XCCONFIG", "CPACK_ABSOLUTE_DESTINATION_FILES", "CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY", "CPACK_CUSTOM_INSTALL_VARIABLES", "CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION", "CPACK_INCLUDE_TOPLEVEL_DIRECTORY", "CPACK_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS", "CPACK_PACKAGING_INSTALL_PREFIX", "CPACK_SET_DESTDIR", "CPACK_WARN_ON_ABSOLUTE_INSTALL_DESTINATION", "CTEST_BINARY_DIRECTORY", "CTEST_BUILD_COMMAND", "CTEST_BUILD_NAME", "CTEST_BZR_COMMAND", "CTEST_BZR_UPDATE_OPTIONS", "CTEST_CHANGE_ID", "CTEST_CHECKOUT_COMMAND", "CTEST_CONFIGURATION_TYPE", "CTEST_CONFIGURE_COMMAND", "CTEST_COVERAGE_COMMAND", "CTEST_COVERAGE_EXTRA_FLAGS", "CTEST_CURL_OPTIONS", "CTEST_CUSTOM_COVERAGE_EXCLUDE", "CTEST_CUSTOM_ERROR_EXCEPTION", "CTEST_CUSTOM_ERROR_MATCH", "CTEST_CUSTOM_ERROR_POST_CONTEXT", "CTEST_CUSTOM_ERROR_PRE_CONTEXT", "CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE", "CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS", "CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS", "CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE", "CTEST_CUSTOM_MEMCHECK_IGNORE", "CTEST_CUSTOM_POST_MEMCHECK", "CTEST_CUSTOM_POST_TEST", "CTEST_CUSTOM_PRE_MEMCHECK", "CTEST_CUSTOM_PRE_TEST", "CTEST_CUSTOM_TESTS_IGNORE", "CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION", "CTEST_CUSTOM_WARNING_EXCEPTION", "CTEST_CUSTOM_WARNING_MATCH", "CTEST_CVS_CHECKOUT", "CTEST_CVS_COMMAND", "CTEST_CVS_UPDATE_OPTIONS", "CTEST_DROP_LOCATION", "CTEST_DROP_METHOD", "CTEST_DROP_SITE", "CTEST_DROP_SITE_CDASH", "CTEST_DROP_SITE_PASSWORD", "CTEST_DROP_SITE_USER", "CTEST_EXTRA_COVERAGE_GLOB", "CTEST_GIT_COMMAND", "CTEST_GIT_INIT_SUBMODULES", "CTEST_GIT_UPDATE_CUSTOM", "CTEST_GIT_UPDATE_OPTIONS", "CTEST_HG_COMMAND", "CTEST_HG_UPDATE_OPTIONS", "CTEST_LABELS_FOR_SUBPROJECTS", "CTEST_MEMORYCHECK_COMMAND", "CTEST_MEMORYCHECK_COMMAND_OPTIONS", "CTEST_MEMORYCHECK_SANITIZER_OPTIONS", "CTEST_MEMORYCHECK_SUPPRESSIONS_FILE", "CTEST_MEMORYCHECK_TYPE", "CTEST_NIGHTLY_START_TIME", "CTEST_P4_CLIENT", "CTEST_P4_COMMAND", "CTEST_P4_OPTIONS", "CTEST_P4_UPDATE_OPTIONS", "CTEST_RESOURCE_SPEC_FILE", "CTEST_RUN_CURRENT_SCRIPT", "CTEST_SCP_COMMAND", "CTEST_SCRIPT_DIRECTORY", "CTEST_SITE", "CTEST_SOURCE_DIRECTORY", "CTEST_SUBMIT_INACTIVITY_TIMEOUT", "CTEST_SUBMIT_URL", "CTEST_SVN_COMMAND", "CTEST_SVN_OPTIONS", "CTEST_SVN_UPDATE_OPTIONS", "CTEST_TEST_LOAD", "CTEST_TEST_TIMEOUT", "CTEST_TLS_VERIFY", "CTEST_TLS_VERSION", "CTEST_TRIGGER_SITE", "CTEST_UPDATE_COMMAND", "CTEST_UPDATE_OPTIONS", "CTEST_UPDATE_VERSION_ONLY", "CTEST_UPDATE_VERSION_OVERRIDE", "CTEST_USE_LAUNCHERS", "CYGWIN", "ENV", "EXECUTABLE_OUTPUT_PATH", "GHSMULTI", "IOS", "LIBRARY_OUTPUT_PATH", "LINUX", "MINGW", "MSVC", "MSVC10", "MSVC11", "MSVC12", "MSVC14", "MSVC60", "MSVC70", "MSVC71", "MSVC80", "MSVC90", "MSVC_IDE", "MSVC_TOOLSET_VERSION", "MSVC_VERSION", "MSYS", "<PROJECT-NAME>_BINARY_DIR", "<PROJECT-NAME>_DESCRIPTION", "<PROJECT-NAME>_HOMEPAGE_URL", "<PROJECT-NAME>_IS_TOP_LEVEL", "<PROJECT-NAME>_SOURCE_DIR", "<PROJECT-NAME>_VERSION", "<PROJECT-NAME>_VERSION_MAJOR", "<PROJECT-NAME>_VERSION_MINOR", "<PROJECT-NAME>_VERSION_PATCH", "<PROJECT-NAME>_VERSION_TWEAK", "PROJECT_BINARY_DIR", "PROJECT_DESCRIPTION", "PROJECT_HOMEPAGE_URL", "PROJECT_IS_TOP_LEVEL", "PROJECT_NAME", "PROJECT_SOURCE_DIR", "PROJECT_VERSION", "PROJECT_VERSION_MAJOR", "PROJECT_VERSION_MINOR", "PROJECT_VERSION_PATCH", "PROJECT_VERSION_TWEAK", "<PackageName>_ROOT", "UNIX", "WASI", "WIN32", "WINCE", "WINDOWS_PHONE", "WINDOWS_STORE", "XCODE", "XCODE_VERSION"], "titleterms": {"0": [134, 280, 1317], "1": [134, 249, 251, 252, 253, 254, 256, 257, 265, 273, 276, 280, 287, 289, 290, 950, 1092, 1258, 1318, 1319, 1320, 1323, 1324, 1326, 1327, 1328, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1341, 1342, 1348], "10": [233, 236, 260, 280, 285, 1319], "11": [234, 250, 280, 792, 1320], "12": [235, 258, 280, 1321], "13": [280, 1322], "14": [236, 280, 792, 1323], "15": [237, 280, 1324], "16": [238, 280, 1325], "17": [239, 280, 1326], "18": [280, 1327], "19": [280, 1328], "2": [231, 249, 254, 256, 257, 273, 280, 950, 1092, 1258, 1320, 1322, 1324, 1325, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1341, 1342, 1348], "20": [280, 1330], "2003": 242, "2005": 243, "2008": 244, "2010": 233, "2012": 234, "2013": 235, "2015": 236, "2017": 237, "2019": 238, "2022": 239, "21": [280, 1331], "22": [280, 1332], "23": [280, 1333], "24": [280, 1334], "25": [280, 1335], "26": [280, 1336], "27": [280, 1337], "28": [280, 1338], "29": [280, 1339], "3": [249, 254, 280, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348], "30": [280, 1341], "31": [280, 1342], "4": [251, 280, 1322, 1323, 1324, 1328, 1330, 1331, 1332, 1333, 1334, 1336, 1337, 1338, 1339, 1341, 1342, 1343], "5": [257, 1322, 1323, 1325, 1326, 1328, 1330, 1331, 1332, 1333, 1336, 1337, 1338, 1339, 1341, 1342, 1344], "6": [240, 252, 280, 1323, 1328, 1330, 1331, 1332, 1336, 1337, 1338, 1339, 1341, 1345], "7": [241, 242, 253, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 288, 1323, 1325, 1328, 1331, 1337, 1339, 1341, 1346], "8": [243, 255, 280, 1337, 1339, 1347], "9": [244, 259, 280, 1325, 1337, 1339, 1348], "98": 792, "A": [21, 249, 271], "And": [8, 21, 117, 263, 266, 274, 551, 1152], "In": [370, 1104], "It": 370, "Not": 948, "One": 1223, "The": [167, 262, 283, 370], "To": [167, 370], "With": [108, 263, 370], "_android_toolchain_machin": 1620, "_android_toolchain_prefix": 1621, "_android_toolchain_suffix": 1622, "_archive_append": 1623, "_archive_cr": 1624, "_archive_finish": 1625, "_attribut": [1686, 1725], "_autogen": 283, "_autogen_timestamp_dep": 283, "_binary_dir": 2058, "_byte_ord": 1626, "_clang_tidi": [1121, 1627], "_clang_tidy_export_fixes_dir": [1122, 1628], "_code_sign_on_copi": 1282, "_compil": 1629, "_compile_object": 1647, "_compiler_abi": 1630, "_compiler_ar": 1631, "_compiler_architecture_id": 1632, "_compiler_external_toolchain": 1633, "_compiler_frontend_vari": 1634, "_compiler_id": 1635, "_compiler_launch": [170, 1123, 1636], "_compiler_link": 1637, "_compiler_linker_frontend_vari": 1638, "_compiler_linker_id": 1639, "_compiler_linker_vers": 1640, "_compiler_load": 1641, "_compiler_predefines_command": 1642, "_compiler_ranlib": 1643, "_compiler_target": 1644, "_compiler_vers": 1645, "_compiler_version_intern": 1646, "_cppcheck": [1124, 1648], "_cpplint": [1125, 1649], "_create_shared_librari": 1650, "_create_shared_library_arch": 1651, "_create_shared_modul": 1652, "_create_static_librari": 1653, "_descript": 2059, "_extens": [1126, 1654], "_extensions_default": 1655, "_flag": 1656, "_flags_": [1657, 1658], "_flags_debug": 1659, "_flags_debug_init": 1660, "_flags_init": 1661, "_flags_minsizerel": 1662, "_flags_minsizerel_init": 1663, "_flags_releas": 1664, "_flags_release_init": 1665, "_flags_relwithdebinfo": 1666, "_flags_relwithdebinfo_init": 1667, "_homepage_url": 2060, "_host_compil": 1668, "_host_compiler_id": 1669, "_host_compiler_vers": 1670, "_ignore_extens": 1671, "_implicit_include_directori": 1672, "_implicit_link_directori": 1673, "_implicit_link_directories_exclud": 171, "_implicit_link_framework_directori": 1674, "_implicit_link_librari": 1675, "_includ": 1792, "_include_befor": 1793, "_include_what_you_us": [1127, 1676], "_init": [1512, 1658, 1752, 1813, 1830], "_is_top_level": 2061, "_library_architectur": 1677, "_link_execut": 1683, "_link_group_using_": [1684, 1685], "_link_library_": 1686, "_link_library_file_flag": 1687, "_link_library_flag": 1688, "_link_library_suffix": 1689, "_link_library_using_": [1690, 1691], "_link_what_you_use_flag": 1692, "_linker_launch": [172, 1128, 1678], "_linker_prefer": 1679, "_linker_preference_propag": 1680, "_linker_wrapper_flag": 1681, "_linker_wrapper_flag_sep": 1682, "_output_extens": 1693, "_output_nam": 984, "_path": 1283, "_platform_id": 1694, "_postfix": [985, 1446], "_remove_headers_on_copi": 1284, "_root": [212, 2079], "_simulate_id": 1695, "_simulate_vers": 1696, "_sizeof_data_ptr": 1697, "_source_dir": 2062, "_source_file_extens": 1698, "_standard": [1129, 1699], "_standard_default": 1700, "_standard_include_directori": 1701, "_standard_latest": 1702, "_standard_librari": 1703, "_standard_link_directori": 1704, "_standard_requir": [1130, 1705], "_support": [1685, 1691, 1721, 1730], "_tag_": 1239, "_using_linker_": 1707, "_using_linker_mod": 1706, "_version": 2063, "_version_major": 2064, "_version_minor": 2065, "_version_patch": 2066, "_version_tweak": 2067, "_visibility_preset": [1131, 1708], "abov": 325, "abstract": 832, "access": [271, 368], "ad": [248, 249, 250, 251, 252, 253, 254, 255, 256, 370], "add": 313, "add_compile_definit": 0, "add_compile_opt": 1, "add_custom_command": 2, "add_custom_target": 3, "add_definit": 4, "add_depend": 5, "add_execut": 6, "add_librari": 7, "add_link_opt": 8, "add_subdirectori": 9, "add_test": 10, "addfiledepend": 291, "addit": [37, 534], "additional_clean_fil": [747, 915], "additional_make_clean_fil": 748, "adsp": 285, "adsp_root": 144, "advanc": [310, 446, 741], "affect": [131, 135, 469, 500], "aix_export_all_symbol": 916, "aix_shared_library_arch": 917, "algorithm": 367, "alia": [6, 7, 266], "alias_glob": 919, "aliased_target": 918, "all": 310, "alloc": 290, "allow": 167, "allow_duplicate_custom_target": 784, "also": [0, 1, 2, 3, 4, 5, 6, 7, 8, 12, 19, 20, 23, 24, 40, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 81, 86, 90, 98, 100, 101, 102, 103, 104, 105, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 122, 127, 136, 229, 265, 276, 287, 289, 290], "an": [256, 259, 304, 1278, 1919], "android": [53, 285, 1350], "android_ant_additional_opt": 920, "android_api": 921, "android_api_min": 922, "android_arch": 923, "android_assets_directori": 924, "android_gui": 925, "android_jar_depend": 926, "android_jar_directori": 927, "android_java_source_dir": 928, "android_native_lib_depend": 929, "android_native_lib_directori": 930, "android_process_max": 931, "android_proguard": 932, "android_proguard_config_path": 933, "android_secure_props_path": 934, "android_skip_ant_step": 935, "android_stl_typ": 936, "androidtestutil": 292, "api": [36, 273, 1323, 1328, 1330, 1331, 1333, 1336, 1337, 1339, 1341], "appl": [266, 304, 1351], "applic": 285, "ar": 325, "architectur": 304, "archiv": [55, 129, 266], "archive_output_directori": 937, "archive_output_directory_": 938, "archive_output_nam": 939, "archive_output_name_": 940, "argument": [1, 63, 86, 113, 277, 383], "artifact": [77, 266, 274, 473, 474, 475], "asm": [145, 146], "assess": 253, "associ": 367, "attach": 37, "attached_fil": 886, "attached_files_on_fail": 887, "attribut": [1278, 1725, 1919], "autogen": [1319, 1320, 1323, 1325, 1326, 1330, 1337], "autogen_better_graph_multi_config": 941, "autogen_build_dir": 942, "autogen_command_line_length_max": 943, "autogen_origin_depend": 944, "autogen_parallel": 945, "autogen_source_group": 785, "autogen_target_depend": 946, "autogen_targets_fold": 786, "autogen_use_system_includ": 947, "automoc": [283, 948], "automoc_compiler_predefin": 949, "automoc_depend_filt": 950, "automoc_execut": 951, "automoc_macro_nam": 952, "automoc_moc_opt": 953, "automoc_path_prefix": 954, "automoc_source_group": 787, "automoc_targets_fold": 788, "autorcc": [283, 955], "autorcc_execut": 956, "autorcc_opt": [833, 957], "autorcc_source_group": 789, "autouic": [283, 958], "autouic_execut": 959, "autouic_opt": [834, 960], "autouic_search_path": 961, "autouic_source_group": 790, "aux_source_directori": 11, "avail": [253, 268], "background": 141, "backtrac": 273, "backward": [388, 446], "base": [1323, 1328, 1330, 1331, 1333, 1336, 1337, 1339, 1341], "basic": [58, 71, 249], "behavior": [120, 121, 272, 286, 383, 469, 500, 1149], "between": [285, 1684, 1720], "binari": [55, 266], "binary_dir": [749, 962], "bla": 376, "blackfin": 285, "block": [12, 269, 277], "boost": 379, "borland": [219, 1352], "both": 116, "bracket": 277, "break": 13, "bsd": 1353, "bsp": 223, "build": [2, 132, 246, 247, 248, 249, 251, 252, 253, 254, 256, 257, 262, 263, 266, 272, 275, 279, 281, 283, 286, 287, 290, 368, 370, 480, 954, 1845, 1849], "build_command": 14, "build_nam": 15, "build_rpath": 963, "build_rpath_use_origin": 964, "build_shared_lib": 1354, "build_with_install_name_dir": 965, "build_with_install_rpath": 966, "buildsystem": [262, 266, 287], "buildsystem_target": 750, "built": 263, "builtin": 229, "bundl": [130, 247, 967], "bundle_extens": 968, "bundleutil": 293, "byproduct": 618, "c": [249, 254, 792, 793, 1347], "c_extens": 1008, "c_standard": 1009, "c_standard_requir": 1010, "cach": [100, 122, 262, 273, 282, 371, 377, 379, 387, 396, 398, 403, 404, 406, 407, 410, 426, 427, 428, 437, 446, 447, 450, 454, 456, 484, 497, 509, 510, 1355], "cache_vari": 751, "call": 18, "case": [266, 370, 535, 946], "caveat": [86, 167], "cc": 147, "ccmake": 265, "ccmake_color": 148, "cdash": 36, "cdt4": 222, "ce": 285, "cflag": 149, "chang": [272, 286, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348], "charact": 274, "check": [23, 71, 90, 1702], "checkccompilerflag": 330, "checkcompilerflag": 337, "checkcsourcecompil": 331, "checkcsourcerun": 332, "checkcxxcompilerflag": 333, "checkcxxsourcecompil": 334, "checkcxxsourcerun": 335, "checkcxxsymbolexist": 336, "checkfortrancompilerflag": 338, "checkfortranfunctionexist": 339, "checkfortransourcecompil": 340, "checkfortransourcerun": 341, "checkfunctionexist": 342, "checkincludefil": [344, 346], "checkincludefilecxx": 345, "checkiposupport": 343, "checklanguag": 347, "checklibraryexist": 348, "checklinkerflag": 349, "checkobjccompilerflag": 350, "checkobjcsourcecompil": 351, "checkobjcsourcerun": 352, "checkobjcxxcompilerflag": 353, "checkobjcxxsourcecompil": 354, "checkobjcxxsourcerun": 355, "checkpiesupport": 356, "checkprototypedefinit": 357, "checksourcecompil": 358, "checksourcerun": 359, "checkstructhasmemb": 360, "checksymbolexist": 361, "checktypes": 362, "checkvariableexist": 363, "choos": 262, "clang": 285, "clean_no_custom": 752, "client": [273, 290], "cmake": [23, 247, 261, 262, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 370, 379, 384, 555, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1845], "cmake_": [170, 171, 172, 1446, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708], "cmake_absolute_destination_fil": 1356, "cmake_add_custom_command_depends_explicit_onli": 1357, "cmake_adsp_root": 1358, "cmake_aix_export_all_symbol": 1359, "cmake_aix_shared_library_arch": 1360, "cmake_android_ant_additional_opt": 1361, "cmake_android_api": 1362, "cmake_android_api_min": 1363, "cmake_android_arch": 1364, "cmake_android_arch_abi": 1365, "cmake_android_arm_mod": 1366, "cmake_android_arm_neon": 1367, "cmake_android_assets_directori": 1368, "cmake_android_except": 1369, "cmake_android_gui": 1370, "cmake_android_jar_depend": 1371, "cmake_android_jar_directori": 1372, "cmake_android_java_source_dir": 1373, "cmake_android_native_lib_depend": 1374, "cmake_android_native_lib_directori": 1375, "cmake_android_ndk": 1376, "cmake_android_ndk_deprecated_head": 1377, "cmake_android_ndk_toolchain_host_tag": 1378, "cmake_android_ndk_toolchain_vers": 1379, "cmake_android_ndk_vers": 1380, "cmake_android_process_max": 1381, "cmake_android_proguard": 1382, "cmake_android_proguard_config_path": 1383, "cmake_android_rtti": 1384, "cmake_android_secure_props_path": 1385, "cmake_android_skip_ant_step": 1386, "cmake_android_standalone_toolchain": 1387, "cmake_android_stl_typ": 1388, "cmake_appbundle_path": [150, 1389], "cmake_apple_silicon_processor": [151, 1390], "cmake_ar": 1391, "cmake_archive_output_directori": 1392, "cmake_archive_output_directory_": 1393, "cmake_argc": 1394, "cmake_argv0": 1395, "cmake_autogen_better_graph_multi_config": 1396, "cmake_autogen_command_line_length_max": 1397, "cmake_autogen_origin_depend": 1398, "cmake_autogen_parallel": 1399, "cmake_autogen_use_system_includ": 1400, "cmake_autogen_verbos": 1401, "cmake_automoc": 1402, "cmake_automoc_compiler_predefin": 1403, "cmake_automoc_depend_filt": 1404, "cmake_automoc_execut": 1405, "cmake_automoc_macro_nam": 1406, "cmake_automoc_moc_opt": 1407, "cmake_automoc_path_prefix": 1408, "cmake_automoc_relaxed_mod": 1409, "cmake_autorcc": 1410, "cmake_autorcc_execut": 1411, "cmake_autorcc_opt": 1412, "cmake_autou": 1413, "cmake_autouic_execut": 1414, "cmake_autouic_opt": 1415, "cmake_autouic_search_path": 1416, "cmake_backwards_compat": 1417, "cmake_binary_dir": 1418, "cmake_build_parallel_level": 152, "cmake_build_rpath": 1419, "cmake_build_rpath_use_origin": 1420, "cmake_build_tool": 1421, "cmake_build_typ": [153, 1422], "cmake_build_with_install_name_dir": 1423, "cmake_build_with_install_rpath": 1424, "cmake_c_compile_featur": 1479, "cmake_c_extens": 1480, "cmake_c_known_featur": 793, "cmake_c_standard": 1481, "cmake_c_standard_requir": 1482, "cmake_cache_major_vers": 1426, "cmake_cache_minor_vers": 1427, "cmake_cache_patch_vers": 1428, "cmake_cachefile_dir": 1425, "cmake_cfg_intdir": 1429, "cmake_cl_64": 1431, "cmake_clang_vfs_overlai": 1430, "cmake_codeblocks_compiler_id": 1432, "cmake_codeblocks_exclude_external_fil": 1433, "cmake_codelite_use_target": 1434, "cmake_color_diagnost": [154, 1435], "cmake_color_makefil": 1436, "cmake_command": 1437, "cmake_compile_pdb_output_directori": 1442, "cmake_compile_pdb_output_directory_": 1443, "cmake_compile_warning_as_error": 1444, "cmake_compiler_2005": 1438, "cmake_compiler_is_gnucc": 1439, "cmake_compiler_is_gnucxx": 1440, "cmake_compiler_is_gnug77": 1441, "cmake_config_dir": 156, "cmake_config_typ": 157, "cmake_configuration_typ": [155, 1445], "cmake_configure_depend": 753, "cmake_cpack_command": 1447, "cmake_cross_config": 1450, "cmake_crosscompil": 1448, "cmake_crosscompiling_emul": [158, 1449], "cmake_ctest_argu": 1451, "cmake_ctest_command": 1452, "cmake_cuda_architectur": 1453, "cmake_cuda_compile_featur": 1454, "cmake_cuda_extens": 1455, "cmake_cuda_host_compil": 1456, "cmake_cuda_known_featur": 791, "cmake_cuda_resolve_device_symbol": 1457, "cmake_cuda_runtime_librari": 1458, "cmake_cuda_separable_compil": 1459, "cmake_cuda_standard": 1460, "cmake_cuda_standard_requir": 1461, "cmake_cuda_toolkit_include_directori": 1462, "cmake_current_binary_dir": 1463, "cmake_current_funct": 1464, "cmake_current_function_list_dir": 1465, "cmake_current_function_list_fil": 1466, "cmake_current_function_list_lin": 1467, "cmake_current_list_dir": 1468, "cmake_current_list_fil": 1469, "cmake_current_list_lin": 1470, "cmake_current_source_dir": 1471, "cmake_cxx_compile_featur": 1473, "cmake_cxx_compiler_import_std": 1472, "cmake_cxx_extens": 1474, "cmake_cxx_known_featur": 792, "cmake_cxx_module_std": 1475, "cmake_cxx_scan_for_modul": 1476, "cmake_cxx_standard": 1477, "cmake_cxx_standard_requir": 1478, "cmake_debug_postfix": 1483, "cmake_debug_target_properti": 1484, "cmake_default_build_typ": 1485, "cmake_default_config": 1486, "cmake_depends_in_project_onli": 1487, "cmake_depends_use_compil": 1488, "cmake_directory_label": 1489, "cmake_disable_find_package_": 1490, "cmake_disable_precompile_head": 1491, "cmake_dl_lib": 1493, "cmake_dll_name_with_sovers": 1492, "cmake_dotnet_sdk": 1494, "cmake_dotnet_target_framework": 1495, "cmake_dotnet_target_framework_vers": 1496, "cmake_eclipse_generate_linked_resourc": 1497, "cmake_eclipse_generate_source_project": 1498, "cmake_eclipse_make_argu": 1499, "cmake_eclipse_resource_encod": 1500, "cmake_eclipse_vers": 1501, "cmake_edit_command": 1502, "cmake_enable_export": 1503, "cmake_error_deprec": 1504, "cmake_error_on_absolute_install_destin": 1505, "cmake_exe_linker_flag": 1510, "cmake_exe_linker_flags_": [1511, 1512], "cmake_exe_linker_flags_init": 1513, "cmake_executable_enable_export": 1506, "cmake_executable_suffix": 1507, "cmake_executable_suffix_": 1508, "cmake_execute_process_command_echo": 1509, "cmake_export_build_databas": [159, 1514], "cmake_export_compile_command": [160, 1515], "cmake_export_find_package_nam": 1516, "cmake_export_no_package_registri": 1517, "cmake_export_package_registri": 1518, "cmake_extra_gener": 1519, "cmake_extra_shared_library_suffix": 1520, "cmake_file_api": 16, "cmake_find_appbundl": 1521, "cmake_find_debug_mod": 1522, "cmake_find_framework": 1523, "cmake_find_library_custom_lib_suffix": 1524, "cmake_find_library_prefix": 1525, "cmake_find_library_suffix": 1526, "cmake_find_no_install_prefix": 1527, "cmake_find_package_nam": 1528, "cmake_find_package_no_package_registri": 1529, "cmake_find_package_no_system_package_registri": 1530, "cmake_find_package_prefer_config": 1531, "cmake_find_package_redirects_dir": 1532, "cmake_find_package_resolve_symlink": 1533, "cmake_find_package_sort_direct": 1534, "cmake_find_package_sort_ord": 1535, "cmake_find_package_targets_glob": 1536, "cmake_find_package_warn_no_modul": 1537, "cmake_find_root_path": 1538, "cmake_find_root_path_mode_includ": 1539, "cmake_find_root_path_mode_librari": 1540, "cmake_find_root_path_mode_packag": 1541, "cmake_find_root_path_mode_program": 1542, "cmake_find_use_cmake_environment_path": 1543, "cmake_find_use_cmake_path": 1544, "cmake_find_use_cmake_system_path": 1545, "cmake_find_use_install_prefix": 1546, "cmake_find_use_package_registri": 1547, "cmake_find_use_package_root_path": 1548, "cmake_find_use_system_environment_path": 1549, "cmake_find_use_system_package_registri": 1550, "cmake_fold": 1551, "cmake_fortran_format": 1555, "cmake_fortran_moddir_default": 1556, "cmake_fortran_moddir_flag": 1557, "cmake_fortran_modout_flag": 1558, "cmake_fortran_module_directori": 1559, "cmake_fortran_preprocess": 1560, "cmake_framework": 1552, "cmake_framework_multi_config_postfix_": 1553, "cmake_framework_path": [161, 1554], "cmake_gener": [162, 1561], "cmake_generator_inst": [163, 1562], "cmake_generator_platform": [164, 1563], "cmake_generator_toolset": [165, 1564], "cmake_ghs_no_source_group_fil": 1565, "cmake_global_autogen_target": 1566, "cmake_global_autogen_target_nam": 1567, "cmake_global_autorcc_target": 1568, "cmake_global_autorcc_target_nam": 1569, "cmake_gnutom": 1570, "cmake_hip_architectur": 1571, "cmake_hip_compile_featur": 1572, "cmake_hip_extens": 1573, "cmake_hip_known_featur": 794, "cmake_hip_platform": 1574, "cmake_hip_standard": 1575, "cmake_hip_standard_requir": 1576, "cmake_home_directori": 1577, "cmake_host_appl": 1578, "cmake_host_bsd": 1579, "cmake_host_executable_suffix": 1580, "cmake_host_linux": 1581, "cmake_host_solari": 1582, "cmake_host_system": 1583, "cmake_host_system_inform": 17, "cmake_host_system_nam": 1584, "cmake_host_system_processor": 1585, "cmake_host_system_vers": 1586, "cmake_host_unix": 1587, "cmake_host_win32": 1588, "cmake_ignore_path": 1589, "cmake_ignore_prefix_path": 1590, "cmake_import_library_prefix": 1591, "cmake_import_library_suffix": 1592, "cmake_include_current_dir": 1593, "cmake_include_current_dir_in_interfac": 1594, "cmake_include_directories_befor": 1595, "cmake_include_directories_project_befor": 1596, "cmake_include_path": [166, 1597], "cmake_install_default_component_nam": 1598, "cmake_install_default_directory_permiss": 1599, "cmake_install_messag": 1600, "cmake_install_mod": 167, "cmake_install_name_dir": 1601, "cmake_install_parallel_level": 168, "cmake_install_prefix": [169, 1602], "cmake_install_prefix_initialized_to_default": 1603, "cmake_install_remove_environment_rpath": 1604, "cmake_install_rpath": 1605, "cmake_install_rpath_use_link_path": 1606, "cmake_internal_platform_abi": 1607, "cmake_interprocedural_optim": 1608, "cmake_interprocedural_optimization_": 1609, "cmake_ios_install_combin": 1610, "cmake_ispc_header_directori": 1611, "cmake_ispc_header_suffix": 1612, "cmake_ispc_instruction_set": 1613, "cmake_job_pool": 1614, "cmake_job_pool_compil": 1615, "cmake_job_pool_link": 1616, "cmake_job_pool_precompile_head": 1617, "cmake_kate_files_mod": 1618, "cmake_kate_make_argu": 1619, "cmake_languag": 18, "cmake_library_architectur": 1709, "cmake_library_architecture_regex": 1710, "cmake_library_output_directori": 1711, "cmake_library_output_directory_": 1712, "cmake_library_path": [173, 1713], "cmake_library_path_flag": 1714, "cmake_link_def_file_flag": 1716, "cmake_link_depends_no_shar": 1717, "cmake_link_depends_use_link": 1718, "cmake_link_directories_befor": 1719, "cmake_link_group_using_": [1720, 1721], "cmake_link_interface_librari": 1722, "cmake_link_libraries_only_target": 1723, "cmake_link_libraries_strategi": 1724, "cmake_link_library_": 1725, "cmake_link_library_file_flag": 1726, "cmake_link_library_flag": 1727, "cmake_link_library_suffix": 1728, "cmake_link_library_using_": [1729, 1730], "cmake_link_search_end_stat": 1731, "cmake_link_search_start_stat": 1732, "cmake_link_what_you_us": 1733, "cmake_link_what_you_use_check": 1734, "cmake_linker_typ": 1715, "cmake_macosx_bundl": 1735, "cmake_macosx_rpath": 1736, "cmake_major_vers": 1737, "cmake_make_program": 1738, "cmake_map_imported_config_": 1739, "cmake_match_": 1741, "cmake_match_count": 1740, "cmake_maximum_recursion_depth": [174, 1742], "cmake_message_context": 1743, "cmake_message_context_show": 1744, "cmake_message_ind": 1745, "cmake_message_log_level": 1746, "cmake_mfc_flag": 1747, "cmake_minimum_requir": 19, "cmake_minimum_required_vers": 1748, "cmake_minor_vers": 1749, "cmake_module_linker_flag": 1750, "cmake_module_linker_flags_": [1751, 1752], "cmake_module_linker_flags_init": 1753, "cmake_module_path": 1754, "cmake_msvc_debug_information_format": 1756, "cmake_msvc_runtime_librari": 1757, "cmake_msvcide_run_path": [175, 1755], "cmake_netrc": 1758, "cmake_netrc_fil": 1759, "cmake_ninja_output_path_prefix": 1760, "cmake_no_builtin_chrpath": 1762, "cmake_no_system_from_import": 1763, "cmake_no_verbos": 176, "cmake_not_using_config_flag": 1761, "cmake_objc_extens": 1767, "cmake_objc_standard": 1768, "cmake_objc_standard_requir": 1769, "cmake_objcxx_extens": 1764, "cmake_objcxx_standard": 1765, "cmake_objcxx_standard_requir": 1766, "cmake_object_path_max": 1770, "cmake_optimize_depend": 1771, "cmake_osx_architectur": [177, 1772], "cmake_osx_deployment_target": 1773, "cmake_osx_sysroot": 1774, "cmake_parent_list_fil": 1775, "cmake_parse_argu": 20, "cmake_patch_vers": 1776, "cmake_path": 21, "cmake_pch_instantiate_templ": 1777, "cmake_pch_warn_invalid": 1778, "cmake_pdb_output_directori": 1779, "cmake_pdb_output_directory_": 1780, "cmake_pkg_config": 22, "cmake_platform_no_versioned_sonam": 1781, "cmake_polici": 23, "cmake_policy_default_cmp": 1782, "cmake_policy_warning_cmp": 1783, "cmake_position_independent_cod": 1784, "cmake_prefix_path": [178, 1785], "cmake_program_path": [179, 1786], "cmake_project_": [1792, 1793], "cmake_project_descript": 1787, "cmake_project_homepage_url": 1788, "cmake_project_includ": 1789, "cmake_project_include_befor": 1790, "cmake_project_nam": 1791, "cmake_project_top_level_includ": 1794, "cmake_project_vers": 1795, "cmake_project_version_major": 1796, "cmake_project_version_minor": 1797, "cmake_project_version_patch": 1798, "cmake_project_version_tweak": 1799, "cmake_ranlib": 1800, "cmake_require_find_package_": 1801, "cmake_rol": 795, "cmake_root": 1802, "cmake_rule_messag": 1803, "cmake_runtime_output_directori": 1804, "cmake_runtime_output_directory_": 1805, "cmake_script_mode_fil": 1806, "cmake_shared_library_archive_suffix": 1807, "cmake_shared_library_enable_export": 1808, "cmake_shared_library_prefix": 1809, "cmake_shared_library_suffix": 1810, "cmake_shared_linker_flag": 1811, "cmake_shared_linker_flags_": [1812, 1813], "cmake_shared_linker_flags_init": 1814, "cmake_shared_module_prefix": 1815, "cmake_shared_module_suffix": 1816, "cmake_sizeof_void_p": 1817, "cmake_skip_build_rpath": 1818, "cmake_skip_install_all_depend": 1819, "cmake_skip_install_rpath": 1820, "cmake_skip_install_rul": 1821, "cmake_skip_rpath": 1822, "cmake_skip_test_all_depend": 1823, "cmake_source_dir": 1824, "cmake_staging_prefix": 1825, "cmake_static_library_prefix": 1826, "cmake_static_library_suffix": 1827, "cmake_static_linker_flag": 1828, "cmake_static_linker_flags_": [1829, 1830], "cmake_static_linker_flags_init": 1831, "cmake_sublime_text_2_env_set": 1832, "cmake_sublime_text_2_exclude_build_tre": 1833, "cmake_suppress_regener": 1834, "cmake_swift_compilation_mod": 1850, "cmake_swift_language_vers": 1851, "cmake_swift_module_directori": 1852, "cmake_swift_num_thread": 1853, "cmake_sysroot": 1835, "cmake_sysroot_compil": 1836, "cmake_sysroot_link": 1837, "cmake_system": 1838, "cmake_system_appbundle_path": 1839, "cmake_system_framework_path": 1840, "cmake_system_ignore_path": 1841, "cmake_system_ignore_prefix_path": 1842, "cmake_system_include_path": 1843, "cmake_system_library_path": 1844, "cmake_system_nam": 1845, "cmake_system_prefix_path": 1846, "cmake_system_processor": 1847, "cmake_system_program_path": 1848, "cmake_system_vers": 1849, "cmake_tasking_toolset": 1854, "cmake_test_launch": [180, 1855], "cmake_tls_cainfo": 1856, "cmake_tls_verifi": [181, 1857], "cmake_tls_vers": [182, 1858], "cmake_toolchain_fil": [183, 1859], "cmake_try_compile_configur": 1860, "cmake_try_compile_no_platform_vari": 1861, "cmake_try_compile_platform_vari": 1862, "cmake_try_compile_target_typ": 1863, "cmake_tweak_vers": 1864, "cmake_unity_build": 1865, "cmake_unity_build_batch_s": 1866, "cmake_unity_build_unique_id": 1867, "cmake_use_relative_path": 1870, "cmake_user_make_rules_overrid": 1868, "cmake_user_make_rules_override_": 1869, "cmake_verbose_makefil": 1871, "cmake_verify_interface_header_set": 1872, "cmake_vers": 1873, "cmake_visibility_inlines_hidden": 1874, "cmake_vs_debugger_command": 1875, "cmake_vs_debugger_command_argu": 1876, "cmake_vs_debugger_environ": 1877, "cmake_vs_debugger_working_directori": 1878, "cmake_vs_devenv_command": 1879, "cmake_vs_glob": 1880, "cmake_vs_include_install_to_default_build": 1881, "cmake_vs_include_package_to_default_build": 1882, "cmake_vs_intel_fortran_project_vers": 1883, "cmake_vs_just_my_code_debug": 1884, "cmake_vs_msbuild_command": 1885, "cmake_vs_no_compile_batch": 1886, "cmake_vs_nsighttegra_vers": 1888, "cmake_vs_nuget_package_restor": 1887, "cmake_vs_platform_nam": 1889, "cmake_vs_platform_name_default": 1890, "cmake_vs_platform_toolset": 1891, "cmake_vs_platform_toolset_cuda": 1892, "cmake_vs_platform_toolset_cuda_custom_dir": 1893, "cmake_vs_platform_toolset_fortran": 1894, "cmake_vs_platform_toolset_host_architectur": 1895, "cmake_vs_platform_toolset_vers": 1896, "cmake_vs_sdk_exclude_directori": 1897, "cmake_vs_sdk_executable_directori": 1898, "cmake_vs_sdk_include_directori": 1899, "cmake_vs_sdk_library_directori": 1900, "cmake_vs_sdk_library_winrt_directori": 1901, "cmake_vs_sdk_reference_directori": 1902, "cmake_vs_sdk_source_directori": 1903, "cmake_vs_target_framework_identifi": 1904, "cmake_vs_target_framework_targets_vers": 1905, "cmake_vs_target_framework_vers": 1906, "cmake_vs_use_debug_librari": 1907, "cmake_vs_version_build_numb": 1908, "cmake_vs_windows_target_platform_min_vers": 1909, "cmake_vs_windows_target_platform_vers": 1910, "cmake_vs_windows_target_platform_version_maximum": 1911, "cmake_vs_winrt_by_default": 1912, "cmake_warn_deprec": 1913, "cmake_warn_on_absolute_install_destin": 1914, "cmake_watcom_runtime_librari": 1915, "cmake_win32_execut": 1916, "cmake_windows_export_all_symbol": 1917, "cmake_windows_kmdf_vers": 1918, "cmake_xcode_attribute_": 1919, "cmake_xcode_build_system": 1920, "cmake_xcode_generate_schem": 1921, "cmake_xcode_generate_top_level_project_onli": 1922, "cmake_xcode_link_build_phase_mod": 1923, "cmake_xcode_platform_toolset": 1924, "cmake_xcode_scheme_address_sanit": 1925, "cmake_xcode_scheme_address_sanitizer_use_after_return": 1926, "cmake_xcode_scheme_debug_document_vers": 1927, "cmake_xcode_scheme_disable_main_thread_check": 1928, "cmake_xcode_scheme_dynamic_library_load": 1929, "cmake_xcode_scheme_dynamic_linker_api_usag": 1930, "cmake_xcode_scheme_enable_gpu_api_valid": 1931, "cmake_xcode_scheme_enable_gpu_frame_capture_mod": 1932, "cmake_xcode_scheme_enable_gpu_shader_valid": 1933, "cmake_xcode_scheme_environ": 1934, "cmake_xcode_scheme_guard_malloc": 1935, "cmake_xcode_scheme_launch_configur": 1936, "cmake_xcode_scheme_launch_mod": 1937, "cmake_xcode_scheme_main_thread_checker_stop": 1938, "cmake_xcode_scheme_malloc_guard_edg": 1939, "cmake_xcode_scheme_malloc_scribbl": 1940, "cmake_xcode_scheme_malloc_stack": 1941, "cmake_xcode_scheme_thread_sanit": 1942, "cmake_xcode_scheme_thread_sanitizer_stop": 1943, "cmake_xcode_scheme_undefined_behaviour_sanit": 1944, "cmake_xcode_scheme_undefined_behaviour_sanitizer_stop": 1945, "cmake_xcode_scheme_working_directori": 1946, "cmake_xcode_scheme_zombie_object": 1947, "cmake_xcode_xcconfig": 1948, "cmakeaddfortransubdirectori": 294, "cmakebackwardcompatibilitycxx": 295, "cmakedependentopt": 296, "cmakedeterminevsservicepack": 297, "cmakeexpandimportedtarget": 298, "cmakefil": 273, "cmakefinddependencymacro": 299, "cmakefindframework": 300, "cmakefindpackagemod": 301, "cmakeforcecompil": 302, "cmakegraphvizopt": 303, "cmakelist": 370, "cmakepackageconfighelp": 304, "cmakeparseargu": 305, "cmakeprinthelp": 306, "cmakeprintsysteminform": 307, "cmakepushcheckst": 308, "cmakeverifymanifest": 309, "cmp0000": 560, "cmp0001": 561, "cmp0002": 562, "cmp0003": 563, "cmp0004": 564, "cmp0005": 565, "cmp0006": 566, "cmp0007": 567, "cmp0008": 568, "cmp0009": 569, "cmp0010": 570, "cmp0011": 571, "cmp0012": 572, "cmp0013": 573, "cmp0014": 574, "cmp0015": 575, "cmp0016": 576, "cmp0017": 577, "cmp0018": 578, "cmp0019": 579, "cmp0020": 580, "cmp0021": 581, "cmp0022": 582, "cmp0023": 583, "cmp0024": 584, "cmp0025": 585, "cmp0026": 586, "cmp0027": 587, "cmp0028": 588, "cmp0029": 589, "cmp0030": 590, "cmp0031": 591, "cmp0032": 592, "cmp0033": 593, "cmp0034": 594, "cmp0035": 595, "cmp0036": 596, "cmp0037": 597, "cmp0038": 598, "cmp0039": 599, "cmp0040": 600, "cmp0041": 601, "cmp0042": 602, "cmp0043": 603, "cmp0044": 604, "cmp0045": 605, "cmp0046": 606, "cmp0047": 607, "cmp0048": 608, "cmp0049": 609, "cmp0050": 610, "cmp0051": 611, "cmp0052": 612, "cmp0053": 613, "cmp0054": 614, "cmp0055": 615, "cmp0056": 616, "cmp0057": 617, "cmp0058": 618, "cmp0059": 619, "cmp0060": 620, "cmp0061": 621, "cmp0062": 622, "cmp0063": 623, "cmp0064": 624, "cmp0065": 625, "cmp0066": 626, "cmp0067": 627, "cmp0068": 628, "cmp0069": 629, "cmp0070": 630, "cmp0071": 631, "cmp0072": 632, "cmp0073": 633, "cmp0074": 634, "cmp0075": 635, "cmp0076": 636, "cmp0077": 637, "cmp0078": 638, "cmp0079": 639, "cmp0080": 640, "cmp0081": 641, "cmp0082": 642, "cmp0083": 643, "cmp0084": 644, "cmp0085": 645, "cmp0086": 646, "cmp0087": 647, "cmp0088": 648, "cmp0089": 649, "cmp0090": 650, "cmp0091": 651, "cmp0092": 652, "cmp0093": 653, "cmp0094": 654, "cmp0095": 655, "cmp0096": 656, "cmp0097": 657, "cmp0098": 658, "cmp0099": 659, "cmp0100": 660, "cmp0101": 661, "cmp0102": 662, "cmp0103": 663, "cmp0104": 664, "cmp0105": 665, "cmp0106": 666, "cmp0107": 667, "cmp0108": 668, "cmp0109": 669, "cmp0110": 670, "cmp0111": 671, "cmp0112": 672, "cmp0113": 673, "cmp0114": 674, "cmp0115": 675, "cmp0116": 676, "cmp0117": 677, "cmp0118": 678, "cmp0119": 679, "cmp0120": 680, "cmp0121": 681, "cmp0122": 682, "cmp0123": 683, "cmp0124": 684, "cmp0125": 685, "cmp0126": 686, "cmp0127": 687, "cmp0128": 688, "cmp0129": 689, "cmp0130": 690, "cmp0131": 691, "cmp0132": 692, "cmp0133": 693, "cmp0134": 694, "cmp0135": 695, "cmp0136": 696, "cmp0137": 697, "cmp0138": 698, "cmp0139": 699, "cmp0140": 700, "cmp0141": 701, "cmp0142": 702, "cmp0143": 703, "cmp0144": 704, "cmp0145": 705, "cmp0146": 706, "cmp0147": 707, "cmp0148": 708, "cmp0149": 709, "cmp0150": 710, "cmp0151": 711, "cmp0152": 712, "cmp0153": 713, "cmp0154": 714, "cmp0155": 715, "cmp0156": 716, "cmp0157": 717, "cmp0158": 718, "cmp0159": 719, "cmp0160": 720, "cmp0161": 721, "cmp0162": 722, "cmp0163": 723, "cmp0164": 724, "cmp0165": 725, "cmp0166": 726, "cmp0167": 727, "cmp0168": 728, "cmp0169": 729, "cmp0170": 730, "cmp0171": 731, "cmp0172": 732, "cmp0173": 733, "cmp0174": 734, "cmp0175": 735, "cmp0176": 736, "cmp0177": 737, "cmp0178": 738, "cmp0179": 739, "cmp0180": 740, "cobertura": 1967, "code": [18, 93, 285, 287], "codeblock": 220, "codelit": 221, "codemodel": 273, "command": [18, 230, 255, 262, 264, 266, 267, 275, 277, 287, 290, 313, 318, 319, 370, 382, 389, 447, 473, 474, 475, 555, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348], "comment": 277, "common": 310, "common_language_runtim": 969, "comparison": [71, 108, 274], "compat": [266, 388, 391, 446, 559], "compatible_interface_bool": 970, "compatible_interface_number_max": 971, "compatible_interface_number_min": 972, "compatible_interface_str": 973, "compil": [8, 117, 120, 121, 137, 251, 266, 268, 270, 274, 285, 383, 792, 793, 1152, 1324, 1325, 1326, 1330, 1331, 1333, 1334, 1335, 1338, 1339, 1342, 1845, 1849], "compile_definit": [754, 835, 974], "compile_definitions_": [755, 836, 975], "compile_featur": 976, "compile_flag": [837, 977], "compile_opt": [756, 838, 978], "compile_pdb_nam": 979, "compile_pdb_name_": 980, "compile_pdb_output_directori": 981, "compile_pdb_output_directory_": 982, "compile_warning_as_error": 983, "complex": 370, "compon": [77, 136, 137, 248, 313, 454, 457, 470, 497, 503, 1896], "condit": [71, 268, 274, 277, 281], "config": [2, 3, 58, 77, 230, 263, 279, 755, 764, 836, 938, 940, 975, 980, 982, 984, 985, 1024, 1034, 1065, 1067, 1069, 1071, 1073, 1075, 1077, 1079, 1082, 1084, 1112, 1133, 1135, 1142, 1144, 1146, 1157, 1165, 1179, 1181, 1185, 1187, 1202, 1204, 1210, 1393, 1443, 1446, 1511, 1512, 1553, 1609, 1657, 1658, 1712, 1739, 1751, 1752, 1780, 1805, 1812, 1813, 1829, 1830], "configur": [53, 90, 247, 248, 249, 250, 266, 269, 274, 279, 281, 290, 304, 313, 368, 1336], "configure_fil": 24, "configurelog": 273, "consider": [1081, 1082], "content": [6, 7, 22, 24, 58, 77, 116, 120, 121, 136, 247, 248, 262, 263, 266, 267, 268, 269, 271, 272, 273, 274, 275, 277, 279, 280, 281, 282, 283, 285, 286, 288, 290, 313, 367, 368, 370, 555, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348], "context": 274, "continu": 25, "control": [270, 272, 277, 286], "convent": 21, "convers": [21, 55], "cost": 888, "coverag": 290, "cpack": [129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 278, 286, 288, 289, 310, 1318, 1319, 1320, 1321, 1322, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1337, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348], "cpack_absolute_destination_fil": 1949, "cpack_component_include_toplevel_directori": 1950, "cpack_custom_install_vari": 1951, "cpack_desktop_shortcut": 826, "cpack_error_on_absolute_install_destin": 1952, "cpack_include_toplevel_directori": 1953, "cpack_install_default_directory_permiss": 1954, "cpack_never_overwrit": 827, "cpack_packaging_install_prefix": 1955, "cpack_perman": 828, "cpack_set_destdir": 1956, "cpack_start_menu_shortcut": 830, "cpack_startup_shortcut": 829, "cpack_warn_on_absolute_install_destin": 1957, "cpack_wix_acl": 831, "cpackarch": 311, "cpackbundl": 312, "cpackcompon": 313, "cpackcygwin": 314, "cpackdeb": 316, "cpackdmg": 315, "cpackfreebsd": 317, "cpackifw": 318, "cpackifwconfigurefil": 319, "cpacknsi": 320, "cpacknuget": 321, "cpackproductbuild": 322, "cpackrpm": 323, "cpackwix": 324, "crai": 285, "creat": [21, 114, 116, 248, 256, 279, 551, 1100, 1103, 1143, 1144], "create_test_sourcelist": 26, "cross": [121, 285, 1684, 1720, 1845, 1849], "crosscompiling_emul": 986, "csflag": 184, "csharputil": 325, "ctest": [267, 272, 286, 290, 326, 410, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1345, 1346, 1347, 1348], "ctest_binary_directori": 1958, "ctest_build": 27, "ctest_build_command": 1959, "ctest_build_nam": 1960, "ctest_bzr_command": 1961, "ctest_bzr_update_opt": 1962, "ctest_change_id": 1963, "ctest_checkout_command": 1964, "ctest_configur": 28, "ctest_configuration_typ": 1965, "ctest_configure_command": 1966, "ctest_coverag": 29, "ctest_coverage_command": 1967, "ctest_coverage_extra_flag": 1968, "ctest_curl_opt": 1969, "ctest_custom_coverage_exclud": 1970, "ctest_custom_error_except": 1971, "ctest_custom_error_match": 1972, "ctest_custom_error_post_context": 1973, "ctest_custom_error_pre_context": 1974, "ctest_custom_maximum_failed_test_output_s": 1975, "ctest_custom_maximum_number_of_error": 1976, "ctest_custom_maximum_number_of_warn": 1977, "ctest_custom_maximum_passed_test_output_s": 1978, "ctest_custom_memcheck_ignor": 1979, "ctest_custom_post_memcheck": 1980, "ctest_custom_post_test": 1981, "ctest_custom_pre_memcheck": 1982, "ctest_custom_pre_test": 1983, "ctest_custom_test_output_trunc": 1985, "ctest_custom_tests_ignor": 1984, "ctest_custom_warning_except": 1986, "ctest_custom_warning_match": 1987, "ctest_cvs_checkout": 1988, "ctest_cvs_command": 1989, "ctest_cvs_update_opt": 1990, "ctest_drop_loc": 1991, "ctest_drop_method": 1992, "ctest_drop_sit": 1993, "ctest_drop_site_cdash": 1994, "ctest_drop_site_password": 1995, "ctest_drop_site_us": 1996, "ctest_empty_binary_directori": 30, "ctest_extra_coverage_glob": 1997, "ctest_git_command": 1998, "ctest_git_init_submodul": 1999, "ctest_git_update_custom": 2000, "ctest_git_update_opt": 2001, "ctest_hg_command": 2002, "ctest_hg_update_opt": 2003, "ctest_interactive_debug_mod": 185, "ctest_labels_for_subproject": 2004, "ctest_memcheck": 31, "ctest_memorycheck_command": 2005, "ctest_memorycheck_command_opt": 2006, "ctest_memorycheck_sanitizer_opt": 2007, "ctest_memorycheck_suppressions_fil": 2008, "ctest_memorycheck_typ": 2009, "ctest_nightly_start_tim": 2010, "ctest_no_tests_act": 186, "ctest_output_on_failur": 187, "ctest_p4_client": 2011, "ctest_p4_command": 2012, "ctest_p4_opt": 2013, "ctest_p4_update_opt": 2014, "ctest_parallel_level": 188, "ctest_progress_output": 189, "ctest_read_custom_fil": 32, "ctest_resource_spec_fil": 2015, "ctest_run_current_script": 2016, "ctest_run_script": 33, "ctest_scp_command": 2017, "ctest_script_directori": 2018, "ctest_sit": 2019, "ctest_sleep": 34, "ctest_source_directori": 2020, "ctest_start": 35, "ctest_submit": 36, "ctest_submit_inactivity_timeout": 2021, "ctest_submit_url": 2022, "ctest_svn_command": 2023, "ctest_svn_opt": 2024, "ctest_svn_update_opt": 2025, "ctest_test": 37, "ctest_test_load": 2026, "ctest_test_timeout": 2027, "ctest_tls_verifi": 2028, "ctest_tls_vers": 2029, "ctest_trigger_sit": 2030, "ctest_upd": 38, "ctest_update_command": 2031, "ctest_update_opt": 2032, "ctest_update_version_onli": 2033, "ctest_update_version_overrid": 2034, "ctest_upload": 39, "ctest_use_launch": 2035, "ctest_use_launchers_default": 190, "ctestcoveragecollectgcov": 327, "ctestscriptmod": 328, "ctestuselaunch": 329, "cubla": 383, "cuda": [383, 1347], "cuda_architectur": 987, "cuda_cubin_compil": 988, "cuda_extens": 989, "cuda_fatbin_compil": 990, "cuda_optix_compil": 991, "cuda_ptx_compil": 992, "cuda_resolve_device_symbol": 993, "cuda_runtime_librari": 994, "cuda_separable_compil": 995, "cuda_standard": 996, "cuda_standard_requir": 997, "cudaarch": 191, "cudacxx": 192, "cudaflag": 193, "cudahostcxx": 194, "cudla": 383, "cufft": 383, "cufil": 383, "culibo": 383, "cupti": 383, "curand": 383, "curl": 384, "current": 18, "curs": 272, "cusolv": 383, "cuspars": 383, "custom": [37, 230, 255, 266, 367, 1564], "cv": 368, "cxx": 195, "cxx_extens": 998, "cxx_module_dir": 999, "cxx_module_dirs_": 1000, "cxx_module_set": [1001, 1002], "cxx_module_set_": 1003, "cxx_module_std": 1004, "cxx_scan_for_modul": [839, 1005], "cxx_standard": 1006, "cxx_standard_requir": 1007, "cxxflag": 196, "cxxmodul": 270, "cyclic": 116, "cygwin": [131, 2036], "dart": 364, "dashboard": [252, 290], "dashboard_test_from_ctest": 197, "data": 274, "de": [1, 8, 113, 117, 978, 1060, 1152, 1211], "deb": 132, "debian": 132, "debug": [132, 136, 142, 258, 266, 274], "debug_configur": 796, "debug_postfix": 1011, "debugg": 1337, "decomposit": [21, 274], "deeper": 410, "default": 266, "defer": 18, "defin": 447, "define_properti": 40, "define_symbol": 1012, "definit": [277, 368, 757, 1223, 1684, 1690, 1720, 1725, 1729], "depend": [18, 116, 139, 253, 263, 274, 299, 370, 889, 1104], "deployment_additional_fil": 1013, "deployment_remote_directori": 1014, "deployqt4": 365, "deprec": [267, 274, 278, 282, 286, 382, 394, 555, 1015, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348], "describ": 286, "descript": [265, 276, 287, 289, 290, 910], "destdir": 198, "destin": 77, "detail": 37, "detect": 948, "develop": 271, "devic": [8, 117, 285, 1152], "diagnost": [1317, 1318, 1329], "dialect": [145, 146], "dialog": 264, "differ": [8, 117, 1152], "direct": 1104, "directori": [266, 273, 277, 282, 367, 368], "disabl": [279, 890], "disable_precompile_head": 1016, "disabled_featur": 797, "distribut": 141, "dll_name_with_sovers": 1017, "document": [366, 382, 551, 1317, 1318, 1328], "dotnet_sdk": 1018, "dotnet_target_framework": 1019, "dotnet_target_framework_vers": 1020, "download": [263, 313, 368], "dragndrop": 133, "driver": [8, 117, 383, 1152], "duplic": [1, 8, 113, 117, 978, 1060, 1152, 1211], "dynam": 290, "echostr": 1031, "eclips": 222, "eclipse_extra_cproject_cont": 798, "eclipse_extra_natur": 799, "edit": [249, 251, 252, 253, 254, 256, 257, 285], "els": 41, "elseif": 42, "enable_export": 1021, "enable_languag": 43, "enable_test": 44, "enabled_featur": 800, "enabled_languag": 801, "encod": [269, 277], "endblock": 45, "endforeach": 46, "endfunct": 47, "endif": 48, "endmacro": 49, "endwhil": 50, "entri": [100, 122, 282], "env": [272, 2037], "environ": [100, 122, 167, 262, 272, 277, 285, 290, 396, 891], "environment_modif": 892, "error": 1223, "escap": [274, 277], "evalu": [18, 274], "event": [2, 269], "exampl": [1, 2, 16, 18, 21, 24, 77, 139, 279, 304, 343, 356, 368, 370, 379, 389, 396, 409, 410, 424, 534, 559, 629, 643, 664, 833, 834, 853, 854, 855, 856, 857, 889, 903, 950, 952, 953, 957, 960, 987, 1050, 1092, 1104, 1116, 1165, 1257, 1258, 1267, 1406, 1412, 1415, 1453, 1684, 1690, 1720, 1725, 1729, 1886, 1951], "exclude_from_al": [758, 1022], "exclude_from_default_build": 1023, "exclude_from_default_build_": 1024, "exec_program": 51, "execut": [6, 248, 266], "executable_output_path": 2038, "execute_process": 52, "exercis": [249, 251, 252, 253, 254, 256, 257], "exist": 71, "exit": 287, "expans": [71, 281, 286], "explicit": 368, "explicitli": 23, "export": [53, 248, 250, 274, 551], "export_build_databas": 1025, "export_compile_command": 1026, "export_find_package_nam": 1027, "export_library_depend": 54, "export_nam": 1028, "export_no_system": 1029, "export_properti": 1030, "express": [71, 108, 251, 266, 274, 1317, 1318, 1321, 1323, 1324, 1327, 1331, 1334, 1336, 1337, 1338, 1340, 1341, 1343], "extens": [21, 268], "extern": [134, 368], "external_object": 840, "externaldata": 367, "externalproject": 368, "extra": 275, "fail_regular_express": 893, "fallback": 17, "fc": 199, "featur": [268, 274, 285, 559, 792, 793, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1684, 1685, 1686, 1690, 1691, 1720, 1721, 1725, 1729, 1730], "featuresummari": 369, "fetch": 367, "fetchcont": [263, 370], "fflag": 200, "file": [2, 37, 55, 58, 71, 119, 120, 121, 137, 248, 249, 251, 252, 253, 254, 255, 256, 257, 263, 273, 277, 279, 282, 290, 303, 304, 367, 555, 948, 958, 1323, 1328, 1330, 1331, 1333, 1336, 1337, 1339, 1341], "filenam": 21, "filesystem": 55, "find": [136, 263, 271, 278, 279, 287, 370, 480, 551], "find_fil": 56, "find_librari": 57, "find_library_use_lib32_path": 802, "find_library_use_lib64_path": 803, "find_library_use_libx32_path": 804, "find_library_use_openbsd_vers": 805, "find_packag": [58, 263, 370], "find_path": 59, "find_program": 60, "findalsa": 371, "findarmadillo": 374, "findaspel": 372, "findavifil": 373, "findbacktrac": 378, "findbison": 375, "findbla": 376, "findboost": 379, "findbullet": 380, "findbzip2": 377, "findcabl": 381, "findcoin3d": 386, "findcuda": 382, "findcudatoolkit": 383, "findcup": 387, "findcurl": 384, "findcurs": 388, "findcv": 385, "findcxxtest": 389, "findcygwin": 390, "finddart": 392, "finddcmtk": 391, "finddevil": 393, "finddoxygen": 394, "findenvmodul": 396, "findexpat": 395, "findflex": 397, "findfltk": 398, "findfltk2": 399, "findfontconfig": 400, "findfreetyp": 401, "findgccxml": 402, "findgdal": 403, "findgettext": 411, "findgif": 404, "findgit": 412, "findglew": 405, "findglut": 406, "findgnuplot": 414, "findgnutl": 413, "findgsl": 407, "findgtest": 410, "findgtk": 408, "findgtk2": 409, "findhdf5": 415, "findhg": 418, "findhspel": 416, "findhtmlhelp": 417, "findic": 421, "findiconv": 422, "findicotool": 423, "findicu": 419, "findimagemagick": 424, "findintl": 425, "finditk": 420, "findjasp": 428, "findjava": 429, "findjni": 426, "findjpeg": 427, "findkde3": 430, "findkde4": 431, "findlapack": 432, "findlatex": 433, "findlibarch": 435, "findlibinput": 439, "findliblzma": 436, "findlibxml2": 437, "findlibxslt": 438, "findlttngust": 434, "findlua": 440, "findlua50": 441, "findlua51": 442, "findmatlab": 447, "findmfc": 443, "findmotif": 448, "findmpeg": 444, "findmpeg2": 445, "findmpi": 446, "findmsi": 449, "findodbc": 450, "findopen": 452, "findopenacc": 451, "findopencl": 453, "findopengl": 454, "findopenmp": 455, "findopenscenegraph": 458, "findopensp": 456, "findopenssl": 457, "findopenthread": 459, "findosg": 512, "findosg_funct": 531, "findosganim": 513, "findosgdb": 514, "findosgfx": 515, "findosgga": 516, "findosgintrospect": 517, "findosgmanipul": 518, "findosgparticl": 519, "findosgpresent": 520, "findosgproduc": 521, "findosgqt": 522, "findosgshadow": 523, "findosgsim": 524, "findosgterrain": 525, "findosgtext": 526, "findosgutil": 527, "findosgview": 528, "findosgvolum": 529, "findosgwidget": 530, "findpackagehandlestandardarg": 462, "findpackagemessag": 463, "findpatch": 464, "findperl": 465, "findperllib": 466, "findphp4": 460, "findphysf": 467, "findpik": 468, "findpkgconfig": 469, "findpng": 461, "findpostgresql": 470, "findproduc": 471, "findprotobuf": 472, "findpython": 473, "findpython2": 474, "findpython3": 475, "findpythoninterp": 476, "findpythonlib": 477, "findqt": 478, "findqt3": 479, "findqt4": 480, "findquicktim": 481, "findrti": 482, "findrubi": 483, "findsdl": 484, "findsdl_gfx": 485, "findsdl_imag": 486, "findsdl_mix": 487, "findsdl_net": 488, "findsdl_sound": 489, "findsdl_ttf": 490, "findselfpack": 493, "findsqlite3": 491, "findsquish": 494, "findsubvers": 495, "findswig": 492, "findtcl": 496, "findtclsh": 499, "findtclstub": 498, "findthread": 500, "findtiff": 497, "findunixcommand": 501, "findvtk": 502, "findvulkan": 503, "findwget": 504, "findwish": 505, "findwxwidget": 532, "findwxwindow": 533, "findx11": 506, "findxalanc": 509, "findxctest": 507, "findxercesc": 510, "findxmlrpc": 508, "findzlib": 511, "fixtures_cleanup": 894, "fixtures_requir": 895, "fixtures_setup": 896, "flag": [146, 251, 268], "fltk_wrap_ui": 61, "folder": 1032, "foreach": 62, "form": 118, "format": [134, 281], "fortran": 229, "fortran_building_instrinsic_modul": 1036, "fortran_format": [841, 1037], "fortran_module_directori": 1038, "fortran_preprocess": [842, 1039], "fortrancinterfac": 534, "framework": [266, 1033], "framework_multi_config_postfix_": 1034, "framework_vers": 1035, "freebsd": 135, "from": [248, 263, 792], "frontend": 274, "full": 58, "function": [63, 86, 292, 325, 367, 369, 394, 396, 507, 534], "g": 262, "gener": [2, 21, 77, 90, 108, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 251, 255, 262, 266, 270, 274, 275, 283, 287, 288, 290, 303, 304, 310, 551, 843, 1081, 1082, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1326, 1327, 1328, 1330, 1331, 1333, 1334, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1345, 1346, 1347, 1348], "generated_resource_spec_fil": 897, "generateexporthead": 536, "generator_file_nam": 1040, "generator_is_multi_config": 806, "get": [18, 249, 251, 252, 253, 254, 256, 257], "get_cmake_properti": 64, "get_directory_properti": 65, "get_filename_compon": 66, "get_properti": 67, "get_source_file_properti": 68, "get_target_properti": 69, "get_test_properti": 70, "getprerequisit": 537, "ghs_integrity_app": 1041, "ghs_no_source_group_fil": 1042, "ghsmulti": 2039, "git": 368, "global": [282, 369], "global_depends_debug_mod": 807, "global_depends_no_cycl": 808, "gnuinstalldir": 535, "gnutom": 1043, "goal": [249, 251, 252, 253, 254, 256, 257], "googletest": 538, "graph": 273, "graphviz": 303, "green": 223, "group": 313, "gui": [262, 276, 1328, 1344], "guid": [247, 248, 262, 263, 264], "handl": [8, 55, 117, 1152], "has_cxx": 1044, "hash": [21, 108, 367], "header": [118, 249, 551, 948, 958], "header_dir": 1045, "header_dirs_": 1046, "header_file_onli": 844, "header_set": [1047, 1048], "header_set_": 1049, "help": [249, 251, 252, 253, 254, 256, 257, 287, 290], "helper": 325, "helpstr": 742, "hierarchi": 370, "high": [792, 793], "hill": 223, "hint": [136, 379, 384, 394, 395, 401, 403, 404, 407, 415, 452, 457, 473, 474, 475, 483, 503, 511], "hip_architectur": 1050, "hip_extens": 1051, "hip_standard": 1052, "hip_standard_requir": 1053, "hipcxx": 201, "hipflag": 202, "hiphostcxx": 203, "host": [8, 17, 117, 1152, 1845, 1849], "id": [247, 274, 275], "ifw": 136, "imag": [37, 141], "implement": 559, "implicit_depends_include_transform": [759, 1054], "import": [6, 7, 248, 263, 266, 270, 371, 376, 377, 378, 379, 383, 384, 387, 393, 395, 400, 401, 403, 404, 405, 406, 407, 409, 410, 413, 424, 426, 427, 428, 432, 434, 436, 437, 438, 439, 447, 450, 451, 452, 453, 454, 456, 457, 461, 470, 473, 474, 475, 480, 484, 491, 497, 500, 503, 509, 510, 511, 532, 1055], "import_prefix": 1085, "import_suffix": 1086, "imported_common_language_runtim": 1056, "imported_configur": 1057, "imported_cxx_modules_compile_definit": 1058, "imported_cxx_modules_compile_featur": 1059, "imported_cxx_modules_compile_opt": 1060, "imported_cxx_modules_include_directori": 1061, "imported_cxx_modules_link_librari": 1062, "imported_glob": 1063, "imported_implib": 1064, "imported_implib_": 1065, "imported_libnam": 1066, "imported_libname_": 1067, "imported_link_dependent_librari": 1068, "imported_link_dependent_libraries_": 1069, "imported_link_interface_languag": 1070, "imported_link_interface_languages_": 1071, "imported_link_interface_librari": 1072, "imported_link_interface_libraries_": 1073, "imported_link_interface_multipl": 1074, "imported_link_interface_multiplicity_": 1075, "imported_loc": 1076, "imported_location_": 1077, "imported_no_sonam": 1078, "imported_no_soname_": 1079, "imported_no_system": 1080, "imported_object": 1081, "imported_objects_": 1082, "imported_sonam": 1083, "imported_soname_": 1084, "imported_target": 760, "in_try_compil": 810, "includ": [72, 266, 281, 948], "include_directori": [73, 761, 845, 1087], "include_external_msproject": 74, "include_guard": 75, "include_regular_express": [76, 762], "index": [264, 273], "indic": [792, 793], "individu": [792, 793], "inform": [17, 132, 142, 286], "inject": 93, "inno": 137, "input": [376, 382, 389, 398, 405, 409, 432, 447, 451, 455], "instal": [53, 77, 136, 248, 257, 259, 262, 274, 282, 287, 313, 368, 551], "install_fil": 78, "install_name_dir": 1088, "install_parallel": 809, "install_program": 79, "install_remove_environment_rpath": 1089, "install_rpath": 1090, "install_rpath_use_link_path": 1091, "install_target": 80, "installrequiredsystemlibrari": 539, "instanc": [237, 238, 239, 1562], "integr": [134, 247, 263, 290, 370, 410], "intel": [376, 432], "interact": [262, 264], "interfac": [7, 17, 58, 254, 266, 272], "interface_automoc_macro_nam": 1092, "interface_autouic_opt": 1093, "interface_compile_definit": 1094, "interface_compile_featur": 1095, "interface_compile_opt": 1096, "interface_cxx_module_set": 1097, "interface_header_set": 1098, "interface_header_sets_to_verifi": 1099, "interface_include_directori": 1100, "interface_link_depend": 1101, "interface_link_directori": 1102, "interface_link_librari": 1103, "interface_link_libraries_direct": 1104, "interface_link_libraries_direct_exclud": 1105, "interface_link_opt": 1106, "interface_position_independent_cod": 1107, "interface_precompile_head": 1108, "interface_sourc": 1109, "interface_system_include_directori": 1110, "intern": 286, "internation": 136, "interprocedural_optim": [763, 1111], "interprocedural_optimization_": [764, 1112], "introduc": [280, 618], "introduct": [18, 22, 77, 83, 247, 248, 261, 262, 263, 264, 266, 268, 269, 271, 273, 274, 275, 279, 280, 281, 283, 285, 287, 292, 310, 313, 367], "introspect": 253, "invoc": [63, 86, 277], "invok": 262, "io": [285, 2040], "ios_install_combin": 1113, "ispc": 204, "ispc_header_directori": 1114, "ispc_header_suffix": 1115, "ispc_instruction_set": 1116, "ispcflag": 205, "issu": 447, "its": 116, "jar": 551, "java": 551, "job": 290, "job_pool": 811, "job_pool_compil": 1117, "job_pool_link": 1118, "job_pool_precompile_head": 1119, "jom": 228, "json": [108, 134, 290], "kate": 224, "keep_extens": 846, "kind": [269, 273], "known": [447, 1845], "label": [37, 290, 765, 847, 898, 1120], "lang": [170, 171, 172, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1508, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1869], "languag": [268, 272, 274, 277, 285, 286, 848, 1324, 1325, 1326, 1327, 1328, 1330, 1331, 1335, 1336, 1337, 1338, 1341, 1347, 1348, 1702], "lapack": 376, "layout": 279, "ldflag": 206, "legaci": [116, 278, 369, 377, 436, 511], "level": [18, 274, 792, 793], "lib": 283, "librari": [7, 116, 248, 254, 256, 260, 266, 383, 1151, 1684, 1690, 1720, 1729], "library_output_directori": 1132, "library_output_directory_": 1133, "library_output_nam": 1134, "library_output_name_": 1135, "library_output_path": 2041, "limit": [246, 270, 450], "line": [262, 264, 275, 277, 287, 290, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1331, 1333, 1334, 1335, 1336, 1339, 1342, 1344], "link": [8, 116, 117, 142, 266, 274, 1104, 1152, 1690, 1729], "link_depend": 1138, "link_depends_no_shar": 1139, "link_directori": [81, 766, 1140], "link_flag": 1141, "link_flags_": 1142, "link_interface_librari": 1143, "link_interface_libraries_": 1144, "link_interface_multipl": 1145, "link_interface_multiplicity_": 1146, "link_librari": [82, 1147], "link_libraries_only_target": 1148, "link_libraries_strategi": 1149, "link_library_overrid": 1150, "link_library_override_": 1151, "link_opt": [767, 1152], "link_search_end_stat": 1153, "link_search_start_stat": 1154, "link_what_you_us": 1155, "linker": 274, "linker_languag": 1136, "linker_typ": 1137, "linux": [285, 454, 2042], "list": [83, 274, 277], "listfile_stack": 768, "load": [1690, 1729], "load_cach": 84, "load_command": 85, "locat": [446, 484, 849, 948, 1156], "location_": 1157, "lock": 55, "log": [18, 90, 269, 368, 1336], "logic": [71, 274], "loop": 277, "low": [792, 793], "mach": [1208, 1230], "macho_compatibility_vers": 1158, "macho_current_vers": 1159, "maco": [454, 1585], "macosx_bundl": 1160, "macosx_bundle_info_plist": 1161, "macosx_deployment_target": 207, "macosx_framework_info_plist": 1162, "macosx_package_loc": 850, "macosx_rpath": 1163, "macro": [86, 281, 369, 480, 535, 559, 769], "macroaddfiledepend": 540, "main": [118, 325], "make_directori": 87, "makefil": [219, 225, 226, 227, 228, 232, 275], "manag": 368, "mangl": 534, "manipul": 108, "manual": 264, "manually_added_depend": 1164, "map_imported_config_": 1165, "mark_as_advanc": 88, "match": [53, 290], "materi": [254, 257], "math": 89, "maximum": 236, "measur": [37, 899], "memcheck": 290, "mercuri": 368, "messag": [18, 90, 269], "meta": [274, 792, 793], "metadata": 139, "mingw": [226, 2043], "miscellan": 368, "mk": 53, "mkl": [376, 432], "ml": 383, "moc": 948, "mode": [58, 290, 370], "model": 290, "modif": [21, 83], "modifi": [743, 948, 955, 958], "modul": [263, 271, 277, 278, 279, 292, 325, 367, 389, 447, 507, 534, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348], "mpi": 446, "mpiexec": 446, "msvc": [1896, 2044], "msvc10": 2045, "msvc11": 2046, "msvc12": 2047, "msvc14": 2048, "msvc60": 2049, "msvc70": 2050, "msvc71": 2051, "msvc80": 2052, "msvc90": 2053, "msvc_debug_information_format": 1166, "msvc_ide": 2054, "msvc_runtime_librari": 1167, "msvc_toolset_vers": 2055, "msvc_version": 2056, "msy": [225, 2057], "multi": [2, 3, 223, 230, 274], "multipl": 2, "n": 1741, "name": [271, 1000, 1003, 1046, 1049, 1168, 1792, 1793, 1845, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067], "nativ": 21, "ndk": 285, "net": [143, 242], "new": [1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348], "ninja": [2, 3, 229, 230, 275], "nmake": [227, 228], "nnnn": [1782, 1783], "no_sonam": 1169, "no_system_from_import": 1170, "normal": [6, 7, 21, 100, 122, 266], "note": [264, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349], "npp": 383, "nsi": 138, "nsight": [285, 1318], "nuget": 139, "number": 249, "nvbla": 383, "nvfatbin": 383, "nvgraph": 383, "nvidia": [285, 383, 1318], "nvjitlink": 383, "nvjpeg": 383, "nvptx": 383, "nvrtc": 383, "nvtoolsext": 383, "nvtx3": 383, "o": [223, 1208, 1230], "objc": 208, "objc_extens": 1174, "objc_standard": 1175, "objc_standard_requir": 1176, "objcflag": 209, "objcxx": 210, "objcxx_extens": 1171, "objcxx_standard": 1172, "objcxx_standard_requir": 1173, "objcxxflag": 211, "object": [7, 116, 266, 273, 290], "object_depend": 851, "object_output": 852, "obsolet": [406, 427, 461, 484], "obtain": 368, "odr": 1223, "ones": 325, "onli": [116, 555], "onlin": 136, "open": 287, "opencl": 383, "oper": [71, 274, 286], "opt": 1104, "optim": 299, "optimize_depend": 1177, "option": [1, 8, 24, 91, 93, 113, 117, 120, 121, 139, 256, 262, 265, 268, 276, 287, 289, 368, 383, 454, 457, 497, 503, 978, 1060, 1152, 1211], "order": [83, 274, 1104], "organ": 277, "origin": [266, 283], "osx_architectur": 1178, "osx_architectures_": 1179, "other": [120, 121, 136, 275, 379, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348], "output": [266, 368, 948], "output_nam": 1180, "output_name_": 1181, "output_required_fil": 92, "overrid": 370, "overview": [116, 136, 370], "ownership": 279, "packag": [53, 58, 114, 116, 132, 134, 136, 142, 248, 258, 259, 263, 279, 281, 287, 299, 304, 310, 1100, 1103, 1143, 1144], "package_sourc": 310, "packagemak": 140, "packagenam": [212, 1490, 1801, 2079], "packages_found": 812, "packages_not_found": 813, "parent_directori": 770, "part": 21, "pass_regular_express": 900, "patch": 368, "path": [21, 55, 71, 274], "pch_instantiate_templ": 1182, "pch_warn_invalid": 1183, "pdb_name": 1184, "pdb_name_": 1185, "pdb_output_directori": 1186, "pdb_output_directory_": 1187, "per": 77, "phone": [285, 1318], "pkg": 135, "plain": 108, "platform": [223, 236, 237, 238, 239, 274, 304, 1319, 1320, 1323, 1325, 1328, 1330, 1331, 1334, 1337, 1338, 1344, 1345, 1346, 1347, 1563, 1585], "plugin": 1104, "point": 249, "polici": [19, 23, 280], "popul": 370, "position_independent_cod": 1188, "post_install_script": 1189, "pre": 263, "pre_install_script": 1193, "precompil": 118, "precompile_head": 1190, "precompile_headers_reuse_from": 1191, "predefin": [1684, 1690, 1720, 1729], "predefined_targets_fold": 814, "prefix": 1192, "preset": [247, 262, 281, 287, 1328, 1330, 1331, 1333, 1334, 1335, 1337, 1338, 1341, 1342], "primari": 274, "private_head": 1194, "procedur": 58, "process": [948, 958], "processor": 901, "processor_affin": 902, "processorcount": 541, "productbuild": 141, "program": 262, "project": [93, 120, 223, 236, 237, 238, 239, 249, 267, 287, 368, 1792, 1793, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067], "project_binary_dir": 2068, "project_descript": 2069, "project_homepage_url": 2070, "project_is_top_level": 2071, "project_label": 1195, "project_nam": 2072, "project_source_dir": 2073, "project_vers": 2074, "project_version_major": 2075, "project_version_minor": 2076, "project_version_patch": 2077, "project_version_tweak": 2078, "propagate_top_level_includes_to_try_compil": 815, "properti": [40, 223, 266, 274, 282, 285, 290, 368, 369, 555, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348], "provid": [18, 263, 286, 325, 396, 447], "pseudo": 266, "public_head": 1196, "qnx": 285, "qt": [283, 480, 948], "qt4": 480, "qt_wrap_cpp": 94, "qt_wrap_ui": 95, "qtifw": 136, "qtmain": 283, "queri": [17, 21, 271, 273, 274], "quot": [274, 277], "rc": 213, "rcflag": 214, "read": [55, 83, 555], "redefinit": 40, "refer": [264, 273, 274, 277, 447, 1684, 1720], "referenc": 367, "refnam": [1239, 1242], "regex": 108, "registri": [17, 271, 279], "regular": 108, "rel": 21, "releas": [258, 264, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349], "relocat": [114, 116, 248, 279, 1100, 1103, 1143, 1144], "remov": [96, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348], "remove_definit": 97, "replac": 108, "repli": 273, "report": 90, "report_undefined_properti": 816, "reproduc": [132, 954], "requir": [139, 254, 266, 268, 1104], "required_fil": 903, "resourc": [249, 251, 252, 253, 254, 256, 290, 1197], "resource_group": [290, 904], "resource_lock": 905, "result": [252, 371, 376, 377, 379, 382, 383, 384, 387, 388, 389, 393, 394, 395, 396, 398, 400, 401, 403, 404, 405, 406, 407, 409, 410, 413, 415, 424, 426, 427, 428, 432, 434, 436, 437, 438, 439, 447, 450, 452, 453, 454, 455, 456, 457, 461, 470, 473, 474, 475, 480, 483, 484, 491, 497, 500, 503, 509, 510, 511, 535], "return": [98, 287], "reus": 118, "root": 21, "rpm": 142, "rule": [257, 1223], "rule_launch_compil": [771, 817, 1198], "rule_launch_custom": [772, 818, 1199], "rule_launch_link": [773, 819, 1200], "rule_messag": 820, "run": [121, 249, 251, 252, 253, 254, 256, 257, 262, 287, 290], "run_seri": 906, "runtim": [55, 266, 383], "runtime_output_directori": 1201, "runtime_output_directory_": 1202, "runtime_output_nam": 1203, "runtime_output_name_": 1204, "sampl": 271, "scan": 270, "scenario": 167, "schema": 281, "scope": [266, 282], "script": [18, 77, 137, 267, 277, 287, 290, 367, 370], "sdk": 236, "sdl": 484, "search": [58, 83, 108, 264, 299, 383], "section": [781, 782], "see": [0, 1, 2, 3, 4, 5, 6, 7, 8, 12, 19, 20, 23, 24, 40, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 81, 86, 90, 98, 100, 101, 102, 103, 104, 105, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 122, 127, 136, 229, 265, 276, 287, 289, 290], "select": [58, 223, 236, 237, 238, 239, 246, 260, 262, 304, 1562, 1563, 1564], "selectlibraryconfigur": 542, "send": 252, "sensit": 266, "separate_argu": 99, "sequenc": 277, "seri": 367, "server": [284, 290], "set": [19, 23, 100, 119, 120, 121, 136, 167, 254, 262], "set_directory_properti": 101, "set_properti": 102, "set_source_files_properti": 103, "set_target_properti": 104, "set_tests_properti": 105, "setup": 137, "sharc": 285, "share": [260, 273], "shell": 274, "show": 290, "sign": 285, "signatur": [22, 58, 77], "simul": 285, "singl": 367, "site_nam": 106, "skip_autogen": 853, "skip_automoc": 854, "skip_autorcc": 855, "skip_autou": 856, "skip_build_rpath": 1205, "skip_lint": 857, "skip_precompile_head": 858, "skip_regular_express": 907, "skip_return_cod": 908, "skip_unity_build_inclus": 859, "softwar": 262, "solut": [249, 251, 252, 253, 254, 256, 257], "solv": [1684, 1720], "sourc": [120, 121, 142, 263, 277, 282, 310, 555, 948, 958, 1206], "source_dir": [774, 1207], "source_group": 107, "sovers": 1208, "special": 535, "specif": [8, 17, 108, 117, 129, 130, 131, 132, 133, 134, 135, 137, 138, 139, 141, 142, 143, 266, 287, 290, 303, 454, 473, 474, 475, 1149, 1152], "specifi": [249, 262], "squishtestscript": 543, "srpm": 142, "ssl_cert_dir": 215, "ssl_cert_fil": 216, "stack": 23, "standalon": 285, "standard": [249, 254, 268, 271, 792, 793, 1702], "start": [249, 251, 252, 253, 254, 256, 257, 290], "state": 273, "stateless": 273, "static": [116, 260, 1104, 1684, 1690, 1720, 1729], "static_library_flag": 1209, "static_library_flags_": 1210, "static_library_opt": 1211, "std": 270, "stem": 21, "step": [249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 290, 368], "store": [285, 1318], "strategi": 270, "string": [108, 274, 744], "structur": [21, 269, 277], "studio": [233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 275, 283, 285, 1562, 1563, 1564], "subdir": 110, "subdir_depend": 109, "subdirectori": 775, "sublim": 231, "submit": [36, 290], "subproject": 290, "subvers": 368, "suffix": 1212, "summari": 290, "support": [229, 246, 252, 257, 268, 270, 303, 792, 793, 1702], "swift": [229, 246], "swift_compilation_mod": 1214, "swift_dependencies_fil": [861, 1215], "swift_diagnostics_fil": 862, "swift_language_vers": 1216, "swift_module_directori": 1217, "swift_module_nam": 1218, "swiftc": 217, "switch": 285, "symbol": [142, 559, 860], "synopsi": [17, 18, 21, 22, 53, 55, 71, 77, 83, 90, 93, 108, 265, 276, 287, 289, 290, 551], "syntax": [71, 277, 1317, 1318, 1329], "system": [17, 246, 253, 279, 286, 776, 1213, 1845, 1849], "tagnam": [865, 1239], "target": [2, 53, 77, 116, 223, 229, 248, 262, 263, 266, 273, 274, 282, 283, 310, 368, 371, 376, 377, 378, 379, 383, 384, 387, 393, 395, 400, 401, 403, 404, 405, 406, 407, 409, 410, 413, 424, 426, 427, 428, 432, 434, 436, 437, 438, 439, 447, 450, 451, 452, 453, 454, 456, 457, 461, 470, 473, 474, 475, 480, 484, 491, 497, 500, 503, 509, 510, 511, 532, 551, 555], "target_archives_may_be_shared_lib": 821, "target_compile_definit": 111, "target_compile_featur": 112, "target_compile_opt": 113, "target_include_directori": 114, "target_link_directori": 115, "target_link_librari": 116, "target_link_opt": 117, "target_messag": 822, "target_object": 116, "target_precompile_head": 118, "target_sourc": 119, "target_supports_shared_lib": 823, "tegra": [285, 1318], "templat": 141, "termin": [18, 368], "terminologi": 21, "test": [37, 247, 252, 257, 262, 281, 282, 290, 368, 559, 777], "test_include_fil": [778, 779], "test_launch": 1219, "testbigendian": 544, "testcxxacceptsflag": 545, "testforansiforscop": 546, "testforansistreamhead": 547, "testforsstream": 548, "testforstdnamespac": 549, "text": [231, 269], "three": 1896, "timeout": 909, "timeout_after_match": 910, "timeout_signal_grace_period": 911, "timeout_signal_nam": 912, "tool": [134, 136, 143, 262, 264, 275, 283, 287, 480, 1268], "toolchain": [273, 274, 285, 1149], "toolset": [143, 223, 236, 237, 238, 239, 246, 1564, 1896], "transfer": 55, "transform": [24, 274], "transit": 266, "transitive_compile_properti": 1220, "transitive_link_properti": 1221, "travers": 21, "tree": [248, 279], "troubleshoot": 391, "try": [120, 121], "try_compil": [120, 269], "try_run": [121, 269], "tutori": 261, "tvo": 285, "two": [1684, 1720], "txt": 370, "type": [236, 237, 238, 239, 266, 313, 745, 1222, 1281, 1282, 1283, 1284, 1707], "typic": [58, 370], "unity_build": 1223, "unity_build_batch_s": 1224, "unity_build_code_after_includ": 1225, "unity_build_code_before_includ": 1226, "unity_build_mod": 1227, "unity_build_unique_id": 1228, "unity_group": 863, "univers": 285, "unix": [232, 1585, 2080], "unquot": 277, "unset": 122, "updat": [290, 368, 1319, 1320, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1341, 1342, 1348], "upload": 36, "url": 368, "us": [129, 248, 262, 263, 271, 279, 285, 310, 325, 446, 480, 946], "usag": [58, 93, 139, 167, 254, 266, 382, 389, 396, 409, 410, 424, 446, 534, 559, 910, 1104, 1629], "use_fold": 824, "use_mangled_mesa": 123, "use_wxwindow": 556, "useeco": 550, "usejava": 551, "usejavaclassfilelist": 552, "usejavasymlink": 553, "usepkgconfig": 554, "user": [262, 279], "useswig": 555, "usewxwidget": 557, "util": 278, "utility_sourc": 124, "v": [86, 236], "v1": [269, 273], "v3": 143, "valu": [167, 287, 746], "variabl": [17, 21, 58, 71, 100, 122, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 167, 223, 262, 271, 272, 277, 285, 286, 290, 303, 310, 313, 356, 367, 370, 371, 376, 377, 379, 382, 383, 384, 387, 388, 389, 393, 394, 395, 396, 398, 400, 401, 403, 404, 405, 406, 407, 409, 410, 413, 415, 424, 426, 427, 428, 432, 434, 436, 437, 438, 439, 446, 447, 450, 451, 452, 453, 454, 455, 456, 457, 461, 469, 470, 473, 474, 475, 480, 483, 484, 491, 497, 500, 503, 507, 509, 510, 511, 534, 535, 555, 780, 1251, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348], "variable_requir": 125, "variable_watch": 126, "variant": 274, "vendor": 376, "verbos": 218, "verify_interface_header_set": 1229, "version": [23, 58, 71, 134, 236, 248, 249, 269, 273, 274, 279, 304, 948, 1208, 1230, 1849, 1896], "via": [116, 290], "view": [287, 290], "visibility_inlines_hidden": 1231, "visiono": 285, "visual": [233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 275, 283, 285, 1562, 1563, 1564], "vs_configuration_typ": 1232, "vs_copy_to_out_dir": 864, "vs_csharp_": 865, "vs_debugger_command": 1233, "vs_debugger_command_argu": 1234, "vs_debugger_environ": 1235, "vs_debugger_working_directori": 1236, "vs_deployment_cont": 866, "vs_deployment_loc": 867, "vs_desktop_extensions_vers": 1237, "vs_dotnet_documentation_fil": 1238, "vs_dotnet_refer": 1240, "vs_dotnet_reference_": 1242, "vs_dotnet_referenceprop_": 1239, "vs_dotnet_references_copy_loc": 1241, "vs_dotnet_startup_object": 1243, "vs_dotnet_target_framework_vers": 1244, "vs_dpi_awar": 1245, "vs_filter_prop": 1246, "vs_framework_refer": 1247, "vs_global_": 1251, "vs_global_keyword": 1248, "vs_global_project_typ": 1249, "vs_global_rootnamespac": 1250, "vs_global_section_post_": 781, "vs_global_section_pre_": 782, "vs_include_in_vsix": 868, "vs_iot_extensions_vers": 1252, "vs_iot_startup_task": 1253, "vs_just_my_code_debug": 1254, "vs_keyword": 1255, "vs_mobile_extensions_vers": 1256, "vs_no_compile_batch": 1257, "vs_no_solution_deploi": 1258, "vs_package_refer": 1259, "vs_platform_toolset": 1260, "vs_project_import": 1261, "vs_resource_gener": 869, "vs_scc_auxpath": 1262, "vs_scc_localpath": 1263, "vs_scc_projectnam": 1264, "vs_scc_provid": 1265, "vs_sdk_refer": 1266, "vs_set": 870, "vs_shader_disable_optim": 871, "vs_shader_enable_debug": 872, "vs_shader_entrypoint": 873, "vs_shader_flag": 874, "vs_shader_model": 875, "vs_shader_object_file_nam": 876, "vs_shader_output_header_fil": 877, "vs_shader_typ": 878, "vs_shader_variable_nam": 879, "vs_solution_deploi": 1267, "vs_source_settings_": 1268, "vs_startup_project": 783, "vs_tool_overrid": 880, "vs_use_debug_librari": 1270, "vs_user_prop": 1269, "vs_windows_target_platform_min_vers": 1271, "vs_winrt_compon": 1272, "vs_winrt_extens": 1273, "vs_winrt_refer": 1274, "vs_xaml_typ": 881, "warn": 251, "wasi": 2081, "watcho": 285, "watcom": 245, "watcom_runtime_librari": 1275, "weak": [1690, 1729], "when": [121, 167], "where": 370, "which": 325, "while": 127, "whitespac": 274, "whole": [120, 1690, 1729], "will_fail": 913, "win32": 2082, "win32_execut": 1276, "winc": 2083, "window": [17, 132, 236, 271, 283, 285, 287, 1208, 1230, 1318, 1585], "windows_export_all_symbol": 1277, "windows_phon": 2084, "windows_stor": 2085, "without": 370, "wix": 143, "wmake": 245, "workflow": [281, 287], "working_directori": 914, "wrap_exclud": 882, "write": 55, "write_fil": 128, "writebasicconfigversionfil": 558, "writecompilerdetectionhead": 559, "xcode": [246, 1081, 1082, 2086], "xcode_attribute_": 1278, "xcode_embed_": [1281, 1282, 1283, 1284], "xcode_embed_frameworks_code_sign_on_copi": 1279, "xcode_embed_frameworks_remove_headers_on_copi": 1280, "xcode_emit_effective_platform_nam": 825, "xcode_explicit_file_typ": [883, 1285], "xcode_file_attribut": 884, "xcode_generate_schem": 1286, "xcode_last_known_file_typ": 885, "xcode_link_build_phase_mod": 1287, "xcode_product_typ": 1288, "xcode_scheme_address_sanit": 1289, "xcode_scheme_address_sanitizer_use_after_return": 1290, "xcode_scheme_argu": 1291, "xcode_scheme_debug_as_root": 1292, "xcode_scheme_debug_document_vers": 1293, "xcode_scheme_disable_main_thread_check": 1294, "xcode_scheme_dynamic_library_load": 1295, "xcode_scheme_dynamic_linker_api_usag": 1296, "xcode_scheme_enable_gpu_api_valid": 1297, "xcode_scheme_enable_gpu_frame_capture_mod": 1298, "xcode_scheme_enable_gpu_shader_valid": 1299, "xcode_scheme_environ": 1300, "xcode_scheme_execut": 1301, "xcode_scheme_guard_malloc": 1302, "xcode_scheme_launch_configur": 1303, "xcode_scheme_launch_mod": 1304, "xcode_scheme_main_thread_checker_stop": 1305, "xcode_scheme_malloc_guard_edg": 1306, "xcode_scheme_malloc_scribbl": 1307, "xcode_scheme_malloc_stack": 1308, "xcode_scheme_thread_sanit": 1309, "xcode_scheme_thread_sanitizer_stop": 1310, "xcode_scheme_undefined_behaviour_sanit": 1311, "xcode_scheme_undefined_behaviour_sanitizer_stop": 1312, "xcode_scheme_working_directori": 1313, "xcode_scheme_zombie_object": 1314, "xcode_vers": 2087, "xcode_xcconfig": 1315, "xctest": 1316, "xml": 141}}) \ No newline at end of file diff --git a/cmake/man/man1/ccmake.1 b/cmake/man/man1/ccmake.1 new file mode 100644 index 0000000000000000000000000000000000000000..7fffe054c0b104d36585a95b7b4e0b935e9be245 --- /dev/null +++ b/cmake/man/man1/ccmake.1 @@ -0,0 +1,476 @@ +.\" Man page generated from reStructuredText. +. +. +.nr rst2man-indent-level 0 +. +.de1 rstReportMargin +\\$1 \\n[an-margin] +level \\n[rst2man-indent-level] +level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] +- +\\n[rst2man-indent0] +\\n[rst2man-indent1] +\\n[rst2man-indent2] +.. +.de1 INDENT +.\" .rstReportMargin pre: +. RS \\$1 +. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] +. nr rst2man-indent-level +1 +.\" .rstReportMargin post: +.. +.de UNINDENT +. RE +.\" indent \\n[an-margin] +.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] +.nr rst2man-indent-level -1 +.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] +.in \\n[rst2man-indent\\n[rst2man-indent-level]]u +.. +.TH "CCMAKE" "1" "Jan 23, 2025" "3.31.5" "CMake" +.SH NAME +ccmake \- CMake Curses Dialog Command-Line Reference +.SH SYNOPSIS +.INDENT 0.0 +.INDENT 3.5 +.sp +.nf +.ft C +ccmake [] \-B [\-S ] +ccmake [] +.ft P +.fi +.UNINDENT +.UNINDENT +.SH DESCRIPTION +.sp +The \fBccmake\fP executable is the CMake curses interface. Project +configuration settings may be specified interactively through this +GUI. Brief instructions are provided at the bottom of the terminal +when the program is running. +.sp +CMake is a cross\-platform build system generator. Projects specify +their build process with platform\-independent CMake listfiles included +in each directory of a source tree with the name \fBCMakeLists.txt\fP\&. +Users build a project by using CMake to generate a build system for a +native tool on their platform. +.SH OPTIONS +.INDENT 0.0 +.TP +.B \-S +Path to root directory of the CMake project to build. +.UNINDENT +.INDENT 0.0 +.TP +.B \-B +Path to directory which CMake will use as the root of build directory. +.sp +If the directory doesn\(aqt already exist CMake will make it. +.UNINDENT +.INDENT 0.0 +.TP +.B \-C +Pre\-load a script to populate the cache. +.sp +When CMake is first run in an empty build tree, it creates a +\fBCMakeCache.txt\fP file and populates it with customizable settings for +the project. This option may be used to specify a file from which +to load cache entries before the first pass through the project\(aqs +CMake listfiles. The loaded entries take priority over the +project\(aqs default values. The given file should be a CMake script +containing \X'tty: link #command:set'\fI\%set()\fP\X'tty: link' commands that use the \fBCACHE\fP option, not a +cache\-format file. +.sp +References to \X'tty: link #variable:CMAKE_SOURCE_DIR'\fI\%CMAKE_SOURCE_DIR\fP\X'tty: link' and \X'tty: link #variable:CMAKE_BINARY_DIR'\fI\%CMAKE_BINARY_DIR\fP\X'tty: link' +within the script evaluate to the top\-level source and build tree. +.UNINDENT +.INDENT 0.0 +.TP +.B \-D :=, \-D = +Create or update a CMake \fBCACHE\fP entry. +.sp +When CMake is first run in an empty build tree, it creates a +\fBCMakeCache.txt\fP file and populates it with customizable settings for +the project. This option may be used to specify a setting that +takes priority over the project\(aqs default value. The option may be +repeated for as many \fBCACHE\fP entries as desired. +.sp +If the \fB:\fP portion is given it must be one of the types +specified by the \X'tty: link #command:set'\fI\%set()\fP\X'tty: link' command documentation for its +\fBCACHE\fP signature. +If the \fB:\fP portion is omitted the entry will be created +with no type if it does not exist with a type already. If a +command in the project sets the type to \fBPATH\fP or \fBFILEPATH\fP +then the \fB\fP will be converted to an absolute path. +.sp +This option may also be given as a single argument: +\fB\-D:=\fP or \fB\-D=\fP\&. +.sp +It\(aqs important to note that the order of \fB\-C\fP and \fB\-D\fP arguments is +significant. They will be carried out in the order they are listed, with the +last argument taking precedence over the previous ones. For example, if you +specify \fB\-DCMAKE_BUILD_TYPE=Debug\fP, followed by a \fB\-C\fP argument with a +file that calls: +.INDENT 7.0 +.INDENT 3.5 +.sp +.nf +.ft C +set(CMAKE_BUILD_TYPE \(dqRelease\(dq CACHE STRING \(dq\(dq FORCE) +.ft P +.fi +.UNINDENT +.UNINDENT +.sp +then the \fB\-C\fP argument will take precedence, and \fBCMAKE_BUILD_TYPE\fP will +be set to \fBRelease\fP\&. However, if the \fB\-D\fP argument comes after the \fB\-C\fP +argument, it will be set to \fBDebug\fP\&. +.sp +If a \fBset(... CACHE ...)\fP call in the \fB\-C\fP file does not use \fBFORCE\fP, +and a \fB\-D\fP argument sets the same variable, the \fB\-D\fP argument will take +precedence regardless of order because of the nature of non\-\fBFORCE\fP +\fBset(... CACHE ...)\fP calls. +.UNINDENT +.INDENT 0.0 +.TP +.B \-U +Remove matching entries from CMake \fBCACHE\fP\&. +.sp +This option may be used to remove one or more variables from the +\fBCMakeCache.txt\fP file, globbing expressions using \fB*\fP and \fB?\fP are +supported. The option may be repeated for as many \fBCACHE\fP entries as +desired. +.sp +Use with care, you can make your \fBCMakeCache.txt\fP non\-working. +.UNINDENT +.INDENT 0.0 +.TP +.B \-G +Specify a build system generator. +.sp +CMake may support multiple native build systems on certain +platforms. A generator is responsible for generating a particular +build system. Possible generator names are specified in the +\X'tty: link #manual:cmake-generators(7)'\fI\%cmake\-generators(7)\fP\X'tty: link' manual. +.sp +If not specified, CMake checks the \X'tty: link #envvar:CMAKE_GENERATOR'\fI\%CMAKE_GENERATOR\fP\X'tty: link' environment +variable and otherwise falls back to a builtin default selection. +.UNINDENT +.INDENT 0.0 +.TP +.B \-T +Toolset specification for the generator, if supported. +.sp +Some CMake generators support a toolset specification to tell +the native build system how to choose a compiler. See the +\X'tty: link #variable:CMAKE_GENERATOR_TOOLSET'\fI\%CMAKE_GENERATOR_TOOLSET\fP\X'tty: link' variable for details. +.UNINDENT +.INDENT 0.0 +.TP +.B \-A +Specify platform name if supported by generator. +.sp +Some CMake generators support a platform name to be given to the +native build system to choose a compiler or SDK. See the +\X'tty: link #variable:CMAKE_GENERATOR_PLATFORM'\fI\%CMAKE_GENERATOR_PLATFORM\fP\X'tty: link' variable for details. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-toolchain +Added in version 3.21. + +.sp +Specify the cross compiling toolchain file, equivalent to setting +\X'tty: link #variable:CMAKE_TOOLCHAIN_FILE'\fI\%CMAKE_TOOLCHAIN_FILE\fP\X'tty: link' variable. Relative paths are interpreted as +relative to the build directory, and if not found, relative to the source +directory. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-install\-prefix +Added in version 3.21. + +.sp +Specify the installation directory, used by the +\X'tty: link #variable:CMAKE_INSTALL_PREFIX'\fI\%CMAKE_INSTALL_PREFIX\fP\X'tty: link' variable. Must be an absolute path. +.UNINDENT +.INDENT 0.0 +.TP +.B \-Wno\-dev +Suppress developer warnings. +.sp +Suppress warnings that are meant for the author of the +\fBCMakeLists.txt\fP files. By default this will also turn off +deprecation warnings. +.UNINDENT +.INDENT 0.0 +.TP +.B \-Wdev +Enable developer warnings. +.sp +Enable warnings that are meant for the author of the \fBCMakeLists.txt\fP +files. By default this will also turn on deprecation warnings. +.UNINDENT +.INDENT 0.0 +.TP +.B \-Wdeprecated +Enable deprecated functionality warnings. +.sp +Enable warnings for usage of deprecated functionality, that are meant +for the author of the \fBCMakeLists.txt\fP files. +.UNINDENT +.INDENT 0.0 +.TP +.B \-Wno\-deprecated +Suppress deprecated functionality warnings. +.sp +Suppress warnings for usage of deprecated functionality, that are meant +for the author of the \fBCMakeLists.txt\fP files. +.UNINDENT +.INDENT 0.0 +.TP +.B \-Werror= +Treat CMake warnings as errors. \fB\fP must be one of the following: +.INDENT 7.0 +.TP +.B \fBdev\fP +Make developer warnings errors. +.sp +Make warnings that are meant for the author of the \fBCMakeLists.txt\fP files +errors. By default this will also turn on deprecated warnings as errors. +.TP +.B \fBdeprecated\fP +Make deprecated macro and function warnings errors. +.sp +Make warnings for usage of deprecated macros and functions, that are meant +for the author of the \fBCMakeLists.txt\fP files, errors. +.UNINDENT +.UNINDENT +.INDENT 0.0 +.TP +.B \-Wno\-error= +Do not treat CMake warnings as errors. \fB\fP must be one of the following: +.INDENT 7.0 +.TP +.B \fBdev\fP +Make warnings that are meant for the author of the \fBCMakeLists.txt\fP files not +errors. By default this will also turn off deprecated warnings as errors. +.TP +.B \fBdeprecated\fP +Make warnings for usage of deprecated macros and functions, that are meant +for the author of the \fBCMakeLists.txt\fP files, not errors. +.UNINDENT +.UNINDENT +.INDENT 0.0 +.TP +.B \-version [], \-\-version [], /V [] +Show program name/version banner and exit. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-h, \-H, \-\-help, \-help, \-usage, /? +Print usage information and exit. +.sp +Usage describes the basic command line interface and its options. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help [] +Print help for one CMake keyword. +.sp +\fB\fP can be a property, variable, command, policy, generator +or module. +.sp +The relevant manual entry for \fB\fP is +printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.sp +Changed in version 3.28: Prior to CMake 3.28, this option supported command names only. + +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-full [] +Print all help manuals and exit. +.sp +All manuals are printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-manual [] +Print one help manual and exit. +.sp +The specified manual is printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-manual\-list [] +List help manuals available and exit. +.sp +The list contains all manuals for which help may be obtained by +using the \fB\-\-help\-manual\fP option followed by a manual name. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-command [] +Print help for one command and exit. +.sp +The \X'tty: link #manual:cmake-commands(7)'\fI\%cmake\-commands(7)\fP\X'tty: link' manual entry for \fB\fP is +printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-command\-list [] +List commands with help available and exit. +.sp +The list contains all commands for which help may be obtained by +using the \fB\-\-help\-command\fP option followed by a command name. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-commands [] +Print cmake\-commands manual and exit. +.sp +The \X'tty: link #manual:cmake-commands(7)'\fI\%cmake\-commands(7)\fP\X'tty: link' manual is printed in a +human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-module [] +Print help for one module and exit. +.sp +The \X'tty: link #manual:cmake-modules(7)'\fI\%cmake\-modules(7)\fP\X'tty: link' manual entry for \fB\fP is printed +in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-module\-list [] +List modules with help available and exit. +.sp +The list contains all modules for which help may be obtained by +using the \fB\-\-help\-module\fP option followed by a module name. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-modules [] +Print cmake\-modules manual and exit. +.sp +The \X'tty: link #manual:cmake-modules(7)'\fI\%cmake\-modules(7)\fP\X'tty: link' manual is printed in a human\-readable +text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-policy [] +Print help for one policy and exit. +.sp +The \X'tty: link #manual:cmake-policies(7)'\fI\%cmake\-policies(7)\fP\X'tty: link' manual entry for \fB\fP is +printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-policy\-list [] +List policies with help available and exit. +.sp +The list contains all policies for which help may be obtained by +using the \fB\-\-help\-policy\fP option followed by a policy name. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-policies [] +Print cmake\-policies manual and exit. +.sp +The \X'tty: link #manual:cmake-policies(7)'\fI\%cmake\-policies(7)\fP\X'tty: link' manual is printed in a +human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-property [] +Print help for one property and exit. +.sp +The \X'tty: link #manual:cmake-properties(7)'\fI\%cmake\-properties(7)\fP\X'tty: link' manual entries for \fB\fP are +printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-property\-list [] +List properties with help available and exit. +.sp +The list contains all properties for which help may be obtained by +using the \fB\-\-help\-property\fP option followed by a property name. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-properties [] +Print cmake\-properties manual and exit. +.sp +The \X'tty: link #manual:cmake-properties(7)'\fI\%cmake\-properties(7)\fP\X'tty: link' manual is printed in a +human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-variable [] +Print help for one variable and exit. +.sp +The \X'tty: link #manual:cmake-variables(7)'\fI\%cmake\-variables(7)\fP\X'tty: link' manual entry for \fB\fP is +printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-variable\-list [] +List variables with help available and exit. +.sp +The list contains all variables for which help may be obtained by +using the \fB\-\-help\-variable\fP option followed by a variable name. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-variables [] +Print cmake\-variables manual and exit. +.sp +The \X'tty: link #manual:cmake-variables(7)'\fI\%cmake\-variables(7)\fP\X'tty: link' manual is printed in a +human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.SH SEE ALSO +.sp +The following resources are available to get help using CMake: +.INDENT 0.0 +.TP +.B Home Page +\X'tty: link https://cmake.org'\fI\%https://cmake.org\fP\X'tty: link' +.sp +The primary starting point for learning about CMake. +.TP +.B Online Documentation and Community Resources +\X'tty: link https://cmake.org/documentation'\fI\%https://cmake.org/documentation\fP\X'tty: link' +.sp +Links to available documentation and community resources may be +found on this web page. +.TP +.B Discourse Forum +\X'tty: link https://discourse.cmake.org'\fI\%https://discourse.cmake.org\fP\X'tty: link' +.sp +The Discourse Forum hosts discussion and questions about CMake. +.UNINDENT +.SH COPYRIGHT +2000-2024 Kitware, Inc. and Contributors +.\" Generated by docutils manpage writer. +. diff --git a/cmake/man/man1/cmake-gui.1 b/cmake/man/man1/cmake-gui.1 new file mode 100644 index 0000000000000000000000000000000000000000..0e00a25e567aa24fbd21c798e74826dc60e81a84 --- /dev/null +++ b/cmake/man/man1/cmake-gui.1 @@ -0,0 +1,296 @@ +.\" Man page generated from reStructuredText. +. +. +.nr rst2man-indent-level 0 +. +.de1 rstReportMargin +\\$1 \\n[an-margin] +level \\n[rst2man-indent-level] +level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] +- +\\n[rst2man-indent0] +\\n[rst2man-indent1] +\\n[rst2man-indent2] +.. +.de1 INDENT +.\" .rstReportMargin pre: +. RS \\$1 +. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] +. nr rst2man-indent-level +1 +.\" .rstReportMargin post: +.. +.de UNINDENT +. RE +.\" indent \\n[an-margin] +.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] +.nr rst2man-indent-level -1 +.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] +.in \\n[rst2man-indent\\n[rst2man-indent-level]]u +.. +.TH "CMAKE-GUI" "1" "Jan 23, 2025" "3.31.5" "CMake" +.SH NAME +cmake-gui \- CMake GUI Command-Line Reference +.SH SYNOPSIS +.INDENT 0.0 +.INDENT 3.5 +.sp +.nf +.ft C +cmake\-gui [] +cmake\-gui [] \-B [\-S ] +cmake\-gui [] +cmake\-gui [] \-\-browse\-manual [] +.ft P +.fi +.UNINDENT +.UNINDENT +.SH DESCRIPTION +.sp +The \fBcmake\-gui\fP executable is the CMake GUI. Project configuration +settings may be specified interactively. Brief instructions are +provided at the bottom of the window when the program is running. +.sp +CMake is a cross\-platform build system generator. Projects specify +their build process with platform\-independent CMake listfiles included +in each directory of a source tree with the name \fBCMakeLists.txt\fP\&. +Users build a project by using CMake to generate a build system for a +native tool on their platform. +.SH OPTIONS +.INDENT 0.0 +.TP +.B \-S +Path to root directory of the CMake project to build. +.UNINDENT +.INDENT 0.0 +.TP +.B \-B +Path to directory which CMake will use as the root of build directory. +.sp +If the directory doesn\(aqt already exist CMake will make it. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-preset= +Name of the preset to use from the project\(aqs +\X'tty: link #manual:cmake-presets(7)'\fI\%presets\fP\X'tty: link' files, if it has them. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-browse\-manual [] +Open the CMake reference manual in a browser and immediately exit. If +\fB\fP is specified, open that file within the reference manual +instead of \fBindex.html\fP\&. +.UNINDENT +.INDENT 0.0 +.TP +.B \-version [], \-\-version [], /V [] +Show program name/version banner and exit. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-h, \-H, \-\-help, \-help, \-usage, /? +Print usage information and exit. +.sp +Usage describes the basic command line interface and its options. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help [] +Print help for one CMake keyword. +.sp +\fB\fP can be a property, variable, command, policy, generator +or module. +.sp +The relevant manual entry for \fB\fP is +printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.sp +Changed in version 3.28: Prior to CMake 3.28, this option supported command names only. + +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-full [] +Print all help manuals and exit. +.sp +All manuals are printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-manual [] +Print one help manual and exit. +.sp +The specified manual is printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-manual\-list [] +List help manuals available and exit. +.sp +The list contains all manuals for which help may be obtained by +using the \fB\-\-help\-manual\fP option followed by a manual name. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-command [] +Print help for one command and exit. +.sp +The \X'tty: link #manual:cmake-commands(7)'\fI\%cmake\-commands(7)\fP\X'tty: link' manual entry for \fB\fP is +printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-command\-list [] +List commands with help available and exit. +.sp +The list contains all commands for which help may be obtained by +using the \fB\-\-help\-command\fP option followed by a command name. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-commands [] +Print cmake\-commands manual and exit. +.sp +The \X'tty: link #manual:cmake-commands(7)'\fI\%cmake\-commands(7)\fP\X'tty: link' manual is printed in a +human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-module [] +Print help for one module and exit. +.sp +The \X'tty: link #manual:cmake-modules(7)'\fI\%cmake\-modules(7)\fP\X'tty: link' manual entry for \fB\fP is printed +in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-module\-list [] +List modules with help available and exit. +.sp +The list contains all modules for which help may be obtained by +using the \fB\-\-help\-module\fP option followed by a module name. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-modules [] +Print cmake\-modules manual and exit. +.sp +The \X'tty: link #manual:cmake-modules(7)'\fI\%cmake\-modules(7)\fP\X'tty: link' manual is printed in a human\-readable +text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-policy [] +Print help for one policy and exit. +.sp +The \X'tty: link #manual:cmake-policies(7)'\fI\%cmake\-policies(7)\fP\X'tty: link' manual entry for \fB\fP is +printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-policy\-list [] +List policies with help available and exit. +.sp +The list contains all policies for which help may be obtained by +using the \fB\-\-help\-policy\fP option followed by a policy name. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-policies [] +Print cmake\-policies manual and exit. +.sp +The \X'tty: link #manual:cmake-policies(7)'\fI\%cmake\-policies(7)\fP\X'tty: link' manual is printed in a +human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-property [] +Print help for one property and exit. +.sp +The \X'tty: link #manual:cmake-properties(7)'\fI\%cmake\-properties(7)\fP\X'tty: link' manual entries for \fB\fP are +printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-property\-list [] +List properties with help available and exit. +.sp +The list contains all properties for which help may be obtained by +using the \fB\-\-help\-property\fP option followed by a property name. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-properties [] +Print cmake\-properties manual and exit. +.sp +The \X'tty: link #manual:cmake-properties(7)'\fI\%cmake\-properties(7)\fP\X'tty: link' manual is printed in a +human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-variable [] +Print help for one variable and exit. +.sp +The \X'tty: link #manual:cmake-variables(7)'\fI\%cmake\-variables(7)\fP\X'tty: link' manual entry for \fB\fP is +printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-variable\-list [] +List variables with help available and exit. +.sp +The list contains all variables for which help may be obtained by +using the \fB\-\-help\-variable\fP option followed by a variable name. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-variables [] +Print cmake\-variables manual and exit. +.sp +The \X'tty: link #manual:cmake-variables(7)'\fI\%cmake\-variables(7)\fP\X'tty: link' manual is printed in a +human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.SH SEE ALSO +.sp +The following resources are available to get help using CMake: +.INDENT 0.0 +.TP +.B Home Page +\X'tty: link https://cmake.org'\fI\%https://cmake.org\fP\X'tty: link' +.sp +The primary starting point for learning about CMake. +.TP +.B Online Documentation and Community Resources +\X'tty: link https://cmake.org/documentation'\fI\%https://cmake.org/documentation\fP\X'tty: link' +.sp +Links to available documentation and community resources may be +found on this web page. +.TP +.B Discourse Forum +\X'tty: link https://discourse.cmake.org'\fI\%https://discourse.cmake.org\fP\X'tty: link' +.sp +The Discourse Forum hosts discussion and questions about CMake. +.UNINDENT +.SH COPYRIGHT +2000-2024 Kitware, Inc. and Contributors +.\" Generated by docutils manpage writer. +. diff --git a/cmake/man/man1/cmake.1 b/cmake/man/man1/cmake.1 new file mode 100644 index 0000000000000000000000000000000000000000..fc91c3a9fd353e09d1b338326c7cd996d54eac21 --- /dev/null +++ b/cmake/man/man1/cmake.1 @@ -0,0 +1,2245 @@ +.\" Man page generated from reStructuredText. +. +. +.nr rst2man-indent-level 0 +. +.de1 rstReportMargin +\\$1 \\n[an-margin] +level \\n[rst2man-indent-level] +level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] +- +\\n[rst2man-indent0] +\\n[rst2man-indent1] +\\n[rst2man-indent2] +.. +.de1 INDENT +.\" .rstReportMargin pre: +. RS \\$1 +. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] +. nr rst2man-indent-level +1 +.\" .rstReportMargin post: +.. +.de UNINDENT +. RE +.\" indent \\n[an-margin] +.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] +.nr rst2man-indent-level -1 +.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] +.in \\n[rst2man-indent\\n[rst2man-indent-level]]u +.. +.TH "CMAKE" "1" "Jan 23, 2025" "3.31.5" "CMake" +.SH NAME +cmake \- CMake Command-Line Reference +.SH SYNOPSIS +.INDENT 0.0 +.INDENT 3.5 +.sp +.nf +.ft C +\fI\%Generate a Project Buildsystem\fP + cmake [] \-B [\-S ] + cmake [] + +\fI\%Build a Project\fP + cmake \-\-build [] [\-\- ] + +\fI\%Install a Project\fP + cmake \-\-install [] + +\fI\%Open a Project\fP + cmake \-\-open + +\fI\%Run a Script\fP + cmake [\-D =]... \-P + +\fI\%Run a Command\-Line Tool\fP + cmake \-E [] + +\fI\%Run the Find\-Package Tool\fP + cmake \-\-find\-package [] + +\fI\%Run a Workflow Preset\fP + cmake \-\-workflow + +\fI\%View Help\fP + cmake \-\-help[\-] +.ft P +.fi +.UNINDENT +.UNINDENT +.SH DESCRIPTION +.sp +The \fBcmake\fP executable is the command\-line interface of the cross\-platform +buildsystem generator CMake. The above \fI\%Synopsis\fP lists various actions +the tool can perform as described in sections below. +.sp +To build a software project with CMake, \fI\%Generate a Project Buildsystem\fP\&. +Optionally use \fBcmake\fP to \fI\%Build a Project\fP, \fI\%Install a Project\fP or just +run the corresponding build tool (e.g. \fBmake\fP) directly. \fBcmake\fP can also +be used to \fI\%View Help\fP\&. +.sp +The other actions are meant for use by software developers writing +scripts in the \X'tty: link #manual:cmake-language(7)'\fI\%CMake language\fP\X'tty: link' to support +their builds. +.sp +For graphical user interfaces that may be used in place of \fBcmake\fP, +see \X'tty: link #manual:ccmake(1)'\fI\%ccmake\fP\X'tty: link' and \X'tty: link #manual:cmake-gui(1)'\fI\%cmake\-gui\fP\X'tty: link'\&. +For command\-line interfaces to the CMake testing and packaging facilities, +see \X'tty: link #manual:ctest(1)'\fI\%ctest\fP\X'tty: link' and \X'tty: link #manual:cpack(1)'\fI\%cpack\fP\X'tty: link'\&. +.sp +For more information on CMake at large, \fI\%see also\fP the links at the end +of this manual. +.SH INTRODUCTION TO CMAKE BUILDSYSTEMS +.sp +A \fIbuildsystem\fP describes how to build a project\(aqs executables and libraries +from its source code using a \fIbuild tool\fP to automate the process. For +example, a buildsystem may be a \fBMakefile\fP for use with a command\-line +\fBmake\fP tool or a project file for an Integrated Development Environment +(IDE). In order to avoid maintaining multiple such buildsystems, a project +may specify its buildsystem abstractly using files written in the +\X'tty: link #manual:cmake-language(7)'\fI\%CMake language\fP\X'tty: link'\&. From these files CMake +generates a preferred buildsystem locally for each user through a backend +called a \fIgenerator\fP\&. +.sp +To generate a buildsystem with CMake, the following must be selected: +.INDENT 0.0 +.TP +.B Source Tree +The top\-level directory containing source files provided by the project. +The project specifies its buildsystem using files as described in the +\X'tty: link #manual:cmake-language(7)'\fI\%cmake\-language(7)\fP\X'tty: link' manual, starting with a top\-level file named +\fBCMakeLists.txt\fP\&. These files specify build targets and their +dependencies as described in the \X'tty: link #manual:cmake-buildsystem(7)'\fI\%cmake\-buildsystem(7)\fP\X'tty: link' manual. +.TP +.B Build Tree +The top\-level directory in which buildsystem files and build output +artifacts (e.g. executables and libraries) are to be stored. +CMake will write a \fBCMakeCache.txt\fP file to identify the directory +as a build tree and store persistent information such as buildsystem +configuration options. +.sp +To maintain a pristine source tree, perform an \fIout\-of\-source\fP build +by using a separate dedicated build tree. An \fIin\-source\fP build in +which the build tree is placed in the same directory as the source +tree is also supported, but discouraged. +.TP +.B Generator +This chooses the kind of buildsystem to generate. See the +\X'tty: link #manual:cmake-generators(7)'\fI\%cmake\-generators(7)\fP\X'tty: link' manual for documentation of all generators. +Run \fI\%cmake \-\-help\fP to see a list of generators available locally. +Optionally use the \fI\%\-G\fP option below to specify a +generator, or simply accept the default CMake chooses for the current +platform. +.sp +When using one of the \X'tty: link #command-line-build-tool-generators'\fI\%Command\-Line Build Tool Generators\fP\X'tty: link' +CMake expects that the environment needed by the compiler toolchain +is already configured in the shell. When using one of the +\X'tty: link #ide-build-tool-generators'\fI\%IDE Build Tool Generators\fP\X'tty: link', no particular environment is needed. +.UNINDENT +.SH GENERATE A PROJECT BUILDSYSTEM +.sp +Run CMake with one of the following command signatures to specify the +source and build trees and generate a buildsystem: +.sp +\fBcmake [] \-B [\-S ]\fP +.INDENT 0.0 +.INDENT 3.5 +Added in version 3.13. + +.sp +Uses \fB\fP as the build tree and \fB\fP +as the source tree. The specified paths may be absolute or relative +to the current working directory. The source tree must contain a +\fBCMakeLists.txt\fP file. The build tree will be created automatically +if it does not already exist. For example: +.INDENT 0.0 +.INDENT 3.5 +.sp +.nf +.ft C +$ cmake \-S src \-B build +.ft P +.fi +.UNINDENT +.UNINDENT +.UNINDENT +.UNINDENT +.INDENT 0.0 +.TP +.B \fBcmake [] \fP +Uses the current working directory as the build tree, and +\fB\fP as the source tree. The specified path may +be absolute or relative to the current working directory. +The source tree must contain a \fBCMakeLists.txt\fP file and must +\fInot\fP contain a \fBCMakeCache.txt\fP file because the latter +identifies an existing build tree. For example: +.INDENT 7.0 +.INDENT 3.5 +.sp +.nf +.ft C +$ mkdir build ; cd build +$ cmake ../src +.ft P +.fi +.UNINDENT +.UNINDENT +.TP +.B \fBcmake [] \fP +Uses \fB\fP as the build tree, and loads the +path to the source tree from its \fBCMakeCache.txt\fP file, which must +have already been generated by a previous run of CMake. The specified +path may be absolute or relative to the current working directory. +For example: +.INDENT 7.0 +.INDENT 3.5 +.sp +.nf +.ft C +$ cd build +$ cmake . +.ft P +.fi +.UNINDENT +.UNINDENT +.UNINDENT +.sp +In all cases the \fB\fP may be zero or more of the \fI\%Options\fP below. +.sp +The above styles for specifying the source and build trees may be mixed. +Paths specified with \fI\%\-S\fP or \fI\%\-B\fP +are always classified as source or build trees, respectively. Paths +specified with plain arguments are classified based on their content +and the types of paths given earlier. If only one type of path is given, +the current working directory (cwd) is used for the other. For example: +.TS +center; +|l|l|l|. +_ +T{ +Command Line +T} T{ +Source Dir +T} T{ +Build Dir +T} +_ +T{ +\fBcmake \-B build\fP +T} T{ +\fIcwd\fP +T} T{ +\fBbuild\fP +T} +_ +T{ +\fBcmake \-B build src\fP +T} T{ +\fBsrc\fP +T} T{ +\fBbuild\fP +T} +_ +T{ +\fBcmake \-B build \-S src\fP +T} T{ +\fBsrc\fP +T} T{ +\fBbuild\fP +T} +_ +T{ +\fBcmake src\fP +T} T{ +\fBsrc\fP +T} T{ +\fIcwd\fP +T} +_ +T{ +\fBcmake build\fP (existing) +T} T{ +\fIloaded\fP +T} T{ +\fBbuild\fP +T} +_ +T{ +\fBcmake \-S src\fP +T} T{ +\fBsrc\fP +T} T{ +\fIcwd\fP +T} +_ +T{ +\fBcmake \-S src build\fP +T} T{ +\fBsrc\fP +T} T{ +\fBbuild\fP +T} +_ +T{ +\fBcmake \-S src \-B build\fP +T} T{ +\fBsrc\fP +T} T{ +\fBbuild\fP +T} +_ +.TE +.sp +Changed in version 3.23: CMake warns when multiple source paths are specified. This has never +been officially documented or supported, but older versions accidentally +accepted multiple source paths and used the last path specified. +Avoid passing multiple source path arguments. + +.sp +After generating a buildsystem one may use the corresponding native +build tool to build the project. For example, after using the +\X'tty: link #generator:Unix Makefiles'\fI\%Unix Makefiles\fP\X'tty: link' generator one may run \fBmake\fP directly: +.INDENT 0.0 +.INDENT 3.5 +.INDENT 0.0 +.INDENT 3.5 +.sp +.nf +.ft C +$ make +$ make install +.ft P +.fi +.UNINDENT +.UNINDENT +.UNINDENT +.UNINDENT +.sp +Alternatively, one may use \fBcmake\fP to \fI\%Build a Project\fP by +automatically choosing and invoking the appropriate native build tool. +.SS Options +.INDENT 0.0 +.TP +.B \-S +Path to root directory of the CMake project to build. +.UNINDENT +.INDENT 0.0 +.TP +.B \-B +Path to directory which CMake will use as the root of build directory. +.sp +If the directory doesn\(aqt already exist CMake will make it. +.UNINDENT +.INDENT 0.0 +.TP +.B \-C +Pre\-load a script to populate the cache. +.sp +When CMake is first run in an empty build tree, it creates a +\fBCMakeCache.txt\fP file and populates it with customizable settings for +the project. This option may be used to specify a file from which +to load cache entries before the first pass through the project\(aqs +CMake listfiles. The loaded entries take priority over the +project\(aqs default values. The given file should be a CMake script +containing \X'tty: link #command:set'\fI\%set()\fP\X'tty: link' commands that use the \fBCACHE\fP option, not a +cache\-format file. +.sp +References to \X'tty: link #variable:CMAKE_SOURCE_DIR'\fI\%CMAKE_SOURCE_DIR\fP\X'tty: link' and \X'tty: link #variable:CMAKE_BINARY_DIR'\fI\%CMAKE_BINARY_DIR\fP\X'tty: link' +within the script evaluate to the top\-level source and build tree. +.UNINDENT +.INDENT 0.0 +.TP +.B \-D :=, \-D = +Create or update a CMake \fBCACHE\fP entry. +.sp +When CMake is first run in an empty build tree, it creates a +\fBCMakeCache.txt\fP file and populates it with customizable settings for +the project. This option may be used to specify a setting that +takes priority over the project\(aqs default value. The option may be +repeated for as many \fBCACHE\fP entries as desired. +.sp +If the \fB:\fP portion is given it must be one of the types +specified by the \X'tty: link #command:set'\fI\%set()\fP\X'tty: link' command documentation for its +\fBCACHE\fP signature. +If the \fB:\fP portion is omitted the entry will be created +with no type if it does not exist with a type already. If a +command in the project sets the type to \fBPATH\fP or \fBFILEPATH\fP +then the \fB\fP will be converted to an absolute path. +.sp +This option may also be given as a single argument: +\fB\-D:=\fP or \fB\-D=\fP\&. +.sp +It\(aqs important to note that the order of \fB\-C\fP and \fB\-D\fP arguments is +significant. They will be carried out in the order they are listed, with the +last argument taking precedence over the previous ones. For example, if you +specify \fB\-DCMAKE_BUILD_TYPE=Debug\fP, followed by a \fB\-C\fP argument with a +file that calls: +.INDENT 7.0 +.INDENT 3.5 +.sp +.nf +.ft C +set(CMAKE_BUILD_TYPE \(dqRelease\(dq CACHE STRING \(dq\(dq FORCE) +.ft P +.fi +.UNINDENT +.UNINDENT +.sp +then the \fB\-C\fP argument will take precedence, and \fBCMAKE_BUILD_TYPE\fP will +be set to \fBRelease\fP\&. However, if the \fB\-D\fP argument comes after the \fB\-C\fP +argument, it will be set to \fBDebug\fP\&. +.sp +If a \fBset(... CACHE ...)\fP call in the \fB\-C\fP file does not use \fBFORCE\fP, +and a \fB\-D\fP argument sets the same variable, the \fB\-D\fP argument will take +precedence regardless of order because of the nature of non\-\fBFORCE\fP +\fBset(... CACHE ...)\fP calls. +.UNINDENT +.INDENT 0.0 +.TP +.B \-U +Remove matching entries from CMake \fBCACHE\fP\&. +.sp +This option may be used to remove one or more variables from the +\fBCMakeCache.txt\fP file, globbing expressions using \fB*\fP and \fB?\fP are +supported. The option may be repeated for as many \fBCACHE\fP entries as +desired. +.sp +Use with care, you can make your \fBCMakeCache.txt\fP non\-working. +.UNINDENT +.INDENT 0.0 +.TP +.B \-G +Specify a build system generator. +.sp +CMake may support multiple native build systems on certain +platforms. A generator is responsible for generating a particular +build system. Possible generator names are specified in the +\X'tty: link #manual:cmake-generators(7)'\fI\%cmake\-generators(7)\fP\X'tty: link' manual. +.sp +If not specified, CMake checks the \X'tty: link #envvar:CMAKE_GENERATOR'\fI\%CMAKE_GENERATOR\fP\X'tty: link' environment +variable and otherwise falls back to a builtin default selection. +.UNINDENT +.INDENT 0.0 +.TP +.B \-T +Toolset specification for the generator, if supported. +.sp +Some CMake generators support a toolset specification to tell +the native build system how to choose a compiler. See the +\X'tty: link #variable:CMAKE_GENERATOR_TOOLSET'\fI\%CMAKE_GENERATOR_TOOLSET\fP\X'tty: link' variable for details. +.UNINDENT +.INDENT 0.0 +.TP +.B \-A +Specify platform name if supported by generator. +.sp +Some CMake generators support a platform name to be given to the +native build system to choose a compiler or SDK. See the +\X'tty: link #variable:CMAKE_GENERATOR_PLATFORM'\fI\%CMAKE_GENERATOR_PLATFORM\fP\X'tty: link' variable for details. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-toolchain +Added in version 3.21. + +.sp +Specify the cross compiling toolchain file, equivalent to setting +\X'tty: link #variable:CMAKE_TOOLCHAIN_FILE'\fI\%CMAKE_TOOLCHAIN_FILE\fP\X'tty: link' variable. Relative paths are interpreted as +relative to the build directory, and if not found, relative to the source +directory. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-install\-prefix +Added in version 3.21. + +.sp +Specify the installation directory, used by the +\X'tty: link #variable:CMAKE_INSTALL_PREFIX'\fI\%CMAKE_INSTALL_PREFIX\fP\X'tty: link' variable. Must be an absolute path. +.UNINDENT +.INDENT 0.0 +.TP +.B \-Wno\-dev +Suppress developer warnings. +.sp +Suppress warnings that are meant for the author of the +\fBCMakeLists.txt\fP files. By default this will also turn off +deprecation warnings. +.UNINDENT +.INDENT 0.0 +.TP +.B \-Wdev +Enable developer warnings. +.sp +Enable warnings that are meant for the author of the \fBCMakeLists.txt\fP +files. By default this will also turn on deprecation warnings. +.UNINDENT +.INDENT 0.0 +.TP +.B \-Wdeprecated +Enable deprecated functionality warnings. +.sp +Enable warnings for usage of deprecated functionality, that are meant +for the author of the \fBCMakeLists.txt\fP files. +.UNINDENT +.INDENT 0.0 +.TP +.B \-Wno\-deprecated +Suppress deprecated functionality warnings. +.sp +Suppress warnings for usage of deprecated functionality, that are meant +for the author of the \fBCMakeLists.txt\fP files. +.UNINDENT +.INDENT 0.0 +.TP +.B \-Werror= +Treat CMake warnings as errors. \fB\fP must be one of the following: +.INDENT 7.0 +.TP +.B \fBdev\fP +Make developer warnings errors. +.sp +Make warnings that are meant for the author of the \fBCMakeLists.txt\fP files +errors. By default this will also turn on deprecated warnings as errors. +.TP +.B \fBdeprecated\fP +Make deprecated macro and function warnings errors. +.sp +Make warnings for usage of deprecated macros and functions, that are meant +for the author of the \fBCMakeLists.txt\fP files, errors. +.UNINDENT +.UNINDENT +.INDENT 0.0 +.TP +.B \-Wno\-error= +Do not treat CMake warnings as errors. \fB\fP must be one of the following: +.INDENT 7.0 +.TP +.B \fBdev\fP +Make warnings that are meant for the author of the \fBCMakeLists.txt\fP files not +errors. By default this will also turn off deprecated warnings as errors. +.TP +.B \fBdeprecated\fP +Make warnings for usage of deprecated macros and functions, that are meant +for the author of the \fBCMakeLists.txt\fP files, not errors. +.UNINDENT +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-fresh +Added in version 3.24. + +.sp +Perform a fresh configuration of the build tree. +This removes any existing \fBCMakeCache.txt\fP file and associated +\fBCMakeFiles/\fP directory, and recreates them from scratch. +.sp +Changed in version 3.30: For dependencies previously populated by \X'tty: link #module:FetchContent'\fI\%FetchContent\fP\X'tty: link' with the +\fBNEW\fP setting for policy \X'tty: link #policy:CMP0168'\fI\%CMP0168\fP\X'tty: link', their stamp and script files +from any previous run will be removed. The download, update, and patch +steps will therefore be forced to re\-execute. + +.UNINDENT +.INDENT 0.0 +.TP +.B \-L[A][H] +List non\-advanced cached variables. +.sp +List \fBCACHE\fP variables will run CMake and list all the variables from +the CMake \fBCACHE\fP that are not marked as \fBINTERNAL\fP or \X'tty: link #prop_cache:ADVANCED'\fI\%ADVANCED\fP\X'tty: link'\&. +This will effectively display current CMake settings, which can then be +changed with \fI\%\-D\fP option. Changing some of the variables +may result in more variables being created. If \fBA\fP is specified, then it +will display also advanced variables. If \fBH\fP is specified, it will also +display help for each variable. +.UNINDENT +.INDENT 0.0 +.TP +.B \-LR[A][H] +Added in version 3.31. + +.sp +Show specific non\-advanced cached variables +.sp +Show non\-\fBINTERNAL\fP nor \X'tty: link #prop_cache:ADVANCED'\fI\%ADVANCED\fP\X'tty: link' variables from the CMake +\fBCACHE\fP that match the given regex. If \fBA\fP is specified, then it +will also show advanced variables. If \fBH\fP is specified, it will also +display help for each variable. +.UNINDENT +.INDENT 0.0 +.TP +.B \-N +View mode only. +.sp +Only load the cache. Do not actually run configure and generate +steps. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-graphviz= +Generate graphviz of dependencies, see \X'tty: link #module:CMakeGraphVizOptions'\fI\%CMakeGraphVizOptions\fP\X'tty: link' for more. +.sp +Generate a graphviz input file that will contain all the library and +executable dependencies in the project. See the documentation for +\X'tty: link #module:CMakeGraphVizOptions'\fI\%CMakeGraphVizOptions\fP\X'tty: link' for more details. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-system\-information [file] +Dump information about this system. +.sp +Dump a wide range of information about the current system. If run +from the top of a binary tree for a CMake project it will dump +additional information such as the cache, log files etc. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-print\-config\-dir +Added in version 3.31. + +.sp +Print CMake config directory for user\-wide FileAPI queries. +.sp +See \X'tty: link #envvar:CMAKE_CONFIG_DIR'\fI\%CMAKE_CONFIG_DIR\fP\X'tty: link' for more details. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-log\-level= +Added in version 3.16. + +.sp +Set the log \fB\fP\&. +.sp +The \X'tty: link #command:message'\fI\%message()\fP\X'tty: link' command will only output messages of the specified +log level or higher. The valid log levels are \fBERROR\fP, \fBWARNING\fP, +\fBNOTICE\fP, \fBSTATUS\fP (default), \fBVERBOSE\fP, \fBDEBUG\fP, or \fBTRACE\fP\&. +.sp +To make a log level persist between CMake runs, set +\X'tty: link #variable:CMAKE_MESSAGE_LOG_LEVEL'\fI\%CMAKE_MESSAGE_LOG_LEVEL\fP\X'tty: link' as a cache variable instead. +If both the command line option and the variable are given, the command line +option takes precedence. +.sp +For backward compatibility reasons, \fB\-\-loglevel\fP is also accepted as a +synonym for this option. +.sp +Added in version 3.25: See the \X'tty: link #command:cmake_language'\fI\%cmake_language()\fP\X'tty: link' command for a way to +\X'tty: link #query-message-log-level'\fI\%query the current message logging level\fP\X'tty: link'\&. + +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-log\-context +Enable the \X'tty: link #command:message'\fI\%message()\fP\X'tty: link' command outputting context attached to each +message. +.sp +This option turns on showing context for the current CMake run only. +To make showing the context persistent for all subsequent CMake runs, set +\X'tty: link #variable:CMAKE_MESSAGE_CONTEXT_SHOW'\fI\%CMAKE_MESSAGE_CONTEXT_SHOW\fP\X'tty: link' as a cache variable instead. +When this command line option is given, \X'tty: link #variable:CMAKE_MESSAGE_CONTEXT_SHOW'\fI\%CMAKE_MESSAGE_CONTEXT_SHOW\fP\X'tty: link' +is ignored. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-debug\-trycompile +Do not delete the files and directories created for +\X'tty: link #command:try_compile'\fI\%try_compile()\fP\X'tty: link' / \X'tty: link #command:try_run'\fI\%try_run()\fP\X'tty: link' calls. +This is useful in debugging failed checks. +.sp +Note that some uses of \X'tty: link #command:try_compile'\fI\%try_compile()\fP\X'tty: link' may use the same build tree, +which will limit the usefulness of this option if a project executes more +than one \X'tty: link #command:try_compile'\fI\%try_compile()\fP\X'tty: link'\&. For example, such uses may change results +as artifacts from a previous try\-compile may cause a different test to either +pass or fail incorrectly. This option is best used only when debugging. +.sp +(With respect to the preceding, the \X'tty: link #command:try_run'\fI\%try_run()\fP\X'tty: link' command +is effectively a \X'tty: link #command:try_compile'\fI\%try_compile()\fP\X'tty: link'\&. Any combination of the two +is subject to the potential issues described.) +.sp +Added in version 3.25: When this option is enabled, every try\-compile check prints a log +message reporting the directory in which the check is performed. + +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-debug\-output +Put cmake in a debug mode. +.sp +Print extra information during the cmake run like stack traces with +\X'tty: link #command:message'\fI\%message(SEND_ERROR)\fP\X'tty: link' calls. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-debug\-find +Added in version 3.17. + +.sp +Put cmake find commands in a debug mode. +.sp +Print extra find call information during the cmake run to standard +error. Output is designed for human consumption and not for parsing. +See also the \X'tty: link #variable:CMAKE_FIND_DEBUG_MODE'\fI\%CMAKE_FIND_DEBUG_MODE\fP\X'tty: link' variable for debugging +a more local part of the project. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-debug\-find\-pkg=[,...] +Added in version 3.23. + +.sp +Put cmake find commands in a debug mode when running under calls +to \X'tty: link #command:find_package'\fI\%find_package()\fP\X'tty: link', where \fB\fP +is an entry in the given comma\-separated list of case\-sensitive package +names. +.sp +Like \fI\%\-\-debug\-find\fP, but limiting scope +to the specified packages. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-debug\-find\-var=[,...] +Added in version 3.23. + +.sp +Put cmake find commands in a debug mode when called with \fB\fP +as the result variable, where \fB\fP is an entry in the given +comma\-separated list. +.sp +Like \fI\%\-\-debug\-find\fP, but limiting scope +to the specified variable names. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-trace +Put cmake in trace mode. +.sp +Print a trace of all calls made and from where. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-trace\-expand +Put cmake in trace mode. +.sp +Like \fI\%\-\-trace\fP, but with variables expanded. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-trace\-format= +Added in version 3.17. + +.sp +Put cmake in trace mode and sets the trace output format. +.sp +\fB\fP can be one of the following values. +.INDENT 7.0 +.INDENT 3.5 +.INDENT 0.0 +.TP +.B \fBhuman\fP +Prints each trace line in a human\-readable format. This is the +default format. +.TP +.B \fBjson\-v1\fP +Prints each line as a separate JSON document. Each document is +separated by a newline ( \fB\en\fP ). It is guaranteed that no +newline characters will be present inside a JSON document. +.sp +JSON trace format +.INDENT 7.0 +.INDENT 3.5 +.sp +.nf +.ft C +{ + \(dqfile\(dq: \(dq/full/path/to/the/CMake/file.txt\(dq, + \(dqline\(dq: 0, + \(dqcmd\(dq: \(dqadd_executable\(dq, + \(dqargs\(dq: [\(dqfoo\(dq, \(dqbar\(dq], + \(dqtime\(dq: 1579512535.9687231, + \(dqframe\(dq: 2, + \(dqglobal_frame\(dq: 4 +} +.ft P +.fi +.UNINDENT +.UNINDENT +.sp +The members are: +.INDENT 7.0 +.TP +.B \fBfile\fP +The full path to the CMake source file where the function +was called. +.TP +.B \fBline\fP +The line in \fBfile\fP where the function call begins. +.TP +.B \fBline_end\fP +If the function call spans multiple lines, this field will +be set to the line where the function call ends. If the function +calls spans a single line, this field will be unset. This field +was added in minor version 2 of the \fBjson\-v1\fP format. +.TP +.B \fBdefer\fP +Optional member that is present when the function call was deferred +by \X'tty: link #defer'\fI\%cmake_language(DEFER)\fP\X'tty: link'\&. If present, its value is a +string containing the deferred call \fB\fP\&. +.TP +.B \fBcmd\fP +The name of the function that was called. +.TP +.B \fBargs\fP +A string list of all function parameters. +.TP +.B \fBtime\fP +Timestamp (seconds since epoch) of the function call. +.TP +.B \fBframe\fP +Stack frame depth of the function that was called, within the +context of the \fBCMakeLists.txt\fP being processed currently. +.TP +.B \fBglobal_frame\fP +Stack frame depth of the function that was called, tracked globally +across all \fBCMakeLists.txt\fP files involved in the trace. This field +was added in minor version 2 of the \fBjson\-v1\fP format. +.UNINDENT +.sp +Additionally, the first JSON document outputted contains the +\fBversion\fP key for the current major and minor version of the +.sp +JSON version format +.INDENT 7.0 +.INDENT 3.5 +.sp +.nf +.ft C +{ + \(dqversion\(dq: { + \(dqmajor\(dq: 1, + \(dqminor\(dq: 2 + } +} +.ft P +.fi +.UNINDENT +.UNINDENT +.sp +The members are: +.INDENT 7.0 +.TP +.B \fBversion\fP +Indicates the version of the JSON format. The version has a +major and minor components following semantic version conventions. +.UNINDENT +.UNINDENT +.UNINDENT +.UNINDENT +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-trace\-source= +Put cmake in trace mode, but output only lines of a specified file. +.sp +Multiple options are allowed. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-trace\-redirect= +Put cmake in trace mode and redirect trace output to a file instead of stderr. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-warn\-uninitialized +Warn about uninitialized values. +.sp +Print a warning when an uninitialized variable is used. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-warn\-unused\-vars +Does nothing. In CMake versions 3.2 and below this enabled warnings about +unused variables. In CMake versions 3.3 through 3.18 the option was broken. +In CMake 3.19 and above the option has been removed. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-no\-warn\-unused\-cli +Don\(aqt warn about command line options. +.sp +Don\(aqt find variables that are declared on the command line, but not +used. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-check\-system\-vars +Find problems with variable usage in system files. +.sp +Normally, unused and uninitialized variables are searched for only +in \X'tty: link #variable:CMAKE_SOURCE_DIR'\fI\%CMAKE_SOURCE_DIR\fP\X'tty: link' and \X'tty: link #variable:CMAKE_BINARY_DIR'\fI\%CMAKE_BINARY_DIR\fP\X'tty: link'\&. +This flag tells CMake to warn about other files as well. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-compile\-no\-warning\-as\-error +Added in version 3.24. + +.sp +Ignore target property \X'tty: link #prop_tgt:COMPILE_WARNING_AS_ERROR'\fI\%COMPILE_WARNING_AS_ERROR\fP\X'tty: link' and variable +\X'tty: link #variable:CMAKE_COMPILE_WARNING_AS_ERROR'\fI\%CMAKE_COMPILE_WARNING_AS_ERROR\fP\X'tty: link', preventing warnings from being +treated as errors on compile. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-profiling\-output= +Added in version 3.18. + +.sp +Used in conjunction with +\fI\%\-\-profiling\-format\fP to output to a +given path. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-profiling\-format= +Enable the output of profiling data of CMake script in the given format. +.sp +This can aid performance analysis of CMake scripts executed. Third party +applications should be used to process the output into human readable format. +.sp +Currently supported values are: +\fBgoogle\-trace\fP Outputs in Google Trace Format, which can be parsed by the +\X'tty: link about:tracing'\fI\%about:tracing\fP\X'tty: link' tab of Google Chrome or using a plugin for a tool like Trace +Compass. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-preset , \-\-preset= +Reads a \X'tty: link #manual:cmake-presets(7)'\fI\%preset\fP\X'tty: link' from \fBCMakePresets.json\fP and +\fBCMakeUserPresets.json\fP files, which must be located in the same directory +as the top level \fBCMakeLists.txt\fP file. The preset may specify the +generator, the build directory, a list of variables, and other arguments to +pass to CMake. At least one of \fBCMakePresets.json\fP or +\fBCMakeUserPresets.json\fP must be present. +The \X'tty: link #manual:cmake-gui(1)'\fI\%CMake GUI\fP\X'tty: link' also recognizes and supports +\fBCMakePresets.json\fP and \fBCMakeUserPresets.json\fP files. For full details +on these files, see \X'tty: link #manual:cmake-presets(7)'\fI\%cmake\-presets(7)\fP\X'tty: link'\&. +.sp +The presets are read before all other command line options, although the +\fI\%\-S\fP option can be used to specify the source directory +containing the \fBCMakePresets.json\fP and \fBCMakeUserPresets.json\fP files. +If \fI\%\-S\fP is not given, the current directory is assumed to +be the top level source directory and must contain the presets files. The +options specified by the chosen preset (variables, generator, etc.) can all +be overridden by manually specifying them on the command line. For example, +if the preset sets a variable called \fBMYVAR\fP to \fB1\fP, but the user sets +it to \fB2\fP with a \fB\-D\fP argument, the value \fB2\fP is preferred. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-list\-presets[=] +Lists the available presets of the specified \fB\fP\&. Valid values for +\fB\fP are \fBconfigure\fP, \fBbuild\fP, \fBtest\fP, \fBpackage\fP, or \fBall\fP\&. +If \fB\fP is omitted, \fBconfigure\fP is assumed. The current working +directory must contain CMake preset files unless the \fI\%\-S\fP +option is used to specify a different top level source directory. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-debugger +Enables interactive debugging of the CMake language. CMake exposes a debugging +interface on the pipe named by \fI\%\-\-debugger\-pipe\fP +that conforms to the \X'tty: link https://microsoft.github.io/debug-adapter-protocol/'\fI\%Debug Adapter Protocol\fP\X'tty: link' specification with the following +modifications. +.sp +The \fBinitialize\fP response includes an additional field named \fBcmakeVersion\fP +which specifies the version of CMake being debugged. +.sp +Debugger initialize response +.INDENT 7.0 +.INDENT 3.5 +.sp +.nf +.ft C +{ + \(dqcmakeVersion\(dq: { + \(dqmajor\(dq: 3, + \(dqminor\(dq: 27, + \(dqpatch\(dq: 0, + \(dqfull\(dq: \(dq3.27.0\(dq + } +} +.ft P +.fi +.UNINDENT +.UNINDENT +.sp +The members are: +.INDENT 7.0 +.TP +.B \fBmajor\fP +An integer specifying the major version number. +.TP +.B \fBminor\fP +An integer specifying the minor version number. +.TP +.B \fBpatch\fP +An integer specifying the patch version number. +.TP +.B \fBfull\fP +A string specifying the full CMake version. +.UNINDENT +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-debugger\-pipe , \-\-debugger\-pipe= +Name of the pipe (on Windows) or domain socket (on Unix) to use for +debugger communication. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-debugger\-dap\-log , \-\-debugger\-dap\-log= +Logs all debugger communication to the specified file. +.UNINDENT +.SH BUILD A PROJECT +.sp +CMake provides a command\-line signature to build an already\-generated +project binary tree: +.INDENT 0.0 +.INDENT 3.5 +.sp +.nf +.ft C +cmake \-\-build [] [\-\- ] +cmake \-\-build \-\-preset [] [\-\- ] +.ft P +.fi +.UNINDENT +.UNINDENT +.sp +This abstracts a native build tool\(aqs command\-line interface with the +following options: +.INDENT 0.0 +.TP +.B \-\-build +Project binary directory to be built. This is required (unless a preset +is specified) and must be first. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-preset , \-\-preset= +Use a build preset to specify build options. The project binary directory +is inferred from the \fBconfigurePreset\fP key. The current working directory +must contain CMake preset files. +See \X'tty: link #manual:cmake-presets(7)'\fI\%preset\fP\X'tty: link' for more details. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-list\-presets +Lists the available build presets. The current working directory must +contain CMake preset files. +.UNINDENT +.INDENT 0.0 +.TP +.B \-j [], \-\-parallel [] +Added in version 3.12. + +.sp +The maximum number of concurrent processes to use when building. +If \fB\fP is omitted the native build tool\(aqs default number is used. +.sp +The \X'tty: link #envvar:CMAKE_BUILD_PARALLEL_LEVEL'\fI\%CMAKE_BUILD_PARALLEL_LEVEL\fP\X'tty: link' environment variable, if set, +specifies a default parallel level when this option is not given. +.sp +Some native build tools always build in parallel. The use of \fB\fP +value of \fB1\fP can be used to limit to a single job. +.UNINDENT +.INDENT 0.0 +.TP +.B \-t ..., \-\-target ... +Build \fB\fP instead of the default target. Multiple targets may be +given, separated by spaces. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-config +For multi\-configuration tools, choose configuration \fB\fP\&. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-clean\-first +Build target \fBclean\fP first, then build. +(To clean only, use \fI\%\-\-target clean\fP\&.) +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-resolve\-package\-references= +Added in version 3.23. + +.sp +Resolve remote package references from external package managers (e.g. NuGet) +before build. When \fB\fP is set to \fBon\fP (default), packages will be +restored before building a target. When \fB\fP is set to \fBonly\fP, the +packages will be restored, but no build will be performed. When +\fB\fP is set to \fBoff\fP, no packages will be restored. +.sp +If the target does not define any package references, this option does nothing. +.sp +This setting can be specified in a build preset (using +\fBresolvePackageReferences\fP). The preset setting will be ignored, if this +command line option is specified. +.sp +If no command line parameter or preset option are provided, an environment\- +specific cache variable will be evaluated to decide, if package restoration +should be performed. +.sp +When using the Visual Studio generator, package references are defined +using the \X'tty: link #prop_tgt:VS_PACKAGE_REFERENCES'\fI\%VS_PACKAGE_REFERENCES\fP\X'tty: link' property. Package references +are restored using NuGet. It can be disabled by setting the +\fBCMAKE_VS_NUGET_PACKAGE_RESTORE\fP variable to \fBOFF\fP\&. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-use\-stderr +Ignored. Behavior is default in CMake >= 3.0. +.UNINDENT +.INDENT 0.0 +.TP +.B \-v, \-\-verbose +Enable verbose output \- if supported \- including the build commands to be +executed. +.sp +This option can be omitted if \X'tty: link #envvar:VERBOSE'\fI\%VERBOSE\fP\X'tty: link' environment variable or +\X'tty: link #variable:CMAKE_VERBOSE_MAKEFILE'\fI\%CMAKE_VERBOSE_MAKEFILE\fP\X'tty: link' cached variable is set. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\- +Pass remaining options to the native tool. +.UNINDENT +.sp +Run \fI\%cmake \-\-build\fP with no options for quick help. +.SH INSTALL A PROJECT +.sp +CMake provides a command\-line signature to install an already\-generated +project binary tree: +.INDENT 0.0 +.INDENT 3.5 +.sp +.nf +.ft C +cmake \-\-install [] +.ft P +.fi +.UNINDENT +.UNINDENT +.sp +This may be used after building a project to run installation without +using the generated build system or the native build tool. +The options are: +.INDENT 0.0 +.TP +.B \-\-install +Project binary directory to install. This is required and must be first. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-config +For multi\-configuration generators, choose configuration \fB\fP\&. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-component +Component\-based install. Only install component \fB\fP\&. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-default\-directory\-permissions +Default directory install permissions. Permissions in format \fB\fP\&. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-prefix +Override the installation prefix, \X'tty: link #variable:CMAKE_INSTALL_PREFIX'\fI\%CMAKE_INSTALL_PREFIX\fP\X'tty: link'\&. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-strip +Strip before installing. +.UNINDENT +.INDENT 0.0 +.TP +.B \-v, \-\-verbose +Enable verbose output. +.sp +This option can be omitted if \X'tty: link #envvar:VERBOSE'\fI\%VERBOSE\fP\X'tty: link' environment variable is set. +.UNINDENT +.INDENT 0.0 +.TP +.B \-j , \-\-parallel +Added in version 3.31. + +.sp +Install in parallel using the given number of jobs. Only available if +\X'tty: link #prop_gbl:INSTALL_PARALLEL'\fI\%INSTALL_PARALLEL\fP\X'tty: link' is enabled. The +\X'tty: link #envvar:CMAKE_INSTALL_PARALLEL_LEVEL'\fI\%CMAKE_INSTALL_PARALLEL_LEVEL\fP\X'tty: link' environment variable specifies a +default parallel level when this option is not provided. +.UNINDENT +.sp +Run \fI\%cmake \-\-install\fP with no options for quick help. +.SH OPEN A PROJECT +.INDENT 0.0 +.INDENT 3.5 +.sp +.nf +.ft C +cmake \-\-open +.ft P +.fi +.UNINDENT +.UNINDENT +.sp +Open the generated project in the associated application. This is only +supported by some generators. +.SH RUN A SCRIPT +.INDENT 0.0 +.INDENT 3.5 +.sp +.nf +.ft C +cmake [\-D =]... \-P [\-\- ...] +.ft P +.fi +.UNINDENT +.UNINDENT +.INDENT 0.0 +.TP +.B \-D = +Define a variable for script mode. +.UNINDENT +.INDENT 0.0 +.TP +.B \-P +Process the given cmake file as a script written in the CMake +language. No configure or generate step is performed and the cache +is not modified. If variables are defined using \fB\-D\fP, this must be +done before the \fB\-P\fP argument. +.UNINDENT +.sp +Any options after \fB\-\-\fP are not parsed by CMake, but they are still included +in the set of \X'tty: link #variable:CMAKE_ARGV0'\fI\%CMAKE_ARGV\fP\X'tty: link' variables passed to the +script (including the \fB\-\-\fP itself). +.SH RUN A COMMAND-LINE TOOL +.sp +CMake provides builtin command\-line tools through the signature +.INDENT 0.0 +.INDENT 3.5 +.sp +.nf +.ft C +cmake \-E [] +.ft P +.fi +.UNINDENT +.UNINDENT +.INDENT 0.0 +.TP +.B \-E [help] +Run \fBcmake \-E\fP or \fBcmake \-E help\fP for a summary of commands. +.UNINDENT +.sp +Available commands are: +.INDENT 0.0 +.TP +.B capabilities +Added in version 3.7. + +.sp +Report cmake capabilities in JSON format. The output is a JSON object +with the following keys: +.INDENT 7.0 +.TP +.B \fBversion\fP +A JSON object with version information. Keys are: +.INDENT 7.0 +.TP +.B \fBstring\fP +The full version string as displayed by cmake \fI\%\-\-version\fP\&. +.TP +.B \fBmajor\fP +The major version number in integer form. +.TP +.B \fBminor\fP +The minor version number in integer form. +.TP +.B \fBpatch\fP +The patch level in integer form. +.TP +.B \fBsuffix\fP +The cmake version suffix string. +.TP +.B \fBisDirty\fP +A bool that is set if the cmake build is from a dirty tree. +.UNINDENT +.TP +.B \fBgenerators\fP +A list available generators. Each generator is a JSON object with the +following keys: +.INDENT 7.0 +.TP +.B \fBname\fP +A string containing the name of the generator. +.TP +.B \fBtoolsetSupport\fP +\fBtrue\fP if the generator supports toolsets and \fBfalse\fP otherwise. +.TP +.B \fBplatformSupport\fP +\fBtrue\fP if the generator supports platforms and \fBfalse\fP otherwise. +.TP +.B \fBsupportedPlatforms\fP +Added in version 3.21. + +.sp +Optional member that may be present when the generator supports +platform specification via \X'tty: link #variable:CMAKE_GENERATOR_PLATFORM'\fI\%CMAKE_GENERATOR_PLATFORM\fP\X'tty: link' +(\fI\%\-A ...\fP). The value is a list of platforms known to +be supported. +.TP +.B \fBextraGenerators\fP +A list of strings with all the \X'tty: link #extra-generators'\fI\%Extra Generators\fP\X'tty: link' compatible with +the generator. +.UNINDENT +.TP +.B \fBfileApi\fP +Optional member that is present when the \X'tty: link #manual:cmake-file-api(7)'\fI\%cmake\-file\-api(7)\fP\X'tty: link' +is available. The value is a JSON object with one member: +.INDENT 7.0 +.TP +.B \fBrequests\fP +A JSON array containing zero or more supported file\-api requests. +Each request is a JSON object with members: +.INDENT 7.0 +.TP +.B \fBkind\fP +Specifies one of the supported \X'tty: link #file-api-object-kinds'\fI\%Object Kinds\fP\X'tty: link'\&. +.TP +.B \fBversion\fP +A JSON array whose elements are each a JSON object containing +\fBmajor\fP and \fBminor\fP members specifying non\-negative integer +version components. +.UNINDENT +.UNINDENT +.TP +.B \fBserverMode\fP +\fBtrue\fP if cmake supports server\-mode and \fBfalse\fP otherwise. +Always false since CMake 3.20. +.TP +.B \fBtls\fP +Added in version 3.25. + +.sp +\fBtrue\fP if TLS support is enabled and \fBfalse\fP otherwise. +.TP +.B \fBdebugger\fP +Added in version 3.27. + +.sp +\fBtrue\fP if the \fI\%\-\-debugger\fP mode +is supported and \fBfalse\fP otherwise. +.UNINDENT +.UNINDENT +.INDENT 0.0 +.TP +.B cat [\-\-] ... +Added in version 3.18. + +.sp +Concatenate files and print on the standard output. +.INDENT 7.0 +.TP +.B \-\- +Added in version 3.24. + +.sp +Added support for the double dash argument \fB\-\-\fP\&. This basic implementation +of \fBcat\fP does not support any options, so using a option starting with +\fB\-\fP will result in an error. Use \fB\-\-\fP to indicate the end of options, in +case a file starts with \fB\-\fP\&. +.UNINDENT +.sp +Added in version 3.29: \fBcat\fP can now print the standard input by passing the \fB\-\fP argument. + +.UNINDENT +.INDENT 0.0 +.TP +.B chdir [...] +Change the current working directory and run a command. +.UNINDENT +.INDENT 0.0 +.TP +.B compare_files [\-\-ignore\-eol] +Check if \fB\fP is same as \fB\fP\&. If files are the same, +then returns \fB0\fP, if not it returns \fB1\fP\&. In case of invalid +arguments, it returns 2. +.INDENT 7.0 +.TP +.B \-\-ignore\-eol +Added in version 3.14. + +.sp +The option implies line\-wise comparison and ignores LF/CRLF differences. +.UNINDENT +.UNINDENT +.INDENT 0.0 +.TP +.B copy ... , copy \-t ... +Copy files to \fB\fP (either file or directory). +If multiple files are specified, or if \fB\-t\fP is specified, the +\fB\fP must be directory and it must exist. If \fB\-t\fP is not +specified, the last argument is assumed to be the \fB\fP\&. +Wildcards are not supported. \fBcopy\fP does follow symlinks. That means it +does not copy symlinks, but the files or directories it point to. +.sp +Added in version 3.5: Support for multiple input files. + +.sp +Added in version 3.26: Support for \fB\-t\fP argument. + +.UNINDENT +.INDENT 0.0 +.TP +.B copy_directory ... +Copy content of \fB...\fP directories to \fB\fP directory. +If \fB\fP directory does not exist it will be created. +\fBcopy_directory\fP does follow symlinks. +.sp +Added in version 3.5: Support for multiple input directories. + +.sp +Added in version 3.15: The command now fails when the source directory does not exist. +Previously it succeeded by creating an empty destination directory. + +.UNINDENT +.INDENT 0.0 +.TP +.B copy_directory_if_different ... +Added in version 3.26. + +.sp +Copy changed content of \fB...\fP directories to \fB\fP directory. +If \fB\fP directory does not exist it will be created. +.sp +\fBcopy_directory_if_different\fP does follow symlinks. +The command fails when the source directory does not exist. +.UNINDENT +.INDENT 0.0 +.TP +.B copy_if_different ... +Copy files to \fB\fP (either file or directory) if +they have changed. +If multiple files are specified, the \fB\fP must be +directory and it must exist. +\fBcopy_if_different\fP does follow symlinks. +.sp +Added in version 3.5: Support for multiple input files. + +.UNINDENT +.INDENT 0.0 +.TP +.B create_symlink +Create a symbolic link \fB\fP naming \fB\fP\&. +.sp +Added in version 3.13: Support for creating symlinks on Windows. + +.sp +\fBNOTE:\fP +.INDENT 7.0 +.INDENT 3.5 +Path to where \fB\fP symbolic link will be created has to exist beforehand. +.UNINDENT +.UNINDENT +.UNINDENT +.INDENT 0.0 +.TP +.B create_hardlink +Added in version 3.19. + +.sp +Create a hard link \fB\fP naming \fB\fP\&. +.sp +\fBNOTE:\fP +.INDENT 7.0 +.INDENT 3.5 +Path to where \fB\fP hard link will be created has to exist beforehand. +\fB\fP has to exist beforehand. +.UNINDENT +.UNINDENT +.UNINDENT +.INDENT 0.0 +.TP +.B echo [...] +Displays arguments as text. +.UNINDENT +.INDENT 0.0 +.TP +.B echo_append [...] +Displays arguments as text but no new line. +.UNINDENT +.INDENT 0.0 +.TP +.B env [] [\-\-] [...] +Added in version 3.1. + +.sp +Run command in a modified environment. Options are: +.INDENT 7.0 +.TP +.B NAME=VALUE +Replaces the current value of \fBNAME\fP with \fBVALUE\fP\&. +.UNINDENT +.INDENT 7.0 +.TP +.B \-\-unset=NAME +Unsets the current value of \fBNAME\fP\&. +.UNINDENT +.INDENT 7.0 +.TP +.B \-\-modify ENVIRONMENT_MODIFICATION +Added in version 3.25. + +.sp +Apply a single \X'tty: link #prop_test:ENVIRONMENT_MODIFICATION'\fI\%ENVIRONMENT_MODIFICATION\fP\X'tty: link' operation to the +modified environment. +.sp +The \fBNAME=VALUE\fP and \fB\-\-unset=NAME\fP options are equivalent to +\fB\-\-modify NAME=set:VALUE\fP and \fB\-\-modify NAME=unset:\fP, respectively. +Note that \fB\-\-modify NAME=reset:\fP resets \fBNAME\fP to the value it had +when \fBcmake\fP launched (or unsets it), not to the most recent +\fBNAME=VALUE\fP option. +.UNINDENT +.INDENT 7.0 +.TP +.B \-\- +Added in version 3.24. + +.sp +Added support for the double dash argument \fB\-\-\fP\&. Use \fB\-\-\fP to stop +interpreting options/environment variables and treat the next argument as +the command, even if it start with \fB\-\fP or contains a \fB=\fP\&. +.UNINDENT +.UNINDENT +.INDENT 0.0 +.TP +.B environment +Display the current environment variables. +.UNINDENT +.INDENT 0.0 +.TP +.B false +Added in version 3.16. + +.sp +Do nothing, with an exit code of 1. +.UNINDENT +.INDENT 0.0 +.TP +.B make_directory ... +Create \fB\fP directories. If necessary, create parent +directories too. If a directory already exists it will be +silently ignored. +.sp +Added in version 3.5: Support for multiple input directories. + +.UNINDENT +.INDENT 0.0 +.TP +.B md5sum ... +Create MD5 checksum of files in \fBmd5sum\fP compatible format: +.INDENT 7.0 +.INDENT 3.5 +.sp +.nf +.ft C +351abe79cd3800b38cdfb25d45015a15 file1.txt +052f86c15bbde68af55c7f7b340ab639 file2.txt +.ft P +.fi +.UNINDENT +.UNINDENT +.UNINDENT +.INDENT 0.0 +.TP +.B sha1sum ... +Added in version 3.10. + +.sp +Create SHA1 checksum of files in \fBsha1sum\fP compatible format: +.INDENT 7.0 +.INDENT 3.5 +.sp +.nf +.ft C +4bb7932a29e6f73c97bb9272f2bdc393122f86e0 file1.txt +1df4c8f318665f9a5f2ed38f55adadb7ef9f559c file2.txt +.ft P +.fi +.UNINDENT +.UNINDENT +.UNINDENT +.INDENT 0.0 +.TP +.B sha224sum ... +Added in version 3.10. + +.sp +Create SHA224 checksum of files in \fBsha224sum\fP compatible format: +.INDENT 7.0 +.INDENT 3.5 +.sp +.nf +.ft C +b9b9346bc8437bbda630b0b7ddfc5ea9ca157546dbbf4c613192f930 file1.txt +6dfbe55f4d2edc5fe5c9197bca51ceaaf824e48eba0cc453088aee24 file2.txt +.ft P +.fi +.UNINDENT +.UNINDENT +.UNINDENT +.INDENT 0.0 +.TP +.B sha256sum ... +Added in version 3.10. + +.sp +Create SHA256 checksum of files in \fBsha256sum\fP compatible format: +.INDENT 7.0 +.INDENT 3.5 +.sp +.nf +.ft C +76713b23615d31680afeb0e9efe94d47d3d4229191198bb46d7485f9cb191acc file1.txt +15b682ead6c12dedb1baf91231e1e89cfc7974b3787c1e2e01b986bffadae0ea file2.txt +.ft P +.fi +.UNINDENT +.UNINDENT +.UNINDENT +.INDENT 0.0 +.TP +.B sha384sum ... +Added in version 3.10. + +.sp +Create SHA384 checksum of files in \fBsha384sum\fP compatible format: +.INDENT 7.0 +.INDENT 3.5 +.sp +.nf +.ft C +acc049fedc091a22f5f2ce39a43b9057fd93c910e9afd76a6411a28a8f2b8a12c73d7129e292f94fc0329c309df49434 file1.txt +668ddeb108710d271ee21c0f3acbd6a7517e2b78f9181c6a2ff3b8943af92b0195dcb7cce48aa3e17893173c0a39e23d file2.txt +.ft P +.fi +.UNINDENT +.UNINDENT +.UNINDENT +.INDENT 0.0 +.TP +.B sha512sum ... +Added in version 3.10. + +.sp +Create SHA512 checksum of files in \fBsha512sum\fP compatible format: +.INDENT 7.0 +.INDENT 3.5 +.sp +.nf +.ft C +2a78d7a6c5328cfb1467c63beac8ff21794213901eaadafd48e7800289afbc08e5fb3e86aa31116c945ee3d7bf2a6194489ec6101051083d1108defc8e1dba89 file1.txt +7a0b54896fe5e70cca6dd643ad6f672614b189bf26f8153061c4d219474b05dad08c4e729af9f4b009f1a1a280cb625454bf587c690f4617c27e3aebdf3b7a2d file2.txt +.ft P +.fi +.UNINDENT +.UNINDENT +.UNINDENT +.INDENT 0.0 +.TP +.B remove [\-f] ... +Deprecated since version 3.17. + +.sp +Remove the file(s). The planned behavior was that if any of the +listed files already do not exist, the command returns a non\-zero exit code, +but no message is logged. The \fB\-f\fP option changes the behavior to return a +zero exit code (i.e. success) in such situations instead. +\fBremove\fP does not follow symlinks. That means it remove only symlinks +and not files it point to. +.sp +The implementation was buggy and always returned 0. It cannot be fixed without +breaking backwards compatibility. Use \fBrm\fP instead. +.UNINDENT +.INDENT 0.0 +.TP +.B remove_directory ... +Deprecated since version 3.17. + +.sp +Remove \fB\fP directories and their contents. If a directory does +not exist it will be silently ignored. +Use \fBrm\fP instead. +.sp +Added in version 3.15: Support for multiple directories. + +.sp +Added in version 3.16: If \fB\fP is a symlink to a directory, just the symlink will be removed. + +.UNINDENT +.INDENT 0.0 +.TP +.B rename +Rename a file or directory (on one volume). If file with the \fB\fP name +already exists, then it will be silently replaced. +.UNINDENT +.INDENT 0.0 +.TP +.B rm [\-rRf] [\-\-] ... +Added in version 3.17. + +.sp +Remove the files \fB\fP or directories \fB\fP\&. +Use \fB\-r\fP or \fB\-R\fP to remove directories and their contents recursively. +If any of the listed files/directories do not exist, the command returns a +non\-zero exit code, but no message is logged. The \fB\-f\fP option changes +the behavior to return a zero exit code (i.e. success) in such +situations instead. Use \fB\-\-\fP to stop interpreting options and treat all +remaining arguments as paths, even if they start with \fB\-\fP\&. +.UNINDENT +.INDENT 0.0 +.TP +.B sleep +Added in version 3.0. + +.sp +Sleep for \fB\fP seconds. \fB\fP may be a floating point number. +A practical minimum is about 0.1 seconds due to overhead in starting/stopping +CMake executable. This can be useful in a CMake script to insert a delay: +.INDENT 7.0 +.INDENT 3.5 +.sp +.nf +.ft C +# Sleep for about 0.5 seconds +execute_process(COMMAND ${CMAKE_COMMAND} \-E sleep 0.5) +.ft P +.fi +.UNINDENT +.UNINDENT +.UNINDENT +.INDENT 0.0 +.TP +.B tar [cxt][vf][zjJ] file.tar [] [\-\-] [...] +Create or extract a tar or zip archive. Options are: +.INDENT 7.0 +.TP +.B c +Create a new archive containing the specified files. +If used, the \fB...\fP argument is mandatory. +.UNINDENT +.INDENT 7.0 +.TP +.B x +Extract to disk from the archive. +.sp +Added in version 3.15: The \fB...\fP argument could be used to extract only selected files +or directories. +When extracting selected files or directories, you must provide their exact +names including the path, as printed by list (\fB\-t\fP). + +.UNINDENT +.INDENT 7.0 +.TP +.B t +List archive contents. +.sp +Added in version 3.15: The \fB...\fP argument could be used to list only selected files +or directories. + +.UNINDENT +.INDENT 7.0 +.TP +.B v +Produce verbose output. +.UNINDENT +.INDENT 7.0 +.TP +.B z +Compress the resulting archive with gzip. +.UNINDENT +.INDENT 7.0 +.TP +.B j +Compress the resulting archive with bzip2. +.UNINDENT +.INDENT 7.0 +.TP +.B J +Added in version 3.1. + +.sp +Compress the resulting archive with XZ. +.UNINDENT +.INDENT 7.0 +.TP +.B \-\-zstd +Added in version 3.15. + +.sp +Compress the resulting archive with Zstandard. +.UNINDENT +.INDENT 7.0 +.TP +.B \-\-files\-from= +Added in version 3.1. + +.sp +Read file names from the given file, one per line. +Blank lines are ignored. Lines may not start in \fB\-\fP +except for \fB\-\-add\-file=\fP to add files whose +names start in \fB\-\fP\&. +.UNINDENT +.INDENT 7.0 +.TP +.B \-\-format= +Added in version 3.3. + +.sp +Specify the format of the archive to be created. +Supported formats are: \fB7zip\fP, \fBgnutar\fP, \fBpax\fP, +\fBpaxr\fP (restricted pax, default), and \fBzip\fP\&. +.UNINDENT +.INDENT 7.0 +.TP +.B \-\-mtime= +Added in version 3.1. + +.sp +Specify modification time recorded in tarball entries. +.UNINDENT +.INDENT 7.0 +.TP +.B \-\-touch +Added in version 3.24. + +.sp +Use current local timestamp instead of extracting file timestamps +from the archive. +.UNINDENT +.INDENT 7.0 +.TP +.B \-\- +Added in version 3.1. + +.sp +Stop interpreting options and treat all remaining arguments +as file names, even if they start with \fB\-\fP\&. +.UNINDENT +.sp +Added in version 3.1: LZMA (7zip) support. + +.sp +Added in version 3.15: The command now continues adding files to an archive even if some of the +files are not readable. This behavior is more consistent with the classic +\fBtar\fP tool. The command now also parses all flags, and if an invalid flag +was provided, a warning is issued. + +.UNINDENT +.INDENT 0.0 +.TP +.B time [...] +Run \fB\fP and display elapsed time (including overhead of CMake frontend). +.sp +Added in version 3.5: The command now properly passes arguments with spaces or special characters +through to the child process. This may break scripts that worked around the +bug with their own extra quoting or escaping. + +.UNINDENT +.INDENT 0.0 +.TP +.B touch ... +Creates \fB\fP if file do not exist. +If \fB\fP exists, it is changing \fB\fP access and modification times. +.UNINDENT +.INDENT 0.0 +.TP +.B touch_nocreate ... +Touch a file if it exists but do not create it. If a file does +not exist it will be silently ignored. +.UNINDENT +.INDENT 0.0 +.TP +.B true +Added in version 3.16. + +.sp +Do nothing, with an exit code of 0. +.UNINDENT +.SS Windows\-specific Command\-Line Tools +.sp +The following \fBcmake \-E\fP commands are available only on Windows: +.INDENT 0.0 +.TP +.B delete_regv +Delete Windows registry value. +.UNINDENT +.INDENT 0.0 +.TP +.B env_vs8_wince +Added in version 3.2. + +.sp +Displays a batch file which sets the environment for the provided +Windows CE SDK installed in VS2005. +.UNINDENT +.INDENT 0.0 +.TP +.B env_vs9_wince +Added in version 3.2. + +.sp +Displays a batch file which sets the environment for the provided +Windows CE SDK installed in VS2008. +.UNINDENT +.INDENT 0.0 +.TP +.B write_regv +Write Windows registry value. +.UNINDENT +.SH RUN THE FIND-PACKAGE TOOL +.sp +CMake provides a pkg\-config like helper for Makefile\-based projects: +.INDENT 0.0 +.INDENT 3.5 +.sp +.nf +.ft C +cmake \-\-find\-package [] +.ft P +.fi +.UNINDENT +.UNINDENT +.sp +It searches a package using \X'tty: link #command:find_package'\fI\%find_package()\fP\X'tty: link' and prints the +resulting flags to stdout. This can be used instead of pkg\-config +to find installed libraries in plain Makefile\-based projects or in +autoconf\-based projects (via \fBshare/aclocal/cmake.m4\fP). +.sp +\fBNOTE:\fP +.INDENT 0.0 +.INDENT 3.5 +This mode is not well\-supported due to some technical limitations. +It is kept for compatibility but should not be used in new projects. +.UNINDENT +.UNINDENT +.SH RUN A WORKFLOW PRESET +.sp +Added in version 3.25. + +.sp +\X'tty: link #manual:cmake-presets(7)'\fI\%CMake Presets\fP\X'tty: link' provides a way to execute multiple +build steps in order: +.INDENT 0.0 +.INDENT 3.5 +.sp +.nf +.ft C +cmake \-\-workflow +.ft P +.fi +.UNINDENT +.UNINDENT +.sp +The options are: +.INDENT 0.0 +.TP +.B \-\-workflow +Select a \X'tty: link #workflow-preset'\fI\%Workflow Preset\fP\X'tty: link' using one of the following options. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-preset , \-\-preset= +Use a workflow preset to specify a workflow. The project binary directory +is inferred from the initial configure preset. The current working directory +must contain CMake preset files. +See \X'tty: link #manual:cmake-presets(7)'\fI\%preset\fP\X'tty: link' for more details. +.sp +Changed in version 3.31: When following immediately after the \fB\-\-workflow\fP option, +the \fB\-\-preset\fP argument can be omitted and just the \fB\fP +name can be given. This means the following syntax is valid: +.INDENT 7.0 +.INDENT 3.5 +.sp +.nf +.ft C +$ cmake \-\-workflow my\-preset +.ft P +.fi +.UNINDENT +.UNINDENT + +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-list\-presets +Lists the available workflow presets. The current working directory must +contain CMake preset files. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-fresh +Perform a fresh configuration of the build tree, which has the same effect +as \fI\%cmake \-\-fresh\fP\&. +.UNINDENT +.SH VIEW HELP +.sp +To print selected pages from the CMake documentation, use +.INDENT 0.0 +.INDENT 3.5 +.sp +.nf +.ft C +cmake \-\-help[\-] +.ft P +.fi +.UNINDENT +.UNINDENT +.sp +with one of the following options: +.INDENT 0.0 +.TP +.B \-version [], \-\-version [], /V [] +Show program name/version banner and exit. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-h, \-H, \-\-help, \-help, \-usage, /? +Print usage information and exit. +.sp +Usage describes the basic command line interface and its options. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help [] +Print help for one CMake keyword. +.sp +\fB\fP can be a property, variable, command, policy, generator +or module. +.sp +The relevant manual entry for \fB\fP is +printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.sp +Changed in version 3.28: Prior to CMake 3.28, this option supported command names only. + +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-full [] +Print all help manuals and exit. +.sp +All manuals are printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-manual [] +Print one help manual and exit. +.sp +The specified manual is printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-manual\-list [] +List help manuals available and exit. +.sp +The list contains all manuals for which help may be obtained by +using the \fB\-\-help\-manual\fP option followed by a manual name. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-command [] +Print help for one command and exit. +.sp +The \X'tty: link #manual:cmake-commands(7)'\fI\%cmake\-commands(7)\fP\X'tty: link' manual entry for \fB\fP is +printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-command\-list [] +List commands with help available and exit. +.sp +The list contains all commands for which help may be obtained by +using the \fB\-\-help\-command\fP option followed by a command name. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-commands [] +Print cmake\-commands manual and exit. +.sp +The \X'tty: link #manual:cmake-commands(7)'\fI\%cmake\-commands(7)\fP\X'tty: link' manual is printed in a +human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-module [] +Print help for one module and exit. +.sp +The \X'tty: link #manual:cmake-modules(7)'\fI\%cmake\-modules(7)\fP\X'tty: link' manual entry for \fB\fP is printed +in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-module\-list [] +List modules with help available and exit. +.sp +The list contains all modules for which help may be obtained by +using the \fB\-\-help\-module\fP option followed by a module name. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-modules [] +Print cmake\-modules manual and exit. +.sp +The \X'tty: link #manual:cmake-modules(7)'\fI\%cmake\-modules(7)\fP\X'tty: link' manual is printed in a human\-readable +text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-policy [] +Print help for one policy and exit. +.sp +The \X'tty: link #manual:cmake-policies(7)'\fI\%cmake\-policies(7)\fP\X'tty: link' manual entry for \fB\fP is +printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-policy\-list [] +List policies with help available and exit. +.sp +The list contains all policies for which help may be obtained by +using the \fB\-\-help\-policy\fP option followed by a policy name. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-policies [] +Print cmake\-policies manual and exit. +.sp +The \X'tty: link #manual:cmake-policies(7)'\fI\%cmake\-policies(7)\fP\X'tty: link' manual is printed in a +human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-property [] +Print help for one property and exit. +.sp +The \X'tty: link #manual:cmake-properties(7)'\fI\%cmake\-properties(7)\fP\X'tty: link' manual entries for \fB\fP are +printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-property\-list [] +List properties with help available and exit. +.sp +The list contains all properties for which help may be obtained by +using the \fB\-\-help\-property\fP option followed by a property name. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-properties [] +Print cmake\-properties manual and exit. +.sp +The \X'tty: link #manual:cmake-properties(7)'\fI\%cmake\-properties(7)\fP\X'tty: link' manual is printed in a +human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-variable [] +Print help for one variable and exit. +.sp +The \X'tty: link #manual:cmake-variables(7)'\fI\%cmake\-variables(7)\fP\X'tty: link' manual entry for \fB\fP is +printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-variable\-list [] +List variables with help available and exit. +.sp +The list contains all variables for which help may be obtained by +using the \fB\-\-help\-variable\fP option followed by a variable name. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-variables [] +Print cmake\-variables manual and exit. +.sp +The \X'tty: link #manual:cmake-variables(7)'\fI\%cmake\-variables(7)\fP\X'tty: link' manual is printed in a +human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.sp +To view the presets available for a project, use +.INDENT 0.0 +.INDENT 3.5 +.sp +.nf +.ft C +cmake \-\-list\-presets +.ft P +.fi +.UNINDENT +.UNINDENT +.SH RETURN VALUE (EXIT CODE) +.sp +Upon regular termination, the \fBcmake\fP executable returns the exit code \fB0\fP\&. +.sp +If termination is caused by the command \X'tty: link #command:message'\fI\%message(FATAL_ERROR)\fP\X'tty: link', +or another error condition, then a non\-zero exit code is returned. +.SH SEE ALSO +.sp +The following resources are available to get help using CMake: +.INDENT 0.0 +.TP +.B Home Page +\X'tty: link https://cmake.org'\fI\%https://cmake.org\fP\X'tty: link' +.sp +The primary starting point for learning about CMake. +.TP +.B Online Documentation and Community Resources +\X'tty: link https://cmake.org/documentation'\fI\%https://cmake.org/documentation\fP\X'tty: link' +.sp +Links to available documentation and community resources may be +found on this web page. +.TP +.B Discourse Forum +\X'tty: link https://discourse.cmake.org'\fI\%https://discourse.cmake.org\fP\X'tty: link' +.sp +The Discourse Forum hosts discussion and questions about CMake. +.UNINDENT +.SH COPYRIGHT +2000-2024 Kitware, Inc. and Contributors +.\" Generated by docutils manpage writer. +. diff --git a/cmake/man/man1/cpack.1 b/cmake/man/man1/cpack.1 new file mode 100644 index 0000000000000000000000000000000000000000..d0fdc2cb8443033e73b4f914865264a06342875a --- /dev/null +++ b/cmake/man/man1/cpack.1 @@ -0,0 +1,380 @@ +.\" Man page generated from reStructuredText. +. +. +.nr rst2man-indent-level 0 +. +.de1 rstReportMargin +\\$1 \\n[an-margin] +level \\n[rst2man-indent-level] +level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] +- +\\n[rst2man-indent0] +\\n[rst2man-indent1] +\\n[rst2man-indent2] +.. +.de1 INDENT +.\" .rstReportMargin pre: +. RS \\$1 +. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] +. nr rst2man-indent-level +1 +.\" .rstReportMargin post: +.. +.de UNINDENT +. RE +.\" indent \\n[an-margin] +.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] +.nr rst2man-indent-level -1 +.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] +.in \\n[rst2man-indent\\n[rst2man-indent-level]]u +.. +.TH "CPACK" "1" "Jan 23, 2025" "3.31.5" "CMake" +.SH NAME +cpack \- CPack Command-Line Reference +.SH SYNOPSIS +.INDENT 0.0 +.INDENT 3.5 +.sp +.nf +.ft C +cpack [] +.ft P +.fi +.UNINDENT +.UNINDENT +.SH DESCRIPTION +.sp +The \fBcpack\fP executable is the CMake packaging program. It generates +installers and source packages in a variety of formats. +.sp +For each installer or package format, \fBcpack\fP has a specific backend, +called \(dqgenerator\(dq. A generator is responsible for generating the required +inputs and invoking the specific package creation tools. These installer +or package generators are not to be confused with the makefile generators +of the \X'tty: link #manual:cmake(1)'\fI\%cmake\fP\X'tty: link' command. +.sp +All supported generators are specified in the \X'tty: link #manual:cpack-generators(7)'\fI\%cpack\-generators\fP\X'tty: link' manual. The command \fBcpack \-\-help\fP prints a +list of generators supported for the target platform. Which of them are +to be used can be selected through the \X'tty: link #variable:CPACK_GENERATOR'\fI\%CPACK_GENERATOR\fP\X'tty: link' variable +or through the command\-line option \fI\%\-G\fP\&. +.sp +The \fBcpack\fP program is steered by a configuration file written in the +\X'tty: link #manual:cmake-language(7)'\fI\%CMake language\fP\X'tty: link'\&. Unless chosen differently +through the command\-line option \fI\%\-\-config\fP, the +file \fBCPackConfig.cmake\fP in the current directory is used. +.sp +In the standard CMake workflow, the file \fBCPackConfig.cmake\fP is generated +by the \X'tty: link #manual:cmake(1)'\fI\%cmake\fP\X'tty: link' executable, provided the \X'tty: link #module:CPack'\fI\%CPack\fP\X'tty: link' +module is included by the project\(aqs \fBCMakeLists.txt\fP file. +.SH OPTIONS +.INDENT 0.0 +.TP +.B \-G +\fB\fP is a \X'tty: link #cmake-language-lists'\fI\%semicolon\-separated list\fP\X'tty: link' +of generator names. \fBcpack\fP will iterate through this list and produce +package(s) in that generator\(aqs format according to the details provided in +the \fBCPackConfig.cmake\fP configuration file. If this option is not given, +the \X'tty: link #variable:CPACK_GENERATOR'\fI\%CPACK_GENERATOR\fP\X'tty: link' variable determines the default set of +generators that will be used. +.UNINDENT +.INDENT 0.0 +.TP +.B \-C +Specify the project configuration(s) to be packaged (e.g. \fBDebug\fP, +\fBRelease\fP, etc.), where \fB\fP is a +\X'tty: link #cmake-language-lists'\fI\%semicolon\-separated list\fP\X'tty: link'\&. +When the CMake project uses a multi\-configuration +generator such as Xcode or Visual Studio, this option is needed to tell +\fBcpack\fP which built executables to include in the package. +The user is responsible for ensuring that the configuration(s) listed +have already been built before invoking \fBcpack\fP\&. +.UNINDENT +.INDENT 0.0 +.TP +.B \-D = +Set a CPack variable. This will override any value set for \fB\fP in the +input file read by \fBcpack\fP\&. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-config +Specify the configuration file read by \fBcpack\fP to provide the packaging +details. By default, \fBCPackConfig.cmake\fP in the current directory will +be used. +.UNINDENT +.INDENT 0.0 +.TP +.B \-V, \-\-verbose +Run \fBcpack\fP with verbose output. This can be used to show more details +from the package generation tools and is suitable for project developers. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-debug +Run \fBcpack\fP with debug output. This option is intended mainly for the +developers of \fBcpack\fP itself and is not normally needed by project +developers. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-trace +Put the underlying cmake scripts in trace mode. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-trace\-expand +Put the underlying cmake scripts in expanded trace mode. +.UNINDENT +.INDENT 0.0 +.TP +.B \-P +Override/define the value of the \X'tty: link #variable:CPACK_PACKAGE_NAME'\fI\%CPACK_PACKAGE_NAME\fP\X'tty: link' variable used +for packaging. Any value set for this variable in the \fBCPackConfig.cmake\fP +file will then be ignored. +.UNINDENT +.INDENT 0.0 +.TP +.B \-R +Override/define the value of the \X'tty: link #variable:CPACK_PACKAGE_VERSION'\fI\%CPACK_PACKAGE_VERSION\fP\X'tty: link' +variable used for packaging. It will override a value set in the +\fBCPackConfig.cmake\fP file or one automatically computed from +\X'tty: link #variable:CPACK_PACKAGE_VERSION_MAJOR'\fI\%CPACK_PACKAGE_VERSION_MAJOR\fP\X'tty: link', +\X'tty: link #variable:CPACK_PACKAGE_VERSION_MINOR'\fI\%CPACK_PACKAGE_VERSION_MINOR\fP\X'tty: link' and +\X'tty: link #variable:CPACK_PACKAGE_VERSION_PATCH'\fI\%CPACK_PACKAGE_VERSION_PATCH\fP\X'tty: link'\&. +.UNINDENT +.INDENT 0.0 +.TP +.B \-B +Override/define \X'tty: link #variable:CPACK_PACKAGE_DIRECTORY'\fI\%CPACK_PACKAGE_DIRECTORY\fP\X'tty: link', which controls the +directory where CPack will perform its packaging work. The resultant +package(s) will be created at this location by default and a +\fB_CPack_Packages\fP subdirectory will also be created below this directory to +use as a working area during package creation. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-vendor +Override/define \X'tty: link #variable:CPACK_PACKAGE_VENDOR'\fI\%CPACK_PACKAGE_VENDOR\fP\X'tty: link'\&. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-preset +Use a preset from \X'tty: link #manual:cmake-presets(7)'\fI\%cmake\-presets(7)\fP\X'tty: link'\&. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-list\-presets +List presets from \X'tty: link #manual:cmake-presets(7)'\fI\%cmake\-presets(7)\fP\X'tty: link'\&. +.UNINDENT +.INDENT 0.0 +.TP +.B \-version [], \-\-version [], /V [] +Show program name/version banner and exit. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-h, \-H, \-\-help, \-help, \-usage, /? +Print usage information and exit. +.sp +Usage describes the basic command line interface and its options. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help [] +Print help for one CMake keyword. +.sp +\fB\fP can be a property, variable, command, policy, generator +or module. +.sp +The relevant manual entry for \fB\fP is +printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.sp +Changed in version 3.28: Prior to CMake 3.28, this option supported command names only. + +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-full [] +Print all help manuals and exit. +.sp +All manuals are printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-manual [] +Print one help manual and exit. +.sp +The specified manual is printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-manual\-list [] +List help manuals available and exit. +.sp +The list contains all manuals for which help may be obtained by +using the \fB\-\-help\-manual\fP option followed by a manual name. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-command [] +Print help for one command and exit. +.sp +The \X'tty: link #manual:cmake-commands(7)'\fI\%cmake\-commands(7)\fP\X'tty: link' manual entry for \fB\fP is +printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-command\-list [] +List commands with help available and exit. +.sp +The list contains all commands for which help may be obtained by +using the \fB\-\-help\-command\fP option followed by a command name. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-commands [] +Print cmake\-commands manual and exit. +.sp +The \X'tty: link #manual:cmake-commands(7)'\fI\%cmake\-commands(7)\fP\X'tty: link' manual is printed in a +human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-module [] +Print help for one module and exit. +.sp +The \X'tty: link #manual:cmake-modules(7)'\fI\%cmake\-modules(7)\fP\X'tty: link' manual entry for \fB\fP is printed +in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-module\-list [] +List modules with help available and exit. +.sp +The list contains all modules for which help may be obtained by +using the \fB\-\-help\-module\fP option followed by a module name. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-modules [] +Print cmake\-modules manual and exit. +.sp +The \X'tty: link #manual:cmake-modules(7)'\fI\%cmake\-modules(7)\fP\X'tty: link' manual is printed in a human\-readable +text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-policy [] +Print help for one policy and exit. +.sp +The \X'tty: link #manual:cmake-policies(7)'\fI\%cmake\-policies(7)\fP\X'tty: link' manual entry for \fB\fP is +printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-policy\-list [] +List policies with help available and exit. +.sp +The list contains all policies for which help may be obtained by +using the \fB\-\-help\-policy\fP option followed by a policy name. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-policies [] +Print cmake\-policies manual and exit. +.sp +The \X'tty: link #manual:cmake-policies(7)'\fI\%cmake\-policies(7)\fP\X'tty: link' manual is printed in a +human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-property [] +Print help for one property and exit. +.sp +The \X'tty: link #manual:cmake-properties(7)'\fI\%cmake\-properties(7)\fP\X'tty: link' manual entries for \fB\fP are +printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-property\-list [] +List properties with help available and exit. +.sp +The list contains all properties for which help may be obtained by +using the \fB\-\-help\-property\fP option followed by a property name. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-properties [] +Print cmake\-properties manual and exit. +.sp +The \X'tty: link #manual:cmake-properties(7)'\fI\%cmake\-properties(7)\fP\X'tty: link' manual is printed in a +human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-variable [] +Print help for one variable and exit. +.sp +The \X'tty: link #manual:cmake-variables(7)'\fI\%cmake\-variables(7)\fP\X'tty: link' manual entry for \fB\fP is +printed in a human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-variable\-list [] +List variables with help available and exit. +.sp +The list contains all variables for which help may be obtained by +using the \fB\-\-help\-variable\fP option followed by a variable name. +The output is printed to a named \fB\fP if given. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-help\-variables [] +Print cmake\-variables manual and exit. +.sp +The \X'tty: link #manual:cmake-variables(7)'\fI\%cmake\-variables(7)\fP\X'tty: link' manual is printed in a +human\-readable text format. +The output is printed to a named \fB\fP if given. +.UNINDENT +.SH SEE ALSO +.sp +The following resources are available to get help using CMake: +.INDENT 0.0 +.TP +.B Home Page +\X'tty: link https://cmake.org'\fI\%https://cmake.org\fP\X'tty: link' +.sp +The primary starting point for learning about CMake. +.TP +.B Online Documentation and Community Resources +\X'tty: link https://cmake.org/documentation'\fI\%https://cmake.org/documentation\fP\X'tty: link' +.sp +Links to available documentation and community resources may be +found on this web page. +.TP +.B Discourse Forum +\X'tty: link https://discourse.cmake.org'\fI\%https://discourse.cmake.org\fP\X'tty: link' +.sp +The Discourse Forum hosts discussion and questions about CMake. +.UNINDENT +.SH COPYRIGHT +2000-2024 Kitware, Inc. and Contributors +.\" Generated by docutils manpage writer. +. diff --git a/cmake/man/man1/ctest.1 b/cmake/man/man1/ctest.1 new file mode 100644 index 0000000000000000000000000000000000000000..e1f98b46f1b95a84abb7d98b92ac8788bc085096 --- /dev/null +++ b/cmake/man/man1/ctest.1 @@ -0,0 +1,2609 @@ +.\" Man page generated from reStructuredText. +. +. +.nr rst2man-indent-level 0 +. +.de1 rstReportMargin +\\$1 \\n[an-margin] +level \\n[rst2man-indent-level] +level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] +- +\\n[rst2man-indent0] +\\n[rst2man-indent1] +\\n[rst2man-indent2] +.. +.de1 INDENT +.\" .rstReportMargin pre: +. RS \\$1 +. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] +. nr rst2man-indent-level +1 +.\" .rstReportMargin post: +.. +.de UNINDENT +. RE +.\" indent \\n[an-margin] +.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] +.nr rst2man-indent-level -1 +.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] +.in \\n[rst2man-indent\\n[rst2man-indent-level]]u +.. +.TH "CTEST" "1" "Jan 23, 2025" "3.31.5" "CMake" +.SH NAME +ctest \- CTest Command-Line Reference +.SS Contents +.INDENT 0.0 +.IP \(bu 2 +\fI\%ctest(1)\fP +.INDENT 2.0 +.IP \(bu 2 +\fI\%Synopsis\fP +.IP \(bu 2 +\fI\%Description\fP +.IP \(bu 2 +\fI\%Run Tests\fP +.IP \(bu 2 +\fI\%View Help\fP +.IP \(bu 2 +\fI\%Label Matching\fP +.IP \(bu 2 +\fI\%Label and Subproject Summary\fP +.IP \(bu 2 +\fI\%Build and Test Mode\fP +.IP \(bu 2 +\fI\%Dashboard Client\fP +.INDENT 2.0 +.IP \(bu 2 +\fI\%Dashboard Client Steps\fP +.IP \(bu 2 +\fI\%Dashboard Client Modes\fP +.IP \(bu 2 +\fI\%Dashboard Client via CTest Command\-Line\fP +.IP \(bu 2 +\fI\%Dashboard Client via CTest Script\fP +.UNINDENT +.IP \(bu 2 +\fI\%Dashboard Client Configuration\fP +.INDENT 2.0 +.IP \(bu 2 +\fI\%CTest Start Step\fP +.IP \(bu 2 +\fI\%CTest Update Step\fP +.IP \(bu 2 +\fI\%CTest Configure Step\fP +.IP \(bu 2 +\fI\%CTest Build Step\fP +.IP \(bu 2 +\fI\%CTest Test Step\fP +.IP \(bu 2 +\fI\%CTest Coverage Step\fP +.IP \(bu 2 +\fI\%CTest MemCheck Step\fP +.IP \(bu 2 +\fI\%CTest Submit Step\fP +.UNINDENT +.IP \(bu 2 +\fI\%Show as JSON Object Model\fP +.IP \(bu 2 +\fI\%Resource Allocation\fP +.INDENT 2.0 +.IP \(bu 2 +\fI\%Resource Specification File\fP +.IP \(bu 2 +\fI\%RESOURCE_GROUPS Property\fP +.IP \(bu 2 +\fI\%Environment Variables\fP +.IP \(bu 2 +\fI\%Dynamically\-Generated Resource Specification File\fP +.UNINDENT +.IP \(bu 2 +\fI\%Job Server Integration\fP +.IP \(bu 2 +\fI\%See Also\fP +.UNINDENT +.UNINDENT +.SH SYNOPSIS +.INDENT 0.0 +.INDENT 3.5 +.sp +.nf +.ft C +\fI\%Run Tests\fP + ctest [] [\-\-test\-dir ] + +\fI\%Build and Test Mode\fP + ctest \-\-build\-and\-test + \-\-build\-generator [...] + [\-\-build\-options ...] + [\-\-test\-command [...]] + +\fI\%Dashboard Client\fP + ctest \-D [\-\- ...] + ctest \-M \-T [\-\- ...] + ctest \-S