CMake: Disable stack protection

This commit is contained in:
Paweł Bylica 2018-04-19 10:26:46 +02:00
parent 13e32686d3
commit eaf33a4d13
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ HunterGate(
project(evmc) project(evmc)
set(PROJECT_VERSION "0.1.0.dev0") set(PROJECT_VERSION "0.1.0.dev0")
cable_configure_compiler() cable_configure_compiler(NO_STACK_PROTECTION)
add_library(evmc INTERFACE) add_library(evmc INTERFACE)
target_include_directories(evmc INTERFACE include) target_include_directories(evmc INTERFACE include)