Explorar o código

Updated GLM_TEST_MODE message

Christophe Riccio %!s(int64=15) %!d(string=hai) anos
pai
achega
a3d359a278
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
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 )