CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument  value.  Or, use the ... syntax
  to tell CMake that the project requires at least  but has been updated
  to work with policies introduced by  or earlier.


CMake Deprecation Warning at CMakeLists.txt:2 (cmake_policy):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument  value.  Or, use the ... syntax
  to tell CMake that the project requires at least  but has been updated
  to work with policies introduced by  or earlier.


GLM: GCC - GNU compiler
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_C_FLAGS
    CMAKE_LD_FLAGS


In file included from /var/pisi/glm-1.0.1-4/work/glm-1.0.1/glm/./ext/../detail/compute_vector_relational.hpp:4,
                 from /var/pisi/glm-1.0.1-4/work/glm-1.0.1/glm/./ext/../detail/type_vec3.inl:3,
                 from /var/pisi/glm-1.0.1-4/work/glm-1.0.1/glm/./ext/../detail/type_vec3.hpp:435,
                 from /var/pisi/glm-1.0.1-4/work/glm-1.0.1/glm/./ext/vector_bool3.hpp:5,
                 from /var/pisi/glm-1.0.1-4/work/glm-1.0.1/glm/vec3.hpp:5,
                 from /var/pisi/glm-1.0.1-4/work/glm-1.0.1/test/core/core_setup_message.cpp:2:
/var/pisi/glm-1.0.1-4/work/glm-1.0.1/glm/./ext/../detail/setup.hpp:980:61: note: ‘#pragma message: "GLM: version 1.0.1"’
  980 | #               pragma message (GLM_STR(GLM_VERSION_MESSAGE))
      |                                                             ^
/var/pisi/glm-1.0.1-4/work/glm-1.0.1/glm/./ext/../detail/setup.hpp:990:45: note: ‘#pragma message: GLM: C++ 17’
  990 | #               pragma message("GLM: C++ 17")
      |                                             ^
/var/pisi/glm-1.0.1-4/work/glm-1.0.1/glm/./ext/../detail/setup.hpp:1027:60: note: ‘#pragma message: GLM: GCC compiler detected’
 1027 | #               pragma message("GLM: GCC compiler detected")
      |                                                            ^
/var/pisi/glm-1.0.1-4/work/glm-1.0.1/glm/./ext/../detail/setup.hpp:1069:63: note: ‘#pragma message: GLM: x86 64 bits build target’
 1069 | #               pragma message("GLM: x86 64 bits build target")
      |                                                               ^
/var/pisi/glm-1.0.1-4/work/glm-1.0.1/glm/./ext/../detail/setup.hpp:1112:62: note: ‘#pragma message: GLM: Linux platform detected’
 1112 | #               pragma message("GLM: Linux platform detected")
      |                                                              ^
/var/pisi/glm-1.0.1-4/work/glm-1.0.1/glm/./ext/../detail/setup.hpp:1132:117: note: ‘#pragma message: GLM: GLM_FORCE_SWIZZLE is undefined. swizzling functions or operators are disabled.’
 1132 | #               pragma message("GLM: GLM_FORCE_SWIZZLE is undefined. swizzling functions or operators are disabled.")
      |                                                                                                                     ^
/var/pisi/glm-1.0.1-4/work/glm-1.0.1/glm/./ext/../detail/setup.hpp:1139:144: note: ‘#pragma message: GLM: GLM_FORCE_SIZE_T_LENGTH is undefined. .length() returns a glm::length_t, a typedef of int following GLSL.’
 1139 | #               pragma message("GLM: GLM_FORCE_SIZE_T_LENGTH is undefined. .length() returns a glm::length_t, a typedef of int following GLSL.")
      |                                                                                                                                                ^
/var/pisi/glm-1.0.1-4/work/glm-1.0.1/glm/./ext/../detail/setup.hpp:1145:133: note: ‘#pragma message: GLM: GLM_FORCE_UNRESTRICTED_GENTYPE is undefined. Follows strictly GLSL on valid function genTypes.’
 1145 | #               pragma message("GLM: GLM_FORCE_UNRESTRICTED_GENTYPE is undefined. Follows strictly GLSL on valid function genTypes.")
      |                                                                                                                                     ^
/var/pisi/glm-1.0.1-4/work/glm-1.0.1/glm/./ext/../detail/setup.hpp:1149:133: note: ‘#pragma message: GLM: GLM_FORCE_SILENT_WARNINGS is defined. Ignores C++ warnings from using C++ language extensions.’
 1149 | #               pragma message("GLM: GLM_FORCE_SILENT_WARNINGS is defined. Ignores C++ warnings from using C++ language extensions.")
      |                                                                                                                                     ^
/var/pisi/glm-1.0.1-4/work/glm-1.0.1/glm/./ext/../detail/setup.hpp:1178:124: note: ‘#pragma message: GLM: GLM_FORCE_DEPTH_ZERO_TO_ONE is undefined. Using negative one to one depth clip space.’
 1178 | #               pragma message("GLM: GLM_FORCE_DEPTH_ZERO_TO_ONE is undefined. Using negative one to one depth clip space.")
      |                                                                                                                            ^
/var/pisi/glm-1.0.1-4/work/glm-1.0.1/glm/./ext/../detail/setup.hpp:1184:112: note: ‘#pragma message: GLM: GLM_FORCE_LEFT_HANDED is undefined. Using right handed coordinate system.’
 1184 | #               pragma message("GLM: GLM_FORCE_LEFT_HANDED is undefined. Using right handed coordinate system.")
      |                                                                                                                ^
In file included from /var/pisi/glm-1.0.1-4/work/glm-1.0.1/glm/./ext/vector_int3_sized.hpp:17,
                 from /var/pisi/glm-1.0.1-4/work/glm-1.0.1/glm/vec3.hpp:12:
/var/pisi/glm-1.0.1-4/work/glm-1.0.1/glm/./ext/../ext/scalar_int_sized.hpp:18:74: note: ‘#pragma message: GLM: GLM_EXT_scalar_int_sized extension included’
   18 | #       pragma message("GLM: GLM_EXT_scalar_int_sized extension included")
      |                                                                          ^
/var/pisi/glm-1.0.1-4/work/glm-1.0.1/glm/./ext/vector_int3_sized.hpp:20:75: note: ‘#pragma message: GLM: GLM_EXT_vector_int3_sized extension included’
   20 | #       pragma message("GLM: GLM_EXT_vector_int3_sized extension included")
      |                                                                           ^
In file included from /var/pisi/glm-1.0.1-4/work/glm-1.0.1/glm/./ext/vector_uint3_sized.hpp:17,
                 from /var/pisi/glm-1.0.1-4/work/glm-1.0.1/glm/vec3.hpp:14:
/var/pisi/glm-1.0.1-4/work/glm-1.0.1/glm/./ext/../ext/scalar_uint_sized.hpp:18:75: note: ‘#pragma message: GLM: GLM_EXT_scalar_uint_sized extension included’
   18 | #       pragma message("GLM: GLM_EXT_scalar_uint_sized extension included")
      |                                                                           ^
/var/pisi/glm-1.0.1-4/work/glm-1.0.1/glm/./ext/vector_uint3_sized.hpp:20:76: note: ‘#pragma message: GLM: GLM_EXT_vector_uint3_sized extension included’
   20 | #       pragma message("GLM: GLM_EXT_vector_uint3_sized extension included")
      |                                                                            ^