Skip to content

Commit 94e89f5

Browse files
committed
ECBUILD-511 Fix regression test source paths
1 parent 337e6e4 commit 94e89f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regressions/ECBUILD_511/bundleAB/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ find_package(ecbuild 3.4 REQUIRED)
44

55
project(bundleAB VERSION 0.1.0 LANGUAGES C)
66

7-
ecbuild_bundle(PROJECT projectA SOURCE ../projectA)
8-
ecbuild_bundle(PROJECT projectB SOURCE ../projectB)
7+
ecbuild_bundle(PROJECT projectA)
8+
ecbuild_bundle(PROJECT projectB)
99

1010
ecbuild_install_project(NAME ${PROJECT_NAME})

0 commit comments

Comments
 (0)