IAP GITLAB

Skip to content
Snippets Groups Projects
Commit bdfb0b4c authored by ralfulrich's avatar ralfulrich
Browse files

typo

parent 4a663815
No related branches found
No related tags found
No related merge requests found
Pipeline #3148 failed
...@@ -9,9 +9,9 @@ if (hasParent) ...@@ -9,9 +9,9 @@ if (hasParent)
set (CorsikaData_VERSION "1.1.0" PARENT_SCOPE) set (CorsikaData_VERSION "1.1.0" PARENT_SCOPE)
endif (hasParent) endif (hasParent)
if (NOT TAGET CONAN_PKG::bzip2) if (NOT TARGET CONAN_PKG::bzip2)
message (FATAL_ERROR "Please configure with conan bzip2 package") message (FATAL_ERROR "Please configure with conan bzip2 package")
endif (NOT TAGET CONAN_PKG::bzip2) endif (NOT TARGET CONAN_PKG::bzip2)
enable_testing () enable_testing ()
if (${CMAKE_VERSION} VERSION_LESS "3.12.0") if (${CMAKE_VERSION} VERSION_LESS "3.12.0")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment