summaryrefslogtreecommitdiffhomepage
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorRay <[email protected]>2022-07-05 13:24:14 +0200
committerRay <[email protected]>2022-07-05 13:24:14 +0200
commite722a8dbef59cf0ecccf141af61e1e1c8a24849f (patch)
treef7958e9d9708f252203584e088e422eda9352fb4 /CMakeOptions.txt
parente0f0a5f663af0c12cfe6a88fec4634358e76d126 (diff)
downloadraylib-e722a8dbef59cf0ecccf141af61e1e1c8a24849f.tar.gz
raylib-e722a8dbef59cf0ecccf141af61e1e1c8a24849f.zip
WARNING: BREAKING: REMOVED: `*StorageValue()` functions
Those functions were platform dependent and user has no control over the file created. They have been removed from raylib and just moved to `core_storage_values` example.
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index 46397733..d7698339 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -45,7 +45,6 @@ cmake_dependent_option(SUPPORT_GIF_RECORDING "Allow automatic gif recording of c
cmake_dependent_option(SUPPORT_BUSY_WAIT_LOOP "Use busy wait loop for timing sync instead of a high-resolution timer" OFF CUSTOMIZE_BUILD OFF)
cmake_dependent_option(SUPPORT_EVENTS_WAITING "Wait for events passively (sleeping while no events) instead of polling them actively every frame" OFF CUSTOMIZE_BUILD OFF)
cmake_dependent_option(SUPPORT_WINMM_HIGHRES_TIMER "Setting a higher resolution can improve the accuracy of time-out intervals in wait functions" OFF CUSTOMIZE_BUILD OFF)
-cmake_dependent_option(SUPPORT_DATA_STORAGE "Support for persistent data storage" ON CUSTOMIZE_BUILD ON)
cmake_dependent_option(SUPPORT_COMPRESSION_API "Support for compression API" ON CUSTOMIZE_BUILD ON)
# rshapes.c