File tree Expand file tree Collapse file tree 2 files changed +14056
-19558
lines changed
Expand file tree Collapse file tree 2 files changed +14056
-19558
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ set(udunits_source "${CMAKE_CURRENT_BINARY_DIR}/build/udunits2")
22set (udunits_install "${cdat_EXTERNALS} " )
33
44set (udunits_patch_command "" )
5- # if(APPLE)
6- # # Modified configure file to workaround random flex failures
7- # set(udunits_patch_command
8- # ${CMAKE_COMMAND} -E copy_if_different
9- # "${cdat_CMAKE_SOURCE_DIR}/cdat_modules_extra/udunits2_apple_configure.in"
10- # "${udunits_source}/configure")
11- # endif()
5+ if (APPLE )
6+ # Modified configure file to workaround random flex failures
7+ set (udunits_patch_command
8+ ${CMAKE_COMMAND} -E copy_if_different
9+ "${cdat_CMAKE_SOURCE_DIR} /cdat_modules_extra/udunits2_apple_configure.in"
10+ "${udunits_source} /configure" )
11+ endif ()
1212
1313ExternalProject_Add (udunits2
1414 DOWNLOAD_DIR ${CDAT_PACKAGE_CACHE_DIR}
You can’t perform that action at this time.
0 commit comments