Skip to content

Commit

Permalink
cmake BUGFIX typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Apr 30, 2024
1 parent 13f3701 commit c1a8e0e
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 @@ -221,7 +221,7 @@ if(LIBSSH_FOUND)
list(APPEND CMAKE_REQUIRED_LIBRARIES ${LIBSSH_LIBRARIES})
endif()

# dependencies - libnetconf2 (now, because we need to configure outselves based on it)
# dependencies - libnetconf2 (now, because we need to configure ourselves based on it)
find_package(LibNETCONF2 ${LIBNETCONF2_DEP_SOVERSION} REQUIRED)
include_directories(${LIBNETCONF2_INCLUDE_DIRS})
list(APPEND CMAKE_REQUIRED_INCLUDES ${LIBNETCONF2_INCLUDE_DIRS})
Expand Down

0 comments on commit c1a8e0e

Please sign in to comment.