From a62b1c4317bf0c3aa542a062e8f5e7adaaa1b9b0 Mon Sep 17 00:00:00 2001 From: Alexander Voronov Date: Sat, 20 Jul 2024 23:19:48 +0300 Subject: [PATCH] eyalroz_printf: Enhance example --- examples/eyalroz_printf/CMakeLists.txt | 5 ++--- examples/eyalroz_printf/config.cmake | 6 ------ 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 examples/eyalroz_printf/config.cmake diff --git a/examples/eyalroz_printf/CMakeLists.txt b/examples/eyalroz_printf/CMakeLists.txt index 185e8cd237..3725360fb6 100644 --- a/examples/eyalroz_printf/CMakeLists.txt +++ b/examples/eyalroz_printf/CMakeLists.txt @@ -1,10 +1,9 @@ -# Copyright (c) 2023, Alexander Voronov +# Copyright (c) 2024 Eyal Rozenberg +# Copyright (c) 2024 Alexander Voronov # All rights reserved. cmake_minimum_required(VERSION 3.5) -set(TESTING_CONFIG_OPT FILEPATH "${CMAKE_CURRENT_LIST_DIR}/config.cmake") - # Emulate HunterGate: # * https://github.com/hunter-packages/gate include("../common.cmake") diff --git a/examples/eyalroz_printf/config.cmake b/examples/eyalroz_printf/config.cmake deleted file mode 100644 index 0a49745159..0000000000 --- a/examples/eyalroz_printf/config.cmake +++ /dev/null @@ -1,6 +0,0 @@ -hunter_config( - eyalroz_printf - VERSION ${HUNTER_eyalroz_printf_VERSION} - CMAKE_ARGS BUILD_STATIC_LIBRARY=ON -) -