1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-15 12:16:40 +08:00

Merge branch 'upstream-KWSys' into update-kwsys

# By KWSys Upstream
* upstream-KWSys:
  KWSys 2025-07-01 (660d6875)
This commit is contained in:
Brad King
2025-07-01 10:46:02 -04:00

View File

@@ -768,7 +768,7 @@ if(KWSYS_C_SRCS OR KWSYS_CXX_SRCS)
if(KWSYS_USE_SystemInformation)
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
# Note that the dbghelp runtime is part of MS Windows OS
if(MSVC_VERSION AND NOT MSVC_VERSION VERSION_LESS 1800)