mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:15:59 +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)
|
function(set_subsystem MODULE SUBSYSTEM)
|
||||||
if(NOT CMAKE_C_COMPILER_VERSION VERSION_LESS 17)
|
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()
|
else()
|
||||||
add_target_link_flags(${MODULE} "/SUBSYSTEM:${SUBSYSTEM}")
|
add_target_link_flags(${MODULE} "/SUBSYSTEM:${SUBSYSTEM}")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue