From a3d359a2783502d51491ea4cc584305226017e8c Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 17 Feb 2011 11:59:43 +0000 Subject: [PATCH] Updated GLM_TEST_MODE message --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d0889557..f481ce80 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ add_subdirectory(doc) option(GLM_TEST_MODE "GLM test" OFF) if(NOT GLM_TEST_MODE) - message(FATAL_ERROR "GLM is a header only library, no need to build it. Set the option GLM_TEST_MODE to ON if you want to run the test bench") + message(FATAL_ERROR "GLM is a header only library, no need to build it. Set the option GLM_TEST_MODE with ON to build and run the test bench") endif() install( DIRECTORY glm DESTINATION include )