Fixes build again

This commit is contained in:
Linus Probert 2019-02-22 00:36:10 +01:00
parent 97b097af41
commit 3533d5ca58
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.1)
project(bh_random cxx)
project(bh_random CXX)
add_definitions(-std=c++11)