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