mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 08:05:52 +01:00
Merge with master and resolve CI configure script conflict.
This commit is contained in:
@@ -191,6 +191,14 @@ cmake_dependent_option(
|
||||
Off
|
||||
)
|
||||
|
||||
cmake_dependent_option(
|
||||
${_OPT}has_updates_check
|
||||
"Has a builtin support for checking of updates"
|
||||
On
|
||||
"${_OPT}has_networking"
|
||||
Off
|
||||
)
|
||||
|
||||
# Determine 32-bit or 64-bit target
|
||||
if( CMAKE_C_COMPILER_ID MATCHES "MSVC" AND CMAKE_VS_PLATFORM_NAME MATCHES "Win64|x64" )
|
||||
set( IS_64BIT ON )
|
||||
|
||||
Reference in New Issue
Block a user