From 2f33052e29d09a97d125af3e60e19c5a490993aa Mon Sep 17 00:00:00 2001 From: Anthony GEAY Date: Thu, 28 Jan 2021 21:20:29 +0100 Subject: [PATCH] Needs some clarifications --- cmake/SalomeSetupPlatform.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/SalomeSetupPlatform.cmake b/cmake/SalomeSetupPlatform.cmake index 87cfdf1..dcf935a 100644 --- a/cmake/SalomeSetupPlatform.cmake +++ b/cmake/SalomeSetupPlatform.cmake @@ -56,8 +56,8 @@ IF(WIN32) ADD_DEFINITIONS(-D_WIN32_WINNT=0x0500) # Windows 2000 or later API is required ADD_DEFINITIONS(-DPPRO_NT) # For medfile - SET(PLATFORM_LIBS Ws2_32.lib) - LIST(APPEND PLATFORM_LIBS Userenv.lib) # At least for GEOM suit + SET(PLATFORM_LIBS ws2_32.lib) + LIST(APPEND PLATFORM_LIBS userenv.lib) # At least for GEOM suit IF(MACHINE_IS_64) SET(SIZE_OF_LONG 4) # Set sizeof(long) to 4 bytes -- 2.39.2