From e5c2b1b47485ce231b79117d99e52dc11e7389e6 Mon Sep 17 00:00:00 2001 From: David Hirvonen Date: Sun, 11 Mar 2018 19:59:24 -0400 Subject: [PATCH] bump version to 0.2.9 add check_ci_tag() logic --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 917acb1..1fd1ba5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,11 +14,11 @@ HunterGate( LOCAL ) -project(ogles_gpgpu VERSION 0.2.8) +project(ogles_gpgpu VERSION 0.2.9) -# hunter_add_package(check_ci_tag) -# find_package(check_ci_tag CONFIG REQUIRED) -# check_ci_tag() +hunter_add_package(check_ci_tag) +find_package(check_ci_tag CONFIG REQUIRED) +check_ci_tag() set_property(GLOBAL PROPERTY USE_FOLDERS ON)