Skip to content

Commit

Permalink
add check_ci_tag test
Browse files Browse the repository at this point in the history
  • Loading branch information
headupinclouds committed Jan 28, 2018
1 parent f3f1a4f commit 55dcdfe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ HunterGate(
SHA1 "9e103596184adb7206430047375a07eb1fa6a9b4"
)

project(cvsteer VERSION 0.1.1)
project(cvsteer VERSION 0.1.2)

set(CVSTEER_ROOT_DIR "${CMAKE_CURRENT_LIST_DIR}")

Expand All @@ -25,6 +25,11 @@ else()
set(CVSTEER_IS_MOBILE FALSE)
endif()


hunter_add_package(check_ci_tag)
find_package(check_ci_tag CONFIG REQUIRED)
check_ci_tag()

## #################################################################
## Dependencies - OpenCV
## #################################################################
Expand Down

0 comments on commit 55dcdfe

Please sign in to comment.