Skip to content

Commit 92daf8b

Browse files
committed
Try without version spec
1 parent 868423e commit 92daf8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

environment/cmake/LueConfiguration.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,8 @@ endif()
522522

523523

524524
if(LUE_HPX_REQUIRED)
525-
find_package(HPX 1.11 REQUIRED)
525+
# find_package(HPX 1.11...<1.12 REQUIRED)
526+
find_package(HPX REQUIRED)
526527

527528
if(HPX_FOUND)
528529
message(STATUS "Using HPX ${HPX_VERSION} found in ${HPX_PREFIX}")

0 commit comments

Comments
 (0)