Skip to content

Commit 855e519

Browse files
committed
Bump HPX requirement to 1.6.0
1 parent 5217229 commit 855e519

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ endif()
6060
#--------------------------------------------------
6161
# Find HPX, disable searching in user builds
6262
#--------------------------------------------------
63-
find_package(HPX 1.5.0 REQUIRED NO_CMAKE_PACKAGE_REGISTRY)
63+
find_package(HPX 1.6.0 REQUIRED NO_CMAKE_PACKAGE_REGISTRY)
6464
message("\n-------\nTutorial using HPX from ${HPX_DIR}\n-------\n")
6565

6666
#--------------------------------------------------

0 commit comments

Comments
 (0)