Skip to content

Commit

Permalink
Fix option description in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Jul 3, 2017
1 parent 889f962 commit 7df83a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -914,7 +914,7 @@ endif()

# HPX_WITH_ALGORITHM_INPUT_ITERATOR_SUPPORT: introduced in V1.1.0
hpx_option(HPX_WITH_ALGORITHM_INPUT_ITERATOR_SUPPORT BOOL
"Enable old overloads for inclkusive_scan (default: OFF)"
"Enable weaker (non-conforming) iterator requirements for parallel algorithms (default: OFF)"
OFF ADVANCED)
if(HPX_WITH_ALGORITHM_INPUT_ITERATOR_SUPPORT)
hpx_add_config_define(HPX_HAVE_ALGORITHM_INPUT_ITERATOR_SUPPORT)
Expand Down

0 comments on commit 7df83a4

Please sign in to comment.