mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-30 03:28:55 -07:00
fix remote control define when flag not set in windows (#3534)
This commit is contained in:
parent
9b947615bc
commit
1d7ad52222
1 changed files with 0 additions and 1 deletions
|
@ -410,7 +410,6 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||||
">"
|
">"
|
||||||
"$<$<BOOL:${BUILD_REMOTE_CONTROL}>:ENABLE_REMOTE_CONTROL>"
|
"$<$<BOOL:${BUILD_REMOTE_CONTROL}>:ENABLE_REMOTE_CONTROL>"
|
||||||
"INCLUDE_GAME_PRINTF;"
|
"INCLUDE_GAME_PRINTF;"
|
||||||
"ENABLE_REMOTE_CONTROL;"
|
|
||||||
"UNICODE;"
|
"UNICODE;"
|
||||||
"_UNICODE"
|
"_UNICODE"
|
||||||
STORMLIB_NO_AUTO_LINK
|
STORMLIB_NO_AUTO_LINK
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue