[ox/oc] Cleanup ON check to work as a boolean check

This commit is contained in:
Gary Talent 2021-02-22 22:19:16 -06:00
parent a5194fd972
commit 60714d3009

View File

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