From cb2bedb1abc7b8d574ec1d4b7f202eeaa16c84f5 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Thu, 25 Aug 2022 17:32:43 +0200
Subject: [PATCH] Fix typo

---
 cmake/TestMacros.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/TestMacros.cmake b/cmake/TestMacros.cmake
index 43975d0..fb2a798 100644
--- a/cmake/TestMacros.cmake
+++ b/cmake/TestMacros.cmake
@@ -29,7 +29,7 @@ macro(install_python_module_files)
 
     install(FILES
       ${ARGN}
-      DESTINATION "${ython3_SITELIB}/dal"
+      DESTINATION "${Python3_SITELIB}/dal"
       COMPONENT python
     )
 
-- 
GitLab