From 0b5d3cff9de81bdd64323bf8c7d4fd07b224ecfd Mon Sep 17 00:00:00 2001 From: zhongjin Date: Sat, 12 Nov 2022 22:07:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'3rdparty/CMakeLists.txt'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3rdparty/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/CMakeLists.txt b/3rdparty/CMakeLists.txt index 2084e6b..2e7b90a 100644 --- a/3rdparty/CMakeLists.txt +++ b/3rdparty/CMakeLists.txt @@ -4,7 +4,7 @@ if (NOT SYSTEM_SQLITE) endif() if (ENABLE_IAX) - add_subdirectory(iaxclient-2/lib) + add_subdirectory(iaxclient/lib) endif() add_subdirectory(mongoose)