Skip to content

Commit

Permalink
COMP: Update plastimatch to Fix C++17 compile errors on Mac
Browse files Browse the repository at this point in the history
Update plastimatch to remove register storage specifier.

Re #213
  • Loading branch information
Sunderlandkyl committed Jul 7, 2022
1 parent 404fc5a commit 8a73305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuperBuild/External_Plastimatch.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if(NOT DEFINED ${proj}_DIR AND NOT ${CMAKE_PROJECT_NAME}_USE_SYSTEM_${proj})

ExternalProject_SetIfNotDefined(
${CMAKE_PROJECT_NAME}_${proj}_GIT_TAG
"b38b3f138fddf73247e98ea994a1483248b3c582" # Temporary fix to prevent compilation error with ITK-5.3
"9b9cea165791618718254b37d1cb2732259ee1ee" # Temporary fix to prevent compilation error with ITK-5.3 and compile errors with C++17
QUIET
)

Expand Down

0 comments on commit 8a73305

Please sign in to comment.