Skip to content

Commit

Permalink
Merge pull request #46 from holmes1412/master
Browse files Browse the repository at this point in the history
required workflow >= 0.9.4 in cmake
  • Loading branch information
holmes1412 authored Mar 19, 2021
2 parents e44169d + 380a7f6 commit 432dfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ set(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION /usr/lib64/cmake)

set(PB_PACKAGE_REQUIRED "protobuf-devel")

set(CPACK_RPM_DEVEL_PACKAGE_REQUIRES "workflow-devel >= 0.9.2, ${PB_PACKAGE_REQUIRED}")
set(CPACK_RPM_DEVEL_PACKAGE_REQUIRES "workflow-devel >= 0.9.4, ${PB_PACKAGE_REQUIRED}")

install(
FILES ${INCLUDE_HEADERS}
Expand Down

0 comments on commit 432dfc1

Please sign in to comment.