From 97b097af4137931905254aa80013656363ca17c1 Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Fri, 22 Feb 2019 00:34:56 +0100 Subject: [PATCH] Fixes builds --- bh_random/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bh_random/CMakeLists.txt b/bh_random/CMakeLists.txt index 2374c82..5ace891 100644 --- a/bh_random/CMakeLists.txt +++ b/bh_random/CMakeLists.txt @@ -1,5 +1,7 @@ cmake_minimum_required(VERSION 3.1) -project(bh_random) +project(bh_random cxx) + +add_definitions(-std=c++11) if (NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Release)