From 929160ff045c8b6611047a41a6d4754badb712d9 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Wed, 14 Apr 2010 14:43:20 +0100 Subject: [PATCH] Clean up CMakeLists.txt --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f91d2bb0..ea94b224 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,11 +4,10 @@ cmake_policy(VERSION 2.6) project(glm) add_definitions(-D_CRT_SECURE_NO_WARNINGS) -#add_definitions(-mfpmath=sse) -#add_definitions(-msse3) -#add_definitions(-Wextra) add_subdirectory(glm) add_subdirectory(doc) add_subdirectory(sample) add_subdirectory(test) + +