]> rtime.felk.cvut.cz Git - hercules2020/hercules-compiler.git/commitdiff
debian: Requier newer cmake only during cross-compiling
authorMichal Sojka <michal.sojka@cvut.cz>
Wed, 21 Nov 2018 07:52:59 +0000 (08:52 +0100)
committerMichal Sojka <michal.sojka@cvut.cz>
Wed, 21 Nov 2018 07:52:59 +0000 (08:52 +0100)
For native compilation (e.g. on TX2), older cmake is sufficient.

debian/control

index 4e21792836bd3f976b451deb37a01189b67478c3..8dbb124ebd5ca6e443d6bd31e811fdd295bdbfee 100644 (file)
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Michal Sojka <michal.sojka@cvut.cz>
 Build-Depends:
  debhelper (>= 9),
- cmake (>= 3.7.2),
+ cmake <!nocross>, cmake (>= 3.7.2) <cross>,
  ninja-build,
  python3:any,
  libffi-dev,