We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337e6e4 commit 94e89f5Copy full SHA for 94e89f5
regressions/ECBUILD_511/bundleAB/CMakeLists.txt
@@ -4,7 +4,7 @@ find_package(ecbuild 3.4 REQUIRED)
4
5
project(bundleAB VERSION 0.1.0 LANGUAGES C)
6
7
-ecbuild_bundle(PROJECT projectA SOURCE ../projectA)
8
-ecbuild_bundle(PROJECT projectB SOURCE ../projectB)
+ecbuild_bundle(PROJECT projectA)
+ecbuild_bundle(PROJECT projectB)
9
10
ecbuild_install_project(NAME ${PROJECT_NAME})
0 commit comments