Don't document nonexistent switches in VERIFY_ONLY builds

This commit is contained in:
Frank Denis 2015-06-07 22:08:55 +02:00
parent e27eb06b2a
commit 2bf98127cf
2 changed files with 11 additions and 3 deletions

View file

@ -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)