mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[CMAKE]
* Set the subsystem version as 5.01 for recent MSVC toolchains. svn path=/trunk/; revision=59896
This commit is contained in:
parent
7fc15017b3
commit
fbf42a5901
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ endfunction()
|
|||
|
||||
function(set_subsystem MODULE SUBSYSTEM)
|
||||
if(NOT CMAKE_C_COMPILER_VERSION VERSION_LESS 17)
|
||||
add_target_link_flags(${MODULE} "/SUBSYSTEM:${SUBSYSTEM},5.0")
|
||||
add_target_link_flags(${MODULE} "/SUBSYSTEM:${SUBSYSTEM},5.01")
|
||||
else()
|
||||
add_target_link_flags(${MODULE} "/SUBSYSTEM:${SUBSYSTEM}")
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue