Skip to content

Commit 2fd74a5

Browse files
clalancetteottojo
authored andcommitted
Override FetchContent flag to make sure that content is populated. (#1)
This flag now seems to be ON by default in our deb builds but our vendor packages do not currently pre-populate fetchcontent contents. I'm applying this patch at the template level assuming that even if it does not affect Debian as-of bookworm it will in the future and is benign otherwise. Signed-off-by: Chris Lalancette <[email protected]>
1 parent 4826fd0 commit 2fd74a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debian/rules.em

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ override_dh_auto_configure:
3535
-DCMAKE_INSTALL_PREFIX="@(InstallationPrefix)" \
3636
-DAMENT_PREFIX_PATH="@(InstallationPrefix)" \
3737
-DCMAKE_PREFIX_PATH="@(InstallationPrefix)" \
38+
-DFETCHCONTENT_FULLY_DISCONNECTED=OFF \
3839
$(BUILD_TESTING_ARG)
3940

4041
override_dh_auto_build:

0 commit comments

Comments
 (0)