mirror of
https://github.com/FairRootGroup/FairLogger.git
synced 2025-10-13 00:31:12 +00:00
CMake: Do not install the test executable
This commit is contained in:
parent
b9edcd623d
commit
86ab87de7b
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user