mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-03 19:07:41 +03:00
Don't document nonexistent switches in VERIFY_ONLY builds
This commit is contained in:
parent
e27eb06b2a
commit
2bf98127cf
2 changed files with 11 additions and 3 deletions
|
@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 2.8)
|
|||
|
||||
project(minisign C)
|
||||
|
||||
option(VERIFY_ONLY "verify-only" OFF)
|
||||
|
||||
include(CheckLibraryExists)
|
||||
|
||||
find_library(LIB_SODIUM NAMES sodium REQUIRED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue