correct cmake paramter for shellhooks

This commit is contained in:
Jeff Becker 2019-07-29 08:14:35 -04:00
parent af74ee6f70
commit 7c8c11a42a
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ option(DEBIAN "build for debian" )
option(TESTNET "testnet build" )
option(WITH_SHARED "build shared library")
option(WITH_COVERAGE "generate coverage data")
option(WITH_SHELLHOOKS "enable shell hooks on compile time (dangerous)" OFF)
option(USE_SHELLHOOKS "enable shell hooks on compile time (dangerous)" OFF)
option(WARNINGS_AS_ERRORS "treat all warnings as errors. turn off for development, on for release" OFF)
include(cmake/target_link_libraries_system.cmake)