mirror of
https://github.com/FairRootGroup/FairLogger.git
synced 2025-10-16 10:01:44 +00:00
Extract find_package2 into own File
To make it easier to share find_package2 across projects let's move it into its own file.
This commit is contained in:
committed by
Dennis Klein
parent
1c43450582
commit
13ebedca3d
@@ -12,6 +12,7 @@ cmake_policy(VERSION 3.9...3.19)
|
||||
# Project ######################################################################
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
|
||||
include(FairLoggerLib)
|
||||
include(FairFindPackage2)
|
||||
|
||||
get_git_version()
|
||||
|
||||
|
Reference in New Issue
Block a user