From c2b148c16a1851d2e56c14ebd7e1dec9be7e48f9 Mon Sep 17 00:00:00 2001 From: MysticBoy Date: Tue, 26 May 2020 15:31:53 +0800 Subject: [PATCH] rem mqttc install --- deps/MQTT-C/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deps/MQTT-C/CMakeLists.txt b/deps/MQTT-C/CMakeLists.txt index 86eada9c2e..cb288a4193 100644 --- a/deps/MQTT-C/CMakeLists.txt +++ b/deps/MQTT-C/CMakeLists.txt @@ -74,8 +74,8 @@ if(MQTT_C_TESTS) endif() # Install includes and library -install(TARGETS mqttc - DESTINATION lib -) -install(DIRECTORY include/ - DESTINATION include) +# install(TARGETS mqttc +# DESTINATION lib +# ) +# install(DIRECTORY include/ +# DESTINATION include) -- GitLab