mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-19 19:43:23 +08:00
Merge branch 'upstream-KWSys' into update-kwsys
# By KWSys Upstream * upstream-KWSys: KWSys 2025-07-01 (660d6875)
This commit is contained in:
@@ -768,7 +768,7 @@ if(KWSYS_C_SRCS OR KWSYS_CXX_SRCS)
|
|||||||
|
|
||||||
if(KWSYS_USE_SystemInformation)
|
if(KWSYS_USE_SystemInformation)
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
target_link_libraries(${KWSYS_TARGET_INTERFACE} ${KWSYS_LINK_DEPENDENCY} ws2_32 PowrProf)
|
target_link_libraries(${KWSYS_TARGET_INTERFACE} ${KWSYS_LINK_DEPENDENCY} ws2_32 powrprof)
|
||||||
# link in dbghelp.dll for symbol lookup if MSVC 1800 or later
|
# link in dbghelp.dll for symbol lookup if MSVC 1800 or later
|
||||||
# Note that the dbghelp runtime is part of MS Windows OS
|
# Note that the dbghelp runtime is part of MS Windows OS
|
||||||
if(MSVC_VERSION AND NOT MSVC_VERSION VERSION_LESS 1800)
|
if(MSVC_VERSION AND NOT MSVC_VERSION VERSION_LESS 1800)
|
||||||
|
Reference in New Issue
Block a user