All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 30s
16 lines
429 B
CMake
16 lines
429 B
CMake
# musrfitConfig.cmake.in
|
|
# CMake package configuration template for musrfit.
|
|
# Generated by configure_package_config_file().
|
|
|
|
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
find_dependency(ROOT REQUIRED COMPONENTS Gui MathMore Minuit2 XMLParser)
|
|
find_dependency(Boost REQUIRED COMPONENTS filesystem)
|
|
find_dependency(GSL REQUIRED)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/musrfitTargets.cmake")
|
|
|
|
check_required_components(musrfit)
|