Commit Graph

14969 Commits

Author SHA1 Message Date
Brad King e90e997546 Merge topic 'patch-FindLibinput'
7b89c35b42 FindLibinput: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10601
2025-04-08 10:18:19 -04:00
Brad King 137e81f0dc Merge topic 'patch-FindIconv'
f3c838cce8 FindIconv: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10600
2025-04-08 10:06:53 -04:00
Brad King 95f331e592 Merge topic 'patch-FindTIFF'
257d1f446a FindTIFF: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10598
2025-04-08 10:04:04 -04:00
Brad King 0033f46d97 Merge topic 'patch-FindCurses'
fb53372487 FindCurses: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10597
2025-04-08 10:00:37 -04:00
Brad King e4b02879b7 Merge topic 'patch-FindPostgreSQL'
bac580d4bc FindPostgreSQL: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10596
2025-04-08 09:58:02 -04:00
Brad King 3764439189 Merge topic 'patch-FindSelfPackers'
aac3b0507f FindSelfPackers: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10595
2025-04-08 09:52:57 -04:00
Brad King 568471a7ed Merge topic 'patch-FindLATEX'
2f54621c62 FindLATEX: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10607
2025-04-08 09:47:16 -04:00
Brad King b305b5df4e Merge topic 'patch-FindOpenSSL'
44b53f8481 FindOpenSSL: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10606
2025-04-08 09:44:03 -04:00
Peter Kokot 44b53f8481 FindOpenSSL: Update documentation
- Added examples section.
- Synced module descriptions a bit with other find modules.
- OpenSSL_FOUND variable used. The OPENSSL_FOUND is also set by the
  find_package_handle_standard_args() to the same value.
- Described the applink interface a bit further.
2025-04-08 00:30:41 +02:00
Peter Kokot 2f54621c62 FindLATEX: Update documentation
- Added find module docs sections as in other similar find modules.
- Added examples section.
- Added CMake versions that introduced support for components and
  htlatex, pdftops, Biber, xindy, XeLaTeX, LuaLaTeX separately.
2025-04-07 22:31:30 +02:00
Brad King f88b7ade18 Merge topic 'patch-FindCups'
8344891ba7 FindCups: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10593
2025-04-07 12:21:04 -04:00
Brad King 2e865702a2 Merge topic 'patch-FindXalanC'
5aa0ce9255 FindXalanC: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10591
2025-04-07 12:19:40 -04:00
Brad King 7518a55883 Merge topic 'patch-FindGIF'
d64f7a7bb5 FindGIF: Document when GIF::GIF imported target got introduced

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10592
2025-04-07 12:14:34 -04:00
Brad King 91901679dc Merge topic 'patch-FindQuickTime'
9eeae17f32 FindQuickTime: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10589
2025-04-07 12:12:38 -04:00
Peter Kokot 7b89c35b42 FindLibinput: Update documentation
- Synced module documentation with other similar find modules.
- Added examples section.
2025-04-06 19:52:07 +02:00
Peter Kokot f3c838cce8 FindIconv: Update documentation
- Added examples section.
- Synced variables listing with the rest of the find modules.
- Moved imported targets to the top.
2025-04-06 01:43:38 +02:00
Peter Kokot 257d1f446a FindTIFF: Update documentation
- Added examples section.
- Synced descriptions with other similar find modules.
- Added TIFF_VERSION_STRING to the result variables (available since the
  early introduction of this module).
- Described imported targets in more details.
- Refactored components section to make the usage clearer.
2025-04-05 23:09:08 +02:00
Peter Kokot fb53372487 FindCurses: Update documentation
- Module documentation synced with other similar find modules.
- Added examples section.
- Documented backward-compatibility variables as deprecated.
- Added versions mentioning when variable got obsoleted/deprecated.
- Curses_FOUND variable used instead of the CURSES_FOUND. Both are set
  by the find_package_handle_standard_args().
2025-04-05 21:34:34 +02:00
Peter Kokot bac580d4bc FindPostgreSQL: Update documentation
- Added examples section.
- Updated and synced descriptions.
- Added CMake version 3.20 that introduced the Server component.
2025-04-05 21:31:24 +02:00
Peter Kokot aac3b0507f FindSelfPackers: Update documentation
- Added examples section.
- UPX link updated.
- Described current cache variables.
2025-04-05 03:15:55 +02:00
Peter Kokot 8344891ba7 FindCups: Update documentation
- Synced find module documentation with other similar find modules.
- Added examples section.
- Added hints section.
- Cups_FOUND variable used in the description. CUPS_FOUND is also set
  by the find_package_handle_standard_args() to the same value.
2025-04-04 19:44:53 +02:00
Peter Kokot 5aa0ce9255 FindXalanC: Update documentation
- Added examples section.
- Synced descriptions.
- Described the XalanC_LIBRARY_RELEASE and XalanC_LIBRARY_DEBUG cache
  variables separately.
2025-04-04 19:27:55 +02:00
Peter Kokot d64f7a7bb5 FindGIF: Document when GIF::GIF imported target got introduced
The GIF::GIF imported target got introduced in CMake 3.14, after the
find module was introduced.
2025-04-04 06:20:06 +02:00
Peter Kokot 9eeae17f32 FindQuickTime: Update documentation
- Synced the module with other similar find modules.
- Added examples section.
- Added notice regarding QuickTime being deprecated and no longer
  supported by Apple.  The AVFoundation and AVKit frameworks are
  suggested instead, also according to the upstream documentation.
2025-04-04 05:35:48 +02:00
Peter Kokot 2ac98685f7 FindPike: Update documentation
- Added basic find module sections.
- Removed description of what this module finds as the description is
  outdated (at the time of writing, it finds only pike interpreter and
  the include directory). This module didn't find the library yet.
2025-04-04 04:46:03 +02:00
Brad King 1736a99497 Merge topic 'patch-FindHSPELL'
c27d2bee7f FindHSPELL: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10577
2025-04-03 14:02:05 -04:00
Brad King 4ebec03bbf Merge topic 'patch-FindEXPAT'
8e91ee67d9 FindEXPAT: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10578
2025-04-03 14:00:42 -04:00
Brad King 8b13fb6d58 Merge topic 'patch-CMakeDependentOption-false-confition'
7fae768c3f CMakeDependentOption: Fix documentation regarding false condition

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10579
2025-04-03 13:58:41 -04:00
Peter Kokot 7fae768c3f CMakeDependentOption: Fix documentation regarding false condition
This fixes the commit 67055f5b3a:
- If condition is false, local variable is always set to `<else-value>`
2025-04-02 21:12:49 +02:00
Brad King caf1ddf3a6 Merge topic 'hip-debug-no-opt'
b805f55325 HIP: Fix default flags for Debug configuration

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10572
2025-04-02 10:20:48 -04:00
Peter Kokot 8e91ee67d9 FindEXPAT: Update documentation
- Added examples section.
- Module documentation synced a bit with other similar find modules.
- Descriptions synced.
2025-04-02 02:05:48 +02:00
Peter Kokot c27d2bee7f FindHSPELL: Update documentation
- Synced module description with other similar find modules.
- Added examples section
- HSPELL_DEFINITIONS variable removed from the documentation as it was
  never defined by this module.
2025-04-02 01:54:31 +02:00
Brad King b6c88c0c5d Merge topic 'patch-FindASPELL'
dd2edc3497 FindASPELL: Add components and imported targets
1056f0b166 ci: Add aspell to Debian and Fedora base images

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10543
2025-04-01 13:07:18 -04:00
Brad King 39cccd1db8 Merge topic 'patch-CMAKE_COMPILER_IS_GNU'
50e57aa4ca CMAKE_COMPILER_IS_*: Replace with CMAKE_<LANG>_COMPILER_ID

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !10551
2025-04-01 13:05:54 -04:00
Brad King b88845b4fd Merge topic 'patch-FindLTTngUST'
26078a7055 FindLTTngUST: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10565
2025-04-01 12:03:10 -04:00
Brad King d52995da58 Merge topic 'patch-FindALSA'
d5225ed7c7 FindALSA: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10569
2025-04-01 12:01:56 -04:00
Brad King 3715e95e95 Merge topic 'patch-FindBZip2'
f8869eaf74 FindBZip2: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10567
2025-04-01 12:00:28 -04:00
Brad King 2e8b7967ac Merge topic 'patch-FindBacktrace'
533d5eafcb FindBacktrace: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10566
2025-04-01 11:58:37 -04:00
Brad King 6aaa7f1456 Merge topic 'patch-FindPerl'
d9c92f01db FindPerl: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10553
2025-04-01 11:56:49 -04:00
Brad King 01af7cdd7b Merge topic 'patch-FindGIF'
22f8ff9f40 FindGIF: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10555
2025-04-01 11:53:20 -04:00
Brad King 04ebeb2eb2 Merge topic 'patch-FindPerlLibs'
263a053465 FindPerlLibs: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10554
2025-04-01 11:49:51 -04:00
Brad King 24a85ac116 Merge topic 'patch-FindGit'
c584c45f9c FindGit: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10556
2025-04-01 11:46:36 -04:00
Brad King 0f472f40df Merge topic 'patch-FindZLIB-docs'
24c01e01e6 FindZLIB: Add example and update docs

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10557
2025-04-01 11:44:04 -04:00
Brad King d14fd03e8f Merge topic 'patch-FindXMLRPC'
826a3d8c3f FindXMLRPC: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10558
2025-04-01 11:40:26 -04:00
Brad King 36989ee7d8 Merge topic 'patch-FindLibXslt'
d898436cdd FindLibXslt: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10559
2025-04-01 11:37:51 -04:00
Brad King 33e4ff5def Merge topic 'patch-FindSQLite3'
c11e37a968 FindSQLite3: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10560
2025-04-01 11:35:26 -04:00
Brad King a90689939a Merge topic 'patch-FindPhysFS'
7be6d88f24 FindPhysFS: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10561
2025-04-01 11:30:29 -04:00
Brad King 3bcaf0db06 Merge topic 'patch-FindJPEG'
db8064f85e FindJPEG: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10562
2025-04-01 11:19:24 -04:00
Brad King e3f728e4dc Merge topic 'patch-CMakeDependentOption'
67055f5b3a CMakeDependentOption: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10563
2025-04-01 11:10:04 -04:00
Brad King b805f55325 HIP: Fix default flags for Debug configuration
Pass `-g` to enable debugging, not `-O` for optimizations.  This was
probably a typo in commit b50bfc8913 (HIP: Add language to CMake,
2020-08-28, v3.21.0-rc1~66^2~4).

Fixes: #26823
2025-04-01 10:52:57 -04:00