summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Lewis <brendanelewis@gmail.com>2021-08-24 21:39:12 -0400
committerGitHub <noreply@github.com>2021-08-24 21:39:12 -0400
commit090f8369f8871d31fd634e2d946b48b57ce94083 (patch)
tree6cb716718e90c0d85b09c924785e312e259f0ffa
parent41158a4be8f95637ec60574403b3b39be53d99c7 (diff)
downloadbullet3-090f8369f8871d31fd634e2d946b48b57ce94083.tar.gz
Fix: remove cmake policy 0115 errors
-rw-r--r--src/Bullet3Common/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Bullet3Common/CMakeLists.txt b/src/Bullet3Common/CMakeLists.txt
index e899e67d9..03a3b404c 100644
--- a/src/Bullet3Common/CMakeLists.txt
+++ b/src/Bullet3Common/CMakeLists.txt
@@ -26,11 +26,11 @@ SET(Bullet3Common_HDRS
b3Transform.h
b3TransformUtil.h
b3Vector3.h
- shared/b3Float4
+ shared/b3Float4.h
shared/b3Int2.h
shared/b3Int4.h
shared/b3Mat3x3.h
- shared/b3PlatformDefinitions
+ shared/b3PlatformDefinitions.h
shared/b3Quat.h
)