From 31b393f0322e4baee77cdc2bf4a1efdde8ed779a Mon Sep 17 00:00:00 2001
From: Andrews Sobral <andrewssobral@gmail.com>
Date: Thu, 24 Apr 2014 17:13:03 +0200
Subject: [PATCH] Update CMakeLists.txt

---
 CMakeLists.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9e26507..24c5fe4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,9 +1,8 @@
-
 cmake_minimum_required(VERSION 2.8)
 
 project(bgs)
 
-set(CMAKE_CXX_FLAGS "${CMAKE_CSS_FLAGS} -std=gnu++0x")
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++0x")
 
 find_package(OpenCV REQUIRED)
 
-- 
GitLab