From aacb664ead1e41f1b8894483e75fd1116d2c62da Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 18:29:46 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 519623a..ae8a1cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ endif() # JRL-cmakemodule setup include("${JRL_CMAKE_MODULES}/base.cmake") -INCLUDE("${JRL_CMAKE_MODULES}/python.cmake") +include("${JRL_CMAKE_MODULES}/python.cmake") # Print initial message message(STATUS "${PROJECT_DESCRIPTION}, version ${PROJECT_VERSION}") -- GitLab