From 21a6f41c0648dc1337dcaeffc45a3ce65728e7fe Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 23 Jul 2019 21:24:12 +0200 Subject: [PATCH] Move up --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 10713c8..6df2a70 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,15 +42,15 @@ if(BUILD_STATIC_EXECUTABLES) endif (NOT APPLE) endif(BUILD_STATIC_EXECUTABLES) -find_package(PkgConfig REQUIRED) -pkg_check_modules(LIBSODIUM libsodium) - add_executable(minisign src/base64.c src/get_line.c src/helpers.c src/minisign.c) +find_package(PkgConfig REQUIRED) +pkg_check_modules(LIBSODIUM libsodium) + if(STATIC_LIBSODIUM) if(BUILD_STATIC_EXECUTABLES) set_target_properties(minisign PROPERTIES LINK_SEARCH_START_STATIC 1)