From 0a4c4392e54d1578bf662853fc58cf20c8fe7168 Mon Sep 17 00:00:00 2001 From: dk949 <56653556+dk949@users.noreply.github.com> Date: Sat, 31 Dec 2022 00:20:38 +0200 Subject: [PATCH] Removed physac.hpp from the installed files list The file physac.hpp got removed in d19cbccebb0196945693131c7ee3c8a47c5c96ff, but remained in `install/CMakeLists.txt`, causing `cmake --install` to fail. --- include/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 9bc0a912..08d50931 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -22,7 +22,6 @@ install(FILES ModelAnimation.hpp Mouse.hpp Music.hpp - physac.hpp Ray.hpp RayCollision.hpp RaylibException.hpp