mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
[WIDL] CMakeLists.txt: Remove an obsolete comment (#6016)
Addendum to 8184186
(r55855).
This commit is contained in:
parent
cbc60aa07a
commit
5a0cd3743e
|
@ -35,7 +35,6 @@ list(APPEND SOURCE
|
||||||
../port/getopt1.c
|
../port/getopt1.c
|
||||||
../port/mkstemps.c)
|
../port/mkstemps.c)
|
||||||
|
|
||||||
# Taken from widl.rbuild
|
|
||||||
add_definitions(-DINT16=SHORT)
|
add_definitions(-DINT16=SHORT)
|
||||||
add_host_tool(widl ${SOURCE})
|
add_host_tool(widl ${SOURCE})
|
||||||
target_link_libraries(widl PRIVATE host_includes wpphost)
|
target_link_libraries(widl PRIVATE host_includes wpphost)
|
||||||
|
|
Loading…
Reference in a new issue