Skip to content

Commit

Permalink
Attempt to fix Windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Feb 27, 2024
1 parent 7cfec09 commit 9746236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
)

Expand Down

0 comments on commit 9746236

Please sign in to comment.