Commit 66f59f9e authored by Christoph Junghans's avatar Christoph Junghans
Browse files

FindLATTE.cmake: fixed a typo

parent d84825fd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# - 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)