Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
boxanm authored Dec 16, 2024
1 parent 6be8687 commit fc7d6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ include_directories(SYSTEM "${EIGEN_INCLUDE_DIR}")
#--------------------
if (NOT TARGET nabo)
# Find libnabo:
find_package(libnabo 1.1.1 REQUIRED PATHS ${LIBNABO_INSTALL_DIR})
find_package(libnabo REQUIRED PATHS ${LIBNABO_INSTALL_DIR})
if (TARGET libnabo::nabo)
set(libnabo_LIBRARIES libnabo::nabo)
message(STATUS "libnabo found, version ${libnabo_VERSION} (Config mode, libs=${libnabo_LIBRARIES})")
Expand Down

0 comments on commit fc7d6e6

Please sign in to comment.