From a787fe9a1ffcbf06831092fdaa03f3df5f21d3a4 Mon Sep 17 00:00:00 2001 From: Raphael Graf Date: Mon, 23 Mar 2020 14:12:42 +0100 Subject: [PATCH] [CMAKE] Allow linking system version of libexpat (#462) --- cmake-proxies/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake-proxies/CMakeLists.txt b/cmake-proxies/CMakeLists.txt index 8689b1541..dd28e41be 100644 --- a/cmake-proxies/CMakeLists.txt +++ b/cmake-proxies/CMakeLists.txt @@ -145,7 +145,7 @@ endfunction() # directory option symbol req chk version addlib( wxWidgets wxwidgets WX YES NO "" ) # must be first addlib( FileDialog FileDialog FILEDIALOG YES YES "" ) -addlib( expat expat EXPAT YES YES "" ) +addlib( expat expat EXPAT YES YES "expat >= 2.1.0" ) addlib( lame lame LAME YES YES "lame >= 3.100" ) addlib( lib-widget-extra libextra EXTRA YES YES "" ) addlib( libsndfile sndfile SNDFILE YES YES "sndfile >= 1.0.28" )