From 5f07ffda94e2847c585ea3f22762b6cdc1a9e04a Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Thu, 25 Apr 2024 13:14:09 +0200 Subject: [PATCH] [cmake] fix typo in comment --- cmake/Findlodepng.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/Findlodepng.cmake b/cmake/Findlodepng.cmake index 0d3e92514..57484d683 100644 --- a/cmake/Findlodepng.cmake +++ b/cmake/Findlodepng.cmake @@ -1,8 +1,8 @@ # - Try to find lodepng # Once done this will define -# lodepng_FOUND - cJSON was found -# lodepng_INCLUDE_DIRS - cJSON include directories -# lodepng_LIBRARIES - cJSON libraries for linking +# lodepng_FOUND - lodepng was found +# lodepng_INCLUDE_DIRS - lodepng include directories +# lodepng_LIBRARIES - lodepng libraries for linking find_path(lodepng_INCLUDE_DIR NAMES lodepng.h)