prepare for using program_options; sanitize namespaces a bit
[dyn-nsupdate.git] / CMakeLists.txt
index 6220a8cc7d4c60333fe433876d3636bca65c2714..de9fb111f7880e8cb4f0b6001080cd3e219f3d38 100644 (file)
@@ -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)")