From 7c0286287e39a1a82210a62b1b6215f412010153 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 1 Dec 2022 13:49:59 +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 2e7b90a..fa3a626 100644 --- a/3rdparty/CMakeLists.txt +++ b/3rdparty/CMakeLists.txt @@ -3,7 +3,7 @@ if (NOT SYSTEM_SQLITE) add_subdirectory(sqlite3) endif() -if (ENABLE_IAX) +if (ENABLE_IAX1) add_subdirectory(iaxclient/lib) endif()