From bdfb0b4c8bfbbc93aedfd09483fceb584a172b0f Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Wed, 6 Jan 2021 17:21:27 +0100
Subject: [PATCH] typo

---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5b06500..7b706d8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,9 +9,9 @@ if (hasParent)
   set (CorsikaData_VERSION "1.1.0" PARENT_SCOPE)
 endif (hasParent)
 
-if (NOT TAGET CONAN_PKG::bzip2)
+if (NOT TARGET CONAN_PKG::bzip2)
   message (FATAL_ERROR "Please configure with conan bzip2 package")
-endif (NOT TAGET CONAN_PKG::bzip2)
+endif (NOT TARGET CONAN_PKG::bzip2)
 
 enable_testing ()
 if (${CMAKE_VERSION} VERSION_LESS "3.12.0")  
-- 
GitLab