Skip to content

Commit 43643bf

Browse files
committed
fix naming in cmakelist
1 parent 7a1e3c9 commit 43643bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.18)
33
set(CLOVE_SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR})
44
list(INSERT CMAKE_MODULE_PATH 0 ${CLOVE_SOURCE_DIR}/cmake/modules)
55

6-
include(CloveModules)
6+
include(CLoveModules)
77
clove_get_version(CLOVE_VERSION)
88

99
# Configure Project

0 commit comments

Comments
 (0)