[WIDL] CMakeLists.txt: Remove an obsolete comment (#6016)

Addendum to 8184186 (r55855).
This commit is contained in:
Serge Gautherie 2023-11-20 16:07:46 +01:00 committed by GitHub
parent cbc60aa07a
commit 5a0cd3743e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)