X-Git-Url: https://git.ralfj.de/dyn-nsupdate.git/blobdiff_plain/fd7ec51f7295b7364355287ad3593e35986ab7c9..229a31d3a318cc66dc82428f1429c3aea787f64f:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 6220a8c..de9fb11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.6) project(Dyn-NSupdate) -FIND_PACKAGE( Boost 1.40 COMPONENTS regex REQUIRED ) +FIND_PACKAGE( Boost 1.40 COMPONENTS regex program_options REQUIRED ) INCLUDE_DIRECTORIES( ${Boost_INCLUDE_DIR} ) set(DYNNSUPDATE_CONFIG_FILE "/var/lib/bind/dyn-nsupdate.conf" CACHE FILEPATH "Choose the file dyn-nsupdate reads its configuration from (for security reasons, this is hard-coded in the binary)")