From b30c82d2a7cc39e5e967ebe9f94f7c83a2fff948 Mon Sep 17 00:00:00 2001 From: Matthias Goldhoorn Date: Mon, 2 Mar 2015 15:21:44 +0100 Subject: [PATCH] enable cxx11 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a6dd97..65133e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,5 +3,6 @@ cmake_minimum_required(VERSION 2.6) find_package(Rock) include(RockRuby) +rock_activate_cxx11() rock_init(visual_detectors 0.1) rock_standard_layout()