diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index afcbc75a638..77efd5cb979 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -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)