Skip to content

Commit 08bb72a

Browse files
committed
Merge pull request #1075 from durack1/issue1071_durack1_PyclimateCheckBuildSettings
Issue1071 durack1 pyclimate check build settings
2 parents c614140 + 44b1c9a commit 08bb72a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CMake/cdat_modules/pyclimate_pkg.cmake

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ set(PYCLIMATE_GZ PyClimate-${PYCLIMATE_VERSION}.tar.gz)
44
set(PYCLIMATE_SOURCE ${PYCLIMATE_URL}/${PYCLIMATE_GZ})
55
set(PYCLIMATE_MD5 094ffd0adedc3ede24736e0c0ff1699f)
66

7-
add_cdat_package_dependent(pyclimate "" "" OFF "CDAT_BUILD_LEAN" OFF)
7+
if (CDAT_BUILD_ALL)
8+
add_cdat_package(pyclimate "" "" ON)
9+
else()
10+
add_cdat_package(pyclimate "" "" OFF)
11+
endif()

0 commit comments

Comments
 (0)