Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
domire8 committed May 2, 2024
1 parent bd147af commit 41a59f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/communication_interfaces/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ endif ()
if(${PKG_CONFIG_FOUND})
set(PKG_NAME ${LIBRARY_NAME})
set(PKG_DESC "Communication interfaces for socket communication.")
set(pkg_conf_file "communicatoin_interfaces.pc")
set(pkg_conf_file "communication_interfaces.pc")
set(PKG_CFLAGS "-lcppzmq")
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/../library_template.pc.in" "${CMAKE_CURRENT_BINARY_DIR}/${pkg_conf_file}" @ONLY)
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${pkg_conf_file}"
Expand Down

0 comments on commit 41a59f6

Please sign in to comment.