[CMAKE] Set _WINKD_ define only where required (kernel and setuplib)

This commit is contained in:
Hervé Poussineau
2022-06-25 18:44:37 +02:00
parent 0676247932
commit 9e19352492
3 changed files with 5 additions and 4 deletions

View File

@@ -221,10 +221,6 @@ Enable this if the module uses typeid or dynamic_cast. You will probably need to
add_definitions(-DKDBG)
endif()
if(_WINKD_)
add_definitions(-D_WINKD_)
endif()
if(ENABLE_CCACHE)
message(WARNING "-- Disabling precompiled headers support (ccache).")
option(PCH "Whether to use precompiled headers" OFF)