mirror of
https://github.com/resiprocate/resiprocate.git
synced 2026-01-12 00:05:02 +08:00
- 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:
1
.github/workflows/linux-ci.yml
vendored
1
.github/workflows/linux-ci.yml
vendored
@@ -46,7 +46,6 @@ jobs:
|
||||
libasio-dev \
|
||||
libboost-all-dev \
|
||||
libc-ares-dev \
|
||||
libcajun-dev \
|
||||
libcppunit-dev \
|
||||
libdb++-dev \
|
||||
libfmt-dev \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user