Skip to content

Commit

Permalink
Make sure DATAPAR settings are conveyed to depending projects
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Dec 4, 2018
1 parent 6feb43f commit 3e608e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/templates/HPXConfig.cmake.in
Expand Up @@ -55,6 +55,8 @@ if(MSVC)
set(HPX_WITH_VCPKG @HPX_WITH_VCPKG@)
endif()
set(HPX_WITH_DYNAMIC_HPX_MAIN @HPX_WITH_DYNAMIC_HPX_MAIN@)
set(HPX_WITH_DATAPAR @HPX_WITH_DATAPAR@)
set(HPX_WITH_DATAPAR_VC @HPX_WITH_DATAPAR_VC@)

if(NOT HPX_CMAKE_LOGLEVEL)
set(HPX_CMAKE_LOGLEVEL "WARN")
Expand Down

0 comments on commit 3e608e3

Please sign in to comment.