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