SFML/cmake
Chris Thrasher 30a986e632
Use CMake-standard <PackageName>_ROOT variable to locating config module
https://cmake.org/cmake/help/v3.22/command/find_package.html
https://cmake.org/cmake/help/v3.22/variable/PackageName_ROOT.html#variable:%3CPackageName%3E_ROOT

SFML_DIR predates the existence of <PackageName>_ROOT which is now
the preferred way to specify where to find a given package's config
module. User reports have shown that SFML_DIR may be broken at least
in certain circumstances so lets stop mentioning it.
2024-01-16 13:10:58 -07:00
..
Modules Use imported targets for Vorbis and Ogg 2023-08-29 23:18:00 -06:00
CompilerWarnings.cmake Disable warnings as errors by default 2023-09-07 15:21:15 -06:00
Config.cmake Merge branch '2.6.x' into feature/backmerge 2023-12-11 09:32:14 -07:00
Format.cmake Take advantage of clang-format-14 features 2023-07-08 14:39:24 -06:00
Macros.cmake Fix CMake formatting 2023-12-11 23:42:12 -07:00
Mesa3D.cmake Add support for installing and using the Mesa 3D library for OpenGL rendering. 2023-04-06 11:15:56 -06:00
SFMLConfig.cmake.in Use CMake-standard <PackageName>_ROOT variable to locating config module 2024-01-16 13:10:58 -07:00
SFMLConfigDependencies.cmake.in Don't search for OpenGL when linking statically on Android 2023-11-15 17:29:42 -07:00
Tidy.cmake Suppress extraneous clang-tidy output 2023-07-13 10:53:45 -06:00