You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# For some reason Advapi32.lib needs to be explicitely linked to when building for Arm (32 bit) on Windows, but isn't required on any other architecture
233
+
# For some reason Advapi32.lib needs to be explicitly linked to when building for Arm (32 bit) on Windows, but isn't required on any other architecture
234
234
if (SYSTEM_PROCESSORMATCHES"arm"ANDCMAKE_SIZEOF_VOID_PEQUAL 4)
if (NOT (HAVE_SECURE_GETENV OR HAVE___SECURE_GETENV))
257
-
message(WARNING "Using non-secure environmental lookups. This loader will not properly disable environent variables when run with elevated permissions.")
257
+
message(WARNING "Using non-secure environmental lookups. This loader will not properly disable environment variables when run with elevated permissions.")
258
258
endif()
259
259
endif()
260
260
261
261
if (NOT (WIN32))
262
-
# Check for the existance of the realpath() command
262
+
# Check for the existence of the realpath() command
0 commit comments