Ravenports generated: 15 Jul 2021 22:31
[ravenports.git] / bucket_93 / cmake
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               cmake
4 VERSION=                3.21.0
5 KEYWORDS=               devel
6 VARIANTS=               standard
7 SDESC[standard]=        Cross-platform Makefile generator
8 HOMEPAGE=               http://www.cmake.org/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            https://www.cmake.org/files/v3.21/
13                         https://fossies.org/linux/misc/
14 DISTFILE[1]=            cmake-3.21.0.tar.gz:main
15 DF_INDEX=               1
16 SPKGS[standard]=        single
17
18 OPTIONS_AVAILABLE=      none
19 OPTIONS_STANDARD=       none
20
21 BUILD_DEPENDS=          python-Sphinx:single:python_default
22 BUILDRUN_DEPENDS=       curl:primary:standard
23                         expat:complete:standard
24                         jsoncpp:single:standard
25                         libarchive:single:standard
26                         libuv:single:standard
27                         rhash:single:standard
28
29 USES=                   execinfo ncurses c++:single zlib
30
31 LICENSE=                BSD3CLAUSE:single
32 LICENSE_FILE=           BSD3CLAUSE:{{WRKSRC}}/Copyright.txt
33 LICENSE_SCHEME=         solo
34
35 FPC_EQUIVALENT=         devel/cmake
36
37 MUST_CONFIGURE=         yes
38 CONFIGURE_ARGS=         --prefix="{{PREFIX}}"
39                         --datadir="/share/cmake"
40                         --docdir="/share/doc/cmake"
41                         --mandir="/share/man"
42                         --system-libs
43                         --parallel={{MAKE_JOBS_NUMBER}}
44                         --init="{{FILESDIR}}/InitialCache.cmake"
45                         --sphinx-man
46 CONFIGURE_ENV=          MAKE=make
47
48 INSTALL_TARGET=         install/strip
49
50 post-patch:
51         ${REINPLACE_CMD} -e "s@CYGWIN@true@g" \
52                 ${WRKSRC}/Modules/FindCurses.cmake
53         ${REINPLACE_CMD} -e "s@<form.h>@<ncurses/form.h>@g" \
54                 ${WRKSRC}/Source/CursesDialog/ccmake.cxx \
55                 ${WRKSRC}/Source/CursesDialog/cmCursesStandardIncludes.h
56         (${FIND} ${WRKSRC}/Modules -name "*.cmake" -print0; \
57                 ${FIND} ${WRKSRC}/Tests -name "CMakeLists.txt" -print0 ) | \
58                 ${XARGS} -0 -n 100 ${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g; \
59                         s,/usr/X11R6,${LOCALBASE},g'
60         ${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \
61                 ${WRKSRC}/Source/cmLocalGenerator.cxx \
62                 ${WRKSRC}/Source/CPack/cmCPackGenerator.cxx \
63                 ${WRKSRC}/bootstrap
64         ${REINPLACE_CMD} -e 's,/opt/kde4,${PREFIX},g' \
65                 ${WRKSRC}/Modules/FindKDE4.cmake
66         ${REINPLACE_CMD} -e 's,/usr/include,${LOCALBASE}/include,' \
67                 ${WRKSRC}/Modules/FindDCMTK.cmake
68         ${REINPLACE_CMD} -e 's|__APPLE__|__SKIPME__|' \
69                 ${WRKSRC}/Source/cmGlobalXCodeGenerator.cxx
70         ${FIND} ${WRKSRC} -name "*.bak" -delete -o -name "*.orig" -delete
71         # cmake-gui(1) will be installed by a separate port.  Remove the man page's
72         # source to prevent it from being built/installed by devel/cmake.
73         ${RM} ${WRKSRC}/Help/manual/cmake-gui.1.rst
74
75 post-install:
76         ${MKDIR} ${STAGEDIR}${PREFIX}/share/cmake \
77                 ${STAGEDIR}${PREFIX}/share/emacs/site-lisp
78         (cd ${WRKSRC} && \
79                 ${COPYTREE_SHARE} Modules ${STAGEDIR}${PREFIX}/share/cmake)
80         (cd ${WRKSRC} && \
81                 ${COPYTREE_SHARE} Templates ${STAGEDIR}${PREFIX}/share/cmake)
82         ${INSTALL_DATA} ${WRKSRC}/Auxiliary/cmake-mode.el \
83                 ${STAGEDIR}${PREFIX}/share/emacs/site-lisp/
84         ${RM} -r ${STAGEDIR}${STD_DOCDIR}
85
86 [FILE:415:descriptions/desc.single]
87 CMake is used to control the software compilation process using simple
88 platform and compiler independent configuration files. CMake generates
89 native makefiles and workspaces that can be used in the compiler
90 environment of your choice. CMake is quite sophisticated: it is possible
91 to support complex environments requiring system configuration,
92 pre-processor generation, code generation, and template instantiation.
93
94
95 [FILE:98:distinfo]
96 4a42d56449a51f4d3809ab4d3b61fd4a96a469e56266e896ce1009b5768bd2ab      9617926 cmake-3.21.0.tar.gz
97
98
99 [FILE:72815:manifests/plist.single]
100 %%ONLY-DARWIN%%bin/cmakexbuild
101 bin/
102  ccmake
103  cmake
104  cpack
105  ctest
106 share/aclocal/cmake.m4
107 share/bash-completion/completions/
108  cmake
109  cpack
110  ctest
111 share/cmake/Help/index.rst
112 share/cmake/Help/command/
113  DEVICE_LINK_OPTIONS.txt
114  FIND_XXX.txt
115  FIND_XXX_ORDER.txt
116  FIND_XXX_ROOT.txt
117  LINK_OPTIONS_LINKER.txt
118  OPTIONS_SHELL.txt
119  add_compile_definitions.rst
120  add_compile_options.rst
121  add_custom_command.rst
122  add_custom_target.rst
123  add_definitions.rst
124  add_dependencies.rst
125  add_executable.rst
126  add_library.rst
127  add_link_options.rst
128  add_subdirectory.rst
129  add_test.rst
130  aux_source_directory.rst
131  break.rst
132  build_command.rst
133  build_name.rst
134  cmake_host_system_information.rst
135  cmake_language.rst
136  cmake_minimum_required.rst
137  cmake_parse_arguments.rst
138  cmake_path.rst
139  cmake_policy.rst
140  configure_file.rst
141  continue.rst
142  create_test_sourcelist.rst
143  ctest_build.rst
144  ctest_configure.rst
145  ctest_coverage.rst
146  ctest_empty_binary_directory.rst
147  ctest_memcheck.rst
148  ctest_read_custom_files.rst
149  ctest_run_script.rst
150  ctest_sleep.rst
151  ctest_start.rst
152  ctest_submit.rst
153  ctest_test.rst
154  ctest_update.rst
155  ctest_upload.rst
156  define_property.rst
157  else.rst
158  elseif.rst
159  enable_language.rst
160  enable_testing.rst
161  endforeach.rst
162  endfunction.rst
163  endif.rst
164  endmacro.rst
165  endwhile.rst
166  exec_program.rst
167  execute_process.rst
168  export.rst
169  export_library_dependencies.rst
170  file.rst
171  find_file.rst
172  find_library.rst
173  find_package.rst
174  find_path.rst
175  find_program.rst
176  fltk_wrap_ui.rst
177  foreach.rst
178  function.rst
179  get_cmake_property.rst
180  get_directory_property.rst
181  get_filename_component.rst
182  get_property.rst
183  get_source_file_property.rst
184  get_target_property.rst
185  get_test_property.rst
186  if.rst
187  include.rst
188  include_directories.rst
189  include_external_msproject.rst
190  include_guard.rst
191  include_regular_expression.rst
192  install.rst
193  install_files.rst
194  install_programs.rst
195  install_targets.rst
196  link_directories.rst
197  link_libraries.rst
198  list.rst
199  load_cache.rst
200  load_command.rst
201  macro.rst
202  make_directory.rst
203  mark_as_advanced.rst
204  math.rst
205  message.rst
206  option.rst
207  output_required_files.rst
208  project.rst
209  qt_wrap_cpp.rst
210  qt_wrap_ui.rst
211  remove.rst
212  remove_definitions.rst
213  return.rst
214  separate_arguments.rst
215  set.rst
216  set_directory_properties.rst
217  set_property.rst
218  set_source_files_properties.rst
219  set_target_properties.rst
220  set_tests_properties.rst
221  site_name.rst
222  source_group.rst
223  string.rst
224  subdir_depends.rst
225  subdirs.rst
226  target_compile_definitions.rst
227  target_compile_features.rst
228  target_compile_options.rst
229  target_include_directories.rst
230  target_link_directories.rst
231  target_link_libraries.rst
232  target_link_options.rst
233  target_precompile_headers.rst
234  target_sources.rst
235  try_compile.rst
236  try_run.rst
237  unset.rst
238  use_mangled_mesa.rst
239  utility_source.rst
240  variable_requires.rst
241  variable_watch.rst
242  while.rst
243  write_file.rst
244 share/cmake/Help/cpack_gen/
245  archive.rst
246  bundle.rst
247  cygwin.rst
248  deb.rst
249  dmg.rst
250  external.rst
251  freebsd.rst
252  ifw.rst
253  nsis.rst
254  nuget.rst
255  packagemaker.rst
256  productbuild.rst
257  rpm.rst
258  wix.rst
259 share/cmake/Help/envvar/
260  ASM_DIALECT.rst
261  ASM_DIALECTFLAGS.rst
262  CC.rst
263  CCMAKE_COLORS.rst
264  CFLAGS.rst
265  CMAKE_APPLE_SILICON_PROCESSOR.rst
266  CMAKE_BUILD_PARALLEL_LEVEL.rst
267  CMAKE_CONFIG_TYPE.rst
268  CMAKE_EXPORT_COMPILE_COMMANDS.rst
269  CMAKE_GENERATOR.rst
270  CMAKE_GENERATOR_INSTANCE.rst
271  CMAKE_GENERATOR_PLATFORM.rst
272  CMAKE_GENERATOR_TOOLSET.rst
273  CMAKE_LANG_COMPILER_LAUNCHER.rst
274  CMAKE_LANG_LINKER_LAUNCHER.rst
275  CMAKE_MSVCIDE_RUN_PATH.rst
276  CMAKE_NO_VERBOSE.rst
277  CMAKE_OSX_ARCHITECTURES.rst
278  CMAKE_PREFIX_PATH.rst
279  CMAKE_TOOLCHAIN_FILE.rst
280  CSFLAGS.rst
281  CTEST_INTERACTIVE_DEBUG_MODE.rst
282  CTEST_OUTPUT_ON_FAILURE.rst
283  CTEST_PARALLEL_LEVEL.rst
284  CTEST_PROGRESS_OUTPUT.rst
285  CTEST_USE_LAUNCHERS_DEFAULT.rst
286  CUDAARCHS.rst
287  CUDACXX.rst
288  CUDAFLAGS.rst
289  CUDAHOSTCXX.rst
290  CXX.rst
291  CXXFLAGS.rst
292  DASHBOARD_TEST_FROM_CTEST.rst
293  DESTDIR.rst
294  ENV_VAR.txt
295  FC.rst
296  FFLAGS.rst
297  HIPCXX.rst
298  HIPFLAGS.rst
299  ISPC.rst
300  ISPCFLAGS.rst
301  LDFLAGS.rst
302  MACOSX_DEPLOYMENT_TARGET.rst
303  OBJC.rst
304  OBJCXX.rst
305  PackageName_ROOT.rst
306  RC.rst
307  RCFLAGS.rst
308  SWIFTC.rst
309  VERBOSE.rst
310 share/cmake/Help/generator/
311  Borland Makefiles.rst
312  CodeBlocks.rst
313  CodeLite.rst
314  Eclipse CDT4.rst
315  Green Hills MULTI.rst
316  Kate.rst
317  MSYS Makefiles.rst
318  MinGW Makefiles.rst
319  NMake Makefiles JOM.rst
320  NMake Makefiles.rst
321  Ninja Multi-Config.rst
322  Ninja.rst
323  Sublime Text 2.rst
324  Unix Makefiles.rst
325  VS_TOOLSET_HOST_ARCH.txt
326  VS_TOOLSET_HOST_ARCH_LEGACY.txt
327  Visual Studio 10 2010.rst
328  Visual Studio 11 2012.rst
329  Visual Studio 12 2013.rst
330  Visual Studio 14 2015.rst
331  Visual Studio 15 2017.rst
332  Visual Studio 16 2019.rst
333  Visual Studio 17 2022.rst
334  Visual Studio 6.rst
335  Visual Studio 7 .NET 2003.rst
336  Visual Studio 7.rst
337  Visual Studio 8 2005.rst
338  Visual Studio 9 2008.rst
339  Watcom WMake.rst
340  Xcode.rst
341 share/cmake/Help/include/
342  COMPILE_DEFINITIONS_DISCLAIMER.txt
343  INTERFACE_INCLUDE_DIRECTORIES_WARNING.txt
344  INTERFACE_LINK_LIBRARIES_WARNING.txt
345 share/cmake/Help/manual/
346  ID_RESERVE.txt
347  LINKS.txt
348  OPTIONS_BUILD.txt
349  OPTIONS_HELP.txt
350  ccmake.1.rst
351  cmake-buildsystem.7.rst
352  cmake-commands.7.rst
353  cmake-compile-features.7.rst
354  cmake-developer.7.rst
355  cmake-env-variables.7.rst
356  cmake-file-api.7.rst
357  cmake-generator-expressions.7.rst
358  cmake-generators.7.rst
359  cmake-language.7.rst
360  cmake-modules.7.rst
361  cmake-packages.7.rst
362  cmake-policies.7.rst
363  cmake-presets.7.rst
364  cmake-properties.7.rst
365  cmake-qt.7.rst
366  cmake-server.7.rst
367  cmake-toolchains.7.rst
368  cmake-variables.7.rst
369  cmake.1.rst
370  cpack-generators.7.rst
371  cpack.1.rst
372  ctest.1.rst
373 share/cmake/Help/manual/presets/
374  example.json
375  schema.json
376 share/cmake/Help/module/
377  AddFileDependencies.rst
378  AndroidTestUtilities.rst
379  BundleUtilities.rst
380  CMakeAddFortranSubdirectory.rst
381  CMakeBackwardCompatibilityCXX.rst
382  CMakeDependentOption.rst
383  CMakeDetermineVSServicePack.rst
384  CMakeExpandImportedTargets.rst
385  CMakeFindDependencyMacro.rst
386  CMakeFindFrameworks.rst
387  CMakeFindPackageMode.rst
388  CMakeForceCompiler.rst
389  CMakeGraphVizOptions.rst
390  CMakePackageConfigHelpers.rst
391  CMakeParseArguments.rst
392  CMakePrintHelpers.rst
393  CMakePrintSystemInformation.rst
394  CMakePushCheckState.rst
395  CMakeVerifyManifest.rst
396  CPack.rst
397  CPackArchive.rst
398  CPackBundle.rst
399  CPackComponent.rst
400  CPackCygwin.rst
401  CPackDMG.rst
402  CPackDeb.rst
403  CPackFreeBSD.rst
404  CPackIFW.rst
405  CPackIFWConfigureFile.rst
406  CPackNSIS.rst
407  CPackNuGet.rst
408  CPackPackageMaker.rst
409  CPackProductBuild.rst
410  CPackRPM.rst
411  CPackWIX.rst
412  CSharpUtilities.rst
413  CTest.rst
414  CTestCoverageCollectGCOV.rst
415  CTestScriptMode.rst
416  CTestUseLaunchers.rst
417  CheckCCompilerFlag.rst
418  CheckCSourceCompiles.rst
419  CheckCSourceRuns.rst
420  CheckCXXCompilerFlag.rst
421  CheckCXXSourceCompiles.rst
422  CheckCXXSourceRuns.rst
423  CheckCXXSymbolExists.rst
424  CheckCompilerFlag.rst
425  CheckFortranCompilerFlag.rst
426  CheckFortranFunctionExists.rst
427  CheckFortranSourceCompiles.rst
428  CheckFortranSourceRuns.rst
429  CheckFunctionExists.rst
430  CheckIPOSupported.rst
431  CheckIncludeFile.rst
432  CheckIncludeFileCXX.rst
433  CheckIncludeFiles.rst
434  CheckLanguage.rst
435  CheckLibraryExists.rst
436  CheckLinkerFlag.rst
437  CheckOBJCCompilerFlag.rst
438  CheckOBJCSourceCompiles.rst
439  CheckOBJCSourceRuns.rst
440  CheckOBJCXXCompilerFlag.rst
441  CheckOBJCXXSourceCompiles.rst
442  CheckOBJCXXSourceRuns.rst
443  CheckPIESupported.rst
444  CheckPrototypeDefinition.rst
445  CheckSourceCompiles.rst
446  CheckSourceRuns.rst
447  CheckStructHasMember.rst
448  CheckSymbolExists.rst
449  CheckTypeSize.rst
450  CheckVariableExists.rst
451  Dart.rst
452  DeployQt4.rst
453  Documentation.rst
454  ExternalData.rst
455  ExternalProject.rst
456  FeatureSummary.rst
457  FetchContent.rst
458  FindALSA.rst
459  FindASPELL.rst
460  FindAVIFile.rst
461  FindArmadillo.rst
462  FindBISON.rst
463  FindBLAS.rst
464  FindBZip2.rst
465  FindBacktrace.rst
466  FindBoost.rst
467  FindBullet.rst
468  FindCABLE.rst
469  FindCUDA.rst
470  FindCUDAToolkit.rst
471  FindCURL.rst
472  FindCVS.rst
473  FindCoin3D.rst
474  FindCups.rst
475  FindCurses.rst
476  FindCxxTest.rst
477  FindCygwin.rst
478  FindDCMTK.rst
479  FindDart.rst
480  FindDevIL.rst
481  FindDoxygen.rst
482  FindEXPAT.rst
483  FindEnvModules.rst
484  FindFLEX.rst
485  FindFLTK.rst
486  FindFLTK2.rst
487  FindFontconfig.rst
488  FindFreetype.rst
489  FindGCCXML.rst
490  FindGDAL.rst
491  FindGIF.rst
492  FindGLEW.rst
493  FindGLUT.rst
494  FindGSL.rst
495  FindGTK.rst
496  FindGTK2.rst
497  FindGTest.rst
498  FindGettext.rst
499  FindGit.rst
500  FindGnuTLS.rst
501  FindGnuplot.rst
502  FindHDF5.rst
503  FindHSPELL.rst
504  FindHTMLHelp.rst
505  FindHg.rst
506  FindICU.rst
507  FindITK.rst
508  FindIce.rst
509  FindIconv.rst
510  FindIcotool.rst
511  FindImageMagick.rst
512  FindIntl.rst
513  FindJNI.rst
514  FindJPEG.rst
515  FindJasper.rst
516  FindJava.rst
517  FindKDE3.rst
518  FindKDE4.rst
519  FindLAPACK.rst
520  FindLATEX.rst
521  FindLTTngUST.rst
522  FindLibArchive.rst
523  FindLibLZMA.rst
524  FindLibXml2.rst
525  FindLibXslt.rst
526  FindLibinput.rst
527  FindLua.rst
528  FindLua50.rst
529  FindLua51.rst
530  FindMFC.rst
531  FindMPEG.rst
532  FindMPEG2.rst
533  FindMPI.rst
534  FindMatlab.rst
535  FindMotif.rst
536  FindMsys.rst
537  FindODBC.rst
538  FindOpenACC.rst
539  FindOpenAL.rst
540  FindOpenCL.rst
541  FindOpenGL.rst
542  FindOpenMP.rst
543  FindOpenSSL.rst
544  FindOpenSceneGraph.rst
545  FindOpenThreads.rst
546  FindPHP4.rst
547  FindPNG.rst
548  FindPackageHandleStandardArgs.rst
549  FindPackageMessage.rst
550  FindPatch.rst
551  FindPerl.rst
552  FindPerlLibs.rst
553  FindPhysFS.rst
554  FindPike.rst
555  FindPkgConfig.rst
556  FindPostgreSQL.rst
557  FindProducer.rst
558  FindProtobuf.rst
559  FindPython.rst
560  FindPython2.rst
561  FindPython3.rst
562  FindPythonInterp.rst
563  FindPythonLibs.rst
564  FindQt.rst
565  FindQt3.rst
566  FindQt4.rst
567  FindQuickTime.rst
568  FindRTI.rst
569  FindRuby.rst
570  FindSDL.rst
571  FindSDL_image.rst
572  FindSDL_mixer.rst
573  FindSDL_net.rst
574  FindSDL_sound.rst
575  FindSDL_ttf.rst
576  FindSQLite3.rst
577  FindSWIG.rst
578  FindSelfPackers.rst
579  FindSquish.rst
580  FindSubversion.rst
581  FindTCL.rst
582  FindTIFF.rst
583  FindTclStub.rst
584  FindTclsh.rst
585  FindThreads.rst
586  FindUnixCommands.rst
587  FindVTK.rst
588  FindVulkan.rst
589  FindWget.rst
590  FindWish.rst
591  FindX11.rst
592  FindXCTest.rst
593  FindXMLRPC.rst
594  FindXalanC.rst
595  FindXercesC.rst
596  FindZLIB.rst
597  Findosg.rst
598  FindosgAnimation.rst
599  FindosgDB.rst
600  FindosgFX.rst
601  FindosgGA.rst
602  FindosgIntrospection.rst
603  FindosgManipulator.rst
604  FindosgParticle.rst
605  FindosgPresentation.rst
606  FindosgProducer.rst
607  FindosgQt.rst
608  FindosgShadow.rst
609  FindosgSim.rst
610  FindosgTerrain.rst
611  FindosgText.rst
612  FindosgUtil.rst
613  FindosgViewer.rst
614  FindosgVolume.rst
615  FindosgWidget.rst
616  Findosg_functions.rst
617  FindwxWidgets.rst
618  FindwxWindows.rst
619  FortranCInterface.rst
620  GNUInstallDirs.rst
621  GenerateExportHeader.rst
622  GetPrerequisites.rst
623  GoogleTest.rst
624  InstallRequiredSystemLibraries.rst
625  MacroAddFileDependencies.rst
626  ProcessorCount.rst
627  SelectLibraryConfigurations.rst
628  SquishTestScript.rst
629  TestBigEndian.rst
630  TestCXXAcceptsFlag.rst
631  TestForANSIForScope.rst
632  TestForANSIStreamHeaders.rst
633  TestForSSTREAM.rst
634  TestForSTDNamespace.rst
635  UseEcos.rst
636  UseJava.rst
637  UseJavaClassFilelist.rst
638  UseJavaSymlinks.rst
639  UsePkgConfig.rst
640  UseSWIG.rst
641  Use_wxWindows.rst
642  UsewxWidgets.rst
643  WriteBasicConfigVersionFile.rst
644  WriteCompilerDetectionHeader.rst
645 share/cmake/Help/policy/
646  CMP0000.rst
647  CMP0001.rst
648  CMP0002.rst
649  CMP0003.rst
650  CMP0004.rst
651  CMP0005.rst
652  CMP0006.rst
653  CMP0007.rst
654  CMP0008.rst
655  CMP0009.rst
656  CMP0010.rst
657  CMP0011.rst
658  CMP0012.rst
659  CMP0013.rst
660  CMP0014.rst
661  CMP0015.rst
662  CMP0016.rst
663  CMP0017.rst
664  CMP0018.rst
665  CMP0019.rst
666  CMP0020.rst
667  CMP0021.rst
668  CMP0022.rst
669  CMP0023.rst
670  CMP0024.rst
671  CMP0025.rst
672  CMP0026.rst
673  CMP0027.rst
674  CMP0028.rst
675  CMP0029.rst
676  CMP0030.rst
677  CMP0031.rst
678  CMP0032.rst
679  CMP0033.rst
680  CMP0034.rst
681  CMP0035.rst
682  CMP0036.rst
683  CMP0037.rst
684  CMP0038.rst
685  CMP0039.rst
686  CMP0040.rst
687  CMP0041.rst
688  CMP0042.rst
689  CMP0043.rst
690  CMP0044.rst
691  CMP0045.rst
692  CMP0046.rst
693  CMP0047.rst
694  CMP0048.rst
695  CMP0049.rst
696  CMP0050.rst
697  CMP0051.rst
698  CMP0052.rst
699  CMP0053.rst
700  CMP0054.rst
701  CMP0055.rst
702  CMP0056.rst
703  CMP0057.rst
704  CMP0058.rst
705  CMP0059.rst
706  CMP0060.rst
707  CMP0061.rst
708  CMP0062.rst
709  CMP0063.rst
710  CMP0064.rst
711  CMP0065.rst
712  CMP0066.rst
713  CMP0067.rst
714  CMP0068.rst
715  CMP0069.rst
716  CMP0070.rst
717  CMP0071.rst
718  CMP0072.rst
719  CMP0073.rst
720  CMP0074.rst
721  CMP0075.rst
722  CMP0076.rst
723  CMP0077.rst
724  CMP0078.rst
725  CMP0079.rst
726  CMP0080.rst
727  CMP0081.rst
728  CMP0082.rst
729  CMP0083.rst
730  CMP0084.rst
731  CMP0085.rst
732  CMP0086.rst
733  CMP0087.rst
734  CMP0088.rst
735  CMP0089.rst
736  CMP0090.rst
737  CMP0091.rst
738  CMP0092.rst
739  CMP0093.rst
740  CMP0094.rst
741  CMP0095.rst
742  CMP0096.rst
743  CMP0097.rst
744  CMP0098.rst
745  CMP0099.rst
746  CMP0100.rst
747  CMP0101.rst
748  CMP0102.rst
749  CMP0103.rst
750  CMP0104.rst
751  CMP0105.rst
752  CMP0106.rst
753  CMP0107.rst
754  CMP0108.rst
755  CMP0109.rst
756  CMP0110.rst
757  CMP0111.rst
758  CMP0112.rst
759  CMP0113.rst
760  CMP0114.rst
761  CMP0115.rst
762  CMP0116.rst
763  CMP0117.rst
764  CMP0118.rst
765  CMP0119.rst
766  CMP0120.rst
767  CMP0121.rst
768  CMP0122.rst
769  CMP0123.rst
770  CMP0124.rst
771  CMP0125.rst
772  CMP0126.rst
773  DEPRECATED.txt
774  DISALLOWED_COMMAND.txt
775 share/cmake/Help/prop_cache/
776  ADVANCED.rst
777  HELPSTRING.rst
778  MODIFIED.rst
779  STRINGS.rst
780  TYPE.rst
781  VALUE.rst
782 share/cmake/Help/prop_dir/
783  ADDITIONAL_CLEAN_FILES.rst
784  ADDITIONAL_MAKE_CLEAN_FILES.rst
785  BINARY_DIR.rst
786  BUILDSYSTEM_TARGETS.rst
787  CACHE_VARIABLES.rst
788  CLEAN_NO_CUSTOM.rst
789  CMAKE_CONFIGURE_DEPENDS.rst
790  COMPILE_DEFINITIONS.rst
791  COMPILE_DEFINITIONS_CONFIG.rst
792  COMPILE_OPTIONS.rst
793  DEFINITIONS.rst
794  EXCLUDE_FROM_ALL.rst
795  IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.rst
796  IMPORTED_TARGETS.rst
797  INCLUDE_DIRECTORIES.rst
798  INCLUDE_REGULAR_EXPRESSION.rst
799  INTERPROCEDURAL_OPTIMIZATION.rst
800  INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst
801  LABELS.rst
802  LINK_DIRECTORIES.rst
803  LINK_OPTIONS.rst
804  LISTFILE_STACK.rst
805  MACROS.rst
806  PARENT_DIRECTORY.rst
807  RULE_LAUNCH_COMPILE.rst
808  RULE_LAUNCH_CUSTOM.rst
809  RULE_LAUNCH_LINK.rst
810  SOURCE_DIR.rst
811  SUBDIRECTORIES.rst
812  TESTS.rst
813  TEST_INCLUDE_FILE.rst
814  TEST_INCLUDE_FILES.rst
815  VARIABLES.rst
816  VS_GLOBAL_SECTION_POST_section.rst
817  VS_GLOBAL_SECTION_PRE_section.rst
818  VS_STARTUP_PROJECT.rst
819 share/cmake/Help/prop_gbl/
820  ALLOW_DUPLICATE_CUSTOM_TARGETS.rst
821  AUTOGEN_SOURCE_GROUP.rst
822  AUTOGEN_TARGETS_FOLDER.rst
823  AUTOMOC_SOURCE_GROUP.rst
824  AUTOMOC_TARGETS_FOLDER.rst
825  AUTORCC_SOURCE_GROUP.rst
826  AUTOUIC_SOURCE_GROUP.rst
827  CMAKE_CUDA_KNOWN_FEATURES.rst
828  CMAKE_CXX_KNOWN_FEATURES.rst
829  CMAKE_C_KNOWN_FEATURES.rst
830  CMAKE_ROLE.rst
831  DEBUG_CONFIGURATIONS.rst
832  DISABLED_FEATURES.rst
833  ECLIPSE_EXTRA_CPROJECT_CONTENTS.rst
834  ECLIPSE_EXTRA_NATURES.rst
835  ENABLED_FEATURES.rst
836  ENABLED_LANGUAGES.rst
837  FIND_LIBRARY_USE_LIB32_PATHS.rst
838  FIND_LIBRARY_USE_LIB64_PATHS.rst
839  FIND_LIBRARY_USE_LIBX32_PATHS.rst
840  FIND_LIBRARY_USE_OPENBSD_VERSIONING.rst
841  GENERATOR_IS_MULTI_CONFIG.rst
842  GLOBAL_DEPENDS_DEBUG_MODE.rst
843  GLOBAL_DEPENDS_NO_CYCLES.rst
844  IN_TRY_COMPILE.rst
845  JOB_POOLS.rst
846  PACKAGES_FOUND.rst
847  PACKAGES_NOT_FOUND.rst
848  PREDEFINED_TARGETS_FOLDER.rst
849  REPORT_UNDEFINED_PROPERTIES.rst
850  RULE_LAUNCH_COMPILE.rst
851  RULE_LAUNCH_CUSTOM.rst
852  RULE_LAUNCH_LINK.rst
853  RULE_MESSAGES.rst
854  TARGET_ARCHIVES_MAY_BE_SHARED_LIBS.rst
855  TARGET_MESSAGES.rst
856  TARGET_SUPPORTS_SHARED_LIBS.rst
857  USE_FOLDERS.rst
858  XCODE_EMIT_EFFECTIVE_PLATFORM_NAME.rst
859 share/cmake/Help/prop_inst/
860  CPACK_DESKTOP_SHORTCUTS.rst
861  CPACK_NEVER_OVERWRITE.rst
862  CPACK_PERMANENT.rst
863  CPACK_STARTUP_SHORTCUTS.rst
864  CPACK_START_MENU_SHORTCUTS.rst
865  CPACK_WIX_ACL.rst
866 share/cmake/Help/prop_sf/
867  ABSTRACT.rst
868  AUTORCC_OPTIONS.rst
869  AUTOUIC_OPTIONS.rst
870  COMPILE_DEFINITIONS.rst
871  COMPILE_DEFINITIONS_CONFIG.rst
872  COMPILE_FLAGS.rst
873  COMPILE_OPTIONS.rst
874  EXTERNAL_OBJECT.rst
875  Fortran_FORMAT.rst
876  Fortran_PREPROCESS.rst
877  GENERATED.rst
878  HEADER_FILE_ONLY.rst
879  INCLUDE_DIRECTORIES.rst
880  KEEP_EXTENSION.rst
881  LABELS.rst
882  LANGUAGE.rst
883  LOCATION.rst
884  MACOSX_PACKAGE_LOCATION.rst
885  OBJECT_DEPENDS.rst
886  OBJECT_OUTPUTS.rst
887  SKIP_AUTOGEN.rst
888  SKIP_AUTOMOC.rst
889  SKIP_AUTORCC.rst
890  SKIP_AUTOUIC.rst
891  SKIP_PRECOMPILE_HEADERS.rst
892  SKIP_UNITY_BUILD_INCLUSION.rst
893  SYMBOLIC.rst
894  Swift_DEPENDENCIES_FILE.rst
895  Swift_DIAGNOSTICS_FILE.rst
896  UNITY_GROUP.rst
897  VS_COPY_TO_OUT_DIR.rst
898  VS_CSHARP_tagname.rst
899  VS_DEPLOYMENT_CONTENT.rst
900  VS_DEPLOYMENT_LOCATION.rst
901  VS_INCLUDE_IN_VSIX.rst
902  VS_RESOURCE_GENERATOR.rst
903  VS_SETTINGS.rst
904  VS_SHADER_DISABLE_OPTIMIZATIONS.rst
905  VS_SHADER_ENABLE_DEBUG.rst
906  VS_SHADER_ENTRYPOINT.rst
907  VS_SHADER_FLAGS.rst
908  VS_SHADER_MODEL.rst
909  VS_SHADER_OBJECT_FILE_NAME.rst
910  VS_SHADER_OUTPUT_HEADER_FILE.rst
911  VS_SHADER_TYPE.rst
912  VS_SHADER_VARIABLE_NAME.rst
913  VS_TOOL_OVERRIDE.rst
914  VS_XAML_TYPE.rst
915  WRAP_EXCLUDE.rst
916  XCODE_EXPLICIT_FILE_TYPE.rst
917  XCODE_FILE_ATTRIBUTES.rst
918  XCODE_LAST_KNOWN_FILE_TYPE.rst
919 share/cmake/Help/prop_test/
920  ATTACHED_FILES.rst
921  ATTACHED_FILES_ON_FAIL.rst
922  COST.rst
923  DEPENDS.rst
924  DISABLED.rst
925  ENVIRONMENT.rst
926  FAIL_REGULAR_EXPRESSION.rst
927  FIXTURES_CLEANUP.rst
928  FIXTURES_REQUIRED.rst
929  FIXTURES_SETUP.rst
930  LABELS.rst
931  MEASUREMENT.rst
932  PASS_REGULAR_EXPRESSION.rst
933  PROCESSORS.rst
934  PROCESSOR_AFFINITY.rst
935  REQUIRED_FILES.rst
936  RESOURCE_GROUPS.rst
937  RESOURCE_LOCK.rst
938  RUN_SERIAL.rst
939  SKIP_REGULAR_EXPRESSION.rst
940  SKIP_RETURN_CODE.rst
941  TIMEOUT.rst
942  TIMEOUT_AFTER_MATCH.rst
943  WILL_FAIL.rst
944  WORKING_DIRECTORY.rst
945 share/cmake/Help/prop_tgt/
946  ADDITIONAL_CLEAN_FILES.rst
947  AIX_EXPORT_ALL_SYMBOLS.rst
948  ALIASED_TARGET.rst
949  ALIAS_GLOBAL.rst
950  ANDROID_ANT_ADDITIONAL_OPTIONS.rst
951  ANDROID_API.rst
952  ANDROID_API_MIN.rst
953  ANDROID_ARCH.rst
954  ANDROID_ASSETS_DIRECTORIES.rst
955  ANDROID_GUI.rst
956  ANDROID_JAR_DEPENDENCIES.rst
957  ANDROID_JAR_DIRECTORIES.rst
958  ANDROID_JAVA_SOURCE_DIR.rst
959  ANDROID_NATIVE_LIB_DEPENDENCIES.rst
960  ANDROID_NATIVE_LIB_DIRECTORIES.rst
961  ANDROID_PROCESS_MAX.rst
962  ANDROID_PROGUARD.rst
963  ANDROID_PROGUARD_CONFIG_PATH.rst
964  ANDROID_SECURE_PROPS_PATH.rst
965  ANDROID_SKIP_ANT_STEP.rst
966  ANDROID_STL_TYPE.rst
967  ARCHIVE_OUTPUT_DIRECTORY.rst
968  ARCHIVE_OUTPUT_DIRECTORY_CONFIG.rst
969  ARCHIVE_OUTPUT_NAME.rst
970  ARCHIVE_OUTPUT_NAME_CONFIG.rst
971  AUTOGEN_BUILD_DIR.rst
972  AUTOGEN_ORIGIN_DEPENDS.rst
973  AUTOGEN_PARALLEL.rst
974  AUTOGEN_TARGET_DEPENDS.rst
975  AUTOMOC.rst
976  AUTOMOC_COMPILER_PREDEFINES.rst
977  AUTOMOC_DEPEND_FILTERS.rst
978  AUTOMOC_EXECUTABLE.rst
979  AUTOMOC_MACRO_NAMES.rst
980  AUTOMOC_MOC_OPTIONS.rst
981  AUTOMOC_PATH_PREFIX.rst
982  AUTORCC.rst
983  AUTORCC_EXECUTABLE.rst
984  AUTORCC_OPTIONS.rst
985  AUTOUIC.rst
986  AUTOUIC_EXECUTABLE.rst
987  AUTOUIC_OPTIONS.rst
988  AUTOUIC_SEARCH_PATHS.rst
989  BINARY_DIR.rst
990  BUILD_RPATH.rst
991  BUILD_RPATH_USE_ORIGIN.rst
992  BUILD_WITH_INSTALL_NAME_DIR.rst
993  BUILD_WITH_INSTALL_RPATH.rst
994  BUNDLE.rst
995  BUNDLE_EXTENSION.rst
996  COMMON_LANGUAGE_RUNTIME.rst
997  COMPATIBLE_INTERFACE_BOOL.rst
998  COMPATIBLE_INTERFACE_NUMBER_MAX.rst
999  COMPATIBLE_INTERFACE_NUMBER_MIN.rst
1000  COMPATIBLE_INTERFACE_STRING.rst
1001  COMPILE_DEFINITIONS.rst
1002  COMPILE_DEFINITIONS_CONFIG.rst
1003  COMPILE_FEATURES.rst
1004  COMPILE_FLAGS.rst
1005  COMPILE_OPTIONS.rst
1006  COMPILE_PDB_NAME.rst
1007  COMPILE_PDB_NAME_CONFIG.rst
1008  COMPILE_PDB_NOTE.txt
1009  COMPILE_PDB_OUTPUT_DIRECTORY.rst
1010  COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.rst
1011  CONFIG_OUTPUT_NAME.rst
1012  CONFIG_POSTFIX.rst
1013  CROSSCOMPILING_EMULATOR.rst
1014  CUDA_ARCHITECTURES.rst
1015  CUDA_EXTENSIONS.rst
1016  CUDA_PTX_COMPILATION.rst
1017  CUDA_RESOLVE_DEVICE_SYMBOLS.rst
1018  CUDA_RUNTIME_LIBRARY-VALUES.txt
1019  CUDA_RUNTIME_LIBRARY.rst
1020  CUDA_SEPARABLE_COMPILATION.rst
1021  CUDA_STANDARD.rst
1022  CUDA_STANDARD_REQUIRED.rst
1023  CXX_EXTENSIONS.rst
1024  CXX_STANDARD.rst
1025  CXX_STANDARD_REQUIRED.rst
1026  C_EXTENSIONS.rst
1027  C_STANDARD.rst
1028  C_STANDARD_REQUIRED.rst
1029  DEBUG_POSTFIX.rst
1030  DEFINE_SYMBOL.rst
1031  DEPLOYMENT_ADDITIONAL_FILES.rst
1032  DEPLOYMENT_REMOTE_DIRECTORY.rst
1033  DEPRECATION.rst
1034  DISABLE_PRECOMPILE_HEADERS.rst
1035  DOTNET_TARGET_FRAMEWORK.rst
1036  DOTNET_TARGET_FRAMEWORK_VERSION.rst
1037  ENABLE_EXPORTS.rst
1038  EXCLUDE_FROM_ALL.rst
1039  EXCLUDE_FROM_DEFAULT_BUILD.rst
1040  EXCLUDE_FROM_DEFAULT_BUILD_CONFIG.rst
1041  EXPORT_COMPILE_COMMANDS.rst
1042  EXPORT_NAME.rst
1043  EXPORT_PROPERTIES.rst
1044  EchoString.rst
1045  FOLDER.rst
1046  FRAMEWORK.rst
1047  FRAMEWORK_MULTI_CONFIG_POSTFIX_CONFIG.rst
1048  FRAMEWORK_VERSION.rst
1049  Fortran_FORMAT.rst
1050  Fortran_MODULE_DIRECTORY.rst
1051  Fortran_PREPROCESS.rst
1052  GENERATOR_FILE_NAME.rst
1053  GHS_INTEGRITY_APP.rst
1054  GHS_NO_SOURCE_GROUP_FILE.rst
1055  GNUtoMS.rst
1056  HAS_CXX.rst
1057  HIP_ARCHITECTURES.rst
1058  IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.rst
1059  IMPORTED.rst
1060  IMPORTED_COMMON_LANGUAGE_RUNTIME.rst
1061  IMPORTED_CONFIGURATIONS.rst
1062  IMPORTED_GLOBAL.rst
1063  IMPORTED_IMPLIB.rst
1064  IMPORTED_IMPLIB_CONFIG.rst
1065  IMPORTED_LIBNAME.rst
1066  IMPORTED_LIBNAME_CONFIG.rst
1067  IMPORTED_LINK_DEPENDENT_LIBRARIES.rst
1068  IMPORTED_LINK_DEPENDENT_LIBRARIES_CONFIG.rst
1069  IMPORTED_LINK_INTERFACE_LANGUAGES.rst
1070  IMPORTED_LINK_INTERFACE_LANGUAGES_CONFIG.rst
1071  IMPORTED_LINK_INTERFACE_LIBRARIES.rst
1072  IMPORTED_LINK_INTERFACE_LIBRARIES_CONFIG.rst
1073  IMPORTED_LINK_INTERFACE_MULTIPLICITY.rst
1074  IMPORTED_LINK_INTERFACE_MULTIPLICITY_CONFIG.rst
1075  IMPORTED_LOCATION.rst
1076  IMPORTED_LOCATION_CONFIG.rst
1077  IMPORTED_NO_SONAME.rst
1078  IMPORTED_NO_SONAME_CONFIG.rst
1079  IMPORTED_OBJECTS.rst
1080  IMPORTED_OBJECTS_CONFIG.rst
1081  IMPORTED_SONAME.rst
1082  IMPORTED_SONAME_CONFIG.rst
1083  IMPORT_PREFIX.rst
1084  IMPORT_SUFFIX.rst
1085  INCLUDE_DIRECTORIES.rst
1086  INSTALL_NAME_DIR.rst
1087  INSTALL_REMOVE_ENVIRONMENT_RPATH.rst
1088  INSTALL_RPATH.rst
1089  INSTALL_RPATH_USE_LINK_PATH.rst
1090  INTERFACE_AUTOUIC_OPTIONS.rst
1091  INTERFACE_BUILD_PROPERTY.txt
1092  INTERFACE_COMPILE_DEFINITIONS.rst
1093  INTERFACE_COMPILE_FEATURES.rst
1094  INTERFACE_COMPILE_OPTIONS.rst
1095  INTERFACE_INCLUDE_DIRECTORIES.rst
1096  INTERFACE_LINK_DEPENDS.rst
1097  INTERFACE_LINK_DIRECTORIES.rst
1098  INTERFACE_LINK_LIBRARIES.rst
1099  INTERFACE_LINK_OPTIONS.rst
1100  INTERFACE_POSITION_INDEPENDENT_CODE.rst
1101  INTERFACE_PRECOMPILE_HEADERS.rst
1102  INTERFACE_SOURCES.rst
1103  INTERFACE_SYSTEM_INCLUDE_DIRECTORIES.rst
1104  INTERPROCEDURAL_OPTIMIZATION.rst
1105  INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst
1106  IOS_INSTALL_COMBINED.rst
1107  ISPC_HEADER_DIRECTORY.rst
1108  ISPC_HEADER_SUFFIX.rst
1109  ISPC_INSTRUCTION_SETS.rst
1110  JOB_POOL_COMPILE.rst
1111  JOB_POOL_LINK.rst
1112  JOB_POOL_PRECOMPILE_HEADER.rst
1113  LABELS.rst
1114  LANG_CLANG_TIDY.rst
1115  LANG_COMPILER_LAUNCHER.rst
1116  LANG_CPPCHECK.rst
1117  LANG_CPPLINT.rst
1118  LANG_INCLUDE_WHAT_YOU_USE.rst
1119  LANG_LINKER_LAUNCHER.rst
1120  LANG_VISIBILITY_PRESET.rst
1121  LIBRARY_OUTPUT_DIRECTORY.rst
1122  LIBRARY_OUTPUT_DIRECTORY_CONFIG.rst
1123  LIBRARY_OUTPUT_NAME.rst
1124  LIBRARY_OUTPUT_NAME_CONFIG.rst
1125  LINKER_LANGUAGE.rst
1126  LINK_DEPENDS.rst
1127  LINK_DEPENDS_NO_SHARED.rst
1128  LINK_DIRECTORIES.rst
1129  LINK_FLAGS.rst
1130  LINK_FLAGS_CONFIG.rst
1131  LINK_INTERFACE_LIBRARIES.rst
1132  LINK_INTERFACE_LIBRARIES_CONFIG.rst
1133  LINK_INTERFACE_MULTIPLICITY.rst
1134  LINK_INTERFACE_MULTIPLICITY_CONFIG.rst
1135  LINK_LIBRARIES.rst
1136  LINK_LIBRARIES_INDIRECTION.txt
1137  LINK_OPTIONS.rst
1138  LINK_SEARCH_END_STATIC.rst
1139  LINK_SEARCH_START_STATIC.rst
1140  LINK_WHAT_YOU_USE.rst
1141  LOCATION.rst
1142  LOCATION_CONFIG.rst
1143  MACHO_COMPATIBILITY_VERSION.rst
1144  MACHO_CURRENT_VERSION.rst
1145  MACOSX_BUNDLE.rst
1146  MACOSX_BUNDLE_INFO_PLIST.rst
1147  MACOSX_FRAMEWORK_INFO_PLIST.rst
1148  MACOSX_RPATH.rst
1149  MANUALLY_ADDED_DEPENDENCIES.rst
1150  MAP_IMPORTED_CONFIG_CONFIG.rst
1151  MSVC_RUNTIME_LIBRARY-VALUES.txt
1152  MSVC_RUNTIME_LIBRARY.rst
1153  NAME.rst
1154  NO_SONAME.rst
1155  NO_SYSTEM_FROM_IMPORTED.rst
1156  OBJCXX_EXTENSIONS.rst
1157  OBJCXX_STANDARD.rst
1158  OBJCXX_STANDARD_REQUIRED.rst
1159  OBJC_EXTENSIONS.rst
1160  OBJC_STANDARD.rst
1161  OBJC_STANDARD_REQUIRED.rst
1162  OPTIMIZE_DEPENDENCIES.rst
1163  OSX_ARCHITECTURES.rst
1164  OSX_ARCHITECTURES_CONFIG.rst
1165  OUTPUT_NAME.rst
1166  OUTPUT_NAME_CONFIG.rst
1167  PCH_INSTANTIATE_TEMPLATES.rst
1168  PCH_WARN_INVALID.rst
1169  PDB_NAME.rst
1170  PDB_NAME_CONFIG.rst
1171  PDB_NOTE.txt
1172  PDB_OUTPUT_DIRECTORY.rst
1173  PDB_OUTPUT_DIRECTORY_CONFIG.rst
1174  POSITION_INDEPENDENT_CODE.rst
1175  POST_INSTALL_SCRIPT.rst
1176  PRECOMPILE_HEADERS.rst
1177  PRECOMPILE_HEADERS_REUSE_FROM.rst
1178  PREFIX.rst
1179  PRE_INSTALL_SCRIPT.rst
1180  PRIVATE_HEADER.rst
1181  PROJECT_LABEL.rst
1182  PUBLIC_HEADER.rst
1183  RESOURCE.rst
1184  RULE_LAUNCH_COMPILE.rst
1185  RULE_LAUNCH_CUSTOM.rst
1186  RULE_LAUNCH_LINK.rst
1187  RUNTIME_OUTPUT_DIRECTORY.rst
1188  RUNTIME_OUTPUT_DIRECTORY_CONFIG.rst
1189  RUNTIME_OUTPUT_NAME.rst
1190  RUNTIME_OUTPUT_NAME_CONFIG.rst
1191  SKIP_BUILD_RPATH.rst
1192  SOURCES.rst
1193  SOURCE_DIR.rst
1194  SOVERSION.rst
1195  STATIC_LIBRARY_FLAGS.rst
1196  STATIC_LIBRARY_FLAGS_CONFIG.rst
1197  STATIC_LIBRARY_OPTIONS.rst
1198  SUFFIX.rst
1199  Swift_DEPENDENCIES_FILE.rst
1200  Swift_LANGUAGE_VERSION.rst
1201  Swift_MODULE_DIRECTORY.rst
1202  Swift_MODULE_NAME.rst
1203  TYPE.rst
1204  UNITY_BUILD.rst
1205  UNITY_BUILD_BATCH_SIZE.rst
1206  UNITY_BUILD_CODE_AFTER_INCLUDE.rst
1207  UNITY_BUILD_CODE_BEFORE_INCLUDE.rst
1208  UNITY_BUILD_MODE.rst
1209  UNITY_BUILD_UNIQUE_ID.rst
1210  VERSION.rst
1211  VISIBILITY_INLINES_HIDDEN.rst
1212  VS_CONFIGURATION_TYPE.rst
1213  VS_DEBUGGER_COMMAND.rst
1214  VS_DEBUGGER_COMMAND_ARGUMENTS.rst
1215  VS_DEBUGGER_ENVIRONMENT.rst
1216  VS_DEBUGGER_WORKING_DIRECTORY.rst
1217  VS_DESKTOP_EXTENSIONS_VERSION.rst
1218  VS_DOTNET_DOCUMENTATION_FILE.rst
1219  VS_DOTNET_REFERENCEPROP_refname_TAG_tagname.rst
1220  VS_DOTNET_REFERENCES.rst
1221  VS_DOTNET_REFERENCES_COPY_LOCAL.rst
1222  VS_DOTNET_REFERENCE_refname.rst
1223  VS_DOTNET_TARGET_FRAMEWORK_VERSION.rst
1224  VS_DPI_AWARE.rst
1225  VS_GLOBAL_KEYWORD.rst
1226  VS_GLOBAL_PROJECT_TYPES.rst
1227  VS_GLOBAL_ROOTNAMESPACE.rst
1228  VS_GLOBAL_variable.rst
1229  VS_IOT_EXTENSIONS_VERSION.rst
1230  VS_IOT_STARTUP_TASK.rst
1231  VS_JUST_MY_CODE_DEBUGGING.rst
1232  VS_KEYWORD.rst
1233  VS_MOBILE_EXTENSIONS_VERSION.rst
1234  VS_NO_SOLUTION_DEPLOY.rst
1235  VS_PACKAGE_REFERENCES.rst
1236  VS_PLATFORM_TOOLSET.rst
1237  VS_PROJECT_IMPORT.rst
1238  VS_SCC_AUXPATH.rst
1239  VS_SCC_LOCALPATH.rst
1240  VS_SCC_PROJECTNAME.rst
1241  VS_SCC_PROVIDER.rst
1242  VS_SDK_REFERENCES.rst
1243  VS_SOLUTION_DEPLOY.rst
1244  VS_SOURCE_SETTINGS_tool.rst
1245  VS_USER_PROPS.rst
1246  VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION.rst
1247  VS_WINRT_COMPONENT.rst
1248  VS_WINRT_EXTENSIONS.rst
1249  VS_WINRT_REFERENCES.rst
1250  WIN32_EXECUTABLE.rst
1251  WINDOWS_EXPORT_ALL_SYMBOLS.rst
1252  XCODE_ATTRIBUTE_an-attribute.rst
1253  XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY.rst
1254  XCODE_EMBED_FRAMEWORKS_REMOVE_HEADERS_ON_COPY.rst
1255  XCODE_EMBED_type.rst
1256  XCODE_EMBED_type_CODE_SIGN_ON_COPY.rst
1257  XCODE_EMBED_type_PATH.rst
1258  XCODE_EMBED_type_REMOVE_HEADERS_ON_COPY.rst
1259  XCODE_EXPLICIT_FILE_TYPE.rst
1260  XCODE_GENERATE_SCHEME.rst
1261  XCODE_LINK_BUILD_PHASE_MODE.rst
1262  XCODE_PRODUCT_TYPE.rst
1263  XCODE_SCHEME_ADDRESS_SANITIZER.rst
1264  XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN.rst
1265  XCODE_SCHEME_ARGUMENTS.rst
1266  XCODE_SCHEME_DEBUG_AS_ROOT.rst
1267  XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING.rst
1268  XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER.rst
1269  XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS.rst
1270  XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE.rst
1271  XCODE_SCHEME_ENVIRONMENT.rst
1272  XCODE_SCHEME_EXECUTABLE.rst
1273  XCODE_SCHEME_GUARD_MALLOC.rst
1274  XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP.rst
1275  XCODE_SCHEME_MALLOC_GUARD_EDGES.rst
1276  XCODE_SCHEME_MALLOC_SCRIBBLE.rst
1277  XCODE_SCHEME_MALLOC_STACK.rst
1278  XCODE_SCHEME_THREAD_SANITIZER.rst
1279  XCODE_SCHEME_THREAD_SANITIZER_STOP.rst
1280  XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER.rst
1281  XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP.rst
1282  XCODE_SCHEME_WORKING_DIRECTORY.rst
1283  XCODE_SCHEME_ZOMBIE_OBJECTS.rst
1284  XCTEST.rst
1285  XXX_OUTPUT_DIRECTORY.txt
1286  XXX_OUTPUT_NAME.txt
1287 share/cmake/Help/release/
1288  3.0.rst
1289  3.1.rst
1290  3.10.rst
1291  3.11.rst
1292  3.12.rst
1293  3.13.rst
1294  3.14.rst
1295  3.15.rst
1296  3.16.rst
1297  3.17.rst
1298  3.18.rst
1299  3.19.rst
1300  3.2.rst
1301  3.20.rst
1302  3.21.rst
1303  3.3.rst
1304  3.4.rst
1305  3.5.rst
1306  3.6.rst
1307  3.7.rst
1308  3.8.rst
1309  3.9.rst
1310  dev.txt
1311  index.rst
1312 share/cmake/Help/variable/
1313  ANDROID.rst
1314  APPLE.rst
1315  BORLAND.rst
1316  BUILD_SHARED_LIBS.rst
1317  CACHE.rst
1318  CMAKE_ABSOLUTE_DESTINATION_FILES.rst
1319  CMAKE_AIX_EXPORT_ALL_SYMBOLS.rst
1320  CMAKE_ANDROID_ANT_ADDITIONAL_OPTIONS.rst
1321  CMAKE_ANDROID_API.rst
1322  CMAKE_ANDROID_API_MIN.rst
1323  CMAKE_ANDROID_ARCH.rst
1324  CMAKE_ANDROID_ARCH_ABI.rst
1325  CMAKE_ANDROID_ARM_MODE.rst
1326  CMAKE_ANDROID_ARM_NEON.rst
1327  CMAKE_ANDROID_ASSETS_DIRECTORIES.rst
1328  CMAKE_ANDROID_EXCEPTIONS.rst
1329  CMAKE_ANDROID_GUI.rst
1330  CMAKE_ANDROID_JAR_DEPENDENCIES.rst
1331  CMAKE_ANDROID_JAR_DIRECTORIES.rst
1332  CMAKE_ANDROID_JAVA_SOURCE_DIR.rst
1333  CMAKE_ANDROID_NATIVE_LIB_DEPENDENCIES.rst
1334  CMAKE_ANDROID_NATIVE_LIB_DIRECTORIES.rst
1335  CMAKE_ANDROID_NDK.rst
1336  CMAKE_ANDROID_NDK_DEPRECATED_HEADERS.rst
1337  CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG.rst
1338  CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION.rst
1339  CMAKE_ANDROID_NDK_VERSION.rst
1340  CMAKE_ANDROID_PROCESS_MAX.rst
1341  CMAKE_ANDROID_PROGUARD.rst
1342  CMAKE_ANDROID_PROGUARD_CONFIG_PATH.rst
1343  CMAKE_ANDROID_RTTI.rst
1344  CMAKE_ANDROID_SECURE_PROPS_PATH.rst
1345  CMAKE_ANDROID_SKIP_ANT_STEP.rst
1346  CMAKE_ANDROID_STANDALONE_TOOLCHAIN.rst
1347  CMAKE_ANDROID_STL_TYPE.rst
1348  CMAKE_APPBUNDLE_PATH.rst
1349  CMAKE_APPLE_SILICON_PROCESSOR.rst
1350  CMAKE_AR.rst
1351  CMAKE_ARCHIVE_OUTPUT_DIRECTORY.rst
1352  CMAKE_ARCHIVE_OUTPUT_DIRECTORY_CONFIG.rst
1353  CMAKE_ARGC.rst
1354  CMAKE_ARGV0.rst
1355  CMAKE_AUTOGEN_ORIGIN_DEPENDS.rst
1356  CMAKE_AUTOGEN_PARALLEL.rst
1357  CMAKE_AUTOGEN_VERBOSE.rst
1358  CMAKE_AUTOMOC.rst
1359  CMAKE_AUTOMOC_COMPILER_PREDEFINES.rst
1360  CMAKE_AUTOMOC_DEPEND_FILTERS.rst
1361  CMAKE_AUTOMOC_MACRO_NAMES.rst
1362  CMAKE_AUTOMOC_MOC_OPTIONS.rst
1363  CMAKE_AUTOMOC_PATH_PREFIX.rst
1364  CMAKE_AUTOMOC_RELAXED_MODE.rst
1365  CMAKE_AUTORCC.rst
1366  CMAKE_AUTORCC_OPTIONS.rst
1367  CMAKE_AUTOUIC.rst
1368  CMAKE_AUTOUIC_OPTIONS.rst
1369  CMAKE_AUTOUIC_SEARCH_PATHS.rst
1370  CMAKE_BACKWARDS_COMPATIBILITY.rst
1371  CMAKE_BINARY_DIR.rst
1372  CMAKE_BUILD_RPATH.rst
1373  CMAKE_BUILD_RPATH_USE_ORIGIN.rst
1374  CMAKE_BUILD_TOOL.rst
1375  CMAKE_BUILD_TYPE.rst
1376  CMAKE_BUILD_WITH_INSTALL_NAME_DIR.rst
1377  CMAKE_BUILD_WITH_INSTALL_RPATH.rst
1378  CMAKE_CACHEFILE_DIR.rst
1379  CMAKE_CACHE_MAJOR_VERSION.rst
1380  CMAKE_CACHE_MINOR_VERSION.rst
1381  CMAKE_CACHE_PATCH_VERSION.rst
1382  CMAKE_CFG_INTDIR.rst
1383  CMAKE_CLANG_VFS_OVERLAY.rst
1384  CMAKE_CL_64.rst
1385  CMAKE_CODEBLOCKS_COMPILER_ID.rst
1386  CMAKE_CODEBLOCKS_EXCLUDE_EXTERNAL_FILES.rst
1387  CMAKE_CODELITE_USE_TARGETS.rst
1388  CMAKE_COLOR_MAKEFILE.rst
1389  CMAKE_COMMAND.rst
1390  CMAKE_COMPILER_2005.rst
1391  CMAKE_COMPILER_IS_GNUCC.rst
1392  CMAKE_COMPILER_IS_GNUCXX.rst
1393  CMAKE_COMPILER_IS_GNUG77.rst
1394  CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY.rst
1395  CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.rst
1396  CMAKE_CONFIGURATION_TYPES.rst
1397  CMAKE_CONFIG_POSTFIX.rst
1398  CMAKE_CPACK_COMMAND.rst
1399  CMAKE_CROSSCOMPILING.rst
1400  CMAKE_CROSSCOMPILING_EMULATOR.rst
1401  CMAKE_CROSS_CONFIGS.rst
1402  CMAKE_CTEST_ARGUMENTS.rst
1403  CMAKE_CTEST_COMMAND.rst
1404  CMAKE_CUDA_ARCHITECTURES.rst
1405  CMAKE_CUDA_COMPILE_FEATURES.rst
1406  CMAKE_CUDA_EXTENSIONS.rst
1407  CMAKE_CUDA_HOST_COMPILER.rst
1408  CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS.rst
1409  CMAKE_CUDA_RUNTIME_LIBRARY.rst
1410  CMAKE_CUDA_SEPARABLE_COMPILATION.rst
1411  CMAKE_CUDA_STANDARD.rst
1412  CMAKE_CUDA_STANDARD_REQUIRED.rst
1413  CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES.rst
1414  CMAKE_CURRENT_BINARY_DIR.rst
1415  CMAKE_CURRENT_FUNCTION.rst
1416  CMAKE_CURRENT_FUNCTION_LIST_DIR.rst
1417  CMAKE_CURRENT_FUNCTION_LIST_FILE.rst
1418  CMAKE_CURRENT_FUNCTION_LIST_LINE.rst
1419  CMAKE_CURRENT_LIST_DIR.rst
1420  CMAKE_CURRENT_LIST_FILE.rst
1421  CMAKE_CURRENT_LIST_LINE.rst
1422  CMAKE_CURRENT_SOURCE_DIR.rst
1423  CMAKE_CXX_COMPILE_FEATURES.rst
1424  CMAKE_CXX_EXTENSIONS.rst
1425  CMAKE_CXX_STANDARD.rst
1426  CMAKE_CXX_STANDARD_REQUIRED.rst
1427  CMAKE_C_COMPILE_FEATURES.rst
1428  CMAKE_C_EXTENSIONS.rst
1429  CMAKE_C_STANDARD.rst
1430  CMAKE_C_STANDARD_REQUIRED.rst
1431  CMAKE_DEBUG_POSTFIX.rst
1432  CMAKE_DEBUG_TARGET_PROPERTIES.rst
1433  CMAKE_DEFAULT_BUILD_TYPE.rst
1434  CMAKE_DEFAULT_CONFIGS.rst
1435  CMAKE_DEPENDS_IN_PROJECT_ONLY.rst
1436  CMAKE_DEPENDS_USE_COMPILER.rst
1437  CMAKE_DIRECTORY_LABELS.rst
1438  CMAKE_DISABLE_FIND_PACKAGE_PackageName.rst
1439  CMAKE_DISABLE_PRECOMPILE_HEADERS.rst
1440  CMAKE_DL_LIBS.rst
1441  CMAKE_DOTNET_TARGET_FRAMEWORK.rst
1442  CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION.rst
1443  CMAKE_ECLIPSE_GENERATE_LINKED_RESOURCES.rst
1444  CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT.rst
1445  CMAKE_ECLIPSE_MAKE_ARGUMENTS.rst
1446  CMAKE_ECLIPSE_RESOURCE_ENCODING.rst
1447  CMAKE_ECLIPSE_VERSION.rst
1448  CMAKE_EDIT_COMMAND.rst
1449  CMAKE_ENABLE_EXPORTS.rst
1450  CMAKE_ERROR_DEPRECATED.rst
1451  CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION.rst
1452  CMAKE_EXECUTABLE_SUFFIX.rst
1453  CMAKE_EXECUTE_PROCESS_COMMAND_ECHO.rst
1454  CMAKE_EXE_LINKER_FLAGS.rst
1455  CMAKE_EXE_LINKER_FLAGS_CONFIG.rst
1456  CMAKE_EXE_LINKER_FLAGS_CONFIG_INIT.rst
1457  CMAKE_EXE_LINKER_FLAGS_INIT.rst
1458  CMAKE_EXPORT_COMPILE_COMMANDS.rst
1459  CMAKE_EXPORT_NO_PACKAGE_REGISTRY.rst
1460  CMAKE_EXPORT_PACKAGE_REGISTRY.rst
1461  CMAKE_EXTRA_GENERATOR.rst
1462  CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES.rst
1463  CMAKE_FIND_APPBUNDLE.rst
1464  CMAKE_FIND_DEBUG_MODE.rst
1465  CMAKE_FIND_FRAMEWORK.rst
1466  CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX.rst
1467  CMAKE_FIND_LIBRARY_PREFIXES.rst
1468  CMAKE_FIND_LIBRARY_SUFFIXES.rst
1469  CMAKE_FIND_NO_INSTALL_PREFIX.rst
1470  CMAKE_FIND_PACKAGE_NAME.rst
1471  CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY.rst
1472  CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY.rst
1473  CMAKE_FIND_PACKAGE_PREFER_CONFIG.rst
1474  CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS.rst
1475  CMAKE_FIND_PACKAGE_SORT_DIRECTION.rst
1476  CMAKE_FIND_PACKAGE_SORT_ORDER.rst
1477  CMAKE_FIND_PACKAGE_WARN_NO_MODULE.rst
1478  CMAKE_FIND_ROOT_PATH.rst
1479  CMAKE_FIND_ROOT_PATH_MODE_INCLUDE.rst
1480  CMAKE_FIND_ROOT_PATH_MODE_LIBRARY.rst
1481  CMAKE_FIND_ROOT_PATH_MODE_PACKAGE.rst
1482  CMAKE_FIND_ROOT_PATH_MODE_PROGRAM.rst
1483  CMAKE_FIND_ROOT_PATH_MODE_XXX.txt
1484  CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH.rst
1485  CMAKE_FIND_USE_CMAKE_PATH.rst
1486  CMAKE_FIND_USE_CMAKE_SYSTEM_PATH.rst
1487  CMAKE_FIND_USE_PACKAGE_REGISTRY.rst
1488  CMAKE_FIND_USE_PACKAGE_ROOT_PATH.rst
1489  CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH.rst
1490  CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY.rst
1491  CMAKE_FOLDER.rst
1492  CMAKE_FRAMEWORK.rst
1493  CMAKE_FRAMEWORK_MULTI_CONFIG_POSTFIX_CONFIG.rst
1494  CMAKE_FRAMEWORK_PATH.rst
1495  CMAKE_Fortran_FORMAT.rst
1496  CMAKE_Fortran_MODDIR_DEFAULT.rst
1497  CMAKE_Fortran_MODDIR_FLAG.rst
1498  CMAKE_Fortran_MODOUT_FLAG.rst
1499  CMAKE_Fortran_MODULE_DIRECTORY.rst
1500  CMAKE_Fortran_PREPROCESS.rst
1501  CMAKE_GENERATOR.rst
1502  CMAKE_GENERATOR_INSTANCE.rst
1503  CMAKE_GENERATOR_PLATFORM.rst
1504  CMAKE_GENERATOR_TOOLSET.rst
1505  CMAKE_GHS_NO_SOURCE_GROUP_FILE.rst
1506  CMAKE_GLOBAL_AUTOGEN_TARGET.rst
1507  CMAKE_GLOBAL_AUTOGEN_TARGET_NAME.rst
1508  CMAKE_GLOBAL_AUTORCC_TARGET.rst
1509  CMAKE_GLOBAL_AUTORCC_TARGET_NAME.rst
1510  CMAKE_GNUtoMS.rst
1511  CMAKE_HIP_ARCHITECTURES.rst
1512  CMAKE_HOME_DIRECTORY.rst
1513  CMAKE_HOST_APPLE.rst
1514  CMAKE_HOST_SOLARIS.rst
1515  CMAKE_HOST_SYSTEM.rst
1516  CMAKE_HOST_SYSTEM_NAME.rst
1517  CMAKE_HOST_SYSTEM_PROCESSOR.rst
1518  CMAKE_HOST_SYSTEM_VERSION.rst
1519  CMAKE_HOST_UNIX.rst
1520  CMAKE_HOST_WIN32.rst
1521  CMAKE_IGNORE_PATH.rst
1522  CMAKE_IMPORT_LIBRARY_PREFIX.rst
1523  CMAKE_IMPORT_LIBRARY_SUFFIX.rst
1524  CMAKE_INCLUDE_CURRENT_DIR.rst
1525  CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE.rst
1526  CMAKE_INCLUDE_DIRECTORIES_BEFORE.rst
1527  CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE.rst
1528  CMAKE_INCLUDE_PATH.rst
1529  CMAKE_INSTALL_DEFAULT_COMPONENT_NAME.rst
1530  CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS.rst
1531  CMAKE_INSTALL_MESSAGE.rst
1532  CMAKE_INSTALL_NAME_DIR.rst
1533  CMAKE_INSTALL_PREFIX.rst
1534  CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT.rst
1535  CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH.rst
1536  CMAKE_INSTALL_RPATH.rst
1537  CMAKE_INSTALL_RPATH_USE_LINK_PATH.rst
1538  CMAKE_INTERNAL_PLATFORM_ABI.rst
1539  CMAKE_INTERPROCEDURAL_OPTIMIZATION.rst
1540  CMAKE_INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst
1541  CMAKE_IOS_INSTALL_COMBINED.rst
1542  CMAKE_ISPC_HEADER_DIRECTORY.rst
1543  CMAKE_ISPC_HEADER_SUFFIX.rst
1544  CMAKE_ISPC_INSTRUCTION_SETS.rst
1545  CMAKE_JOB_POOLS.rst
1546  CMAKE_JOB_POOL_COMPILE.rst
1547  CMAKE_JOB_POOL_LINK.rst
1548  CMAKE_JOB_POOL_PRECOMPILE_HEADER.rst
1549  CMAKE_LANG_ANDROID_TOOLCHAIN_MACHINE.rst
1550  CMAKE_LANG_ANDROID_TOOLCHAIN_PREFIX.rst
1551  CMAKE_LANG_ANDROID_TOOLCHAIN_SUFFIX.rst
1552  CMAKE_LANG_ARCHIVE_APPEND.rst
1553  CMAKE_LANG_ARCHIVE_CREATE.rst
1554  CMAKE_LANG_ARCHIVE_FINISH.rst
1555  CMAKE_LANG_BYTE_ORDER.rst
1556  CMAKE_LANG_CLANG_TIDY.rst
1557  CMAKE_LANG_COMPILER.rst
1558  CMAKE_LANG_COMPILER_ABI.rst
1559  CMAKE_LANG_COMPILER_AR.rst
1560  CMAKE_LANG_COMPILER_ARCHITECTURE_ID.rst
1561  CMAKE_LANG_COMPILER_EXTERNAL_TOOLCHAIN.rst
1562  CMAKE_LANG_COMPILER_ID.rst
1563  CMAKE_LANG_COMPILER_LAUNCHER.rst
1564  CMAKE_LANG_COMPILER_LOADED.rst
1565  CMAKE_LANG_COMPILER_PREDEFINES_COMMAND.rst
1566  CMAKE_LANG_COMPILER_RANLIB.rst
1567  CMAKE_LANG_COMPILER_TARGET.rst
1568  CMAKE_LANG_COMPILER_VERSION.rst
1569  CMAKE_LANG_COMPILER_VERSION_INTERNAL.rst
1570  CMAKE_LANG_COMPILE_OBJECT.rst
1571  CMAKE_LANG_CPPCHECK.rst
1572  CMAKE_LANG_CPPLINT.rst
1573  CMAKE_LANG_CREATE_SHARED_LIBRARY.rst
1574  CMAKE_LANG_CREATE_SHARED_MODULE.rst
1575  CMAKE_LANG_CREATE_STATIC_LIBRARY.rst
1576  CMAKE_LANG_FLAGS.rst
1577  CMAKE_LANG_FLAGS_CONFIG.rst
1578  CMAKE_LANG_FLAGS_CONFIG_INIT.rst
1579  CMAKE_LANG_FLAGS_DEBUG.rst
1580  CMAKE_LANG_FLAGS_DEBUG_INIT.rst
1581  CMAKE_LANG_FLAGS_INIT.rst
1582  CMAKE_LANG_FLAGS_MINSIZEREL.rst
1583  CMAKE_LANG_FLAGS_MINSIZEREL_INIT.rst
1584  CMAKE_LANG_FLAGS_RELEASE.rst
1585  CMAKE_LANG_FLAGS_RELEASE_INIT.rst
1586  CMAKE_LANG_FLAGS_RELWITHDEBINFO.rst
1587  CMAKE_LANG_FLAGS_RELWITHDEBINFO_INIT.rst
1588  CMAKE_LANG_IGNORE_EXTENSIONS.rst
1589  CMAKE_LANG_IMPLICIT_INCLUDE_DIRECTORIES.rst
1590  CMAKE_LANG_IMPLICIT_LINK_DIRECTORIES.rst
1591  CMAKE_LANG_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES.rst
1592  CMAKE_LANG_IMPLICIT_LINK_LIBRARIES.rst
1593  CMAKE_LANG_INCLUDE_WHAT_YOU_USE.rst
1594  CMAKE_LANG_LIBRARY_ARCHITECTURE.rst
1595  CMAKE_LANG_LINKER_LAUNCHER.rst
1596  CMAKE_LANG_LINKER_PREFERENCE.rst
1597  CMAKE_LANG_LINKER_PREFERENCE_PROPAGATES.rst
1598  CMAKE_LANG_LINKER_WRAPPER_FLAG.rst
1599  CMAKE_LANG_LINKER_WRAPPER_FLAG_SEP.rst
1600  CMAKE_LANG_LINK_EXECUTABLE.rst
1601  CMAKE_LANG_LINK_LIBRARY_FILE_FLAG.rst
1602  CMAKE_LANG_LINK_LIBRARY_FLAG.rst
1603  CMAKE_LANG_LINK_LIBRARY_SUFFIX.rst
1604  CMAKE_LANG_OUTPUT_EXTENSION.rst
1605  CMAKE_LANG_PLATFORM_ID.rst
1606  CMAKE_LANG_SIMULATE_ID.rst
1607  CMAKE_LANG_SIMULATE_VERSION.rst
1608  CMAKE_LANG_SIZEOF_DATA_PTR.rst
1609  CMAKE_LANG_SOURCE_FILE_EXTENSIONS.rst
1610  CMAKE_LANG_STANDARD_INCLUDE_DIRECTORIES.rst
1611  CMAKE_LANG_STANDARD_LIBRARIES.rst
1612  CMAKE_LANG_VISIBILITY_PRESET.rst
1613  CMAKE_LIBRARY_ARCHITECTURE.rst
1614  CMAKE_LIBRARY_ARCHITECTURE_REGEX.rst
1615  CMAKE_LIBRARY_OUTPUT_DIRECTORY.rst
1616  CMAKE_LIBRARY_OUTPUT_DIRECTORY_CONFIG.rst
1617  CMAKE_LIBRARY_PATH.rst
1618  CMAKE_LIBRARY_PATH_FLAG.rst
1619  CMAKE_LINK_DEF_FILE_FLAG.rst
1620  CMAKE_LINK_DEPENDS_NO_SHARED.rst
1621  CMAKE_LINK_DIRECTORIES_BEFORE.rst
1622  CMAKE_LINK_INTERFACE_LIBRARIES.rst
1623  CMAKE_LINK_LIBRARY_FILE_FLAG.rst
1624  CMAKE_LINK_LIBRARY_FLAG.rst
1625  CMAKE_LINK_LIBRARY_SUFFIX.rst
1626  CMAKE_LINK_SEARCH_END_STATIC.rst
1627  CMAKE_LINK_SEARCH_START_STATIC.rst
1628  CMAKE_LINK_WHAT_YOU_USE.rst
1629  CMAKE_MACOSX_BUNDLE.rst
1630  CMAKE_MACOSX_RPATH.rst
1631  CMAKE_MAJOR_VERSION.rst
1632  CMAKE_MAKE_PROGRAM.rst
1633  CMAKE_MAP_IMPORTED_CONFIG_CONFIG.rst
1634  CMAKE_MATCH_COUNT.rst
1635  CMAKE_MATCH_n.rst
1636  CMAKE_MAXIMUM_RECURSION_DEPTH.rst
1637  CMAKE_MESSAGE_CONTEXT.rst
1638  CMAKE_MESSAGE_CONTEXT_SHOW.rst
1639  CMAKE_MESSAGE_INDENT.rst
1640  CMAKE_MESSAGE_LOG_LEVEL.rst
1641  CMAKE_MFC_FLAG.rst
1642  CMAKE_MINIMUM_REQUIRED_VERSION.rst
1643  CMAKE_MINOR_VERSION.rst
1644  CMAKE_MODULE_LINKER_FLAGS.rst
1645  CMAKE_MODULE_LINKER_FLAGS_CONFIG.rst
1646  CMAKE_MODULE_LINKER_FLAGS_CONFIG_INIT.rst
1647  CMAKE_MODULE_LINKER_FLAGS_INIT.rst
1648  CMAKE_MODULE_PATH.rst
1649  CMAKE_MSVCIDE_RUN_PATH.rst
1650  CMAKE_MSVC_RUNTIME_LIBRARY.rst
1651  CMAKE_NETRC.rst
1652  CMAKE_NETRC_FILE.rst
1653  CMAKE_NINJA_OUTPUT_PATH_PREFIX.rst
1654  CMAKE_NOT_USING_CONFIG_FLAGS.rst
1655  CMAKE_NO_BUILTIN_CHRPATH.rst
1656  CMAKE_NO_SYSTEM_FROM_IMPORTED.rst
1657  CMAKE_OBJCXX_EXTENSIONS.rst
1658  CMAKE_OBJCXX_STANDARD.rst
1659  CMAKE_OBJCXX_STANDARD_REQUIRED.rst
1660  CMAKE_OBJC_EXTENSIONS.rst
1661  CMAKE_OBJC_STANDARD.rst
1662  CMAKE_OBJC_STANDARD_REQUIRED.rst
1663  CMAKE_OBJECT_PATH_MAX.rst
1664  CMAKE_OPTIMIZE_DEPENDENCIES.rst
1665  CMAKE_OSX_ARCHITECTURES.rst
1666  CMAKE_OSX_DEPLOYMENT_TARGET.rst
1667  CMAKE_OSX_SYSROOT.rst
1668  CMAKE_OSX_VARIABLE.txt
1669  CMAKE_PARENT_LIST_FILE.rst
1670  CMAKE_PATCH_VERSION.rst
1671  CMAKE_PCH_INSTANTIATE_TEMPLATES.rst
1672  CMAKE_PCH_WARN_INVALID.rst
1673  CMAKE_PDB_OUTPUT_DIRECTORY.rst
1674  CMAKE_PDB_OUTPUT_DIRECTORY_CONFIG.rst
1675  CMAKE_POLICY_DEFAULT_CMPNNNN.rst
1676  CMAKE_POLICY_WARNING_CMPNNNN.rst
1677  CMAKE_POSITION_INDEPENDENT_CODE.rst
1678  CMAKE_PREFIX_PATH.rst
1679  CMAKE_PROGRAM_PATH.rst
1680  CMAKE_PROJECT_DESCRIPTION.rst
1681  CMAKE_PROJECT_HOMEPAGE_URL.rst
1682  CMAKE_PROJECT_INCLUDE.rst
1683  CMAKE_PROJECT_INCLUDE_BEFORE.rst
1684  CMAKE_PROJECT_NAME.rst
1685  CMAKE_PROJECT_PROJECT-NAME_INCLUDE.rst
1686  CMAKE_PROJECT_PROJECT-NAME_INCLUDE_BEFORE.rst
1687  CMAKE_PROJECT_VERSION.rst
1688  CMAKE_PROJECT_VERSION_MAJOR.rst
1689  CMAKE_PROJECT_VERSION_MINOR.rst
1690  CMAKE_PROJECT_VERSION_PATCH.rst
1691  CMAKE_PROJECT_VERSION_TWEAK.rst
1692  CMAKE_RANLIB.rst
1693  CMAKE_ROOT.rst
1694  CMAKE_RULE_MESSAGES.rst
1695  CMAKE_RUNTIME_OUTPUT_DIRECTORY.rst
1696  CMAKE_RUNTIME_OUTPUT_DIRECTORY_CONFIG.rst
1697  CMAKE_SCRIPT_MODE_FILE.rst
1698  CMAKE_SHARED_LIBRARY_PREFIX.rst
1699  CMAKE_SHARED_LIBRARY_SUFFIX.rst
1700  CMAKE_SHARED_LINKER_FLAGS.rst
1701  CMAKE_SHARED_LINKER_FLAGS_CONFIG.rst
1702  CMAKE_SHARED_LINKER_FLAGS_CONFIG_INIT.rst
1703  CMAKE_SHARED_LINKER_FLAGS_INIT.rst
1704  CMAKE_SHARED_MODULE_PREFIX.rst
1705  CMAKE_SHARED_MODULE_SUFFIX.rst
1706  CMAKE_SIZEOF_VOID_P.rst
1707  CMAKE_SKIP_BUILD_RPATH.rst
1708  CMAKE_SKIP_INSTALL_ALL_DEPENDENCY.rst
1709  CMAKE_SKIP_INSTALL_RPATH.rst
1710  CMAKE_SKIP_INSTALL_RULES.rst
1711  CMAKE_SKIP_RPATH.rst
1712  CMAKE_SOURCE_DIR.rst
1713  CMAKE_STAGING_PREFIX.rst
1714  CMAKE_STATIC_LIBRARY_PREFIX.rst
1715  CMAKE_STATIC_LIBRARY_SUFFIX.rst
1716  CMAKE_STATIC_LINKER_FLAGS.rst
1717  CMAKE_STATIC_LINKER_FLAGS_CONFIG.rst
1718  CMAKE_STATIC_LINKER_FLAGS_CONFIG_INIT.rst
1719  CMAKE_STATIC_LINKER_FLAGS_INIT.rst
1720  CMAKE_SUBLIME_TEXT_2_ENV_SETTINGS.rst
1721  CMAKE_SUBLIME_TEXT_2_EXCLUDE_BUILD_TREE.rst
1722  CMAKE_SUPPRESS_REGENERATION.rst
1723  CMAKE_SYSROOT.rst
1724  CMAKE_SYSROOT_COMPILE.rst
1725  CMAKE_SYSROOT_LINK.rst
1726  CMAKE_SYSTEM.rst
1727  CMAKE_SYSTEM_APPBUNDLE_PATH.rst
1728  CMAKE_SYSTEM_FRAMEWORK_PATH.rst
1729  CMAKE_SYSTEM_IGNORE_PATH.rst
1730  CMAKE_SYSTEM_INCLUDE_PATH.rst
1731  CMAKE_SYSTEM_LIBRARY_PATH.rst
1732  CMAKE_SYSTEM_NAME.rst
1733  CMAKE_SYSTEM_PREFIX_PATH.rst
1734  CMAKE_SYSTEM_PROCESSOR.rst
1735  CMAKE_SYSTEM_PROGRAM_PATH.rst
1736  CMAKE_SYSTEM_VERSION.rst
1737  CMAKE_Swift_LANGUAGE_VERSION.rst
1738  CMAKE_Swift_MODULE_DIRECTORY.rst
1739  CMAKE_Swift_NUM_THREADS.rst
1740  CMAKE_TLS_VERIFY.rst
1741  CMAKE_TOOLCHAIN_FILE.rst
1742  CMAKE_TRY_COMPILE_CONFIGURATION.rst
1743  CMAKE_TRY_COMPILE_PLATFORM_VARIABLES.rst
1744  CMAKE_TRY_COMPILE_TARGET_TYPE.rst
1745  CMAKE_TWEAK_VERSION.rst
1746  CMAKE_UNITY_BUILD.rst
1747  CMAKE_UNITY_BUILD_BATCH_SIZE.rst
1748  CMAKE_UNITY_BUILD_UNIQUE_ID.rst
1749  CMAKE_USER_MAKE_RULES_OVERRIDE.rst
1750  CMAKE_USER_MAKE_RULES_OVERRIDE_LANG.rst
1751  CMAKE_USE_RELATIVE_PATHS.rst
1752  CMAKE_VERBOSE_MAKEFILE.rst
1753  CMAKE_VERSION.rst
1754  CMAKE_VISIBILITY_INLINES_HIDDEN.rst
1755  CMAKE_VS_DEVENV_COMMAND.rst
1756  CMAKE_VS_GLOBALS.rst
1757  CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD.rst
1758  CMAKE_VS_INCLUDE_PACKAGE_TO_DEFAULT_BUILD.rst
1759  CMAKE_VS_INTEL_Fortran_PROJECT_VERSION.rst
1760  CMAKE_VS_JUST_MY_CODE_DEBUGGING.rst
1761  CMAKE_VS_MSBUILD_COMMAND.rst
1762  CMAKE_VS_NsightTegra_VERSION.rst
1763  CMAKE_VS_PLATFORM_NAME.rst
1764  CMAKE_VS_PLATFORM_NAME_DEFAULT.rst
1765  CMAKE_VS_PLATFORM_TOOLSET.rst
1766  CMAKE_VS_PLATFORM_TOOLSET_CUDA.rst
1767  CMAKE_VS_PLATFORM_TOOLSET_CUDA_CUSTOM_DIR.rst
1768  CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE.rst
1769  CMAKE_VS_PLATFORM_TOOLSET_VERSION.rst
1770  CMAKE_VS_SDK_EXCLUDE_DIRECTORIES.rst
1771  CMAKE_VS_SDK_EXECUTABLE_DIRECTORIES.rst
1772  CMAKE_VS_SDK_INCLUDE_DIRECTORIES.rst
1773  CMAKE_VS_SDK_LIBRARY_DIRECTORIES.rst
1774  CMAKE_VS_SDK_LIBRARY_WINRT_DIRECTORIES.rst
1775  CMAKE_VS_SDK_REFERENCE_DIRECTORIES.rst
1776  CMAKE_VS_SDK_SOURCE_DIRECTORIES.rst
1777  CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION.rst
1778  CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM.rst
1779  CMAKE_VS_WINRT_BY_DEFAULT.rst
1780  CMAKE_WARN_DEPRECATED.rst
1781  CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION.rst
1782  CMAKE_WIN32_EXECUTABLE.rst
1783  CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS.rst
1784  CMAKE_XCODE_ATTRIBUTE_an-attribute.rst
1785  CMAKE_XCODE_BUILD_SYSTEM.rst
1786  CMAKE_XCODE_GENERATE_SCHEME.rst
1787  CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY.rst
1788  CMAKE_XCODE_LINK_BUILD_PHASE_MODE.rst
1789  CMAKE_XCODE_PLATFORM_TOOLSET.rst
1790  CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER.rst
1791  CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN.rst
1792  CMAKE_XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING.rst
1793  CMAKE_XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER.rst
1794  CMAKE_XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS.rst
1795  CMAKE_XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE.rst
1796  CMAKE_XCODE_SCHEME_ENVIRONMENT.rst
1797  CMAKE_XCODE_SCHEME_GUARD_MALLOC.rst
1798  CMAKE_XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP.rst
1799  CMAKE_XCODE_SCHEME_MALLOC_GUARD_EDGES.rst
1800  CMAKE_XCODE_SCHEME_MALLOC_SCRIBBLE.rst
1801  CMAKE_XCODE_SCHEME_MALLOC_STACK.rst
1802  CMAKE_XCODE_SCHEME_THREAD_SANITIZER.rst
1803  CMAKE_XCODE_SCHEME_THREAD_SANITIZER_STOP.rst
1804  CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER.rst
1805  CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP.rst
1806  CMAKE_XCODE_SCHEME_WORKING_DIRECTORY.rst
1807  CMAKE_XCODE_SCHEME_ZOMBIE_OBJECTS.rst
1808  CPACK_ABSOLUTE_DESTINATION_FILES.rst
1809  CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY.rst
1810  CPACK_CUSTOM_INSTALL_VARIABLES.rst
1811  CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION.rst
1812  CPACK_INCLUDE_TOPLEVEL_DIRECTORY.rst
1813  CPACK_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS.rst
1814  CPACK_PACKAGING_INSTALL_PREFIX.rst
1815  CPACK_SET_DESTDIR.rst
1816  CPACK_WARN_ON_ABSOLUTE_INSTALL_DESTINATION.rst
1817  CTEST_BINARY_DIRECTORY.rst
1818  CTEST_BUILD_COMMAND.rst
1819  CTEST_BUILD_NAME.rst
1820  CTEST_BZR_COMMAND.rst
1821  CTEST_BZR_UPDATE_OPTIONS.rst
1822  CTEST_CHANGE_ID.rst
1823  CTEST_CHECKOUT_COMMAND.rst
1824  CTEST_CONFIGURATION_TYPE.rst
1825  CTEST_CONFIGURE_COMMAND.rst
1826  CTEST_COVERAGE_COMMAND.rst
1827  CTEST_COVERAGE_EXTRA_FLAGS.rst
1828  CTEST_CURL_OPTIONS.rst
1829  CTEST_CUSTOM_COVERAGE_EXCLUDE.rst
1830  CTEST_CUSTOM_ERROR_EXCEPTION.rst
1831  CTEST_CUSTOM_ERROR_MATCH.rst
1832  CTEST_CUSTOM_ERROR_POST_CONTEXT.rst
1833  CTEST_CUSTOM_ERROR_PRE_CONTEXT.rst
1834  CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE.rst
1835  CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS.rst
1836  CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS.rst
1837  CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE.rst
1838  CTEST_CUSTOM_MEMCHECK_IGNORE.rst
1839  CTEST_CUSTOM_POST_MEMCHECK.rst
1840  CTEST_CUSTOM_POST_TEST.rst
1841  CTEST_CUSTOM_PRE_MEMCHECK.rst
1842  CTEST_CUSTOM_PRE_TEST.rst
1843  CTEST_CUSTOM_TESTS_IGNORE.rst
1844  CTEST_CUSTOM_WARNING_EXCEPTION.rst
1845  CTEST_CUSTOM_WARNING_MATCH.rst
1846  CTEST_CUSTOM_XXX.txt
1847  CTEST_CVS_CHECKOUT.rst
1848  CTEST_CVS_COMMAND.rst
1849  CTEST_CVS_UPDATE_OPTIONS.rst
1850  CTEST_DROP_LOCATION.rst
1851  CTEST_DROP_METHOD.rst
1852  CTEST_DROP_SITE.rst
1853  CTEST_DROP_SITE_CDASH.rst
1854  CTEST_DROP_SITE_PASSWORD.rst
1855  CTEST_DROP_SITE_USER.rst
1856  CTEST_EXTRA_COVERAGE_GLOB.rst
1857  CTEST_GIT_COMMAND.rst
1858  CTEST_GIT_INIT_SUBMODULES.rst
1859  CTEST_GIT_UPDATE_CUSTOM.rst
1860  CTEST_GIT_UPDATE_OPTIONS.rst
1861  CTEST_HG_COMMAND.rst
1862  CTEST_HG_UPDATE_OPTIONS.rst
1863  CTEST_LABELS_FOR_SUBPROJECTS.rst
1864  CTEST_MEMORYCHECK_COMMAND.rst
1865  CTEST_MEMORYCHECK_COMMAND_OPTIONS.rst
1866  CTEST_MEMORYCHECK_SANITIZER_OPTIONS.rst
1867  CTEST_MEMORYCHECK_SUPPRESSIONS_FILE.rst
1868  CTEST_MEMORYCHECK_TYPE.rst
1869  CTEST_NIGHTLY_START_TIME.rst
1870  CTEST_P4_CLIENT.rst
1871  CTEST_P4_COMMAND.rst
1872  CTEST_P4_OPTIONS.rst
1873  CTEST_P4_UPDATE_OPTIONS.rst
1874  CTEST_RESOURCE_SPEC_FILE.rst
1875  CTEST_RUN_CURRENT_SCRIPT.rst
1876  CTEST_SCP_COMMAND.rst
1877  CTEST_SCRIPT_DIRECTORY.rst
1878  CTEST_SITE.rst
1879  CTEST_SOURCE_DIRECTORY.rst
1880  CTEST_SUBMIT_URL.rst
1881  CTEST_SVN_COMMAND.rst
1882  CTEST_SVN_OPTIONS.rst
1883  CTEST_SVN_UPDATE_OPTIONS.rst
1884  CTEST_TEST_LOAD.rst
1885  CTEST_TEST_TIMEOUT.rst
1886  CTEST_TRIGGER_SITE.rst
1887  CTEST_UPDATE_COMMAND.rst
1888  CTEST_UPDATE_OPTIONS.rst
1889  CTEST_UPDATE_VERSION_ONLY.rst
1890  CTEST_UPDATE_VERSION_OVERRIDE.rst
1891  CTEST_USE_LAUNCHERS.rst
1892  CYGWIN.rst
1893  ENV.rst
1894  EXECUTABLE_OUTPUT_PATH.rst
1895  GHS-MULTI.rst
1896  IOS.rst
1897  LIBRARY_OUTPUT_PATH.rst
1898  MINGW.rst
1899  MSVC.rst
1900  MSVC10.rst
1901  MSVC11.rst
1902  MSVC12.rst
1903  MSVC14.rst
1904  MSVC60.rst
1905  MSVC70.rst
1906  MSVC71.rst
1907  MSVC80.rst
1908  MSVC90.rst
1909  MSVC_IDE.rst
1910  MSVC_TOOLSET_VERSION.rst
1911  MSVC_VERSION.rst
1912  MSYS.rst
1913  PROJECT-NAME_BINARY_DIR.rst
1914  PROJECT-NAME_DESCRIPTION.rst
1915  PROJECT-NAME_HOMEPAGE_URL.rst
1916  PROJECT-NAME_IS_TOP_LEVEL.rst
1917  PROJECT-NAME_SOURCE_DIR.rst
1918  PROJECT-NAME_VERSION.rst
1919  PROJECT-NAME_VERSION_MAJOR.rst
1920  PROJECT-NAME_VERSION_MINOR.rst
1921  PROJECT-NAME_VERSION_PATCH.rst
1922  PROJECT-NAME_VERSION_TWEAK.rst
1923  PROJECT_BINARY_DIR.rst
1924  PROJECT_DESCRIPTION.rst
1925  PROJECT_HOMEPAGE_URL.rst
1926  PROJECT_IS_TOP_LEVEL.rst
1927  PROJECT_NAME.rst
1928  PROJECT_SOURCE_DIR.rst
1929  PROJECT_VERSION.rst
1930  PROJECT_VERSION_MAJOR.rst
1931  PROJECT_VERSION_MINOR.rst
1932  PROJECT_VERSION_PATCH.rst
1933  PROJECT_VERSION_TWEAK.rst
1934  PackageName_ROOT.rst
1935  UNIX.rst
1936  WIN32.rst
1937  WINCE.rst
1938  WINDOWS_PHONE.rst
1939  WINDOWS_STORE.rst
1940  XCODE.rst
1941  XCODE_VERSION.rst
1942 share/cmake/Modules/
1943  .NoDartCoverage
1944  AddFileDependencies.cmake
1945  AndroidTestUtilities.cmake
1946  BasicConfigVersion-AnyNewerVersion.cmake.in
1947  BasicConfigVersion-ExactVersion.cmake.in
1948  BasicConfigVersion-SameMajorVersion.cmake.in
1949  BasicConfigVersion-SameMinorVersion.cmake.in
1950  BundleUtilities.cmake
1951  CMake.cmake
1952  CMakeASM-ATTInformation.cmake
1953  CMakeASMCompiler.cmake.in
1954  CMakeASMInformation.cmake
1955  CMakeASM_MASMInformation.cmake
1956  CMakeASM_NASMInformation.cmake
1957  CMakeAddFortranSubdirectory.cmake
1958  CMakeAddNewLanguage.txt
1959  CMakeBackwardCompatibilityC.cmake
1960  CMakeBackwardCompatibilityCXX.cmake
1961  CMakeBorlandFindMake.cmake
1962  CMakeBuildSettings.cmake.in
1963  CMakeCCompiler.cmake.in
1964  CMakeCCompilerABI.c
1965  CMakeCCompilerId.c.in
1966  CMakeCInformation.cmake
1967  CMakeCSharpCompiler.cmake.in
1968  CMakeCSharpCompilerId.cs.in
1969  CMakeCSharpInformation.cmake
1970  CMakeCUDACompiler.cmake.in
1971  CMakeCUDACompilerABI.cu
1972  CMakeCUDACompilerId.cu.in
1973  CMakeCUDAInformation.cmake
1974  CMakeCXXCompiler.cmake.in
1975  CMakeCXXCompilerABI.cpp
1976  CMakeCXXCompilerId.cpp.in
1977  CMakeCXXInformation.cmake
1978  CMakeCheckCompilerFlagCommonPatterns.cmake
1979  CMakeCommonLanguageInclude.cmake
1980  CMakeCompilerABI.h
1981  CMakeCompilerIdDetection.cmake
1982  CMakeConfigurableFile.in
1983  CMakeDependentOption.cmake
1984  CMakeDetermineASM-ATTCompiler.cmake
1985  CMakeDetermineASMCompiler.cmake
1986  CMakeDetermineASM_MASMCompiler.cmake
1987  CMakeDetermineASM_NASMCompiler.cmake
1988  CMakeDetermineCCompiler.cmake
1989  CMakeDetermineCSharpCompiler.cmake
1990  CMakeDetermineCUDACompiler.cmake
1991  CMakeDetermineCXXCompiler.cmake
1992  CMakeDetermineCompileFeatures.cmake
1993  CMakeDetermineCompiler.cmake
1994  CMakeDetermineCompilerABI.cmake
1995  CMakeDetermineCompilerId.cmake
1996  CMakeDetermineFortranCompiler.cmake
1997  CMakeDetermineHIPCompiler.cmake
1998  CMakeDetermineISPCCompiler.cmake
1999  CMakeDetermineJavaCompiler.cmake
2000  CMakeDetermineOBJCCompiler.cmake
2001  CMakeDetermineOBJCXXCompiler.cmake
2002  CMakeDetermineRCCompiler.cmake
2003  CMakeDetermineSwiftCompiler.cmake
2004  CMakeDetermineSystem.cmake
2005  CMakeDetermineVSServicePack.cmake
2006  CMakeExpandImportedTargets.cmake
2007  CMakeExportBuildSettings.cmake
2008  CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake
2009  CMakeFindBinUtils.cmake
2010  CMakeFindCodeBlocks.cmake
2011  CMakeFindDependencyMacro.cmake
2012  CMakeFindEclipseCDT4.cmake
2013  CMakeFindFrameworks.cmake
2014  CMakeFindJavaCommon.cmake
2015  CMakeFindKate.cmake
2016  CMakeFindPackageMode.cmake
2017  CMakeFindSublimeText2.cmake
2018  CMakeFindWMake.cmake
2019  CMakeFindXCode.cmake
2020  CMakeForceCompiler.cmake
2021  CMakeFortranCompiler.cmake.in
2022  CMakeFortranCompilerABI.F
2023  CMakeFortranCompilerId.F.in
2024  CMakeFortranInformation.cmake
2025  CMakeGenericSystem.cmake
2026  CMakeGraphVizOptions.cmake
2027  CMakeHIPCompiler.cmake.in
2028  CMakeHIPCompilerABI.hip
2029  CMakeHIPCompilerId.hip.in
2030  CMakeHIPInformation.cmake
2031  CMakeHIPRuntime.cmake.in
2032  CMakeIOSInstallCombined.cmake
2033  CMakeISPCCompiler.cmake.in
2034  CMakeISPCCompilerABI.ispc
2035  CMakeISPCCompilerId.ispc.in
2036  CMakeISPCInformation.cmake
2037  CMakeImportBuildSettings.cmake
2038  CMakeInitializeConfigs.cmake
2039  CMakeJOMFindMake.cmake
2040  CMakeJavaCompiler.cmake.in
2041  CMakeJavaInformation.cmake
2042  CMakeLanguageInformation.cmake
2043  CMakeMSYSFindMake.cmake
2044  CMakeMinGWFindMake.cmake
2045  CMakeNMakeFindMake.cmake
2046  CMakeNinjaFindMake.cmake
2047  CMakeOBJCCompiler.cmake.in
2048  CMakeOBJCCompilerABI.m
2049  CMakeOBJCCompilerId.m.in
2050  CMakeOBJCInformation.cmake
2051  CMakeOBJCXXCompiler.cmake.in
2052  CMakeOBJCXXCompilerABI.mm
2053  CMakeOBJCXXCompilerId.mm.in
2054  CMakeOBJCXXInformation.cmake
2055  CMakePackageConfigHelpers.cmake
2056  CMakeParseArguments.cmake
2057  CMakeParseImplicitIncludeInfo.cmake
2058  CMakeParseImplicitLinkInfo.cmake
2059  CMakeParseLibraryArchitecture.cmake
2060  CMakePlatformId.h.in
2061  CMakePrintHelpers.cmake
2062  CMakePrintSystemInformation.cmake
2063  CMakePushCheckState.cmake
2064  CMakeRCCompiler.cmake.in
2065  CMakeRCInformation.cmake
2066  CMakeSwiftCompiler.cmake.in
2067  CMakeSwiftInformation.cmake
2068  CMakeSystem.cmake.in
2069  CMakeSystemSpecificInformation.cmake
2070  CMakeSystemSpecificInitialize.cmake
2071  CMakeTestASM-ATTCompiler.cmake
2072  CMakeTestASMCompiler.cmake
2073  CMakeTestASM_MASMCompiler.cmake
2074  CMakeTestASM_NASMCompiler.cmake
2075  CMakeTestCCompiler.cmake
2076  CMakeTestCSharpCompiler.cmake
2077  CMakeTestCUDACompiler.cmake
2078  CMakeTestCXXCompiler.cmake
2079  CMakeTestCompilerCommon.cmake
2080  CMakeTestFortranCompiler.cmake
2081  CMakeTestGNU.c
2082  CMakeTestHIPCompiler.cmake
2083  CMakeTestISPCCompiler.cmake
2084  CMakeTestJavaCompiler.cmake
2085  CMakeTestOBJCCompiler.cmake
2086  CMakeTestOBJCXXCompiler.cmake
2087  CMakeTestRCCompiler.cmake
2088  CMakeTestSwiftCompiler.cmake
2089  CMakeUnixFindMake.cmake
2090  CMakeVerifyManifest.cmake
2091  CPack.cmake
2092  CPackComponent.cmake
2093  CPackIFW.cmake
2094  CPackIFWConfigureFile.cmake
2095  CSharpUtilities.cmake
2096  CTest.cmake
2097  CTestCoverageCollectGCOV.cmake
2098  CTestScriptMode.cmake
2099  CTestTargets.cmake
2100  CTestUseLaunchers.cmake
2101  CheckCCompilerFlag.cmake
2102  CheckCSourceCompiles.cmake
2103  CheckCSourceRuns.cmake
2104  CheckCXXCompilerFlag.cmake
2105  CheckCXXSourceCompiles.cmake
2106  CheckCXXSourceRuns.cmake
2107  CheckCXXSymbolExists.cmake
2108  CheckCompilerFlag.cmake
2109  CheckForPthreads.c
2110  CheckFortranCompilerFlag.cmake
2111  CheckFortranFunctionExists.cmake
2112  CheckFortranSourceCompiles.cmake
2113  CheckFortranSourceRuns.cmake
2114  CheckFunctionExists.c
2115  CheckFunctionExists.cmake
2116  CheckIPOSupported.cmake
2117  CheckIncludeFile.c.in
2118  CheckIncludeFile.cmake
2119  CheckIncludeFile.cxx.in
2120  CheckIncludeFileCXX.cmake
2121  CheckIncludeFiles.cmake
2122  CheckLanguage.cmake
2123  CheckLibraryExists.cmake
2124  CheckLibraryExists.lists.in
2125  CheckLinkerFlag.cmake
2126  CheckOBJCCompilerFlag.cmake
2127  CheckOBJCSourceCompiles.cmake
2128  CheckOBJCSourceRuns.cmake
2129  CheckOBJCXXCompilerFlag.cmake
2130  CheckOBJCXXSourceCompiles.cmake
2131  CheckOBJCXXSourceRuns.cmake
2132  CheckPIESupported.cmake
2133  CheckPrototypeDefinition.c.in
2134  CheckPrototypeDefinition.cmake
2135  CheckSizeOf.cmake
2136  CheckSourceCompiles.cmake
2137  CheckSourceRuns.cmake
2138  CheckStructHasMember.cmake
2139  CheckSymbolExists.cmake
2140  CheckTypeSize.c.in
2141  CheckTypeSize.cmake
2142  CheckTypeSizeMap.cmake.in
2143  CheckVariableExists.c
2144  CheckVariableExists.cmake
2145  Dart.cmake
2146  DartConfiguration.tcl.in
2147  DeployQt4.cmake
2148  Documentation.cmake
2149  DummyCXXFile.cxx
2150  ExternalData.cmake
2151  ExternalData_config.cmake.in
2152  ExternalProject-download.cmake.in
2153  ExternalProject-gitupdate.cmake.in
2154  ExternalProject-verify.cmake.in
2155  ExternalProject.cmake
2156  FLTKCompatibility.cmake
2157  FeatureSummary.cmake
2158  FetchContent.cmake
2159  FindALSA.cmake
2160  FindASPELL.cmake
2161  FindAVIFile.cmake
2162  FindArmadillo.cmake
2163  FindBISON.cmake
2164  FindBLAS.cmake
2165  FindBZip2.cmake
2166  FindBacktrace.cmake
2167  FindBoost.cmake
2168  FindBullet.cmake
2169  FindCABLE.cmake
2170  FindCUDA.cmake
2171  FindCUDAToolkit.cmake
2172  FindCURL.cmake
2173  FindCVS.cmake
2174  FindCoin3D.cmake
2175  FindCups.cmake
2176  FindCurses.cmake
2177  FindCxxTest.cmake
2178  FindCygwin.cmake
2179  FindDCMTK.cmake
2180  FindDart.cmake
2181  FindDevIL.cmake
2182  FindDoxygen.cmake
2183  FindEXPAT.cmake
2184  FindEnvModules.cmake
2185  FindFLEX.cmake
2186  FindFLTK.cmake
2187  FindFLTK2.cmake
2188  FindFontconfig.cmake
2189  FindFreetype.cmake
2190  FindGCCXML.cmake
2191  FindGDAL.cmake
2192  FindGIF.cmake
2193  FindGLEW.cmake
2194  FindGLU.cmake
2195  FindGLUT.cmake
2196  FindGSL.cmake
2197  FindGTK.cmake
2198  FindGTK2.cmake
2199  FindGTest.cmake
2200  FindGettext.cmake
2201  FindGit.cmake
2202  FindGnuTLS.cmake
2203  FindGnuplot.cmake
2204  FindHDF5.cmake
2205  FindHSPELL.cmake
2206  FindHTMLHelp.cmake
2207  FindHg.cmake
2208  FindICU.cmake
2209  FindIce.cmake
2210  FindIconv.cmake
2211  FindIcotool.cmake
2212  FindImageMagick.cmake
2213  FindIntl.cmake
2214  FindJNI.cmake
2215  FindJPEG.cmake
2216  FindJasper.cmake
2217  FindJava.cmake
2218  FindKDE3.cmake
2219  FindKDE4.cmake
2220  FindLAPACK.cmake
2221  FindLATEX.cmake
2222  FindLTTngUST.cmake
2223  FindLibArchive.cmake
2224  FindLibLZMA.cmake
2225  FindLibXml2.cmake
2226  FindLibXslt.cmake
2227  FindLibinput.cmake
2228  FindLua.cmake
2229  FindLua50.cmake
2230  FindLua51.cmake
2231  FindMFC.cmake
2232  FindMPEG.cmake
2233  FindMPEG2.cmake
2234  FindMPI.cmake
2235  FindMatlab.cmake
2236  FindMotif.cmake
2237  FindMsys.cmake
2238  FindODBC.cmake
2239  FindOpenACC.cmake
2240  FindOpenAL.cmake
2241  FindOpenCL.cmake
2242  FindOpenGL.cmake
2243  FindOpenMP.cmake
2244  FindOpenSSL.cmake
2245  FindOpenSceneGraph.cmake
2246  FindOpenThreads.cmake
2247  FindPHP4.cmake
2248  FindPNG.cmake
2249  FindPackageHandleStandardArgs.cmake
2250  FindPackageMessage.cmake
2251  FindPatch.cmake
2252  FindPerl.cmake
2253  FindPerlLibs.cmake
2254  FindPhysFS.cmake
2255  FindPike.cmake
2256  FindPkgConfig.cmake
2257  FindPostgreSQL.cmake
2258  FindProducer.cmake
2259  FindProtobuf.cmake
2260  FindPython.cmake
2261  FindPython2.cmake
2262  FindPython3.cmake
2263  FindPythonInterp.cmake
2264  FindPythonLibs.cmake
2265  FindQt.cmake
2266  FindQt3.cmake
2267  FindQt4.cmake
2268  FindQuickTime.cmake
2269  FindRTI.cmake
2270  FindRuby.cmake
2271  FindSDL.cmake
2272  FindSDL_image.cmake
2273  FindSDL_mixer.cmake
2274  FindSDL_net.cmake
2275  FindSDL_sound.cmake
2276  FindSDL_ttf.cmake
2277  FindSQLite3.cmake
2278  FindSWIG.cmake
2279  FindSelfPackers.cmake
2280  FindSquish.cmake
2281  FindSubversion.cmake
2282  FindTCL.cmake
2283  FindTIFF.cmake
2284  FindTclStub.cmake
2285  FindTclsh.cmake
2286  FindThreads.cmake
2287  FindUnixCommands.cmake
2288  FindVulkan.cmake
2289  FindWget.cmake
2290  FindWish.cmake
2291  FindX11.cmake
2292  FindXCTest.cmake
2293  FindXMLRPC.cmake
2294  FindXalanC.cmake
2295  FindXercesC.cmake
2296  FindZLIB.cmake
2297  Findosg.cmake
2298  FindosgAnimation.cmake
2299  FindosgDB.cmake
2300  FindosgFX.cmake
2301  FindosgGA.cmake
2302  FindosgIntrospection.cmake
2303  FindosgManipulator.cmake
2304  FindosgParticle.cmake
2305  FindosgPresentation.cmake
2306  FindosgProducer.cmake
2307  FindosgQt.cmake
2308  FindosgShadow.cmake
2309  FindosgSim.cmake
2310  FindosgTerrain.cmake
2311  FindosgText.cmake
2312  FindosgUtil.cmake
2313  FindosgViewer.cmake
2314  FindosgVolume.cmake
2315  FindosgWidget.cmake
2316  Findosg_functions.cmake
2317  FindwxWidgets.cmake
2318  FindwxWindows.cmake
2319  FortranCInterface.cmake
2320  GNUInstallDirs.cmake
2321  GenerateExportHeader.cmake
2322  GetPrerequisites.cmake
2323  GoogleTest.cmake
2324  GoogleTestAddTests.cmake
2325  ITKCompatibility.cmake
2326  InstallRequiredSystemLibraries.cmake
2327  KDE3Macros.cmake
2328  MacOSXBundleInfo.plist.in
2329  MacOSXFrameworkInfo.plist.in
2330  MacroAddFileDependencies.cmake
2331  MatlabTestsRedirect.cmake
2332  ProcessorCount.cmake
2333  Qt4ConfigDependentSettings.cmake
2334  Qt4Macros.cmake
2335  RepositoryInfo.txt.in
2336  SelectLibraryConfigurations.cmake
2337  Squish4RunTestCase.bat
2338  Squish4RunTestCase.sh
2339  SquishRunTestCase.bat
2340  SquishRunTestCase.sh
2341  SquishTestScript.cmake
2342  SystemInformation.cmake
2343  SystemInformation.in
2344  TestBigEndian.cmake
2345  TestCXXAcceptsFlag.cmake
2346  TestEndianess.c.in
2347  TestForANSIForScope.cmake
2348  TestForANSIStreamHeaders.cmake
2349  TestForANSIStreamHeaders.cxx
2350  TestForAnsiForScope.cxx
2351  TestForSSTREAM.cmake
2352  TestForSSTREAM.cxx
2353  TestForSTDNamespace.cmake
2354  TestForSTDNamespace.cxx
2355  UseEcos.cmake
2356  UseJava.cmake
2357  UsePkgConfig.cmake
2358  UseQt4.cmake
2359  UseSWIG.cmake
2360  Use_wxWindows.cmake
2361  UsewxWidgets.cmake
2362  VTKCompatibility.cmake
2363  WriteBasicConfigVersionFile.cmake
2364  WriteCompilerDetectionHeader.cmake
2365  ecos_clean.cmake
2366  exportheader.cmake.in
2367  kde3init_dummy.cpp.in
2368  kde3uic.cmake
2369  readme.txt
2370 share/cmake/Modules/AndroidTestUtilities/PushToAndroidDevice.cmake
2371 share/cmake/Modules/CMakeAddFortranSubdirectory/
2372  build_mingw.cmake.in
2373  config_mingw.cmake.in
2374 share/cmake/Modules/CheckIPOSupported/
2375  CMakeLists-C.txt.in
2376  CMakeLists-CXX.txt.in
2377  CMakeLists-Fortran.txt.in
2378  foo.c
2379  foo.cpp
2380  foo.f
2381  main.c
2382  main.cpp
2383  main.f
2384 share/cmake/Modules/Compiler/
2385  ADSP-DetermineCompiler.cmake
2386  ARMCC-ASM.cmake
2387  ARMCC-C.cmake
2388  ARMCC-CXX.cmake
2389  ARMCC-DetermineCompiler.cmake
2390  ARMCC.cmake
2391  ARMClang-ASM.cmake
2392  ARMClang-C-FeatureTests.cmake
2393  ARMClang-C.cmake
2394  ARMClang-CXX-FeatureTests.cmake
2395  ARMClang-CXX.cmake
2396  ARMClang-DetermineCompiler.cmake
2397  ARMClang.cmake
2398  Absoft-Fortran.cmake
2399  AppleClang-ASM.cmake
2400  AppleClang-C-FeatureTests.cmake
2401  AppleClang-C.cmake
2402  AppleClang-CXX-FeatureTests.cmake
2403  AppleClang-CXX.cmake
2404  AppleClang-DetermineCompiler.cmake
2405  AppleClang-OBJC.cmake
2406  AppleClang-OBJCXX.cmake
2407  Borland-DetermineCompiler.cmake
2408  Bruce-C-DetermineCompiler.cmake
2409  Bruce-C.cmake
2410  CCur-Fortran.cmake
2411  CMakeCommonCompilerMacros.cmake
2412  Clang-ASM.cmake
2413  Clang-C-FeatureTests.cmake
2414  Clang-C.cmake
2415  Clang-CUDA.cmake
2416  Clang-CXX-FeatureTests.cmake
2417  Clang-CXX-TestableFeatures.cmake
2418  Clang-CXX.cmake
2419  Clang-DetermineCompiler.cmake
2420  Clang-DetermineCompilerInternal.cmake
2421  Clang-FindBinUtils.cmake
2422  Clang-HIP.cmake
2423  Clang-OBJC.cmake
2424  Clang-OBJCXX.cmake
2425  Clang.cmake
2426  Comeau-CXX-DetermineCompiler.cmake
2427  Compaq-C-DetermineCompiler.cmake
2428  Compaq-CXX-DetermineCompiler.cmake
2429  Cray-C.cmake
2430  Cray-CXX.cmake
2431  Cray-DetermineCompiler.cmake
2432  Cray-Fortran.cmake
2433  Cray.cmake
2434  CrayPrgEnv-C.cmake
2435  CrayPrgEnv-CXX.cmake
2436  CrayPrgEnv-Fortran.cmake
2437  CrayPrgEnv.cmake
2438  Embarcadero-DetermineCompiler.cmake
2439  Flang-FindBinUtils.cmake
2440  Flang-Fortran.cmake
2441  Fujitsu-C.cmake
2442  Fujitsu-CXX.cmake
2443  Fujitsu-DetermineCompiler.cmake
2444  Fujitsu-Fortran.cmake
2445  Fujitsu.cmake
2446  FujitsuClang-C.cmake
2447  FujitsuClang-CXX.cmake
2448  FujitsuClang-DetermineCompiler.cmake
2449  FujitsuClang-FindBinUtils.cmake
2450  FujitsuClang.cmake
2451  G95-Fortran.cmake
2452  GHS-C.cmake
2453  GHS-CXX.cmake
2454  GHS-DetermineCompiler.cmake
2455  GHS.cmake
2456  GNU-ASM.cmake
2457  GNU-C-DetermineCompiler.cmake
2458  GNU-C-FeatureTests.cmake
2459  GNU-C.cmake
2460  GNU-CXX-DetermineCompiler.cmake
2461  GNU-CXX-FeatureTests.cmake
2462  GNU-CXX.cmake
2463  GNU-FindBinUtils.cmake
2464  GNU-Fortran.cmake
2465  GNU-OBJC.cmake
2466  GNU-OBJCXX.cmake
2467  GNU.cmake
2468  HP-ASM.cmake
2469  HP-C-DetermineCompiler.cmake
2470  HP-C.cmake
2471  HP-CXX-DetermineCompiler.cmake
2472  HP-CXX.cmake
2473  HP-Fortran.cmake
2474  IAR-ASM.cmake
2475  IAR-C.cmake
2476  IAR-CXX.cmake
2477  IAR-DetermineCompiler.cmake
2478  IAR-FindBinUtils.cmake
2479  IAR.cmake
2480  IBMCPP-C-DetermineVersionInternal.cmake
2481  IBMCPP-CXX-DetermineVersionInternal.cmake
2482  Intel-ASM.cmake
2483  Intel-C-FeatureTests.cmake
2484  Intel-C.cmake
2485  Intel-CXX-FeatureTests.cmake
2486  Intel-CXX.cmake
2487  Intel-DetermineCompiler.cmake
2488  Intel-Fortran.cmake
2489  Intel-ISPC.cmake
2490  Intel.cmake
2491  IntelLLVM-ASM.cmake
2492  IntelLLVM-C.cmake
2493  IntelLLVM-CXX.cmake
2494  IntelLLVM-DetermineCompiler.cmake
2495  IntelLLVM-Fortran.cmake
2496  IntelLLVM.cmake
2497  MSVC-ASM.cmake
2498  MSVC-C-FeatureTests.cmake
2499  MSVC-C.cmake
2500  MSVC-CXX-FeatureTests.cmake
2501  MSVC-CXX.cmake
2502  MSVC-DetermineCompiler.cmake
2503  NAG-Fortran.cmake
2504  NVHPC-C.cmake
2505  NVHPC-CXX.cmake
2506  NVHPC-DetermineCompiler.cmake
2507  NVHPC-Fortran.cmake
2508  NVHPC.cmake
2509  NVIDIA-CUDA.cmake
2510  NVIDIA-DetermineCompiler.cmake
2511  OpenWatcom-C.cmake
2512  OpenWatcom-CXX.cmake
2513  OpenWatcom-DetermineCompiler.cmake
2514  OpenWatcom.cmake
2515  PGI-C.cmake
2516  PGI-CXX.cmake
2517  PGI-DetermineCompiler.cmake
2518  PGI-Fortran.cmake
2519  PGI.cmake
2520  PathScale-C.cmake
2521  PathScale-CXX.cmake
2522  PathScale-DetermineCompiler.cmake
2523  PathScale-Fortran.cmake
2524  PathScale.cmake
2525  QCC-ASM.cmake
2526  QCC-C-FeatureTests.cmake
2527  QCC-C.cmake
2528  QCC-CXX-FeatureTests.cmake
2529  QCC-CXX.cmake
2530  QCC.cmake
2531  ROCMClang-ASM.cmake
2532  ROCMClang-C.cmake
2533  ROCMClang-CXX.cmake
2534  ROCMClang-DetermineCompiler.cmake
2535  ROCMClang-FindBinUtils.cmake
2536  ROCMClang-HIP.cmake
2537  ROCMClang-OBJC.cmake
2538  ROCMClang-OBJCXX.cmake
2539  ROCMClang.cmake
2540  SCO-C.cmake
2541  SCO-CXX.cmake
2542  SCO-DetermineCompiler.cmake
2543  SCO.cmake
2544  SDCC-C-DetermineCompiler.cmake
2545  SunPro-ASM.cmake
2546  SunPro-C-DetermineCompiler.cmake
2547  SunPro-C-FeatureTests.cmake
2548  SunPro-C.cmake
2549  SunPro-CXX-DetermineCompiler.cmake
2550  SunPro-CXX-FeatureTests.cmake
2551  SunPro-CXX.cmake
2552  SunPro-Fortran.cmake
2553  SunPro.cmake
2554  TI-ASM.cmake
2555  TI-C.cmake
2556  TI-CXX.cmake
2557  TI-DetermineCompiler.cmake
2558  TI.cmake
2559  TinyCC-C-DetermineCompiler.cmake
2560  TinyCC-C.cmake
2561  VisualAge-C-DetermineCompiler.cmake
2562  VisualAge-C.cmake
2563  VisualAge-CXX-DetermineCompiler.cmake
2564  VisualAge-CXX.cmake
2565  VisualAge-Fortran.cmake
2566  Watcom-DetermineCompiler.cmake
2567  XL-ASM.cmake
2568  XL-C-DetermineCompiler.cmake
2569  XL-C.cmake
2570  XL-CXX-DetermineCompiler.cmake
2571  XL-CXX.cmake
2572  XL-Fortran.cmake
2573  XL.cmake
2574  XLClang-C-DetermineCompiler.cmake
2575  XLClang-C.cmake
2576  XLClang-CXX-DetermineCompiler.cmake
2577  XLClang-CXX.cmake
2578  XLClang.cmake
2579  zOS-C-DetermineCompiler.cmake
2580  zOS-CXX-DetermineCompiler.cmake
2581 share/cmake/Modules/Compiler/XL-Fortran/cpp
2582 share/cmake/Modules/CompilerId/
2583  GHS_default.gpj.in
2584  GHS_lib.gpj.in
2585  VS-10.csproj.in
2586  VS-10.vcxproj.in
2587  VS-7.vcproj.in
2588  VS-Intel.vfproj.in
2589  VS-NsightTegra.vcxproj.in
2590  Xcode-3.pbxproj.in
2591  main.swift.in
2592 share/cmake/Modules/FetchContent/CMakeLists.cmake.in
2593 share/cmake/Modules/FindCUDA/
2594  make2cmake.cmake
2595  parse_cubin.cmake
2596  run_nvcc.cmake
2597  select_compute_arch.cmake
2598 share/cmake/Modules/FindMPI/
2599  fortranparam_mpi.f90.in
2600  libver_mpi.c
2601  libver_mpi.f90.in
2602  mpiver.f90.in
2603  test_mpi.c
2604  test_mpi.f90.in
2605 share/cmake/Modules/FindPython/Support.cmake
2606 share/cmake/Modules/FortranCInterface/
2607  CMakeLists.txt
2608  Detect.cmake
2609  Input.cmake.in
2610  MYMODULE.c
2611  MY_MODULE.c
2612  Macro.h.in
2613  Output.cmake.in
2614  call_mod.f90
2615  call_sub.f
2616  main.F
2617  my_module.f90
2618  my_module_.c
2619  my_sub.f
2620  mymodule.f90
2621  mymodule_.c
2622  mysub.f
2623  symbol.c.in
2624 share/cmake/Modules/FortranCInterface/Verify/
2625  CMakeLists.txt
2626  VerifyC.c
2627  VerifyCXX.cxx
2628  VerifyFortran.f
2629  main.c
2630 share/cmake/Modules/IntelVSImplicitPath/
2631  CMakeLists.txt
2632  detect.cmake
2633  hello.f
2634 share/cmake/Modules/Internal/
2635  CMakeTryCompilerOrLinkerFlag.cmake
2636  CheckCompilerFlag.cmake
2637  CheckSourceCompiles.cmake
2638  CheckSourceRuns.cmake
2639  FeatureTesting.cmake
2640 share/cmake/Modules/Internal/CPack/
2641  CPack.DS_Store.in
2642  CPack.Description.plist.in
2643  CPack.Info.plist.in
2644  CPack.NuGet.nuspec.in
2645  CPack.OSXScriptLauncher.in
2646  CPack.OSXScriptLauncher.rsrc.in
2647  CPack.OSXX11.Info.plist.in
2648  CPack.OSXX11.main.scpt.in
2649  CPack.RuntimeScript.in
2650  CPack.STGZ_Header.sh.in
2651  CPack.VolumeIcon.icns.in
2652  CPack.background.png.in
2653  CPack.distribution.dist.in
2654  CPackDeb.cmake
2655  CPackExternal.cmake
2656  CPackFreeBSD.cmake
2657  CPackNuGet.cmake
2658  CPackRPM.cmake
2659  CPackWIX.cmake
2660  CPackZIP.cmake
2661  NSIS.InstallOptions.ini.in
2662  NSIS.template.in
2663  WIX.template.in
2664 share/cmake/Modules/Platform/
2665  AIX-Clang-C.cmake
2666  AIX-Clang-CXX.cmake
2667  AIX-GNU-ASM.cmake
2668  AIX-GNU-C.cmake
2669  AIX-GNU-CXX.cmake
2670  AIX-GNU-Fortran.cmake
2671  AIX-GNU.cmake
2672  AIX-VisualAge-C.cmake
2673  AIX-VisualAge-CXX.cmake
2674  AIX-VisualAge-Fortran.cmake
2675  AIX-XL-ASM.cmake
2676  AIX-XL-C.cmake
2677  AIX-XL-CXX.cmake
2678  AIX-XL-Fortran.cmake
2679  AIX-XL.cmake
2680  AIX-XLClang-C.cmake
2681  AIX-XLClang-CXX.cmake
2682  AIX-XLClang.cmake
2683  AIX.cmake
2684  ARTOS-GNU-C.cmake
2685  ARTOS.cmake
2686  Android-Clang-ASM.cmake
2687  Android-Clang-C.cmake
2688  Android-Clang-CXX.cmake
2689  Android-Clang.cmake
2690  Android-Common.cmake
2691  Android-Determine-C.cmake
2692  Android-Determine-CXX.cmake
2693  Android-Determine.cmake
2694  Android-GNU-C.cmake
2695  Android-GNU-CXX.cmake
2696  Android-GNU.cmake
2697  Android-Initialize.cmake
2698  Android.cmake
2699  Apple-Absoft-Fortran.cmake
2700  Apple-Apple-Swift.cmake
2701  Apple-AppleClang-C.cmake
2702  Apple-AppleClang-CXX.cmake
2703  Apple-AppleClang-OBJC.cmake
2704  Apple-AppleClang-OBJCXX.cmake
2705  Apple-Clang-ASM.cmake
2706  Apple-Clang-C.cmake
2707  Apple-Clang-CXX.cmake
2708  Apple-Clang-OBJC.cmake
2709  Apple-Clang-OBJCXX.cmake
2710  Apple-Clang.cmake
2711  Apple-GNU-C.cmake
2712  Apple-GNU-CXX.cmake
2713  Apple-GNU-Fortran.cmake
2714  Apple-GNU-OBJC.cmake
2715  Apple-GNU-OBJCXX.cmake
2716  Apple-GNU.cmake
2717  Apple-Intel-C.cmake
2718  Apple-Intel-CXX.cmake
2719  Apple-Intel-Fortran.cmake
2720  Apple-Intel.cmake
2721  Apple-IntelLLVM-C.cmake
2722  Apple-IntelLLVM-CXX.cmake
2723  Apple-IntelLLVM-Fortran.cmake
2724  Apple-IntelLLVM.cmake
2725  Apple-NAG-Fortran.cmake
2726  Apple-NVIDIA-CUDA.cmake
2727  Apple-PGI-C.cmake
2728  Apple-PGI-CXX.cmake
2729  Apple-PGI-Fortran.cmake
2730  Apple-PGI.cmake
2731  Apple-VisualAge-C.cmake
2732  Apple-VisualAge-CXX.cmake
2733  Apple-XL-C.cmake
2734  Apple-XL-CXX.cmake
2735  BSDOS.cmake
2736  BeOS.cmake
2737  BlueGeneL.cmake
2738  BlueGeneP-base.cmake
2739  BlueGeneP-dynamic-GNU-C.cmake
2740  BlueGeneP-dynamic-GNU-CXX.cmake
2741  BlueGeneP-dynamic-GNU-Fortran.cmake
2742  BlueGeneP-dynamic-XL-C.cmake
2743  BlueGeneP-dynamic-XL-CXX.cmake
2744  BlueGeneP-dynamic-XL-Fortran.cmake
2745  BlueGeneP-dynamic.cmake
2746  BlueGeneP-static-GNU-C.cmake
2747  BlueGeneP-static-GNU-CXX.cmake
2748  BlueGeneP-static-GNU-Fortran.cmake
2749  BlueGeneP-static-XL-C.cmake
2750  BlueGeneP-static-XL-CXX.cmake
2751  BlueGeneP-static-XL-Fortran.cmake
2752  BlueGeneP-static.cmake
2753  BlueGeneQ-base.cmake
2754  BlueGeneQ-dynamic-GNU-C.cmake
2755  BlueGeneQ-dynamic-GNU-CXX.cmake
2756  BlueGeneQ-dynamic-GNU-Fortran.cmake
2757  BlueGeneQ-dynamic-XL-C.cmake
2758  BlueGeneQ-dynamic-XL-CXX.cmake
2759  BlueGeneQ-dynamic-XL-Fortran.cmake
2760  BlueGeneQ-dynamic.cmake
2761  BlueGeneQ-static-GNU-C.cmake
2762  BlueGeneQ-static-GNU-CXX.cmake
2763  BlueGeneQ-static-GNU-Fortran.cmake
2764  BlueGeneQ-static-XL-C.cmake
2765  BlueGeneQ-static-XL-CXX.cmake
2766  BlueGeneQ-static-XL-Fortran.cmake
2767  BlueGeneQ-static.cmake
2768  CYGWIN-Clang-C.cmake
2769  CYGWIN-Clang-CXX.cmake
2770  CYGWIN-Determine-CXX.cmake
2771  CYGWIN-GNU-C.cmake
2772  CYGWIN-GNU-CXX.cmake
2773  CYGWIN-GNU-Fortran.cmake
2774  CYGWIN-GNU.cmake
2775  CYGWIN-windres.cmake
2776  CYGWIN.cmake
2777  Catamount.cmake
2778  CrayLinuxEnvironment.cmake
2779  DOS-OpenWatcom-C.cmake
2780  DOS-OpenWatcom-CXX.cmake
2781  DOS-OpenWatcom.cmake
2782  DOS.cmake
2783  Darwin-Determine-CXX.cmake
2784  Darwin-Initialize.cmake
2785  Darwin.cmake
2786  DragonFly.cmake
2787  Euros.cmake
2788  FreeBSD-Determine-CXX.cmake
2789  FreeBSD.cmake
2790  Fuchsia.cmake
2791  GHS-MULTI-Determine.cmake
2792  GHS-MULTI.cmake
2793  GNU.cmake
2794  GNUtoMS_lib.bat.in
2795  GNUtoMS_lib.cmake
2796  Generic-ADSP-ASM.cmake
2797  Generic-ADSP-C.cmake
2798  Generic-ADSP-CXX.cmake
2799  Generic-ADSP-Common.cmake
2800  Generic-SDCC-C.cmake
2801  Generic.cmake
2802  HP-UX-GNU-ASM.cmake
2803  HP-UX-GNU-C.cmake
2804  HP-UX-GNU-CXX.cmake
2805  HP-UX-GNU-Fortran.cmake
2806  HP-UX-GNU.cmake
2807  HP-UX-HP-ASM.cmake
2808  HP-UX-HP-C.cmake
2809  HP-UX-HP-CXX.cmake
2810  HP-UX-HP-Fortran.cmake
2811  HP-UX-HP.cmake
2812  HP-UX.cmake
2813  Haiku.cmake
2814  Linux-Absoft-Fortran.cmake
2815  Linux-CCur-Fortran.cmake
2816  Linux-Clang-C.cmake
2817  Linux-Clang-CXX.cmake
2818  Linux-Determine-CXX.cmake
2819  Linux-Fujitsu-C.cmake
2820  Linux-Fujitsu-CXX.cmake
2821  Linux-Fujitsu.cmake
2822  Linux-GNU-C.cmake
2823  Linux-GNU-CXX.cmake
2824  Linux-GNU-Fortran.cmake
2825  Linux-GNU.cmake
2826  Linux-Intel-C.cmake
2827  Linux-Intel-CXX.cmake
2828  Linux-Intel-Fortran.cmake
2829  Linux-Intel.cmake
2830  Linux-IntelLLVM-C.cmake
2831  Linux-IntelLLVM-CXX.cmake
2832  Linux-IntelLLVM-Fortran.cmake
2833  Linux-IntelLLVM.cmake
2834  Linux-NAG-Fortran.cmake
2835  Linux-NVHPC-C.cmake
2836  Linux-NVHPC-CXX.cmake
2837  Linux-NVHPC-Fortran.cmake
2838  Linux-NVHPC.cmake
2839  Linux-OpenWatcom-C.cmake
2840  Linux-OpenWatcom-CXX.cmake
2841  Linux-OpenWatcom.cmake
2842  Linux-PGI-C.cmake
2843  Linux-PGI-CXX.cmake
2844  Linux-PGI-Fortran.cmake
2845  Linux-PGI.cmake
2846  Linux-PathScale-C.cmake
2847  Linux-PathScale-CXX.cmake
2848  Linux-PathScale-Fortran.cmake
2849  Linux-PathScale.cmake
2850  Linux-SunPro-CXX.cmake
2851  Linux-TinyCC-C.cmake
2852  Linux-VisualAge-C.cmake
2853  Linux-VisualAge-CXX.cmake
2854  Linux-VisualAge-Fortran.cmake
2855  Linux-XL-C.cmake
2856  Linux-XL-CXX.cmake
2857  Linux-XL-Fortran.cmake
2858  Linux-como.cmake
2859  Linux.cmake
2860  MP-RAS.cmake
2861  MSYS-Clang-C.cmake
2862  MSYS-Clang-CXX.cmake
2863  MSYS-Determine-CXX.cmake
2864  MSYS-GNU-C.cmake
2865  MSYS-GNU-CXX.cmake
2866  MSYS-GNU-Fortran.cmake
2867  MSYS-GNU.cmake
2868  MSYS-windres.cmake
2869  MSYS.cmake
2870  Midipix.cmake
2871  MirBSD.cmake
2872  NetBSD.cmake
2873  OS2-OpenWatcom-C.cmake
2874  OS2-OpenWatcom-CXX.cmake
2875  OS2-OpenWatcom.cmake
2876  OS2.cmake
2877  OSF1.cmake
2878  OpenBSD.cmake
2879  OpenVMS.cmake
2880  QNX.cmake
2881  RISCos.cmake
2882  SCO_SV.cmake
2883  SINIX.cmake
2884  SunOS-Clang-C.cmake
2885  SunOS-Clang-CXX.cmake
2886  SunOS-GNU-C.cmake
2887  SunOS-GNU-CXX.cmake
2888  SunOS-GNU-Fortran.cmake
2889  SunOS-GNU.cmake
2890  SunOS-PathScale-C.cmake
2891  SunOS-PathScale-CXX.cmake
2892  SunOS-PathScale-Fortran.cmake
2893  SunOS-PathScale.cmake
2894  SunOS.cmake
2895  Tru64.cmake
2896  ULTRIX.cmake
2897  UNIX_SV.cmake
2898  UnixPaths.cmake
2899  UnixWare.cmake
2900  Windows-Apple-Swift.cmake
2901  Windows-Borland-C.cmake
2902  Windows-Borland-CXX.cmake
2903  Windows-Clang-ASM.cmake
2904  Windows-Clang-C.cmake
2905  Windows-Clang-CXX.cmake
2906  Windows-Clang.cmake
2907  Windows-Determine-CXX.cmake
2908  Windows-Embarcadero-C.cmake
2909  Windows-Embarcadero-CXX.cmake
2910  Windows-Embarcadero.cmake
2911  Windows-Flang-Fortran.cmake
2912  Windows-G95-Fortran.cmake
2913  Windows-GNU-ASM.cmake
2914  Windows-GNU-C-ABI.cmake
2915  Windows-GNU-C.cmake
2916  Windows-GNU-CXX-ABI.cmake
2917  Windows-GNU-CXX.cmake
2918  Windows-GNU-Fortran-ABI.cmake
2919  Windows-GNU-Fortran.cmake
2920  Windows-GNU.cmake
2921  Windows-Intel-ASM.cmake
2922  Windows-Intel-C.cmake
2923  Windows-Intel-CXX.cmake
2924  Windows-Intel-Fortran.cmake
2925  Windows-Intel-ISPC.cmake
2926  Windows-Intel.cmake
2927  Windows-IntelLLVM-ASM.cmake
2928  Windows-IntelLLVM-C.cmake
2929  Windows-IntelLLVM-CXX.cmake
2930  Windows-IntelLLVM-Fortran.cmake
2931  Windows-IntelLLVM.cmake
2932  Windows-MSVC-C.cmake
2933  Windows-MSVC-CXX.cmake
2934  Windows-MSVC.cmake
2935  Windows-NVIDIA-CUDA.cmake
2936  Windows-OpenWatcom-C.cmake
2937  Windows-OpenWatcom-CXX.cmake
2938  Windows-OpenWatcom.cmake
2939  Windows-PGI-C.cmake
2940  Windows-PGI-Fortran.cmake
2941  Windows-PGI.cmake
2942  Windows-Watcom-C.cmake
2943  Windows-Watcom-CXX.cmake
2944  Windows-df.cmake
2945  Windows-windres.cmake
2946  Windows.cmake
2947  WindowsCE-MSVC-C.cmake
2948  WindowsCE-MSVC-CXX.cmake
2949  WindowsCE.cmake
2950  WindowsPaths.cmake
2951  WindowsPhone-Clang-ASM.cmake
2952  WindowsPhone-Clang-C.cmake
2953  WindowsPhone-Clang-CXX.cmake
2954  WindowsPhone-GNU-ASM.cmake
2955  WindowsPhone-GNU-C.cmake
2956  WindowsPhone-GNU-CXX.cmake
2957  WindowsPhone-MSVC-C.cmake
2958  WindowsPhone-MSVC-CXX.cmake
2959  WindowsPhone.cmake
2960  WindowsStore-Clang-ASM.cmake
2961  WindowsStore-Clang-C.cmake
2962  WindowsStore-Clang-CXX.cmake
2963  WindowsStore-GNU-ASM.cmake
2964  WindowsStore-GNU-C.cmake
2965  WindowsStore-GNU-CXX.cmake
2966  WindowsStore-MSVC-C.cmake
2967  WindowsStore-MSVC-CXX.cmake
2968  WindowsStore.cmake
2969  Xenix.cmake
2970  eCos.cmake
2971  gas.cmake
2972  iOS-Determine-CXX.cmake
2973  iOS-Initialize.cmake
2974  iOS.cmake
2975  kFreeBSD.cmake
2976  syllable.cmake
2977  tvOS-Determine-CXX.cmake
2978  tvOS-Initialize.cmake
2979  tvOS.cmake
2980  watchOS-Determine-CXX.cmake
2981  watchOS-Initialize.cmake
2982  watchOS.cmake
2983 share/cmake/Modules/Platform/AIX/ExportImportList
2984 share/cmake/Modules/Platform/Android/
2985  Determine-Compiler-NDK.cmake
2986  Determine-Compiler-Standalone.cmake
2987  Determine-Compiler.cmake
2988  VCXProjInspect.vcxproj.in
2989  abi-arm64-v8a-Clang.cmake
2990  abi-arm64-v8a-GNU.cmake
2991  abi-armeabi-Clang.cmake
2992  abi-armeabi-GNU.cmake
2993  abi-armeabi-v6-Clang.cmake
2994  abi-armeabi-v6-GNU.cmake
2995  abi-armeabi-v7a-Clang.cmake
2996  abi-armeabi-v7a-GNU.cmake
2997  abi-common-Clang.cmake
2998  abi-common-GNU.cmake
2999  abi-common.cmake
3000  abi-mips-Clang.cmake
3001  abi-mips-GNU.cmake
3002  abi-mips64-Clang.cmake
3003  abi-mips64-GNU.cmake
3004  abi-x86-Clang.cmake
3005  abi-x86-GNU.cmake
3006  abi-x86_64-Clang.cmake
3007  abi-x86_64-GNU.cmake
3008  ndk-stl-c++.cmake
3009  ndk-stl-c++_shared.cmake
3010  ndk-stl-c++_static.cmake
3011  ndk-stl-gabi++.cmake
3012  ndk-stl-gabi++_shared.cmake
3013  ndk-stl-gabi++_static.cmake
3014  ndk-stl-gnustl.cmake
3015  ndk-stl-gnustl_shared.cmake
3016  ndk-stl-gnustl_static.cmake
3017  ndk-stl-none.cmake
3018  ndk-stl-stlport.cmake
3019  ndk-stl-stlport_shared.cmake
3020  ndk-stl-stlport_static.cmake
3021  ndk-stl-system.cmake
3022 share/cmake/Modules/UseJava/
3023  ClassFilelist.cmake
3024  ClearClassFiles.cmake
3025  Symlinks.cmake
3026  javaTargets.cmake.in
3027 share/cmake/Modules/UseSWIG/ManageSupportFiles.cmake
3028 share/cmake/Templates/
3029  AppleInfo.plist
3030  CMakeVSMacros1.vsmacros
3031  CMakeVSMacros2.vsmacros
3032  CPack.GenericDescription.txt
3033  CPack.GenericLicense.txt
3034  CPack.GenericWelcome.txt
3035  CPackConfig.cmake.in
3036  CTestScript.cmake.in
3037  TestDriver.cxx.in
3038 share/cmake/Templates/MSBuild/
3039  CustomBuildDepFile.targets
3040  nasm.props.in
3041  nasm.targets
3042  nasm.xml
3043 share/cmake/Templates/MSBuild/FlagTables/
3044  v10_CL.json
3045  v10_CSharp.json
3046  v10_Cuda.json
3047  v10_CudaHost.json
3048  v10_LIB.json
3049  v10_Link.json
3050  v10_MASM.json
3051  v10_NASM.json
3052  v10_RC.json
3053  v11_CL.json
3054  v11_CSharp.json
3055  v11_LIB.json
3056  v11_Link.json
3057  v11_MASM.json
3058  v11_RC.json
3059  v12_CL.json
3060  v12_CSharp.json
3061  v12_LIB.json
3062  v12_Link.json
3063  v12_MASM.json
3064  v12_RC.json
3065  v140_CL.json
3066  v140_CSharp.json
3067  v140_Link.json
3068  v141_CL.json
3069  v141_CSharp.json
3070  v141_Link.json
3071  v142_CL.json
3072  v142_CSharp.json
3073  v142_Link.json
3074  v14_LIB.json
3075  v14_MASM.json
3076  v14_RC.json
3077 share/cmake/Templates/Windows/
3078  ApplicationIcon.png
3079  Logo.png
3080  SmallLogo.png
3081  SmallLogo44x44.png
3082  SplashScreen.png
3083  StoreLogo.png
3084  Windows_TemporaryKey.pfx
3085 share/cmake/include/cmCPluginAPI.h
3086 share/emacs/site-lisp/cmake-mode.el
3087 share/man/man1/
3088  ccmake.1.gz
3089  cmake.1.gz
3090  cpack.1.gz
3091  ctest.1.gz
3092 share/man/man7/
3093  cmake-buildsystem.7.gz
3094  cmake-commands.7.gz
3095  cmake-compile-features.7.gz
3096  cmake-developer.7.gz
3097  cmake-env-variables.7.gz
3098  cmake-file-api.7.gz
3099  cmake-generator-expressions.7.gz
3100  cmake-generators.7.gz
3101  cmake-language.7.gz
3102  cmake-modules.7.gz
3103  cmake-packages.7.gz
3104  cmake-policies.7.gz
3105  cmake-presets.7.gz
3106  cmake-properties.7.gz
3107  cmake-qt.7.gz
3108  cmake-server.7.gz
3109  cmake-toolchains.7.gz
3110  cmake-variables.7.gz
3111  cpack-generators.7.gz
3112 share/vim/vimfiles/indent/cmake.vim
3113 share/vim/vimfiles/syntax/cmake.vim
3114
3115
3116 [FILE:392:patches/patch-CMakeLists.txt]
3117 --- CMakeLists.txt.orig 2021-07-14 14:10:23 UTC
3118 +++ CMakeLists.txt
3119 @@ -865,7 +865,7 @@ if(NOT CMake_TEST_EXTERNAL_CMAKE)
3120  
3121    # Install script directories.
3122    install(
3123 -    DIRECTORY Help Modules Templates
3124 +    DIRECTORY Help
3125      DESTINATION ${CMAKE_DATA_DIR}
3126      FILE_PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
3127      DIRECTORY_PERMISSIONS OWNER_READ OWNER_EXECUTE OWNER_WRITE
3128
3129
3130 [FILE:542:patches/patch-Modules_FindSDL.cmake]
3131 --- Modules/FindSDL.cmake.orig  2021-07-14 14:10:23 UTC
3132 +++ Modules/FindSDL.cmake
3133 @@ -124,6 +124,11 @@ else()
3134    set(VC_LIB_PATH_SUFFIX lib/x86)
3135  endif()
3136  
3137 +# On FreeBSD SDL depends on libiconv and SDL_stdinc.h includes iconv.h, which is
3138 +# located in ${LOCALBASE}/include. Append {LOCALBASE}/include to
3139 +# the SDL_INCLUDE_DIR, thus allow to build SDL apps out of box.
3140 +list(APPEND SDL_INCLUDE_DIR /usr/local/include)
3141 +
3142  # SDL-1.1 is the name used by FreeBSD ports...
3143  # don't confuse it for the version number.
3144  find_library(SDL_LIBRARY_TEMP
3145
3146
3147 [FILE:457:patches/patch-Source_cmSystemTools.cxx]
3148 --- Source/cmSystemTools.cxx.orig       2021-07-14 14:10:23 UTC
3149 +++ Source/cmSystemTools.cxx
3150 @@ -6,7 +6,8 @@
3151  // NOLINTNEXTLINE(bugprone-reserved-identifier)
3152  #  define _POSIX_C_SOURCE 200809L
3153  #endif
3154 -#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__QNX__)
3155 +#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__QNX__) \
3156 + || defined(__DragonFly__)
3157  // For isascii
3158  // NOLINTNEXTLINE(bugprone-reserved-identifier)
3159  #  define _XOPEN_SOURCE 700
3160
3161
3162 [FILE:384:patches/patch-Utilities_cmlibuv_src_unix_core.c]
3163 --- Utilities/cmlibuv/src/unix/core.c.orig      2021-07-14 14:10:23 UTC
3164 +++ Utilities/cmlibuv/src/unix/core.c
3165 @@ -73,7 +73,11 @@ extern char** environ;
3166  # include <sys/filio.h>
3167  # include <sys/wait.h>
3168  # include <sys/param.h>
3169 +# if defined __DragonFly__
3170 +# include <sys/sched.h>
3171 +# else
3172  # include <sys/cpuset.h>
3173 +# endif
3174  # if defined(__FreeBSD__)
3175  #  define uv__accept4 accept4
3176  # endif
3177
3178
3179 [FILE:1504:patches/patch-Utilities_cmlibuv_src_unix_fs.c]
3180 --- Utilities/cmlibuv/src/unix/fs.c.orig        2021-07-14 14:10:23 UTC
3181 +++ Utilities/cmlibuv/src/unix/fs.c
3182 @@ -1018,7 +1018,6 @@ ok:
3183  static ssize_t uv__fs_utime(uv_fs_t* req) {
3184  #if defined(__linux__)                                                         \
3185      || defined(_AIX71)                                                         \
3186 -    || defined(__sun)                                                          \
3187      || defined(__HAIKU__)
3188    /* utimesat() has nanosecond resolution but we stick to microseconds
3189     * for the sake of consistency with other platforms.
3190 @@ -1032,6 +1031,7 @@ static ssize_t uv__fs_utime(uv_fs_t* req
3191      || defined(__FreeBSD__)                                                   \
3192      || defined(__FreeBSD_kernel__)                                            \
3193      || defined(__NetBSD__)                                                    \
3194 +    || defined(__sun)                                                         \
3195      || defined(__OpenBSD__)
3196    struct timeval tv[2];
3197    tv[0] = uv__fs_to_timeval(req->atime);
3198 @@ -1061,7 +1061,6 @@ static ssize_t uv__fs_utime(uv_fs_t* req
3199  static ssize_t uv__fs_lutime(uv_fs_t* req) {
3200  #if defined(__linux__)            ||                                           \
3201      defined(_AIX71)               ||                                           \
3202 -    defined(__sun)                ||                                           \
3203      defined(__HAIKU__)
3204    struct timespec ts[2];
3205    ts[0] = uv__fs_to_timespec(req->atime);
3206
3207
3208 [FILE:982:files/InitialCache.cmake]
3209 # Disable CMake's tests while building. We are not interested in them when
3210 # building packages/ports, and it may create problems if part of some
3211 # dependencies are installed (for example, devel/qmake4 is installed, but
3212 # devel/qt4-corelib is not).
3213 # See https://mail.kde.org/pipermail/kde-freebsd/2013-July/015703.html
3214 set(BUILD_TESTING OFF CACHE BOOL "Build the testing tree.")
3215
3216 # Force CMake to look for base's liblzma, otherwise the configuration process
3217 # will fail if archivers/lzmalib is installed, as CMake will try to use its
3218 # liblzma.so.
3219 # Note that this is necessary only for `make configure' to work, as liblzma is
3220 # only ever used if CMake's bundled libarchive is being used.
3221 set(LIBLZMA_INCLUDE_DIR "/usr/include" CACHE PATH
3222     "Directory where LibLZMA headers are located.")
3223 set(LIBLZMA_LIBRARY "/usr/lib/liblzma.so" CACHE PATH
3224     "LibLZMA library to link against.")
3225
3226 # Don't even try
3227 set(CPACK_ENABLE_FREEBSD_PKG OFF CACHE BOOL "Enable pkg(8) generator in CPack")
3228