Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/audio/audacity/files/patch-cmake-proxies_wxWidgets_CMakeLists.txt
16147 views
1
--- cmake-proxies/wxWidgets/CMakeLists.txt.orig 2020-08-05 16:32:53 UTC
2
+++ cmake-proxies/wxWidgets/CMakeLists.txt
3
@@ -237,17 +237,6 @@ file(
4
"^#define +wxVERSION_STRING +"
5
)
6
7
-string( REGEX MATCHALL "\".+(Audacity).+\"" ours "${output}")
8
-if( NOT ours )
9
- message( FATAL_ERROR
10
- "\n########################################################################\n"
11
- "Audacity version 3.0.0 or higher requires use of a customized version of "
12
- "wxWidgets. For details:\n"
13
- " https://wiki.audacityteam.org/wiki/Building_for_Distros\n"
14
- "########################################################################\n"
15
- )
16
-endif()
17
-
18
target_include_directories( ${TARGET} INTERFACE ${INCLUDES} )
19
target_compile_definitions( ${TARGET} INTERFACE ${DEFINES} )
20
target_compile_options( ${TARGET} INTERFACE ${COPTS} )
21
22