Skip to content

Commit

Permalink
Reenable pugixml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasstraka committed Aug 31, 2023
1 parent df6708d commit a5d18ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENDIF()

#
# Default: Disable Plugin/Firmware-Tests
option(BUILD_PLUGIN_WITH_TESTS "Build plugin with tests." OFF)
option(BUILD_PLUGIN_WITH_TESTS "Build plugin with tests" OFF)

if(BUILD_PLUGIN_WITH_TESTS)
if (WIN32)
Expand Down
2 changes: 1 addition & 1 deletion mqtt-plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ find_package(SDKQt REQUIRED)

message(STATUS "Qt5Core_RCC_EXECUTABLE = ${Qt5Core_RCC_EXECUTABLE}")

#AddUniqueTargetFromSubdirectory(pugixml "${SW_APP_ROOT}/3rdparty/pugixml-1.9/scripts" "3rdparty/pugixml-1.9")
AddUniqueTargetFromSubdirectory(pugixml "${SW_APP_ROOT}/3rdparty/pugixml-1.9/scripts" "3rdparty/pugixml-1.9")
AddUniqueTargetFromSubdirectory(odk "${ODK_ROOT}/odk" "odk")

set(MQTT_PLUGIN_HEADER_FILES
Expand Down

0 comments on commit a5d18ab

Please sign in to comment.