Skip to content

Conversation

@heitbaum
Copy link

fixes deprecated cmake option and uses cmake 2.8.0 TARGET_FILE update cmake supported minimum versions to 2.8.0...3.10

ref:

CMake Error at .../CMakeLists.txt: (GET_TARGET_PROPERTY):
The LOCATION property may not be read from target "json_...". Use the
target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.

fixes #254

fixes deprecated cmake option and uses cmake 2.8.0 TARGET_FILE
update cmake supported minimum versions to 2.8.0...3.10

ref:
- https://cmake.org/cmake/help/latest/policy/CMP0026.html

CMake Error at .../CMakeLists.txt: (GET_TARGET_PROPERTY):
  The LOCATION property may not be read from target "json_...".  Use the
  target name directly with add_custom_command, or use the generator
  expression $<TARGET_FILE>, as appropriate.

Signed-off-by: Rudi Heitbaum <[email protected]>
@jrmarino
Copy link

jrmarino commented Apr 8, 2025

Thank you! These patches worked great on Ravenports.

jcdubois added a commit to jcdubois/buildroot that referenced this pull request Sep 26, 2025
yagl would not build with a recent cmake (>= 4.0.2)

The bug is reported to the yajl project with a provided patch
lloyd/yajl#256

So this patch just adds the provided patch to yajl in buildroot with a
small rework to adapt to the buildroot patched version

Signed-off-by: Jean-Christophe Dubois <[email protected]>
jcdubois added a commit to jcdubois/buildroot that referenced this pull request Sep 27, 2025
yagl would not build with a recent cmake (>= 4.0.2)

The bug is reported to the yajl project with a provided patch
lloyd/yajl#256

So this patch just adds the provided patch to yajl in buildroot with a
small rework to adapt to the buildroot patched version

Signed-off-by: Jean-Christophe Dubois <[email protected]>
Ansuel added a commit to openwrt/packages that referenced this pull request Nov 11, 2025
Add 2 pending patch to handle CMake 4.0 support. One comes from an open
PR in the project [1]. The other is a downstream fix for trivial CMake
warning.

[1] lloyd/yajl#256

Signed-off-by: Christian Marangi <[email protected]>
robertkirkman added a commit to robertkirkman/termux-packages that referenced this pull request Nov 30, 2025
robertkirkman added a commit to robertkirkman/termux-packages that referenced this pull request Nov 30, 2025
robertkirkman added a commit to termux/termux-packages that referenced this pull request Dec 2, 2025
termux-pacman-bot added a commit to termux-pacman/termux-packages that referenced this pull request Dec 2, 2025
psiphon-pro19 pushed a commit to psiphon-pro19/termux-packages that referenced this pull request Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

update cmake version

2 participants