Skip to content

Commit

Permalink
Always disable perl for aws-lc (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin authored Jul 16, 2024
1 parent 5e41fcb commit 37a26c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ if (BUILD_DEPS)
endif()

if(CMAKE_C_COMPILER_ID MATCHES "GNU" AND CMAKE_C_COMPILER_VERSION VERSION_LESS "5.0")
set(DISABLE_PERL OFF CACHE BOOL "Build with Perl to avoid using pre-compiled binary with AVX512")
set(PERL_EXECUTABLE "perl")
set(MY_ASSEMBLER_IS_TOO_OLD_FOR_512AVX ON CACHE BOOL "Disable AVX512 on old GCC that not supports it")
endif()

Expand Down

0 comments on commit 37a26c9

Please sign in to comment.