We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e4cee commit 9284250Copy full SHA for 9284250
bloom/generators/rpm/templates/ament_cmake/template.spec.em
@@ -5,6 +5,8 @@
5
%global __provides_exclude_from ^@(InstallationPrefix)/.*$
6
%global __requires_exclude_from ^@(InstallationPrefix)/.*$
7
8
+%global __cmake_in_source_build 1
9
+
10
Name: @(Package)
11
Version: @(Version)
12
Release: @(RPMInc)%{?dist}%{?release_suffix}
bloom/generators/rpm/templates/cmake/template.spec.em
0 commit comments