Skip to content

Commit

Permalink
switch on experimental features for CMake 'develop' preset
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 13, 2024
1 parent e370306 commit 61f1b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"CMAKE_BUILD_TYPE": "Debug",
"BUILD_SHARED_LIBS": "ON",
"BUILD_TESTING" : "ON",
"INSTALL_EXPERIMENTAL_HEADERS" : "ON",
"WITH_EXPERIMENTAL_FEATURES" : "ON",

"ENABLE_PLUGIN_LOADING" : "OFF",
"WITH_AOM_DECODER" : "ON",
Expand Down

0 comments on commit 61f1b19

Please sign in to comment.