Skip to content

Commit

Permalink
Disable by default on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorostsa committed Aug 20, 2024
1 parent e09e60d commit 4b30ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/HPX_SetupStdexec.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

if(HPX_WITH_CXX_STANDARD GREATER_EQUAL 20 AND HPX_WITH_CXX20_STD_IDENTITY)
if(HPX_WITH_CXX_STANDARD GREATER_EQUAL 20 AND HPX_WITH_CXX20_STD_IDENTITY AND NOT WIN32)
set(HPX_WITH_STDEXEC
ON
CACHE BOOL "Enabled by default for C++20" FORCE
Expand Down

0 comments on commit 4b30ab2

Please sign in to comment.