1
0
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:
gera
2021-06-10 22:43:08 +03:00
committed by Paul Licameli
parent 07187ad789
commit 0ab6aefe11
14 changed files with 799 additions and 0 deletions

View File

@@ -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 )