summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorMartin Duffy <martin.duffy@kitware.com>2024-06-20 16:59:55 (GMT)
committerBrad King <brad.king@kitware.com>2024-07-03 13:34:41 (GMT)
commit5b3fbd5f6454a943c8cb8c5c90c05b5d87e2d966 (patch)
treebad65473aec4894af55d5441246b8fe90bd5323f /bootstrap
parent73f368b3c1b85d5e2abe2ad49f6e856b69600a39 (diff)
downloadCMake-5b3fbd5f6454a943c8cb8c5c90c05b5d87e2d966.zip
CMake-5b3fbd5f6454a943c8cb8c5c90c05b5d87e2d966.tar.gz
CMake-5b3fbd5f6454a943c8cb8c5c90c05b5d87e2d966.tar.bz2
cmSystemTools: Add CMake config directory
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 49b91d5..841d280 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1763,7 +1763,7 @@ libs=""
uv_c_flags=""
if ${cmake_system_mingw}; then
uv_c_flags="${uv_c_flags} -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600"
- libs="${libs} -lws2_32 -lpsapi -liphlpapi -lshell32 -luserenv -lole32 -loleaut32"
+ libs="${libs} -lws2_32 -lpsapi -liphlpapi -lshell32 -luserenv -lole32 -loleaut32 -luuid"
else
case "${cmake_system}" in
*AIX*)