[ox/std] Cleanup

This commit is contained in:
Gary Talent 2021-03-02 23:45:42 -06:00
parent d7c1d2a6ab
commit 2e8d0a421c

View File

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