From c2e47ed10cb00c0a28ad71de6ccc43855021cb81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 17 Jun 2018 14:24:25 +0200 Subject: [PATCH] modules: doc++ --- modules/FindSDL2.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/FindSDL2.cmake b/modules/FindSDL2.cmake index 4a505e6f3..19c2a256d 100644 --- a/modules/FindSDL2.cmake +++ b/modules/FindSDL2.cmake @@ -9,9 +9,8 @@ # # Additionally these variables are defined for internal usage: # -# SDL2_LIBRARY - SDL2 library -# SDL2_LIBRARY_DEBUG - SDL2 debug library -# SDL2_LIBRARY_RELEASE - SDL2 release library +# SDL2_LIBRARY_DEBUG - SDL2 debug library, if found +# SDL2_LIBRARY_RELEASE - SDL2 release library, if found # SDL2_INCLUDE_DIR - Root include dir # @@ -20,6 +19,7 @@ # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 # Vladimír Vondruš +# Copyright © 2018 Jonathan Hale # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"),