Can't build using CMake on Windows
Following the Get Started on Windows I got this while configuring with CMake 3.26.1
Selecting Windows SDK version 10.0.22000.0 to target Windows 10.0.19045. Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) CMake Error at cmake/Dependencies/glm/glm.cmake:19 (add_library): The target name "glm::glm" is reserved or not valid for certain CMake features, such as generator expressions, and may result in undefined behavior. Call Stack (most recent call first): cmake/Dependencies.cmake:10 (include) CMakeLists.txt:49 (include)
CMake Error at cmake/Dependencies/glm/glm.cmake:20 (target_include_directories): Cannot specify include directories for target "glm::glm" which is not built by this project. Call Stack (most recent call first): cmake/Dependencies.cmake:10 (include) CMakeLists.txt:49 (include)
Try download Doxygen or check your glm installation.