[ox/mc] Cleanup

This commit is contained in:
Gary Talent 2021-03-02 23:39:44 -06:00
parent dde4fb017e
commit d7c1d2a6ab

View File

@ -38,6 +38,6 @@ install(TARGETS OxMetalClaw
ARCHIVE DESTINATION lib/ox
)
if(OX_RUN_TESTS STREQUAL "ON")
if(OX_RUN_TESTS)
add_subdirectory(test)
endif()