Skip to content

Commit

Permalink
Update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
piaskowyk committed Nov 18, 2024
1 parent a31a582 commit 9bbbc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ add_library(hermesvm SHARED dummy.cpp)
add_library(hermesvmlean SHARED dummy.cpp)

# Do not build a framework for the test suite.
if(!HERMES_ENABLE_TEST_SUITE)
if(NOT HERMES_ENABLE_TEST_SUITE)
if(APPLE)
set_target_properties(hermesvm PROPERTIES OUTPUT_NAME hermes)

Expand Down

0 comments on commit 9bbbc9b

Please sign in to comment.