mirror of
https://github.com/g-truc/glm.git
synced 2024-11-23 09:14:34 +00:00
Updated GLM_TEST_MODE message
This commit is contained in:
parent
236ef49a67
commit
a3d359a278
@ -23,7 +23,7 @@ add_subdirectory(doc)
|
|||||||
|
|
||||||
option(GLM_TEST_MODE "GLM test" OFF)
|
option(GLM_TEST_MODE "GLM test" OFF)
|
||||||
if(NOT GLM_TEST_MODE)
|
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()
|
endif()
|
||||||
|
|
||||||
install( DIRECTORY glm DESTINATION include )
|
install( DIRECTORY glm DESTINATION include )
|
||||||
|
Loading…
Reference in New Issue
Block a user