From 43643bf00812182f6f59a27ce2a1cc9cf75151a6 Mon Sep 17 00:00:00 2001 From: Federico De Felici Date: Thu, 20 Jun 2024 16:42:23 +0200 Subject: [PATCH] fix naming in cmakelist --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5bedae1..9afcf3e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.18) set(CLOVE_SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}) list(INSERT CMAKE_MODULE_PATH 0 ${CLOVE_SOURCE_DIR}/cmake/modules) -include(CloveModules) +include(CLoveModules) clove_get_version(CLOVE_VERSION) # Configure Project