File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 4646 libasio-dev \
4747 libboost-all-dev \
4848 libc-ares-dev \
49- libcajun-dev \
5049 libcppunit-dev \
5150 libdb++-dev \
5251 libfmt-dev \
Original file line number Diff line number Diff line change @@ -604,16 +604,8 @@ if(USE_BDB)
604604endif ()
605605
606606# Cajun
607- # Debian: libcajun-dev
608607if (USE_CAJUN)
609- #if(USE_CONTRIB)
610- # FIXME: convert Cajun to CMake build system
611- # FIXME: include Cajun as a Git submodule or NuGet
612- #add_subdirectory(contrib/cajun)
613- set (CAJUN_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR} /contrib/cajun/include" )
614- #else()
615- # find_package(cajun REQUIRED)
616- #endif()
608+ set (CAJUN_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR} /contrib/cajun/include" )
617609endif ()
618610
619611# ASIO
You can’t perform that action at this time.
0 commit comments