Skip to content

Commit

Permalink
fix naming in cmakelist
Browse files Browse the repository at this point in the history
  • Loading branch information
fdefelici committed Jun 20, 2024
1 parent 7a1e3c9 commit 43643bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43643bf

Please sign in to comment.