CMake: Do not install the test executable

This commit is contained in:
Dennis Klein 2019-12-17 19:12:04 +01:00
parent b9edcd623d
commit 86ab87de7b
No known key found for this signature in database
GPG Key ID: 08E62D23FA0ECBBC

View File

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