From 80032ddbcf1c0d0b5639a894fd09d42f6485b7f1 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 29 Apr 2010 17:36:41 +0100 Subject: [PATCH] Removed unfortunate Git mistake ... --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2380a70f..e0007705 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,6 @@ project(glm) add_definitions(-D_CRT_SECURE_NO_WARNINGS) add_subdirectory(glm) -add_subdirectory(test) add_subdirectory(doc)