Skip to content

Commit

Permalink
upgrade TECA to version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
burlen committed Sep 19, 2017
1 parent 178a852 commit 3d7a83c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ set(SUBPROCESS32_SOURCE subprocess32-3.2.7)
set(FUNCTOOLS32_SOURCE functools32-3.2.3-2)
set(MATPLOTLIB_SOURCE matplotlib-2.0.0b3)
set(LIBXLSXWRITER_SOURCE cmake_configure)
set(TECA_SOURCE 2.1.1 CACHE STRING
set(TECA_SOURCE 2.1.2 CACHE STRING
"branch to checkout from the TECA git repository")

# enable/disable each piece, all on by default
Expand Down Expand Up @@ -723,7 +723,8 @@ if (ENABLE_TECA)
set(TECA_UPDATE "")
set(TECA_DATA_REV "-r24")
set(TECA_DATA_UPDATE "")
elseif (TECA_SOURCE STREQUAL "2.1.0" OR TECA_SOURCE STREQUAL "2.1.1")
elseif (TECA_SOURCE STREQUAL "2.1.0" OR TECA_SOURCE STREQUAL "2.1.1"
OR TECA_SOURCE STREQUAL "2.1.2")
set(TECA_UPDATE "")
set(TECA_DATA_REV "-r34")
set(TECA_DATA_UPDATE "")
Expand Down

0 comments on commit 3d7a83c

Please sign in to comment.