diff --git a/.github/workflows/linux_release_fetchcontent.yml b/.github/workflows/linux_release_fetchcontent.yml index f28966a54cdf..ab745e31af9b 100644 --- a/.github/workflows/linux_release_fetchcontent.yml +++ b/.github/workflows/linux_release_fetchcontent.yml @@ -26,6 +26,7 @@ jobs: -DHPX_WITH_MALLOC=system \ -DHPX_WITH_FETCH_ASIO=ON \ -DHPX_WITH_APEX=ON \ + -DHPX_WITH_FETCH_APEX=ON \ -DHPX_WITH_EXAMPLES=ON \ -DHPX_WITH_TESTS=OFF \ -DHPX_REPOSITORY="file:////$(pwd)" \ diff --git a/.jenkins/cscs/env-clang-apex.sh b/.jenkins/cscs/env-clang-apex.sh index c5767649ae62..207d401622c2 100644 --- a/.jenkins/cscs/env-clang-apex.sh +++ b/.jenkins/cscs/env-clang-apex.sh @@ -34,6 +34,7 @@ configure_extra_options+=" -DHPX_WITH_COMPILER_WARNINGS_AS_ERRORS=ON" configure_extra_options+=" -DHPX_WITH_SPINLOCK_DEADLOCK_DETECTION=ON" #configure_extra_options+=" -DHPX_WITH_LIBCDS=ON" configure_extra_options+=" -DHPX_WITH_APEX=ON" +configure_extra_options+=" -DHPX_WITH_FETCH_APEX=ON" configure_extra_options+=" -DHPX_WITH_PAPI=ON" configure_extra_options+=" -DAPEX_WITH_PAPI=ON" configure_extra_options+=" -DAPEX_WITH_OTF2=ON"