From 86ab87de7b8211395f6c6bffce4efbf988ea5a4f Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Tue, 17 Dec 2019 19:12:04 +0100 Subject: [PATCH] CMake: Do not install the test executable --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f2aade..5faaf06 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ################################################################################ cmake_minimum_required(VERSION 3.9.4 FATAL_ERROR) -cmake_policy(VERSION 3.9...3.14) +cmake_policy(VERSION 3.9...3.15) # Project ###################################################################### set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) @@ -100,7 +100,6 @@ if(NOT USE_EXTERNAL_FMT) endif() install(TARGETS FairLogger - ${test_targets} ${fmt_target} EXPORT ${PROJECT_EXPORT_SET}