Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alxvth committed Sep 25, 2024
1 parent 8d6cbeb commit 73eec3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ find_package(flann CONFIG REQUIRED)
find_package(OpenMP)

if(${flann_FOUND})
message (STATUS "Found flanm version ${flann_VERSION}")
message (STATUS "Found flann version ${flann_VERSION}")
endif()

if(${lz4_FOUND})
message (STATUS "Found flanm version ${lz4_VERSION}")
message (STATUS "Found lz4 version ${lz4_VERSION}")
endif()

if(OpenMP_CXX_FOUND)
Expand Down

0 comments on commit 73eec3f

Please sign in to comment.