message(STATUS"GLM is a header only library, no need to build it. Set the option GLM_STATIC_LIBRARY_ENABLE with ON to build an optional static library")
message(STATUS"GLM is a header only library, no need to build it. Set the option GLM_DYNAMIC_LIBRARY_ENABLE with ON to build an optional dynamic library")
endif()
option(GLM_TEST_ENABLE"GLM test"OFF)
if(NOTGLM_TEST_ENABLE)
message(STATUS"GLM is a header only library, no need to build it. Set the option GLM_TEST_ENABLE with ON to build and run the test bench")