Skip to content

Commit d277b8c

Browse files
committed
cmake: Bump required flux-core version
problem: recent PRs have added things that require more recent flux versions and not added any check for the version being found solution: add the required version into the pkg_check_modules call in cmake/FindFluxCore.cmake
1 parent 5c04074 commit d277b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindFluxCore.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ else()
1010
endif()
1111
endif()
1212

13-
pkg_check_modules(FLUX_CORE REQUIRED IMPORTED_TARGET flux-core)
13+
pkg_check_modules(FLUX_CORE REQUIRED IMPORTED_TARGET flux-core>=0.77)
1414
set(FLUX_PREFIX ${FLUX_CORE_PREFIX})
1515
set(LIBFLUX_VERSION ${FLUX_CORE_VERSION})
1616

0 commit comments

Comments
 (0)