Browse Source

cmake: Oops, turn on USE_PANDAFILESTREAM by default.

Sam Edwards 9 years ago
parent
commit
e1dfd4ee3d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      dtool/Config.cmake

+ 3 - 0
dtool/Config.cmake

@@ -816,6 +816,9 @@ option(HAVE_AUDIO
 option(DO_PSTATS
 option(DO_PSTATS
   "Enable the pstats client?" ON)
   "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
 # 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
 # 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.
 # them int he build, unless you are looking to reduce the memory footprint.