- remove libcajun-dev from list of packages needed for linux CI builds, we just use the version we carry in the contrib folder

This commit is contained in:
Scott Godin
2025-08-14 11:34:10 -04:00
parent 7160616720
commit efcdce5fcf
2 changed files with 1 additions and 10 deletions

View File

@@ -46,7 +46,6 @@ jobs:
libasio-dev \
libboost-all-dev \
libc-ares-dev \
libcajun-dev \
libcppunit-dev \
libdb++-dev \
libfmt-dev \

View File

@@ -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