mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
CMake: Don't define HAVE_CG for arm64 systems
This commit is contained in:
parent
617a759fd2
commit
662ace0173
@ -63,7 +63,9 @@
|
||||
#cmakedefine HAVE_PNM
|
||||
|
||||
/* Define if we have CG installed. */
|
||||
#ifndef __aarch64__
|
||||
#cmakedefine HAVE_CG
|
||||
#endif
|
||||
|
||||
/* Define if we have zlib installed. */
|
||||
#cmakedefine HAVE_ZLIB
|
||||
|
Loading…
x
Reference in New Issue
Block a user