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

(synced from 60714d3009)
This commit is contained in:
2021-02-22 22:19:16 -06:00
parent 0a09ff5e88
commit 6b95ab2547
+1 -1
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()