Set default BUILD_IDLC based on presence of Maven
This will modify the default behavior to select BUILD_IDLC based on
whether Maven is discovered or not.
The behavior when `-DBUILD_IDLC` is specified on the command line remains
unchanged - the build will maintain the current behavior of failing to
configure if `BUILD_IDLC=ON` and Maven was later not found.
This reverts (part of) commit 860a6aadae
.
Signed-off-by: Scott K Logan <logans@cottsay.net>
This commit is contained in:
parent
ff79941aeb
commit
94524bfd76
3 changed files with 8 additions and 8 deletions
|
@ -12,6 +12,8 @@
|
|||
<url type="repository">https://github.com/eclipse-cyclonedds/cyclonedds</url>
|
||||
|
||||
<buildtool_depend>cmake</buildtool_depend>
|
||||
<buildtool_depend>java</buildtool_depend>
|
||||
<buildtool_depend>maven</buildtool_depend>
|
||||
<depend>openssl</depend>
|
||||
<test_depend>libcunit-dev</test_depend>
|
||||
<doc_depend>python3-sphinx</doc_depend>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue