Ravenports generated: 16 Dec 2018 18:32
[ravenports.git] / bucket_93 / cmake
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               cmake
4 VERSION=                3.13.2
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.13/
13                         https://fossies.org/linux/misc/
14 DISTFILE[1]=            cmake-3.13.2.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 c925e7d2c5ba511a69f43543ed7b4182a7d446c274c7480d0e42cd933076ae25      8614687 cmake-3.13.2.tar.gz
97
98
99 [FILE:60868: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/cmake/Help/index.rst
108 share/cmake/Help/command/
109  FIND_XXX.txt
110  FIND_XXX_ORDER.txt
111  FIND_XXX_ROOT.txt
112  LINK_OPTIONS_LINKER.txt
113  OPTIONS_SHELL.txt
114  add_compile_definitions.rst
115  add_compile_options.rst
116  add_custom_command.rst
117  add_custom_target.rst
118  add_definitions.rst
119  add_dependencies.rst
120  add_executable.rst
121  add_library.rst
122  add_link_options.rst
123  add_subdirectory.rst
124  add_test.rst
125  aux_source_directory.rst
126  break.rst
127  build_command.rst
128  build_name.rst
129  cmake_host_system_information.rst
130  cmake_minimum_required.rst
131  cmake_parse_arguments.rst
132  cmake_policy.rst
133  configure_file.rst
134  continue.rst
135  create_test_sourcelist.rst
136  ctest_build.rst
137  ctest_configure.rst
138  ctest_coverage.rst
139  ctest_empty_binary_directory.rst
140  ctest_memcheck.rst
141  ctest_read_custom_files.rst
142  ctest_run_script.rst
143  ctest_sleep.rst
144  ctest_start.rst
145  ctest_submit.rst
146  ctest_test.rst
147  ctest_update.rst
148  ctest_upload.rst
149  define_property.rst
150  else.rst
151  elseif.rst
152  enable_language.rst
153  enable_testing.rst
154  endforeach.rst
155  endfunction.rst
156  endif.rst
157  endmacro.rst
158  endwhile.rst
159  exec_program.rst
160  execute_process.rst
161  export.rst
162  export_library_dependencies.rst
163  file.rst
164  find_file.rst
165  find_library.rst
166  find_package.rst
167  find_path.rst
168  find_program.rst
169  fltk_wrap_ui.rst
170  foreach.rst
171  function.rst
172  get_cmake_property.rst
173  get_directory_property.rst
174  get_filename_component.rst
175  get_property.rst
176  get_source_file_property.rst
177  get_target_property.rst
178  get_test_property.rst
179  if.rst
180  include.rst
181  include_directories.rst
182  include_external_msproject.rst
183  include_guard.rst
184  include_regular_expression.rst
185  install.rst
186  install_files.rst
187  install_programs.rst
188  install_targets.rst
189  link_directories.rst
190  link_libraries.rst
191  list.rst
192  load_cache.rst
193  load_command.rst
194  macro.rst
195  make_directory.rst
196  mark_as_advanced.rst
197  math.rst
198  message.rst
199  option.rst
200  output_required_files.rst
201  project.rst
202  qt_wrap_cpp.rst
203  qt_wrap_ui.rst
204  remove.rst
205  remove_definitions.rst
206  return.rst
207  separate_arguments.rst
208  set.rst
209  set_directory_properties.rst
210  set_property.rst
211  set_source_files_properties.rst
212  set_target_properties.rst
213  set_tests_properties.rst
214  site_name.rst
215  source_group.rst
216  string.rst
217  subdir_depends.rst
218  subdirs.rst
219  target_compile_definitions.rst
220  target_compile_features.rst
221  target_compile_options.rst
222  target_include_directories.rst
223  target_link_directories.rst
224  target_link_libraries.rst
225  target_link_options.rst
226  target_sources.rst
227  try_compile.rst
228  try_run.rst
229  unset.rst
230  use_mangled_mesa.rst
231  utility_source.rst
232  variable_requires.rst
233  variable_watch.rst
234  while.rst
235  write_file.rst
236 share/cmake/Help/cpack_gen/
237  archive.rst
238  bundle.rst
239  cygwin.rst
240  deb.rst
241  dmg.rst
242  external.rst
243  freebsd.rst
244  ifw.rst
245  nsis.rst
246  nuget.rst
247  packagemaker.rst
248  productbuild.rst
249  rpm.rst
250  wix.rst
251 share/cmake/Help/envvar/
252  ASM_DIALECT.rst
253  ASM_DIALECTFLAGS.rst
254  CC.rst
255  CFLAGS.rst
256  CMAKE_BUILD_PARALLEL_LEVEL.rst
257  CMAKE_CONFIG_TYPE.rst
258  CMAKE_MSVCIDE_RUN_PATH.rst
259  CMAKE_OSX_ARCHITECTURES.rst
260  CSFLAGS.rst
261  CTEST_INTERACTIVE_DEBUG_MODE.rst
262  CTEST_OUTPUT_ON_FAILURE.rst
263  CTEST_PARALLEL_LEVEL.rst
264  CTEST_PROGRESS_OUTPUT.rst
265  CTEST_USE_LAUNCHERS_DEFAULT.rst
266  CUDACXX.rst
267  CUDAFLAGS.rst
268  CUDAHOSTCXX.rst
269  CXX.rst
270  CXXFLAGS.rst
271  DASHBOARD_TEST_FROM_CTEST.rst
272  DESTDIR.rst
273  FC.rst
274  FFLAGS.rst
275  LDFLAGS.rst
276  MACOSX_DEPLOYMENT_TARGET.rst
277  PackageName_ROOT.rst
278  RC.rst
279  RCFLAGS.rst
280 share/cmake/Help/generator/
281  Borland Makefiles.rst
282  CodeBlocks.rst
283  CodeLite.rst
284  Eclipse CDT4.rst
285  Green Hills MULTI.rst
286  Kate.rst
287  MSYS Makefiles.rst
288  MinGW Makefiles.rst
289  NMake Makefiles JOM.rst
290  NMake Makefiles.rst
291  Ninja.rst
292  Sublime Text 2.rst
293  Unix Makefiles.rst
294  VS_TOOLSET_HOST_ARCH.txt
295  Visual Studio 10 2010.rst
296  Visual Studio 11 2012.rst
297  Visual Studio 12 2013.rst
298  Visual Studio 14 2015.rst
299  Visual Studio 15 2017.rst
300  Visual Studio 6.rst
301  Visual Studio 7 .NET 2003.rst
302  Visual Studio 7.rst
303  Visual Studio 8 2005.rst
304  Visual Studio 9 2008.rst
305  Watcom WMake.rst
306  Xcode.rst
307 share/cmake/Help/include/
308  COMPILE_DEFINITIONS_DISCLAIMER.txt
309  INTERFACE_INCLUDE_DIRECTORIES_WARNING.txt
310  INTERFACE_LINK_LIBRARIES_WARNING.txt
311 share/cmake/Help/manual/
312  LINKS.txt
313  OPTIONS_BUILD.txt
314  OPTIONS_HELP.txt
315  ccmake.1.rst
316  cmake-buildsystem.7.rst
317  cmake-commands.7.rst
318  cmake-compile-features.7.rst
319  cmake-developer.7.rst
320  cmake-env-variables.7.rst
321  cmake-generator-expressions.7.rst
322  cmake-generators.7.rst
323  cmake-language.7.rst
324  cmake-modules.7.rst
325  cmake-packages.7.rst
326  cmake-policies.7.rst
327  cmake-properties.7.rst
328  cmake-qt.7.rst
329  cmake-server.7.rst
330  cmake-toolchains.7.rst
331  cmake-variables.7.rst
332  cmake.1.rst
333  cpack-generators.7.rst
334  cpack.1.rst
335  ctest.1.rst
336 share/cmake/Help/module/
337  AddFileDependencies.rst
338  AndroidTestUtilities.rst
339  BundleUtilities.rst
340  CMakeAddFortranSubdirectory.rst
341  CMakeBackwardCompatibilityCXX.rst
342  CMakeDependentOption.rst
343  CMakeDetermineVSServicePack.rst
344  CMakeExpandImportedTargets.rst
345  CMakeFindDependencyMacro.rst
346  CMakeFindFrameworks.rst
347  CMakeFindPackageMode.rst
348  CMakeForceCompiler.rst
349  CMakeGraphVizOptions.rst
350  CMakePackageConfigHelpers.rst
351  CMakeParseArguments.rst
352  CMakePrintHelpers.rst
353  CMakePrintSystemInformation.rst
354  CMakePushCheckState.rst
355  CMakeVerifyManifest.rst
356  CPack.rst
357  CPackArchive.rst
358  CPackBundle.rst
359  CPackComponent.rst
360  CPackCygwin.rst
361  CPackDMG.rst
362  CPackDeb.rst
363  CPackFreeBSD.rst
364  CPackIFW.rst
365  CPackIFWConfigureFile.rst
366  CPackNSIS.rst
367  CPackNuGet.rst
368  CPackPackageMaker.rst
369  CPackProductBuild.rst
370  CPackRPM.rst
371  CPackWIX.rst
372  CSharpUtilities.rst
373  CTest.rst
374  CTestCoverageCollectGCOV.rst
375  CTestScriptMode.rst
376  CTestUseLaunchers.rst
377  CheckCCompilerFlag.rst
378  CheckCSourceCompiles.rst
379  CheckCSourceRuns.rst
380  CheckCXXCompilerFlag.rst
381  CheckCXXSourceCompiles.rst
382  CheckCXXSourceRuns.rst
383  CheckCXXSymbolExists.rst
384  CheckFortranCompilerFlag.rst
385  CheckFortranFunctionExists.rst
386  CheckFortranSourceCompiles.rst
387  CheckFunctionExists.rst
388  CheckIPOSupported.rst
389  CheckIncludeFile.rst
390  CheckIncludeFileCXX.rst
391  CheckIncludeFiles.rst
392  CheckLanguage.rst
393  CheckLibraryExists.rst
394  CheckPrototypeDefinition.rst
395  CheckStructHasMember.rst
396  CheckSymbolExists.rst
397  CheckTypeSize.rst
398  CheckVariableExists.rst
399  Dart.rst
400  DeployQt4.rst
401  Documentation.rst
402  ExternalData.rst
403  ExternalProject.rst
404  FeatureSummary.rst
405  FetchContent.rst
406  FindALSA.rst
407  FindASPELL.rst
408  FindAVIFile.rst
409  FindArmadillo.rst
410  FindBISON.rst
411  FindBLAS.rst
412  FindBZip2.rst
413  FindBacktrace.rst
414  FindBoost.rst
415  FindBullet.rst
416  FindCABLE.rst
417  FindCUDA.rst
418  FindCURL.rst
419  FindCVS.rst
420  FindCoin3D.rst
421  FindCups.rst
422  FindCurses.rst
423  FindCxxTest.rst
424  FindCygwin.rst
425  FindDCMTK.rst
426  FindDart.rst
427  FindDevIL.rst
428  FindDoxygen.rst
429  FindEXPAT.rst
430  FindFLEX.rst
431  FindFLTK.rst
432  FindFLTK2.rst
433  FindFreetype.rst
434  FindGCCXML.rst
435  FindGDAL.rst
436  FindGIF.rst
437  FindGLEW.rst
438  FindGLUT.rst
439  FindGSL.rst
440  FindGTK.rst
441  FindGTK2.rst
442  FindGTest.rst
443  FindGettext.rst
444  FindGit.rst
445  FindGnuTLS.rst
446  FindGnuplot.rst
447  FindHDF5.rst
448  FindHSPELL.rst
449  FindHTMLHelp.rst
450  FindHg.rst
451  FindICU.rst
452  FindITK.rst
453  FindIce.rst
454  FindIconv.rst
455  FindIcotool.rst
456  FindImageMagick.rst
457  FindIntl.rst
458  FindJNI.rst
459  FindJPEG.rst
460  FindJasper.rst
461  FindJava.rst
462  FindKDE3.rst
463  FindKDE4.rst
464  FindLAPACK.rst
465  FindLATEX.rst
466  FindLTTngUST.rst
467  FindLibArchive.rst
468  FindLibLZMA.rst
469  FindLibXml2.rst
470  FindLibXslt.rst
471  FindLua.rst
472  FindLua50.rst
473  FindLua51.rst
474  FindMFC.rst
475  FindMPEG.rst
476  FindMPEG2.rst
477  FindMPI.rst
478  FindMatlab.rst
479  FindMotif.rst
480  FindODBC.rst
481  FindOpenACC.rst
482  FindOpenAL.rst
483  FindOpenCL.rst
484  FindOpenGL.rst
485  FindOpenMP.rst
486  FindOpenSSL.rst
487  FindOpenSceneGraph.rst
488  FindOpenThreads.rst
489  FindPHP4.rst
490  FindPNG.rst
491  FindPackageHandleStandardArgs.rst
492  FindPackageMessage.rst
493  FindPatch.rst
494  FindPerl.rst
495  FindPerlLibs.rst
496  FindPhysFS.rst
497  FindPike.rst
498  FindPkgConfig.rst
499  FindPostgreSQL.rst
500  FindProducer.rst
501  FindProtobuf.rst
502  FindPython.rst
503  FindPython2.rst
504  FindPython3.rst
505  FindPythonInterp.rst
506  FindPythonLibs.rst
507  FindQt.rst
508  FindQt3.rst
509  FindQt4.rst
510  FindQuickTime.rst
511  FindRTI.rst
512  FindRuby.rst
513  FindSDL.rst
514  FindSDL_image.rst
515  FindSDL_mixer.rst
516  FindSDL_net.rst
517  FindSDL_sound.rst
518  FindSDL_ttf.rst
519  FindSWIG.rst
520  FindSelfPackers.rst
521  FindSquish.rst
522  FindSubversion.rst
523  FindTCL.rst
524  FindTIFF.rst
525  FindTclStub.rst
526  FindTclsh.rst
527  FindThreads.rst
528  FindUnixCommands.rst
529  FindVTK.rst
530  FindVulkan.rst
531  FindWget.rst
532  FindWish.rst
533  FindX11.rst
534  FindXCTest.rst
535  FindXMLRPC.rst
536  FindXalanC.rst
537  FindXercesC.rst
538  FindZLIB.rst
539  Findosg.rst
540  FindosgAnimation.rst
541  FindosgDB.rst
542  FindosgFX.rst
543  FindosgGA.rst
544  FindosgIntrospection.rst
545  FindosgManipulator.rst
546  FindosgParticle.rst
547  FindosgPresentation.rst
548  FindosgProducer.rst
549  FindosgQt.rst
550  FindosgShadow.rst
551  FindosgSim.rst
552  FindosgTerrain.rst
553  FindosgText.rst
554  FindosgUtil.rst
555  FindosgViewer.rst
556  FindosgVolume.rst
557  FindosgWidget.rst
558  Findosg_functions.rst
559  FindwxWidgets.rst
560  FindwxWindows.rst
561  FortranCInterface.rst
562  GNUInstallDirs.rst
563  GenerateExportHeader.rst
564  GetPrerequisites.rst
565  GoogleTest.rst
566  InstallRequiredSystemLibraries.rst
567  MacroAddFileDependencies.rst
568  ProcessorCount.rst
569  SelectLibraryConfigurations.rst
570  SquishTestScript.rst
571  TestBigEndian.rst
572  TestCXXAcceptsFlag.rst
573  TestForANSIForScope.rst
574  TestForANSIStreamHeaders.rst
575  TestForSSTREAM.rst
576  TestForSTDNamespace.rst
577  UseEcos.rst
578  UseJava.rst
579  UseJavaClassFilelist.rst
580  UseJavaSymlinks.rst
581  UsePkgConfig.rst
582  UseSWIG.rst
583  Use_wxWindows.rst
584  UsewxWidgets.rst
585  WriteBasicConfigVersionFile.rst
586  WriteCompilerDetectionHeader.rst
587 share/cmake/Help/policy/
588  CMP0000.rst
589  CMP0001.rst
590  CMP0002.rst
591  CMP0003.rst
592  CMP0004.rst
593  CMP0005.rst
594  CMP0006.rst
595  CMP0007.rst
596  CMP0008.rst
597  CMP0009.rst
598  CMP0010.rst
599  CMP0011.rst
600  CMP0012.rst
601  CMP0013.rst
602  CMP0014.rst
603  CMP0015.rst
604  CMP0016.rst
605  CMP0017.rst
606  CMP0018.rst
607  CMP0019.rst
608  CMP0020.rst
609  CMP0021.rst
610  CMP0022.rst
611  CMP0023.rst
612  CMP0024.rst
613  CMP0025.rst
614  CMP0026.rst
615  CMP0027.rst
616  CMP0028.rst
617  CMP0029.rst
618  CMP0030.rst
619  CMP0031.rst
620  CMP0032.rst
621  CMP0033.rst
622  CMP0034.rst
623  CMP0035.rst
624  CMP0036.rst
625  CMP0037.rst
626  CMP0038.rst
627  CMP0039.rst
628  CMP0040.rst
629  CMP0041.rst
630  CMP0042.rst
631  CMP0043.rst
632  CMP0044.rst
633  CMP0045.rst
634  CMP0046.rst
635  CMP0047.rst
636  CMP0048.rst
637  CMP0049.rst
638  CMP0050.rst
639  CMP0051.rst
640  CMP0052.rst
641  CMP0053.rst
642  CMP0054.rst
643  CMP0055.rst
644  CMP0056.rst
645  CMP0057.rst
646  CMP0058.rst
647  CMP0059.rst
648  CMP0060.rst
649  CMP0061.rst
650  CMP0062.rst
651  CMP0063.rst
652  CMP0064.rst
653  CMP0065.rst
654  CMP0066.rst
655  CMP0067.rst
656  CMP0068.rst
657  CMP0069.rst
658  CMP0070.rst
659  CMP0071.rst
660  CMP0072.rst
661  CMP0073.rst
662  CMP0074.rst
663  CMP0075.rst
664  CMP0076.rst
665  CMP0077.rst
666  CMP0078.rst
667  CMP0079.rst
668  CMP0080.rst
669  CMP0081.rst
670  DEPRECATED.txt
671  DISALLOWED_COMMAND.txt
672 share/cmake/Help/prop_cache/
673  ADVANCED.rst
674  HELPSTRING.rst
675  MODIFIED.rst
676  STRINGS.rst
677  TYPE.rst
678  VALUE.rst
679 share/cmake/Help/prop_dir/
680  ADDITIONAL_MAKE_CLEAN_FILES.rst
681  BINARY_DIR.rst
682  BUILDSYSTEM_TARGETS.rst
683  CACHE_VARIABLES.rst
684  CLEAN_NO_CUSTOM.rst
685  CMAKE_CONFIGURE_DEPENDS.rst
686  COMPILE_DEFINITIONS.rst
687  COMPILE_DEFINITIONS_CONFIG.rst
688  COMPILE_OPTIONS.rst
689  DEFINITIONS.rst
690  EXCLUDE_FROM_ALL.rst
691  IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.rst
692  INCLUDE_DIRECTORIES.rst
693  INCLUDE_REGULAR_EXPRESSION.rst
694  INTERPROCEDURAL_OPTIMIZATION.rst
695  INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst
696  LABELS.rst
697  LINK_DIRECTORIES.rst
698  LINK_OPTIONS.rst
699  LISTFILE_STACK.rst
700  MACROS.rst
701  PARENT_DIRECTORY.rst
702  RULE_LAUNCH_COMPILE.rst
703  RULE_LAUNCH_CUSTOM.rst
704  RULE_LAUNCH_LINK.rst
705  SOURCE_DIR.rst
706  SUBDIRECTORIES.rst
707  TESTS.rst
708  TEST_INCLUDE_FILE.rst
709  TEST_INCLUDE_FILES.rst
710  VARIABLES.rst
711  VS_GLOBAL_SECTION_POST_section.rst
712  VS_GLOBAL_SECTION_PRE_section.rst
713  VS_STARTUP_PROJECT.rst
714 share/cmake/Help/prop_gbl/
715  ALLOW_DUPLICATE_CUSTOM_TARGETS.rst
716  AUTOGEN_SOURCE_GROUP.rst
717  AUTOGEN_TARGETS_FOLDER.rst
718  AUTOMOC_SOURCE_GROUP.rst
719  AUTOMOC_TARGETS_FOLDER.rst
720  AUTORCC_SOURCE_GROUP.rst
721  CMAKE_CXX_KNOWN_FEATURES.rst
722  CMAKE_C_KNOWN_FEATURES.rst
723  DEBUG_CONFIGURATIONS.rst
724  DISABLED_FEATURES.rst
725  ECLIPSE_EXTRA_CPROJECT_CONTENTS.rst
726  ECLIPSE_EXTRA_NATURES.rst
727  ENABLED_FEATURES.rst
728  ENABLED_LANGUAGES.rst
729  FIND_LIBRARY_USE_LIB32_PATHS.rst
730  FIND_LIBRARY_USE_LIB64_PATHS.rst
731  FIND_LIBRARY_USE_LIBX32_PATHS.rst
732  FIND_LIBRARY_USE_OPENBSD_VERSIONING.rst
733  GENERATOR_IS_MULTI_CONFIG.rst
734  GLOBAL_DEPENDS_DEBUG_MODE.rst
735  GLOBAL_DEPENDS_NO_CYCLES.rst
736  IN_TRY_COMPILE.rst
737  JOB_POOLS.rst
738  PACKAGES_FOUND.rst
739  PACKAGES_NOT_FOUND.rst
740  PREDEFINED_TARGETS_FOLDER.rst
741  REPORT_UNDEFINED_PROPERTIES.rst
742  RULE_LAUNCH_COMPILE.rst
743  RULE_LAUNCH_CUSTOM.rst
744  RULE_LAUNCH_LINK.rst
745  RULE_MESSAGES.rst
746  TARGET_ARCHIVES_MAY_BE_SHARED_LIBS.rst
747  TARGET_MESSAGES.rst
748  TARGET_SUPPORTS_SHARED_LIBS.rst
749  USE_FOLDERS.rst
750  XCODE_EMIT_EFFECTIVE_PLATFORM_NAME.rst
751 share/cmake/Help/prop_inst/
752  CPACK_DESKTOP_SHORTCUTS.rst
753  CPACK_NEVER_OVERWRITE.rst
754  CPACK_PERMANENT.rst
755  CPACK_STARTUP_SHORTCUTS.rst
756  CPACK_START_MENU_SHORTCUTS.rst
757  CPACK_WIX_ACL.rst
758 share/cmake/Help/prop_sf/
759  ABSTRACT.rst
760  AUTORCC_OPTIONS.rst
761  AUTOUIC_OPTIONS.rst
762  COMPILE_DEFINITIONS.rst
763  COMPILE_DEFINITIONS_CONFIG.rst
764  COMPILE_FLAGS.rst
765  COMPILE_OPTIONS.rst
766  EXTERNAL_OBJECT.rst
767  Fortran_FORMAT.rst
768  GENERATED.rst
769  HEADER_FILE_ONLY.rst
770  INCLUDE_DIRECTORIES.rst
771  KEEP_EXTENSION.rst
772  LABELS.rst
773  LANGUAGE.rst
774  LOCATION.rst
775  MACOSX_PACKAGE_LOCATION.rst
776  OBJECT_DEPENDS.rst
777  OBJECT_OUTPUTS.rst
778  SKIP_AUTOGEN.rst
779  SKIP_AUTOMOC.rst
780  SKIP_AUTORCC.rst
781  SKIP_AUTOUIC.rst
782  SYMBOLIC.rst
783  VS_COPY_TO_OUT_DIR.rst
784  VS_CSHARP_tagname.rst
785  VS_DEPLOYMENT_CONTENT.rst
786  VS_DEPLOYMENT_LOCATION.rst
787  VS_INCLUDE_IN_VSIX.rst
788  VS_RESOURCE_GENERATOR.rst
789  VS_SHADER_DISABLE_OPTIMIZATIONS.rst
790  VS_SHADER_ENABLE_DEBUG.rst
791  VS_SHADER_ENTRYPOINT.rst
792  VS_SHADER_FLAGS.rst
793  VS_SHADER_MODEL.rst
794  VS_SHADER_OBJECT_FILE_NAME.rst
795  VS_SHADER_OUTPUT_HEADER_FILE.rst
796  VS_SHADER_TYPE.rst
797  VS_SHADER_VARIABLE_NAME.rst
798  VS_TOOL_OVERRIDE.rst
799  VS_XAML_TYPE.rst
800  WRAP_EXCLUDE.rst
801  XCODE_EXPLICIT_FILE_TYPE.rst
802  XCODE_FILE_ATTRIBUTES.rst
803  XCODE_LAST_KNOWN_FILE_TYPE.rst
804 share/cmake/Help/prop_test/
805  ATTACHED_FILES.rst
806  ATTACHED_FILES_ON_FAIL.rst
807  COST.rst
808  DEPENDS.rst
809  DISABLED.rst
810  ENVIRONMENT.rst
811  FAIL_REGULAR_EXPRESSION.rst
812  FIXTURES_CLEANUP.rst
813  FIXTURES_REQUIRED.rst
814  FIXTURES_SETUP.rst
815  LABELS.rst
816  MEASUREMENT.rst
817  PASS_REGULAR_EXPRESSION.rst
818  PROCESSORS.rst
819  PROCESSOR_AFFINITY.rst
820  REQUIRED_FILES.rst
821  RESOURCE_LOCK.rst
822  RUN_SERIAL.rst
823  SKIP_RETURN_CODE.rst
824  TIMEOUT.rst
825  TIMEOUT_AFTER_MATCH.rst
826  WILL_FAIL.rst
827  WORKING_DIRECTORY.rst
828 share/cmake/Help/prop_tgt/
829  ALIASED_TARGET.rst
830  ANDROID_ANT_ADDITIONAL_OPTIONS.rst
831  ANDROID_API.rst
832  ANDROID_API_MIN.rst
833  ANDROID_ARCH.rst
834  ANDROID_ASSETS_DIRECTORIES.rst
835  ANDROID_GUI.rst
836  ANDROID_JAR_DEPENDENCIES.rst
837  ANDROID_JAR_DIRECTORIES.rst
838  ANDROID_JAVA_SOURCE_DIR.rst
839  ANDROID_NATIVE_LIB_DEPENDENCIES.rst
840  ANDROID_NATIVE_LIB_DIRECTORIES.rst
841  ANDROID_PROCESS_MAX.rst
842  ANDROID_PROGUARD.rst
843  ANDROID_PROGUARD_CONFIG_PATH.rst
844  ANDROID_SECURE_PROPS_PATH.rst
845  ANDROID_SKIP_ANT_STEP.rst
846  ANDROID_STL_TYPE.rst
847  ARCHIVE_OUTPUT_DIRECTORY.rst
848  ARCHIVE_OUTPUT_DIRECTORY_CONFIG.rst
849  ARCHIVE_OUTPUT_NAME.rst
850  ARCHIVE_OUTPUT_NAME_CONFIG.rst
851  AUTOGEN_BUILD_DIR.rst
852  AUTOGEN_PARALLEL.rst
853  AUTOGEN_TARGET_DEPENDS.rst
854  AUTOMOC.rst
855  AUTOMOC_COMPILER_PREDEFINES.rst
856  AUTOMOC_DEPEND_FILTERS.rst
857  AUTOMOC_MACRO_NAMES.rst
858  AUTOMOC_MOC_OPTIONS.rst
859  AUTORCC.rst
860  AUTORCC_OPTIONS.rst
861  AUTOUIC.rst
862  AUTOUIC_OPTIONS.rst
863  AUTOUIC_SEARCH_PATHS.rst
864  BINARY_DIR.rst
865  BUILD_RPATH.rst
866  BUILD_WITH_INSTALL_NAME_DIR.rst
867  BUILD_WITH_INSTALL_RPATH.rst
868  BUNDLE.rst
869  BUNDLE_EXTENSION.rst
870  COMMON_LANGUAGE_RUNTIME.rst
871  COMPATIBLE_INTERFACE_BOOL.rst
872  COMPATIBLE_INTERFACE_NUMBER_MAX.rst
873  COMPATIBLE_INTERFACE_NUMBER_MIN.rst
874  COMPATIBLE_INTERFACE_STRING.rst
875  COMPILE_DEFINITIONS.rst
876  COMPILE_DEFINITIONS_CONFIG.rst
877  COMPILE_FEATURES.rst
878  COMPILE_FLAGS.rst
879  COMPILE_OPTIONS.rst
880  COMPILE_PDB_NAME.rst
881  COMPILE_PDB_NAME_CONFIG.rst
882  COMPILE_PDB_NOTE.txt
883  COMPILE_PDB_OUTPUT_DIRECTORY.rst
884  COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.rst
885  CONFIG_OUTPUT_NAME.rst
886  CONFIG_POSTFIX.rst
887  CROSSCOMPILING_EMULATOR.rst
888  CUDA_EXTENSIONS.rst
889  CUDA_PTX_COMPILATION.rst
890  CUDA_RESOLVE_DEVICE_SYMBOLS.rst
891  CUDA_SEPARABLE_COMPILATION.rst
892  CUDA_STANDARD.rst
893  CUDA_STANDARD_REQUIRED.rst
894  CXX_EXTENSIONS.rst
895  CXX_STANDARD.rst
896  CXX_STANDARD_REQUIRED.rst
897  C_EXTENSIONS.rst
898  C_STANDARD.rst
899  C_STANDARD_REQUIRED.rst
900  DEBUG_POSTFIX.rst
901  DEFINE_SYMBOL.rst
902  DEPLOYMENT_ADDITIONAL_FILES.rst
903  DEPLOYMENT_REMOTE_DIRECTORY.rst
904  DOTNET_TARGET_FRAMEWORK_VERSION.rst
905  ENABLE_EXPORTS.rst
906  EXCLUDE_FROM_ALL.rst
907  EXCLUDE_FROM_DEFAULT_BUILD.rst
908  EXCLUDE_FROM_DEFAULT_BUILD_CONFIG.rst
909  EXPORT_NAME.rst
910  EXPORT_PROPERTIES.rst
911  EchoString.rst
912  FOLDER.rst
913  FRAMEWORK.rst
914  FRAMEWORK_VERSION.rst
915  Fortran_FORMAT.rst
916  Fortran_MODULE_DIRECTORY.rst
917  GENERATOR_FILE_NAME.rst
918  GNUtoMS.rst
919  HAS_CXX.rst
920  IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.rst
921  IMPORTED.rst
922  IMPORTED_COMMON_LANGUAGE_RUNTIME.rst
923  IMPORTED_CONFIGURATIONS.rst
924  IMPORTED_GLOBAL.rst
925  IMPORTED_IMPLIB.rst
926  IMPORTED_IMPLIB_CONFIG.rst
927  IMPORTED_LIBNAME.rst
928  IMPORTED_LIBNAME_CONFIG.rst
929  IMPORTED_LINK_DEPENDENT_LIBRARIES.rst
930  IMPORTED_LINK_DEPENDENT_LIBRARIES_CONFIG.rst
931  IMPORTED_LINK_INTERFACE_LANGUAGES.rst
932  IMPORTED_LINK_INTERFACE_LANGUAGES_CONFIG.rst
933  IMPORTED_LINK_INTERFACE_LIBRARIES.rst
934  IMPORTED_LINK_INTERFACE_LIBRARIES_CONFIG.rst
935  IMPORTED_LINK_INTERFACE_MULTIPLICITY.rst
936  IMPORTED_LINK_INTERFACE_MULTIPLICITY_CONFIG.rst
937  IMPORTED_LOCATION.rst
938  IMPORTED_LOCATION_CONFIG.rst
939  IMPORTED_NO_SONAME.rst
940  IMPORTED_NO_SONAME_CONFIG.rst
941  IMPORTED_OBJECTS.rst
942  IMPORTED_OBJECTS_CONFIG.rst
943  IMPORTED_SONAME.rst
944  IMPORTED_SONAME_CONFIG.rst
945  IMPORT_PREFIX.rst
946  IMPORT_SUFFIX.rst
947  INCLUDE_DIRECTORIES.rst
948  INSTALL_NAME_DIR.rst
949  INSTALL_RPATH.rst
950  INSTALL_RPATH_USE_LINK_PATH.rst
951  INTERFACE_AUTOUIC_OPTIONS.rst
952  INTERFACE_BUILD_PROPERTY.txt
953  INTERFACE_COMPILE_DEFINITIONS.rst
954  INTERFACE_COMPILE_FEATURES.rst
955  INTERFACE_COMPILE_OPTIONS.rst
956  INTERFACE_INCLUDE_DIRECTORIES.rst
957  INTERFACE_LINK_DEPENDS.rst
958  INTERFACE_LINK_DIRECTORIES.rst
959  INTERFACE_LINK_LIBRARIES.rst
960  INTERFACE_LINK_OPTIONS.rst
961  INTERFACE_POSITION_INDEPENDENT_CODE.rst
962  INTERFACE_SOURCES.rst
963  INTERFACE_SYSTEM_INCLUDE_DIRECTORIES.rst
964  INTERPROCEDURAL_OPTIMIZATION.rst
965  INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst
966  IOS_INSTALL_COMBINED.rst
967  JOB_POOL_COMPILE.rst
968  JOB_POOL_LINK.rst
969  LABELS.rst
970  LANG_CLANG_TIDY.rst
971  LANG_COMPILER_LAUNCHER.rst
972  LANG_CPPCHECK.rst
973  LANG_CPPLINT.rst
974  LANG_INCLUDE_WHAT_YOU_USE.rst
975  LANG_VISIBILITY_PRESET.rst
976  LIBRARY_OUTPUT_DIRECTORY.rst
977  LIBRARY_OUTPUT_DIRECTORY_CONFIG.rst
978  LIBRARY_OUTPUT_NAME.rst
979  LIBRARY_OUTPUT_NAME_CONFIG.rst
980  LINKER_LANGUAGE.rst
981  LINK_DEPENDS.rst
982  LINK_DEPENDS_NO_SHARED.rst
983  LINK_DIRECTORIES.rst
984  LINK_FLAGS.rst
985  LINK_FLAGS_CONFIG.rst
986  LINK_INTERFACE_LIBRARIES.rst
987  LINK_INTERFACE_LIBRARIES_CONFIG.rst
988  LINK_INTERFACE_MULTIPLICITY.rst
989  LINK_INTERFACE_MULTIPLICITY_CONFIG.rst
990  LINK_LIBRARIES.rst
991  LINK_LIBRARIES_INDIRECTION.txt
992  LINK_OPTIONS.rst
993  LINK_SEARCH_END_STATIC.rst
994  LINK_SEARCH_START_STATIC.rst
995  LINK_WHAT_YOU_USE.rst
996  LOCATION.rst
997  LOCATION_CONFIG.rst
998  MACOSX_BUNDLE.rst
999  MACOSX_BUNDLE_INFO_PLIST.rst
1000  MACOSX_FRAMEWORK_INFO_PLIST.rst
1001  MACOSX_RPATH.rst
1002  MANUALLY_ADDED_DEPENDENCIES.rst
1003  MAP_IMPORTED_CONFIG_CONFIG.rst
1004  NAME.rst
1005  NO_SONAME.rst
1006  NO_SYSTEM_FROM_IMPORTED.rst
1007  OSX_ARCHITECTURES.rst
1008  OSX_ARCHITECTURES_CONFIG.rst
1009  OUTPUT_NAME.rst
1010  OUTPUT_NAME_CONFIG.rst
1011  PDB_NAME.rst
1012  PDB_NAME_CONFIG.rst
1013  PDB_NOTE.txt
1014  PDB_OUTPUT_DIRECTORY.rst
1015  PDB_OUTPUT_DIRECTORY_CONFIG.rst
1016  POSITION_INDEPENDENT_CODE.rst
1017  POST_INSTALL_SCRIPT.rst
1018  PREFIX.rst
1019  PRE_INSTALL_SCRIPT.rst
1020  PRIVATE_HEADER.rst
1021  PROJECT_LABEL.rst
1022  PUBLIC_HEADER.rst
1023  RESOURCE.rst
1024  RULE_LAUNCH_COMPILE.rst
1025  RULE_LAUNCH_CUSTOM.rst
1026  RULE_LAUNCH_LINK.rst
1027  RUNTIME_OUTPUT_DIRECTORY.rst
1028  RUNTIME_OUTPUT_DIRECTORY_CONFIG.rst
1029  RUNTIME_OUTPUT_NAME.rst
1030  RUNTIME_OUTPUT_NAME_CONFIG.rst
1031  SKIP_BUILD_RPATH.rst
1032  SOURCES.rst
1033  SOURCE_DIR.rst
1034  SOVERSION.rst
1035  STATIC_LIBRARY_FLAGS.rst
1036  STATIC_LIBRARY_FLAGS_CONFIG.rst
1037  STATIC_LIBRARY_OPTIONS.rst
1038  SUFFIX.rst
1039  TYPE.rst
1040  VERSION.rst
1041  VISIBILITY_INLINES_HIDDEN.rst
1042  VS_CONFIGURATION_TYPE.rst
1043  VS_DEBUGGER_COMMAND.rst
1044  VS_DEBUGGER_COMMAND_ARGUMENTS.rst
1045  VS_DEBUGGER_ENVIRONMENT.rst
1046  VS_DEBUGGER_WORKING_DIRECTORY.rst
1047  VS_DESKTOP_EXTENSIONS_VERSION.rst
1048  VS_DOTNET_REFERENCEPROP_refname_TAG_tagname.rst
1049  VS_DOTNET_REFERENCES.rst
1050  VS_DOTNET_REFERENCES_COPY_LOCAL.rst
1051  VS_DOTNET_REFERENCE_refname.rst
1052  VS_DOTNET_TARGET_FRAMEWORK_VERSION.rst
1053  VS_GLOBAL_KEYWORD.rst
1054  VS_GLOBAL_PROJECT_TYPES.rst
1055  VS_GLOBAL_ROOTNAMESPACE.rst
1056  VS_GLOBAL_variable.rst
1057  VS_IOT_EXTENSIONS_VERSION.rst
1058  VS_IOT_STARTUP_TASK.rst
1059  VS_KEYWORD.rst
1060  VS_MOBILE_EXTENSIONS_VERSION.rst
1061  VS_SCC_AUXPATH.rst
1062  VS_SCC_LOCALPATH.rst
1063  VS_SCC_PROJECTNAME.rst
1064  VS_SCC_PROVIDER.rst
1065  VS_SDK_REFERENCES.rst
1066  VS_USER_PROPS.rst
1067  VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION.rst
1068  VS_WINRT_COMPONENT.rst
1069  VS_WINRT_EXTENSIONS.rst
1070  VS_WINRT_REFERENCES.rst
1071  WIN32_EXECUTABLE.rst
1072  WINDOWS_EXPORT_ALL_SYMBOLS.rst
1073  XCODE_ATTRIBUTE_an-attribute.rst
1074  XCODE_EXPLICIT_FILE_TYPE.rst
1075  XCODE_PRODUCT_TYPE.rst
1076  XCODE_SCHEME_ADDRESS_SANITIZER.rst
1077  XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN.rst
1078  XCODE_SCHEME_ARGUMENTS.rst
1079  XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER.rst
1080  XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS.rst
1081  XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE.rst
1082  XCODE_SCHEME_ENVIRONMENT.rst
1083  XCODE_SCHEME_EXECUTABLE.rst
1084  XCODE_SCHEME_GUARD_MALLOC.rst
1085  XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP.rst
1086  XCODE_SCHEME_MALLOC_GUARD_EDGES.rst
1087  XCODE_SCHEME_MALLOC_SCRIBBLE.rst
1088  XCODE_SCHEME_MALLOC_STACK.rst
1089  XCODE_SCHEME_THREAD_SANITIZER.rst
1090  XCODE_SCHEME_THREAD_SANITIZER_STOP.rst
1091  XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER.rst
1092  XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP.rst
1093  XCODE_SCHEME_ZOMBIE_OBJECTS.rst
1094  XCTEST.rst
1095  XXX_OUTPUT_DIRECTORY.txt
1096  XXX_OUTPUT_NAME.txt
1097 share/cmake/Help/release/
1098  3.0.rst
1099  3.1.rst
1100  3.10.rst
1101  3.11.rst
1102  3.12.rst
1103  3.13.rst
1104  3.2.rst
1105  3.3.rst
1106  3.4.rst
1107  3.5.rst
1108  3.6.rst
1109  3.7.rst
1110  3.8.rst
1111  3.9.rst
1112  dev.txt
1113  index.rst
1114 share/cmake/Help/variable/
1115  ANDROID.rst
1116  APPLE.rst
1117  BORLAND.rst
1118  BUILD_SHARED_LIBS.rst
1119  CACHE.rst
1120  CMAKE_ABSOLUTE_DESTINATION_FILES.rst
1121  CMAKE_ANDROID_ANT_ADDITIONAL_OPTIONS.rst
1122  CMAKE_ANDROID_API.rst
1123  CMAKE_ANDROID_API_MIN.rst
1124  CMAKE_ANDROID_ARCH.rst
1125  CMAKE_ANDROID_ARCH_ABI.rst
1126  CMAKE_ANDROID_ARM_MODE.rst
1127  CMAKE_ANDROID_ARM_NEON.rst
1128  CMAKE_ANDROID_ASSETS_DIRECTORIES.rst
1129  CMAKE_ANDROID_GUI.rst
1130  CMAKE_ANDROID_JAR_DEPENDENCIES.rst
1131  CMAKE_ANDROID_JAR_DIRECTORIES.rst
1132  CMAKE_ANDROID_JAVA_SOURCE_DIR.rst
1133  CMAKE_ANDROID_NATIVE_LIB_DEPENDENCIES.rst
1134  CMAKE_ANDROID_NATIVE_LIB_DIRECTORIES.rst
1135  CMAKE_ANDROID_NDK.rst
1136  CMAKE_ANDROID_NDK_DEPRECATED_HEADERS.rst
1137  CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG.rst
1138  CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION.rst
1139  CMAKE_ANDROID_PROCESS_MAX.rst
1140  CMAKE_ANDROID_PROGUARD.rst
1141  CMAKE_ANDROID_PROGUARD_CONFIG_PATH.rst
1142  CMAKE_ANDROID_SECURE_PROPS_PATH.rst
1143  CMAKE_ANDROID_SKIP_ANT_STEP.rst
1144  CMAKE_ANDROID_STANDALONE_TOOLCHAIN.rst
1145  CMAKE_ANDROID_STL_TYPE.rst
1146  CMAKE_APPBUNDLE_PATH.rst
1147  CMAKE_AR.rst
1148  CMAKE_ARCHIVE_OUTPUT_DIRECTORY.rst
1149  CMAKE_ARCHIVE_OUTPUT_DIRECTORY_CONFIG.rst
1150  CMAKE_ARGC.rst
1151  CMAKE_ARGV0.rst
1152  CMAKE_AUTOGEN_PARALLEL.rst
1153  CMAKE_AUTOGEN_VERBOSE.rst
1154  CMAKE_AUTOMOC.rst
1155  CMAKE_AUTOMOC_COMPILER_PREDEFINES.rst
1156  CMAKE_AUTOMOC_DEPEND_FILTERS.rst
1157  CMAKE_AUTOMOC_MACRO_NAMES.rst
1158  CMAKE_AUTOMOC_MOC_OPTIONS.rst
1159  CMAKE_AUTOMOC_RELAXED_MODE.rst
1160  CMAKE_AUTORCC.rst
1161  CMAKE_AUTORCC_OPTIONS.rst
1162  CMAKE_AUTOUIC.rst
1163  CMAKE_AUTOUIC_OPTIONS.rst
1164  CMAKE_AUTOUIC_SEARCH_PATHS.rst
1165  CMAKE_BACKWARDS_COMPATIBILITY.rst
1166  CMAKE_BINARY_DIR.rst
1167  CMAKE_BUILD_RPATH.rst
1168  CMAKE_BUILD_TOOL.rst
1169  CMAKE_BUILD_TYPE.rst
1170  CMAKE_BUILD_WITH_INSTALL_NAME_DIR.rst
1171  CMAKE_BUILD_WITH_INSTALL_RPATH.rst
1172  CMAKE_CACHEFILE_DIR.rst
1173  CMAKE_CACHE_MAJOR_VERSION.rst
1174  CMAKE_CACHE_MINOR_VERSION.rst
1175  CMAKE_CACHE_PATCH_VERSION.rst
1176  CMAKE_CFG_INTDIR.rst
1177  CMAKE_CL_64.rst
1178  CMAKE_CODEBLOCKS_COMPILER_ID.rst
1179  CMAKE_CODEBLOCKS_EXCLUDE_EXTERNAL_FILES.rst
1180  CMAKE_CODELITE_USE_TARGETS.rst
1181  CMAKE_COLOR_MAKEFILE.rst
1182  CMAKE_COMMAND.rst
1183  CMAKE_COMPILER_2005.rst
1184  CMAKE_COMPILER_IS_GNUCC.rst
1185  CMAKE_COMPILER_IS_GNUCXX.rst
1186  CMAKE_COMPILER_IS_GNUG77.rst
1187  CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY.rst
1188  CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.rst
1189  CMAKE_CONFIGURATION_TYPES.rst
1190  CMAKE_CONFIG_POSTFIX.rst
1191  CMAKE_CPACK_COMMAND.rst
1192  CMAKE_CROSSCOMPILING.rst
1193  CMAKE_CROSSCOMPILING_EMULATOR.rst
1194  CMAKE_CTEST_COMMAND.rst
1195  CMAKE_CUDA_EXTENSIONS.rst
1196  CMAKE_CUDA_HOST_COMPILER.rst
1197  CMAKE_CUDA_SEPARABLE_COMPILATION.rst
1198  CMAKE_CUDA_STANDARD.rst
1199  CMAKE_CUDA_STANDARD_REQUIRED.rst
1200  CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES.rst
1201  CMAKE_CURRENT_BINARY_DIR.rst
1202  CMAKE_CURRENT_LIST_DIR.rst
1203  CMAKE_CURRENT_LIST_FILE.rst
1204  CMAKE_CURRENT_LIST_LINE.rst
1205  CMAKE_CURRENT_SOURCE_DIR.rst
1206  CMAKE_CXX_COMPILE_FEATURES.rst
1207  CMAKE_CXX_EXTENSIONS.rst
1208  CMAKE_CXX_STANDARD.rst
1209  CMAKE_CXX_STANDARD_REQUIRED.rst
1210  CMAKE_C_COMPILE_FEATURES.rst
1211  CMAKE_C_EXTENSIONS.rst
1212  CMAKE_C_STANDARD.rst
1213  CMAKE_C_STANDARD_REQUIRED.rst
1214  CMAKE_DEBUG_POSTFIX.rst
1215  CMAKE_DEBUG_TARGET_PROPERTIES.rst
1216  CMAKE_DEPENDS_IN_PROJECT_ONLY.rst
1217  CMAKE_DIRECTORY_LABELS.rst
1218  CMAKE_DISABLE_FIND_PACKAGE_PackageName.rst
1219  CMAKE_DL_LIBS.rst
1220  CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION.rst
1221  CMAKE_ECLIPSE_GENERATE_LINKED_RESOURCES.rst
1222  CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT.rst
1223  CMAKE_ECLIPSE_MAKE_ARGUMENTS.rst
1224  CMAKE_ECLIPSE_VERSION.rst
1225  CMAKE_EDIT_COMMAND.rst
1226  CMAKE_ENABLE_EXPORTS.rst
1227  CMAKE_ERROR_DEPRECATED.rst
1228  CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION.rst
1229  CMAKE_EXECUTABLE_SUFFIX.rst
1230  CMAKE_EXE_LINKER_FLAGS.rst
1231  CMAKE_EXE_LINKER_FLAGS_CONFIG.rst
1232  CMAKE_EXE_LINKER_FLAGS_CONFIG_INIT.rst
1233  CMAKE_EXE_LINKER_FLAGS_INIT.rst
1234  CMAKE_EXPORT_COMPILE_COMMANDS.rst
1235  CMAKE_EXPORT_NO_PACKAGE_REGISTRY.rst
1236  CMAKE_EXTRA_GENERATOR.rst
1237  CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES.rst
1238  CMAKE_FIND_APPBUNDLE.rst
1239  CMAKE_FIND_FRAMEWORK.rst
1240  CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX.rst
1241  CMAKE_FIND_LIBRARY_PREFIXES.rst
1242  CMAKE_FIND_LIBRARY_SUFFIXES.rst
1243  CMAKE_FIND_NO_INSTALL_PREFIX.rst
1244  CMAKE_FIND_PACKAGE_NAME.rst
1245  CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY.rst
1246  CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY.rst
1247  CMAKE_FIND_PACKAGE_SORT_DIRECTION.rst
1248  CMAKE_FIND_PACKAGE_SORT_ORDER.rst
1249  CMAKE_FIND_PACKAGE_WARN_NO_MODULE.rst
1250  CMAKE_FIND_ROOT_PATH.rst
1251  CMAKE_FIND_ROOT_PATH_MODE_INCLUDE.rst
1252  CMAKE_FIND_ROOT_PATH_MODE_LIBRARY.rst
1253  CMAKE_FIND_ROOT_PATH_MODE_PACKAGE.rst
1254  CMAKE_FIND_ROOT_PATH_MODE_PROGRAM.rst
1255  CMAKE_FIND_ROOT_PATH_MODE_XXX.txt
1256  CMAKE_FOLDER.rst
1257  CMAKE_FRAMEWORK_PATH.rst
1258  CMAKE_Fortran_FORMAT.rst
1259  CMAKE_Fortran_MODDIR_DEFAULT.rst
1260  CMAKE_Fortran_MODDIR_FLAG.rst
1261  CMAKE_Fortran_MODOUT_FLAG.rst
1262  CMAKE_Fortran_MODULE_DIRECTORY.rst
1263  CMAKE_GENERATOR.rst
1264  CMAKE_GENERATOR_INSTANCE.rst
1265  CMAKE_GENERATOR_PLATFORM.rst
1266  CMAKE_GENERATOR_TOOLSET.rst
1267  CMAKE_GNUtoMS.rst
1268  CMAKE_HOME_DIRECTORY.rst
1269  CMAKE_HOST_APPLE.rst
1270  CMAKE_HOST_SOLARIS.rst
1271  CMAKE_HOST_SYSTEM.rst
1272  CMAKE_HOST_SYSTEM_NAME.rst
1273  CMAKE_HOST_SYSTEM_PROCESSOR.rst
1274  CMAKE_HOST_SYSTEM_VERSION.rst
1275  CMAKE_HOST_UNIX.rst
1276  CMAKE_HOST_WIN32.rst
1277  CMAKE_IGNORE_PATH.rst
1278  CMAKE_IMPORT_LIBRARY_PREFIX.rst
1279  CMAKE_IMPORT_LIBRARY_SUFFIX.rst
1280  CMAKE_INCLUDE_CURRENT_DIR.rst
1281  CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE.rst
1282  CMAKE_INCLUDE_DIRECTORIES_BEFORE.rst
1283  CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE.rst
1284  CMAKE_INCLUDE_PATH.rst
1285  CMAKE_INSTALL_DEFAULT_COMPONENT_NAME.rst
1286  CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS.rst
1287  CMAKE_INSTALL_MESSAGE.rst
1288  CMAKE_INSTALL_NAME_DIR.rst
1289  CMAKE_INSTALL_PREFIX.rst
1290  CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT.rst
1291  CMAKE_INSTALL_RPATH.rst
1292  CMAKE_INSTALL_RPATH_USE_LINK_PATH.rst
1293  CMAKE_INTERNAL_PLATFORM_ABI.rst
1294  CMAKE_INTERPROCEDURAL_OPTIMIZATION.rst
1295  CMAKE_INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst
1296  CMAKE_IOS_INSTALL_COMBINED.rst
1297  CMAKE_JOB_POOLS.rst
1298  CMAKE_JOB_POOL_COMPILE.rst
1299  CMAKE_JOB_POOL_LINK.rst
1300  CMAKE_LANG_ANDROID_TOOLCHAIN_MACHINE.rst
1301  CMAKE_LANG_ANDROID_TOOLCHAIN_PREFIX.rst
1302  CMAKE_LANG_ANDROID_TOOLCHAIN_SUFFIX.rst
1303  CMAKE_LANG_ARCHIVE_APPEND.rst
1304  CMAKE_LANG_ARCHIVE_CREATE.rst
1305  CMAKE_LANG_ARCHIVE_FINISH.rst
1306  CMAKE_LANG_CLANG_TIDY.rst
1307  CMAKE_LANG_COMPILER.rst
1308  CMAKE_LANG_COMPILER_ABI.rst
1309  CMAKE_LANG_COMPILER_AR.rst
1310  CMAKE_LANG_COMPILER_ARCHITECTURE_ID.rst
1311  CMAKE_LANG_COMPILER_EXTERNAL_TOOLCHAIN.rst
1312  CMAKE_LANG_COMPILER_ID.rst
1313  CMAKE_LANG_COMPILER_LAUNCHER.rst
1314  CMAKE_LANG_COMPILER_LOADED.rst
1315  CMAKE_LANG_COMPILER_PREDEFINES_COMMAND.rst
1316  CMAKE_LANG_COMPILER_RANLIB.rst
1317  CMAKE_LANG_COMPILER_TARGET.rst
1318  CMAKE_LANG_COMPILER_VERSION.rst
1319  CMAKE_LANG_COMPILER_VERSION_INTERNAL.rst
1320  CMAKE_LANG_COMPILE_OBJECT.rst
1321  CMAKE_LANG_CPPCHECK.rst
1322  CMAKE_LANG_CPPLINT.rst
1323  CMAKE_LANG_CREATE_SHARED_LIBRARY.rst
1324  CMAKE_LANG_CREATE_SHARED_MODULE.rst
1325  CMAKE_LANG_CREATE_STATIC_LIBRARY.rst
1326  CMAKE_LANG_FLAGS.rst
1327  CMAKE_LANG_FLAGS_CONFIG.rst
1328  CMAKE_LANG_FLAGS_CONFIG_INIT.rst
1329  CMAKE_LANG_FLAGS_DEBUG.rst
1330  CMAKE_LANG_FLAGS_DEBUG_INIT.rst
1331  CMAKE_LANG_FLAGS_INIT.rst
1332  CMAKE_LANG_FLAGS_MINSIZEREL.rst
1333  CMAKE_LANG_FLAGS_MINSIZEREL_INIT.rst
1334  CMAKE_LANG_FLAGS_RELEASE.rst
1335  CMAKE_LANG_FLAGS_RELEASE_INIT.rst
1336  CMAKE_LANG_FLAGS_RELWITHDEBINFO.rst
1337  CMAKE_LANG_FLAGS_RELWITHDEBINFO_INIT.rst
1338  CMAKE_LANG_GHS_KERNEL_FLAGS_CONFIG.rst
1339  CMAKE_LANG_GHS_KERNEL_FLAGS_DEBUG.rst
1340  CMAKE_LANG_GHS_KERNEL_FLAGS_MINSIZEREL.rst
1341  CMAKE_LANG_GHS_KERNEL_FLAGS_RELEASE.rst
1342  CMAKE_LANG_GHS_KERNEL_FLAGS_RELWITHDEBINFO.rst
1343  CMAKE_LANG_IGNORE_EXTENSIONS.rst
1344  CMAKE_LANG_IMPLICIT_INCLUDE_DIRECTORIES.rst
1345  CMAKE_LANG_IMPLICIT_LINK_DIRECTORIES.rst
1346  CMAKE_LANG_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES.rst
1347  CMAKE_LANG_IMPLICIT_LINK_LIBRARIES.rst
1348  CMAKE_LANG_INCLUDE_WHAT_YOU_USE.rst
1349  CMAKE_LANG_LIBRARY_ARCHITECTURE.rst
1350  CMAKE_LANG_LINKER_PREFERENCE.rst
1351  CMAKE_LANG_LINKER_PREFERENCE_PROPAGATES.rst
1352  CMAKE_LANG_LINKER_WRAPPER_FLAG.rst
1353  CMAKE_LANG_LINKER_WRAPPER_FLAG_SEP.rst
1354  CMAKE_LANG_LINK_EXECUTABLE.rst
1355  CMAKE_LANG_OUTPUT_EXTENSION.rst
1356  CMAKE_LANG_PLATFORM_ID.rst
1357  CMAKE_LANG_SIMULATE_ID.rst
1358  CMAKE_LANG_SIMULATE_VERSION.rst
1359  CMAKE_LANG_SIZEOF_DATA_PTR.rst
1360  CMAKE_LANG_SOURCE_FILE_EXTENSIONS.rst
1361  CMAKE_LANG_STANDARD_INCLUDE_DIRECTORIES.rst
1362  CMAKE_LANG_STANDARD_LIBRARIES.rst
1363  CMAKE_LANG_VISIBILITY_PRESET.rst
1364  CMAKE_LIBRARY_ARCHITECTURE.rst
1365  CMAKE_LIBRARY_ARCHITECTURE_REGEX.rst
1366  CMAKE_LIBRARY_OUTPUT_DIRECTORY.rst
1367  CMAKE_LIBRARY_OUTPUT_DIRECTORY_CONFIG.rst
1368  CMAKE_LIBRARY_PATH.rst
1369  CMAKE_LIBRARY_PATH_FLAG.rst
1370  CMAKE_LINK_DEF_FILE_FLAG.rst
1371  CMAKE_LINK_DEPENDS_NO_SHARED.rst
1372  CMAKE_LINK_DIRECTORIES_BEFORE.rst
1373  CMAKE_LINK_INTERFACE_LIBRARIES.rst
1374  CMAKE_LINK_LIBRARY_FILE_FLAG.rst
1375  CMAKE_LINK_LIBRARY_FLAG.rst
1376  CMAKE_LINK_LIBRARY_SUFFIX.rst
1377  CMAKE_LINK_SEARCH_END_STATIC.rst
1378  CMAKE_LINK_SEARCH_START_STATIC.rst
1379  CMAKE_LINK_WHAT_YOU_USE.rst
1380  CMAKE_MACOSX_BUNDLE.rst
1381  CMAKE_MACOSX_RPATH.rst
1382  CMAKE_MAJOR_VERSION.rst
1383  CMAKE_MAKE_PROGRAM.rst
1384  CMAKE_MAP_IMPORTED_CONFIG_CONFIG.rst
1385  CMAKE_MATCH_COUNT.rst
1386  CMAKE_MATCH_n.rst
1387  CMAKE_MFC_FLAG.rst
1388  CMAKE_MINIMUM_REQUIRED_VERSION.rst
1389  CMAKE_MINOR_VERSION.rst
1390  CMAKE_MODULE_LINKER_FLAGS.rst
1391  CMAKE_MODULE_LINKER_FLAGS_CONFIG.rst
1392  CMAKE_MODULE_LINKER_FLAGS_CONFIG_INIT.rst
1393  CMAKE_MODULE_LINKER_FLAGS_INIT.rst
1394  CMAKE_MODULE_PATH.rst
1395  CMAKE_MSVCIDE_RUN_PATH.rst
1396  CMAKE_NETRC.rst
1397  CMAKE_NETRC_FILE.rst
1398  CMAKE_NINJA_OUTPUT_PATH_PREFIX.rst
1399  CMAKE_NOT_USING_CONFIG_FLAGS.rst
1400  CMAKE_NO_BUILTIN_CHRPATH.rst
1401  CMAKE_NO_SYSTEM_FROM_IMPORTED.rst
1402  CMAKE_OBJECT_PATH_MAX.rst
1403  CMAKE_OSX_ARCHITECTURES.rst
1404  CMAKE_OSX_DEPLOYMENT_TARGET.rst
1405  CMAKE_OSX_SYSROOT.rst
1406  CMAKE_OSX_VARIABLE.txt
1407  CMAKE_PARENT_LIST_FILE.rst
1408  CMAKE_PATCH_VERSION.rst
1409  CMAKE_PDB_OUTPUT_DIRECTORY.rst
1410  CMAKE_PDB_OUTPUT_DIRECTORY_CONFIG.rst
1411  CMAKE_POLICY_DEFAULT_CMPNNNN.rst
1412  CMAKE_POLICY_WARNING_CMPNNNN.rst
1413  CMAKE_POSITION_INDEPENDENT_CODE.rst
1414  CMAKE_PREFIX_PATH.rst
1415  CMAKE_PROGRAM_PATH.rst
1416  CMAKE_PROJECT_DESCRIPTION.rst
1417  CMAKE_PROJECT_HOMEPAGE_URL.rst
1418  CMAKE_PROJECT_NAME.rst
1419  CMAKE_PROJECT_PROJECT-NAME_INCLUDE.rst
1420  CMAKE_PROJECT_VERSION.rst
1421  CMAKE_PROJECT_VERSION_MAJOR.rst
1422  CMAKE_PROJECT_VERSION_MINOR.rst
1423  CMAKE_PROJECT_VERSION_PATCH.rst
1424  CMAKE_PROJECT_VERSION_TWEAK.rst
1425  CMAKE_RANLIB.rst
1426  CMAKE_ROOT.rst
1427  CMAKE_RULE_MESSAGES.rst
1428  CMAKE_RUNTIME_OUTPUT_DIRECTORY.rst
1429  CMAKE_RUNTIME_OUTPUT_DIRECTORY_CONFIG.rst
1430  CMAKE_SCRIPT_MODE_FILE.rst
1431  CMAKE_SHARED_LIBRARY_PREFIX.rst
1432  CMAKE_SHARED_LIBRARY_SUFFIX.rst
1433  CMAKE_SHARED_LINKER_FLAGS.rst
1434  CMAKE_SHARED_LINKER_FLAGS_CONFIG.rst
1435  CMAKE_SHARED_LINKER_FLAGS_CONFIG_INIT.rst
1436  CMAKE_SHARED_LINKER_FLAGS_INIT.rst
1437  CMAKE_SHARED_MODULE_PREFIX.rst
1438  CMAKE_SHARED_MODULE_SUFFIX.rst
1439  CMAKE_SIZEOF_VOID_P.rst
1440  CMAKE_SKIP_BUILD_RPATH.rst
1441  CMAKE_SKIP_INSTALL_ALL_DEPENDENCY.rst
1442  CMAKE_SKIP_INSTALL_RPATH.rst
1443  CMAKE_SKIP_INSTALL_RULES.rst
1444  CMAKE_SKIP_RPATH.rst
1445  CMAKE_SOURCE_DIR.rst
1446  CMAKE_STAGING_PREFIX.rst
1447  CMAKE_STATIC_LIBRARY_PREFIX.rst
1448  CMAKE_STATIC_LIBRARY_SUFFIX.rst
1449  CMAKE_STATIC_LINKER_FLAGS.rst
1450  CMAKE_STATIC_LINKER_FLAGS_CONFIG.rst
1451  CMAKE_STATIC_LINKER_FLAGS_CONFIG_INIT.rst
1452  CMAKE_STATIC_LINKER_FLAGS_INIT.rst
1453  CMAKE_SUBLIME_TEXT_2_ENV_SETTINGS.rst
1454  CMAKE_SUBLIME_TEXT_2_EXCLUDE_BUILD_TREE.rst
1455  CMAKE_SUPPRESS_REGENERATION.rst
1456  CMAKE_SYSROOT.rst
1457  CMAKE_SYSROOT_COMPILE.rst
1458  CMAKE_SYSROOT_LINK.rst
1459  CMAKE_SYSTEM.rst
1460  CMAKE_SYSTEM_APPBUNDLE_PATH.rst
1461  CMAKE_SYSTEM_FRAMEWORK_PATH.rst
1462  CMAKE_SYSTEM_IGNORE_PATH.rst
1463  CMAKE_SYSTEM_INCLUDE_PATH.rst
1464  CMAKE_SYSTEM_LIBRARY_PATH.rst
1465  CMAKE_SYSTEM_NAME.rst
1466  CMAKE_SYSTEM_PREFIX_PATH.rst
1467  CMAKE_SYSTEM_PROCESSOR.rst
1468  CMAKE_SYSTEM_PROGRAM_PATH.rst
1469  CMAKE_SYSTEM_VERSION.rst
1470  CMAKE_Swift_LANGUAGE_VERSION.rst
1471  CMAKE_TOOLCHAIN_FILE.rst
1472  CMAKE_TRY_COMPILE_CONFIGURATION.rst
1473  CMAKE_TRY_COMPILE_PLATFORM_VARIABLES.rst
1474  CMAKE_TRY_COMPILE_TARGET_TYPE.rst
1475  CMAKE_TWEAK_VERSION.rst
1476  CMAKE_USER_MAKE_RULES_OVERRIDE.rst
1477  CMAKE_USER_MAKE_RULES_OVERRIDE_LANG.rst
1478  CMAKE_USE_RELATIVE_PATHS.rst
1479  CMAKE_VERBOSE_MAKEFILE.rst
1480  CMAKE_VERSION.rst
1481  CMAKE_VISIBILITY_INLINES_HIDDEN.rst
1482  CMAKE_VS_DEVENV_COMMAND.rst
1483  CMAKE_VS_GLOBALS.rst
1484  CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD.rst
1485  CMAKE_VS_INCLUDE_PACKAGE_TO_DEFAULT_BUILD.rst
1486  CMAKE_VS_INTEL_Fortran_PROJECT_VERSION.rst
1487  CMAKE_VS_MSBUILD_COMMAND.rst
1488  CMAKE_VS_NsightTegra_VERSION.rst
1489  CMAKE_VS_PLATFORM_NAME.rst
1490  CMAKE_VS_PLATFORM_TOOLSET.rst
1491  CMAKE_VS_PLATFORM_TOOLSET_CUDA.rst
1492  CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE.rst
1493  CMAKE_VS_PLATFORM_TOOLSET_VERSION.rst
1494  CMAKE_VS_SDK_EXCLUDE_DIRECTORIES.rst
1495  CMAKE_VS_SDK_EXECUTABLE_DIRECTORIES.rst
1496  CMAKE_VS_SDK_INCLUDE_DIRECTORIES.rst
1497  CMAKE_VS_SDK_LIBRARY_DIRECTORIES.rst
1498  CMAKE_VS_SDK_LIBRARY_WINRT_DIRECTORIES.rst
1499  CMAKE_VS_SDK_REFERENCE_DIRECTORIES.rst
1500  CMAKE_VS_SDK_SOURCE_DIRECTORIES.rst
1501  CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION.rst
1502  CMAKE_VS_WINRT_BY_DEFAULT.rst
1503  CMAKE_WARN_DEPRECATED.rst
1504  CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION.rst
1505  CMAKE_WIN32_EXECUTABLE.rst
1506  CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS.rst
1507  CMAKE_XCODE_ATTRIBUTE_an-attribute.rst
1508  CMAKE_XCODE_GENERATE_SCHEME.rst
1509  CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY.rst
1510  CMAKE_XCODE_PLATFORM_TOOLSET.rst
1511  CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER.rst
1512  CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN.rst
1513  CMAKE_XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER.rst
1514  CMAKE_XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS.rst
1515  CMAKE_XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE.rst
1516  CMAKE_XCODE_SCHEME_GUARD_MALLOC.rst
1517  CMAKE_XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP.rst
1518  CMAKE_XCODE_SCHEME_MALLOC_GUARD_EDGES.rst
1519  CMAKE_XCODE_SCHEME_MALLOC_SCRIBBLE.rst
1520  CMAKE_XCODE_SCHEME_MALLOC_STACK.rst
1521  CMAKE_XCODE_SCHEME_THREAD_SANITIZER.rst
1522  CMAKE_XCODE_SCHEME_THREAD_SANITIZER_STOP.rst
1523  CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER.rst
1524  CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP.rst
1525  CMAKE_XCODE_SCHEME_ZOMBIE_OBJECTS.rst
1526  CPACK_ABSOLUTE_DESTINATION_FILES.rst
1527  CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY.rst
1528  CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION.rst
1529  CPACK_INCLUDE_TOPLEVEL_DIRECTORY.rst
1530  CPACK_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS.rst
1531  CPACK_INSTALL_SCRIPT.rst
1532  CPACK_PACKAGING_INSTALL_PREFIX.rst
1533  CPACK_SET_DESTDIR.rst
1534  CPACK_WARN_ON_ABSOLUTE_INSTALL_DESTINATION.rst
1535  CTEST_BINARY_DIRECTORY.rst
1536  CTEST_BUILD_COMMAND.rst
1537  CTEST_BUILD_NAME.rst
1538  CTEST_BZR_COMMAND.rst
1539  CTEST_BZR_UPDATE_OPTIONS.rst
1540  CTEST_CHANGE_ID.rst
1541  CTEST_CHECKOUT_COMMAND.rst
1542  CTEST_CONFIGURATION_TYPE.rst
1543  CTEST_CONFIGURE_COMMAND.rst
1544  CTEST_COVERAGE_COMMAND.rst
1545  CTEST_COVERAGE_EXTRA_FLAGS.rst
1546  CTEST_CURL_OPTIONS.rst
1547  CTEST_CUSTOM_COVERAGE_EXCLUDE.rst
1548  CTEST_CUSTOM_ERROR_EXCEPTION.rst
1549  CTEST_CUSTOM_ERROR_MATCH.rst
1550  CTEST_CUSTOM_ERROR_POST_CONTEXT.rst
1551  CTEST_CUSTOM_ERROR_PRE_CONTEXT.rst
1552  CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE.rst
1553  CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS.rst
1554  CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS.rst
1555  CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE.rst
1556  CTEST_CUSTOM_MEMCHECK_IGNORE.rst
1557  CTEST_CUSTOM_POST_MEMCHECK.rst
1558  CTEST_CUSTOM_POST_TEST.rst
1559  CTEST_CUSTOM_PRE_MEMCHECK.rst
1560  CTEST_CUSTOM_PRE_TEST.rst
1561  CTEST_CUSTOM_TEST_IGNORE.rst
1562  CTEST_CUSTOM_WARNING_EXCEPTION.rst
1563  CTEST_CUSTOM_WARNING_MATCH.rst
1564  CTEST_CUSTOM_XXX.txt
1565  CTEST_CVS_CHECKOUT.rst
1566  CTEST_CVS_COMMAND.rst
1567  CTEST_CVS_UPDATE_OPTIONS.rst
1568  CTEST_DROP_LOCATION.rst
1569  CTEST_DROP_METHOD.rst
1570  CTEST_DROP_SITE.rst
1571  CTEST_DROP_SITE_CDASH.rst
1572  CTEST_DROP_SITE_PASSWORD.rst
1573  CTEST_DROP_SITE_USER.rst
1574  CTEST_EXTRA_COVERAGE_GLOB.rst
1575  CTEST_GIT_COMMAND.rst
1576  CTEST_GIT_INIT_SUBMODULES.rst
1577  CTEST_GIT_UPDATE_CUSTOM.rst
1578  CTEST_GIT_UPDATE_OPTIONS.rst
1579  CTEST_HG_COMMAND.rst
1580  CTEST_HG_UPDATE_OPTIONS.rst
1581  CTEST_LABELS_FOR_SUBPROJECTS.rst
1582  CTEST_MEMORYCHECK_COMMAND.rst
1583  CTEST_MEMORYCHECK_COMMAND_OPTIONS.rst
1584  CTEST_MEMORYCHECK_SANITIZER_OPTIONS.rst
1585  CTEST_MEMORYCHECK_SUPPRESSIONS_FILE.rst
1586  CTEST_MEMORYCHECK_TYPE.rst
1587  CTEST_NIGHTLY_START_TIME.rst
1588  CTEST_P4_CLIENT.rst
1589  CTEST_P4_COMMAND.rst
1590  CTEST_P4_OPTIONS.rst
1591  CTEST_P4_UPDATE_OPTIONS.rst
1592  CTEST_RUN_CURRENT_SCRIPT.rst
1593  CTEST_SCP_COMMAND.rst
1594  CTEST_SITE.rst
1595  CTEST_SOURCE_DIRECTORY.rst
1596  CTEST_SVN_COMMAND.rst
1597  CTEST_SVN_OPTIONS.rst
1598  CTEST_SVN_UPDATE_OPTIONS.rst
1599  CTEST_TEST_LOAD.rst
1600  CTEST_TEST_TIMEOUT.rst
1601  CTEST_TRIGGER_SITE.rst
1602  CTEST_UPDATE_COMMAND.rst
1603  CTEST_UPDATE_OPTIONS.rst
1604  CTEST_UPDATE_VERSION_ONLY.rst
1605  CTEST_USE_LAUNCHERS.rst
1606  CYGWIN.rst
1607  ENV.rst
1608  EXECUTABLE_OUTPUT_PATH.rst
1609  GHS-MULTI.rst
1610  LIBRARY_OUTPUT_PATH.rst
1611  MINGW.rst
1612  MSVC.rst
1613  MSVC10.rst
1614  MSVC11.rst
1615  MSVC12.rst
1616  MSVC14.rst
1617  MSVC60.rst
1618  MSVC70.rst
1619  MSVC71.rst
1620  MSVC80.rst
1621  MSVC90.rst
1622  MSVC_IDE.rst
1623  MSVC_TOOLSET_VERSION.rst
1624  MSVC_VERSION.rst
1625  PROJECT-NAME_BINARY_DIR.rst
1626  PROJECT-NAME_DESCRIPTION.rst
1627  PROJECT-NAME_HOMEPAGE_URL.rst
1628  PROJECT-NAME_SOURCE_DIR.rst
1629  PROJECT-NAME_VERSION.rst
1630  PROJECT-NAME_VERSION_MAJOR.rst
1631  PROJECT-NAME_VERSION_MINOR.rst
1632  PROJECT-NAME_VERSION_PATCH.rst
1633  PROJECT-NAME_VERSION_TWEAK.rst
1634  PROJECT_BINARY_DIR.rst
1635  PROJECT_DESCRIPTION.rst
1636  PROJECT_HOMEPAGE_URL.rst
1637  PROJECT_NAME.rst
1638  PROJECT_SOURCE_DIR.rst
1639  PROJECT_VERSION.rst
1640  PROJECT_VERSION_MAJOR.rst
1641  PROJECT_VERSION_MINOR.rst
1642  PROJECT_VERSION_PATCH.rst
1643  PROJECT_VERSION_TWEAK.rst
1644  PackageName_ROOT.rst
1645  UNIX.rst
1646  WIN32.rst
1647  WINCE.rst
1648  WINDOWS_PHONE.rst
1649  WINDOWS_STORE.rst
1650  XCODE.rst
1651  XCODE_VERSION.rst
1652 share/cmake/Modules/
1653  .NoDartCoverage
1654  AddFileDependencies.cmake
1655  AndroidTestUtilities.cmake
1656  BasicConfigVersion-AnyNewerVersion.cmake.in
1657  BasicConfigVersion-ExactVersion.cmake.in
1658  BasicConfigVersion-SameMajorVersion.cmake.in
1659  BasicConfigVersion-SameMinorVersion.cmake.in
1660  BundleUtilities.cmake
1661  CMake.cmake
1662  CMakeASM-ATTInformation.cmake
1663  CMakeASMCompiler.cmake.in
1664  CMakeASMInformation.cmake
1665  CMakeASM_MASMInformation.cmake
1666  CMakeASM_NASMInformation.cmake
1667  CMakeAddFortranSubdirectory.cmake
1668  CMakeAddNewLanguage.txt
1669  CMakeBackwardCompatibilityC.cmake
1670  CMakeBackwardCompatibilityCXX.cmake
1671  CMakeBorlandFindMake.cmake
1672  CMakeBuildSettings.cmake.in
1673  CMakeCCompiler.cmake.in
1674  CMakeCCompilerABI.c
1675  CMakeCCompilerId.c.in
1676  CMakeCInformation.cmake
1677  CMakeCSharpCompiler.cmake.in
1678  CMakeCSharpCompilerId.cs.in
1679  CMakeCSharpInformation.cmake
1680  CMakeCUDACompiler.cmake.in
1681  CMakeCUDACompilerABI.cu
1682  CMakeCUDACompilerId.cu.in
1683  CMakeCUDAInformation.cmake
1684  CMakeCXXCompiler.cmake.in
1685  CMakeCXXCompilerABI.cpp
1686  CMakeCXXCompilerId.cpp.in
1687  CMakeCXXInformation.cmake
1688  CMakeCheckCompilerFlagCommonPatterns.cmake
1689  CMakeCommonLanguageInclude.cmake
1690  CMakeCompilerABI.h
1691  CMakeCompilerIdDetection.cmake
1692  CMakeConfigurableFile.in
1693  CMakeDependentOption.cmake
1694  CMakeDetermineASM-ATTCompiler.cmake
1695  CMakeDetermineASMCompiler.cmake
1696  CMakeDetermineASM_MASMCompiler.cmake
1697  CMakeDetermineASM_NASMCompiler.cmake
1698  CMakeDetermineCCompiler.cmake
1699  CMakeDetermineCSharpCompiler.cmake
1700  CMakeDetermineCUDACompiler.cmake
1701  CMakeDetermineCXXCompiler.cmake
1702  CMakeDetermineCompileFeatures.cmake
1703  CMakeDetermineCompiler.cmake
1704  CMakeDetermineCompilerABI.cmake
1705  CMakeDetermineCompilerId.cmake
1706  CMakeDetermineFortranCompiler.cmake
1707  CMakeDetermineJavaCompiler.cmake
1708  CMakeDetermineRCCompiler.cmake
1709  CMakeDetermineSwiftCompiler.cmake
1710  CMakeDetermineSystem.cmake
1711  CMakeDetermineVSServicePack.cmake
1712  CMakeExpandImportedTargets.cmake
1713  CMakeExportBuildSettings.cmake
1714  CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake
1715  CMakeFindBinUtils.cmake
1716  CMakeFindCodeBlocks.cmake
1717  CMakeFindDependencyMacro.cmake
1718  CMakeFindEclipseCDT4.cmake
1719  CMakeFindFrameworks.cmake
1720  CMakeFindJavaCommon.cmake
1721  CMakeFindKate.cmake
1722  CMakeFindPackageMode.cmake
1723  CMakeFindSublimeText2.cmake
1724  CMakeFindWMake.cmake
1725  CMakeFindXCode.cmake
1726  CMakeForceCompiler.cmake
1727  CMakeFortranCompiler.cmake.in
1728  CMakeFortranCompilerABI.F
1729  CMakeFortranCompilerId.F.in
1730  CMakeFortranInformation.cmake
1731  CMakeGenericSystem.cmake
1732  CMakeGraphVizOptions.cmake
1733  CMakeIOSInstallCombined.cmake
1734  CMakeImportBuildSettings.cmake
1735  CMakeInitializeConfigs.cmake
1736  CMakeJOMFindMake.cmake
1737  CMakeJavaCompiler.cmake.in
1738  CMakeJavaInformation.cmake
1739  CMakeLanguageInformation.cmake
1740  CMakeMSYSFindMake.cmake
1741  CMakeMinGWFindMake.cmake
1742  CMakeNMakeFindMake.cmake
1743  CMakeNinjaFindMake.cmake
1744  CMakePackageConfigHelpers.cmake
1745  CMakeParseArguments.cmake
1746  CMakeParseImplicitLinkInfo.cmake
1747  CMakePlatformId.h.in
1748  CMakePrintHelpers.cmake
1749  CMakePrintSystemInformation.cmake
1750  CMakePushCheckState.cmake
1751  CMakeRCCompiler.cmake.in
1752  CMakeRCInformation.cmake
1753  CMakeSwiftCompiler.cmake.in
1754  CMakeSwiftInformation.cmake
1755  CMakeSystem.cmake.in
1756  CMakeSystemSpecificInformation.cmake
1757  CMakeSystemSpecificInitialize.cmake
1758  CMakeTestASM-ATTCompiler.cmake
1759  CMakeTestASMCompiler.cmake
1760  CMakeTestASM_MASMCompiler.cmake
1761  CMakeTestASM_NASMCompiler.cmake
1762  CMakeTestCCompiler.cmake
1763  CMakeTestCSharpCompiler.cmake
1764  CMakeTestCUDACompiler.cmake
1765  CMakeTestCXXCompiler.cmake
1766  CMakeTestCompilerCommon.cmake
1767  CMakeTestFortranCompiler.cmake
1768  CMakeTestGNU.c
1769  CMakeTestJavaCompiler.cmake
1770  CMakeTestRCCompiler.cmake
1771  CMakeTestSwiftCompiler.cmake
1772  CMakeUnixFindMake.cmake
1773  CMakeVerifyManifest.cmake
1774  CPack.DS_Store.in
1775  CPack.Description.plist.in
1776  CPack.Info.plist.in
1777  CPack.NuGet.nuspec.in
1778  CPack.OSXScriptLauncher.in
1779  CPack.OSXScriptLauncher.rsrc.in
1780  CPack.OSXX11.Info.plist.in
1781  CPack.OSXX11.main.scpt.in
1782  CPack.RuntimeScript.in
1783  CPack.STGZ_Header.sh.in
1784  CPack.VolumeIcon.icns.in
1785  CPack.background.png.in
1786  CPack.cmake
1787  CPack.distribution.dist.in
1788  CPackComponent.cmake
1789  CPackIFW.cmake
1790  CPackIFWConfigureFile.cmake
1791  CSharpUtilities.cmake
1792  CTest.cmake
1793  CTestCoverageCollectGCOV.cmake
1794  CTestScriptMode.cmake
1795  CTestTargets.cmake
1796  CTestUseLaunchers.cmake
1797  CheckCCompilerFlag.cmake
1798  CheckCSourceCompiles.cmake
1799  CheckCSourceRuns.cmake
1800  CheckCXXCompilerFlag.cmake
1801  CheckCXXSourceCompiles.cmake
1802  CheckCXXSourceRuns.cmake
1803  CheckCXXSymbolExists.cmake
1804  CheckForPthreads.c
1805  CheckFortranCompilerFlag.cmake
1806  CheckFortranFunctionExists.cmake
1807  CheckFortranSourceCompiles.cmake
1808  CheckFunctionExists.c
1809  CheckFunctionExists.cmake
1810  CheckIPOSupported.cmake
1811  CheckIncludeFile.c.in
1812  CheckIncludeFile.cmake
1813  CheckIncludeFile.cxx.in
1814  CheckIncludeFileCXX.cmake
1815  CheckIncludeFiles.cmake
1816  CheckLanguage.cmake
1817  CheckLibraryExists.cmake
1818  CheckLibraryExists.lists.in
1819  CheckPrototypeDefinition.c.in
1820  CheckPrototypeDefinition.cmake
1821  CheckSizeOf.cmake
1822  CheckStructHasMember.cmake
1823  CheckSymbolExists.cmake
1824  CheckTypeSize.c.in
1825  CheckTypeSize.cmake
1826  CheckTypeSizeMap.cmake.in
1827  CheckVariableExists.c
1828  CheckVariableExists.cmake
1829  Dart.cmake
1830  DartConfiguration.tcl.in
1831  DeployQt4.cmake
1832  Documentation.cmake
1833  DummyCXXFile.cxx
1834  ExternalData.cmake
1835  ExternalData_config.cmake.in
1836  ExternalProject-download.cmake.in
1837  ExternalProject-verify.cmake.in
1838  ExternalProject.cmake
1839  FLTKCompatibility.cmake
1840  FeatureSummary.cmake
1841  FetchContent.cmake
1842  FindALSA.cmake
1843  FindASPELL.cmake
1844  FindAVIFile.cmake
1845  FindArmadillo.cmake
1846  FindBISON.cmake
1847  FindBLAS.cmake
1848  FindBZip2.cmake
1849  FindBacktrace.cmake
1850  FindBoost.cmake
1851  FindBullet.cmake
1852  FindCABLE.cmake
1853  FindCUDA.cmake
1854  FindCURL.cmake
1855  FindCVS.cmake
1856  FindCoin3D.cmake
1857  FindCups.cmake
1858  FindCurses.cmake
1859  FindCxxTest.cmake
1860  FindCygwin.cmake
1861  FindDCMTK.cmake
1862  FindDart.cmake
1863  FindDevIL.cmake
1864  FindDoxygen.cmake
1865  FindEXPAT.cmake
1866  FindFLEX.cmake
1867  FindFLTK.cmake
1868  FindFLTK2.cmake
1869  FindFreetype.cmake
1870  FindGCCXML.cmake
1871  FindGDAL.cmake
1872  FindGIF.cmake
1873  FindGLEW.cmake
1874  FindGLU.cmake
1875  FindGLUT.cmake
1876  FindGSL.cmake
1877  FindGTK.cmake
1878  FindGTK2.cmake
1879  FindGTest.cmake
1880  FindGettext.cmake
1881  FindGit.cmake
1882  FindGnuTLS.cmake
1883  FindGnuplot.cmake
1884  FindHDF5.cmake
1885  FindHSPELL.cmake
1886  FindHTMLHelp.cmake
1887  FindHg.cmake
1888  FindICU.cmake
1889  FindIce.cmake
1890  FindIconv.cmake
1891  FindIcotool.cmake
1892  FindImageMagick.cmake
1893  FindIntl.cmake
1894  FindJNI.cmake
1895  FindJPEG.cmake
1896  FindJasper.cmake
1897  FindJava.cmake
1898  FindKDE3.cmake
1899  FindKDE4.cmake
1900  FindLAPACK.cmake
1901  FindLATEX.cmake
1902  FindLTTngUST.cmake
1903  FindLibArchive.cmake
1904  FindLibLZMA.cmake
1905  FindLibXml2.cmake
1906  FindLibXslt.cmake
1907  FindLua.cmake
1908  FindLua50.cmake
1909  FindLua51.cmake
1910  FindMFC.cmake
1911  FindMPEG.cmake
1912  FindMPEG2.cmake
1913  FindMPI.cmake
1914  FindMatlab.cmake
1915  FindMotif.cmake
1916  FindODBC.cmake
1917  FindOpenACC.cmake
1918  FindOpenAL.cmake
1919  FindOpenCL.cmake
1920  FindOpenGL.cmake
1921  FindOpenMP.cmake
1922  FindOpenSSL.cmake
1923  FindOpenSceneGraph.cmake
1924  FindOpenThreads.cmake
1925  FindPHP4.cmake
1926  FindPNG.cmake
1927  FindPackageHandleStandardArgs.cmake
1928  FindPackageMessage.cmake
1929  FindPatch.cmake
1930  FindPerl.cmake
1931  FindPerlLibs.cmake
1932  FindPhysFS.cmake
1933  FindPike.cmake
1934  FindPkgConfig.cmake
1935  FindPostgreSQL.cmake
1936  FindProducer.cmake
1937  FindProtobuf.cmake
1938  FindPython.cmake
1939  FindPython2.cmake
1940  FindPython3.cmake
1941  FindPythonInterp.cmake
1942  FindPythonLibs.cmake
1943  FindQt.cmake
1944  FindQt3.cmake
1945  FindQt4.cmake
1946  FindQuickTime.cmake
1947  FindRTI.cmake
1948  FindRuby.cmake
1949  FindSDL.cmake
1950  FindSDL_image.cmake
1951  FindSDL_mixer.cmake
1952  FindSDL_net.cmake
1953  FindSDL_sound.cmake
1954  FindSDL_ttf.cmake
1955  FindSWIG.cmake
1956  FindSelfPackers.cmake
1957  FindSquish.cmake
1958  FindSubversion.cmake
1959  FindTCL.cmake
1960  FindTIFF.cmake
1961  FindTclStub.cmake
1962  FindTclsh.cmake
1963  FindThreads.cmake
1964  FindUnixCommands.cmake
1965  FindVulkan.cmake
1966  FindWget.cmake
1967  FindWish.cmake
1968  FindX11.cmake
1969  FindXCTest.cmake
1970  FindXMLRPC.cmake
1971  FindXalanC.cmake
1972  FindXercesC.cmake
1973  FindZLIB.cmake
1974  Findosg.cmake
1975  FindosgAnimation.cmake
1976  FindosgDB.cmake
1977  FindosgFX.cmake
1978  FindosgGA.cmake
1979  FindosgIntrospection.cmake
1980  FindosgManipulator.cmake
1981  FindosgParticle.cmake
1982  FindosgPresentation.cmake
1983  FindosgProducer.cmake
1984  FindosgQt.cmake
1985  FindosgShadow.cmake
1986  FindosgSim.cmake
1987  FindosgTerrain.cmake
1988  FindosgText.cmake
1989  FindosgUtil.cmake
1990  FindosgViewer.cmake
1991  FindosgVolume.cmake
1992  FindosgWidget.cmake
1993  Findosg_functions.cmake
1994  FindwxWidgets.cmake
1995  FindwxWindows.cmake
1996  FortranCInterface.cmake
1997  GNUInstallDirs.cmake
1998  GenerateExportHeader.cmake
1999  GetPrerequisites.cmake
2000  GoogleTest.cmake
2001  GoogleTestAddTests.cmake
2002  ITKCompatibility.cmake
2003  InstallRequiredSystemLibraries.cmake
2004  KDE3Macros.cmake
2005  MacOSXBundleInfo.plist.in
2006  MacOSXFrameworkInfo.plist.in
2007  MacroAddFileDependencies.cmake
2008  MatlabTestsRedirect.cmake
2009  NSIS.InstallOptions.ini.in
2010  NSIS.template.in
2011  ProcessorCount.cmake
2012  Qt4ConfigDependentSettings.cmake
2013  Qt4Macros.cmake
2014  RepositoryInfo.txt.in
2015  SelectLibraryConfigurations.cmake
2016  Squish4RunTestCase.bat
2017  Squish4RunTestCase.sh
2018  SquishRunTestCase.bat
2019  SquishRunTestCase.sh
2020  SquishTestScript.cmake
2021  SystemInformation.cmake
2022  SystemInformation.in
2023  TestBigEndian.cmake
2024  TestCXXAcceptsFlag.cmake
2025  TestEndianess.c.in
2026  TestForANSIForScope.cmake
2027  TestForANSIStreamHeaders.cmake
2028  TestForANSIStreamHeaders.cxx
2029  TestForAnsiForScope.cxx
2030  TestForSSTREAM.cmake
2031  TestForSSTREAM.cxx
2032  TestForSTDNamespace.cmake
2033  TestForSTDNamespace.cxx
2034  UseEcos.cmake
2035  UseJava.cmake
2036  UseJavaClassFilelist.cmake
2037  UseJavaSymlinks.cmake
2038  UsePkgConfig.cmake
2039  UseQt4.cmake
2040  UseSWIG.cmake
2041  Use_wxWindows.cmake
2042  UsewxWidgets.cmake
2043  VTKCompatibility.cmake
2044  WIX.template.in
2045  WriteBasicConfigVersionFile.cmake
2046  WriteCompilerDetectionHeader.cmake
2047  ecos_clean.cmake
2048  exportheader.cmake.in
2049  javaTargets.cmake.in
2050  kde3init_dummy.cpp.in
2051  kde3uic.cmake
2052  readme.txt
2053 share/cmake/Modules/AndroidTestUtilities/PushToAndroidDevice.cmake
2054 share/cmake/Modules/CMakeAddFortranSubdirectory/
2055  build_mingw.cmake.in
2056  config_mingw.cmake.in
2057 share/cmake/Modules/CheckIPOSupported/
2058  CMakeLists-C.txt.in
2059  CMakeLists-CXX.txt.in
2060  CMakeLists-Fortran.txt.in
2061  foo.c
2062  foo.cpp
2063  foo.f
2064  main.c
2065  main.cpp
2066  main.f
2067 share/cmake/Modules/Compiler/
2068  ADSP-DetermineCompiler.cmake
2069  ARMCC-ASM.cmake
2070  ARMCC-C.cmake
2071  ARMCC-CXX.cmake
2072  ARMCC-DetermineCompiler.cmake
2073  ARMCC.cmake
2074  Absoft-Fortran.cmake
2075  AppleClang-ASM.cmake
2076  AppleClang-C-FeatureTests.cmake
2077  AppleClang-C.cmake
2078  AppleClang-CXX-FeatureTests.cmake
2079  AppleClang-CXX.cmake
2080  AppleClang-DetermineCompiler.cmake
2081  Borland-DetermineCompiler.cmake
2082  Bruce-C-DetermineCompiler.cmake
2083  Bruce-C.cmake
2084  CCur-Fortran.cmake
2085  CMakeCommonCompilerMacros.cmake
2086  Clang-ASM.cmake
2087  Clang-C-FeatureTests.cmake
2088  Clang-C.cmake
2089  Clang-CXX-FeatureTests.cmake
2090  Clang-CXX-TestableFeatures.cmake
2091  Clang-CXX.cmake
2092  Clang-DetermineCompiler.cmake
2093  Clang-DetermineCompilerInternal.cmake
2094  Clang-FindBinUtils.cmake
2095  Clang.cmake
2096  Comeau-CXX-DetermineCompiler.cmake
2097  Compaq-C-DetermineCompiler.cmake
2098  Compaq-CXX-DetermineCompiler.cmake
2099  Cray-C.cmake
2100  Cray-CXX.cmake
2101  Cray-DetermineCompiler.cmake
2102  Cray-Fortran.cmake
2103  Cray.cmake
2104  CrayPrgEnv-C.cmake
2105  CrayPrgEnv-CXX.cmake
2106  CrayPrgEnv-Cray-C.cmake
2107  CrayPrgEnv-Cray-CXX.cmake
2108  CrayPrgEnv-Cray-Fortran.cmake
2109  CrayPrgEnv-Fortran.cmake
2110  CrayPrgEnv-GNU-C.cmake
2111  CrayPrgEnv-GNU-CXX.cmake
2112  CrayPrgEnv-GNU-Fortran.cmake
2113  CrayPrgEnv-Intel-C.cmake
2114  CrayPrgEnv-Intel-CXX.cmake
2115  CrayPrgEnv-Intel-Fortran.cmake
2116  CrayPrgEnv-PGI-C.cmake
2117  CrayPrgEnv-PGI-CXX.cmake
2118  CrayPrgEnv-PGI-Fortran.cmake
2119  CrayPrgEnv.cmake
2120  Embarcadero-DetermineCompiler.cmake
2121  Flang-FindBinUtils.cmake
2122  Flang-Fortran.cmake
2123  Fujitsu-DetermineCompiler.cmake
2124  G95-Fortran.cmake
2125  GHS-C.cmake
2126  GHS-CXX.cmake
2127  GHS-DetermineCompiler.cmake
2128  GHS.cmake
2129  GNU-ASM.cmake
2130  GNU-C-DetermineCompiler.cmake
2131  GNU-C-FeatureTests.cmake
2132  GNU-C.cmake
2133  GNU-CXX-DetermineCompiler.cmake
2134  GNU-CXX-FeatureTests.cmake
2135  GNU-CXX.cmake
2136  GNU-FindBinUtils.cmake
2137  GNU-Fortran.cmake
2138  GNU.cmake
2139  HP-ASM.cmake
2140  HP-C-DetermineCompiler.cmake
2141  HP-C.cmake
2142  HP-CXX-DetermineCompiler.cmake
2143  HP-CXX.cmake
2144  HP-Fortran.cmake
2145  IAR-ASM.cmake
2146  IAR-C.cmake
2147  IAR-CXX.cmake
2148  IAR-DetermineCompiler.cmake
2149  IAR-FindBinUtils.cmake
2150  IAR.cmake
2151  IBMCPP-C-DetermineVersionInternal.cmake
2152  IBMCPP-CXX-DetermineVersionInternal.cmake
2153  Intel-ASM.cmake
2154  Intel-C-FeatureTests.cmake
2155  Intel-C.cmake
2156  Intel-CXX-FeatureTests.cmake
2157  Intel-CXX.cmake
2158  Intel-DetermineCompiler.cmake
2159  Intel-Fortran.cmake
2160  Intel.cmake
2161  MIPSpro-C.cmake
2162  MIPSpro-CXX.cmake
2163  MIPSpro-DetermineCompiler.cmake
2164  MIPSpro-Fortran.cmake
2165  MSVC-ASM.cmake
2166  MSVC-C-FeatureTests.cmake
2167  MSVC-C.cmake
2168  MSVC-CXX-FeatureTests.cmake
2169  MSVC-CXX.cmake
2170  MSVC-DetermineCompiler.cmake
2171  NAG-Fortran.cmake
2172  NVIDIA-CUDA.cmake
2173  NVIDIA-DetermineCompiler.cmake
2174  OpenWatcom-DetermineCompiler.cmake
2175  PGI-C.cmake
2176  PGI-CXX.cmake
2177  PGI-DetermineCompiler.cmake
2178  PGI-Fortran.cmake
2179  PGI.cmake
2180  PathScale-C.cmake
2181  PathScale-CXX.cmake
2182  PathScale-DetermineCompiler.cmake
2183  PathScale-Fortran.cmake
2184  PathScale.cmake
2185  QCC-C.cmake
2186  QCC-CXX.cmake
2187  QCC.cmake
2188  SCO-C.cmake
2189  SCO-CXX.cmake
2190  SCO-DetermineCompiler.cmake
2191  SCO.cmake
2192  SDCC-C-DetermineCompiler.cmake
2193  SunPro-ASM.cmake
2194  SunPro-C-DetermineCompiler.cmake
2195  SunPro-C-FeatureTests.cmake
2196  SunPro-C.cmake
2197  SunPro-CXX-DetermineCompiler.cmake
2198  SunPro-CXX-FeatureTests.cmake
2199  SunPro-CXX.cmake
2200  SunPro-Fortran.cmake
2201  SunPro.cmake
2202  TI-ASM.cmake
2203  TI-C.cmake
2204  TI-CXX.cmake
2205  TI-DetermineCompiler.cmake
2206  TinyCC-C-DetermineCompiler.cmake
2207  TinyCC-C.cmake
2208  VisualAge-C-DetermineCompiler.cmake
2209  VisualAge-C.cmake
2210  VisualAge-CXX-DetermineCompiler.cmake
2211  VisualAge-CXX.cmake
2212  VisualAge-Fortran.cmake
2213  Watcom-DetermineCompiler.cmake
2214  XL-ASM.cmake
2215  XL-C-DetermineCompiler.cmake
2216  XL-C.cmake
2217  XL-CXX-DetermineCompiler.cmake
2218  XL-CXX.cmake
2219  XL-Fortran.cmake
2220  XL.cmake
2221  zOS-C-DetermineCompiler.cmake
2222  zOS-CXX-DetermineCompiler.cmake
2223 share/cmake/Modules/CompilerId/
2224  VS-10.csproj.in
2225  VS-10.vcxproj.in
2226  VS-7.vcproj.in
2227  VS-Intel.vfproj.in
2228  VS-NsightTegra.vcxproj.in
2229  Xcode-3.pbxproj.in
2230  main.swift.in
2231 share/cmake/Modules/FetchContent/CMakeLists.cmake.in
2232 share/cmake/Modules/FindCUDA/
2233  make2cmake.cmake
2234  parse_cubin.cmake
2235  run_nvcc.cmake
2236  select_compute_arch.cmake
2237 share/cmake/Modules/FindMPI/
2238  fortranparam_mpi.f90.in
2239  libver_mpi.c
2240  libver_mpi.f90.in
2241  mpiver.f90.in
2242  test_mpi.c
2243  test_mpi.f90.in
2244 share/cmake/Modules/FindPython/Support.cmake
2245 share/cmake/Modules/FortranCInterface/
2246  CMakeLists.txt
2247  Detect.cmake
2248  Input.cmake.in
2249  MYMODULE.c
2250  MY_MODULE.c
2251  Macro.h.in
2252  Output.cmake.in
2253  call_mod.f90
2254  call_sub.f
2255  main.F
2256  my_module.f90
2257  my_module_.c
2258  my_sub.f
2259  mymodule.f90
2260  mymodule_.c
2261  mysub.f
2262  symbol.c.in
2263 share/cmake/Modules/FortranCInterface/Verify/
2264  CMakeLists.txt
2265  VerifyC.c
2266  VerifyCXX.cxx
2267  VerifyFortran.f
2268  main.c
2269 share/cmake/Modules/IntelVSImplicitPath/
2270  CMakeLists.txt
2271  detect.cmake
2272  hello.f
2273 share/cmake/Modules/Internal/FeatureTesting.cmake
2274 share/cmake/Modules/Internal/CPack/
2275  CPackDeb.cmake
2276  CPackExternal.cmake
2277  CPackFreeBSD.cmake
2278  CPackNuGet.cmake
2279  CPackRPM.cmake
2280  CPackWIX.cmake
2281  CPackZIP.cmake
2282 share/cmake/Modules/Platform/
2283  AIX-Clang-C.cmake
2284  AIX-Clang-CXX.cmake
2285  AIX-GNU-ASM.cmake
2286  AIX-GNU-C.cmake
2287  AIX-GNU-CXX.cmake
2288  AIX-GNU-Fortran.cmake
2289  AIX-GNU.cmake
2290  AIX-VisualAge-C.cmake
2291  AIX-VisualAge-CXX.cmake
2292  AIX-VisualAge-Fortran.cmake
2293  AIX-XL-ASM.cmake
2294  AIX-XL-C.cmake
2295  AIX-XL-CXX.cmake
2296  AIX-XL-Fortran.cmake
2297  AIX-XL.cmake
2298  AIX.cmake
2299  ARTOS-GNU-C.cmake
2300  ARTOS.cmake
2301  Android-Clang-ASM.cmake
2302  Android-Clang-C.cmake
2303  Android-Clang-CXX.cmake
2304  Android-Clang.cmake
2305  Android-Common.cmake
2306  Android-Determine-C.cmake
2307  Android-Determine-CXX.cmake
2308  Android-Determine.cmake
2309  Android-GNU-C.cmake
2310  Android-GNU-CXX.cmake
2311  Android-GNU.cmake
2312  Android-Initialize.cmake
2313  Android.cmake
2314  Apple-Absoft-Fortran.cmake
2315  Apple-AppleClang-C.cmake
2316  Apple-AppleClang-CXX.cmake
2317  Apple-Clang-C.cmake
2318  Apple-Clang-CXX.cmake
2319  Apple-Clang.cmake
2320  Apple-GNU-C.cmake
2321  Apple-GNU-CXX.cmake
2322  Apple-GNU-Fortran.cmake
2323  Apple-GNU.cmake
2324  Apple-Intel-C.cmake
2325  Apple-Intel-CXX.cmake
2326  Apple-Intel-Fortran.cmake
2327  Apple-Intel.cmake
2328  Apple-NAG-Fortran.cmake
2329  Apple-NVIDIA-CUDA.cmake
2330  Apple-PGI-C.cmake
2331  Apple-PGI-CXX.cmake
2332  Apple-PGI-Fortran.cmake
2333  Apple-PGI.cmake
2334  Apple-VisualAge-C.cmake
2335  Apple-VisualAge-CXX.cmake
2336  Apple-XL-C.cmake
2337  Apple-XL-CXX.cmake
2338  BSDOS.cmake
2339  BeOS.cmake
2340  BlueGeneL.cmake
2341  BlueGeneP-base.cmake
2342  BlueGeneP-dynamic-GNU-C.cmake
2343  BlueGeneP-dynamic-GNU-CXX.cmake
2344  BlueGeneP-dynamic-GNU-Fortran.cmake
2345  BlueGeneP-dynamic-XL-C.cmake
2346  BlueGeneP-dynamic-XL-CXX.cmake
2347  BlueGeneP-dynamic-XL-Fortran.cmake
2348  BlueGeneP-dynamic.cmake
2349  BlueGeneP-static-GNU-C.cmake
2350  BlueGeneP-static-GNU-CXX.cmake
2351  BlueGeneP-static-GNU-Fortran.cmake
2352  BlueGeneP-static-XL-C.cmake
2353  BlueGeneP-static-XL-CXX.cmake
2354  BlueGeneP-static-XL-Fortran.cmake
2355  BlueGeneP-static.cmake
2356  BlueGeneQ-base.cmake
2357  BlueGeneQ-dynamic-GNU-C.cmake
2358  BlueGeneQ-dynamic-GNU-CXX.cmake
2359  BlueGeneQ-dynamic-GNU-Fortran.cmake
2360  BlueGeneQ-dynamic-XL-C.cmake
2361  BlueGeneQ-dynamic-XL-CXX.cmake
2362  BlueGeneQ-dynamic-XL-Fortran.cmake
2363  BlueGeneQ-dynamic.cmake
2364  BlueGeneQ-static-GNU-C.cmake
2365  BlueGeneQ-static-GNU-CXX.cmake
2366  BlueGeneQ-static-GNU-Fortran.cmake
2367  BlueGeneQ-static-XL-C.cmake
2368  BlueGeneQ-static-XL-CXX.cmake
2369  BlueGeneQ-static-XL-Fortran.cmake
2370  BlueGeneQ-static.cmake
2371  CYGWIN-Clang-C.cmake
2372  CYGWIN-Clang-CXX.cmake
2373  CYGWIN-Determine-CXX.cmake
2374  CYGWIN-GNU-C.cmake
2375  CYGWIN-GNU-CXX.cmake
2376  CYGWIN-GNU-Fortran.cmake
2377  CYGWIN-GNU.cmake
2378  CYGWIN-windres.cmake
2379  CYGWIN.cmake
2380  Catamount.cmake
2381  CrayLinuxEnvironment.cmake
2382  Darwin-Determine-CXX.cmake
2383  Darwin-Initialize.cmake
2384  Darwin.cmake
2385  DragonFly.cmake
2386  Euros.cmake
2387  FreeBSD-Determine-CXX.cmake
2388  FreeBSD.cmake
2389  Fuchsia.cmake
2390  GHS-MULTI-Initialize.cmake
2391  GHS-MULTI.cmake
2392  GNU.cmake
2393  GNUtoMS_lib.bat.in
2394  GNUtoMS_lib.cmake
2395  Generic-ADSP-ASM.cmake
2396  Generic-ADSP-C.cmake
2397  Generic-ADSP-CXX.cmake
2398  Generic-ADSP-Common.cmake
2399  Generic-SDCC-C.cmake
2400  Generic.cmake
2401  HP-UX-GNU-ASM.cmake
2402  HP-UX-GNU-C.cmake
2403  HP-UX-GNU-CXX.cmake
2404  HP-UX-GNU-Fortran.cmake
2405  HP-UX-GNU.cmake
2406  HP-UX-HP-ASM.cmake
2407  HP-UX-HP-C.cmake
2408  HP-UX-HP-CXX.cmake
2409  HP-UX-HP-Fortran.cmake
2410  HP-UX-HP.cmake
2411  HP-UX.cmake
2412  Haiku.cmake
2413  IRIX.cmake
2414  IRIX64.cmake
2415  Linux-Absoft-Fortran.cmake
2416  Linux-CCur-Fortran.cmake
2417  Linux-Clang-C.cmake
2418  Linux-Clang-CXX.cmake
2419  Linux-Determine-CXX.cmake
2420  Linux-GNU-C.cmake
2421  Linux-GNU-CXX.cmake
2422  Linux-GNU-Fortran.cmake
2423  Linux-GNU.cmake
2424  Linux-Intel-C.cmake
2425  Linux-Intel-CXX.cmake
2426  Linux-Intel-Fortran.cmake
2427  Linux-Intel.cmake
2428  Linux-NAG-Fortran.cmake
2429  Linux-PGI-C.cmake
2430  Linux-PGI-CXX.cmake
2431  Linux-PGI-Fortran.cmake
2432  Linux-PGI.cmake
2433  Linux-PathScale-C.cmake
2434  Linux-PathScale-CXX.cmake
2435  Linux-PathScale-Fortran.cmake
2436  Linux-PathScale.cmake
2437  Linux-SunPro-CXX.cmake
2438  Linux-TinyCC-C.cmake
2439  Linux-VisualAge-C.cmake
2440  Linux-VisualAge-CXX.cmake
2441  Linux-VisualAge-Fortran.cmake
2442  Linux-XL-C.cmake
2443  Linux-XL-CXX.cmake
2444  Linux-XL-Fortran.cmake
2445  Linux-como.cmake
2446  Linux.cmake
2447  MP-RAS.cmake
2448  Midipix.cmake
2449  MirBSD.cmake
2450  NetBSD.cmake
2451  OSF1.cmake
2452  OpenBSD.cmake
2453  OpenVMS.cmake
2454  QNX.cmake
2455  RISCos.cmake
2456  SCO_SV.cmake
2457  SINIX.cmake
2458  SunOS-GNU-C.cmake
2459  SunOS-GNU-CXX.cmake
2460  SunOS-GNU-Fortran.cmake
2461  SunOS-GNU.cmake
2462  SunOS-PathScale-C.cmake
2463  SunOS-PathScale-CXX.cmake
2464  SunOS-PathScale-Fortran.cmake
2465  SunOS-PathScale.cmake
2466  SunOS.cmake
2467  Tru64.cmake
2468  ULTRIX.cmake
2469  UNIX_SV.cmake
2470  UnixPaths.cmake
2471  UnixWare.cmake
2472  Windows-Borland-C.cmake
2473  Windows-Borland-CXX.cmake
2474  Windows-Clang-C.cmake
2475  Windows-Clang-CXX.cmake
2476  Windows-Clang.cmake
2477  Windows-Determine-CXX.cmake
2478  Windows-Embarcadero-C.cmake
2479  Windows-Embarcadero-CXX.cmake
2480  Windows-Embarcadero.cmake
2481  Windows-Flang-Fortran.cmake
2482  Windows-G95-Fortran.cmake
2483  Windows-GNU-C-ABI.cmake
2484  Windows-GNU-C.cmake
2485  Windows-GNU-CXX-ABI.cmake
2486  Windows-GNU-CXX.cmake
2487  Windows-GNU-Fortran-ABI.cmake
2488  Windows-GNU-Fortran.cmake
2489  Windows-GNU.cmake
2490  Windows-Intel-ASM.cmake
2491  Windows-Intel-C.cmake
2492  Windows-Intel-CXX.cmake
2493  Windows-Intel-Fortran.cmake
2494  Windows-Intel.cmake
2495  Windows-MSVC-C.cmake
2496  Windows-MSVC-CXX.cmake
2497  Windows-MSVC.cmake
2498  Windows-NVIDIA-CUDA.cmake
2499  Windows-OpenWatcom-C.cmake
2500  Windows-OpenWatcom-CXX.cmake
2501  Windows-OpenWatcom.cmake
2502  Windows-PGI-C.cmake
2503  Windows-PGI-Fortran.cmake
2504  Windows-PGI.cmake
2505  Windows-Watcom-C.cmake
2506  Windows-Watcom-CXX.cmake
2507  Windows-df.cmake
2508  Windows-windres.cmake
2509  Windows.cmake
2510  WindowsCE-MSVC-C.cmake
2511  WindowsCE-MSVC-CXX.cmake
2512  WindowsCE.cmake
2513  WindowsPaths.cmake
2514  WindowsPhone-Clang-C.cmake
2515  WindowsPhone-Clang-CXX.cmake
2516  WindowsPhone-GNU-C.cmake
2517  WindowsPhone-GNU-CXX.cmake
2518  WindowsPhone-MSVC-C.cmake
2519  WindowsPhone-MSVC-CXX.cmake
2520  WindowsPhone.cmake
2521  WindowsStore-Clang-C.cmake
2522  WindowsStore-Clang-CXX.cmake
2523  WindowsStore-GNU-C.cmake
2524  WindowsStore-GNU-CXX.cmake
2525  WindowsStore-MSVC-C.cmake
2526  WindowsStore-MSVC-CXX.cmake
2527  WindowsStore.cmake
2528  Xenix.cmake
2529  eCos.cmake
2530  gas.cmake
2531  kFreeBSD.cmake
2532  syllable.cmake
2533 share/cmake/Modules/Platform/Android/
2534  Determine-Compiler-NDK.cmake
2535  Determine-Compiler-Standalone.cmake
2536  Determine-Compiler.cmake
2537  abi-arm64-v8a-Clang.cmake
2538  abi-arm64-v8a-GNU.cmake
2539  abi-armeabi-Clang.cmake
2540  abi-armeabi-GNU.cmake
2541  abi-armeabi-v6-Clang.cmake
2542  abi-armeabi-v6-GNU.cmake
2543  abi-armeabi-v7a-Clang.cmake
2544  abi-armeabi-v7a-GNU.cmake
2545  abi-common-Clang.cmake
2546  abi-common-GNU.cmake
2547  abi-common.cmake
2548  abi-mips-Clang.cmake
2549  abi-mips-GNU.cmake
2550  abi-mips64-Clang.cmake
2551  abi-mips64-GNU.cmake
2552  abi-x86-Clang.cmake
2553  abi-x86-GNU.cmake
2554  abi-x86_64-Clang.cmake
2555  abi-x86_64-GNU.cmake
2556  ndk-stl-c++.cmake
2557  ndk-stl-c++_shared.cmake
2558  ndk-stl-c++_static.cmake
2559  ndk-stl-gabi++.cmake
2560  ndk-stl-gabi++_shared.cmake
2561  ndk-stl-gabi++_static.cmake
2562  ndk-stl-gnustl.cmake
2563  ndk-stl-gnustl_shared.cmake
2564  ndk-stl-gnustl_static.cmake
2565  ndk-stl-none.cmake
2566  ndk-stl-stlport.cmake
2567  ndk-stl-stlport_shared.cmake
2568  ndk-stl-stlport_static.cmake
2569  ndk-stl-system.cmake
2570 share/cmake/Modules/UseSWIG/ManageSupportFiles.cmake
2571 share/cmake/Templates/
2572  AppleInfo.plist
2573  CMakeVSMacros1.vsmacros
2574  CMakeVSMacros2.vsmacros
2575  CPack.GenericDescription.txt
2576  CPack.GenericLicense.txt
2577  CPack.GenericWelcome.txt
2578  CPackConfig.cmake.in
2579  CTestScript.cmake.in
2580  TestDriver.cxx.in
2581 share/cmake/Templates/MSBuild/
2582  nasm.props.in
2583  nasm.targets
2584  nasm.xml
2585 share/cmake/Templates/Windows/
2586  ApplicationIcon.png
2587  Logo.png
2588  SmallLogo.png
2589  SmallLogo44x44.png
2590  SplashScreen.png
2591  StoreLogo.png
2592  Windows_TemporaryKey.pfx
2593 share/cmake/completions/
2594  cmake
2595  cpack
2596  ctest
2597 share/cmake/editors/emacs/cmake-mode.el
2598 share/cmake/editors/vim/indent/cmake.vim
2599 share/cmake/editors/vim/syntax/cmake.vim
2600 share/cmake/include/cmCPluginAPI.h
2601 share/emacs/site-lisp/cmake-mode.el
2602 share/man/man1/
2603  ccmake.1.gz
2604  cmake.1.gz
2605  cpack.1.gz
2606  ctest.1.gz
2607 share/man/man7/
2608  cmake-buildsystem.7.gz
2609  cmake-commands.7.gz
2610  cmake-compile-features.7.gz
2611  cmake-developer.7.gz
2612  cmake-env-variables.7.gz
2613  cmake-generator-expressions.7.gz
2614  cmake-generators.7.gz
2615  cmake-language.7.gz
2616  cmake-modules.7.gz
2617  cmake-packages.7.gz
2618  cmake-policies.7.gz
2619  cmake-properties.7.gz
2620  cmake-qt.7.gz
2621  cmake-server.7.gz
2622  cmake-toolchains.7.gz
2623  cmake-variables.7.gz
2624  cpack-generators.7.gz
2625
2626
2627 [FILE:392:patches/patch-CMakeLists.txt]
2628 --- CMakeLists.txt.orig 2018-11-02 12:15:48 UTC
2629 +++ CMakeLists.txt
2630 @@ -800,7 +800,7 @@ if(NOT CMake_TEST_EXTERNAL_CMAKE)
2631  
2632    # Install script directories.
2633    install(
2634 -    DIRECTORY Help Modules Templates
2635 +    DIRECTORY Help
2636      DESTINATION ${CMAKE_DATA_DIR}
2637      FILE_PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
2638      DIRECTORY_PERMISSIONS OWNER_READ OWNER_EXECUTE OWNER_WRITE
2639
2640
2641 [FILE:540:patches/patch-Modules_FindSDL.cmake]
2642 --- Modules/FindSDL.cmake.orig  2018-11-02 12:15:48 UTC
2643 +++ Modules/FindSDL.cmake
2644 @@ -85,6 +85,11 @@ else()
2645    set(VC_LIB_PATH_SUFFIX lib/x86)
2646  endif()
2647  
2648 +# On FreeBSD SDL depends on libiconv and SDL_stdinc.h includes iconv.h, which is
2649 +# located in ${LOCALBASE}/include. Append {LOCALBASE}/include to
2650 +# the SDL_INCLUDE_DIR, thus allow to build SDL apps out of box.
2651 +list(APPEND SDL_INCLUDE_DIR /usr/local/include)
2652 +
2653  # SDL-1.1 is the name used by FreeBSD ports...
2654  # don't confuse it for the version number.
2655  find_library(SDL_LIBRARY_TEMP
2656
2657
2658 [FILE:407:patches/patch-Utilities_cmlibuv_src_unix_core.c]
2659 --- Utilities/cmlibuv/src/unix/core.c.orig      2018-11-02 12:15:50 UTC
2660 +++ Utilities/cmlibuv/src/unix/core.c
2661 @@ -65,7 +65,11 @@
2662  # include <sys/filio.h>
2663  # include <sys/wait.h>
2664  # include <sys/param.h>
2665 +# if defined __DragonFly__
2666 +# include <sys/sched.h>
2667 +# else
2668  # include <sys/cpuset.h>
2669 +# endif
2670  # define UV__O_CLOEXEC O_CLOEXEC
2671  # if defined(__FreeBSD__) && __FreeBSD__ >= 10
2672  #  define uv__accept4 accept4
2673
2674
2675 [FILE:982:files/InitialCache.cmake]
2676 # Disable CMake's tests while building. We are not interested in them when
2677 # building packages/ports, and it may create problems if part of some
2678 # dependencies are installed (for example, devel/qmake4 is installed, but
2679 # devel/qt4-corelib is not).
2680 # See https://mail.kde.org/pipermail/kde-freebsd/2013-July/015703.html
2681 set(BUILD_TESTING OFF CACHE BOOL "Build the testing tree.")
2682
2683 # Force CMake to look for base's liblzma, otherwise the configuration process
2684 # will fail if archivers/lzmalib is installed, as CMake will try to use its
2685 # liblzma.so.
2686 # Note that this is necessary only for `make configure' to work, as liblzma is
2687 # only ever used if CMake's bundled libarchive is being used.
2688 set(LIBLZMA_INCLUDE_DIR "/usr/include" CACHE PATH
2689     "Directory where LibLZMA headers are located.")
2690 set(LIBLZMA_LIBRARY "/usr/lib/liblzma.so" CACHE PATH
2691     "LibLZMA library to link against.")
2692
2693 # Don't even try
2694 set(CPACK_ENABLE_FREEBSD_PKG OFF CACHE BOOL "Enable pkg(8) generator in CPack")
2695