forked from lijiext/lammps
FindLATTE.cmake: fixed a typo
This commit is contained in:
parent
d84825fd7f
commit
66f59f9ec0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue