Skip to content
Snippets Groups Projects
Commit b20f6072 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Merge branch 'CI' into 'master'

Ci

See merge request !2
parents d9eaafa4 962b4b7f
No related branches found
No related tags found
1 merge request!2Ci
Pipeline #3775 failed with stages
in 2 minutes and 16 seconds
cmake_minimum_required(VERSION 3.5)
project(hcana VERSION 1.3.0 LANGUAGES CXX)
project(hcana VERSION 1.3.1 LANGUAGES CXX)
option(HCANA_BUILTIN_PODD "Use built-in Podd submodule (default: YES)" OFF)
......@@ -38,7 +38,7 @@ if(HCANA_BUILTIN_PODD)
else()
# Find Podd and register it as a dependency
# This will also automatically set up ROOT
find_package(Podd 1.6 REQUIRED)
find_package(Podd 2.0 REQUIRED)
include(PoddCMakeEnv)
config_add_dependency(Podd 1.6)
endif()
......
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