From 44e37604d27c5bbec2861c43f9523e10610f3d8c Mon Sep 17 00:00:00 2001 From: Hans Johnson Date: Thu, 12 Dec 2024 10:12:21 -0600 Subject: [PATCH] DOC: Non-permanent github link detected pre-commit hook id: check-vcs-permalinks Non-permanent github link detected. Whet to non-permanent link on github, and press [y] to load a permalink. Replaced with permanant link. --- CMake/ITKSetStandardCompilerFlags.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/ITKSetStandardCompilerFlags.cmake b/CMake/ITKSetStandardCompilerFlags.cmake index 1ec759839e9..8f366f33a6f 100644 --- a/CMake/ITKSetStandardCompilerFlags.cmake +++ b/CMake/ITKSetStandardCompilerFlags.cmake @@ -229,7 +229,7 @@ function(check_avx_flags avx_flags_var) endfunction() # Check for the presence of SSE2. -# Adapted from the AVX check and https://github.com/InsightSoftwareConsortium/ITK/blob/master/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx#L164-L178 +# Adapted from the AVX check and https://github.com/InsightSoftwareConsortium/ITK/blob/4cbe24cb4a45d689cadd56d554b8ccf3584a5ca6/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx#L164-L178 function(check_sse2_flags sse2_flags_var) # set flags to be used in check_cxx_source_runs below