From 974623644993e46c4593436b33818b5624898d44 Mon Sep 17 00:00:00 2001 From: Alex Robenko Date: Wed, 28 Feb 2024 07:45:06 +1000 Subject: [PATCH] Attempt to fix Windows build. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c618bd..7aa6c68 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -223,7 +223,7 @@ if (DEMO3_GEN_TOOLS) OUTPUT ${tools_tmp_dir} DEPENDS ${schema_file} ${src_files} rm_tools_tmp_tgt COMMAND ${COMMSDSL2TOOLS_QT} ${warn_as_error} ${COMMSDSL2TOOLS_QT_EXTRA_ARGS} - --protocol "::CC Demo3:Synthenic demo protocol to demonstrate protocol versioning where the version is reported in the first \"connect\" message.:cc.Demo3ProtocolPlugin" + --protocol "::CC Demo3:Synthenic demo protocol to demonstrate protocol versioning where the version is reported in the first Connect message.:cc.Demo3ProtocolPlugin" -o ${tools_tmp_dir} -c ${PROJECT_SOURCE_DIR}/src/tools ${schema_file} )