Files
CMake/Modules/FindThreads.cmake
Peter Kokot 30d994c021 FindThreads: Update documentation
- Synced module documentation with other similar find modules.
- Added intro code block showing how to use this module.
- Used Threads_FOUND variable in module code.  The uppercase
  THREADS_FOUND is also set to the same value by
  find_package_handle_standard_args().
- Added examples section.
- Added extended explanation of multithreading support and how this
  compares to the threading specified by C/C++ standards.
2025-08-07 03:25:02 +02:00

9.9 KiB