From e1dfd4ee3dffb84d57ff14abc39be02ea933f153 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Sun, 4 Dec 2016 15:19:40 -0800 Subject: [PATCH] cmake: Oops, turn on USE_PANDAFILESTREAM by default. --- dtool/Config.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dtool/Config.cmake b/dtool/Config.cmake index 89ffca166a..1d04802404 100644 --- a/dtool/Config.cmake +++ b/dtool/Config.cmake @@ -816,6 +816,9 @@ option(HAVE_AUDIO option(DO_PSTATS "Enable the pstats client?" ON) +option(USE_PANDAFILESTREAM + "Enable the PandaFileStream implementation of pfstream etc.?" ON) + # These image formats don't require the assistance of a third-party # library to read and write, so there's normally no reason to disable # them int he build, unless you are looking to reduce the memory footprint.