diff --git a/deps/ox/src/ox/oc/CMakeLists.txt b/deps/ox/src/ox/oc/CMakeLists.txt index 653a5a20..f7dd78f7 100644 --- a/deps/ox/src/ox/oc/CMakeLists.txt +++ b/deps/ox/src/ox/oc/CMakeLists.txt @@ -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()