FindLATTE.cmake: fixed a typo

This commit is contained in:
Christoph Junghans 2017-09-13 15:51:03 -06:00
parent d84825fd7f
commit 66f59f9ec0
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# - Find latte
# Find the native LATTE libraries.
#
# LATTE_LIBRARIES - List of libraries when using fftw3.
# LATTE_FOUND - True if fftw3 found.
# LATTE_LIBRARIES - List of libraries when using latte.
# LATTE_FOUND - True if latte found.
#
find_library(LATTE_LIBRARY NAMES latte)