From 52513cddde3ce52fdbeef052c72998613dfb39f7 Mon Sep 17 00:00:00 2001 From: silverqx Date: Thu, 13 Jun 2024 17:56:39 +0200 Subject: [PATCH] cmake fixtypo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 63649e49d..095833339 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -343,7 +343,7 @@ if(TOM) # For the tom about command # TINYORM_ is correct, it can be potentially used somewhere else TINYORM_MSVC_RUNTIME_DYNAMIC=${MSVC_RUNTIME_DYNAMIC} - # TINYTOM_ is corrent, it's strictly for the tom about command only + # TINYTOM_ is correct, it's strictly for the tom about command only TINYTOM_CMAKE_MSVC_RUNTIME_LIBRARY=${CMAKE_MSVC_RUNTIME_LIBRARY} TINYORM_STRICT_MODE=${STRICT_MODE} )