diff --git a/3rdparty/CMakeLists.txt b/3rdparty/CMakeLists.txt index fa3a626..2e7b90a 100644 --- a/3rdparty/CMakeLists.txt +++ b/3rdparty/CMakeLists.txt @@ -3,7 +3,7 @@ if (NOT SYSTEM_SQLITE) add_subdirectory(sqlite3) endif() -if (ENABLE_IAX1) +if (ENABLE_IAX) add_subdirectory(iaxclient/lib) endif()