From 90f9ac3ef818b84ae4d8e429b11c09139e003fbb Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Tue, 2 Mar 2021 23:39:44 -0600 Subject: [PATCH] [ox/mc] Cleanup (synced from d7c1d2a6ab94be7c58815c9905ed607ef200c418) --- src/ox/mc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ox/mc/CMakeLists.txt b/src/ox/mc/CMakeLists.txt index c9f6aa3b6..1ecf41136 100644 --- a/src/ox/mc/CMakeLists.txt +++ b/src/ox/mc/CMakeLists.txt @@ -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()