diff --git a/CMakeLists.txt b/CMakeLists.txt index 26fde65..954768e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ HunterGate( project(evmc) set(PROJECT_VERSION "0.1.0.dev0") -cable_configure_compiler() +cable_configure_compiler(NO_STACK_PROTECTION) add_library(evmc INTERFACE) target_include_directories(evmc INTERFACE include)