1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-05 16:43:52 +01:00

Print various sundries about the build

To (hopefully) assist in debugging build problems.
This commit is contained in:
Leland Lucius
2020-02-20 23:41:09 -06:00
parent dfee1b1116
commit 14aad758fa
2 changed files with 34 additions and 2 deletions

View File

@@ -65,7 +65,6 @@ else()
endif()
if( NOT EXISTS "${WXWIN}" )
find_package( Git )
if( NOT GIT_FOUND )
message( FATAL_ERROR "Git is needed to clone wxWidgets" )
endif()