Skip to content

Commit

Permalink
Merge pull request arrayfire#1681 from shehzan10/hotfix-3.4.2
Browse files Browse the repository at this point in the history
Increment forge version/tag to 0.9.2
  • Loading branch information
shehzan10 authored Dec 19, 2016
2 parents 1af59f8 + 5a561b7 commit c0e6c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeModules/build_forge.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ ELSE()
SET(byproducts BYPRODUCTS ${forge_location})
ENDIF()

SET(FORGE_VERSION 0.9.1)
SET(FORGE_VERSION 0.9.2)

# FIXME Tag forge correctly during release
ExternalProject_Add(
forge-ext
GIT_REPOSITORY https://github.com/arrayfire/forge.git
GIT_TAG devel
GIT_TAG v${FORGE_VERSION}
PREFIX "${prefix}"
INSTALL_DIR "${prefix}"
UPDATE_COMMAND ""
Expand Down

0 comments on commit c0e6c46

Please sign in to comment.