Skip to content

Commit

Permalink
Allow 'default' to have stuff after it (trilinos#5939, ATDV-339)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlettroscoe authored and Kim Liegeois committed May 29, 2020
1 parent f00db33 commit a2d1e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/std/atdm/utils/set_build_options.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fi
if [[ "${ATDM_CONFIG_COMPILER}" != "DEFAULT" ]] ; then
# Custom compile already set
export ATDM_CONFIG_CUSTOM_COMPILER_SET=1
elif [[ $ATDM_CONFIG_BUILD_NAME == *"default" ]]; then
elif [[ $ATDM_CONFIG_BUILD_NAME == *"default"* ]]; then
export ATDM_CONFIG_COMPILER=DEFAULT
elif [[ $ATDM_CONFIG_BUILD_NAME == *"cuda-8.0"* ]]; then
export ATDM_CONFIG_COMPILER=CUDA-8.0
Expand Down

0 comments on commit a2d1e91

Please sign in to comment.