This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
panda3d
mirror of
https://github.com/panda3d/panda3d
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
cmake: Don't compile GLES2 metalib unless we're using one of the libraries that requires it.
Donny Lawrence
6 years ago
parent
54911a3e47
commit
e0594ec571
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
panda/metalibs/pandagles2/CMakeLists.txt
+ 1
- 1
panda/metalibs/pandagles2/CMakeLists.txt
View File
@@ -1,4 +1,4 @@
-if(NOT HAVE_GLES2)
+if(NOT HAVE_GLES2
OR NOT HAVE_EAGL
)
return()
return()
endif()
endif()