[cmake] fix typo in comment

This commit is contained in:
Ondrej Holy
2024-04-25 13:14:09 +02:00
committed by akallabeth
parent e99f994933
commit 5f07ffda94

View File

@@ -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)