From 463c1f871f9b5670568c957e375bdc23039a109c Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 15 Dec 2019 19:45:47 +0100 Subject: [PATCH] Reformat CMake scripts against cmake-format 0.6.3 --- CMakeLists.txt | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b7f60c..813f5cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,18 +31,14 @@ set(SRC_FILES util/openssl.cpp util/opensslrandomdevice.cpp) set(TEST_HEADER_FILES) -set(TEST_SRC_FILES - tests/utils.h - tests/passwordfiletests.cpp - tests/entrytests.cpp - tests/fieldtests.cpp - tests/opensslrandomdevice.cpp - tests/opensslutils.cpp) +set(TEST_SRC_FILES tests/utils.h tests/passwordfiletests.cpp tests/entrytests.cpp tests/fieldtests.cpp + tests/opensslrandomdevice.cpp tests/opensslutils.cpp) set(DOC_FILES README.md) # find c++utilities -set(CONFIGURATION_PACKAGE_SUFFIX "" +set(CONFIGURATION_PACKAGE_SUFFIX + "" CACHE STRING "sets the suffix for find_package() calls to packages configured via c++utilities") find_package(c++utilities${CONFIGURATION_PACKAGE_SUFFIX} 5.0.0 REQUIRED) use_cpp_utilities(VISIBILITY PUBLIC)