X-Git-Url: https://git.ralfj.de/dyn-nsupdate.git/blobdiff_plain/4c50ee5d8b2eb10d1fa5a1c8ec340fb769614ffd..ecc6d7d76571926b6011a3396b5b8d9458d713fc:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index f714aeb..58f11b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ INCLUDE_DIRECTORIES( ${Boost_INCLUDE_DIR} ) set(DYNNSUPDATE_CONFIG_FILE "/some/config/file" CACHE FILEPATH "Choose the file dyn-nsupdate reads its configuration from (for security reasons, this is hard-coded in the binary)") -set(CMAKE_CXX_FLAGS "-Wall -Wextra ${CMAKE_CXX_FLAGS}") +set(CMAKE_CXX_FLAGS "-Wall -Wextra ${CMAKE_CXX_FLAGS} -std=c++11") add_definitions("-DCONFIG_FILE=\"${DYNNSUPDATE_CONFIG_FILE}\"")