diff options
author | Brad King <brad.king@kitware.com> | 2022-07-19 16:28:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-07-19 16:29:11 (GMT) |
commit | 1279131a8e6d4f76b3b8c9ee3da75c0b47a8e5ad (patch) | |
tree | d950f315fbcac857ae9c9b108289c01f2bee0114 /Modules/FindSDL_ttf.cmake | |
parent | 8a3004d5c28c0ca0ac45f718b64ed3662e499c7a (diff) | |
download | CMake-1279131a8e6d4f76b3b8c9ee3da75c0b47a8e5ad.zip CMake-1279131a8e6d4f76b3b8c9ee3da75c0b47a8e5ad.tar.gz CMake-1279131a8e6d4f76b3b8c9ee3da75c0b47a8e5ad.tar.bz2 |
FindSDL_*: Drop module history from public documentation
This information belongs in commit messages, not documentation.
Diffstat (limited to 'Modules/FindSDL_ttf.cmake')
-rw-r--r-- | Modules/FindSDL_ttf.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/FindSDL_ttf.cmake b/Modules/FindSDL_ttf.cmake index d5721da..d67c089 100644 --- a/Modules/FindSDL_ttf.cmake +++ b/Modules/FindSDL_ttf.cmake @@ -30,10 +30,6 @@ For backward compatibility the following variables are also set: $SDLDIR is an environment variable that would correspond to the ./configure --prefix=$SDLDIR used in building SDL. - -Created by Eric Wing. This was influenced by the FindSDL.cmake -module, but with modifications to recognize OS X frameworks and -additional Unix paths (FreeBSD, etc). #]=======================================================================] if(NOT SDL_TTF_INCLUDE_DIR AND SDLTTF_INCLUDE_DIR) |