Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
bump version to 0.2.9
Browse files Browse the repository at this point in the history
add check_ci_tag() logic
  • Loading branch information
headupinclouds committed Mar 11, 2018
1 parent bcaba15 commit e5c2b1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit e5c2b1b

Please sign in to comment.