From d00ce7929e000e3731e853d0c38cfd217b96aee1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 10 Jun 2015 04:57:00 +0300 Subject: utils: fix compilation errors w/ the asm impl --- utils/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt index f6ca7d1..e770857 100644 --- a/utils/CMakeLists.txt +++ b/utils/CMakeLists.txt @@ -1,3 +1,5 @@ +set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /SAFESEH:NO") + macro(util prefix) add_executable(util_${prefix} ${prefix}.cpp) target_link_libraries(util_${prefix} libaesni) -- cgit v1.2.3