mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-04 11:27:42 +03:00
Remove VERIFY_ONLY from CMakeLists
This commit is contained in:
parent
2bf98127cf
commit
8a38ff6d7d
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 2.8)
|
||||||
|
|
||||||
project(minisign C)
|
project(minisign C)
|
||||||
|
|
||||||
option(VERIFY_ONLY "verify-only" OFF)
|
|
||||||
|
|
||||||
include(CheckLibraryExists)
|
include(CheckLibraryExists)
|
||||||
|
|
||||||
find_library(LIB_SODIUM NAMES sodium REQUIRED)
|
find_library(LIB_SODIUM NAMES sodium REQUIRED)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue