From 5a0cd3743e01da6ac95066f414058a1b8ce16160 Mon Sep 17 00:00:00 2001 From: Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com> Date: Mon, 20 Nov 2023 16:07:46 +0100 Subject: [PATCH] [WIDL] CMakeLists.txt: Remove an obsolete comment (#6016) Addendum to 8184186 (r55855). --- sdk/tools/widl/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk/tools/widl/CMakeLists.txt b/sdk/tools/widl/CMakeLists.txt index 4fbfb48749b..0a4533f03b0 100644 --- a/sdk/tools/widl/CMakeLists.txt +++ b/sdk/tools/widl/CMakeLists.txt @@ -35,7 +35,6 @@ list(APPEND SOURCE ../port/getopt1.c ../port/mkstemps.c) -# Taken from widl.rbuild add_definitions(-DINT16=SHORT) add_host_tool(widl ${SOURCE}) target_link_libraries(widl PRIVATE host_includes wpphost)