We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486b5d1 commit 48562aeCopy full SHA for 48562ae
distro/tmt/plans/full.fmf
@@ -3,13 +3,8 @@ summary:
3
discover:
4
how: fmf
5
prepare:
6
-# how: ansible
7
-# playbook:
8
-# - distro/tmt/setup/packages.yaml
9
- how: install
10
- package:
11
- - cmake
12
- - tmt
13
- - cmake-extra-utils
+ how: ansible
+ playbook:
+ - distro/tmt/setup/packages.yaml
14
execute:
15
how: tmt
distro/tmt/setup/packages.yaml
@@ -5,4 +5,3 @@
name:
- cmake
- tmt
- become: true
distro/tmt/test/find_package/CMakeLists.txt
@@ -1,8 +1,6 @@
1
cmake_minimum_required(VERSION 3.25)
2
project(Test_find_package LANGUAGES NONE)
-## The following need to be set
-#set(CMakeExtraUtils_ROOT)
find_package(CMakeExtraUtils REQUIRED)
include(DynamicVersion)
0 commit comments