mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00

Instead of wrapping the whole subdirectory's CMakeLists in a gigantic if block, we use if(NOT HAVE_FOO) + return() This is tidier since it keeps the indentation generally consistent across all CMakeLists files.