From efcdce5fcff409fa00ef66d12c289e843089e202 Mon Sep 17 00:00:00 2001 From: Scott Godin Date: Thu, 14 Aug 2025 11:34:10 -0400 Subject: [PATCH] - remove libcajun-dev from list of packages needed for linux CI builds, we just use the version we carry in the contrib folder --- .github/workflows/linux-ci.yml | 1 - CMakeLists.txt | 10 +--------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index a8f2c8f97..928ddafce 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -46,7 +46,6 @@ jobs: libasio-dev \ libboost-all-dev \ libc-ares-dev \ - libcajun-dev \ libcppunit-dev \ libdb++-dev \ libfmt-dev \ diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e55b5c3e..ca50f10d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -604,16 +604,8 @@ if(USE_BDB) endif() # Cajun -# Debian: libcajun-dev if(USE_CAJUN) - #if(USE_CONTRIB) - # FIXME: convert Cajun to CMake build system - # FIXME: include Cajun as a Git submodule or NuGet - #add_subdirectory(contrib/cajun) - set(CAJUN_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/contrib/cajun/include") - #else() - # find_package(cajun REQUIRED) - #endif() + set(CAJUN_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/contrib/cajun/include") endif() # ASIO