From 41a59f600c8ba2c2f63e0660be92366db31bd2ca Mon Sep 17 00:00:00 2001 From: Dominic Reber Date: Thu, 2 May 2024 08:25:47 +0200 Subject: [PATCH] fix: typo --- source/communication_interfaces/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/communication_interfaces/CMakeLists.txt b/source/communication_interfaces/CMakeLists.txt index 7a35bca7d..2b3bc274e 100644 --- a/source/communication_interfaces/CMakeLists.txt +++ b/source/communication_interfaces/CMakeLists.txt @@ -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}"