mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 16:15:48 +01:00
Remove gettext download for Mac in CMake build
And added a python version that will be used on all platforms when a suitable msgfmt isn't installed. (As long as python is installed.) Extracted all the Audacity specific functions from main cmake list and moved them to their own module. Rearrange the main cmake module a bit and misc. cleanup.
This commit is contained in:
@@ -1015,6 +1015,10 @@ list( APPEND DEFINES
|
||||
WXINTL_NO_GETTEXT_MACRO
|
||||
WXUSINGDLL
|
||||
CMAKE
|
||||
$<$<BOOL:${GIT_FOUND}>:
|
||||
REV_LONG="${GIT_COMMIT_LONG}"
|
||||
REV_TIME="${GIT_COMMIT_TIME}"
|
||||
>
|
||||
$<$<BOOL:${HAVE_LRINT}>:
|
||||
HAVE_LRINT
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user