From bb33c503b6c62823656f407c649738e85db0161a Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Sun, 5 Jun 2022 15:39:48 -0700 Subject: [PATCH] Fix install path to mosquittopp.h Signed-off-by: Alex Martens --- lib/cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cpp/CMakeLists.txt b/lib/cpp/CMakeLists.txt index c7fe00c4..99a2eb28 100644 --- a/lib/cpp/CMakeLists.txt +++ b/lib/cpp/CMakeLists.txt @@ -69,4 +69,4 @@ if(WITH_STATIC_LIBRARIES) ) endif() -install(FILES mosquittopp.h DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}") +install(FILES ../../mosquittopp.h DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")