Skip to content

Commit

Permalink
Fix name of cmake configuration constant
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Aug 11, 2017
1 parent 130deb2 commit 76f7c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/HPX_AddConfigTest.cmake
Expand Up @@ -241,7 +241,7 @@ endmacro()

###############################################################################
macro(hpx_check_for_cxx11_sfinae_expression_complete)
add_hpx_in_framework_config_test(HPX_HAVE_CXX11_SFINAE_EXPRESSION_COMPLETE
add_hpx_in_framework_config_test(HPX_WITH_CXX11_SFINAE_EXPRESSION_COMPLETE
SOURCE cmake/tests/cxx11_sfinae_expression_complete.cpp
FILE ${ARGN})
endmacro()
Expand Down

0 comments on commit 76f7c3b

Please sign in to comment.