Browse Source

Added development mode option

Christophe Riccio 15 years ago
parent
commit
f88d767d9e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      CMakeLists.txt

+ 0 - 1
CMakeLists.txt

@@ -23,4 +23,3 @@ option(GLM_DEVELOPMENT_MODE "GLM development" OFF)
 if(NOT GLM_DEVELOPMENT_MODE)
 	message(FATAL_ERROR "GLM is a header only library, no need to build it")
 endif()
-