From eada44ab27defdd175e32f557abab8fa26afc1d9 Mon Sep 17 00:00:00 2001 From: womendoushihaoyin Date: Tue, 7 Jan 2025 23:10:10 +0800 Subject: [PATCH] test compile --- src/slic3r/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/CMakeLists.txt b/src/slic3r/CMakeLists.txt index 1f4fe03222..89b58c7c34 100644 --- a/src/slic3r/CMakeLists.txt +++ b/src/slic3r/CMakeLists.txt @@ -611,7 +611,7 @@ endif () add_library(libslic3r_gui STATIC ${SLIC3R_GUI_SOURCES}) target_include_directories(libslic3r_gui PRIVATE Utils) -target_link_libraries(libslic3r_gui paho-mqtt3as-static) +target_link_libraries(libslic3r_gui paho-mqttpp3-static) target_include_directories(libslic3r_gui PRIVATE ${PAHO_MQTT_CPP_PATH}/include)