Skip to content

Commit

Permalink
Merge pull request Slicer#32 from jcfr/fix-macos-cppzmq-error
Browse files Browse the repository at this point in the history
COMP: Update cppzmq to fix macOS default initialization of an object of const type
  • Loading branch information
jcfr authored Apr 28, 2020
2 parents 6e03a82 + 532bb8d commit b00f9a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SuperBuild/External_cppzmq.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ if(NOT DEFINED ${proj}_DIR AND NOT ${CMAKE_PROJECT_NAME}_USE_SYSTEM_${proj})

ExternalProject_SetIfNotDefined(
${CMAKE_PROJECT_NAME}_${proj}_GIT_REPOSITORY
"${EP_GIT_PROTOCOL}://github.com/zeromq/cppzmq.git"
"${EP_GIT_PROTOCOL}://github.com/slicer/cppzmq.git"
QUIET
)

ExternalProject_SetIfNotDefined(
${CMAKE_PROJECT_NAME}_${proj}_GIT_TAG
"master"
"64c20498728f7fff12ebd2d1a4623844830748ef" # slicer-v4.7.0-2020-04-25-3746e5c
QUIET
)

Expand Down

0 comments on commit b00f9a5

Please sign in to comment.