mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 01:51:45 +00:00
cmake: 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:
@@ -12,6 +12,7 @@ cmake_policy(VERSION 3.12...3.15)
|
||||
# Project ######################################################################
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
|
||||
include(FairMQLib)
|
||||
include(FairFindPackage2)
|
||||
|
||||
get_git_version()
|
||||
|
||||
|
Reference in New Issue
Block a user