Skip to content

Commit

Permalink
Change the default value
Browse files Browse the repository at this point in the history
  • Loading branch information
piaskowyk committed Nov 28, 2024
1 parent 53bb4f4 commit c384c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ set(HERMES_ENABLE_UNICODE_REGEXP_PROPERTY_ESCAPES ON CACHE BOOL
set(HERMES_ENABLE_TEST_SUITE ON CACHE BOOL
"Enable the test suite")

set(HERMES_BUILD_APPLE_FRAMEWORK ON CACHE BOOL
set(HERMES_BUILD_APPLE_FRAMEWORK OFF CACHE BOOL
"Whether to build the libhermes target as a framework bundle or dylib on Apple platforms")

set(HERMES_BUILD_APPLE_DSYM OFF CACHE BOOL
Expand Down

0 comments on commit c384c05

Please sign in to comment.